当试图激活livepatch时:
sudo ua attach <token>我得到:
error executing status: livepatchd error: The platform Ubuntu 21.04 is not supported. exiting.虽然我的平台是22.04
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS发行版: 22.04代号: jammy
发布于 2022-05-18 08:57:05
显然,文件:/etc/lsb-release已经过时,并指出了20.04版本(尽管系统认为它是21.04),所以我更新了关于它的信息。
在sudo snap remove canonical-livepatch和sudo snap install canonical-livepatch之后,我能够用sudo ua attach <token>连接到实时修补程序,您可以通过UbuntuOne登录从https://ubuntu.com/advantage获得该补丁。
https://askubuntu.com/questions/1409103
复制相似问题