Page 1 of 1
Update-Behaviour
Posted: 28 Mar 2015 09:18
by SPQRInc
Hello,
I would like to ask, if it is possible to use the yum-update on efa without crashing the software.
And: If I do auto-updates (Efa) - are custom changes on postfix's main.cf overwritten?
Thanks and have a nice weekend

Re: Update-Behaviour
Posted: 29 Mar 2015 01:08
by shawniverson
If you run yum update...here's the safer method...
Code: Select all
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.
Re: Update-Behaviour
Posted: 30 Mar 2015 03:06
by pdwalker
added to the wiki
Re: Update-Behaviour
Posted: 30 Mar 2015 03:38
by mitgib
shawniverson wrote:If you run yum update...here's the safer method...
Code: Select all
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
Code: Select all
exclude=kernel* mysql* postfix* mailscanner* clamav* clamd*
This way you are not fumbling for the wiki page on every update, but why would you not update the kernel? Unless you are also using ksplice or kernelcare or one of the other kernel patching services.
Re: Update-Behaviour
Posted: 30 Mar 2015 11:11
by shawniverson
Adding this to yum.conf will cause problems down the road when these packages are actually targeted for update.
Also, kernel is excluded because many EFA users run on VMware, and vmware-tools or open-vmtools must be recompiled after every kernel update.
Re: Update-Behaviour
Posted: 23 Sep 2015 07:25
by ZimboKraut
Hi there,
would it be safe to say, that if you are running on hardware, or possibly KVM, it would be safe to update the kernel?
Re: Update-Behaviour
Posted: 23 Sep 2015 16:38
by darky83
It should be, I run a few systems on bare hardware and did a number of kernel upgrades without issue.
As you run it on bare hardware and/or in KVM I assume you have enough knowledge to fix possible issues.
Except VMware tools there are no items in EFA that require an specific kernel version.