You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: