오늘 아침부터 yum
Centos 7.6에서 패키지 업데이트를 확인할 때 오류가 발생합니다. 내가 실행할 때 :
$ sudo yum clean all && sudo yum check-update
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Cleaning repos: base epel extras google-cloud-compute google-cloud-sdk updates
Cleaning up list of fastest mirrors
Other repos take up 1.5 M of disk space (use --verbose for details)
Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Determining fastest mirrors
epel/x86_64/metalink | 15 kB 00:00:00
* base: mirror.cogentco.com
* epel: mirror.steadfastnet.com
* extras: mirror.cogentco.com
* updates: mirror.cogentco.com
base | 3.6 kB 00:00:00
epel | 4.9 kB 00:00:00
extras | 3.4 kB 00:00:00
google-cloud-compute/signature | 454 B 00:00:00
google-cloud-compute/signature | 1.8 kB 00:00:00 !!!
google-cloud-sdk/signature | 454 B 00:00:00
google-cloud-sdk/signature | 1.4 kB 00:00:00 !!!
updates | 3.4 kB 00:00:00
(1/9): base/7/x86_64/group_gz | 166 kB 00:00:00
(2/9): extras/7/x86_64/primary_db | 200 kB 00:00:00
(3/9): epel/x86_64/group_gz | 88 kB 00:00:00
(4/9): base/7/x86_64/primary_db | 6.0 MB 00:00:00
(5/9): epel/x86_64/primary_db | 6.7 MB 00:00:00
(6/9): updates/7/x86_64/primary_db | 5.0 MB 00:00:00
(7/9): google-cloud-compute/updateinfo | 1.1 kB 00:00:00
(8/9): google-cloud-compute/primary | 3.6 kB 00:00:00
(9/9): google-cloud-sdk/primary | 100 kB 00:00:00
google-cloud-compute 10/10
google-cloud-sdk 705/705
Updateinfo file is not valid XML: <open file '/var/cache/yum/x86_64/7/epel/92f2e15cad66d79ea1ad327e2af7af89d98e4d153d7a3e27ff41946f476af5b4-updateinfo.xml.zck', mode 'rt' at 0x7f4a26819ed0>
그럼 EPEL이 마음에 들지 않는 것 같은데 updateinfo
... 어떻게 해야 할까요? 이 문제를 어떻게 해결할 수 있나요?
나이것을 찾았다, 하지만 그것이 나에게 어떻게 적용되는지 이해가 안 되나요?
편집하다: 분명히 업데이트가 작동했지만 check-update
실패했을 뿐입니다. cron이 check-update
매시간 실행되고 받은편지함이 폭발하기 때문에 이것은 번거로운 일입니다. 하지만 여전히 업데이트를 실행할 수 있습니다.
편집 2: 그것어쩌면 나타날지도현재 EPEL에 문제가 있어 크론 작업을 조정해야 합니다.
답변1
이것은오류로 인해이 bodhi-4.0.0
릴리스는 분명히 epel repo 인프라의 프레임워크 내에 있습니다. 버그로 인해 호환되지 않는 업데이트 파일이 생성되어 프로덕션 저장소로 푸시되었습니다. 새로운 업데이트가 출시되었으며 저장소가 곧 수정될 것입니다.
답변2
새로운 버전의 bodhi(bodhi-4.0.0)가 배포된 것 같습니다. 문제를 해결해야합니다. 이것을 참고하세요https://pagure.io/releng/issue/8392.