From owner-freebsd-current@FreeBSD.ORG Fri Aug 29 18:53:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F62116A4FF; Fri, 29 Aug 2003 18:53:26 -0700 (PDT) Received: from pump2.york.ac.uk (pump2.york.ac.uk [144.32.128.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE09543FE0; Fri, 29 Aug 2003 18:53:24 -0700 (PDT) (envelope-from gavin@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump2.york.ac.uk (8.12.9/8.12.9) with ESMTP id h7U1rMPH025319; Sat, 30 Aug 2003 02:53:22 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.8p1/8.12.8) with ESMTP id h7U1rMtg043597; Sat, 30 Aug 2003 02:53:22 +0100 (BST) (envelope-from gavin@ury.york.ac.uk) Received: from localhost (gavin@localhost)h7U1rLXi043594; Sat, 30 Aug 2003 02:53:21 +0100 (BST) Date: Sat, 30 Aug 2003 02:53:21 +0100 (BST) From: Gavin Atkinson To: Robert Watson In-Reply-To: Message-ID: <20030830025106.H41136-100000@ury.york.ac.uk> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: kuriyama@imgsrc.co.jp cc: current@freebsd.org Subject: Re: sysinstall spec_getpages panic (with VM overtones) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 01:53:26 -0000 On Sun, 24 Aug 2003, Robert Watson wrote: > Alan Cox just made a commit a couple of days ago that seems to resolve the > problem for us. Here's the commit message so you can give it a try. > > [...] > 1.208 +5 -2 src/sys/fs/specfs/spec_vnops.c I can confirm this fixes things for me too. Thanks all for the help, and sorry for the false alarm after the commit. Gavin