Summary: | Jobs left in waiting state if daemon-reload is triggered | ||
---|---|---|---|
Product: | systemd | Reporter: | Brandon Philips <brandon> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | CC: | irene.knapp, jonathanboulle, mike |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Brandon Philips
2014-04-04 20:01:16 UTC
I have also reproduced this with master on a Fedora 20 machine. [root@ip-10-155-147-29 fedora]# cat /etc/systemd/system/daemon-reload.service [Service] ExecStart=/usr/bin/bash -c "while true; do /usr/bin/systemctl daemon-reload; sleep 0.3; done" [Install] WantedBy=local-fs.target [root@ip-10-155-147-29 fedora]# systemctl list-jobs JOB UNIT TYPE STATE 165 getty@tty1.service start waiting 164 getty.target start waiting 167 serial-getty@hvc0.service start waiting 144 systemd-readahead-done.timer start waiting 88 multi-user.target start waiting 147 crond.service start waiting 162 systemd-update-utmp-runlevel.service start waiting 186 sound.target start waiting 8 jobs listed. I have the suspicion that this is the fix: http://lists.freedesktop.org/archives/systemd-devel/2014-April/018361.html Lennart- The patch + systemd 212 seems to work. Thanks! Brandon Aside: I tried systemd master + the patch and the machine didn't come back however. I guess master was just broken and I got unlucky. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.