Status of Debian Edu "Buster"

(development started in July 2017)

Installation

A Debian Edu ISO is available from the usual Debian places. Please note that during the development process an installation fails sometimes (kernel modules not availabe / problem with libc6-udeb); just try it a few days later, and always use the recent mini.iso:

See the Buster manual installation chapter how to set kernel command line parameters.

Known problems we want to fix

Other issues


Fixed in Git

Fixed + done (related packages migrated to buster or unstable)

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.

rm /etc/apache2/mods-available/userdir.load 
cp /etc/apache2/mods-available/status.load /etc/apache2/mods-available/userdir.load 
sed -i 's/status/userdir/g' /etc/apache2/mods-available/userdir.load 
ln -s /etc/apache2/mods-available/userdir.load /etc/apache2/mods-available/debian-edu-userdir.load 
a2enmod debian-edu-userdir

Done in the manual