From owner-freebsd-current Tue Dec 12 00:27:55 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA18474 for current-outgoing; Tue, 12 Dec 1995 00:27:55 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA18427 for ; Tue, 12 Dec 1995 00:27:18 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA27403; Tue, 12 Dec 1995 09:21:45 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA00327; Tue, 12 Dec 1995 09:21:31 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id JAA17459; Tue, 12 Dec 1995 09:08:14 +0100 From: J Wunsch Message-Id: <199512120808.JAA17459@uriah.heep.sax.de> Subject: Re: Fatal Trap 12: Page Fault... To: scrappy@hub.org (Marc G. Fournier) Date: Tue, 12 Dec 1995 09:08:13 +0100 (MET) Cc: current@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Marc G. Fournier" at Dec 12, 95 00:45:03 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org Precedence: bulk As Marc G. Fournier wrote: > > > > Hi... > > First question, can someone tell me where I can change the > timeout before the system reboots for the following?... j@uriah 322% fgrep 'a key' * machdep.c: printf("Automatic reboot in %d seconds - press a key on the console to abort\n", machdep.c: if (cncheckc()) /* Did user type a key? */ machdep.c: printf("--> Press a key on the console to reboot <--\n"); if (PANIC_REBOOT_WAIT_TIME != 0) { if (PANIC_REBOOT_WAIT_TIME != -1) { int loop; printf("Automatic reboot in %d seconds - press a key on the console to abort\n", PANIC_REBOOT_WAIT_TIME); for (loop = PANIC_REBOOT_WAIT_TIME * 10; So it seems all you need is changing PANIC_REBOOT_WAIT_TIME. > Fatal Trap 12: page fault while in kernel mode > > virtual address: 0xf24 > instruction pointer: 0x8: 0xf01711f5 > > fault code: supervisor write, page not present > > Now, there is alot more data presented that I wasn't able > to get... Better yet, enable core dumping. You should be able to extract all this information from the core as well. The kernel-debug section in the handbook explains kernel core dumps. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)