![]() |
|
Fedora Core 2 Test 3 yum.conf - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora Core Release 2 (https://www.linux-noob.com/forums/forum-40.html) +---- Thread: Fedora Core 2 Test 3 yum.conf (/thread-3426.html) |
Fedora Core 2 Test 3 yum.conf - Guest - 2004-04-28 Hi! Anyone that has successfully installed fedora core 2 test3, can you please post a copy of your yum.conf here? I did a yum upgrade to FC2T3, and now my yum.conf seems broken (only get 403s and 404's on the update-servers I have) Thanks in advance :-) Fedora Core 2 Test 3 yum.conf - Guest - 2004-04-28 Just answered my own question. Downloaded the lastet yum-rpm and used "rpm2cpio name-of-rpm.rpm > file.cpio" and found yum.conf inside it :-) Code: cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=1
retries=20
#[base]
#name=Fedora Core $releasever - $basearch - Base
#baseurl=http://fedora.redhat.com/releases/fedora-core-$releasever
#[updates-released]
#name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://fedora.redhat.com/updates/released/fedora-core-$releasever
#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://fedora.redhat.com/updates/testing/fedora-core-$releasever
[development]
name=Fedora Core $releasever - Development Tree
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/ |