I'm trying to setup RV and cannot get it started. I keep getting: Permission Denied : /var/log/rv.log<br><br>I've tried running it as root to test and also using www-data and chrgrp of rv.log to www-data.<br><br>Here's the output:
<br>nohup su -c "/usr/bin/ruby rv_harness.rb 3301 <a href="http://127.0.0.1">127.0.0.1</a> < /dev/null 2>&1 > /dev/null" www-data < /dev/null 2>&1 >> /var/log/rv.log &<br><br>If I run run the section in quotations, it works. I'm the call to /dev/null is the stream for the mongrel log, and the second one outside the quotations is for the rv log.
<br><br>Obviously, permissions are a weakpoint for me, so I'd appreciate any help that someone could give.<br><br>Thanks,<br>Josh<br>