From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 20:48: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 81F311065782 for ; Wed, 28 Jan 2009 20:48:36 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 14D688FC1B for ; Wed, 28 Jan 2009 20:48:35 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by fg-out-1718.google.com with SMTP id e12so705534fga.35 for ; Wed, 28 Jan 2009 12:48:35 -0800 (PST) Received: by 10.223.116.10 with SMTP id k10mr563723faq.100.1233174257303; Wed, 28 Jan 2009 12:24:17 -0800 (PST) Received: from haydn.nognu.de (haydn.nognu.de [81.169.170.112]) by mx.google.com with ESMTPS id 28sm398508eyg.35.2009.01.28.12.24.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Jan 2009 12:24:16 -0800 (PST) Date: Wed, 28 Jan 2009 21:25:56 +0100 From: Frank Steinborn To: freebsd-jail@freebsd.org, freebsd-questions@freebsd.org Message-ID: <20090128202556.GA30226@haydn.nognu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: 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 20:48:38 -0000 Hi folks, I have a strange problem on my 7.1-RELEASE with ezjail here. I have 5 jails configured with ezjail, and they run flawlessy - they come up on boot without problems. However, if i stop a jail (via /usr/local/etc/rc.d/ezjail.sh stop ) and then want to restart it via the rc-script, it stalls here: # /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. I even doubt that this is an ezjail-only problem, but this is just a guess. Any hints? Thanks, Frank