Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem while deploying with capistrano-unicorn #83

Open
optimum-dulopin opened this issue Oct 22, 2013 · 6 comments
Open

problem while deploying with capistrano-unicorn #83

optimum-dulopin opened this issue Oct 22, 2013 · 6 comments

Comments

@optimum-dulopin
Copy link

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

@gfrancesco
Copy link

+1

I'm on 0.2.0, working fine on 0.1.10

@vcastellm
Copy link

same here on 0.2.0

@sosedoff
Copy link
Owner

sosedoff commented Nov 7, 2013

@sfsekaran thoughts ?

@sfsekaran
Copy link
Contributor

Hmm. I've glanced at the code, but I can't seem to figure it out yet. Anyone willing to try a git bisect?

@jnimety
Copy link

jnimety commented Nov 14, 2013

+1

1 similar comment
@guilherme
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants