From owner-freebsd-bugs@FreeBSD.ORG Fri May 12 09:30:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD9816A412 for ; Fri, 12 May 2006 09:30:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBBB43D46 for ; Fri, 12 May 2006 09:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4C9UP8U017496 for ; Fri, 12 May 2006 09:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4C9UPNm017495; Fri, 12 May 2006 09:30:25 GMT (envelope-from gnats) Date: Fri, 12 May 2006 09:30:25 GMT Message-Id: <200605120930.k4C9UPNm017495@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: conf/97166 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 09:30:29 -0000 The following reply was made to PR conf/97166; it has been noted by GNATS. From: Maxim Konovalov To: m m Cc: bug-followup@freebsd.org Subject: conf/97166 Date: Fri, 12 May 2006 13:25:50 +0400 (MSD) Would be even better to help Florent to test his fix. -- Maxim Konovalov ---------- Forwarded message ---------- Date: Fri, 12 May 2006 10:21:41 +0100 From: Florent Thoumie To: freebsd-current@freebsd.org Cc: freebsd-stable@freebsd.org Subject: Jail testers needed (rc.d/jail) Hey lists, Two or three days before the CVS tree has been tagged for FreeBSD 6.1-RELEASE, I've committed a broken version of the jail rc.d script. The symptoms are: - an ifconfig error message if you don't define a jail_interface and have at least one jail configured, this one is harmless. - a problem with one of the following variable: jail_exec, jail_exec_start, jail_exec_stop, jail_flags and especially jail_fstab; if you have at least two jails configured. I committed yesterday a fix that should supposedly fix both of these issues so I'd need all jail users running either FreeBSD 6.1-RELEASE or 6-STABLE (older than two days) to try the new script [1] and report the result, either successful or not. Once I'll get enough successful reports, I'll contact the Release Engineering team to make sure the patch makes it to the RELENG_6_1 branch. Sorry for the inconvenience. Note: Keep me CC'ed as I'm not (yet) subscribed to these lists. [1] http://cvsweb.freebsd.org/src/etc/rc.d/jail?rev=1.32 -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer