Voordat je de bestaande server installatie kunt upgraden moet de /etc/apt/sources.list aangepast worden.
De sources.list moet de volgende regels bevatten.
#
deb http://us.archive.ubuntu.com/ubuntu/ edgy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
## Uncomment the following two lines to add software from the ‘universe’
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ edgy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy universe
## Uncomment the following two lines to add software from the ‘backports’
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
deb http://security.ubuntu.com/ubuntu edgy-security universe
deb-src http://security.ubuntu.com/ubuntu edgy-security universe
Vervolgens geef je het commando:
sudo apt-get update
sudo apt-get upgrade
gevolgd door
sudo apt-get dist-upgrade
Nadat de upgrade klaar is moeten de laatste linux-headers binnengehaald worden:
sudo apt-get install linux-headers-`uname -r` build-essential
sudo apt-get -f install
sudo dpkg –configure -a
Mocht je op de ubuntu server VMware Server, VMware Workstation of VMware Player hebben geïnstalleerd,
Dan moet je deze helaas opnieuw installeren. Dit is nodig omdat de Linux kernel aangepast word.
VMware heeft een aantal modules die in de Kernel worden geïnstalleerd en vervolgens dus ook niet meer werken.
!Let op VMware Server 1.01 werkt nog niet goed op Ubuntu Server 6.10
Voor meer informatie zie de Ubuntu website.
Na de apt-get install linux* krijg ik de volgende foutmeldingen:
The following packages have unmet dependencies:
linux-doc-2.6.15: Conflicts: linux-doc-2.6
linux-doc-2.6.17: Conflicts: linux-doc-2.6
linux-libc-dev: Conflicts: linux-kernel-headers
E: Broken packages
Enig idee of er een oplossing voorhanden is ?