RHEL 5.11의 yum 업데이트 오류

RHEL 5.11의 yum 업데이트 오류
http://10.91.209.2:81/builds/rhel/RHEL6.4-Server-x86_64/Server/repodata/af55926cd66a289d9c7eaf352b2ed91ca0e28f91a505fff2b5c4c7cc2f1885e0-primary.sqlite.bz2: [Errno -3] Error performing checksum
Trying other mirror.
http://10.91.209.2:81/builds/rhel/RHEL6.4-Server-x86_64/Server/repodata/af55926cd66a289d9c7eaf352b2ed91ca0e28f91a505fff2b5c4c7cc2f1885e0-primary.sqlite.bz2: [Errno -3] Error performing checksum
Trying other mirror.
Error: failure: repodata/af55926cd66a289d9c7eaf352b2ed91ca0e28f91a505fff2b5c4c7cc2f1885e0-primary.sqlite.bz2 from RHEL_Server: [Errno 256] No more mirrors to try.

RHEL 5.7 버전에서는 이 오류가 발생하지만 RHEL 6에서는 발생하지 않습니다.

RHEL 6.7에서:-

yum repolist
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
repo id                                                                                        repo name                                                                                       status
NetAct-product-16.2.0.677                                                                      NetAct product 16.2.0.677                                                                       1,051
RHEL_HighAvailability                                                                          "RHEL HighAvailability"                                                                            56
RHEL_LoadBalancer                                                                              "RHEL LoadBalancer"                                                                                 4
RHEL_ScalableFileSystem                                                                        "RHEL ScalableFileSystem"                                                                           7
RHEL_Server                                                                                    "RHEL Server"                                                                                   3,648
RHEL_cpf_Errata                                                                                "RHEL cpf Errata"                                                                               4,255
repolist: 9,021

RHEL 5.11에서:-

yum repolist
RHEL_Server/primary_db                                                                                                                                                        | 3.1 MB     00:00
http://10.91.209.2:81/builds/rhel/RHEL6.4-Server-x86_64/Server/repodata/af55926cd66a289d9c7eaf352b2ed91ca0e28f91a505fff2b5c4c7cc2f1885e0-primary.sqlite.bz2: [Errno -3] Error performing checksum
Trying other mirror.
repo id                                                                                        repo name                                                                                       status
NetAct-product-16.2.0.677                                                                      NetAct product 16.2.0.677                                                                       1051
RHEL_Server                                                                                    "RHEL Server"                                                                                      0
RHEL_cpf_Errata                                                                                "RHEL cpf Errata"                                                                                  0
repolist: 1051

답변1

이는 별도의 메타데이터가 있는 별도의 저장소이기 때문입니다.

모든 메타데이터를 정리 yum clean all --enablerepo="*"하고 다시 시도할 수 있습니다. 하지만 미러 오류가 지속되면 다른 미러를 사용하거나 미러 소유자에게 문의하여 확인해 보아야 합니다. 마지막 동기화가 부분적으로만 이루어졌거나 실패한 것 같습니다.

관련 정보