Bug 1639482
Summary: | journalctl reports a totally useless ' The start-up result is RESULT.' and "Failed with result 'exit-code'. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Valdis Kletnieks <valdis.kletnieks> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | lnykryn, msekleta, ssahani, s, systemd-maint, zbyszek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | systemd-239-6.git9f3aed1.fc29 systemd-238-10.git438ac26.fc28 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-11-01 15:06:46 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
Valdis Kletnieks
2018-10-15 20:23:40 UTC
Re "RESULT": https://github.com/systemd/systemd/pull/10413 Re "Failed with result 'exit-code'.": the details about what failed are logged earlier. E.g. here I have: Sep 23 21:52:16 krowka systemd[1]: dkms.service: Main process exited, code=exited, status=127/n/a Sep 23 21:52:16 krowka systemd[1]: dkms.service: Failed with result 'exit-code'. Sep 23 21:52:16 krowka systemd[1]: Failed to start Builds and install new kernel modules through DKMS. The details about the failing binary are logged first, and the details about the failure are not propagated to the outer code. This is on purpose — higher levels don't care about the low-level details. 'exit-code' means that the service failed because some binary returned an error, as opposed to e.g. it being terminated by a signal. systemd-239-6.git9f3aed1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-c402eea18b systemd-238-10.git438ac26.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-24bd6c9d4a systemd-238-10.git438ac26.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-24bd6c9d4a systemd-239-6.git9f3aed1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-c402eea18b systemd-239-6.git9f3aed1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. systemd-238-10.git438ac26.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. |