On Mon, 2006-06-19 at 06:06 -0500, Christian Langer wrote: > I am getting the following message when I do yum check update: > > > [root@localhost chris]# yum check-update > Loading "installonlyn" plugin > Setting up repositories > dries [1/7] > dries 100% |=========================| 951 B 00:00 > macromedia [2/7] > http://macromedia.mplug.org/rpm/repodata/repomd.xml: [Errno 4] > IOError: <urlopen error (111, 'Connection refused')> > Trying other mirror. > Cannot open/read repomd.xml file for repository: macromedia > failure: repodata/repomd.xml from macromedia: [Errno 256] No more > mirrors to try. > Error: failure: repodata/repomd.xml from macromedia: [Errno 256] No > more mirrors to try. > > Anything I can do either to bring back macromedia,or by pass it in the > repo list? Edit the entry for the repository (in /etc/yum.repos.d) and set "enabled=0". Or run yum with the --disablerepo option. Cheers, Ben > Chris >