<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Mon, Sep 3, 2018 at 3:41 PM Manuel Wagesreither <<a href="mailto:ManWag@fastmail.fm">ManWag@fastmail.fm</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hallo all!<br>
<br>
I'm working on an embedded project consisting of an host and numerous virtual machines and am facing problems related to time management. systemd-timesyncd dies on one machine (HOST), but runs okay on another (VM2) with identical config.<br>
<br>
The project setup is as follows:<br>
<br>
HOST: Runs a (heavily) modified Debian with systemd, retrieves time via NTP from VM3 using systemd-timesyncd.<br>
* VM1: Runs openwrt and serves time via NTP using chrony<br>
* VM2: Runs a (heavily) modified Debian with SELINUX and systemd, retrieves time via NTP from VM3 using systemd-timesyncd<br>
* VM3-?: Some other VMs which seem to run fine<br>
<br>
The symptoms are as follows:<br>
<br>
HOST: `systemd-timesyncd.service` is reported as inactive (dead). A time update (adjusting the time by 2 days) took place. Then, after 5min, the service died. (It always seems to die 5-15min after a time update.)<br>
```<br>
root@HOST:/var/log# systemctl status systemd-timesyncd<br>
● systemd-timesyncd.service - Network Time Synchronization<br>
   Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)<br>
  Drop-In: /lib/systemd/system/systemd-timesyncd.service.d<br>
           └─disable-with-time-daemon.conf<br>
   Active: inactive (dead) since Wed 2018-09-05 07:30:02 CEST; 1 day 17h left<br>
     Docs: man:systemd-timesyncd.service(8)<br>
  Process: 4724 ExecStart=/lib/systemd/systemd-timesyncd (code=exited, status=0/SUCCESS)<br>
 Main PID: 4724 (code=exited, status=0/SUCCESS)<br>
   Status: "Idle."<br>
<br>
Sep 03 11:51:58 konnektor systemd[1]: Starting Network Time Synchronization...<br>
Sep 03 11:51:58 konnektor systemd[1]: Started Network Time Synchronization.<br>
Sep 05 07:25:31 konnektor systemd-timesyncd[4724]: Synchronized to time server <a href="http://192.168.253.1:123" rel="noreferrer" target="_blank">192.168.253.1:123</a> (192.168.253.1).<br>
Sep 05 07:30:02 konnektor systemd[1]: Stopping Network Time Synchronization...<br>
Sep 05 07:30:02 konnektor systemd[1]: Stopped Network Time Synchronization.<br>
```<br></blockquote><div><br></div><div>Looks like a normal exit, though. What systemd version is this? For v217 or later I'd expect to see _Status: "Shutting down"_...</div><div><br></div><div>Try starting it with [Service] Environment="SYSTEMD_LOG_LEVEL=debug" to see more details.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
systemd-timesyncd configuration for both HOST and VM2<br>
```<br>
root@HOST, VM2:/var/log# cat /lib/systemd/system/systemd-networkd.service<br></blockquote><div><br></div><div>That's not timesyncd...</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>