Re: bug#21410: Environment containers

2015-11-23 Thread Alex Vong
Sorry for late reply. I can confirm the two tests are now skipped with the latest master. Cheers, Alex On 22/11/2015, Ludovic Courtès wrote: > Mathieu Lirzin skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> FAIL: tests/guix-environment-container

Re: bug#21410: Environment containers

2015-11-21 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> >>> FAIL: tests/guix-environment-container >>> == >>> >>> + set -e >>> + guix environment --version >>> guix environment (GNU Guix) 0.9.0 >>> Copyright (C) 2015 the Guix authors >>> License G

Re: bug#21410: Environment containers

2015-11-21 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > >> FAIL: tests/guix-environment-container >> == >> >> + set -e >> + guix environment --version >> guix environment (GNU Guix) 0.9.0 >> Copyright (C) 2015 the Guix authors >> License GPLv3+: GNU GPL version 3 or later

Re: bug#21410: Environment containers

2015-11-21 Thread Ludovic Courtès
Alex Vong skribis: > FAIL: tests/guix-environment-container > == > > + set -e > + guix environment --version > guix environment (GNU Guix) 0.9.0 > Copyright (C) 2015 the Guix authors > License GPLv3+: GNU GPL version 3 or later

Re: bug#21410: Environment containers

2015-11-21 Thread Alex Vong
Hi, On 20/11/2015, Ludovic Courtès wrote: > What’s the status of this now? I would think b7d48312 addressed at > least part of it? > > Alex: Are you still getting test failures with current ‘master’? > > TIA, > Ludo’. > Yes, I still get a test failure with the latest master branch, the test log

Re: bug#21410: Environment containers

2015-11-20 Thread Ludovic Courtès
What’s the status of this now? I would think b7d48312 addressed at least part of it? Alex: Are you still getting test failures with current ‘master’? TIA, Ludo’.

Re: Environment containers

2015-10-29 Thread Thompson, David
On Thu, Oct 29, 2015 at 3:24 PM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> I think it is /proc/sys/kernel/unprivileged_userns_clone, but I don't >> know what the contents are exactly. 0 when off, 1 when on? Can >> someone on Debian confirm? >> >> If we can get the test suite pass

Re: Environment containers

2015-10-29 Thread Ludovic Courtès
"Thompson, David" skribis: > I think it is /proc/sys/kernel/unprivileged_userns_clone, but I don't > know what the contents are exactly. 0 when off, 1 when on? Can > someone on Debian confirm? > > If we can get the test suite passing, I'd like to extract these user > namespace presence tests to

Re: Environment containers

2015-10-29 Thread Thompson, David
that boot GuixSD containers. What you're not seeing in that directory listing is the disk image that was generated for qemu to boot. Guix environment containers do not generate scripts like this. - Dave

Re: Environment containers

2015-10-29 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > After some PEBKAC David helped me sort out over IRC, I got this running. > Thanks! :-) I just (partly) figured out the reason of one of the mysterious problems I was encountering. taylan@T420:~$ cd ~ taylan@T420:~$ guix environme

Re: Environment containers

2015-10-28 Thread Efraim Flashner
On Wed, 28 Oct 2015 16:32:54 +0100 Ricardo Wurmus wrote: > Thompson, David writes: > > > Hello Guix hackers, > > > > I am pleased to announce that the patch for adding Linux container > > support to 'guix environment' has just landed in master! > > Yay! Thank you so much for your work on th

Re: Environment containers

2015-10-28 Thread Alex Vong
On 29/10/2015, Thompson, David wrote: > On Wed, Oct 28, 2015 at 11:56 AM, Ludovic Courtès wrote: >> "Thompson, David" skribis: >> >>> On Wed, Oct 28, 2015 at 11:14 AM, Alex Vong >>> wrote: On 28/10/2015, Ludovic Courtès wrote: > Alex Vong skribis: > >> On 27/10/2015, Ludovic

Re: Environment containers

2015-10-28 Thread Thompson, David
On Wed, Oct 28, 2015 at 11:56 AM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Wed, Oct 28, 2015 at 11:14 AM, Alex Vong wrote: >>> On 28/10/2015, Ludovic Courtès wrote: Alex Vong skribis: > On 27/10/2015, Ludovic Courtès wrote: [...] >> Do you s

Re: Environment containers

2015-10-28 Thread Ludovic Courtès
"Thompson, David" skribis: > On Wed, Oct 28, 2015 at 11:14 AM, Alex Vong wrote: >> On 28/10/2015, Ludovic Courtès wrote: >>> Alex Vong skribis: >>> On 27/10/2015, Ludovic Courtès wrote: >>> >>> [...] >>> > Do you still experience the test failures mentioned in that report? If >

Re: Environment containers

2015-10-28 Thread Ricardo Wurmus
Thompson, David writes: > Hello Guix hackers, > > I am pleased to announce that the patch for adding Linux container > support to 'guix environment' has just landed in master! Yay! Thank you so much for your work on this! > 2) There are no disk images. Disk images are opaque blobs that are >

Re: Environment containers

2015-10-28 Thread Thompson, David
On Wed, Oct 28, 2015 at 11:14 AM, Alex Vong wrote: > On 28/10/2015, Ludovic Courtès wrote: >> Alex Vong skribis: >> >>> On 27/10/2015, Ludovic Courtès wrote: >> >> [...] >> Do you still experience the test failures mentioned in that report? If not, could you email 21...@debbugs.gnu.o

Re: Environment containers

2015-10-28 Thread Alex Vong
On 28/10/2015, Ludovic Courtès wrote: > Alex Vong skribis: > >> On 27/10/2015, Ludovic Courtès wrote: > > [...] > >>> Do you still experience the test failures mentioned in that report? If >>> not, could you email 21...@debbugs.gnu.org, specifying which commit >>> works for you? >>> >> Yes, the

Re: Environment containers

2015-10-28 Thread Ludovic Courtès
Alex Vong skribis: > On 27/10/2015, Ludovic Courtès wrote: [...] >> Do you still experience the test failures mentioned in that report? If >> not, could you email 21...@debbugs.gnu.org, specifying which commit >> works for you? >> > Yes, there are 4 tests still failing with the latest master

Re: Environment containers

2015-10-28 Thread Alex Vong
Hi everyone, On 27/10/2015, Ludovic Courtès wrote: > Alex Vong skribis: > >> On 26/10/2015, Thompson, David wrote: >>> On Mon, Oct 26, 2015 at 10:37 AM, Taylan Ulrich Bayırlı/Kammer >>> wrote: >>> Also, for Debian 8 users and maybe others, this might help: sudo sysctl -w ker

Re: Environment containers

2015-10-27 Thread Ludovic Courtès
Alex Vong skribis: > On 26/10/2015, Thompson, David wrote: >> On Mon, Oct 26, 2015 at 10:37 AM, Taylan Ulrich Bayırlı/Kammer >> wrote: >> >>> Also, for Debian 8 users and maybe others, this might help: >>> >>> sudo sysctl -w kernel.unprivileged_userns_clone=1 >> >> Yes, user namespaces are

Re: Environment containers

2015-10-26 Thread Alex Vong
On 26/10/2015, Thompson, David wrote: > On Mon, Oct 26, 2015 at 10:37 AM, Taylan Ulrich Bayırlı/Kammer > wrote: > >> Also, for Debian 8 users and maybe others, this might help: >> >> sudo sysctl -w kernel.unprivileged_userns_clone=1 > > Yes, user namespaces are a must-have for this to work.

Re: Environment containers

2015-10-26 Thread Thompson, David
On Mon, Oct 26, 2015 at 12:23 PM, Christopher Allan Webber wrote: > David, you are kicking ass on this. *Thank you* so much for working so > hard to get this in... I know it was a challenging task, but I think > this helps pave the way for even greater things! Thanks for your kind words, Chris!

Re: Environment containers

2015-10-26 Thread Christopher Allan Webber
David, you are kicking ass on this. *Thank you* so much for working so hard to get this in... I know it was a challenging task, but I think this helps pave the way for even greater things! Keep on rocking for the free world, - Chris

Re: Environment containers

2015-10-26 Thread Thompson, David
On Mon, Oct 26, 2015 at 10:37 AM, Taylan Ulrich Bayırlı/Kammer wrote: > Also, for Debian 8 users and maybe others, this might help: > > sudo sysctl -w kernel.unprivileged_userns_clone=1 Yes, user namespaces are a must-have for this to work. I will prepare patches that mention this in the ma

Re: Environment containers

2015-10-26 Thread Taylan Ulrich Bayırlı/Kammer
"Thompson, David" writes: > Hello Guix hackers, > > I am pleased to announce that the patch for adding Linux container > support to 'guix environment' has just landed in master! > > Why is this cool, you ask? Well, it enables one to truly isolate > development environments from the rest of the s

Re: Environment containers

2015-10-26 Thread Ludovic Courtès
"Thompson, David" skribis: > I am pleased to announce that the patch for adding Linux container > support to 'guix environment' has just landed in master! Thanks for all the work, this is all very exciting! Ludo’.

Re: Environment containers

2015-10-26 Thread Alex Vong
On 26/10/2015, Daniel Pimentel wrote: > It's great! > > Thanks, > > -- > Daniel Pimentel (d4n1 3:) > > Indeed. With my limited disk space, I find point 3 most attractive. I also like how the store immutability avoids the duplication problem. The latest version is not yet available from guix pull

Re: Environment containers

2015-10-26 Thread Daniel Pimentel
It's great! Thanks, -- Daniel Pimentel (d4n1 3:)

Environment containers

2015-10-25 Thread Thompson, David
Hello Guix hackers, I am pleased to announce that the patch for adding Linux container support to 'guix environment' has just landed in master! Why is this cool, you ask? Well, it enables one to truly isolate development environments from the rest of the system, much more so than --pure does. T