Hide Forgot
Created attachment 1002585 [details] strace of systemd ps 1 while it was showing the bug, big file, compressed Description of problem: System is acting slowly, top shows systemd using 25% CPU constantly, forever. Can't do systemd things like restart a service. Yum updates hang if they have to do any systemd stuff (like an httpd update). Version-Release number of selected component (if applicable): systemd-216-20.fc21.i686 kernel-PAE-core-3.18.7-200.fc21.i686 How reproducible: It just happened once, I don't know if it will happen again. Hardware is very new ECC/Xeon Intel Server-class, and unlikely to be faulty. Steps to Reproduce: 1. Leave the system to run for a long time 2. Notice it's slow Actual results: systemd CPU is at 25%, systemd is "hung" as far as commands to it go. journalctl says every <1s forever: Mar 16 20:24:46 foo.com systemd[1]: Looping too fast. Throttling execution a little. Expected results: systemd at normal 0-1% CPU, systemctl commands work fine. Additional info: I got an strace of 1 while it was hung, see attached. I looked at bugs 1187695 and 1186018 and while they give the same error, I don't think they are necessarily dupes because I wasn't yum/dnf updating anything when this started happening.
Further: I checked the logs more carefully. The "Looping too fast" started at Mar 15 04:01:02. That is precisely the time I have cron do a systemctl restart of clamd and then clamav-milter. Unlike bug #1187695, I had not updated anything for a while. The last time dbus and systemd were updated together was Mar 7 and this bug did not hit until Mar 15. So now just a simple systemctl restart is causing the "Looping too fast" symptoms. P.S. Is there a way to get systemd to regain sanity in these cases without than a reboot? I'm afraid that when systemd is this messed up it won't even do a clean shutdown.
Not sure if that will help but you can try sending SIGTERM to systemd when this happens. systemd should reexecute itself.
If this is related to https://bugzilla.redhat.com/show_bug.cgi?id=1201964 maybe it would be sufficient to send SIGUSR1.
Ugh wrong release please ignore.
This happened several time on my desktop during dnf upgrade process. systemd loops this way when rpm %post scripts executing "systemctl try-restart whatever.service". Killing the systemctl process break the loop for a while.
Tried to debug this issue as described in http://lists.freedesktop.org/archives/systemd-devel/2015-February/028541.html , but systemd-219-15.fc22.x86_64 doesn't seem to have the source_dispatch function.
Systemd throttling : "Looping too fast. Throttling execution a little" appeared after upgrade from fedora 20 to 21 using fedup. Unable to reach multi-user target. Throttling appears to be related to cascading failures after systemctl fedora-import-state.service failure. I can confirm #Comment 6, although I'm in single user mode using kernel 4.0.4.-202.fc21.x86_64+debug, troubleshooting fails because source_dispatch function is not found. For me, this error is #urgent. Need means to resolve error.
Same as in comment #5 with several systemctl try-restart that I had to kill.
Confirm the same with kernel 4.0.8-300.fc22.x86_64 and systemd-219-18.fc22.x86_64 In my case it caused the system to reboot on it's own.
systemd-222-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-1e06faabb7
systemd-222-6.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update systemd' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-1e06faabb7
systemd-222-6.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.