I have unattended-upgrade set up on my Ubuntu systems. Occasionally I will log in remotely to one of them and I'll see a message informing me that I need to reboot the system (in order to complete an upgrade). Is there a way to determine the specific package (or set of packages) which is triggering this notice?
| ||||
|
feedback
|
|
Looks like there is an easy way to automatically extract the requested information. Inside For example, in
and
The shell script
The latter file contains a list of packages requesting a reboot. | ||||
|
feedback
|
|
Reboot is recommended by the
If you want to see which packages triggered this, you can have a look at the contents of the For more info also see this thread. | |||
|
feedback
|
|
I don't really know if there are other packages that require rebooting, but kernel updates always do. I'd say almost every time I've been "asked" to reboot, the kernel had been updated. | |||||||
feedback
|