Google Code Exporter

Results 11117 issues of Google Code Exporter

``` The attached patch implements a '--sample-size' option. This will allow you to take a large host list and select a few systems as test candidates while preventing you from...

Priority-Medium
auto-migrated
Type-Enhancement

``` What steps will reproduce the problem? 1.Create a pssh command from bash and trigger from a bash. ex: sudo /usr/bin/pssh -h logs/apprunner_status/XX_pssh.txt -OStrictHostKeyChecking=no -OIdentityFile=/home/XX/.ssh/id_rsa.open -l XX -o /tmp/pssh -e...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. man pscp (or prsync or pslurp) 2. look in the NAME section What is the expected output? What do you see instead?...

Priority-Medium
Type-Defect
auto-migrated

``` It would be great to make parallel-ssh work well as a module, i.e. * Allow it to be 'imported' without any errors printed * Allow for options such as...

Priority-Medium
auto-migrated
Type-Enhancement

``` What steps will reproduce the problem? 1. export PSSH_OPTIONS="IdentityFile=/var/foo StrictHostKeyChecking=no" 2. parallel-ssh -i -H localhost env => [FAILURE] localhost Exited with error code 255 What is the expected output?...

Priority-Medium
Type-Defect
auto-migrated

``` I'm happy user of pssh. I used it yesterday to setup 10 servers. I run pssh with -i option to watch server output. Servers are identical except IP addresses...

Priority-Medium
auto-migrated
Type-Enhancement

``` pssh collects stdout (with --print option) and ignores stderr, whereas stderr is the important thing: all errors are printed there. ``` Original issue reported on code.google.com by `[email protected]` on...

Priority-Medium
auto-migrated
Type-Enhancement

``` Please consider the attached path, which adds support for selecting a group of hosts based on descriptor-columns in the host-list. The host list file parser is expanded to support...

Priority-Medium
auto-migrated
Type-Enhancement

``` This patch extends the '-H' option to support NIS netgroups and introduces an exclude option '-E' to ignore certain hosts from existing groups. ``` Original issue reported on code.google.com...

Priority-Medium
auto-migrated
Type-Enhancement

``` It would be nice if there was a switch to only show the failed actions, and hides the SUCCESS fields. If you are doing something not requiring output, it...

Priority-Medium
auto-migrated
Type-Enhancement