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

10th July 2005, 01:44 AM
|
|
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
|

10th July 2005, 07:34 AM
|
|
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
|

10th July 2005, 08:23 AM
|
 |
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.
|

10th July 2005, 08:58 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
BTW, this may be of interest too.
|

10th July 2005, 10:14 AM
|
|
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
|

11th July 2005, 12:27 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Age: 44
Posts: 8,256

|
|
|
use the nano editor.
|

22nd October 2005, 07:01 PM
|
 |
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
|

22nd October 2005, 08:32 PM
|
|
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
|

22nd October 2005, 08:34 PM
|
|
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
|

22nd October 2005, 08:38 PM
|
 |
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].
|

25th October 2005, 08:15 AM
|
|
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
|

25th October 2005, 08:16 AM
|
|
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
|

25th October 2005, 09:23 AM
|
|
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
|

25th October 2005, 10:13 AM
|
 |
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
|

30th October 2005, 04:44 AM
|
 |
Retired Community Manager
|
|
Join Date: Jul 2004
Posts: 1,335

|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 22:14 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|