Bug 1124843
Summary: | systemd crashes after systemctl status mariadb | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Honza Horak <hhorak> | ||||||
Component: | systemd | Assignee: | systemd-maint | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 20 | CC: | johannbg, lnykryn, msekleta, s, systemd-maint, vpavlin, zbyszek | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | systemd-208-26.fc20 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2014-11-02 07:26:53 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: | |||||||||
Attachments: |
|
Description
Honza Horak
2014-07-30 12:46:02 UTC
Created attachment 922563 [details]
mariadb.service that systemd crashed with
Created attachment 922564 [details]
mysqld-compat.conf that systemd crashed with
Just great :( I cannot reproduce this unfortunately... Seems like a hard nut to crack. Actually I've reproduced it on a fresh VM (F20) with the mariadb.service and mysqld-compat.conf attached: Steps to Reproduce: 1. #> systemctl status mariadb 2. #> cp mariadb.service /usr/lib/systemd/system/mariadb.service 3. #> mkdir /usr/lib/systemd/system/mariadb.service.d 4. #> cp mysqld-compat.conf /usr/lib/systemd/system/mariadb.service.d 5. #> systemctl daemon-reload 6. #> systemctl status mariadb Actual results: mariadb.service - MariaDB database server Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled) Active: inactive (dead) mariadb.service - MariaDB database server Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled) Drop-In: /usr/lib/systemd/system/mariadb.service.d └─mysqld-compat.conf Active: inactive (dead) Message from syslogd@bughunting-a at Aug 4 17:49:48 ... kernel:[17953.596199] systemd[1]: segfault at 7f1e64d90160 ip 00007f1e64d90160 sp 00007fff4216d038 error 15 Message from syslogd@bughunting-a at Aug 4 17:49:48 ... kernel:systemd[1]: segfault at 7f1e64d90160 ip 00007f1e64d90160 sp 00007fff4216d038 error 15 Expected results: mariadb.service - MariaDB database server Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled) Active: inactive (dead) mariadb.service - MariaDB database server Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled) Drop-In: /usr/lib/systemd/system/mariadb.service.d └─mysqld-compat.conf Active: inactive (dead) Version-Release number of selected component (if applicable): #> rpm -q systemd mariadb-server systemd-208-21.fc20.x86_64 mariadb-server-5.5.38-3.fc20.x86_64 systemd adds a dependency of mariadb.service Requires=mariadb.service. Fixed in http://cgit.freedesktop.org/systemd/systemd/commit/?id=e66047ff62 upstream. Should be easily backportable. systemd-208-25.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/systemd-208-25.fc20 systemd-208-26.fc20,kmod-15-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/systemd-208-26.fc20,kmod-15-2.fc20 Package systemd-208-26.fc20, kmod-15-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing systemd-208-26.fc20 kmod-15-2.fc20' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-14032/systemd-208-26.fc20,kmod-15-2.fc20 then log in and leave karma (feedback). systemd-208-25.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. systemd-208-26.fc20, kmod-15-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |