-
Notifications
You must be signed in to change notification settings - Fork 5
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
"--no-ssh" not working ?!? #24
Comments
The line in Line 242 in 3b08a0a
It should only the SSH tunnel if '--no-ssh' was not requested AND you are running the master AND you are connecting to localhost. Please provide full verbose output. |
I tried it out on my machine and did some changes in f7f6f61. If you start the master via If you start the master via If you want to force the slave to start without SSH, you can also use Please test with my changes. |
First:
This seems not to work here. I start master with "--no-ssh" but it adds the "ssh" key to "ipcontroller-engine.json" :( ...some minutes later... I found the problem in parsing the augments!
and the output is:
So, it can't work. But why are the cmd aguments not parsed?!? btw. i would suggest to use "click": http://click.pocoo.org/ for the cli! Really nice solution! EDIT: Found the problem: I started with:
That's bad, isn't it? |
OK, after change the cli args with jedie/DrQueueHelperFiles@02c5365 i see some connection activity on master:
But slave raise immediately a traceback:
|
Please have a look in |
Is fixed with: jedie@69cbb61 |
I added your changes: e686d09 |
I start the client on windows with: python.exe Scripts\drqueue --verbose --no-ssh slave
i see the message "Waiting for SSH tunnel to start up . . ."
So:
DrQueueIPython/bin/drqueue
Lines 1015 to 1020 in 3b08a0a
The text was updated successfully, but these errors were encountered: