From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikael Djurfeldt Subject: Problem with guix offload Date: Tue, 17 Mar 2020 12:49:57 +0100 Message-ID: Reply-To: mikael@djurfeldt.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51461) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEAje-0005YK-Uy for help-guix@gnu.org; Tue, 17 Mar 2020 07:50:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEAjZ-00010m-IF for help-guix@gnu.org; Tue, 17 Mar 2020 07:50:14 -0400 Received: from mail-ua1-f65.google.com ([209.85.222.65]:37845) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEAjZ-0000vL-Bd for help-guix@gnu.org; Tue, 17 Mar 2020 07:50:09 -0400 Received: by mail-ua1-f65.google.com with SMTP id h32so7848166uah.4 for ; Tue, 17 Mar 2020 04:50:09 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi, I just installed guix on top of Debian Buster using the installation script at guix.gnu.org. I did this on two machines, hat and wand, with the hope that I could offload compilation to wand. This is what I get: root@hat:~# guix offload test guile: warning: failed to install locale hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix package -i glibc-utf8-locales export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" See the "Application Setup" section in the manual, for more info. guix offload: testing 1 build machines defined in '/etc/guix/machines.scm'... guix offload: Guix is usable on 'wand.pdc.kth.se' (test returned "/gnu/store/883yjkl46dxw9mzykykmbs0yzwyxm17z-test") guix offload: 'wand.pdc.kth.se' is running GNU Guile 3.0.1 sending 1 store item (0 MiB) to 'wand.pdc.kth.se'... exporting path `/gnu/store/sd0wqvaffi1cbpvf0dq37mab34rmlnav-export-test' ;;; [2020/03/17 12:45:48.671038, 0] write_to_channel_port: [GSSH ERROR] Remote channel is closed: # Backtrace: 1 (primitive-load "/root/.config/guix/current/bin/guix") In guix/ui.scm: 1833:12 0 (run-guix-command _ . _) guix/ui.scm:1833:12: In procedure run-guix-command: Throw to key `guile-ssh-error' with args `("write_to_channel_port" "Remote channel is closed" # #f)'. Any hints about what could be wrong? Best regards, Mikael Djurfeldt