Bug 632037
Summary: | cpuspeed service needs to be manually started after booting. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gene Snider <genes1122> | ||||
Component: | systemd | Assignee: | Lennart Poettering <lpoetter> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 14 | CC: | lpoetter, metherid, mschmidt, notting, plautrba | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-09-09 22:46:55 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Gene Snider
2010-09-09 00:43:13 UTC
> Sep 8 17:06:46 Mobile-PC kernel: init[1]: Walked on cycle path to
> cpuspeed.service/start
Please attach the full log. We need to see what the full cycle is about.
Created attachment 446346 [details]
Contents of /var/log/messages for most recent boot with systemd-9-3.fc14
The log shows ondemand frequency scaling was enabled. But there are dep cycles indeed. init[1]: Found ordering cycle on haldaemon.service/start init[1]: Walked on cycle path to irqbalance.service/start init[1]: Walked on cycle path to restorecond.service/start init[1]: Walked on cycle path to jexec.service/start init[1]: Walked on cycle path to haldaemon.service/start init[1]: Breaking ordering cycle by deleting job haldaemon.service/start init[1]: Found ordering cycle on haldaemon.service/start init[1]: Walked on cycle path to cpuspeed.service/start init[1]: Walked on cycle path to restorecond.service/start init[1]: Walked on cycle path to jexec.service/start init[1]: Walked on cycle path to haldaemon.service/start init[1]: Breaking ordering cycle by deleting job haldaemon.service/start init[1]: Found ordering cycle on haldaemon.service/start init[1]: Walked on cycle path to restorecond.service/start init[1]: Walked on cycle path to jexec.service/start init[1]: Walked on cycle path to haldaemon.service/start init[1]: Breaking ordering cycle by deleting job haldaemon.service/start init[1]: Found ordering cycle on haldaemon.service/start init[1]: Walked on cycle path to jexec.service/start init[1]: Walked on cycle path to haldaemon.service/start init[1]: Breaking ordering cycle by deleting job haldaemon.service/start Looks related to bug 631620. Yes, it was enabled, but that start was my manual systemctl after logging in. Gene Hm, I see. That makes the symptoms even more similar to bug 631620 - a dependency loop (involving haldaemon) is detected, the cycle is claimed to be broken by removing a service and a different service from the loop is removed. *** This bug has been marked as a duplicate of bug 631620 *** |