[PlanetCCRMA] yum repositories
Python
python at venix.com
Fri May 5 05:27:01 PDT 2006
On Fri, 2006-05-05 at 08:03 -0400, Arthur wrote:
> Hi,
>
> After installing the repos with:
>
> > rpm -Uvh
> > http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/5/i386/planetccrma-repo-1.0-2.rhfc5.ccrma.noarch.rpm
>
> and changing insstalonlyn to:
> enabled=0
>
> I try to install a kernel with:
> yum install planetccrma-core-edge
>
> and I get:
> [root at localhost a]# yum install planetccrma-core-edge
> Setting up Install Process
> Setting up repositories
> planetcore
> [1/7]
> http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetcore/Null/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404: Date: Fri, 05 May 2006 11:45:18 GMT
You are missing the $releasever value for fc5.
There are normally two "release" files in /etc. redhat-release is a
symbolic link to fedora-release.
[root at laptop etc]# ls -l *release*
-rw-r--r-- 1 root root 33 Mar 14 18:20 fedora-release
lrwxrwxrwx 1 root root 14 Apr 4 07:04 redhat-release -> fedora-release
[root at laptop etc]# cat fedora-release
Fedora Core release 5 (Bordeaux)
You can see the 5 that gets picked up by yum to fill in the $releasever
variable in the repo files.
> Server: Apache/2.0.40 (Red Hat Linux)
> Vary: accept-language
> Accept-Ranges: bytes
> Connection: close
> Transfer-Encoding: chunked
> Content-Type: text/html; charset=ISO-8859-1
> Trying other mirror.
> Cannot open/read repomd.xml file for repository: planetcore
> failure: repodata/repomd.xml from planetcore: [Errno 256] No more
> mirrors to try.
> Error: failure: repodata/repomd.xml from planetcore: [Errno 256] No more
> mirrors to try.
>
> Here are the repositories:
> # Planet CCRMA repositories
> [planetccrma]
> name=Planet CCRMA $releasever - $basearch
> baseurl=http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/$releasever/$basearch
> enabled=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-planetccrma
> gpgcheck=1
>
> [planetcore]
> name=Planet CCRMA Core $releasever - $basearch
> baseurl=http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetcore/$releasever/$basearch
> enabled=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-planetccrma
> gpgcheck=1
>
> # Fedora Extras mirror at CCRMA
> [planetextras]
> name=Fedora Core Extras at Planet CCRMA $releasever - $basearch
> baseurl=http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/extras/$releasever/$basearch
> enabled=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
> gpgcheck=1
>
> # Fedora Core and Updates at CCRMA
> [planetos]
> name=Fedora Core at Planet CCRMA $releasever - $basearch
> baseurl=http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/core/$releasever/$basearch/os
> enabled=0
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
> gpgcheck=1
>
> [planetupdates]
> name=Fedora Core Updates at Planet CCRMA $releasever - $basearch
> baseurl=http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/core/updates/$releasever/$basearch
> enabled=0
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
> gpgcheck=1
>
> I installed fc5 with Blag. I'm not sure if that would make a difference.
> I'm not very familiar with yum but I was able to access and install
> software from the blag repositories. Google produced little help.
>
> Thank You,
> Arthur
>
>
>
>
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
--
Lloyd Kvam
Venix Corp
More information about the PlanetCCRMA
mailing list