init scripts like arguments, like... start
[mirror/dsa-wiki.git] / input / howto / upgrade-to-squeeze.mdwn
index 2f16b41..a39819b 100644 (file)
@@ -42,7 +42,7 @@ update apt list
 
 upgrade
 
-       apt-get install locales-all
+       apt-get install locales-all apt dpkg
 
 rest follows
 
@@ -70,7 +70,7 @@ update dsa-puppet.git (add to squeeze list in local.yaml)
 
 do a puppet run:
 
-       puppetd -t
+       puppetd -t; puppetd -t; puppetd -t
 
 upgrade once more (security etc)
 
@@ -84,6 +84,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
@@ -115,6 +126,10 @@ purge removed packages
        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}'
 
+purge cruft that upgrade doesn't remove
+
+       apt-get remove --purge emacs22-common libxmlrpc-ruby libcap1 emacs22-nox emacs22-bin-common libvolume-id0 gcc-4.2-base ifenslave libopenssl-ruby1.8
+
 re-init samhain
 
 possibly reboot
@@ -124,7 +139,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