all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Nikita Karetnikov <nikita@karetnikov.org>
Cc: bug-guix@gnu.org
Subject: Re: Daemon: nix-connection-error
Date: Sat, 22 Jun 2013 17:01:31 +0200	[thread overview]
Message-ID: <87obaygpf8.fsf@gnu.org> (raw)
In-Reply-To: <8738saswuk.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sat, 22 Jun 2013 06:28:03 +0400")

Nikita Karetnikov <nikita@karetnikov.org> 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	other threads:[~2013-06-22 15:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-22  2:28 Daemon: nix-connection-error Nikita Karetnikov
2013-06-22 15:01 ` Ludovic Courtès [this message]
2013-06-22 16:22   ` Nikita Karetnikov
2013-06-22 20:01     ` Ludovic Courtès
2013-06-22 23:45       ` Nikita Karetnikov
2013-06-23  9:39         ` Ludovic Courtès
2013-06-23 17:06           ` Nikita Karetnikov
2013-06-23 20:20             ` Ludovic Courtès
2013-06-23 21:46               ` Nikita Karetnikov
2013-06-23 23:05                 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87obaygpf8.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=bug-guix@gnu.org \
    --cc=nikita@karetnikov.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.