SCIENTIFIC-LINUX-DEVEL Archives

September 2008

SCIENTIFIC-LINUX-DEVEL@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Urs Beyerle <[log in to unmask]>
Reply To:
Urs Beyerle <[log in to unmask]>
Date:
Thu, 4 Sep 2008 10:31:47 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (47 lines)
[log in to unmask] wrote:
> Dear all,
> 
> I support dCache a HEP storage management product and on our wiki pages
> we recommend that people use your repositories for yum updates.
> 
> I also have deployment testing scripts, which also break often with
> this error and since I don't change the settings I know the error is at
> least on many occasions server side. Today I one of my customers
> reported.
> 
> yum update
> 	Repository sl-errata is listed more than once in the
> configuration Repository sl-base is listed more than once in the
> configuration Loading "kernel-module" plugin
> 	Setting up Update Process
> 	Setting up repositories
> 	glite31                   100% |=========================|  951
> B    00:00
> ftp://ftp.scientificlinux.org/linux/scientific/44/SL/RPMS/repodata/repomd.xml:
> [Errno 4] IOError: HTTP Error 404: Not Found Trying other mirror.

it should be
ftp://ftp.scientificlinux.org/linux/scientific/44/i386/SL/RPMS/repodata/repomd.xml and not
ftp://ftp.scientificlinux.org/linux/scientific/44/SL/RPMS/repodata/repomd.xml

Just had an other user reporting such a problem. See SL user mailing list "yum update fails due to 
sl.repo"


Normally in /etc/yum.repos.d/sl.repo there is a line

baseurl=ftp://ftp.scientificlinux.org/linux/scientific/44/$basearch/SL/RPMS/

yum should set $basearch=i386 ending up with

ftp://ftp.scientificlinux.org/linux/scientific/44/i386/SL/RPMS/repodata/repomd.xml

and not with

ftp://ftp.scientificlinux.org/linux/scientific/44/SL/RPMS/repodata/repomd.xml

What's inside your /etc/yum.repos.d/sl.repo?


	Urs

ATOM RSS1 RSS2