-
-
Notifications
You must be signed in to change notification settings - Fork 502
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 v6.33 #3829
Release v6.33 #3829
Conversation
+ DietPi-Software | Xserver: Disable DPMS and screen blanking via Extensions and ServerFlags sections, which apply to all screens, regardless of specific identifies. DPMS options do not need to be set to "0" if the extensions itself is not loaded. Change config file name to apply new standard and allow overriding via prefix "99".
+ DietPi-Set_hardware | RPi4 EEPROM update: binutils has been added to dependencies meanwhile, flashrom is not used anymore by default (can be used via env var but is not recommended) and "rpi-eeprom-images" is a transitional dummy package now: raspberrypi/rpi-eeprom@ea5dff5#diff-d837a1c17de0268bcea321239ddbed47
+ DietPi-Imager | Minor coding: Prefer read or mapfile when creating an array from command output to avoid globbing and have a clearly defined delimiter. When multiple lines need to be split at newline and space, stay with the old method for now as for now I didn't fine a nice method to do this without additional command calls (mawk) or loops.
+ DietPi-Backup | Revert "read -ra" to "readarray" respectively its actual command "mapfile". "read" only reads a single line, hence multiple old backup search is broken by this. mapfile/readarray can be used with "-t" option to remove the trailing newline in each array entry. Additional coding enhancements: Do not write to file first but write to array directly, do not unset local variables, especially since read and mapfile both first clear the array/variable they write to. + DietPi-Backup | Remove dietpi-drive_manager_selmnt after it has been used
tested on RPi3B+ update path
general usage of 6.33.2
I tried to set the service to
|
Many thanks for testing.
If someone wants to have
For v6.33: I'll allow the unmount to fail. It is not a big issue and was not related to the bug that was fixed in the same commit that unmount was added. With the unmount, it is possible to remove left log files below the mount point. But usually there are none, even if, those do not break the Interesting, Debian Stretch umount gives useful hints about what to do, while since Buster this info is missing:
That solves it: d3515c6 |
+ DietPi-Software | Fail2ban: Change logging target to systemd-journald so that it does not prevent /var/log unmount + DietPi-Software | DietPi-RAMlog: Allow unmount of /var/log to fail as it is only a bonus to allow cleaning the below mount point but not strictly required for RAMlog install which will at latest be fully setup with next boot
About Home Assistant, |
I did all my HA testing on RPI3B+. Therefore it should have been installed. Isn't it? |
Strange, yes should have been 🤔. I'll run a test as well.
worked here 🤔. |
Okay, from my end, I'd merge v6.33.3 tonight together with the release. |
Will do one more test an HA this evening |
ok I'm lost with this Anyway, was working well today using 6.33.3 dev branch 👍 |
+ DietPi-FS_partition_resize | Inform kernel about changed partition table with two different methods, to be failsafe. This might be specially required since we added "--no-tell-kernel" to sfdisk which produces an ugly error message but still might have had an effect. partprobe alone is known to be not sufficient in some cases, e.g. when changing image files attached to the same loop device and doing another "partx -u" assures this succeeding in every case, so it is a good failsafe step in general.
Okay great, probably you forgot to run the update or it was on a previous state of v6.32.2 where the HA fix was not yet merged. |
Installed the beta on a couple of targets (PI 2, PI 3, PI Zero W, NanoPi NEO4, NanoPi NEO2, native PC) without problems so far. |
v6.33
(17/10/20)
API Changes
Changes / Improvements / Optimisations
Bug Fixes
@novitibo
for providing the solution: https://dietpi.com/phpbb/viewtopic.php?f=11&t=8095@mafioso12dk
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?f=11&t=8147@djashdj
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?f=11&t=8163