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?
Chris
Chris,
yum --disablerepo=macromedia check-update
Bob...