Bug 864670
| Summary: | QA:Testcase_Services_start - systemctl --all --failed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Flóki Pálsson <flokip> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | johannbg, lnykryn, metherid, msekleta, notting, plautrba, systemd-maint, vpavlin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-10-17 12:41:19 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Flóki Pálsson
2012-10-09 22:00:17 UTC
While this will likely have to be split into separate bugs for each service, can you post the output of 'systemctl status' for each of these, so we can see why/how they failed? Thanks! [root@localhost ~]# systemctl status firewalld.service firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled) Active: failed (Result: exit-code) since Wed, 10 Oct 2012 07:56:53 +0000; 22min ago Main PID: 545 (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/firewalld.service Oct 10 07:56:53 localhost.localdomain systemd[1]: Failed to start firewalld - dynamic firewall daemon. [root@localhost ~]# systemctl status libvirtd.service libvirtd.service - Virtualization daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled) Active: failed (Result: exit-code) since Wed, 10 Oct 2012 07:57:18 +0000; 23min ago Main PID: 700 (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/libvirtd.service Oct 10 07:57:18 localhost.localdomain systemd[1]: Starting Virtualization daemon... Oct 10 07:57:18 localhost.localdomain systemd[1]: Started Virtualization daemon. Oct 10 07:57:18 localhost.localdomain libvirtd[700]: /usr/sbin/libvirtd: initialization failed [root@localhost ~]# systemctl status nfs-idmap.service nfs-idmap.service - NFSv4 ID-name mapping daemon Loaded: loaded (/usr/lib/systemd/system/nfs-idmap.service; disabled) Active: failed (Result: exit-code) since Wed, 10 Oct 2012 07:57:18 +0000; 23min ago CGroup: name=systemd:/system/nfs-idmap.service Oct 10 07:57:18 localhost.localdomain systemd[1]: Failed to start NFSv4 ID-name mapping daemon. [root@localhost ~]# Could you please file three individual bugs for this against the respective packages firewalld, libvirtd, nfs-idmap? systemd is barely the messenger here, not the culprit. >Could you please file three individual bugs for this against the respective >packages firewalld, libvirtd, nfs-idmap? Bug 866004 - systemctl status firewalld.service - failed Bug 866005 - systemctl status libvirtd.service - error Bug 866006 - systemctl status nfs-idmap.service - failed Now ok I reinstalled from Fedora-18-Beta-TC3-x86_64-Live-Desktop.iso and yum update and reboot # systemctl --all --failed UNIT LOAD ACTIVE SUB JOB DESCRIPTION LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. JOB = Pending job for the unit. 0 loaded units listed. To show all installed unit files use 'systemctl list-unit-files'. [root@localhost ~]# OK; closing then. |