Im using the fab script from here
Any pointers as to what might be the issue? asked 24 Feb '12, 12:06 aziz
showing 5 of 7
show 2 more comments
|
Im using the fab script from here
Any pointers as to what might be the issue? asked 24 Feb '12, 12:06 aziz
showing 5 of 7
show 2 more comments
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 24 Feb '12, 12:06
question was seen: 3,716 times
last updated: 25 Feb '12, 03:49
WEBFACTION
|
REACH US
|
SUPPORT
|
AFFILIATE PROGRAM
|
LEGAL
|
the error
username.webfactional.com
actually includes your webfaction username (and not literally "username.webfactional.com"), correct?If you try using the IP address of the server instead of the domain, does that work?
Im using my actual username. Il try with the IP, but i dont think that should make a difference since the action to install supervisor works fine.
The "Connection Refused" error sounds like it may be coming from an incorrect key or other SSH error - perhaps permissions on a directory. Are you able to connect via key-based authentication without trouble from the machine from which the fabric script is being run?
Yes.
(apnawala)aziz@ynl:~/workspace/apnawala$ ssh azizbookwala@azizbookwala.webfactional.com Last login: Fri Feb 24 23:33:52 2012 from 117.195.34.174 [azizbookwala@web322 ~]$
I can log in to webfaction fine, through my ssh key or password. ssh localhost also works on my local machine.
That all seems correct; I assume that something like "
ssh (username)@(webNNN).webfactional.com ls
" also works, and that you can run a simple hello-world fabric script without issues as well.If that is the case, it seems like it might actually be a bug in the fabric script itself. If you'd like to open a ticket we can look into that under your environment, and the update this community post with a solution in case others have the same trouble in the future.
Ive opened a ticket. Thanks for the help!