Description of problem: yum cant find valid baseurls for repos. only " yum --disablerepo=core,updates,updates-testing,extras update" is usable. i have this problem since there was an update on development repo server for yum Version-Release number of selected component (if applicable): [root@localhost ~]# yum --version Loading "installonlyn" plugin 3.0 How reproducible: starting yum update or yum install ... Steps to Reproduce: 1. yum update 2. 3. Actual results: yum: Error: Cannot find a valid baseurl for repo: core Expected results: update Additional info: [root@localhost ~]# rpm -q fedora-release fedora-release-5.92-1 [root@localhost ~]# uname -a Linux localhost.localdomain 2.6.18-1.2726.fc6 #1 SMP Mon Oct 2 19:27:36 EDT 2006 i686 athlon i386 GNU/Linux
Created attachment 137908 [details] /etc/yum.conf and /etc/yum.repos.d/*
if you're using a test release then the problem is that your mirrorlist is not specifying a path to the cgi on mirrors.fedoraproject.org that can be used. try replacing it with this: http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
ah.. sorry ;) its my fault