On Tue, 2005-08-02 at 21:27 -0400, Law Barstow wrote: > I'm having a problem getting yum to update all my packages. System in > is FC4 on x86_64, with all packages installed. It's been a little bit > since I've updated, so I've got 168 packages to update. For brevity's > sake, here's a portion of the output from yum update (I can post it in > its entirety if need be): > > # yum update > Setting up Update Process > Setting up repositories > livna 100% |=========================| 903 B > 00:00 > extras 100% |=========================| 1.1 kB > 00:00 > updates-released 100% |=========================| 951 B > 00:00 > base 100% |=========================| 1.1 kB > 00:00 > Reading repository metadata in from local files > primary.xml.gz 100% |=========================| 81 kB > 00:00 > livna : ################################################## 244/244 > Added 244 new packages, deleted 0 old in 2.04 seconds > primary.xml.gz 100% |=========================| 492 kB > 00:01 > extras : ################################################## 1407/1407 > Added 1407 new packages, deleted 0 old in 5.36 seconds > primary.xml.gz 100% |=========================| 308 kB > 00:01 > updates-re: ################################################## 841/841 > Added 841 new packages, deleted 0 old in 4.42 seconds > primary.xml.gz 100% |=========================| 902 kB > 00:06 > base : ################################################## 2946/2946 > Added 2946 new packages, deleted 0 old in 10.50 seconds > > <SNIP> > > Running Transaction Test > Finished Transaction Test > Transaction Check Error: file /etc/gconf/schemas/clock.schemas from > install of gnome-panel-2.10.1-10.2 conflicts with file from package > gnome-panel-2.8.1-3 > file /etc/gconf/schemas/fish.schemas from install of > gnome-panel-2.10.1-10.2 conflicts with file from package > gnome-panel-2.8.1-3 (snip) > file /usr/share/omf/gnome-panel/workspace-switcher-it.omf from install > of gnome-panel-2.10.1-10.2 conflicts with file from package > gnome-panel-2.8.1-3 > > > As for repositories, I am using only the base repositories + livna. In > the past, I had installed only one or two packages from Dag, but then > disabled the repo as soon as I had what I needed (related to playing > MP3's). > > Any help is appreciated. What's the output of: $ rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' gnome-panel I suspect that you've somehow got a gnome-panel-2.8.1-3.i386 package installed on your system (which is strange since FC4 never supplied an i386 version of this package, and the package supplied was version-release 2.10.1-10). If I'm right, try this: # yum remove gnome-panel.i386 Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>