all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Non-privileged daemons and offloading
@ 2016-06-19 13:07 Ben Woodcroft
  2016-06-20  8:05 ` Ludovic Courtès
  2016-06-20  9:06 ` Roel Janssen
  0 siblings, 2 replies; 6+ messages in thread
From: Ben Woodcroft @ 2016-06-19 13:07 UTC (permalink / raw)
  To: help-guix

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

Hi there,

I've recently gotten access to a supercomputer where I don't have sudo, 
and I'm trying to hatch a plan to run guix packaged programs. 
Unfortunately, I don't have anything substantial like a container-based 
build environment to add here, only a potential workaround idea.

I could run the daemon normally as a regular user, but I'm afraid of the 
issues that arise due to inability to chroot as described in the manual. 
Instead, I'm considering offloading the builds to a separate machine, 
where a guix-daemon runs as sudo and so can run builds in the chroot. 
IIUC, this gets around the issue of impurities in builds while not 
requiring sudo.

One hole the plan I can see is that at least according to the manual, 
offloads are defined in "/etc/guix/machines.scm" which as a regular user 
I cannot modify. Is there any other way to specify offload machines e.g. 
via an argument to 'guix-daemon'? Is there any better ways to go about 
this whole thing in general?

Thanks,
ben

[-- Attachment #2: Type: text/html, Size: 1285 bytes --]

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

end of thread, other threads:[~2016-07-30  4:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-19 13:07 Non-privileged daemons and offloading Ben Woodcroft
2016-06-20  8:05 ` Ludovic Courtès
2016-06-20 12:23   ` Ludovic Courtès
2016-06-20 12:44   ` Thompson, David
2016-06-20  9:06 ` Roel Janssen
2016-07-30  4:11   ` Ben Woodcroft

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.