From owner-freebsd-questions Mon Feb 28 2:12:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pluto.peterson.nl (pluto.peterson.nl [194.165.71.16]) by hub.freebsd.org (Postfix) with ESMTP id 1846B37B89B for ; Mon, 28 Feb 2000 02:12:32 -0800 (PST) (envelope-from freebsd@dijk.com) Received: from rtwin98ict01 (ip194-165-71-87.peterson.nl [194.165.71.87]) by pluto.peterson.nl (8.9.3/8.9.3) with SMTP id LAA89243; Mon, 28 Feb 2000 11:12:04 +0100 (CET) Message-ID: <000f01bf81d4$457f8c60$5747a5c2@peterson.nl> From: "Barry van Dijk" To: "Joe Abley" , References: <20000228225613.A29272@patho.gen.nz> Subject: Re: Panic under load on new K6 machine Date: Mon, 28 Feb 2000 11:12:08 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, questions people, > > I have a new K6 machine which keeps panicing under load (for instance, > a "make buildworld" will set it off every time). > > The following panic is from the /kernel.GENERIC as shipped with 3.4-RELEASE; > it's copied here via a piece of paper, so apologies for the bogus formatting: > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0xd45d6f54 > fault code = supervisor read, page not present > instruction pointer = 0x8: 0xc015d301 > stack pointer = 0x10: 0xc45d6e04 > frame pointer = 0x10: 0xc45d6f60 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 14552 (sh) > interrupt mask = > trap number = 12 > panic: page fault I've had an error like this before... In my case the solution was stopping httpd automatically starting at boot time. In general, move all you .sh files from the rc.d to sh.org, to stop them from automatically starting. And have a look at your /etc/rc.conf and disable as much as possible. If your box now starts up, start again with enabling the files one by one. Hope this helps, Barry I assume you've build a new kernel after making world.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message