Git Product home page Git Product logo

pdsh's People

Contributors

chu11 avatar garlick avatar grondo avatar

pdsh's Issues

Add torque module



Hi!
Since we're still using Torque as resource manager on the compute clusters at 
our site, I created a torque-module (similar to the slurm-module; in fact, I 
modified the slurm-module to instead talk to torque/pbs-server).
Is it something that you would be interested in including in pdsh?
The module is not thoroughly tested yet, but afaik it works at my place. 
Autotools and spec-stuff also seems to work (on CentOS5).

/Mattias

Original issue reported on code.google.com by [email protected] on 10 Sep 2010 at 4:32

List conflicting modules in -V and -L output

Currently pdsh loads all modules found in pkglibdir,
but unloads modules that fail to initialize, typically
due to conflicting module options. Therefore, present
but conflicting modules do not appear in the output of
-L and -V.

At least one user has noted that it will be less confusing to
list conflicting modules in -L and -V, but somehow denote the
inactive modules.

Original issue reported on code.google.com by [email protected] on 13 Sep 2010 at 9:18

"Artifial issue": pshbak -c collects hostnames wrong-ish for some cases

I stumbled across the following issue

echo -e 'n01:\nn2:' | dshbak -c

It get collected as 
n[01-2]
which then would get expanded to
n01,n02
by pdsh.

I'm really not much of a perl hacker, so I don't present any patch for it 
though. ;)

/Mattias

Original issue reported on code.google.com by don.fanucci on 24 Sep 2010 at 8:55

dshbak: Support sending output to one file per host

From: Michael Shigorin <mike at osdn dot org dot ua>
Subject: [pdsh] dshdir(1) output processing script
To: Mark Grondona                                         
Cc: Alexander Bandura <xand dot bandura at gmail dot com>                       

Date: Fri, 25 Feb 2011 06:45:48 -0800                                           

        Hello Mark,                                                             
please find attached the perl script my colleague has kindly                    
turned dshbak(1) into on my request.  Maybe dshbak might be                     
modified to include this functionality but we needed at least                   
something capable of putting each node's output separately                      
and it might be useful for others as well.                                      

Alexander is CCed, and I've finally wrote a manpage along with                  
including the script into ALT Linux package:                                    
http://packages.altlinux.org/pdsh

Usage: dshdir -d DIR [-f]

Original issue reported on code.google.com by [email protected] on 28 Feb 2011 at 3:19

Support forwarding stdin in pdsh


From an sf.net user:

"It would be nice, if pdsh could be used in a pipe. For example:

 $ echo foo bar | pdsh -w host1,host2 md5sum"

In order to support anything like this, pdsh first needs to support
broadcasting of stdin. This is on the TODO list, but is low priority
at the moment.

Original issue reported on code.google.com by [email protected] on 10 Sep 2010 at 4:36

PDSH_SSH_ARGS_APPEND doesn't work

Since the arguments in PDSH_SSH_ARGS_APPEND are appended after
the default args of:

 "-2 -a -x -l%u %h"

the new args come after the hostname and mess up the ssh command,
thus rendering this env var useless. The arguments need to be appended
after the last real ssh option, not the hostname, which is compulsory
and probably should not be optional anyway.

Original issue reported on code.google.com by [email protected] on 28 Feb 2011 at 3:11

pdsh hangs on creating a daemon process

I am trying to use pdsh to startup a hiphop server in daemon mode. I see that 
pdsh hangs on the issuing machine.

If I shutdown hiphop on the target machine, through other means, pdsh shuts 
down on the issuing machine.

As a workaround I am using the '-u' option to timeout after 10 seconds. But 
this is error-prone.

If you can give me reasons why this is happening (created process not shutting 
down file descriptors etc) I can fix this on hiphop.

I would really appreciate any pointers.
-- Param

Original issue reported on code.google.com by [email protected] on 28 Jan 2011 at 2:03

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.