-
-
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
DietPi-Software | Single missing white space and many minor code improvements #2277
Conversation
#NTPD | ||
while : | ||
# Timesync | ||
until /DietPi/dietpi/func/run_ntpd |
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.
Nice 👍
Looks good, will merge and test 👍
|
🈴 PiVPN installer exists after configuring openvpn server, no error. Not related to this PR.
Strange, resolved after:
Will try to replicate. |
+ Handle pivpn pre-req install ourselves: https://github.com/Fourdee/DietPi/pull/2277/
rsyslog issue:
Yet:
|
@Fourdee €: Ah already the case, same with GIT:
So install fails outside of PiVPN? |
The issue is with rsyslog install in general. APT reports failure as service is not started, yet if you check status straight afterwards, it is running fine. 🈯️ Found the issue, if Added a workaround for now.
Already in code
Unsure, will need to dig up old git tickets, but will be a reason. |
Just checked here and rsyslog installed without an issue:
Which device did you test with? |
- DietPi-Software | Resolved an issue where rsyslog APT installation would report a failure, if service was already running previously but not installed via APT (mostly in backup/restore situations): https://github.com/Fourdee/DietPi/pull/2277/#issuecomment-441461982
Found the issue, if rsyslog service is running, but not installed, the apt installation will fail. Mostly occurs due to restore if rsyslog was previously installed, but not on the backup. I really should take note of after restore |
ARMv7/v8 PiVPN still failing, |
@Fourdee About PiVPN: |
Yep.
Fresh image, no iptables. Works fine if we handle the APT packages. |
+ Handle pivpn apt packages: https://github.com/Fourdee/DietPi/pull/2277#issuecomment-441464450
@Fourdee What I don't like about the current installer as well in combination with DietPi is, that it asks/strongly recommends a reboot. But this will break our install 🤔. Not sure if it's possible to somehow automate this question? |
Already done, prevents reboot, even if selected. |
Test:
Done. |
Status: Ready
Commit list/description: