Bug 632714
| Summary: | console-kit-log-system-start.service fails to start at boot | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stefan Becker <chemobejk> |
| Component: | ConsoleKit | Assignee: | Lennart Poettering <lpoetter> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | atkac, lpoetter, metherid, mschmidt, notting, plautrba |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ConsoleKit-0.4.2-2.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-09-15 07:14:51 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: | |||
It's trying to start this way too soon... if you'll see the messages fly by, it happens right after init is started. Either local-fs.target is being achieved too early, or the dependencies should be switched to be After: sysinit.target. (In reply to comment #1) > Either local-fs.target is being achieved too early, or the dependencies should > be switched to be After: sysinit.target. That change fixed the problem. So ConsoleKit needs to be updated? After=fsck.target is missing here I guess. I'll fix the CK package. ConsoleKit-0.4.2-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/ConsoleKit-0.4.2-2.fc14 ConsoleKit-0.4.2-2.fc14 has been pushed to the Fedora 14 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 'yum --enablerepo=updates-testing update ConsoleKit'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/ConsoleKit-0.4.2-2.fc14 ConsoleKit-0.4.2-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Not sure if this is a big problem. But when I look at systemctl --all --full | grep failed after boot I see that this service failed with exit code 1: # systemctl status console-kit-log-system-start.service console-kit-log-system-start.service - Console System Startup Logging Loaded: loaded (/lib/systemd/system/console-kit-log-system-start.service) Active: failed since [Fri, 10 Sep 2010 22:24:39 +0300; 7min ago] Process: 439 (/usr/sbin/ck-log-system-start, code=exited, status=1/FAILURE) CGroup: name=systemd:/systemd-1/console-kit-log-system-start.service But I can restart it (at least when I'm logged into my KDE session): # systemctl restart console-kit-log-system-start.service # systemctl status console-kit-log-system-start.service console-kit-log-system-start.service - Console System Startup Logging Loaded: loaded (/lib/systemd/system/console-kit-log-system-start.service) Active: active (exited) since [Fri, 10 Sep 2010 22:36:46 +0300; 3s ago] Process: 1995 (/usr/sbin/ck-log-system-start, code=exited, status=0/SUCCESS) CGroup: name=systemd:/systemd-1/console-kit-log-system-start.service Maybe the dependencies are wrong? /lib/systemd/system/console-kit-log-system-start.service Before=poweroff.service reboot.service halt.service killall.service After=local-fs.target Version-Release number of selected component (if applicable): ConsoleKit-0.4.2-1.fc14.i686 systemd-9-3.fc14.i686 systemd-sysvinit-9-3.fc14.i686 systemd-units-9-3.fc14.i686 initscripts-9.20-1.fc14.i686 How reproducible: Always