From owner-freebsd-questions@FreeBSD.ORG Sun Dec 23 13:43:18 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 5FEE416A46E for ; Sun, 23 Dec 2007 13:43:18 +0000 (UTC) (envelope-from mbaki@whywire.net) Received: from starfish.geekisp.com (mail.geekisp.com [216.168.135.169]) by mx1.freebsd.org (Postfix) with ESMTP id 01CD613C467 for ; Sun, 23 Dec 2007 13:43:17 +0000 (UTC) (envelope-from mbaki@whywire.net) Received: (qmail 609 invoked by uid 1003); 23 Dec 2007 13:43:53 -0000 Received: from 67.100.188.210 (proxying for 67.100.188.210) (SquirrelMail authenticated user mbaki@whywire.net) by www.geekisp.com with HTTP; Sun, 23 Dec 2007 08:43:13 -0500 (EST) Message-ID: <6516.67.100.188.210.1198417393.squirrel@www.geekisp.com> Date: Sun, 23 Dec 2007 08:43:13 -0500 (EST) From: "Monah Baki" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.14 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: 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: Sun, 23 Dec 2007 13:43:18 -0000 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