From owner-freebsd-stable@FreeBSD.ORG Wed Sep 7 13:54:04 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 E87E21065677 for ; Wed, 7 Sep 2011 13:54:04 +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 C01F68FC1E for ; Wed, 7 Sep 2011 13:54:04 +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 5BF9746B06; Wed, 7 Sep 2011 09:54:04 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id D40218A037; Wed, 7 Sep 2011 09:54:03 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Wed, 7 Sep 2011 09:54:03 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201109070954.03245.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Wed, 07 Sep 2011 09:54:03 -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 13:54:05 -0000 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? -- John Baldwin