X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fupgrade-to-jessie.mdwn;h=ed905a836f325ac3702942bddb74916c2bf6a2eb;hb=70be48a310a9385b0940d80ae3a3502e0aa6839c;hp=9463dd4cb8943a12f06a7e7249ba5a8a8dc80f32;hpb=5f39289adf35528dc3c5ab253850294b2d455587;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/upgrade-to-jessie.mdwn b/input/howto/upgrade-to-jessie.mdwn index 9463dd4..ed905a8 100644 --- a/input/howto/upgrade-to-jessie.mdwn +++ b/input/howto/upgrade-to-jessie.mdwn @@ -6,11 +6,7 @@ general developer box. on buildds: - cd ~buildd - sudo su - buildd - touch NO-DAEMON-PLEASE EXIT-DAEMON-PLEASE && exit - - now wait for the buildd to quit + buildds want moving to the new puppetized setup! upgrade stuff: @@ -47,8 +43,27 @@ purge removed packages more clean ups: /usr/lib/nagios/plugins/dsa-check-packages | tr -d , + (apt-get purge them) - apt-get --purge autoremove + + apt-get --purge autoremove && + while [ "$(deborphan -n | wc -l)" -gt 0 ] ; do apt-get purge $(deborphan -n); done && + + (puppet agent -t || true) && (puppet agent -t || true) + +apache cleanup: + + mkdir /etc/apache2/conf.d.WHEEZY && + cd /etc/apache2/conf.d && + for i in *; do + diff -u $i ../conf-enabled/$i.conf && mv -v $i ../conf.d.WHEEZY/ + done && + cd .. && + rmdir conf.d + + per vhost: + replace all order allow,deny, allow from all with + Require all granted re-init samhain