0

I am experiencing issues with Livepatch and I am getting this error:

Canonical Livepatch has experienced an internal error. Please refer to https://wiki.ubuntu.com/Kernel/Livepatch#CommonIssues for further information.

I tried sudo canonical-livepatch refresh, but it did not work.
I tried sudo ua attach, and it worked, but after reboot the error is back.

The following didn't work

sudo canonical-livepatch disable
sudo canonical-livepatch enable "token"

Do you have an idea how to fix it?

zx485
  • 2,426
Dufala
  • 21

1 Answers1

0

Try this:

sudo systemctl restart snap.canonical-livepatch.canonical-livepatchd.service
Andrew
  • 360