Bug 1689

Summary: Mysqld failed to start
Product: [ROSA-based products] ROSA Fresh Reporter: Aleksandr Kazantcev <alexander.kazantsev>
Component: Packages from MainAssignee: ROSA Linux Bugs <bugs>
Status: RESOLVED FIXED QA Contact: ROSA Linux Bugs <bugs>
Severity: normal    
Priority: Normal CC: denis.silakov
Version: Fresh   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Platform: --- ROSA Vulnerability identifier:
RPM Package: mysql ISO-related:
Bad POT generating: Upstream:

Description Aleksandr Kazantcev 2013-02-18 23:25:23 MSK
Mysqld failed to start, because absent mysqld directory with properly owner (mysql:mysql) in /var/run

When we create it, mysqld will start without error.

How responce:

1. systemctl start mysqld
2. see /var/log/mysqld/mysql.log
Comment 1 Denis Silakov 2013-02-28 12:09:40 MSK
This is strange, since /var/run/mysqld folder is provided by mysql-server package with 'mysql:mysql' owner/group. Maybe this error is a result of some experiments with /var/run folder on your machine?

If I install mysql-server, then I see that /var/run/mysqld really exists and mysqld starts successfully.
Comment 2 Aleksandr Kazantcev 2013-02-28 12:11:20 MSK
This fix for now