Bug 702153
Summary: | Several services errored following upgrade | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | cam <camilo> |
Component: | systemd | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | hvtaifwkbgefbaei, johannbg, lpoetter, metherid, mschmidt, notting, plautrba, PTrenholme, thomas.mey, tiagomatos |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-31 00:36:05 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: |
Description
cam
2011-05-04 22:06:20 UTC
I reinstalled the system from scratch, using the F15 live CD to rule out issues from the upgrade. I get: [root@sulaco ~]# systemctl --all|grep error dbus-org.bluez.service error inactive dead dbus-org.bluez.service tgtd.service error inactive dead tgtd.service abrtd.target error inactive dead abrtd.target cgconfig.target error inactive dead cgconfig.target from a fresh install. In a "default" installation, the cgconfig service start will fail because the default configuration file (/etc/cgconfig.conf) is shipped with all lines (including the default grouping) commented out. The service start should, I think, not post a "failed" when it has nothing to do. Note that the parser will fail if the default groups are specified, but that's a different bug, already reported. (In reply to comment #1) > I reinstalled the system from scratch, using the F15 live CD to rule out issues > from the upgrade. > > I get: > > [root@sulaco ~]# systemctl --all|grep error > dbus-org.bluez.service error inactive dead dbus-org.bluez.service > tgtd.service error inactive dead tgtd.service > abrtd.target error inactive dead abrtd.target > cgconfig.target error inactive dead cgconfig.target > > from a fresh install. This is not a bug. It just means that some services are referenced by other services but couldn't be found. Which is completely OK for example when a service A wants to be started after a service B but it doesn't really matter whether B is around or not. systemctl by default hides these services if they aren't found. With "--all" you unhide them, but that doesn't make them a problem. So there's nothign wrong here. |