-
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
d22f2ce
commit a506420
Showing
4 changed files
with
32 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters