I installed the Bitnami as root on osx lion, and add 2 plist files to /Library/LaunchDaemon as Native Installers Quick Start Guide said.
Right now I use the ctlscript.sh to check the service runnig, there is strange things.
subversion not running
apache already running
mysql not running
But I can login to redmine and phpmyadmin, then ps aux | grep mysql
root 910 0.0 0.0 2434952 680 s000 S+ 6:11PM 0:00.01 sudo vi com.bitnami-drupal.mysql.service.plist
_mysql 424 0.0 1.0 846196 42564 ?? S 6:08PM 0:00.32 /Applications/redmine-2.2.0-0/mysql/bin/mysqld.bin --defaults-file=/Applications/redmine-2.2.0-0/mysql/my.cnf --basedir=/Applications/redmine-2.2.0-0/mysql --datadir=/Applications/redmine-2.2.0-0/mysql/data --plugin-dir=/Applications/redmine-2.2.0-0/mysql/lib/plugin --log-error=/Applications/redmine-2.2.0-0/mysql/data/mysqld.log --pid-file=/Applications/redmine-2.2.0-0/mysql/data/${machine_hostname}.pid --socket=/Applications/redmine-2.2.0-0/mysql/tmp/mysql.sock --port=3306
_mysql 58 0.0 0.0 2435488 928 ?? Ss 6:08PM 0:00.03 /bin/sh /Applications/redmine-2.2.0-0/mysql/bin/mysqld_safe --defaults-file=/Applications/redmine-2.2.0-0/mysql/my.cnf --port=3306 --socket=/Applications/redmine-2.2.0-0/mysql/tmp/mysql.sock --datadir=/Applications/redmine-2.2.0-0/mysql/data --log-error=/Applications/redmine-2.2.0-0/mysql/data/mysqld.log --pid-file=/Applications/redmine-2.2.0-0/mysql/data/${machine_hostname}.pid
root 911 0.0 0.1 2437768 2492 s000 S+ 6:11PM 0:00.08 vi com.bitnami-drupal.mysql.service.plist
Why the ctlscript check status is different with the real using?