What's up with yum?

Neal D. Becker ndbecker2 at verizon.net
Fri Oct 22 14:51:27 UTC 2004


seth vidal wrote:

> On Fri, 2004-10-22 at 10:41, Neal D. Becker wrote:
>> seth vidal wrote:
>> 
>> >> sudo yum update
>> >> not using ftp, http[s], or file for repos, skipping -
>> > 
>> > if you're using one of the mirrorlists this message is coming from a
>> > blank line in the mirrorlist.
>> > 
>> > If you're not using the mirrorlist then you've got a badly formed
>> > baseurl in your yum.conf or *.repo file
>> > 
>> 
>> This is using yum.conf and yum.repos.d/* EXACTLY as supplied with the
>> latest
>> yum.  I didn't edit anything.
> 
> okay - but I don't know whats _in_ the repos.d or yum.conf in the latest
> yum. I don't build those packages nor provide the repository config
> files.
> 
> So unless you tell me, I don't know.
> 
> -sv
> 
> 
,----[ /etc/yum.conf ]
| [main]
| cachedir=/var/cache/yum
| debuglevel=2
| logfile=/var/log/yum.log
| pkgpolicy=newest
| distroverpkg=redhat-release
| tolerant=1
| exactarch=1
| retries=20
| obsoletes=1
| gpgcheck=1
| 
| # PUT YOUR REPOS HERE OR IN separate files named file.repo
| # in /etc/yum.repos.d
`----
,----[ /etc/yum.repos.d/fedora-devel.repo ]
| [development]
| name=Fedora Core $releasever - Development Tree
|
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/
| mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-rawhide
| enabled=1
`----
,----[ /etc/yum.repos.d/fedora.repo ]
| [base]
| name=Fedora Core $releasever - $basearch - Base
|
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
|
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever
| enabled=0
| gpgcheck=1
`----
,----[ /etc/yum.repos.d/fedora-updates.repo ]
| [updates-released]
| name=Fedora Core $releasever - $basearch - Released Updates
|
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
|
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
| enabled=0
| gpgcheck=1
`----
,----[ /etc/yum.repos.d/fedora-updates-testing.repo ]
| [updates-testing]
| name=Fedora Core $releasever - $basearch - Test Updates
|
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/
|
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-testing-fc$releasever
| enabled=0
| gpgcheck=1
`----




More information about the test mailing list