On 30 Mai, 09:55, Jonathan Weiss <[EMAIL PROTECTED]> wrote: > Sebastian Geib wrote: > > I don't quite understand why it is trying to access the servers file > > in root's .subversion folder. Although I even created the sub folder > > world writeable just to be sure. use_sudo is set to false so I don't > > know, why it even bothers to access the file in root's homedir. > > Its the local root account. How is Webistrano started? If you did > something like: Monit started the application servers using sudo -u admin 'mongrel_cluster_stuff' until now. I now changed that to be su - admin -c 'mongrel_cluster_stuff' and it appears to be working.
Thanks for your fast reply Jonathan. Sebastian --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
