Re: overriding essential-services

2017-08-22 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Alex Kost writes: > >> Ricardo Wurmus (2017-08-11 22:26 +0200) wrote: >> >>> Hi Guix, >>> >>> I want to make sure that /etc/environment includes GUILE_LOAD_PATH and >>> GUILE_LOAD_COMPILED_PATH, because that’s needed for offloading. >>> “/etc/environment” is created by

Re: How'd Guix end up in the Gnu project?

2017-08-22 Thread Ludovic Courtès
Liam Wigney skribis: > I wasn't sure where it was appropriate to post this, but I'm interested why > and how the decision was made. To complement what Ricardo wrote, there’s a procedure to “offer” a package to the GNU Project, which is documented here: https://www.gnu.org/help/evaluation.ht

Re: install: invalid user ‘root’

2017-08-22 Thread Ludovic Courtès
Hi, Dmitry Nikolaev skribis: > Hi. I'm trying to build Xawtv in GuixSD to use my webcamera during > screencasts. I wrote package defintion for xawtv, it passes configuration > and build phases, but fails on install phase with error: > > /gnu/store/6908gy3pws0ccys49ni98idwnicchlr2-coreutils-8.26/

Re: Performance issues with /gnu/store in virtual machines

2017-08-22 Thread Ludovic Courtès
Hi Chris, Christopher Baines skribis: > 1.130.19 0 3853 openat [...] > 13.560.193014 50 3853 openat So openat(2) is 4 orders of magnitude slower in the VM, which is a problem. I guess a large part of that is due to the fact that

Re: Performance issues with /gnu/store in virtual machines

2017-08-22 Thread Christopher Baines
On Tue, 22 Aug 2017 12:11:43 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Hi Chris, > > Christopher Baines skribis: > > > 1.130.19 0 3853 openat > > [...] > > > 13.560.193014 50 3853 openat > > So openat(2) is 4 orders of m

Re: Performance issues with /gnu/store in virtual machines

2017-08-22 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > Hi Chris, > > Christopher Baines skribis: > >> 1.130.19 0 3853 openat > > [...] > >> 13.560.193014 50 3853 openat > > So openat(2) is 4 orders of magnitude slower in the VM, which is a > probl

Re: Performance issues with /gnu/store in virtual machines

2017-08-22 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi Chris, >> >> Christopher Baines skribis: >> >>> 1.130.19 0 3853 openat >> >> [...] >> >>> 13.560.193014 50 3853 openat >> >> So openat(2) is 4 ord

Re: Performance issues with /gnu/store in virtual machines

2017-08-22 Thread Ludovic Courtès
Christopher Baines skribis: > On Tue, 22 Aug 2017 12:11:43 +0200 > l...@gnu.org (Ludovic Courtès) wrote: > >> Hi Chris, >> >> Christopher Baines skribis: >> >> > 1.130.19 0 3853 openat >> >> [...] >> >> > 13.560.193014 50 3853

Re: install: invalid user ‘root’

2017-08-22 Thread Alex Kost
Dmitry Nikolaev (2017-08-21 23:28 +0300) wrote: > Hi. I'm trying to build Xawtv in GuixSD to use my webcamera during > screencasts. I wrote package defintion for xawtv, it passes > configuration and build phases, but fails on install phase with > error: > > /gnu/store/6908gy3pws0ccys49ni98idwnicch