Release Notes¶
December 2022 (version 8.12)¶
Overview¶
The December 17th, 2022 release of DietPi v8.12 comes with a new image for the NanoPi R6S and the Radxa ROCK 5B and a couple of improvements and bug fixes.
Photo by ShortSword
, Pixabay
New images¶
- ROCK 5B Support for Radxa’s new flagship SBC has been added to DietPi with hardware ID 78. Many thanks to @docgalaxyblock for doing this request: MichaIng/DietPi?5247
- NanoPi R6S Support for FriendlyELEC’s new flagship router SBC has been added to DietPi with hardware ID 79. Many thanks to FriendlyELEC for sending us free developer samples.
Improvements¶
- General Informational kernel logs to console are now omitted, to avoid overlaps with login banner and informational logs, like regular network state changes caused by Docker. Many thanks to @TRENT7 and @vontainment for reporting related inconveniences: https://dietpi.com/forum/t/unfinished-services-during-boot-at-login-prompt/15145, https://dietpi.com/forum/t/network-state-filling-up-terminal/14401
- Radxa Zero USB OTG is now enabled by default, so that the Zero can be attached via
USB2/PWR
port in gadget mode as peripheral to a host PC. Many thanks to @kazuoteramoto for suggesting this enhancement: MichaIng/DietPi#5931 - DietPi-Backup The free space check before the backup runs can now be disabled. Many thanks to @kriznik for doing this suggestion: https://dietpi.com/forum/t/dietpi-backup-remove-dry-run-pls/13279
- DietPi-Backup On NFS target drives, a fixed block size of 4096 bytes is now assumed.
stat -fc '%s' /dir
reports a very large network/protocol transfer-related size. - DietPi-Software Java 17 is now installed on ARMv7/8 Raspberry Pi hardware with ARMv6 (Raspbian) image. The binary packages are now provided by Raspbian, as well as via Raspberry Pi repository.
- DietPi-Software | Koel Updated dependencies, especially removed redundant PHP Composer call and dependency.
- DietPi-Software | Grafana For ARMv6 RPi models, RPi 1 and Zero (1), bumped version to latest stable v9.3.0, update via reinstall:
dietpi-software reinstall 77
- DietPi-Software | myMPD On fresh installs, SSL is now enabled by default on the same port 1333 which was previously used for plain HTTP. For plain HTTP, now port 1332 is used, which redirects to HTTPS automatically, but currently cannot be disabled completely.
- DietPi-Software | RPi Cam Web Interface Renamed to correct project name and removed obsolete motion dependency.
- DietPi-Software | Node-RED The service user is now added to the
dialout
group by default, to allow using serial console nodes. Many tanks to @devifast for doing this suggestion: https://dietpi.com/forum/t/cannot-connect-serial-port-uart-to-node-red-raspberry-pi/15215 - DietPi-Software | Shairport Sync Updated to latest version 4.1.1. The update be applied via reinstall:
dietpi-software reinstall 37
Bug fixes¶
- ROCK Pi 4 Resolved an issue where since latest kernel upgrade 3.5mm audio did not work. Many thanks to @jalsco for reporting this issue: MichaIng/DietPi#5941
- Odroid C2 Resolved an issue where USB devices were not detected. Many thanks to @esage85 for reporting this issue: MichaIng/DietPi#5963
- DietPi-Software | WireGuard It was incorrectly still offered for legacy Odroid systems with vendor kernel, while recent WireGuard does not support those old kernel versions anymore. We hence did now disable the WireGuard install options for those. Many thanks to @brtravel for reporting the failed install: https://dietpi.com/forum/t/wireguard-install-failed-now-cant-do-anything-else-with-dietpi-software/15173
- DietPi-Software | PaperMC Resolved an issue where the installation failed on Raspberry Pi ARMv6 images (with ARMv7/8 hardware), since latest PaperMC cannot run on Java 11. Since Java 17 binary packages are finally available via Raspbian and Raspberry Pi repositories, those can be installed now, allowing PaperMC to run. Many thanks to @blueyshark for reporting this issue: MichaIng/DietPi#5668
- DietPi-Software | Grafana Resolved an issue where the uninstall failed when trying to remove the
grafana
user. Many thanks to @enviousjag for reporting this issue: MichaIng/DietPi#5935 - DietPi-Software | myMPD Resolved an issue where the installation as well as the service start after latest myMPD release failed. Many thanks to @jalsco and @sofad for reporting these issues: MichaIng/DietPi#5936, MichaIng/DietPi#5919
- DietPi-Software | PiVPN Resolved an issue where the unintended reboot from within the dedicated installer was offered again, and that dhcpcd was unintentionally installed. Many thanks to @dg3 and @jetlagalex for reporting dhcpcd related issues: https://dietpi.com/forum/t/static-ip-changed-but-retains-old-address/15175, https://dietpi.com/forum/t/dietpi-config-dns-settings-not-persisting/15204
As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: MichaIng/DietPi!5985