From owner-freebsd-i386@FreeBSD.ORG Sun Feb 10 00:57:14 2008 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD6E16A418 for ; Sun, 10 Feb 2008 00:57:14 +0000 (UTC) (envelope-from obw@amarok.ping.de) Received: from lilly.ping.de (lilly.ping.de [83.97.42.2]) by mx1.freebsd.org (Postfix) with SMTP id 2CA5F13C44B for ; Sun, 10 Feb 2008 00:57:13 +0000 (UTC) (envelope-from obw@amarok.ping.de) Received: (qmail 20170 invoked by uid 10); 10 Feb 2008 00:57:12 -0000 Received: from amarok.ping.de by lilly.ping.de with UUCP (rmail-0.2-fdc); 10 Feb 2008 00:57:12 -0000 Received: from karnevil9.amarok.ping.de (localhost [127.0.0.1]) by karnevil9.amarok.ping.de (8.13.8/8.13.8) with ESMTP id m1A0oePM002618; Sun, 10 Feb 2008 01:50:40 +0100 (CET) (envelope-from obw@karnevil9.amarok.ping.de) Received: (from obw@localhost) by karnevil9.amarok.ping.de (8.13.8/8.13.8/Submit) id m1A0oeaS002617; Sun, 10 Feb 2008 01:50:40 +0100 (CET) (envelope-from obw) Date: Sun, 10 Feb 2008 01:50:39 +0100 From: "Oliver B. Warzecha" To: Bruce Evans Message-ID: <20080210005039.GA996@karnevil9.amarok.ping.de> References: <200801112032.m0BKWFXg001186@karnevil9.amarok.ping.de> <20080113225917.Y50887@delplex.bde.org> <20080206155514.GD1361@karnevil9.amarok.ping.de> <20080208222001.K25038@besplex.bde.org> <20080209013526.GA1216@karnevil9.amarok.ping.de> <20080209162051.N28112@besplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080209162051.N28112@besplex.bde.org> User-Agent: Mutt/1.4.2.3i X-message-flag: Please send plain text messages only. Thank you. Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-i386@freebsd.org Subject: Re: i386/119574: 7.0-RC1 times out in calibrate_clocks() X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 00:57:15 -0000 On Sat, Feb 09, 2008 at 05:13:45PM +1100, Bruce Evans wrote: > I happen to have an old BX system online. It is my only system handy > that has an unreadable port 0x70: So maybe someone had realised afterwards that it was a good idea[TM] to make that port readable. > There would only be timing preoblems like that if the hardware is really > primitive or has weird latching semantics. I see no problems with the > index and data register accesses separated by many seconds due to my > typing in the accesses in ddb. So do I. (see below) > I checked your other reference, where the need to rewrite the index > register but not much else is clearly stated. Was that for the 430HX? It is clearly mentioned that this design is based on the 430HX, but this is not detailed further. But it seems this is no longer a point of concern... > It's just "call inb(port) and call outb(port, data)", where inb() and > outb() are ordinary functions whose sole purpose is to let ddb call > them (the kernel uses inline or different versions of these in normal > operations). ddb can call any function (but most not safely, and these I knew only the macro incarnations. No man page either, I was already looking for such functions. :-/ Anyway, I checked, and inb(0x71) consistently returns the current second. While I was at it I also tried 'call rtcin(0)' and it also returns the correct result. So the routine works, taken for itself. The question is, why doesn't it work in the loop? I took some time and singlestepped calibrate_clocks(), needless to say, it all works perfectly that way. As it has to be some kind of timing issue, I went to some effort, maxed out the ISA I/O recovery cycles in the BIOS settings and finally turned the CPU caches off. But although the system was _definitely_ slower with each change, no result. Still timeout. Any idea? I guess I am back to inserting random inb(0x84) for now. Perhaps I missed one combination the last time. :-P OBW From owner-freebsd-i386@FreeBSD.ORG Sun Feb 10 01:00:07 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2EF216A418 for ; Sun, 10 Feb 2008 01:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B3CD813C47E for ; Sun, 10 Feb 2008 01:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1A107xU047649 for ; Sun, 10 Feb 2008 01:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1A107Ob047648; Sun, 10 Feb 2008 01:00:07 GMT (envelope-from gnats) Date: Sun, 10 Feb 2008 01:00:07 GMT Message-Id: <200802100100.m1A107Ob047648@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Oliver B. Warzecha" Cc: Subject: Re: i386/119574: 7.0-RC1 times out in calibrate_clocks() X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Oliver B. Warzecha" List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 01:00:07 -0000 The following reply was made to PR i386/119574; it has been noted by GNATS. From: "Oliver B. Warzecha" To: Bruce Evans Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-i386@freebsd.org Subject: Re: i386/119574: 7.0-RC1 times out in calibrate_clocks() Date: Sun, 10 Feb 2008 01:50:39 +0100 On Sat, Feb 09, 2008 at 05:13:45PM +1100, Bruce Evans wrote: > I happen to have an old BX system online. It is my only system handy > that has an unreadable port 0x70: So maybe someone had realised afterwards that it was a good idea[TM] to make that port readable. > There would only be timing preoblems like that if the hardware is really > primitive or has weird latching semantics. I see no problems with the > index and data register accesses separated by many seconds due to my > typing in the accesses in ddb. So do I. (see below) > I checked your other reference, where the need to rewrite the index > register but not much else is clearly stated. Was that for the 430HX? It is clearly mentioned that this design is based on the 430HX, but this is not detailed further. But it seems this is no longer a point of concern... > It's just "call inb(port) and call outb(port, data)", where inb() and > outb() are ordinary functions whose sole purpose is to let ddb call > them (the kernel uses inline or different versions of these in normal > operations). ddb can call any function (but most not safely, and these I knew only the macro incarnations. No man page either, I was already looking for such functions. :-/ Anyway, I checked, and inb(0x71) consistently returns the current second. While I was at it I also tried 'call rtcin(0)' and it also returns the correct result. So the routine works, taken for itself. The question is, why doesn't it work in the loop? I took some time and singlestepped calibrate_clocks(), needless to say, it all works perfectly that way. As it has to be some kind of timing issue, I went to some effort, maxed out the ISA I/O recovery cycles in the BIOS settings and finally turned the CPU caches off. But although the system was _definitely_ slower with each change, no result. Still timeout. Any idea? I guess I am back to inserting random inb(0x84) for now. Perhaps I missed one combination the last time. :-P OBW From owner-freebsd-i386@FreeBSD.ORG Sun Feb 10 01:40:08 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2195716A417 for ; Sun, 10 Feb 2008 01:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEF5113C458 for ; Sun, 10 Feb 2008 01:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1A1e7kS051696 for ; Sun, 10 Feb 2008 01:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1A1e7og051638; Sun, 10 Feb 2008 01:40:07 GMT (envelope-from gnats) Date: Sun, 10 Feb 2008 01:40:07 GMT Message-Id: <200802100140.m1A1e7og051638@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Bruce Cran Cc: Subject: Re: i386/93524: Automatic reboot X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 01:40:08 -0000 The following reply was made to PR i386/93524; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, userkamil@gmail.com Cc: Subject: Re: i386/93524: Automatic reboot Date: Sun, 10 Feb 2008 01:34:40 +0000 More information is needed to start tracking down the problem - it looks like you managed to obtain a crash dump, so that will contain all the relevant information. If you're still seeing the problem or have the original crash dump, could you follow the instructions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-gdb.html and send the backtrace? Cheers, Bruce From owner-freebsd-i386@FreeBSD.ORG Sun Feb 10 04:17:50 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E35616A420; Sun, 10 Feb 2008 04:17:50 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id E926513C45A; Sun, 10 Feb 2008 04:17:49 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1A4HnuR060313; Sat, 9 Feb 2008 23:17:49 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.1) with ESMTP id m1A4HmR6042278; Sat, 9 Feb 2008 23:17:48 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B0F2573039; Sat, 9 Feb 2008 23:17:48 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080210041748.B0F2573039@freebsd-current.sentex.ca> Date: Sat, 9 Feb 2008 23:17:48 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 04:17:50 -0000 TB --- 2008-02-10 02:53:40 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-02-10 02:53:40 - starting HEAD tinderbox run for i386/i386 TB --- 2008-02-10 02:53:40 - cleaning the object tree TB --- 2008-02-10 02:54:09 - cvsupping the source tree TB --- 2008-02-10 02:54:09 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-02-10 02:54:16 - building world (CFLAGS=-O -pipe) TB --- 2008-02-10 02:54:16 - cd /src TB --- 2008-02-10 02:54:16 - /usr/bin/make -B buildworld >>> World build started on Sun Feb 10 02:54:17 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Sun Feb 10 03:55:16 UTC 2008 TB --- 2008-02-10 03:55:16 - generating LINT kernel config TB --- 2008-02-10 03:55:16 - cd /src/sys/i386/conf TB --- 2008-02-10 03:55:16 - /usr/bin/make -B LINT TB --- 2008-02-10 03:55:16 - building LINT kernel (COPTFLAGS=) TB --- 2008-02-10 03:55:16 - cd /src TB --- 2008-02-10 03:55:16 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Feb 10 03:55:16 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Sun Feb 10 04:13:41 UTC 2008 TB --- 2008-02-10 04:13:41 - building GENERIC kernel (COPTFLAGS=) TB --- 2008-02-10 04:13:41 - cd /src TB --- 2008-02-10 04:13:41 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Feb 10 04:13:41 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /src/sys/dev/uart/uart_subr.c cc -c -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /src/sys/dev/uart/uart_tty.c cc -c -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /src/sys/dev/usb/ehci.c /src/sys/dev/usb/ehci.c: In function 'ehci_sync_hc': /src/sys/dev/usb/ehci.c:1563: error: 'LOCK_FILE' undeclared (first use in this function) /src/sys/dev/usb/ehci.c:1563: error: (Each undeclared identifier is reported only once /src/sys/dev/usb/ehci.c:1563: error: for each function it appears in.) /src/sys/dev/usb/ehci.c:1563: error: 'LOCK_LINE' undeclared (first use in this function) *** Error code 1 Stop in /obj/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-10 04:17:48 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-10 04:17:48 - ERROR: failed to build GENERIC kernel TB --- 2008-02-10 04:17:48 - tinderbox aborted TB --- 3834.05 user 461.15 system 5048.03 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Sun Feb 10 05:12:55 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D63D16A418; Sun, 10 Feb 2008 05:12:55 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id C45ED13C45A; Sun, 10 Feb 2008 05:12:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1A5CsBA086624; Sun, 10 Feb 2008 00:12:54 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.1) with ESMTP id m1A5Crgl068153; Sun, 10 Feb 2008 00:12:54 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id BB8F373039; Sun, 10 Feb 2008 00:12:53 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080210051253.BB8F373039@freebsd-current.sentex.ca> Date: Sun, 10 Feb 2008 00:12:53 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 05:12:55 -0000 TB --- 2008-02-10 03:43:23 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-02-10 03:43:23 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-02-10 03:43:23 - cleaning the object tree TB --- 2008-02-10 03:43:45 - cvsupping the source tree TB --- 2008-02-10 03:43:45 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-02-10 03:43:51 - building world (CFLAGS=-O -pipe) TB --- 2008-02-10 03:43:51 - cd /src TB --- 2008-02-10 03:43:51 - /usr/bin/make -B buildworld >>> World build started on Sun Feb 10 03:43:53 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Sun Feb 10 04:44:08 UTC 2008 TB --- 2008-02-10 04:44:08 - generating LINT kernel config TB --- 2008-02-10 04:44:08 - cd /src/sys/pc98/conf TB --- 2008-02-10 04:44:08 - /usr/bin/make -B LINT TB --- 2008-02-10 04:44:08 - building LINT kernel (COPTFLAGS=) TB --- 2008-02-10 04:44:08 - cd /src TB --- 2008-02-10 04:44:08 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Feb 10 04:44:08 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Sun Feb 10 05:00:37 UTC 2008 TB --- 2008-02-10 05:00:37 - building GENERIC kernel (COPTFLAGS=) TB --- 2008-02-10 05:00:37 - cd /src TB --- 2008-02-10 05:00:37 - /usr/bin/make -B buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Feb 10 05:00:37 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -O -pipe -DPC98 -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/pc98/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/obj/pc98/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /src/sys/modules/usb/../../dev/usb/ohci.c cc -O -pipe -DPC98 -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/pc98/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/obj/pc98/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /src/sys/modules/usb/../../dev/usb/ehci_pci.c cc -O -pipe -DPC98 -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/pc98/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/obj/pc98/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /src/sys/modules/usb/../../dev/usb/ehci.c /src/sys/modules/usb/../../dev/usb/ehci.c: In function 'ehci_sync_hc': /src/sys/modules/usb/../../dev/usb/ehci.c:1563: error: 'LOCK_FILE' undeclared (first use in this function) /src/sys/modules/usb/../../dev/usb/ehci.c:1563: error: (Each undeclared identifier is reported only once /src/sys/modules/usb/../../dev/usb/ehci.c:1563: error: for each function it appears in.) /src/sys/modules/usb/../../dev/usb/ehci.c:1563: error: 'LOCK_LINE' undeclared (first use in this function) *** Error code 1 Stop in /src/sys/modules/usb. *** Error code 1 Stop in /src/sys/modules. *** Error code 1 Stop in /obj/pc98/src/sys/GENERIC. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-10 05:12:53 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-10 05:12:53 - ERROR: failed to build GENERIC kernel TB --- 2008-02-10 05:12:53 - tinderbox aborted TB --- 4090.21 user 485.07 system 5369.87 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Sun Feb 10 09:35:34 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A63A816A419; Sun, 10 Feb 2008 09:35:34 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 777A813C45E; Sun, 10 Feb 2008 09:35:34 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1A9ZYGT090900; Sun, 10 Feb 2008 09:35:34 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1A9ZYf3090896; Sun, 10 Feb 2008 09:35:34 GMT (envelope-from remko) Date: Sun, 10 Feb 2008 09:35:34 GMT Message-Id: <200802100935.m1A9ZYf3090896@freefall.freebsd.org> To: ivo@distributed.net, remko@FreeBSD.org, freebsd-i386@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: kern/89202: [ufs] [panic] Kernel crash when accessing filesystem with large tunefs -e value (regression) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 09:35:35 -0000 Synopsis: [ufs] [panic] Kernel crash when accessing filesystem with large tunefs -e value (regression) State-Changed-From-To: analyzed->closed State-Changed-By: remko State-Changed-When: Sun Feb 10 09:35:34 UTC 2008 State-Changed-Why: Bruce Cran reported info regarding this ticket, i had been resolved as of v 1.147 of ffs_alloc.c by bz@. Close the ticket. http://www.freebsd.org/cgi/query-pr.cgi?pr=89202 From owner-freebsd-i386@FreeBSD.ORG Sun Feb 10 09:42:35 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9F9F16A41A; Sun, 10 Feb 2008 09:42:35 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE1F13C4E5; Sun, 10 Feb 2008 09:42:35 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1A9gZMw091230; Sun, 10 Feb 2008 09:42:35 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1A9gZpM091226; Sun, 10 Feb 2008 09:42:35 GMT (envelope-from remko) Date: Sun, 10 Feb 2008 09:42:35 GMT Message-Id: <200802100942.m1A9gZpM091226@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: kern/93524: Automatic reboot X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 09:42:35 -0000 Synopsis: Automatic reboot Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: remko Responsible-Changed-When: Sun Feb 10 09:42:01 UTC 2008 Responsible-Changed-Why: This might not be i386 specific, bring it to the bugs group instead. http://www.freebsd.org/cgi/query-pr.cgi?pr=93524 From owner-freebsd-i386@FreeBSD.ORG Sun Feb 10 17:50:01 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2E9216A417 for ; Sun, 10 Feb 2008 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE4A213C455 for ; Sun, 10 Feb 2008 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1AHo1IU028865 for ; Sun, 10 Feb 2008 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1AHo1kQ028864; Sun, 10 Feb 2008 17:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 10 Feb 2008 17:50:01 GMT Resent-Message-Id: <200802101750.m1AHo1kQ028864@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, vermaden Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4556916A418 for ; Sun, 10 Feb 2008 17:45:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4F91B13C448 for ; Sun, 10 Feb 2008 17:45:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1AHh67B049436 for ; Sun, 10 Feb 2008 17:43:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1AHh6ox049435; Sun, 10 Feb 2008 17:43:06 GMT (envelope-from nobody) Message-Id: <200802101743.m1AHh6ox049435@www.freebsd.org> Date: Sun, 10 Feb 2008 17:43:06 GMT From: vermaden To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/120507: Errors while burning CDs using burncd X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 17:50:02 -0000 >Number: 120507 >Category: i386 >Synopsis: Errors while burning CDs using burncd >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 17:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: vermaden >Release: stock/generic FreeBSD 7.0 RC1 >Organization: >Environment: # uname -a FreeBSD 7.0-RC1 FreeBSD 7.0-RC1 #0: Mon Dec 24 12:18:24 UTC 2007 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 # pciconf -lv hostb0@pci0:0:0:0: class=0x060000 card=0x81ea1043 chip=0x29a08086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '?(82P965) Intel P965/G965 Processor to I/O Controller' class = bridge subclass = HOST-PCI pcib1@pci0:0:1:0: class=0x060400 card=0x277d8086 chip=0x29a18086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation' device = '?(82Q965, 82G965, 82P965) Intel P965/G965 PCI Express Root Port' class = bridge subclass = PCI-PCI vgapci0@pci0:0:2:0: class=0x030000 card=0x81ea1043 chip=0x29a28086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'G965 Integrated Graphics Controller' class = display subclass = VGA uhci0@pci0:0:26:0: class=0x0c0300 card=0x81ec1043 chip=0x28348086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI' class = serial bus subclass = USB uhci1@pci0:0:26:1: class=0x0c0300 card=0x81ec1043 chip=0x28358086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI' class = serial bus subclass = USB ehci0@pci0:0:26:7: class=0x0c0320 card=0x81ec1043 chip=0x283a8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '81EC1043 (?) ICH8 Enhanced USB2 Enhanced Host Controller' class = serial bus subclass = USB none0@pci0:0:27:0: class=0x040300 card=0x81ec1043 chip=0x284b8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H &SUBSYS_81EC1043&REV_02\3&11583659&0&D8' class = multimedia pcib2@pci0:0:28:0: class=0x060400 card=0x81ec1043 chip=0x283f8086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) PCIe Port 1' class = bridge subclass = PCI-PCI pcib3@pci0:0:28:4: class=0x060400 card=0x81ec1043 chip=0x28478086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) PCIe Port 5' class = bridge subclass = PCI-PCI pcib4@pci0:0:28:5: class=0x060400 card=0x81ec1043 chip=0x28498086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) PCIe Port 6' class = bridge subclass = PCI-PCI uhci2@pci0:0:29:0: class=0x0c0300 card=0x81ec1043 chip=0x28308086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI' class = serial bus subclass = USB uhci3@pci0:0:29:1: class=0x0c0300 card=0x81ec1043 chip=0x28318086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI' class = serial bus subclass = USB uhci4@pci0:0:29:2: class=0x0c0300 card=0x81ec1043 chip=0x28328086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI' class = serial bus subclass = USB ehci1@pci0:0:29:7: class=0x0c0320 card=0x81ec1043 chip=0x28368086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB2 EHCI' class = serial bus subclass = USB pcib5@pci0:0:30:0: class=0x060401 card=0x81ec1043 chip=0x244e8086 rev=0xf2 hdr=0x01 vendor = 'Intel Corporation' device = '82801 Family (ICH2/3/4/4/5/5/6/7/8/9,63xxESB) Hub Interface to PCI Bridge' class = bridge subclass = PCI-PCI isab0@pci0:0:31:0: class=0x060100 card=0x81ec1043 chip=0x28108086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801HB/HR (ICH8/R) LPC Interface Controller' class = bridge subclass = PCI-ISA atapci2@pci0:0:31:2: class=0x01018f card=0x81ec1043 chip=0x28208086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'ICH8 4 port Serial ATA Storage Controller ?' class = mass storage subclass = ATA none1@pci0:0:31:3: class=0x0c0500 card=0x81ec1043 chip=0x283e8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) SMBus Controller' class = serial bus subclass = SMBus atapci3@pci0:0:31:5: class=0x010185 card=0x81ec1043 chip=0x28258086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '? ICH8 2 port Serial ATA Storage Controller' class = mass storage subclass = ATA atapci0@pci0:3:0:0: class=0x010601 card=0x81e41043 chip=0x2363197b rev=0x03 hdr=0x00 vendor = 'JMicron Technology Corp' device = 'JMB36X PCIe-to-SATA-300/IDE RAID Controller' class = mass storage atapci1@pci0:3:0:1: class=0x010185 card=0x81e41043 chip=0x2363197b rev=0x03 hdr=0x00 vendor = 'JMicron Technology Corp' device = 'JMB36X PCIe-to-SATA-300/IDE RAID Controller' class = mass storage subclass = ATA re0@pci0:2:0:0: class=0x020000 card=0x81aa1043 chip=0x816810ec rev=0x01 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' class = network subclass = ethernet >Description: When I try to blank CD-RW or burn data to CDR(W) using burncd I get the following errors # burncd blank acd0: TIMEOUT - READ_BIG retrying (1 retry left) acd0: TIMEOUT - READ_BIG retrying (0 retries left) acd0: FAILURE - READ_BIG timed out GEOM_LABEL: Label for provider acd0t01 is iso9660/NETBSD_40. blanking CD - 100 % done # burncd data nexenta-core-platform_1.0RC5-b82_x86.iso fixate next writeable LBA 0 writing from file nexenta-core-platform_1.0RC5-b82_x86.iso size 421622 KB written this track 421622 KB (100%) total 421622 KB fixating CD, please wait.. acd0: TIMEOUT - READ_BIG retrying (1 retry left) acd0: TIMEOUT - READ_BIG retrying (0 retries left) acd0: FAILURE - READ_BIG timed out GEOM_LABEL: Label for provider acd0 is iso9660/Elatte_InstallCD. hardware: Asus P5B-VM Core 2 Quad Q6600 2 GB RAM PATA DVD PATA HDD Also when I try to burn/blank CDs the box even reboots without any crash/panic info. >How-To-Repeat: # burncd blank # burncd data image.iso fixate >Fix: propably JMicron PATA chipset driver is broken. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 02:49:26 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0857516A469; Mon, 11 Feb 2008 02:49:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A216313C4EB; Mon, 11 Feb 2008 02:49:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1B2nPSN069523; Mon, 11 Feb 2008 02:49:25 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1B2nPQ7069519; Mon, 11 Feb 2008 02:49:25 GMT (envelope-from linimon) Date: Mon, 11 Feb 2008 02:49:25 GMT Message-Id: <200802110249.m1B2nPQ7069519@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/120507: [ata] Errors while burning CDs using burncd(8) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 02:49:26 -0000 Old Synopsis: Errors while burning CDs using burncd New Synopsis: [ata] Errors while burning CDs using burncd(8) Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Feb 11 02:48:46 UTC 2008 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=120507 From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 02:50:17 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 618E516A418; Mon, 11 Feb 2008 02:50:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 36D7213C45B; Mon, 11 Feb 2008 02:50:17 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1B2oHQN069724; Mon, 11 Feb 2008 02:50:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1B2oHZg069720; Mon, 11 Feb 2008 02:50:17 GMT (envelope-from linimon) Date: Mon, 11 Feb 2008 02:50:17 GMT Message-Id: <200802110250.m1B2oHZg069720@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-scsi@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/120247: [mpt] FreeBSD 6.3 and LSI Logic 1030 = only 3.300MB/s (regression) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 02:50:17 -0000 Old Synopsis: freeBSD 6.3 and LSI Logic 1030 = only 3.300MB/s New Synopsis: [mpt] FreeBSD 6.3 and LSI Logic 1030 = only 3.300MB/s (regression) Responsible-Changed-From-To: freebsd-i386->freebsd-scsi Responsible-Changed-By: linimon Responsible-Changed-When: Mon Feb 11 02:49:33 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=120247 From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 05:05:49 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92FC616A418; Mon, 11 Feb 2008 05:05:49 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 36D8613C469; Mon, 11 Feb 2008 05:05:49 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1B55mpA047310; Mon, 11 Feb 2008 00:05:48 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.1) with ESMTP id m1B55mgf050986; Mon, 11 Feb 2008 00:05:48 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 64A4373039; Mon, 11 Feb 2008 00:05:48 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080211050548.64A4373039@freebsd-current.sentex.ca> Date: Mon, 11 Feb 2008 00:05:48 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 05:05:49 -0000 TB --- 2008-02-11 04:04:31 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-02-11 04:04:31 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-02-11 04:04:31 - cleaning the object tree TB --- 2008-02-11 04:04:53 - cvsupping the source tree TB --- 2008-02-11 04:04:53 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-02-11 04:05:00 - building world (CFLAGS=-O -pipe) TB --- 2008-02-11 04:05:00 - cd /src TB --- 2008-02-11 04:05:00 - /usr/bin/make -B buildworld >>> World build started on Mon Feb 11 04:05:02 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Mon Feb 11 05:05:47 UTC 2008 TB --- 2008-02-11 05:05:47 - generating LINT kernel config TB --- 2008-02-11 05:05:47 - cd /src/sys/pc98/conf TB --- 2008-02-11 05:05:47 - /usr/bin/make -B LINT TB --- 2008-02-11 05:05:47 - building LINT kernel (COPTFLAGS=) TB --- 2008-02-11 05:05:47 - cd /src TB --- 2008-02-11 05:05:47 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Feb 11 05:05:48 UTC 2008 >>> stage 1: configuring the kernel [...] WARNING: duplicate option `GEOM_PC98' encountered. WARNING: duplicate option `DEV_MEM' encountered. WARNING: duplicate device `mem' encountered. WARNING: duplicate option `DEV_ISA' encountered. WARNING: duplicate device `isa' encountered. WARNING: duplicate option `DEV_NPX' encountered. WARNING: duplicate device `npx' encountered. /src/sys/pc98/conf/LINT: unknown option "GEOM_LVM" *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-11 05:05:48 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-11 05:05:48 - ERROR: failed to build lint kernel TB --- 2008-02-11 05:05:48 - tinderbox aborted TB --- 2785.95 user 332.80 system 3677.05 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 07:09:57 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA0C816A419; Mon, 11 Feb 2008 07:09:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 799CE13C459; Mon, 11 Feb 2008 07:09:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1B79vnP087968; Mon, 11 Feb 2008 07:09:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1B79vxi087964; Mon, 11 Feb 2008 07:09:57 GMT (envelope-from linimon) Date: Mon, 11 Feb 2008 07:09:57 GMT Message-Id: <200802110709.m1B79vxi087964@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-i386@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: i386/120516: [i386] Intel "G0" stepping Xeon CPUs perform badly X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 07:09:57 -0000 Old Synopsis: Intel "G0" stepping Xeon CPUs perform badly New Synopsis: [i386] Intel "G0" stepping Xeon CPUs perform badly Responsible-Changed-From-To: freebsd-bugs->freebsd-i386 Responsible-Changed-By: linimon Responsible-Changed-When: Mon Feb 11 07:08:20 UTC 2008 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=120516 From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 08:46:54 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19FD216A420; Mon, 11 Feb 2008 08:46:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id ADA3013C45A; Mon, 11 Feb 2008 08:46:53 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1B8kreI055964; Mon, 11 Feb 2008 03:46:53 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.2/8.14.1) with ESMTP id m1B8kruf074232; Mon, 11 Feb 2008 03:46:53 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id DCC631B5078; Mon, 11 Feb 2008 03:46:52 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080211084652.DCC631B5078@freebsd-stable.sentex.ca> Date: Mon, 11 Feb 2008 03:46:52 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 08:46:54 -0000 TB --- 2008-02-11 08:10:55 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-11 08:10:55 - starting RELENG_7 tinderbox run for i386/i386 TB --- 2008-02-11 08:10:55 - cleaning the object tree TB --- 2008-02-11 08:11:18 - cvsupping the source tree TB --- 2008-02-11 08:11:18 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/i386/i386/supfile TB --- 2008-02-11 08:11:26 - building world (CFLAGS=-O2 -pipe) TB --- 2008-02-11 08:11:26 - cd /src TB --- 2008-02-11 08:11:26 - /usr/bin/make -B buildworld >>> World build started on Mon Feb 11 08:11:27 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] building profiled archive library ranlib libarchive_p.a gzip -cn /src/lib/libarchive/archive_entry.3 > archive_entry.3.gz gzip -cn /src/lib/libarchive/archive_read.3 > archive_read.3.gz gzip -cn /src/lib/libarchive/archive_util.3 > archive_util.3.gz gzip -cn /src/lib/libarchive/archive_write.3 > archive_write.3.gz gzip -cn /src/lib/libarchive/archive_write_disk.3 > archive_write_disk.3.gz make: don't know how to make cpio.5. Stop *** Error code 2 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-11 08:46:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-11 08:46:52 - ERROR: failed to build world TB --- 2008-02-11 08:46:52 - tinderbox aborted TB --- 1679.28 user 218.31 system 2156.87 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 09:00:02 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A76C16A417; Mon, 11 Feb 2008 09:00:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id E69E213C458; Mon, 11 Feb 2008 09:00:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1B901gB056548; Mon, 11 Feb 2008 04:00:01 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp1.sentex.ca (8.14.2/8.14.1) with ESMTP id m1B901cr012995; Mon, 11 Feb 2008 04:00:01 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 27AFB1B5078; Mon, 11 Feb 2008 04:00:01 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080211090001.27AFB1B5078@freebsd-stable.sentex.ca> Date: Mon, 11 Feb 2008 04:00:01 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 09:00:02 -0000 TB --- 2008-02-11 08:25:33 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-11 08:25:33 - starting RELENG_7 tinderbox run for i386/pc98 TB --- 2008-02-11 08:25:33 - cleaning the object tree TB --- 2008-02-11 08:25:50 - cvsupping the source tree TB --- 2008-02-11 08:25:50 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/i386/pc98/supfile TB --- 2008-02-11 08:25:58 - building world (CFLAGS=-O2 -pipe) TB --- 2008-02-11 08:25:58 - cd /src TB --- 2008-02-11 08:25:58 - /usr/bin/make -B buildworld >>> World build started on Mon Feb 11 08:25:58 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] building profiled archive library ranlib libarchive_p.a gzip -cn /src/lib/libarchive/archive_entry.3 > archive_entry.3.gz gzip -cn /src/lib/libarchive/archive_read.3 > archive_read.3.gz gzip -cn /src/lib/libarchive/archive_util.3 > archive_util.3.gz gzip -cn /src/lib/libarchive/archive_write.3 > archive_write.3.gz gzip -cn /src/lib/libarchive/archive_write_disk.3 > archive_write_disk.3.gz make: don't know how to make cpio.5. Stop *** Error code 2 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-11 09:00:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-11 09:00:01 - ERROR: failed to build world TB --- 2008-02-11 09:00:01 - tinderbox aborted TB --- 1677.30 user 227.11 system 2067.48 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 11:07:06 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B19C16A47F for ; Mon, 11 Feb 2008 11:07:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E684113C4EE for ; Mon, 11 Feb 2008 11:07:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1BB7582007395 for ; Mon, 11 Feb 2008 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1BB75uD007391 for freebsd-i386@FreeBSD.org; Mon, 11 Feb 2008 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Feb 2008 11:07:05 GMT Message-Id: <200802111107.m1BB75uD007391@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-i386@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-i386@FreeBSD.org X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 11:07:06 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/70525 i386 [boot] boot0cfg: -o packet not effective o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice o i386/71000 i386 [boot] BTX halted when booting from CD on a machine wi o i386/72960 i386 BTX halted with Promise Tx2000 Raid o i386/74008 i386 IBM eServer x225 cannot boot any v5.x - endless dump s o i386/74044 i386 [smb] ServerWorks OSB4 SMBus interface does not detect o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o i386/78339 i386 BTX loader crashes on boot on HP Proliant DL140 s i386/79169 i386 freeze with striped USB Drives under high load o i386/79409 i386 Coming back from idles make the server reboot o i386/79729 i386 umass, da0 not detected by devfs for o i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o i386/80268 i386 [crash] System with Transmeta Efficeon cpu crashes whi o i386/80989 i386 [install] Cannot install 5.4-RELEASE both in my system p i386/81111 i386 /boot/loader causes reboot due to CFLAGS+= -msse3 o i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset o i386/85866 i386 [hang] bootloader freezes on Pentium2/3 o i386/85938 i386 Install fails, unable to write partitions o i386/85944 i386 FreeBSD restarts after showing "Welcome to FreeBSD" sc o i386/86612 i386 SCSI DAT Drive Issue o i386/86667 i386 GNOME Battery Applet causing keyboard to lag/drop char o i386/86806 i386 Couldn't alloc kernel virtual memory o i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS o i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argument (regress o i386/87085 i386 [install] Will not install on Microtel system o i386/87155 i386 [boot] [panic] Can't Alloc Virtual Memory in FreeBSD 6 o i386/87576 i386 [install] no installation on Acer aspire 1304xc laptop o i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacketStack o i386/87876 i386 Installation Problems for i368 Compaq R3000 s i386/88139 i386 [i386] [request] 53C875 Chipset HP 5064-6016 doesn't w o i386/88459 i386 [panic] Fatal trap 19 (process: idle: cpu0) on HP prol o i386/88610 i386 FreeBSD 6.0 bootonly crashes during boot after sis0, d o i386/88717 i386 freebsd 5.4 boots from lsi 53c1030 only in safe mode o i386/88755 i386 [install] FreeBSD R6.0 on ThinkPad R40 installation re o i386/88853 i386 [hang] SMP system FreeBSD 6.0-STABLE crashed while tra o i386/88929 i386 [install] FreeBSD 6.0 install CD fails to find disks o o i386/89249 i386 HighPoint RocketRAID 1520 (HPT372N) can't write on har o i386/89288 i386 [acpi] DMA error while booting with acpi enable o i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic when mostly idle f i386/89383 i386 [sio] [panic] page fault o i386/90065 i386 [wi] System hangs if wireless card wasn't disabled bef o i386/91038 i386 [panic] 6.0-RELEASE on Fujitsu Siemens Amilo Pro v2040 o i386/91282 i386 [install] 6.0R install CD crashes on Promise PDC20267 o i386/91745 i386 Second processor not detected on Proliant ML530 G2 wit o i386/92193 i386 Can't boot from 6.0 Installation CD: BTX halted (Gigab o i386/93615 i386 [install] Operating system wont install. Problem with o i386/93752 i386 Cannot activate the serial ports on boot probe. BIOS o o i386/93762 i386 Machine lockup at boot loader countdown on SuperMicro o i386/93787 i386 freebsd 6.0 hangs on atkbd0 on Proliant 1850r server a o i386/93809 i386 panic: could not copy LDT on RELENG_5_3 through RELENG o i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o i386/93989 i386 [install] Can't install FreeBSD from IEEE1394 DVD-RW o o i386/94141 i386 [iwi] iwi doesn't work on Acer Laptop o i386/94364 i386 [kbd] Unable to boot on NX9110 laptop o i386/94420 i386 FreeBSD does NOT support the pcChips M925 motherboard. o i386/94911 i386 [ata] ata regression with DOM-IDE o i386/95087 i386 System freeze irrespective of load on Promise FastTrak o i386/96014 i386 [install] HP Pavilion zv5000(Intel) reboot installatio o i386/96225 i386 Toshiba M70-CL3 Hangs Up During Booting o i386/96302 i386 [ata] nVidia nForce CK804 SATA300 controller not recog o i386/96357 i386 FreeBSD cannot recognize all the logical partitions o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work o i386/97025 i386 fbsd (2 cd) dont install in vmware 5.5.0 - reboot. o i386/97263 i386 [ata] FreeBSD only detects first drive on PDC20378 378 o i386/97287 i386 Screen Corruption In FreeBSD 6.X When Apps Started In o i386/98154 i386 6-STABLE crashes when being online via modem (Fujitsu o i386/98215 i386 [geode] regression: FreeBSD can no longer boot Geode G o i386/98765 i386 [sata] timeouts on sata drive (Asus a7n8x-e) o i386/98964 i386 [iwi] iwi totally freezes system o i386/99608 i386 [atapicam] ATAPI or CAM crash on FreeBSD 6.1-stable wi o i386/100420 i386 boot1/boot2 lba error o i386/100831 i386 [sio] sio ignores BIOS information about serial ports o i386/101135 i386 [iwi] iwi goes up and down o i386/101616 i386 FreeBSD freeze on bootup, Compaq Proliant (legacy) ser o i386/101667 i386 [ata] ATA problems when power management is on o i386/101857 i386 Mouse not moving after switching with StarView SV411 K o i386/102410 i386 [install] FreeBSD 6.1-RELEASE installation boot freeze o i386/102562 i386 [em] no traffic pass through a em card after approx. a o i386/103063 i386 [install] Can not install on Dell XPS 700 s i386/103624 i386 [ata] [install] Problem installing on Dell Powervault o i386/104349 i386 [bfe] Panic while uploading data via bfe network inter o i386/104473 i386 boot loader reboots before loading kernel on Albatron o i386/104572 i386 [ata] issues with detecting HDD on Intel Q965 Express o i386/104711 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel - video/ o i386/104719 i386 Seagate ST3802110A errors/delays when using PIO4 or UD o i386/104867 i386 Clock running at 2x speed of wall clock o i386/105708 i386 [em] em driver failed to initialize on thinkpad X60 o i386/107382 i386 [install] "Fatal trap 12" when installing FreeBSD 6.1 o i386/107564 i386 [install] fatal trap 19 during installation on a Dell o i386/108139 i386 [patch] System hangs after /sbin/shutdown o i386/108185 i386 [panic] freebsd 6.2 fatal kernel trap s i386/109200 i386 [ata] READ_UDMA UDMA ICRC error cause not detecting ca o i386/109568 i386 [panic] Reboot server with "Fatal trap 12" o i386/109610 i386 [panic] Fatal trap 12: page fault while in kernel mode o i386/110111 i386 [install] install hangs after APIC inspection, Xeon on o i386/110214 i386 [hang] FreeBSD 6.2 freezes on SSH activitiy caused by o i386/110218 i386 kmem_malloc(4096): kmem_map too small: 335544320 total o i386/112036 i386 [ata] TIMEOUT - WRITE_DMA retrying, TIMEOUT - READ_DMA o i386/112487 i386 [sio] kernel panic on swi0:sio o i386/112580 i386 BTX Halted on HP DV6255 Notebook o i386/112596 i386 [aac] aac driver causes kernel panic - page fault on 2 o i386/112635 i386 [hang] Hang during boot installation o i386/112700 i386 SMP Kernel with FreeBSD 6.2 release on compaq dl360 g1 o i386/114192 i386 Fail to boot with "error issuing ATA_IDENTIFY command" o i386/114208 i386 Problem booting the FreeBSD CD ISO image o i386/114535 i386 Toshiba Satellite 105A: "no driver attached" for vario o i386/115285 i386 [panic] fatal trap 1 on freebsd 6.2 install boot up on o i386/115854 i386 Install FreeBSD with USB CDROM causes panic in BTX loa o i386/115947 i386 Dell poweredge 860 hangs when stressed and ACPI is ena o i386/116297 i386 system hangs during installation o i386/116844 i386 cannot boot from cd when using Dell Vostro 200 Desktop o i386/117297 i386 [hang] System hangs up every day f i386/117795 i386 When I try to boot FreeBSD on i386 the monitor cuts ou o i386/118285 i386 Segmentation fault in reloc_non_plt. o i386/118656 i386 Init dies in single user mode and box get kernel panic o i386/119903 i386 Fast increase in loading of the processor. Almost 100% o i386/119946 i386 [est] sysctl dev.cpu.0.freq on 75 Hz, cannot be change 118 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o i386/74327 i386 [pmap] [patch] mlock() causes physical memory leakage o i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden family o i386/74650 i386 System Reboot with umount command o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s o i386/79840 i386 [sysinstall] Partitioning and formating a new disk fai o i386/80095 i386 ld-elf.so.1 crashes with executables produced by tinyc o i386/85417 i386 [i386] [patch] Possible bug in ia32 floating-point exc o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during o i386/85653 i386 [i386] [patch] relieve hangs in tight loops in process o i386/85654 i386 [i386] [patch] separate max cpu from max apic in i386 o i386/85655 i386 [i386] [patch] expose cpu info for i386 systems o i386/85656 i386 [i386] [patch] expose more i386 specific CPU informati o i386/88020 i386 cannot boot unless: hint.apic.0.disabled="1" is set on o i386/88491 i386 [install] Panic when boot installation CD1 (Acer Trave o i386/88965 i386 vidcontrol hangs with 2 modules of RAM o i386/90243 i386 Laptop fan doesn't turn off (ACPI enabled) (Packard Be o i386/90839 i386 [ata] burncd gets error on CDRIOCFIXATE with HL-DT-ST o i386/91594 i386 FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/1000 MT o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o i386/92501 i386 [irq] Hang on boot with ACPI enabled on ASUS A6R noteb o i386/93793 i386 [kbd] Keyboard stops working after a shutdown -p now ( o i386/95106 i386 [install] cannot install freebsd, Nvidia nForce 2 base o i386/95993 i386 Cyrix 5530 unable to map interrupt o i386/96406 i386 System freezes on IBM xSeries 335 with FreeBSD-6.0-REL o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system o i386/100204 i386 FreeBSD reports raid as broken - but it is not o i386/101062 i386 Freeze on detect Intel 900 VGA on boot with ACPI p i386/101379 i386 [i386] [patch] page fault clobbers error code in trap o i386/105063 i386 [sio] US Robotics (3Com) 3CP5609 PCI 16550 Modem works o i386/105175 i386 [ipmi] ipmi acpi trouble on supermicro server o i386/106789 i386 [nfe] or [nve]: Internal NIC of GA-K8N51GMF-RH does no o i386/106850 i386 [powerd] powernow0 attach returned 6 o i386/109423 i386 [ichsmb] ICH5 smb interface problems o i386/113110 i386 [mk] [patch] i686 is not an alias of pentiumpro on GCC o i386/113160 i386 [install] mountroot> prompt during first boot for inst o i386/113177 i386 [pci] [patch] Extended PCI Configuration register (>= o i386/116100 i386 Fatal trap 12 right after reboot (da0s1error = 6) o i386/116347 i386 [apm] [patch] APM does not suspend USB devices o i386/118350 i386 [hang] BTX loader hangs on PC Engines WRAP o i386/119175 i386 [busdma] [patch] Typo in bus_dmamem_alloc() o i386/119350 i386 [i386] [patch] cpufreq(est) reports invalid frequency. o i386/119491 i386 [i386] [patch] [request] padlock enable for new VIA C7 o i386/119574 i386 [i386] 7.0-RC1 times out in calibrate_clocks() (regres o i386/120516 i386 [i386] Intel "G0" stepping Xeon CPUs perform badly 49 problems total. From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 14:01:06 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0172A16A417; Mon, 11 Feb 2008 14:01:06 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from galain.elvandar.org (galain.elvandar.org [217.148.169.56]) by mx1.freebsd.org (Postfix) with ESMTP id B221413C478; Mon, 11 Feb 2008 14:01:05 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from localhost.we-dare.net ([127.0.0.1] helo=galain.elvandar.org) by galain.elvandar.org with esmtpa (Exim 4.67) (envelope-from ) id 1JOYUU-000DYV-Iy; Mon, 11 Feb 2008 14:14:34 +0100 Received: from 195.64.94.120 (SquirrelMail authenticated user remko) by galain.elvandar.org with HTTP; Mon, 11 Feb 2008 14:14:34 +0100 (CET) Message-ID: <63335.195.64.94.120.1202735674.squirrel@galain.elvandar.org> In-Reply-To: <20080211084652.DCC631B5078@freebsd-stable.sentex.ca> References: <20080211084652.DCC631B5078@freebsd-stable.sentex.ca> Date: Mon, 11 Feb 2008 14:14:34 +0100 (CET) From: "Remko Lodder" To: "FreeBSD Tinderbox" User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: stable@freebsd.org, FreeBSD Tinderbox , i386@freebsd.org Subject: Re: [releng_7 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: remko@elvandar.org List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 14:01:06 -0000 Fixed! On Mon, February 11, 2008 9:46 am, FreeBSD Tinderbox wrote: > TB --- 2008-02-11 08:10:55 - tinderbox 2.3 running on > freebsd-stable.sentex.ca > TB --- 2008-02-11 08:10:55 - starting RELENG_7 tinderbox run for i386/i386 > TB --- 2008-02-11 08:10:55 - cleaning the object tree > TB --- 2008-02-11 08:11:18 - cvsupping the source tree > TB --- 2008-02-11 08:11:18 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s > /tinderbox/RELENG_7/i386/i386/supfile > TB --- 2008-02-11 08:11:26 - building world (CFLAGS=-O2 -pipe) > TB --- 2008-02-11 08:11:26 - cd /src > TB --- 2008-02-11 08:11:26 - /usr/bin/make -B buildworld >>>> World build started on Mon Feb 11 08:11:27 UTC 2008 >>>> Rebuilding the temporary build tree >>>> stage 1.1: legacy release compatibility shims >>>> stage 1.2: bootstrap tools >>>> stage 2.1: cleaning up the object tree >>>> stage 2.2: rebuilding the object tree >>>> stage 2.3: build tools >>>> stage 3: cross tools >>>> stage 4.1: building includes >>>> stage 4.2: building libraries >>>> stage 4.3: make dependencies >>>> stage 4.4: building everything > [...] > building profiled archive library > ranlib libarchive_p.a > gzip -cn /src/lib/libarchive/archive_entry.3 > archive_entry.3.gz > gzip -cn /src/lib/libarchive/archive_read.3 > archive_read.3.gz > gzip -cn /src/lib/libarchive/archive_util.3 > archive_util.3.gz > gzip -cn /src/lib/libarchive/archive_write.3 > archive_write.3.gz > gzip -cn /src/lib/libarchive/archive_write_disk.3 > > archive_write_disk.3.gz > make: don't know how to make cpio.5. Stop > *** Error code 2 > > Stop in /src/lib. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > *** Error code 1 > > Stop in /src. > TB --- 2008-02-11 08:46:52 - WARNING: /usr/bin/make returned exit code 1 > TB --- 2008-02-11 08:46:52 - ERROR: failed to build world > TB --- 2008-02-11 08:46:52 - tinderbox aborted > TB --- 1679.28 user 218.31 system 2156.87 real > > > http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-i386.full > _______________________________________________ > freebsd-i386@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-i386 > To unsubscribe, send any mail to "freebsd-i386-unsubscribe@freebsd.org" > -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 14:20:01 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 140E216A41B for ; Mon, 11 Feb 2008 14:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF4FE13C461 for ; Mon, 11 Feb 2008 14:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1BEK0r2025727 for ; Mon, 11 Feb 2008 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1BEK0rJ025726; Mon, 11 Feb 2008 14:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 11 Feb 2008 14:20:00 GMT Resent-Message-Id: <200802111420.m1BEK0rJ025726@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitriy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E7FF16A419 for ; Mon, 11 Feb 2008 14:13:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4D2B813C448 for ; Mon, 11 Feb 2008 14:13:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1BEB3NS095607 for ; Mon, 11 Feb 2008 14:11:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1BEB3oB095606; Mon, 11 Feb 2008 14:11:03 GMT (envelope-from nobody) Message-Id: <200802111411.m1BEB3oB095606@www.freebsd.org> Date: Mon, 11 Feb 2008 14:11:03 GMT From: Dmitriy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/120534: Troubles in work with SAS controller Adaptec 9410 on motherboard Supermicro X7DBR-3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 14:20:01 -0000 >Number: 120534 >Category: i386 >Synopsis: Troubles in work with SAS controller Adaptec 9410 on motherboard Supermicro X7DBR-3 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 14:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitriy >Release: 6.3 >Organization: Depo Computers >Environment: Troubles in work with SAS controller Adaptec 9410 on motherboard Supermicro X7DBR-3 >Description: Good morning! There is troubles in work with SAS controller Adaptec 9410 on motherboard Supermicro X7DBR-3, FreeBSD 6.3 There is no problem with Linux Please, tell me is there a chance to find or to wright driver for this controller ? Best Regards, Prokhorenko Dmitriy >How-To-Repeat: FreeBSD 6.3 did not see this controller at all. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 17:20:01 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31B2C16A419 for ; Mon, 11 Feb 2008 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 134D413C46A for ; Mon, 11 Feb 2008 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1BHK07C050842 for ; Mon, 11 Feb 2008 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1BHK0hr050841; Mon, 11 Feb 2008 17:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 11 Feb 2008 17:20:00 GMT Resent-Message-Id: <200802111720.m1BHK0hr050841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce Becker Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F98016A475 for ; Mon, 11 Feb 2008 17:14:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 29A0113C4F6 for ; Mon, 11 Feb 2008 17:14:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1BHCgrQ034385 for ; Mon, 11 Feb 2008 17:12:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1BHCgQQ034384; Mon, 11 Feb 2008 17:12:42 GMT (envelope-from nobody) Message-Id: <200802111712.m1BHCgQQ034384@www.freebsd.org> Date: Mon, 11 Feb 2008 17:12:42 GMT From: Bruce Becker To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/120541: coretemp causes kernel panic on pentium III X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 17:20:01 -0000 >Number: 120541 >Category: i386 >Synopsis: coretemp causes kernel panic on pentium III >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 17:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Bruce Becker >Release: 7.0-PRERELEASE >Organization: InfraService >Environment: FreeBSD twain 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #6: Sun Feb 10 20:43:49 EST 2008 root@twain:/usr/obj/usr/src/sys/TWAIN i386 >Description: When "device coretemp" is included into the /sys/i386/conf config file, the kernel panics with a general protection fault when "/etc/rc.d/initrandom" executes "sysctl -a" >How-To-Repeat: On a pentium III system: kldload coretemp.ko; sysctl -a >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 21:00:03 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE33E16A419 for ; Mon, 11 Feb 2008 21:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C4FD213C468 for ; Mon, 11 Feb 2008 21:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1BL03LG067079 for ; Mon, 11 Feb 2008 21:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1BL03me067070; Mon, 11 Feb 2008 21:00:03 GMT (envelope-from gnats) Date: Mon, 11 Feb 2008 21:00:03 GMT Message-Id: <200802112100.m1BL03me067070@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Rui Paulo Cc: Subject: Re: i386/120541: coretemp causes kernel panic on pentium III X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rui Paulo List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 21:00:03 -0000 The following reply was made to PR i386/120541; it has been noted by GNATS. From: Rui Paulo To: Bruce Becker Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/120541: coretemp causes kernel panic on pentium III Date: Mon, 11 Feb 2008 20:25:55 +0000 On Feb 11, 2008, at 5:12 PM, Bruce Becker wrote: > >> Number: 120541 >> Category: i386 >> Synopsis: coretemp causes kernel panic on pentium III >> Confidential: no >> Severity: critical >> Priority: medium >> Responsible: freebsd-i386 >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Mon Feb 11 17:20:00 UTC 2008 >> Closed-Date: >> Last-Modified: >> Originator: Bruce Becker >> Release: 7.0-PRERELEASE >> Organization: > InfraService >> Environment: > FreeBSD twain 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #6: Sun Feb 10 > 20:43:49 EST 2008 root@twain:/usr/obj/usr/src/sys/TWAIN i386 > >> Description: > > When "device coretemp" is included into the /sys/i386/conf config > file, the kernel panics with a general protection fault when "/etc/ > rc.d/initrandom" executes "sysctl -a" > >> How-To-Repeat: > > On a pentium III system: > > kldload coretemp.ko; sysctl -a > >> Fix: > > >> Release-Note: >> Audit-Trail: >> Unformatted: > _______________________________________________ > freebsd-i386@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-i386 > To unsubscribe, send any mail to "freebsd-i386- > unsubscribe@freebsd.org" This is a known issue and we can't do much about it unless try to reject module initialization if the CPU model is lower than a Pentium 4. It's Intel's fault that querying Thermal sensors on a PIII returns true. Can you test this patch? Index: coretemp.c =================================================================== RCS file: /home/ncvs/src/sys/dev/coretemp/coretemp.c,v retrieving revision 1.5 diff -u -p -r1.5 coretemp.c --- coretemp.c 10 Jan 2008 16:09:22 -0000 1.5 +++ coretemp.c 11 Feb 2008 07:23:45 -0000 @@ -143,6 +143,9 @@ coretemp_attach(device_t dev) cpu_model += ((cpu_id >> 16) & 0xf) << 4; cpu_mask = cpu_id & 15; + if (cpu_model < 0xe) + return (ENXIO); + #if 0 /* * XXXrpaulo: I have this CPU model and when it returns from C3 * coretemp continues to function properly. Regards. -- Rui Paulo From owner-freebsd-i386@FreeBSD.ORG Mon Feb 11 21:09:26 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6B6716A417; Mon, 11 Feb 2008 21:09:26 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B717B13C4D5; Mon, 11 Feb 2008 21:09:26 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from freefall.freebsd.org (emaste@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1BL9QXv067402; Mon, 11 Feb 2008 21:09:26 GMT (envelope-from emaste@freefall.freebsd.org) Received: (from emaste@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1BL9QbM067398; Mon, 11 Feb 2008 21:09:26 GMT (envelope-from emaste) Date: Mon, 11 Feb 2008 21:09:26 GMT Message-Id: <200802112109.m1BL9QbM067398@freefall.freebsd.org> To: emaste@FreeBSD.org, freebsd-i386@FreeBSD.org, emaste@FreeBSD.org From: emaste@FreeBSD.org Cc: Subject: Re: kern/120534: Troubles in work with SAS controller Adaptec 9410 on motherboard Supermicro X7DBR-3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 21:09:26 -0000 Synopsis: Troubles in work with SAS controller Adaptec 9410 on motherboard Supermicro X7DBR-3 Responsible-Changed-From-To: freebsd-i386->emaste Responsible-Changed-By: emaste Responsible-Changed-When: Mon Feb 11 21:08:34 UTC 2008 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=120534 From owner-freebsd-i386@FreeBSD.ORG Tue Feb 12 10:38:06 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC49916A41B; Tue, 12 Feb 2008 10:38:06 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCDE613C4D3; Tue, 12 Feb 2008 10:38:06 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from freefall.freebsd.org (rpaulo@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1CAc63c027079; Tue, 12 Feb 2008 10:38:06 GMT (envelope-from rpaulo@freefall.freebsd.org) Received: (from rpaulo@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1CAc6oN027075; Tue, 12 Feb 2008 10:38:06 GMT (envelope-from rpaulo) Date: Tue, 12 Feb 2008 10:38:06 GMT Message-Id: <200802121038.m1CAc6oN027075@freefall.freebsd.org> To: hostmaster@gts.infra-service.ca, rpaulo@FreeBSD.org, freebsd-i386@FreeBSD.org, rpaulo@FreeBSD.org From: rpaulo@FreeBSD.org Cc: Subject: Re: i386/120541: coretemp causes kernel panic on pentium III X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 10:38:07 -0000 Synopsis: coretemp causes kernel panic on pentium III State-Changed-From-To: open->analyzed State-Changed-By: rpaulo State-Changed-When: Tue Feb 12 10:36:09 UTC 2008 State-Changed-Why: I have a fix. Responsible-Changed-From-To: freebsd-i386->rpaulo Responsible-Changed-By: rpaulo Responsible-Changed-When: Tue Feb 12 10:36:09 UTC 2008 Responsible-Changed-Why: I have a fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=120541 From owner-freebsd-i386@FreeBSD.ORG Tue Feb 12 11:12:01 2008 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9AF116A46D for ; Tue, 12 Feb 2008 11:12:01 +0000 (UTC) (envelope-from jyrj123@rediffmail.com) Received: from rediffmail.com (f5mail-237-203.rediffmail.com [202.137.237.203]) by mx1.freebsd.org (Postfix) with SMTP id 9E79213C4D3 for ; Tue, 12 Feb 2008 11:12:00 +0000 (UTC) (envelope-from jyrj123@rediffmail.com) Received: (qmail 24112 invoked by uid 510); 12 Feb 2008 10:42:26 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=redf; d=rediffmail.com; b=cOz5d2N6I7Dejk3PhOuexBc8t5dfoeGK29pbsS23FqVWITuGc170G3oaOw4D1urMKVzu8MRJeWenugINaf5gnsxrzYDU6tq+7/73X0gCmppMlTx6IBIzPss9XDryBIK9kAEn5zSsJoVAMvZ88KobmK+9O6DmOUt8NmLiF45Mh3g= ; Date: 12 Feb 2008 10:42:26 -0000 Message-ID: <20080212104226.24109.qmail@f5mail-237-203.rediffmail.com> Received: from unknown (59.162.68.1) by rediffmail.com via HTTP; 12 feb 2008 10:42:26 -0000 MIME-Version: 1.0 From: "Sameer Bhagwat" To: freebsd-i386@freebsd.org X-Mailman-Approved-At: Tue, 12 Feb 2008 12:21:28 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD6.0-Xerces tests fail to execute with lock/mutex related error msg X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sameer Bhagwat List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 11:12:01 -0000 =0AFreeBSD.6.0_i386_gcc-3.4.4/=0A=0A ./CreateDOMDocument=0ACannot create,= lock or unlock a mutex=0A=0APlease let me know how I could resolve the i= ssue =85 is this issue fixed in the next FreeBSD version ? do let me know= the version .. Thanks=0A From owner-freebsd-i386@FreeBSD.ORG Tue Feb 12 21:20:02 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAB8C16A420 for ; Tue, 12 Feb 2008 21:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ACEF113C4CC for ; Tue, 12 Feb 2008 21:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1CLK2Uu077941 for ; Tue, 12 Feb 2008 21:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1CLK2tO077940; Tue, 12 Feb 2008 21:20:02 GMT (envelope-from gnats) Date: Tue, 12 Feb 2008 21:20:02 GMT Message-Id: <200802122120.m1CLK2tO077940@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Volker Cc: Subject: Re: i386/88610: FreeBSD 6.0 bootonly crashes during boot after sis0, during sis1 w/ Fault 12 (regression) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volker List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 21:20:02 -0000 The following reply was made to PR i386/88610; it has been noted by GNATS. From: Volker To: bug-followup@FreeBSD.org, mitch@bitblock.com Cc: Subject: Re: i386/88610: FreeBSD 6.0 bootonly crashes during boot after sis0, during sis1 w/ Fault 12 (regression) Date: Tue, 12 Feb 2008 22:11:56 +0100 Mitch, I'm really sorry your PR hasn't touched for years. Are you still able to reproduce the problem with a later release of FreeBSD (say, latest 6.3-RELEASE)? If so, can you please provide a backtrace so any developer can take a look at this problem? If you're unable to reproduce the problem anymore, do you agree to close this PR? From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 02:53:52 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2A6616A419; Wed, 13 Feb 2008 02:53:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6084A13C43E; Wed, 13 Feb 2008 02:53:52 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1D2rpwb013254; Tue, 12 Feb 2008 21:53:51 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1D2rpo9005829; Tue, 12 Feb 2008 21:53:51 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 7870C1B5078; Tue, 12 Feb 2008 21:53:51 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080213025351.7870C1B5078@freebsd-stable.sentex.ca> Date: Tue, 12 Feb 2008 21:53:51 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 02:53:52 -0000 TB --- 2008-02-13 02:02:35 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 02:02:35 - starting RELENG_7 tinderbox run for i386/i386 TB --- 2008-02-13 02:02:36 - cleaning the object tree TB --- 2008-02-13 02:02:57 - cvsupping the source tree TB --- 2008-02-13 02:02:57 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/i386/i386/supfile TB --- 2008-02-13 02:03:05 - building world (CFLAGS=-O2 -pipe) TB --- 2008-02-13 02:03:05 - cd /src TB --- 2008-02-13 02:03:05 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 13 02:03:06 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/gpt.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/label.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/map.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/migrate.c /src/sbin/gpt/migrate.c: In function 'migrate_disklabel': /src/sbin/gpt/migrate.c:121: error: 'FS_ZFS' undeclared (first use in this function) /src/sbin/gpt/migrate.c:121: error: (Each undeclared identifier is reported only once /src/sbin/gpt/migrate.c:121: error: for each function it appears in.) *** Error code 1 Stop in /src/sbin/gpt. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-13 02:53:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-13 02:53:51 - ERROR: failed to build world TB --- 2008-02-13 02:53:51 - tinderbox aborted TB --- 2601.27 user 279.55 system 3075.30 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 02:57:22 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D944416A418; Wed, 13 Feb 2008 02:57:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 97F5913C442; Wed, 13 Feb 2008 02:57:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1D2vMNH064696; Tue, 12 Feb 2008 21:57:22 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1D2vL82029625; Tue, 12 Feb 2008 21:57:21 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id BBD181B5078; Tue, 12 Feb 2008 21:57:21 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080213025721.BBD181B5078@freebsd-stable.sentex.ca> Date: Tue, 12 Feb 2008 21:57:21 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 02:57:23 -0000 TB --- 2008-02-13 02:05:43 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 02:05:43 - starting RELENG_7 tinderbox run for i386/pc98 TB --- 2008-02-13 02:05:43 - cleaning the object tree TB --- 2008-02-13 02:06:04 - cvsupping the source tree TB --- 2008-02-13 02:06:04 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/i386/pc98/supfile TB --- 2008-02-13 02:06:12 - building world (CFLAGS=-O2 -pipe) TB --- 2008-02-13 02:06:12 - cd /src TB --- 2008-02-13 02:06:12 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 13 02:06:12 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/gpt.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/label.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/map.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/migrate.c /src/sbin/gpt/migrate.c: In function 'migrate_disklabel': /src/sbin/gpt/migrate.c:121: error: 'FS_ZFS' undeclared (first use in this function) /src/sbin/gpt/migrate.c:121: error: (Each undeclared identifier is reported only once /src/sbin/gpt/migrate.c:121: error: for each function it appears in.) *** Error code 1 Stop in /src/sbin/gpt. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-13 02:57:21 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-13 02:57:21 - ERROR: failed to build world TB --- 2008-02-13 02:57:21 - tinderbox aborted TB --- 2600.10 user 288.62 system 3098.07 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 09:20:01 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAB8816A46C for ; Wed, 13 Feb 2008 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB9F013C4E5 for ; Wed, 13 Feb 2008 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1D9K1kJ042104 for ; Wed, 13 Feb 2008 09:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1D9K1xq042103; Wed, 13 Feb 2008 09:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 13 Feb 2008 09:20:01 GMT Resent-Message-Id: <200802130920.m1D9K1xq042103@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simon Lundström Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C47A016A417 for ; Wed, 13 Feb 2008 09:11:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B644F13C45D for ; Wed, 13 Feb 2008 09:11:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1D99Eq6018630 for ; Wed, 13 Feb 2008 09:09:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1D99EZp018629; Wed, 13 Feb 2008 09:09:14 GMT (envelope-from nobody) Message-Id: <200802130909.m1D99EZp018629@www.freebsd.org> Date: Wed, 13 Feb 2008 09:09:14 GMT From: Simon Lundström To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/120609: Kernel panic when using lighttpd, dev claims not their fault X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 09:20:02 -0000 >Number: 120609 >Category: i386 >Synopsis: Kernel panic when using lighttpd, dev claims not their fault >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 13 09:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Simon Lundström >Release: 5.4-STABLE >Organization: Stockholm University >Environment: FreeBSD storm.it.su.se 5.4-STABLE FreeBSD 5.4-STABLE #11: Thu Nov 24 15:14:58 CET 2005 root@lab18.lab.it.su.se:/usr/obj/afs/su.se/system/i386_fbsd5x/build-tree/src/sys/SU-GENERIC i386 >Description: I know that devs hate tickets like this one (I sure do), but I'd like some information about what might have gone wrong. Also, Jan Kneschke the lead developer of lighttpd requested this ticket since he have not recieved any similar ticket and noted that lighttpd should not cause a kernel panic since it isn't in the kernel and doing dangerous stuff (except using standard functions for this). We are using lighttpd on a machine to only do HTTP redirects based on what IP it comes from and the machine kernel paniced one day (not ever since) with this message: Kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 2; apic id = 06 fault virtual address = 0x24 fault code = supervisor read, page not present instruction pointer = 0x8:0xc063a11b stack pointer = 0x10:0xe8be3b74 frame pointer = 0x10:0xe8be3b88 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 26536 (lighttpd) trap number = 12 panic: page fault cpuid = 2 spin lock sched lock held by 0xc349e688 for > 5 seconds spin lock sched lock held by 0xc349e688 for > 5 seconds I'm sorry if some of the info is incorrect, I took a photo of the monitor with my mobilephonecamera and it was a bit blurry. I tried my best to interpret it. >How-To-Repeat: Has not occurred since the problem first appeared. >Fix: None. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 10:44:09 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4187916A421; Wed, 13 Feb 2008 10:44:09 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D43E13C4DD; Wed, 13 Feb 2008 10:44:09 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1DAi8Hd049495; Wed, 13 Feb 2008 10:44:08 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1DAi8Zn049491; Wed, 13 Feb 2008 10:44:08 GMT (envelope-from remko) Date: Wed, 13 Feb 2008 10:44:08 GMT Message-Id: <200802131044.m1DAi8Zn049491@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: i386/120609: [panic]: Kernel panic when using lighttpd, dev claims not their fault X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 10:44:09 -0000 Old Synopsis: Kernel panic when using lighttpd, dev claims not their fault New Synopsis: [panic]: Kernel panic when using lighttpd, dev claims not their fault Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: remko Responsible-Changed-When: Wed Feb 13 10:43:41 UTC 2008 Responsible-Changed-Why: Unclear what the problem is, but does not sound i386 specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=120609 From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 11:26:59 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 668ED16A468; Wed, 13 Feb 2008 11:26:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 24E4E13C4E1; Wed, 13 Feb 2008 11:26:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DBQwh6062934; Wed, 13 Feb 2008 06:26:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DBQwxb023217; Wed, 13 Feb 2008 06:26:58 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 2FDFE1B5078; Wed, 13 Feb 2008 06:26:58 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080213112658.2FDFE1B5078@freebsd-stable.sentex.ca> Date: Wed, 13 Feb 2008 06:26:58 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner4 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 11:26:59 -0000 TB --- 2008-02-13 10:35:38 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 10:35:38 - starting RELENG_7 tinderbox run for i386/i386 TB --- 2008-02-13 10:35:38 - cleaning the object tree TB --- 2008-02-13 10:35:46 - cvsupping the source tree TB --- 2008-02-13 10:35:46 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/i386/i386/supfile TB --- 2008-02-13 10:35:52 - building world (CFLAGS=-O2 -pipe) TB --- 2008-02-13 10:35:52 - cd /src TB --- 2008-02-13 10:35:52 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 13 10:35:53 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/gpt.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/label.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/map.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/migrate.c /src/sbin/gpt/migrate.c: In function 'migrate_disklabel': /src/sbin/gpt/migrate.c:121: error: 'FS_ZFS' undeclared (first use in this function) /src/sbin/gpt/migrate.c:121: error: (Each undeclared identifier is reported only once /src/sbin/gpt/migrate.c:121: error: for each function it appears in.) *** Error code 1 Stop in /src/sbin/gpt. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-13 11:26:57 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-13 11:26:57 - ERROR: failed to build world TB --- 2008-02-13 11:26:57 - tinderbox aborted TB --- 2603.91 user 278.04 system 3079.73 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 11:29:25 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B56E16A46B; Wed, 13 Feb 2008 11:29:25 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 4B1DC13C4CE; Wed, 13 Feb 2008 11:29:24 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DBTOOu091706; Wed, 13 Feb 2008 06:29:24 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [64.7.128.103]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DBTOZK083213; Wed, 13 Feb 2008 06:29:24 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-stable.sentex.ca (Postfix, from userid 666) id 2384F1B5078; Wed, 13 Feb 2008 06:29:24 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080213112924.2384F1B5078@freebsd-stable.sentex.ca> Date: Wed, 13 Feb 2008 06:29:24 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner3 X-Virus-Status: Clean Cc: Subject: [releng_7 tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 11:29:25 -0000 TB --- 2008-02-13 10:37:57 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 10:37:57 - starting RELENG_7 tinderbox run for i386/pc98 TB --- 2008-02-13 10:37:57 - cleaning the object tree TB --- 2008-02-13 10:38:12 - cvsupping the source tree TB --- 2008-02-13 10:38:12 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_7/i386/pc98/supfile TB --- 2008-02-13 10:38:18 - building world (CFLAGS=-O2 -pipe) TB --- 2008-02-13 10:38:18 - cd /src TB --- 2008-02-13 10:38:18 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 13 10:38:19 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/gpt.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/label.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/map.c cc -O2 -pipe -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/gpt/migrate.c /src/sbin/gpt/migrate.c: In function 'migrate_disklabel': /src/sbin/gpt/migrate.c:121: error: 'FS_ZFS' undeclared (first use in this function) /src/sbin/gpt/migrate.c:121: error: (Each undeclared identifier is reported only once /src/sbin/gpt/migrate.c:121: error: for each function it appears in.) *** Error code 1 Stop in /src/sbin/gpt. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-13 11:29:24 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-13 11:29:24 - ERROR: failed to build world TB --- 2008-02-13 11:29:24 - tinderbox aborted TB --- 2601.59 user 286.79 system 3086.43 real http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 11:32:50 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 804C816A46E; Wed, 13 Feb 2008 11:32:50 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 54D7113C457; Wed, 13 Feb 2008 11:32:50 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DBWnmV063147; Wed, 13 Feb 2008 06:32:49 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy.sentex.ca (freebsd-legacy.sentex.ca [64.7.128.104]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DBWnWn036378; Wed, 13 Feb 2008 06:32:49 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-legacy.sentex.ca (Postfix, from userid 666) id 6AEF4241A2; Wed, 13 Feb 2008 06:33:12 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080213113312.6AEF4241A2@freebsd-legacy.sentex.ca> Date: Wed, 13 Feb 2008 06:33:12 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [releng_6 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 11:32:50 -0000 TB --- 2008-02-13 10:26:16 - tinderbox 2.3 running on freebsd-legacy.sentex.ca TB --- 2008-02-13 10:26:16 - starting RELENG_6 tinderbox run for i386/i386 TB --- 2008-02-13 10:26:16 - cleaning the object tree TB --- 2008-02-13 10:27:03 - cvsupping the source tree TB --- 2008-02-13 10:27:03 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/RELENG_6/i386/i386/supfile TB --- 2008-02-13 10:27:10 - building world (CFLAGS=-O2 -pipe) TB --- 2008-02-13 10:27:10 - cd /src TB --- 2008-02-13 10:27:10 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2008-02-13 11:20:51 - generating LINT kernel config TB --- 2008-02-13 11:20:51 - cd /src/sys/i386/conf TB --- 2008-02-13 11:20:51 - /usr/bin/make -B LINT TB --- 2008-02-13 11:20:51 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2008-02-13 11:20:51 - cd /src TB --- 2008-02-13 11:20:51 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Feb 13 11:20:52 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/i386/ibcs2/ibcs2_xenix.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/i386/ibcs2/ibcs2_xenix_sysent.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/i386/ibcs2/imgact_coff.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/i386/isa/atpic.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /src/sys/i386/isa/clock.c /src/sys/i386/isa/clock.c: In function `DELAY': /src/sys/i386/isa/clock.c:301: warning: implicit declaration of function `cpu_spinwait' /src/sys/i386/isa/clock.c:301: warning: nested extern declaration of `cpu_spinwait' *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-13 11:33:12 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-13 11:33:12 - ERROR: failed to build lint kernel TB --- 2008-02-13 11:33:12 - tinderbox aborted TB --- 3164.52 user 372.58 system 4015.77 real http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 13:44:26 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53A8116A419; Wed, 13 Feb 2008 13:44:26 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.freebsd.org (Postfix) with ESMTP id 18A9C13C4F5; Wed, 13 Feb 2008 13:44:25 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id m1DD5vij005683; Wed, 13 Feb 2008 05:05:57 -0800 (PST) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id m1DD5vJ7005682; Wed, 13 Feb 2008 05:05:57 -0800 (PST) (envelope-from david) Date: Wed, 13 Feb 2008 05:05:57 -0800 From: David Wolfskill To: stable@freebsd.org, i386@freebsd.org Message-ID: <20080213130557.GU53191@bunrab.catwhisker.org> Mail-Followup-To: David Wolfskill , stable@freebsd.org, i386@freebsd.org, jhb@freebsd.org References: <20080213113312.6AEF4241A2@freebsd-legacy.sentex.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/qX1VF4Euib7a2dq" Content-Disposition: inline In-Reply-To: <20080213113312.6AEF4241A2@freebsd-legacy.sentex.ca> User-Agent: Mutt/1.4.2.1i Cc: jhb@freebsd.org Subject: Re: [releng_6 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 13:44:26 -0000 --/qX1VF4Euib7a2dq Content-Type: multipart/mixed; boundary="Oodyc6ouB/5xmHkU" Content-Disposition: inline --Oodyc6ouB/5xmHkU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 13, 2008 at 06:33:12AM -0500, FreeBSD Tinderbox wrote: > [...] > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-ex= terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -fformat-extensions -std=3Dc99 -nostdinc -I- -I. -I/src/sys -I= /src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/= src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/= em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common= -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct= ion-growth=3D1000 -DGPROF -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-bui= ltin -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-= 3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /sr= c/sys/i386/ibcs2/ibcs2_xenix.c > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-ex= terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -fformat-extensions -std=3Dc99 -nostdinc -I- -I. -I/src/sys -I= /src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/= src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/= em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common= -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct= ion-growth=3D1000 -DGPROF -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-bui= ltin -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-= 3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /sr= c/sys/i386/ibcs2/ibcs2_xenix_sysent.c > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-ex= terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -fformat-extensions -std=3Dc99 -nostdinc -I- -I. -I/src/sys -I= /src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/= src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/= em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common= -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct= ion-growth=3D1000 -DGPROF -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-bui= ltin -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-= 3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /sr= c/sys/i386/ibcs2/imgact_coff.c > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-ex= terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -fformat-extensions -std=3Dc99 -nostdinc -I- -I. -I/src/sys -I= /src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/= src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/= em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common= -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct= ion-growth=3D1000 -DGPROF -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-bui= ltin -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-= 3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /sr= c/sys/i386/isa/atpic.c > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-ex= terns -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W= cast-qual -fformat-extensions -std=3Dc99 -nostdinc -I- -I. -I/src/sys -I= /src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/= src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/= em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common= -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct= ion-growth=3D1000 -DGPROF -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-bui= ltin -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-= 3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /sr= c/sys/i386/isa/clock.c > /src/sys/i386/isa/clock.c: In function `DELAY': > /src/sys/i386/isa/clock.c:301: warning: implicit declaration of function = `cpu_spinwait' > /src/sys/i386/isa/clock.c:301: warning: nested extern declaration of `cpu= _spinwait' > *** Error code 1 >=20 > Stop in /obj/src/sys/LINT. > *** Error code 1 >=20 > Stop in /src. > *** Error code 1 >=20 > Stop in /src. > TB --- 2008-02-13 11:33:12 - WARNING: /usr/bin/make returned exit code 1= =20 > TB --- 2008-02-13 11:33:12 - ERROR: failed to build lint kernel > TB --- 2008-02-13 11:33:12 - tinderbox aborted > TB --- 3164.52 user 372.58 system 4015.77 real Looks as if the MFC for sys/${arch}/isa/clock.c missed adding #include to the file. For i386, the attached patch fixes it; a similar patch is likely wanted for other values of ${arch}. Peace, david --=20 David H. Wolfskill david@catwhisker.org I submit that "conspiracy" would be an appropriate collective noun for cats. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --Oodyc6ouB/5xmHkU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="clock.c.diff" Content-Transfer-Encoding: quoted-printable Index: sys/i386/isa/clock.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/freebsd/src/sys/i386/isa/clock.c,v retrieving revision 1.222.2.4 diff -u -r1.222.2.4 clock.c --- sys/i386/isa/clock.c 12 Feb 2008 19:14:01 -0000 1.222.2.4 +++ sys/i386/isa/clock.c 13 Feb 2008 12:58:41 -0000 @@ -70,6 +70,7 @@ #include =20 #include +#include #include #include #include --Oodyc6ouB/5xmHkU-- --/qX1VF4Euib7a2dq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkey6zQACgkQmprOCmdXAD2HwwCdFLTw09f5oypW4oCkphg21rFa f+cAn1q1J8+ZJAxEraVwdSykq+mqkXHJ =rhBF -----END PGP SIGNATURE----- --/qX1VF4Euib7a2dq-- From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 16:23:16 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47ECF16A46D; Wed, 13 Feb 2008 16:23:16 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 23D5F13C478; Wed, 13 Feb 2008 16:23:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DGNFow023007; Wed, 13 Feb 2008 11:23:15 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DGNFnK088917; Wed, 13 Feb 2008 11:23:15 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 4A5A973039; Wed, 13 Feb 2008 11:23:15 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080213162315.4A5A973039@freebsd-current.sentex.ca> Date: Wed, 13 Feb 2008 11:23:15 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner2 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 16:23:16 -0000 TB --- 2008-02-13 15:19:02 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-02-13 15:19:02 - starting HEAD tinderbox run for i386/i386 TB --- 2008-02-13 15:19:02 - cleaning the object tree TB --- 2008-02-13 15:19:33 - cvsupping the source tree TB --- 2008-02-13 15:19:33 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile TB --- 2008-02-13 15:19:40 - building world (CFLAGS=-O -pipe) TB --- 2008-02-13 15:19:40 - cd /src TB --- 2008-02-13 15:19:40 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 13 15:19:42 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Feb 13 16:20:51 UTC 2008 TB --- 2008-02-13 16:20:51 - generating LINT kernel config TB --- 2008-02-13 16:20:51 - cd /src/sys/i386/conf TB --- 2008-02-13 16:20:51 - /usr/bin/make -B LINT TB --- 2008-02-13 16:20:51 - building LINT kernel (COPTFLAGS=) TB --- 2008-02-13 16:20:51 - cd /src TB --- 2008-02-13 16:20:51 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Feb 13 16:20:51 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] awk -f /src/sys/tools/makeobjops.awk /src/sys/kern/serdev_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/libkern/iconv_converter_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/opencrypto/cryptodev_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/acpica/acpi_if.m -h rm -f .newdep /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding cc: /src/sys/fs/coda/coda_namecache.c: No such file or directory mkdep: compile failed *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-13 16:23:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-13 16:23:15 - ERROR: failed to build lint kernel TB --- 2008-02-13 16:23:15 - tinderbox aborted TB --- 2878.83 user 340.92 system 3852.89 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Wed Feb 13 16:53:38 2008 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E03E16A41B; Wed, 13 Feb 2008 16:53:38 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5890713C44B; Wed, 13 Feb 2008 16:53:38 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DGrbXM010040; Wed, 13 Feb 2008 11:53:37 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m1DGrbsm044058; Wed, 13 Feb 2008 11:53:37 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C109A73039; Wed, 13 Feb 2008 11:53:36 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080213165336.C109A73039@freebsd-current.sentex.ca> Date: Wed, 13 Feb 2008 11:53:36 -0500 (EST) X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on clamscanner1 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 16:53:38 -0000 TB --- 2008-02-13 15:50:18 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-02-13 15:50:18 - starting HEAD tinderbox run for i386/pc98 TB --- 2008-02-13 15:50:18 - cleaning the object tree TB --- 2008-02-13 15:50:49 - cvsupping the source tree TB --- 2008-02-13 15:50:49 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile TB --- 2008-02-13 15:50:55 - building world (CFLAGS=-O -pipe) TB --- 2008-02-13 15:50:55 - cd /src TB --- 2008-02-13 15:50:55 - /usr/bin/make -B buildworld >>> World build started on Wed Feb 13 15:50:57 UTC 2008 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Wed Feb 13 16:51:36 UTC 2008 TB --- 2008-02-13 16:51:36 - generating LINT kernel config TB --- 2008-02-13 16:51:36 - cd /src/sys/pc98/conf TB --- 2008-02-13 16:51:36 - /usr/bin/make -B LINT TB --- 2008-02-13 16:51:36 - building LINT kernel (COPTFLAGS=) TB --- 2008-02-13 16:51:36 - cd /src TB --- 2008-02-13 16:51:36 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Feb 13 16:51:36 UTC 2008 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] awk -f /src/sys/tools/makeobjops.awk /src/sys/kern/serdev_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/libkern/iconv_converter_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/opencrypto/cryptodev_if.m -h awk -f /src/sys/tools/makeobjops.awk /src/sys/pc98/pc98/canbus_if.m -h rm -f .newdep /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/gnu/fs/xfs/FreeBSD -I/src/sys/gnu/fs/xfs/FreeBSD/support -I/src/sys/gnu/fs/xfs -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding cc: /src/sys/fs/coda/coda_namecache.c: No such file or directory mkdep: compile failed *** Error code 1 Stop in /obj/pc98/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-02-13 16:53:36 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-02-13 16:53:36 - ERROR: failed to build lint kernel TB --- 2008-02-13 16:53:36 - tinderbox aborted TB --- 2842.99 user 347.48 system 3798.59 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Fri Feb 15 05:20:01 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1386B16A421 for ; Fri, 15 Feb 2008 05:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DD86D13C45D for ; Fri, 15 Feb 2008 05:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1F5K0e5053355 for ; Fri, 15 Feb 2008 05:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1F5K02T053354; Fri, 15 Feb 2008 05:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 15 Feb 2008 05:20:00 GMT Resent-Message-Id: <200802150520.m1F5K02T053354@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, mark Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67A6016A420 for ; Fri, 15 Feb 2008 05:18:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3481313C469 for ; Fri, 15 Feb 2008 05:18:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1F5GTBc052151 for ; Fri, 15 Feb 2008 05:16:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1F5GTHd052140; Fri, 15 Feb 2008 05:16:29 GMT (envelope-from nobody) Message-Id: <200802150516.m1F5GTHd052140@www.freebsd.org> Date: Fri, 15 Feb 2008 05:16:29 GMT From: mark To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/120685: file share/zoneinfo/northamerica has duplicate lines for northamerica X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 05:20:01 -0000 >Number: 120685 >Category: i386 >Synopsis: file share/zoneinfo/northamerica has duplicate lines for northamerica >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 05:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: mark >Release: 4.9-stable >Organization: student >Environment: FreeBSD ns2-cust.alchemy.net 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu Feb 14 20:55:42 PST 2008 root@ns2-cust.alchemy.net:/usr/obj/usr/src/sys/NS2-CUST i386 >Description: file share/zoneinfo/northamerica has duplicate lines for northamerica >How-To-Repeat: >Fix: remove lines 360, 361, 362 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Feb 15 06:21:58 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B39B16A41A; Fri, 15 Feb 2008 06:21:58 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6578A13C442; Fri, 15 Feb 2008 06:21:58 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1F6Lw3j058591; Fri, 15 Feb 2008 06:21:58 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1F6LwWm058587; Fri, 15 Feb 2008 06:21:58 GMT (envelope-from remko) Date: Fri, 15 Feb 2008 06:21:58 GMT Message-Id: <200802150621.m1F6LwWm058587@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-i386@FreeBSD.org, edwin@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: i386/120685: file share/zoneinfo/northamerica has duplicate lines for northamerica X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 06:21:58 -0000 Synopsis: file share/zoneinfo/northamerica has duplicate lines for northamerica Responsible-Changed-From-To: freebsd-i386->edwin Responsible-Changed-By: remko Responsible-Changed-When: Fri Feb 15 06:21:57 UTC 2008 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=120685 From owner-freebsd-i386@FreeBSD.ORG Fri Feb 15 07:20:01 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBC4B16A420 for ; Fri, 15 Feb 2008 07:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B64313C465 for ; Fri, 15 Feb 2008 07:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1F7K1qo063799 for ; Fri, 15 Feb 2008 07:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1F7K17K063798; Fri, 15 Feb 2008 07:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 15 Feb 2008 07:20:01 GMT Resent-Message-Id: <200802150720.m1F7K17K063798@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1334016A41A for ; Fri, 15 Feb 2008 07:12:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id CEC9913C459 for ; Fri, 15 Feb 2008 07:12:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1F79qIG075339 for ; Fri, 15 Feb 2008 07:09:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1F79qqF075338; Fri, 15 Feb 2008 07:09:52 GMT (envelope-from nobody) Message-Id: <200802150709.m1F79qqF075338@www.freebsd.org> Date: Fri, 15 Feb 2008 07:09:52 GMT From: Frank To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/120686: FTP of anonymous X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 07:20:01 -0000 >Number: 120686 >Category: i386 >Synopsis: FTP of anonymous >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 07:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Frank >Release: FreeBSD 6.0 >Organization: >Environment: 550 operation not permitted >Description: I have set FTP to anonymous but i can't move it and delete, now how shold i solve this problem. #pw adduser ftp #mkdir /home/ftp #chown ftp:ftp /home/ftp when i move it or delete it would display: 550 operation not permitted >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Feb 15 08:26:46 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 799A116A420; Fri, 15 Feb 2008 08:26:46 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E81A13C46E; Fri, 15 Feb 2008 08:26:46 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1F8Qkwm067981; Fri, 15 Feb 2008 08:26:46 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1F8QktM067977; Fri, 15 Feb 2008 08:26:46 GMT (envelope-from remko) Date: Fri, 15 Feb 2008 08:26:46 GMT Message-Id: <200802150826.m1F8QktM067977@freefall.freebsd.org> To: andreas.chiou@msa.hinet.net, remko@FreeBSD.org, freebsd-i386@FreeBSD.org From: remko@FreeBSD.org Cc: Subject: Re: i386/120686: FTP of anonymous X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 08:26:46 -0000 Synopsis: FTP of anonymous State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Fri Feb 15 08:26:45 UTC 2008 State-Changed-Why: This is a userquestion, not a problem report. Please refer to questions@FreeBSD.org for your question http://www.freebsd.org/cgi/query-pr.cgi?pr=120686 From owner-freebsd-i386@FreeBSD.ORG Fri Feb 15 14:50:06 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3B7516A4A6 for ; Fri, 15 Feb 2008 14:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B8CEF13C478 for ; Fri, 15 Feb 2008 14:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1FEo54i001415 for ; Fri, 15 Feb 2008 14:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1FEo5mT001414; Fri, 15 Feb 2008 14:50:05 GMT (envelope-from gnats) Resent-Date: Fri, 15 Feb 2008 14:50:05 GMT Resent-Message-Id: <200802151450.m1FEo5mT001414@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Y.Okabe" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E242616A418 for ; Fri, 15 Feb 2008 14:49:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B6ABC13C4E1 for ; Fri, 15 Feb 2008 14:49:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1FEkoe0011104 for ; Fri, 15 Feb 2008 14:46:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1FEko4p011103; Fri, 15 Feb 2008 14:46:50 GMT (envelope-from nobody) Message-Id: <200802151446.m1FEko4p011103@www.freebsd.org> Date: Fri, 15 Feb 2008 14:46:50 GMT From: "Y.Okabe" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/120714: viapm driver doesn't work on VIA VT8237 chip X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 14:50:06 -0000 >Number: 120714 >Category: i386 >Synopsis: viapm driver doesn't work on VIA VT8237 chip >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 14:50:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Y.Okabe >Release: 7.0-RC2 >Organization: n/a >Environment: FreeBSD 7.0-PRERELEASE VIA C7 1.5Ghz + CN700 + VT8237R >Description: I configure and build kernel with enable viapm driver. but, kernrl could not detect the VIA VT8237R southbridge on my motherboad(GA-C7V7). The OpenBSD current viapm.c that support VT8237(same as VT8233). >How-To-Repeat: install 7.0 RC2 >Fix: patched kernel's dmesg >> viapropm0: port 0x500-0x5 0f at device 17.0 on pci0 smbus0: on viapropm0 smb0: on smbus0 isa0: on viapropm0 Add VT8237 pci-deviceID to viapm.c (and shrink code very little...) *** /usr/src/sys/pci/viapm.c.org Fri Feb 15 22:00:49 2008 --- /usr/src/sys/pci/viapm.c Fri Feb 15 22:10:29 2008 *************** static int viapm_debug = 0; *** 70,75 **** --- 70,76 ---- #define VIA_8233_PMU_ID 0x30741106 #define VIA_8233A_PMU_ID 0x31471106 #define VIA_8235_PMU_ID 0x31771106 + #define VIA_8237_PMU_ID 0x32271106 #define VIA_CX700_PMU_ID 0x83241106 #define VIAPM_INB(port) \ *************** viapm_pro_probe(device_t dev) *** 276,298 **** case VIA_8233_PMU_ID: case VIA_8233A_PMU_ID: - desc = "VIA VT8233 Power Management Unit"; - viapm->type = VIAPM_TYP_UNKNOWN; - base_cfgreg = VIAPM_8233_BASE; - goto viapro; - case VIA_8235_PMU_ID: ! desc = "VIA VT8235 Power Management Unit"; ! viapm->type = VIAPM_TYP_UNKNOWN; ! base_cfgreg = VIAPM_8233_BASE; ! goto viapro; ! case VIA_CX700_PMU_ID: ! desc = "VIA CX700 Power Management Unit"; ! viapm->type = VIAPM_TYP_UNKNOWN; base_cfgreg = VIAPM_8233_BASE; goto viapro; viapro: #ifdef VIAPM_BASE_ADDR --- 277,291 ---- case VIA_8233_PMU_ID: case VIA_8233A_PMU_ID: case VIA_8235_PMU_ID: ! case VIA_8237_PMU_ID: case VIA_CX700_PMU_ID: ! desc = "VIA VT8233/VT8235/VT8237/CX700 Power Management Unit"; ! viapm->type = VIAPM_TYP_8233; base_cfgreg = VIAPM_8233_BASE; goto viapro; + viapro: #ifdef VIAPM_BASE_ADDR >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Feb 15 17:20:04 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE43B16A417 for ; Fri, 15 Feb 2008 17:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9386713C4D5 for ; Fri, 15 Feb 2008 17:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1FHK4i7015934 for ; Fri, 15 Feb 2008 17:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1FHK4Al015932; Fri, 15 Feb 2008 17:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 15 Feb 2008 17:20:04 GMT Resent-Message-Id: <200802151720.m1FHK4Al015932@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Melson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9A1E16A418 for ; Fri, 15 Feb 2008 17:19:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BDB0013C458 for ; Fri, 15 Feb 2008 17:19:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1FHH0o0073658 for ; Fri, 15 Feb 2008 17:17:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1FHH0MN073657; Fri, 15 Feb 2008 17:17:00 GMT (envelope-from nobody) Message-Id: <200802151717.m1FHH0MN073657@www.freebsd.org> Date: Fri, 15 Feb 2008 17:17:00 GMT From: Robert Melson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/120721: crypto/camellia.{h, c} missing from source distribution X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 17:20:04 -0000 >Number: 120721 >Category: i386 >Synopsis: crypto/camellia.{h,c} missing from source distribution >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 17:20:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Robert Melson >Release: FreeBSD 6.3-PRERELEASE #15 >Organization: >Environment: FreeBSD aragorn.rgmhome.net 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #15: Sun Nov 25 16:48:59 MST 2007 root@aragorn.rgmhome.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: In attempting to build a new kernel based on changes through 2/14/08, process failed to complete because, apparently, it could not find either the camellia.h or camellia.c files expected. The following is the compile time error: ===> crypto (depend) @ -> /usr/src/sys machine -> /usr/src/sys/i386/include ln -s /usr/obj/usr/src/sys/ARAGORN/opt_param.h opt_param.h make: don't know how to make camellia.c. Stop *** Error code 2 >How-To-Repeat: cd /usr/src make buildkernel KERNCONF= >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sat Feb 16 02:20:01 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A338316A417 for ; Sat, 16 Feb 2008 02:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D24013C45D for ; Sat, 16 Feb 2008 02:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1G2K1i8058860 for ; Sat, 16 Feb 2008 02:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1G2K1BQ058859; Sat, 16 Feb 2008 02:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 16 Feb 2008 02:20:01 GMT Resent-Message-Id: <200802160220.m1G2K1BQ058859@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Payne Chu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6896416A417 for ; Sat, 16 Feb 2008 02:15:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6278513C447 for ; Sat, 16 Feb 2008 02:15:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1G2CeQu057921 for ; Sat, 16 Feb 2008 02:12:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1G2CeZ6057920; Sat, 16 Feb 2008 02:12:40 GMT (envelope-from nobody) Message-Id: <200802160212.m1G2CeZ6057920@www.freebsd.org> Date: Sat, 16 Feb 2008 02:12:40 GMT From: Payne Chu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/120725: On board second lan port 'bce1' with Broadcom NetXtreme II BCM5708 1000Base-T 0.9.6 driver in Dell 1950 and 2950 behave super slow X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 02:20:01 -0000 >Number: 120725 >Category: i386 >Synopsis: On board second lan port 'bce1' with Broadcom NetXtreme II BCM5708 1000Base-T 0.9.6 driver in Dell 1950 and 2950 behave super slow >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 16 02:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Payne Chu >Release: 6.2 and 6.3 >Organization: Gameone >Environment: FreeBSD nakuz-web1.gameone.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: Our company recently bought a log of 1950 and 2950. Some of them we installed FreeBSD 6.2 and 6.3. But we found all of them second lan port also have problem. The real case is. we installed a apache server in 1950 and mysql server in 2950. and both of them expect to use the second lan port to communication. but we got a super bad result from this setting. After that we test all FreeBSD servers at a command 'scp somefile.tmp username@secondLanIP'. All FreeBSD servers got same bad behavior. So we think that is the Broadcom NetXtreme II BCM5708 1000Base-T 0.9.6 problem on second lan port. The anohter point is we are working fine with freebsd if only if we use the first lan port. >How-To-Repeat: ALL FreeBSD Server on Dell 1950 and 2950 have same problem on Broadcom NetXtreme II BCM5708 1000Base-T 0.9.6 driver >Fix: Don't know. because Broadcom NetXtreme II BCM5708 1000Base-T 0.9.6 driver seems already newest. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sat Feb 16 13:30:03 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0EE316A421 for ; Sat, 16 Feb 2008 13:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9970313C44B for ; Sat, 16 Feb 2008 13:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1GDU3YP009219 for ; Sat, 16 Feb 2008 13:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1GDU3ow009218; Sat, 16 Feb 2008 13:30:03 GMT (envelope-from gnats) Date: Sat, 16 Feb 2008 13:30:03 GMT Message-Id: <200802161330.m1GDU3ow009218@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Volker Cc: Subject: Re: i386/120725: [bce] On board second lan port 'bce1' with Broadcom NetXtreme II BCM5708 1000Base-T 0.9.6 driver in Dell 1950 and 2950 behave super slow X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volker List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 13:30:03 -0000 The following reply was made to PR i386/120725; it has been noted by GNATS. From: Volker To: bug-followup@FreeBSD.org, payne@gameone.com Cc: Subject: Re: i386/120725: [bce] On board second lan port 'bce1' with Broadcom NetXtreme II BCM5708 1000Base-T 0.9.6 driver in Dell 1950 and 2950 behave super slow Date: Sat, 16 Feb 2008 14:21:09 +0100 Payne, please provide output of: dmesg vmstat -ia ifconfig If running a firewall on these devices, please check if you see a performance gain when disabling it. I'm wondering if you can run netperf on the interfaces? Most likely a DUP of kern/108542 From owner-freebsd-i386@FreeBSD.ORG Sat Feb 16 14:57:13 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF9B916A41A; Sat, 16 Feb 2008 14:57:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A673213C465; Sat, 16 Feb 2008 14:57:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1GEvDkX015959; Sat, 16 Feb 2008 14:57:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1GEvCHq015955; Sat, 16 Feb 2008 14:57:12 GMT (envelope-from linimon) Date: Sat, 16 Feb 2008 14:57:12 GMT Message-Id: <200802161457.m1GEvCHq015955@freefall.freebsd.org> To: payne@gameone.com, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/120725: [bce] On board second lan port 'bce1' with Broadcom NetXtreme II BCM5708 1000Base-T 0.9.6 driver in Dell 1950 and 2950 behave super slow X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 14:57:14 -0000 Synopsis: [bce] On board second lan port 'bce1' with Broadcom NetXtreme II BCM5708 1000Base-T 0.9.6 driver in Dell 1950 and 2950 behave super slow State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Sat Feb 16 14:56:29 UTC 2008 State-Changed-Why: Note that submitter has been asked for feedback. Responsible-Changed-From-To: freebsd-i386->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat Feb 16 14:56:29 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=120725