[Bug 1937238] Please test proposed package
Łukasz Zemczak
1937238 at bugs.launchpad.net
Thu Sep 2 12:48:52 UTC 2021
Hello Rasmus, or anyone else affected,
Accepted systemd into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/systemd/245.4-4ubuntu3.12 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed. Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance for helping!
N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1937238
Title:
systemd-time-wait-sync.service stuck in "activating" state after boot,
blocks timers from starting
Status in systemd package in Ubuntu:
Fix Released
Status in systemd source package in Focal:
Fix Committed
Bug description:
[impact]
systemd-time-wait-sync service sometimes misses sync completed event
and remains in 'activating' state
[test case]
this isn't consistently reproducable, see original description for
test case
[regression potential]
possible problems with the systemd-time-wait-sync service completing
too early or not completing on time
[scope]
this is needed only for f
this is fixed upstream with commit
f6f4f5fe5395a57f10dd446c7266c53f0673eaac which is in v246, so this is
fixed in h and later already
the service does not exist in b so this does not apply there
[original description]
When I start my server running Ubuntu 20.04 the systemd-time-wait-
sync.service is stuck in "activating" state. I noticed this because
none of the systemd timer units triggered, because all the timers
depend on systemd-time-wait-sync.service. Running "systemctl restart
systemd-time-wait-sync.service" manually works around the problem.
Some logs and command outputs:
raek at mizar:~$ lsb_release -rd
Description: Ubuntu 20.04.2 LTS
Release: 20.04
raek at mizar:~$ systemctl | grep systemd-time-wait-sync.service
systemd-time-wait-sync.service loaded activating start start Wait Until Kernel Time Synchronized
raek at mizar:~$ systemctl status systemd-time-wait-sync.service
● systemd-time-wait-sync.service - Wait Until Kernel Time Synchronized
Loaded: loaded (/lib/systemd/system/systemd-time-wait-sync.service; enabled; vendor preset: enabled)
Active: activating (start) since Thu 2021-07-22 11:06:52 CEST; 27min ago
Docs: man:systemd-time-wait-sync.service(8)
Main PID: 514 (systemd-time-wa)
Tasks: 1 (limit: 9415)
Memory: 972.0K
CGroup: /system.slice/systemd-time-wait-sync.service
└─514 /lib/systemd/systemd-time-wait-sync
Jul 22 11:06:52 mizar systemd-time-wait-sync[514]: adjtime state 5 status 40 time Thu 2021-07-22 09:06:52.216338 UTC
Warning: journal has been rotated since unit was started, output may be incomplete.
raek at mizar:~$ journalctl -b -u systemd-time-wait-sync.service
-- Logs begin at Wed 2020-07-08 16:34:13 CEST, end at Thu 2021-07-22 11:36:44 CEST. --
Jul 22 11:06:52 mizar systemd-time-wait-sync[514]: adjtime state 5 status 40 time Thu 2021-07-22 09:06:52.216338 UTC
raek at mizar:~$ dpkg -S /lib/systemd/system/systemd-time-wait-sync.service
systemd: /lib/systemd/system/systemd-time-wait-sync.service
raek at mizar:~$ apt-cache policy systemd
systemd:
Installed: 245.4-4ubuntu3.11
Candidate: 245.4-4ubuntu3.11
Version table:
*** 245.4-4ubuntu3.11 500
500 http://se.archive.ubuntu.com/ubuntu focal-security/main amd64 Packages
100 /var/lib/dpkg/status
245.4-4ubuntu3.10 500
500 http://se.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
245.4-4ubuntu3.8 400
400 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 Packages
245.4-4ubuntu3 500
500 http://se.archive.ubuntu.com/ubuntu focal/main amd64 Packages
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1937238/+subscriptions
More information about the foundations-bugs
mailing list