On Tue, 2004-11-16 at 03:01 +0100, Alexander Dalloz wrote: > Am Di, den 16.11.2004 schrieb Timothy Payne um 2:56: > > > # yum -y update > > Repository updates-released already added, not adding again > > Repository base already added, not adding again These messages mean exactly what they say; you have multiple repos called updates-released and base; perhaps one in yum.conf and another in yum.repos.d; this typically happens after an upgrade from FC2, where the new yum.conf is installed as yum.conf.rpmnew, leaving the FC2 repos in yum.conf and the FC3 repos in yum.repos.d. If you've updated from a test release, you might have rawhide yum repos in yum.conf rather than FC2 repos. This might explain why your system got upgraded to rawhide. If you have a /etc/yum.conf.rpmnew, I'd try: # cd /etc # mv yum.conf yum.conf.orig # mv yum.conf.rpmnew yum.conf You may need to edit the resulting yum.conf to change distroverpkg from redhat-release to fedora-release. Then try again. Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>