Search found 9 matches

by mitgib
20 Mar 2016 12:36
Forum: 3.x Bugs
Topic: Upgrade 3.0.0.9 failed
Replies: 9
Views: 17493

Re: Upgrade 3.0.0.9 failed

shawniverson wrote:hmm...I wonder if this would work too (and keep you secure)....

Code: Select all

sudo yum update ca-certificates
Tried that first, no joy. My GoogleFu found http://serverfault.com/questions/637549 ... sing-error and the 2nd answer worked
by mitgib
20 Mar 2016 12:29
Forum: 3.x Bugs
Topic: Upgrade 3.0.0.9 failed
Replies: 9
Views: 17493

Re: Upgrade 3.0.0.9 failed

I was running into a similar error, adding `sslverify=false` to [epel] in /etc/yum.repos.d/epel.repo got me around it
by mitgib
04 Apr 2015 21:34
Forum: How-to
Topic: Improving my EFA Performance
Replies: 47
Views: 28567

Re: Improving my EFA Performance

Nope, already using the virtio drivers and have the scheduler set. That's not it. Also, you're better off using the deadline scheduler on the host, and the noop scheduler in the vm. I am not noticing a difference, tried noop and deadline in the past, on about 40 nodes. I'd be hard pressed to find i...
by mitgib
04 Apr 2015 21:15
Forum: How-to
Topic: Improving my EFA Performance
Replies: 47
Views: 28567

Re: Improving my EFA Performance

If you are using KVM and virtio try this, if you get an improvement, add to /etc/rc.local echo deadline > /sys/block/vda/queue/scheduler If you are not using virtio, why not? But change vda to sda in the above. Just to add another datapoint, the node is 4 disk raid10 with 30 other containers running...
by mitgib
04 Apr 2015 21:04
Forum: Discussion
Topic: Spam Blacklist shared
Replies: 6
Views: 5577

Re: Spam Blacklist shared

Charles, This was a great start to populate a blacklist, but as a ISP, facebookmail.com had to go ;) When I saw the Black lines on NASCAR emails from facebook, I know it would start my support guys a major headack, then sendgrid.net was being used by a vendor I actual do business will, so had to rem...
by mitgib
30 Mar 2015 03:38
Forum: How-to
Topic: Update-Behaviour
Replies: 6
Views: 9103

Re: Update-Behaviour

If you run yum update...here's the safer method... yum --exclude="kernel* mysql* postfix* mailscanner* clamav* clamd*" update Auto updates should leave main.cf intact as it uses the above yum update as well. Even safer would be to edit /etc/yum.conf and add the following exclude=kernel* m...
by mitgib
29 Mar 2015 12:55
Forum: Discussion
Topic: Feature request
Replies: 4
Views: 3932

Feature request

After using this I see one thing that might improve the project, having a password recovery option to the MailScanner page. This way an admin can set a password for users, and the user would be able to reset it without knowing the password, and as a provider, users keeping track of passwords is a pr...
by mitgib
28 Mar 2015 13:01
Forum: How-to
Topic: install EFA
Replies: 8
Views: 5777

Re: install EFA

FYI : System data : Kernel Linux 2.6.32-042stab094.7 Virtuozzo version Virtuozzo release 4.6.0 mail seams to flow now. :lol: I built last night with 3.0.0.7 install script, but ran into the problem of /etc/fstab mounting things, I did this in OpenVZ (2.6.32-042stab104.1) which uses simfs, not sure ...
by mitgib
28 Mar 2015 04:04
Forum: Introduction
Topic: Hello from the not so deep south
Replies: 1
Views: 2202

Hello from the not so deep south

Found the project this week and set up a couple of KVM VPS without issue, and they are amazing! Tonight I built an appliance in OpenVZ(Virtuozzo), that took some doing, but it is done, at least I think so. I even having it running the initial config on first login via root in ssh, now to figure out ...