On Mon, Oct 27, 2008 at 7:35 AM, abtrapp <[EMAIL PROTECTED]> wrote: > > When I enter "/etc/init.d/god start" I get "The server is not > available (or you do not have permissions to access it)" (about 1/3 of > every call, in 2/3 of the calles it starts. > > the start: > /usr/bin/god -P /var/run/god.pid -l /var/log/god.log > /usr/bin/god load /etc/god.conf
So you're calling God twice in rapid succession -- once just to start it, and then again immediately to load its config file? My guess would be that it's your second 'god' invocation erroring out sometimes, because the first invocation didn't finish initializing yet. This command doubling is unnecessary. Just give it the config file when you start it: /usr/bing/god -P /var/run/god.pid -l /var/log/god.log -c /etc/god.conf -- Have Fun, Steve Eley ([EMAIL PROTECTED]) ESCAPE POD - The Science Fiction Podcast Magazine http://www.escapepod.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "god.rb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/god-rb?hl=en -~----------~----~----~----~------~----~------~--~---
