This forum is no longer active. Please post your questions to our new community site
Launch redmine at startup
|
|
Hi, If I go in redmine folder and execute “./ctlscript.sh start” everythings works but I’ve the following error: Apache seems to be NOT OK. If I put the ctlscript.sh under /etc/init under services runlevel 3 it doesn’t start during the machine boot. I’ve the following errors: 100218 00:11:08 mysqld_safe Logging to ‘/embsw/redmine-0.9.2-0/mysql/data/mysqld.log’. ===== /embsw/redmine-0.9.2-0/mysql/data/mysqld.log 100218 0:10:11 [Note] Event Scheduler: Purging the queue. 0 events 100218 00:10:12 mysqld_safe mysqld from pid file /embsw/redmine-0.9.2-0/mysql/data/embsw-lx.pid ended ========== ./ctlscript.sh restart apache |
|
|
Hi, It seems there is a permissions problem. If you have installed as a regular user, the MySQL and the Apache server are configured to be started using this user. If you have installed as root user the Apache and MySQL server will be started using the “daemon” user and the “mysql” user respectively. Try to start/stop the servers using the same user that you use to install it. If you want to install as service you should take into accout that the services are executed as a root user so probably you should install the Stack as a root user. Check also if you have a firewall or another application running in the 8080 port. This quick guide could be helpful for you: http://bitnami.org/article/how-to-install-servi… |

