M BUZZ CRAZE NEWS
// news

ubuntu 20.04 imposible to turn on LivePatch require an internet connection

By John Parsons

I just installed Ubuntu 20.04 I came from Ubuntu 19.10 and before 18.04, I was using Livepatch in the past. I fresh installed Ubuntu 20.04 and I'm facing this message.enter image description here

I have an internet connection and is not slow.

I have the OS up-to-date

I just find this article I follow step by step How to enable Canonical Livepatch from the command line

enter image description here

But in the Software & Updatesenter image description here

13

2 Answers

I had the same problem before.

I think this command resets the Livepatch and solved the problem:

gsettings set com.ubuntu.update-notifier show-livepatch-status-icon true

If you already see the Livepatch status icon in the top bar, you can use this command instead:

gsettings set com.ubuntu.update-notifier show-livepatch-status-icon false

If none of the above commands solve the problem, try these:

sudo systemctl restart network-manager
sudo systemctl restart netpanel

You can enable livepatch attaching your marchin

go to

copy the command:

sudo ua attach <your-token>

It will enable livepatch and other services that you can disable later

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy