Skip to content

Commit

Permalink
Update v8_22.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStS committed Sep 23, 2023
1 parent 3077c5b commit 2557c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/releases/v8_22.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ The **September 23th, 2023** release of **DietPi v8.22** comes with complete new

- [**NanoPi R4S**](../../hardware/#nanopi-series-friendlyelec) :octicons-arrow-right-16: Resolved a v8.20 regression where the Ethernet LEDs did not react correctly after the kernel upgrade. Many thanks to @idaanx for reporting this issue: <https://github.com/MichaIng/DietPi/issues/6342#issuecomment-1697669420>
- [**Orange Pi 5**](../../hardware/#orange-pi-series) :octicons-arrow-right-16: Resolved a v8.21 regression where the update may have lead to an unbootable system or caused other issues like missing HDMI output, because of a falsely set device tree file name.
- [**Odroid C1**](../../hardware/#odroid) :octicons-arrow-right-16: Resolved an issue where the latest kernel upgrade broke boot of the Odroid C1. We do now pin, in case downgrade, and set on hold "current" and "edge" kernel packages of Armbian to v23.02.2 (Linux 5.15.93 respectively 6.1.11) with this DietPi update, which are the latest known functional packages for this SBC. Many thanks to [@oskar242000](https://dietpi.com/forum/u/oskar242000){: class="nospellcheck"} for reporting this issue: <https://dietpi.com/forum/t/odroid-c1-not-booting-after-kernel-upgrade/17818>
- **Bookworm** :octicons-arrow-right-16: Resolved an issue where poweroff/reboot/halt commands did throw errors about missing `dbus` or `logind`. DietPi ships without `dbus` and with `logind` masked by default, as we do not see their features being used on a typical DietPi system. Instead, `dbus` is installed and `logind` unmasked on demand on certain software installs or when chosen via `dietpi.txt`. However, the newer `systemd` version since Bookworm attempts `dbus` > `logind` communication in any case when calling poweroff/reboot/halt, despite no wall message being sent, e.g. to handle shutdown inhibitors (like open SSH session being able to prevent shutdown), and throws errors if either `dbus` is not reachable or `logind` not running. Until in case `dbus` or `logind` are further tied into common system commands or features, we solved the issue by creating shell functions for poweroff/reboot/halt which call the respective systemd target directly to bypass `logind` (and hence `dbus`), but fall back to the original commands, depending on given command-line parameters.
- **dietpi-bookworm-upgrade** :octicons-arrow-right-16: Resolved an issue on systems with Armbian repository, where the system was still identified as Bullseye after the distribution upgrade to Bookworm. Reason was Armbian's base-files package, which was not upgraded as intended. On all DietPi systems, the original base-files package from Debian will now be enforced to prevent this and similar issues. Many thanks to @rogerthn2019 for reporting this issue: <https://github.com/MichaIng/DietPi/issues/6227#issuecomment-1713688577>
- [**DietPi-Tools**](../../dietpi_tools/) | [**DietPi-Config**](../../dietpi_tools/system_configuration/#dietpi-config) :octicons-arrow-right-16: The menu option to update the SPI bootloader is now shown on Orange Pi 5 Plus as well, as intended. Many thanks for @zappydood for reporting its absence: <https://github.com/MichaIng/DietPi/issues/6501#issuecomment-1697175109>
- [**DietPi-Software**](../../dietpi_tools/software_installation/#dietpi-software) | [**Ampache**](../../software/media/#ampache) :octicons-arrow-right-16: Resolved an issue where the latest version was not successfully detected on install, so that an older fallback version was installed instead. Many thanks to @bartolus39 for reporting this issue: <https://github.com/MichaIng/DietPi/issues/6598>
- [**DietPi-Software**](../../dietpi_tools/software_installation/#dietpi-software) | [**Bazarr**](../../software/bittorrent/#bazarr) :octicons-arrow-right-16: Resolved an issue where the installation failed on ARMv6 and ARMv7 Bullseye and Bookworm systems, since some pre-compiled Python modules are currently not available on piwheels, due to the currently running prioritised builds of all modules for Bookworm.

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: <https://github.com/MichaIng/DietPi/pull/6626>

0 comments on commit 2557c88

Please sign in to comment.