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

Debian Wiki wiki at debian.org
Tue Oct 11 23:39:38 BST 2022


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=98&rev2=99

Comment:
adjust information about ConnMan issue; add issue concerning ntp vs. systemd-timesyncd

  
  == Known problems that can be fixed locally ==
  
+  * On the main server, the ''ntp'' package should be installed, recommended by the ''education-main-server'' package. Due to recent changes, ''systemd-timesyncd'' gets installed earlier and prevents the ''ntp'' package from being installed. To fix it, run as root user on the main server:
+ 
+   {{{apt install ntp -y}}}
+   <<BR>> to install the package and
+ 
+   {{{cf-agent -I -D installation}}}
+   <<BR>>to update the time server configuration.
+ 
   * If using thin clients, users should turn off compositing to avoid display artefacts; see DebianBug:1008602.
  
   * On a separate LTSP server the DHCP service fails to start after stopping it; see DebianBug:1021414. To fix it, run as root user on the LTSP server:
- {{{
- sed -i 's/slapd/nslcd/' /usr/share/debian-edu-config/isc-dhcp-server.service.eth1_only
+   {{{sed -i 's/slapd/nslcd/' /usr/share/debian-edu-config/isc-dhcp-server.service.eth1_only}}}
- cf-agent -I -D installation
- }}}
  
-  * On a separate LTSP server the Diskless Workstation networking setup fails to work '''in case desktop=lxqt is used'''. To fix it, replace connman with network-manager-gnome (!ConnMan is the preferred LXQt network manager):
- {{{
+   {{{cf-agent -I -D installation}}}
+ 
+  * On systems with ''Main server'' and/or ''LTSP server'' profiles the network setup fails to work correctly in case the LXQt desktop environment is used. To fix it, replace connman with network-manager-gnome (!ConnMan is the preferred LXQt network manager):
- apt install network-manager-gnome -y
+   {{{apt install network-manager-gnome -y}}}
+ 
- apt purge connman -y
+   {{{apt purge connman -y}}}
+  
+  Reboot the system. Also, if Diskless workstations are used, rebuild the related   image:
- service networking restart
- }}}
-  (Or reboot the system.)
-  Then rebuild the image: {{{debian-edu-ltsp-install --diskless_workstation yes}}}
+   {{{debian-edu-ltsp-install --diskless_workstation yes}}}
  
  == Known problems that need to be fixed elsewhere ==
  



More information about the debian-edu-commits mailing list