That is a more elegant way to fix the repository statement. I am trying to balance day job and getting linux up on its feet at the same time so... It worked:>)
Here was my /etc/
*********
[root@wizej broken]# diff /etc/yum.repos.d/broken/freshrpms.repo.orig /etc/yum.repos.d/freshrpms.repo
3,5c3,4
< name=Fedora Core $releasever - $basearch - Freshrpms
< #baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/
< mirrorlist=http://ayo.freshrpms.net/fedora/linux/$releasever/mirrors-freshrpms
---
> name=Fedora Core $basearch - Freshrpms
> mirrorlist=http://ayo.freshrpms.net/fedora/linux/6/mirrors-freshrpms
********
I modified the original freshrmp repositor to reflect '$releasever=6'
Example: /etc/yum.repos.d/
# $Id: freshrpms.repo 3341 2005-06-28 18:40:26Z thias $
[freshrpms]
name=Fedora Core $releasever=6 - $basearch - Freshrpms
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/
mirrorlist=http://ayo.freshrpms.net/fedora/linux/$releasever/mirrors-freshrpms
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-freshrpms
gpgcheck=1
I don't get any errors on a 'yum update' so I browsed out their and found a small package to install which would pull from
http://ayo.us5.freshrpms.net/fedora/...reshrpms/RPMS/ but when I attempted update, it found the packages but errored on downloading them:
Downloading Packages:
Could not retrieve mirrorlist
http://ayo.freshrpms.net/fedora/linu...rors-freshrpms error was
[Errno 14] HTTP Error 404: Date: Wed, 02 May 2007 12:24:58 GMT
Server: Apache/2.2.4 (Unix)
Content-Length: 313
Content-Type: text/html; charset=iso-8859-1
Error Downloading Packages:
snes9express - 1.42-3.fc6.i386: Cannot find a valid baseurl for repo: freshrpms
snes9x - 1.50-1.fc6.i386: Cannot find a valid baseurl for repo: freshrpms
I will have to play with this a bit to see if I can come up with a way to fix this
PS: Do we have any news on RedHat's stance on directing the elimination of extras? Does this mean that they will merge in things like codecs and acrobate etc into the base repository? Somehow I doubt that the Sharks will let that fly.