duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
897 stars 79 forks source link

ClusterSSH startup woes #33

Closed tkummell closed 8 years ago

tkummell commented 9 years ago

I just installed ClusterSSH and fired it up. The OS is CentOS 6.6 and the perl version id 5.10.1.
Here is the final few messages with --debug set to a value of 4 Any ideas? TIA Terry

Resolving cluster names: completed create_windows: started REAPER currently returns: -1 Running tags through external command External command: Args -L Running -L Command value = -L Result: Return code: 72057594037927935 Exiting via normal routine Exiting via normal routine Exiting via normal routine Exiting via normal routine Exiting via normal routine Exiting via normal routine Exiting via normal routine

cqexbesd commented 9 years ago

On 27.04.2015, at 20:34, tkummell notifications@github.com wrote:

I just installed ClusterSSH and fired it up. The OS is CentOS 6.6 and the perl version id 5.10.1.

Which version of ClusterSSH?

Thanks

Andrew

duncs commented 8 years ago

-L is used to list known 'tags' that are taken out of the configuration files.

If this is a new installation and you have not set up any configuration files, there will be no tags to output.

Duncs