Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:debian-edu-install
User: [email protected]
Usertags: pu

[ Reason ]
At installation time of the Debian Edu mainserver, the Debian
Installer tries to configure icinga2-ido-mysql. This must be avoided,
the configuration of the package is handled by specific Debian Edu
scripts later in the installation process.

[ Impact ]
Debian Edu main server will continue to fail during installation.

[ Tests ]
Manual introspection of the code, test with Debian Edu sid image.

[ Risks ]
Debian Edu only.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]

+  * preseed-values/defaults.main-server: Preseed
+    icinga2-ido-mysql/dbconfig-install to false. Needed after
+    debian-edu 2.13.1 (d5c688a7) and debian-edu-config 858a9689.

[ Other info ]
None.
diff -Nru debian-edu-install-2.12.11/debian/changelog 
debian-edu-install-2.12.11+deb13u1/debian/changelog
--- debian-edu-install-2.12.11/debian/changelog 2025-03-13 20:39:32.000000000 
+0100
+++ debian-edu-install-2.12.11+deb13u1/debian/changelog 2026-08-25 
20:45:27.000000000 +0200
@@ -1,3 +1,12 @@
+debian-edu-install (2.12.11+deb13u1) trixie; urgency=medium
+
+  [ Daniel Teichmann ]
+  * preseed-values/defaults.main-server: Preseed
+    icinga2-ido-mysql/dbconfig-install to false. Needed after
+    debian-edu 2.13.1 (d5c688a7) and debian-edu-config 858a9689.
+
+ -- Mike Gabriel <[email protected]>  Tue, 25 Aug 2026 20:45:27 +0200
+
 debian-edu-install (2.12.11) unstable; urgency=medium
 
   * Team upload.
diff -Nru debian-edu-install-2.12.11/preseed-values/defaults.main-server 
debian-edu-install-2.12.11+deb13u1/preseed-values/defaults.main-server
--- debian-edu-install-2.12.11/preseed-values/defaults.main-server      
2020-03-26 00:10:30.000000000 +0100
+++ debian-edu-install-2.12.11+deb13u1/preseed-values/defaults.main-server      
2026-08-25 20:44:13.000000000 +0200
@@ -29,6 +29,13 @@
 # Kerberos KDC and admin server
 krb5-admin-server krb5-admin-server/kadmind boolean true
 
+# Skip Icinga 2 IDO MySQL dbconfig setup during d-i. The package moved
+# from cfengine (debian-edu-config 858a9689) to pkgsel (debian-edu
+# d5c688a7 / 2.13.1). policy-rc.d does not start mariadb in the installer,
+# so dbconfig-common would fail connecting to /run/mysqld/mysqld.sock.
+# edu-icinga-setup creates the database later.
+icinga2-ido-mysql icinga2-ido-mysql/dbconfig-install boolean false
+
 # Do not enable the WINS feature of samba-common, because this profile
 # does not get a address via DHCP
 samba-common samba-common/dhcp boolean false

Reply via email to