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

Debian Wiki wiki at debian.org
Wed Jun 23 23:44:27 BST 2021


Dear Wiki user,

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

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

Comment:
adjust some items (noticed while upgrading a 10.10 combi server)

  apt clean
  }}}
  
-  * To avoid a possible squid file permission pitfall, run
- {{{
- rm -f /etc/squid/conf.d/debian-edu.conf
- }}}
- 
   * Prepare and start the upgrade to Bullseye (new security entry): 
  {{{
  sed -i 's/buster/bullseye/g' /etc/apt/sources.list
@@ -63, +58 @@

   * apt-list-changes: be prepared for a lot of NEWS to read; press <return> to scroll down, <q> to leave the pager. All information will be mailed to root so that you can read it again (using ''mailx'' or ''mutt'').
  
   * Read all debconf information carefully, choose 'keep the local version currently installed' unless stated differently below; in most cases hitting return will be fine.
-   * restart services: Choose yes.
+   * restart services: Choose Yes.
-   * base-passwd: Choose yes.
+   * base-passwd: Choose Yes.
+   * openssh-server: Choose 'keep the local version currently installed'.
+   * /etc/plymouth/plymouthd.conf: Choose Y.
    * Samba server and utilities: Choose 'keep the local version currently installed'.
    * Kerberos servers: Enter 'kerberos' and hit 'OK'.
    * /etc/default/slapd: Choose N.
-   * openssh-server: Choose 'keep the local version currently installed'.
    * /etc/cups/cups-files.conf: Choose N.
    * /etc/munin/munin.conf: Choose N.
  
   * Apply and adjust configuration:
  {{{
- cf-agent -v -D di,installation
+ cf-agent -v -D installation
+ service squid restart
  }}}
   
   * Setup and configure the Icinga2 web interface:
    * Run {{{apt install icinga2-ido-mysql}}}, always choose '''No''' if asked by debconf.
-   * Ignore an error message about the ''icingadb'' existence.
-   * Run {{{/usr/share/tools/edu-icinga-setup}}}
+   * Run {{{/usr/share/debian-edu-config/tools/edu-icinga-setup}}}
  
   * Get the new Debian Edu Homeworld artwork:
  {{{
  apt install debian-edu-artwork-homeworld
  apt purge debian-edu-artwork-buster      # unless Buster artwork should be kept as an alternative
+ }}}
+ 
+  * Cope with Xfce panel configuration:
+ {{{
+ rm -f /etc/xdg/xfce4/panel/default.xml.cfsaved
+ mv /etc/xdg/xfce4/panel/default.xml.dpkg-new /etc/xdg/xfce4/panel/default.xml
  }}}
  
   * Cope with new LTSP and related changes:
@@ -137, +139 @@

    * Run {{{service krb5-kdc restart}}}
   
   * Cope with Samba changes:
+ 
    * Add first user's Samba account: {{{smbpasswd -a <first username>}}}. Once users change their password, the related Samba account will be created.
- 
+   
   * Check if the upgraded system works:
  
  Reboot; log in as first user and test



More information about the debian-edu-commits mailing list