From owner-freebsd-questions@FreeBSD.ORG Mon Dec 24 02:47:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A9C16A419 for ; Mon, 24 Dec 2007 02:47:09 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate1.pacific.net.sg (smtpgate1.pacific.net.sg [203.120.90.31]) by mx1.freebsd.org (Postfix) with SMTP id 1638713C455 for ; Mon, 24 Dec 2007 02:47:08 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: (qmail 6502 invoked from network); 24 Dec 2007 02:47:05 -0000 Received: from adsl2.dyn234.pacific.net.sg (HELO P2120.somewherefaraway.com) (oceanare@210.24.234.2) by smtpgate1.pacific.net.sg with ESMTPA; 24 Dec 2007 02:47:03 -0000 Message-ID: <476F1D9E.8010205@pacific.net.sg> Date: Mon, 24 Dec 2007 10:46:54 +0800 From: Erich Dollansky User-Agent: Thunderbird 2.0.0.6 (X11/20070826) MIME-Version: 1.0 To: Monah Baki References: <6516.67.100.188.210.1198417393.squirrel@www.geekisp.com> In-Reply-To: <6516.67.100.188.210.1198417393.squirrel@www.geekisp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Server crashes 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, 24 Dec 2007 02:47:09 -0000 Hi, if it is this easy to reproduce, go to the second or third console, start the compilation and switch to the first console. Do you get any error messages there? Also, do not run X while doing this. X is currently - depending on your graphics card - also a good candidate for crashes. Erich Monah Baki wrote: > Hi All, > > I'm running a very old server (P3, dual 600Mhz, SCSI 9GB harddrive). > Applications that I run on it is MySQL and Apache. I have no problem with > server uptime but I am not able to update because once I run the command: > > make buildkernel KERNCONF=SMP > > Server crashes here > > mkdep -f .depend_aicasm -a -nostdinc -I/usr/include -I. > -I/usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm > /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm.c > /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c > aicasm_gram.c aicasm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c > echo aicasm: /usr/lib/libc.a /usr/lib/libl.a >> .depend_aicasm > cd /usr/src/sys/modules/aic7xxx/aicasm; > MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/SMP/modules make -DNO_CPU_CFLAGS > all > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. > -I/usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -c > /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm.c > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. > -I/usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -c > /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. > -I/usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -c > aicasm_gram.c > > This happens everytime, is there anywhere I can look to see what's going > on, or if it's a hardware problem, where is the cause so I can replace. > > Thanks > > > > > BSD Networking, Microsoft Notworking > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >