Yes, there's a typo in the bootstrap.sh script (which is called by
bootstrap.cgi), the file paths are split into several pieces and the put
together when written or used, the problem is that two of those
variables have a slash on the same side. And I'm not sure it's only the
Community repo that has this error, but it may be distro/architecture
specific. I can't remember.
Want a quick fix? Delete one of the slashes.
- James Wright
Joe Kazura wrote:
Hello,
I'm new to the list, but not to linux on Dell PowerEdge boxes.
FWIW - Dell PowerEdge 2850 - RHEL 5.3
I noticed during a recent 'update' that yum tossed an error when
processing the Dell Community Repository repo ...
----- snip -----
http://linux.dell.com/repo/community//content/el5Server-i386/repodata/repomd.xml:
[Errno 14] HTTP Error 404: Not Found
Trying other mirror.
----- snip -----
Hmm - double slashes ... lets see, none of my other repos
(/etc/yum.repo.d/*.repo) files have double slashes, including other
Dell repos.
Maybe I screwed it up when I configured it ... nope - re-ran the
'bootstrap' command:
wget -q -O - http://linux.dell.com/repo/community/bootstrap.cgi | bash
Same thing, double slashes. A quick edit to make the file
(dell-community-repository.repo) "look like" the actual file hierarchy
found here:
http://linux.dell.com/repo/community/
and no more errors ...
Here is the original .repo file:
----- original -----
[dell-community]
name=Dell Community Repository
type=rpm-md
baseurl=http://linux.dell.com/repo/community//content/el$releasever-$basearch/
mirrorlist=http://linux.dell.com/repo/community//mirrors.cgi?osname=el$releasever\&basearch=$basearch
gpgcheck=1
gpgkey=http://linux.dell.com/repo/community//mirrors.cgi?osname=el$releasever&basearch=$basearch&redirpath=/repodata/repomd.xml.key
<http://linux.dell.com/repo/community//mirrors.cgi?osname=el$releasever&basearch=$basearch&redirpath=/repodata/repomd.xml.key>
http://linux.dell.com/repo/community//RPM-GPG-KEY-dell
http://linux.dell.com/repo/community//RPM-GPG-KEY-libsmbios
enabled=1
failover=priority
bootstrapurl=http://linux.dell.com/repo/community//bootstrap.cgi
----- original -----
and my edited version:
----- edited -----
[dell-community]
name=Dell Community Repository
type=rpm-md
baseurl=http://linux.dell.com/repo/community/content/el$releasever-$basearch/
mirrorlist=http://linux.dell.com/repo/community/_tools/mirrors.cgi?osname=el$releasever\&basearch=$basearch
gpgcheck=1
gpgkey=http://linux.dell.com/repo/community/_tools/mirrors.cgi?osname=el$releasever&basearch=$basearch&redirpath=/repodata/repomd.xml.key
<http://linux.dell.com/repo/community/_tools/mirrors.cgi?osname=el$releasever&basearch=$basearch&redirpath=/repodata/repomd.xml.key>
http://linux.dell.com/repo/community/_tools/RPM-GPG-KEY-dell
http://linux.dell.com/repo/community/_tools/RPM-GPG-KEY-libsmbios
enabled=1
<http://linux.dell.com/repo/community/_tools/RPM-GPG-KEY-libsmbiosenabled=1>failover=priority
bootstrapurl=http://linux.dell.com/repo/community/_tools/bootstrap.cgi
----- edited -----
Is it real or imagined? ;-)
Joe Kazura
--
This message has been scanned for viruses and
dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is
believed to be clean.
------------------------------------------------------------------------
_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@lists.us.dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq
_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@lists.us.dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq