Hi,

since today I have some issue when I try to stop / start / restart unicorn
I can't understand why but it seems to be mixing my local user and my 
server user

on config/unicorn/production.rb I have
user 'userserver', 'userserver'

where 'userserver' is the name of the user on server
so when I launch command cap unicorn:restart
I have error u can see here https://gist.github.com/optimum-dulopin/7109877

If I simply change

user 'userserver', 'userserver'

by 

user 'userlocal', 'userlocal'


where 'userlocal' is the name of the user my personnal computer, then it is 
working !

do I do something wrong ? I thought that the user in this file should be 
the on server, not on local machine.
moreover it was working fine the 6 last month !

thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/ead9be03-db3a-4fcf-b971-89f06870e296%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to