-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Beta v6.23.0 #2744
Beta v6.23.0 #2744
Conversation
+ DietPi-Software | Download_Install: Allow $fallback_url to be used if given URL does not exist, e.g. scrape from api.github.com fails + DietPi-Software | Emby Server: Use last known stable release as fallback URL, if latest release does not contain a Debian package + DietPi-Software | Download_Install: Failsafe: Allow spaces in target path; Minor coding and wording
+ DietPi-LetsEncrypt | Lighttpd: Use webroot authentication method (instead of standalone) to allow CertBot auto-renewal succeed even that webserver is running (thus blocking port 80). + DietPi-LetsEncrypt | Apache/Nginx: Revert to --apache/--nginx module authentication. The reason to use webroot has been fixed with CertBot 0.21.0 and Debian Stretch repo now ships 0.28.0 + DietPi-LetsEncrypt | Pre-answer sharing mail with EFF prompt with "no", to allow non-interactive run while preserving privacy: #2500 + DietPi-LetsEncrypt | Minor coding and wording
+ DietPi-Config/Set_hardware | Serial/UART rework: Allow to toggle login console (+boot messages) on single serial devices. Without input (backwards compatibility) toggle for active devices only based on /dev/tty* existence to prevent e.g. boot error logs because systemd attempts to start serial-getty on unavailable serial devices. + DietPi-Set_hardware | Serial/UART rework: On RPi warn when attempting to enable login console on ttyAMA0 while Bluetooth is active and the other way round, since onboard Bluetooth uses ttyAMA0. + DietPi-Config/Set_hardware | Fix adding boot message to serial devices for ARMbian images, since armbianEnv.txt allows to enable a fixed serial console (onboard) only and requires different syntax + DietPi-Config | Adjust Pine A64 options based on ARMbian vs Ayufan/Longsleep image + DietPi-Config | Fix: Reset soundcard defaults and with this install alsa-utils, if missing, when entering Audio Options. Installing alsa-utils was skipped if it was NOT installed. + DietPi-Patch | Cleanup and fix masked/enabled serial-getty instances for non-existent serial devices + DietPi-Config | Serial/UART: Enable VM support since VirtualBox and VMware allow to enable virtual serial ports and attach devices from host. + DietPi-Config/Set_hardware | Serial/UART: Several coding, order and wording enhancements + cleanup
+ DietPi-Globals | Don't load DietPi-Arr_to_RAM alias on Jessie: #2689 (comment)
|
||
NORDVPN_USERNAME=$G_WHIP_RETURNED_VALUE | ||
G_RUN_CMD systemctl enable dietpi-nordvpn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Fourdee
I think when enabling the service it makes sense to apply current chosen settings as well? Otherwise e.g. user chooses some settings, then enables the service, then exits, then the service does not contain the chosen values. Of course one should "Apply" always, but we want to be failsafe here? Or are there any cases where you want to enable the service without having the currently chosen/entered (thus visible in whiptail menu) values applied for this?
Or: When toggling the autostart menu entry, it toggles just a variable which is applied within apply function.
@@ -45,6 +45,9 @@ | |||
|
|||
fi | |||
#---------------------------------------------------------------- | |||
#Clear DietPi motd | |||
[[ -f /tmp/.dietpi_motd ]] && rm /tmp/.dietpi_motd & | |||
#---------------------------------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Fourdee
Perhaps download the new MOTD here as well? So the banner can show (execute) faster on first prompt after daily cron.
Downloads always take longest and the maximum time is already quite long when WAN IP + weather is chosen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+ DietPi-Software | Kodi: On RPi (Kodi 18) fbset is required to start Kodi with custom resolution: https://dietpi.com/phpbb/viewtopic.php?p=17550#p17550
Beta v6.23.0
(30/04/19)
Jessie support
Changes / Improvements / Optimisations
Bug Fixes
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/XXXX/files
Known/Outstanding Issues
For all additional issues that may appear after release, please see the following link for active tickets: https://github.com/MichaIng/DietPi/issues