Bug 138053

Summary: yum does not work after upgrade from fc2 to fc3
Product: [Fedora] Fedora Reporter: Leon Ho <llch>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-04 13:25:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
current yum.conf none

Description Leon Ho 2004-11-04 05:54:37 UTC
Created attachment 106149 [details]
current yum.conf

Comment 1 Leon Ho 2004-11-04 05:54:37 UTC
Description of problem:
yum does not work after upgrade from fc2 to fc3. first it was a problem that it
is using old conf. I tried to replaced with yum.conf.rpmnew and it still does
not work. I have also tried to remove all the /var/cache/yum/* and it is still
the same. Error message is:
[root@windcloud ~]# yum update
Setting up Update Process
Setting up Repo:  base
Cannot find a valid baseurl for repo: base


Version-Release number of selected component (if applicable):
2.1.11-3

Steps to Reproduce:
1. upgrade from fc2 -> fc3
2. yum update
  
Actual results:
[root@windcloud ~]# yum update
Setting up Update Process
Setting up Repo:  base
Cannot find a valid baseurl for repo: base


Expected results:
should at least pass this.

Additional info:
Not sure if it is related to old config or not? but i have tried to see from
strace and see what file (conf etc) it trying to open but nothing obvious. or is
it because there aren't any repo yet?

Comment 2 Seth Vidal 2004-11-04 06:01:57 UTC
if you look in /etc/yum.repos.d
and you look for a repository in one of the .repo files in there named
[base] you should see that there is either a mirrorlist or a baseurl
in there.

See if either of the urls mentioned exist.



Comment 3 Leon Ho 2004-11-04 06:22:42 UTC
Okay it is as I guess, it does not have fedora-core-3 mirror list yet.

But doesn't it should continue to other repos other than just quit?

Comment 4 Seth Vidal 2004-11-04 13:25:17 UTC
No, The condition where a repository configuration is damaged and not
functional is an error condition. It exits.

You should be able to run:
yum --disablerepo=base [normal command]

to get around it.