From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 04:03:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D0EC16A420 for ; Sat, 25 Feb 2006 04:03:45 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E86143D48 for ; Sat, 25 Feb 2006 04:03:43 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 527DF7DB1 for ; Fri, 24 Feb 2006 23:03:42 -0500 (EST) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Free BSD Questions list Date: Fri, 24 Feb 2006 23:03:42 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Subject: Zombie jail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 04:03:45 -0000 I have a jail that after running /etc/rc.d/jail seems to stay around. jls 1 but if I do "pgrep -lfj 1" nothing is listed. I am able to enter the jail by "jexec 1 chs", but once inside it doesn't seem like anything is working. Is this basically a Zombie jail? ie an entry claiming there is a jail even though there isn't one?