I don't get the same problem on Ubuntu linux using the same commands. Are you using Solaris?<br><br>Looks to me like exec is not holding root identity, which may mean that sudo is only setting the Effective UID and not the real one.
<br><br>Can you try this <br><br>sudo ruby -e 'puts Process.euid; puts Process.uid'<br><br>and see if you get two zeroes.<br><br>NeilW<br><br><br><div><span class="gmail_quote">On 16/06/06, <b class="gmail_sendername">Tom Brice
</b> <<a href="mailto:tom@onidle.com">tom@onidle.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 6/16/06 4:40 PM, Zed Shaw wrote:
<br><br>> Tom, mongrel_cluster is the way to go for deployments with capistrano.<br>> If you can post the stack dump you get in your mongrel.log after you do<br>> this restart then I can probably see why it's failing.
<br><br>Here's what I get:<br></blockquote></div><br clear="all"><br>-- <br>Neil Wilson (<a href="mailto:neil@aldur.co.uk">neil@aldur.co.uk</a>)