all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* offload daemon
@ 2017-05-23 15:54 James Richardson
  2017-05-23 20:33 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: James Richardson @ 2017-05-23 15:54 UTC (permalink / raw)
  To: help-guix

[-- 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 --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-05-28 15:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-23 15:54 offload daemon James Richardson
2017-05-23 20:33 ` 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.