From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUCeu-0005CQ-Hc for guix-patches@gnu.org; Fri, 24 May 2019 12:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUCes-00037e-P1 for guix-patches@gnu.org; Fri, 24 May 2019 12:03:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33584) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUCes-00037W-Ln for guix-patches@gnu.org; Fri, 24 May 2019 12:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUCes-0000WT-G9 for guix-patches@gnu.org; Fri, 24 May 2019 12:03:02 -0400 Subject: [bug#35851] [PATCH] linux-container: Check if nscd run directory exists when container is run. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190521202927.5591-1-arunisaac@systemreboot.net> Date: Fri, 24 May 2019 18:02:00 +0200 In-Reply-To: <20190521202927.5591-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 22 May 2019 01:59:27 +0530") Message-ID: <87woifsux3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 35851@debbugs.gnu.org Hi Arun, Arun Isaac skribis: > * gnu/system/linux-container.scm (containerized-operating-system): > (container-script): Check for existence of the host nscd run directory in= the > container script. This check should be run when the container is started,= not > when the container script is created. > [network-mappings]: Delete variable. > [nscd-run-directory, nscd-mapping]: New variables. LGTM, thanks! Ludo=E2=80=99.