출처 : https://access.redhat.com/solutions/64532
ISSUE
- yum package update error:
error was [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
# yum upgrade
Loaded plugins: product-id, refresh-packagekit, rhnplugin, subscription-manager
Updating Red Hat repositories.
rhel-x86_64-rhev-agent-6-server-beta 4/4
rhel-x86_64-rhev-mgmt-agent-6-beta 56/56
rhel-x86_64-server-6-beta 766/766
rhel-x86_64-server-6-beta-debuginfo 354/354
rhel-x86_64-server-6-debuginfo 2295/2295
rhel-x86_64-server-6-rhevm-3-beta 54/54
rhel-x86_64-server-6-rhevm-3-jboss-5-beta 286/286
rhel-x86_64-server-fastrack-6 240/240
rhel-x86_64-server-fastrack-6-debuginfo 95/95
Error: failed to retrieve repodata/dd400ee340700cdcc6f0f8a539facee56d380e05b82f56ba73be9187e61a681b-primary.xml.gz from rhel-x86_64-server-ha-6
error was [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
[root@mng ~]# yum update
Loaded plugins: product-id, refresh-packagekit, rhnplugin, subscription-manager
Updating Red Hat repositories.
Error: failed to retrieve repodata/dd400ee340700cdcc6f0f8a539facee56d380e05b82f56ba73be9187e61a681b-primary.xml.gz from rhel-x86_64-server-ha-6
error was [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
- yum update fails with error: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403"
ENVIRONMENT
- Red Hat Enterprise Linux(RHEL) 5.7 and onwards
- Red Hat Subscription Manager(RHSM)
- Red Hat Network(RHN) Classic
RESOLUTION
For system registered with RHSM
- Unregister the system and re-register it using Subscription-manager by:-
# subscription-manager unsubscribe
# subscription-manager unregister
# subscription-manager clean
- To Re-register the system to
RHSM
by:-
# subscription-manager register --autosubscribe
For system registered with RHN Classic
- Re-sync the channel for which yum is throwing the said error by :-
# rhn-channel --remove -c <affected Channel name> --user username --password password
- Verify that channel is not listed and then add the same channel again by :-
# yum repolist
# rhn-channel --add -c <affected Channel name> --user username --password password
# yum clean all
- Verify that channel is now listed by :-
# yum repolist
- An additional step mey be needed, unregistering from both classic and normal subscription service then registering again with the new method.
ROOT CAUSE
- Affected channel may not be synced with the system properly. Re-registering or re-syncing the channel resolves the issue.
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
34 | PHP 지원기간 안내 (PHP Supported Versions) | 위대한유저 | 2015.04.03 | 206 |
33 | 윈도우폰에서 앱 설치가 되지 않을때 | 위대한유저 | 2015.03.28 | 383 |
32 | 삼바 사용시 smb_pwd_check_ntlmv1: incorrect password length 에러 대처 | 위대한유저 | 2015.03.18 | 564 |
31 | CVE-2015-0235 GHOST BUG | 위대한유저 | 2015.02.05 | 718 |
30 | cacti-0.8.8c 버전에서의 주의점 | 위대한유저 | 2015.02.03 | 885 |
» | yum update error: "error was [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"" | 위대한유저 | 2015.01.30 | 1668 |
28 | xfce4 on centos7(rhel7) | 위대한유저 | 2015.01.28 | 2940 |
27 | 리눅스 virtualbox에서 게스트os에 usb드라이브 마운트 안된다면... | 위대한유저 | 2015.01.20 | 589 |
26 | 윈도우 원격데스크탑 포트변경하기 | 위대한유저 | 2015.01.10 | 517 |
25 | IIS의 ASP페이지에서 데이터베이스 연결을 만드는 방법 | 위대한유저 | 2014.12.14 | 542 |
24 | atime, mtime, ctime 의 차이점 | 위대한유저 | 2014.11.27 | 1172 |
23 | hdparm 을 이용한 디스크 초기화 | 위대한유저 | 2014.11.14 | 1262 |
22 | IE 확대/축소 기능끄기 | 위대한유저 | 2014.07.01 | 2515 |
21 | 넷북 환경에서 윈도우 8.1 업데이트 하기 | 위대한유저 | 2014.05.14 | 3621 |
20 | centos 기반에서 tftp 서비스 활성화하기 | 위대한유저 | 2014.03.21 | 16705 |