4

I have installed livepatch on Ubuntu 22.04 LTS. Livepatch status indicates that patches have been applied (✓ all applicable livepatch modules inserted) but it asks me to reboot when I login via SSH : *** Livepatch has fixed kernel vulnerabilities. System restart recommended on the closest maintenance window ***

I have rebooted several times but the message is still present. Is this a normal behaviour or I am missing something?

Gwen
  • 41

1 Answers1

3

To remove the repeating System restart recommended on the closest maintenance window message open the terminal and type:

sudo apt update && sudo apt upgrade
sudo reboot
karel
  • 122,292
  • 133
  • 301
  • 332