Wednesday, May 6, 2009

Problem after update Ubuntu 8.04 Server software

I just update Ubuntu 8.04 Server software by command:

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

The process it self is ok, but my apache web server can not run.

$ sudo /etc/init.d/apache2 restart

Say error in /etc/apache2/sites-enabled/000-default.save

I remove the file then apache work fine again :)

2 comments:

Anonymous said...

You know you're not supposed to upgrade with Apt right? There's an update manager that will do better dependancy checking, it runs from the command line as well as GUI

http://www.ubuntu.com/getubuntu/upgrading

eshabe said...

@Steve:
It was software update, not distro upgrade :)
so, I use apt-get to update :)

thanks for your information.