X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fupgrade-to-squeeze.mdwn;h=829e8eb470fbb46ac8fc17d43757ffada2811fb2;hb=df09d9faf9de3e75b82152da05d6a7b7a1cfd85a;hp=ad8399d4684a1585e9e461e08431f0d677a303f2;hpb=cd2c6fceca5264491e0506f516667d5b1b64b903;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/upgrade-to-squeeze.mdwn b/input/howto/upgrade-to-squeeze.mdwn index ad8399d..829e8eb 100644 --- a/input/howto/upgrade-to-squeeze.mdwn +++ b/input/howto/upgrade-to-squeeze.mdwn @@ -1,6 +1,14 @@ # Upgrade from lenny to squeeze +on buildds: + + cd ~buildd + sudo su - buildd + touch NO-DAEMON-PLEASE EXIT-DAEMON-PLEASE && exit + + now wait for the buildd to quit + turn off samhain /etc/init.d/samhain stop && @@ -70,7 +78,7 @@ update dsa-puppet.git (add to squeeze list in local.yaml) do a puppet run: - puppetd -t; puppetd -t; puppetd -t + puppetd -t; puppetd -t upgrade once more (security etc) @@ -84,6 +92,17 @@ maybe also apt-get install firmware-bnx2 +if you are an nfs client, make sure to load the module before boot completes: + + echo nfs >> /etc/modules + +if you are an autofs node, make sure to load the module before boot completes: + + echo autofs4 >> /etc/modules + +These last two are because autofs in particular lazy loads the modules, and it +will happen after we've disabled module loading. + clean up transitions dpkg --purge dhcp3-client && apt-get install isc-dhcp-client # mark as non-auto @@ -128,7 +147,7 @@ re-enable exim, samhain mv /etc/rc2.d/K02exim4 /etc/rc2.d/S02exim4 mv /etc/rc2.d/K02samhain /etc/rc2.d/S02samhain env -i /etc/init.d/exim4 start - env -i /etc/init.d/samhain + env -i /etc/init.d/samhain start insserv