Page 1 of 1

yum update error

PostPosted: 08 Jan 2009, 02:39
by flip
Trying to update in terminal and got a error ,


Transaction Check Error:
file /usr/lib/libhugetlbfs.so from install of libhugetlbfs-1.1-1.fc6 conflicts with file from package libhugetlbfs-lib-1.0.1-1


anyone have a clue or can help me resolve this issue

Re: yum update error

PostPosted: 08 Jan 2009, 17:48
by billb
It shouldn't be trying to update that if yum-protectbase is installed and configured properly. Right now I'm looking into seeing if automatic updates tries to install it for some reason, even when protectbase is working with a yum update.

EDIT: Argh ... I keep getting mixed results with this ... I run yum update, it pulls just the latest packages in YDL's updates ... I run the package updater from the applications menu, it tells me it wants to update packages from fedora-extras (which it should NOT) ... I run yum update from the terminal again it says no updates found, run pup from GUI again, no updates found ... clean the yum cache ... still works fine

EDIT2: I think I can reproduce this problem now ... with yum-protectbase installed, and yellowdog-base, yellowdog-extras, yellowdog-updates, and ps3bodega protected, fedora-extras NOT protected ...

Disable the fedora-extras repo, run yum clean all, run Software Updater from GUI (no updates found), enable fedora-extras again, run Software Updater from GUI again ... now it shows updates available from fedora-extras (which we don't want) :?:

But then I close pup and run a yum update and no updates are shown:

Code: Select all
[bill@localhost ~]$ sudo yum update
Password:
Loading "protectbase" plugin
Loading "installonlyn" plugin
Setting up Update Process
PS3Bodega                 100% |=========================|  951 B    00:00     
fedora-extras             100% |=========================| 1.1 kB    00:00     
updates                   100% |=========================|  951 B    00:00     
base                      100% |=========================| 1.1 kB    00:00     
primary.xml.gz            100% |=========================| 861 kB    00:02     
base      : ################################################## 2500/2500
extras                    100% |=========================|  951 B    00:00     
130 packages excluded due to repository protections
No Packages marked for Update/Obsoletion


:?: