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
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

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
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

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
y different from the scripts 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-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: >>>

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,

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

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

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

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:

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

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

Re: Environment containers

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

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,

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

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

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

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

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.