From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 04:31:03 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 5915516A407 for ; Mon, 18 Sep 2006 04:31:03 +0000 (UTC) (envelope-from iain@iaindooley.com) Received: from nitrous.powerband.net.au (nitrous.powerband.net.au [125.62.95.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id D943F43D49 for ; Mon, 18 Sep 2006 04:30:59 +0000 (GMT) (envelope-from iain@iaindooley.com) Received: from localhost (localhost [127.0.0.1]) by nitrous.powerband.net.au with ESMTP id k8I4VW9T078458 for ; Mon, 18 Sep 2006 14:31:32 +1000 (EST) (envelope-from iain@iaindooley.com) Received: from nitrous.powerband.net.au ([127.0.0.1]) by localhost (nitrous.powerband.net.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23884-02 for ; Mon, 18 Sep 2006 14:31:30 +1000 (EST) Received: from LOGGED by nitrous.powerband.net.au with ESMTP id k8I4P8qG037598 for ; Mon, 18 Sep 2006 14:25:08 +1000 (EST) (envelope-from iain@iaindooley.com) Received: from piper.iaindooley.com (localhost [127.0.0.1]) by piper.iaindooley.com (8.13.3/8.13.3) with ESMTP id k8I4TBW9037863 for ; Mon, 18 Sep 2006 14:29:15 +1000 (EST) (envelope-from iain@piper.iaindooley.com) Received: from localhost (iain@localhost) by piper.iaindooley.com (8.13.3/8.13.3/Submit) with ESMTP id k8I4T70X037860 for ; Mon, 18 Sep 2006 14:29:11 +1000 (EST) (envelope-from iain@piper.iaindooley.com) Date: Mon, 18 Sep 2006 14:29:05 +1000 (EST) From: Iain Dooley To: freebsd-questions@freebsd.org Message-ID: <20060918142224.A34146@piper.iaindooley.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new using ClamAV at powerband.net.au Subject: jls output incorrect 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: Mon, 18 Sep 2006 04:31:03 -0000 i'm running FreeBSD 6.1-RELEASE. i have recently set up some jails and everything seems to be running fine. however when i use: /etc/rc.d/jail stop and then type: jls i still see jails as running, with JID's assigned. I can no longer log into these jails, so it appears they have been halted, but when i start again, the new jail processes get new JID's, and when i stop, they remain. this is obviously not a huge problem, but it means that i can not reliably use jls to see which jails are running. i have seen this discussed earlier: http://lists.freebsd.org/pipermail/freebsd-questions/2006-April/118133.html later in that discussion chad mentions mounted file systems as calling problems. i'm not mounting any file systems in my jails, should i just wait til i upgrade to 7.0 or is there some way i can fix this? cheers iain