statime as a service #27
Replies: 6 comments 5 replies
|
I'll add the |
This is internal error of Statime caused by, for example, jumping clock. It may occur when Statime is started before NTP time synchronization.
What does |
|
Thank you. That was the full journalctl, but without the |
|
Ok, looks like it happened again. |
|
It may happen if system clock jumps (we are abusing Statime a bit here - originally it wasn't designed for virtual clocks). However it should be harmless as systemd should restart the service. What was |
|
you could try setting the service to run after ntpd (or whatever debian uses for ntp) and/or a dirty cheap trick |
Uh oh!
There was an error while loading. Please reload this page.
I checked the statime repository to see if there's an example of how the service should look? My guess is that statime is starting to early in the boot sequence?
Here's the error I'm seeing on boot:
Here's the statime.service I'm using:
If I restart it manually, it comes right up. Restart=on-failure doesn't kick in it seems.
All reactions