Livepatch not appearing in top bar on Ubuntu 26.04 LTS

I have now upgraded all three of my laptops from 24.04.4 LTS to 26.04 LTS. Initially after some difficulties because the upgrade would not start with ‘sudo update-manager -d’. I was able to solve that problem using the commands ‘sudo apt purge lintian’, followed by ‘sudo apt autopurge’.

The issue with starting the upgrade has been reported on launchpad and a structural fix is ​​being worked on. See: https://bugs.launchpad.net/bugs/2150319.

All three of my laptops now work completely properly, except for one minor detail that is still unclear, which I would like to report here to see if other users are also affected by it and, of course, especially to contribute to clarity about this and - if it is a bug - to help find a solution.

The problem concerns Livepatch, namely the fact that Livepatch does not appear in the top bar, as in 24.04, and previous versions, despite the fact that this option is set to ‘on’. The invisibility of the Livepatch status makes it difficult for users to determine whether Livepatch is doing its job properly and actually performing security updates while the system runs.

For the sake of completeness, I would like to mention that immediately after the upgrade there was uncertainty about the status of my Ubunto Pro subscription. The old, trusted Software&Updates app showed that all functions were ‘on’, including the ‘Show Livepatch status in the top bar’ function (see screenshot Appendix 1). The new Security Center app, on the other hand, indicated that Ubuntu Pro was only available for an LTS version of Ubuntu, even though I had upgraded to 26.04 after its official release as an LTS, but of course before the official invitation to existing users to upgrade from 24.04.4, as this will only happen after the first point release has been published. Unfortunately, at the time I did not make a screenshot of the original screen announcing the unavailability of Ubuntu Pro as a whole.

After searching within the community, I was able to solve the above-mentioned problem by running the following commands in the terminal:

  • sudo snap connect desktop-security-center : system-observe

  • sudo pro attach

  • sudo pro enable livepatch

I don’t remember exactly in which order I executed those commands (1, then 2 and 3 or first 2 and 3 and then 1). Anyway, everything seems to be working fine now. All functions in Security Center are now also set to ‘on’, including the ‘Show Livepatch status in the top bar’ function (see screenshot Appendix 2).

Nevertheless, Livepatch does not/never appear in the top bar (see Appendix 3) and it is therefore impossible for users such as I to determine whether Livepatch’s functions are actually being executed. I have also submitted this text as a bug report on launchpad.

I have tried to check the functioning of Livepatch with the terminal command ‘canonical-livepatch status’ and ‘canonical-livepatch status –verbose’ (see Appendix 4) and this shows that the functions and procedures seem to be executed well and that the only problem is that the livepatch logo and the underlying clickable info does not appear in the top bar.

I hope this information can help the community and Canonical reconstruct and, if necessary, resolve the issue.

You should report this at the packages bugtracker:

I have, as I mentioned in my previous post. It seems that my bug report is private and can only be seen by the team members.

Ah, I only saw the bug for lintian above (but they are different teams, so the livepatch team would not be notified about it), good then…

Just chiming in that I’m experiencing the same issue with the livepatch status not showing up in the menu bar after an ubuntu release upgrade from noble.

1 Like

This is fixed after installing the updated base-files package. The cause was a missing LTS string in the ubuntu version info (Bug #2150561 “Resolute's /etc/os-release missing LTS string in V...” : Bugs : base-files package : Ubuntu).

Yeah, when running ‘sudo apt update‘, I saw that there is un update ‘base-files-ubuntu6.1’ ready, but still blocked. I guess I can just wait for it to be de-blocked and after having it installed, reboot and that will resolve the problem. If I have to do something myself, please let me know that this is the case and what exactly I have to do (e.g. which command in the terminal).

Omdat ik denk dat de kans groot is dat we taalgenoten zijn, toch ook even in het Nederlands. Vooreerst dank voor je post. Ik zag daarnet dat er idd een update ‘base-files-ubuntu6.1’ aangekondigd staat als ik ‘sudo apt update’ invoer en vervolgens ‘apt list –upgradable -a’. Installeren lukt voorlopig nog niet omdat de update nog geblokkeerd is. Ik neem aan dat ik gewoon kan wachten tot ik die update wel kan installeren en na installatie kan rebooten. Mocht ik wel dingen moeten doen, graag nog een seintje met info wat precies ik moet doen, bijv. een commando in de terminal of herinstalleren via Synaptic.

The updated base-files package will roll out within the next day or two, depending on the release schedule. Most system package updates are phased to minimize the risk of a single update causing widespread issues. If you don’t want to wait, you can force the installation of the phased package by typing the following in the terminal.

sudo apt install base-files

Generally it’s best to let phased packages install according to the release schedule, but in this case the change is minor. After a reboot the icon should show up in the menu bar again.

En inderdaad een taalgenoot!

1 Like

Dank! Thanks! I’ll wait for the update to be unblocked.