= MigrationJessie/Mailman = * dans l'ensemble : passage Squeeze -- Wheezy sans soucis {{{ listes:/# find /etc -name "*.dpkg*" -o -name "*.ucf*" /etc/default/bind9.dpkg-dist listes:/# rm /etc/default/bind9.dpkg-dist # Désactiver les cron de synchros listes:/# vi /etc/cron.d/synchro-mailman-sql listes:/# dpkg-reconfigure apt-listchanges listes:/# aptitude purge gcc-4.1-base libbind9-60 libboost-iostreams1.42.0 libdb4.7 libdb4.8 libdns69 libisc62 libisccc60 libisccfg62 liblwres60 liblzma2 libmysqlclient16 libssl0.9.8 python2.5 python2.5-minimal snmp-mibs-downloader }}} * soucis apache2 {{{ apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/ssl.load: Cannot load /usr/lib/apache2/modules/mod_ssl.so into server: libssl.so.0.9.8: cannot open shared object file: No such file or directory Action 'configtest' failed. The Apache error log may have more information. listes:/etc/apache2# }}} Je rêve ou quoi, ou je me plante royalement quelque part {{{ listes:~# dpkg -l "*apache*" | grep ^i listes:~# dpkg -l "*apache*" Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder | État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements |/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais) ||/ Nom Version Architecture Description +++-======================-================-================-================================================== un gforge-web-apache2 (aucune description n'est disponible) listes:~# }}} idem en prod, mais en prod {{{ listes:~# netstat -laputn | grep apache tcp6 0 0 :::80 :::* LISTEN 1087/apache2 tcp6 0 0 :::443 :::* LISTEN 1087/apache2 listes:~# listes:~# ps auxw | grep apache root 1087 0.0 0.1 8008 4428 ? Ss Mar23 0:11 /usr/sbin/apache2 -k start www-data 22260 0.0 0.0 7504 2180 ? S Mar27 0:00 /usr/sbin/apache2 -k start www-data 22359 0.0 0.1 231424 5720 ? Sl Mar27 0:06 /usr/sbin/apache2 -k start www-data 22360 0.0 0.1 231268 5592 ? Sl Mar27 0:07 /usr/sbin/apache2 -k start root 25035 0.0 0.0 3936 876 pts/0 S+ 11:45 0:00 grep --color=auto apache listes:~# }}} Ok, on installe Apache {{{ listes:~# aptitude install apache2 Les NOUVEAUX paquets suivants vont être installés : apache2 apache2-mpm-worker{a} apache2-utils{a} apache2.2-bin{a} apache2.2-common{a} libapr1{a} libaprutil1{a} libaprutil1-dbd-sqlite3{a} libaprutil1-ldap{a} libpcre3{a} ... }}} . On accepte TOUTES les nouvelles versions des fichiers différents. . A la fin {{{ listes:~# netstat -laputn | grep apache tcp6 0 0 :::80 :::* LISTEN 4069/apache2 tcp6 0 0 :::443 :::* LISTEN 4069/apache2 listes:~# }}}