(In reply to Michael Woski from comment #14) > funny, I can't find where I can upload attachments :-P > > Job for systemd-timesyncd.service failed because a fatal signal was > delivered to the control process. > See "systemctl status systemd-timesyncd.service" and "journalctl -xe" for > details. > % time seconds usecs/call calls errors syscall > ------ ----------- ----------- --------- --------- ---------------- > 0.00 0.000000 0 23 read How did you get this output exactly ? Did you issue "strace -c /usr/lib/systemd/systemd-timesyncd" to get this summary ? Or did you issue "systemctl status systemd-timesyncd" ? Or something else ? Please next time show the command line you used. > [...] > 0.00 0.000000 0 1 execve > 0.00 0.000000 0 2 kill > 0.00 0.000000 0 1 getrlimit > 0.00 0.000000 0 3 geteuid > 0.00 0.000000 0 2 1 statfs > 0.00 0.000000 0 1 arch_prctl > 0.00 0.000000 0 1 1 mount Here's the mount syscall which triggers the killing signal. Could you remove the "-c" option passed to strace and redo the same test ? Thanks.