From owner-freebsd-stable@FreeBSD.ORG Fri May 12 19:34:21 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8262716AC8D for ; Fri, 12 May 2006 19:34:21 +0000 (UTC) (envelope-from needacoder@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id C18A143D53 for ; Fri, 12 May 2006 19:34:20 +0000 (GMT) (envelope-from needacoder@gmail.com) Received: by nf-out-0910.google.com with SMTP id o25so70670nfa for ; Fri, 12 May 2006 12:34:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cmjbS0WNPmW8M/0ajllMy6WJtW+ngdlt9TEiwax+Gz3FWYRZ0wvd7oFfdDxHShGVvJAo9fwnBD5cqN1hVsf0Zn79eTJdHnib/jhk2cdn+DD7z3jP9CdXoX6JI1drkahzytkV0uJrCDwSGmEFWHXjjgRTAXl9JEoLhIaB6Fcj4dQ= Received: by 10.48.31.8 with SMTP id e8mr175710nfe; Fri, 12 May 2006 10:48:30 -0700 (PDT) Received: by 10.49.75.2 with HTTP; Fri, 12 May 2006 10:50:05 -0700 (PDT) Message-ID: <1e4841eb0605121050o380a5ef9gb0219c82851ed3b5@mail.gmail.com> Date: Fri, 12 May 2006 13:50:05 -0400 From: "m m" To: "Maxim Konovalov" , "Florent Thoumie" , freebsd-stable@freebsd.org In-Reply-To: <20060512132452.C35412@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060512132452.C35412@mp2.macomnet.net> Cc: bug-followup@freebsd.org Subject: Re: conf/97166 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 19:34:25 -0000 > 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=3D1.32 Appears to be working fine on releng_6 from last night - Thank you very muc= h!