Re: GUIX on fedora 14

2014-01-09 Thread Ludovic Courtès
Omar Tarabai skribis: > No luck with setcap either. Its possible that since planetlab nodes we are > using are running on linux-vservers > which is an operating system-level > visualization and perhaps it applies > some restrictions on the user capabilities to

Re: GUIX on fedora 14

2014-01-09 Thread Omar Tarabai
On Wed, Jan 8, 2014 at 11:39 PM, Ludovic Courtès wrote: > Omar Tarabai skribis: > > > On Tue, Jan 7, 2014 at 11:55 PM, Ludovic Courtès wrote: > > > >> Hello, > >> > >> Omar Tarabai skribis: > >> > >> > I have Guix 0.5 installed on a fedora 14, 2.6.32 kernel. > >> > > >> > Running the following

Re: GUIX on fedora 14

2014-01-08 Thread Ludovic Courtès
Omar Tarabai skribis: > On Tue, Jan 7, 2014 at 11:55 PM, Ludovic Courtès wrote: > >> Hello, >> >> Omar Tarabai skribis: >> >> > I have Guix 0.5 installed on a fedora 14, 2.6.32 kernel. >> > >> > Running the following: >> > guix package --verbose -i tar >> > >> > I get the error: >> > guix packa

Re: GUIX on fedora 14

2014-01-08 Thread Omar Tarabai
Hi, On Tue, Jan 7, 2014 at 11:55 PM, Ludovic Courtès wrote: > Hello, > > Omar Tarabai skribis: > > > I have Guix 0.5 installed on a fedora 14, 2.6.32 kernel. > > > > Running the following: > > guix package --verbose -i tar > > > > I get the error: > > guix package: error: build failed: unable

Re: GUIX on fedora 14

2014-01-07 Thread Ludovic Courtès
Hello, Omar Tarabai skribis: > I have Guix 0.5 installed on a fedora 14, 2.6.32 kernel. > > Running the following: > guix package --verbose -i tar > > I get the error: > guix package: error: build failed: unable to fork: Operation not permitted > > I traced the error to the clone() operation in

GUIX on fedora 14

2014-01-07 Thread Omar Tarabai
Hello, I have Guix 0.5 installed on a fedora 14, 2.6.32 kernel. Running the following: guix package --verbose -i tar I get the error: guix package: error: build failed: unable to fork: Operation not permitted I traced the error to the clone() operation in build.cc. As mentioned by Ludovic in a