Page 1 of 1
Should XI appliance be regularly updated with YUM?
Posted: Mon Jul 04, 2016 8:39 am
by dlukinski
Hello XI support
Should XI appliance be regularly updated with YUM?
- we've got ours last fall, curious if this is something we should start doing?
Thanks
Re: Should XI appliance be regularly updated with YUM?
Posted: Mon Jul 04, 2016 9:01 pm
by Box293
Yes, it's always good to keep your server operating systems up to date with the latest updates. My servers are updated weekly and I do not experience any issues.
Re: Should XI appliance be regularly updated with YUM?
Posted: Thu Jul 07, 2016 11:52 am
by dlukinski
Box293 wrote:Yes, it's always good to keep your server operating systems up to date with the latest updates. My servers are updated weekly and I do not experience any issues.
Thank you, we ran in trouble on one of our DEV XIs / ever had this kind pf complain?
Code: Select all
Running Transaction
error sending message: Connection refused
Updating : udev-147-2.73.el6.x86_64 1/2
Error unpacking rpm package udev-147-2.73.el6.x86_64
error: unpacking of archive failed on file /lib/udev/rules.d/75-persistent-net-generator.rules: cpio: rename
udev-147-2.46.el6.x86_64 was supposed to be removed but is not!
Verifying : udev-147-2.46.el6.x86_64 1/2
Verifying : udev-147-2.73.el6.x86_64 2/2
Failed:
udev.x86_64 0:147-2.46.el6 udev.x86_64 0:147-2.73.el6
Complete!
Re: Should XI appliance be regularly updated with YUM?
Posted: Thu Jul 07, 2016 12:08 pm
by lmiltchev
Try removing the immutable bit.
Code: Select all
chattr -i /lib/udev/rules.d/75-persistent-net-generator.rules
then update.
Re: Should XI appliance be regularly updated with YUM?
Posted: Thu Jul 07, 2016 3:06 pm
by dlukinski
lmiltchev wrote:Try removing the immutable bit.
Code: Select all
chattr -i /lib/udev/rules.d/75-persistent-net-generator.rules
then update.
Thank you. All good now. Please close this case
Re: Should XI appliance be regularly updated with YUM?
Posted: Thu Jul 07, 2016 3:07 pm
by mcapra
Closing this per your request