[Resolved] System updates have been installed and a reboot of the machine is required

I keep seeing this on the System Status Checks page. I have run:

sudo apt-get update && sudo apt-get upgrade

and also restarted the vps but it still says:

System updates have been installed and a reboot of the machine is required.

How did you reboot your VPS?

Maybe try:

# aptitude full-upgrade
# reboot

Thanks, that did it.