X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fupgrade-to-wheezy.mdwn;h=0511e67db353eb1953bf5de30bcc109792c1d48b;hb=0e0866c01ff5ffcbddedd8c48207b0e001b4f3d1;hp=4e0c6f9e2ed14496e67e6729794c19587a4a160b;hpb=1e2d1da23af02ef096507f5d38ab898ddbd956f5;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/upgrade-to-wheezy.mdwn b/input/howto/upgrade-to-wheezy.mdwn index 4e0c6f9..0511e67 100644 --- a/input/howto/upgrade-to-wheezy.mdwn +++ b/input/howto/upgrade-to-wheezy.mdwn @@ -23,6 +23,12 @@ upgrade stuff: commands: sed -i "s#squeeze#wheezy#g" /etc/apt/sources.list.d/debian.list /etc/apt/sources.list.d/security.list && + dpkg --clear-avail && + rm -f /etc/apt/preferences.d/dsa-bacula-client && + if [ -e /etc/apt/sources.list.d/buildd.debian.org.list ]; then + rm -f /etc/apt/preferences.d/buildd && + sed -i "s#squeeze#wheezy#g" /etc/apt/sources.list.d/buildd.debian.org.list + fi && apt-get update && apt-get install dpkg apt samhain && service samhain stop && @@ -32,28 +38,37 @@ commands: (puppet agent -t || true) && apt-get dist-upgrade && c_rehash /etc/ssl/debian/certs && + c_rehash /etc/exim4/ssl && apt-get --purge autoremove && while [ "$(deborphan -n | wc -l)" -gt 0 ] ; do apt-get purge $(deborphan -n); done && apt-get purge liblzma2 lzma && + dpkg --clear-avail && apt-get clean if /etc/apache2/apache2.conf was not changed, remove the include for httpd.conf. purge removed packages + dpkg --get-selections | awk '$2=="deinstall" {print $1}' && echo "really purge these [y/N]?" && read ans && [ "$ans" = "y" ] && dpkg --purge `dpkg --get-selections | awk '$2=="deinstall" {print $1}'` && echo "These are not at install:" && dpkg --get-selections | awk '$2!="install" {print $1}' more clean ups: + apt-get purge arrayprobe /usr/lib/nagios/plugins/dsa-check-packages | tr -d , apt-get --purge autoremove +maybe + apt-get install firmware-linux + update dsa-nagios.git (add host to wheezy hostgroup) +reboot + +verify ipv6 routing still works. + re-init samhain samhain --foreground -t update -p none -s none -l none -m none - -possibly reboot