From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 05:00:13 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 9D17216A420 for ; Sun, 29 Jan 2006 05:00:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB7E43D45 for ; Sun, 29 Jan 2006 05:00:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T50CkB072672 for ; Sun, 29 Jan 2006 05:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T50Cdp072671; Sun, 29 Jan 2006 05:00:12 GMT (envelope-from gnats) Resent-Date: Sun, 29 Jan 2006 05:00:12 GMT Resent-Message-Id: <200601290500.k0T50Cdp072671@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, Aluminium Oxide Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F6016A420 for ; Sun, 29 Jan 2006 04:58:29 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D24B143D48 for ; Sun, 29 Jan 2006 04:58:28 +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 k0T4wSsk002077 for ; Sun, 29 Jan 2006 04:58:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0T4wSbp002076; Sun, 29 Jan 2006 04:58:28 GMT (envelope-from nobody) Message-Id: <200601290458.k0T4wSbp002076@www.freebsd.org> Date: Sun, 29 Jan 2006 04:58:28 GMT From: Aluminium Oxide To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/92488: /usr/src/lib/libc/net/res_debug.c : make buildworld fails on i386 RELENG_6_0_0_RELEASE X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 05:00:13 -0000 >Number: 92488 >Category: i386 >Synopsis: /usr/src/lib/libc/net/res_debug.c : make buildworld fails on i386 RELENG_6_0_0_RELEASE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 29 05:00:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aluminium Oxide >Release: RELENG_6_0_0_RELEASE >Organization: Reality Engineering >Environment: FreeBSD h2o.UNIVERSE.ore 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: A recently (3 days ago) cvsupped i386 RELENG_6_0_0_RELEASE make buildworld stops with the following error: ________________________________________________________________________________ cc -O2 -fno-strict-aliasing -pipe -O3 -march=pentium3 -msse -mmmx -pipe -fforce-mem -fforce-addr -funroll-loops -fcse-follow-jumps -march=pentium3 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/lib/libc/net/res_debug.c In file included from /usr/src/lib/libc/net/res_debug.c:786: /usr/src/lib/libc/net/res_debug.c: In function `__loc_aton': /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of `precsize_aton' from incompatible pointer type In file included from /usr/src/lib/libc/net/res_debug.c:797: /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of `precsize_aton' from incompatible pointer type In file included from /usr/src/lib/libc/net/res_debug.c:808: /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of `precsize_aton' from incompatible pointer type *** Error code 1 Stop in /usr/src/lib/libc. ________________________________________________________________________________ Notes: CFLAGS+=-O3 -march=pentium3 -msse -mmmx -pipe -fforce-mem -fforce-addr -funroll-loops -fcse-follow-jumps. I sent this PR earlier but didn't know the much-prefferred diff -u format. A diff for res_debug.c is included below. >How-To-Repeat: make buildworld on FreeBSD 6.0 RELEASE, on a Pentium III, recently cvsupped (RELENG_6_0_0_RELEASE) >Fix: I have made some small changes. My C's not the best so please check it over. #diff -u /usr/src/lib/libc/net/res_debug.c.org /usr/src/lib/libc/net/res_debug.c ________________________________________________________________________________ --- res_debug.c.org Sun Jan 29 14:59:22 2006 +++ res_debug.c Sun Jan 29 14:59:38 2006 @@ -571,8 +571,8 @@ /* converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */ static u_int8_t -precsize_aton(strptr) - char **strptr; +precsize_aton(char **strptr) +/* char **strptr; */ { unsigned int mval = 0, cmval = 0; u_int8_t retval = 0; @@ -613,15 +613,15 @@ /* converts ascii lat/lon to unsigned encoded 32-bit number. moves pointer. */ static u_int32_t -latlon2ul(latlonstrptr,which) - char **latlonstrptr; - int *which; +latlon2ul(char *latlonstrptr,int *which) +/* char **latlonstrptr; */ +/* int *which; */ { char *cp; u_int32_t retval; int deg = 0, min = 0, secs = 0, secsfrac = 0; - cp = *latlonstrptr; + cp = latlonstrptr; while (isdigit((unsigned char)*cp)) deg = deg * 10 + (*cp++ - '0'); @@ -704,7 +704,7 @@ while (isspace((unsigned char)*cp)) /* move to next field */ cp++; - *latlonstrptr = cp; + latlonstrptr = cp; return (retval); } @@ -716,7 +716,8 @@ const char *ascii; u_char *binary; { - const char *cp, *maxcp; + char *cp; + char *maxcp; u_char *bcp; u_int32_t latit = 0, longit = 0, alt = 0; @@ -725,21 +726,22 @@ u_int8_t hp = 0x16; /* default = 1e6 cm = 10000.00m = 10km */ u_int8_t vp = 0x13; /* default = 1e3 cm = 10.00m */ u_int8_t siz = 0x12; /* default = 1e2 cm = 1.00m */ - int which1 = 0, which2 = 0; + int *which1 = 0, *which2 = 0; - cp = ascii; - maxcp = cp + strlen(ascii); + *cp = *ascii; + *maxcp = *cp + strlen(ascii); - lltemp1 = latlon2ul(&cp, &which1); + lltemp1 = latlon2ul(cp, which1); - lltemp2 = latlon2ul(&cp, &which2); + lltemp2 = latlon2ul(cp, which2); - switch (which1 + which2) { + switch (*which1 + *which2) { case 3: /* 1 + 2, the only valid combination */ - if ((which1 == 1) && (which2 == 2)) { /* normal case */ + if ((*which1 == 1) && (*which2 == 2)) { /* normal case */ latit = lltemp1; longit = lltemp2; - } else if ((which1 == 2) && (which2 == 1)) { /* reversed */ + } else if ((*which1 == 2) && (*which2 == 1)) { /* reversed +*/ longit = lltemp1; latit = lltemp2; } else { /* some kind of brokenness */ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 05:14:12 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 4241716A420; Sun, 29 Jan 2006 05:14:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D98E043D55; Sun, 29 Jan 2006 05:14:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T5EBqd073486; Sun, 29 Jan 2006 05:14:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T5EB9D073482; Sun, 29 Jan 2006 05:14:11 GMT (envelope-from linimon) Date: Sun, 29 Jan 2006 05:14:11 GMT From: Mark Linimon Message-Id: <200601290514.k0T5EB9D073482@freefall.freebsd.org> To: Trixer@126.com, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/86068: Fatal trap 12,while running pim6sd X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 05:14:12 -0000 Synopsis: Fatal trap 12,while running pim6sd State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Jan 29 05:13:37 UTC 2006 State-Changed-Why: Feedback timeout (2 months). http://www.freebsd.org/cgi/query-pr.cgi?pr=86068 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 05:19:54 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 75CE916A420; Sun, 29 Jan 2006 05:19:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3034643D49; Sun, 29 Jan 2006 05:19:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T5JsPm073829; Sun, 29 Jan 2006 05:19:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T5Jrjw073825; Sun, 29 Jan 2006 05:19:53 GMT (envelope-from linimon) Date: Sun, 29 Jan 2006 05:19:53 GMT From: Mark Linimon Message-Id: <200601290519.k0T5Jrjw073825@freefall.freebsd.org> To: valerio@dogweb.be, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/71470: [hang] Asus P4P800-E Promise 20378 RAID 1 problem [5.3-BETA3] X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 05:19:54 -0000 Synopsis: [hang] Asus P4P800-E Promise 20378 RAID 1 problem [5.3-BETA3] State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Jan 29 05:18:28 UTC 2006 State-Changed-Why: Feedback timeout. A reply in the audit trail indicated that this is a known issue with this motherboard (all OSes). http://www.freebsd.org/cgi/query-pr.cgi?pr=71470 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 05:20:45 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 A47D716A422; Sun, 29 Jan 2006 05:20:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6046F43D45; Sun, 29 Jan 2006 05:20:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T5KjfF073939; Sun, 29 Jan 2006 05:20:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T5KjnJ073933; Sun, 29 Jan 2006 05:20:45 GMT (envelope-from linimon) Date: Sun, 29 Jan 2006 05:20:45 GMT From: Mark Linimon Message-Id: <200601290520.k0T5KjnJ073933@freefall.freebsd.org> To: ddobson@nerdshack.com, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/72215: with acpi enabled network card will not work X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 05:20:45 -0000 Synopsis: with acpi enabled network card will not work State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Jan 29 05:20:13 UTC 2006 State-Changed-Why: Feedback timeout (3 months). http://www.freebsd.org/cgi/query-pr.cgi?pr=72215 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 05:21:43 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 D8DFD16A422; Sun, 29 Jan 2006 05:21:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9810243D45; Sun, 29 Jan 2006 05:21:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T5LhSn074058; Sun, 29 Jan 2006 05:21:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T5LhMS074054; Sun, 29 Jan 2006 05:21:43 GMT (envelope-from linimon) Date: Sun, 29 Jan 2006 05:21:43 GMT From: Mark Linimon Message-Id: <200601290521.k0T5LhMS074054@freefall.freebsd.org> To: kbuild@gmail.com, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/83078: Need to develop the network driver for Boardcom NetXtreme bcm5751m X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 05:21:44 -0000 Synopsis: Need to develop the network driver for Boardcom NetXtreme bcm5751m State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Jan 29 05:21:22 UTC 2006 State-Changed-Why: Feedback timeout (>3 months). http://www.freebsd.org/cgi/query-pr.cgi?pr=83078 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 05:22:17 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 BA85D16A423; Sun, 29 Jan 2006 05:22:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E17143D46; Sun, 29 Jan 2006 05:22:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T5MHia074130; Sun, 29 Jan 2006 05:22:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T5MGwB074126; Sun, 29 Jan 2006 05:22:16 GMT (envelope-from linimon) Date: Sun, 29 Jan 2006 05:22:16 GMT From: Mark Linimon Message-Id: <200601290522.k0T5MGwB074126@freefall.freebsd.org> To: h@erathia.be, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/83214: FreeBSD 5.4 cannot install on IC35L120AVVA07-0, ATA DISK drive X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 05:22:17 -0000 Synopsis: FreeBSD 5.4 cannot install on IC35L120AVVA07-0, ATA DISK drive State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Jan 29 05:21:52 UTC 2006 State-Changed-Why: Feedback timeout (> 2 months). http://www.freebsd.org/cgi/query-pr.cgi?pr=83214 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 05:22:43 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 7CD7F16A422; Sun, 29 Jan 2006 05:22:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C6CF43D45; Sun, 29 Jan 2006 05:22:43 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T5Mh7A074179; Sun, 29 Jan 2006 05:22:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T5MhHo074175; Sun, 29 Jan 2006 05:22:43 GMT (envelope-from linimon) Date: Sun, 29 Jan 2006 05:22:43 GMT From: Mark Linimon Message-Id: <200601290522.k0T5MhHo074175@freefall.freebsd.org> To: djsdelight@msn.com, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/86312: 5.4-STABLE ATA Timeout WRITE_DMA X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 05:22:43 -0000 Synopsis: 5.4-STABLE ATA Timeout WRITE_DMA State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Jan 29 05:22:26 UTC 2006 State-Changed-Why: Feedback timeout (> 2 months). http://www.freebsd.org/cgi/query-pr.cgi?pr=86312 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 05:23:19 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 8BAAD16A422; Sun, 29 Jan 2006 05:23:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40CD243D46; Sun, 29 Jan 2006 05:23:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T5NE3g074225; Sun, 29 Jan 2006 05:23:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T5NDPj074221; Sun, 29 Jan 2006 05:23:13 GMT (envelope-from linimon) Date: Sun, 29 Jan 2006 05:23:13 GMT From: Mark Linimon Message-Id: <200601290523.k0T5NDPj074221@freefall.freebsd.org> To: zurita-garaicoechea@telefonica.net, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/89322: No puedo acceder al contenido del CDROM X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 05:23:19 -0000 Synopsis: No puedo acceder al contenido del CDROM State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Sun Jan 29 05:22:52 UTC 2006 State-Changed-Why: Feedback timeout (2 months). http://www.freebsd.org/cgi/query-pr.cgi?pr=89322 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 08:10:04 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 D280516A454 for ; Sun, 29 Jan 2006 08:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6524A43D45 for ; Sun, 29 Jan 2006 08:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T8A4Tv087129 for ; Sun, 29 Jan 2006 08:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T8A4dV087124; Sun, 29 Jan 2006 08:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 29 Jan 2006 08:10:04 GMT Resent-Message-Id: <200601290810.k0T8A4dV087124@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, Aluminium Oxide Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D1BC16A420 for ; Sun, 29 Jan 2006 08:01:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CE443D68 for ; Sun, 29 Jan 2006 08:01:26 +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 k0T81QP0062552 for ; Sun, 29 Jan 2006 08:01:26 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0T81QvU062551; Sun, 29 Jan 2006 08:01:26 GMT (envelope-from nobody) Message-Id: <200601290801.k0T81QvU062551@www.freebsd.org> Date: Sun, 29 Jan 2006 08:01:26 GMT From: Aluminium Oxide To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/92493: make buildworld stops: /usr/src/lib/libc/rpc/getpublickey.c (i386/6.0 RELEASE) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 08:10:05 -0000 >Number: 92493 >Category: i386 >Synopsis: make buildworld stops: /usr/src/lib/libc/rpc/getpublickey.c (i386/6.0 RELEASE) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 29 08:10:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aluminium Oxide >Release: i386 6.0 RELEASE + RELENG_6_0_0_RELEASE >Organization: Reality Engineering >Environment: FreeBSD h2o.UNIVERSE.ore 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: On a FreeBSD 6.0 RELEASE/i386 + cvsup 3 days ago make buildworld stops with the following error: __________________________________________________________________________________ cc -O2 -fno-strict-aliasing -pipe -O3 -march=pentium3 -msse -mmmx -pipe -fforce-mem -fforce-addr -funroll-loops -fcse-follow-jumps -march=pentium3 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/lib/libc/rpc/getpublickey.c In file included from /usr/src/lib/libc/rpc/getpublickey.c:178: /usr/src/lib/libc/rpc/getpublickey.c: In function `getpublickey': /usr/src/lib/libc/rpc/getpublickey.c:70: warning: passing arg 1 of `__getpublickey_real' discards qualifiers from pointer target type *** Error code 1 Stop in /usr/src/lib/libc. CFLAGS+=-O3 -march=pentium3 -msse -mmmx -pipe -fforce-mem -fforce-addr -funroll-loops -fcse-follow-jumps I posted this a couple of weeks ago but with the wrong diff format, A diff for the code fix is below (2 files). Please review my code. >How-To-Repeat: make buildworld on the described system. >Fix: diff -u /usr/src/lib/libc/rpc/getpublickey.c.org /usr/src/lib/libc/rpc/getpublickey.c --- getpublickey.c.org Sun Jan 29 18:14:28 2006 +++ getpublickey.c Sun Jan 29 18:14:45 2006 @@ -169,7 +169,7 @@ } int getpublickey(netname, publickey) - const char *netname; + char *netname; char *publickey; { if (__getpublickey_LOCAL != NULL) diff -u /usr/src/include/rpc/auth.h.org /usr/src/include/rpc/auth.h --- auth.h.org Sun Jan 29 18:16:06 2006 +++ auth.h Sun Jan 29 18:16:21 2006 @@ -298,7 +298,7 @@ * Publickey routines. */ __BEGIN_DECLS -extern int getpublickey (const char *, char *); +extern int getpublickey (char *, char *); extern int getpublicandprivatekey (char *, char *); extern int getsecretkey (char *, char *, char *); __END_DECLS >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 09:46:46 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 91BA616A422; Sun, 29 Jan 2006 09:46:46 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3D543D48; Sun, 29 Jan 2006 09:46:46 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T9kkBJ096714; Sun, 29 Jan 2006 09:46:46 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T9kjo0096710; Sun, 29 Jan 2006 09:46:45 GMT (envelope-from arved) Date: Sun, 29 Jan 2006 09:46:45 GMT From: Tilman Linneweh Message-Id: <200601290946.k0T9kjo0096710@freefall.freebsd.org> To: orac000@internet-mail.org, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/92488: /usr/src/lib/libc/net/res_debug.c : make buildworld fails on i386 RELENG_6_0_0_RELEASE X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 09:46:46 -0000 Synopsis: /usr/src/lib/libc/net/res_debug.c : make buildworld fails on i386 RELENG_6_0_0_RELEASE State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sun Jan 29 09:46:25 UTC 2006 State-Changed-Why: You are using unsupported CFLAGS http://www.freebsd.org/cgi/query-pr.cgi?pr=92488 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 09:47:22 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 4A27A16A423; Sun, 29 Jan 2006 09:47:22 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0091C43D48; Sun, 29 Jan 2006 09:47:21 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0T9lLk0096757; Sun, 29 Jan 2006 09:47:21 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0T9lLL4096753; Sun, 29 Jan 2006 09:47:21 GMT (envelope-from arved) Date: Sun, 29 Jan 2006 09:47:21 GMT From: Tilman Linneweh Message-Id: <200601290947.k0T9lLL4096753@freefall.freebsd.org> To: orac000@internet-mail.org, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/92493: make buildworld stops: /usr/src/lib/libc/rpc/getpublickey.c (i386/6.0 RELEASE) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 09:47:22 -0000 Synopsis: make buildworld stops: /usr/src/lib/libc/rpc/getpublickey.c (i386/6.0 RELEASE) State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Sun Jan 29 09:46:56 UTC 2006 State-Changed-Why: You are using unsupported CFLAGS. http://www.freebsd.org/cgi/query-pr.cgi?pr=92493 From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 13:00:12 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 E0B9C16A422 for ; Sun, 29 Jan 2006 13:00:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5334243D46 for ; Sun, 29 Jan 2006 13:00:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0TD0CkI011092 for ; Sun, 29 Jan 2006 13:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0TD0CkI011090; Sun, 29 Jan 2006 13:00:12 GMT (envelope-from gnats) Resent-Date: Sun, 29 Jan 2006 13:00:12 GMT Resent-Message-Id: <200601291300.k0TD0CkI011090@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, "Alexander I. Mogilny" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C915C16A420 for ; Sun, 29 Jan 2006 12:50:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B93743D48 for ; Sun, 29 Jan 2006 12:50:44 +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 k0TCohLk041725 for ; Sun, 29 Jan 2006 12:50:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0TCohkO041724; Sun, 29 Jan 2006 12:50:43 GMT (envelope-from nobody) Message-Id: <200601291250.k0TCohkO041724@www.freebsd.org> Date: Sun, 29 Jan 2006 12:50:43 GMT From: "Alexander I. Mogilny" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/92501: Hang on boot with ACPI enabled on A6R notebook X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 13:00:13 -0000 >Number: 92501 >Category: i386 >Synopsis: Hang on boot with ACPI enabled on A6R notebook >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 29 13:00:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander I. Mogilny >Release: 7.0-CURRENT >Organization: PortaOne >Environment: FreeBSD sg.intra 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Thu Jan 26 09:18:32 EET 2006 root@sg.astral.ntu-kpi.kiev.ua:/usr/obj/usr/src/sys/SG i386 >Description: I am using FreeBSD on my notebook. Notebook model is ASUS A6B00R (A6R series). The problem is that when I am trying to boot with ACPI enabled my system hangs before disk device recognition and mounting. When I do not load ACPI FreeBSD does not recognize sound, card reader and wlan devices and I receive following kernel message while boot: Interrupt storm detected on "irq11:"; throttling interrupt source irq11 works with following devices: ohci0: mem 0xfebff000-0xfebfffff irq 11 at device 19.0 on pci0 ohci1: mem 0xfebfe000-0xfebfefff irq 11 at device 19.1 on pci0 ehci0: mem 0xfebfd000-0xfebfdfff irq 11 at device 19.2 on pci0 Here is my vmstat -i: > vmstat -i interrupt total rate irq0: clk 5248187 1000 irq1: atkbd0 8323 1 irq5: rl0 27334 5 irq7: ppc0 1 0 irq8: rtc 671710 127 irq10: pcm0 1 0 irq11: ohci0 ohci+ 5175788 986 irq12: psm0 240 0 irq13: npx0 1 0 irq14: ata0 38815 7 irq15: ata1 41 0 Total 11170441 2128 BIOS update is impossible due to no new versions released yet. Usage of FreeBSD of RELENG_6 cvs tag gave some results. System booted with ACPI, but my network card rl0 did not work (Watchdog timeout). This was the reason why I cvsuped to 7.0-CURRENT. Google search and search over existing problem reports on this topic gave following results: There was a patch published on the following page: http://lists.freebsd.org/pipermail/freebsd-mobile/2005-February/005787.html (thread theme was Thinkpad 600e interrupt storm) It was impossible to apply this patch - kernel source differed from patch source very much. There was also an advice to comment out 'apic' device. I commented it out. System booted with ACPI but I again received rl0 watchdog timeout message. I would like to help you in solving of this problem. I know that you have got not much time to work at received problem reports so due to my good knowledge of C I may work at this problem. I would only like to receive instructions of possible problem. I gess this would be enough. Here are dmesgs: 1. Normal boot with ACPI disabled: http://portascare.portaone.com/~sg/pr/dmesg.all.enabled.no.acpi 2. Boot with apic compiled out but ACPI enabled: http://portascare.portaone.com/~sg/pr/dmesg.without.apic 3. Boot with USB 2.0 disabled in BIOS and ACPI enabled: http://portascare.portaone.com/~sg/pr/dmesg.usb.v.2.0.disabled Here is my kernel: http://portascare.portaone.com/~sg/pr/kernel >How-To-Repeat: Boot with ACPI enabled and apic compiled in. >Fix: Disable ehci device in BIOS. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Jan 29 21:00:11 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 6A74D16A420 for ; Sun, 29 Jan 2006 21:00:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C84E43D48 for ; Sun, 29 Jan 2006 21:00:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0TL0At3039597 for ; Sun, 29 Jan 2006 21:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0TL0AvF039596; Sun, 29 Jan 2006 21:00:10 GMT (envelope-from gnats) Resent-Date: Sun, 29 Jan 2006 21:00:10 GMT Resent-Message-Id: <200601292100.k0TL0AvF039596@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, Shane Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3261816A424 for ; Sun, 29 Jan 2006 20:57:17 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E740043D48 for ; Sun, 29 Jan 2006 20:57:16 +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 k0TKvGaW044275 for ; Sun, 29 Jan 2006 20:57:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0TKvGK3044274; Sun, 29 Jan 2006 20:57:16 GMT (envelope-from nobody) Message-Id: <200601292057.k0TKvGK3044274@www.freebsd.org> Date: Sun, 29 Jan 2006 20:57:16 GMT From: Shane To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/92513: xinint login difficulty X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 21:00:11 -0000 >Number: 92513 >Category: i386 >Synopsis: xinint login difficulty >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 29 21:00:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shane >Release: Release 6 >Organization: shaners >Environment: FreeBSD 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samscco.home:/usr/obj/src/sys/GENERIC i386 >Description: I'm having several issues. The first is that I can't find the correct .xinitrc to edit so that when I, " startx " or what I've been using " xinit startkde ", want to start a graphical interface I get KDE without a " login " window within the KDE environment. When I start an xterm window I get an error "KDE seems to be running already on this display" that I don't know how to fix. I also don't know how to comment out what's not needed in the xinitrc file, whether it's #, \, /, or <--*-->, etc... Your assistance would be appreciated. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Mon Jan 30 11:02:26 2006 Return-Path: X-Original-To: freebsd-i386@freebsd.org 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 EBE3D16A420 for ; Mon, 30 Jan 2006 11:02:26 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 970C843D45 for ; Mon, 30 Jan 2006 11:02:26 +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.4/8.13.4) with ESMTP id k0UB2Qrt019594 for ; Mon, 30 Jan 2006 11:02:26 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0UB2Ne4019588 for freebsd-i386@freebsd.org; Mon, 30 Jan 2006 11:02:23 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 30 Jan 2006 11:02:23 GMT Message-Id: <200601301102.k0UB2Ne4019588@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 Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 11:02:27 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/04/28] i386/66039 i386 [panic] system panic with file system cor o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi f [2005/03/14] i386/78837 i386 Partition Table Corruption in 5.3 o [2005/09/19] i386/86317 i386 Kernel launch results in poweroff [HP zv5 o [2005/09/20] i386/86364 i386 [ata] ATA woes, SATA controller: failed w f [2005/10/07] i386/87026 i386 [hang] Bootup hang on atkbdc on Compaq 18 o [2005/11/10] i386/88802 i386 [if_iwi] [cardbus] CARDBUS related kernel o [2006/01/02] i386/91214 i386 Disk corruption with Asus K8S-LA: board d o [2006/01/19] i386/91997 i386 No disks found during installation (Norma 9 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/02/11] i386/24997 i386 [biosdisk] [patch] /boot/loader cannot ha o [2001/03/13] i386/25781 i386 Statclocks cannot be disabled on ServerWo o [2001/09/27] i386/30860 i386 [hang] While install after "Mounting root s [2001/09/29] i386/30921 i386 [kbd] ACER mechanic ps/2 keyboard don´t w o [2001/11/14] i386/31979 i386 [kbd] Setup and boot locks Compaq Armada s [2002/01/20] i386/34092 i386 [hang] reboot hangs the system (IBM PC Se o [2002/02/18] i386/35078 i386 [i386] [patch] Uninitialized pointer dere o [2002/02/26] i386/35350 i386 [boot] Can't boot on ASUS TXP4 o [2002/03/17] i386/36003 i386 [panic] Cyclades Cyclom YeP causes panics o [2002/04/10] i386/36943 i386 [smp] [hang] reboot hangs on Tyan Thunder o [2002/05/14] i386/38070 i386 [panic] 4.6-PRERELEASE panics on resume o o [2002/05/24] i386/38484 i386 [hang] probe freeze while probing devices s [2002/06/19] i386/39536 i386 [loader] FreeBSD default bootloader does o [2002/06/30] i386/40044 i386 SMP kernel fails to boot on DELL 610 o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/09/07] i386/42539 i386 [panic] Fatal Trap 12 resulting from Conn o [2002/09/21] i386/43151 i386 [panic] Panic 20 seconds after resume o [2002/10/16] i386/44130 i386 [apm] Enabled apm hangs up FreeBSD kernel o [2002/11/04] i386/44867 i386 [hang] Frequent hard hangs on ASUS P4T-E/ o [2002/11/27] i386/45773 i386 [bge] Softboot causes autoconf failure on o [2002/12/11] i386/46194 i386 [install] 5.0-RC1 kern floppy load fails o [2003/01/08] i386/46865 i386 [panic] kernel panic on SuperMicro 6012-8 o [2003/01/17] i386/47167 i386 [panic] 5.0 RC 3 (and 2) has 1 second upt o [2003/01/20] i386/47236 i386 Console missing during bootup on Sony Pic o [2003/01/24] i386/47449 i386 [boot] Thinkpad 755CD floppy boot fails o [2003/02/26] i386/48691 i386 [panic] kernel panics on ASUS A7N266-VM M o [2003/02/27] i386/48752 i386 [hang] freeze when installing 5.0 Release o [2003/05/12] i386/52128 i386 [install] Unable to floppy install on Tos o [2003/05/22] i386/52581 i386 [loader] boot loaders reading more than o 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. s [2003/07/16] i386/54549 i386 [panic] panic on install on Dell 600sc o [2003/08/15] i386/55603 i386 [mly] unable to reboot when system runs f 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 [ar] [hang] ar driver with 2 port PCI car 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/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/13] i386/59248 i386 [panic] 4.9-RELEASE, ACPI Panic with Dell o [2003/11/13] i386/59251 i386 Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RE o [2003/11/13] i386/59260 i386 [panic] Panic by integer divide fault in 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/11/26] i386/59719 i386 [crash] 4.9 Crashes on SuperMicro with SM o [2003/12/02] i386/59898 i386 [boot] pxe boot: BTX halted o [2003/12/08] i386/60050 i386 Toshiba/3Com 3CXM056-BNW: Open Causes Int o [2003/12/14] i386/60226 i386 [ichsmb] [patch] ichsmb driver doesn't de o [2003/12/17] i386/60328 i386 [panic] installing 5.1, 5.2RC and 5-CURRE o [2003/12/27] i386/60633 i386 [hang] SIS motherboard with the SIS 5591 o [2003/12/28] i386/60646 i386 [hang] VIA C3 system hangs on reboot o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op 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/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics o [2004/01/26] i386/61970 i386 [panic] on boot, 5.1/5.2 (but not 5.0), S o [2004/02/02] i386/62280 i386 [em] em0 broken after resume in 5.2-CURRE 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/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with o [2004/02/27] i386/63449 i386 [boot] FreeBSD 5.2 and 5.2.1 releases won o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/04] i386/63731 i386 [boot] PATA to SATA converter on Promise o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 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/64158 i386 5.2.1-RELEASE CD won't boot on acer Trave 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/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/02] i386/65072 i386 hang on reboot not syncing drives on ibm o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa o [2004/04/12] i386/65457 i386 BTX Halted when trying boot after success o [2004/04/14] i386/65523 i386 [loader] [patch] PXE loader malfunction i o [2004/04/19] i386/65775 i386 [panic] Transmeta crusoe without longrun 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 o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/22] i386/67047 i386 [mpt] mpt driver does not recognize messa 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 a [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/19] i386/68103 i386 [panic] ASUS P4P8X mb at ffs/ffs_softdep. o [2004/06/20] i386/68149 i386 FreeBSD 4.10 installation blocking on ASU o [2004/06/24] i386/68277 i386 [kbd] Compact Evo N610c (Laptop): Using e 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/06/29] i386/68486 i386 logo screensaver kills compaq ML370 conso 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/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD o [2004/08/05] i386/70028 i386 [umass] umass issue in the boot prcess on 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 [boot0] [patch] boot0 hides Lilo in exten o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel 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/71035 i386 [kbd] SMP boot hangs in bus_space_write_1 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/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] f [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 o [2004/10/05] i386/72343 i386 Suspend resets system on Inspiron 5160. o [2004/10/06] i386/72376 i386 acpi is mutually exclusive with snd_mss o o [2004/10/07] i386/72416 i386 FreeBSD 5.3-BETA7: The alternate systemcl f [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/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/11/08] i386/73666 i386 5.3 UDMA error WD1600 can't partition dri 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/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/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/07] i386/74816 i386 OS crash with kernel trap 12 in different o [2004/12/12] i386/74988 i386 dma errors with large maxtor hard drives o [2005/01/06] i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in ke o [2005/01/17] i386/76372 i386 cannot burn iso image disk2 of any releas s [2005/01/18] i386/76397 i386 [ata] ata raid crashes in g_down (heavy l 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/31] i386/76925 i386 standard pci-ide, install - "NO DISKS FOU o [2005/02/01] i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() o [2005/02/01] i386/76948 i386 [rl] Slow network with rl0 o [2005/02/10] i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE o [2005/02/13] i386/77443 i386 [fdc] can't access floppy -- regression o o [2005/02/14] i386/77529 i386 installation of freebsd 5.3 in laptop an o [2005/03/01] i386/78219 i386 Netgear FA-410TX is incorrectly detected 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 [xe] [hang] error installing 5.3-RELEASE o [2005/03/16] i386/78929 i386 atapicam prevents boot, system hangs o [2005/03/16] i386/78930 i386 SuperMicro web server with 5.3-RELEASE ke o [2005/03/21] i386/79073 i386 System panic and hang after creating a la o [2005/03/22] i386/79141 i386 [agp] 5.4Beta1 does not recognize my inte o [2005/03/23] i386/79169 i386 freeze with striped USB Drives under high o [2005/03/27] i386/79268 i386 5.3-RELEASE won't boot on Compaq Armada 4 o [2005/03/31] i386/79409 i386 Coming back from idles make the server re o [2005/04/08] i386/79686 i386 Spurious notebook disk errors from ATA dr o [2005/04/09] i386/79729 i386 umass, da0 not detected by devfs for o [2005/04/09] i386/79730 i386 SLIM DRIVE COMBO fails with READ_BIG erro o [2005/04/11] i386/79779 i386 If system memory is above 4GB, one parts o [2005/04/11] i386/79784 i386 [bfe] Broadcom BCM4401 : no carrier o [2005/04/12] i386/79807 i386 Lock Up on Old Acer P1 Comp o [2005/04/12] i386/79833 i386 BTX crashes on boot when using Promise TX o [2005/04/14] i386/79943 i386 Very High interupt rate on PCM o [2005/04/22] i386/80268 i386 [crash] System with Transmeta Efficeon cp o [2005/05/13] i386/80989 i386 Cannot install 5.4-RELEASE both in my sys p [2005/05/16] i386/81111 i386 /boot/loader causes reboot due to CFLAGS+ o [2005/05/18] i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeo o [2005/05/19] i386/81235 i386 /sys/i386/conf/GENERIC needs "options ASR o [2005/05/20] i386/81311 i386 [smp] [hang] Athlon MP SMP + 3ware + em0 o [2005/06/04] i386/81903 i386 Installer hangs on all menu entries on To o [2005/06/08] i386/82029 i386 Boot Loader installation on MegaRAID cont o [2005/06/15] i386/82285 i386 [race] kernel panic during reboot o [2005/07/16] i386/83574 i386 installation failure o [2005/07/19] i386/83735 i386 [re] network card (realtek 8139) and soun o [2005/07/21] i386/83826 i386 can't install any version on Toshiba Satt o [2005/07/22] i386/83925 i386 [boot] can't boot Dell Latitude D610 afte o [2005/07/24] i386/84008 i386 /dev/X? should be /dev/ad1s* o [2005/07/25] i386/84088 i386 Panic with nforce2 platform on FreeBSD 6. o [2005/07/29] i386/84303 i386 boot sometimes stops at "uhci0: 3.5GB o [2005/08/09] i386/84717 i386 [hang] 5.4-rel booting locks-up on Superm o [2005/08/15] i386/84943 i386 "Invalid Partition Table" Intel ICH6 SATA o [2005/08/18] i386/85072 i386 [psm] ps/2 Mouse detection failure on com o [2005/08/19] i386/85101 i386 [libm] nearbyint always returns nan o [2005/08/29] i386/85450 i386 panic: subdisk6 detached (appears to be a o [2005/08/29] i386/85454 i386 Panic while booting: No virtual memory fo o [2005/09/08] i386/85866 i386 [hang] bootloader freezes on Pentium2/3 o [2005/09/10] i386/85938 i386 Install fails, unable to write partitions o [2005/09/10] i386/85944 i386 FreeBSD restarts after showing "Welcome t o [2005/09/19] i386/86325 i386 [install] unable to install FreeBSD on IB o [2005/09/20] i386/86380 i386 i386_set_ioperm doesn't take effect immed o [2005/09/26] i386/86612 i386 SCSI DAT Drive Issue o [2005/09/27] i386/86651 i386 FAILURE ATA-IDENTIFY o [2005/09/28] i386/86667 i386 GNOME Battery Applet causing keyboard to o [2005/10/01] i386/86806 i386 Couldn't alloc kernel virtual memory o [2005/10/04] i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is o [2005/10/05] i386/86920 i386 [ndis] ifconfig: SIOCS80211: Invalid argu o [2005/10/07] i386/87085 i386 Will not install on Microtel system o [2005/10/08] i386/87122 i386 Installer of 6.0-BETA5 can't find HDD par o [2005/10/09] i386/87155 i386 [boot] [panic] Can't Alloc Virtual Memory o [2005/10/13] i386/87356 i386 6.0 RC1 cannot see 250GB drive o [2005/10/17] i386/87576 i386 no installation on Acer aspire 1304xc lap o [2005/10/18] i386/87630 i386 [ndis] No match for NdisIMGetCurrentPacke o [2005/10/19] i386/87654 i386 Marvell Yukon 88E8036 NIC not detected by o [2005/10/20] i386/87750 i386 [boot] btx halted error while installatio o [2005/10/23] i386/87876 i386 Installation Problems for i368 Compaq R30 o [2005/10/23] i386/87877 i386 non-root mount operation fails o [2005/10/24] i386/87910 i386 mouse does not work in whole of monitor a o [2005/10/27] i386/88082 i386 cts protection for ath0 causes panic o [2005/10/28] i386/88124 i386 [hang] X -configure freezes 6.0rc1 o [2005/10/28] i386/88130 i386 [hang] Machine hands on dhcp o [2005/10/28] i386/88139 i386 [i386] feature request: 53C875 Chipset HP o [2005/11/01] i386/88315 i386 [sym] [hang] Symbios/LSI-HBA (SYM83C895) o [2005/11/03] i386/88459 i386 [panic] Fatal trap 19 (process: idle: cpu o [2005/11/07] i386/88583 i386 i can't install freebsd in server ibm xse o [2005/11/07] i386/88610 i386 FreeBSD 6.0 bootonly crashes during boot o [2005/11/09] i386/88717 i386 freebsd 5.4 boots from lsi 53c1030 only i o [2005/11/09] i386/88755 i386 [panic] FreeBSD R6.0 on ThinkPad R40 inst o [2005/11/10] i386/88808 i386 V6.0 crashing on install with ICH7 RAID 5 o [2005/11/11] i386/88853 i386 [hang] SMP system FreeBSD 6.0-STABLE cras o [2005/11/13] i386/88929 i386 FreeBSD 6.0 install CD fails to find disk o [2005/11/14] i386/89003 i386 LaCie Firewire drive not properly support o [2005/11/18] i386/89214 i386 FreeBSD 6.0 disc 1 boot fails to find CDR o [2005/11/18] i386/89249 i386 HighPoint RocketRAID 1520 (HPT372N) can't o [2005/11/19] i386/89288 i386 DMA error while booting with acpi enable o [2005/11/21] i386/89340 i386 [panic] 6.0-STABLE (2005-11-07) panic o [2005/11/21] i386/89353 i386 invalid disk controller recognition of in o [2005/11/21] i386/89383 i386 [panic] page fault (sio) o [2005/11/22] i386/89425 i386 [bfe] bfe resetting in 6.0 - current o [2005/11/30] i386/89778 i386 panic: ffs_write: type 0xc2846660 0 (0,4) o [2005/12/05] i386/89982 i386 failure in starting kde after successfull o [2005/12/07] i386/90059 i386 panic in 2 mins after power on PC o [2005/12/07] i386/90065 i386 System hangs if wireless card wasn't disa o [2005/12/09] i386/90134 i386 IDE and SATA disks not detected on variou o [2005/12/10] i386/90167 i386 adding aliases to em0 interfaces cause th o [2005/12/16] i386/90519 i386 Resume after suspend results in g_vfs_don o [2005/12/19] i386/90657 i386 i have a problem starting bsd on my lapto o [2005/12/27] i386/90949 i386 [panic] kernel panic with opera o [2005/12/29] i386/91038 i386 [panic] 6.0-RELEASE on Fujitsu Siemens Am o [2006/01/02] i386/91242 i386 [msdosfs] panic: rofs mod o [2006/01/03] i386/91282 i386 6.0R install CD crashes at eip=0x90db o [2006/01/03] i386/91283 i386 BOOTING o [2006/01/05] i386/91331 i386 system hangs after citrix_ica_client(wfcm o [2006/01/05] i386/91364 i386 WF-511 RT2500 Card PCI and WEP f [2006/01/06] i386/91391 i386 Le system freez pendant 1 a 2 secondes de o [2006/01/13] i386/91745 i386 Second processor not detected on Proliant o [2006/01/13] i386/91748 i386 acpi problem on Acer TravelMare 4652LMi ( o [2006/01/13] i386/91766 i386 Is it possible to install FreeBSD on exte o [2006/01/16] i386/91857 i386 abnormal high load using apache2+mysql+ph o [2006/01/16] i386/91859 i386 if_ndis bug o [2006/01/17] i386/91919 i386 pccbb does not supply appropriate voltage o [2006/01/20] i386/92039 i386 sysctl -a causes panic o [2006/01/23] i386/92193 i386 Can't boot from 6.0 Installation CD: BTX o [2006/01/25] i386/92303 i386 Cannot install FreeBSD 6 on an IBM x226 8 o [2006/01/26] i386/92371 i386 nve0: device timeout (N) on FreeBSD-6.0-S 268 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/04/22] i386/18154 i386 [sysctl] [patch] Add cpu class and featur o [2001/02/09] i386/24963 i386 [perfmon] perfmon(4) doesn't work on SMP o [2001/09/03] i386/30276 i386 CPUTYPE=486 built on a CPUTYPE=p3 WORLD b o [2001/10/18] i386/31353 i386 [apm] [patch] 'shutdown -p' does not work o [2002/07/24] i386/40958 i386 [apm] apm on Acer TravelMate 351 could no o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2002/09/14] i386/42766 i386 [vm] [patch] proposal to perform reboot v o [2002/09/22] i386/43262 i386 [hang] command 'shutdown -r' (also reboot o [2002/09/30] i386/43539 i386 [fdc] Cannot mout floppy on Compaq Prolia o [2002/12/09] i386/46113 i386 [bus] [patch] busspace bugs in parameter o [2003/01/19] i386/47223 i386 [pcvt] [PATCH] pcvt(4), ESC sequences do o [2003/01/22] i386/47376 i386 [pcvt] [PATCH], pcvt(4), COLOR_KERNEL_FG, o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter o [2003/08/21] i386/55838 i386 [kbd] [patch] Dual characters from keyboa o [2003/10/31] i386/58784 i386 [ata] ATA does not work in DMA mode (ASUS 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/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/18] i386/61545 i386 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] i386/61579 i386 [hang] sis 645dx is not working (but on t o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed o [2004/01/27] i386/62003 i386 [loader] [patch] make /boot/loader "reboo o [2004/02/03] i386/62288 i386 reopened raid disks on a running system o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup 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- o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/14] i386/65528 i386 [psm] mouse cursor disapears on moving o [2004/05/22] i386/67055 i386 [psm] Mouse (wheel) detection problem on o [2004/05/30] i386/67383 i386 [i386] [patch] do a better job disassembl o [2004/06/04] i386/67578 i386 [kbd] Keyboard error IBM xSeries 335 o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e 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/68518 i386 [agp] [hang] hangs while loading 82443BX o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/18] i386/69257 i386 [i386] [patch] in_cksum_hdr is non-functi o [2004/07/28] i386/69722 i386 [wi] wi0: init failed, Lucent Technologie o [2004/08/18] i386/70610 i386 [speaker] [patch] spkr(4): hardcoded assu o [2004/08/22] i386/70832 i386 [re] serious problems with RealTek NIC us 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 [acpi] [patch] Inconsistent apm(8) output o [2004/10/30] i386/73308 i386 unable to install on AMD 2500+,NF2,GF MX4 o [2004/11/09] i386/73742 i386 5.3 rel i386 disk2 image not copying o [2004/11/14] i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep o [2004/11/20] i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst 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 [pmap] [patch] mlock() causes physical me o [2004/11/27] i386/74454 i386 [bsd.cpu.mk] [patch] Adding VIA Eden fami o [2004/12/03] i386/74650 i386 System Reboot with umount command o [2004/12/03] i386/74658 i386 [ata] ATAPI CD not recognized after booti o [2004/12/07] i386/74803 i386 regression: lost 3Com509B in 5.X o [2004/12/12] i386/74966 i386 [rl] Realtek driver seems to misinterpret o [2004/12/15] i386/75090 i386 [ata] READ_BIG errors with Sony CRX1611 o [2004/12/17] i386/75185 i386 ACPI doesn't power off Tyan S2460 o [2004/12/23] i386/75420 i386 CMD 648 PCI not work o [2004/12/28] i386/75583 i386 Installation fails o [2005/01/04] i386/75776 i386 NO ps/2 keyboard using USB keyboard under o [2005/01/06] i386/75881 i386 ACPI suspend/resume doesn't work on ASUS 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/14] i386/77477 i386 AHA-1542CP SCSI failed to probe o [2005/03/07] i386/78569 i386 seg fault compiling after install on AMD o [2005/03/21] i386/79091 i386 [i386] [patch] Small optimization for i38 o [2005/03/22] i386/79136 i386 disk controller not detected o [2005/03/27] i386/79274 i386 Autoconfigure fails for O2Micro OZ6812/68 o [2005/03/28] i386/79317 i386 Freebsd Erasing NVRAM o [2005/04/12] i386/79840 i386 Partitioning and formating a new disk fai o [2005/04/14] i386/79890 i386 burncd fails on a Pioneer DVD drive o [2005/04/18] i386/80081 i386 [if_ndis] Problem loading a NDIS kernel m o [2005/04/19] i386/80092 i386 PC Cards do not work at all on laptop Com o [2005/04/19] i386/80095 i386 ld-elf.so.1 crashes with executables prod o [2005/05/15] i386/81082 i386 Failure to detect Pioneer CD drive on Int o [2005/05/22] i386/81358 i386 [geode.c] [patch] add PC Engines WRAP sup o [2005/05/28] i386/81597 i386 My POS-460 system based on a Western Digi o [2005/06/02] i386/81790 i386 Asus P4SP-MX + FreeBSD = hangs on reboot o [2005/06/22] i386/82548 i386 VBE video driver incorrectly switches to/ o [2005/07/05] i386/83018 i386 Installer will not boot o [2005/08/04] i386/84555 i386 boot2 unable to load kernel directly. o [2005/08/23] i386/85242 i386 [libc] [patch] libc contains relocation t o [2005/08/23] i386/85246 i386 unable to install from CD on Asus PC-DL D o [2005/08/24] i386/85273 i386 FreeBSD (NetBSD or OpenBSD) not install o o [2005/08/28] i386/85417 i386 [i386] [patch] Possible bug in ia32 float o [2005/08/28] i386/85423 i386 [ex] ex(4) does not correctly recognize N o [2005/09/02] i386/85652 i386 [loader] [patch] deal with out-of-memory o [2005/09/02] i386/85653 i386 [i386] [patch] relieve hangs in tight loo o [2005/09/02] i386/85654 i386 [i386] [patch] separate max cpu from max o [2005/09/02] i386/85655 i386 [i386] [patch] expose cpu info for i386 s o [2005/09/02] i386/85656 i386 [i386] [patch] expose more i386 specific o [2005/09/07] i386/85851 i386 system hangs on during booting the machin o [2005/09/25] i386/86563 i386 System doesn't reboot on "shutdown -r now f [2005/10/01] i386/86820 i386 ISO Install Disk hangs after acd0: o [2005/10/10] i386/87222 i386 The moving cursor of the mouse at a login o [2005/10/13] i386/87359 i386 /usr/src/crypto/openssh does not honour N f [2005/10/16] i386/87507 i386 installation of 6.0 RC1 failed to create o [2005/10/25] i386/87968 i386 [fdc] cannot access the floppy device o [2005/10/26] i386/88020 i386 cannot boot unless: hint.apic.0.disabled= o [2005/11/04] i386/88491 i386 [panic] Panic when boot installation CD1 f [2005/11/07] i386/88585 i386 [fdc] Cannot mount floppy (HP Proliant ML o [2005/11/14] i386/88965 i386 vidcontrol hangs with 2 modules of RAM o [2005/11/14] i386/88992 i386 Kernel Panic at the begining, before the o [2005/11/16] i386/89165 i386 Freebsd 5.4 atheros drive mac id authenti o [2005/11/19] i386/89294 i386 [identcpu] [patch] unknown CPU (i386/amd6 o [2005/11/22] i386/89409 i386 6-STABLE requires ACPI disabled, 5-STABLE o [2005/11/22] i386/89438 i386 bootfloppy creation on winxp and archlinu f [2005/11/26] i386/89568 i386 [NOTES] XBOX options missing from NOTES o [2005/12/07] i386/90060 i386 Installation error on acer 3002wlc laptop o [2005/12/10] i386/90168 i386 cdrom mount problems o [2005/12/11] i386/90243 i386 Laptop fan doesn't turn off (ACPI enabled o [2005/12/19] i386/90641 i386 top not show 2 CPU o [2005/12/22] i386/90821 i386 Install cd fails on vectra 6/180 w/ scsi o [2005/12/23] i386/90839 i386 burncd gets error on CDRIOCFIXATE with HL o [2006/01/02] i386/91219 i386 Webmin / Nvidia / Gnome = Graphics Corrup o [2006/01/05] i386/91328 i386 [identcpu] [patch] L2/L3 cache of some IA o [2006/01/07] i386/91476 i386 floppy drive doesn't work in MS Virtual S o [2006/01/10] i386/91594 i386 FreeBSD > 5.4 w/ACPI fails to detect Inte o [2006/01/10] i386/91609 i386 Booting takes *a long time* unless power o [2006/01/12] i386/91719 i386 BZ2_bzDecompress returned -3 error on loa o [2006/01/13] i386/91761 i386 NEC_DVD-RW + system start o [2006/01/16] i386/91871 i386 boot1: jump to 0xf000:0xfff0 instead of 0 o [2006/01/24] i386/92238 i386 Spurious "atapci1: failed to enable memor o [2006/01/29] i386/92501 i386 Hang on boot with ACPI enabled on A6R not o [2006/01/29] i386/92513 i386 xinint login difficulty 130 problems total. From owner-freebsd-i386@FreeBSD.ORG Mon Jan 30 18:40:06 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 4D9AC16A420 for ; Mon, 30 Jan 2006 18:40:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C4543D46 for ; Mon, 30 Jan 2006 18:40: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.4/8.13.4) with ESMTP id k0UIe5oM084752 for ; Mon, 30 Jan 2006 18:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0UIe5eh084750; Mon, 30 Jan 2006 18:40:05 GMT (envelope-from gnats) Date: Mon, 30 Jan 2006 18:40:05 GMT Message-Id: <200601301840.k0UIe5eh084750@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Alexander I. Mogilny" Cc: Subject: Re: i386/92513: xinint login difficulty X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexander I. Mogilny" List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 18:40:06 -0000 The following reply was made to PR i386/92513; it has been noted by GNATS. From: "Alexander I. Mogilny" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: i386/92513: xinint login difficulty Date: Mon, 30 Jan 2006 20:38:16 +0200 Shane wrote me on Sun, Jan 29, 2006 at 08:57:16PM +0000 > I'm having several issues. The first is that I can't find the correct > .xinitrc to edit so that when I, " startx " or what I've been using > "xinit startkde", > .xinitrc file should be located in $HOME directory. This is a simple SHELL script. You may put here all commands you need to be executed when you start your X client. Here is the example of it: #!/bin/sh /usr/X11R6/bin/enlightenment Comments are '#' as in usual SHELL scripts. .xinitrc file should be executable. If it is not present in your home directory - create it. For more information you may reffer to xinit (1) manual page. > > want to start a graphical interface I get KDE without > a "login" window within the KDE environment. When I start an xterm window > I get an error "KDE seems to be running already on this display" that I > don't know how to fix. > We need more clarification here. When do you get such message? What actions do you perform before this? > > I also don't know how to comment out what's not > needed in the xinitrc file, whether it's #, \, /, or <--*-->, etc... > Your assistance would be appreciated. > Commenting out is done by # character. -- AIM-UANIC From owner-freebsd-i386@FreeBSD.ORG Tue Jan 31 19:20:07 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 A520D16A420 for ; Tue, 31 Jan 2006 19:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86C8943D5E for ; Tue, 31 Jan 2006 19:20: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.4/8.13.4) with ESMTP id k0VJK6Lc077609 for ; Tue, 31 Jan 2006 19:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0VJK61i077608; Tue, 31 Jan 2006 19:20:06 GMT (envelope-from gnats) Date: Tue, 31 Jan 2006 19:20:06 GMT Message-Id: <200601311920.k0VJK61i077608@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Alexander I. Mogilny" Cc: Subject: Re: i386/90641: top not show 2 CPU X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexander I. Mogilny" List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 19:20:07 -0000 The following reply was made to PR i386/90641; it has been noted by GNATS. From: "Alexander I. Mogilny" To: bug-followup@FreeBSD.org Cc: seacat@ugtel.ru Subject: Re: i386/90641: top not show 2 CPU Date: Tue, 31 Jan 2006 18:07:22 +0200 > I have never see CPU #1 work or not. > > lartnec# top > > last pid: 66813; load averages: 1.37, 1.09, 1.07 > up 23+21:36:14 11:11:37 > 161 processes: 1 running, 160 sleeping > CPU states: 23.0% user, 0.0% nice, 9.8% system, 0.0% interrupt, 67.3% idle > Mem: 206M Active, 1187M Inact, 213M Wired, 51M Cache, 112M Buf, 344M Free > Swap: 2048M Total, 2048M Free > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > 66662 nagios 1 96 0 3260K 2728K select 0 0:00 1.08% snmpwalk > 66679 nagios 1 96 0 3260K 2728K select 0 0:00 0.81% snmpwalk > 66680 nagios 1 96 0 3260K 2728K select 0 0:00 0.81% snmpwalk > 66596 nagios 1 96 0 3260K 2728K select 0 0:00 0.75% snmpwalk > 66659 nagios 1 96 0 3260K 2728K select 0 0:00 0.66% snmpwalk > 66609 nagios 1 96 0 3260K 2728K select 0 0:00 0.56% snmpwalk > 62885 cacti 1 -8 0 15884K 15184K piperd 0 0:02 0.49% php > 66656 nagios 1 96 0 3260K 2728K select 0 0:00 0.44% snmpwalk > 66633 nagios 1 96 0 3260K 2728K select 0 0:00 0.44% snmpwalk > 66661 nagios 1 96 0 3260K 2728K select 0 0:00 0.44% snmpwalk It seem for all processes to run on one CPU: CPU#0. Try to set machdep.hyperthreading_allowed sysctl variable to 1 by following command: # sysctl machdep.hyperthreading_allowed=1. This issue seem to be expalined at http://www.freebsd.org/releases/6.0R/relnotes-i386.html Because of an information disclosure vulnerability on processors using Hyper-Threading Technology (HTT), the machdep.hyperthreading_allowed sysctl variable has been added. It defaults to 1 (HTT enabled) on FreeBSD CURRENT, and 0 (HTT disabled) on the 4-STABLE and 5-STABLE development branches and supported security fix branches. More information can be found in security advisory FreeBSD-SA-05:09.htt. -- AIM-UANIC From owner-freebsd-i386@FreeBSD.ORG Wed Feb 1 22:20:19 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 B439316A422 for ; Wed, 1 Feb 2006 22:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1FA43D66 for ; Wed, 1 Feb 2006 22:20: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.4/8.13.4) with ESMTP id k11MK98h021696 for ; Wed, 1 Feb 2006 22:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k11MK9YS021695; Wed, 1 Feb 2006 22:20:09 GMT (envelope-from gnats) Resent-Date: Wed, 1 Feb 2006 22:20:09 GMT Resent-Message-Id: <200602012220.k11MK9YS021695@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, james Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A7EE16A420 for ; Wed, 1 Feb 2006 22:13:33 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBCC043D72 for ; Wed, 1 Feb 2006 22:13:23 +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 k11MDNMn061272 for ; Wed, 1 Feb 2006 22:13:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k11MDNu1061271; Wed, 1 Feb 2006 22:13:23 GMT (envelope-from nobody) Message-Id: <200602012213.k11MDNu1061271@www.freebsd.org> Date: Wed, 1 Feb 2006 22:13:23 GMT From: james To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/92709: how do i unistall freebsd, i try writing the '0' to the hard drive and then reinstalling windows but it give me some error 9 can't load windows and i try puting ubuntu but it have me a system halt. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 22:20:19 -0000 >Number: 92709 >Category: i386 >Synopsis: how do i unistall freebsd, i try writing the '0' to the hard drive and then reinstalling windows but it give me some error 9 can't load windows and i try puting ubuntu but it have me a system halt. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 01 22:20:08 GMT 2006 >Closed-Date: >Last-Modified: >Originator: james >Release: the lastest in the month of december i download it for a school project >Organization: office >Environment: >Description: how do i unistall freebsd, i try writing the '0' to the hard drive and then reinstalling windows but it give me some error 9 can't load windows and i try puting ubuntu but it have me a system halt. i need help uninstalling freebsd because i have already format drive and i can not access my ide-drive. i think freebsd is still install because i bought another hard drive and the same problem is still there. help.. >How-To-Repeat: i need help, try installing >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Wed Feb 1 23:00:33 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 6A87816A420 for ; Wed, 1 Feb 2006 23:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A47A543D64 for ; Wed, 1 Feb 2006 23:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k11N0RSB026623 for ; Wed, 1 Feb 2006 23:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k11N0Rnm026622; Wed, 1 Feb 2006 23:00:27 GMT (envelope-from gnats) Date: Wed, 1 Feb 2006 23:00:27 GMT Message-Id: <200602012300.k11N0Rnm026622@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= Cc: Subject: Re: i386/92709: how do i unistall freebsd, i try writing the '0' to the hard drive and then reinstalling windows but it give me some error 9 can't load windows and i try puting ubuntu but it have me a system halt. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 23:00:33 -0000 The following reply was made to PR i386/92709; it has been noted by GNATS. From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= To: bug-followup@FreeBSD.org, krone_@yahoo.com Cc: Subject: Re: i386/92709: how do i unistall freebsd, i try writing the '0' to the hard drive and then reinstalling windows but it give me some error 9 can't load windows and i try puting ubuntu but it have me a system halt. Date: Wed, 01 Feb 2006 23:55:15 +0100 First of all, please use the mailing lists to ask those questions. A lot of users won't notice your problem if you submit general questions as problem report. See also http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL There is no uninstallation routine. Normally you just have to delete the partition of the operating system which is a task that you can do during the Windows installation. Who is giving you "some error 9"? This is a little bit imprecise. Windows should be able to install itself without problems regardless of existing partitions. If it doesn't work this is probably not a FreeBSD related problem. Björn From owner-freebsd-i386@FreeBSD.ORG Thu Feb 2 00:10:08 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 4625216A420 for ; Thu, 2 Feb 2006 00:10:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C815043D46 for ; Thu, 2 Feb 2006 00:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k120A7Ll029988 for ; Thu, 2 Feb 2006 00:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k120A7Jr029987; Thu, 2 Feb 2006 00:10:07 GMT (envelope-from gnats) Date: Thu, 2 Feb 2006 00:10:07 GMT Message-Id: <200602020010.k120A7Jr029987@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Gerardo Aguilar Cc: Subject: Re: i386/92709: how do i unistall freebsd, i try writing the '0' to the hard drive and then reinstalling windows but it give me some error 9 can't load windows and i try puting ubuntu but it have me a system halt. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerardo Aguilar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 00:10:08 -0000 The following reply was made to PR i386/92709; it has been noted by GNATS. From: Gerardo Aguilar To: bug-followup@FreeBSD.org, krone_@yahoo.com Cc: Subject: Re: i386/92709: how do i unistall freebsd, i try writing the '0' to the hard drive and then reinstalling windows but it give me some error 9 can't load windows and i try puting ubuntu but it have me a system halt. Date: Thu, 02 Feb 2006 00:08:47 +0000 do you suggest that it might be a problem with the motherboard because i didn't have a conflict before i install freebsd, now ubuntu or windows won't install. I bought a different hard drive it still won't let me boot up any of the it gives me a system halt on linux and error in windows. From owner-freebsd-i386@FreeBSD.ORG Thu Feb 2 08:30:07 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 F129C16A420 for ; Thu, 2 Feb 2006 08:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D49F43D49 for ; Thu, 2 Feb 2006 08: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.4/8.13.4) with ESMTP id k128U64Y060647 for ; Thu, 2 Feb 2006 08:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k128U6CK060644; Thu, 2 Feb 2006 08:30:06 GMT (envelope-from gnats) Resent-Date: Thu, 2 Feb 2006 08:30:06 GMT Resent-Message-Id: <200602020830.k128U6CK060644@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, Jukka Ukkonen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83D2916A420 for ; Thu, 2 Feb 2006 08:23:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382AD43D53 for ; Thu, 2 Feb 2006 08:23: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 k128NEpv012822 for ; Thu, 2 Feb 2006 08:23:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k128NDKP012820; Thu, 2 Feb 2006 08:23:13 GMT (envelope-from nobody) Message-Id: <200602020823.k128NDKP012820@www.freebsd.org> Date: Thu, 2 Feb 2006 08:23:13 GMT From: Jukka Ukkonen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/92723: fdisk should be able to output current slice table in configuration file format X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 08:30:07 -0000 >Number: 92723 >Category: i386 >Synopsis: fdisk should be able to output current slice table in configuration file format >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 02 08:30:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jukka Ukkonen >Release: 6.0-STABLE >Organization: private person >Environment: FreeBSD metabo 6.0-STABLE FreeBSD 6.0-STABLE #4: Mon Jan 30 22:45:06 EET 2006 root@metabo:/usr/obj/usr/src/sys/Metabo i386 >Description: Currently fdisk writes only verbose output. 1) Often it would be nice to be able to clone the fdisk slice setup to another disk of the same model (say you are preparing mirrored volumes). 2) Often it would be nice to be able to store the exact fdisk slice setup as a backup in case you need to replace and rebuild a disk. I tend to dump the contents of file systems and the current disklabel (bsdlabel) when doing backups. Having also the slice table stored safely in a reusable format would help complete disk rebuilding a lot. In both of the previous situations it would be preferable to have fdisk to output the read slice table in the configuration table format to be able to further feed it to another fdisk instance as input. At the moment this is not possible or at least not a documented feature. A good configuration program should always be able to write out the same format it requires on input. >How-To-Repeat: OK - just try to recreate from scratch some disk you already have such that there is one slice for actual file system and another for swap. Obviously you might wish to mirror the file system slice, but since the swap is ephemeral data and used in interleaved manner in any case, you do not wish to mirror the swap area. You simply specify two independent swap areas. So, assume you build a mirror from two disks with suitable slices for the above schenario, but you use disks which are not equal in size. Now just assume you will need to rebuild the larger disk, because the old one has a hardware failure. Currently you cannot copy the slice tables, and even if you could, you would prefer to rebuild the slice table on the replaced disk from a backup copy, because there larger disk might have had extra space sliced for other purposes. >Fix: Extend fdisk with a new command line option and a whole new feature. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Thu Feb 2 11:55:02 2006 Return-Path: X-Original-To: freebsd-i386@freebsd.org 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 CDEDE16A420 for ; Thu, 2 Feb 2006 11:55:02 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D00D43D53 for ; Thu, 2 Feb 2006 11:55:00 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-189.dynamic.qsc.de [212.202.39.189]) by efacilitas.de (Postfix) with ESMTP id 0B3394CBE0; Thu, 2 Feb 2006 13:04:15 +0100 (CET) Received: from [192.168.1.13] (unknown [192.168.1.13]) by eurystheus.local (Postfix) with ESMTP id A4E275285C; Thu, 2 Feb 2006 12:53:37 +0100 (CET) Message-ID: <43E1F31A.6090005@cs.tu-berlin.de> Date: Thu, 02 Feb 2006 12:55:06 +0100 From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Gerardo Aguilar References: <200602020010.k120A7Jr029987@freefall.freebsd.org> In-Reply-To: <200602020010.k120A7Jr029987@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-i386@freebsd.org Subject: Re: i386/92709: how do i unistall freebsd, i try writing the '0' to the hard drive and then reinstalling windows but it give me some error 9 can't load windows and i try puting ubuntu but it have me a system halt. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 11:55:02 -0000 Gerardo Aguilar schrieb: > do you suggest that it might be a problem with the motherboard > because i didn't have a conflict before i install freebsd, now ubuntu > or windows won't install. I bought a different hard drive it still > won't let me boot up any of the it gives me a system halt on linux and > error in windows. FreeBSD makes only changes to the hard disk. If I understand you correctly then you replaced the old hard disk with a new one and installed Windows on the new hard disk; the old one isn't connected anymore. In this case I suppose it is definitively not a FreeBSD fault. By the way you can look up Windows errors and their reasons and solutions at msdn.microsoft.com. Just type the exact error message into the search field. It might be coincidence that a hardware error occured first when you installed FreeBSD. FreeBSD doesn't do ugly tricks that could destroy your hardware or make other operating systems and even fresh installations unbootable forever. Björn From owner-freebsd-i386@FreeBSD.ORG Thu Feb 2 17:20:11 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 C7E8616A420 for ; Thu, 2 Feb 2006 17:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F0C43D49 for ; Thu, 2 Feb 2006 17:20: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.4/8.13.4) with ESMTP id k12HKA1Q096884 for ; Thu, 2 Feb 2006 17:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k12HKAas096877; Thu, 2 Feb 2006 17:20:10 GMT (envelope-from gnats) Date: Thu, 2 Feb 2006 17:20:10 GMT Message-Id: <200602021720.k12HKAas096877@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: SeaCat Cc: Subject: Re: i386/90641: top not show 2 CPU X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: SeaCat List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 17:20:11 -0000 The following reply was made to PR i386/90641; it has been noted by GNATS. From: SeaCat To: bug-followup@FreeBSD.org, seacat@ugtel.ru Cc: Subject: Re: i386/90641: top not show 2 CPU Date: Thu, 2 Feb 2006 20:16:43 +0300 Thank you. It's works now. Close PR From owner-freebsd-i386@FreeBSD.ORG Thu Feb 2 19:40:04 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 01E9716A420 for ; Thu, 2 Feb 2006 19:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 762C943D48 for ; Thu, 2 Feb 2006 19:40: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.4/8.13.4) with ESMTP id k12Je34i005105 for ; Thu, 2 Feb 2006 19:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k12Je3LH005100; Thu, 2 Feb 2006 19:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 2 Feb 2006 19:40:03 GMT Resent-Message-Id: <200602021940.k12Je3LH005100@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, Serge Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798FE16A420 for ; Thu, 2 Feb 2006 19:37:16 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B243F43D49 for ; Thu, 2 Feb 2006 19:37:15 +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 k12JbFV8064198 for ; Thu, 2 Feb 2006 19:37:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k12JbFMD064197; Thu, 2 Feb 2006 19:37:15 GMT (envelope-from nobody) Message-Id: <200602021937.k12JbFMD064197@www.freebsd.org> Date: Thu, 2 Feb 2006 19:37:15 GMT From: Serge To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/92743: Erreur compilation kernel X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 19:40:04 -0000 >Number: 92743 >Category: i386 >Synopsis: Erreur compilation kernel >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 02 19:40:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Serge >Release: 6.0 >Organization: Personnel >Environment: FreeBSD localhost.wanadoo.fr 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: Quand je compile le noyau, avec les lignes suivantes ajoutees ( pour le support de ma carte PCTV ) device bktr device smbus device iicbus device iicbb J'ai l'erreur suivante: ===> xl (depend) rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/include -I/usr/src/sys/i386/compile/MONNOYAU /usr/src/sys/modules/xl/../../pci/if_xl.c objcopy --strip-debug kernel.debug kernel *** Error code 1 Stop in /usr/src/sys/i386/compile/MONNOYAU. D'ou vient le probleme ? >How-To-Repeat: make depend && make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Feb 3 00:07:47 2006 Return-Path: X-Original-To: i386@freebsd.org 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 E3F4B16A422; Fri, 3 Feb 2006 00:07:47 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465C243D49; Fri, 3 Feb 2006 00:07:47 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.4/8.13.4) with ESMTP id k1307kOa031070; Thu, 2 Feb 2006 19:07:46 -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.4/8.13.4) with ESMTP id k1307xTU094286; Thu, 2 Feb 2006 19:07:59 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 064527302F; Thu, 2 Feb 2006 19:07:45 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060203000745.064527302F@freebsd-current.sentex.ca> Date: Thu, 2 Feb 2006 19:07:45 -0500 (EST) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 00:07:48 -0000 TB --- 2006-02-02 22:39:20 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-02-02 22:39:20 - starting HEAD tinderbox run for i386/i386 TB --- 2006-02-02 22:39:20 - cleaning the object tree TB --- 2006-02-02 22:39:53 - checking out the source tree TB --- 2006-02-02 22:39:53 - cd /tinderbox/HEAD/i386/i386 TB --- 2006-02-02 22:39:53 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-02-02 22:46:54 - building world (CFLAGS=-O2 -pipe) TB --- 2006-02-02 22:46:54 - cd /src TB --- 2006-02-02 22:46:54 - /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 --- 2006-02-02 23:52:45 - generating LINT kernel config TB --- 2006-02-02 23:52:45 - cd /src/sys/i386/conf TB --- 2006-02-02 23:52:45 - /usr/bin/make -B LINT TB --- 2006-02-02 23:52:45 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-02-02 23:52:45 - cd /src TB --- 2006-02-02 23:52:45 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Feb 2 23:52:45 UTC 2006 >>> 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 [...] isp_target.o(.text+0x16bd): In function `isp_target_notify': : undefined reference to `isp_get_atio2e' isp_target.o(.text+0x16ca): In function `isp_target_notify': : undefined reference to `isp_get_ctio2e' isp_target.o(.text+0x175e): In function `isp_target_notify': : undefined reference to `isp_get_notify_ack' isp_target.o(.text+0x1790): In function `isp_target_notify': : undefined reference to `isp_get_notify' *** Error code 1 Stop in /obj/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-02-03 00:07:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-02-03 00:07:45 - ERROR: failed to build lint kernel TB --- 2006-02-03 00:07:45 - tinderbox aborted TB --- 1.25 user 5.54 system 5305.72 real From owner-freebsd-i386@FreeBSD.ORG Fri Feb 3 01:32:53 2006 Return-Path: X-Original-To: i386@freebsd.org 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 4069B16A420; Fri, 3 Feb 2006 01:32:53 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B218243D46; Fri, 3 Feb 2006 01:32:52 +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.4/8.13.4) with ESMTP id k131Wpua001311; Thu, 2 Feb 2006 20:32:51 -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.4/8.13.4) with ESMTP id k131X47Z031443; Thu, 2 Feb 2006 20:33:04 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 705D07302F; Thu, 2 Feb 2006 20:32:51 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060203013251.705D07302F@freebsd-current.sentex.ca> Date: Thu, 2 Feb 2006 20:32:51 -0500 (EST) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 205.211.164.50 Cc: Subject: [head tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 01:32:53 -0000 TB --- 2006-02-03 00:07:46 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-02-03 00:07:46 - starting HEAD tinderbox run for i386/pc98 TB --- 2006-02-03 00:07:46 - cleaning the object tree TB --- 2006-02-03 00:08:14 - checking out the source tree TB --- 2006-02-03 00:08:14 - cd /tinderbox/HEAD/i386/pc98 TB --- 2006-02-03 00:08:14 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-02-03 00:14:54 - building world (CFLAGS=-O2 -pipe) TB --- 2006-02-03 00:14:54 - cd /src TB --- 2006-02-03 00:14:54 - /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 --- 2006-02-03 01:19:44 - generating LINT kernel config TB --- 2006-02-03 01:19:44 - cd /src/sys/pc98/conf TB --- 2006-02-03 01:19:44 - /usr/bin/make -B LINT TB --- 2006-02-03 01:19:45 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-02-03 01:19:45 - cd /src TB --- 2006-02-03 01:19:45 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Feb 3 01:19:45 UTC 2006 >>> 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 [...] isp_target.o(.text+0x16bd): In function `isp_target_notify': : undefined reference to `isp_get_atio2e' isp_target.o(.text+0x16ca): In function `isp_target_notify': : undefined reference to `isp_get_ctio2e' isp_target.o(.text+0x175e): In function `isp_target_notify': : undefined reference to `isp_get_notify_ack' isp_target.o(.text+0x1790): In function `isp_target_notify': : undefined reference to `isp_get_notify' *** Error code 1 Stop in /obj/pc98/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-02-03 01:32:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-02-03 01:32:51 - ERROR: failed to build lint kernel TB --- 2006-02-03 01:32:51 - tinderbox aborted TB --- 1.12 user 5.53 system 5105.03 real From owner-freebsd-i386@FreeBSD.ORG Fri Feb 3 11:20:12 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 B516C16A420 for ; Fri, 3 Feb 2006 11:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A29943D75 for ; Fri, 3 Feb 2006 11:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k13BK8BY058355 for ; Fri, 3 Feb 2006 11:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k13BK8Mt058354; Fri, 3 Feb 2006 11:20:08 GMT (envelope-from gnats) Date: Fri, 3 Feb 2006 11:20:08 GMT Message-Id: <200602031120.k13BK8Mt058354@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Geoffroy Desvernay Cc: Subject: Re: i386/86880: [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS-A7NX motherboard with nforce2 chipset) (regression) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Geoffroy Desvernay List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 11:20:12 -0000 The following reply was made to PR i386/86880; it has been noted by GNATS. From: Geoffroy Desvernay To: bug-followup@FreeBSD.org, markhannon@optusnet.com.au, stable@freebsd.org Cc: Subject: Re: i386/86880: [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS-A7NX motherboard with nforce2 chipset) (regression) Date: Fri, 03 Feb 2006 12:17:57 +0100 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3E81DE42E637E9AF532F53BF Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I've got the same problem with an A7N8X-X (athlon 2000+) motherboard and 6-STABLE (Build Feb, 2 2006). booting with kernel.debug says nothing, seems to be hardware hang but doesn't happend with linux nor OpenBSD. Didn't tried 5.3 yet. Hang after detection of ATA devices (floppy's light turns on, then hang) --------------enig3E81DE42E637E9AF532F53BF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD4zvq7yaZOrdbIuARAiIkAJ9VtxY0IOzek1pJk6glM602T0NYXwCffR0E mGlDCIjPYHOzlmoM9TcDIcg= =bS4X -----END PGP SIGNATURE----- --------------enig3E81DE42E637E9AF532F53BF-- From owner-freebsd-i386@FreeBSD.ORG Fri Feb 3 15:50:03 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 6A3E616A420 for ; Fri, 3 Feb 2006 15:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3859F43D4C for ; Fri, 3 Feb 2006 15:50: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.4/8.13.4) with ESMTP id k13Fo2Ev043365 for ; Fri, 3 Feb 2006 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k13Fo2MC043364; Fri, 3 Feb 2006 15:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 3 Feb 2006 15:50:02 GMT Resent-Message-Id: <200602031550.k13Fo2MC043364@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, Ingo Rohlfs Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA2B16A420 for ; Fri, 3 Feb 2006 15:42:59 +0000 (GMT) (envelope-from ingo.rohlfs@uni-tuebingen.de) Received: from mx01.uni-tuebingen.de (mx01.uni-tuebingen.de [134.2.3.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CAC243D45 for ; Fri, 3 Feb 2006 15:42:56 +0000 (GMT) (envelope-from ingo.rohlfs@uni-tuebingen.de) Received: from mh228.ub.uni-tuebingen.de (mh228.ub.uni-tuebingen.de [134.2.65.228]) by mx01.uni-tuebingen.de (8.12.3/8.12.3) with ESMTP id k13FgqdI012188 for ; Fri, 3 Feb 2006 16:42:52 +0100 Received: from mh228.ub.uni-tuebingen.de (localhost.ub.uni-tuebingen.de [127.0.0.1]) by mh228.ub.uni-tuebingen.de (8.13.4/8.13.4) with ESMTP id k13FgqkO005312 for ; Fri, 3 Feb 2006 16:42:52 +0100 (CET) (envelope-from ingo@mh228.ub.uni-tuebingen.de) Received: (from ingo@localhost) by mh228.ub.uni-tuebingen.de (8.13.4/8.13.4/Submit) id k13FgplF005311; Fri, 3 Feb 2006 16:42:51 +0100 (CET) (envelope-from ingo) Message-Id: <200602031542.k13FgplF005311@mh228.ub.uni-tuebingen.de> Date: Fri, 3 Feb 2006 16:42:51 +0100 (CET) From: Ingo Rohlfs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: i386/92776: kernel-crash using carp X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 15:50:03 -0000 >Number: 92776 >Category: i386 >Synopsis: kernel-crash using carp >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 03 15:50:01 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dr. Ingo Rohlfs >Release: FreeBSD 6.0-RELEASE i386 >Organization: Universität Tübingen >Environment: System: FreeBSD mh228.ub.uni-tuebingen.de 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sat Nov 5 21:09:19 CET 2005 root@s059.ub.uni-tuebingen.de:/usr/obj/usr/src/sys/GENERIC i386 >Description: I have a Kernel with pf + pflog + pfsync + carp. Build a double carp-environment: carp0: flags=41 mtu 1500 inet 134.2.33.33 netmask 0xffffffe0 carp: MASTER vhid 1 advbase 1 advskew 0 carp1: flags=41 mtu 1500 inet 134.2.67.254 netmask 0xfffffc00 carp: MASTER vhid 2 advbase 1 advskew 0 If I change the vhid to 1 for carp1, the kernel crashes ... hit key or restart in 15 sec. >How-To-Repeat: ifconfig carp1 vhid 1 >Fix: Dont do? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sat Feb 4 01:06:10 2006 Return-Path: X-Original-To: i386@freebsd.org 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 F0AD216A420; Sat, 4 Feb 2006 01:06:09 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D3E43D45; Sat, 4 Feb 2006 01:06:09 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.4/8.13.4) with ESMTP id k14168Sx067716; Fri, 3 Feb 2006 20:06:08 -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.4/8.13.4) with ESMTP id k1416LPj035653; Fri, 3 Feb 2006 20:06:21 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 550217302F; Fri, 3 Feb 2006 20:06:08 -0500 (EST) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060204010608.550217302F@freebsd-current.sentex.ca> Date: Fri, 3 Feb 2006 20:06:08 -0500 (EST) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 01:06:10 -0000 TB --- 2006-02-03 23:07:55 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-02-03 23:07:55 - starting HEAD tinderbox run for i386/i386 TB --- 2006-02-03 23:07:55 - cleaning the object tree TB --- 2006-02-03 23:08:22 - checking out the source tree TB --- 2006-02-03 23:08:22 - cd /tinderbox/HEAD/i386/i386 TB --- 2006-02-03 23:08:22 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-02-03 23:15:06 - building world (CFLAGS=-O2 -pipe) TB --- 2006-02-03 23:15:06 - cd /src TB --- 2006-02-03 23:15:06 - /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 --- 2006-02-04 00:20:31 - generating LINT kernel config TB --- 2006-02-04 00:20:31 - cd /src/sys/i386/conf TB --- 2006-02-04 00:20:31 - /usr/bin/make -B LINT TB --- 2006-02-04 00:20:31 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-02-04 00:20:31 - cd /src TB --- 2006-02-04 00:20:31 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Feb 4 00:20:31 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for LINT completed on Sat Feb 4 00:44:57 UTC 2006 TB --- 2006-02-04 00:44:57 - building GENERIC kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-02-04 00:44:57 - cd /src TB --- 2006-02-04 00:44:57 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat Feb 4 00:44:57 UTC 2006 >>> 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 Sat Feb 4 01:04:00 UTC 2006 TB --- 2006-02-04 01:04:00 - building PAE kernel (COPTFLAGS=-O2 -pipe) TB --- 2006-02-04 01:04:00 - cd /src TB --- 2006-02-04 01:04:00 - /usr/bin/make buildkernel KERNCONF=PAE >>> Kernel build for PAE started on Sat Feb 4 01:04:01 UTC 2006 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /src/sys/dev/ips/ips_ioctl.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /src/sys/dev/ips/ips_pci.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /src/sys/dev/isp/isp.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /src/sys/dev/isp/isp_freebsd.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /src/sys/dev/isp/isp_library.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror /src/sys/dev/isp/isp_pci.c /src/sys/dev/isp/isp_pci.c: In function `isp_pci_mbxdma': /src/sys/dev/isp/isp_pci.c:1144: warning: large integer implicitly truncated to unsigned type *** Error code 1 Stop in /obj/src/sys/PAE. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-02-04 01:06:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-02-04 01:06:08 - ERROR: failed to build PAE kernel TB --- 2006-02-04 01:06:08 - tinderbox aborted TB --- 0.87 user 4.09 system 7092.27 real From owner-freebsd-i386@FreeBSD.ORG Sat Feb 4 04:50:07 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 45C9416A420 for ; Sat, 4 Feb 2006 04:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB2A943D49 for ; Sat, 4 Feb 2006 04:50: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.4/8.13.4) with ESMTP id k144o6pp094293 for ; Sat, 4 Feb 2006 04:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k144o6lP094292; Sat, 4 Feb 2006 04:50:06 GMT (envelope-from gnats) Date: Sat, 4 Feb 2006 04:50:06 GMT Message-Id: <200602040450.k144o6lP094292@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Mars G. Miro" Cc: Subject: Re: i386/86880: [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS-A7NX motherboard with nforce2 chipset) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Mars G. Miro" List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 04:50:07 -0000 The following reply was made to PR i386/86880; it has been noted by GNATS. From: "Mars G. Miro" To: bug-followup@FreeBSD.org, markhannon@optusnet.com.au, Yuri Shemanin , Davide Giacca , Geoffroy Desvernay , freebsd-stable@freebsd.org Cc: Subject: Re: i386/86880: [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS-A7NX motherboard with nforce2 chipset) Date: Sat, 4 Feb 2006 12:49:01 +0800 Hiya! >> >> I've got the same problem with an A7N8X-X (athlon 2000+) motherboard and >> 6-STABLE (Build Feb, 2 2006). >> booting with kernel.debug says nothing, seems to be hardware hang but >> doesn't happend with linux nor OpenBSD. Didn't tried 5.3 yet. >> Hang after detection of ATA devices (floppy's light turns on, then hang) I've experienced this myself. Happens w/ nForce-based mobos and certain shuttles. My fix has to always set the BIOS setting of the HD to LBA instead of Auto or CHS. Try this and report back ;-) cheers mars From owner-freebsd-i386@FreeBSD.ORG Sat Feb 4 07:20:28 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org 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 2379916A420 for ; Sat, 4 Feb 2006 07:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F18843D8B for ; Sat, 4 Feb 2006 07:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k147K6QK001327 for ; Sat, 4 Feb 2006 07:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k147K6F6001326; Sat, 4 Feb 2006 07:20:06 GMT (envelope-from gnats) Resent-Date: Sat, 4 Feb 2006 07:20:06 GMT Resent-Message-Id: <200602040720.k147K6F6001326@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, Steve Watt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E61716A420 for ; Sat, 4 Feb 2006 07:19:38 +0000 (GMT) (envelope-from steve@Watt.COM) Received: from wattres.watt.com (wattres.watt.com [66.93.133.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4A043D7D for ; Sat, 4 Feb 2006 07:19:26 +0000 (GMT) (envelope-from steve@Watt.COM) Received: from wattres.watt.com (localhost.watt.com [127.0.0.1]) by wattres.watt.com (8.13.4/8.13.4) with ESMTP id k147JQeE022895 for ; Fri, 3 Feb 2006 23:19:26 -0800 (PST) (envelope-from steve@wattres.watt.com) Received: (from steve@localhost) by wattres.watt.com (8.13.4/8.13.4/Submit) id k147JQqC022894; Fri, 3 Feb 2006 23:19:26 -0800 (PST) (envelope-from steve) Message-Id: <200602040719.k147JQqC022894@wattres.watt.com> Date: Fri, 3 Feb 2006 23:19:26 -0800 (PST) From: Steve Watt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: i386/92795: lockmgr panic during sys_exit file cleanup X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Steve Watt List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 07:20:28 -0000 >Number: 92795 >Category: i386 >Synopsis: lockmgr panic during sys_exit file cleanup >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 04 07:20:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Steve Watt >Release: FreeBSD 5.4-STABLE i386 >Organization: Watt Consultants >Environment: System: FreeBSD wattres.Watt.COM 5.4-STABLE FreeBSD 5.4-STABLE #9: Wed Jan 11 23:14:23 PST 2006 root@wattres.Watt.COM:/usr/obj/usr/src/sys/WATTRES i386 Last updated to 5-STABLE around 1717Z 11 Jan 06 Machine is running inn and dump -L when the panic occurs. >Description: Something ugly is going on again/still between dump and (possibly) inn; there is/was a deadlock between ffs_mksnap and msync. See my mail to -hackers around 22 May 05. I suspect this is related somehow because it's my daily dump that's causing the problem. (Two days in a row, this time, just to be annoying.) Here's the kgdb session from this morning's failure: (root@wattres) 12# kgdb kernel.debug /var/crash/vmcore.21 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: panic: lockmgr: thread 0xc1a14780, not exclusive lock holder 0xc1561600 unlocking KDB: enter: panic Uptime: 21h40m31s Dumping 223 MB 16 32 48 64 80 96 112 128 144 160 176 192 208 #0 doadump () at pcpu.h:160 160 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) info stack #0 doadump () at pcpu.h:160 #1 0xc06627af in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:412 #2 0xc0662a71 in panic (fmt=0xc08a5cd6 "lockmgr: thread %p, not %s %p unlocking") at /usr/src/sys/kern/kern_shutdown.c:568 #3 0xc06570af in lockmgr (lkp=0xc205d0ac, flags=6, interlkp=0x0, td=0xc1a14780) at /usr/src/sys/kern/kern_lock.c:420 #4 0xc06b2cee in vop_stdunlock (ap=0x0) at /usr/src/sys/kern/vfs_default.c:295 #5 0xc06b2b6e in vop_defaultop (ap=0x0) at /usr/src/sys/kern/vfs_default.c:157 #6 0xc07c6234 in ufs_vnoperate (ap=0x0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2827 #7 0xc07be44b in ufs_inactive (ap=0x0) at vnode_if.h:1044 #8 0xc07c6234 in ufs_vnoperate (ap=0x0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2827 #9 0xc06bbaa4 in vrele (vp=0xc205d000) at vnode_if.h:953 #10 0xc07c2407 in ufs_close (ap=0x0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:317 #11 0xc07c6234 in ufs_vnoperate (ap=0x0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2827 #12 0xc06c6ca5 in vn_close (vp=0xc205d000, flags=0, file_cred=0x0, td=0x0) at vnode_if.h:262 #13 0xc06c7c76 in vn_closefile (fp=0xc2111154, td=0x0) at /usr/src/sys/kern/vfs_vnops.c:953 #14 0xc06440b8 in fdrop_locked (fp=0xc2111154, td=0x0) at file.h:288 #15 0xc064401c in fdrop (fp=0xc2111154, td=0x0) at /usr/src/sys/kern/kern_descrip.c:2105 #16 0xc0642a0b in closef (fp=0xc2111154, td=0xc1a14780) at /usr/src/sys/kern/kern_descrip.c:1922 #17 0xc0641aea in fdfree (td=0xc1a14780) at /usr/src/sys/kern/kern_descrip.c:1622 #18 0xc064a87e in exit1 (td=0xc1a14780, rv=0) at /usr/src/sys/kern/kern_exit.c:237 #19 0xc064a401 in sys_exit (td=0x0, uap=0x0) at /usr/src/sys/kern/kern_exit.c:94 #20 0xc08306c4 in syscall (frame= {tf_fs = 47, tf_es = 135921711, tf_ds = -1078001617, tf_edi = 33134, tf_esi = 134528110, tf_ebp = -1077943064, tf_isp = -806167196, tf_ebx = 672471660, tf_edx = 672471344, tf_ecx = 672471344, tf_eax = 1, tf_trapno = 12, tf_err = 2, tf_eip = 671936515, tf_cs = 31, tf_eflags = 646, tf_esp = -1077943076, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1014 #21 0xc081ed4f in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:201 ---Type to continue, or q to quit---q Quit (kgdb) up #1 0xc06627af in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:412 412 doadump(); (kgdb) up #2 0xc0662a71 in panic (fmt=0xc08a5cd6 "lockmgr: thread %p, not %s %p unlocking") at /usr/src/sys/kern/kern_shutdown.c:568 568 boot(bootopt); (kgdb) up #3 0xc06570af in lockmgr (lkp=0xc205d0ac, flags=6, interlkp=0x0, td=0xc1a14780) at /usr/src/sys/kern/kern_lock.c:420 420 panic("lockmgr: thread %p, not %s %p unlocking", (kgdb) list 415 416 case LK_RELEASE: 417 if (lkp->lk_exclusivecount != 0) { 418 if (lkp->lk_lockholder != thr && 419 lkp->lk_lockholder != LK_KERNPROC) { 420 panic("lockmgr: thread %p, not %s %p unlocking", 421 thr, "exclusive lock holder", 422 lkp->lk_lockholder); 423 } 424 if (lkp->lk_exclusivecount == 1) { (kgdb) print *thr $1 = {td_proc = 0xc168f54c, td_ksegrp = 0xc1b21a10, td_plist = {tqe_next = 0x0, tqe_prev = 0xc168f55c}, td_kglist = {tqe_next = 0x0, tqe_prev = 0xc1b21a1c}, td_slpq = {tqe_next = 0x0, tqe_prev = 0xc176c780}, td_lockq = {tqe_next = 0x0, tqe_prev = 0x0}, td_runq = {tqe_next = 0x0, tqe_prev = 0xc090342c}, td_selq = { tqh_first = 0x0, tqh_last = 0xc1a147b0}, td_sleepqueue = 0xc176c780, td_turnstile = 0xc18f1b40, td_tid = 100135, td_flags = 16842754, td_inhibitors = 0, td_pflags = 0, td_dupfd = 0, td_wchan = 0x0, td_wmesg = 0x0, td_lastcpu = 0 '\0', td_oncpu = 0 '\0', td_locks = -10048, td_blocked = 0x0, td_ithd = 0x0, td_lockname = 0x0, td_contested = {lh_first = 0x0}, td_sleeplocks = 0x0, td_intr_nesting_level = 0, td_pinned = 0, td_mailbox = 0x0, td_ucred = 0xc1ed2100, td_standin = 0x0, td_prticks = 0, td_upcall = 0x0, td_sticks = 1692, td_uuticks = 0, td_usticks = 0, td_intrval = 0, td_oldsigmask = {__bits = {0, 0, 0, 0}}, td_sigmask = { __bits = {0, 0, 0, 0}}, td_siglist = {__bits = {0, 0, 0, 0}}, td_umtx = { tqe_next = 0x0, tqe_prev = 0x0}, td_generation = 24058, td_sigstk = {ss_sp = 0x0, ss_size = 0, ss_flags = 4}, td_kflags = 0, td_xsig = 0, td_profil_addr = 0, td_profil_ticks = 0, td_base_pri = 77 'M', td_priority = 77 'M', td_pcb = 0xcff2dd90, td_state = TDS_RUNNING, td_retval = {0, 672471344}, td_slpcallout = {c_links = {sle = { sle_next = 0x0}, tqe = {tqe_next = 0x0, tqe_prev = 0xc5acfb18}}, c_time = 7706191, c_arg = 0xc1a14780, c_func = 0xc068169a , c_flags = 8}, td_frame = 0xcff2dd38, td_kstack_obj = 0xc1a0bc60, td_kstack = 3488792576, td_kstack_pages = 2, td_altkstack_obj = 0x0, td_altkstack = 0, td_altkstack_pages = 0, td_critnest = 0, td_md = {md_savecrit = 582}, td_sched = 0xc1a148d0} (kgdb) print *thr->td_proc $2 = {p_list = {le_next = 0xc1e69000, le_prev = 0xc1e6ac5c}, p_ksegrps = { tqh_first = 0xc1b21a10, tqh_last = 0xc1b21a14}, p_threads = {tqh_first = 0xc1a14780, tqh_last = 0xc1a14788}, p_suspended = {tqh_first = 0x0, tqh_last = 0xc168f564}, p_ucred = 0xc1ed2100, p_fd = 0xc23e2500, p_fdtol = 0x0, p_stats = 0xc1f40200, p_limit = 0xc1c81300, p_unused1 = 0x0, p_sigacts = 0xc23d0000, p_flag = 24576, p_sflag = 1, p_state = PRS_NORMAL, p_pid = 33134, p_hash = {le_next = 0x0, le_prev = 0xc14691b8}, p_pglist = {le_next = 0x0, le_prev = 0xc25513dc}, p_pptr = 0xc2551388, p_sibling = {le_next = 0x0, le_prev = 0xc25513f0}, p_children = { lh_first = 0x0}, p_mtx = {mtx_object = {lo_class = 0xc09012dc, lo_name = 0xc08a6b18 "process lock", lo_type = 0xc08a6b18 "process lock", lo_flags = 4390912, lo_list = {tqe_next = 0xc168f77c, tqe_prev = 0xc168f404}, lo_witness = 0x0}, mtx_lock = 4, mtx_recurse = 0}, p_oppid = 0, p_vmspace = 0xc254ea8c, p_swtime = 704, p_realtimer = {it_interval = {tv_sec = 0, tv_usec = 0}, it_value = {tv_sec = 0, tv_usec = 0}}, p_runtime = {sec = 2, frac = 1951776024854486118}, p_uu = 0, p_su = 0, p_iu = 0, p_uticks = 67, p_sticks = 1742, p_iticks = 0, p_profthreads = 0, p_maxthrwaits = 0, p_traceflag = 0, p_tracevp = 0x0, p_tracecred = 0x0, p_textvp = 0xc1aa5630, p_siglist = {__bits = {0, 0, 0, 0}}, p_lock = 0 '\0', p_sigiolst = {slh_first = 0x0}, p_sigparent = 20, p_sig = 0, p_code = 0, p_stops = 0, p_stype = 0, p_step = 0 '\0', p_pfsflags = 0 '\0', p_nlminfo = 0x0, p_aioinfo = 0x0, p_singlethread = 0x0, p_suspcount = 0, p_xthread = 0x0, p_boundary_count = 0, p_magic = 3203398350, p_comm = "dump\000er", '\0' , p_pgrp = 0xc1834d00, p_sysent = 0xc09422e0, p_args = 0xc1ad7c00, p_cpulimit = 9223372036854775807, p_nice = 0 '\0', p_xstat = 0, p_klist = {kl_lock = 0xc168f5b8, kl_list = { slh_first = 0x0}}, p_numthreads = 1, p_numksegrps = 1, p_md = { md_ldt = 0xc246ba20}, p_itcallout = {c_links = {sle = {sle_next = 0x0}, tqe = { tqe_next = 0x0, tqe_prev = 0x0}}, c_time = 0, c_arg = 0x0, c_func = 0, c_flags = 8}, p_unused2 = 0x0, p_acflag = 0, p_ru = 0xc1d47980, p_peers = 0x0, p_leader = 0xc168f54c, p_emuldata = 0x0, p_label = 0x0, p_sched = 0xc168f710} ... so it seems to be dump that died on exit. (kgdb) up #4 0xc06b2cee in vop_stdunlock (ap=0x0) at /usr/src/sys/kern/vfs_default.c:295 295 return (lockmgr(vp->v_vnlock, ap->a_flags | LK_RELEASE, VI_MTX(vp), (kgdb) list 290 struct thread *a_td; 291 } */ *ap; 292 { 293 struct vnode *vp = ap->a_vp; 294 295 return (lockmgr(vp->v_vnlock, ap->a_flags | LK_RELEASE, VI_MTX(vp), 296 ap->a_td)); 297 } 298 299 /* See above. */ (kgdb) list - 280 ap->a_td, "vop_stdlock", vp->filename, vp->line)); 281 #endif 282 } 283 284 /* See above. */ 285 int 286 vop_stdunlock(ap) 287 struct vop_unlock_args /* { 288 struct vnode *a_vp; 289 int a_flags; (kgdb) up #5 0xc06b2b6e in vop_defaultop (ap=0x0) at /usr/src/sys/kern/vfs_default.c:157 157 return (VOCALL(default_vnodeop_p, ap->a_desc->vdesc_offset, ap)); (kgdb) list 152 */ 153 int 154 vop_defaultop(struct vop_generic_args *ap) 155 { 156 157 return (VOCALL(default_vnodeop_p, ap->a_desc->vdesc_offset, ap)); 158 } 159 160 /* 161 * Helper function to panic on some bad VOPs in some filesystems. (kgdb) up #6 0xc07c6234 in ufs_vnoperate (ap=0x0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2827 2827 return (VOCALL(ufs_vnodeop_p, ap->a_desc->vdesc_offset, ap)); (kgdb) list 2822 ufs_vnoperate(ap) 2823 struct vop_generic_args /* { 2824 struct vnodeop_desc *a_desc; 2825 } */ *ap; 2826 { 2827 return (VOCALL(ufs_vnodeop_p, ap->a_desc->vdesc_offset, ap)); 2828 } 2829 2830 int 2831 ufs_vnoperatefifo(ap) (kgdb) up #7 0xc07be44b in ufs_inactive (ap=0x0) at vnode_if.h:1044 1044 rc = VCALL(vp, VOFFSET(vop_unlock), &a); (kgdb) list 1039 a.a_flags = flags; 1040 a.a_td = td; 1041 #ifdef DEBUG_VFS_LOCKS 1042 vop_unlock_pre(&a); 1043 #endif 1044 rc = VCALL(vp, VOFFSET(vop_unlock), &a); 1045 CTR3(KTR_VOP, "VOP_UNLOCK(vp 0x%lX, flags %ld, td 0x%lX)", vp, flags, td); 1046 if (rc == 0) { 1047 } else { 1048 } (kgdb) list - 1029 extern struct vnodeop_desc vop_unlock_desc; 1030 static __inline int VOP_UNLOCK( 1031 struct vnode *vp, 1032 int flags, 1033 struct thread *td) 1034 { 1035 struct vop_unlock_args a; 1036 int rc; 1037 a.a_desc = VDESC(vop_unlock); 1038 a.a_vp = vp; (kgdb) up #8 0xc07c6234 in ufs_vnoperate (ap=0x0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2827 2827 return (VOCALL(ufs_vnodeop_p, ap->a_desc->vdesc_offset, ap)); (kgdb) list 2822 ufs_vnoperate(ap) 2823 struct vop_generic_args /* { 2824 struct vnodeop_desc *a_desc; 2825 } */ *ap; 2826 { 2827 return (VOCALL(ufs_vnodeop_p, ap->a_desc->vdesc_offset, ap)); 2828 } 2829 2830 int 2831 ufs_vnoperatefifo(ap) (kgdb) up #9 0xc06bbaa4 in vrele (vp=0xc205d000) at vnode_if.h:953 953 rc = VCALL(vp, VOFFSET(vop_inactive), &a); (kgdb) list 948 a.a_desc = VDESC(vop_inactive); 949 a.a_vp = vp; 950 a.a_td = td; 951 ASSERT_VI_UNLOCKED(vp, "VOP_INACTIVE"); 952 ASSERT_VOP_LOCKED(vp, "VOP_INACTIVE"); 953 rc = VCALL(vp, VOFFSET(vop_inactive), &a); 954 CTR2(KTR_VOP, "VOP_INACTIVE(vp 0x%lX, td 0x%lX)", vp, td); 955 if (rc == 0) { 956 ASSERT_VI_UNLOCKED(vp, "VOP_INACTIVE"); 957 ASSERT_VOP_UNLOCKED(vp, "VOP_INACTIVE"); ... OK, that's weird, there's an ASSERT_VOP_LOCKED() here. Does that mean that the assert_VOP_LOCKED doesn't check for exclusive? (kgdb) up #10 0xc07c2407 in ufs_close (ap=0x0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:317 317 vrele(vp); (kgdb) list 312 * XXX - EAGAIN is returned to prevent vn_close from 313 * repeating the vrele operation. 314 */ 315 if (vp->v_type == VREG && VTOI(vp)->i_effnlink == 0) { 316 (void) vn_start_write(vp, &mp, V_WAIT); 317 vrele(vp); 318 vn_finished_write(mp); 319 return (EAGAIN); 320 } 321 } (kgdb) up #11 0xc07c6234 in ufs_vnoperate (ap=0x0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2827 2827 return (VOCALL(ufs_vnodeop_p, ap->a_desc->vdesc_offset, ap)); (kgdb) up #12 0xc06c6ca5 in vn_close (vp=0xc205d000, flags=0, file_cred=0x0, td=0x0) at vnode_if.h:262 262 rc = VCALL(vp, VOFFSET(vop_close), &a); (kgdb) up #13 0xc06c7c76 in vn_closefile (fp=0xc2111154, td=0x0) at /usr/src/sys/kern/vfs_vnops.c:953 953 error = vn_close(vp, fp->f_flag, fp->f_cred, td); (kgdb) up #14 0xc06440b8 in fdrop_locked (fp=0xc2111154, td=0x0) at file.h:288 288 return ((*fp->f_ops->fo_close)(fp, td)); (kgdb) list 283 fo_close(fp, td) 284 struct file *fp; 285 struct thread *td; 286 { 287 288 return ((*fp->f_ops->fo_close)(fp, td)); 289 } 290 291 static __inline int 292 fo_kqfilter(fp, kn) (kgdb) up #15 0xc064401c in fdrop (fp=0xc2111154, td=0x0) at /usr/src/sys/kern/kern_descrip.c:2105 2105 return (fdrop_locked(fp, td)); (kgdb) up #16 0xc0642a0b in closef (fp=0xc2111154, td=0xc1a14780) at /usr/src/sys/kern/kern_descrip.c:1922 1922 return (fdrop(fp, td)); (kgdb) up #17 0xc0641aea in fdfree (td=0xc1a14780) at /usr/src/sys/kern/kern_descrip.c:1622 1622 (void) closef(*fpp, td); (kgdb) up #18 0xc064a87e in exit1 (td=0xc1a14780, rv=0) at /usr/src/sys/kern/kern_exit.c:237 237 fdfree(td); (kgdb) up #19 0xc064a401 in sys_exit (td=0x0, uap=0x0) at /usr/src/sys/kern/kern_exit.c:94 94 exit1(td, W_EXITCODE(uap->rval, 0)); >How-To-Repeat: There doesn't appear to be an iron-clad method; I believe it's a race condition of some sort. On my system, my daily dumps cause some kind of panic about once every 2-3 weeks. >Fix: Maybe I should pull up to 6-STABLE, but that's kinda painful as it's a semi-production box. >Release-Note: >Audit-Trail: >Unformatted: