Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33061
| From | Jabba Laci <jabba.laci@gmail.com> |
|---|---|
| Date | 2012-11-09 23:25 +0100 |
| Subject | fabric question |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3523.1352499959.27098.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
fabric question Jabba Laci <jabba.laci@gmail.com> - 2012-11-09 23:25 +0100 Re: fabric question Miki Tebeka <miki.tebeka@gmail.com> - 2012-11-09 14:49 -0800 Re: fabric question Miki Tebeka <miki.tebeka@gmail.com> - 2012-11-09 14:49 -0800
csiph-web