From owner-freebsd-stable@FreeBSD.ORG Wed Sep 7 19:00:33 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53F6E106566C for ; Wed, 7 Sep 2011 19:00:33 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 29CAD8FC1A for ; Wed, 7 Sep 2011 19:00:33 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id D758E46B0D; Wed, 7 Sep 2011 15:00:32 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 6AC7B8A02E; Wed, 7 Sep 2011 15:00:32 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Wed, 7 Sep 2011 15:00:31 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <201109070954.03245.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201109071500.31950.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Wed, 07 Sep 2011 15:00:32 -0400 (EDT) Cc: Arnaud Lacombe Subject: Re: FS corruption between 8-STABLE and 7-STABLE 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: Wed, 07 Sep 2011 19:00:33 -0000 On Wednesday, September 07, 2011 10:13:11 am Arnaud Lacombe wrote: > Hi, > > On Wed, Sep 7, 2011 at 9:54 AM, John Baldwin wrote: > > On Tuesday, September 06, 2011 5:55:09 pm Arnaud Lacombe wrote: > >> Hi, > >> > >> I got a strange boot failure when booting a FreeBSD 7-stable after a > >> 8-stable kernel, with a FreeBSD 7.4 kernel: > >> > >> pid 100 (fsck_ufs), uid 0: exited on signal 8 > >> pid 101 (fsck_ufs), uid 0: exited on signal 8 > >> WARNING: R/W mount of / denied. Filesystem is not clean - run fsck > >> WARNING: R/W mount of / denied. Filesystem is not clean - run fsck > >> > >> it would seem that going 8-STABLE change the filesystem in such a way > >> 7-STABLE cannot be booted after. > >> > >> Thanks guys ... > > > > I boot 8 kernels on machines with a 7 world and back to a 7 kernel all the > > time without any issues. Did you upgrade your world to 8 and then try to boot > > it with a 7.4 kernel? > > > No. Is your 7-stable world newer than the 7.4 kernel? -- John Baldwin