fabric question
Jabba Laci
jabba.laci at gmail.com
Fri Nov 9 17:25:37 EST 2012
Hi,
I'm trying to use fabric to run a command on another Linux machine.
When I call "fab remote_info" (using the example from its
documentation), this is what I get:
local$ fab remote_info
[remote] Executing task 'remote_info'
[remote] run: uname -a
[remote] out: remote at path$
That is, it logs in successfully, but I get no output and I get a
prompt on the remote machine, i.e. it doesn't log out automatically
after calling the remote command. I also tried to specify the absolute
path of uname, same result. Any idea?
Thanks,
Laszlo
More information about the Python-list
mailing list