PDA

View Full Version : [SOLVED] Upgrade Ubuntu server 8.04.1 to 8.04.4



dalitso
March 11th, 2010, 08:49 PM
I am failing to upgrade my Ubuntu server 8.04.1 to 8.04.4


apt-get update
and

apt-get upgrade

are not doing it. It just updates the packages, kernel..

Any help will be appreciated.

slakkie
March 11th, 2010, 09:01 PM
what does lsb_release -a say?

dalitso
March 11th, 2010, 09:07 PM
root@wani:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04.4 LTS
Release: 8.04
Codename: hardy


It seems like it was upgraded all along. Webmin has been deceiving me its still shows 8.04.1.

Thanks for the the lsb_release -a command. I didn't know about it.

slakkie
March 11th, 2010, 10:25 PM
root@wani:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04.4 LTS
Release: 8.04
Codename: hardy


It seems like it was upgraded all along. Webmin has been deceiving me its still shows 8.04.1.

Thanks for the the lsb_release -a command. I didn't know about it.

Reload webmin? It should look in the file /etc/lsb_release.

dalitso
March 12th, 2010, 09:02 PM
Cool, thanks