unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: James Richardson <james@jamestechnotes.com>
To: help-guix <help-guix@gnu.org>
Subject: offload daemon
Date: Tue, 23 May 2017 11:54:47 -0400	[thread overview]
Message-ID: <8737bv601k.fsf@jamestechnotes.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 879 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]

             reply	other threads:[~2017-05-23 15:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-23 15:54 James Richardson [this message]
2017-05-23 20:33 ` offload daemon Ludovic Courtès
2017-05-24  1:36   ` James Richardson
2017-05-24  2:14     ` James Richardson
2017-05-24 10:10       ` Ludovic Courtès
2017-05-25  1:10         ` James Richardson
2017-05-28 15:44           ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8737bv601k.fsf@jamestechnotes.com \
    --to=james@jamestechnotes.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).