From owner-freebsd-questions Sun Feb 3 17:19:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from some.ants.ate.my.cat5.at.dsgx.org (some.ants.ate.my.cat5.at.dsgx.org [64.215.225.2]) by hub.freebsd.org (Postfix) with ESMTP id 4F67B37B422; Sun, 3 Feb 2002 17:19:26 -0800 (PST) Received: from some.ants.ate.my.cat5.at.dsgx.org (localhost.dsgx.org [64.215.225.2] (may be forged)) by some.ants.ate.my.cat5.at.dsgx.org (8.12.2/8.11.6) with SMTP id g13KGs6w021977; Sun, 3 Feb 2002 20:16:54 GMT (envelope-from hh@dsgx.org) Date: Sun, 3 Feb 2002 20:16:54 +0000 From: hh To: Robert Watson Cc: questions@freebsd.org Subject: Re: crashs on 4.5RC Message-Id: <20020203201654.7cd0390f.hh@dsgx.org> In-Reply-To: References: <008c01c1ab66$b0692820$616156d1@DSGX1WZFFGDP93> X-Mailer: Sylpheed version 0.4.66 (GTK+ 1.2.10; i386-unknown-freebsdelf4.4) Organization: dsgx net solutions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG look what i founded the exactly reason why is rebooting .. check this out --- > Configuring sscons: > pid 1826 (ircd), uid 1024: exited on signal 11 (core dumped) > pid 97339 (eggdrop-1.6.8), uid 1054: exited on signal 11 (core dumped) > pid 39952 (eggdrop-1.6.8), uid 1054: exited on signal 11 (core dumped) > pid 44160 (eggdrop-1.6.8), uid 1054: exited on signal 11 > rl0: promiscuous mode enabled > rl0: promiscuous mode disabled > rl0: promiscuous mode enabled > rl0: promiscuous mode disabled > > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x28 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc020646c > stack pointer = 0x10:0xc034c384 > frame pointer = 0x10:0xc034c3a4 > 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 = Idle > interrupt mask = > trap number = 12 > panic: page fault > > syncing disks... Copyright (c) 1992-2002 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. well after the syncing disks .. the sys was gone restarted from nothing .. On Sun, 3 Feb 2002 10:36:03 -0500 (EST) Robert Watson wrote: > On Fri, 1 Feb 2002, suporte wrote: > > > i updated my 4.4 to an 4.5RC the first time that i compiled .. it was > > crashing almost everysingle hour .. i booted up again on the old > > 4.5PRE-RELEASE .. and recompile the kernel with the new updates from > > cvsup .. k so was finally stable again .. now i can't get an uptime more > > than 4 days .. so i tryed again yesterday made another update using the > > cvsup there was a bunch of things new there .. i compile again .. how > > many time do u guys think this thing gonna keep reseting me and a bunch > > of friends we're having the same problems .. we really use the machine > > is not just a simple for mails .. is for eggdrops/apache/ircds/bncs .. > > stuffs like that .. can anybody give me a light ? > > You need to be more specific. What do you mean by "crash" -- do you get a > system panic, a system hang, a reboot without a message? Is any output > generated along the way? One common pitfall identified in the release > notes was a change in default sizing of socket buffers, which requires > some busy sites to increase nmbclusters (either by recompiling with > different kernel configuration settings, or simply updating loader.conf to > use a larger hard-coded value). Potentially, you could be running into > that. If you're getting a panic, this can be debugged using the kernel > debugging recommendations in the FreeBSD handbook. You'll either want to > enable dumping of system core, or include options DDB in the kernel so you > can debug live. You'll also want to build the kernel using debugging > symbols so that the results are useful. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message