Bug ID | 1203175 |
---|---|
Summary | ntpd: inactive (dead) |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.3 |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | screening-team-bugs@suse.de |
Reporter | chris@computersalat.de |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
ntpd is enabled and should be running. After an unknown amount of time it is obviously dead. sys-03:~ # rcntpd status ��������� ntpd.service - NTP Server Daemon Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled; vendor preset: disabled) Active: inactive (dead) Docs: man:ntpd(1) as of the service file it should be restarted: (Restart=always) sys-03:~ # cat /usr/lib/systemd/system/ntpd.service [Unit] Description=NTP Server Daemon Documentation=man:ntpd(1) After=nss-lookup.target Conflicts=systemd-timesyncd.service Wants=network.target After=network.target ConditionVirtualization=!container ConditionCapability=CAP_SYS_TIME [Service] Type=forking PIDFile=/run/ntp/ntpd.pid ExecStart=/usr/sbin/start-ntpd start RestartSec=11min Restart=always PrivateTmp=true [Install] WantedBy=multi-user.target which is obviously not working. How can I track down why ntpd is _dying_ ? Why is ntpd not being restarted as supposed by _Restart=always_ ?