From owner-freebsd-bugs@FreeBSD.ORG Fri May 12 09:50:20 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 1187516A401 for ; Fri, 12 May 2006 09:50:20 +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 D3A0943D53 for ; Fri, 12 May 2006 09:50:19 +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 k4C9oJfO019212 for ; Fri, 12 May 2006 09:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4C9oJVZ019211; Fri, 12 May 2006 09:50:19 GMT (envelope-from gnats) Date: Fri, 12 May 2006 09:50:19 GMT Message-Id: <200605120950.k4C9oJVZ019211@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: kern/97079 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:50:20 -0000 The following reply was made to PR kern/97079; it has been noted by GNATS. From: Maxim Konovalov To: Yamagami Yoshiyuki Cc: bug-followup@freebsd.org Subject: kern/97079 Date: Fri, 12 May 2006 13:40:48 +0400 (MSD) Hello, Could you please help Florent to test his patch? Thanks! -- 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