Google Code Exporter

Results 11117 issues of 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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]`...

Priority-Medium
auto-migrated
Type-Enhancement

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
auto-migrated
Type-Enhancement

``` 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....

Priority-Medium
Type-Defect
auto-migrated

``` 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...

auto-migrated
Type-Patch