From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Vilata i Balaguer Subject: bug#37967: guix environment -CN: Operation not permitted mounting host's /var/run/nscd Date: Fri, 1 Nov 2019 11:10:02 -0400 Message-ID: <20191101151002.GE17621@sax.terramar.selidor.net> References: <20191028172741.GJ17570@sax.terramar.selidor.net> <87v9s7dwoe.fsf@gnu.org> <20191029224714.GA17621@sax.terramar.selidor.net> <87v9s3brl8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47207) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQYZs-00045G-EG for bug-guix@gnu.org; Fri, 01 Nov 2019 11:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQYZq-0004x4-BH for bug-guix@gnu.org; Fri, 01 Nov 2019 11:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48014) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQYZq-0004wA-7j for bug-guix@gnu.org; Fri, 01 Nov 2019 11:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQYZq-0007jD-00 for bug-guix@gnu.org; Fri, 01 Nov 2019 11:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87v9s3brl8.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37967@debbugs.gnu.org, Ivan Vilata i Balaguer Ludovic Courtès (2019-11-01 15:26:27 +0100) wrote: > Ivan Vilata i Balaguer skribis: > > > Ludovic Courtès (2019-10-29 23:16:49 +0100) wrote: > >> > >> Ivan Vilata i Balaguer skribis: > >> > >> > Hi! While using Guix commit `c9fc03a3` on Debian unstable, whenever I run > >> > `guix environment -CN` (either as a normal user or as root) I get an error > >> > like this: > >> > > >> > guix environment: error: mount: mount "/var/run/nscd" on "/tmp/guix-directory.6kBgXe//var/run/nscd": Operation not permitted > >> > > >> > nscd is installed and working in my host machine. > >> > >> What does ‘uname -rs’ return? > > > > $ uname -rs > > Linux 5.2.0-3-amd64 > > > >> What about ‘ls -ld /var/run/nscd’? > > > > $ ls -ld /var/run/nscd > > drwxr-xr-x 2 root root 60 Oct 29 15:58 /var/run/nscd > > Hmm, what does this command return: > > mkdir /tmp/tt > unshare -mUr mount --bind /var/run/nscd /tmp/tt > > ? $ mkdir /tmp/tt $ unshare -mUr mount --bind /var/run/nscd /tmp/tt && echo ok ok > What about a read-only bind mount like this: > > unshare -mUr mount --bind -o ro /var/run/nscd /tmp/tt > > ? This one looks more interesting: $ unshare -mUr mount --bind -o ro /var/run/nscd /tmp/tt && echo ok mount: /tmp/tt: filesystem was mounted, but any subsequent operation failed: Unknown error 5005. $ echo $? 32 > What if you try bind-mounting a directory owned by your user? > > mkdir /tmp/mine > unshare -mUr mount --bind /tmp/mine /tmp/tt > > ? $ mkdir /tmp/mine $ unshare -mUr mount --bind /tmp/mine /tmp/tt && echo ok ok > Thanks in advance, > Ludo’. Thanks to you! Saluton, -- Ivan Vilata i Balaguer -- https://elvil.net/