Re: libvirt

2017-12-31 Thread Catonano
2017-12-31 18:36 GMT+01:00 Ricardo Wurmus : > > Catonano writes: > > > In fact, when launching virt-manager, var/run/libvirt/libvirt-sock should > > be accessible and it's readable/writable by users in the root group, > others > > can't access it > > > > So your user needs to be in the root group

Re: libvirt

2017-12-31 Thread Ricardo Wurmus
Catonano writes: > In fact, when launching virt-manager, var/run/libvirt/libvirt-sock should > be accessible and it's readable/writable by users in the root group, others > can't access it > > So your user needs to be in the root group too ! That doesn’t seem right. This smells like a bug to m

Re: Graphical installer branch

2017-12-31 Thread Ricardo Wurmus
Leo Famulari writes: > On Thu, Dec 28, 2017 at 03:58:57AM +0100, Catonano wrote: >> But now I get >> >> ~/projects/graphical-installer_guix [env]$ ./pre-inst-env guix system >> disk-image gnu/system/install.scm >> guix system: error: failed to load 'gnu/system/install.scm': >> gnu/system/exampl

Re: Repeating phases during build process

2017-12-31 Thread Marius Bakke
Rutger Helling writes: > Hey Guix, > > is there a way to tell Guix to repeat an earlier phase when > building? It's possible to call out to a phase like so: (add-after 'check 'check-again (assoc-ref %standard-phases 'check)) You can also grab the phase from another build system (see "notmuch

Re: Building with multiple architectures

2017-12-31 Thread Rutger Helling
I've already solved this via a different way, but it's still an interesting question I guess. I think the only way to do it is via specifying #:system in arguments for an input to force it to build for a certain architecture? On Sat, 30 Dec 2017 17:15:53 +0100 Rutger Helling wrote: > Hey Guix,

Repeating phases during build process

2017-12-31 Thread Rutger Helling
Hey Guix, is there a way to tell Guix to repeat an earlier phase when building? pgp7Bjq6aeVTQ.pgp Description: OpenPGP digital signature

Re: libvirt

2017-12-31 Thread Catonano
2017-12-18 19:48 GMT+01:00 Christopher Baines : > > Catonano writes: > > > 2017-12-12 17:46 GMT+01:00 Catonano : > > > >> 2017-12-12 15:56 GMT+01:00 Ricardo Wurmus : > >> > >>> > >>> Hi Catonano, > >>> > >>> > I need a libvirt daemon running in order to use virt-manager > >>> > >>> You just need