From owner-freebsd-i386@FreeBSD.ORG Sun Aug 22 01:50:22 2004 Return-Path: <owner-freebsd-i386@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 D7E3A16A4CE for <freebsd-i386@hub.freebsd.org>; Sun, 22 Aug 2004 01:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B52DB43D45 for <freebsd-i386@hub.freebsd.org>; Sun, 22 Aug 2004 01:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M1oMrf029948 for <freebsd-i386@freefall.freebsd.org>; Sun, 22 Aug 2004 01:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7M1oMSA029947; Sun, 22 Aug 2004 01:50:22 GMT (envelope-from gnats) Resent-Date: Sun, 22 Aug 2004 01:50:22 GMT Resent-Message-Id: <200408220150.i7M1oMSA029947@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, Dennis Holmes <dholmes@email.rahul.net> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B22316A4CE for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Aug 2004 01:43:29 +0000 (GMT) Received: from star-one.liberator.dyndns.org (adsl-64-142-6-3.sonic.net [64.142.6.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F1243D39 for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Aug 2004 01:43:28 +0000 (GMT) (envelope-from dholmes@star-one.liberator.dyndns.org) Received: from star-one.liberator.dyndns.org (localhost.liberator.dyndns.org [127.0.0.1])i7M1hHp0020240; Sat, 21 Aug 2004 18:43:17 -0700 (PDT) (envelope-from dholmes@star-one.liberator.dyndns.org) Received: (from dholmes@localhost)i7M1hHYI020239; Sat, 21 Aug 2004 18:43:17 -0700 (PDT) (envelope-from dholmes) Message-Id: <200408220143.i7M1hHYI020239@star-one.liberator.dyndns.org> Date: Sat, 21 Aug 2004 18:43:17 -0700 (PDT) From: Dennis Holmes <dholmes@email.rahul.net> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dholmes@liberator.dyndns.org Subject: i386/70810: [patch] Enable SMBus device on Asus P4B series motherboards X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dennis Holmes <dholmes@email.rahul.net> List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Aug 2004 01:50:23 -0000 >Number: 70810 >Category: i386 >Synopsis: [patch] Enable SMBus device on Asus P4B series motherboards >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 Aug 22 01:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dennis Holmes >Release: FreeBSD 4.8-RELEASE-p13 i386 >Organization: a little >Environment: Asus P4B266 with Intel 845D chipset System: FreeBSD star-one.liberator.dyndns.org 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #14: Mon Aug 2 10:52:46 PDT 2004 dholmes at star-one.liberator.dyndns.org:/usr/obj/usr/src/sys/STAR-ONE i386 >Description: On affected Asus motherboards, the smbus device in the chipset is disabled by the BIOS with no setup option to enable it. This prevents hardware (temp/fan/voltage) monitoring since the monitoring chip is only accessible via smbus. Additional information regarding the nature of the problem and the fix can be found on the following web pages: http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/README-ASUS-P4motherboard.html http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/prog/hotplug/README.p4b Note that the Linux fix of enabling the smbus device after boot requires that hot-pluggable device support be present in the kernel. In Freebsd the device can be enabled while running by using pciconf or pcitweak, but the kernel remains unaware of it. >How-To-Repeat: Observe via dmesg that the ichsmb and smbus devices are not found at boot time even with the appropriate devices configured in the kernel. >Fix: The included patch turns on the smbus device as soon as the parent chip is probed. Then the device is detected as the device probing sequence continues. I now have healthd working on my system after applying the patch. This adds a new PCI quirk and a kernel config option to activate the quirk. Now in dmesg I see: ichsmb0: <Intel 82801BA (ICH2) SMBus controller> port 0xe800-0xe80f irq 0 at device 31.3 on pci0 pci_cfgintr_search: linked (61) to configured irq 11 at 1:0:0 pci_cfgintr: 0:31 INTB routed to irq 11 smbus1: <System Management Bus> on ichsmb0 smb1: <SMBus general purpose I/O> on smbus1 (It is assigned smbus1 since I also have a Bt848-based video capture card which gets smbus0. I also had to tweak healthd to get it to use smbus1 and correct some of the monitoring values. If anyone is interested in those changes, let me know; some of it's not very pretty but I'll share.) The patch changes three files. Prior to each diff is the CVS ID string of the file against which the patch was generated. I realize these versions are a little old, but I don't have an installation of -current to play with. I did check to see that the files have not changed substantially in newer releases. I am also including a diff against the pci.c file from -current. This version had changed enough that the patch from my version didn't apply. Also, it looks like the location or nature of LINT has changed in -current, so I don't know how to handle updating it. This is my first PR submission; if you have any advice (other than the obvious of "upgrade!") or need additional info please let me know. ########## # Version: $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.138.2.1 2003/03/28 20:05:39 scottl Exp $ ########## --- /usr/src/sys/i386/conf/LINT.dist Fri Mar 28 12:05:39 2003 +++ /usr/src/sys/i386/conf/LINT Thu Aug 5 10:50:24 2004 @@ -2153,6 +2153,15 @@ device amdpm device smb + +# Some of the ASUS P-4 motherboard with ICH2(82801BA) and ICH4(82801DB) +# chipsets switch off the SMBus PCI device in the BIOS. Therefore, one +# has to enable it explicitly in order to make hardware-monitoring possible. +# For further details, see: +# http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/README-ASUS-P4motherboard.html +# http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/prog/hotplug/README.p4b + +options ASUS_P4B # Enable SMBus on Asus P4B series # # I2C Bus ########## # Version: $FreeBSD: src/sys/conf/options.i386,v 1.132.2.18 2003/03/14 21:22:35 jhb Exp $ ########## --- /usr/src/sys/conf/options.i386.dist Fri Mar 14 13:22:35 2003 +++ /usr/src/sys/conf/options.i386 Thu Jul 29 19:57:11 2004 @@ -214,6 +214,9 @@ # SMB/CIFS filesystem SMBFS +# Enable smbus device on Asus P4B +ASUS_P4B opt_pci.h + # ------------------------------- # EOF # ------------------------------- ########## # Version: $FreeBSD: src/sys/pci/pci.c,v 1.141.2.15 2002/04/30 17:48:18 tmm Exp $ ########## --- /usr/src/sys/pci/pci.c.dist Tue Apr 30 10:48:18 2002 +++ /usr/src/sys/pci/pci.c Mon Aug 2 10:50:31 2004 @@ -71,22 +71,26 @@ static void pci_read_extcap(pcicfgregs *cfg); struct pci_quirk { u_int32_t devid; /* Vendor/device of the card */ int type; #define PCI_QUIRK_MAP_REG 1 /* PCI map register in wierd place */ +#define PCI_QUIRK_CLEAR_BITS 2 /* Enable function by clearing some bits */ int arg1; int arg2; }; struct pci_quirk pci_quirks[] = { /* * The Intel 82371AB and 82443MX has a map register at offset 0x90. */ { 0x71138086, PCI_QUIRK_MAP_REG, 0x90, 0 }, { 0x719b8086, PCI_QUIRK_MAP_REG, 0x90, 0 }, +#ifdef ASUS_P4B + { 0x24408086, PCI_QUIRK_CLEAR_BITS, 0xf2, 0x0108 }, +#endif { 0 } }; /* map register information */ #define PCI_MAPMEM 0x01 /* memory map */ @@ -1356,21 +1360,33 @@ pci_add_resources(device_t dev, pcicfgregs* cfg) { struct pci_devinfo *dinfo = device_get_ivars(dev); struct resource_list *rl = &dinfo->resources; struct pci_quirk *q; int i; + u_int32_t val; for (i = 0; i < cfg->nummaps;) { i += pci_add_map(dev, cfg, PCIR_MAPS + i*4); } for (q = &pci_quirks[0]; q->devid; q++) { - if (q->devid == ((cfg->device << 16) | cfg->vendor) - && q->type == PCI_QUIRK_MAP_REG) - pci_add_map(dev, cfg, q->arg1); + if (q->devid == ((cfg->device << 16) | cfg->vendor)) { + switch (q->type) { + case PCI_QUIRK_MAP_REG: + pci_add_map(dev, cfg, q->arg1); + break; + case PCI_QUIRK_CLEAR_BITS: + val = pci_read_config(dev, q->arg1, 2); + if (val & q->arg2) { + val &= ~(q->arg2); + pci_write_config(dev, q->arg1, val, 2); + } + break; + } + } } if (cfg->intpin > 0 && cfg->intline != 255) resource_list_add(rl, SYS_RES_IRQ, 0, cfg->intline, cfg->intline, 1); } ########## # src/sys/dev/pci/pci.c from -current NOTE THAT THIS IS NOT TESTED! # Version: $FreeBSD: /repoman/r/ncvs/src/sys/dev/pci/pci.c,v 1.264 2004/07/02 13:42:36 imp Exp $ ########## --- pci.c.current Fri Jul 2 06:42:36 2004 +++ pci.c Thu Aug 5 13:01:36 2004 @@ -139,22 +139,26 @@ struct pci_quirk { uint32_t devid; /* Vendor/device of the card */ int type; #define PCI_QUIRK_MAP_REG 1 /* PCI map register in weird place */ +#define PCI_QUIRK_CLEAR_BITS 2 /* Enable function by clearing some bits */ int arg1; int arg2; }; struct pci_quirk pci_quirks[] = { /* The Intel 82371AB and 82443MX has a map register at offset 0x90. */ { 0x71138086, PCI_QUIRK_MAP_REG, 0x90, 0 }, { 0x719b8086, PCI_QUIRK_MAP_REG, 0x90, 0 }, /* As does the Serverworks OSB4 (the SMBus mapping register) */ { 0x02001166, PCI_QUIRK_MAP_REG, 0x90, 0 }, +#ifdef ASUS_P4B + { 0x24408086, PCI_QUIRK_CLEAR_BITS, 0xf2, 0x0108 }, +#endif { 0 } }; /* map register information */ #define PCI_MAPMEM 0x01 /* memory map */ @@ -894,12 +898,13 @@ { struct pci_devinfo *dinfo = device_get_ivars(dev); pcicfgregs *cfg = &dinfo->cfg; struct resource_list *rl = &dinfo->resources; struct pci_quirk *q; int b, i, irq, f, s; + u_int32_t val; b = cfg->bus; s = cfg->slot; f = cfg->func; /* ATA devices needs special map treatment */ @@ -910,15 +915,26 @@ else for (i = 0; i < cfg->nummaps;) i += pci_add_map(pcib, bus, dev, b, s, f, PCIR_BAR(i), rl); for (q = &pci_quirks[0]; q->devid; q++) { - if (q->devid == ((cfg->device << 16) | cfg->vendor) - && q->type == PCI_QUIRK_MAP_REG) - pci_add_map(pcib, bus, dev, b, s, f, q->arg1, rl); + if (q->devid == ((cfg->device << 16) | cfg->vendor)) { + switch (q->type) { + case PCI_QUIRK_MAP_REG: + pci_add_map(pcib, bus, dev, b, s, f, q->arg1, rl); + break; + case PCI_QUIRK_CLEAR_BITS: + val = pci_read_config(dev, q->arg1, 2); + if (val & q->arg2) { + val &= ~(q->arg2); + pci_write_config(dev, q->arg1, val, 2); + } + break; + } + } } if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) { #if defined(__ia64__) || defined(__i386__) || defined(__amd64__) /* * Try to re-route interrupts. Sometimes the BIOS or >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Aug 22 03:59:07 2004 Return-Path: <owner-freebsd-i386@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 58A1E16A4D0; Sun, 22 Aug 2004 03:59:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 369E343D48; Sun, 22 Aug 2004 03:59:07 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) i7M3x7uI045272; Sun, 22 Aug 2004 03:59:07 GMT (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7M3x6de045268; Sun, 22 Aug 2004 03:59:06 GMT (envelope-from anholt) Date: Sun, 22 Aug 2004 03:59:06 GMT From: Eric Anholt <anholt@FreeBSD.org> Message-Id: <200408220359.i7M3x6de045268@freefall.freebsd.org> To: elliot@alfred.oau.org, anholt@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/59854: System panics when AMD 762 AGP is loaded X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Aug 2004 03:59:07 -0000 Synopsis: System panics when AMD 762 AGP is loaded State-Changed-From-To: open->feedback State-Changed-By: anholt State-Changed-When: Sun Aug 22 03:58:33 GMT 2004 State-Changed-Why: Waiting for feedback from either of two reporters of AMD 762 issues. http://www.freebsd.org/cgi/query-pr.cgi?pr=59854 From owner-freebsd-i386@FreeBSD.ORG Sun Aug 22 07:11:29 2004 Return-Path: <owner-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 8889316A4CE; Sun, 22 Aug 2004 07:11:29 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D22443D1D; Sun, 22 Aug 2004 07:11:29 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i7M7BQrq058610; Sun, 22 Aug 2004 03:11:26 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i7M7BSPw058030; Sun, 22 Aug 2004 03:11:28 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 22B5E7303F; Sun, 22 Aug 2004 03:11:28 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040822071128.22B5E7303F@freebsd-current.sentex.ca> Date: Sun, 22 Aug 2004 03:11:28 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Aug 2004 07:11:29 -0000 TB --- 2004-08-22 05:07:23 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-22 05:07:23 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-22 05:07:23 - checking out the source tree TB --- 2004-08-22 05:07:23 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98 TB --- 2004-08-22 05:07:24 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-22 05:18:50 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-22 05:18:50 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-22 05:18:50 - /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 --- 2004-08-22 06:44:38 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-22 06:44:38 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-22 06:44:38 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Aug 22 06:44:38 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for GENERIC completed on Sun Aug 22 06:58:30 UTC 2004 TB --- 2004-08-22 06:58:30 - generating LINT kernel config TB --- 2004-08-22 06:58:30 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-22 06:58:30 - /usr/bin/make -B LINT TB --- 2004-08-22 06:58:30 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-22 06:58:30 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-22 06:58:30 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Aug 22 06:58:30 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus.c awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline canbus_if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/clock.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c: In function `fdioctl': /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2701: error: `FD_DEBUG' undeclared (first use in this function) /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2701: error: (Each undeclared identifier is reported only once /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2701: error: for each function it appears in.) *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-22 07:11:27 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-22 07:11:27 - ERROR: failed to build lint kernel TB --- 2004-08-22 07:11:27 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Sun Aug 22 09:49:57 2004 Return-Path: <owner-freebsd-i386@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 0F49016A4CE; Sun, 22 Aug 2004 09:49:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E284543D31; Sun, 22 Aug 2004 09:49:56 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) i7M9nuCo015262; Sun, 22 Aug 2004 09:49:56 GMT (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7M9nuPx015258; Sun, 22 Aug 2004 09:49:56 GMT (envelope-from tjr) Date: Sun, 22 Aug 2004 09:49:56 GMT From: "Tim J. Robbins" <tjr@FreeBSD.org> Message-Id: <200408220949.i7M9nuPx015258@freefall.freebsd.org> To: tedm@ipinc.net, tjr@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/57783: UINT32_MAX is missing from FreeBSD 4.X X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Aug 2004 09:49:57 -0000 Synopsis: UINT32_MAX is missing from FreeBSD 4.X State-Changed-From-To: open->closed State-Changed-By: tjr State-Changed-When: Sun Aug 22 09:48:42 GMT 2004 State-Changed-Why: There are no plans to merge this, or any other C99 conformance fixes back into RELENG_4. http://www.freebsd.org/cgi/query-pr.cgi?pr=57783 From owner-freebsd-i386@FreeBSD.ORG Sun Aug 22 19:30:06 2004 Return-Path: <owner-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 E137A16A4CE; Sun, 22 Aug 2004 19:30:06 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EAF43D53; Sun, 22 Aug 2004 19:30:06 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3b.sentex.ca (8.13.1/8.13.1) with ESMTP id i7MJU6Sf086286; Sun, 22 Aug 2004 15:30:06 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7MJU5pt052851; Sun, 22 Aug 2004 15:30:05 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B49D57303F; Sun, 22 Aug 2004 15:30:05 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040822193005.B49D57303F@freebsd-current.sentex.ca> Date: Sun, 22 Aug 2004 15:30:05 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Aug 2004 19:30:07 -0000 TB --- 2004-08-22 17:54:55 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-22 17:54:55 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-22 17:54:55 - checking out the source tree TB --- 2004-08-22 17:54:55 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98 TB --- 2004-08-22 17:54:55 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-22 18:00:50 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-22 18:00:50 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-22 18:00:50 - /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 --- 2004-08-22 19:05:03 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-22 19:05:03 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-22 19:05:03 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sun Aug 22 19:05:03 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for GENERIC completed on Sun Aug 22 19:18:53 UTC 2004 TB --- 2004-08-22 19:18:53 - generating LINT kernel config TB --- 2004-08-22 19:18:53 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-22 19:18:53 - /usr/bin/make -B LINT TB --- 2004-08-22 19:18:54 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-22 19:18:54 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-22 19:18:54 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Aug 22 19:18:54 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus.c awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline canbus_if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/clock.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c: In function `fdioctl': /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: `FD_DEBUG' undeclared (first use in this function) /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: (Each undeclared identifier is reported only once /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: for each function it appears in.) *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-22 19:30:05 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-22 19:30:05 - ERROR: failed to build lint kernel TB --- 2004-08-22 19:30:05 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Sun Aug 22 20:30:26 2004 Return-Path: <owner-freebsd-i386@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 6F5A016A4CE for <freebsd-i386@hub.freebsd.org>; Sun, 22 Aug 2004 20:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D5D643D3F for <freebsd-i386@hub.freebsd.org>; Sun, 22 Aug 2004 20:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKUPDQ000620 for <freebsd-i386@freefall.freebsd.org>; Sun, 22 Aug 2004 20:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7MKUPIh000619; Sun, 22 Aug 2004 20:30:25 GMT (envelope-from gnats) Resent-Date: Sun, 22 Aug 2004 20:30:25 GMT Resent-Message-Id: <200408222030.i7MKUPIh000619@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, Marian Cerny <jojo@matfyz.cz> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FA616A4CE for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Aug 2004 20:22:21 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E13543D49 for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Aug 2004 20:22:21 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7MKMLw9076423 for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Aug 2004 20:22:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7MKMKoh076422; Sun, 22 Aug 2004 20:22:20 GMT (envelope-from nobody) Message-Id: <200408222022.i7MKMKoh076422@www.freebsd.org> Date: Sun, 22 Aug 2004 20:22:20 GMT From: Marian Cerny <jojo@matfyz.cz> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/70832: Serious problems with RealTek NIC using re0 driver on Evo N1015v X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 22 Aug 2004 20:30:26 -0000 >Number: 70832 >Category: i386 >Synopsis: Serious problems with RealTek NIC using re0 driver on Evo N1015v >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 22 20:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marian Cerny >Release: FreeBSD 5.2.1R >Organization: >Environment: FreeBSD potvorka 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Wed Aug 18 10:10:26 CEST 2004 majo@potvorka:/usr/src/sys/i386/compile/POTVORKA i386 >Description: I have got serious problems with my 're0: <RealTek 8139C+ 10/100BaseTX>' network card. I have got two exactly the same laptops: Compaq Evo N1015v. I have got a few problems with this NIC on both laptops. I would like to notice that there was none of this problem on FreeBSD 5.1R when the NICs were using the rl driver. *Rarely* the machine hangs on boot (the kernel panics). It happens approximately once a month. Keyboard is not working, so I can not debug this more. Here are the messages, that are writen to the screen: -------------------------------------------------------------------------- pcm0: <Analog Devices AD1886A AC97 Codec> pci0: <bridge, PCI-CardBus> at device 10.0 (no driver attached) re0: <RealTek 8139C+ 10/100BaseTX> port 0x8800-0x88ff mem 0xf0013000-0xf00130ff irg 11 at device 11.0 on pci0 re0: Ethernet address: 00:0b:cd:84:25:06 miibus0: <MII bus> on re0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto re0: diagnostic failed, failed to receive packet in loopback mode re0: attach aborted due to hardware diag failure Fatal trap 12: page fault while in kernel mode fault virtual address = 0x7c fault code = supervisor read, page net present instruction pointer = 0x8:0xc04fb503 stack pointer = 0x10:0xc08219e4 frame pointer = 0x10:0xc0821a00 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) kernel: type 12 trap, code=0 Stopped at _mtx_lock_flags+0x43: cmpl $0xc06ab05c,0(%ebx) db> -------------------------------------------------------------------------- The other problem is, when I am turning off the laptop using 'halt -p' with ACPI. *Often* the kernel panics here. It's like with 40% probability on one laptop and around 80% probability on the other one. The laptops are exactly the same, only one has got 512M + 128M memory and the other one has got 256M + 128M memory. I have tried this with usb support compiled in, and also without it (because there is ohci0+ in current process). The result is the same. Here are the messages: -------------------------------------------------------------------------- -bash-2.05b# halt -p Aug 18 10:51:52 potvorka halt: halted by root Aug 18 10:51:53 potvorka syslogd: exiting on signal 15 Waiting (max 60 seconds) for system process `vnlru' to stop...stopped Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped Waiting (max 60 seconds) for system process `syncer' to stop...stopped syncing disks, buffers remaining... 8 8 1 1 done Uptime: 5m56s Powering system off using ACPI Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc fault code = supervisor read, page net present instruction pointer = 0x8:0xc0475087 stack pointer = 0x10:0xd156ec9c frame pointer = 0x10:0xd156ecc8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 22 (irq11: re0 ohci0+) kernel: type 12 trap, code=0 Stopped at re_rxeof+0x287: movl %eax,0xc(%ebx) db> trace re_rxeof(c334a000,0,c0658482,71f,c336cd00) at re_rxeof+0x287 re_intr(c334a000,0,c06648ec,21f,c152ce20) at re_intr+0xc4 ithread_loop(c1522800,d156ed48,c0664766,311,c1522800) at ithread_loop+0x172 fork_exit(c04f1910,c1522800,d156ed48) at fork_exit+0xb4 fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xd156ed7c, ebp = 0 --- db> panic panic: from debugger Stack backtrace: backtrace(c0666cfd,c06d07e0,c065486e,d156ea88,100) at backtrace+0x17 panic(c065486e,d156eb40,c043a56a,c0475087,0) at panic+0xb7 db_panic(c0475087,0,ffffffff,d156eab4,d156eab0) at db_panic+0x12 db_command(c06c6520,c0686320,c0680e34,c0680e38,10) at db_command+0x25a db_command_loop(c0475087,c06f7d00,d156eb8c,c054d423,0) at db_command_loop+0x78 db_trap(c,0,0,246,1) at db_trap+0xb9 kbd_trap(c,0,d156ec5c,1,1) at kdb_trap+0x1b3 trap_fatal(d156ec5c,c,c067c786,2cd,c1527c80) at trap_fatal+0x2b8 trap_pfault(d156ec5c,0,c,12e800,c) at trap_pfault+0x1c1 trap(18,10,10,31022072,2) at trap+0x2f3 calltrap() at calltrap+0x5 --- trap 0xc, eip = 0xc0475087, esp = 0xd156ec9c, ebp = 0xd156ecc8 --- re_rxeof(c334a000,0,c0658482,71f,c336cd00) at re_rxeof+0x287 re_intr(c334a000,0,c06648ec,21f,c152ce20) at re_intr+0xc4 ithread_loop(c1522800,d156ed48,c0664766,311,c1522800) at ithread_loop+0x172 fork_exit(c04f1910,c1522800,d156ed48) at fork_exit+0xb4 fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xd156ed7c, ebp = 0 --- Debugger("panic") Fatal trap 3: breakpoint instruction fault while in kernel mode instruction pointer = 0x8:0xc061d70d stack pointer = 0x10:0xd156ea44 frame pointer = 0x10:0xd156ea50 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = IOPL = 0 current process = 22 (irg11: re0 ohci0+) Stopped at re_rxeof+0x287: movl %eax,0xc(%ebx) db> call boot(0) Uptime: 6m1s kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode fault virtual address = 0xdeadc0e2 fault code = supervisor read, page net present instruction pointer = 0x8:0xc0520155 stack pointer = 0x10:0xd156e990 frame pointer = 0x10:0xd156e9a8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 22 (irg11: re0 ohci0+) kernel: type 12 trap, code=0 Stopped at eventhandler_deregister+0x45: movl %eax,0x4(%edx) db> panic panic: from debugger Uptime: 6m2s Dumping 352 MB 12 32 48 64 80 96 112 128 144 160 176 192 208 224 240 256 272 288 304 320 336 Dump complete kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode fault virtual address = 0xdeadc0e2 fault code = supervisor read, page net present instruction pointer = 0x8:0xc0520155 stack pointer = 0x10:0xd156e6bc frame pointer = 0x10:0xd156e6b4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 22 (irg11: re0 ohci0+) kernel: type 12 trap, code=0 Stopped at eventhandler_deregister+0x45: movl %eax,0x4(%edx) db> *** I turned the laptop off -------------------------------------------------------------------------- The last problem I have, that *everytime* I try to use cvsup to upgrade ports tree (or source tree), the networks goes completely down after some seconds (sometimes minutes). -------------------------------------------------------------------------- -bash-2.05b# cvsup ports-supfile Connected to cvsup.FreeBSD.cz Updating collection ports-all/cvs Edit ports/MOVED Edit ports/benchmarks/himenobench/Makefile Edit ports/benchmarks/himenobench/pkg-plist Edit ports/devel/distcc/Makefile Edit ports/devel/p5-ExtUtils-XSBuilder/Makefile Edit ports/devel/p5-ExtUtils-XSBuilder/distinfo Edit ports/devel/p5-ExtUtils-XSBuilder/pkg-plist Edit ports/devel/root/Makefile Delete ports/ftp/lukemftpd/Makefile Delete ports/ftp/lukemftpd/distinfo Delete ports/ftp/lukemftpd/files/patch-ftpd.c Delete ports/ftp/lukemftpd/files/patch-logutmp.c Delete ports/ftp/lukemftpd/files/patch-logwtmp.c Delete ports/ftp/lukemftpd/files/patch-src-Makefile.in Delete ports/ftp/lukemftpd/pkg-descr Delete ports/ftp/lukemftpd/pkg-plist Edit ports/java/jdk14/Makefile re0: watchdog timeout re0: watchdog timeout ^C^C^CInterrupted -------------------------------------------------------------------------- This re0: watchdog timeout repeats here. The network goes down, it is not possible to (for example) ping google - there is no responsee. When I do: $ killall dhclient $ ifconfig re0 down $ dhlcient re0 Then I can again 'ping www.google.com', I get 2 to 5 packets in response and the network goes down again. I must reboot the machine. All these problems seems to be connected to me. Might be not. >How-To-Repeat: Use Compaq Evo N1015v with ACPI enabled and try to power off the system with 'halt -p'. Or try to use cvsup to update ports tree. >Fix: Not known. It works fine on FreeBSD 5.1R >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 08:53:43 2004 Return-Path: <owner-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 7A67916A4CE; Mon, 23 Aug 2004 08:53:43 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1986343D39; Mon, 23 Aug 2004 08:53:43 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i7N8rgEC043123; Mon, 23 Aug 2004 04:53:42 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7N8rfZY020994; Mon, 23 Aug 2004 04:53:41 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1E6457303F; Mon, 23 Aug 2004 04:53:42 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040823085342.1E6457303F@freebsd-current.sentex.ca> Date: Mon, 23 Aug 2004 04:53:42 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 08:53:43 -0000 TB --- 2004-08-23 07:11:50 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-23 07:11:50 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-23 07:11:50 - checking out the source tree TB --- 2004-08-23 07:11:50 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98 TB --- 2004-08-23 07:11:50 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-23 07:22:04 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-23 07:22:04 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-23 07:22:04 - /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 --- 2004-08-23 08:28:47 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-23 08:28:47 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-23 08:28:47 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Aug 23 08:28:47 UTC 2004 >>> 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 Mon Aug 23 08:42:31 UTC 2004 TB --- 2004-08-23 08:42:31 - generating LINT kernel config TB --- 2004-08-23 08:42:31 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-23 08:42:31 - /usr/bin/make -B LINT TB --- 2004-08-23 08:42:31 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-23 08:42:31 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-23 08:42:31 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Aug 23 08:42:31 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus.c awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline canbus_if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/clock.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c: In function `fdioctl': /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: `FD_DEBUG' undeclared (first use in this function) /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: (Each undeclared identifier is reported only once /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: for each function it appears in.) *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-23 08:53:41 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-23 08:53:41 - ERROR: failed to build lint kernel TB --- 2004-08-23 08:53:41 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 11:02:01 2004 Return-Path: <owner-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 3C78316A50A for <freebsd-i386@freebsd.org>; Mon, 23 Aug 2004 11:02:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A62243D2F for <freebsd-i386@freebsd.org>; Mon, 23 Aug 2004 11:02:01 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7NB21G1029777 for <freebsd-i386@freebsd.org>; Mon, 23 Aug 2004 11:02:01 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NB1xh4029764 for freebsd-i386@freebsd.org; Mon, 23 Aug 2004 11:01:59 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 23 Aug 2004 11:01:59 GMT Message-Id: <200408231101.i7NB1xh4029764@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster <bugmaster@freebsd.org> To: freebsd-i386@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 11:02:01 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/06/23] i386/53620 i386 Kernel panics / reboots during install of o [2003/09/16] i386/56933 i386 kernel panic vm_page_remove o [2003/09/17] i386/56937 i386 panic: system panic during high network l o [2003/09/20] i386/57043 i386 ar driver with 2 port PCI card locks up w f [2003/09/22] i386/57097 i386 Promise Ultra 100 TX2 causes lockup on SM p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' f [2003/10/06] i386/57632 i386 [boot] Dell PowerEdge 4300 is allergic to o [2003/10/12] i386/57881 i386 ripping audio CDs causes kernel panic o [2003/11/13] i386/59253 i386 ata device reset hangs if device is dead o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/12/02] i386/59895 i386 system hangs from disk IO errors o [2003/12/02] i386/59897 i386 problems with swap-pager with great datat f [2003/12/02] i386/59898 i386 pxe boot: BTX halted o [2003/12/17] i386/60344 i386 Intel ICH5 SATA RAID boot problems on bot o [2004/01/08] i386/61063 i386 ata hangs in smp system f [2004/01/10] i386/61163 i386 [boot] "/:write failed, filesystem is ful o [2004/01/16] i386/61438 i386 5.2 nfs tasks running and not selected at o [2004/01/20] i386/61646 i386 Strange irq20 weirdness causing system lo o [2004/01/22] i386/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics f [2004/02/02] i386/62248 i386 5.2 current hangs on boot o [2004/02/27] i386/63430 i386 TIMEOUT - ATA READ o [2004/02/27] i386/63441 i386 panic: fatal trap 12 in pmap.c [4.9 with o [2004/03/04] i386/63776 i386 [boot] hang during boot on a toshiba p25 o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 o [2004/03/06] i386/63853 i386 [hang] 5.2.1 boot CD hangs during boot (T o [2004/03/07] i386/63871 i386 panic: kernel panic in swi8 after 1 hour o [2004/03/09] i386/64002 i386 acpi problem o [2004/03/25] i386/64716 i386 mv crashes FreeBSD 5.2.1-p3 o [2004/03/25] i386/64727 i386 problem with partition in freebsd 5.2.1 s o [2004/04/01] i386/65019 i386 Nvidia video driver crash: i386_set_ldt o [2004/04/03] i386/65137 i386 5.2.1 Intall Boot from floppies page faul o [2004/04/16] i386/65646 i386 FreeBSD suddenly turns off the power f [2004/04/25] i386/65954 i386 panic: Sil0680 panic [5.2.1-p5] o [2004/04/28] i386/66039 i386 panic: system panic with file system corr o [2004/04/29] i386/66087 i386 [install] hang at PCI config o [2004/04/30] i386/66098 i386 [hang] SMP machine hanging up when runnin o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks f [2004/05/06] i386/66339 i386 [hang] XFree86 initialization with an Lap o [2004/05/08] i386/66402 i386 [boot] Boot menu crash: Stack overflow wh o [2004/05/27] i386/67260 i386 [boot] stack overflow after boot menu whe o [2004/06/01] i386/67456 i386 LOR on dual-xeon w/ ht o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e o [2004/06/30] i386/68514 i386 Realtek driver halts on oversized frames o [2004/07/11] i386/68900 i386 5.x install CDs fail to boot on Toshiba S f [2004/07/11] i386/68910 i386 Ipfw2 segmentation fault o [2004/07/14] i386/69049 i386 Free BSD Install with error "anic: page f o [2004/07/18] i386/69218 i386 [boot] failure: 4.10-BETA and later do no o [2004/07/18] i386/69257 i386 in_cksum_hdr is non-functional without -O o [2004/07/19] i386/69260 i386 Problem starting the installantion o [2004/07/29] i386/69755 i386 compiling kernel with FAST_IPSEC fails o [2004/08/01] i386/69876 i386 new kernel panic on boot o [2004/08/03] i386/69945 i386 "Page fault" while shutting down on VIA K o [2004/08/11] i386/70330 i386 Re-Open 33262? - gdb does not handle pend o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel 55 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/03/13] i386/25781 i386 Statclocks cannot be disables on ServerWo o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/10/16] i386/44130 i386 Enabled apm hangs up FreeBSD kernel on i8 o [2003/02/24] i386/48614 i386 VESA VGA modes for syscons lock up machin o [2003/05/22] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster o [2003/06/06] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/10] i386/53137 i386 background fscking causing ffs_valloc pan o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian o [2003/07/01] i386/53948 i386 console="comconsole" in loader.conf cause o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper o [2003/08/05] i386/55290 i386 please MFC the PR:22971 (LinuxEmu; Implem o [2003/08/13] i386/55555 i386 system freezes with access to /dev/ums0 o [2003/08/13] i386/55561 i386 SMbus and I2C don't attach when loaded as o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/10/06] i386/57673 i386 Odd/dangerous disklabel behaviour on 5.0 o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/15] i386/59298 i386 Can't render anything with Blender / RADE o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/12/27] i386/60603 i386 dd causes error when copying cd from ATA o [2003/12/27] i386/60641 i386 Sporadic SCSI bus resets with 53C810 unde o [2003/12/28] i386/60671 i386 FreeBSD 5.2RC2 installation process doesn o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op o [2004/01/06] i386/60984 i386 NFS Server hang 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/16] i386/61443 i386 FreeBSD 5.2-RELEASE installation stops at o [2004/01/22] i386/61705 i386 Random "bus errors". o [2004/01/23] i386/61804 i386 hitachi travelstar usb hdd (40gb) drivers o [2004/01/25] i386/61890 i386 FDisk uses incorrect calculations for dis o [2004/01/26] i386/61937 i386 Cannot Install 5.2-REL via serial console o [2004/01/30] i386/62088 i386 Logitech Cordless/Optical Mouse not worki o [2004/02/02] i386/62280 i386 em0 broken after resume in 5.2-CURRENT o [2004/02/08] i386/62519 i386 sound card does not work on laptop 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/14] i386/62833 i386 Can't Install: cancel by syncing disks an o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se o [2004/02/16] i386/62902 i386 Data Corruption on Dell PE 600SC (Server o [2004/02/17] i386/62952 i386 USB not working o [2004/02/20] i386/63098 i386 Compaq Workstation IDE CDROM drive not pr o [2004/02/24] i386/63305 i386 reading udf filesystem on dvd+rw leads to o [2004/02/24] i386/63313 i386 sk driver panics on boot with SK-9844 dua o [2004/02/27] i386/63467 i386 [ata] Sil 3114: RAID not detected using S o [2004/02/29] i386/63521 i386 5.2.1 doesn't detect drives on SATA contr o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/09] i386/63992 i386 XFree86 4.3 don't start o [2004/03/12] i386/64183 i386 5.1-RELEASE Install hung at "Probing devi o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) bu o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq o [2004/03/25] i386/64697 i386 5.2.x BTX loader halts with Promise FastT o [2004/03/27] i386/64795 i386 Network Adapter not configuring o [2004/04/14] i386/65523 i386 [patch] PXE loader malfunction in multipl o [2004/04/18] i386/65691 i386 fxp0: device timeout o [2004/04/19] i386/65774 i386 Cannot run repair disk when booted from U o [2004/04/19] i386/65775 i386 Transmeta crusoe without longrun panics w o [2004/04/19] i386/65783 i386 [panic] Panic when attaching card reader o [2004/04/22] i386/65896 i386 [panic] 5.2-RELEASE re(4) driver, kernel o [2004/04/23] i386/65920 i386 Mounted Netware filesystem behaves strang o [2004/05/04] i386/66248 i386 [panic] bootloader is confused by booting o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic o [2004/05/07] i386/66350 i386 [sysinstall] sysinstall creates a partiti o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/19] i386/66876 i386 [patch] Cannot extract tar(1) multi-volum o [2004/05/22] i386/67047 i386 mpt driver does not recognize messages fr o [2004/05/22] i386/67050 i386 CardBus (PCI ?) resource allocation probl o [2004/05/27] i386/67273 i386 System Hangs with acpi and Xfree f [2004/05/28] i386/67277 i386 Realtek Gigabit Network Card is not detec f [2004/05/28] i386/67281 i386 [hang] crash when cofiguring xfree86 4.3 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/09] i386/67739 i386 smth was broken in keyboard processing si o [2004/06/09] i386/67763 i386 PCMCIA: MELCO manufacturer code should be o [2004/06/11] i386/67833 i386 4.10 does not boot after enabling SMP o [2004/06/13] i386/67901 i386 PS/2 mouse probrem f [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/18] i386/68080 i386 interrupt was seen but timeout fired (ata 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/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/28] i386/68460 i386 nfs mounts lock processes in sbwait 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/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD o [2004/07/23] i386/69460 i386 the nic's speed slow down when both side o [2004/07/28] i386/69688 i386 NATD does not work with outgoing PPTP VPN o [2004/07/28] i386/69722 i386 wi0: init failed o [2004/08/02] i386/69931 i386 PS/2 Optical Mouse (Micro Innovations) o [2004/08/05] i386/70028 i386 umass isuue in the boot prcess on SONY La o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly o [2004/08/16] i386/70525 i386 boot0cfg: -o packet not effective o [2004/08/16] i386/70531 i386 [patch] boot0 hides Lilo in extended slic o [2004/08/19] i386/70663 i386 Freebsd 4.10 ncplogin + Netware 4.11 = nw o [2004/08/21] i386/70805 i386 page fault early during boot with apm ena o [2004/08/22] i386/70832 i386 Serious problems with RealTek NIC using r 107 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/07/24] i386/40958 i386 apm on Acer TravelMate 351 could not resu o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2003/05/14] i386/52249 i386 [PATCH] Bootmanager shows NTFS partitions o [2003/05/18] i386/52408 i386 quitting gnome2-2.2.1_1 results in LOR o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter o [2003/06/05] i386/52971 i386 bad macro LIST_HEAD in /usr/include/sys/q o [2003/06/11] i386/53200 i386 5.1-RC1 SMP kernel boot gags at "APIC_IO: o [2003/06/14] i386/53324 i386 pam_group problems (PAM_RUSER used instea o [2003/07/17] i386/54595 i386 emu10k1 sound driver locks system o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic o [2003/11/10] i386/59147 i386 USB active extension cable not recognized o [2003/11/23] i386/59600 i386 [PATCH] Improved us.emacs.kbd mapping f [2003/11/30] i386/59854 i386 System panics when AMD 762 AGP is loaded o [2003/12/17] i386/60319 i386 read error 34/0 during installation, SYST o [2003/12/27] i386/60633 i386 It would seem that if you're running a sy f [2003/12/27] i386/60637 i386 /etc/resolv.conf not created after fresh f [2003/12/28] i386/60643 i386 5.2 RC2 disk1 ISO will not boot on an Asu o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2004/01/02] i386/60817 i386 FBSD-5.1/5.2-RC1 "fdc0: cmd 3 failed at o o [2004/01/05] i386/60919 i386 No login possible (sporadic) o [2004/01/06] i386/60963 i386 [PATCH] Win32 Applications abort on PECOF o [2004/01/07] i386/61005 i386 The Boot Manager in FreeBSD 5.2RC can't f [2004/01/11] i386/61219 i386 installation of 5.1 stalls at "Mounting r o [2004/01/12] i386/61253 i386 panic: page fault on installation freebsd 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 a mechanism to wire io-channel-check to u o [2004/01/20] i386/61603 i386 sysinstall: wrong geometry guessed o [2004/01/22] i386/61703 i386 ACPI + Sound + Boot = Reboot f [2004/01/24] i386/61821 i386 Errors in installation o [2004/01/24] i386/61838 i386 Realtek -8139C Card Not Supported o [2004/01/24] i386/61843 i386 Intel PRO/100 VE adapter is not recognize o [2004/01/25] i386/61889 i386 Have to reinsert pccard after reboot o [2004/01/27] i386/62003 i386 make /boot/loader "reboot" code same as r o [2004/02/08] i386/62502 i386 panic under double loading vinum.ko modul o [2004/02/11] i386/62699 i386 fstat randomly crashes with "out of memor o [2004/02/14] i386/62855 i386 AE_NO_ACPI_TABLES on systems that (purpor o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup f [2004/02/25] i386/63334 i386 make kernel error o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/14] i386/65528 i386 mouse cursor disapears on moving p [2004/04/18] i386/65729 i386 Document machdep.hlt_cpus sysctl o [2004/05/14] i386/66642 i386 pcm0: play: 0: paly interrupt timeout, ch f [2004/05/21] i386/66996 i386 Problem with CD/DVD ROM o [2004/05/22] i386/67055 i386 Mouse (wheel) detection problem on SIS748 o [2004/05/30] i386/67383 i386 do a better job disassembling code in 16 f [2004/06/03] i386/67521 i386 buildworld issues (bin/csh tcsh) f [2004/06/18] i386/68087 i386 wget core dumps with: Assertion failed: ( o [2004/06/23] i386/68219 i386 ACPI + snd_maestro3 problem o [2004/06/30] i386/68518 i386 Hangs while loading 82443BX agp during bo o [2004/07/06] i386/68719 i386 usb 2.0 mobil rack+ fat32 performance pro o [2004/07/07] i386/68754 i386 SMP reset bug o [2004/07/29] i386/69730 i386 puc driver doesn't support PC-Com 8-port o [2004/08/05] i386/70036 i386 pcn device not recognizing device o [2004/08/18] i386/70610 i386 [patch] spkr(4): hardcoded assumption HZ o [2004/08/19] i386/70673 i386 gensnmptree is called from base and not / o [2004/08/22] i386/70810 i386 [patch] Enable SMBus device on Asus P4B s 60 problems total. From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 14:15:07 2004 Return-Path: <owner-freebsd-i386@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 D2AD616A4CE; Mon, 23 Aug 2004 14:15:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70A443D31; Mon, 23 Aug 2004 14:15:07 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NEF7pT081806; Mon, 23 Aug 2004 14:15:07 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NEF736081802; Mon, 23 Aug 2004 14:15:07 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 14:15:07 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408231415.i7NEF736081802@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-acpi@FreeBSD.org Subject: Re: i386/64002: acpi problem X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:15:08 -0000 Synopsis: acpi problem Responsible-Changed-From-To: freebsd-i386->freebsd-acpi Responsible-Changed-By: arved Responsible-Changed-When: Mon Aug 23 14:14:50 GMT 2004 Responsible-Changed-Why: Over to ACPI Maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=64002 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 14:36:44 2004 Return-Path: <owner-freebsd-i386@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 65E8316A4CE; Mon, 23 Aug 2004 14:36:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 477AD43D41; Mon, 23 Aug 2004 14:36:44 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NEaiAF084082; Mon, 23 Aug 2004 14:36:44 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NEaiR2084078; Mon, 23 Aug 2004 14:36:44 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 14:36:44 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408231436.i7NEaiR2084078@freefall.freebsd.org> To: essam_mohsin@hotmail.com, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/65019: Nvidia video driver crash: i386_set_ldt X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 14:36:44 -0000 Synopsis: Nvidia video driver crash: i386_set_ldt State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Aug 23 14:22:11 GMT 2004 State-Changed-Why: If your Xserver crashes, this is probably Nvidia's fault. Maybe this is fixed in the new Nvidia drivers. http://www.freebsd.org/cgi/query-pr.cgi?pr=65019 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 15:05:37 2004 Return-Path: <owner-freebsd-i386@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 B8EA416A4CE; Mon, 23 Aug 2004 15:05:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A63F43D1F; Mon, 23 Aug 2004 15:05:37 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NF5bsZ088857; Mon, 23 Aug 2004 15:05:37 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NF5bZa088853; Mon, 23 Aug 2004 15:05:37 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 15:05:37 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408231505.i7NF5bZa088853@freefall.freebsd.org> To: freeside@newgen.ru, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/62952: USB not working X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:05:37 -0000 Synopsis: USB not working State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Mon Aug 23 15:05:02 GMT 2004 State-Changed-Why: Can you provide at least dmesg and error messages? http://www.freebsd.org/cgi/query-pr.cgi?pr=62952 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 15:06:43 2004 Return-Path: <owner-freebsd-i386@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 03A7316A4CE; Mon, 23 Aug 2004 15:06:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D025E43D53; Mon, 23 Aug 2004 15:06:42 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NF6ghh088924; Mon, 23 Aug 2004 15:06:42 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NF6g1Q088920; Mon, 23 Aug 2004 15:06:42 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 15:06:42 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408231506.i7NF6g1Q088920@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-sound@FreeBSD.org Subject: Re: i386/62519: Intel ICH4 (82801DB) sound card does not work on laptop X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:06:43 -0000 Old Synopsis: sound card does not work on laptop New Synopsis: Intel ICH4 (82801DB) sound card does not work on laptop Responsible-Changed-From-To: freebsd-i386->freebsd-sound Responsible-Changed-By: arved Responsible-Changed-When: Mon Aug 23 15:06:09 GMT 2004 Responsible-Changed-Why: Over to sound maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=62519 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 15:26:52 2004 Return-Path: <owner-freebsd-i386@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 AC37B16A4CE; Mon, 23 Aug 2004 15:26:52 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBD143D1D; Mon, 23 Aug 2004 15:26:52 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NFQqTT090353; Mon, 23 Aug 2004 15:26:52 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NFQqEq090349; Mon, 23 Aug 2004 15:26:52 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 15:26:52 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408231526.i7NFQqEq090349@freefall.freebsd.org> To: bilalsiddiqui@hotmail.com, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/64795: Network Adapter not configuring X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:26:52 -0000 Synopsis: Network Adapter not configuring State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Mon Aug 23 15:24:53 GMT 2004 State-Changed-Why: Chances are high that your card is supported by a later Version of FreeBSD. Please include the output of pciconf -lv entry if updating does not solve your problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=64795 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 15:31:02 2004 Return-Path: <owner-freebsd-i386@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 043FC16A4CE; Mon, 23 Aug 2004 15:31:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D972743D39; Mon, 23 Aug 2004 15:31:01 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NFV1ZF092291; Mon, 23 Aug 2004 15:31:01 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NFV1cb092287; Mon, 23 Aug 2004 15:31:01 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 15:31:01 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408231531.i7NFV1cb092287@freefall.freebsd.org> To: vs@FreeBSD.org, admin@eugened.com, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/67277: Realtek Gigabit Network Card is not detected in 4.10 but it works in 5.2.1 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 15:31:02 -0000 Synopsis: Realtek Gigabit Network Card is not detected in 4.10 but it works in 5.2.1 State-Changed-From-To: feedback->closed State-Changed-By: arved State-Changed-When: Mon Aug 23 15:30:22 GMT 2004 State-Changed-Why: Feedback timeout (one month). http://www.freebsd.org/cgi/query-pr.cgi?pr=67277 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 20:26:36 2004 Return-Path: <owner-freebsd-i386@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 9EE7F16A4CE; Mon, 23 Aug 2004 20:26:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C96943D46; Mon, 23 Aug 2004 20:26:36 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NKQatI036788; Mon, 23 Aug 2004 20:26:36 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NKQafx036784; Mon, 23 Aug 2004 20:26:36 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 20:26:36 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408232026.i7NKQafx036784@freefall.freebsd.org> To: dzuck@1822direkt.com, arved@FreeBSD.org, freebsd-i386@FreeBSD.org, sos@FreeBSD.org Subject: Re: i386/59253: ata device reset hangs if device is dead X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:26:36 -0000 Synopsis: ata device reset hangs if device is dead Responsible-Changed-From-To: freebsd-i386->sos Responsible-Changed-By: arved Responsible-Changed-When: Mon Aug 23 20:26:17 GMT 2004 Responsible-Changed-Why: Over to ATA maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=59253 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 20:31:06 2004 Return-Path: <owner-freebsd-i386@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 C7CC816A4CF; Mon, 23 Aug 2004 20:31:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A198B43D48; Mon, 23 Aug 2004 20:31:06 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NKV6aU040175; Mon, 23 Aug 2004 20:31:06 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NKV5ZZ040140; Mon, 23 Aug 2004 20:31:05 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 20:31:05 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408232031.i7NKV5ZZ040140@freefall.freebsd.org> To: djith@djith.nl, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/66402: [boot] Boot menu crash: Stack overflow when booting from CD X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:31:07 -0000 Synopsis: [boot] Boot menu crash: Stack overflow when booting from CD State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Aug 23 20:30:49 GMT 2004 State-Changed-Why: Duplicate of 67260 http://www.freebsd.org/cgi/query-pr.cgi?pr=66402 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 20:36:17 2004 Return-Path: <owner-freebsd-i386@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 C891416A4CF; Mon, 23 Aug 2004 20:36:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9812E43D60; Mon, 23 Aug 2004 20:36:17 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NKaHl2041090; Mon, 23 Aug 2004 20:36:17 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NKaHdt041086; Mon, 23 Aug 2004 20:36:17 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 20:36:17 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408232036.i7NKaHdt041086@freefall.freebsd.org> To: david@servision.net, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/69755: compiling kernel with FAST_IPSEC fails X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:36:17 -0000 Synopsis: compiling kernel with FAST_IPSEC fails State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Aug 23 20:35:19 GMT 2004 State-Changed-Why: This was fixed in rev 1.48 of src/sys/netinet6/in6_pcb.c. Unfortunately this was not MFC'd to RELENG_5_2. http://www.freebsd.org/cgi/query-pr.cgi?pr=69755 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 20:48:32 2004 Return-Path: <owner-freebsd-i386@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 665F216A4CE; Mon, 23 Aug 2004 20:48:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4717443D54; Mon, 23 Aug 2004 20:48:32 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NKmWWW041749; Mon, 23 Aug 2004 20:48:32 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NKmWef041744; Mon, 23 Aug 2004 20:48:32 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 20:48:32 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408232048.i7NKmWef041744@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, marcel@FreeBSD.org Subject: Re: i386/55290: please MFC the PR:22971 (LinuxEmu; Implement missing SOUND_MIXER_WRITE_RECSRC ioctl) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:48:32 -0000 Synopsis: please MFC the PR:22971 (LinuxEmu; Implement missing SOUND_MIXER_WRITE_RECSRC ioctl) Responsible-Changed-From-To: freebsd-i386->marcel Responsible-Changed-By: arved Responsible-Changed-When: Mon Aug 23 20:46:50 GMT 2004 Responsible-Changed-Why: Over to marcel, the committer, who committed that PR. Let him decide if he wants to MFC this. http://www.freebsd.org/cgi/query-pr.cgi?pr=55290 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 20:53:13 2004 Return-Path: <owner-freebsd-i386@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 9C8E516A4CE; Mon, 23 Aug 2004 20:53:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CBC043D55; Mon, 23 Aug 2004 20:53:13 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NKrDYB042062; Mon, 23 Aug 2004 20:53:13 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NKrD3T042058; Mon, 23 Aug 2004 20:53:13 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 20:53:13 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408232053.i7NKrD3T042058@freefall.freebsd.org> To: progen@free.fr, arved@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/59298: Can't render anything with Blender / RADEON 7500 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:53:13 -0000 Synopsis: Can't render anything with Blender / RADEON 7500 State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Mon Aug 23 20:52:22 GMT 2004 State-Changed-Why: This looks like a bug in blender, did you report it to the developers? Responsible-Changed-From-To: freebsd-i386->freebsd-ports Responsible-Changed-By: arved Responsible-Changed-When: Mon Aug 23 20:52:22 GMT 2004 Responsible-Changed-Why: ports issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=59298 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 20:56:30 2004 Return-Path: <owner-freebsd-i386@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 965D416A4CE; Mon, 23 Aug 2004 20:56:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 788F643D6E; Mon, 23 Aug 2004 20:56:30 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NKuUxE042172; Mon, 23 Aug 2004 20:56:30 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NKuUMr042168; Mon, 23 Aug 2004 20:56:30 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 20:56:30 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408232056.i7NKuUMr042168@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-acpi@FreeBSD.org Subject: Re: i386/67273: System Hangs with acpi and Xfree X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 20:56:30 -0000 Synopsis: System Hangs with acpi and Xfree Responsible-Changed-From-To: freebsd-i386->freebsd-acpi Responsible-Changed-By: arved Responsible-Changed-When: Mon Aug 23 20:55:53 GMT 2004 Responsible-Changed-Why: Yet another ACPI PR http://www.freebsd.org/cgi/query-pr.cgi?pr=67273 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 21:04:35 2004 Return-Path: <owner-freebsd-i386@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 EBE4816A4CE; Mon, 23 Aug 2004 21:04:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDBD43D46; Mon, 23 Aug 2004 21:04:35 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NL4Ze8042698; Mon, 23 Aug 2004 21:04:35 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NL4ZiS042694; Mon, 23 Aug 2004 21:04:35 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 21:04:35 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408232104.i7NL4ZiS042694@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, imp@FreeBSD.org Subject: Re: i386/67050: CardBus (PCI ?) resource allocation problem X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 21:04:36 -0000 Synopsis: CardBus (PCI ?) resource allocation problem Responsible-Changed-From-To: freebsd-i386->imp Responsible-Changed-By: arved Responsible-Changed-When: Mon Aug 23 21:03:38 GMT 2004 Responsible-Changed-Why: Over to imp, the Cardbus expert. http://www.freebsd.org/cgi/query-pr.cgi?pr=67050 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 21:08:32 2004 Return-Path: <owner-freebsd-i386@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 E381E16A4CE; Mon, 23 Aug 2004 21:08:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BF043D5A; Mon, 23 Aug 2004 21:08:32 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7NL8Wu0046518; Mon, 23 Aug 2004 21:08:32 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7NL8WRK046514; Mon, 23 Aug 2004 21:08:32 GMT (envelope-from arved) Date: Mon, 23 Aug 2004 21:08:32 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408232108.i7NL8WRK046514@freefall.freebsd.org> To: yoshiaki@kt.rim.or.jp, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/67901: PS/2 mouse probrem X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 21:08:33 -0000 Synopsis: PS/2 mouse probrem State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Aug 23 21:07:07 GMT 2004 State-Changed-Why: This has been backed out by jhb the day after you sent the PR. As a rule of thumb, problems with FreeBSD CURRENT should be discussed on the freebsd-current Mailinglist first. http://www.freebsd.org/cgi/query-pr.cgi?pr=67901 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 23 21:45:02 2004 Return-Path: <owner-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 E6F8116A4CE; Mon, 23 Aug 2004 21:45:02 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EA5143D2F; Mon, 23 Aug 2004 21:45:02 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i7NLivlg098702; Mon, 23 Aug 2004 17:44:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7NLj11g068836; Mon, 23 Aug 2004 17:45:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id A90AF7303F; Mon, 23 Aug 2004 17:45:01 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040823214501.A90AF7303F@freebsd-current.sentex.ca> Date: Mon, 23 Aug 2004 17:45:01 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 23 Aug 2004 21:45:03 -0000 TB --- 2004-08-23 20:09:52 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-23 20:09:52 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-23 20:09:52 - checking out the source tree TB --- 2004-08-23 20:09:52 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98 TB --- 2004-08-23 20:09:52 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-23 20:15:46 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-23 20:15:46 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-23 20:15:46 - /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 --- 2004-08-23 21:20:10 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-23 21:20:10 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-23 21:20:10 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Mon Aug 23 21:20:11 UTC 2004 >>> 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 Mon Aug 23 21:33:50 UTC 2004 TB --- 2004-08-23 21:33:50 - generating LINT kernel config TB --- 2004-08-23 21:33:50 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-23 21:33:50 - /usr/bin/make -B LINT TB --- 2004-08-23 21:33:50 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-23 21:33:50 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-23 21:33:50 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Aug 23 21:33:50 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus.c awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline canbus_if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/clock.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c: In function `fdioctl': /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: `FD_DEBUG' undeclared (first use in this function) /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: (Each undeclared identifier is reported only once /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: for each function it appears in.) *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-23 21:45:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-23 21:45:01 - ERROR: failed to build lint kernel TB --- 2004-08-23 21:45:01 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 02:50:20 2004 Return-Path: <owner-freebsd-i386@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 A655616A4CE for <freebsd-i386@hub.freebsd.org>; Tue, 24 Aug 2004 02:50:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B88A43D1F for <freebsd-i386@hub.freebsd.org>; Tue, 24 Aug 2004 02:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7O2oKQU096701 for <freebsd-i386@freefall.freebsd.org>; Tue, 24 Aug 2004 02:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7O2oKwI096700; Tue, 24 Aug 2004 02:50:20 GMT (envelope-from gnats) Date: Tue, 24 Aug 2004 02:50:20 GMT Message-Id: <200408240250.i7O2oKwI096700@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Alejandro lanjoe9 Valenzuela <lanjoe9@prodigy.net.mx> Subject: Re: i386/68900: 5.x install CDs fail to boot on Toshiba Satellite5205 s503 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alejandro lanjoe9 Valenzuela <lanjoe9@prodigy.net.mx> List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 02:50:20 -0000 The following reply was made to PR i386/68900; it has been noted by GNATS. From: Alejandro lanjoe9 Valenzuela <lanjoe9@prodigy.net.mx> To: freebsd-gnats-submit@FreeBSD.org, lanjoe9@prodigy.net.mx Cc: Subject: Re: i386/68900: 5.x install CDs fail to boot on Toshiba Satellite 5205 s503 Date: Mon, 23 Aug 2004 21:44:01 -0500 It still fails when trying to install 5=2E3-Beta1=2C but I have seen two = new messages=2C something like = acpi=5Flink=3A empty IRQ=2E I will look up the exact message and post again=2E A few other PR=27s have given me an idea=2C I will try warm-booting with = windoze to see if it helps=2E=2E=2E=2E=2E=2E=2E = After much reading=2C I have come to suspect this is an acpi-related prob= lem=2C because it stops in the usb0=3A ohci line=2E I think fwohci is doi= ng something really nasty because it must be configured v=EDa acpi (as we= ll as the sound card)=2E fsckng MS =22open=22 standards=2E=2E=2E I really hope 5=2E3-R works=2C I don=27t want to wait until february 2005= Alejandro From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 04:35:11 2004 Return-Path: <owner-freebsd-i386@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 7D77D16A4CE; Tue, 24 Aug 2004 04:35:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 566E843D60; Tue, 24 Aug 2004 04:35:11 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) i7O4ZB0k017064; Tue, 24 Aug 2004 04:35:11 GMT (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7O4Z8Ee017058; Tue, 24 Aug 2004 04:35:08 GMT (envelope-from anholt) Date: Tue, 24 Aug 2004 04:35:08 GMT From: Eric Anholt <anholt@FreeBSD.org> Message-Id: <200408240435.i7O4Z8Ee017058@freefall.freebsd.org> To: thierry.delhaise@glconseil.com, anholt@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/66098: [hang] SMP machine hanging up when running shutdown [5.2.1] X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 04:35:11 -0000 Synopsis: [hang] SMP machine hanging up when running shutdown [5.2.1] State-Changed-From-To: open->closed State-Changed-By: anholt State-Changed-When: Tue Aug 24 04:34:25 GMT 2004 State-Changed-Why: Submitter reports problem solved after updating BIOS and FreeBSD. http://www.freebsd.org/cgi/query-pr.cgi?pr=66098 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 06:05:43 2004 Return-Path: <owner-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 D8F3D16A4CE; Tue, 24 Aug 2004 06:05:43 +0000 (GMT) Received: from cmlapp14.siteprotect.com (cmlapp14.siteprotect.com [64.41.126.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id B311D43D41; Tue, 24 Aug 2004 06:05:43 +0000 (GMT) (envelope-from david@servision.net) Received: from samael.company.sv (212.199.134.193.forward.012.net.il [212.199.134.193]) by cmlapp14.siteprotect.com (Postfix) with ESMTP id 1501A31D6F; Tue, 24 Aug 2004 01:05:42 -0500 (CDT) Date: Tue, 24 Aug 2004 09:05:41 +0300 (Jerusalem Daylight Time) From: "David F. Halperovich" <david@servision.net> To: Tilman Linneweh <arved@FreeBSD.org> In-Reply-To: <200408232036.i7NKaHdt041086@freefall.freebsd.org> Message-ID: <Pine.WNT.4.61.0408240905050.2636@samael> References: <200408232036.i7NKaHdt041086@freefall.freebsd.org> X-X-Sender: david@servision.net@pop.servision.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-i386@FreeBSD.org Subject: Re: i386/69755: compiling kernel with FAST_IPSEC fails X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 06:05:44 -0000 Well, I've "fixed" the problem by just commenting out the Ipv6 option in kernel. Worked fine for me. David F. Halperovich IT Manager SerVision http://www.servision.net phone : +972(2) 5350030 fax : +972(2) 5868683 mobile: +972(54)4833524 On Mon, 23 Aug 2004, Tilman Linneweh wrote: > Synopsis: compiling kernel with FAST_IPSEC fails > > State-Changed-From-To: open->closed > State-Changed-By: arved > State-Changed-When: Mon Aug 23 20:35:19 GMT 2004 > State-Changed-Why: > This was fixed in rev 1.48 of src/sys/netinet6/in6_pcb.c. > Unfortunately this was not MFC'd to RELENG_5_2. > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=69755 > From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 10:22:02 2004 Return-Path: <owner-freebsd-i386@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 05E5A16A4CE; Tue, 24 Aug 2004 10:22:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB94443D5E; Tue, 24 Aug 2004 10:22:01 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7OAM19L077266; Tue, 24 Aug 2004 10:22:01 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OAM1I4077262; Tue, 24 Aug 2004 10:22:01 GMT (envelope-from arved) Date: Tue, 24 Aug 2004 10:22:01 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408241022.i7OAM1I4077262@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, sos@FreeBSD.org Subject: Re: i386/68080: interrupt was seen but timeout fired (ata) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 10:22:02 -0000 Synopsis: interrupt was seen but timeout fired (ata) Responsible-Changed-From-To: freebsd-i386->sos Responsible-Changed-By: arved Responsible-Changed-When: Tue Aug 24 10:21:44 GMT 2004 Responsible-Changed-Why: Over to ATA Maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=68080 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 10:55:51 2004 Return-Path: <owner-freebsd-i386@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 C04B416A4CE; Tue, 24 Aug 2004 10:55:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A397543D2D; Tue, 24 Aug 2004 10:55:51 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7OAtpsN080500; Tue, 24 Aug 2004 10:55:51 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OAtpNf080496; Tue, 24 Aug 2004 10:55:51 GMT (envelope-from arved) Date: Tue, 24 Aug 2004 10:55:51 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408241055.i7OAtpNf080496@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-acpi@FreeBSD.org Subject: Re: i386/60817: FBSD-5.1/5.2-RC1 "fdc0: cmd 3 failed at out byte 1 of 3" X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 10:55:51 -0000 Synopsis: FBSD-5.1/5.2-RC1 "fdc0: cmd 3 failed at out byte 1 of 3" Responsible-Changed-From-To: freebsd-i386->freebsd-acpi Responsible-Changed-By: arved Responsible-Changed-When: Tue Aug 24 10:55:24 GMT 2004 Responsible-Changed-Why: This looks like an ACPI problem http://www.freebsd.org/cgi/query-pr.cgi?pr=60817 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 10:59:31 2004 Return-Path: <owner-freebsd-i386@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 BACCA16A4CE; Tue, 24 Aug 2004 10:59:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE7743D39; Tue, 24 Aug 2004 10:59:31 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7OAxVuw080580; Tue, 24 Aug 2004 10:59:31 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OAxVbR080576; Tue, 24 Aug 2004 10:59:31 GMT (envelope-from arved) Date: Tue, 24 Aug 2004 10:59:31 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408241059.i7OAxVbR080576@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-acpi@FreeBSD.org Subject: Re: i386/61703: ACPI + Sound + Boot = Reboot X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 10:59:31 -0000 Synopsis: ACPI + Sound + Boot = Reboot Responsible-Changed-From-To: freebsd-i386->freebsd-acpi Responsible-Changed-By: arved Responsible-Changed-When: Tue Aug 24 10:59:12 GMT 2004 Responsible-Changed-Why: Another problem with ACPI http://www.freebsd.org/cgi/query-pr.cgi?pr=61703 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 11:01:53 2004 Return-Path: <owner-freebsd-i386@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 C762E16A4CF; Tue, 24 Aug 2004 11:01:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E2C43D5F; Tue, 24 Aug 2004 11:01:53 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7OB1rrq080821; Tue, 24 Aug 2004 11:01:53 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OB1rs8080817; Tue, 24 Aug 2004 11:01:53 GMT (envelope-from arved) Date: Tue, 24 Aug 2004 11:01:53 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408241101.i7OB1rs8080817@freefall.freebsd.org> To: skalman@skalman.net, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/61889: Have to reinsert pccard after reboot X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 11:01:53 -0000 Synopsis: Have to reinsert pccard after reboot State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Tue Aug 24 11:00:48 GMT 2004 State-Changed-Why: Can you give some more information about your Laptop, especially about the cardbus controller (e.g. dmesg). Does this happen with all cards, or just this specifice one? http://www.freebsd.org/cgi/query-pr.cgi?pr=61889 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 11:04:05 2004 Return-Path: <owner-freebsd-i386@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 26B1E16A4CF; Tue, 24 Aug 2004 11:04:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08AC443D64; Tue, 24 Aug 2004 11:04:05 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7OB44ND080890; Tue, 24 Aug 2004 11:04:04 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OB44QM080886; Tue, 24 Aug 2004 11:04:04 GMT (envelope-from arved) Date: Tue, 24 Aug 2004 11:04:04 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408241104.i7OB44QM080886@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-acpi@FreeBSD.org Subject: Re: i386/62855: AE_NO_ACPI_TABLES on systems that (purportedly) has ACPI X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 11:04:05 -0000 Synopsis: AE_NO_ACPI_TABLES on systems that (purportedly) has ACPI Responsible-Changed-From-To: freebsd-i386->freebsd-acpi Responsible-Changed-By: arved Responsible-Changed-When: Tue Aug 24 11:03:01 GMT 2004 Responsible-Changed-Why: I think this has been "fixed" in CURRENT by automagical disabling ACPI on older boards, but assign to freebsd-acpi for confirmation. http://www.freebsd.org/cgi/query-pr.cgi?pr=62855 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 11:11:53 2004 Return-Path: <owner-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 1BFEF16A4CE; Tue, 24 Aug 2004 11:11:53 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE8243D3F; Tue, 24 Aug 2004 11:11:52 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i7OBBpHi017091; Tue, 24 Aug 2004 07:11:51 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i7OBBqx6030411; Tue, 24 Aug 2004 07:11:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B6A4E7303F; Tue, 24 Aug 2004 07:11:51 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040824111151.B6A4E7303F@freebsd-current.sentex.ca> Date: Tue, 24 Aug 2004 07:11:51 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 11:11:53 -0000 TB --- 2004-08-24 09:36:44 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-24 09:36:44 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-24 09:36:44 - checking out the source tree TB --- 2004-08-24 09:36:44 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98 TB --- 2004-08-24 09:36:44 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-24 09:42:37 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-24 09:42:37 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-24 09:42:37 - /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 --- 2004-08-24 10:46:59 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-24 10:46:59 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-24 10:46:59 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Tue Aug 24 10:46:59 UTC 2004 >>> 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 Tue Aug 24 11:00:40 UTC 2004 TB --- 2004-08-24 11:00:40 - generating LINT kernel config TB --- 2004-08-24 11:00:40 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-24 11:00:40 - /usr/bin/make -B LINT TB --- 2004-08-24 11:00:40 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-24 11:00:40 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-24 11:00:40 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Aug 24 11:00:41 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus.c awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline canbus_if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/clock.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c: In function `fdioctl': /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: `FD_DEBUG' undeclared (first use in this function) /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: (Each undeclared identifier is reported only once /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: for each function it appears in.) *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-24 11:11:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-24 11:11:51 - ERROR: failed to build lint kernel TB --- 2004-08-24 11:11:51 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 11:16:06 2004 Return-Path: <owner-freebsd-i386@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 3C22016A4D6; Tue, 24 Aug 2004 11:16:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 992C243D48; Tue, 24 Aug 2004 11:16:05 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7OBG5nX085105; Tue, 24 Aug 2004 11:16:05 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OBG57V085101; Tue, 24 Aug 2004 11:16:05 GMT (envelope-from arved) Date: Tue, 24 Aug 2004 11:16:05 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408241116.i7OBG57V085101@freefall.freebsd.org> To: freebsdbugs@xyzzy.cjb.net, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/68087: wget core dumps with: Assertion failed: (msecs >= 0), function calc_rate, file retr.c, line 262. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 11:16:06 -0000 Synopsis: wget core dumps with: Assertion failed: (msecs >= 0), function calc_rate, file retr.c, line 262. State-Changed-From-To: feedback->open State-Changed-By: arved State-Changed-When: Tue Aug 24 11:14:20 GMT 2004 State-Changed-Why: feedback arrived http://www.freebsd.org/cgi/query-pr.cgi?pr=68087 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 11:16:46 2004 Return-Path: <owner-freebsd-i386@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 7EF8C16A4CE; Tue, 24 Aug 2004 11:16:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4921643D39; Tue, 24 Aug 2004 11:16:46 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7OBGktj085150; Tue, 24 Aug 2004 11:16:46 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OBGk04085146; Tue, 24 Aug 2004 11:16:46 GMT (envelope-from arved) Date: Tue, 24 Aug 2004 11:16:46 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408241116.i7OBGk04085146@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-acpi@FreeBSD.org Subject: Re: i386/68219: ACPI + snd_maestro3 problem X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 11:16:46 -0000 Synopsis: ACPI + snd_maestro3 problem Responsible-Changed-From-To: freebsd-i386->freebsd-acpi Responsible-Changed-By: arved Responsible-Changed-When: Tue Aug 24 11:16:25 GMT 2004 Responsible-Changed-Why: Over to ACPI maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=68219 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 11:22:47 2004 Return-Path: <owner-freebsd-i386@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 E272F16A4CE; Tue, 24 Aug 2004 11:22:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C139543D4C; Tue, 24 Aug 2004 11:22:47 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7OBMlKh085460; Tue, 24 Aug 2004 11:22:47 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OBMl4x085456; Tue, 24 Aug 2004 11:22:47 GMT (envelope-from arved) Date: Tue, 24 Aug 2004 11:22:47 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408241122.i7OBMl4x085456@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, harti@FreeBSD.org Subject: Re: i386/70673: gensnmptree is called from base and not /usr/obj during buildworld X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 11:22:48 -0000 Synopsis: gensnmptree is called from base and not /usr/obj during buildworld Responsible-Changed-From-To: freebsd-i386->harti Responsible-Changed-By: arved Responsible-Changed-When: Tue Aug 24 11:22:11 GMT 2004 Responsible-Changed-Why: Harti's area http://www.freebsd.org/cgi/query-pr.cgi?pr=70673 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 16:00:40 2004 Return-Path: <owner-freebsd-i386@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 1284316A4CF for <freebsd-i386@hub.freebsd.org>; Tue, 24 Aug 2004 16:00:40 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39CF43D5A for <freebsd-i386@hub.freebsd.org>; Tue, 24 Aug 2004 16:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7OG0dJF022135 for <freebsd-i386@freefall.freebsd.org>; Tue, 24 Aug 2004 16:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7OG0dQp022134; Tue, 24 Aug 2004 16:00:39 GMT (envelope-from gnats) Resent-Date: Tue, 24 Aug 2004 16:00:39 GMT Resent-Message-Id: <200408241600.i7OG0dQp022134@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, "Kolya Karpov" <kolya@astrons.org> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE8DE16A4CE for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Aug 2004 15:55:49 +0000 (GMT) Received: from smtp2.apollo.lv (smtp2.apollo.lv [80.232.168.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id A313943D1F for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Aug 2004 15:55:48 +0000 (GMT) (envelope-from kolya@astrons.org) Received: by smtp2.apollo.lv (CommuniGate Pro PIPE 4.2) with PIPE id 23560476; Tue, 24 Aug 2004 18:15:38 +0300 Received: from [81.198.23.153] (HELO wskolya) by smtp2.apollo.lv (CommuniGate Pro SMTP 4.2) with ESMTP id 23560467 for FreeBSD-gnats-submit@freebsd.org; Tue, 24 Aug 2004 18:15:31 +0300 Message-Id: <002e01c489f2$d76025b0$9917c651@wskolya> Date: Tue, 24 Aug 2004 18:55:56 +0300 From: "Kolya Karpov" <kolya@astrons.org> To: <FreeBSD-gnats-submit@FreeBSD.org> Subject: i386/70904: ipfilter ipnat problem with h323 proxy support X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 16:00:40 -0000 >Number: 70904 >Category: i386 >Synopsis: ipfilter ipnat problem with h323 proxy support >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: Tue Aug 24 16:00:39 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kolya Karpov >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: Astrons LTD >Environment: System: FreeBSD ns3.astrons.lv 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Sat Aug 21 15:38:30 EEST 2004 root@ns3.apollo.lv:/usr/src/sys/i386/compile/NS i386 FreeBSD 5.2.1-RELEASE-p9 #0: Sat Aug 21 15:38:30 EEST 2004 root@ns3.apollo.lv:/usr/src/sys/i386/compile/NS Preloaded elf kernel "/boot/kernel/kernel" at 0xc0676000. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium/P54C (150.00-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8> real memory = 33554432 (32 MB) avail memory = 27267072 (26 MB) Intel Pentium detected, installing workaround for F00F bug npx0: [FAST] npx0: <math processor> on motherboard npx0: INT 16 interface pcibios: BIOS version 2.10 Using $PIR table, 5 entries at 0xc00fd7b0 pcib0: <Host to PCI bridge> at pcibus 0 on motherboard pci0: <PCI bus> on pcib0 pci_cfgintr: 0:17 INTA BIOS irq 12 pci_cfgintr: 0:18 INTA BIOS irq 9 pci_cfgintr: 0:19 INTA BIOS irq 10 pci_cfgintr: 0:20 INTA BIOS irq 11 isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX3 WDMA2 controller> port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] rl0: <RealTek 8139 10/100BaseTX> port 0x6100-0x61ff mem 0xe4001000-0xe40010ff irq 12 at device 17.0 on pci0 rl0: Ethernet address: 00:30:4f:1b:b3:06 miibus0: <MII bus> on rl0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl1: <RealTek 8139 10/100BaseTX> port 0x6200-0x62ff mem 0xe4000000-0xe40000ff irq 9 at device 18.0 on pci0 rl1: Ethernet address: 00:40:f4:31:1a:ca miibus1: <MII bus> on rl1 rlphy1: <RealTek internal media interface> on miibus1 rlphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: <display, VGA> at device 19.0 (no driver attached) rl2: <RealTek 8139 10/100BaseTX> port 0x6300-0x63ff mem 0xe4002000-0xe40020ff irq 11 at device 20.0 on pci0 rl2: Ethernet address: 00:e0:7d:f9:e0:34 miibus2: <MII bus> on rl2 rlphy2: <RealTek internal media interface> on miibus2 rlphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0: <Option ROM> at iomem 0xc0000-0xc7fff on isa0 atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: <PNP0303> can't assign resources (port) Timecounter "TSC" frequency 150001104 Hz quality 800 Timecounters tick every 1.000 msec ipfw2 initialized, divert disabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default IP Filter: v3.4.31 initialized. Default = pass all, Logging = enabled GEOM: create disk ad0 dp=0xcadf1960 ad0: 1623MB <FUJITSU M1623TAU> [3298/16/63] at ata0-master WDMA2 Mounting root from ufs:/dev/ad0s1a >Description: Try to use h323 proxy in IPFILTER, but when parsing ipnat config file i get: 110 entries flushed from NAT table 7 entries flushed from NAT list 1:ioctl(SIOCADNAT): No such file or directory Here is ipnat conf file: map rl0 0/0 -> 0/32 proxy port 1720 h323/tcp map rl0 0/0 -> 0/32 proxy port ftp ftp/tcp map rl0 192.168.0.0/24 -> 217.199.99.45/32 map rl0 192.168.1.0/24 -> 217.199.99.46/32 rdr rl0 217.199.99.45/32 port 3306 -> 192.168.0.2 port 3306 tcp rdr rl0 217.199.99.45/32 port 874 -> 192.168.0.2 port 873 tcp rdr rl0 217.199.99.36/32 port 873 -> 192.168.0.2 port 873 tcp rdr rl0 217.199.99.37/32 port 873 -> 192.168.0.2 port 873 tcp FTP proxy works, but h323 - now. Kernel is compiled with options IPFILTER IPFILTER_LOG tried to add BRIDGE support and others rhings like DUMMYNET - result is the same. Tried all systems till 6.0-CURRENT - bug remains. >How-To-Repeat: Install base system, compile kernel with IPFILTER support, or load IPFilter module, enable h323 proxy and get an error. >Fix: I'm not so good in programming to patch this ;( >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Tue Aug 24 23:57:46 2004 Return-Path: <owner-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 E8F3516A4CE; Tue, 24 Aug 2004 23:57:46 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F2C43D45; Tue, 24 Aug 2004 23:57:46 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3b.sentex.ca (8.13.1/8.13.1) with ESMTP id i7ONvjV0006533; Tue, 24 Aug 2004 19:57:45 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7ONvjRI058596; Tue, 24 Aug 2004 19:57:45 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id CD8327303F; Tue, 24 Aug 2004 19:57:45 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040824235745.CD8327303F@freebsd-current.sentex.ca> Date: Tue, 24 Aug 2004 19:57:45 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 23:57:47 -0000 TB --- 2004-08-24 22:26:07 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-24 22:26:07 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-24 22:26:07 - checking out the source tree TB --- 2004-08-24 22:26:07 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98 TB --- 2004-08-24 22:26:07 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-24 22:28:28 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-24 22:28:28 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-24 22:28:28 - /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 --- 2004-08-24 23:32:48 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-24 23:32:48 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-24 23:32:48 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Tue Aug 24 23:32:48 UTC 2004 >>> 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 Tue Aug 24 23:46:32 UTC 2004 TB --- 2004-08-24 23:46:32 - generating LINT kernel config TB --- 2004-08-24 23:46:32 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-24 23:46:32 - /usr/bin/make -B LINT TB --- 2004-08-24 23:46:32 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-24 23:46:32 - cd /home/tinderbox/sandbox/CURRENT/i386/pc98/src TB --- 2004-08-24 23:46:32 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Aug 24 23:46:32 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus.c awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline canbus_if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/clock.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c: In function `fdioctl': /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: `FD_DEBUG' undeclared (first use in this function) /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: (Each undeclared identifier is reported only once /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: for each function it appears in.) *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-24 23:57:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-24 23:57:45 - ERROR: failed to build lint kernel TB --- 2004-08-24 23:57:45 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Wed Aug 25 02:40:24 2004 Return-Path: <owner-freebsd-i386@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 953D416A4CE for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 02:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70EE443D3F for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 02:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P2eOwB022409 for <freebsd-i386@freefall.freebsd.org>; Wed, 25 Aug 2004 02:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7P2eOiL022408; Wed, 25 Aug 2004 02:40:24 GMT (envelope-from gnats) Resent-Date: Wed, 25 Aug 2004 02:40:24 GMT Resent-Message-Id: <200408250240.i7P2eOiL022408@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, Jiafu He <jiafu_he@yahoo.com> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E670716A4CE for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 02:39:13 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5ADE43D41 for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 02:39:13 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P2dDwp003939 for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 02:39:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7P2dDl5003938; Wed, 25 Aug 2004 02:39:13 GMT (envelope-from nobody) Message-Id: <200408250239.i7P2dDl5003938@www.freebsd.org> Date: Wed, 25 Aug 2004 02:39:13 GMT From: Jiafu He <jiafu_he@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/70925: 5.3Beta1 acpi-pci driver failure, ata disk attachment failure, machine hang. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 02:40:24 -0000 >Number: 70925 >Category: i386 >Synopsis: 5.3Beta1 acpi-pci driver failure, ata disk attachment failure, machine hang. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 25 02:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jiafu He >Release: 5.3Beta1 >Organization: >Environment: Not available >Description: Trying the new 5.3BETA-1 release. 5.2.1 problem (ATA INTERRUPT missing) disappears, however, ata hardisk still can't be correctly recognized and attached. In the end, the whole system hangs. Below are the dmesg: ===================================================================== /boot/kernel/acpi.ko text=0x406a8 data=0x1bc4+0x110c syms=[0x4+0x72d0+0x4+0x9754] GDB: no debug ports present KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-BETA1 #0: Sat Aug 21 08:19:34 UTC 2004 root@mack.dcsl.buffalo.edu:/usr/obj/usr/src/sys/GENERIC WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Celeron(R) CPU 2.40GHz (2400.10-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUS H,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> real memory = 503250944 (479 MB) avail memory = 478711808 (456 MB) ACPI APIC Table: <VIAP4X AWRDACPI> ioapic0 <Version 0.3> irqs 0-23 on motherboard npx0: [FAST] npx0: <math processor> on motherboard npx0: INT 16 interface acpi0: <VIAP4X AWRDACPI> on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 cpu0: <ACPI CPU> on acpi0 acpi_tz0: <Thermal Zone> on acpi0 acpi_button0: <Power Button> on acpi0 acpi_button1: <Sleep Button> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 acpi link set: curr irq 0 != 21 for \_SB_.PCI0.ALKB (ignoring) unknown: _SRS failed, irq 21 via \_SB_.PCI0.ALKB acpi link set: curr irq 0 != 22 for \_SB_.PCI0.ALKC (ignoring) unknown: _SRS failed, irq 22 via \_SB_.PCI0.ALKC acpi link set: curr irq 0 != 23 for \_SB_.PCI0.ALKD (ignoring) unknown: _SRS failed, irq 23 via \_SB_.PCI0.ALKD agp0: <VIA Generic host to PCI bridge> mem 0xe8000000-0xebffffff at device 0.0 on pci0 pcib1: <PCI-PCI bridge> at device 1.0 on pci0 pci1: <PCI bus> on pcib1 pci1: <display, VGA> at device 0.0 (no driver attached) lock order reversal 1st 0xc1dcbee8 re0 (network driver) @ /usr/src/sys/dev/re/if_re.c:830 2nd 0xc0e52060 ACPI root bus (ACPI root bus) @ /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/a cpi.c:841 KDB: stack backtrace: kdb_backtrace(0,ffffffff,c08bf7a8,c08bfcf8,c084f6cc) at kdb_backtrace+0x29 witness_checkorder(c0e52060,9,c0e4c4e8,349) at witness_checkorder+0x544 _sx_xlock(c0e52060,c0e4c4e8,349,0,1) at _sx_xlock+0x50 acpi_release_resource(c1d39600,c1df1d00,4,10,c1df3c80) at acpi_release_resource+0x23 bus_generic_release_resource(c1ce8e00,c1df1d00,4,10,c1df3c80) at bus_generic_release_resource+0x64 resource_list_release(c1df1c04,c1df7600,c1df1d00,4,10) at resource_list_release+0xfb bus_generic_rl_release_resource(c1df7600,c1df1d00,4,10,c1df3c80) at bus_generic_rl_release_resource+ 0x5e bus_release_resource(c1df1d00,4,10,c1df3c80,c1df1d00) at bus_release_resource+0x61 re_probe(c1df1d00) at re_probe+0x1b5 device_probe_child(c1df7600,c1df1d00,c1cccac0,c1df1d00,c1df7600) at device_probe_child+0xc4 device_probe_and_attach(c1df1d00) at device_probe_and_attach+0x51 bus_generic_attach(c1df7600,6,c1cccac0,1,c0e3ac80) at bus_generic_attach+0x16 acpi_pci_attach(c1df7600) at acpi_pci_attach+0xec device_attach(c1df7600,2e696370,c1df7600,c1ce8e00,0) at device_attach+0x58 device_probe_and_attach(c1df7600) at device_probe_and_attach+0xb4 bus_generic_attach(c1ce8e00,c1ce8e00,c1de5494,0,0) at bus_generic_attach+0x16 acpi_pcib_attach(c1ce8e00,c1de5494,0,c1021c5c,c0616ee4) at acpi_pcib_attach+0x14e acpi_pcib_acpi_attach(c1ce8e00) at acpi_pcib_acpi_attach+0x20a device_attach(c1ce8e00,c1ce8c80,c1ce8e00,c1d39600,0) at device_attach+0x58 device_probe_and_attach(c1ce8e00) at device_probe_and_attach+0xb4 bus_generic_attach(c1d39600,c1d39600,c1ccc0c0,1,c1d39580) at bus_generic_attach+0x16 acpi_probe_children(c1d39600,404cf50,c1d39600,c1d39600,0) at acpi_probe_children+0x63 acpi_attach(c1d39600) at acpi_attach+0x523 device_attach(c1d39600,c0e50620,c1d39600,c1d39780,0) at device_attach+0x58 device_probe_and_attach(c1d39600) at device_probe_and_attach+0xb4 bus_generic_attach(c1d39780,c1d39780,c1d39780,c1021d44,c06132cc) at bus_generic_attach+0x16 nexus_attach(c1d39780) at nexus_attach+0x13 device_attach(c1d39780,c0887ad0,c1d39780,c0887ad0,1029000) at device_attach+0x58 device_probe_and_attach(c1d39780) at device_probe_and_attach+0xb4 root_bus_configure(c1cd3780,c0810c01,0) at root_bus_configure+0x16 configure(0,101ec00,101e000,0,c043f4c5) at configure+0x1b mi_startup() at mi_startup+0x96 begin() at begin+0x2c rl0: <RealTek 8139 10/100BaseTX> port 0xd000-0xd0ff mem 0xef000000-0xef0000ff irq 16 at device 12.0 on pci0 miibus0: <MII bus> on rl0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:30:bd:22:77:87 rl0: [GIANT-LOCKED] uhci0: <VIA 83C572 USB controller> port 0xd400-0xd41f irq 11 at device 16.0 on pci0 uhci0: [GIANT-LOCKED] usb0: <VIA 83C572 USB controller> on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: <VIA 83C572 USB controller> port 0xd800-0xd81f irq 21 at device 16.1 on pci0 uhci1: [GIANT-LOCKED] usb1: <VIA 83C572 USB controller> on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: <VIA 83C572 USB controller> port 0xdc00-0xdc1f irq 21 at device 16.2 on pci0 uhci2: [GIANT-LOCKED] usb2: <VIA 83C572 USB controller> on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pci0: <serial bus, USB> at device 16.3 (no driver attached) isab0: <PCI-ISA bridge> at device 17.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <VIA 8235 UDMA133 controller> port 0xe000-0xe00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at dev ice 17.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 pci0: <multimedia, audio> at device 17.5 (no driver attached) vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xe800-0xe8ff mem 0xef002000-0xef0020ff irq 11 at devic e 18.0 on pci0 miibus1: <MII bus> on vr0 ukphy0: <Generic IEEE 802.3u media interface> on miibus1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: Ethernet address: 00:50:2c:a0:21:b6 vr0: [GIANT-LOCKED] fdc0: <floppy drive controller> port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A, console sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0 port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: <Parallel port bus> on ppc0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 plip0: <PLIP network interface> on ppbus0 atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] orm0: <ISA Option ROM> at iomem 0xc0000-0xcbfff on isa0 pmtimer0 on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x100> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 2400099292 Hz quality 800 Timecounters tick every 10.000 msec KDB: stack backtrace: kdb_backtrace(0,c08af48c,c08af5a0,c1021cac,c06062cd) at kdb_backtrace+0x29 sched_switch(c08af5a0,0) at sched_switch+0xdb mi_switch(1,0) at mi_switch+0x24d sleepq_switch(c1f6806c,c1021cfc,c05dff28,c1f6806c,0) at sleepq_switch+0xe0 sleepq_wait(c1f6806c,0,c0802860,20e,c1f68048) at sleepq_wait+0xb cv_wait(c1f6806c,c1f68048,c1f68048,1,c1021d2c) at cv_wait+0x180 _sema_wait(c1f68048,c07c751b,65,c1f68000,c1021d4c) at _sema_wait+0x2e ata_queue_request(c1f68000,c,ec0001b7,c1ccb400,0) at ata_queue_request+0x1a4 ata_getparam(c1ccb4a8,ec) at ata_getparam+0xa1 ata_identify_devices(c1ccb400) at ata_identify_devices+0xee ata_boot_attach(0) at ata_boot_attach+0x27 run_interrupt_driven_config_hooks(0,101ec00,101e000,0,c043f4c5) at run_interrupt_driven_config_hooks +0x18 mi_startup() at mi_startup+0x96 begin() at begin+0x2c KDB: current backend: ddb pci0: <multimedia, audio> at device 17.5 (no driver attached) vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xe800-0xe8ff mem 0xef002000-0xef0020ff irq 11 at devic e 18.0 on pci0 miibus1: <MII bus> on vr0 ukphy0: <Generic IEEE 802.3u media interface> on miibus1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: Ethernet address: 00:50:2c:a0:21:b6 vr0: [GIANT-LOCKED] fdc0: <floppy drive controller> port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A, console sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0 port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: <Parallel port bus> on ppc0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 plip0: <PLIP network interface> on ppbus0 atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] orm0: <ISA Option ROM> at iomem 0xc0000-0xcbfff on isa0 pmtimer0 on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x100> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 2400096484 Hz quality 800 Timecounters tick every 10.000 msec KDB: stack backtrace: kdb_backtrace(0,c08af48c,c08af5a0,c1021cac,c06062cd) at kdb_backtrace+0x29 sched_switch(c08af5a0,0) at sched_switch+0xdb mi_switch(1,0) at mi_switch+0x24d sleepq_switch(c1f6806c,c1021cfc,c05dff28,c1f6806c,0) at sleepq_switch+0xe0 sleepq_wait(c1f6806c,0,c0802860,20e,c1f68048) at sleepq_wait+0xb cv_wait(c1f6806c,c1f68048,c1f68048,1,c1021d2c) at cv_wait+0x180 _sema_wait(c1f68048,c07c751b,65,c1f68000,c1021d4c) at _sema_wait+0x2e ata_queue_request(c1f68000,c,ec0001b7,c1ccb400,0) at ata_queue_request+0x1a4 ata_getparam(c1ccb4a8,ec) at ata_getparam+0xa1 ata_identify_devices(c1ccb400) at ata_identify_devices+0xee ata_boot_attach(0) at ata_boot_attach+0x27 run_interrupt_driven_config_hooks(0,101ec00,101e000,0,c043f4c5) at run_interrupt_driven_config_hooks +0x18 mi_startup() at mi_startup+0x96 begin() at begin+0x2c md0: Preloaded image </boot/mfsroot> 4423680 bytes at 0xc09d6a1c ===================================================================== >How-To-Repeat: Insert installation cd disc1 and problem will happen as shown above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Wed Aug 25 03:00:38 2004 Return-Path: <owner-freebsd-i386@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 D0F4B16A4CF for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 03:00:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF6243D4C for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 03:00:38 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P30cKb022931 for <freebsd-i386@freefall.freebsd.org>; Wed, 25 Aug 2004 03:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7P30c3j022928; Wed, 25 Aug 2004 03:00:38 GMT (envelope-from gnats) Resent-Date: Wed, 25 Aug 2004 03:00:38 GMT Resent-Message-Id: <200408250300.i7P30c3j022928@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, Jiafu He <jiafu_he@yahoo.com> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B705616A4CE for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 02:57:34 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9870E43D41 for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 02:57:34 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P2vYux084854 for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 02:57:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7P2vYLQ084853; Wed, 25 Aug 2004 02:57:34 GMT (envelope-from nobody) Message-Id: <200408250257.i7P2vYLQ084853@www.freebsd.org> Date: Wed, 25 Aug 2004 02:57:34 GMT From: Jiafu He <jiafu_he@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/70926: 5.3Beta-1 bootstrap error: "atapci0: failed: rid 0x20 is memory, requested 4" X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 03:00:38 -0000 >Number: 70926 >Category: i386 >Synopsis: 5.3Beta-1 bootstrap error: "atapci0: failed: rid 0x20 is memory, requested 4" >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: Wed Aug 25 03:00:38 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jiafu He >Release: 5.3Beta1 >Organization: >Environment: >Description: Actually, Happy to see the progress. Release 5.2.1 ever screwed up the RAID array and destroyed the array info (refer to PR #i386/63828 on 2004/03/06). Now, looks like all is running well. Smooth installation, robust disk access. At least for the moment I didn't see any problem occured. However, the boot message "atapci0: failed: rid 0x20 is memory, requested 4" worries me. Not sure how serious this error is. DMESG is: ===================================================================== Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-BETA1 #0: Sat Aug 21 08:19:34 UTC 2004 root@mack.dcsl.buffalo.edu:/usr/obj/usr/src/sys/GENERIC WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2399.33-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Hyperthreading: 2 logical CPUs real memory = 1073152000 (1023 MB) avail memory = 1040596992 (992 MB) ACPI APIC Table: <PTLTD APIC > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 ioapic0 <Version 2.0> irqs 0-23 on motherboard ioapic1 <Version 2.0> irqs 24-47 on motherboard ioapic2 <Version 2.0> irqs 48-71 on motherboard npx0: [FAST] npx0: <math processor> on motherboard npx0: INT 16 interface acpi0: <PTLTD RSDT> on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: <ACPI CPU (2 Cx states)> on acpi0 cpu1: <ACPI CPU (2 Cx states)> on acpi0 cpu2: <ACPI CPU (2 Cx states)> on acpi0 cpu3: <ACPI CPU (2 Cx states)> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 agp0: <Intel Generic host to PCI bridge> mem 0xe0000000-0xe7ffffff at device 0.0 on pci0 pci0: <unknown> at device 0.1 (no driver attached) pcib1: <ACPI PCI-PCI bridge> mem 0xe8000000-0xefffffff at device 1.0 on pci0 pci1: <ACPI PCI bus> on pcib1 pci1: <display, VGA> at device 0.0 (no driver attached) pcib2: <ACPI PCI-PCI bridge> at device 2.0 on pci0 pcib2: could not get PCI interrupt routing table for \\_SB_.PCI0.HLB_ - AE_NOT_FOUND pci2: <ACPI PCI bus> on pcib2 pci2: <base peripheral, interrupt controller> at device 28.0 (no driver attached) pcib3: <ACPI PCI-PCI bridge> at device 29.0 on pci2 pci3: <ACPI PCI bus> on pcib3 atapci0: <Promise PDC20619 UDMA133 controller> port 0x2000-0x207f,0x2400-0x240f,0x2080-0x20ff mem 0xda100000-0xda11ffff,0xda120000-0xda120fff irq 24 at device 3.0 on pci3 atapci0: failed: rid 0x20 is memory, requested 4 ata2: channel #0 on atapci0 ata3: channel #1 on atapci0 ata4: channel #2 on atapci0 ata5: channel #3 on atapci0 pci2: <base peripheral, interrupt controller> at device 30.0 (no driver attached) pcib4: <ACPI PCI-PCI bridge> at device 31.0 on pci2 pci4: <ACPI PCI bus> on pcib4 uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0x1840-0x185f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: <Intel 82801DB (ICH4) USB controller USB-A> on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub1: NEC Corporation USB2.0 Hub Controller, class 9/0, rev 2.00/1.00, addr 2 uhub1: 4 ports with 4 removable, self powered uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0x1860-0x187f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1 usb1: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci2: <Intel 82801DB (ICH4) USB controller USB-C> port 0x1880-0x189f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: <Intel 82801DB (ICH4) USB controller USB-C> on uhci2 usb2: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered pci0: <serial bus, USB> at device 29.7 (no driver attached) pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pci5: <ACPI PCI bus> on pcib5 pci5: <multimedia, audio> at device 1.0 (no driver attached) fwohci0: <Texas Instruments TSB43AB22/A> mem 0xda200000-0xda203fff,0xda204000-0xda2047ff irq 17 at device 2.0 on pci5 fwohci0: [GIANT-LOCKED] fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:e0:81:00:00:20:15:bf fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: <IEEE1394(FireWire) bus> on fwohci0 fwe0: <Ethernet over FireWire> on firewire0 if_fwe0: Fake Ethernet address: 02:e0:81:20:15:bf fwe0: Ethernet address: 02:e0:81:20:15:bf sbp0: <SBP-2/SCSI over FireWire> on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) em0: <Intel(R) PRO/1000 Network Connection, Version - 1.7.25> port 0x3040-0x307f mem 0xda220000-0xda23ffff irq 16 at device 3.0 on pci5 em0: [GIANT-LOCKED] em0: Ethernet address: 00:e0:81:51:1f:10 em0: Speed:N/A Duplex:N/A isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 atapci1: <Intel ICH4 UDMA100 controller> port 0x18a0-0x18af,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci1 ata1: channel #1 on atapci1 pci0: <serial bus, SMBus> at device 31.3 (no driver attached) pci0: <multimedia, audio> at device 31.5 (no driver attached) acpi_button0: <Power Button> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A fdc0: <floppy drive controller> port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0 port 0x778-0x77f,0x378-0x37f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: <Parallel port bus> on ppc0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 plip0: <PLIP network interface> on ppbus0 orm0: <ISA Option ROM> at iomem 0xe0000-0xe3fff on isa0 pmtimer0 on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 10.000 msec em0: Link is up 100 Mbps Full Duplex ATAPI_RESET time = 3000us acd0: DVDR <GENERIC DVD DUAL 4XMax/2.17> at ata0-master UDMA33 ad4: 117246MB <Maxtor 6Y120P0/YAR41BW0> [238216/16/63] at ata2-master UDMA133 ad6: 117246MB <Maxtor 6Y120L0/YAR41VW0> [238216/16/63] at ata3-master UDMA133 ad8: 117246MB <Maxtor 6Y120L0/YAR41VW0> [238216/16/63] at ata4-master UDMA133 ad10: 117246MB <Maxtor 6Y120L0/YAR41VW0> [238216/16/63] at ata5-master UDMA133 ar0: 232696MB <ATA RAID0+1 array> [29664/255/63] status: READY subdisks: disk0 READY on ad4 at ata2-master disk1 READY on ad6 at ata3-master disk2 READY on ad8 at ata4-master disk3 READY on ad10 at ata5-master SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! Mounting root from ufs:/dev/ar0s2a em0: Link is up 100 Mbps Full Duplex ===================================================================== >How-To-Repeat: Insert release 5.3Beta-1 disk 1 and error will show up. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Wed Aug 25 04:10:32 2004 Return-Path: <owner-freebsd-i386@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 7B70516A4CE for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 04:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A3E243D3F for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 04:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P4AWfb037875 for <freebsd-i386@freefall.freebsd.org>; Wed, 25 Aug 2004 04:10:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7P4AW3B037874; Wed, 25 Aug 2004 04:10:32 GMT (envelope-from gnats) Date: Wed, 25 Aug 2004 04:10:32 GMT Message-Id: <200408250410.i7P4AW3B037874@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Alejandro Valenzuela Roca <lanjoe9@prodigy.net.mx> Subject: Re: i386/68900: 5.x install CDs fail to boot on Toshiba Satellite5205 s503 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alejandro Valenzuela Roca <lanjoe9@prodigy.net.mx> List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 04:10:32 -0000 The following reply was made to PR i386/68900; it has been noted by GNATS. From: Alejandro Valenzuela Roca <lanjoe9@prodigy.net.mx> To: FreeBSD GNATS <freebsd-gnats-submit@FreeBSD.org> Cc: Subject: Re: i386/68900: 5.x install CDs fail to boot on Toshiba Satellite 5205 s503 Date: Tue, 24 Aug 2004 23:01:58 -0500 Warm-booting does not work.. Does anyone know what else can I try? Alejandro From owner-freebsd-i386@FreeBSD.ORG Wed Aug 25 09:40:27 2004 Return-Path: <owner-freebsd-i386@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 5AC9416A4CE for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 09:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32ACF43D39 for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 09:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7P9eRFi011463 for <freebsd-i386@freefall.freebsd.org>; Wed, 25 Aug 2004 09:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7P9eQFh011459; Wed, 25 Aug 2004 09:40:26 GMT (envelope-from gnats) Date: Wed, 25 Aug 2004 09:40:26 GMT Message-Id: <200408250940.i7P9eQFh011459@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Mike Bristow <mike@urgle.com> Subject: Re: i386/69257: in_cksum_hdr is non-functional without -O compiler flag X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mike Bristow <mike@urgle.com> List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 09:40:27 -0000 The following reply was made to PR i386/69257; it has been noted by GNATS. From: Mike Bristow <mike@urgle.com> To: freebsd-gnats-submit@FreeBSD.org, qing.li@bluecoat.com Cc: Subject: Re: i386/69257: in_cksum_hdr is non-functional without -O compiler flag Date: Wed, 25 Aug 2004 10:33:37 +0100 The patch below (might) fix this issue - I haven't yet built it into a kernel without -O to see. However, with a small test program, it generates identical (if we ignore whitespace) asm with -O, and what appears to different-but-correct assembler without. I do not believe that there is any other way of preventing the compiler inserting arbitrary instructions between different __asm statements (and that the commit message in revision 1.13 of in_cksum.h is now wrong on this point). From http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/gcc/Extended-Asm.html ---8<---8<---8<--- You can't expect a sequence of volatile asm instructions to remain perfectly consecutive. If you want consecutive output, use a single asm. Also, GCC will perform some optimizations across a volatile asm instruction; GCC does not "forget everything" when it encounters a volatile asm instruction the way some other compilers do. ---8<---8<---8<--- Obviously, this may not be true anymore for gcc 3.4 - except that's the behaviour we are seeing, so I guess it is. --- sys/i386/include/in_cksum.h.orig Wed Apr 7 21:46:05 2004 +++ sys/i386/include/in_cksum.h Wed Aug 25 09:45:39 2004 @@ -55,22 +55,20 @@ { register u_int sum = 0; -/* __volatile is necessary here because the condition codes are used. */ -#define ADD(n) __asm __volatile ("addl %1, %0" : "+r" (sum) : \ - "g" (((const u_int32_t *)ip)[n / 4])) -#define ADDC(n) __asm __volatile ("adcl %1, %0" : "+r" (sum) : \ - "g" (((const u_int32_t *)ip)[n / 4])) -#define MOP __asm __volatile ("adcl $0, %0" : "+r" (sum)) - - ADD(0); - ADDC(4); - ADDC(8); - ADDC(12); - ADDC(16); - MOP; -#undef ADD -#undef ADDC -#undef MOP + __asm __volatile ( + "addl %1, %0\n" + "adcl %2, %0\n" + "adcl %3, %0\n" + "adcl %4, %0\n" + "adcl %5, %0\n" + "adcl $0, %0" + : "+r" (sum) + : "g" (((const u_int32_t *)ip)[0]), + "g" (((const u_int32_t *)ip)[1]), + "g" (((const u_int32_t *)ip)[2]), + "g" (((const u_int32_t *)ip)[3]), + "g" (((const u_int32_t *)ip)[4]) + ); sum = (sum & 0xffff) + (sum >> 16); if (sum > 0xffff) sum -= 0xffff; From owner-freebsd-i386@FreeBSD.ORG Wed Aug 25 14:30:25 2004 Return-Path: <owner-freebsd-i386@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 AF24616A4CE for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 14:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7AB43D3F for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 14:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PEUPbA055534 for <freebsd-i386@freefall.freebsd.org>; Wed, 25 Aug 2004 14:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7PEUP0t055532; Wed, 25 Aug 2004 14:30:25 GMT (envelope-from gnats) Resent-Date: Wed, 25 Aug 2004 14:30:25 GMT Resent-Message-Id: <200408251430.i7PEUP0t055532@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, Roman Pavlik <rp@tns.cz> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3125716A4CE for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 14:27:34 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1530843D39 for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 14:27:34 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PERXaS095720 for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 14:27:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7PERX2N095719; Wed, 25 Aug 2004 14:27:33 GMT (envelope-from nobody) Message-Id: <200408251427.i7PERX2N095719@www.freebsd.org> Date: Wed, 25 Aug 2004 14:27:33 GMT From: Roman Pavlik <rp@tns.cz> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/70942: Genius Wireless USB mouse: moused doesn't work correctly X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 14:30:25 -0000 >Number: 70942 >Category: i386 >Synopsis: Genius Wireless USB mouse: moused doesn't work correctly >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: Wed Aug 25 14:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Pavlik >Release: 5.2-CURRENT-20040710-JPSNAP >Organization: >Environment: FreeBSD belzebub.tns.cz 5.2-CURRENT-20040710-JPSNAP FreeBSD 5.2-CURRENT-20040710-JPSNAP #8: Mon Aug 2 09:35:41 CEST 2004 rpav@belzebub.tns.cz:/usr/src/sys/i386/compile/BELZEBUB i386 >Description: Strange behavior of USB mouse. Moving mouse doesn't generate any action. Even with moused -f -d -p /dev/ums1 moving mouse generate no data. Pressing the left and right physical buttons simultanously is only action which generate something, nothing else. Dmesg is: Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.2-CURRENT-20040710-JPSNAP #8: Mon Aug 2 09:35:41 CEST 2004 rpav@belzebub.tns.cz:/usr/src/sys/i386/compile/BELZEBUB Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) M processor 1400MHz (1398.82-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x695 Stepping = 5 Features=0xa7e9f9bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE> real memory = 251592704 (239 MB) avail memory = 240717824 (229 MB) npx0: [FAST] npx0: <math processor> on motherboard npx0: INT 16 interface acpi0: <INSYDE RSDT_000> on motherboard acpi0: [GIANT-LOCKED] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_ec0: <Embedded Controller: GPE 0x1c> port 0x66,0x62 on acpi0 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: <ACPI CPU (3 Cx states)> port 0x530-0x537 on acpi0 acpi_lid0: <Control Method Lid Switch> on acpi0 acpi_button0: <Power Button> on acpi0 acpi_button1: <Sleep Button> on acpi0 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pci0: <base peripheral> at device 0.1 (no driver attached) pci0: <base peripheral> at device 0.3 (no driver attached) agp0: <Intel 8285xM (85xGM GMCH) SVGA controller> port 0xe000-0xe007 mem 0xf0000000-0xf007ffff,0xb0000000-0xb7ffffff irq 11 at device 2.0 on pci0 agp0: detected 16252k stolen memory agp0: aperture size is 128M pci0: <display> at device 2.1 (no driver attached) uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0x1200-0x121f at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: <Intel 82801DB (ICH4) USB controller USB-A> on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ums0: vendor 0x0603 USB Mouse STD., rev 1.00/1.00, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0x1600-0x161f at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered umass0: USB Flash Disk, rev 2.00/2.00, addr 2 uhci2: <Intel 82801DB (ICH4) USB controller USB-C> port 0x1700-0x171f at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: <Intel 82801DB (ICH4) USB controller USB-C> on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ukbd0: KYE SYSTEMS CORP. product 0x002c, rev 1.10/0.01, addr 2, iclass 3/1 kbd1 at ukbd0 ums1: KYE SYSTEMS CORP. Wireless TwinTouch Optical Office, rev 1.10/0.01, addr 2, iclass 3/1 ums1: 5 buttons and Z dir. pci0: <serial bus, USB> at device 29.7 (no driver attached) pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pci1: <ACPI PCI bus> on pcib1 fwohci0: <VIA VT6306> port 0xc100-0xc17f mem 0xe0001800-0xe0001fff irq 11 at device 0.0 on pci1 fwohci0: [GIANT-LOCKED] fwohci0: OHCI version 1.0 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:02:3f:3b:44:00:06:a6 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: <IEEE1394(FireWire) bus> on fwohci0 sbp0: <SBP-2/SCSI over FireWire> on firewire0 fwe0: <Ethernet over FireWire> on firewire0 if_fwe0: Fake Ethernet address: 02:02:3f:00:06:a6 fwe0: Ethernet address: 02:02:3f:00:06:a6 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) rl0: <RealTek 8139 10/100BaseTX> port 0xc000-0xc0ff mem 0xe0001000-0xe00010ff irq 11 at device 1.0 on pci1 miibus0: <MII bus> on rl0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:02:3f:0f:c3:63 rl0: [GIANT-LOCKED] pci1: <network> at device 2.0 (no driver attached) cbb0: <ENE CB1410 PCI-CardBus Bridge> at device 4.0 on pci1 cardbus0: <CardBus bus> on cbb0 pccard0: <16-bit PCCard bus> on cbb0 isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel ICH4 UDMA100 controller> port 0x1100-0x110f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: <serial bus, SMBus> at device 31.3 (no driver attached) pcm0: <Intel ICH4 (82801DB)> port 0xe200-0xe23f,0xe100-0xe1ff mem 0xf0080600-0xf00806ff,0xf0080400-0xf00805ff irq 5 at device 31.5 on pci0 pcm0: [GIANT-LOCKED] pcm0: <Avance Logic ALC202 AC97 Codec> pci0: <simple comms> at device 31.6 (no driver attached) atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model GlidePoint, device ID 0 acpi_acad0: <AC Adapter> on acpi0 acpi_cmbat0: <Control Method Battery> on acpi0 sio0 port 0x7f8-0x7ff,0x3f8-0x3ff irq 4 drq 1 on acpi0 sio0: type 16550A ppc0 port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: <Parallel port bus> on ppc0 plip0: <PLIP network interface> on ppbus0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 orm0: <ISA Option ROMs> at iomem 0xe6000-0xe6fff,0xe0000-0xe17ff on isa0 pmtimer0 on isa0 fdc0: ready for input in output fdc0: cmd 3 failed at out byte 1 of 3 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 1398816515 Hz quality 800 Timecounters tick every 10.000 msec acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0% ata0-master: DMA limited to UDMA33, non-ATA66 cable or device ad0: 28615MB <TOSHIBA MK3021GAS> [58140/16/63] at ata0-master UDMA33 acd0: CDRW <QSI CD-RW/DVD-ROM SBW-242> at ata1-master PIO4 da0 at umass-sim0 bus 0 target 0 lun 0 da0: <VMAX 256MB 2.00> Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 250MB (512000 512 byte sectors: 64H 32S/T 250C) Mounting root from ufs:/dev/ad0s2a >How-To-Repeat: connect Genius Wireless Optical Office Kit to FreeBSD 5.2-20040710 SNAP box. Try to run moused in debugging mode. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Wed Aug 25 17:34:31 2004 Return-Path: <owner-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 2087516A4CE; Wed, 25 Aug 2004 17:34:31 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B164C43D2D; Wed, 25 Aug 2004 17:34:30 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smtp3.sentex.ca (8.12.11/8.12.11) with ESMTP id i7PHYOOV013532; Wed, 25 Aug 2004 13:34:24 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i7PHYRed026028; Wed, 25 Aug 2004 13:34:27 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 17AEB7303F; Wed, 25 Aug 2004 13:34:27 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040825173427.17AEB7303F@freebsd-current.sentex.ca> Date: Wed, 25 Aug 2004 13:34:27 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 17:34:31 -0000 TB --- 2004-08-25 16:01:44 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-25 16:01:44 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-25 16:01:44 - checking out the source tree TB --- 2004-08-25 16:01:44 - cd /home/tinderbox/CURRENT/i386/pc98 TB --- 2004-08-25 16:01:44 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-25 16:06:48 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-25 16:06:48 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-25 16:06:48 - /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 --- 2004-08-25 17:10:11 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-25 17:10:11 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-25 17:10:11 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Wed Aug 25 17:10:11 UTC 2004 >>> 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 Wed Aug 25 17:23:35 UTC 2004 TB --- 2004-08-25 17:23:35 - generating LINT kernel config TB --- 2004-08-25 17:23:35 - cd /home/tinderbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-25 17:23:35 - /usr/bin/make -B LINT TB --- 2004-08-25 17:23:35 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-25 17:23:35 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-25 17:23:35 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Wed Aug 25 17:23:35 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus.c awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline canbus_if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/clock.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c: In function `fdioctl': /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: `FD_DEBUG' undeclared (first use in this function) /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: (Each undeclared identifier is reported only once /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: for each function it appears in.) *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-25 17:34:26 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-25 17:34:26 - ERROR: failed to build lint kernel TB --- 2004-08-25 17:34:26 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Wed Aug 25 23:50:23 2004 Return-Path: <owner-freebsd-i386@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 4E33E16A4CE for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 23:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED84A43D6E for <freebsd-i386@hub.freebsd.org>; Wed, 25 Aug 2004 23:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PNoMJx046762 for <freebsd-i386@freefall.freebsd.org>; Wed, 25 Aug 2004 23:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7PNoMke046761; Wed, 25 Aug 2004 23:50:22 GMT (envelope-from gnats) Resent-Date: Wed, 25 Aug 2004 23:50:22 GMT Resent-Message-Id: <200408252350.i7PNoMke046761@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, "Francisco E. Soberano" <ciscofran@yahoo.com> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1012416A4CE for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 23:45:29 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0617D43D70 for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 23:45:29 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7PNjSds094800 for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Aug 2004 23:45:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7PNjSZ5094799; Wed, 25 Aug 2004 23:45:28 GMT (envelope-from nobody) Message-Id: <200408252345.i7PNjSZ5094799@www.freebsd.org> Date: Wed, 25 Aug 2004 23:45:28 GMT From: "Francisco E. Soberano" <ciscofran@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/70962: When downloading the installer using http proxy an error accured, which says "A Signal 11 was caught" X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 25 Aug 2004 23:50:23 -0000 >Number: 70962 >Category: i386 >Synopsis: When downloading the installer using http proxy an error accured, which says "A Signal 11 was caught" >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 25 23:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Francisco E. Soberano >Release: 5.1 >Organization: PSHSWV-Department of Science and Technology >Environment: "A signal 11 was caught. I'm saving whatever I can. Please report this to ......" >Description: I was installing FBSD 5.1 using floppy disk. The process takes me to the installtion menu. After configuring the options, I started installation using http proxy which halts after about 28% of the installation process is onging.. Then it promts me an error. " Aginal 11 was caught." I dont know what to do next. I tried several times the installation process but it still has thesame error. I have burnt an ISO mini CD. The CD cannot boot, but i can access the contents. I also burnt the 2nd installation CD which is bootable. I can create the 1st CD because the system CD says its too small. My pc is has a SCSI HD. When I boot using the SCSI HD it takes me to the system menu , but with an error - " cant create /var/tmp". What shall I do? TY >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Thu Aug 26 03:53:32 2004 Return-Path: <owner-freebsd-i386@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 2B01B16A4CE; Thu, 26 Aug 2004 03:53:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D8E43D4C; Thu, 26 Aug 2004 03:53:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i7Q3rVJ7088090; Thu, 26 Aug 2004 03:53:31 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7Q3rVZl088086; Thu, 26 Aug 2004 03:53:31 GMT (envelope-from linimon) Date: Thu, 26 Aug 2004 03:53:31 GMT From: Mark Linimon <linimon@FreeBSD.org> Message-Id: <200408260353.i7Q3rVZl088086@freefall.freebsd.org> To: xuhainanjing@hotmail.com, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/67281: [hang] crash when cofiguring xfree86 4.3 on freeBSD5.2 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 03:53:32 -0000 Synopsis: [hang] crash when cofiguring xfree86 4.3 on freeBSD5.2 State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Thu Aug 26 03:53:21 GMT 2004 State-Changed-Why: Feedback timeout (> 1 month). http://www.freebsd.org/cgi/query-pr.cgi?pr=67281 From owner-freebsd-i386@FreeBSD.ORG Thu Aug 26 03:54:15 2004 Return-Path: <owner-freebsd-i386@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 0F83716A4CF; Thu, 26 Aug 2004 03:54:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A0343D5D; Thu, 26 Aug 2004 03:54:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i7Q3sENq088142; Thu, 26 Aug 2004 03:54:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7Q3sEQR088138; Thu, 26 Aug 2004 03:54:14 GMT (envelope-from linimon) Date: Thu, 26 Aug 2004 03:54:14 GMT From: Mark Linimon <linimon@FreeBSD.org> Message-Id: <200408260354.i7Q3sEQR088138@freefall.freebsd.org> To: fgoldbe520@earthlink.net, linimon@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/61219: installation of 5.1 stalls at "Mounting root from ufs:/dev/md0" on gateway 450sx laptop X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 03:54:15 -0000 Synopsis: installation of 5.1 stalls at "Mounting root from ufs:/dev/md0" on gateway 450sx laptop State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Thu Aug 26 03:54:06 GMT 2004 State-Changed-Why: Feedback timeout (> 1 month). http://www.freebsd.org/cgi/query-pr.cgi?pr=61219 From owner-freebsd-i386@FreeBSD.ORG Thu Aug 26 06:21:43 2004 Return-Path: <owner-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 4194716A4CE; Thu, 26 Aug 2004 06:21:43 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C591843D3F; Thu, 26 Aug 2004 06:21:42 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3b.sentex.ca (8.13.1/8.13.1) with ESMTP id i7Q6La6t086259; Thu, 26 Aug 2004 02:21:36 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7Q6Lagi014573; Thu, 26 Aug 2004 02:21:36 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 0F7117303F; Thu, 26 Aug 2004 02:21:35 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040826062135.0F7117303F@freebsd-current.sentex.ca> Date: Thu, 26 Aug 2004 02:21:35 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 06:21:43 -0000 TB --- 2004-08-26 04:36:29 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-26 04:36:29 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-26 04:36:29 - checking out the source tree TB --- 2004-08-26 04:36:29 - cd /home/tinderbox/CURRENT/i386/pc98 TB --- 2004-08-26 04:36:29 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-26 04:47:48 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-26 04:47:48 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-26 04:47:48 - /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 --- 2004-08-26 05:57:04 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-26 05:57:04 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-26 05:57:04 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Aug 26 05:57:05 UTC 2004 >>> 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 Thu Aug 26 06:10:25 UTC 2004 TB --- 2004-08-26 06:10:25 - generating LINT kernel config TB --- 2004-08-26 06:10:25 - cd /home/tinderbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-26 06:10:25 - /usr/bin/make -B LINT TB --- 2004-08-26 06:10:25 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-26 06:10:25 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-26 06:10:25 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Aug 26 06:10:25 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus.c awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline canbus_if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/clock.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c: In function `fdioctl': /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: `FD_DEBUG' undeclared (first use in this function) /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: (Each undeclared identifier is reported only once /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: for each function it appears in.) *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-26 06:21:35 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-26 06:21:35 - ERROR: failed to build lint kernel TB --- 2004-08-26 06:21:35 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Thu Aug 26 08:40:30 2004 Return-Path: <owner-freebsd-i386@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 E84BB16A4CE for <freebsd-i386@hub.freebsd.org>; Thu, 26 Aug 2004 08:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C516E43D64 for <freebsd-i386@hub.freebsd.org>; Thu, 26 Aug 2004 08:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7Q8eUBC056224 for <freebsd-i386@freefall.freebsd.org>; Thu, 26 Aug 2004 08:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7Q8eUvx056223; Thu, 26 Aug 2004 08:40:30 GMT (envelope-from gnats) Date: Thu, 26 Aug 2004 08:40:30 GMT Message-Id: <200408260840.i7Q8eUvx056223@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Roman Pavlik <rp@tns.cz> Subject: Re: i386/70942: Genius Wireless USB mouse: moused doesn't work correctly X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Pavlik <rp@tns.cz> List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 08:40:31 -0000 The following reply was made to PR i386/70942; it has been noted by GNATS. From: Roman Pavlik <rp@tns.cz> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: i386/70942: Genius Wireless USB mouse: moused doesn't work correctly Date: Thu, 26 Aug 2004 10:32:01 +0200 sysctl hw.usb.ums.debug=15 ukbd0: KYE SYSTEMS CORP. Wireless TwinTouch Optical Office, rev 1.10/0.01, addr 2, iclass 3/1 kbd1 at ukbd0 ums0: KYE SYSTEMS CORP. Wireless TwinTouch Optical Office, rev 1.10/0.01, addr 2 , iclass 3/1 ums_attach: bLength=7 bDescriptorType=5 bEndpointAddress=2-in bmAttributes=3 wMa xPacketSize=5 bInterval=10 ums0: 5 buttons and Z dir. ums_attach: sc=0xc12bb800 ums_attach: X 8/8 ums_attach: Y 16/8 ums_attach: Z 24/8 ums_attach: B1 0/1 ums_attach: B2 1/1 ums_attach: B3 2/1 ums_attach: B4 3/1 ums_attach: B5 4/1 ums_attach: size=8, id=3 ums_intr: sc=0xc12bb800 status=6 ums_intr: data = 6b 75 65 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e8 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 eb 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ed 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ef 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ee 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e9 05 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 eb 06 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ec 06 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 eb 07 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e8 08 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e7 08 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e8 09 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e6 07 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e7 08 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e7 08 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e4 08 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ed 06 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e6 07 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e8 05 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 eb 07 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ec 06 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e8 05 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 e9 04 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 eb 03 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 f1 03 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 f5 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fd 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 01 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 05 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 08 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 0c ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 0f fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 13 ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 15 fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 18 fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1a fb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1f fa ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1f f8 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 21 fc ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1e fb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1e fb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1e fb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1e fd ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1e fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1d fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 20 fc ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 08 02 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 21 fd ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 23 f9 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 21 fb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 1f fd ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 17 fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 11 ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 08 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 fd ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff f9 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff f5 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fd f2 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fa f0 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fa ee ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fc eb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe e6 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fd e4 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe e2 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff e4 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe e6 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe e6 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff e5 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe e5 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 f9 e8 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 f8 e8 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fa e6 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fb e5 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fa e6 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fb e8 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 f9 e8 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fa eb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fb ee ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 f9 f3 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fc f6 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fd fb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe fb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff fa ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fd f8 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fd f8 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fc f7 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fc f7 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe fb ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff fc ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 02 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 06 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 09 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 0b ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 0b ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 0d ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 0c ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 0e ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 0f ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 11 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 12 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 16 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 01 16 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 17 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 01 17 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 19 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 01 19 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 01 1e ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 1b ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 01 1c ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 19 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 01 19 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 01 1a ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 01 1a ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 19 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 18 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 12 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 0e ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe 07 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 03 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 01 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 01 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 02 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 02 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 04 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 04 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 fd ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 08 02 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 08 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 08 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 08 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 03 fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 03 fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 10 01 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 10 00 ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 03 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 04 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 00 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 03 fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 03 fe ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 10 01 00 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 10 00 ff ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 fe 01 ums_intr: sc=0xc12bb800 status=0 ums_intr: data = 00 ff 00 From owner-freebsd-i386@FreeBSD.ORG Thu Aug 26 19:06:11 2004 Return-Path: <owner-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 3944F16A4CE; Thu, 26 Aug 2004 19:06:11 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCDCF43D1F; Thu, 26 Aug 2004 19:06:10 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3.sentex.ca (8.13.1/8.13.1) with ESMTP id i7QJ66Mh041045; Thu, 26 Aug 2004 15:06:06 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7QJ69OW055554; Thu, 26 Aug 2004 15:06:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 122357303F; Thu, 26 Aug 2004 15:06:09 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040826190609.122357303F@freebsd-current.sentex.ca> Date: Thu, 26 Aug 2004 15:06:09 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 19:06:11 -0000 TB --- 2004-08-26 17:33:03 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-26 17:33:03 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-26 17:33:03 - checking out the source tree TB --- 2004-08-26 17:33:03 - cd /home/tinderbox/CURRENT/i386/pc98 TB --- 2004-08-26 17:33:03 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-26 17:38:10 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-26 17:38:10 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-26 17:38:10 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything TB --- 2004-08-26 18:41:55 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-26 18:41:55 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-26 18:41:55 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Thu Aug 26 18:41:55 UTC 2004 >>> 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 Thu Aug 26 18:55:09 UTC 2004 TB --- 2004-08-26 18:55:09 - generating LINT kernel config TB --- 2004-08-26 18:55:09 - cd /home/tinderbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-26 18:55:09 - /usr/bin/make -B LINT TB --- 2004-08-26 18:55:09 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-26 18:55:09 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-26 18:55:09 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Thu Aug 26 18:55:09 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus.c awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -c ; cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred- stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline canbus_if.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/clock.c cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror -finstrument-functions -Wno-inline /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c: In function `fdioctl': /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: `FD_DEBUG' undeclared (first use in this function) /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: (Each undeclared identifier is reported only once /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/fd.c:2697: error: for each function it appears in.) *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-26 19:06:09 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-26 19:06:09 - ERROR: failed to build lint kernel TB --- 2004-08-26 19:06:09 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Thu Aug 26 22:03:54 2004 Return-Path: <owner-freebsd-i386@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 BEC8B16A4CE; Thu, 26 Aug 2004 22:03:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0A543D3F; Thu, 26 Aug 2004 22:03:54 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7QM3sv9090663; Thu, 26 Aug 2004 22:03:54 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7QM3sdO090659; Thu, 26 Aug 2004 22:03:54 GMT (envelope-from arved) Date: Thu, 26 Aug 2004 22:03:54 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408262203.i7QM3sdO090659@freefall.freebsd.org> To: ciscofran@yahoo.com, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/70962: When downloading the installer using http proxy an error accured, which says "A Signal 11 was caught" X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 22:03:54 -0000 Synopsis: When downloading the installer using http proxy an error accured, which says "A Signal 11 was caught" State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Thu Aug 26 22:03:18 GMT 2004 State-Changed-Why: 5.1 is quite old. Can you retry with 5.2.1 or maybe even 5.3-BETA? http://www.freebsd.org/cgi/query-pr.cgi?pr=70962 From owner-freebsd-i386@FreeBSD.ORG Thu Aug 26 22:09:06 2004 Return-Path: <owner-freebsd-i386@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 3470D16A4CE; Thu, 26 Aug 2004 22:09:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1734C43D39; Thu, 26 Aug 2004 22:09:06 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7QM957M094554; Thu, 26 Aug 2004 22:09:05 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7QM95uH094550; Thu, 26 Aug 2004 22:09:05 GMT (envelope-from arved) Date: Thu, 26 Aug 2004 22:09:05 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408262209.i7QM95uH094550@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-i386@FreeBSD.org, darrenr@FreeBSD.org Subject: Re: i386/70904: ipfilter ipnat problem with h323 proxy support X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 22:09:06 -0000 Synopsis: ipfilter ipnat problem with h323 proxy support Responsible-Changed-From-To: freebsd-i386->darrenr Responsible-Changed-By: arved Responsible-Changed-When: Thu Aug 26 22:08:33 GMT 2004 Responsible-Changed-Why: Over to ipfilter maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=70904 From owner-freebsd-i386@FreeBSD.ORG Thu Aug 26 22:24:28 2004 Return-Path: <owner-freebsd-i386@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 627E316A4CE; Thu, 26 Aug 2004 22:24:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB4E43D41; Thu, 26 Aug 2004 22:24:28 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) i7QMOSlD095261; Thu, 26 Aug 2004 22:24:28 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7QMORdO095257; Thu, 26 Aug 2004 22:24:27 GMT (envelope-from arved) Date: Thu, 26 Aug 2004 22:24:27 GMT From: Tilman Linneweh <arved@FreeBSD.org> Message-Id: <200408262224.i7QMORdO095257@freefall.freebsd.org> To: hampi@rootshell.be, arved@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/70805: page fault early during boot with apm enabled X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 26 Aug 2004 22:24:28 -0000 Synopsis: page fault early during boot with apm enabled State-Changed-From-To: open->feedback State-Changed-By: arved State-Changed-When: Thu Aug 26 22:24:01 GMT 2004 State-Changed-Why: Can you compile a debug kernel and get a backtrace? http://www.freebsd.org/cgi/query-pr.cgi?pr=70805 From owner-freebsd-i386@FreeBSD.ORG Fri Aug 27 05:00:17 2004 Return-Path: <owner-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 C07D516A4CE; Fri, 27 Aug 2004 05:00:17 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B75A43D70; Fri, 27 Aug 2004 05:00:16 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smtp3b.sentex.ca (8.13.1/8.13.1) with ESMTP id i7R50F1M035999; Fri, 27 Aug 2004 01:00:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i7R50F2L024194; Fri, 27 Aug 2004 01:00:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 1966B7303F; Fri, 27 Aug 2004 01:00:14 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040827050014.1966B7303F@freebsd-current.sentex.ca> Date: Fri, 27 Aug 2004 01:00:14 -0400 (EDT) Subject: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 05:00:17 -0000 TB --- 2004-08-27 03:45:41 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-27 03:45:41 - starting CURRENT tinderbox run for i386/i386 TB --- 2004-08-27 03:45:41 - checking out the source tree TB --- 2004-08-27 03:45:41 - cd /home/tinderbox/CURRENT/i386/i386 TB --- 2004-08-27 03:45:41 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-27 03:50:52 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-27 03:50:52 - cd /home/tinderbox/CURRENT/i386/i386/src TB --- 2004-08-27 03:50:52 - /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 [...] cc -O2 -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -o kgzip kgzip.o aouthdr.o elfhdr.o kgzcmp.o kgzld.o xio.o gzip -cn /tinderbox/CURRENT/i386/i386/src/usr.sbin/kgzip/kgzip.8 > kgzip.8.gz ===> usr.sbin/kldxref cc -O2 -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /tinderbox/CURRENT/i386/i386/src/usr.sbin/kldxref/kldxref.c cc -O2 -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /tinderbox/CURRENT/i386/i386/src/usr.sbin/kldxref/ef.c cc -O2 -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /tinderbox/CURRENT/i386/i386/src/usr.sbin/kldxref/ef_obj.c /tinderbox/CURRENT/i386/i386/src/usr.sbin/kldxref/ef_obj.c: In function `ef_obj_open': /tinderbox/CURRENT/i386/i386/src/usr.sbin/kldxref/ef_obj.c:377: warning: dereferencing type-punned pointer will break strict-aliasing rules *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src/usr.sbin/kldxref. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src/usr.sbin. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. TB --- 2004-08-27 05:00:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-27 05:00:14 - ERROR: failed to build world TB --- 2004-08-27 05:00:14 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Fri Aug 27 06:20:10 2004 Return-Path: <owner-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 0DBEA16A4CE; Fri, 27 Aug 2004 06:20:10 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A19FF43D73; Fri, 27 Aug 2004 06:20:09 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smtp3b.sentex.ca (8.13.1/8.13.1) with ESMTP id i7R6K9cC043471; Fri, 27 Aug 2004 02:20:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i7R6K9lJ090023; Fri, 27 Aug 2004 02:20:09 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id EA3BB7303F; Fri, 27 Aug 2004 02:20:08 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040827062008.EA3BB7303F@freebsd-current.sentex.ca> Date: Fri, 27 Aug 2004 02:20:08 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 06:20:10 -0000 TB --- 2004-08-27 05:00:15 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-27 05:00:15 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-27 05:00:15 - checking out the source tree TB --- 2004-08-27 05:00:15 - cd /home/tinderbox/CURRENT/i386/pc98 TB --- 2004-08-27 05:00:15 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-27 05:06:17 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-27 05:06:17 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-27 05:06:17 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -o kgzip kgzip.o aouthdr.o elfhdr.o kgzcmp.o kgzld.o xio.o gzip -cn /tinderbox/CURRENT/i386/pc98/src/usr.sbin/kgzip/kgzip.8 > kgzip.8.gz ===> usr.sbin/kldxref cc -O2 -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /tinderbox/CURRENT/i386/pc98/src/usr.sbin/kldxref/kldxref.c cc -O2 -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /tinderbox/CURRENT/i386/pc98/src/usr.sbin/kldxref/ef.c cc -O2 -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /tinderbox/CURRENT/i386/pc98/src/usr.sbin/kldxref/ef_obj.c /tinderbox/CURRENT/i386/pc98/src/usr.sbin/kldxref/ef_obj.c: In function `ef_obj_open': /tinderbox/CURRENT/i386/pc98/src/usr.sbin/kldxref/ef_obj.c:377: warning: dereferencing type-punned pointer will break strict-aliasing rules *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src/usr.sbin/kldxref. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src/usr.sbin. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-27 06:20:08 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-27 06:20:08 - ERROR: failed to build world TB --- 2004-08-27 06:20:08 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Fri Aug 27 08:59:44 2004 Return-Path: <owner-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 191AD16A4CE; Fri, 27 Aug 2004 08:59:44 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 1303043D5A; Fri, 27 Aug 2004 08:59:43 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id <aa86651@salmon>; 27 Aug 2004 09:59:42 +0100 (BST) To: current@freebsd.org In-Reply-To: Your message of "Fri, 27 Aug 2004 01:00:14 EDT." <20040827050014.1966B7303F@freebsd-current.sentex.ca> Date: Fri, 27 Aug 2004 09:59:42 +0100 From: Ian Dowse <iedowse@maths.tcd.ie> Message-ID: <200408270959.aa86651@salmon.maths.tcd.ie> cc: i386@freebsd.org Subject: Re: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 08:59:44 -0000 In message <20040827050014.1966B7303F@freebsd-current.sentex.ca>, FreeBSD Tinde rbox writes: >cc -O2 -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialize >d -c /tinderbox/CURRENT/i386/i386/src/usr.sbin/kldxref/ef_obj.c >/tinderbox/CURRENT/i386/i386/src/usr.sbin/kldxref/ef_obj.c: In function `ef_ob >j_open': >/tinderbox/CURRENT/i386/i386/src/usr.sbin/kldxref/ef_obj.c:377: warning: deref >erencing type-punned pointer will break strict-aliasing rules >*** Error code 1 Fixed, sorry. This seems to only show up at -O2 optimisation, which is why I didn't catch it. Ian From owner-freebsd-i386@FreeBSD.ORG Fri Aug 27 11:00:44 2004 Return-Path: <owner-freebsd-i386@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 404A716A4D1 for <freebsd-i386@hub.freebsd.org>; Fri, 27 Aug 2004 11:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 204FA43D46 for <freebsd-i386@hub.freebsd.org>; Fri, 27 Aug 2004 11:00:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RB0ip5043107 for <freebsd-i386@freefall.freebsd.org>; Fri, 27 Aug 2004 11:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7RB0hMk043106; Fri, 27 Aug 2004 11:00:43 GMT (envelope-from gnats) Date: Fri, 27 Aug 2004 11:00:43 GMT Message-Id: <200408271100.i7RB0hMk043106@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Feczak Szabolcs <feczo@siodigit.hu> Subject: Re:i386/65920: Mounted Netware filesystem behaves strange X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Feczak Szabolcs <feczo@siodigit.hu> List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 11:00:44 -0000 The following reply was made to PR i386/65920; it has been noted by GNATS. From: Feczak Szabolcs <feczo@siodigit.hu> To: freebsd-gnats-submit@FreeBSD.org, feczo@siodigit.hu Cc: Subject: Re:i386/65920: Mounted Netware filesystem behaves strange Date: Fri, 27 Aug 2004 12:51:24 +0200 The above happend with netware 3.x, I have tested it with a fresh install of 4.11 and FreeBSD 4.10-RELEASE and have NOT experienced the above error. From owner-freebsd-i386@FreeBSD.ORG Fri Aug 27 18:40:36 2004 Return-Path: <owner-freebsd-i386@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 3295516A4F6 for <freebsd-i386@hub.freebsd.org>; Fri, 27 Aug 2004 18:40:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7BA243D6E for <freebsd-i386@hub.freebsd.org>; Fri, 27 Aug 2004 18:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIeRVr019647 for <freebsd-i386@freefall.freebsd.org>; Fri, 27 Aug 2004 18:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7RIeR14019646; Fri, 27 Aug 2004 18:40:27 GMT (envelope-from gnats) Resent-Date: Fri, 27 Aug 2004 18:40:27 GMT Resent-Message-Id: <200408271840.i7RIeR14019646@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, Martin Piayda <martin.piayda@udo.edu> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D42416A4CE for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Aug 2004 18:38:51 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3AA543D62 for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Aug 2004 18:38:50 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RIcoS4076377 for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Aug 2004 18:38:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7RIco1p076376; Fri, 27 Aug 2004 18:38:50 GMT (envelope-from nobody) Message-Id: <200408271838.i7RIco1p076376@www.freebsd.org> Date: Fri, 27 Aug 2004 18:38:50 GMT From: Martin Piayda <martin.piayda@udo.edu> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/71045: DHCP-Request is sets other device's ip to null, when using Realtek and Via-NICs X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:40:36 -0000 >Number: 71045 >Category: i386 >Synopsis: DHCP-Request is sets other device's ip to null, when using Realtek and Via-NICs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 18:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Martin Piayda >Release: 5.2.1 >Organization: University of Dortmund >Environment: FreeBSD themis 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 >Description: I noticed an annoying, but not serious matter, that occurs in combination with RealTek and Via Rhine based Network Interface Cards. I own three NICs, a D-Link 530TX (Via Rhine), a D-Link 528TX (RealTek) and a SoHo-Ware-RealTek-Supermarket-Network-Card. :-) So, let's come to the point: When physically placing the cards in the order D-Link 530, D-Link 528, Cheap-RealTek and using the D-Link 530 as the DHCP-Hook for the Network-Gate the horror starts. The logical order, that ifconfig delivers is rl0 (D-Link 528), vr0 (D-Link 530) and rl1 (Cheapy). The corresponding rc.conf sniplet is: ifconfig_vr0="DHCP" ifconfig_rl0="inet 10.0.0.1 netmask 255.255.255.0 broadcast 10.0.0.255" ifconfig_rl1="inet 10.0.1.1 netmask 255.255.255.0 broadcast 10.0.1.255" That's all. When booting, the vr0-card is DHCP-configured correctly, rl0 is left unconfigured (or overridden?) with the any-ip 0.0.0.0 and rl1 is set correctl (10.0.1.1). After analysing and experimenting, I swapped the two D-Links physicalling and used rl0 as DHCP-Hook and vr0 for 10.0.0.1. That fixed the Problem and all Network cards were happy including me. Well, I can only assume, what the matter is, but at least it must be software-related. I think the rl0-card, that was firstly configured get's confused by the "following" vr0 card in the ifconfig-row. I bet, if vr0 was first, it would be right. This could be checked out, if some people were running similar scenarios where the first NIC, that ifconfig shows is statically configured and the second dynamically by DHCP. I don't think it's me who caused the Problem and it's not really serious. I'm looking forward for the developer's analysis and explanation. :-) Regards, Martin >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Aug 27 18:57:29 2004 Return-Path: <owner-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 D2B4316A4CE; Fri, 27 Aug 2004 18:57:29 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C11D43D2F; Fri, 27 Aug 2004 18:57:29 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smtp3.sentex.ca (8.13.1/8.13.1) with ESMTP id i7RIvPSj084926; Fri, 27 Aug 2004 14:57:25 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.12.11/8.12.11) with ESMTP id i7RIvSWI020250; Fri, 27 Aug 2004 14:57:28 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 7C8117303F; Fri, 27 Aug 2004 14:57:28 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040827185728.7C8117303F@freebsd-current.sentex.ca> Date: Fri, 27 Aug 2004 14:57:28 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 18:57:30 -0000 TB --- 2004-08-27 17:33:45 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-27 17:33:45 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-27 17:33:45 - checking out the source tree TB --- 2004-08-27 17:33:45 - cd /home/tinderbox/CURRENT/i386/pc98 TB --- 2004-08-27 17:33:45 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-27 17:38:54 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-27 17:38:54 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-27 17:38: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 --- 2004-08-27 18:42:46 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-27 18:42:46 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-27 18:42:46 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Fri Aug 27 18:42:46 UTC 2004 >>> 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 Fri Aug 27 18:56:01 UTC 2004 TB --- 2004-08-27 18:56:01 - generating LINT kernel config TB --- 2004-08-27 18:56:01 - cd /home/tinderbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-27 18:56:01 - /usr/bin/make -B LINT TB --- 2004-08-27 18:56:01 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-27 18:56:01 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-27 18:56:01 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Aug 27 18:56:02 UTC 2004 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/libkern/iconv_converter_if.m -h awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pci/agp_if.m -h awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -h if [ -f .olddep ]; then mv .olddep .depend; fi rm -f .newdep /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreesta nding /tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter/netinet/ip_fil.c:75:30: opt_pfil_hooks.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-27 18:57:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-27 18:57:28 - ERROR: failed to build lint kernel TB --- 2004-08-27 18:57:28 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Fri Aug 27 20:02:00 2004 Return-Path: <owner-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 1CA5A16A4D0 for <i386@freebsd.org>; Fri, 27 Aug 2004 20:02:00 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E13143D5A for <i386@freebsd.org>; Fri, 27 Aug 2004 20:01:59 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 59984 invoked from network); 27 Aug 2004 20:00:35 -0000 Received: from dotat.atdotat.at (HELO [62.48.0.47]) ([62.48.0.47]) (envelope-sender <andre@freebsd.org>) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for <tinderbox@freebsd.org>; 27 Aug 2004 20:00:35 -0000 Message-ID: <412F9336.8070008@freebsd.org> Date: Fri, 27 Aug 2004 22:01:58 +0200 From: Andre Oppermann <andre@freebsd.org> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a1) Gecko/20040520 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Tinderbox <tinderbox@freebsd.org> References: <20040827185728.7C8117303F@freebsd-current.sentex.ca> In-Reply-To: <20040827185728.7C8117303F@freebsd-current.sentex.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: i386@freebsd.org Subject: Re: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 20:02:00 -0000 FreeBSD Tinderbox wrote: > [...] > awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/libkern/iconv_converter_if.m -h > awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pci/agp_if.m -h > awk -f /tinderbox/CURRENT/i386/pc98/src/sys/tools/makeobjops.awk /tinderbox/CURRENT/i386/pc98/src/sys/pc98/pc98/canbus_if.m -h > if [ -f .olddep ]; then mv .olddep .depend; fi > rm -f .newdep > /usr/bin/make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/tinderbox/CURRENT/i386/pc98/src/sys -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/acpica -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/altq -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/pf -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/dev/ath/freebsd -I/tinderbox/CURRENT/i386/pc98/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -ffree sta > nding > /tinderbox/CURRENT/i386/pc98/src/sys/contrib/ipfilter/netinet/ip_fil.c:75:30: opt_pfil_hooks.h: No such file or directory > mkdep: compile failed > *** Error code 1 Fixed. -- Andre From owner-freebsd-i386@FreeBSD.ORG Fri Aug 27 20:20:24 2004 Return-Path: <owner-freebsd-i386@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 45FDC16A4CE for <freebsd-i386@hub.freebsd.org>; Fri, 27 Aug 2004 20:20:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DEF243D67 for <freebsd-i386@hub.freebsd.org>; Fri, 27 Aug 2004 20:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RKKNnc032154 for <freebsd-i386@freefall.freebsd.org>; Fri, 27 Aug 2004 20:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7RKKNl8032153; Fri, 27 Aug 2004 20:20:23 GMT (envelope-from gnats) Resent-Date: Fri, 27 Aug 2004 20:20:23 GMT Resent-Message-Id: <200408272020.i7RKKNl8032153@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, Fishbone <fishbone@vigilanti.mine.nu> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF74816A4CE for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Aug 2004 20:16:33 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E540643D5F for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Aug 2004 20:16:33 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RKGXdw094496 for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Aug 2004 20:16:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i7RKGXxZ094493; Fri, 27 Aug 2004 20:16:33 GMT (envelope-from nobody) Message-Id: <200408272016.i7RKGXxZ094493@www.freebsd.org> Date: Fri, 27 Aug 2004 20:16:33 GMT From: Fishbone <fishbone@vigilanti.mine.nu> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/71048: ASUS TUV4X hangs when SONY CRX140E attached X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2004 20:20:24 -0000 >Number: 71048 >Category: i386 >Synopsis: ASUS TUV4X hangs when SONY CRX140E attached >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 27 20:20:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Fishbone >Release: 5.2.1 / 4.10 >Organization: >Environment: Generic install kernel for 5.2.1 end 4.10 >Description: System hangs at the point that sony cdrw crx140e needs to be recognized by the kernel and configured, that is right after kernel recognizes first ide drive and then the atapi cdrom that is attached as a slave to the first channel and than the second ide drive gets recognized but when it comes to this particuliar sony cdrw kernel simply stays thar forever.I've also thried all other possible first/second master/slave configurations and it happens allways the same thing when sony needs to be successfully recognized.What is interesting is that the system can boot from install cd that is insterted in this drive but still hangs at the poing when he needs to configure the drive. >How-To-Repeat: ASUS TUV4X(VIA VT82C686B South Bridge)(Bios rev 1005) + SONY CRX140E + 5.2.1 / 4.10 install cd. >Fix: Besides unpluging the drive ,,,nothing else. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sat Aug 28 18:43:44 2004 Return-Path: <owner-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 A5C0116A4EC; Sat, 28 Aug 2004 18:43:44 +0000 (GMT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9D343D6A; Sat, 28 Aug 2004 18:43:44 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3.sentex.ca (8.13.1/8.13.1) with ESMTP id i7SIhdf6048951; Sat, 28 Aug 2004 14:43:40 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7SIhg1Z022573; Sat, 28 Aug 2004 14:43:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3F0C87303F; Sat, 28 Aug 2004 14:43:43 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040828184343.3F0C87303F@freebsd-current.sentex.ca> Date: Sat, 28 Aug 2004 14:43:43 -0400 (EDT) Subject: [current tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 18:43:45 -0000 TB --- 2004-08-28 17:18:46 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-28 17:18:46 - starting CURRENT tinderbox run for i386/i386 TB --- 2004-08-28 17:18:46 - checking out the source tree TB --- 2004-08-28 17:18:46 - cd /home/tinderbox/CURRENT/i386/i386 TB --- 2004-08-28 17:18:46 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-28 17:23:55 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-28 17:23:55 - cd /home/tinderbox/CURRENT/i386/i386/src TB --- 2004-08-28 17:23:55 - /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 --- 2004-08-28 18:27:41 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-28 18:27:41 - cd /home/tinderbox/CURRENT/i386/i386/src TB --- 2004-08-28 18:27:41 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat Aug 28 18:27:41 UTC 2004 >>> 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 Aug 28 18:43:42 UTC 2004 TB --- 2004-08-28 18:43:42 - generating LINT kernel config TB --- 2004-08-28 18:43:42 - cd /home/tinderbox/CURRENT/i386/i386/src/sys/i386/conf TB --- 2004-08-28 18:43:42 - /usr/bin/make -B LINT TB --- 2004-08-28 18:43:42 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-28 18:43:42 - cd /home/tinderbox/CURRENT/i386/i386/src TB --- 2004-08-28 18:43:42 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Aug 28 18:43:42 UTC 2004 >>> stage 1: configuring the kernel -------------------------------------------------------------- cd /tinderbox/CURRENT/i386/i386/src/sys/i386/conf; PATH=/home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/i386/legacy/usr/sbin:/home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/i386/legacy/usr/bin:/home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/i386/legacy/usr/games:/home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/i386/usr/sbin:/home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/i386/usr/bin:/home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /home/tinderbox/CURRENT/i386/i386/obj/tinderbox/CURRENT/i386/i386/src/sys/LINT /tinderbox/CURRENT/i386/i386/src/sys/i386/conf/LINT /tinderbox/CURRENT/i386/i386/src/sys/i386/conf/LINT: unknown option "ichwd" *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. TB --- 2004-08-28 18:43:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-28 18:43:43 - ERROR: failed to build lint kernel TB --- 2004-08-28 18:43:43 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Sat Aug 28 20:06:09 2004 Return-Path: <owner-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 19F0316A4CE; Sat, 28 Aug 2004 20:06:09 +0000 (GMT) Received: from smtp3b.sentex.ca (smtp3b.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA76043D45; Sat, 28 Aug 2004 20:06:08 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smtp3b.sentex.ca (8.13.1/8.13.1) with ESMTP id i7SK68jk049071; Sat, 28 Aug 2004 16:06:08 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7SK67L6046416; Sat, 28 Aug 2004 16:06:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id D83807303F; Sat, 28 Aug 2004 16:06:07 -0400 (EDT) Sender: FreeBSD Tinderbox <tinderbox@freebsd.org> From: FreeBSD Tinderbox <tinderbox@freebsd.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org>, <current@freebsd.org>, <i386@freebsd.org> Precedence: bulk Message-Id: <20040828200607.D83807303F@freebsd-current.sentex.ca> Date: Sat, 28 Aug 2004 16:06:07 -0400 (EDT) Subject: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 List-Id: I386-specific issues for FreeBSD <freebsd-i386.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-i386> List-Post: <mailto:freebsd-i386@freebsd.org> List-Help: <mailto:freebsd-i386-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-i386>, <mailto:freebsd-i386-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 28 Aug 2004 20:06:09 -0000 TB --- 2004-08-28 18:43:43 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-28 18:43:43 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-08-28 18:43:43 - checking out the source tree TB --- 2004-08-28 18:43:43 - cd /home/tinderbox/CURRENT/i386/pc98 TB --- 2004-08-28 18:43:43 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-08-28 18:48:54 - building world (CFLAGS=-O2 -pipe) TB --- 2004-08-28 18:48:54 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-28 18:48: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 --- 2004-08-28 19:52:49 - building generic kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-28 19:52:49 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-28 19:52:49 - /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat Aug 28 19:52:49 UTC 2004 >>> 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 Aug 28 20:06:06 UTC 2004 TB --- 2004-08-28 20:06:06 - generating LINT kernel config TB --- 2004-08-28 20:06:06 - cd /home/tinderbox/CURRENT/i386/pc98/src/sys/pc98/conf TB --- 2004-08-28 20:06:06 - /usr/bin/make -B LINT TB --- 2004-08-28 20:06:07 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2004-08-28 20:06:07 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-08-28 20:06:07 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sat Aug 28 20:06:07 UTC 2004 >>> stage 1: configuring the kernel -------------------------------------------------------------- cd /tinderbox/CURRENT/i386/pc98/src/sys/pc98/conf; PATH=/home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/i386/legacy/usr/sbin:/home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/i386/legacy/usr/bin:/home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/i386/legacy/usr/games:/home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/i386/usr/sbin:/home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/i386/usr/bin:/home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/sys/LINT /tinderbox/CURRENT/i386/pc98/src/sys/pc98/conf/LINT /tinderbox/CURRENT/i386/pc98/src/sys/pc98/conf/LINT: unknown option "ichwd" *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-08-28 20:06:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-28 20:06:07 - ERROR: failed to build lint kernel TB --- 2004-08-28 20:06:07 - tinderbox aborted