From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Environment containers Date: Wed, 28 Oct 2015 11:20:03 -0400 Message-ID: References: <87y4epsnjs.fsf@T420.taylan> <87r3kgwpb8.fsf@gnu.org> <87mvv3832q.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrSWF-0001dj-NP for guix-devel@gnu.org; Wed, 28 Oct 2015 11:20:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrSWB-0000Lb-V2 for guix-devel@gnu.org; Wed, 28 Oct 2015 11:20:07 -0400 Received: from mail-yk0-x233.google.com ([2607:f8b0:4002:c07::233]:36279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrSWB-0000LU-QQ for guix-devel@gnu.org; Wed, 28 Oct 2015 11:20:03 -0400 Received: by ykba4 with SMTP id a4so11042614ykb.3 for ; Wed, 28 Oct 2015 08:20:03 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Vong Cc: guix-devel , 21410@debbugs.gnu.org On Wed, Oct 28, 2015 at 11:14 AM, Alex Vong wrote: > On 28/10/2015, Ludovic Court=C3=A8s wrote: >> Alex Vong skribis: >> >>> On 27/10/2015, Ludovic Court=C3=A8s wrote: >> >> [...] >> >>>> Do you still experience the test failures mentioned in that report? I= f >>>> not, could you email 21410@debbugs.gnu.org, specifying which commit >>>> works for you? >>>> >>> Yes, there are 4 tests still failing with the latest master branch >>> without unprivileged container. >> >> Which tests? Does tests/container.scm pass? >> > It doesn't pass if I run as unprivileged user. It passes if I run as > root. I will be mailing the test logs on another mail. This is because Debian doesn't let unprivileged users create user namespaces without explicitly overriding some configuration. - Dave