Creating application 'zabbix' ...
Starting MySQL 5.1 cartridge
MySQL server failed to start:
140502 09:29:44 mysqld_safe Logging to
'/var/lib/openshift/53639d48e0b8cdb2ad000ba8/mysql//stdout.err'.
140502 09:29:45 mysqld_safe Starting mysqld daemon with databases from
/var/lib/openshift/53639d48e0b8cdb2ad000ba8/mysql/data/
140502 09:29:45 mysqld_safe Starting mysqld daemon with databases from
/var/lib/openshift/53639d48e0b8cdb2ad000ba8/mysql/data/
140502 9:29:45 InnoDB: Initializing buffer pool, size = 256.0M
140502 9:29:45 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
140502 9:29:46 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
140502 9:29:47 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 76 MB
InnoDB: Database physically writes the file full: wait...
140502 9:29:59 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 76 MB
InnoDB: Database physically writes the file full: wait...
Failed to execute: 'control start' for
/var/lib/openshift/53639d48e0b8cdb2ad000ba8/mysql
I'm trying to install the zabbix server from the command-line and am getting the following error output:
$ rhc app create zabbix --server openshift.redhat.com -s http://zabbix-agrimm.rhcloud.com/build/manifest/master mysql-5.1 The cartridge 'http://zabbix-agrimm.rhcloud.com/build/manifest/master' will be downloaded and installed
Application Options
Domain: m0n1t0r1ng Cartridges: http://zabbix-agrimm.rhcloud.com/build/manifest/master, mysql-5.1 Gear Size: default Scaling: yes
Creating application 'zabbix' ... Starting MySQL 5.1 cartridge MySQL server failed to start: 140502 09:29:44 mysqld_safe Logging to '/var/lib/openshift/53639d48e0b8cdb2ad000ba8/mysql//stdout.err'. 140502 09:29:45 mysqld_safe Starting mysqld daemon with databases from /var/lib/openshift/53639d48e0b8cdb2ad000ba8/mysql/data/ 140502 09:29:45 mysqld_safe Starting mysqld daemon with databases from /var/lib/openshift/53639d48e0b8cdb2ad000ba8/mysql/data/ 140502 9:29:45 InnoDB: Initializing buffer pool, size = 256.0M 140502 9:29:45 InnoDB: Completed initialization of buffer pool InnoDB: The first specified data file ./ibdata1 did not exist: InnoDB: a new database to be created! 140502 9:29:46 InnoDB: Setting file ./ibdata1 size to 10 MB InnoDB: Database physically writes the file full: wait... 140502 9:29:47 InnoDB: Log file ./ib_logfile0 did not exist: new to be created InnoDB: Setting log file ./ib_logfile0 size to 76 MB InnoDB: Database physically writes the file full: wait... 140502 9:29:59 InnoDB: Log file ./ib_logfile1 did not exist: new to be created InnoDB: Setting log file ./ib_logfile1 size to 76 MB InnoDB: Database physically writes the file full: wait... Failed to execute: 'control start' for /var/lib/openshift/53639d48e0b8cdb2ad000ba8/mysql
Would appreciate some help moving this forward:)