From owner-freebsd-current Sun Nov 29 20:43:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16222 for freebsd-current-outgoing; Sun, 29 Nov 1998 20:43:22 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16216 for ; Sun, 29 Nov 1998 20:43:21 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-185.ix.netcom.com [209.109.233.185]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id UAA26094 for ; Sun, 29 Nov 1998 20:43:11 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id UAA09938; Sun, 29 Nov 1998 20:43:03 -0800 (PST) Date: Sun, 29 Nov 1998 20:43:03 -0800 (PST) Message-Id: <199811300443.UAA09938@silvia.hip.berkeley.edu> To: current@FreeBSD.ORG Subject: mounting procfs multiple times From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'd like to mount procfs multiple times so ps will work in multiple chroot environments. Unfortunately, it often results in an error like === umount: /chroot/ja-jvim-canna+wnn6-3.0.1.3i/proc: not currently mounted === even though it is shown as mounted by "mount". I can see the processes underneath it and "rm -rf" on that directory fails. Is this supposed to be this way? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message