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