Ernesto Rocha <[email protected]> wrote:
> /usr/local/rvm/gems/ruby-1.8.7-p302@project/gems/unicorn-
> 3.5.0/lib/unicorn/util.rb:19:in `chown': Operation not permitted - 
> /home/user/project/shared/log/unicorn.stderr.log (Errno::EPERM)
> .... and on....

It looks like you're trying to use the "user" directive to switch users
when you're not running as root[1].  Don't use "user" if you're already
a regular user.



[1] or use something like Linux capabilities(7) and lack the appropriate ones.
    http://linux.die.net/man/7/capabilities

-- 
Eric Wong
_______________________________________________
Unicorn mailing list - [email protected]
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying

Reply via email to