http://bugzilla.opensuse.org/show_bug.cgi?id=1016313 http://bugzilla.opensuse.org/show_bug.cgi?id=1016313#c10 --- Comment #10 from Franck Bui <fbui@suse.com> --- (In reply to Michael Woski from comment #9)
sorry for the long delay. Meanwhile I was able to test your packages, but the whole thing didn't work as intended, I guess. systemd seems to kill the process straightaway, so there's no systemd-timesyncd process to attach to.
Hmm that's strange, IIRC I gave the testing package a try and it worked as expected. It's supposed to wait during 30 sec before starting its execution. Did you try to start systemd-timesyncd manually ? You should make sure that the service is disabled at boot and start it manually. Also WatchdogSec=3min for this service so you won't have enough time to debug before systemd notifies that the service is stuck. As a consequence systemd will kill it. To disable this: $ mkdir /etc/systemd/system/systemd-timesyncd.d $ cat >/etc/systemd/system/systemd-timesyncd.d/no-watchdog.conf<<EOF WatchdogSec=0 EOF $ systemctl daemon-reload Thanks. -- You are receiving this mail because: You are on the CC list for the bug.