Icehouse - packstack installation fails "Error: Could not start Service[mysqld]: Execution of '/sbin/service mysqld start' returned 1: MySQL Daemon failed to start"
Hi,
I tried to install the RDO ("Icehouse") release and at the first step, it fails with these message :
Preparing servers [ DONE ]
Installing Dependencies [ DONE ]
Copying Puppet modules and manifests [ DONE ]
Applying 192.168.10.65_prescript.pp
192.168.10.65_prescript.pp: [ DONE ]
Applying 192.168.10.65_mysql.pp
Applying 192.168.10.65_amqp.pp
192.168.10.65_mysql.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run:192.168.10.65_mysql.pp Error: Could not start Service[mysqld]: Execution of '/sbin/service mysqld start' returned 1: MySQL Daemon failed to start. You will find full trace in log /var/tmp/packstack/20140623-174424-dpduFO/manifests/192.168.10.65_mysql.pp.log Please check log file /var/tmp/packstack/20140623-174424-dpduFO/openstack-setup.log for more information
Could be related to this bug ?
https://bugzilla.redhat.com/show_bug....
Has anyone seen before ?
Thanks a lot for your answers!
Did you follow http://openstack.redhat.com/Quickstart ?
Hi,
Yes, have done it also the set the SELinux to "disabled" and applied some workaround suggested in internet but nothing to do.
Thanks.
What OS are you running ?
CentOS 6.5 (64bit)
Check for mysql* folder under /var/log and run
chown mysql:mysql /var/log/mysql/mysql .log
View also http://openstack.redhat.com/Workaroun... :