Dear Maintainer,
I made a default debian-edu bookworm install on single server with two
network interfaces.
Roles: main server, ltsp server, workstation
Desktop: Default/xfce
Network settings: installer defaults
Configured single 'student' user jdoe in addition to main/first user.
Proceeded to test LTSP network booting on multiple clients.
LTSP boot proceeds normally, but after login a mksquashfs process using
nearly all CPU capacity starts after about 1 minute.
Sections of the rootfs are mounted under /tmp/randomnamexx.
Client remains usable if slower, with 2G RAM usage.
A squashfs image is being created in /srv/ltsp/images/x86_64.img.tmp
This process eventually creates a 5.5GB file, /srv/ltsp/images/x86_64.img
and then terminates.
At this point, DNS name resolution stops working.
/etc/resolv.conf becomes empty (checked using 'watch /etc/resolv.conf)
Web browsing no longer works as a result, and the LDAP server can't be
accessed, so if I do a 'logout' without reboot, further login attempts fail.
The resolvconf.service is still running but can't be restarted due to
lack of privileged access.
I could not understand the purpose of creating the squashfs image on the
client.
So I decided to re-create the ltsp image on the server, with:
sudo debian-edu-ltsp-install --diskless_workstation yes
After the image is regenerated and client rebooted, the mysterious
mksquashfs process no longer runs after LTSP client logon, and DNS etc
function normally.
I am guessing there is an issue with the LTSP image creation in the original installer. Checked by reinstall from scratch, problem reappears.
As I am new to the rather complex setup of debian-edu, I can't be more specific than that, sorry.
Chris Billington