From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 22:38:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB75D106564A; Wed, 28 Jan 2009 22:38:36 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 2479A8FC08; Wed, 28 Jan 2009 22:38:35 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by fg-out-1718.google.com with SMTP id e12so760957fga.35 for ; Wed, 28 Jan 2009 14:38:35 -0800 (PST) Received: by 10.181.28.15 with SMTP id f15mr892200bkj.187.1233182314778; Wed, 28 Jan 2009 14:38:34 -0800 (PST) Received: from haydn.nognu.de (haydn.nognu.de [81.169.170.112]) by mx.google.com with ESMTPS id 10sm402947eyz.30.2009.01.28.14.38.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Jan 2009 14:38:34 -0800 (PST) Date: Wed, 28 Jan 2009 23:39:02 +0100 From: Frank Steinborn To: Mel Message-ID: <20090128223902.GA2183@haydn.nognu.de> References: <20090128202556.GA30226@haydn.nognu.de> <200901281250.40205.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200901281250.40205.fbsd.questions@rachie.is-a-geek.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-jail@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Problem with ezjail: Manually restarted jails don't come up again 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: Wed, 28 Jan 2009 22:38:37 -0000 On Wed, Jan 28, 2009 at 12:50:40PM -0900, Mel wrote: > On Wednesday 28 January 2009 11:25:56 Frank Steinborn wrote: > > > # /usr/local/etc/rc.d/ezjail.sh start mldonkey.local > > Configuring jails:. > > Starting jails: > > > > If I check with jls and 'pgrep -lfj ', i see that there are processes > > inside the hanging jail running, including /etc/rc. I guess the > > jails are hanging somewhere in the boot-process, and i guess it's > > /etc/rc. > > Install sysutils/pstree. On the host, type pstree|less. Search for the rc > process, then see what's running 'underneath' it. Those scripts/services are > hanging and take it from there. Please see my reply to Bjoern, the two processes shown there are the ones hanging under /etc/rc... I don't have a clue why this happens, if i start the rc-script for this port manually, it works without a hitch. And even more noteable: On reboot, all comes up without a problem too.