首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >SLES 15 zypper和yast误差

SLES 15 zypper和yast误差
EN

Server Fault用户
提问于 2021-01-04 16:52:37
回答 1查看 2K关注 0票数 0

我在GCP上创建了一个预定义的SLES15.1 Linux。

SUSEConnect,zypper和yast功能都不起作用。

我总是有一个错误:“11-资源暂时不可用”

例如,我运行以下命令:

代码语言:javascript
复制
# SUSEConnect -p sle-module-basesystem/15.1/x86_64

结果:

代码语言:javascript
复制
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中安装一些额外的软件包。

EN

回答 1

Server Fault用户

发布于 2021-01-06 11:51:51

这是因为lxml配置文件的版本为4.4.2。因此,卸载并安装更新的4.6.2版本,并使用以下命令重新注册。

代码语言:javascript
复制
# pip freeze | grep lxml
# pip uninstall lxml
# pip install lxml
# /usr/sbin/registercloudguest --force-new
# zypper update

希望这能有所帮助。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/1048536

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档