Diferencia entre revisiones de «Upgrade Debian: Etch to Lenny»
De gacq wiki
(→Update packages) |
|||
Línea 21: | Línea 21: | ||
* Mailman switch default language english | * Mailman switch default language english | ||
* Xen kernel not upgraded / Hypervisor not upgraded too | * Xen kernel not upgraded / Hypervisor not upgraded too | ||
+ | * udev | ||
= Notes for Xen users = | = Notes for Xen users = | ||
My way: | My way: | ||
+ | == DomUs == | ||
#Upgrade all DomUs | #Upgrade all DomUs | ||
+ | #Install kernel modules | ||
+ | #Install udev | ||
#Shutdown all DomUs | #Shutdown all DomUs | ||
+ | |||
+ | == Dom0 == | ||
#Upgrade Dom0 | #Upgrade Dom0 | ||
##Install xen kernel and hypervisor | ##Install xen kernel and hypervisor | ||
##Change kernel and initrd for all DomUs | ##Change kernel and initrd for all DomUs | ||
#Reboot | #Reboot |
Revisión del 22:22 17 jun 2009
Add new public key
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 9AA38DCD55BE302B gpg --armor --export 9AA38DCD55BE302B | sudo apt-key add -
Update packages
1) Edit /etc/apt/sources.list and replace "etch" to "lenny"
2) Do the upgrade
aptitude update aptitude install dpkg aptitude apt aptitude full-upgrade
Configuration files:
- Except special configurations overwrite /etc/securetty
Problems generated by the upgrade:
- salsauth not staring because now require run directory
- courier-imap-ssl does not work with fetchmail because of SSL version issue
- MoinMoin stop working (http error 500)
- Trac stop working
- Mailman switch default language english
- Xen kernel not upgraded / Hypervisor not upgraded too
- udev
Notes for Xen users
My way:
DomUs
- Upgrade all DomUs
- Install kernel modules
- Install udev
- Shutdown all DomUs
Dom0
- Upgrade Dom0
- Install xen kernel and hypervisor
- Change kernel and initrd for all DomUs
- Reboot