[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Status/Buster" by WolfgangSchweer
Debian Wiki
wiki at debian.org
Sun Mar 11 23:02:12 UTC 2018
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Status/Buster" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Status/Buster?action=diff&rev1=17&rev2=18
Comment:
fix copy/paste error, reformat instruction for GOsa bug workaround
* {{{wget -q https://d-i.debian.org/daily-images/amd64/daily/netboot/mini.iso}}}
* Add {{{modules=debian-edu-install-udeb}}} and {{{desktop=xfce}}} (or mate, gnome, kde) as additional kernel params; also, if profile 'LTSP server' is wanted, add {{{ltsp-client-builder/use_cdrom=false}}}. If running a dedicated apt caching proxy, you can add {{{ltsp-client-builder/build-client-opts="--http-proxy=http://<IP>:<port>"}}} as well.
* Even if deselected, the LTSP installation step is reported as 'failed'; see: DebianBug:888583. Workaround: When the Debian Edu profile screen is shown, open up a Debian Installer shell and run 'rm /var/lib/dpkg/info/kbd-chooser.*'
- * GOsa² access to LDAP is broken. This happens because password decryption doesn't work; see DebianBug:892546. Workaround: After booting the main server for the first time, run: {{{cp /etc/gosa/gosa.conf.orig /etc/gosa/gosa.conf}}}, {{{gosa-encrypt-passwords > /dev/null}}} and {{{service apache2 reload }}}. Please note that this change disables gosa-admin password encryption (GOsa² -> LDAP connection); the generated (random) password is used in this case.
+ * GOsa² access to LDAP is broken. This happens because password decryption doesn't work; see DebianBug:892546. Workaround: After booting the main server for the first time, run:
+ {{{
+ cp /etc/gosa/gosa.conf.orig /etc/gosa/gosa.conf
+ cat /dev/null > /etc/gosa/gosa.secrets
+ service apache2 reload
+ }}}
+ Please note that this change disables gosa-admin password encryption (GOsa² -> LDAP connection); the generated (random) password is used in this case.
== Known problems we want to fix ==
More information about the debian-edu-commits
mailing list