All we need is an easy explanation of the problem, so here it is.
I’ve started seeing a livepatch warning in my system tray.
Clicking it takes me the the livepatch client where I see this error message:
Despite the URL, there isn’t a #CommonIssues section on the page: https://wiki.ubuntu.com/Kernel/Livepatch#CommonIssues
Any ideas how I can fix this?
Ubuntu 18.04.2 LTS
4.15.0-34-generic
How to solve :
I know you bored from this bug, So we are here to help you! Take a deep breath and look at the explanation of your problem. We have many solutions to this problem, But we recommend you to use the first method because it is tested & true method that will 100% work for you.
Method 1
In terminal i just fire this command and it worked, try this
sudo canonical-livepatch refresh
In Detail you can read here
- Canonical Livepatch informs about internal error – what to do?
- https://ubuntuforums.org/showthread.php?t=2420465
Method 2
Note: Some people have found simply running sudo canonical-livepatch refresh
solves the problem. Try that first and then, if the problem persists, follow the steps below.
This forum thread describes the same issue and says the solution is to use a new livepatch token:
-
disable the livepatch service
sudo canonical-livepatch disable
-
get a new token from https://auth.livepatch.canonical.com/
-
enable the service with your new token
sudo canonical-livepatch enable <your token>
-
restart livepatch service
sudo systemctl restart snap.canonical-livepatch.canonical-livepatchd.service
Method 3
-
head to the Livepatch page and create an account. You can license up to 3 servers for free, so there is no cost unless you plan to mass deploy Livepatch. https://www.ubuntu.com/server/livepatch
-
Once you’ve created an account it’s as simple as running the following commands:
sudo snap install canonical-livepatch sudo canonical-livepatch enable $your_token
Note: Use and implement method 1 because this method fully tested our system.
Thank you 🙂
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0