From owner-freebsd-alpha Tue Apr 18 11:18:37 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 71A3837B506 for ; Tue, 18 Apr 2000 11:18:21 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA17377; Tue, 18 Apr 2000 14:18:18 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id OAA96402; Tue, 18 Apr 2000 14:18:18 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 18 Apr 2000 14:18:17 -0400 (EDT) To: "Matthew Zahorik" Cc: Subject: Re: HELP! In-Reply-To: <00c501bfa955$203546e0$1401eed8@mahatma> References: <00c501bfa955$203546e0$1401eed8@mahatma> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14588.42187.126783.219096@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Matthew Zahorik writes: > I have a reliable kernel panic when copying a file. > > These are diskless servers. /etc is a MFS filesystem. /sandbox/etc is NFS > mounted. > > [shell1]:DING~:~# cd /sandbox/etc > [shell1]:12:00pm:/sandobx/etc# cp /etc/sshd_config . > > fatal kernel trap: > > trap entry = 0x2 (memory management fault) > a0 = 0x0 > a1 = 0x1 > a2 = 0xffffffffffffffff > pc = 0x0 > ra = 0x1 > curproc = 0xfffffe0011456e00 > pid = 338, comm = cp > > The values in the RA & PC are probably accurate & they could indicate that something followed a null function pointer. Maybe you could provide more details? Like kldstat output & perhaps the output from either mount or df? Is either NFS or MFS loaded as a module? Are you certain your modules match your kernel? If they or anything else is loaded as a module, can you try compiling everything (but osf/1) into your kernel statically? I think I've at least partially replicated your environment, and I cannot duplicate this crash: <2:11pm>vivaldi/gallatin:~>df -h . /tmp Filesystem Size Used Avail Capacity Mounted on locus:/cs/locus/home1 9.9G 4.9G 4.9G 50% /a/locus/cs/locus/home1 mfs:22 124M 4.3M 110M 4% /tmp <2:11pm>vivaldi/gallatin:~>uname -srm FreeBSD 4.0-RELEASE alpha <2:11pm>vivaldi/gallatin:~>sysctl hw.model hw.model: COMPAQ AlphaServer DS10 466 MHz <2:11pm>vivaldi/gallatin:~>cp /tmp/sshd_config . <2:11pm>vivaldi/gallatin:~>kldstat Id Refs Address Size Name 1 2 0xfffffc0000300000 314ae8 kernel 2 1 0xfffffe000204c000 22000 osf1.ko Cheers, Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message