From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Integration of the Nix daemon Date: Thu, 13 Dec 2012 23:56:16 +0100 Message-ID: <878v91y31r.fsf@gnu.org> References: <87zk1u3htq.fsf@gnu.org> <878v911wjs.fsf@gnu.org> <201212132306.18941.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjHhV-0001pr-Dl for bug-guix@gnu.org; Thu, 13 Dec 2012 17:56:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjHhS-0004Tp-18 for bug-guix@gnu.org; Thu, 13 Dec 2012 17:56:21 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:35319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjHhR-0004Ta-R2 for bug-guix@gnu.org; Thu, 13 Dec 2012 17:56:17 -0500 In-Reply-To: <201212132306.18941.andreas@enge.fr> (Andreas Enge's message of "Thu, 13 Dec 2012 23:06:18 +0100") 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: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Am Donnerstag, 13. Dezember 2012 schrieb Ludovic Court=C3=A8s: >> So now, unless =E2=80=98--disable-daemon=E2=80=99 is passed, a =E2=80=98= guix-daemon=E2=80=99 binary is >> built from C++, mostly taken from upstream Nix. > > I also tried "--disable-daemon". It does not make and install the daemon, > but guix-package still tries to communicate with a socket in the > installation directory. So it does not cooperate with the nix-worker > anymore. Yes: in that case, you should use --localstatedir to specify the place where nix-worker has its data and socket. I guess README should mention it. Ludo=E2=80=99.