[Bug 1194206] New: chronyd.service fails to start
http://bugzilla.opensuse.org/show_bug.cgi?id=1194206 Bug ID: 1194206 Summary: chronyd.service fails to start Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network Assignee: screening-team-bugs@suse.de Reporter: patrick.schaaf@yalwa.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Starting recently, current TW chronyd.service fails to run. 2022-01-02T09:06:40.782714+01:00 awe chronyd[9914]: chronyd version 4.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 -DEBUG) 2022-01-02T09:06:40.783443+01:00 awe chronyd[9914]: Fatal error : Could not open /var/run/chrony/chronyd.pid : Read-only file system 2022-01-02T09:06:40.786347+01:00 awe chronyd[9912]: Could not open /var/run/chrony/chronyd.pid : Read-only file system 2022-01-02T09:06:40.786621+01:00 awe systemd[1]: chronyd.service: Control process exited, code=exited, status=1/FAILURE tw VERSION_ID "20211221" with package chrony-4.1-6.1.x86_64 was okay. tw VERSION_ID "20211228" with package chrony-4.2-1.1.x86_64 fails. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1194206 http://bugzilla.opensuse.org/show_bug.cgi?id=1194206#c1 --- Comment #1 from Patrick Schaaf <patrick.schaaf@yalwa.com> --- Reverting to older chronyd.service, fixes the starting issue. So the breakage is related to the changed service restrictions. Actually, the following change to the NEW chronyd.service (of package chrony-4.2), fixes the issue for my config: awe:~ # diff -u /usr/lib/systemd/system/chronyd.service /etc/systemd/system/chronyd.service --- /usr/lib/systemd/system/chronyd.service 2021-12-24 21:04:45.000000000 +0100 +++ /etc/systemd/system/chronyd.service 2022-01-02 09:18:42.356976569 +0100 @@ -47,7 +47,8 @@ # Adjust restrictions for /usr/sbin/sendmail (mailonchange directive) NoNewPrivileges=no -ReadWritePaths=-/var/spool +ReadWritePaths=-/var/run/chrony +ReadWritePaths=-/var/run/chrony-helper RestrictAddressFamilies=AF_NETLINK [Install] -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com