From owner-freebsd-i386@FreeBSD.ORG Sun Mar 13 03:20:02 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AED4E16A4CE for ; Sun, 13 Mar 2005 03:20:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6061A43D41 for ; Sun, 13 Mar 2005 03:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2D3K242000230 for ; Sun, 13 Mar 2005 03:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2D3K2vg000229; Sun, 13 Mar 2005 03:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 13 Mar 2005 03:20:02 GMT Resent-Message-Id: <200503130320.j2D3K2vg000229@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, Jonathan Wallace Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B11D16A4CE for ; Sun, 13 Mar 2005 03:18:14 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F6843D3F for ; Sun, 13 Mar 2005 03:18:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D3IEMR087533 for ; Sun, 13 Mar 2005 03:18:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2D3IE3Z087532; Sun, 13 Mar 2005 03:18:14 GMT (envelope-from nobody) Message-Id: <200503130318.j2D3IE3Z087532@www.freebsd.org> Date: Sun, 13 Mar 2005 03:18:14 GMT From: Jonathan Wallace To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/78762: /etc/rc.d/ipfw should excecute $firewall_script not read it X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 03:20:02 -0000 >Number: 78762 >Category: i386 >Synopsis: /etc/rc.d/ipfw should excecute $firewall_script not read it >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 13 03:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jonathan Wallace >Release: 5.3-RELEASE >Organization: >Environment: FreeBSD wallace 5.3-RELEASE FreBSD 5.3-RELEASE #3: Feb 27 23:03:55 EST 2005 root@wallace:/usr/obj/usr/src/sys/WALLACE i386 >Description: /etc/rc.d/ipfw has been coded with the command '. "${firewall_script}"' and fails to complete successfully if firewall_script contains an "exit" statement. Given that it is common, not to mention good coding practice, to utilize an "exit" when finishing execution of a program, the /etc/rc.d/ipfw script should execute firewall_script by calling it with a path instead of using the shell "." command to read the file. >How-To-Repeat: 1) Configure a multi-homed system with ipfw and natd 2) Create a shell script (/etc/myfwscript) with a small set of firewall rules. At the end of the file make sure you include an "exit" statement. 3) Add firewall_script="myfwscript" to /etc/rc.conf 4) Make sure your natd definitions are set up correctly in /etc/rc.conf 5) Restart your machine and check to see if natd is running. It won't be. 6) Re-edit /etc/myfwscript and remove the "exit" statement. 7) Restart your machine and check to see if natd is running. It will be. >Fix: In /etc/rc.d/ipfw: change . "$firewall_script" to $firewall_script >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Mar 13 03:22:06 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FCC16A4CE; Sun, 13 Mar 2005 03:22:06 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C61F943D1F; Sun, 13 Mar 2005 03:22:05 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id j2D3M54v050758; Sat, 12 Mar 2005 22:22:05 -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.13.3/8.13.3) with ESMTP id j2D3M4Px028965; Sat, 12 Mar 2005 22:22:05 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C3EC67306E; Sat, 12 Mar 2005 22:22:04 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050313032204.C3EC67306E@freebsd-current.sentex.ca> Date: Sat, 12 Mar 2005 22:22:04 -0500 (EST) X-Virus-Scanned: ClamAV 0.82/761/Thu Mar 10 16:01:48 2005 on smarthost2.sentex.ca X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on clamscanner2 X-Virus-Status: Clean Subject: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 03:22:06 -0000 TB --- 2005-03-13 01:31:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-03-13 01:31:01 - starting CURRENT tinderbox run for i386/i386 TB --- 2005-03-13 01:31:01 - checking out the source tree TB --- 2005-03-13 01:31:01 - cd /home/tinderbox/CURRENT/i386/i386 TB --- 2005-03-13 01:31:01 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-03-13 01:37:17 - building world (CFLAGS=-O2 -pipe) TB --- 2005-03-13 01:37:17 - cd /home/tinderbox/CURRENT/i386/i386/src TB --- 2005-03-13 01:37:17 - /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 --- 2005-03-13 02:45:00 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-03-13 02:45:00 - cd /home/tinderbox/CURRENT/i386/i386/src TB --- 2005-03-13 02:45:00 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Mar 13 02:45:01 UTC 2005 >>> 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 GENERIC completed on Sun Mar 13 03:02:33 UTC 2005 TB --- 2005-03-13 03:02:33 - generating LINT kernel config TB --- 2005-03-13 03:02:33 - cd /home/tinderbox/CURRENT/i386/i386/src/sys/i386/conf TB --- 2005-03-13 03:02:33 - /usr/bin/make -B LINT TB --- 2005-03-13 03:02:33 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2005-03-13 03:02:33 - cd /home/tinderbox/CURRENT/i386/i386/src TB --- 2005-03-13 03:02:33 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Mar 13 03:02:33 UTC 2005 >>> 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 [...] awk -f /tinderbox/CURRENT/i386/i386/src/sys/modules/rc4/../../conf/kmod_syms.awk rc4.kld export_syms | xargs -J% objcopy % rc4.kld ld -Bshareable -d -warn-common -o rc4.ko rc4.kld objcopy --strip-debug rc4.ko ===> re (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/sys/LINT/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -I/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/sys/LINT -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /tinderbox/CURRENT/i386/i386/src/sys/modules/re/../../dev/re/if_re.c /tinderbox/CURRENT/i386/i386/src/sys/modules/re/../../dev/re/if_re.c: In function `re_poll_locked': /tinderbox/CURRENT/i386/i386/src/sys/modules/re/../../dev/re/if_re.c:1794: error: invalid type argument of `->' /tinderbox/CURRENT/i386/i386/src/sys/modules/re/../../dev/re/if_re.c:1794: error: invalid type argument of `->' *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src/sys/modules/re. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src/sys/modules. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. TB --- 2005-03-13 03:22:04 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-03-13 03:22:04 - ERROR: failed to build lint kernel TB --- 2005-03-13 03:22:04 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Sun Mar 13 16:18:32 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 464C516A4CE; Sun, 13 Mar 2005 16:18:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B1C343D48; Sun, 13 Mar 2005 16:18:30 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2DGIToU031911; Sun, 13 Mar 2005 16:18:29 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2DGIRV3031907; Sun, 13 Mar 2005 16:18:27 GMT (envelope-from vs) Date: Sun, 13 Mar 2005 16:18:27 GMT From: Volker Stolz Message-Id: <200503131618.j2DGIRV3031907@freefall.freebsd.org> To: admin@fsr-hosting.de, vs@FreeBSD.org, freebsd-i386@FreeBSD.org, vs@FreeBSD.org Subject: Re: i386/65646: FreeBSD suddenly turns off the power X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 16:18:32 -0000 Synopsis: FreeBSD suddenly turns off the power State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Sun Mar 13 16:17:25 GMT 2005 State-Changed-Why: Sorry for looking into this rather late: Is this still a problem with 5.3/5.4-PRERELEASE? Have you ruled out temparature problems and checked related settings in the BIOS? Responsible-Changed-From-To: freebsd-i386->vs Responsible-Changed-By: vs Responsible-Changed-When: Sun Mar 13 16:17:25 GMT 2005 Responsible-Changed-Why: Handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=65646 From owner-freebsd-i386@FreeBSD.ORG Sun Mar 13 16:29:41 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11F3B16A4CE; Sun, 13 Mar 2005 16:29:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCC743D4C; Sun, 13 Mar 2005 16:29:40 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2DGTeku032313; Sun, 13 Mar 2005 16:29:40 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2DGTejI032309; Sun, 13 Mar 2005 16:29:40 GMT (envelope-from vs) Date: Sun, 13 Mar 2005 16:29:40 GMT From: Volker Stolz Message-Id: <200503131629.j2DGTejI032309@freefall.freebsd.org> To: beebe@math.utah.edu, vs@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/75862: fpsetsticky() incorrectly clears, instead of sets, floating-point exception flags on IA-32 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 16:29:41 -0000 Synopsis: fpsetsticky() incorrectly clears, instead of sets, floating-point exception flags on IA-32 State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Sun Mar 13 16:23:07 GMT 2005 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=75862 From owner-freebsd-i386@FreeBSD.ORG Sun Mar 13 16:32:38 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5812F16A4CE; Sun, 13 Mar 2005 16:32:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A87E43D39; Sun, 13 Mar 2005 16:32:38 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2DGWcHm033680; Sun, 13 Mar 2005 16:32:38 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2DGWc0Z033676; Sun, 13 Mar 2005 16:32:38 GMT (envelope-from vs) Date: Sun, 13 Mar 2005 16:32:38 GMT From: Volker Stolz Message-Id: <200503131632.j2DGWc0Z033676@freefall.freebsd.org> To: vs@FreeBSD.org, vs@FreeBSD.org, freebsd-i386@FreeBSD.org, vs@FreeBSD.org Subject: Re: i386/75862: fpsetsticky() incorrectly clears, instead of sets, floating-point exception flags on IA-32 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 16:32:38 -0000 Synopsis: fpsetsticky() incorrectly clears, instead of sets, floating-point exception flags on IA-32 Responsible-Changed-From-To: freebsd-i386->vs Responsible-Changed-By: vs Responsible-Changed-When: Sun Mar 13 16:31:55 GMT 2005 Responsible-Changed-Why: Yikes, darn edit-pr. What I wanted to know is if you could please verify that the issue has indeed been fixed. Regards and sorry for the line-noise, Volker http://www.freebsd.org/cgi/query-pr.cgi?pr=75862 From owner-freebsd-i386@FreeBSD.ORG Sun Mar 13 18:56:32 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC86B16A4CE; Sun, 13 Mar 2005 18:56:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABDF343D55; Sun, 13 Mar 2005 18:56:32 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2DIuWPw048107; Sun, 13 Mar 2005 18:56:32 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2DIuW3G048103; Sun, 13 Mar 2005 18:56:32 GMT (envelope-from glebius) Date: Sun, 13 Mar 2005 18:56:32 GMT From: Gleb Smirnoff Message-Id: <200503131856.j2DIuW3G048103@freefall.freebsd.org> To: route@lviv.farlep.net, glebius@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/75165: if ng_pppoe switches to nonstandard mode it stays in it forever but not on ver. 4.7 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 18:56:33 -0000 Synopsis: if ng_pppoe switches to nonstandard mode it stays in it forever but not on ver. 4.7 State-Changed-From-To: open->closed State-Changed-By: glebius State-Changed-When: Sun Mar 13 18:52:59 GMT 2005 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=75165 From owner-freebsd-i386@FreeBSD.ORG Sun Mar 13 18:58:03 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 082D116A4E6; Sun, 13 Mar 2005 18:58:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD9A443D53; Sun, 13 Mar 2005 18:58:02 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2DIw2kV048171; Sun, 13 Mar 2005 18:58:02 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2DIw20q048167; Sun, 13 Mar 2005 18:58:02 GMT (envelope-from glebius) Date: Sun, 13 Mar 2005 18:58:02 GMT From: Gleb Smirnoff Message-Id: <200503131858.j2DIw20q048167@freefall.freebsd.org> To: route@lviv.farlep.net, glebius@FreeBSD.org, freebsd-i386@FreeBSD.org, glebius@FreeBSD.org Subject: Re: kern/75165: if ng_pppoe switches to nonstandard mode it stays in it forever but not on ver. 4.7 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 18:58:03 -0000 Synopsis: if ng_pppoe switches to nonstandard mode it stays in it forever but not on ver. 4.7 State-Changed-From-To: closed->open State-Changed-By: glebius State-Changed-When: Sun Mar 13 18:56:40 GMT 2005 State-Changed-Why: Don't meant to close it without comments. Responsible-Changed-From-To: freebsd-i386->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Sun Mar 13 18:56:40 GMT 2005 Responsible-Changed-Why: Don't meant to close it without comments. http://www.freebsd.org/cgi/query-pr.cgi?pr=75165 From owner-freebsd-i386@FreeBSD.ORG Mon Mar 14 11:01:25 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A19CE16A4CE for ; Mon, 14 Mar 2005 11:01:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D911B43D39 for ; Mon, 14 Mar 2005 11:01:24 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2EB1OKs090342 for ; Mon, 14 Mar 2005 11:01:24 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2EB1NJC090336 for freebsd-i386@freebsd.org; Mon, 14 Mar 2005 11:01:23 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 14 Mar 2005 11:01:23 GMT Message-Id: <200503141101.j2EB1NJC090336@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-i386@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 11:01:25 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/10/06] i386/57673 i386 [disklabel] Odd/dangerous disklabel behav o [2004/02/16] i386/62902 i386 Data Corruption on Dell PE 600SC (Server o [2004/04/28] i386/66039 i386 panic: system panic with file system corr o [2004/05/27] i386/67260 i386 [boot] stack overflow after boot menu whe o [2004/09/05] i386/71395 i386 Data corrupted on Serverworks CG-SL chips o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi o [2005/01/18] i386/76397 i386 ata raid crashes in g_down (heavy load) o [2005/03/10] i386/78666 i386 ata0-master: FAILURE ATA-IDENTIFY timed o 8 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/03/13] i386/25781 i386 Statclocks cannot be disabled on ServerWo o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/10/16] i386/44130 i386 Enabled apm hangs up FreeBSD kernel on i8 o [2003/02/24] i386/48614 i386 VESA VGA modes for syscons lock up machin o [2003/05/22] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster o [2003/06/06] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/11] i386/53200 i386 [boot] 5.1-RC1 SMP kernel boot gags at "A o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian o [2003/06/23] i386/53620 i386 [install] Kernel panics / reboots during o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper o [2003/08/13] i386/55555 i386 system freezes with access to /dev/ums0 o [2003/08/13] i386/55561 i386 SMbus and I2C don't attach when loaded as o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/09/17] i386/56937 i386 panic: system panic during high network l o [2003/09/20] i386/57043 i386 [hang] ar driver with 2 port PCI card loc f [2003/09/22] i386/57097 i386 [hang] Promise Ultra 100 TX2 causes locku p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/16] i386/58139 i386 [panic] -CURRENT panics on Thinkpad A31p o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/12/02] i386/59895 i386 [hang] system hangs from disk IO errors [ f [2003/12/02] i386/59897 i386 [hang] problems with swap-pager with grea f [2003/12/02] i386/59898 i386 [boot] pxe boot: BTX halted o [2003/12/17] i386/60344 i386 [boot] Intel ICH5 SATA RAID boot problems o [2003/12/27] i386/60603 i386 dd causes error when copying cd from ATA o [2003/12/27] i386/60633 i386 [hang] SIS motherboard with the SIS 5591 o [2003/12/27] i386/60641 i386 Sporadic SCSI bus resets with 53C810 unde o [2003/12/28] i386/60671 i386 FreeBSD 5.2RC2 installation process doesn o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op o [2004/01/08] i386/61063 i386 [ata] ata hangs in smp system f [2004/01/10] i386/61163 i386 [boot] "/:write failed, filesystem is ful o [2004/01/12] i386/61253 i386 [panic] page fault on installation freebs o [2004/01/13] i386/61303 i386 5.2-REL hangs during boot with 3-port pyr o [2004/01/13] i386/61326 i386 Reboot while booting from 5.2-RELEASE CD o [2004/01/14] i386/61342 i386 [hang] CD-based installation crashes [4.9 o [2004/01/20] i386/61646 i386 [workaround] Strange irq20 weirdness caus o [2004/01/22] i386/61705 i386 [ntp] Random "bus errors" on 5.2-RELEASE o [2004/01/22] i386/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics o [2004/01/25] i386/61890 i386 [fdisk] FDisk uses incorrect calculations f [2004/02/02] i386/62248 i386 [boot] 5.2 current hangs on boot o [2004/02/02] i386/62280 i386 em0 broken after resume in 5.2-CURRENT o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se o [2004/02/24] i386/63305 i386 reading udf filesystem on dvd+rw leads to o [2004/02/27] i386/63430 i386 [ata] TIMEOUT - ATA READ o [2004/02/27] i386/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with o [2004/02/27] i386/63467 i386 [ata] Sil 3114: RAID not detected using S o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/04] i386/63776 i386 [boot] hang during boot on a toshiba p25 o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 o [2004/03/06] i386/63853 i386 [hang] 5.2.1 boot CD hangs during boot (T o [2004/03/07] i386/63871 i386 [panic] kernel panic in swi8 after 1 hour o [2004/03/09] i386/63992 i386 [hang] XFree86 4.3 hangs on IBM ThinkPad o [2004/03/12] i386/64183 i386 5.1-RELEASE Install hung at "Probing devi o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) fr o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq o [2004/03/25] i386/64697 i386 5.2.x BTX loader halts with Promise FastT o [2004/03/25] i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o [2004/03/25] i386/64727 i386 [boot] cannot find disk on asus p4s533mx o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa o [2004/04/14] i386/65523 i386 [patch] PXE loader malfunction in multipl o [2004/04/19] i386/65775 i386 [panic] Transmeta crusoe without longrun o [2004/04/22] i386/65896 i386 [panic] 5.2-RELEASE re(4) driver, kernel f [2004/04/25] i386/65954 i386 [panic] Sil0680 panic [5.2.1-p5] o [2004/04/29] i386/66087 i386 [install] hang at PCI config [5.2.1] o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic f [2004/05/06] i386/66339 i386 [hang] XFree86 initialization with an Lap o [2004/05/07] i386/66350 i386 [sysinstall] sysinstall creates a partiti o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/19] i386/66876 i386 [patch] Cannot extract tar(1) multi-volum o [2004/05/22] i386/67047 i386 mpt driver does not recognize messages fr o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata o [2004/06/11] i386/67833 i386 [boot] 4.10 does not boot after enabling f [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/27] i386/68411 i386 VMware Virtual Machine - Network Fails Du o [2004/06/28] i386/68438 i386 bootloader cannot read from icp vortex ar o [2004/07/01] i386/68554 i386 [hang] system freeze on Compaq Evo 600c [ o [2004/07/10] i386/68899 i386 Problems reading and writing DVD-RAM disc o [2004/07/11] i386/68900 i386 5.x install CDs fail to boot on Toshiba S o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/19] i386/69260 i386 [install] Problem starting the installati o [2004/07/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD f [2004/08/03] i386/69945 i386 "Page fault" while shutting down on VIA K o [2004/08/05] i386/70028 i386 umass isuue in the boot prcess on SONY La o [2004/08/11] i386/70330 i386 Re-Open 33262? - gdb does not handle pend o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/16] i386/70525 i386 [boot] boot0cfg: -o packet not effective o [2004/08/16] i386/70531 i386 [patch] boot0 hides Lilo in extended slic o [2004/08/19] i386/70663 i386 Freebsd 4.10 ncplogin + Netware 4.11 = nw o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel f [2004/08/21] i386/70805 i386 [apm] page fault early during boot with a o [2004/08/25] i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, o [2004/08/26] i386/71000 i386 [boot] BTX halted when booting from CD on o [2004/08/27] i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E o [2004/08/28] i386/71087 i386 [hang] 5.3-beta(2-5) fail to install on e o [2004/08/30] i386/71144 i386 FBSD5.3b2 doesn't boot on a Compaq Armada o [2004/08/30] i386/71158 i386 pci bus number 3 devices are missing on l o [2004/08/31] i386/71190 i386 Dead thinkpad R31 after installing 5.2.1 o [2004/08/31] i386/71208 i386 Intel EtherExpress not working o [2004/09/05] i386/71392 i386 5.3-Beta[2-5] crash after final sync when o [2004/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] o [2004/09/07] i386/71470 i386 [hang] Asus P4P800-E Promise 20378 RAID 1 o [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load o [2004/09/22] i386/72004 i386 [boot] FreeBSD 5.2.1 install hangs with e o [2004/09/24] i386/72065 i386 4.x and 5.2.1 doesn't recognize PCnet/ISA f [2004/09/24] i386/72069 i386 [panic] Fatal trap 12: page fault while i o [2004/09/30] i386/72215 i386 with acpi enabled network card will not w o [2004/10/04] i386/72334 i386 7) i386|[boot] FreeBSD 5.3 Beta6 and Beta o [2004/10/05] i386/72343 i386 Suspend resets system on Inspiron 5160. o [2004/10/06] i386/72378 i386 NFS hangs in 5.3-BETA7 [3Com gbit card] o [2004/10/07] i386/72416 i386 FreeBSD 5.3-BETA7: The alternate systemcl o [2004/10/08] i386/72441 i386 HP Proliant DL380 hangs on reboot with 5. o [2004/10/09] i386/72456 i386 5.xx Releases Do Not Identify ATA when 4. o [2004/10/12] i386/72579 i386 unable to install FreeBSD on Intel E7520 o [2004/10/17] i386/72778 i386 5.3beta7 never boots, suspected SMP probl o [2004/10/21] i386/72960 i386 BTX halted with Promise Tx2000 Raid o [2004/10/21] i386/72976 i386 [panic] trap 9 on boot [ACPI-related] o [2004/10/25] i386/73102 i386 FreeBSD hangs on boot-up of omnibook 4150 o [2004/10/27] i386/73182 i386 fxp0: device timeout o [2004/10/27] i386/73196 i386 [hang]5.2.1 boot CD hangs during boot on o [2004/10/29] i386/73265 i386 FreeBSD kernel crashes when booting on EC o [2004/10/30] i386/73298 i386 "Fatal trap 12: page fault while in kerne o [2004/11/03] i386/73484 i386 Kernel panic when doing `ls` from the cli o [2004/11/07] i386/73640 i386 FreeBSD 5.2.1 y ahora 5.3 se queda congel o [2004/11/08] i386/73658 i386 ed(4) can't get correct MAC address o [2004/11/08] i386/73666 i386 5.3 UDMA error WD1600 can't partition dri f [2004/11/10] i386/73765 i386 Install Issue on DELL Oplex 260 [5.3R] o [2004/11/14] i386/73934 i386 fdisk sees disk as empty o [2004/11/16] i386/74008 i386 IBM eServer x225 cannot boot any v5.x - e o [2004/11/17] i386/74044 i386 ServerWorks OSB4 SMBus interface does not o [2004/11/18] i386/74074 i386 hw.ata.wc=0 / but write cache still enabl o [2004/11/19] i386/74124 i386 ata0 failure on HP(Vectra) VL6/350 [intro o [2004/11/21] i386/74217 i386 init died [Presario 2500] o [2004/11/29] i386/74532 i386 Install will not boot on Toshiba Satalite o [2004/12/01] i386/74576 i386 FAILURE - ATA_IDENTIFY no interrupt o [2004/12/01] i386/74601 i386 Cardbus fails after busdma_machdep.c upda o [2004/12/02] i386/74605 i386 5.3 networking impossibly slow on 32M p15 o [2004/12/07] i386/74816 i386 OS crash with kernel trap 12 in different o [2004/12/08] i386/74860 i386 on kernel recompile, "make depend" fails o [2004/12/10] i386/74923 i386 kernel panic with ncplist on 5.3-release o [2004/12/12] i386/74988 i386 dma errors with large maxtor hard drives o [2004/12/14] i386/75041 i386 Sk driver gets "Corrupt MAC on input" dur o [2004/12/17] i386/75201 i386 nge driver causes FreeBSD 5.3-RELEASE and o [2004/12/23] i386/75441 i386 fxp device timeout o [2004/12/27] i386/75531 i386 Various DMA errors result in system panic o [2005/01/05] i386/75847 i386 system freeze on Medion laptop o [2005/01/06] i386/75887 i386 with vt0.disabled=0 and PCVT in kernel vi o [2005/01/11] i386/76105 i386 PF on renamed interfaces page fault while o [2005/01/17] i386/76372 i386 cannot burn iso image disk2 of any releas o [2005/01/20] i386/76487 i386 Compiled GENERIC kernel (and non-GENERIC) o [2005/01/25] i386/76666 i386 Booting and Sound are mutually exclusive o [2005/01/27] i386/76737 i386 CardBus problem (cbb1: Could not map regi o [2005/01/28] i386/76785 i386 Installation Errors o [2005/01/31] i386/76925 i386 standard pci-ide, install - "NO DISKS FOU o [2005/02/01] i386/76944 i386 [patch] i386 bus_dmamap_create() bug o [2005/02/01] i386/76948 i386 Slow network with rl0 (rl0 driver problem o [2005/02/06] i386/77154 i386 5.3 refuses to boot when IDE channel2 is o [2005/02/10] i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE o [2005/02/13] i386/77443 i386 Can't access floppy - "/dev/fd0: Input/ou o [2005/02/14] i386/77529 i386 installation of freebsd 5.3 in laptop an o [2005/02/17] i386/77643 i386 SATA PCI controllers fail with WRITE_DMA o [2005/02/19] i386/77710 i386 Linux page fault sigcontext information i o [2005/02/19] i386/77751 i386 Hard hang related to ath? o [2005/02/21] i386/77825 i386 dc driver pagefaults on bootup o [2005/02/22] i386/77935 i386 Can't boot with 5.x CD or floppy o [2005/02/25] i386/78075 i386 filesystem corruption o [2005/03/01] i386/78218 i386 kue not detected on Sony PCG-F370 VAIO o [2005/03/01] i386/78219 i386 Netgear FA-410TX is incorrectly detected o [2005/03/02] i386/78301 i386 Fatal trap 12 o [2005/03/03] i386/78339 i386 BTX loader crashes on boot on HP Proliant o [2005/03/07] i386/78517 i386 WRITE_DMA and READ_DMA timeouts with ATI o [2005/03/10] i386/78657 i386 error installing 5.3-RELEASE due to Compa o [2005/03/13] i386/78762 i386 /etc/rc.d/ipfw should excecute $firewall_ 189 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/07/24] i386/40958 i386 apm on Acer TravelMate 351 could not resu o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2003/05/14] i386/52249 i386 [PATCH] Bootmanager shows NTFS partitions o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic o [2003/11/23] conf/59600 i386 [PATCH] Improved us.emacs.kbd mapping f [2003/11/30] i386/59854 i386 System panics when AMD 762 AGP is loaded o [2003/12/17] i386/60319 i386 [hang] read error 34/0 during installatio o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2004/01/05] misc/60919 i386 No login possible (sporadic) o [2004/01/06] i386/60963 i386 [PATCH] Win32 Applications abort on PECOF o [2004/01/07] i386/61005 i386 [boot] The Boot Manager in FreeBSD 5.2RC o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed o [2004/01/24] i386/61838 i386 Realtek -8139C Card Not Supported o [2004/01/24] i386/61843 i386 Intel PRO/100 VE adapter is not recognize f [2004/01/25] i386/61889 i386 Have to reinsert pccard after reboot o [2004/01/27] i386/62003 i386 [patch] make /boot/loader "reboot" code s o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup f [2004/02/25] i386/63334 i386 make kernel error o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- f [2004/03/27] i386/64795 i386 Network Adapter not configuring o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/14] i386/65528 i386 mouse cursor disapears on moving o [2004/04/18] i386/65691 i386 fxp0: device timeout p [2004/04/18] i386/65729 i386 Document machdep.hlt_cpus sysctl f [2004/05/21] i386/66996 i386 Problem with CD/DVD ROM o [2004/05/22] i386/67055 i386 Mouse (wheel) detection problem on SIS748 o [2004/05/30] i386/67383 i386 [patch] do a better job disassembling cod o [2004/06/09] i386/67763 i386 [patch] PCMCIA: MELCO manufacturer code s o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e o [2004/06/18] i386/68087 i386 wget core dumps with: Assertion failed: ( o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve o [2004/06/30] i386/68514 i386 Realtek driver halts on oversized frames o [2004/06/30] i386/68518 i386 Hangs while loading 82443BX agp during bo o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/18] i386/69257 i386 [patch] in_cksum_hdr is non-functional wi o [2004/07/23] i386/69460 i386 the nic's speed slow down when both side o [2004/07/28] kern/69688 i386 NATD does not work with outgoing PPTP VPN o [2004/07/28] i386/69722 i386 wi0: init failed o [2004/07/29] i386/69730 i386 [patch] puc driver doesn't support PC-Com o [2004/08/02] kern/69931 i386 PS/2 Optical Mouse (Micro Innovations) mi f [2004/08/05] i386/70036 i386 pcn device not recognizing device o [2004/08/18] i386/70610 i386 [patch] spkr(4): hardcoded assumption HZ o [2004/08/22] i386/70810 i386 [patch] Enable SMBus device on Asus P4B s o [2004/08/22] i386/70832 i386 Serious problems with RealTek NIC using r o [2004/08/25] i386/70926 i386 [boot] 5.3Beta-1 bootstrap error: "atapci o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/20] i386/71924 i386 timeouts with ata+hpt366 controller on BE o [2004/09/29] i386/72179 i386 Inconsistent apm(8) output regarding the o [2004/10/30] i386/73308 i386 kevinxlinuz@126.com o [2004/10/30] i386/73328 i386 top shows NICE as -111 on processes start o [2004/11/08] i386/73663 i386 module_register_init: MOD_LOAD (ibcs2, 0x o [2004/11/08] i386/73673 i386 ifconfig tun0 destroy report: ifconfig: S o [2004/11/09] i386/73742 i386 5.3 rel i386 disk2 image not copying o [2004/11/12] i386/73847 i386 volume label - 5.3 cd 1 o [2004/11/12] i386/73865 i386 NOINET6=yes in /etc/make.conf ignored o [2004/11/14] i386/73921 i386 sysctlbyname for machdep.tsc_freq doesn't o [2004/11/15] i386/73978 i386 an error message appears during loading o o [2004/11/18] i386/74091 i386 PCMCIA: MELCO Manufacturer code should be o [2004/11/20] i386/74153 i386 FreeBSD 5.3 cannot boot ftom pst o [2004/11/21] i386/74188 i386 no sound on a7v600-x with chipset VT8237 o [2004/11/21] i386/74191 i386 Notebook PC2001 Compliant AC97 audio work o [2004/11/21] i386/74211 i386 USB flash drive causes CAM status 0x4 on o [2004/11/21] i386/74216 i386 system halts o [2004/11/21] i386/74218 i386 boot floppy (2nd time) read error o [2004/11/24] i386/74327 i386 mlock() causes physical memory leakage o [2004/11/26] i386/74406 i386 sysinstall accepts but discards media opt o [2004/11/27] i386/74454 i386 [PATCH] Adding VIA Eden family to bsd.cpu o [2004/12/01] i386/74593 i386 Installer installs the wrong version of l o [2004/12/03] i386/74650 i386 System Reboot with umount command o [2004/12/07] i386/74803 i386 3Com509B o [2004/12/08] i386/74829 i386 FreeBSD 5.3-RELEASE hangs during boot/ins o [2004/12/12] i386/74966 i386 Realtek driver seems to misinterpret some o [2004/12/12] i386/74971 i386 vinum creates (shows) incorrect volume (s o [2004/12/14] i386/75057 i386 [QUIRK] Add support for ZICPlay USB MP3 P o [2004/12/15] i386/75090 i386 READ_BIG errors with Sony CRX1611 o [2004/12/22] i386/75387 i386 Future support of Promise SATAII150 TX4 w o [2004/12/23] i386/75420 i386 CMD 648 PCI not work o [2004/12/28] i386/75583 i386 Installation fails o [2004/12/29] i386/75589 i386 O2Micro pccard1 slot not functioning whil o [2005/01/04] i386/75776 i386 NO ps/2 keyboard using USB keyboard under o [2005/01/06] i386/75898 i386 Exception and reboot: Loader and kernel u o [2005/01/23] i386/76587 i386 ps2 mouse weird... o [2005/01/25] i386/76653 i386 Problem with Asahi Optical usb device (Pe o [2005/02/07] i386/77239 i386 3Com 3CXFEM656C does not seem to be suppo o [2005/02/14] i386/77477 i386 AHA-1542CP SCSI failed to probe o [2005/02/15] i386/77541 i386 em driver if_oerrors book keeping error o [2005/03/09] i386/78640 i386 pkg_version show plist.origin in verbose 94 problems total. From owner-freebsd-i386@FreeBSD.ORG Mon Mar 14 18:20:03 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B78D616A4CE for ; Mon, 14 Mar 2005 18:20:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 713D743D49 for ; Mon, 14 Mar 2005 18:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2EIK3Hf050184 for ; Mon, 14 Mar 2005 18:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2EIK30O050183; Mon, 14 Mar 2005 18:20:03 GMT (envelope-from gnats) Resent-Date: Mon, 14 Mar 2005 18:20:03 GMT Resent-Message-Id: <200503141820.j2EIK30O050183@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, Zhaobi Ha Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805E416A4CE for ; Mon, 14 Mar 2005 18:17:48 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B66C43D53 for ; Mon, 14 Mar 2005 18:17:48 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2EIHmHS042445 for ; Mon, 14 Mar 2005 18:17:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2EIHmi1042444; Mon, 14 Mar 2005 18:17:48 GMT (envelope-from nobody) Message-Id: <200503141817.j2EIHmi1042444@www.freebsd.org> Date: Mon, 14 Mar 2005 18:17:48 GMT From: Zhaobi Ha To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/78837: Partition Table Corruption in 5.3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 18:20:03 -0000 >Number: 78837 >Category: i386 >Synopsis: Partition Table Corruption in 5.3 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 14 18:20:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Zhaobi Ha >Release: 5.3 >Organization: >Environment: >Description: Partition table damaged after installation. >How-To-Repeat: Hardware: Asus SP-97V motherboard with Pentium-200, 128 M DRAM, 20G Maxtor 92049U3 hard disk (2491 cyl, 255 hd, 63 sec LBA mode), Award 4.51G BIOS with 10/8/98 date. Before installing FreeBSD, using SuSE linux 6.0 fdisk to partition the HD: Cyl 1-128, hda1, FAT-16 Cyl 129-256 hda2, Linux Native Cyl 257-512, hda3, Linux Native Cyl 513-2491, hda4, Extended Cyl 513-640, hda5, NT HPFS Cyl 640-896, hda6, Linux Native Cyl 897-2491, hda7, NT HPFS Install Win 98, FreeBSD 4.9, NT 4.0 and SuSE 6.0 on hda1, hda2, hda5 and hda6, respectively. NT boot manager is installed. When install FreeBSD 4.9, used slice tool to change the partition type from Linux Native to FreeBSD. Everything is OK. The PC can multiboot into any of the installed OSes Downloaded FreeBSD iso image (2-CD version) from freebsd.org, created boot, kernel #1, #2 and fix-it diskette. Boot from floppy into sysinstall, deleted the slice hda2 and recreate it under FreeBSD 5.3, selected do not change MBR, disklabeled the "/" and swap under sysinstall, selected Minimal Install plus the following: kernel source 3.0 compatibility 4.0 compatibility All file were transfered to hard disk correctly. But the PC will not reboot. Use SuSE 6.0 live-eval CD to boot and run fdisk under SuSE 6.0 CD, fdisk showing all previously partitioned boundary changed. I re-partitioned the HD and went through the entire process, the same problem exists. To make sure the partition table was not changed during other OS's installation, I run SuSE 6.0's live CD after every OS was installed. It was after FreeBSD 5.3 was installed, the partition table is corrupted. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Mon Mar 14 19:26:35 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CADB516A4CE; Mon, 14 Mar 2005 19:26:35 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 396C043D58; Mon, 14 Mar 2005 19:26:35 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id j2EJQYJn038049; Mon, 14 Mar 2005 14:26:34 -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.13.1/8.13.1) with ESMTP id j2EJQYCl021506; Mon, 14 Mar 2005 14:26:34 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7FEA77306E; Mon, 14 Mar 2005 14:26:34 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050314192634.7FEA77306E@freebsd-current.sentex.ca> Date: Mon, 14 Mar 2005 14:26:34 -0500 (EST) X-Virus-Scanned: ClamAV 0.82/762/Sun Mar 13 18:35:33 2005 on smarthost2.sentex.ca X-Virus-Scanned: ClamAV version 0.82, clamav-milter version 0.82 on clamscanner4 X-Virus-Status: Clean Subject: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 19:26:36 -0000 TB --- 2005-03-14 18:47:59 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-03-14 18:47:59 - starting CURRENT tinderbox run for i386/i386 TB --- 2005-03-14 18:47:59 - checking out the source tree TB --- 2005-03-14 18:47:59 - cd /home/tinderbox/CURRENT/i386/i386 TB --- 2005-03-14 18:47:59 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-03-14 18:54:25 - building world (CFLAGS=-O2 -pipe) TB --- 2005-03-14 18:54:25 - cd /home/tinderbox/CURRENT/i386/i386/src TB --- 2005-03-14 18:54:25 - /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 [...] echo atacontrol: /home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/tmp/usr/lib/libc.a >> .depend ===> sbin/atm (depend) ===> sbin/atm/atm (depend) rm -f .depend mkdep -f .depend -a -I/tinderbox/CURRENT/i386/i386/src/sbin/atm/atm/../../../sys /tinderbox/CURRENT/i386/i386/src/sbin/atm/atm/atm.c /tinderbox/CURRENT/i386/i386/src/sbin/atm/atm/atm_fore200.c /tinderbox/CURRENT/i386/i386/src/sbin/atm/atm/atm_inet.c /tinderbox/CURRENT/i386/i386/src/sbin/atm/atm/atm_print.c /tinderbox/CURRENT/i386/i386/src/sbin/atm/atm/atm_set.c /tinderbox/CURRENT/i386/i386/src/sbin/atm/atm/atm_show.c /tinderbox/CURRENT/i386/i386/src/sbin/atm/atm/atm_subr.c echo atm: /home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/tmp/usr/lib/libc.a /home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/tmp/usr/lib/libatm.a >> .depend ===> sbin/atm/atmconfig (depend) make: don't know how to make /tinderbox/CURRENT/i386/i386/src/sbin/atm/atmconfig/../../../lib/libbsnmp/modules/snmp_atm/atm_freebsd.def. Stop *** Error code 2 Stop in /tinderbox/CURRENT/i386/i386/src/sbin/atm. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src/sbin. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. TB --- 2005-03-14 19:26:34 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-03-14 19:26:34 - ERROR: failed to build world TB --- 2005-03-14 19:26:34 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Mon Mar 14 20:05:42 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BB816A4CE; Mon, 14 Mar 2005 20:05:42 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189FE43D31; Mon, 14 Mar 2005 20:05:42 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id j2EK5fnp042685; Mon, 14 Mar 2005 15:05:41 -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.13.1/8.13.1) with ESMTP id j2EK5fTv039563; Mon, 14 Mar 2005 15:05:41 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3FD6F7306E; Mon, 14 Mar 2005 15:05:41 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050314200541.3FD6F7306E@freebsd-current.sentex.ca> Date: Mon, 14 Mar 2005 15:05:41 -0500 (EST) X-Virus-Scanned: ClamAV 0.82/762/Sun Mar 13 18:35:33 2005 on smarthost2.sentex.ca X-Virus-Scanned: ClamAV version 0.82, clamav-milter version 0.82 on clamscanner4 X-Virus-Status: Clean Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 20:05:42 -0000 TB --- 2005-03-14 19:26:34 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-03-14 19:26:34 - starting CURRENT tinderbox run for i386/pc98 TB --- 2005-03-14 19:26:34 - checking out the source tree TB --- 2005-03-14 19:26:34 - cd /home/tinderbox/CURRENT/i386/pc98 TB --- 2005-03-14 19:26:34 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-03-14 19:33:02 - building world (CFLAGS=-O2 -pipe) TB --- 2005-03-14 19:33:02 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2005-03-14 19:33:02 - /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 [...] echo atacontrol: /home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/tmp/usr/lib/libc.a >> .depend ===> sbin/atm (depend) ===> sbin/atm/atm (depend) rm -f .depend mkdep -f .depend -a -I/tinderbox/CURRENT/i386/pc98/src/sbin/atm/atm/../../../sys /tinderbox/CURRENT/i386/pc98/src/sbin/atm/atm/atm.c /tinderbox/CURRENT/i386/pc98/src/sbin/atm/atm/atm_fore200.c /tinderbox/CURRENT/i386/pc98/src/sbin/atm/atm/atm_inet.c /tinderbox/CURRENT/i386/pc98/src/sbin/atm/atm/atm_print.c /tinderbox/CURRENT/i386/pc98/src/sbin/atm/atm/atm_set.c /tinderbox/CURRENT/i386/pc98/src/sbin/atm/atm/atm_show.c /tinderbox/CURRENT/i386/pc98/src/sbin/atm/atm/atm_subr.c echo atm: /home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/tmp/usr/lib/libc.a /home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/tmp/usr/lib/libatm.a >> .depend ===> sbin/atm/atmconfig (depend) make: don't know how to make /tinderbox/CURRENT/i386/pc98/src/sbin/atm/atmconfig/../../../lib/libbsnmp/modules/snmp_atm/atm_freebsd.def. Stop *** Error code 2 Stop in /tinderbox/CURRENT/i386/pc98/src/sbin/atm. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src/sbin. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2005-03-14 20:05:41 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-03-14 20:05:41 - ERROR: failed to build world TB --- 2005-03-14 20:05:41 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 02:09:38 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 319EC16A4CE; Tue, 15 Mar 2005 02:09:38 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9621B43D1F; Tue, 15 Mar 2005 02:09:37 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2F29WxL014270; Mon, 14 Mar 2005 18:09:32 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2F29UBI014269; Mon, 14 Mar 2005 18:09:30 -0800 (PST) (envelope-from obrien) Date: Mon, 14 Mar 2005 18:09:30 -0800 From: "David O'Brien" To: Bartosz Fabianowski Message-ID: <20050315020930.GA14246@dragon.NUXI.org> References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <423363C4.60508@chillt.de> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: Eugenio cc: freebsd-stable@freebsd.org cc: freebsd-i386@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 02:09:38 -0000 On Sat, Mar 12, 2005 at 10:48:52PM +0100, Bartosz Fabianowski wrote: > >Are you saying, all we need to do is commit this diff to make everyone's > >environment happy? > > Obviously, I can't speak for everyone. For me, your patch fixes the kernel. Can you try with just -mno-sse2? I'd like to litter the compile command line as little as possible. -- -- David (obrien@FreeBSD.org) From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 13:27:36 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B84BF16A4CE; Tue, 15 Mar 2005 13:27:36 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BCBA43D2D; Tue, 15 Mar 2005 13:27:36 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id j2FDRZxM081631; Tue, 15 Mar 2005 08:27:35 -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.13.1/8.13.1) with ESMTP id j2FDRZqC053008; Tue, 15 Mar 2005 08:27:35 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7208E7306E; Tue, 15 Mar 2005 08:27:35 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20050315132735.7208E7306E@freebsd-current.sentex.ca> Date: Tue, 15 Mar 2005 08:27:35 -0500 (EST) X-Virus-Scanned: ClamAV 0.82/762/Sun Mar 13 18:35:33 2005 on smarthost2.sentex.ca X-Virus-Scanned: ClamAV version 0.82, clamav-milter version 0.82 on clamscanner1 X-Virus-Status: Clean Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 13:27:36 -0000 TB --- 2005-03-15 13:08:33 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2005-03-15 13:08:33 - starting CURRENT tinderbox run for i386/pc98 TB --- 2005-03-15 13:08:33 - checking out the source tree TB --- 2005-03-15 13:08:33 - cd /home/tinderbox/CURRENT/i386/pc98 TB --- 2005-03-15 13:08:33 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2005-03-15 13:14:58 - building world (CFLAGS=-O2 -pipe) TB --- 2005-03-15 13:14:58 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2005-03-15 13:14:58 - /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 [...] cc -O2 -pipe -DLIBC_SCCS -I/tinderbox/CURRENT/i386/pc98/src/lib/libkvm -c /tinderbox/CURRENT/i386/pc98/src/lib/libkvm/kvm.c cc -O2 -pipe -DLIBC_SCCS -I/tinderbox/CURRENT/i386/pc98/src/lib/libkvm -c /tinderbox/CURRENT/i386/pc98/src/lib/libkvm/kvm_i386.c cc -O2 -pipe -DLIBC_SCCS -I/tinderbox/CURRENT/i386/pc98/src/lib/libkvm -c /tinderbox/CURRENT/i386/pc98/src/lib/libkvm/kvm_file.c cc -O2 -pipe -DLIBC_SCCS -I/tinderbox/CURRENT/i386/pc98/src/lib/libkvm -c /tinderbox/CURRENT/i386/pc98/src/lib/libkvm/kvm_getloadavg.c cc -O2 -pipe -DLIBC_SCCS -I/tinderbox/CURRENT/i386/pc98/src/lib/libkvm -c /tinderbox/CURRENT/i386/pc98/src/lib/libkvm/kvm_getswapinfo.c cc -O2 -pipe -DLIBC_SCCS -I/tinderbox/CURRENT/i386/pc98/src/lib/libkvm -c /tinderbox/CURRENT/i386/pc98/src/lib/libkvm/kvm_proc.c /tinderbox/CURRENT/i386/pc98/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /tinderbox/CURRENT/i386/pc98/src/lib/libkvm/kvm_proc.c:284: error: structure has no member named `si_udev' *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src/lib/libkvm. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2005-03-15 13:27:35 - WARNING: /usr/bin/make returned exit code 1 TB --- 2005-03-15 13:27:35 - ERROR: failed to build world TB --- 2005-03-15 13:27:35 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 17:07:13 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E454116A4CE; Tue, 15 Mar 2005 17:07:13 +0000 (GMT) Received: from dd3.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D3E643D39; Tue, 15 Mar 2005 17:07:13 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [192.168.0.5] (dsl-082-083-050-044.arcor-ip.net [82.83.50.44]) by dd3.kasserver.com (Postfix) with ESMTP id 5E9D36F54A; Tue, 15 Mar 2005 18:07:06 +0100 (CET) Message-ID: <42371640.4050802@chillt.de> Date: Tue, 15 Mar 2005 18:07:12 +0100 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 1.0 (X11/20050313) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org> In-Reply-To: <20050315020930.GA14246@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Eugenio cc: freebsd-stable@freebsd.org cc: freebsd-i386@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 17:07:14 -0000 > Can you try with just -mno-sse2? I'd like to litter the compile command > line as little as possible. I just tried. -mno-sse2 indeed is all that's required to make the kernel work. The same flag also makes the loader run again: --- /usr/src/sys/boot/i386/loader/Makefile.old Tue Mar 15 18:03:13 2005 +++ /usr/src/sys/boot/i386/loader/Makefile Fri Feb 27 15:10:09 2004 @@ -40,7 +40,7 @@ CLEANFILES= vers.c loader loader.bin loader.help -CFLAGS+= -Wall -mno-sse2 +CFLAGS+= -Wall LDFLAGS= -static -Ttext 0x0 # i386 standalone support library From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 18:13:38 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0553B16A4CE; Tue, 15 Mar 2005 18:13:38 +0000 (GMT) Received: from dd3.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53CC743D1D; Tue, 15 Mar 2005 18:13:37 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [192.168.0.5] (dsl-082-083-050-044.arcor-ip.net [82.83.50.44]) by dd3.kasserver.com (Postfix) with ESMTP id 47F726F550; Tue, 15 Mar 2005 19:13:31 +0100 (CET) Message-ID: <423725D2.7060207@chillt.de> Date: Tue, 15 Mar 2005 19:13:38 +0100 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 1.0 (X11/20050313) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bartosz Fabianowski References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org> <42371640.4050802@chillt.de> In-Reply-To: <42371640.4050802@chillt.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Eugenio cc: freebsd-stable@freebsd.org cc: freebsd-i386@freebsd.org cc: obrien@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 18:13:38 -0000 That last patch was reversed. Sorry: --- /usr/src/sys/boot/i386/loader/Makefile.old Tue Mar 15 18:03:13 2005 +++ /usr/src/sys/boot/i386/loader/Makefile Fri Feb 27 15:10:09 2004 @@ -40,7 +40,7 @@ CLEANFILES= vers.c loader loader.bin loader.help -CFLAGS+= -Wall +CFLAGS+= -Wall -mno-sse2 LDFLAGS= -static -Ttext 0x0 # i386 standalone support library From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 19:13:14 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1269916A514 for ; Tue, 15 Mar 2005 19:13:14 +0000 (GMT) Received: from smtp816.mail.sc5.yahoo.com (smtp816.mail.sc5.yahoo.com [66.163.170.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 9530F43D46 for ; Tue, 15 Mar 2005 19:13:12 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.225.210 with login) by smtp816.mail.sc5.yahoo.com with SMTP; 15 Mar 2005 19:13:02 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 1AD3B61D2; Tue, 15 Mar 2005 13:13:01 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 71656-11; Tue, 15 Mar 2005 13:12:59 -0600 (CST) Received: from [127.0.0.1] (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id 71DE06172; Tue, 15 Mar 2005 13:12:58 -0600 (CST) Message-ID: <423733B9.5020904@alumni.rice.edu> Date: Tue, 15 Mar 2005 13:12:57 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org> In-Reply-To: <20050315020930.GA14246@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: Bartosz Fabianowski cc: Eugenio cc: freebsd-stable@freebsd.org cc: freebsd-i386@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 19:13:14 -0000 David O'Brien wrote: > On Sat, Mar 12, 2005 at 10:48:52PM +0100, Bartosz Fabianowski wrote: >>>Are you saying, all we need to do is commit this diff to make everyone's >>>environment happy? >> >>Obviously, I can't speak for everyone. For me, your patch fixes the kernel. > > Can you try with just -mno-sse2? I'd like to litter the compile command > line as little as possible. Saw the commit -- do you plan to MFC? I think this will solve my CPUTYPE?=athlon-xp issues with the loader, so it would be awesome if we could get this in before 5.4... Jon From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 19:30:06 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 680B616A4CE for ; Tue, 15 Mar 2005 19:30:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E04D43D2D for ; Tue, 15 Mar 2005 19:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2FJU6Pm080102 for ; Tue, 15 Mar 2005 19:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2FJU6Wv080101; Tue, 15 Mar 2005 19:30:06 GMT (envelope-from gnats) Date: Tue, 15 Mar 2005 19:30:06 GMT Message-Id: <200503151930.j2FJU6Wv080101@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Gael Queri Subject: Re: i386/75589: O2Micro pccard1 slot not functioning while pccard0 is OK X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gael Queri List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 19:30:06 -0000 The following reply was made to PR i386/75589; it has been noted by GNATS. From: Gael Queri To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: i386/75589: O2Micro pccard1 slot not functioning while pccard0 is OK Date: Tue, 15 Mar 2005 20:29:01 +0100 You can close this PR. This was actually caused by a hardware failure! Sorry for the workload it caused... From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 19:42:05 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B8316A4CF for ; Tue, 15 Mar 2005 19:42:05 +0000 (GMT) Received: from smtp805.mail.sc5.yahoo.com (smtp805.mail.sc5.yahoo.com [66.163.168.184]) by mx1.FreeBSD.org (Postfix) with SMTP id DAC4943D49 for ; Tue, 15 Mar 2005 19:42:04 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.225.210 with login) by smtp805.mail.sc5.yahoo.com with SMTP; 15 Mar 2005 19:42:03 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 272B761D2; Tue, 15 Mar 2005 13:42:00 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 71656-13; Tue, 15 Mar 2005 13:41:57 -0600 (CST) Received: from [127.0.0.1] (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id C4B826172; Tue, 15 Mar 2005 13:41:56 -0600 (CST) Message-ID: <42373A83.6040201@alumni.rice.edu> Date: Tue, 15 Mar 2005 13:41:55 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org> In-Reply-To: <20050315020930.GA14246@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: Bartosz Fabianowski cc: Eugenio cc: freebsd-stable@freebsd.org cc: freebsd-i386@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 19:42:06 -0000 David O'Brien wrote: > On Sat, Mar 12, 2005 at 10:48:52PM +0100, Bartosz Fabianowski wrote: >>>Are you saying, all we need to do is commit this diff to make everyone's >>>environment happy? >> >>Obviously, I can't speak for everyone. For me, your patch fixes the kernel. > > Can you try with just -mno-sse2? I'd like to litter the compile command > line as little as possible. I had this issue a while back with my Athlon-XP box (http://lists.freebsd.org/pipermail/freebsd-current/2004-November/042127.html). Note that I would get instant reboots with CPUTYPE?=athlon-xp, CPUTYPE?=p3, and CPUTYPE?=p2. However, it worked fine with CPUTYPE?=k6-2. I think you are right to be cautious and disable anything that uses FP registers. Jon From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 20:38:42 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45AC916A4CE; Tue, 15 Mar 2005 20:38:42 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0492143D1D; Tue, 15 Mar 2005 20:38:42 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2FKcWf5042040; Tue, 15 Mar 2005 12:38:32 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2FKcV6Z042039; Tue, 15 Mar 2005 12:38:31 -0800 (PST) (envelope-from obrien) Date: Tue, 15 Mar 2005 12:38:31 -0800 From: "David O'Brien" To: Jon Noack Message-ID: <20050315203831.GA41996@dragon.NUXI.org> References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org> <423733B9.5020904@alumni.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <423733B9.5020904@alumni.rice.edu> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: Bartosz Fabianowski cc: Eugenio cc: freebsd-stable@freebsd.org cc: freebsd-i386@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 20:38:42 -0000 On Tue, Mar 15, 2005 at 01:12:57PM -0600, Jon Noack wrote: > David O'Brien wrote: > >On Sat, Mar 12, 2005 at 10:48:52PM +0100, Bartosz Fabianowski wrote: > >>>Are you saying, all we need to do is commit this diff to make everyone's > >>>environment happy? > >> > >>Obviously, I can't speak for everyone. For me, your patch fixes the > >>kernel. > > > >Can you try with just -mno-sse2? I'd like to litter the compile command > >line as little as possible. > > Saw the commit -- do you plan to MFC? I need to ask RE@ to to an MFC at this time. I will after 5.4-R if I cannot get it into 5.4-R. -- -- David (obrien@FreeBSD.org) From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 20:40:05 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4137616A4CE; Tue, 15 Mar 2005 20:40:05 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 063BE43D31; Tue, 15 Mar 2005 20:40:05 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2FKe0XD042066; Tue, 15 Mar 2005 12:40:00 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2FKe0Nu042065; Tue, 15 Mar 2005 12:40:00 -0800 (PST) (envelope-from obrien) Date: Tue, 15 Mar 2005 12:39:59 -0800 From: "David O'Brien" To: Jon Noack Message-ID: <20050315203959.GB41996@dragon.NUXI.org> References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org> <42373A83.6040201@alumni.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42373A83.6040201@alumni.rice.edu> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: Bartosz Fabianowski cc: Eugenio cc: freebsd-stable@freebsd.org cc: freebsd-i386@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 20:40:05 -0000 On Tue, Mar 15, 2005 at 01:41:55PM -0600, Jon Noack wrote: > David O'Brien wrote: > >On Sat, Mar 12, 2005 at 10:48:52PM +0100, Bartosz Fabianowski wrote: > >>>Are you saying, all we need to do is commit this diff to make everyone's > >>>environment happy? > > > >Can you try with just -mno-sse2? I'd like to litter the compile command > >line as little as possible. > > I had this issue a while back with my Athlon-XP box > (http://lists.freebsd.org/pipermail/freebsd-current/2004-November/042127.html). > Note that I would get instant reboots with CPUTYPE?=athlon-xp, CPUTYPE?=p3, > and CPUTYPE?=p2. However, it worked fine with CPUTYPE?=k6-2. I think you > are right to be cautious and disable anything that uses FP registers. I remember that problem but I don't know why I don't experience it, since I also use CPUTYPE=athlon-mp on my home desktop. I suspect the problem is SSE2 usage, which the Althon {X,M}P doesn't support. -- -- David (obrien@FreeBSD.org) From owner-freebsd-i386@FreeBSD.ORG Tue Mar 15 21:30:41 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E88F16A4CE for ; Tue, 15 Mar 2005 21:30:41 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id DEC7A43D39 for ; Tue, 15 Mar 2005 21:30:40 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.225.210 with login) by smtp811.mail.sc5.yahoo.com with SMTP; 15 Mar 2005 21:08:18 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 28A5961D2; Tue, 15 Mar 2005 15:08:16 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05503-01; Tue, 15 Mar 2005 15:08:14 -0600 (CST) Received: from [127.0.0.1] (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id CA6D76172; Tue, 15 Mar 2005 15:08:13 -0600 (CST) Message-ID: <42374EBD.6080501@alumni.rice.edu> Date: Tue, 15 Mar 2005 15:08:13 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org> <42373A83.6040201@alumni.rice.edu> <20050315203959.GB41996@dragon.NUXI.org> In-Reply-To: <20050315203959.GB41996@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: Bartosz Fabianowski cc: Eugenio cc: freebsd-stable@freebsd.org cc: freebsd-i386@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 21:30:41 -0000 David O'Brien wrote: > On Tue, Mar 15, 2005 at 01:41:55PM -0600, Jon Noack wrote: >>David O'Brien wrote: >>>On Sat, Mar 12, 2005 at 10:48:52PM +0100, Bartosz Fabianowski wrote: >>>>>Are you saying, all we need to do is commit this diff to make everyone's >>>>>environment happy? >>> >>>Can you try with just -mno-sse2? I'd like to litter the compile command >>>line as little as possible. >> >>I had this issue a while back with my Athlon-XP box >>(http://lists.freebsd.org/pipermail/freebsd-current/2004-November/042127.html). >> Note that I would get instant reboots with CPUTYPE?=athlon-xp, CPUTYPE?=p3, >>and CPUTYPE?=p2. However, it worked fine with CPUTYPE?=k6-2. I think you >>are right to be cautious and disable anything that uses FP registers. > > I remember that problem but I don't know why I don't experience it, since > I also use CPUTYPE=athlon-mp on my home desktop. I suspect the problem > is SSE2 usage, which the Althon {X,M}P doesn't support. Huh. That didn't fix it for me. I manually merged the sys/boot/i386/Makefile.inc and sys/boot/i386/boot2/Makefile changes, added CPUTYPE?=athlon-xp, rebuilt world and kernel, and rebooted. Same behavior. Oh crap -- I just noticed the sys/conf/kern.mk patch. Rebuilding kernel... Jon From owner-freebsd-i386@FreeBSD.ORG Wed Mar 16 00:30:39 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8584E16A4D0 for ; Wed, 16 Mar 2005 00:30:39 +0000 (GMT) Received: from smtp815.mail.sc5.yahoo.com (smtp815.mail.sc5.yahoo.com [66.163.170.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 97DDF43D46 for ; Wed, 16 Mar 2005 00:30:38 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.225.210 with login) by smtp815.mail.sc5.yahoo.com with SMTP; 16 Mar 2005 00:30:38 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 6953261D2; Tue, 15 Mar 2005 18:30:37 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05503-14; Tue, 15 Mar 2005 18:30:34 -0600 (CST) Received: from [127.0.0.1] (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id C6D846172; Tue, 15 Mar 2005 18:30:33 -0600 (CST) Message-ID: <42377E29.2080909@alumni.rice.edu> Date: Tue, 15 Mar 2005 18:30:33 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: noackjr@alumni.rice.edu References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org> <42373A83.6040201@alumni.rice.edu> <20050315203959.GB41996@dragon.NUXI.org> <42374EBD.6080501@alumni.rice.edu> In-Reply-To: <42374EBD.6080501@alumni.rice.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: Bartosz Fabianowski cc: freebsd-stable@freebsd.org cc: obrien@freebsd.org cc: freebsd-mobile@freebsd.org cc: Eugenio cc: freebsd-i386@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 00:30:39 -0000 Jon Noack wrote: > David O'Brien wrote: >> On Tue, Mar 15, 2005 at 01:41:55PM -0600, Jon Noack wrote: >>> David O'Brien wrote: >>>> On Sat, Mar 12, 2005 at 10:48:52PM +0100, Bartosz Fabianowski wrote: >>>>>> Are you saying, all we need to do is commit this diff to make >>>>>> everyone's >>>>>> environment happy? >>>> >>>> Can you try with just -mno-sse2? I'd like to litter the compile >>>> command >>>> line as little as possible. >>> >>> I had this issue a while back with my Athlon-XP box >>> (http://lists.freebsd.org/pipermail/freebsd-current/2004-November/042127.html). >>> Note that I would get instant reboots with CPUTYPE?=athlon-xp, >>> CPUTYPE?=p3, and CPUTYPE?=p2. However, it worked fine with >>> CPUTYPE?=k6-2. I think you are right to be cautious and disable >>> anything that uses FP registers. >> >> I remember that problem but I don't know why I don't experience it, since >> I also use CPUTYPE=athlon-mp on my home desktop. I suspect the problem >> is SSE2 usage, which the Althon {X,M}P doesn't support. > > Huh. That didn't fix it for me. I manually merged the > sys/boot/i386/Makefile.inc and sys/boot/i386/boot2/Makefile changes, > added CPUTYPE?=athlon-xp, rebuilt world and kernel, and rebooted. Same > behavior. Oh crap -- I just noticed the sys/conf/kern.mk patch. > > Rebuilding kernel... Well, that didn't work either. I even rebuilt the loader with a hardcoded CPUTYPE=i686 for sys/boot/i386/Makefile.inc and sys/boot/i386/boot2/Makefile and it STILL rebooted instantly. Is it possible GCC compiled with CPUTYPE?=athlon-xp produces bad code? I guess my BIOS writer could've been on crack, but the machine is rock solid without CPUTYPE defined so I don't think it is a hardware problem. I'm willing to debug this but I need someone's hand to hold... Jon From owner-freebsd-i386@FreeBSD.ORG Wed Mar 16 02:30:13 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A06116A4D3 for ; Wed, 16 Mar 2005 02:30:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEFCC43D5F for ; Wed, 16 Mar 2005 02:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2G2U7nj034675 for ; Wed, 16 Mar 2005 02:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2G2U7bL034674; Wed, 16 Mar 2005 02:30:07 GMT (envelope-from gnats) Date: Wed, 16 Mar 2005 02:30:07 GMT Message-Id: <200503160230.j2G2U7bL034674@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Chen Zhao Subject: Re: i386/72441: HP Proliant DL380 hangs on reboot with 5.3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chen Zhao List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 02:30:13 -0000 The following reply was made to PR i386/72441; it has been noted by GNATS. From: Chen Zhao To: jhb@FreeBSD.org Cc: freebsd-gnats-submit@FreeBSD.org, PeterJeremy@optushome.com.au Subject: Re: i386/72441: HP Proliant DL380 hangs on reboot with 5.3 Date: Tue, 15 Mar 2005 21:26:56 -0500 This problem still occurs with 5.3-RELEASE-p5. We were bit by this too with a new server we're trying to put into production. We have a dual cpu 2.8Ghz system. Snip from non-verbose dmesg: == FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 6 MADT: Forcing active-low polarity and level trigger for SCI == We tried several bios options to change the mp table mapping. Aside from the default 'auto', we also tried 'apic' and 'full'. We also tried changing the OS selection from 'linux' to 'other'. Nothing has made a difference, although it does change the output at shutdown a little. The last two lines displayed on the console after attempting the reboot change slightly, depending on the options above, but I don't have it exactly verbatim, and I don't have what changes coincide with which lines, as I was working with someone at the datacenter where the server is located, and we don't have a serial console hook up (yet?). == cpu_reset called on cpu #0 cpu_reset: Stopping other CPUs == == cpu_reset: Restarting BSP cpu_reset_proxy: Stop CPU 1 == I'm love to help trouble shoot this, but the difficulty is of course needing someone to be at the datacenter when the attempted reboots don't come back. We may be able to get some integrated lights out management going but I don't have an eta on that. Is there any info I can provide from a running system to help? My impression is that the initial install rebooted itself correctly, but I could be wrong. I just know that finding that the system did not reboot after a cvsup to -p5 came as a bit of a shock. Any attention to this is appreciated, thanks. This is quite critical to us as well. -- | Chen Zhao | Chief Cynic | WizNix, Inc. :: Solutions for troubled networks. From owner-freebsd-i386@FreeBSD.ORG Wed Mar 16 08:20:06 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1759B16A4CE for ; Wed, 16 Mar 2005 08:20:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD36E43D1F for ; Wed, 16 Mar 2005 08:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2G8K50B014706 for ; Wed, 16 Mar 2005 08:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2G8K5Pe014705; Wed, 16 Mar 2005 08:20:05 GMT (envelope-from gnats) Date: Wed, 16 Mar 2005 08:20:05 GMT Message-Id: <200503160820.j2G8K5Pe014705@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Peter Jeremy Subject: Re: i386/72441: HP Proliant DL380 hangs on reboot with 5.3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Peter Jeremy List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 08:20:06 -0000 The following reply was made to PR i386/72441; it has been noted by GNATS. From: Peter Jeremy To: Chen Zhao Cc: jhb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: i386/72441: HP Proliant DL380 hangs on reboot with 5.3 Date: Wed, 16 Mar 2005 19:18:59 +1100 On Tue, 2005-Mar-15 21:26:56 -0500, Chen Zhao wrote: >This problem still occurs with 5.3-RELEASE-p5. Do you have any kld's loaded? If so, can you see what happens when you avoid loading anything except acpi - that worked for me (though I was using a UP system). Peter From owner-freebsd-i386@FreeBSD.ORG Wed Mar 16 10:46:48 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6C816A4CE for ; Wed, 16 Mar 2005 10:46:48 +0000 (GMT) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A2B443D5D for ; Wed, 16 Mar 2005 10:46:47 +0000 (GMT) (envelope-from cedric.devillers@script.jussieu.fr) Received: from tzolkin.script.jussieu.fr (tzolkin.script.jussieu.fr [134.157.164.8])j2GAkjer042630 for ; Wed, 16 Mar 2005 11:46:45 +0100 (CET) X-Ids: 166 Received: from ganymede.script.jussieu.fr (ganymede.script.jussieu.fr [134.157.164.36]) (8.12.10/8.12.10/SCRIPT-1.1.18.1/1.1.8.1) with SMTP id j2GAk9Dg029459 for ; Wed, 16 Mar 2005 11:46:10 +0100 (MET) Date: Wed, 16 Mar 2005 11:46:44 +0100 From: =?ISO-8859-15?Q?C=E9dric?= Devillers To: freebsd-i386@FreeBSD.org Message-ID: <20050316114644.24d10bf1@ganymede.script.jussieu.fr> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.2 (shiva.jussieu.fr [134.157.0.166]); Wed, 16 Mar 2005 11:46:46 +0100 (CET) X-Miltered: at shiva.jussieu.fr with ID 42380E95.002 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Antivirus: scanned by sophie at shiva.jussieu.fr Subject: About the bug i386/66350 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 10:46:48 -0000 Hello, I would like to know if you had planned the correction of this bug in the next days because I would like to deploy FreeBSD Distribution onto a parc of 150 computers and I need the noninteractive mode to realize that. Thank you for your response. Cordially, Cedric Devillers From owner-freebsd-i386@FreeBSD.ORG Wed Mar 16 15:00:16 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B3D916A4CE for ; Wed, 16 Mar 2005 15:00:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CAEE43D1F for ; Wed, 16 Mar 2005 15:00:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2GF0FDN059224 for ; Wed, 16 Mar 2005 15:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2GF0Fip059223; Wed, 16 Mar 2005 15:00:15 GMT (envelope-from gnats) Date: Wed, 16 Mar 2005 15:00:15 GMT Message-Id: <200503161500.j2GF0Fip059223@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Chen Zhao Subject: Re: i386/72441: HP Proliant DL380 hangs on reboot with 5.3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chen Zhao List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 15:00:16 -0000 The following reply was made to PR i386/72441; it has been noted by GNATS. From: Chen Zhao To: Peter Jeremy Cc: jhb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: i386/72441: HP Proliant DL380 hangs on reboot with 5.3 Date: Wed, 16 Mar 2005 09:55:02 -0500 \- Peter Jeremy stated on /- [Wed, Mar 16, 2005 at 07:18:59PM +1100]: > Do you have any kld's loaded? If so, can you see what happens when you > avoid loading anything except acpi - that worked for me (though I was > using a UP system). Thanks for the tip, I'll give it a shot. I have: # kldstat Id Refs Address Size Name 1 4 0xc0400000 3492e0 kernel 2 14 0xc074a000 5d7f0 acpi.ko 3 1 0xc35da000 26000 usb.ko Unloading usb.ko after it has been loaded does not allow the system to reboot normally. I'll try again w/o loading it to begin with (as soon as I can get someone there again). Is disabling usbd from rc.conf enough to prevent the loading of usb.ko, or is there something I have to set in loader.conf to prevent that? Btw, should we continue to cc the gnats system or remove it from any future correspondence? \_____End_of_Statement_____/ -- | Chen Zhao | Chief Cynic | WizNix, Inc. :: Solutions for troubled networks. From owner-freebsd-i386@FreeBSD.ORG Wed Mar 16 17:35:03 2005 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F41F16A4CE; Wed, 16 Mar 2005 17:35:03 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D075843D3F; Wed, 16 Mar 2005 17:35:02 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2GHYtR9065795; Wed, 16 Mar 2005 09:34:55 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2GHYsL4065794; Wed, 16 Mar 2005 09:34:54 -0800 (PST) (envelope-from obrien) Date: Wed, 16 Mar 2005 09:34:54 -0800 From: "David O'Brien" To: Jon Noack Message-ID: <20050316173454.GB65381@dragon.NUXI.org> References: <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org> <42373A83.6040201@alumni.rice.edu> <20050315203959.GB41996@dragon.NUXI.org> <42374EBD.6080501@alumni.rice.edu> <42377E29.2080909@alumni.rice.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42377E29.2080909@alumni.rice.edu> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: Bartosz Fabianowski cc: Eugenio cc: freebsd-stable@freebsd.org cc: freebsd-i386@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: CPUTYPE=pentium-m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 17:35:03 -0000 On Tue, Mar 15, 2005 at 06:30:33PM -0600, Jon Noack wrote: > Jon Noack wrote: > Is it possible GCC compiled with CPUTYPE?=athlon-xp produces bad code? > I guess my BIOS writer could've been on crack, but the machine is rock > solid without CPUTYPE defined so I don't think it is a hardware > problem. Anything thing is possible, but I've been using CPUTYPE=athlon-mp (which is same as 'athlon-xp') for a LONG time on 4 different machines with no problems. Including one that also is set to use -O2. -- -- David (obrien@FreeBSD.org) From owner-freebsd-i386@FreeBSD.ORG Wed Mar 16 19:00:09 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB5AB16A4CE for ; Wed, 16 Mar 2005 19:00:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1624243D5D for ; Wed, 16 Mar 2005 19:00:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2GJ09MO086350 for ; Wed, 16 Mar 2005 19:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2GJ08rB086349; Wed, 16 Mar 2005 19:00:08 GMT (envelope-from gnats) Resent-Date: Wed, 16 Mar 2005 19:00:08 GMT Resent-Message-Id: <200503161900.j2GJ08rB086349@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, Harry Coin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D22116A4CE for ; Wed, 16 Mar 2005 18:57:32 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9402743D31 for ; Wed, 16 Mar 2005 18:57:31 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GIvVwI075794 for ; Wed, 16 Mar 2005 18:57:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2GIvVIu075793; Wed, 16 Mar 2005 18:57:31 GMT (envelope-from nobody) Message-Id: <200503161857.j2GIvVIu075793@www.freebsd.org> Date: Wed, 16 Mar 2005 18:57:31 GMT From: Harry Coin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/78929: atapicam prevents boot, system hangs X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 19:00:09 -0000 >Number: 78929 >Category: i386 >Synopsis: atapicam prevents boot, system hangs >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 16 19:00:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Harry Coin >Release: 5.3 release, 5.4 pre1, 5.4 pre 2 >Organization: self >Environment: Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p5 #10: Wed Mar 16 11:22:54 CST 2005 >Description: Bootup locks under 5.3 release, 5.4 pre1 and 5.4 pre2 if atapicam is included, and is normal if atapicam is not included. The lock occurs right after this line in the dmesg ata4-master SATA150 ad10: 35304MB [71730/16/63] at ata5-master SATA150 The line never seen is SMP: AP CPU #1 Launched! The error message is that an interrupt storm was detected on int18: em0 and uhci2++. I can still use the scroll lock to scan up and down, but the system never moves on from that point -- ever. The system is an ASUS P4C800-E with a P4 2.8Ghz. The only unusual aspects are that there is no AGP video, but 3 dual head PCI cards. Also there are some digital camera reader 'disk' slots on one of the USB ports. What follows is the dmesg of a sucessful boot, then the kernel conf file. To make it crash, put ATAPICAM in. To make it work, take ATAPICAM out. Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE-p5 #10: Wed Mar 16 11:22:54 CST 2005 root@development.quietfountain.com:/usr/obj/usr/src/sys/DEVELOPMENT Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2798.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2146631680 (2047 MB) avail memory = 2090983424 (1994 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 cpu1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xfe800000-0xfebfffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.P0P1 - AE_NOT_FOUND pci1: on pcib1 pcib2: at device 3.0 on pci0 pci2: on pcib2 em0: port 0xcf80-0xcf9f mem 0xf84e0000-0xf84fffff irq 18 at device 1.0 on pci2 em0: Ethernet address: 00:0c:6e:79:79:24 em0: Speed:N/A Duplex:N/A uhci0: port 0xeec0-0xeedf irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xef00-0xef1f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhid0: American Power Conversion Back-UPS RS 1500 FW:8.g4 .D USB FW:g4, rev 1.10/1.06, addr 2, iclass 3/0 uhci2: port 0xef20-0xef3f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered umass0: Y-E DATA Silicon Media R/W, rev 1.10/1.03, addr 2 uhci3: port 0xef40-0xef5f irq 16 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered pci0: at device 29.7 (no driver attached) pcib3: at device 30.0 on pci0 pci3: on pcib3 pci3: at device 9.0 (no driver attached) pci3: