Hi all,
I set up a standard Capistrano deployment on a new host.
To start the Mongrels, “script/spin” calls “script/process/spawner
mongrel”.
It prints a few lines as if everything were normal, however the
mongrels are not started and it doesn’t create any files in log or tmp
that would give me a clue on what happened.
If I start Mongrel via script/server -e production everything works as
expected.
Any hints on where to find debugging output?
BTW I’m running 2.1.2.
Thanks,
Tobi