From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: offload: error: failed to connect to `# References: <20190121155602.28a762a4@mailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmKed-0005po-8F for help-guix@gnu.org; Wed, 23 Jan 2019 10:41:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmKeb-0004J6-Je for help-guix@gnu.org; Wed, 23 Jan 2019 10:41:27 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21775) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmKea-0004I3-Br for help-guix@gnu.org; Wed, 23 Jan 2019 10:41:25 -0500 In-reply-to: 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: zimoun Cc: help-guix zimoun writes: > I still have the same error: > > guix offload: error: failed to connect to `# (open) 2b76fc0>': Protocol error Make sure that you are using a recent daemon, just in case. > I do not understand: > 1. between who is the key pairing? root or daemon or user? When authorizing a signing key it ends up in /etc/guix/acl. This is used by the daemon. > 2. in which $PATH Guile needs to be in? which profile? This may no longer be needed with newer versions of Guix as it uses =E2=80=9Cguix repl=E2=80=9D instead. --=20 Ricardo