Bug 709909
Summary: | [abrt] systemd-units-26-2.fc15: _dbus_abort: Process /bin/systemctl was killed by signal 6 (SIGABRT) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | redhatbug <mjmccaffrey> |
Component: | systemd | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | harald, johannbg, lpoetter, metherid, mschmidt, notting, plautrba |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:c2d3a03d7939b1cc8b0f0e438f08d55e35e47cf8 | ||
Fixed In Version: | systemd-26-3.fc15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-06-15 23:52:29 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
redhatbug
2011-06-01 23:19:26 UTC
This patch should fix it: http://lists.freedesktop.org/archives/systemd-devel/2011-June/002561.html *** Bug 711946 has been marked as a duplicate of this bug. *** systemd-26-3.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/systemd-26-3.fc15 *** Bug 712702 has been marked as a duplicate of this bug. *** Package systemd-26-3.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing systemd-26-3.fc15' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/systemd-26-3.fc15 then log in and leave karma (feedback). systemd-26-3.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. systemd-26-3.fc15 fixes the crash and systemctl disable dhcpd.service appears to work i.e. if dhcpd is enabled the removal of the links is shown and if the command is issued a second time no removal of links is shown as would be expected. BUT if the dhcpd.service is disabled as above the service is running again after reboot BUT only if the NetworkManager.service is enabled The "systemctl disable dhcpd.service" command does not disable the service if the NetworkManager.service is enabled. After reboot the command does not show any links being removed indicating that the service is already disabled when it is not. The command seems to work ok when the NetworkManager service is disabled (In reply to comment #7) > if the dhcpd.service is disabled as above > the service is running again after reboot > BUT only if the NetworkManager.service is enabled dhcpd gets started by /etc/NetworkManager/dispatcher.d/12-dhcpd because of bug 699027, which is fixed in 26-4: https://admin.fedoraproject.org/updates/systemd-26-4.fc15 (In reply to comment #8) 26-4 is in the testing repo at the moment and therefore was not installed on my machines. Sorry for the trouble and thank you > (In reply to comment #7) > > if the dhcpd.service is disabled as above > > the service is running again after reboot > > BUT only if the NetworkManager.service is enabled > > dhcpd gets started by /etc/NetworkManager/dispatcher.d/12-dhcpd because of bug > 699027, which is fixed in 26-4: > https://admin.fedoraproject.org/updates/systemd-26-4.fc15 |