我在GCP上创建了一个预定义的SLES15.1 Linux。
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中安装一些额外的软件包。
发布于 2021-01-06 11:51:51
这是因为lxml配置文件的版本为4.4.2。因此,卸载并安装更新的4.6.2版本,并使用以下命令重新注册。
# pip freeze | grep lxml
# pip uninstall lxml
# pip install lxml
# /usr/sbin/registercloudguest --force-new
# zypper update希望这能有所帮助。
https://serverfault.com/questions/1048536
复制相似问题