Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10th July 2005, 01:44 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
Dag repo problem FC4

just installed FC4 x86_64, am trying to update everything but keep getting this error...
Code:
[root@localhost ~]# yum update
Setting up Update Process
Setting up repositories
core                      100% |=========================|  951 B    00:00
dries                     100% |=========================|  951 B    00:00
http://apt.sw.be/fedora/4/en/x86_64/dag/repodata/repomd.xml: [Errno 4] IOError: HTTP Error 404: Date: Sun, 10 Jul 2005 00:39:35 GMT
Server: Apache/2.1.5-dev (Unix)
Content-Length: 316
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
Cannot open/read repomd.xml file for repository: dag
failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.
Here is my Dag repo
Code:
[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/
enabled=1
gpgcheck=1
I am guessing it is wrong for FC4 64, what needs to be changed? I got these from Stanton-Finleys page here

Help me out I want to try getting everything back up.
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage
Reply With Quote
  #2  
Old 10th July 2005, 07:34 AM
Saint Mike Offline
Registered User
 
Join Date: Jun 2005
Location: Earth... sometimes
Posts: 380
Im having the same problem

Code:
[root@whitecowsgo media]# yum install something...
Setting up Install Process
Setting up repositories
core                      100% |=========================|  951 B    00:00
dries                     100% |=========================|  951 B    00:00
dag                       100% |=========================| 1.1 kB    00:00
freshrpms                 100% |=========================|  951 B    00:00
atrpms                    100% |=========================|  951 B    00:00
Cannot open/read repomd.xml file for repository: newrpms.sunsite.dk
failure: repodata/repomd.xml from newrpms.sunsite.dk: [Errno 256] No more mirrors to try.
to get around it till its fixed im just using

yum --disablerepo=newrpms.sunsite.dk install something... :/

I also used the same guide to set up repo's, it was working untill today
__________________
_________________________________
Cheers to the community for all the awsome work :)
Main PC Os: FC15, Win7 CPU: Intel i7-2600K Ram: 2x4 gig DDR3 1600C7 Video card: Nvidia EVGA GTX570-OC
HP Proliant N36L Microserver Os: FC14 Ram: 2x4 gig DDR3 1333C8 TV Tuner: WinTV HVR-2200
Reply With Quote
  #3  
Old 10th July 2005, 08:23 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
GUYS, keep in mind that sometimes that server may be down which is common from time to time. Try other repos such as freshrpms or livna.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #4  
Old 10th July 2005, 08:58 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
BTW, this may be of interest too.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #5  
Old 10th July 2005, 10:14 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
Oh, I know, I was just thining I did something wrong, I have been using --disable dag and it's been working.

On teh link you posted, it says "vi sourceConfig.py" which brought up the correct page, when I use "gedit sourcesConfig.py", it does nothing. When I try to edit it in the page that "vi sourceConfig.py" brings up (which is terminal) it won't let me edit it.
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage
Reply With Quote
  #6  
Old 11th July 2005, 12:27 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
use the nano editor.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #7  
Old 22nd October 2005, 07:01 PM
smfinley's Avatar
smfinley Offline
Retired Community Manager
 
Join Date: Jul 2004
Posts: 1,335
Okay. Clearing the upstream cache with something like these commands (for your troublesome repository of course) seems to help. Be sure to do a "yum clean all" as root before you do this:
Code:
wget --cache=off http://apt.sw.be/fedora/4/en/i386/dag/repodata/filelists.xml.gz
wget --cache=off http://apt.sw.be/fedora/4/en/i386/dag/repodata/primary.xml.gz
wget --cache=off http://apt.sw.be/fedora/4/en/i386/dag/repodata/repomd.xml
wget --cache=off http://ayo.freshrpms.net/fedora/linux/4/i386/core/repodata/repomd.xml
__________________
Stanton Finley
stanton-finley.net
Reply With Quote
  #8  
Old 22nd October 2005, 08:32 PM
gavinw6662 Offline
Registered User
 
Join Date: Feb 2005
Age: 34
Posts: 1,281
Quote:
Originally Posted by smfinley
Okay. Clearing the upstream cache with something like these commands (for your troublesome repository of course) seems to help. Be sure to do a "yum clean all" as root before you do this:
Code:
wget --cache=off http://apt.sw.be/fedora/4/en/i386/dag/repodata/filelists.xml.gz
wget --cache=off http://apt.sw.be/fedora/4/en/i386/dag/repodata/primary.xml.gz
wget --cache=off http://apt.sw.be/fedora/4/en/i386/dag/repodata/repomd.xml
wget --cache=off http://ayo.freshrpms.net/fedora/linux/4/i386/core/repodata/repomd.xml

I've done several yum clean all and it seems to be sporradically working. I will check for updates, then try to install the updates and it will error out. Yum clean all, and it works again. Pretty Funny. Question though, Stanton - I followed your guide to set up the repo's for FC3 and 4. How come when I do a yum --disablerepo=dag it doesn't work for me. Everytime I do it, I get the help menu like I am misstyping the command. Any idea?? I found I can get things to work my editing the enable=1 to 0 in the repo file. Any reason why the disablerepo doesn't work for me (btw I am doing it as root)
__________________
I read your e-mail
Reply With Quote
  #9  
Old 22nd October 2005, 08:34 PM
gavinw6662 Offline
Registered User
 
Join Date: Feb 2005
Age: 34
Posts: 1,281
Quote:
Originally Posted by gavinw6662
I've done several yum clean all and it seems to be sporradically working. I will check for updates, then try to install the updates and it will error out. Yum clean all, and it works again. Pretty Funny. Question though, Stanton - I followed your guide to set up the repo's for FC3 and 4. How come when I do a yum --disablerepo=dag it doesn't work for me. Everytime I do it, I get the help menu like I am misstyping the command. Any idea?? I found I can get things to work my editing the enable=1 to 0 in the repo file. Any reason why the disablerepo doesn't work for me (btw I am doing it as root)
this is what the dag.repo looks like

[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/
enabled=1
#gpgcheck=1
__________________
I read your e-mail
Reply With Quote
  #10  
Old 22nd October 2005, 08:38 PM
smfinley's Avatar
smfinley Offline
Retired Community Manager
 
Join Date: Jul 2004
Posts: 1,335
Quote:
Originally Posted by gavinw6662
How come when I do a yum --disablerepo=dag it doesn't work for me. Everytime I do it, I get the help menu like I am misstyping the command. Any idea?? I found I can get things to work my editing the enable=1 to 0 in the repo file. Any reason why the disablerepo doesn't work for me (btw I am doing it as root)
Should be "yum --disablerepo=dag update" as root or "sudo yum --disablerepo=dag update". Be sure the label in the dag.repo file in /etc/yum.repos.d/ really says [dag].
__________________
Stanton Finley
stanton-finley.net
Reply With Quote
  #11  
Old 25th October 2005, 08:15 AM
gavinw6662 Offline
Registered User
 
Join Date: Feb 2005
Age: 34
Posts: 1,281
Quote:
Originally Posted by smfinley
Should be "yum --disablerepo=dag update" as root or "sudo yum --disablerepo=dag update". Be sure the label in the dag.repo file in /etc/yum.repos.d/ really says [dag].

Thank you buddy - this worked like a charm!!
__________________
I read your e-mail
Reply With Quote
  #12  
Old 25th October 2005, 08:16 AM
gavinw6662 Offline
Registered User
 
Join Date: Feb 2005
Age: 34
Posts: 1,281
Quote:
Originally Posted by gavinw6662
Thank you buddy - this worked like a charm!!

would I need to append 'update' at the end of all the repos?? Say if I was to disable another one, like dries??
__________________
I read your e-mail
Reply With Quote
  #13  
Old 25th October 2005, 09:23 AM
allmain Offline
Registered User
 
Join Date: Jan 2005
Location: Brisbane Australia
Posts: 84
This is what i get when i try to do yum update
http://apt.sw.be/fedora/4/en/i386/da...rimary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from dag: [Errno 256] No more mirrors to try.
Regards
Allmain
Reply With Quote
  #14  
Old 25th October 2005, 10:13 AM
Finalzone's Avatar
Finalzone Offline
Community Manager
 
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,365
Translation: dag server is down
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
Reply With Quote
  #15  
Old 30th October 2005, 04:44 AM
smfinley's Avatar
smfinley Offline
Retired Community Manager
 
Join Date: Jul 2004
Posts: 1,335
See this bug report.
__________________
Stanton Finley
stanton-finley.net
Reply With Quote
Reply

Tags
dag, fc4, problem, repo

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
yum or repo problem? sonoran Fedora 12 Alpha, Beta & Release Candidates 4 21st June 2009 01:20 PM
repo problem mistikia Using Fedora 0 5th November 2008 02:53 PM
Problem with macromedia repo AlFrugal Using Fedora 2 19th October 2008 04:00 AM
how to add the core source repo to the list of repo ? mounterriver Using Fedora 2 28th October 2006 11:52 PM
problem with repo on FC5 nicolase Using Fedora 5 20th April 2006 02:04 AM


Current GMT-time: 22:14 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat