Yes.
Then it went away, then it came back.
dag repository is (again) nopped out of /etc/yum.conf.
I know I'm a dummy, but this time, the problem may lie elsewhere.
Brian Brunner brian.t.brunner@gai-tronics.com (610)796-5838
admin@homemachine.net 10/23/05 07:57AM >>>
Is anyone else having probs with dags repo after 4.2 update?
# yum update Setting up Update Process Setting up repositories http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')> 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. Error: failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.
regards tom _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
******************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.
This footnote also confirms that this email message has been swept for the presence of computer viruses.
www.hubbell.com - Hubbell Incorporated
On Mon, 2005-10-24 at 05:46 -0700, Brian T. Brunner wrote:
Yes.
Then it went away, then it came back.
dag repository is (again) nopped out of /etc/yum.conf.
I know I'm a dummy, but this time, the problem may lie elsewhere.
Brian Brunner brian.t.brunner@gai-tronics.com (610)796-5838
admin@homemachine.net 10/23/05 07:57AM >>>
Is anyone else having probs with dags repo after 4.2 update?
# yum update Setting up Update Process Setting up repositories http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')> 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. Error: failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.
Try adding some mirrors (I moved the problematic primary to the end):
$ cat /etc/yum.repos.d/dag.repo # # [dag] name=Red Hat Enterprise Linux $releasever - $basearch - Dag's repo baseurl=http://dag.atrpms.net/redhat/el$releasever/en/$basearch/dag/ http://dag.freshrpms.net/redhat/el$releasever/en/$basearch/dag/ http://ftp.heanet.ie/pub/freshrpms/pub/dag/redhat/el$releasever/en/$basearch... http://apt.sw.be/redhat/el$releasever/en/$basearch/dag/ failovermethod=priority enabled=1 gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt gpgcheck=1
Phil
admin@homemachine.net 10/23/05 07:57AM >>>
Is anyone else having probs with dags repo after 4.2 update?
# yum update Setting up Update Process Setting up repositories http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')> 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. Error: failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.
Try adding some mirrors (I moved the problematic primary to the end):
$ cat /etc/yum.repos.d/dag.repo # # [dag] name=Red Hat Enterprise Linux $releasever - $basearch - Dag's repo baseurl=http://dag.atrpms.net/redhat/el$releasever/en/$basearch/dag/ http://dag.freshrpms.net/redhat/el$releasever/en/$basearch/dag/ http://ftp.heanet.ie/pub/freshrpms/pub/dag/redhat/el$releasever/en/$basearch... http://apt.sw.be/redhat/el$releasever/en/$basearch/dag/ failovermethod=priority enabled=1 gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt gpgcheck=1
Phil
this setup works well, cheers :)
tom
On Wed, 2 Nov 2005, Tom wrote:
admin@homemachine.net 10/23/05 07:57AM >>>
Is anyone else having probs with dags repo after 4.2 update?
# yum update Setting up Update Process Setting up repositories http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')> 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. Error: failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.
Try adding some mirrors (I moved the problematic primary to the end):
$ cat /etc/yum.repos.d/dag.repo # # [dag] name=Red Hat Enterprise Linux $releasever - $basearch - Dag's repo baseurl=http://dag.atrpms.net/redhat/el$releasever/en/$basearch/dag/ http://dag.freshrpms.net/redhat/el$releasever/en/$basearch/dag/ http://ftp.heanet.ie/pub/freshrpms/pub/dag/redhat/el$releasever/en/$basearch... http://apt.sw.be/redhat/el$releasever/en/$basearch/dag/ failovermethod=priority enabled=1 gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt gpgcheck=1
Phil
this setup works well, cheers :)
The 3 latter URLs are actually one and the same machine. If you install the rpmforge-release package, you can find a yum mirror-list configuration commented that you can use with more mirrors.
The downside of the mirror-list approach is that you may not be using the one that works best for you.
Kind regards, -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
e
On 10/26/05, Phil Schaffner P.R.Schaffner@ieee.org wrote:
On Mon, 2005-10-24 at 05:46 -0700, Brian T. Brunner wrote:
Yes.
Then it went away, then it came back.
dag repository is (again) nopped out of /etc/yum.conf.
I know I'm a dummy, but this time, the problem may lie elsewhere.
Brian Brunner brian.t.brunner@gai-tronics.com (610)796-5838
admin@homemachine.net 10/23/05 07:57AM >>>
Is anyone else having probs with dags repo after 4.2 update?
# yum update Setting up Update Process Setting up repositories http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (101, 'Network is unreachable')> 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. Error: failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.
Try adding some mirrors (I moved the problematic primary to the end):
$ cat /etc/yum.repos.d/dag.repo # # [dag] name=Red Hat Enterprise Linux $releasever - $basearch - Dag's repo baseurl=http://dag.atrpms.net/redhat/el$releasever/en/$basearch/dag/ http://dag.freshrpms.net/redhat/el$releasever/en/$basearch/dag/ http://ftp.heanet.ie/pub/freshrpms/pub/dag/redhat/el$releasever/en/$basearch... http://apt.sw.be/redhat/el$releasever/en/$basearch/dag/ failovermethod=priority enabled=1 gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt gpgcheck=1
Phil
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos