SLES 15 zypper 및 yast 오류

SLES 15 zypper 및 yast 오류

GCP에 사전 정의된 SLES 15.1 Linux VM을 만들었습니다.

SUSEConnect, zypper 및 yast 기능이 작동하지 않습니다.

항상 "11-리소스를 일시적으로 사용할 수 없습니다."라는 오류가 발생합니다.

예를 들어 다음 명령을 실행합니다.

# SUSEConnect -p sle-module-basesystem/15.1/x86_64

결과:

Registering system to registration proxy https://smt-gce.susecloud.net
Updating system details on https://smt-gce.susecloud.net ...
Activating sle-module-basesystem 15.1 x86_64 ...
-> Adding service to system ...
command 'zypper --non-interactive refs Basesystem_Module_x86_64' failed
Error: zypper returned (1) with 'Unexpected exception.
Unknown error reading from 'plugin:/susecloud?credentials=Basesystem_Module_x86_64&path=/services/1772'
History:
 - Receive: script died unexpectedly
 - [11-Resource temporarily unavailable]

Please file a bug report about this.
See http://en.opensuse.org/Zypper/Troubleshooting for instructions.'

이 문제를 해결하는 데 도움을 줄 수 있는 사람이 있습니까? 이 SLES에 몇 가지 추가 패키지를 설치해야 합니다.

답변1

이는 버전 4.4.2의 lxml 구성 파일 때문입니다. 따라서 최신 버전 4.6.2를 제거하고 설치한 후 아래 명령을 사용하여 다시 등록하세요.

# pip freeze | grep lxml
# pip uninstall lxml
# pip install lxml
# /usr/sbin/registercloudguest --force-new
# zypper update

도움이 되었기를 바랍니다.

관련 정보