From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24834: Samba commands expect configuration file inside store Date: Thu, 08 Dec 2016 00:29:38 +0100 Message-ID: <87wpfb5ndp.fsf@gnu.org> References: <1477909074.12434.4.camel@adfeno-VPCEG17FB> <87fum4fth2.fsf@openmailbox.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]:54059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cElf4-0000Hy-Kd for bug-guix@gnu.org; Wed, 07 Dec 2016 18:30:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cElf1-0003ps-HJ for bug-guix@gnu.org; Wed, 07 Dec 2016 18:30:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:45047) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cElf1-0003pi-FN for bug-guix@gnu.org; Wed, 07 Dec 2016 18:30:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cElf1-0006xP-8s for bug-guix@gnu.org; Wed, 07 Dec 2016 18:30:03 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87fum4fth2.fsf@openmailbox.org> (Adonay Felipe Nogueira's message of "Sat, 03 Dec 2016 22:06:33 -0200") 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: Adonay Felipe Nogueira Cc: 24834-done@debbugs.gnu.org Adonay Felipe Nogueira skribis: > Here's a patch that tries to fix this issue. I already tested it, but > please do so also just in case. > > > Respectfully, Adonay. > > From 086396d33e113a6d991b7c63063844c66a5610ca Mon Sep 17 00:00:00 2001 > From: Adonay Felipe Nogueira > Date: Sat, 3 Dec 2016 21:22:56 -0200 > Subject: [PATCH] gnu: samba: Don't expect configuration files inside the > store. > > Attempts to fix . > > * gnu/packages/samba.scm (samba) [arguments]: > * Set `--sysconfdir` to "/etc". > * Avoid creation of "/etc/samba" (otherwise would require root). Apply with commit log and indentation tweaks. It builds fine here. Thank you! Ludo=E2=80=99.