Doh! moment in sysadminning
Oct. 23rd, 2025 08:25 amPSA:
This morning I noticed that needrestart was not telling me to reload, which was strange, given the latest security update of intel-microcode
A bit of searching revealed that a long time ago I had set APT::Default-Release "stable";, which will prevent apt from upgrading to security packages!
Removing this fixed the issue of course. Now to reload the server...
This morning I noticed that needrestart was not telling me to reload, which was strange, given the latest security update of intel-microcode
A bit of searching revealed that a long time ago I had set APT::Default-Release "stable";, which will prevent apt from upgrading to security packages!
Removing this fixed the issue of course. Now to reload the server...