-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v9.6 #7142
Merged
Release v9.6 #7142
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- CI | DietPi-Build: Raise some image sizes and attempt to fix another segmentation fault on armhf Bullseye systems, this time not at mmdebstrap, but when actually booting the system - DietPi-Installer/Patches | Install zstd on Odroid XU4 and 32-bit Amlogic (Odroid C1) systems, for better initramfs compression and faster decompression. Those are (now) supported by current kernel builds.
- Odroid C1 | Resolved an issue, where the kernel upgrade did not apply as intended. Many thanks to @th2j for reporting this issue: #6332 (comment)
- Network | Resolved a rare issue, where shutdowns could hang, when networking.service and [email protected] instances try to bring down the same network interface concurrently. Many thanks to @ioctl2 for reporting this issue: #7104
- NanoPi R6C | Resolved an issue where our new images did not boot, since the latest mainline U-Boot for R6S does not support the R6C anymore. Many thanks to @labmaster for reporting this issue: #7109
- DietPi-Software | ADS-B Feeder: Fix failing service start by adding the missing python requests library and the app flag file. Signed-off-by: Dirk Hohndel <[email protected]>
- DietPi-Drive_Manager | Resolved an issue, where network drives and potentially mounts in general could be attempted to be unmounted on shutdown, before services which can access them are stopped, leading to hanging shutdown sequences and potentially even data loss. Many thanks to @polite-garlic for reporting this issue: https://dietpi.com/forum/t/20542
- DietPi-Software | Assure that the script does not continue to run after the reboot call, when a dist-upgrade is done on first login, with a kernel upgrade which removes currently used kernel modules. Also auto-remove packages after the dist-upgrade, to assure x86_64 systems are rebooted as well. Debian uses versioned kernel packages, pulled in by the meta package, so old kernel modules remain until the auto-removal purges the old versioned package.
- DietPi-Patches | Be more careful when removing our [email protected] config. Remove our own config, and the directory only, if it is empty afterwards.
- DietPi-Software | Node-RED: Use "npm install @latest" to update to latest Node-RED. "npm update" re-generates the package-lock.json only, based on the package.json, but does not update the defined versions. "npm install node-red@latest" does also install other modes defined in package.json, but does not update them.
- DietPi-Software | Fail2Ban: Resolved an issue on Debian Bookworm and above, where Dropbear login failures were not detected due to a non-matching default filter. Dropbear runs as native systemd unit since Bookworm, logging to the system journal via STDOUT, which results in a different log entry prefix. The default filter however has not been updated for this. The fix is as well applied to existing Fail2Ban installs, as long as no own override /etc/fail2ban/filter.d/dropbear.local has been created. Many thanks to @ThePlanplan for reporting this issue: #6665
- DietPi-Globals | Created a G_BUG_REPORT() function, which prints out a pre-filled template for GitHub and forum bug reports. G_EXEC uses the same function to print the template to console and for bug report uploads. - DietPi-Globals | G_EXEC: Do not always print bug report template on error. Instead add error handler option to do so. Co-authored-by: MichaIng <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v9.6
(2024-07-07)
New software
Enhancements
CONFIG_EXT4_FS_SECURITY
has been enabled for these SBCs, required for some Docker containers. Many thanks to @gxsw for reporting this missing feature: Docker pull error on Pine64 Quartz64 Model A #7102Bug fixes
networking.service
and[email protected]
instances try to bring down the same network interface concurrently. Many thanks to @ioctl2 for reporting this issue: System gets stuck when initiating a reboot (x86_64/EFI/Bookworm) #7104/boot/extlinux/extlinux.conf
.NOPASSWD
permissions, else a meaningful info is shown. Many thanks to @FrapiFrance for implementing this fix: Show LetsEncrypt certinfo on dietpi-banner for non-root users #7121@polite-garlic
for reporting this issue: https://dietpi.com/forum/t/20542/etc/fail2ban/filter.d/dropbear.local
has been created. Many thanks to @ThePlanplan for reporting this issue: fail2ban not working with dropbear (+ a hacky solution) #6665