From owner-freebsd-jail@FreeBSD.ORG Wed Jan 28 20:52:31 2009 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B70321065749 for ; Wed, 28 Jan 2009 20:52:31 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from mail-fx0-f15.google.com (mail-fx0-f15.google.com [209.85.220.15]) by mx1.freebsd.org (Postfix) with ESMTP id 4C0BF8FC0A for ; Wed, 28 Jan 2009 20:52:31 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by fxm8 with SMTP id 8so663018fxm.19 for ; Wed, 28 Jan 2009 12:52:30 -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-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2009 20:52:35 -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