From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] daemon: Check for HAVE_CHROOT instead of CHROOT_ENABLED. Date: Fri, 28 Aug 2015 11:34:09 +0200 Message-ID: <87bndru57y.fsf@gnu.org> References: <877fp2pu52.fsf@netris.org> <87614ck0ep.fsf@gnu.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]:51463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVG39-0006Jq-O8 for Guix-devel@gnu.org; Fri, 28 Aug 2015 05:34:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVG38-0006AL-SJ for Guix-devel@gnu.org; Fri, 28 Aug 2015 05:34:19 -0400 In-Reply-To: (Manolis Ragkousis's message of "Wed, 19 Aug 2015 13:10:56 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Manolis Ragkousis Cc: Guix-devel Manolis Ragkousis skribis: > On 18 August 2015 at 19:48, Ludovic Court=C3=A8s wrote: >> But note that the Hurd=E2=80=99s libc should really provide , >> =E2=80=98mount=E2=80=99 (including MS_BIND), and =E2=80=98umount=E2=80= =99, as discussed earlier. What=E2=80=99s >> the status of this? > > Half-way there. I am currently testing it in darnassus, because my > local vms are busy with the port. OK. > Will do. Is nix development happening though github? That and the nix-dev mailing list. >>> =E2=80=98unshare=E2=80=99 is actually no longer used, so we can patch t= he daemon (in >>> upstream Nix) to get rid of HAVE_UNSHARE. > > Done :-) Excellent. I=E2=80=99ll update the local copy in guix.git eventually. Thanks, Ludo=E2=80=99.