On one of our ubuntu servers, after sudo apt upgrade, the following line is printedRunning kernel seems to be up-to-datewhile on another server, the line is not printed even if no kernel update was recently done, and the kernel is up to date. Any ideas on why, and how can I add that message to the second server when running a script to update all servers?
(if no kernel update was recently done)
The gist of the answer was that the package needrestart would need to be installed, and that it was not an apt configuration issue.
sudo apt-get install -y needrestart
No comments:
Post a Comment