[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Status/Bullseye" by WolfgangSchweer
Debian Wiki
wiki at debian.org
Sat Dec 18 21:50:39 GMT 2021
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=91&rev2=92
Comment:
Update after 11.2 point release
<<BR>>
Among others, the ''debian-edu-config'' package has been updated, see the related [[https://www.debian.org/News/2021/20211009|announcement]].
After having upgraded a system with ''LTSP server'' profile, run {{{debian-edu-ltsp-install --diskless_workstation yes}}} to update the SquashFS image for Diskless Workstations and {{{debian-edu-pxeinstall}}} to update the PXE installation environment.
+
+ '''Updated at Debian 11.2 Bullseye point release date (Dec 18 2021)'''
+ <<BR>>
+ Among others, the ''debian-edu-doc-*'' packages and the ''debian-edu-config'' package have been updated, see the related [[https://www.debian.org/News/2021/20211218|announcement]].
+ After having upgraded a system with ''LTSP server'' profile, run {{{debian-edu-ltsp-install --diskless_workstation yes}}} to update the SquashFS image for Diskless Workstations and {{{debian-edu-pxeinstall}}} to update the PXE installation environment.
+ <<BR>>
+ If prompted, choose ''no'' for an automatic ''smb.conf'' file update, and (later) ''keep the local version currently installed''.
+ <<BR>>
+ As an alternative for diskless workstations, '''it is now possible to install and maintain a dedicated LTSP chroot''' (instead of using the SquashFS image from the server filesystem); see the [[DebianMan:debian-edu-ltsp-install|debian-edu-ltsp-install manual page]] for details.
== Installation ==
@@ -50, +59 @@
Also recommended to update an already existing image.
- {{{rsync -v --progress cdimage.debian.org::cdimage/release/current/amd64/iso-cd/debian-edu-11.1.0-amd64-netinst.iso debian-edu-11.1.0-amd64-netinst.iso}}}
+ {{{rsync -v --progress cdimage.debian.org::cdimage/release/current/amd64/iso-cd/debian-edu-11.2.0-amd64-netinst.iso debian-edu-11.2.0-amd64-netinst.iso}}}
- {{{rsync -v --progress cdimage.debian.org::cdimage/release/current/i386/iso-cd/debian-edu-11.1.0-i386-netinst.iso debian-edu-11.1.0-i386-netinst.iso}}}
+ {{{rsync -v --progress cdimage.debian.org::cdimage/release/current/i386/iso-cd/debian-edu-11.2.0-i386-netinst.iso debian-edu-11.2.0-i386-netinst.iso}}}
- {{{rsync -v --progress cdimage.debian.org::cdimage/release/current/amd64/iso-bd/debian-edu-11.1.0-amd64-BD-1.iso debian-edu-11.1.0-amd64-BD-1.iso}}}
+ {{{rsync -v --progress cdimage.debian.org::cdimage/release/current/amd64/iso-bd/debian-edu-11.2.0-amd64-BD-1.iso debian-edu-11.2.0-amd64-BD-1.iso}}}
- {{{rsync -v --progress cdimage.debian.org::cdimage/release/current/i386/iso-bd/debian-edu-11.1.0-i386-BD-1.iso debian-edu-11.1.0-i386-BD-1.iso}}}
+ {{{rsync -v --progress cdimage.debian.org::cdimage/release/current/i386/iso-bd/debian-edu-11.2.0-i386-BD-1.iso debian-edu-11.2.0-i386-BD-1.iso}}}
=== Unofficial images including non-free firmware - use only if really needed ===
* https://get.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/amd64/iso-cd/
@@ -65, +74 @@
Detailed instructions for verifying these images are part of the [[https://www.debian.org/CD/faq/index.en.html#verify|Debian-CD FAQ]].
----
- == Known problems we want to fix ==
-
- * The {{{/usr/share/debian-edu-config/tools/pxe-addfirmware}}} script still uses the old /var/lib/tftpboot path and fails, see DebianBug:995610. As a workaround, replace {{{/var/lib/tftpboot}}} with {{{/srv/tftp}}}.
-
- * Real support for LTSP chroot creation and maintenance is missing, see DebianBug:996103 for details.
== Known problems that need to be fixed elsewhere ==
- * isc-dhcp-server-ldap: fails to activate the service, see DebianBug:971275.<<BR>>After (re)booting the main server, it might take some minutes for the DHCP service to become available. This seems to happen randomly.<<BR>>In case the DHCP server doesn't work reliably, consider using the DHCP server packages from Debian 10 (buster).
+ * isc-dhcp-server-ldap: fails to activate the service, see DebianBug:971275. After (re)booting the main server, it might take some minutes for the DHCP service to become available. This seems to happen randomly.
- 1. Create the file ''/etc/apt/sources.list.d/buster.sources.list'' with the following content:
- {{{
- deb http://deb.debian.org/debian buster main
- deb http://deb.debian.org/debian-security buster/updates main
- }}}
- and run:
- {{{
- apt update
- apt install isc-dhcp-server/buster isc-dhcp-server-ldap/buster
- }}}
- 1. To make DHCP downgrading permanent and to ensure security upgrades, create two files to pin the DHCP server packages to the Debian 10 (buster) version.
+ ##<<BR>>In case the DHCP server doesn't work reliably, consider using the DHCP server packages from Debian 10 (buster).
+ ## 1. Create the file ''/etc/apt/sources.list.d/buster.sources.list'' with the following content:
+ ## {{{
+ ## deb http://deb.debian.org/debian buster main
+ ## deb http://deb.debian.org/debian-security buster/updates main
+ ## }}}
+ ## and run:
+ ## {{{
+ ## apt update
+ ## apt install isc-dhcp-server/buster isc-dhcp-server-ldap/buster
+ ## }}}
+ ## 1. To make DHCP downgrading permanent and to ensure security upgrades, create two files to pin the DHCP server packages to the Debian 10 (buster) version.
- File ''/etc/apt/apt.conf.d/99-edu-default-release''; content:
- {{{
- APT::Default-Release "bullseye";
- }}}
- File ''/etc/apt/preferences.d/99-downgrade-dhcp-server''; content:
+ ## File ''/etc/apt/apt.conf.d/99-edu-default-release''; content:
- {{{
+ ## {{{
+ ## APT::Default-Release "bullseye";
- Package: isc-dhcp-server-ldap isc-dhcp-server
- Pin: version 4.4.1-2+deb10*
- Pin-Priority: 1001
- }}}
+ ## }}}
+ ## File ''/etc/apt/preferences.d/99-downgrade-dhcp-server''; content:
+ ## {{{
+ ## Package: isc-dhcp-server-ldap isc-dhcp-server
+ ## Pin: version 4.4.1-2+deb10*
+ ## Pin-Priority: 1001
+ ## }}}
+
- 1. Once the bug has been fixed, remove the three created files and run {{{apt update && apt upgrade}}}.
+ ## 1. Once the bug has been fixed, remove the three created files and run {{{apt update && apt upgrade}}}.
* libpam-python: porting to python3 needed, see DebianBug:937234.
* !X2Go doesn't register users with utmp/wtmp, see DebianBug:890517.
@@ -112, +118 @@
----
== Fixed and done ==
+
+ * The {{{/usr/share/debian-edu-config/tools/pxe-addfirmware}}} script still uses the old /var/lib/tftpboot path and fails, see DebianBug:995610. As a workaround, replace {{{/var/lib/tftpboot}}} with {{{/srv/tftp}}}.
+
+ * Real support for LTSP chroot creation and maintenance is missing, see DebianBug:996103 for details.
* debian-edu-ltsp-install: Netboot image exposes private data and crypto keys, see DebianBug:993935.
* Sending system emails from machines inside the internal network is broken, see DebianBug:989338.
More information about the debian-edu-commits
mailing list