From owner-freebsd-hackers@FreeBSD.ORG Thu May 13 13:44:42 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D111716A4CF for ; Thu, 13 May 2004 13:44:42 -0700 (PDT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6973843D31 for ; Thu, 13 May 2004 13:44:42 -0700 (PDT) (envelope-from pieckiel@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:pieckiel@sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i4DKibL2024639 for ; Thu, 13 May 2004 20:44:39 GMT Received: (from pieckiel@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i4DKibXY017908 for freebsd-hackers@freebsd.org; Thu, 13 May 2004 16:44:37 -0400 (EDT) Date: Thu, 13 May 2004 16:44:37 -0400 From: "Kevin A. Pieckiel" To: freebsd-hackers@freebsd.org Message-ID: <20040513204437.GA14917@SDF.LONESTAR.ORG> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20040513171659.GA14716@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040513171659.GA14716@SDF.LONESTAR.ORG> User-Agent: Mutt/1.4.2.1i Subject: Re: 5.2.1 panic X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2004 20:44:43 -0000 On Thu, May 13, 2004 at 01:16:59PM -0400, Kevin A. Pieckiel wrote: > One filesystem NFS mounted from another FBSD 4.9 box. > Samba 3.0.4 is installed and running (AD member server). > Samba is mapping home directories to the NFS-mounted files. > > When accessing a home directory from a Windows computer (trying > to read files from the NFS-mounted filesystem), the computer > panics and reboots. > > NFS support provided via modules, not compiled into kernel. Oh, yeah, and if I don't nfs mount my data drive and access local files, it works like I expect it to and without a panic! This is halting my progress, any help on resolving this would be appreciated. I have core dumps, debug kernels, and symbols for modules if anyone wants me to extract certain info from the dump. Kevin