I have just installed the canonical livepatch snap package:
sudo snap install canonical-livepatch
sudo canonical-livepatch enable (and the code)
I also setup unattended upgrades:
sudo apt install unattended-upgrades
sudo dpkg-reconfigure unattended-upgrades
However, when I want to check on the livepatch status by doing:
canonical-livepatch status --verbose
I get this:
client-version: "5"
machine-id: a144ba7b92ec478495cc5918743fe0e7
machine-token: 46a92999127246328b5091f493ee7be0
architecture: x86_64
cpu-model: Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz
last-check: 2016-11-02T11:38:33.551353308+02:00
boot-time: 2016-11-02T11:40:22+02:00
uptime: 12m0s
status:
- kernel: 4.4.0-45.66-generic
running: true
livepatch:
state: check-failed
version: ""
fixes: ""
Should I be concerned with the state: check-failed message? If so, what is causing it, and how can I fix it?