Bug 1149986
| Summary: | mysqld fails to start due to improper file ownership of /var/log/mysqld.log | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rodd Clarkson <rodd> |
| Component: | community-mysql | Assignee: | Honza Horak <hhorak> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | hhorak, jstanek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | community-mysql-5.6.21-5.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-21 01:25:57 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
Rodd Clarkson
2014-10-07 06:34:03 UTC
community-mysql-5.6.21-5.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/community-mysql-5.6.21-5.fc21 Package community-mysql-5.6.21-5.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing community-mysql-5.6.21-5.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-12883/community-mysql-5.6.21-5.fc21 then log in and leave karma (feedback). I've seen the update come through but I've had to manually handle the ownership issue as I need to use this system for web development. I've access to another fedora 21 box at work and will install and test there. Are you able to suggest how I can test this on my system without having to reinstall? (In reply to Rodd Clarkson from comment #3) > Are you able to suggest how I can test this on my system without having to > reinstall? I guess something like this might serve for testing, i.e. has the same effect as the patch applied: #> cat <<EOF >/etc/systemd/system/mysqld.service.d/perm.conf [Service] PermissionsStartOnly=true EOF #> systemctl daemon-reload #> systemctl restart mysqld Did a check on a fresh install and this is resolved. Thanks community-mysql-5.6.21-5.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |