RailsCasts Pro episodes are now free!

Learn more or hide this

Jonathan Spooner's Profile

GitHub User: jspooner

Site: www.jonathanspooner.com

Comments by Jonathan Spooner

Avatar

I was using a previous aws key-pair and for some reason creating one named gsg-keypair fixed the problem.

Avatar

Yeah I have the same problem despite the instance being available. I'm able to ssh to it.

bash
. ** Failed to connect to IP_SNIP, retrying
  * executing `rubber:_allow_root_ssh'
  * executing "sudo -p 'sudo password: '  bash -l -c 'cp /home/ubuntu/.ssh/authorized_keys /root/.ssh/'"
    servers: ["SNIP"]
Avatar

Is there a reason rubber uses haproxy and not the Amazon Load Balancer? Are there any benefits from using haproxy and is it possible to use the Amazon Load Balancer with rubber?

Avatar

Is it possible to use rails-api and doorkeeper together? I'm not sure where the Doorkeeper UI should live. Possibly hack it into rails-api or add it to another rails app, what do you think?

Avatar

Yep your correct. I probably didn't word my question very well.

Since the root user doesn't have access to ssh you cant rsync the files to /var/chef so I have to figure out a work around for that. I don't think enabling the root user is a good option.

Avatar

On my Ubumtu server on AWS I'm not able to use rsync with the root user. Any ideas why?

Avatar

We're also have this problem when deploying with bundler. I found our problem on SO
http://stackoverflow.com/questions/6472785/bundler-error-on-deployment

Two of us worked on it for an hour and couldn't come up with any fixes.