Diferencia entre revisiones de «Upgrade Debian: Etch to Lenny»

De gacq wiki
Saltar a: navegación, buscar
(Página nueva: = 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...)
 
Línea 1: Línea 1:
 
 
= Add new public key =
 
= Add new public key =
 
  gpg --keyserver wwwkeys.eu.pgp.net --recv-keys  9AA38DCD55BE302B
 
  gpg --keyserver wwwkeys.eu.pgp.net --recv-keys  9AA38DCD55BE302B
Línea 11: Línea 10:
 
  aptitude install dpkg aptitude apt
 
  aptitude install dpkg aptitude apt
 
  aptitude full-upgrade
 
  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

Revisión del 13:56 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