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

ntp service errors #59

Closed
NeonDaniel opened this issue Aug 17, 2022 · 2 comments
Closed

ntp service errors #59

NeonDaniel opened this issue Aug 17, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@NeonDaniel
Copy link
Member

ntp service does not exist under Ubuntu 22.04, so this call logs exceptions. From what I can tell, the equivalent service in ubuntu 22.04 handles ntp sync on internet connection automatically. This output should probably be captured and logged in an exception.

https://github.com/OpenVoiceOS/ovos_utils/blob/4ff31021d9c52860cd71a7cdbde516cd233ee4c2/ovos_utils/system.py#L54
From the logs:

Failed to stop ntp.service: Interactive authentication required.
See system logs and 'systemctl status ntp.service' for details.
/bin/sh: 1: ntpd: not found
Failed to start ntp.service: Interactive authentication required.
See system logs and 'systemctl status ntp.service' for details.
@NeonDaniel NeonDaniel added the bug Something isn't working label Aug 17, 2022
@builderjer
Copy link
Member

can be fixed with this PR I think

@builderjer
Copy link
Member

This is fixed as of these commits

OpenVoiceOS/ovos-PHAL-plugin-system@165930a

59a7b4a

OpenVoiceOS/ovos-plugin-manager@8619ac6

@NeonDaniel please verify

@JarbasAl JarbasAl closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants