From owner-freebsd-stable@FreeBSD.ORG Thu Feb 23 20:27:30 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFAEF16A420 for ; Thu, 23 Feb 2006 20:27:30 +0000 (GMT) (envelope-from vladgalu@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B5643D45 for ; Thu, 23 Feb 2006 20:27:30 +0000 (GMT) (envelope-from vladgalu@gmail.com) Received: by pproxy.gmail.com with SMTP id o67so171949pye for ; Thu, 23 Feb 2006 12:27:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=esTaanBEjuzSZOXBMuUPio4q4YLsNge6mCSyIew7xLx8twvH01t7GbfL6zotCTu+ZnzoTq2/9P0Bycu1ENSrLBYoO2H8JTSWyeGTbIZq2omX30t/bKomf6yb8Zzz6TNOSlqfvzW/lL02CmEpLaCtWZ3QURZvcIMdm4zmJkWabnU= Received: by 10.35.91.10 with SMTP id t10mr498740pyl; Wed, 22 Feb 2006 06:06:28 -0800 (PST) Received: by 10.35.38.9 with HTTP; Wed, 22 Feb 2006 06:06:28 -0800 (PST) Message-ID: <79722fad0602220606y2489b6a5j365092defffec818@mail.gmail.com> Date: Wed, 22 Feb 2006 16:06:28 +0200 From: "Vlad GALU" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Processes started inside a jail are only visible outside the jail X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 20:27:31 -0000 6.1-PRERELEASE Inside the jail: root@j1 / # /usr/local/sbin/lighttpd -f /usr/local/etc/lighttpd.conf root@j1 / # root@j1 / # ps ax | grep light 55816 p0 S+J 0:00.00 grep light root@j1 / # Outside the jail: root@host / # ps ax | grep light 6263 ?? S 0:47.85 /usr/local/sbin/lighttpd -f /usr/local/etc/lighttpd.conf 81204 ?? SJ 0:00.01 /usr/local/sbin/lighttpd -f /usr/local/etc/lighttpd.conf 85151 pa S+ 0:00.00 grep light root@host / # There are two lighttpd instances - the host runs one as well. The other one is the one started from within the jail. I don't know where to start investigating from. -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it.