LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-06-2007, 10:31 PM   #1
O(V)eGA_l2el)
Member
 
Registered: May 2005
Distribution: Fedora & Debian
Posts: 56

Rep: Reputation: 15
Yum repository (dries) unable to update due to disk crash


Utilizing: Linux 2.6.22.9-61.fc6

After issuing the usual "yum check-update" via terminal I receive the following:

Setting up repositories
http://ftp.belnet.be/packages/dries....ta/repomd.xml: [Errno 14] HTTP Error 404: Date: Wed, 07 Nov 2007 04:09:01 GMT
Server: Apache
Content-Length: 373
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: dries

After checking the base URL, http://ftp.belnet.be/mirror/, I noticed why I was receiving a "404 error"--serious disk crash. Basically, I want to know if there are any reliable mirror(s) URLs I can add to the "mirrorlist=" line within dries.rpmforge.repo?

dries.rpmforge.repo contents
[dries]
name=Extra Fedora rpms dries - $releasever - $basearch
baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/
enabled=1
gpgcheck=1
 
Old 11-07-2007, 06:01 AM   #2
james.farrow
Member
 
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296

Rep: Reputation: 31
try yum clean all first then yum check-update
 
Old 11-07-2007, 11:58 AM   #3
reckless2k2
LQ Newbie
 
Registered: Jul 2006
Location: Yardley, PA.
Distribution: Ubuntu, CentOS, Slackware, openSUSE
Posts: 25

Rep: Reputation: 0
I just noticed the same issue the other day. This site will help you out.

http://dries.ulyssis.org/rpm/mirrors.html

I changed mine to the freshrpms site without issue.

Good luck.

Last edited by reckless2k2; 11-07-2007 at 12:11 PM.
 
Old 11-07-2007, 06:53 PM   #4
O(V)eGA_l2el)
Member
 
Registered: May 2005
Distribution: Fedora & Debian
Posts: 56

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by reckless2k2 View Post
http://dries.ulyssis.org/rpm/mirrors.html
I changed mine to the freshrpms site without issue.
Good luck.
What was the syntax for your "mirrorlist=" line? I continue to receive the same (or similar) 404 Error. My syntax is below:

[dries]
name=Extra Fedora rpms dries - $releasever - $basearch
baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/
mirrorlist=http://ftp.freshrpms.net/pub/dag/dries/fedora/$releasever/$basearch/dries/RPMS/
enabled=1
gpgcheck=1
 
Old 11-08-2007, 09:33 AM   #5
reckless2k2
LQ Newbie
 
Registered: Jul 2006
Location: Yardley, PA.
Distribution: Ubuntu, CentOS, Slackware, openSUSE
Posts: 25

Rep: Reputation: 0
I'm using CentOS but it's more or less the same anyway. I would comment out the baseurl like this:

Code:
#baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/

Then change the "mirrorlist" to baseurl:

Code:
 [dries]
name=Extra Fedora rpms dries - $releasever - $basearch
#baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/
baseurl=http://ftp.freshrpms.net/pub/dag/dries/fedora/$releasever/$basearch/dries/RPMS/
enabled=1
gpgcheck=1
Then run:

Code:
yum clean all
Then run:

Code:
yum update all

If you are still getting problems, make the baseurl specific to your distro like this for fc6 i386:

Code:
 baseurl=http://ftp.freshrpms.net/pub/dag/dries/fedora/fc6/i386/dries/RPMS/

The run the yum clean and yum update all process. You should be fine then. Let us all know either way.
 
Old 11-08-2007, 10:20 PM   #6
O(V)eGA_l2el)
Member
 
Registered: May 2005
Distribution: Fedora & Debian
Posts: 56

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by reckless2k2 View Post
If you are still getting problems, make the baseurl specific to your distro like this for fc6 i386:

Code:
 baseurl=http://ftp.freshrpms.net/pub/dag/dries/fedora/fc6/i386/dries/RPMS/
The run the yum clean and yum update all process. You should be fine then. Let us all know either way.
Success!
The following syntax worked:

Code:
 baseurl=http://ftp.freshrpms.net/pub/dag/dries/fedora/fc$releasever/$basearch/dries/RPMS/
 
Old 11-09-2007, 06:28 AM   #7
reckless2k2
LQ Newbie
 
Registered: Jul 2006
Location: Yardley, PA.
Distribution: Ubuntu, CentOS, Slackware, openSUSE
Posts: 25

Rep: Reputation: 0
Well I'm glad I actually helped someone this time instead of someone else always helping me in here. hahaha.

Glad to be of service. Enjoy your computing experience. haha.
 
  


Reply

Tags
error, repo



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Crash during yum update claylong Fedora 1 07-01-2007 01:20 AM
how can i add a local Folder on local Hard Disk as Yum Repository ?? vahid_p Fedora 4 02-22-2007 10:43 AM
Having a problem with the dries repository and yum squall1986 Linux - Software 2 11-21-2006 04:22 AM
FC4: Screen Locked crash during yum -y update overnight PlanetPHP Linux - General 1 10-24-2005 05:55 AM
Unable to yum update tkt Linux - Newbie 1 09-22-2005 11:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 07:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration