Re: [DNG] mssh not working (Chimaera)

2020-10-25 Thread Dimitri Minaev via Dng
The problem seems to be gone after libgtk update. Thanks for the advice!
Besides, I've learnt GNU parallel, which is not what I was looking for, but
turned out to be a wonderful tool.

Le ven. 2 oct. 2020 23:53, g4sra via Dng  a écrit :

> On 02/10/2020 15:09, Dimitri Minaev via Dng wrote:
> -- snip --
> > If you could offer an alternative that provides synchronized input to a
> > number of SSH sessions, I'd be glad to hear your opinion. I know that
> > similar capabilities are found in Terminator and my favorite Konsole, but
> > they are not as comfortable as mssh when you need to open a bunch of
> > sessions.
>
> I cannot say for sure as I have never used mssh, but clusterssh might do
> what you are looking for.
>
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
>
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] mssh not working (Chimaera)

2020-10-02 Thread g4sra via Dng
On 02/10/2020 15:09, Dimitri Minaev via Dng wrote:
-- snip --
> If you could offer an alternative that provides synchronized input to a
> number of SSH sessions, I'd be glad to hear your opinion. I know that
> similar capabilities are found in Terminator and my favorite Konsole, but
> they are not as comfortable as mssh when you need to open a bunch of
> sessions.

I cannot say for sure as I have never used mssh, but clusterssh might do what 
you are looking for.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] mssh not working (Chimaera)

2020-10-02 Thread Lars Noodén via Dng
On 10/2/20 5:09 PM, Dimitri Minaev via Dng wrote:
[snip]
> If you could offer an alternative that provides synchronized input to a
> number of SSH sessions, I'd be glad to hear your opinion. I know that
> similar capabilities are found in Terminator and my favorite Konsole, but
> they are not as comfortable as mssh when you need to open a bunch of
> sessions.

You could use tmux(1) and launch many windows (not panes) each with an
SSH session.  Then you could script something and run it in the first
(0th) window:

while read -p "cmd: " cmd;
do
tmux list-windows \
| awk -F: '{print $1}' \
| tail +2 \
| xargs -I{} tmux send-keys -t :{} "$cmd" C-m \;
done

Or if there are only a few sessions, you could make multiple panes in a
single window and use 'synchronize-panes'

/Lars
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] mssh not working (Chimaera)

2020-10-02 Thread Dimitri Minaev via Dng
Hi, folks,

Does 'mssh' work for you in Chimaera? It used to work for me but now I only
get black area instead of the terminal. Tried to compile it from sources,
but it requires packages which I couldn't find in repos, vte and gtk+. The
latter may be provided by libgtk2 or libgtk3, but I'm not sure.

If you could offer an alternative that provides synchronized input to a
number of SSH sessions, I'd be glad to hear your opinion. I know that
similar capabilities are found in Terminator and my favorite Konsole, but
they are not as comfortable as mssh when you need to open a bunch of
sessions.

-- 
With best regards,
Dimitri Minaev
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng