Google Code Exporter
Google Code Exporter
``` I have been running parallel-ssh against 500 VMs and would like the see a summary of how many commands return 'SUCCESS' and how many return 'FAILURE'. ``` Original issue...
``` What steps will reproduce the problem? Not sure if it's a problem, but I want to copy multiple files from remote host to local. e.g. parallel-slurp -hosts.txt -L /tmp/out...
``` What steps will reproduce the problem? 1. Downloaded pssh-2.3.1 on AIX 7.1 2. run "setup.py install" 3. What is the expected output? What do you see instead? # setup.py...
``` What steps will reproduce the problem? 1. pssh -h file -i sudo blah What is the expected output? What do you see instead? I would like 'sudo blah' to...
``` I whipped up a quick patch for hooking into SIGINFO, so pressing ctrl-T will tell you the current status of tasks. ``` Original issue reported on code.google.com by `[email protected]`...
``` Using pssh with the -I option to read commands from stdin. Only on Debian Squeeze hosts, the motd is (undesirably) included in the output. Not so for Debian Etch...
``` Could you implement some way of doing the opposite of 'pslurp -L' ? I have a set of files that need to be distributed among the hosts, one file...
``` What steps will reproduce the problem? 1. Any invocation of pslurp (that I've tried). What is the expected output? What do you see instead? I expected pslurp to use...
``` We are trying to use pssh as a library rather as a tool. We want an improved logging facility and less number of files creation while executing pssh commands....
``` Checking if prompt ends in 'password:' doesn't allow passphrases for key auth. Reverse logic to check for 'yes/no' question instead. ``` Original issue reported on code.google.com by `[email protected]` on...