Criei uma VM Linux SLES 15.1 predefinida no GCP.
As funcionalidades SUSEConnect, zypper e yast não funcionam.
Sempre recebo o erro: "11-Recurso temporariamente indisponível"
Por exemplo, executo o comando:
# SUSEConnect -p sle-module-basesystem/15.1/x86_64
Resultado:
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.'
Por favor, alguém pode me ajudar a resolver esse problema? Preciso instalar alguns pacotes extras neste SLES.
Responder1
Isso ocorre por causa do arquivo de configuração lxml com versão 4.4.2. Portanto, desinstale e instale a versão mais recente 4.6.2 e registre-se novamente usando os comandos abaixo.
# pip freeze | grep lxml
# pip uninstall lxml
# pip install lxml
# /usr/sbin/registercloudguest --force-new
# zypper update
Espero que isto ajude.