From owner-freebsd-current Thu May 13 20:46:44 1999 Delivered-To: freebsd-current@freebsd.org Received: from mailgate.rz.uni-karlsruhe.de (nz40.rz.uni-karlsruhe.de [129.13.197.4]) by hub.freebsd.org (Postfix) with ESMTP id ECCEE14C06 for ; Thu, 13 May 1999 20:46:42 -0700 (PDT) (envelope-from un1i@rz.uni-karlsruhe.de) Received: from rz114s1.rz.uni-karlsruhe.de (un1i@rz114s1-197.rz.uni-karlsruhe.de [129.13.197.190]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 2.04 #3) id 10i8vm-00028J-00; Fri, 14 May 1999 05:46:38 +0200 Received: from un1i by rz114s1.rz.uni-karlsruhe.de with local (Exim 2.12 #1) id 10i8vm-0005jC-00; Fri, 14 May 1999 05:46:38 +0200 Message-ID: <19990514054637.A21841@rz.uni-karlsruhe.de> Date: Fri, 14 May 1999 05:46:37 +0200 From: Philipp Mergenthaler To: Luoqi Chen Cc: current@freebsd.org Subject: Re: Today's kernel crashes on starting X References: <199905140217.WAA29252@lor.watermarkgroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199905140217.WAA29252@lor.watermarkgroup.com>; from Luoqi Chen on Thu, May 13, 1999 at 10:17:23PM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > This also fixes the panic that I got with mfs_mount: > > (with "options MFS" in the config file, 'cvsup'ed at May 13th 19:43 UTC) > > > > Fatal trap 12: page fault while inkernel mode > > fault virtual address = 0x9d19fd34 > > fault code = supervisor read, page not present > > instruction pointer = 0x8:0xc016f7a0 [...] > > current process = 38 (mount_mfs) [...] > > db> trace > > checkalias(c4478980, ff00, 0) at checkalias+0x150 > > mfs_mount(c08a3e00, bfbfde98, bfbfd7ac, c494cea0, c44804c0) at mfs_mount+0x132 > > mount(c44804c0, c494cf80,0,80691e0,2000) at mount+0x50e > This was due to a kludge in mfs implementation. Try change NUMCDEV in > kern_conf.c to 255. > -lq Ok, with this fix MFS works (with "#define DEVT_FASCIST 1" in kern_conf.c). Bye, Philipp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message