Skip to content
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

Remove NTP Setup from openHABian setup as it is now redundant #1775

Merged
merged 5 commits into from
May 25, 2023

Conversation

BigGeorgeTx
Copy link
Contributor

Some users have reported that NTP fails on the Pi installations due to systemd-timesyncd excess start attempts.

It appears that standard Raspberry Pi OS now includes NTP by default and the NTP setup in openHABian set up results in a second daemon, that cannot run because there is already one running.

This PR removes the call from openhabian-setup.sh and the routine from functions/system.bash.

Comment out setup_ntp to test
Some users have reported problems with NTP on openhabian where systemd-timesyncd fails due to excess starts.  It appears that Raspberry Pi OS now includes NTP by default, so this can be removed from openHABian setup.
Copy link
Contributor

@mstormi mstormi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please also remove install & uninstall options from menu.bash ?

If possible, also please fix the DCO.
Thank you.

@mstormi
Copy link
Contributor

mstormi commented May 21, 2023

Could you please fix what I mentioned above so we can merge this in time for OH4 ? Thanks

As requested by Marcus, remove enable/disable NTP from menu bash, in conjunction with removing it from openhabian install as it is now part of base Raspberry Pi OS.
@BigGeorgeTx
Copy link
Contributor Author

BigGeorgeTx commented May 22, 2023 via email

@mstormi mstormi merged commit 606c74a into openhab:main May 25, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants