I just did a clean install of 22.04 today. When trying to enable live patch I see I see the following message. I tried uninstall and reinstalling the livepatch app/snap but that didn't resolve the issue. Any ideas how I might resolve this?
Asked
Active
Viewed 7,215 times
5

Angelo M
- 413
- 5
- 14
-
As of today (look the date of the post) I was able to enable the service finally after trying for a month. So it should work now. – Zingam Jun 11 '22 at 06:00
1 Answers
14
I suggest you to try enableing it from Ubuntu Advantages page
If needed, a detailed guide could be found here in this tutorial
Also, if the above configurations are completed already, just run below commands in terminal as defined here to enable the live patch
# Attach your personal or enterprise subscription from ubuntu.com/advantage
$ sudo ua attach [TOKEN]
Explicitly enable livepatch
$ sudo ua enable livepatch

Aravinth
- 647
-
3the command line worked for me. so many things do not work properly in 22.04.... – Thomas Covenant May 12 '22 at 04:05
-
the
pro status
command gives more information than the ui concerning the source of the issues with livepatch – wotter Sep 08 '23 at 09:22