bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Daemon: nix-connection-error


From: Ludovic Courtès
Subject: Re: Daemon: nix-connection-error
Date: Sat, 22 Jun 2013 17:01:31 +0200
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Nikita Karetnikov <address@hidden> skribis:

> # ./bootstrap
> # ./configure --localstatedir=/nix/var --with-nixpkgs=/home/nixpkgs-github

(Actually --with-nixpkgs has no effect; I’ll remove it.
Also why do this as root?  It’s 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 `(#<condition 
> &nix-connection-error [file: "/nix/var/nix/daemon-socket/socket" errno: 111] 
> 902bc18>)'.

scheme@(guile-user)> (strerror 111)
$4 = "Connection refused"

Could you check the permissions on /nix/var/nix/daemon-socket/socket?

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]