From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Richardson Subject: offload daemon Date: Tue, 23 May 2017 11:54:47 -0400 Message-ID: <8737bv601k.fsf@jamestechnotes.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDC9P-0006Ad-8W for help-guix@gnu.org; Tue, 23 May 2017 11:55:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDC9L-0006sx-C1 for help-guix@gnu.org; Tue, 23 May 2017 11:55:11 -0400 Received: from gandalf.jamestechnotes.com ([45.79.219.18]:56852) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDC9L-0006qD-7f for help-guix@gnu.org; Tue, 23 May 2017 11:55:07 -0400 Received: from cpe-75-190-233-89.nc.res.rr.com ([75.190.233.89] helo=thor.lab01.jamestechnotes.com) by gandalf.jamestechnotes.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dDC9D-00076R-CZ for help-guix@gnu.org; Tue, 23 May 2017 11:54:59 -0400 Received: from localhost ([127.0.0.1] helo=thor) by thor with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1dDC97-00083Z-RN for help-guix@gnu.org; Tue, 23 May 2017 11:54:54 -0400 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 --=-=-= Content-Type: text/plain I am trying to setup an offload daemon. I have everything setup correctly (I think ;) $ guix offload test completes successfully. The offload daemon is actually guix on a foreign distro (Debian sid in this case). Neither guix running on top of a Debian (sid and jessie) nor guixsd seem to even call out to the offload daemon. All boxen are 64. My /etc/guix/machines.scm is here (list (build-machine (name "thor.lab01.jamestechnotes.com") (system "x86_64-linux") (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJf0ezYgeVFit40VJwaBEW1dGm2Xz+SHzVmib8IbN58y root@thor") (user "guix") (speed 1.) (private-key (string-append (getenv "HOME") "/.ssh/identity-for-guix")))) Is x86_64-linux the proper system type? Is there a way to query the string that quix/guile actually uses to match system? Thanks, James Richardson --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJZJFtHAAoJEI5muX8AXWCbAYkQAKG4m6v1+oT9+uFmNI41edjS Wb1g9VgLJGNuv1l84nRmXlcbAa5X+abrfIiWfbnxbVrBhFjPli5UrAMTQu5oMEoO 3tL9GVT49UCWx8JjD87hhpnUMbPkPGGX6qqULA3wiJL5sQWCmalbl3GKwzrrKc5A t/Z+MI6QIU/KXiCy4UNwf98BSkESIbwudGC1ppaMbdgruKYtdBINp9l1Jd2qn28J PmMrlt28eyKOamLr0z19rudkarINO6qFIVpID9n7f6e/n6ALLmlH/IA1DoNOsQ/r Y3ZwW1yvtCb+BJEARY/oEMZWi2xASsodJfmsvvBywzyEpAK5/y/U8NdWLHNqYuec v7OrD4iI0j9SUlySjGzohnvdBqEM2qOlQqNPcfgBhS1l8FcqZiatMsCp0ZleRcMY 0V8EanJt9dB+XgRVcteR60ldMEzeUQ1CJz2k2DwHnjpWUkA19jRHId98fQhIpeni ysPp5gl9VZe2FwFKDU/Cc/RQ337JTprvQx8RJycXdawIgiIbcBDoszSqZtXDUJ36 LeV0EnAk8UsE+bksggyDpiMzv22s7m415OvanDujtucgKzsq2hh/5rh0KaPsbP6o bfLJxhmE70O0C3RgFqKSLsKkPbAFtucl7PrgQ+p8QTW1DUgL5e8evM9IStkkFbar G28qLOyGnX3aD8pYL8Le =zNnX -----END PGP SIGNATURE----- --=-=-=--