If you have a huge amount of servers to monitor you might use auto-updates. this is quite fine for the most of us if you have the possibility to login sometimes and do some manual maintenance-tasks. But we all know this stress during the normal day and you might not be able to do this for all the machines. And we all know Murphy so you are likely to confront the situation that your boot partition shows a usage of 100 %.
Ok, but what now? Don't be frightened, this can be solved with a little bit of patience. But you should be careful and take your time! The following list is a step-by-step guide and lists you a short description and the command
.
sudo apt-get update
uname -r
dpkg -l linux-image-* | grep ii
rm /boot/*-3.19.0-25*
3.19.0-25
needs to be replaced. Information therefore is generated in step 3. You might keep one or two previous versions of your used kernel.apt-get -f install
apt-get autoremove
df -h
Since the most of my servers are not exposed to so many people (they are only used by my family) and they are not reachable from the internet I changed from automatic updates to manual ones and scheduled them old school via a reminder.