[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Jessie/Upgrades" by WolfgangSchweer
Debian Wiki
debian-www at lists.debian.org
Tue Mar 10 23:17:20 UTC 2015
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Documentation/Jessie/Upgrades" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Jessie/Upgrades?action=diff&rev1=11&rev2=12
Comment:
reorder items to make the Kerberos issue more transparent, thanks to Petter.
rm /usr/share/pam-configs/edu-krb5
}}}
- * Keep backup of Kerberos configuration file (Debian bug DebianBug:779642).
-
- {{{
- cp /etc/krb5.conf /etc/krb5.conf.backup
- }}}
-
* Do the actual upgrade.
{{{
@@ -79, +73 @@
service squid3 stop
}}}
+ * Keep backup of Kerberos configuration file (Debian bug DebianBug:779642).
+
+ {{{
+ cp /etc/krb5.conf /etc/krb5.conf.backup
+ }}}
+
* Apply debian-edu configuration (takes some time).
{{{
cfengine-debian-edu -D installation
+ }}}
+
+ * Replace Kerberos file (messed up by cfengine) with the right one.
+
+ {{{
+ cp /etc/krb5.conf.backup /etc/krb5.conf
}}}
* Replace squid with squid3, keep the cache; a new swap file will be generated and the cache index be rebuilt upon first squid3 start.
@@ -93, +99 @@
mount /var/spool/squid3
service squid3 start
apt-get -y purge squid squid-common
- }}}
-
- * Replace Kerberos file (messed up by cfengine) with the right one.
-
- {{{
- cp /etc/krb5.conf.backup /etc/krb5.conf
}}}
* Regenerate gosa.secrets to make GOsa² work with new php version.
More information about the debian-edu-commits
mailing list