Yum Update
Posted: Fri Sep 26, 2014 6:44 am
Hello,
I plan to do a Yum Update on my Nagios XI production server, as I read in some other post on this forum this shouldn't cause any issues. So today I started doing the yum update on my Nagios XI test server. Everyhting seemed to update fine except the update update udev.x86_64 0:147-2.46.el6
As I thought this was more a CentOS issue, I opened a thread on the CentOS forum:
https://www.centos.org/forums/viewtopic ... bf86ffc6a8
Where someone told me someone used chattr to mark that file as immutable so it cannot be overwritten. As I never heard of Chattr and certainly am not messing with any system or os related things I have no knowledge of, I thought maybe Nagios support knows what udev is and why it is locked from yum update.
Any thoughts on this?
Grtz
Willem
I plan to do a Yum Update on my Nagios XI production server, as I read in some other post on this forum this shouldn't cause any issues. So today I started doing the yum update on my Nagios XI test server. Everyhting seemed to update fine except the update update udev.x86_64 0:147-2.46.el6
Code: Select all
yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.weepeetelecom.be
* epel: mirror.i3d.net
* extras: centos.weepeetelecom.be
* rpmforge: be.mirror.eurid.eu
* updates: mirror.ate.info
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package udev.x86_64 0:147-2.46.el6 will be updated
---> Package udev.x86_64 0:147-2.51.el6 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
==================================================================================================================================================================================================
Package Arch Version Repository Size
==================================================================================================================================================================================================
Updating:
udev x86_64 147-2.51.el6 base 348 k
Transaction Summary
==================================================================================================================================================================================================
Upgrade 1 Package(s)
Total download size: 348 k
Is this ok [y/N]: y
Downloading Packages:
udev-147-2.51.el6.x86_64.rpm | 348 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : udev-147-2.51.el6.x86_64 1/2
Error unpacking rpm package udev-147-2.51.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.51.el6.x86_64 2/2
Failed:
udev.x86_64 0:147-2.46.el6 udev.x86_64 0:147-2.51.el6
Complete!https://www.centos.org/forums/viewtopic ... bf86ffc6a8
Where someone told me someone used chattr to mark that file as immutable so it cannot be overwritten. As I never heard of Chattr and certainly am not messing with any system or os related things I have no knowledge of, I thought maybe Nagios support knows what udev is and why it is locked from yum update.
Any thoughts on this?
Grtz
Willem