[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] cf3/cf.finalize Make sure connman is replaced with network-manager-gnome

Wolfgang Schweer (@schweer-guest) gitlab at salsa.debian.org
Tue Oct 11 23:36:47 BST 2022



Wolfgang Schweer pushed to branch master at Debian Edu / debian-edu-config


Commits:
3d02cdc2 by Wolfgang Schweer at 2022-10-12T00:30:47+02:00
cf3/cf.finalize Make sure connman is replaced with network-manager-gnome

 In case the LXQt desktop environment is used during an installation including
 the Main server or LTSP server profile, ConnMan as the preferred LXQt network
 manager doesn't support the Debian Edu specific way to set up network interfaces.

- - - - -


2 changed files:

- cf3/cf.finalize
- debian/changelog


Changes:

=====================================
cf3/cf.finalize
=====================================
@@ -106,6 +106,17 @@ commands:
 
     "/bin/chmod 0644 /etc/debian-edu/www/Debian-Edu_rootCA.crt"
       contain => in_shell;
+
+  # Make sure connman is replaced with network-manager-gnome in case lxqt is
+  # used during an installation with Main server or LTSP server profile to avoid
+  # broken network setup.
+
+    debian.(server|ltspserver).lxqt.di.installation::
+
+    "/usr/bin/apt-get install -y network-manager-gnome"
+      contain => in_shell;
+    "/usr/bin/apt-get purge -y connman"
+      contain => in_shell;
 }
 
 bundle agent editline_finalize


=====================================
debian/changelog
=====================================
@@ -6,6 +6,11 @@ debian-edu-config (2.12.23) UNRELEASED; urgency=medium
   * ldap-tools/ldap-debian-edu-install: After the move to MDB the slapd package
     recently stopped shipping the BDB related DB_CONFIG example file. Trying to
     copy the file breaks LDAP setup.
+  * cf3/cf.finalize: Replace connman with network-manager-gnome in case the LXQt
+    desktop environment is used during an installation including the Main server
+    or LTSP server profile. (In these cases, ConnMan as the preferred LXQt
+    network manager doesn't work well with the Debian Edu specific way network
+    interfaces are set up.)
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Fri, 07 Oct 2022 23:47:21 +0200
 



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/3d02cdc270db00ac09f9907a2bd93573e796a559

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/3d02cdc270db00ac09f9907a2bd93573e796a559
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20221011/94182b1e/attachment-0001.htm>


More information about the debian-edu-commits mailing list