$ 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:
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
@Steve:
It was software update, not distro upgrade :)
so, I use apt-get to update :)
thanks for your information.
Post a Comment