[펌] yum update관련 오류 수정 LINUX
페이지 정보

본문
http://download.fedoraproject.org/pub/fedora/linux/core/updates/3/i386/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] 530 Sorry, the maximum number of allowed clients (10) are already connected.
Trying other mirror.
Cannot open/read repomd.xml file for repository: updates-released
failure: repodata/repomd.xml from updates-released: [Errno 256] No more mirrors to try.정
이 증상은 업데이트 하는 경로가 틀려서 생기는 오류였다.
이 오류를 고치려고 하면
vi /etc/yum.repos.d/fedora-updates.repo
로 들어간후에
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
enabled=1
gpgcheck=1
이렇게 되어있는 설정에서
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
여기 수정 #삭제-->baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/
$releasever/$basearch/
#삽입-->#mirrorlist=http://fedora.redhat.com/download/mirrors/
updates-released-fc$releasever
enabled=1
gpgcheck=1
한후
ifdown eth0
ifup eth0
한다.
Trying other mirror.
Cannot open/read repomd.xml file for repository: updates-released
failure: repodata/repomd.xml from updates-released: [Errno 256] No more mirrors to try.정
이 증상은 업데이트 하는 경로가 틀려서 생기는 오류였다.
이 오류를 고치려고 하면
vi /etc/yum.repos.d/fedora-updates.repo
로 들어간후에
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
enabled=1
gpgcheck=1
이렇게 되어있는 설정에서
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
여기 수정 #삭제-->baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/
$releasever/$basearch/
#삽입-->#mirrorlist=http://fedora.redhat.com/download/mirrors/
updates-released-fc$releasever
enabled=1
gpgcheck=1
한후
ifdown eth0
ifup eth0
한다.
[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]
- 이전글오늘은 드론으로...AirDog 15.08.17
- 다음글김무성대표 사위가 한 마약들 15.09.18
댓글목록
등록된 댓글이 없습니다.