Am 05.02.24 um 21:38 schrieb Michael Biebl:
This is the output of systemctl list-jobs :

JOB UNIT                                 TYPE  STATE
102 autofs.service                       start waiting
82  mlocate.timer                        start waiting
80  e2scrub_all.timer                    start waiting
117 cron.service                         start waiting
1   graphical.target                     start waiting
140 apache2.service                      start waiting
127 nullmailer.service                   start waiting
81  phpsessionclean.timer                start waiting
94  nslcd.service                        start waiting
40  time-sync.target                     start waiting
86  logrotate.timer                      start waiting
83  man-db.timer                         start waiting
84  apt-daily-upgrade.timer              start waiting
115 systemd-update-utmp-runlevel.service start waiting
135 atd.service                          start waiting
79  timers.target                        start waiting
87  apt-daily.timer                      start waiting
39  systemd-time-wait-sync.service       start running
88  fstrim.timer                         start waiting
2   multi-user.target                    start waiting

As you can see, there are really many failed services. It seems that
systemd-time-wait-sync.service is waiting for systemd-timesyncd to
synchronize the clock, but systemd-timesyncd is not installed at all.

Those services are not failed, they are waiting for their dependencies.

systemd-time-wait-sync.service is running but has not completed.
I wonder if that is
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940840
https://github.com/systemd/systemd/issues/14061

Which NTP service do you use?
Could you try with systemd-timesyncd?


If you are not using systemd-timesyncd, you could also consider disabling systemd-time-wait-sync.service (via systemctl disable).

The default is disabled in Debian:

# systemctl status systemd-time-wait-sync.service
○ systemd-time-wait-sync.service - Wait Until Kernel Time Synchronized
Loaded: loaded (/usr/lib/systemd/system/systemd-time-wait-sync.service; disabled; preset: disabled)
     Active: inactive (dead)
       Docs: man:systemd-time-wait-sync.service(8)



Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to