I am still having problems with up2date and rpm on my FC 2 box. For some reason, updates fail to install due to file conflicts. I have attached my configuration and the error messages below. My /etc/sysconfig/rhn/sources file contains the following: # egrep -v '^$|^#' /etc/sysconfig/rhn/sources yum fedora-core-2 http://download.fedora.redhat.com/pub/fedora/linux/core/2/$ARCH/os/ yum updates-released-fc2 http://download.fedora.redhat.com/pub/fedora/linux/core/updates/2/$ARCH/ yum-mirror fedora-core-2 file:///root/yum-mirrors yum-mirror updates-released-fc2 file:///root/yum-mirrors-updates And my yum mirror files contain this: # cat /root/yum-mirrors ftp://ftp.software.umn.edu/pub/linux/fedora/core/2/i386/os/ http://mirror.cs.wisc.edu/pub/mirrors/linux/download.fedora.redhat.com/pub/fedora/linux/core/2/i386/os/ ftp://mirror.hiwaay.net/redhat/fedora/linux/core/2/i386/os/ ftp://ftp.net.usf.edu/pub/fedora/linux/core/2/i386/os/ http://fedora.glorb.com/core/2/i386/os/ # cat /root/yum-mirrors-updates ftp://ftp.software.umn.edu/pub/linux/fedora/core/updates/2/i386/ http://mirror.cs.wisc.edu/pub/mirrors/linux/download.fedora.redhat.com/pub/fedora/linux/core/updates/2/i386/ ftp://mirror.hiwaay.net/redhat/fedora/linux/core/updates/2/i386/ ftp://ftp.net.usf.edu/pub/fedora/linux/core/updates/2/i386/ up2date shows that there are some updates available: # up2date -l file:///root/yum-mirrors using mirror: ftp://mirror.hiwaay.net/redhat/fedora/linux/core/2/i386/os/ file:///root/yum-mirrors-updates using mirror: http://mirror.cs.wisc.edu/pub/mirrors/linux/download.fedora.redhat.com/pub/fedora/linux/core/updates/2/i386/ Fetching Obsoletes list for channel: fedora-core-2... Fetching Obsoletes list for channel: updates-released-fc2... Fetching rpm headers... ######################################## Name Version Rel ---------------------------------------------------------- xorg-x11 6.7.0 5 i386 xorg-x11-100dpi-fonts 6.7.0 5 i386 xorg-x11-75dpi-fonts 6.7.0 5 i386 xorg-x11-Mesa-libGL 6.7.0 5 i386 xorg-x11-Mesa-libGLU 6.7.0 5 i386 xorg-x11-base-fonts 6.7.0 5 i386 xorg-x11-devel 6.7.0 5 i386 xorg-x11-font-utils 6.7.0 5 i386 xorg-x11-libs 6.7.0 5 i386 xorg-x11-libs-data 6.7.0 5 i386 xorg-x11-tools 6.7.0 5 i386 xorg-x11-twm 6.7.0 5 i386 xorg-x11-xauth 6.7.0 5 i386 xorg-x11-xdm 6.7.0 5 i386 xorg-x11-xfs 6.7.0 5 i386 But fails to install them.. # up2date -u file:///root/yum-mirrors using mirror: ftp://mirror.hiwaay.net/redhat/fedora/linux/core/2/i386/os/ file:///root/yum-mirrors-updates using mirror: ftp://ftp.software.umn.edu/pub/linux/fedora/core/updates/2/i386/ Fetching Obsoletes list for channel: fedora-core-2... Fetching Obsoletes list for channel: updates-released-fc2... Fetching rpm headers... ######################################## Name Version Rel ---------------------------------------------------------- xorg-x11 6.7.0 5 i386 xorg-x11-100dpi-fonts 6.7.0 5 i386 xorg-x11-75dpi-fonts 6.7.0 5 i386 xorg-x11-Mesa-libGL 6.7.0 5 i386 xorg-x11-Mesa-libGLU 6.7.0 5 i386 xorg-x11-base-fonts 6.7.0 5 i386 xorg-x11-devel 6.7.0 5 i386 xorg-x11-font-utils 6.7.0 5 i386 xorg-x11-libs 6.7.0 5 i386 xorg-x11-libs-data 6.7.0 5 i386 xorg-x11-tools 6.7.0 5 i386 xorg-x11-twm 6.7.0 5 i386 xorg-x11-xauth 6.7.0 5 i386 xorg-x11-xdm 6.7.0 5 i386 xorg-x11-xfs 6.7.0 5 i386 Testing package set / solving RPM inter-dependencies... ######################################## RPM package conflict error. The message was: Test install failed because of package conflicts: file /usr/X11R6/lib from install of xorg-x11-libs-data-6.7.0-5 conflicts with file from package filesystem-2.2.4-1 file /usr/X11R6/man from install of xorg-x11-libs-data-6.7.0-5 conflicts with file from package filesystem-2.2.4-1 file /usr/X11R6/lib from install of xorg-x11-libs-data-6.7.0-5 conflicts with file from package vnc-server-4.0-1.beta4.11 file /usr/X11R6/lib/X11 from install of xorg-x11-libs-data-6.7.0-5 conflicts with file from package lesstif-0.93.36-5.2 file /usr/X11R6/lib/modules from install of xorg-x11-6.7.0-5 conflicts with file from package vnc-server-4.0-1.beta4.11 file /usr/X11R6/lib/modules/extensions from install of xorg-x11-6.7.0-5 conflicts with file from package vnc-server-4.0-1.beta4.11 file /usr/X11R6/include from install of xorg-x11-devel-6.7.0-5 conflicts with file from package filesystem-2.2.4-1 -akop