[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Stretch/Upgrades" by HolgerLevsen

Debian Wiki wiki at debian.org
Mon Apr 24 11:01:53 UTC 2017


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Stretch/Upgrades" page has been changed by HolgerLevsen:
https://wiki.debian.org/DebianEdu/Documentation/Stretch/Upgrades?action=diff&rev1=13&rev2=14

Comment:
many s#.#:#g

  
  === Upgrade the server side ===
  
-  * Make sure the current system is up-to-date.
+  * Make sure the current system is up-to-date:
  {{{
  apt update
  apt full-upgrade
@@ -50, +50 @@

  apt install sitesummary
  }}}
  
-  * Cleanup the package cache.
+  * Cleanup the package cache:
  {{{
  apt clean
  }}}
  
-  * Prepare and start the upgrade to Stretch.
+  * Prepare and start the upgrade to Stretch:
  {{{
  # Adjust changed profile name.
  sed -i 's/Thin-Client-Server/LTSP-Server/' /etc/debian-edu/config
@@ -69, +69 @@

  
   * apt-list-changes: be prepared for a lot of NEWS to read; press <return> to scroll down, <q> to leave the pager.
  
-  * Package configuration.
+  * Package configuration:
    * icinga-cgi: Provide icingaadmin's password (same as used for nagiosadmin).
    * Just in case several display managers are installed: display-manager: Choose lightdm.
    * Configuring Kerberos Authentication: Enter 'kerberos' as hostname.
@@ -78, +78 @@

    * /etc/default/ldap2zone: Choose Y.
    * /etc/gosa/gosa.conf Choose N. (Never accept a new gosa.conf version!)
  
-  * Cope with the Squid3 to Squid renaming.
+  * Cope with the Squid3 to Squid renaming:
  {{{
  service squid stop          # Takes some time!
  rm -rf /var/spool/squid
@@ -90, +90 @@

  rm /etc/default/squid3 -rf
  }}}	
  
-  * Use FQDN for sudo.
+  * Use FQDN for sudo:
  {{{
  ldapvi -ZD '(cn=admin)'
  (Enter root password.)
  Search for 'sudoHost :tjener', replace tjener with tjener.intern
  (Enter 'y' to modify the LDAP data base.)
  }}}	
-  * Apply and adjust configuration.
+  * Apply and adjust configuration:
  {{{
  cfengine-debian-edu -D installation
  rm /etc/apache2/conf-enabled/nagios3.conf
@@ -107, +107 @@

  service apache2 restart
  }}}	
  
-  * Install renamed metapackages.
+  * Install renamed metapackages:
  {{{
  apt update
  apt install education-networked-common
  apt install education-ltsp-server      # Only if profile 'LTSP-Server' is installed.
  }}}	
  
-  * Get the new Debian Edu Stretch artwork.
+  * Get the new Debian Edu Stretch artwork:
  {{{
  apt install debian-edu-artwork-softwaves
  }}}	
  
-  * After reboot, do some more cleanup.  
+  * After reboot, do some more cleanup:
  {{{
  apt purge linux-image-3.16.0-4-amd64 
  apt purge debian-edu-artwork-lines     # Only if not wanted as an alternative theme.
@@ -157, +157 @@

  ltsp-chroot -m -a i386 apt -y full-upgrade
  }}}
  
-  * Cleaning up.
+  * Cleaning up:
  
  {{{
  ltsp-chroot -m -a i386 apt --purge autoremove
  }}}
  
-  * Update LTSP support on the server side.
+  * Update LTSP support on the server side:
  
  {{{
  ltsp-update-kernels



More information about the debian-edu-commits mailing list