OpenVoiceOS / OpenVoiceOS/ovos-buildroot
[BUG] when launching phal : ntpd[1065]: must be run as root, not uid 1000
Open
@j1nx is already working on this.
Since Mar 4, 2023.
bug
- Dominant language
- Python
- Stars
- 283
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
OpenVoiceOS specifications (please complete the following information):
- Device: Mark2-Devkit
- Image release: 20230117
Describe the bug
When launching the systemd phal component we have this:
mycroft@OpenVoiceOS-e383a2:~ $ tail -f /var/log/mycroft/phal.error.log
Connection Refused. Is Messagebus Service running?
Exception closing websocket at ws://0.0.0.0:8181/core: [Errno 111] Connection refused
Message Bus Client will reconnect in 10.0 seconds.
* Running on http://0.0.0.0:36536/ (Press CTRL+C to quit)
/bin/sh: line 1: service: command not found
4 Mar 19:42:04 ntpd[937]: must be run as root, not uid 1000
/bin/sh: line 1: service: command not found
/bin/sh: line 1: service: command not found
4 Mar 19:42:08 ntpd[1065]: must be run as root, not uid 1000
/bin/sh: line 1: service: command not found
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.