From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Daemon: nix-connection-error Date: Sat, 22 Jun 2013 17:01:31 +0200 Message-ID: <87obaygpf8.fsf@gnu.org> References: <8738saswuk.fsf@karetnikov.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]:50217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqPOg-0005Md-Ig for bug-guix@gnu.org; Sat, 22 Jun 2013 11:06:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UqPOb-0004cD-ON for bug-guix@gnu.org; Sat, 22 Jun 2013 11:06:38 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:53458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UqPOb-0004bO-Hb for bug-guix@gnu.org; Sat, 22 Jun 2013 11:06:33 -0400 In-Reply-To: <8738saswuk.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sat, 22 Jun 2013 06:28:03 +0400") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > # ./bootstrap > # ./configure --localstatedir=3D/nix/var --with-nixpkgs=3D/home/nixpkgs-g= ithub (Actually --with-nixpkgs has no effect; I=E2=80=99ll remove it. Also why do this as root? It=E2=80=99s a Bad Idea.) > # make > # make check > > return > > FAIL: tests/builders.scm > FAIL: tests/derivations.scm > FAIL: tests/packages.scm > FAIL: tests/store.scm > FAIL: tests/union.scm > FAIL: tests/guix-build.sh > FAIL: tests/guix-package.sh > FAIL: tests/guix-gc.sh > FAIL: tests/guix-daemon.sh Any hints in test-suite.log or tests/*.log? > scheme@(guile-user)> ,use (guix store) > scheme@(guile-user)> (open-connection) > guix/store.scm:272:4: In procedure open-connection: > guix/store.scm:272:4: Throw to key `srfi-34' with args `(#)'. scheme@(guile-user)> (strerror 111) $4 =3D "Connection refused" Could you check the permissions on /nix/var/nix/daemon-socket/socket? HTH, Ludo=E2=80=99.