From owner-freebsd-stable Wed Dec 26 13:12:56 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 8FD1A37B417 for ; Wed, 26 Dec 2001 13:12:46 -0800 (PST) Received: (qmail 28463 invoked by uid 0); 26 Dec 2001 21:12:44 -0000 Received: from p3ee20a8a.dip.t-dialin.net (HELO mail.gsinet.sittig.org) (62.226.10.138) by mail.gmx.net (mp008-rz3) with SMTP; 26 Dec 2001 21:12:44 -0000 Received: (qmail 56913 invoked from network); 26 Dec 2001 21:06:54 -0000 Received: from shell.gsinet.sittig.org (192.168.11.153) by mail.gsinet.sittig.org with SMTP; 26 Dec 2001 21:06:54 -0000 Received: (from sittig@localhost) by shell.gsinet.sittig.org (8.11.3/8.11.3) id fBQL6nF56900 for freebsd-stable@freebsd.org; Wed, 26 Dec 2001 22:06:49 +0100 (CET) (envelope-from sittig) Date: Wed, 26 Dec 2001 22:06:49 +0100 From: Gerhard Sittig To: freebsd-stable@freebsd.org Subject: Re: 4.5 PRERELEASE - Call for testing (Kapok Notebook) Message-ID: <20011226220648.S1494@shell.gsinet.sittig.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <05ae01c18d80$df7bfe20$0a05a8c0@ooe.kmjeuro.com> <20011226144617.P1494@shell.gsinet.sittig.org> <01ad01c18e3d$00a18860$0a05a8c0@ooe.kmjeuro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01ad01c18e3d$00a18860$0a05a8c0@ooe.kmjeuro.com>; from k.joch@kmjeuro.com on Wed, Dec 26, 2001 at 07:41:51PM +0100 Organization: System Defenestrators Inc. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Dec 26, 2001 at 19:41 +0100, Karl M. Joch wrote: > > sorry for not adding the original post. I never said something along these lines. :) All I told you was that if you refer to previous posts and want people to look at them, then you should provide a handle which identifies the message (Message-Id or archive URL) or enough characteristics for a search (Date, From, To, Subject). Or reply to this very message and cite the relevant parts (*NOT* all the surrounding stuff and have the receiver waste precious time to identify what's important and what's not -- maybe even worse by reading a message backwards). > fatal trap 12: page fault while in kernel mode > fault virtual address = 0xeb65d > instruction pointer = 0x8:0xc00eb55e > [ ... ] Sorry, but this info is just as good as telling us "there's something wrong". All of these lines do contain important information, but only you can make some use of them. Since these detailled information depends on _your_ hardware and _your_ software setup, nobody in a geographical location different from your spot (limited to the room the machine lives in) can read anything into it. The handbook has an extensive chapter on making use of crash dumps. I suggest you read it and provide the extract (call stack with maybe parameter dumps) or even a solution (patch). That is not meant to drive you away, but it's the only possible reaction. Sorry, again! > ----- Original Message ----- > [ ... ] Can you please answer *below* the original text and cite what's important while deleting the rest? http://learn.to/quote (German) and http://learn.to/edit_messages (English) talk about the motivation and give hints. Thank you! > > For your searching here's the initial announcement, while many > > people asked this question again and got answered, too. :) > > Message-Id: <200108260507.f7Q570W08734@harmony.village.org> > > From: Warner Losh > > To: mobile@freebsd.org > > Cc: doc@freebsd.org > > Date: Sat, 25 Aug 2001 23:06:59 -0600 > > Subject: MFC: ISA routing support I hope you have read the above characterized article before applying the settings. It's always better to know what you turn on/off instead of trying this blindly ... :) From your response I'm not clear if this was your "hang at boot" problem or not. Or if it was one of your problems. Since you have to check the crash locally, I heavily trimmed your kernel config and just put note on a few selected items. Take it as hints and keep in mind that I'm not a guru. I might err as well. :> > ############################################################################ > ## > KERNEL CONFIG: > > [ ... ] > > #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols Enable this and set the "dumpdev" in rc.conf to point to your swap device. Look at LINT and search for the "DDB" option(s). > options MATH_EMULATE #Support for x87 emulation Do you need this on a 586? I don't think so. It's not critical, but it consumes space (and is GPLed?). > # ATA and ATAPI devices > device ata0 at isa? port IO_WD1 irq 14 > device ata1 at isa? port IO_WD2 irq 15 > device ata Do you need both variants of specifying hardwired resources as well as auto attaching? One is usually ISA and the other PCI, you probably have only one controller in your machine and can leave out the other line(s). Your dmesg tells you you have atapci, so you can drop the "at isa" lines. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message