5

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?livepatch enable error

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 Answers1

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