From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divan Santana Subject: Issues with guix offload Date: Mon, 03 Jun 2019 17:19:15 +0200 Message-ID: <87pnnuk87g.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXoqe-0001rN-9g for help-guix@gnu.org; Mon, 03 Jun 2019 11:26:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXokA-0003g9-4x for help-guix@gnu.org; Mon, 03 Jun 2019 11:19:28 -0400 Received: from [156.0.193.126] (port=42847 helo=mail.santanas.co.za) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXok7-0003WC-Bk for help-guix@gnu.org; Mon, 03 Jun 2019 11:19:24 -0400 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 B7875600B0 for ; Mon, 3 Jun 2019 17:19:15 +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 All :) So my guix offload to my build box used to work, no troubles. As of late it fails. Perhaps due to an update, or because I renamed the user account on the remote box. I think all is correct in terms of configuration but still fails with the below. Not sure how to further troubleshoot it: ~ sudo guix offload test guix offload: testing 1 build machines defined in '/etc/guix/machines.scm'... guix offload: Guix is usable on 'cp3.santanas.co.za' (test returned "/gnu/store/883yjkl46dxw9mzykykmbs0yzwyxm17z-test") guix offload: 'cp3.santanas.co.za' is running GNU Guile 2.2.4 sending 1 store item (0 MiB) to 'cp3.santanas.co.za'... exporting path `/gnu/store/sxxrzcpagpr87ldp82l9q634q7bbp8g5-export-test' guix offload: error: unknown error while sending files over SSH Seems something like this fails too guix copy --to=cp3.santanas.co.za emacs ~ ssh ds@cp3.santanas.co.za guile --version guile (GNU Guile) 2.2.4 ~ ssh ds@cp3.santanas.co.za guix repl --version guix repl (GNU Guix) 1.0.1-3.4a54ed7 Doing this (against sshd pid) on the build server results in a 2m file output. Where can I upload that? root@cp3 ~# strace -p 287 -s 300 -o log -f Not sure what to look for in the log output. Any ideas?