From owner-freebsd-i386@FreeBSD.ORG Sun Oct 17 19:40:31 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA2816A4CE for ; Sun, 17 Oct 2004 19:40:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F81F43D49 for ; Sun, 17 Oct 2004 19:40:31 +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 i9HJeUpC023362 for ; Sun, 17 Oct 2004 19:40:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HJeUJI023361; Sun, 17 Oct 2004 19:40:30 GMT (envelope-from gnats) Resent-Date: Sun, 17 Oct 2004 19:40:30 GMT Resent-Message-Id: <200410171940.i9HJeUJI023361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Mayhar Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F2D16A4CE for ; Sun, 17 Oct 2004 19:34:12 +0000 (GMT) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A0343D46 for ; Sun, 17 Oct 2004 19:34:12 +0000 (GMT) (envelope-from frank@tinker.exit.com) Received: from tinker.exit.com (localhost [127.0.0.1]) by tinker.exit.com (8.13.1/8.12.9) with ESMTP id i9HJaZVR066596 for ; Sun, 17 Oct 2004 12:36:35 -0700 (PDT) (envelope-from frank@tinker.exit.com) Received: (from frank@localhost) by tinker.exit.com (8.13.1/8.13.1/Submit) id i9HJaU43066595; Sun, 17 Oct 2004 12:36:30 -0700 (PDT) (envelope-from frank) Message-Id: <200410171936.i9HJaU43066595@tinker.exit.com> Date: Sun, 17 Oct 2004 12:36:30 -0700 (PDT) From: Frank Mayhar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/72795: LOR between NDIS lock and route lock. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frank Mayhar List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 19:40:31 -0000 >Number: 72795 >Category: i386 >Synopsis: LOR between NDIS lock and route lock. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 19:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Frank Mayhar >Release: FreeBSD 5.3-BETA7 i386 >Organization: Exit Consulting >Environment: System: FreeBSD lap 5.3-STABLE FreeBSD 5.3-STABLE #3: Sun Oct 17 12:02:39 PDT 2004 frank@lap:/home/obj/usr/src/sys/AUTON i386 This is the latest and greatest 5.3 on my Inspiron 5160. >Description: I'm using ndis to employ a Dell 1450 dual-band wireless card. Using the single-band card that came with the laptop this didn't happen, but when I began using the new one I started seeing near-constant panics. >How-To-Repeat: Load the system lightly, then do network stuff (a flood ping works perfectly). >Fix: It turns out that the first thing I checked appears to be the problem. ndis_start() has a single path that fails to drop the NDIS lock before it returns. I fixed that and the system has survived a flood ping for several minutes now. The diff is appended. NOTE: This should almost certainly get into 5.3-stable. It's a nasty. Index: if_ndis.c =================================================================== RCS file: /cvs/repos/src/sys/dev/if_ndis/if_ndis.c,v retrieving revision 1.69.2.1 diff -u -r1.69.2.1 if_ndis.c --- if_ndis.c 9 Oct 2004 15:20:18 -0000 1.69.2.1 +++ if_ndis.c 17 Oct 2004 18:58:52 -0000 @@ -1291,8 +1291,10 @@ break; } - if (pcnt == 0) + if (pcnt == 0) { + NDIS_UNLOCK(sc); return; + } if (sc->ndis_txpending == 0) ifp->if_flags |= IFF_OACTIVE; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sun Oct 17 20:10:34 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA78D16A4CE for ; Sun, 17 Oct 2004 20:10:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 985FF43D49 for ; Sun, 17 Oct 2004 20:10:34 +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 i9HKAYti027940 for ; Sun, 17 Oct 2004 20:10:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9HKAYB3027939; Sun, 17 Oct 2004 20:10:34 GMT (envelope-from gnats) Date: Sun, 17 Oct 2004 20:10:34 GMT Message-Id: <200410172010.i9HKAYB3027939@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Don L. Belcher" Subject: Re: i386/71158: pci bus number 3 devices are missing on laptop [5.3-BETA5] X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Don L. Belcher" List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 20:10:35 -0000 The following reply was made to PR i386/71158; it has been noted by GNATS. From: "Don L. Belcher" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: i386/71158: pci bus number 3 devices are missing on laptop [5.3-BETA5] Date: Sun, 17 Oct 2004 13:09:31 -0700 This is a multi-part message in MIME format. --------------070308020307050204000202 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit By removing this change from 5.3-stable built on Oct. 17 2004 fixes the problem. Diff for /src/sys/dev/pccbb/pccbb.c between version 1.108 and 1.109 Line 683 cbb_print_config(device_t dev) Line 683 cbb_print_config(device_t dev) static int static int cbb_attach(device_t brdev) cbb_attach(device_t brdev) { { static int curr_bus_number = 1; /* XXX EVILE BAD (see below) */ struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev); struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev); int rid; int rid, bus, pribus; device_t parent; parent = device_get_parent(brdev); mtx_init(&sc->mtx, device_get_nameunit(brdev), "cbb", MTX_DEF); mtx_init(&sc->mtx, device_get_nameunit(brdev), "cbb", MTX_DEF); cv_init(&sc->cv, "cbb cv"); cv_init(&sc->cv, "cbb cv"); sc->chipset = cbb_chipset(pci_get_devid(brdev), NULL); sc->chipset = cbb_chipset(pci_get_devid(brdev), NULL); Line 758 cbb_attach(device_t brdev) Line 761 cbb_attach(device_t brdev) sc->exca.flags |= EXCA_HAS_MEMREG_WIN; sc->exca.flags |= EXCA_HAS_MEMREG_WIN; sc->exca.chipset = EXCA_CARDBUS; sc->exca.chipset = EXCA_CARDBUS; cbb_chipinit(sc); cbb_chipinit(sc); /* * This is a gross hack. We should be scanning the entire pci * tree, assigning bus numbers in a way such that we (1) can * reserve 1 extra bus just in case and (2) all sub busses * are in an appropriate range. */ bus = pci_read_config(brdev, PCIR_SECBUS_2, 1); pribus = pcib_get_bus(parent); DEVPRINTF((brdev, "Secondary bus is %d\n", bus)); if (bus == 0) { if (curr_bus_number < pribus) curr_bus_number = pribus + 1; if (pci_read_config(brdev, PCIR_PRIBUS_2, 1) != pribus) { DEVPRINTF((brdev, "Setting primary bus to %d\n", pribus)); pci_write_config(brdev, PCIR_PRIBUS_2, pribus, 1); } bus = curr_bus_number; DEVPRINTF((brdev, "Secondary bus set to %d subbus %d\n", bus, bus + 1)); sc->secbus = bus; sc->subbus = bus + 1; pci_write_config(brdev, PCIR_SECBUS_2, bus, 1); pci_write_config(brdev, PCIR_SUBBUS_2, bus + 1, 1); curr_bus_number += 2; } /* attach children */ /* attach children */ sc->cbdev = device_add_child(brdev, "cardbus", -1); sc->cbdev = device_add_child(brdev, "cardbus", -1); --------------070308020307050204000202 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit



By removing this change from 5.3-stable built on Oct. 17 2004 fixes the problem.

Diff for /src/sys/dev/pccbb/pccbb.c between version 1.108 and 1.109

Line 683  cbb_print_config(device_t dev)
Line 683  cbb_print_config(device_t dev)
 static int  static int
 cbb_attach(device_t brdev)  cbb_attach(device_t brdev)
 {  {
           static int curr_bus_number = 1; /* XXX EVILE BAD (see below) */
         struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev);          struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev);
         int rid;          int rid, bus, pribus;
           device_t parent;
   
           parent = device_get_parent(brdev);
         mtx_init(&sc->mtx, device_get_nameunit(brdev), "cbb", MTX_DEF);          mtx_init(&sc->mtx, device_get_nameunit(brdev), "cbb", MTX_DEF);
         cv_init(&sc->cv, "cbb cv");          cv_init(&sc->cv, "cbb cv");
         sc->chipset = cbb_chipset(pci_get_devid(brdev), NULL);          sc->chipset = cbb_chipset(pci_get_devid(brdev), NULL);
Line 758  cbb_attach(device_t brdev)
Line 761  cbb_attach(device_t brdev)
         sc->exca.flags |= EXCA_HAS_MEMREG_WIN;          sc->exca.flags |= EXCA_HAS_MEMREG_WIN;
         sc->exca.chipset = EXCA_CARDBUS;          sc->exca.chipset = EXCA_CARDBUS;
         cbb_chipinit(sc);          cbb_chipinit(sc);
   
           /*
            * This is a gross hack.  We should be scanning the entire pci
            * tree, assigning bus numbers in a way such that we (1) can
            * reserve 1 extra bus just in case and (2) all sub busses
            * are in an appropriate range.
            */
           bus = pci_read_config(brdev, PCIR_SECBUS_2, 1);
           pribus = pcib_get_bus(parent);
           DEVPRINTF((brdev, "Secondary bus is %d\n", bus));
           if (bus == 0) {
                   if (curr_bus_number < pribus)
                           curr_bus_number = pribus + 1;
                   if (pci_read_config(brdev, PCIR_PRIBUS_2, 1) != pribus) {
                           DEVPRINTF((brdev, "Setting primary bus to %d\n", pribus));
                           pci_write_config(brdev, PCIR_PRIBUS_2, pribus, 1);
                   }
                   bus = curr_bus_number;
                   DEVPRINTF((brdev, "Secondary bus set to %d subbus %d\n", bus,
                       bus + 1));
                   sc->secbus = bus;
                   sc->subbus = bus + 1;
                   pci_write_config(brdev, PCIR_SECBUS_2, bus, 1);
                   pci_write_config(brdev, PCIR_SUBBUS_2, bus + 1, 1);
                   curr_bus_number += 2;
           }
   
         /* attach children */          /* attach children */
         sc->cbdev = device_add_child(brdev, "cardbus", -1);          sc->cbdev = device_add_child(brdev, "cardbus", -1);

--------------070308020307050204000202-- From owner-freebsd-i386@FreeBSD.ORG Mon Oct 18 11:02:03 2004 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8EAB16A501 for ; Mon, 18 Oct 2004 11:02:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5CA43D39 for ; Mon, 18 Oct 2004 11:02:02 +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 i9IB22Yh048072 for ; Mon, 18 Oct 2004 11:02:02 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9IB21FU048063 for freebsd-i386@freebsd.org; Mon, 18 Oct 2004 11:02:01 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 18 Oct 2004 11:02:01 GMT Message-Id: <200410181102.i9IB21FU048063@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-i386@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 11:02:03 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/10/06] i386/57673 i386 [disklabel] Odd/dangerous disklabel behav o [2004/02/16] i386/62902 i386 Data Corruption on Dell PE 600SC (Server o [2004/03/25] i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o [2004/04/16] i386/65646 i386 FreeBSD suddenly turns off the power o [2004/04/28] i386/66039 i386 panic: system panic with file system corr o [2004/05/04] i386/66248 i386 [panic] bootloader is confused by booting o [2004/05/27] i386/67260 i386 [boot] stack overflow after boot menu whe o [2004/09/05] i386/71395 i386 Data corrupted on Serverworks CG-SL chips o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi o [2004/10/12] i386/72579 i386 unable to install FreeBSD on Intel E7520 o [2004/10/17] i386/72795 i386 LOR between NDIS lock and route lock. 11 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/03/13] i386/25781 i386 Statclocks cannot be disabled on ServerWo o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/10/16] i386/44130 i386 Enabled apm hangs up FreeBSD kernel on i8 o [2003/02/24] i386/48614 i386 VESA VGA modes for syscons lock up machin o [2003/05/22] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster o [2003/06/06] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/11] i386/53200 i386 [boot] 5.1-RC1 SMP kernel boot gags at "A o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian o [2003/06/23] i386/53620 i386 [install] Kernel panics / reboots during o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper o [2003/08/13] i386/55555 i386 system freezes with access to /dev/ums0 o [2003/08/13] i386/55561 i386 SMbus and I2C don't attach when loaded as o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/09/17] i386/56937 i386 panic: system panic during high network l o [2003/09/20] i386/57043 i386 [hang] ar driver with 2 port PCI card loc f [2003/09/22] i386/57097 i386 [hang] Promise Ultra 100 TX2 causes locku p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' f [2003/10/06] i386/57632 i386 [boot] Dell PowerEdge 4300 is allergic to o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/16] i386/58139 i386 [panic] -CURRENT panics on Thinkpad A31p o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/12/02] i386/59895 i386 [hang] system hangs from disk IO errors [ o [2003/12/02] i386/59897 i386 [hang] problems with swap-pager with grea f [2003/12/02] i386/59898 i386 [boot] pxe boot: BTX halted o [2003/12/17] i386/60344 i386 [boot] Intel ICH5 SATA RAID boot problems o [2003/12/27] i386/60603 i386 dd causes error when copying cd from ATA o [2003/12/27] i386/60633 i386 [hang] SIS motherboard with the SIS 5591 o [2003/12/27] i386/60641 i386 Sporadic SCSI bus resets with 53C810 unde o [2003/12/28] i386/60671 i386 FreeBSD 5.2RC2 installation process doesn o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op o [2004/01/08] i386/61063 i386 [ata] ata hangs in smp system f [2004/01/10] i386/61163 i386 [boot] "/:write failed, filesystem is ful o [2004/01/12] i386/61253 i386 [panic] page fault on installation freebs o [2004/01/13] i386/61303 i386 5.2-REL hangs during boot with 3-port pyr o [2004/01/13] i386/61326 i386 Reboot while booting from 5.2-RELEASE CD o [2004/01/14] i386/61342 i386 [hang] CD-based installation crashes [4.9 o [2004/01/16] i386/61443 i386 FreeBSD 5.2-RELEASE installation stops at o [2004/01/20] i386/61646 i386 [workaround] Strange irq20 weirdness caus o [2004/01/22] i386/61705 i386 [ntp] Random "bus errors" on 5.2-RELEASE o [2004/01/22] i386/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics o [2004/01/23] i386/61804 i386 [panic] panic with hitachi travelstar USB o [2004/01/25] i386/61890 i386 [fdisk] FDisk uses incorrect calculations f [2004/02/02] i386/62248 i386 [boot] 5.2 current hangs on boot o [2004/02/02] i386/62280 i386 em0 broken after resume in 5.2-CURRENT o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se o [2004/02/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/63430 i386 [ata] TIMEOUT - ATA READ o [2004/02/27] i386/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with o [2004/02/27] i386/63467 i386 [ata] Sil 3114: RAID not detected using S o [2004/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/04] i386/63776 i386 [boot] hang during boot on a toshiba p25 o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 o [2004/03/06] i386/63853 i386 [hang] 5.2.1 boot CD hangs during boot (T o [2004/03/07] i386/63871 i386 [panic] kernel panic in swi8 after 1 hour o [2004/03/09] i386/63992 i386 [hang] XFree86 4.3 hangs on IBM ThinkPad o [2004/03/12] i386/64183 i386 5.1-RELEASE Install hung at "Probing devi o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) fr o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq o [2004/03/25] i386/64697 i386 5.2.x BTX loader halts with Promise FastT o [2004/03/25] i386/64727 i386 [boot] cannot find disk on asus p4s533mx o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa o [2004/04/14] i386/65523 i386 [patch] PXE loader malfunction in multipl o [2004/04/19] i386/65774 i386 [sysinstall] cannot run repair disk when o [2004/04/19] i386/65775 i386 [panic] Transmeta crusoe without longrun 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] kern/65920 i386 [nwfs] Mounted Netware filesystem behaves f [2004/04/25] i386/65954 i386 [panic] Sil0680 panic [5.2.1-p5] o [2004/04/29] i386/66087 i386 [install] hang at PCI config [5.2.1] o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic f [2004/05/06] i386/66339 i386 [hang] XFree86 initialization with an Lap o [2004/05/07] i386/66350 i386 [sysinstall] sysinstall creates a partiti o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/19] i386/66876 i386 [patch] Cannot extract tar(1) multi-volum o [2004/05/22] i386/67047 i386 mpt driver does not recognize messages fr o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata o [2004/06/09] i386/67739 i386 [kbd] smth was broken in keyboard process o [2004/06/11] i386/67833 i386 [boot] 4.10 does not boot after enabling f [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/27] i386/68411 i386 VMware Virtual Machine - Network Fails Du o [2004/06/28] i386/68438 i386 bootloader cannot read from icp vortex ar o [2004/06/28] i386/68460 i386 [nfs] 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/11] i386/68900 i386 5.x install CDs fail to boot on Toshiba S f [2004/07/11] i386/68910 i386 [ipfw] Ipfw2 segmentation fault o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/19] i386/69260 i386 [install] Problem starting the installati o [2004/07/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD o [2004/08/01] i386/69876 i386 [panic] new kernel panic on boot (-CURREN f [2004/08/03] i386/69945 i386 "Page fault" while shutting down on VIA K o [2004/08/05] i386/70028 i386 umass isuue in the boot prcess on SONY La o [2004/08/11] i386/70330 i386 Re-Open 33262? - gdb does not handle pend o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/16] i386/70525 i386 [boot] boot0cfg: -o packet not effective o [2004/08/16] i386/70531 i386 [patch] boot0 hides Lilo in extended slic o [2004/08/19] i386/70663 i386 Freebsd 4.10 ncplogin + Netware 4.11 = nw o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel f [2004/08/21] i386/70805 i386 [apm] page fault early during boot with a o [2004/08/25] i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, f [2004/08/25] i386/70962 i386 [install] When downloading the installer o [2004/08/26] i386/71000 i386 [boot] BTX halted when booting from CD on o [2004/08/27] i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E o [2004/08/28] i386/71087 i386 [hang] 5.3-beta(2-5) fail to install on e o [2004/08/30] i386/71144 i386 FBSD5.3b2 doesn't boot on a Compaq Armada o [2004/08/30] i386/71158 i386 pci bus number 3 devices are missing on l o [2004/08/31] i386/71190 i386 Dead thinkpad R31 after installing 5.2.1 o [2004/08/31] i386/71208 i386 Intel EtherExpress not working o [2004/09/05] i386/71392 i386 5.3-Beta[2-5] crash after final sync when o [2004/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] o [2004/09/07] i386/71470 i386 [hang] Asus P4P800-E Promise 20378 RAID 1 o [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load o [2004/09/14] i386/71733 i386 Marvel/Gigabit NIC on Asus K8V SE is not o [2004/09/19] i386/71894 i386 burncd unkillable with bad CD's o [2004/09/22] i386/72004 i386 [boot] FreeBSD 5.2.1 install hangs with e o [2004/09/24] i386/72065 i386 4.x and 5.2.1 doesn't recognize PCnet/ISA o [2004/09/24] i386/72069 i386 [panic] Fatal trap 12: page fault while i o [2004/09/30] i386/72215 i386 with acpi enabled network card will not w o [2004/10/04] i386/72334 i386 7) i386|[boot] FreeBSD 5.3 Beta6 and Beta o [2004/10/05] i386/72343 i386 Suspend resets system on Inspiron 5160. o [2004/10/06] i386/72378 i386 NFS hangs in 5.3-BETA7 [3Com gbit card] o [2004/10/07] i386/72416 i386 FreeBSD 5.3-BETA7: The alternate systemcl o [2004/10/09] i386/72456 i386 5.xx Releases Do Not Identify ATA when 4. o [2004/10/09] i386/72468 i386 OS do not know how to handle broadcast... o [2004/10/11] i386/72497 i386 WD USB Disk Panics -stable and 5.2.1 o [2004/10/12] i386/72592 i386 NIS Domain Master fails as client of itse o [2004/10/15] i386/72738 i386 pcm0:play:0: play interrupt timeout, chan 147 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/14] i386/53324 i386 pam_group problems (PAM_RUSER used instea o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic o [2003/11/10] i386/59147 i386 [usb] USB active extension cable not reco o [2003/11/23] conf/59600 i386 [PATCH] Improved us.emacs.kbd mapping f [2003/11/30] i386/59854 i386 System panics when AMD 762 AGP is loaded o [2003/12/17] i386/60319 i386 [hang] read error 34/0 during installatio 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/05] misc/60919 i386 No login possible (sporadic) o [2004/01/06] i386/60963 i386 [PATCH] Win32 Applications abort on PECOF o [2004/01/07] i386/61005 i386 [boot] The Boot Manager in FreeBSD 5.2RC o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/16] kern/61438 i386 5.2 nfs tasks running and not selected at o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed o [2004/01/24] i386/61838 i386 Realtek -8139C Card Not Supported o [2004/01/24] i386/61843 i386 Intel PRO/100 VE adapter is not recognize f [2004/01/25] i386/61889 i386 Have to reinsert pccard after reboot o [2004/01/27] i386/62003 i386 [patch] make /boot/loader "reboot" code s o [2004/02/11] i386/62699 i386 fstat randomly crashes with "out of memor f [2004/02/17] i386/62952 i386 [usb] USB not working (kt133, ABIT KT7). o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup f [2004/02/25] i386/63334 i386 make kernel error o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- f [2004/03/27] i386/64795 i386 Network Adapter not configuring o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/14] i386/65528 i386 mouse cursor disapears on moving o [2004/04/18] i386/65691 i386 fxp0: device timeout p [2004/04/18] i386/65729 i386 Document machdep.hlt_cpus sysctl f [2004/05/21] i386/66996 i386 Problem with CD/DVD ROM o [2004/05/22] i386/67055 i386 Mouse (wheel) detection problem on SIS748 o [2004/05/30] i386/67383 i386 [patch] do a better job disassembling cod o [2004/06/01] i386/67456 i386 [LOR] LOR on dual-xeon w/ ht o [2004/06/09] i386/67763 i386 [patch] PCMCIA: MELCO manufacturer code s o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e o [2004/06/18] i386/68087 i386 wget core dumps with: Assertion failed: ( o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve o [2004/06/30] i386/68514 i386 Realtek driver halts on oversized frames o [2004/06/30] i386/68518 i386 Hangs while loading 82443BX agp during bo o [2004/07/06] i386/68719 i386 [usb] USB 2.0 mobil rack+ fat32 performan o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/18] i386/69257 i386 [patch] in_cksum_hdr is non-functional wi o [2004/07/23] i386/69460 i386 the nic's speed slow down when both side o [2004/07/28] kern/69688 i386 NATD does not work with outgoing PPTP VPN o [2004/07/28] i386/69722 i386 wi0: init failed o [2004/07/29] i386/69730 i386 [patch] puc driver doesn't support PC-Com o [2004/08/02] kern/69931 i386 PS/2 Optical Mouse (Micro Innovations) mi f [2004/08/05] i386/70036 i386 pcn device not recognizing device o [2004/08/18] i386/70610 i386 [patch] spkr(4): hardcoded assumption HZ o [2004/08/22] i386/70810 i386 [patch] Enable SMBus device on Asus P4B s o [2004/08/22] i386/70832 i386 Serious problems with RealTek NIC using r o [2004/08/25] i386/70926 i386 [boot] 5.3Beta-1 bootstrap error: "atapci o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/20] i386/71924 i386 timeouts with ata+hpt366 controller on BE o [2004/09/24] i386/72046 i386 files system full error on install of 4.1 o [2004/09/29] i386/72179 i386 Inconsistent apm(8) output regarding the o [2004/10/06] i386/72380 i386 USB does not work [dual Celeron Abit] o [2004/10/14] i386/72676 i386 telnet client crashes regularly on 4.10-S 67 problems total. From owner-freebsd-i386@FreeBSD.ORG Mon Oct 18 21:34:25 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D7C16A4CF; Mon, 18 Oct 2004 21:34:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B395643D46; Mon, 18 Oct 2004 21:34:25 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from freefall.freebsd.org (le@localhost [127.0.0.1]) i9ILYPws022916; Mon, 18 Oct 2004 21:34:25 GMT (envelope-from le@freefall.freebsd.org) Received: (from le@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9ILYPuf022912; Mon, 18 Oct 2004 21:34:25 GMT (envelope-from le) Date: Mon, 18 Oct 2004 21:34:25 GMT From: Lukas Ertl Message-Id: <200410182134.i9ILYPuf022912@freefall.freebsd.org> To: frank@exit.com, le@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: i386/72795: LOR between NDIS lock and route lock. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:34:25 -0000 Synopsis: LOR between NDIS lock and route lock. State-Changed-From-To: open->closed State-Changed-By: le State-Changed-When: Mon Oct 18 21:34:14 GMT 2004 State-Changed-Why: Thank you, patch committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=72795 From owner-freebsd-i386@FreeBSD.ORG Tue Oct 19 02:32:26 2004 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DC6416A4CE for ; Tue, 19 Oct 2004 02:32:26 +0000 (GMT) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8C3143D46 for ; Tue, 19 Oct 2004 02:32:25 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (fakerafan@localhost.csie.ntu.edu.tw [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.1/8.13.1) with ESMTP id i9J2WMTv084487 for ; Tue, 19 Oct 2004 10:32:22 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.1/8.13.1/Submit) id i9J2WME0084486 for i386@freebsd.org; Tue, 19 Oct 2004 10:32:22 +0800 (CST) (envelope-from rafan) Resent-From: Rong-En Fan Resent-Date: Tue, 19 Oct 2004 10:32:22 +0800 Resent-Message-ID: <20041019023222.GA84473@svm.csie.ntu.edu.tw> Resent-To: i386@freebsd.org Date: Sun, 17 Oct 2004 20:46:28 +0800 From: Rong-En Fan To: FreeBSD-gnats-submit@freebsd.org Message-ID: <20041017124628.GA32091@svm.csie.ntu.edu.tw> References: <200410050212.i952Csop028951@svm.csie.ntu.edu.tw> <200410050220.i952KObV068804@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410050220.i952KObV068804@freefall.freebsd.org> User-Agent: Mutt/1.5.6i cc: llwang@infor.org cc: des@freebsd.org Subject: Re: i386/72340: [PATCH] add Pentium M, P3 M, P4 M support to bsd.cpu.mk X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 02:32:26 -0000 I have used CPUTYPE=p-m to compile -current yesterday however, after reboot, the kernel compilains that something like "FPU is not present", then it enters DDB. To verify this was caused by CPUTYPE=p-m, I compiled my kernel without CPUTYPE, then it works. Leland Wang (llwang@infor.org) has compiled his 5-STABLE few hours ago with CPUTYPE=p3,p4,p-m and it fails to boot the kernel with p-m (hang right after boot2, entering kernel...). According to his exp, CPUTYPE=p3,p4 are both ok. Not sure if this is GCC's optimization bug or ours? Is there any way to debug this? I'm willing to give help on this. -rafan From owner-freebsd-i386@FreeBSD.ORG Tue Oct 19 06:50:26 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28DAB16A4CE for ; Tue, 19 Oct 2004 06:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E3E43D1D for ; Tue, 19 Oct 2004 06:50: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 i9J6oMu0011389 for ; Tue, 19 Oct 2004 06: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 i9J6oMdT011388; Tue, 19 Oct 2004 06:50:22 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 06:50:22 GMT Message-Id: <200410190650.i9J6oMdT011388@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Andrew Belashov Subject: Re: 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 Reply-To: Andrew Belashov List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 06:50:26 -0000 The following reply was made to PR i386/70832; it has been noted by GNATS. From: Andrew Belashov To: freebsd-gnats-submit@FreeBSD.org, jojo@matfyz.cz, rjackson@cserv63.csub.edu Cc: Subject: Re: i386/70832: Serious problems with RealTek NIC using re0 driver on Evo N1015v Date: Tue, 19 Oct 2004 10:45:01 +0400 Try a patch from PR/61448: From owner-freebsd-i386@FreeBSD.ORG Tue Oct 19 06:50:26 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66D8916A4CE for ; Tue, 19 Oct 2004 06:50:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E7C43D2F for ; Tue, 19 Oct 2004 06:50: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 i9J6oPYb011425 for ; Tue, 19 Oct 2004 06:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9J6oPFw011424; Tue, 19 Oct 2004 06:50:25 GMT (envelope-from gnats) Date: Tue, 19 Oct 2004 06:50:25 GMT Message-Id: <200410190650.i9J6oPFw011424@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Andrew Belashov Subject: Re: i386/68514: Realtek driver halts on oversized frames X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Belashov List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 06:50:26 -0000 The following reply was made to PR i386/68514; it has been noted by GNATS. From: Andrew Belashov To: freebsd-gnats-submit@FreeBSD.org, washu@mte.biglobe.ne.jp Cc: Subject: Re: i386/68514: Realtek driver halts on oversized frames Date: Tue, 19 Oct 2004 10:49:33 +0400 This PR looks like as PR/61448: Try a patch which there is offered. From owner-freebsd-i386@FreeBSD.ORG Tue Oct 19 17:20:13 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6BB16A4CE for ; Tue, 19 Oct 2004 17:20:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AEE243D49 for ; Tue, 19 Oct 2004 17:20:13 +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 i9JHKDZV086837 for ; Tue, 19 Oct 2004 17:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9JHKD3Z086836; Tue, 19 Oct 2004 17:20:13 GMT (envelope-from gnats) Resent-Date: Tue, 19 Oct 2004 17:20:13 GMT Resent-Message-Id: <200410191720.i9JHKD3Z086836@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, De Ganseman Amaury Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE9BF16A4D2 for ; Tue, 19 Oct 2004 17:16:22 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC70B43D39 for ; Tue, 19 Oct 2004 17:16:22 +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 i9JHGMVw081612 for ; Tue, 19 Oct 2004 17:16:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9JHGM8e081611; Tue, 19 Oct 2004 17:16:22 GMT (envelope-from nobody) Message-Id: <200410191716.i9JHGM8e081611@www.freebsd.org> Date: Tue, 19 Oct 2004 17:16:22 GMT From: De Ganseman Amaury To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/72887: emu10k1: sound lag X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 17:20:13 -0000 >Number: 72887 >Category: i386 >Synopsis: emu10k1: sound lag >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 Oct 19 17:20:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: De Ganseman Amaury >Release: FreeBSD 5.3-beta7 >Organization: >Environment: FreeBSD house 5.3-STABLE FreeBSD 5.3-STABLE #5: Sun Oct 17 18:24:41 CEST 2004 atomik@house:/usr/obj/usr/src/sys/MY i386 >Description: Sounds lag for example when I untar a big archive like mozilla,...(not a very big load), When I was under freebsd 4.10 I had no problem with that... I don't know if it's a known problem. >How-To-Repeat: play an mp3 and untar a big archive for example >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Wed Oct 20 10:30:19 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF3416A4CE for ; Wed, 20 Oct 2004 10:30:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9265743D3F for ; Wed, 20 Oct 2004 10:30:19 +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 i9KAUJuc032881 for ; Wed, 20 Oct 2004 10:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9KAUJGH032880; Wed, 20 Oct 2004 10:30:19 GMT (envelope-from gnats) Resent-Date: Wed, 20 Oct 2004 10:30:19 GMT Resent-Message-Id: <200410201030.i9KAUJGH032880@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, Matthias Fechner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7727916A4CE for ; Wed, 20 Oct 2004 10:25:18 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ACDA43D58 for ; Wed, 20 Oct 2004 10:25:18 +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 i9KAPHd1096085 for ; Wed, 20 Oct 2004 10:25:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9KAPHYa096084; Wed, 20 Oct 2004 10:25:17 GMT (envelope-from nobody) Message-Id: <200410201025.i9KAPHYa096084@www.freebsd.org> Date: Wed, 20 Oct 2004 10:25:17 GMT From: Matthias Fechner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/72915: Cron will not send emails via Exim X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 10:30:19 -0000 >Number: 72915 >Category: i386 >Synopsis: Cron will not send emails via Exim >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 Oct 20 10:30:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthias Fechner >Release: 5.2.1 and 5.3-BETA7 >Organization: >Environment: FreeBSD server.idefix.loc 5.3-BETA7 FreeBSD 5.3-BETA7 #5: Sat Oct 16 15:59:18 CEST 2004 root@:/usr/obj/usr/src/sys/SERVER i386 >Description: it is not possible set in Cron an emailadress like MAILTO="idefix@fechner.net", the mail is not send correctly. I have tested now some things. At first i have write a short script like: echo $0 >> /tmp/bla ; env >> /tmp/bla Which is executed from cron, i get the following output: --- cut --- /usr/local/bin/testcron USER=root HOME=/root MAILTO=idefix@fechner.net LOGNAME=root PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin SHELL=/bin/sh --- cut --- In the exim log i can see the following output if cron try to send the email: --- cut --- 2004-10-20 12:18:00 1CKDXc-000DVc-Ae <= <> R=1CKDXc-000DVb-A8 U=mailnull P=local S=701 2004-10-20 12:18:04 1CKDXc-000DVc-Ae => root@fechner.net R=send_to_smart_host T=remote_smtp H=ipv4.fechner.net [83.120.0.234] X=TLSv1:DHE-RSA-AES256-SHA:256 2004-10-20 12:18:04 1CKDXc-000DVc-Ae Completed --- cut --- Here in the first line i miss the receipiant adress. If i sent an email via shell with user account or root account like: mail idefix@fechner.net i get: --- cut --- 2004-10-20 12:21:22 1CKDas-000DZG-Ma <= root@fechner.net U=root P=local S=321 2004-10-20 12:21:24 no IP address found for host localhost.idefix.loc (during SMTP connection from [127.0.0.1]) 2004-10-20 12:21:24 1CKDau-000DZL-Ql <= root@fechner.net H=(localhost) [127.0.0.1] P=esmtp S=858 id=E1CKDas-000DZG-Ma@server.idefix.loc 2004-10-20 12:21:24 1CKDas-000DZG-Ma => idefix@fechner.net R=amavis T=amavis H=localhost [127.0.0.1] 2004-10-20 12:21:24 1CKDas-000DZG-Ma Completed 2004-10-20 12:21:28 1CKDau-000DZL-Ql => idefix@fechner.net R=send_to_smart_host T=remote_smtp H=ipv4.fechner.net [83.120.0.234] X=TLSv1:DHE-RSA-AES256-SHA:256 2004-10-20 12:21:28 1CKDau-000DZL-Ql Completed --- cut --- And the mail is ok. >How-To-Repeat: use exim from port (exim-4.43+28) set in cron MAILTO="idefix@fechner.net" or any other email like "idefix" (local account etc.), than write something like this in cron: MAILTO="idefix" */1 * * * * root echo test >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Thu Oct 21 12:30:20 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D8216A4CE for ; Thu, 21 Oct 2004 12:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8886E43D1F for ; Thu, 21 Oct 2004 12:30: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 i9LCUKVj043463 for ; Thu, 21 Oct 2004 12:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LCUKlI043459; Thu, 21 Oct 2004 12:30:20 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 12:30:20 GMT Resent-Message-Id: <200410211230.i9LCUKlI043459@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, Holland Rhodes Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6645E16A4CE for ; Thu, 21 Oct 2004 12:22:46 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59EBD43D39 for ; Thu, 21 Oct 2004 12:22:46 +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 i9LCMkWs084009 for ; Thu, 21 Oct 2004 12:22:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9LCMkLn084008; Thu, 21 Oct 2004 12:22:46 GMT (envelope-from nobody) Message-Id: <200410211222.i9LCMkLn084008@www.freebsd.org> Date: Thu, 21 Oct 2004 12:22:46 GMT From: Holland Rhodes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/72960: BTX halted with Promise Tx2000 Raid X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 12:30:20 -0000 >Number: 72960 >Category: i386 >Synopsis: BTX halted with Promise Tx2000 Raid >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 12:30:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Holland Rhodes >Release: 5.3 >Organization: >Environment: can't boot >Description: 5.2.1 - 5.3-RC1 fail to boot when the onboard Promise Tx2000 is in RAID mode. The motherboard is a Gigabyte 7vaxp rev 1.1 with bios F14, onboard promise controller is bios ver 2.00.0.33. on 5.2.1 output is: int=0000000d err=00000000 efl=00030056 eip=00009066 eax=040000b8 ebx=00002820 ecx=00000000 edx=000008ee esi=00009701 edi=00001f98 ebp=00000154 esp=00001800 cs=0000 ds=0000 es=0000 fs=0000 gs=0000 ss=0000 cs:eip=0f 01 1e d6 96 0f 01 16-d0 96 0f 20 c0 66 83 c8 01 0f 22 c0 ea 7f 90 08-00 31 c9 b1 10 8e d1 b1 ss:esp=0a 69 6e 74 3d 30 30 30-30 30 30 30 64 20 20 65 72 72 3d 30 30 30 30 30-30 30 30 20 20 65 66 6c BTX halted On 5.3-RC1 output is a bunch of continuously scrolling hex data. This problem does not exist in 4.x nor 5.0 and 5.1. I don't have a 5.2 CD to test with. >How-To-Repeat: boot from freebsd cd. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Thu Oct 21 18:00:45 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC0D16A4CE for ; Thu, 21 Oct 2004 18:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8618943D54 for ; Thu, 21 Oct 2004 18:00:45 +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 i9LI0jx2077725 for ; Thu, 21 Oct 2004 18:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LI0jqq077719; Thu, 21 Oct 2004 18:00:45 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 18:00:45 GMT Resent-Message-Id: <200410211800.i9LI0jqq077719@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, LI Dong Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B976416A4CE for ; Thu, 21 Oct 2004 17:59:11 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE47243D5A for ; Thu, 21 Oct 2004 17:59:11 +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 i9LHxBaq028451 for ; Thu, 21 Oct 2004 17:59:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9LHxB6j028450; Thu, 21 Oct 2004 17:59:11 GMT (envelope-from nobody) Message-Id: <200410211759.i9LHxB6j028450@www.freebsd.org> Date: Thu, 21 Oct 2004 17:59:11 GMT From: LI Dong To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/72972: FreeBSD 5.3 RC1 cause mpd PPTP connections packet lost X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 18:00:45 -0000 >Number: 72972 >Category: i386 >Synopsis: FreeBSD 5.3 RC1 cause mpd PPTP connections packet lost >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 18:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: LI Dong >Release: FreeBSD 5.3 RC1 >Organization: >Environment: FreeBSD xxxxx 5.3-STABLE FreeBSD 5.3-STABLE #2: Wed Oct 20 17:27:03 CEST 2004 root@xxxxx:/usr/src/sys/i386/compile/ROUTER i386 >Description: After a pptp connection with mpd port, I found very serious packet lost. I hope it was caused by a misconfiguration of mpd port. mpd.conf: --------------------------- default: load pptp0 pptp0: new -i ng0 pptp0 pptp0 set ipcp ranges 172.16.1.254/32 172.16.1.100/32 load pptp_standard pptp_standard: set iface disable on-demand set iface enable proxy-arp set iface idle 1800 set iface enable tcpmssfix set bundle enable multilink set link yes acfcomp protocomp set link no pap chap set link enable chap set link keep-alive 10 60 #set link mtu 1460 set ipcp yes vjcomp set ipcp dns 213.244.0.15 set ipcp nbns 172.16.1.4 set bundle enable compression set ccp yes mppc #set ccp yes mpp-e40 set ccp no mpp-e40 set ccp yes mpp-e128 set ccp yes mpp-stateless >How-To-Repeat: install mpd under FreeBSD 5.3 RC1 (src/sys updated to Oct 20 stable) >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Thu Oct 21 18:40:20 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BFF116A4CE for ; Thu, 21 Oct 2004 18:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F095743D53 for ; Thu, 21 Oct 2004 18:40:19 +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 i9LIeJB3083435 for ; Thu, 21 Oct 2004 18:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9LIeJPV083434; Thu, 21 Oct 2004 18:40:19 GMT (envelope-from gnats) Resent-Date: Thu, 21 Oct 2004 18:40:19 GMT Resent-Message-Id: <200410211840.i9LIeJPV083434@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, Lorenzo Dematte Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E7C916A4CE for ; Thu, 21 Oct 2004 18:40:10 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DAF43D3F for ; Thu, 21 Oct 2004 18:40:10 +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 i9LIeAJQ035778 for ; Thu, 21 Oct 2004 18:40:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9LIeAwk035777; Thu, 21 Oct 2004 18:40:10 GMT (envelope-from nobody) Message-Id: <200410211840.i9LIeAwk035777@www.freebsd.org> Date: Thu, 21 Oct 2004 18:40:10 GMT From: Lorenzo Dematte To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/72976: panic: trap 9 on boot X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 18:40:20 -0000 >Number: 72976 >Category: i386 >Synopsis: panic: trap 9 on boot >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 21 18:40:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Lorenzo Dematte >Release: 5.2.1 >Organization: University of Trento >Environment: n/a machine don't boot Machine is P4 3.0 HT with Intel D875PBZ, 1GB memory dual-channel at 800mhz >Description: if I boot with ACPI, fatal trap 12. If I boot without ACPI/safe mode trap 9. >How-To-Repeat: insert disc1 or miniinst 5.2.1 into machine, boot >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sat Oct 23 08:50:25 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42DEE16A4D0 for ; Sat, 23 Oct 2004 08:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3CC43D31 for ; Sat, 23 Oct 2004 08:50: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 i9N8oPIa094728 for ; Sat, 23 Oct 2004 08:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9N8oPKu094727; Sat, 23 Oct 2004 08:50:25 GMT (envelope-from gnats) Resent-Date: Sat, 23 Oct 2004 08:50:25 GMT Resent-Message-Id: <200410230850.i9N8oPKu094727@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, Göran Hasse Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D0416A4CE for ; Sat, 23 Oct 2004 08:47:28 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 120A043D1D for ; Sat, 23 Oct 2004 08:47:28 +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 i9N8lRI2017514 for ; Sat, 23 Oct 2004 08:47:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9N8lRPF017513; Sat, 23 Oct 2004 08:47:27 GMT (envelope-from nobody) Message-Id: <200410230847.i9N8lRPF017513@www.freebsd.org> Date: Sat, 23 Oct 2004 08:47:27 GMT From: Göran Hasse To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/73035: Uppgrading from 5.2.1 to 5.3 RC1 fails X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 08:50:25 -0000 >Number: 73035 >Category: i386 >Synopsis: Uppgrading from 5.2.1 to 5.3 RC1 fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 23 08:50:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Göran Hasse >Release: FreeBSD 5.3 RC1 >Organization: Raditex AB >Environment: FreeBSD 5.3 RC1 >Description: When doing an "uppgrade" from 5.2.1 to 5.3 RC1 the uppgrade fails when installing expat 1.95.8 "Add of package expat 1.95.8 abort..." ... older version alrady installed. >How-To-Repeat: Do an installation of expat between installation of 5.2.1 and 5.3. >Fix: This problem have been ther known for some time as I know it. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sat Oct 23 15:39:02 2004 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55B5516A4CE; Sat, 23 Oct 2004 15:39:02 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E170A43D4C; Sat, 23 Oct 2004 15:39:01 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id i9NFd1s3041763; Sat, 23 Oct 2004 11:39:01 -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 i9NFd1JP069056; Sat, 23 Oct 2004 11:39:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id C71637306E; Sat, 23 Oct 2004 11:39:00 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20041023153900.C71637306E@freebsd-current.sentex.ca> Date: Sat, 23 Oct 2004 11:39:00 -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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 15:39:02 -0000 TB --- 2004-10-23 15:07:42 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-10-23 15:07:42 - starting CURRENT tinderbox run for i386/i386 TB --- 2004-10-23 15:07:42 - checking out the source tree TB --- 2004-10-23 15:07:42 - cd /home/tinderbox/CURRENT/i386/i386 TB --- 2004-10-23 15:07:42 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-10-23 15:11:24 - building world (CFLAGS=-O2 -pipe) TB --- 2004-10-23 15:11:24 - cd /home/tinderbox/CURRENT/i386/i386/src TB --- 2004-10-23 15:11:24 - /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 [...] /tinderbox/CURRENT/i386/i386/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c: In function `mb_put_uint32be': /tinderbox/CURRENT/i386/i386/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c:254: warning: dereferencing type-punned pointer will break strict-aliasing rules /tinderbox/CURRENT/i386/i386/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c: In function `mb_put_uint32le': /tinderbox/CURRENT/i386/i386/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c:262: warning: dereferencing type-punned pointer will break strict-aliasing rules /tinderbox/CURRENT/i386/i386/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c: In function `mb_put_int64be': /tinderbox/CURRENT/i386/i386/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c:270: warning: dereferencing type-punned pointer will break strict-aliasing rules /tinderbox/CURRENT/i386/i386/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c: In function `mb_put_int64le': /tinderbox/CURRENT/i386/i386/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c:278: warning: dereferencing type-punned pointer will break strict-aliasing rules *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src/lib/libsmb. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src/lib. *** 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. *** Error code 1 Stop in /tinderbox/CURRENT/i386/i386/src. TB --- 2004-10-23 15:39:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-10-23 15:39:00 - ERROR: failed to build world TB --- 2004-10-23 15:39:00 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Sat Oct 23 16:12:14 2004 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229E516A4CE; Sat, 23 Oct 2004 16:12:14 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D7843D2F; Sat, 23 Oct 2004 16:12:12 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.1/8.13.1) with ESMTP id i9NGCBDk045988; Sat, 23 Oct 2004 12:12:11 -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 i9NGCBSN012557; Sat, 23 Oct 2004 12:12:11 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id CD4777306E; Sat, 23 Oct 2004 12:12:10 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20041023161210.CD4777306E@freebsd-current.sentex.ca> Date: Sat, 23 Oct 2004 12:12:10 -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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 16:12:14 -0000 TB --- 2004-10-23 15:39:01 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-10-23 15:39:01 - starting CURRENT tinderbox run for i386/pc98 TB --- 2004-10-23 15:39:01 - checking out the source tree TB --- 2004-10-23 15:39:01 - cd /home/tinderbox/CURRENT/i386/pc98 TB --- 2004-10-23 15:39:01 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-10-23 15:44:34 - building world (CFLAGS=-O2 -pipe) TB --- 2004-10-23 15:44:34 - cd /home/tinderbox/CURRENT/i386/pc98/src TB --- 2004-10-23 15:44:34 - /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 [...] /tinderbox/CURRENT/i386/pc98/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c: In function `mb_put_uint32be': /tinderbox/CURRENT/i386/pc98/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c:254: warning: dereferencing type-punned pointer will break strict-aliasing rules /tinderbox/CURRENT/i386/pc98/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c: In function `mb_put_uint32le': /tinderbox/CURRENT/i386/pc98/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c:262: warning: dereferencing type-punned pointer will break strict-aliasing rules /tinderbox/CURRENT/i386/pc98/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c: In function `mb_put_int64be': /tinderbox/CURRENT/i386/pc98/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c:270: warning: dereferencing type-punned pointer will break strict-aliasing rules /tinderbox/CURRENT/i386/pc98/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c: In function `mb_put_int64le': /tinderbox/CURRENT/i386/pc98/src/lib/libsmb/../../contrib/smbfs/lib/smb/mbuf.c:278: warning: dereferencing type-punned pointer will break strict-aliasing rules *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src/lib/libsmb. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src/lib. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. *** Error code 1 Stop in /tinderbox/CURRENT/i386/pc98/src. TB --- 2004-10-23 16:12:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-10-23 16:12:10 - ERROR: failed to build world TB --- 2004-10-23 16:12:10 - tinderbox aborted From owner-freebsd-i386@FreeBSD.ORG Sat Oct 23 23:50:21 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E11B116A4CE for ; Sat, 23 Oct 2004 23:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DDB43D41 for ; Sat, 23 Oct 2004 23:50:21 +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 i9NNoL8d088986 for ; Sat, 23 Oct 2004 23:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9NNoLqv088985; Sat, 23 Oct 2004 23:50:21 GMT (envelope-from gnats) Resent-Date: Sat, 23 Oct 2004 23:50:21 GMT Resent-Message-Id: <200410232350.i9NNoLqv088985@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, Jason Seidel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E67C716A4CE for ; Sat, 23 Oct 2004 23:47:09 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FA243D45 for ; Sat, 23 Oct 2004 23:47:09 +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 i9NNl9Tt010814 for ; Sat, 23 Oct 2004 23:47:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9NNl9hw010811; Sat, 23 Oct 2004 23:47:09 GMT (envelope-from nobody) Message-Id: <200410232347.i9NNl9hw010811@www.freebsd.org> Date: Sat, 23 Oct 2004 23:47:09 GMT From: Jason Seidel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/73056: Sun Microsystems Type 6 USB mouse not working in 5.3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 23:50:22 -0000 >Number: 73056 >Category: i386 >Synopsis: Sun Microsystems Type 6 USB mouse not working in 5.3 >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: Sat Oct 23 23:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jason Seidel >Release: 5.3-RC1 >Organization: >Environment: FreeBSD jersey.unixsystem.org 5.3-RC1 FreeBSD 5.3-RC1 #1: Sat Oct 23 18:58:02 EDT 2004 root@jersey.unixsystem.org:/usr/src/sys/i386/compile/SMP i386 >Description: The Sun Microsystems Type 6 USB mouse doesn not work in 5.3, but does in 5.1. I never got it to work in 5.2 either. As you can see from the post, it doesnt create a ums device and associate it with the uhid0 device of the mouse. ukbd0: Sun Microsystems Type 6 USB keyboard, rev 1.10/2.00, addr 2, iclass 3/1 kbd0 at ukbd0 uhid0: Sun Microsystems Type 6 USB mouse, rev 1.10/1.05, addr 3, iclass 3/1 Also, you can see that the keyboard works fine, just the mouse doesnt. >How-To-Repeat: Plug in any Sun type 6 USB mouse. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Sat Oct 23 23:50:24 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E5716A4D7; Sat, 23 Oct 2004 23:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 070C643D2D; Sat, 23 Oct 2004 23:50:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i9NNoNnL089013; Sat, 23 Oct 2004 23:50:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9NNoNFq089009; Sat, 23 Oct 2004 23:50:23 GMT (envelope-from linimon) Date: Sat, 23 Oct 2004 23:50:23 GMT From: Mark Linimon Message-Id: <200410232350.i9NNoNFq089009@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/72972: FreeBSD 5.3 RC1 cause mpd PPTP connections packet lost X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 23:50:24 -0000 Synopsis: FreeBSD 5.3 RC1 cause mpd PPTP connections packet lost Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Oct 23 23:50:08 GMT 2004 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=72972