On Sun, 4 Jul 2004 12:36:19 +0400 (MSD), batva73 wrote: > I placed new yum.conf from http://www.fedorafaq.org/samples/yum.conf > See here http://www.fedorafaq.org/#installsoftware > > And I get this error: > > > [root@host1 temp]# yum list available > Gathering header information file(s) from server(s) > Server: Fedora Core 1 - i386 - Base > retrygrab() failed for: > http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/1/i386/RPMS.os/headers/header.info > Executing failover method > Server: Fedora.us Extras (Stable) > retrygrab() failed for: > http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/1/i386/RPMS.stable/headers/header.info > Executing failover method > retrygrab() failed for: > http://fedora.mirror.sdv.fr/fedora/fedora/1/i386/RPMS.stable/headers/header.info > Executing failover method > retrygrab() failed for: > http://download.fedora.us/fedora/fedora/1/i386/RPMS.stable/headers/header.info Your yum.conf is wrong (incompatible with the actual tree layout on the server and mirrors for FC1 Extras). Correct your 'baseurl=' entries and replaces all occurences of '$basearch/RPMS.' with '$basearch/yum/' (without the quotes!) e.g. instead of baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.stable write baseurl=http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/yum/stable