-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Open Beta v7.1 | Please help testing and hardening the upcoming release #4294
Comments
Was testing migration of Sonarr without issues. At least on an empty system it was working well. Notification was given on DietPi v7.1 update and I could reinstall Sonarr afterwards. @MichaIng |
I guess I found an issue on What I did:
Click to expand!
As well I see another error if I scroll up on my SSH session |
Yes, the DEB package pre/postinst scripts do quite a good to to cleanly migrate Sonarr v2 instances. And the package can be/is pre-configured to use our custom data dir right from the start. A few settings cannot be migrated, e.g. removed or changed ones, like arguments for the "Custom Script" feature, but all important parts are migrated safely.
Yes it does, same as Radarr v3. Only Jackett got a non-Mono .NET version. Good find with DietPi-VPN. Looks like a return is missing when EDIT: It does not return a exit code: https://github.com/MichaIng/DietPi/blob/dev/dietpi/dietpi-vpn#L123 |
the error happen right after this box
|
Solved: 8fe74a8
with
to reduce unnecessary code line indentation. |
Another little related enhancement: 2c88d26 When "Custom" was selected but the DietPi-Explorer exited, "Custom" was shown in the menu, like if it was selected successfully. Since the custom file is not shown anywhere in the menu it is not visible that no valid selection has been made. Now, in that case no variable is touched, hence the previous provider is shown as if nothing had changed, which is the true. |
Beta v7.1.1 has been merged: #4299 |
Debian Buster has lighttpd 1.4.53 (+ some patches). buster-backports has lighttpd 1.4.59. Since lighttpd 1.4.48, lighttpd supports lighttpd 1.4.56 and later disable old TLS versions (< TLSv1.2) by default. |
That is how it's done now: https://github.com/MichaIng/DietPi/blob/dev/dietpi/dietpi-letsencrypt#L160-L170 The old system requires the
That is good to know, however no harm to keep the directive to disable it, e.g. if some old/custom config is in place that overrides the Lighttpd default. Also I like to have those settings exposed in general, so users see what is possible by only checking the config and could change it to |
In lighttpd 1.4.56 and later, it is recommended that you remove Separately, |
Great news about session tickets in Lighttpd v1.4.56. I guess for the patched v1.4.53 from Debian Buster this is not true yet? EDIT: Changed with: e6da401 |
+ DietPi-LetsEncrypt | Lighttpd on Bullseye: Keep session tickets enabled, which is save since Lighttpd v1.4.56: #4294 (comment)
dietpi-ddns does not work for me. I tried domain and username to login, but it reports "DDNS update test failed, please check your input: unknown". |
Hi, usually DDNS provider offering an update URL that would need to be added inside |
it works using the update URL. but why is Dynu in the profiles then? |
according the script, update URL is exactly same as on dynu.com web side Line 130 in 29502ae
Do you use any special character on your password? just a question. |
This is correct. As you can see on provider web site, this is not required. Only domain and password. |
ok, good to know. will try again when 7.1(.1) is public. |
Actually there is no change planned for the ddns tool. Means it would be good to find out why it is failing in your case |
test update failed when entering through pre-configured profile (dynu). working fine when updating manually (custom). |
can you do a screenshot from the error message pls |
it is "nochg" that failed. when entering manually there is one more prompt to enter (username). and manually using this here works fine: https://api.dynu.com/nic/update?hostname=hostdomain&password=mypassword "DDNS update test succeeded: │ using the preconfigured script (dynu) with the same credentials fails telling me "NOCHG" as error. DDNS update test failed, please check your input: │ |
the user name should not be required. As you see on the link you posted, there is no username value. |
I know, but there might be something strange with the underlying URL. because custom works fine. same input into the Dynu-profile fails. |
Found what
https://www.dynu.com/en-US/Forum/ViewTopic/nochg/6911 There is a list of response codes on dynu.com can you force a change on your public IP on your router? |
Many thanks for reporting. The response is checked wrong (literal asterisks ... de09da5 ). Can you please test it with after:
|
that did it! Micha FTW! |
Great. When using a custom provider, we do not know how the response is composed, so we just check for successful connection + HTTP 2xx response (curl with "-f" option). That means that the test can succeed even if the update failed, when the server does not response with an HTTP error but an error code as body of a regular 200 response (like Dyno and also DuckDNS). So adding further providers gives the test more meaning, but the response need to be checked correctly of course 😄. |
So dietpi 7.1.1 is stable now? ;) |
well we are already on 7.1.2 within development 😉 |
The temperature display on the Home screen when logging in via ssh has been removed. |
what SBC you are running on? |
Raspberry Zero W Before it showed the temperature |
for me it is working well on my RPi3B+
can you check inside
|
I didn't know this "dietpi-banner" command, thanks !!! |
But also I accidentally switched the defaults. On a VM, the temperature should have not been shown by default (since a VM cannot know it). Now it is correct: 4513a84 |
Beta v7.1.2 has been merged: #4308 |
DietPi v7.1 has been released: #4305Many thanks to all testers ❤️! |
How to apply: https://github.com/MichaIng/DietPi/blob/master/BRANCH_SYSTEM.md
Related/solved issues: https://github.com/MichaIng/DietPi/issues?q=is%3Aissue+milestone%3Av7.1
Beta v7.1.2
(2021-04-28)
Supported SBC changes
Changes
@lone
for doing long-term stability tests and reporting back the result: https://dietpi.com/phpbb/viewtopic.php?p=32285#p32285New Scripts
New Software
Removed Software
Fixes
@Zeuskk
for reporting this v7.0 regression: https://dietpi.com/phpbb/viewtopic.php?t=8729@manilx
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?t=8766@pinkdot
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?t=8904@torwan
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?t=8945@danmo117
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?t=8896@maya95
for reporting this issue: https://dietpi.com/phpbb/viewtopic.php?t=8949The text was updated successfully, but these errors were encountered: