On Sun, Aug 23, 2009 at 12:50 PM, Robert Schien<[email protected]> wrote:
>> Does your *running* kernel match your kernel-devel? You can check it >> by comparing: >> >> uname -mr >> >> and the output of: >> >> rpm -qa kernel\* | sort >> >> Akemi > > Indeed the versions differ. I tried to update the kernel but > with no success: > > yum install kernel.x86_64 (snip) > ERROR with rpm_check_debug vs depsolve: > Package kernel conflicts with ecryptfs-utils < 44. > Complete! > > The kernel ist NOT installed. I checked the /boot-directory which > shows only the 2.6.18-92 image. > > Obviously, the ecryptfs-utils cannot be updated, because they conflict > with other packages. This is a known issue. First try 'yum clean all'. If you still get the same error, then do a: rpm -e --allmatches ecryptfs-utils Now, you should be able to install the latest kernel without an issue. Akemi
