From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#23582: Test failure on "make check" from a fresh git checkout (commit 9684e30b9b597b93ae9c797ba8f3b40eff893ebe) Date: Fri, 20 May 2016 18:48:10 -0400 Message-ID: <20160520224810.GA4494@jasmine> References: <573DD91E.5080702@fastmail.net> <87lh35exmv.fsf@gnu.org> <573F5A7D.4020008@fastmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3tEC-0001Wi-D0 for bug-guix@gnu.org; Fri, 20 May 2016 18:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3tE8-0007WX-6V for bug-guix@gnu.org; Fri, 20 May 2016 18:49:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3tE5-0007W2-UF for bug-guix@gnu.org; Fri, 20 May 2016 18:49:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b3tE5-00059W-KA for bug-guix@gnu.org; Fri, 20 May 2016 18:49:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <573F5A7D.4020008@fastmail.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Konrad Hinsen Cc: 23582@debbugs.gnu.org, davet@gnu.org On Fri, May 20, 2016 at 08:42:05PM +0200, Konrad Hinsen wrote: > $ uname -srvo > Linux 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 GNU/Linux I'd guess that Ubuntu, like Debian, by default disables the unprivileged creation of containers. What is the value of '/proc/sys/kernel/unprivileged_userns_clone'? > [dev] $ ./pre-inst-env strace -f -s 234 -o log guix environment --container > --ad-hoc --bootstrap guile-bootstrap -- guile -c '(exit 42)' > guix environment: error: failed to connect to > `/usr/local/var/guix/daemon-socket/socket': No such file or directory I think this is unrelated. If you followed the instructions in the manual while installing Guix [0], then your daemon's socket should be in /var/guix. When building Guix from the Git checkout, did you set the value of localstatedir like this when configuring? $ ./configure --localstatedir=/var If not, it defaults to '/usr/local'. If that's what happened, can you reconfigure as shown above, and try Ludo's command again? [0] https://www.gnu.org/software/guix/manual/html_node/Binary-Installation.html#Binary-Installation