all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: James Richardson <james@jamestechnotes.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: offload daemon
Date: Wed, 24 May 2017 21:10:53 -0400	[thread overview]
Message-ID: <87efvdspuq.fsf@jamestechnotes.com> (raw)
In-Reply-To: <87h90a4lbm.fsf@gnu.org>


Ludovic Courtès writes:

> James Richardson <james@jamestechnotes.com> skribis:
>
>> James Richardson writes:
>>
>>> Ludovic Courtès writes:
>>>
>>>> Hello,
>>>>
>>>> James Richardson <james@jamestechnotes.com> skribis:
>>>>
>>>>> 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?
>>>>
>>>> Yes.
>>>>
>>>> There are several things to consider here.  By default, guix-daemon
>>>> creates a single job, so that single job will end up being built
>>>> locally, unless you spawn, say, two “guix build” commands in parallel
>>>> (the number of jobs is per client.)
>>>>
>>>> Running “guix-daemon --max-jobs=0” should force all builds to be
>>>> offloaded:
>>>>
>>>>   https://www.gnu.org/software/guix/manual/html_node/Invoking-guix_002ddaemon.html
>>>>
>>>> I *think* “guix build --max-jobs=0” should give the same result.
>>>>
>>>> Alternately, if you run “guix build --max-jobs=2”, presumably half of
>>>> the builds will be offloaded.
>>>>
>>>> Let us know if that works for you.
>>>>
>>>> Ludo’.
>>>
>>> I have a permission problem somewhere, I think. If I run as root offload
>>> works, otherwise it doesn't. Don't really know here to look from here.
>>
>> Hmm, I move the key pair to /tmp and set the perms to 644 and offloading
>> works for my regular user... Not quite sure I understand why.
>
> The ‘guix offload’ command is invoked by guix-daemon as root.  So when
> it is invoked, (getenv "HOME") returns "/root" or similar.  Could that
> be the problem?
>
> HTH,
> Ludo’.

Well, I think there is an issue with the offload. I don't (yet) know
guile well enough to understand the code to help :(

Here is what I am finding: $ guix build blah seems to offload builds
properly. $ guix package -i blah, guix package -u blah, and $ guix
system reconfigure config.scm does not offload builds.

Thanks,
j-r

  reply	other threads:[~2017-05-25  1:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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

  git send-email \
    --in-reply-to=87efvdspuq.fsf@jamestechnotes.com \
    --to=james@jamestechnotes.com \
    --cc=help-guix@gnu.org \
    --cc=ludo@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.
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.