2 # Upgrade from lenny to squeeze
4 Make sure to coordinate with whoever uses the host, be it the buildd
5 operator, the QA team, the ftp team or just announce it if it's a
12 touch NO-DAEMON-PLEASE EXIT-DAEMON-PLEASE && exit
14 now wait for the buildd to quit
18 /etc/init.d/samhain stop &&
19 mv /etc/rc2.d/S19samhain /etc/rc2.d/K19samhain # and stay down
24 /etc/init.d/exim4 stop &&
25 mv /etc/rc2.d/S20exim4 /etc/rc2.d/K20exim4 # so it stays down
28 install deborphan, clean up
30 apt-get install deborphan dialog
36 purge removed packages
38 dpkg --get-selections | awk '$2=="deinstall" {print $1}' &&
39 echo "really purge these [y/N]?" && read ans && [ "$ans" = "y" ] && dpkg --purge `dpkg --get-selections | awk '$2=="deinstall" {print $1}'` &&
40 echo "These are not at install:" && dpkg --get-selections | awk '$2!="install" {print $1}'
42 change sources list entries to squeeze:
44 cd /etc/apt/sources.list.d && sed -i "s#lenny#squeeze#g" debian.list
52 apt-get install locales-all apt dpkg
58 use dash as system shell (/bin/sh).
60 reject changes to /etc/pam.d/sudo (puppet will install a new file later anyway)
62 reject changes to /etc/munin/plugin-conf.d/munin-node (puppet will install a new file later anyway)
64 * keep local (i.e. reject (N)):
65 * all changes relating to exim (in /etc/exim4 and in logrotate)
67 * /etc/nagios/nrpe.cfg
68 * /etc/samhain/samhainrc
69 * /etc/munin/munin-node.conf
70 * /etc/logrotate.d/apache2
71 * /etc/apache2/apache2.conf
72 * /etc/apache2/ports.conf
74 update dsa-nagios.git (add host to squeeze hostgroup)
76 update dsa-puppet.git (add to squeeze list in local.yaml)
80 puppetd -t; puppetd -t
82 upgrade once more (security etc)
84 apt-get update && apt-get dist-upgrade
86 if you are moving from a dsa kernel to a debian kernel, add non-free to sources list, then
88 apt-get install firmware-linux
92 apt-get install firmware-bnx2
94 if you are an nfs client, make sure to load the module before boot completes:
96 echo nfs >> /etc/modules
98 if you are an autofs node, make sure to load the module before boot completes:
100 echo autofs4 >> /etc/modules
102 These last two are because autofs in particular lazy loads the modules, and it
103 will happen after we've disabled module loading.
107 dpkg --purge dhcp3-client && apt-get install isc-dhcp-client # mark as non-auto
109 Do the same for grub/grub-pc if you did upgrade-from-grub-legacy
112 upgrade-from-grub-legacy
114 apt-get purge grub &&
115 apt-get install grub-pc
124 check for unneeded/obsolete packages
128 /usr/lib/nagios/plugins/dsa-check-packages
130 purge removed packages
132 dpkg --get-selections | awk '$2=="deinstall" {print $1}' &&
133 echo "really purge these [y/N]?" && read ans && [ "$ans" = "y" ] && dpkg --purge `dpkg --get-selections | awk '$2=="deinstall" {print $1}'` &&
134 echo "These are not at install:" && dpkg --get-selections | awk '$2!="install" {print $1}'
136 purge cruft that upgrade doesn't remove
138 apt-get remove --purge emacs22-common libxmlrpc-ruby libcap1 emacs22-nox emacs22-bin-common libvolume-id0 gcc-4.2-base ifenslave libopenssl-ruby1.8 mailx
144 re-enable exim, samhain
146 mv /etc/rc2.d/K??exim4 /etc/rc2.d/S02exim4
147 mv /etc/rc2.d/K??samhain /etc/rc2.d/S02samhain
148 env -i /etc/init.d/exim4 start
149 env -i /etc/init.d/samhain start
157 ### Problems with CCISS
159 On custom kernels in squeeze it seems that udev stopped to create cciss devices, thus in /lib/udev/devices do a /dev/MAKEDEV cciss and reboot.
164 ### mailq plugin no longer works
165 apt-get install nagios-plugins-standard