From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divan Santana Subject: cssh doesn't seem to work out the box Date: Tue, 08 May 2018 21:21:36 +0200 Message-ID: <87muxa9cn3.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fG8gB-0005SE-I6 for help-guix@gnu.org; Tue, 08 May 2018 15:53:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fG8g6-0007Ss-Kn for help-guix@gnu.org; Tue, 08 May 2018 15:53:43 -0400 Received: from outmail149082.authsmtp.co.uk ([62.13.149.82]:62083) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fG8g6-0007Px-3j for help-guix@gnu.org; Tue, 08 May 2018 15:53:38 -0400 Received: from mail-c245.authsmtp.com (mail-c245.authsmtp.com [62.13.128.245]) by punt22.authsmtp.com. (8.15.2/8.15.2) with ESMTP id w48JLjeV015988 for ; Tue, 8 May 2018 20:21:45 +0100 (BST) (envelope-from divan@santanas.co.za) Received: from mail.santanas.co.za ([156.0.193.126]) (authenticated bits=0) by mail.authsmtp.com (8.15.2/8.15.2) with ESMTPSA id w48JLfRc015744 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 8 May 2018 20:21:44 +0100 (BST) (envelope-from divan@santanas.co.za) Received: from authenticated-user (mail.santanas.co.za [156.0.193.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.santanas.co.za (Postfix) with ESMTPSA id 76A4720146 for ; Tue, 8 May 2018 21:21:40 +0200 (SAST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hi Guix, I installed cssh and trying to use it like so: cssh `cat /tmp/servers` but it breaks with: Can't locate Tk.pm in @INC (you may need to install the Tk module) (@INC contains: /gnu/store/w60y4wh55iqxp56migmy7427n8aib9wj-perl-x11-protocol-0.56/lib/perl5/site_perl/5.26.1/x86_64-linux-thread-multi /gnu/store/w60y4wh55iqxp56migmy7427n8aib9wj-perl-x11-protocol-0.56/lib/perl5/site_perl/5.26.1 /gnu/store/9fvfncp68w6lkf5578vc24hiyrpxczsl-perl-tk-804.034/lib/perl5/site_perl/5.26.1/x86_64-linux /gnu/store/4f6vc8chh94di6qby5k13dvgp6dybvc9-perl-5.26.1/lib/perl5/site_perl/5.26.1/x86_64-linux-thread-multi /gnu/store/4f6vc8chh94di6qby5k13dvgp6dybvc9-perl-5.26.1/lib/perl5/site_perl/5.26.1 /gnu/store/4f6vc8chh94di6qby5k13dvgp6dybvc9-perl-5.26.1/lib/perl5/5.26.1/x86_64-linux-thread-multi /gnu/store/4f6vc8chh94di6qby5k13dvgp6dybvc9-perl-5.26.1/lib/perl5/5.26.1) at /gnu/store/0ckwbr6jvbs3mq5i46kmn4cy hriv3sqj-clusterssh-3.28/bin/.cssh-real line 66. BEGIN failed--compilation aborted at /gnu/store/0ckwbr6jvbs3mq5i46kmn4cyhriv3sqj-clusterssh-3.28/bin/.cssh-real line 66. Does this work for anyone else? On guixsd. -- Divan