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

Debian Wiki wiki at debian.org
Sat Mar 25 11:44:09 GMT 2023


Dear Wiki user,

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

The "DebianEdu/Status/Bullseye" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Status/Bullseye?action=diff&rev1=103&rev2=104

Comment:
add hint for debian-edu-ltsp-install script bug  (#1033451

    {{{debian-edu-ltsp-install --diskless_workstation yes}}}
  
   * Thin client chroot installation is broken in case the type is (mini-)desktop and the language is English, see DebianBug:1024033. ('''Fixed in bookworm, but not in bullseye'''.) To fix it, use en-gb instead of en as language code (temporarily):
-    Set {{{LANGCODE="en-gb"}}} in /etc/debian-edu/config.
+   Set {{{LANGCODE="en-gb"}}} in /etc/debian-edu/config.
-    <<BR>>Run {{{debian-edu-ltsp-install --thin_type desktop}}}
+   <<BR>>Run {{{debian-edu-ltsp-install --thin_type desktop}}}
  
+  * Installation of a dedicated diskless workstaion chroot is broken in case the BD ISO image isn't available, see DebianBug:1033451. To fix it on a system with 'LTSP-Server' profile, run as root:
+   {{{sed -i 's/if ! mountpoint/if [ "true" == "$BD_ISO" ] \&\& ! mountpoint/' /usr/sbin/debian-edu-ltsp-install}}}
+   
  == Known problems that need to be fixed elsewhere ==
  
   * isc-dhcp-server-ldap: fails to activate the service, see DebianBug:971275. After (re)booting the  main server, it might take some minutes for the DHCP service to become available. This seems to happen randomly.



More information about the debian-edu-commits mailing list