<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Clean install IceHouse on Fedora 20 gives <br>------------------------------------------------------------------------------------------------------------------<br>[root@icehouse1 ~(keystone_admin)]# service mariadb status<br>Redirecting to /bin/systemctl status  mariadb.service<br>mariadb.service - MariaDB database server<br>   Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled)<br>   Active: active (running) since Wed 2014-07-09 09:08:21 MSK; 12h ago<br>  Process: 1610 ExecStartPost=/usr/libexec/mariadb-wait-ready $MAINPID (code=exited, status=0/SUCCESS)<br>  Process: 760 ExecStartPre=/usr/libexec/mariadb-prepare-db-dir %n (code=exited, status=0/SUCCESS)<br> Main PID: 1609 (mysqld_safe)<br>   CGroup: /system.slice/mariadb.service<br>           †€1609 /bin/sh /usr/bin/mysqld_safe --basedir=/usr<br>           „€3328 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/us...<br><br>Jul 09 09:08:13 icehouse1.localdomain mysqld_safe[1609]: 140709 09:08:08 mysqld_safe Logging ....<br>Jul 09 09:08:13 icehouse1.localdomain mysqld_safe[1609]: 140709 09:08:08 mysqld_safe Starting...l<br>Jul 09 09:08:13 icehouse1.localdomain mysqld_safe[1609]: 140709 09:08:08 mysqld_safe WSREP: R...'<br>Jul 09 09:08:18 icehouse1.localdomain mysqld_safe[1609]: 140709 09:08:18 mysqld_safe WSREP: R...1<br>Jul 09 09:08:21 icehouse1.localdomain systemd[1]: Started MariaDB database server.<br>Hint: Some lines were ellipsized, use -l to show in full.<br><br>------------------------------------------------------------------------------------------------------------------<br><br>[root@icehouse1 ~(keystone_admin)]# service mysqld  status<br>Redirecting to /bin/systemctl status  mysqld.service<br>mariadb.service - MariaDB database server<br>   Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled)<br>   Active: active (running) since Wed 2014-07-09 09:08:21 MSK; 12h ago<br>  Process: 1610 ExecStartPost=/usr/libexec/mariadb-wait-ready $MAINPID (code=exited, status=0/SUCCESS)<br>  Process: 760 ExecStartPre=/usr/libexec/mariadb-prepare-db-dir %n (code=exited, status=0/SUCCESS)<br> Main PID: 1609 (mysqld_safe)<br>   CGroup: /system.slice/mariadb.service<br>           †€1609 /bin/sh /usr/bin/mysqld_safe --basedir=/usr<br>           „€3328 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/us...<br><br>Jul 09 09:08:13 icehouse1.localdomain mysqld_safe[1609]: 140709 09:08:08 mysqld_safe Logging ....<br>Jul 09 09:08:13 icehouse1.localdomain mysqld_safe[1609]: 140709 09:08:08 mysqld_safe Starting...l<br>Jul 09 09:08:13 icehouse1.localdomain mysqld_safe[1609]: 140709 09:08:08 mysqld_safe WSREP: R...'<br>Jul 09 09:08:18 icehouse1.localdomain mysqld_safe[1609]: 140709 09:08:18 mysqld_safe WSREP: R...1<br>Jul 09 09:08:21 icehouse1.localdomain systemd[1]: Started MariaDB database server.<br>Hint: Some lines were ellipsized, use -l to show in full.<br>-----------------------------------------------------------------------------------------------------------------<br>[root@icehouse1 ~(keystone_admin)]# rpm -qa | grep mariadb<br>mariadb-5.5.37-1.fc20.x86_64<br>mariadb-galera-common-5.5.36-9.fc20.x86_64<br>mariadb-libs-5.5.37-1.fc20.x86_64<br>mariadb-galera-server-5.5.36-9.fc20.x86_64<br>----------------------------------------------------------------<br>Same picture I have on CentOS 7 after hack.<br>----------------------------------------------------------------<br>[root@ip-192-169-142-37 ~]# rpm -qa | grep mariadb<br>mariadb-galera-common-5.5.36-9.el7.x86_64<br>mariadb-5.5.37-1.el7_0.x86_64<br>mariadb-galera-server-5.5.36-9.el7.x86_64<br>mariadb-libs-5.5.37-1.el7_0.x86_64<br><br><br>Thanks.<br>Boris.<br><br><br><div>> Date: Wed, 9 Jul 2014 12:15:34 -0500<br>> From: rohara@redhat.com<br>> To: bderzhavets@hotmail.com<br>> CC: rbowen@redhat.com; rdo-list@redhat.com<br>> Subject: Re: [Rdo-list] mysqld failure on --allinone, centos7<br>> <br>> On Wed, Jul 09, 2014 at 01:35:24AM -0400, Boris Derzhavets wrote:<br>> > Please view https://bugzilla.redhat.com/show_bug.cgi?id=981116<br>> > <br>> > ############<br>> > Comment 36<br>> > ############<br>> > <br>> > So workaround is:<br>> > <br>> > <br>> > rm /usr/lib/systemd/system/mysqld.service<br>> > <br>> > cp /usr/lib/systemd/system/mariadb.service /usr/lib/systemd/system/mysqld.service<br>> > <br>> > Works for me on CentOS 7 . Before packstack rerun:-<br>> > <br>> > # systemctl stop mariadb<br>> <br>> You should not have to do this. If you're installing RDO Icehouse,<br>> you should be getting mariadb-galera-server, which should be creating<br>> both the mariadb and mysqld service files. They should be identical.<br>> <br>> Which database package is being installed?<br>> <br>> Ryan<br>> <br>> > > Date: Tue, 8 Jul 2014 15:45:50 -0400<br>> > > From: rbowen@redhat.com<br>> > > To: rdo-list@redhat.com<br>> > > Subject: Re: [Rdo-list] mysqld failure on --allinone, centos7<br>> > > <br>> > > <br>> > > On 07/08/2014 10:41 AM, Rich Bowen wrote:<br>> > > ><br>> > > > On 07/08/2014 09:53 AM, Ihar Hrachyshka wrote:<br>> > > >> -----BEGIN PGP SIGNED MESSAGE-----<br>> > > >> Hash: SHA512<br>> > > >><br>> > > >> On 08/07/14 15:39, Rich Bowen wrote:<br>> > > >>> I'm running `packstack --allinone` on a fresh install of the new<br>> > > >>> CentOS7, and I'm getting a failure at:<br>> > > >>><br>> > > >>> 192.168.0.176_mysql.pp:                           [ ERROR ]<br>> > > >>> Applying Puppet manifests                         [ ERROR ]<br>> > > >>><br>> > > >>> ERROR : Error appeared during Puppet run: 192.168.0.176_mysql.pp<br>> > > >>> Error: Could not enable mysqld: You will find full trace in log<br>> > > >>> /var/tmp/packstack/20140708-092703-ZMkytw/manifests/192.168.0.176_mysql.pp.log <br>> > > >>><br>> > > >>><br>> > > >>>   Please check log file<br>> > > >>> /var/tmp/packstack/20140708-092703-ZMkytw/openstack-setup.log for<br>> > > >>> more information<br>> > > >>><br>> > > >>><br>> > > >>> The log message is:<br>> > > >>><br>> > > >>> Notice:<br>> > > >>> /Stage[main]/Neutron::Db::Mysql/Mysql::Db[neutron]/Database_grant[neutron@127.0.0.1/neutron]: <br>> > > >>><br>> > > >>><br>> > > >>><br>> > > >> Dependency Service[mysqld] has failures: true<br>> > > >>> Warning:<br>> > > >>> /Stage[main]/Neutron::Db::Mysql/Mysql::Db[neutron]/Database_grant[neutron@127.0.0.1/neutron]: <br>> > > >>><br>> > > >>><br>> > > >>><br>> > > >> Skipping because of failed dependencies<br>> > > >> I suspect there were more log messages before those you've posted that<br>> > > >> could reveal the cause of the failure.<br>> > > ><br>> > > > The full log file is attached, and I'm working through it now. If <br>> > > > someone has more immediate insight, that would be awesome. Thanks. <br>> > > <br>> > > No joy so far, except that it does *not* seem to be related to <br>> > > https://bugzilla.redhat.com/show_bug.cgi?id=1117035<br>> > > <br>> > > -- <br>> > > Rich Bowen - rbowen@redhat.com<br>> > > OpenStack Community Liaison<br>> > > http://openstack.redhat.com/<br>> > > <br>> > > _______________________________________________<br>> > > Rdo-list mailing list<br>> > > Rdo-list@redhat.com<br>> > > https://www.redhat.com/mailman/listinfo/rdo-list<br>> >                                       <br>> <br>> > _______________________________________________<br>> > Rdo-list mailing list<br>> > Rdo-list@redhat.com<br>> > https://www.redhat.com/mailman/listinfo/rdo-list<br>> S<br><br><br></div>                                        </div></body>
</html>