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@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 -- http://mail.python.org/mailman/listinfo/python-list