SCIENTIFIC-LINUX-USERS Archives

August 2009

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Akemi Yagi <[log in to unmask]>
Reply To:
Akemi Yagi <[log in to unmask]>
Date:
Sun, 23 Aug 2009 13:41:31 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (37 lines)
On Sun, Aug 23, 2009 at 12:50 PM, Robert Schien<[log in to unmask]> 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

ATOM RSS1 RSS2