On Tue, 2004-12-21 at 19:56 -0500, Jim wrote: > On Tue, 21 Dec 2004 09:00:04 -0500, Jim <lawrence.jim@xxxxxxxxx> wrote: > > I'm at work now, so i'll let you know when i get home to check > > thanks for all the help > > > > > > On Tue, 21 Dec 2004 08:37:27 +0000, Paul Howarth <paul@xxxxxxxxxxxx> wrote: > > > On Mon, 2004-12-20 at 20:25 -0500, Jim wrote: > > > > update to original post > > > > here is my rhn- source file (/etc/sysconfig/rhn/sources) > > > > ************************************************************************************************** > > > > ### an yum style repo > > > > ### format: > > > > ### type channel-label url > > > > #up2date default > > > > 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 > > > > http://fedora.redhat.com/download/up2date-mirrors/fedora-core-2 > > > > yum-mirror updates-released-fc2 > > > > http://fedora.redhat.com/download/up2date-mirrors/updates-released-fc2 > > > > #yum updates-testing > > > > http://fedora.redhat.com/updates/testing/fedora-core-$releasever > > > > #yum-mirror updates-testing > > > > http://fedora.redhat.com/download/up2date-mirrors/updates-testing > > > > ******************************************************************************************************* > > > > > > Do you have a /etc/sysconfig/rhn/sources.rpmnew? > > > > > > Paul. > > > -- > > > Paul Howarth <paul@xxxxxxxxxxxx> > > > > > > -- > > > fedora-list mailing list > > > fedora-list@xxxxxxxxxx > > > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > > > > > > > > > -- > > James Lawrence > > NY > > > > yes, i have a /etc/sysconfig/rhn/sources.rpmnew which is different from my > -- /etc/sysconfig/rhn/sources file Right, so you've done an upgrade. One of the things you should do post- upgrade is look in the file /root/upgrade.log. There you will find information about what happened during the upgrade. For some packages (including in this case up2date) where a configuration file has changed as a result of the upgrade but where changes had been made to the original configuration file since the original RPM was installed, one of two things will have happened: 1. The original configuration file will be saved with a .rpmsave extension and the new configuration file will be installed, or 2. The new configuration file will be installed but with a .rpmnew extension. The idea is that you read through upgrade.log, look for where this has happened and then look at the changes that have been made to the configuration files, merging your original changes manually into the new configuration file. So what you need to do for up2date is to compare /etc/sysconfig/rhn/sources.rpmnew with /etc/sysconfig/rhn/sources. Some of the differences will be due to the upgrade from FC2 to FC3; you should keep the FC3 versions. Some of the differences will be due to your choice of repos/mirrors; you should keep your versions (assuming they're still valid for FC3). Then do the same thing for other configuration files mentioned in upgrade.log. Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>