Open Beta v10.7 | Please help testing and hardening our upcoming release

Open Beta v10.7 | Please help testing and hardening our upcoming release

This earlier than usual beta has a focus on our new dietpi-network tool.

All info can be found on GitHub: https://github.com/MichaIng/DietPi/issues/8264

Many thanks to all testers in advance! :heart:

@MichaIng - Will there be a solution to this:

in 10.7?

Thanks

Torben

Thanks for the reminder. It is not yet done, but will be before release.

DietPi v10.7 has been released: https://github.com/MichaIng/DietPi/pull/8265

Many thanks to all testers! :heart:

@TRHH
The systemd.automount related issue in the banner has not been fixed yet. The problem is another contradicting issue, where hitting a network share mount point with systemd.automount active can cause a 90 seconds hang if that network share is offline.

So it does now show all matching mounts in the banner (thanks to findmnt --fstab flag), but it does not actively trigger them to mount, hence the disk usage will the one from the rootfs, until the mount has been actually triggered. We need to find a way to trigger the automounts with a short timeout, or asynchronously, a way that it does not hang everything.