From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fredrik Salomonsson Subject: Re: "guix offload test" gets stuck with no output. Date: Wed, 27 Jun 2018 23:09:14 -0700 Message-ID: References: <20180614223406.669c468d@mailbox.org> <20180616184940.3a72f10e@mailbox.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000004c16e1056fad9371" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYQ7e-0001yM-1R for help-guix@gnu.org; Thu, 28 Jun 2018 02:09:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYQ7c-0007L5-82 for help-guix@gnu.org; Thu, 28 Jun 2018 02:09:37 -0400 Received: from mail-qt0-x22c.google.com ([2607:f8b0:400d:c0d::22c]:45372) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fYQ7c-0007I0-1P for help-guix@gnu.org; Thu, 28 Jun 2018 02:09:36 -0400 Received: by mail-qt0-x22c.google.com with SMTP id i18-v6so3761554qtp.12 for ; Wed, 27 Jun 2018 23:09:35 -0700 (PDT) In-Reply-To: <20180616184940.3a72f10e@mailbox.org> 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: Matthew Brooks Cc: help-guix --0000000000004c16e1056fad9371 Content-Type: text/plain; charset="UTF-8" Hi, got inspired by this thread to try and setup offloading for my laptop. As everytime I run guix pull my laptop sounds like it's preparing to take off. But running into problems similar to what Matthew described. I.e. it just get stuck. > $ guix offload test > guix offload: testing 1 build machines defined in > '/etc/guix/machines.scm'... > guix offload: '192.168.1.105' is running guile (GNU Guile) 2.2.3 > On the build machine however I see > Jun 27 22:26:05 localhost sshd[3203]: error: connect_to localhost port > 37146: failed. > Jun 27 22:26:05 localhost sshd[3203]: error: connect_to localhost port > 37146: failed. > Jun 27 22:42:11 localhost sshd[4136]: error: connect_to localhost port > 37146: failed. > Jun 27 22:42:11 localhost sshd[4136]: error: connect_to localhost port > 37146: failed. > My laptop is using guix on a foreign distro (arch) with the guix version "4bfd8579f9e06a0a0eafb69be7233bb99c75a02e". The build machine is a GuixSD VM on my desktop with the same guix version. Checked the message, shepherd.log and secure logs but couldn't find anything that looked wrong. My machine.scm looks like: > (list (build-machine > (name "192.168.1.105") > (system "x86_64-linux") > (user "plattfot") > (host-key "ssh-ed25519 AAAA.... root@(none)") > (private-key "/home/plattfot/.ssh/id_guix") > )) > $HOME/.config/guix/current/bin is in the PATH on both machines. Anyone has any ideas what could be wrong? Or how to debug this? Thanks 2018-06-16 16:49 GMT-07:00 Matthew Brooks : > It seems to be working now, for some reason. > > I updated guix in the user and root accounts on the build machine again, > and double-checked the .bashrc configs since one of them said I needed to > add ".config/guix/current/bin" to the path (even though I swear I did that > the other day, but it wasn't there today so maybe I didn't), and it's > working now. > > If it breaks again, I'll let you all know, but > -- s/Fred[re]+i[ck]+/Fredrik/g --0000000000004c16e1056fad9371 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

got inspired by this thr= ead to try and setup offloading for my laptop. As everytime I run guix pull= my laptop sounds like it's preparing to take off.

=
But running into problems similar to what Matthew described. I.e. it j= ust get stuck.
= $ guix offload test
guix offload: testing 1 build machines defined in '/etc/guix= /machines.scm'...
guix offload: '192.168.1.105' is running guile (GNU Gu= ile) 2.2.3

=C2=A0On the build machine h= owever I see
Ju= n 27 22:26:05 localhost sshd[3203]: error: connect_to localhost port 37146:= failed.
Jun 27 22:26:05 localhost sshd[3203]: error: connect_to localho= st port 37146: failed.
Jun 27 22:42:11 localhost sshd[4136]: error: conn= ect_to localhost port 37146: failed.
Jun 27 22:42:11 localhost sshd[4136= ]: error: connect_to localhost port 37146: failed.

My laptop is using guix on a foreign distro (arch) with the guix ver= sion "4bfd8579f9e06a0a0eafb69be7233bb99c75a02e".
The bu= ild machine is a GuixSD VM on my desktop with the same guix version.
<= div>Checked the message, shepherd.log and secure logs but couldn't find= anything that looked wrong.

My machine.scm looks = like:
(list (bu= ild-machine
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "192.168.1.1= 05")
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (system "x86_64-linu= x")
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (user "plattfot"= )
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (host-key "ssh-ed25519 AAAA.= ... root@(none)")
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (private-key= "/home/plattfot/.ssh/id_guix")
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 ))

$HOME/.config/guix/curr= ent/bin is in the PATH on both machines.

Anyon= e has any ideas what could be wrong? Or how to debug this?

Thanks


2018-06-16 16:49 GMT-07:00 Matthew Brook= s <matthewfbrooks@mailbox.org>:
It seems to be working now, for some reason.

I updated guix in the user and root accounts on the build machine again, an= d double-checked the .bashrc configs since one of them said I needed to add= ".config/guix/current/bin" to the path (even though I swear I di= d that the other day, but it wasn't there today so maybe I didn't),= and it's working now.

If it breaks again, I'll let you all know, but



--
s/Fred[re]+i[ck= ]+/Fredrik/g
--0000000000004c16e1056fad9371--