From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 02:43:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EB6C16A41F for ; Mon, 7 Nov 2005 02:43:07 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id D972543D46 for ; Mon, 7 Nov 2005 02:43:06 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 14588 invoked by uid 502); 7 Nov 2005 02:43:05 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 7 Nov 2005 02:43:05 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <436EBF38.6000309@ywave.com> Date: Sun, 06 Nov 2005 18:43:04 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beecher Rintoul References: <436E739E.8020605@ywave.com> <200511061724.53128.akbeech@gmail.com> In-Reply-To: <200511061724.53128.akbeech@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Diagnosing reboot under load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 02:43:07 -0000 Beecher Rintoul wrote: > On Sunday 06 November 2005 12:20 pm, Micah wrote: > >>My desktop system just started doing this last night. I was upgrading >>Gnome using the handy shell script they provide. It looks like sometime >>around 11:30pm the computer reset. This morning I'm trying to reinstall >>all the software that got lost in last night's reset and I get another >>reset in the middle of compiling. The last message in /var/log/messages >>before reboot is: >>Nov 6 10:41:08 trisha ntpd[489]: kernel time sync enabled 6001 >>Nov 6 10:58:14 trisha ntpd[489]: kernel time sync enabled 2001 >>Nov 6 13:02:57 trisha syslogd: kernel boot file is /boot/kernel/kernel >> >>I just ran memtest86+ and there's no memory errors. I'm guessing it's a >>hardware issue, but how do I diagnose it? >> >>Thanks, >>Micah > > > I had the exact same problem on a machine that I know doesn't have any > hardware problems. I should have just aborted that "script" when it started > removing anything dependent on the new gnome libs. If you got as far as the > new gnome progs installed. Just rebuild what you need. And use the "r" flag. > I'd much rather have a lib not found error than rebuild the way that "script" > does. I'm sure this is going to bite quite a few people before it's over. > FWIW I have the new kde back up with no errors, and I'll just deal with any > other problems as they occur. > > Beech > Except it reboot later when rebuilding the KDE stuff with portinstall NOT the Gnome script. And I'm getting occasional segmentation faults on Thunderbird and intermittent compiler errors like this one while portinstalling kdepim: then mv -f ".deps/eudora_xxport.Tpo" ".deps/eudora_xxport.Plo"; else rm -f ".deps/eudora_xxport.Tpo"; exit 1; fi eudora_xxport.cpp: In member function `virtual KABC::AddresseeList EudoraXXPort::importContacts(const QString&) const': eudora_xxport.cpp:121: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Something seems wrong. I don't think a software error should cause a system reboot without any log messages anywhere. Thanks, Micah