7

Livepatch console reports that:

livepatch requires an internet connection

However, all connections (LAN/WAN) are operating normally, with the necessary ports on ufw open. This is a new install of Ubuntu 18.04 LTS.

What are your thoughts?

1 Answers1

1

// , Livepatch needs ipv6 for who knows what silly reason. So you gotta turn off your damn VPN.

VPN==sadness

vault-scanner[master]$ sudo canonical-livepatch enable 1111069ffffffffff57fa628acaaaaac
2020/10/27 10:56:13 error executing enable: cannot enable machine: cannot send request: Post https://livepatch.canonical.com/api/machine-tokens: dial tcp: lookup livepatch.canonical.com on [::1]:53: dial udp [::1]:53: connect: network is unreachable
vault-scanner1[master]$ 

No VPN==happy

vault-scanner1[master]$ sudo canonical-livepatch enable 1111069ffffffffff57fa628acaaaaac
Successfully enabled device. Using machine-token: 1111069ffffffffff57fa628acaaaaac
vault-scanner[master]$ 

It'll be the same result in the GUI console, but I can't be arsed to post screenshots since this'll probably just get deleted anyway.

Nathan Basanese
  • 422
  • 4
  • 17
  • Well, THAT´s super annoying. ~:-| Especially since here it is >2 years later and someone must think that's a feature, rather than a bug. – fbicknel Mar 13 '22 at 20:07