X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fupgrade-to-jessie.mdwn;h=2978f7a247800dafe36cce4d13611036db8097c3;hb=321a1a7dede545b4523bf022b924e9b8da0055c5;hp=60a21f470cb0b7a1cf6f732f8eec617918ce3105;hpb=859ccfa508332ca37f2b4165e2bbc06c2fd864cd;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/upgrade-to-jessie.mdwn b/input/howto/upgrade-to-jessie.mdwn index 60a21f4..2978f7a 100644 --- a/input/howto/upgrade-to-jessie.mdwn +++ b/input/howto/upgrade-to-jessie.mdwn @@ -51,6 +51,9 @@ more clean ups: (puppet agent -t || true) && (puppet agent -t || true) +nfs kernel module fu: + grep '^nfs$' /etc/modules && ! grep '^nfsv4$' /etc/modules && echo nfsv4 | tee -a /etc/modules + apache cleanup: mkdir /etc/apache2/conf.d.WHEEZY && @@ -61,6 +64,13 @@ apache cleanup: cd .. && rmdir conf.d + per vhost: + move sites-available file to foo.conf, + remove dangling symlink in sites-enabled, + a2ensite foo + replace all order allow,deny, allow from all with + Require all granted + re-init samhain (puppet agent -t || true) &&