Skip to content

Tags: OnionUI/Onion

Tags

v4.3.1-1

Toggle v4.3.1-1's commit message
release of 4.3.1-1

v4.3.1

Toggle v4.3.1's commit message
release of 4.3.1

latest

Toggle latest's commit message
Update version

v4.3.0

Toggle v4.3.0's commit message
release of 4.3.0

v4.2.3

Toggle v4.2.3's commit message

v4.2.2

Toggle v4.2.2's commit message
release of 4.2.2

v4.2.1

Toggle v4.2.1's commit message
release of 4.2.1

v4.2.0

Toggle v4.2.0's commit message
main release of 4.2.0

help

Toggle help's commit message
Merge branch 'add-tweaks-log-snapshot' of https://github.com/OnionUI/…

…Onion into add-tweaks-log-snapshot

v4.2.0-rc

Toggle v4.2.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FIX: NTP Issues, SMB issues (#1073)

Disabled guest SMB access as it was causing issues because [Microsoft
disabled guest SMB login per
default](https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/guest-access-in-smb2-is-disabled-by-default)

change curl timeouts from --connect-timeout to --max-time (-m) 

Fix the endless wait on startup when no IP address was assigned.
_Someone_ <sub><sup><sub><sup><sub>(me)</sub></sup></sub></sup></sub>
forgot to break out of the loop.
Add a check to make sure update_networking isn't run multiple times
simultaneously.

TESTS:

- [ ] Enable SMB, connect to it. Observe that it asks for credentials
(unless you've saved them)
- [ ] Enable NTP and wait for NTP on boot
- [ ] reboot the device on functioning network. observe the time syncs
- [ ] make your internet connection not working (e.g. pull dsl cable)
but the wifi still available
- [ ] reboot the device, observe that the sync times out in a reasonable
time
- [ ] disable your wifi all together (or pull the router plug etc)
- [ ] reboot the device again, observe that the sync times out in a
reasonable time

---------

Co-authored-by: tGecko <[email protected]>
Co-authored-by: Aemiii91 <[email protected]>