machine is running Xenial, updated from Wily using do-dist-upgrade
Trying to set up live patching as an experiment before apply to my seedbox (a different machine)
Following these instructions cyberciti.biz/faq/howto-live-patch-ubuntu-linux-server-kernel-without-rebooting/
~$ canonical-livepatch status
Machine is not enabled. Please run 'sudo canonical-livepatch enable' with the
token obtained from https://ubuntu.com/livepatch.
~$ sudo canonical-livepatch enable [key]
sudo: canonical-livepatch: command not found
Please advise.
sudo $(which canonical-livepatch) enable [key]
work? – Chai T. Rex Nov 16 '16 at 01:10snap list
will show you the installed snaps and you can verify that the service is running bysystemctl status snap.canonical-livepatch.canonical-livepatchd.service
– Manik Taneja Nov 16 '16 at 02:13