Problem: Mongrel cannot start because access to log is denied. I just
switched to a new development laptop (Snow Leopard). I think I
installed everything I needed. I git clone the application I am
developing from the repository. Everything went fine. Now when I run
script/server, this is what I get:
Thanks Hassan for your prompt response. I am trying to start mongrel
when logged in as a regular user. The log file somehow is owned by
root. I suspect that is because I am having apache and passenger
running at the same time trying to serve the same app. I'll try to
disable apache.
After I run chown on the log files to take over ownership of the log
files, it works now. THanks.