When I connect to my Ubuntu 10.04.2 LTS server I get the following banner:

25 packages can be updated.
15 updates are security updates.

However if I run package upgrades/updates nothing comes up:

$ sudo apt-get update
$ sudo apt-get upgrade
...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

After doing some research I found that issuing apt-get dist-upgrade could help but it makes no difference.

Any help is welcome.

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

That banner you're talking about is called MOTD (Message Of The Day). It appears to be a bug which can be work-arounded by deleting the /etc/motd.tail file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.