I&#39;m trying to setup RV and cannot get it started.&nbsp; I keep getting: Permission Denied : /var/log/rv.log<br><br>I&#39;ve tried running it as root to test and also using www-data and chrgrp of rv.log to www-data.<br><br>Here&#39;s the output:
<br>nohup su -c &quot;/usr/bin/ruby rv_harness.rb 3301 <a href="http://127.0.0.1">127.0.0.1</a> &lt; /dev/null 2&gt;&amp;1 &gt; /dev/null&quot; www-data &lt; /dev/null 2&gt;&amp;1 &gt;&gt; /var/log/rv.log &amp;<br><br>If I run run the section in quotations, it works.&nbsp; I&#39;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&#39;d appreciate any help that someone could give.<br><br>Thanks,<br>Josh<br>