This forum is no longer active. Please post your questions to our new community site
Daemon scripts for mac os x
|
|
I first used the script that bitnami posted to launch bitnami-tracks after a shut down and it didn’t work; I then worked with the administrator from Tracks to try and get bitnami-tracks to launch at start up and used the following script: <?xml version=”1.0” encoding=”UTF-8”?> I used the following sudo command to run it: sudo launchctl load -w /Library/LaunchDaemons/com.bitnami-tracks.service.plist and I got the message that Tracks was already started, yet I could not get into tracks and it gave me a message saying the server was down or overloaded. When I use the following command in terminal: cd /Applications/tracks-1.7rc2-1/ followed by: ./ctlscript.sh start Tracks starts with no problem, I just wish that it would start automatically from the LauchDaemon. I would really appreciate your help, and I think Tracks would be interested in knowing if there is a problem or not. Perhaps it is something I am doing wrong. Thanks, JohnnyFM |
|
|
Hi, The problem using services on OS X is that it is necessary to start the servers as daemons. Take a look this post Maybe ruby processes requires a similar approach. |
|
|
Thanks, for your prompt response, I will try the other method and see if I have any luck. Keep up the good work, John |

