From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 31 00:33:00 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2ECD16A4CE; Sun, 31 Oct 2004 00:33:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B319743D53; Sun, 31 Oct 2004 00:33:00 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) i9V0X0uq013761; Sun, 31 Oct 2004 00:33:00 GMT (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9V0X0s9013757; Sun, 31 Oct 2004 00:33:00 GMT (envelope-from marcel) Date: Sun, 31 Oct 2004 00:33:00 GMT From: Marcel Moolenaar Message-Id: <200410310033.i9V0X0s9013757@freefall.freebsd.org> To: root@schmalzbauer.de, marcel@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/73251: GEOM_GPT only works with ACPI in the kernel, not as module X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 00:33:00 -0000 Synopsis: GEOM_GPT only works with ACPI in the kernel, not as module State-Changed-From-To: open->closed State-Changed-By: marcel State-Changed-When: Sun Oct 31 00:22:19 GMT 2004 State-Changed-Why: The problem described in this PR has nothing to do with ACPI and is not even specific to GPT (except for the fact that it's currently only MBR and GPT that can coexist). What is described is that GEOM does not allow multiple slicers on a single provider. Both the MBR and GPT reside on the same disk and GEOM will only create devices for one. There's however a window in which all device special files exist: when no file system has been mounted. As soon as a file system is mounted, the slicer under which the file system is mounted survives. The other disappears. As such, this PR describes a configuration problem caused by the use of invalid options (like the -k option to gpt migrate). GPT can not be used on a disk that already has a MBR, it is defined that way by the GPT specification and we only allow it in FreeBSD for debugging purposes. http://www.freebsd.org/cgi/query-pr.cgi?pr=73251 From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 31 01:32:39 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C17316A4CE; Sun, 31 Oct 2004 01:32:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B98A43D2D; Sun, 31 Oct 2004 01:32:39 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from freefall.freebsd.org (marcel@localhost [127.0.0.1]) i9V1Wcs0020195; Sun, 31 Oct 2004 01:32:39 GMT (envelope-from marcel@freefall.freebsd.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9V1WcwK020191; Sun, 31 Oct 2004 01:32:38 GMT (envelope-from marcel) Date: Sun, 31 Oct 2004 01:32:38 GMT From: Marcel Moolenaar Message-Id: <200410310132.i9V1WcwK020191@freefall.freebsd.org> To: test2root@schmalzbauer.de, marcel@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/72896: [sysinstall] Sysinstall panics on i386 systems with GPT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 01:32:39 -0000 Synopsis: [sysinstall] Sysinstall panics on i386 systems with GPT State-Changed-From-To: open->closed State-Changed-By: marcel State-Changed-When: Sun Oct 31 01:30:50 GMT 2004 State-Changed-Why: Fixed in -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=72896 From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 31 09:20:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4208916A4D2 for ; Sun, 31 Oct 2004 09:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3221443D3F for ; Sun, 31 Oct 2004 09:20:29 +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 i9V9KT3C019993 for ; Sun, 31 Oct 2004 09:20:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9V9KTgr019992; Sun, 31 Oct 2004 09:20:29 GMT (envelope-from gnats) Date: Sun, 31 Oct 2004 09:20:29 GMT Message-Id: <200410310920.i9V9KTgr019992@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Florian Le Goff Subject: Re: kern/73324: [PATCH] [sys/dev/bktr] correct warning for Pinnacle PCTV Rave card X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Florian Le Goff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 09:20:29 -0000 The following reply was made to PR kern/73324; it has been noted by GNATS. From: Florian Le Goff To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/73324: [PATCH] [sys/dev/bktr] correct warning for Pinnacle PCTV Rave card Date: Sun, 31 Oct 2004 11:18:21 +0100 Hi, And the /BD11/11BD switch does even better, the integrated TV-Tuner on the card is now recognized : bktr0: mem 0xcfffe000-0xcfffefff irq 17 at device 9.0 on pci1 bktr0: [GIANT-LOCKED] bktr0: Pinnacle/Miro TV, Philips SECAM tuner. In bktr_card.c, the code is matching 0x11* for Philips tuners, so, it's not really surprising. Thanks, -- Florian Le Goff +- madflo@beertech.org From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 31 09:40:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5224A16A4CE for ; Sun, 31 Oct 2004 09:40:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2489D43D1D for ; Sun, 31 Oct 2004 09:40:33 +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 i9V9eXd1027612 for ; Sun, 31 Oct 2004 09:40:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9V9eXft027611; Sun, 31 Oct 2004 09:40:33 GMT (envelope-from gnats) Resent-Date: Sun, 31 Oct 2004 09:40:33 GMT Resent-Message-Id: <200410310940.i9V9eXft027611@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jacques Vidrine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C8B16A4CE for ; Sun, 31 Oct 2004 09:34:21 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9679243D46 for ; Sun, 31 Oct 2004 09:34: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 i9V9YLlU048125 for ; Sun, 31 Oct 2004 09:34:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9V9YLjG048124; Sun, 31 Oct 2004 09:34:21 GMT (envelope-from nobody) Message-Id: <200410310934.i9V9YLjG048124@www.freebsd.org> Date: Sun, 31 Oct 2004 09:34:21 GMT From: Jacques Vidrine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73337: nsswitch: potential invalid free X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 09:40:33 -0000 >Number: 73337 >Category: misc >Synopsis: nsswitch: potential invalid free >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 31 09:40:32 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jacques Vidrine >Release: 5.3-STABLE >Organization: FreeBSD >Environment: FreeBSD madman.celabo.org 5.3-STABLE FreeBSD 5.3-STABLE #5: Mon Oct 18 20:11:13 CDT 2004 root@madman.celabo.org:/usr/obj/usr/src/sys/MADMAN i386 >Description: Date: Wed, 27 Oct 2004 09:33:33 +0200 From: Danny Braniss To: bushman@rsu.ru Cc: hackers@freebsd.org, "Jacques A. Vidrine" , "Christian S.J. Peron" Subject: Re: nsdispatch services patch + lookupd Message-Id: <20041027073335.8B74343D55@mx1.FreeBSD.org> while trying to add hesiod/dns support, i've noticed, what looks as a problem: in nss_tls.h, the function name##_getstate(...) can return a static pointer, which gets freed in name##_endstate(...), as far as i know, freeing a non malloced memory is asking for trouble. proposed fix, instead of static, also do a calloc(...). danny >How-To-Repeat: >Fix: make jacques work on it >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 31 12:24:46 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A34FB16A4CE; Sun, 31 Oct 2004 12:24:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B0743D5C; Sun, 31 Oct 2004 12:24:46 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) i9VCOkTH025440; Sun, 31 Oct 2004 12:24:46 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9VCOkYx025436; Sun, 31 Oct 2004 12:24:46 GMT (envelope-from glebius) Date: Sun, 31 Oct 2004 12:24:46 GMT From: Gleb Smirnoff Message-Id: <200410311224.i9VCOkYx025436@freefall.freebsd.org> To: den@nikopol.net, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/73283: [panic] kernel panic (probably because netgraph) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 12:24:46 -0000 Synopsis: [panic] kernel panic (probably because netgraph) State-Changed-From-To: open->closed State-Changed-By: glebius State-Changed-When: Sun Oct 31 12:23:15 GMT 2004 State-Changed-Why: Fixed in ng_bpf.c, rev. 1.18 http://www.freebsd.org/cgi/query-pr.cgi?pr=73283 From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 31 15:40:30 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2014016A4CF for ; Sun, 31 Oct 2004 15:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06A343D5D for ; Sun, 31 Oct 2004 15:40:15 +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 i9VFeFIn045149 for ; Sun, 31 Oct 2004 15:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9VFeFr5045147; Sun, 31 Oct 2004 15:40:15 GMT (envelope-from gnats) Resent-Date: Sun, 31 Oct 2004 15:40:15 GMT Resent-Message-Id: <200410311540.i9VFeFr5045147@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kwok Yeung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 305DB16A4CE for ; Sun, 31 Oct 2004 15:34:04 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EACDC43D49 for ; Sun, 31 Oct 2004 15:34:03 +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 i9VFY3Wp003293 for ; Sun, 31 Oct 2004 15:34:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i9VFY3PK003291; Sun, 31 Oct 2004 15:34:03 GMT (envelope-from nobody) Message-Id: <200410311534.i9VFY3PK003291@www.freebsd.org> Date: Sun, 31 Oct 2004 15:34:03 GMT From: Kwok Yeung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/73354: Highpoint Rocket 1540 hangs when probing for disks at boot-time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 15:40:30 -0000 >Number: 73354 >Category: kern >Synopsis: Highpoint Rocket 1540 hangs when probing for disks at boot-time >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 31 15:40:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kwok Yeung >Release: 5.3-RC2 >Organization: (Private) >Environment: FreeBSD athena.yeung.lan 5.3-RC2 FreeBSD 5.3-RC2 #0: Sun Oct 31 01:00:07 BST 2004 kcy@athena.yeung.lan:/usr/obj/usr/src/sys/ATHENA i386 800MHz Intel Pentium 3, Intel 815 chipset, 512Mb RAM Adaptec 39160 SCSI controller, Highpoint Rocket 1540 SATA controller, 3ware 9500S-4LP SATA RAID controller >Description: If I boot up my computer with hard disks attached to the Highpoint Rocket 1540 controller (non-RAID), it hard-locks when those disks are probed. Nothing responds - not even the caps-lock and num-lock keys. The access-light on the floppy drive is also permanently lit. This problem does not arise if no disks are attached when booting. If I attach the disks after booting and issue an 'atacontrol reinit' command, everything works fine. However, it does make it impossible to boot off a drive attached to this controller. I have tried disabling the floppy drive controller, taking out all other cards apart from the Rocket 1540 and booting off a CD, trying other PCI slots, and disabling ACPI. However, none of these worked. The boot-time output from a successful boot is as follows, with the point of the hang indicated: Oct 31 04:30:42 athena syslogd: kernel boot file is /boot/kernel/kernel Oct 31 04:30:42 athena kernel: Copyright (c) 1992-2004 The FreeBSD Project. Oct 31 04:30:42 athena kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Oct 31 04:30:42 athena kernel: The Regents of the University of California. All rights reserved. Oct 31 04:30:42 athena kernel: FreeBSD 5.3-RC2 #0: Sun Oct 31 01:00:07 BST 2004 Oct 31 04:30:42 athena kernel: kcy@athena.yeung.lan:/usr/obj/usr/src/sys/ATHENA Oct 31 04:30:42 athena kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Oct 31 04:30:42 athena kernel: CPU: Intel Pentium III (801.82-MHz 686-class CPU) Oct 31 04:30:42 athena kernel: Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Oct 31 04:30:42 athena kernel: Features=0x383f9ff Oct 31 04:30:42 athena kernel: real memory = 535756800 (510 MB) Oct 31 04:30:42 athena kernel: avail memory = 514592768 (490 MB) Oct 31 04:30:42 athena kernel: npx0: [FAST] Oct 31 04:30:42 athena kernel: npx0: on motherboard Oct 31 04:30:42 athena kernel: npx0: INT 16 interface Oct 31 04:30:42 athena kernel: acpi0: on motherboard Oct 31 04:30:42 athena kernel: acpi0: Power Button (fixed) Oct 31 04:30:42 athena kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 Oct 31 04:30:42 athena kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 Oct 31 04:30:42 athena kernel: cpu0: on acpi0 Oct 31 04:30:42 athena kernel: acpi_tz0: on acpi0 Oct 31 04:30:42 athena kernel: acpi_button0: on acpi0 Oct 31 04:30:42 athena kernel: acpi_button1: on acpi0 Oct 31 04:30:42 athena kernel: pcib0: port 0x4000-0x40f7,0xcf8-0xcff on acpi0 Oct 31 04:30:42 athena kernel: ACPI link \_SB_.PCI0.LNK1 has invalid initial irq 9, ignoring Oct 31 04:30:42 athena kernel: pci0: on pcib0 Oct 31 04:30:42 athena kernel: agp0: mem 0xd6000000-0xd607ffff,0xd0000000-0xd3ffffff irq 11 at device 2.0 on pci0 Oct 31 04:30:42 athena kernel: pcib1: at device 30.0 on pci0 Oct 31 04:30:42 athena kernel: pci1: on pcib1 Oct 31 04:30:42 athena kernel: ahc0: port 0x9000-0x90ff mem 0xd5863000-0xd5863fff irq 11 at device 0.0 on pci1 Oct 31 04:30:42 athena kernel: ahc0: [GIANT-LOCKED] Oct 31 04:30:42 athena kernel: aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs Oct 31 04:30:42 athena kernel: ahc1: port 0x9400-0x94ff mem 0xd5860000-0xd5860fff irq 10 at device 0.1 on pci1 Oct 31 04:30:42 athena kernel: ahc1: [GIANT-LOCKED] Oct 31 04:30:42 athena kernel: aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs Oct 31 04:30:42 athena kernel: atapci0: port 0xa800-0xa8ff,0xa400-0xa403,0xa000-0xa007,0x9c00-0x9c03,0x9800-0x9807 irq 10 at device 1.0 on pci1 Oct 31 04:30:42 athena kernel: ata2: channel #0 on atapci0 Oct 31 04:30:42 athena kernel: ata3: channel #1 on atapci0 Oct 31 04:30:42 athena kernel: atapci1: port 0xbc00-0xbcff,0xb800-0xb803,0xb400-0xb407,0xb000-0xb003,0xac00-0xac07 irq 10 at device 1.1 on pci1 Oct 31 04:30:42 athena kernel: ata4: channel #0 on atapci1 Oct 31 04:30:42 athena kernel: ata5: channel #1 on atapci1 Oct 31 04:30:42 athena kernel: 3ware device driver for 9000 series storage controllers, version: 2.50.00.000 Oct 31 04:30:42 athena kernel: twa0: <3ware 9000 series Storage Controller> port 0xc000-0xc0ff mem 0xd5000000-0xd57fffff,0xd5861000-0xd58610ff irq 5 at device 2.0 on pci1 Oct 31 04:30:42 athena kernel: twa0: [GIANT-LOCKED] Oct 31 04:30:42 athena kernel: twa0: 4 ports, Firmware FE9X 2.02.00.012, BIOS BE9X 2.02.01.037 Oct 31 04:30:42 athena kernel: em0: port 0xc400-0xc43f mem 0xd5820000-0xd583ffff,0xd5800000-0xd581ffff irq 11 at device 4.0 on pci1 Oct 31 04:30:42 athena kernel: em0: Ethernet address: 00:0e:0c:4c:c7:34 Oct 31 04:30:42 athena kernel: em0: Speed:N/A Duplex:N/A Oct 31 04:30:42 athena kernel: fxp0: port 0xc800-0xc83f mem 0xd5840000-0xd585ffff,0xd5862000-0xd5862fff irq 10 at device 5.0 on pci1 Oct 31 04:30:42 athena kernel: miibus0: on fxp0 Oct 31 04:30:42 athena kernel: inphy0: on miibus0 Oct 31 04:30:42 athena kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Oct 31 04:30:42 athena kernel: fxp0: Ethernet address: 00:d0:b7:49:0c:b5 Oct 31 04:30:42 athena kernel: isab0: at device 31.0 on pci0 Oct 31 04:30:42 athena kernel: isa0: on isab0 Oct 31 04:30:42 athena kernel: atapci2: port 0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 Oct 31 04:30:42 athena kernel: ata0: channel #0 on atapci2 Oct 31 04:30:42 athena kernel: ata1: channel #1 on atapci2 Oct 31 04:30:42 athena kernel: uhci0: port 0xd000-0xd01f irq 11 at device 31.2 on pci0 Oct 31 04:30:42 athena kernel: uhci0: [GIANT-LOCKED] Oct 31 04:30:42 athena kernel: usb0: on uhci0 Oct 31 04:30:42 athena kernel: usb0: USB revision 1.0 Oct 31 04:30:42 athena kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Oct 31 04:30:42 athena kernel: uhub0: 2 ports with 2 removable, self powered Oct 31 04:30:42 athena kernel: pci0: at device 31.3 (no driver attached) Oct 31 04:30:42 athena kernel: uhci1: port 0xd400-0xd41f irq 10 at device 31.4 on pci0 Oct 31 04:30:42 athena kernel: uhci1: [GIANT-LOCKED] Oct 31 04:30:42 athena kernel: usb1: on uhci1 Oct 31 04:30:42 athena kernel: usb1: USB revision 1.0 Oct 31 04:30:42 athena kernel: uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Oct 31 04:30:42 athena kernel: uhub1: 2 ports with 2 removable, self powered Oct 31 04:30:42 athena kernel: pcm0: port 0xdc00-0xdc3f,0xd800-0xd8ff irq 10 at device 31.5 on pci0 Oct 31 04:30:42 athena kernel: pcm0: [GIANT-LOCKED] Oct 31 04:30:42 athena kernel: pcm0: Oct 31 04:30:42 athena kernel: fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 Oct 31 04:30:42 athena kernel: fdc0: [FAST] Oct 31 04:30:42 athena kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Oct 31 04:30:42 athena kernel: sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 Oct 31 04:30:42 athena kernel: sio0: type 16550A Oct 31 04:30:42 athena kernel: sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 Oct 31 04:30:42 athena kernel: sio1: type 16550A Oct 31 04:30:42 athena kernel: ppc0: port 0xf78-0xf7b,0xb78-0xb7b,0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0 Oct 31 04:30:42 athena kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Oct 31 04:30:42 athena kernel: ppc0: FIFO with 16/16/16 bytes threshold Oct 31 04:30:42 athena kernel: ppbus0: on ppc0 Oct 31 04:30:42 athena kernel: ppbus0: IEEE1284 device found /NIBBLE/PS2/ECP Oct 31 04:30:42 athena kernel: Probing for PnP devices on ppbus0: Oct 31 04:30:42 athena kernel: ppbus0: PRINTER PCL5,POSTSCRIPT2,PJL,PCLXL Oct 31 04:30:42 athena kernel: plip0: on ppbus0 Oct 31 04:30:42 athena kernel: lpt0: on ppbus0 Oct 31 04:30:42 athena kernel: lpt0: Interrupt-driven port Oct 31 04:30:42 athena kernel: ppi0: on ppbus0 Oct 31 04:30:42 athena kernel: atkbdc0: port 0x64,0x60 irq 1 on acpi0 Oct 31 04:30:42 athena kernel: atkbd0: irq 1 on atkbdc0 Oct 31 04:30:42 athena kernel: kbd0 at atkbd0 Oct 31 04:30:42 athena kernel: atkbd0: [GIANT-LOCKED] Oct 31 04:30:42 athena kernel: psm0: irq 12 on atkbdc0 Oct 31 04:30:42 athena kernel: psm0: [GIANT-LOCKED] Oct 31 04:30:42 athena kernel: psm0: model IntelliMouse Explorer, device ID 4 Oct 31 04:30:42 athena kernel: pmtimer0 on isa0 Oct 31 04:30:42 athena kernel: orm0: at iomem 0xd4000-0xd57ff,0xd2000-0xd37ff,0xc0000-0xc9fff on isa0 Oct 31 04:30:42 athena kernel: sc0: at flags 0x100 on isa0 Oct 31 04:30:42 athena kernel: sc0: VGA <16 virtual consoles, flags=0x300> Oct 31 04:30:42 athena kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Oct 31 04:30:42 athena kernel: Timecounter "TSC" frequency 801823054 Hz quality 800 Oct 31 04:30:42 athena kernel: Timecounters tick every 1.000 msec Oct 31 04:30:42 athena kernel: Waiting 15 seconds for SCSI devices to settle Oct 31 04:30:42 athena kernel: acpi_cpu: throttling enabled, 2 steps (100% to 50.0%), currently 100.0% ------------------> Hangs here if disks are attached <----------------- Oct 31 04:30:42 athena kernel: em0: Link is up 1000 Mbps Full Duplex Oct 31 04:30:42 athena kernel: da0 at ahc1 bus 0 target 0 lun 0 Oct 31 04:30:42 athena kernel: da0: Fixed Direct Access SCSI-3 device Oct 31 04:30:42 athena kernel: da0: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled Oct 31 04:30:42 athena kernel: da0: 70149MB (143666192 512 byte sectors: 255H 63S/T 8942C) Oct 31 04:30:42 athena kernel: da1 at twa0 bus 0 target 0 lun 0 Oct 31 04:30:42 athena kernel: da1: <3ware Logical Disk 00 1.00> Fixed Direct Access SCSI-0 device Oct 31 04:30:42 athena kernel: da1: 100.000MB/s transfers Oct 31 04:30:42 athena kernel: da1: 715224MB (1464778752 512 byte sectors: 255H 63S/T 91178C) Oct 31 04:30:42 athena kernel: Mounting root from ufs:/dev/da0s1a Oct 31 04:30:42 athena kernel: em0: Link is up 1000 Mbps Full Duplex Note: The 'Waiting 15 seconds for SCSI devices to settle' message does not appear when the hang occurs. >How-To-Repeat: Boot FreeBSD on a system containing a Highpoint Rocket 1540 card with at least one hard disk attached. >Fix: Attach the drives after booting and use 'atacontrol reinit ' to register the drives with the OS. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 31 17:41:55 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D4AF16A4CE; Sun, 31 Oct 2004 17:41:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A9543D41; Sun, 31 Oct 2004 17:41:55 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) i9VHftRH057484; Sun, 31 Oct 2004 17:41:55 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9VHftvK057480; Sun, 31 Oct 2004 17:41:55 GMT (envelope-from delphij) Date: Sun, 31 Oct 2004 17:41:55 GMT From: Xin LI Message-Id: <200410311741.i9VHftvK057480@freefall.freebsd.org> To: wkwu.amd64@csie.nctu.edu.tw, delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: amd64/71644: amd64 5.3-BETA4 crash when heavy load X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 17:41:55 -0000 Synopsis: amd64 5.3-BETA4 crash when heavy load State-Changed-From-To: open->feedback State-Changed-By: delphij State-Changed-When: Sun Oct 31 17:40:46 GMT 2004 State-Changed-Why: Dear submitter, Would you please try out 5.3-RC2 and confirm whether the issue is fixed? The recent SACK fixes are likely to fix your problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=71644 From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 31 17:45:10 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4FF16A4CF; Sun, 31 Oct 2004 17:45:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDF2643D45; Sun, 31 Oct 2004 17:45:09 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) i9VHj9WO057561; Sun, 31 Oct 2004 17:45:09 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9VHj9Ab057557; Sun, 31 Oct 2004 17:45:09 GMT (envelope-from delphij) Date: Sun, 31 Oct 2004 17:45:09 GMT From: Xin LI Message-Id: <200410311745.i9VHj9Ab057557@freefall.freebsd.org> To: soporose@gmail.com, delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org, delphij@FreeBSD.org Subject: Re: bin/71688: adduser fails on 5.3-BETA3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 17:45:10 -0000 Synopsis: adduser fails on 5.3-BETA3 State-Changed-From-To: open->feedback State-Changed-By: delphij State-Changed-When: Sun Oct 31 17:43:07 GMT 2004 State-Changed-Why: Dear submitter, I was unable to reproduce your problem. Would you please give some more in-detail repeat steps, or can we close this PR? Responsible-Changed-From-To: freebsd-bugs->delphij Responsible-Changed-By: delphij Responsible-Changed-When: Sun Oct 31 17:43:07 GMT 2004 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=71688 From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 31 17:56:43 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A072C16A4CE; Sun, 31 Oct 2004 17:56:43 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE0A43D6D; Sun, 31 Oct 2004 17:56:43 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) i9VHuh0N057927; Sun, 31 Oct 2004 17:56:43 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9VHuh0I057923; Sun, 31 Oct 2004 17:56:43 GMT (envelope-from delphij) Date: Sun, 31 Oct 2004 17:56:43 GMT From: Xin LI Message-Id: <200410311756.i9VHuh0I057923@freefall.freebsd.org> To: delphij@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-qa@FreeBSD.org Subject: Re: kern/73035: Uppgrading from 5.2.1 to 5.3 RC1 fails X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 17:56:43 -0000 Synopsis: Uppgrading from 5.2.1 to 5.3 RC1 fails Class-Changed-From-To: maintainer-update->sw-bug Class-Changed-By: delphij Class-Changed-When: Sun Oct 31 17:55:17 GMT 2004 Class-Changed-Why: Correct misfiled class Responsible-Changed-From-To: freebsd-bugs->freebsd-qa Responsible-Changed-By: delphij Responsible-Changed-When: Sun Oct 31 17:55:17 GMT 2004 Responsible-Changed-Why: This seems more like to be a sysinstall issue, so over to sysinstall "maintainers" http://www.freebsd.org/cgi/query-pr.cgi?pr=73035 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 09:50:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB5B16A4CF for ; Mon, 1 Nov 2004 09:50:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6310443D5D for ; Mon, 1 Nov 2004 09: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 iA19oLRw086468 for ; Mon, 1 Nov 2004 09: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 iA19oLGR086467; Mon, 1 Nov 2004 09:50:21 GMT (envelope-from gnats) Resent-Date: Mon, 1 Nov 2004 09:50:21 GMT Resent-Message-Id: <200411010950.iA19oLGR086467@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Claudio Destro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C73C16A4CE for ; Mon, 1 Nov 2004 09:41:26 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8287C43D45 for ; Mon, 1 Nov 2004 09:41:26 +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 iA19fQ1I017804 for ; Mon, 1 Nov 2004 09:41:26 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA19fQmi017803; Mon, 1 Nov 2004 09:41:26 GMT (envelope-from nobody) Message-Id: <200411010941.iA19fQmi017803@www.freebsd.org> Date: Mon, 1 Nov 2004 09:41:26 GMT From: Claudio Destro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/73375: panic: vinvalbuf: dirty bufs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 09:50:21 -0000 >Number: 73375 >Category: kern >Synopsis: panic: vinvalbuf: dirty bufs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 01 09:50:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Claudio Destro >Release: 5.3-STABLE >Organization: >Environment: FreeBSD vulcan 5.3-STABLE FreeBSD 5.3-STABLE #15: Wed Oct 27 17:31:14 CEST 2004 root@:/mnt/AC26400R/usr.obj/usr/src/sys/VULCAN i386 >Description: I get a panic detaching my USB mass storage during final sync, without previously unmounting it. I don't know if this is a real problem (since I did not unmount the USB mass storage), but it leaves my root filesystem unclean. That's my logs: (umass detaching logs...) (...) 1 1 0 0 0 done No buffers busy after final sync (da1:umass-sim0:0:0:0): Synchronize cache failed, status == 0x39, scsi status == 0x0 (da1:umass-sim0:0:0:0): removing device entry panic: vinvalbuf: dirty bufs Uptime: 1h23m45s (...) >How-To-Repeat: Attach an USB mass storage, mount it, and then reboot or shutdown, when final syncing detach umass. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 11:00:51 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB04316A4D0 for ; Mon, 1 Nov 2004 11:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C6FA43D5C for ; Mon, 1 Nov 2004 11:00:51 +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 iA1B0p7p093237 for ; Mon, 1 Nov 2004 11:00:51 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1B0o62093227 for freebsd-bugs@freebsd.org; Mon, 1 Nov 2004 11:00:50 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 1 Nov 2004 11:00:50 GMT Message-Id: <200411011100.iA1B0o62093227@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 11:00:51 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/10/31] pending/73352gnats-admin =?utf-8?q?All tablets at 0.73E?= o [2004/10/31] pending/73356gnats-admin Re: port upgrade: www/lighttpd 1.2.7 to 1 o [2004/11/01] pending/73372gnats-admin Re:%20ports/73371:%20Update%20port%3A%20g 3 problems total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 11:01:00 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE46C16A4CE for ; Mon, 1 Nov 2004 11:01:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB7643D39 for ; Mon, 1 Nov 2004 11:01:00 +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 iA1B100W093277 for ; Mon, 1 Nov 2004 11:01:00 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1B0pe7093242 for freebsd-bugs@freebsd.org; Mon, 1 Nov 2004 11:00:51 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 1 Nov 2004 11:00:51 GMT Message-Id: <200411011100.iA1B0pe7093242@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 11:01:00 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2000/05/09] bin/18466 qa [sysinstall] install via nfs or ftp media o [2001/02/22] ports/25272 ports-bugs Using lang/eperl as cgi/nph binary execut a [2001/05/10] kern/27250 bp [unionfs] [patch] unionfs filesystem pani p [2001/12/28] gnu/33262 mp gdb does not handle pending signals corre o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition (wit o [2002/06/11] ports/39148 cy screen consumes 100% when run f [2002/08/16] kern/41723 [2TB] on 1TB fs, copying files to filesys o [2002/10/25] bin/44471 qa [sysinstall] 4.6 install writes MBR even o [2002/12/28] kern/46576 emulation FreeBSD 4.6 broke linux emulation install o [2003/02/16] bin/48341 qa [sysinstall] sysinstall deletes mbr altho o [2003/03/23] kern/50201 [twe] 3ware RAID 5 resulting in data corr o [2003/06/28] kern/53874 emulation /usr/ports/emulators/linux_base isn't wor o [2003/07/30] ports/55032 emulation java/jdk13: SVr4 emulation interferes wit o [2003/09/28] bin/57321 markm CGI.pm in 4.x base system has a cross-sit o [2003/10/06] i386/57673 i386 [disklabel] Odd/dangerous disklabel behav o [2003/11/10] kern/59103 Serious data corruption reading compact f o [2003/12/12] kern/60175 panic: 5.2-RC: disk errors cause panic in o [2003/12/17] kern/60313 data destruction: lseek() misalignment si o [2004/01/31] java/62144 phantom JVM is Crashing o [2004/01/31] java/62145 phantom HotSpot Java Virtual Machine Error : 11 o [2004/02/12] amd64/62753 obrien txp(4) panics on amd4 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/22] threads/65883threads libkse's sigwait does not work after fork 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/04] bin/66261 fsck cannot recover filesystem corruption o [2004/05/11] kern/66553 rwatson SEBSD kernel compilation errors o [2004/05/27] i386/67260 i386 [boot] stack overflow after boot menu whe o [2004/07/07] kern/68757 kan rapid file creation on snapshotted filesy o [2004/08/06] kern/70096 [patch] full msdos file system causes cor o [2004/08/23] kern/70881 5.3 beta1 kernel.generic missing from /bo 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/09/16] kern/71800 5.3-BETA3 crash (infinite IRQ list dump) o [2004/09/17] kern/71824 le start_vinum="YES" panics 5.3-BETA4 on boo o [2004/10/04] kern/72290 5.3-BETA6 locks up while probing for PNP o [2004/10/10] kern/72478 [patch] ata: dd destroys FreeBSD raid hea o [2004/10/19] docs/72897 doc ERRATA and RELNOTES are missing warnings o [2004/10/21] kern/72979 unkillable process(es) stuck in `STOP' st o [2004/10/22] bin/73019 fsck_ufs: cannot alloc 607016868 bytes fo o [2004/10/27] amd64/73211 amd64 FAST_IPSEC broken on amd64 o [2004/10/28] kern/73228 [hang] FreeBSD 5.3-RC1 hangs w/ SMP o [2004/10/28] i386/73244 i386 [SMP] single user mode hangs, SMP freezes f [2004/10/31] ports/73340 gnome www/firefox install loops on invalid xini 46 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1997/04/02] bin/3170 vi freaks and dump core if user doesn't e o [1997/05/07] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- s [1997/10/01] bin/4672 rdist does not do hard links right when t a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/11/11] bin/8646 Implement rlogind -a option f [1998/11/21] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/05/13] kern/11697 tegge Disk failure hangs system f [1999/06/05] kern/12041 Crashes on startup if Zip drive is switch o [1999/09/11] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme f [1999/09/30] ports/14048 des [patch] doscmd -r doesn't work o [1999/10/14] kern/14334 imp [patch] AHA-1542A not supported by FreeBS a [1999/11/04] kern/14712 iedowse [nfs] root has access to NFS mounted dire s [1999/11/17] bin/14946 mjacob rmt - remote magtape protocol o [1999/12/24] bin/15662 markm [PATCH] perl5 Sys::Hostname fails if no P f [1999/12/26] kern/15707 bms bad trap in mprotect o [2000/01/02] i386/15845 imp [patch] Driver for RealTek 8029 f [2000/01/04] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available p [2000/01/22] kern/16299 peadar [nfs] nfs.ko can be unloaded when nfsd is o [2000/02/21] conf/16879 tanimura [sound] Sound drivers seem to be using sh o [2000/02/24] bin/16948 qa [sysinstall] sysinstall/disklabel: bad pa o [2000/03/11] kern/17310 wpaul [patch] NIS host name resolving may loop o [2000/03/17] kern/17422 bde 4.0-STABLE: top: nlist failed s [2000/03/22] conf/17540 [nfs] NIS host lookups cause NFS mounts t o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa o [2000/04/06] kern/17819 [unionfs] Build ports on nfs & union moun o [2000/04/14] kern/18012 [patch] vfs_subr.c: vnode_free_list corru o [2000/04/17] i386/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia f [2000/04/24] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/05/18] kern/18641 paul [panic] FreeBSD V4.0 crashes when using i s [2000/05/22] bin/18742 mike times.allow field parsed incorrectly s [2000/05/24] ports/18800 green security/cfs ports installation fix p [2000/05/29] kern/18874 [2TB] 32bit NFS servers export wrong nega o [2000/06/13] i386/19245 obrien -fexpensive-optimizations buggy (even wit s [2000/06/20] bin/19405 markm telnetd sends DO AUTHENTICATION even if a o [2000/07/02] kern/19654 mbr 20 dc ports in one machine (5x 4port card s [2000/07/08] bin/19773 markm [PATCH] telnet infinite loop depending on o [2000/07/13] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/18] kern/20016 threads pthreads: Cannot set scheduling timer/Can s [2000/07/19] docs/20028 doc ASCII docs should reflect tags o [2000/07/19] kern/20040 jhb Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] bin/20172 byacc 1.9 fails to generate $default tran o [2000/07/29] bin/20282 qa [sysinstall] sysinstall does not recover o [2000/07/30] i386/20308 mux [panic] vidcontrol VESA_800x600 causes a p [2000/08/03] bin/20373 Setting breakpoints in shared objects bro f [2000/08/05] kern/20429 [kbd] setting flags 0x1 in atkbd0 locks k o [2000/08/08] ports/20490 perky Termios timeout parameters, VMIN, VTIME, f [2000/08/10] bin/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/16] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/18] kern/20689 scsi Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/26] kern/20861 threads libc_r does not honor socket timeouts o [2000/08/29] bin/20912 marcel gdb does not recognise old executables. o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] bin/21089 vi silently corrupt open file on SIGINT w f [2000/09/12] kern/21220 scsi mlx0: I/O error - attempt to write beyond a [2000/09/16] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX o [2000/09/20] misc/21406 [boot] bootinst or booteasy overwrites se o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/22] kern/21463 emulation Linux compatability mode should not allow f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/29] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/05] kern/21771 rik Fix for sppp and Cronyx drivers update a [2000/10/07] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] kern/21998 green [patch] ident only for outgoing connectio o [2000/10/20] kern/22142 cjc securelevel does not affect mount f [2000/10/25] bin/22291 [nfs] getcwd() fails on recently-modified o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com a [2000/11/14] bin/22846 bms Routed does not reflect preference of Int o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] bin/23098 ambrisko [patch] [sysinstall] if installing on a s o [2000/12/14] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/03] kern/24032 markm rndcontrol and pccardd use of interupt ha f [2001/01/03] kern/24059 USB support broken in SMP kernel o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be o [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/07] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more f [2001/01/16] bin/24391 mbr cannot kill amd after interface disappear o [2001/01/19] bin/24461 Being able to increase the YP timeout wit o [2001/01/20] threads/24472threads libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/25] kern/24629 harti ng_socket failes to declare connected dat o [2001/01/25] threads/24632threads libc_r delicate deviation from libc in ha o [2001/01/25] kern/24641 threads pthread_rwlock_rdlock can deadlock s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/02/10] kern/24982 iedowse stack gap usage o [2001/02/11] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25038 murray dhcp client could not set hostname on boo o [2001/02/13] kern/25067 able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/07] ports/25576 x11 XFree86-4 port installs manual pages with o [2001/03/13] i386/25781 i386 Statclocks cannot be disabled on ServerWo p [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] bin/25851 qa [patch] security hole in anonymous FTP se o [2001/03/18] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] i386/25909 [hang] 4.x kernel freezes on P3-Asus CUSL o [2001/03/19] kern/25910 sound [sound] Kernel sound driver may die if a o [2001/03/19] bin/25929 qa [fixit] Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa a [2001/03/22] kern/25986 andre Socket would hang at LAST_ACK forever. o [2001/03/23] kern/26013 joe Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] kern/26035 sound [sound] [hang] system hangs when playing o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts a [2001/03/27] kern/26142 [nfs] Unlink fails on NFS mounted filesys o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] bin/26320 alfred [mount] [patch] mountd breaks IRIX automo a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/08] kern/26430 sound [sound] -CURRENT panics on cat /dev/dsp o o [2001/04/10] kern/26486 [patch] setnetgrent hangs when netgroup c o [2001/04/12] kern/26506 [patch] sendto() syscall returns EINVAL i o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/26] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/27] bin/26897 qa [sysinstall] 4.3R sysinstall fails to cre f [2001/05/03] kern/27059 scsi (symbios) SCSI subsystem hangs under heav f [2001/05/11] kern/27275 kernel bug ? (negative sbsize) o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter s [2001/05/22] kern/27543 /proc/cpuinfo does not handle SMP hosts o [2001/05/24] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 sound [sound] Panic in csa(4) f [2001/05/29] i386/27729 qa [sysinstall] the ls120 device "afd" does a [2001/06/05] kern/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] conf/27896 Error in /etc/exports invalidates entire o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] bin/28095 [PATCH] pax may descend into directories o [2001/06/14] ports/28138 perky python os.statvfs module is not functiona o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/29] kern/28508 scsi problems with backup to Tandberg SLR40 st o [2001/07/04] kern/28692 sound [sound] ICH sound driver hangs kernel o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/14] kern/28966 emulation [patch] math libraries in linux emulation f [2001/07/20] ports/29098 jedgar p5-Mysql port references wrong directory f [2001/07/23] kern/29170 ru ARP request fails after "bad gateway valu o [2001/07/27] bin/29253 natd forgets about udp connections o [2001/08/02] bin/29375 qa [sysinstall] disk editor gets confused by o [2001/08/03] kern/29421 Update a file with mmap will cause mtime/ o [2001/08/05] kern/29465 sound [sound] Can't probe NeoMagic 256AX audio f [2001/08/11] kern/29626 ifconfig causes kernel panic in 4.4-PRERE o [2001/08/13] kern/29686 kevent EV_ADD EVFILT_WRITE does the wrong o [2001/08/15] bin/29725 dwmalone [PATCH] Fixed segmentation fault in simpl o [2001/08/17] bin/29808 ypserv dumps core in yp_find_db o [2001/08/20] bin/29903 ypbind loses connection to NIS master and p [2001/08/21] kern/29915 bms kernel panics on interaction with mlock a o [2001/08/23] kern/29983 imp Problem with "TI PCI-1250 PCI-CardBus Bri o [2001/08/27] kern/30125 btx/bootloader dumps very often if serial f [2001/08/28] kern/30160 [panic] kernel panic when flash disk is r f [2001/08/29] i386/30206 mdodd [boot] PS/2 server 85 can't boot kern.flp o [2001/08/30] kern/30223 [patch] Using /usr/share/examples/kld/cde p [2001/08/31] bin/30235 /usr/sbin/portmap cannot listen to localh o [2001/08/31] kern/30241 gibbs System crash w/err: AHC0; AHC_INTR - refe o [2001/09/04] bin/30310 top does not show CPU usage o [2001/09/06] conf/30399 Have Fortran use the CPUTYPE variable o [2001/09/10] kern/30482 calcru calls printf while holding a spin o [2001/09/10] alpha/30486 alpha AlphaServer DS10 floppy access is broken o [2001/09/10] alpha/30487 alpha Floppy access on AlphaServer DS20 solid l f [2001/09/10] ports/30490 sobomax yacc in world does NOT fully respect TMPD f [2001/09/11] kern/30502 joe panics if logitech joystick usb attached o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/26] bin/30837 qa [sysinstall] sysinstall doesn't set the s o [2001/09/27] i386/30860 [hang] While install after "Mounting root o [2001/09/27] bin/30869 dump(8) does not dump all files of a file s [2001/09/29] i386/30921 [kbd] ACER mechanic ps/2 keyboard don´t w o [2001/10/01] kern/30948 ls'ing mounted brand new floppy locks up o [2001/10/01] kern/30958 rwatson QUOTA with 0 bytes in quota.user hangs up f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter [nfs] NFS client modification time resolu s [2001/10/02] ports/30993 ports-bugs xxgdb cannot open source file s [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/07] kern/31102 wpaul lge + Pentium III data transmission probl o [2001/10/14] kern/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe [patch] fix crunchgen to work with more c o [2001/10/18] bin/31363 qa [sysinstall] "partition editor" silently o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. a [2001/10/31] kern/31659 joe USB controller driver will die after some o [2001/11/04] kern/31746 failed connect(2) seems to cause problems o [2001/11/06] kern/31790 [nfs] problem with NFS and jail() o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/14] i386/31979 [kbd] Setup and boot locks Compaq Armada o [2001/11/19] kern/32098 semctl() does not propagate permissions a [2001/11/19] kern/32118 mbr 21143 with dc driver will not select 10ba o [2001/11/20] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2001/11/20] kern/32124 imp Cannot set 128 bit wep key on prism2 (wi0 o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/26] bin/32295 threads pthread dont dequeue signals o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 peter [nfs] NFS directory removal problems mani f [2001/12/11] bin/32686 wosch locate command dumps a core file with bro f [2001/12/12] kern/32713 joe [usb] mouse detaches from hub and doesnt o [2001/12/12] kern/32716 joe system hangs when running vid (usb webcam f [2001/12/13] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 glebius [netgraph] Problem with IPX and netgraph( f [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/22] ports/33080 ume gkrellmvolume interferes with the ability a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea o [2001/12/24] kern/33138 [patch] pnp problem in 4.3, 4.4, 4.5 p [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken f [2001/12/26] bin/33213 ume rarpd(8) fails to init IPv6 enabled inter o [2001/12/30] kern/33344 davidxu memory leak in device resource config loa o [2001/12/31] bin/33370 qa [sysinstall] post-configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/04] kern/33532 sound [sound] Playing audio on some soundcards f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/07] kern/33653 brian DSL PPPoE connection error on 4.5-PRERELE o [2002/01/08] bin/33672 [patch] telnetd and mount_mfs signal hand f [2002/01/08] kern/33696 mbr [panic] Driver mistake: repeat make_dev(" o [2002/01/09] kern/33738 [patch] argv == NULL is not handled corre o [2002/01/13] kern/33833 luigi Correct kernel config for 4.4-RELEASE is f [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/16] kern/33940 [patch] quotactl allows compromise gid-qu o [2002/01/18] kern/34017 The siginfo_t passed to the signal handli p [2002/01/18] kern/34020 maxim programs fail that poll(2) on fifos o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w s [2002/01/19] kern/34067 [usb] Reproducable crash on usb ugen o [2002/01/20] kern/34071 [pcn-driver] is sort-of-broken in 4.5RC2 s [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/25] gnu/34246 joe CVS doesn't rebuild CVSROOT/options f [2002/01/25] bin/34269 fenner tcpdump -v incorectly identifies packets o [2002/01/25] bin/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/01/31] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/02/01] threads/34536threads accept() blocks other threads o [2002/02/02] kern/34544 joe [kbd] Kernel crash on fclose() of /dev/kb o [2002/02/03] kern/34568 [lpt] turning printer on and off hangs th p [2002/02/04] kern/34619 bms TCP - FINs with different sequence number p [2002/02/07] bin/34682 fenner scanf/sscanf doesn't understand %lld f [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/11] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] kern/34842 [NIS] [patch] VmWare port + NIS causes "b o [2002/02/17] kern/35061 joe After printing to HP Deskjet 656c USB pri o [2002/02/18] i386/35078 [patch] Uninitialized pointer dereference o [2002/02/19] bin/35116 keyinfo(1) reports root's keyinfo o [2002/02/20] kern/35136 luigi VLAN & bridging & MTU o [2002/02/22] bin/35214 obrien dump program hangs while exiting f [2002/02/24] kern/35269 kris possible panics with 4:1 filesystem ratio p [2002/02/25] standards/35307standards standard include files are not standard c o [2002/02/26] i386/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 sound [sound] emu10k1: no posibility to record o [2002/02/28] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/03/01] kern/35442 [patch] Problem transmitting runts in if_ o [2002/03/03] kern/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/07] kern/35615 sound [sound] [hang] ES1978 Maestro 2E sound ca f [2002/03/07] kern/35645 bms Layer 2 switching using default router of o [2002/03/08] kern/35669 [nfs] NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for f [2002/03/08] kern/35691 mbr Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/10] conf/35726 andre [patch] [rc.network] can't use ifconfig o o [2002/03/14] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/15] bin/35925 qa [sysinstall] fixit floppy cannot be mount a [2002/03/16] kern/35985 re swap double mount o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/18] kern/36038 bp [smbfs] sendfile(2) on smbfs fails, expos o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup a [2002/03/19] bin/36110 dmesg output corrupt if /dev/console is b o [2002/03/20] kern/36147 bogus irq 7 message being issued o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 [patch] poll() behaves erratic on BPF fil o [2002/03/28] kern/36415 roger [bktr] [patch] driver incorrectly handles o [2002/03/29] kern/36504 [patch] crash/panic vm_object_allocate un o [2002/03/29] bin/36508 qa [sysinstall] installation floppy bug (4.5 o [2002/03/30] i386/36517 sis driver can't map ports/memory for Net o [2002/03/31] kern/36566 [smbfs] System reboot with dead smb mount o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d f [2002/04/07] i386/36850 joe Page Fault using ppp with USB Modem [4.9] o [2002/04/08] bin/36867 [patch] games/fortune: add FORTUNE_PATH e o [2002/04/08] bin/36911 qa [sysinstall] installation floppies miss a o [2002/04/09] gnu/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/10] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/14] kern/37064 imp [pccard] System hangs when removing wire o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun p [2002/04/16] kern/37161 emulation ext2 linux file system, error handling la s [2002/04/17] ports/37186 ports-bugs Dbview contains an error, because of whic f [2002/04/19] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/22] kern/37326 roger [bktr] smbus/bktr crash when omitting "de o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/25] kern/37436 [hang] accept dead loop when out of file o [2002/04/25] kern/37441 davidxu [patch] ISA PNP parse problem o [2002/04/27] kern/37502 [nfs] NFS client ignores mtime.tv_usec fo o [2002/04/28] i386/37523 davidxu [patch] lock for bios16 call and vm86call o [2002/04/30] i386/37585 qa [hang] System hangs on install at probing o [2002/04/30] kern/37589 imp Kernel panics upon resume from zzz on my o [2002/04/30] ports/37596 shige EMACS_PORT_NAME=xemacs21 forks make infin o [2002/05/01] kern/37635 joe USB ufm driver using major 200, although o [2002/05/02] kern/37675 le [vinum] Page fault when newfs'ing a vinum o [2002/05/03] kern/37710 murray LAN interface in wrong state after attemp f [2002/05/05] kern/37775 [smbfs] netsmb/smb_subr.c needs opt_globa o [2002/05/13] kern/38011 rsm Fatal Trap 12 using Xircom CE2 in IBM 760 a [2002/05/13] ports/38018 znerd www/jakarta-tomcat4: make passing of JVM a [2002/05/13] ports/38020 znerd www/jakarta-tomcat4: stop tomcat via java o [2002/05/14] bin/38058 brian ppp w/ VJ compression alters IP header le o [2002/05/14] i386/38070 [panic] 4.6-PRERELEASE panics on resume o o [2002/05/15] kern/38095 bp vlan not supported with fxp f [2002/05/17] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd f [2002/05/18] ports/38212 knu XFree86-4 and portupgrade get dependencie f [2002/05/23] i386/38459 mux Intel SB82558B NIC won't initialize prope o [2002/05/24] i386/38484 [hang] probe freeze while probing devices o [2002/05/24] kern/38495 bms soreceive fails to maintain invariant on o [2002/05/24] kern/38518 [boot] combination of pr-27087 and pr-369 s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 threads the procces compiled whith pthread stoppe a [2002/05/25] kern/38554 bms changing interface ipaddress doesn't seem o [2002/05/26] bin/38582 qa [sysinstall] sysinstall sets newfs flag a a [2002/05/27] gnu/38594 kan Fortan program don't link post gcc-3.1 o [2002/05/27] bin/38609 qa [sysinstall] sysinstall should know the s o [2002/05/27] kern/38632 imp Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid f [2002/05/30] kern/38736 joe kernel panic during memory stick removal o [2002/05/30] kern/38752 andre rn_walktree_from not halting at the right o [2002/06/01] kern/38795 sound [sound] kldunload of snd_ess, snd_sb16, s o [2002/06/03] kern/38872 [nfs] nfs code ignores possibility of MGE o [2002/06/04] i386/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk f [2002/06/11] ports/39149 ume ports/mail/cyrus-imapd: cyradm causes per o [2002/06/12] kern/39185 core dump binary in single user mode o [2002/06/13] kern/39233 bms NonConforming IPsec implementation from F o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/14] kern/39260 sound [sound] pcm0 locks on boot, Compaq Presar o [2002/06/15] kern/39329 [mount] '..' at mountpoint is subject to o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() f [2002/06/15] kern/39341 joe ppp + USB modem problem o [2002/06/17] kern/39388 scsi ncr/sym drivers fail with 53c810 and more s [2002/06/18] ports/39476 ports-bugs profxp will run but when you fxp a file i s [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una f [2002/06/24] kern/39805 joe 4.6R install panics with umass0 device co o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi f [2002/06/26] conf/39887 matusita /stand/sysinstall doesn't set sendmail_en o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/27] threads/39922threads [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 imp wi0 timeouts and hangs the system while s a [2002/06/27] kern/39937 bms ipstealth issue a [2002/06/28] bin/39940 [patch] /usr/sbin/periodic sends thousand o [2002/06/29] kern/40001 le [vinum] vinum showing -2 drives after rem o [2002/06/30] i386/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 rsm Xircom Realport Ether doesn't work in Tos o [2002/07/02] kern/40122 sound [sound] Device pcm stopps booting Kernel f [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/05] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] bin/40215 wpaul [nis] NIS host search not terminate o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/07/05] bin/40227 [patch] CVS client doesn't upload new fil o [2002/07/06] bin/40260 qa [sysinstall] hang when detecting devices f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/10] kern/40394 if_tap driver hard coded permission check a [2002/07/12] bin/40466 pax may not handle correctly some tar arc o [2002/07/12] bin/40471 des chpass(1) -a option broken in CURRENT p [2002/07/14] kern/40558 bms UDP6 sockets do not receive responses of o [2002/07/14] kern/40561 TTCP does not work with IPv6 o [2002/07/14] kern/40574 sound [sound] NeoMagic soundcard detection on G o [2002/07/15] i386/40577 [hang] post-October 2001 Dell Inspiron 25 f [2002/07/16] bin/40656 qa [patch] [sysinstall] scripted deletion of o [2002/07/19] kern/40787 kernel panic if PCMCIA CD-drive with moun o [2002/07/19] kern/40792 joe signals lead to data loss on device ugen o [2002/07/22] kern/40895 scsi wierd kernel / device driver bug o [2002/07/26] kern/41007 net overfull traffic on third and fourth adap s [2002/07/30] i386/41138 vr0 locks up on one hub, OK on another o [2002/07/31] kern/41216 [nfs] Get "NFS append race" error o [2002/08/01] conf/41242 periodic scripts make unwarranted assumpt o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug f [2002/08/04] bin/41327 jon skey decrementing but not authorizing wit o [2002/08/04] kern/41331 threads Pthread library open sets O_NONBLOCK flag o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 [panic] kernel panics in pmap_insert_entr o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/08] bin/41435 mbr dhclient writes lease file that it can't o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie a [2002/08/14] bin/41647 bms ifconfig doesn't accept lladdr along with o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/17] kern/41740 le [vinum] page fault while rebuilding; inab o [2002/08/18] bin/41757 qa [sysinstall] sysinstall 4.6.x unstable p [2002/08/18] kern/41765 bms UDP socket remains connected after error s [2002/08/19] bin/41776 bms mrouted doesn't route multicast packets o [2002/08/19] conf/41777 /etc/periodic/daily/100.clean-disks remov o [2002/08/20] docs/41824 murray LANG is not documented in setlocale(3) o [2002/08/21] bin/41850 qa [sysinstall] sysinstall fails to create r o [2002/08/22] kern/41881 glebius ng_device was not MFCed for 2 months o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, p [2002/08/26] kern/42030 bms panic when zebra works on detaching tun i o [2002/08/27] kern/42089 phk ntp_gettime returns time in wrong scale o [2002/08/27] bin/42093 ypbind hangs on NIC with the lowest scope o [2002/08/28] misc/42115 luigi PicoBSD: fix build script for 4.6-STABLE o [2002/08/29] kern/42173 sound [sound] Sony VAIO FXA 53 (or FXA 679 in M o [2002/08/30] i386/42198 pjd Kernel panics or system hangs up with big s [2002/08/30] kern/42216 rwatson simultaneous multiple server network fail o [2002/09/03] kern/42352 Impossible to set RCV timeout on a socket o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/06] ports/42483 cy misc/screen problem with editors/vim-lite o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/09] kern/42578 Using PCI serial cards (puc) in SMP machi p [2002/09/09] kern/42580 robert kernel crash when starting ISC 3.2 X11 bi o [2002/09/10] kern/42621 imp Dell Inspiron 5000e hangs when using Orin o [2002/09/11] kern/42652 [smbfs] error deleting r/o (by windows) f o [2002/09/11] bin/42658 markm recompile /usr/src/libexec/telnetd and lo o [2002/09/13] gnu/42726 cvsadm cvs -R pserver & val-tags: story continue p [2002/09/13] kern/42727 bms [PATCH] Wrong MTU in need-frag ICMP using o [2002/09/13] kern/42748 joe USB does not work (Fujitsu Lifebook) o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/14] docs/42762 doc ppp.8 has no description of $env and ~use o [2002/09/14] kern/42769 [boot] Boot stalls if the system has a se o [2002/09/14] i386/42784 imp pcmcia 16bit network card removal locks a f [2002/09/15] kern/42796 scsi NCR/SYM 53C825 driver detects scsi cdrom o [2002/09/15] kern/42801 [hang] FreeBSD freezes when opening cuaa0 a [2002/09/18] kern/42937 bms panic when ARP cache uses up all mbufs o [2002/09/20] kern/42983 imp wi0 sporadically freezes the system for 1 o [2002/09/21] i386/43151 Panic 20 seconds after resume o [2002/09/22] bin/43223 getnetby{name|addr} broken for DNS lookup o [2002/09/24] bin/43337 des fetch: -s fails if -4 or possibly other o f [2002/09/25] i386/43366 joe Cannot format media in USB floppy devices o [2002/09/28] www/43454 www Packages hard to find, often missing o [2002/09/29] kern/43462 joe copying files from olympus C-4040 digital o [2002/09/29] kern/43491 microuptime () went backwards o [2002/09/30] bin/43501 getpwnam, getpwuid fail when linking agai p [2002/10/01] alpha/43567 robert strtod() core dumps o [2002/10/02] kern/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl a [2002/10/03] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] kern/43625 imp Wi(4) driver hangs after long data transf o [2002/10/04] bin/43674 [patch] login(1): able to bypass expired o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/08] conf/43837 wollman PKST (pakistan daylight time) changed fro o [2002/10/09] i386/43852 4.7-RC "device timeout" problem a [2002/10/10] kern/43885 ken USB CDROM does not work with vmware 2.x f [2002/10/10] ports/43886 markm local exploitable overflow in rogue o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/12] kern/43954 [nfs] nfs-blocked process can't return or o [2002/10/13] bin/43993 joe /usr/sbin/usbd does not handle an usb eve a [2002/10/14] kern/44030 VNode/Swap troubles o [2002/10/15] kern/44087 [crash] fatal kernel trap when ifconfig a o [2002/10/16] kern/44126 paul lnc network hungup at large traffics on V o [2002/10/16] i386/44130 i386 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] kern/44150 Diskless kernel may crash, depends on the o [2002/10/18] i386/44188 qa [install] cannot install FreeBSD 4.0-4.6 o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/18] kern/44218 Init dies during boot after upgrade from o [2002/10/19] conf/44263 imp Intel AnyPoint II Wireless Card Unrecogni p [2002/10/21] kern/44336 [nfs] NFSv3 client broken - security prob o [2002/10/21] kern/44355 gnn After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth s [2002/10/26] bin/44504 mp tcsh-6.12.00's "source" command ignore co s [2002/10/27] bin/44518 yar ftpd does not show OPIE OTP challenge o [2002/10/27] docs/44519 yar ftpd.conf(5) contains references to ftpd( o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] kern/44578 [nis] getnetgrent fails to read NIS netgr o [2002/10/30] kern/44744 [patch] VN devices can hang system FreeBS o [2002/11/01] bin/44808 opiepasswd makes bad seed for existing us o [2002/11/04] i386/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/04] kern/44884 imp [pccard] pcic is broken in current (build o [2002/11/07] kern/45023 emulation flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/13] bin/45272 dump/restore problem o [2002/11/15] docs/45303 doc Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/17] kern/45373 mckusick softupdate / fs damaged after loss of pow o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/19] bin/45478 /bin/sh coredump o [2002/11/20] i386/45525 imp Dell Inspiron 7000 does not recognize PC- f [2002/11/20] bin/45529 johan hexdump core-dumps with certain args [PAT o [2002/11/21] kern/45558 [msdosfs] mdconfig and msdosfs make fs wr o [2002/11/21] bin/45565 qa [sysinstall] write error, filesystem full o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error f [2002/11/22] kern/45579 joe Panic from USB stack after device detach o [2002/11/24] kern/45673 sound [sound] [patch] PC98 internal CS4231A is f [2002/11/25] kern/45713 scsi If you use the amr driver, it is impossib f [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing p [2002/11/25] kern/45733 bms file descriptor flags and socket flags ou o [2002/11/27] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/27] kern/45777 crashdump issue with too-small dumpdev a [2002/11/29] docs/45833 trhodes nsmb.conf man page o [2002/12/02] kern/45913 imp WaveLan driver problems with latest -CURR o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 markm Telnet fails to properly handle SIGPIPE o o [2002/12/05] kern/46017 [smbfs] smb mounts break /etc/periodic/we o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep f [2002/12/09] kern/46152 scsi Panic in adw dumping to tape o [2002/12/10] kern/46176 joe umass causes kernel panic if device remov o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/13] kern/46239 standards posix semaphore implementation errors o [2002/12/13] kern/46245 sound [sound] AC'97 is not supported on ABIT BW a [2002/12/17] ports/46322 tobez lang/perl5 - string '0' (zero) is not con s [2002/12/18] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 joe USB controller cannot be initialized on I f [2002/12/20] kern/46392 le [vinum] kernel, vinum, umount, changing u o [2002/12/23] i386/46484 System panics upon configuration of bge N f [2002/12/24] i386/46506 joe [usb] [hang] Crash Before Initialization p [2002/12/27] kern/46557 pjd ipfw pipe show fails with lots of queues o [2002/12/29] kern/46618 joe USB (UHCI/ICH3) PALM connect/disconnect/c a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD dr o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] kern/46694 imp Getting DUP packets when in Promiscous mo o [2003/01/08] i386/46865 [panic] kernel panic on SuperMicro 6012-8 o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL f [2003/01/12] kern/47005 joe OHCI USB not noticing device detachments o [2003/01/17] kern/47152 pseudo-device ef in kernel does not creat o [2003/01/17] i386/47167 [panic] 5.0 RC 3 (and 2) has 1 second upt o [2003/01/20] i386/47236 Console missing during bootup on Sony Pic o [2003/01/20] ports/47245 znerd daemonctl scribbles over log file when si o [2003/01/21] i386/47279 [hang] IBM 370 hangs on reboot o [2003/01/21] kern/47286 device probing not verbose when using boo o [2003/01/22] kern/47359 dd panic after kldunload snp o [2003/01/23] bin/47384 qa [sysinstall] sysinstall ignores intended o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails f [2003/01/25] i386/47451 qa [boot] 5.0 GENERIC CD locks during boot o o [2003/01/27] kern/47544 scottl iir does not detect direct access drives o [2003/01/29] kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption o [2003/01/29] kern/47647 [crash] init died with signal 6 [4.7] o [2003/01/31] kern/47731 [panic] reboot goes panic each time [5.0- f [2003/02/01] kern/47787 markm new 5.0 system without perl fails buildwo s [2003/02/02] kern/47813 bms pseudo-device gre doesn't appear to work o [2003/02/05] kern/47937 hw.ncpu and kern.smp.cpus duplicate same s [2003/02/05] kern/47939 roger [bktr] 5.0-Current freezes when bktr devi o [2003/02/05] kern/47951 [hang] rtld in ld.so will livelock in som o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele f [2003/02/06] i386/47989 [install] 5.0-RELEASE install CD kernel p o [2003/02/07] kern/48033 [ffs] FFS superblock flags are being igno o [2003/02/07] kern/48062 mckusick mount -o snapshot doesn't work on +100GB o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... [S o [2003/02/09] kern/48117 SMP machine hang during boot related to i o [2003/02/11] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/11] bin/48183 marcel [patch] gdb on a corefile from a threaded o [2003/02/14] bin/48271 bug with find's -delete option s [2003/02/14] kern/48279 [bktr] Brooktre878 may cause freeze o [2003/02/16] conf/48325 /etc/periodic/security/100.chksetuid does o [2003/02/17] kern/48359 joe SiS 5597/8 USB + uscanner breakage o [2003/02/17] kern/48393 mckusick ufs2 snapshot code bugs p [2003/02/18] bin/48424 Integer overflow in cksum(1) and sum(1) f o [2003/02/18] kern/48425 Tape drive EOT handling problems in 4.7 o [2003/02/19] misc/48461 murray $EDITOR on the fixit CD is wrong. o [2003/02/24] i386/48614 i386 VESA VGA modes for syscons lock up machin o [2003/02/26] i386/48691 [panic] kernel panics on ASUS A7N266-VM M o [2003/02/27] bin/48730 sos burncd does not handle signals and causes o [2003/02/27] kern/48741 darrenr ipnat corrupts packets on gre interface w o [2003/02/27] i386/48752 freeze when installing 5.0 Release o [2003/02/27] kern/48758 kldunload if_{nic} can cause kernel panic o [2003/02/28] kern/48777 vidcontrol modes not restored on vt switc a [2003/03/02] kern/48849 joe Maxtor XT5000 causes panic in boot o [2003/03/02] threads/48856threads Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/03] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] conf/48881 [PATCH] The influence of /etc/start_ifnam o [2003/03/05] kern/48952 joe uscanner0 hangs o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/09] kern/49040 problem mounting root; ffs_mountroot can' f [2003/03/09] bin/49048 [patch] ctm(1) does not check parent dire o [2003/03/09] ports/49056 trevor Festival fixes for newer GCCs [PATCH] f [2003/03/10] ports/49076 roam stunnel logs normal end of connection as o [2003/03/10] threads/49087threads Signals lost in programs linked with libc f [2003/03/13] i386/49978 [boot] installation problem on Acer Altos o [2003/03/13] kern/49980 sound [sound] [patch] enable ThinkPAD X24 sound f [2003/03/13] bin/49984 des openSSH crashes while password based auth o [2003/03/16] ports/50042 mbr ports/www/mod_frontpage causes Bad System o [2003/03/17] ports/50062 knu portupgrade does not process directives f a [2003/03/20] kern/50149 joe Using Alcatel SpeedTouch results in "usb0 f [2003/03/25] kern/50298 [hang] unlimited usage of AGP memory make p [2003/03/28] bin/50384 robert pkg_version -v core-dumps when no package o [2003/04/03] kern/50574 mbr dc driver incorrectly detects ADMtek chip p [2003/04/10] bin/50770 popen in libc_r not threadsafe o [2003/04/11] kern/50827 [PATCH] no sane record locking on *nix. s [2003/04/12] kern/50856 [mfs] panic if mounting /tmp as mfs with o [2003/04/13] i386/50887 MBR on kern.flp fails Compaq MBR validati p [2003/04/17] conf/51085 ache FreeBSD is missing ja_JP.eucJP locale. o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/20] bin/51171 /bin/sh has only 32-bit arithmetics that o [2003/04/21] standards/51209standards [PATCH] add a64l()/l64a/l64a_r functions o [2003/04/22] kern/51274 ipfw ipfw2 create dynamic rules with parent nu o [2003/04/22] ports/51281 tobez lang/perl5: broken way of upgrading perl5 o [2003/04/23] kern/51308 sound [sound] Creative SB32 doesn't work under o [2003/04/23] kern/51332 mjacob QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F o [2003/04/24] kern/51338 sound [sound] [hang] system hangs randomly beca f [2003/04/24] kern/51341 ipfw ipfw rule 'deny icmp from any to any icmp o [2003/04/24] kern/51352 panic: malloc(M_WAITOK) in interrupt cont o [2003/04/25] conf/51409 us.emacs.kbd doesn't have 'boot' o [2003/04/29] ports/51539 tobez lang/perl5: dual perl installation breaka o [2003/04/29] kern/51583 [nullfs] [patch] allow to work with devic o [2003/04/30] bin/51628 [nis] ypmatch doesn't match keys in legac o [2003/05/02] kern/51685 [hang] Unbounded inode allocation causes a [2003/05/03] ports/51711 trevor /usr/ports/emulators/linux_base will not o [2003/05/04] kern/51742 [panic] ffs_vfree: freeing free inode o [2003/05/06] bin/51827 getaddrinfo() is broken with numeric serv f [2003/05/06] bin/51892 des can't ssh after su to different local use p [2003/05/07] bin/51927 bms routed(8) fails to use multicast with IFF o [2003/05/08] threads/51949threads thread in accept cannot be cancelled o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows a [2003/05/11] ports/52068 openoffice portupgrade of editors/openoffice .org-1. s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM a [2003/05/12] ports/52087 openoffice error while building japanese/openoffice s [2003/05/12] kern/52110 green [unionfs] FS corruption when using unionf o [2003/05/12] i386/52128 Unable to floppy install on Toshiba Libre f [2003/05/16] kern/52331 scsi 4.7 to 4.8-REL upgrade: SCSI disks on sym o [2003/05/16] bin/52343 NIS login problem on the server o [2003/05/19] bin/52433 lines in /etc/group longer than 1024 char o [2003/05/19] kern/52445 [mfs] panic when mounting floppy on MFS f o [2003/05/22] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] i386/52561 5.1-BETA install fails on Dell PowerEdge o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/22] kern/52585 bms Kernel panic with ipfw2 and syncookies f [2003/05/22] i386/52593 mdodd [apm] Kernel panic when starting apm o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster f [2003/05/27] kern/52718 jeffr changes to kern_umtx.c causes panic in ca o [2003/05/28] bin/52743 /etc/ppp/ppp.linkup instability issues s [2003/05/28] kern/52745 [unionfs] Fatal trap 12: page fault while o [2003/05/30] ports/52793 ports-bugs Samba 2.2.8a printing woes o [2003/05/31] kern/52818 vm_fault() calls vput() on shared-locked o [2003/06/03] kern/52916 le [vinum] vinum causes panic after start/st p [2003/06/04] kern/52935 bms occasional panic in ip_input with IPSEC o [2003/06/04] kern/52936 [nfs] Huge writes to nfs exported FAT fil o [2003/06/04] kern/52943 [hang] reproducable system stuck just bre o [2003/06/05] kern/52962 imp discrepancy between ifconfig and wicontro p [2003/06/05] standards/52972standards /bin/sh arithmetic not POSIX compliant o [2003/06/06] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/07] kern/53008 acpi [PATCH] genwakecode generates errornously o [2003/06/10] kern/53137 [panic] background fscking causing ffs_va o [2003/06/11] i386/53200 i386 [boot] 5.1-RC1 SMP kernel boot gags at "A o [2003/06/13] kern/53264 sound [sound] [patch] PCM interrupt not routed o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian s [2003/06/17] ports/53414 ports-bugs port security/amavis-perl open filedescri o [2003/06/17] kern/53416 kmem_map too small after around 12 hours. f [2003/06/18] kern/53433 heavy i/o on GBDE partition on SMP locks o [2003/06/18] bin/53434 pw disallow a password including space. o [2003/06/18] kern/53447 standards poll(2) semantics differ from susV3/POSIX o [2003/06/19] ports/53504 knu pkgdb -F causes ruby to fail (can not all a [2003/06/20] kern/53566 mbr [panic] IBM Eserver (245 || 345) + ServeR o [2003/06/22] bin/53606 roberto ntpdate seems to hang system o [2003/06/23] i386/53620 i386 [install] Kernel panics / reboots during o [2003/06/24] sparc64/53670sparc64 pthreads implementation on 5.1-Release sp o [2003/06/27] bin/53839 qa [sysinstall] disklabel editor fails on po f [2003/06/30] kern/53920 andre sluggish TCP connection o [2003/06/30] kern/53927 imp wi0: device timeout problem with PRISM 2. o [2003/06/30] kern/53940 imp Some WiFi devices cannot connect to hosta o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/04] bin/54097 Non-local yppasswd -d broken in 5.1-CURRE o [2003/07/07] kern/54189 [dns] resolver should resolve hostnames w s [2003/07/08] kern/54211 rwatson Seeing other uid with kern.file sysctl. f [2003/07/09] ports/54256 mita japanese/vflib: fix dependency on japanes o [2003/07/10] kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o [2003/07/10] gnu/54317 sobomax tar with very large packages and portinst f [2003/07/10] kern/54331 robert shutdown() on a socket registered in a kq o [2003/07/11] bin/54401 [patch] pppstats prints 0 for absolute va o [2003/07/12] standards/54410standards one-true-awk not POSIX compliant (no exte o [2003/07/13] ports/54424 knu portupgrade ignores ALT_PKGDEP o [2003/07/13] bin/54446 pkg_delete doesn't honour symlinks, portu o [2003/07/14] java/54463 glewis Apparent bug in jdk13 o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper s [2003/07/16] kern/54534 [unionfs] unionfs && mfs|md crashing mach f [2003/07/16] i386/54549 [install] panic on install on Dell 600sc o [2003/07/17] kern/54595 sound [sound] emu10k1 sound driver locks system o [2003/07/21] kern/54705 sound [sound] codec timeout during read of regi o [2003/07/22] i386/54756 acpi ACPI suspend/resume problem on CF-W2 lapt o [2003/07/25] bin/54854 cvs pserver sig11 crash on 4.8-R p [2003/07/27] bin/54959 tr utility has a bug in ISO8859-2 locale p [2003/07/28] ports/54970 trevor emulators/linux_base Port Makefile "dange o [2003/07/28] conf/54971 mtm /etc/rc.d/mountcritermote requires ldconf a [2003/07/29] kern/55018 andre [patch] Digiboard PC/Xem fails to initial o [2003/07/29] kern/55028 The broken FAT12 filesystem causes system f [2003/07/30] ports/55039 sada Japanese fonts are not visible with mozil o [2003/07/31] ports/55136 lioux qmail-ldap uses old qmail-ldap patch, por o [2003/08/02] kern/55175 alfred LOR in select and poll o [2003/08/05] gnu/55278 Externs on implicit declarations o [2003/08/05] kern/55297 [vfs_subr.c] kernel panic after running X o [2003/08/07] bin/55346 /bin/sh eats memory and CPU infinitely o [2003/08/07] bin/55349 mbr Amd mixes up symlinks in it's virtual fil o [2003/08/08] bin/55366 le [vinum] [patch] vinum makes /dev/vinum wi s [2003/08/08] ports/55371 ports-bugs xfig dumps core (unaligned access), if US o [2003/08/08] kern/55379 [vm_page_inserti] kernel crashes randomly o [2003/08/10] bin/55448 dbm_nextkey() misbehaves after dbm_store( o [2003/08/11] bin/55457 marcel GDB gets confused debugging libc_r thread a [2003/08/13] kern/55542 andre [patch] discard oversize frame (ether typ 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 a [2003/08/14] kern/55587 joe null dereference in usbdi.c: usb_transfer o [2003/08/15] i386/55603 unable to reboot when system runs from My o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press o [2003/08/16] kern/55617 [smbfs] Accessing an nsmb-mounted drive v o [2003/08/17] i386/55661 acpi ACPI suspend/resume problem on ARMADA M70 o [2003/08/20] kern/55727 rl(4) not working in recent 4.8-STABLE: w o [2003/08/20] sparc64/55773jake Conversion from long to long double is br o [2003/08/20] kern/55784 glebius [netgraph] [panic] (with trace) in using o [2003/08/20] kern/55822 acpi No ACPI power off with SMP kernel o [2003/08/21] bin/55829 __stderrp not defined in libc.so.3 (compa o [2003/08/21] bin/55846 and conflict a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/08/24] kern/55934 le [vinum] [workaround] kernel panics while o [2003/08/25] bin/55947 printf(1) mishandles \0 o [2003/08/25] bin/55956 passwd chat script not backward compatibl o [2003/08/25] bin/55965 sshd: problems with HostBasedAuthenticati o [2003/08/25] kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI ta s [2003/08/26] ports/56006 des [PATCH] buffer overflows in databases/gna o [2003/08/26] kern/56008 scottl ps shows L flag erroneously with certain o [2003/08/27] kern/56024 acpi ACPI suspend drains battery while in S3 o [2003/08/27] kern/56031 luigi ipfw hangs on every invocation o [2003/08/29] bin/56147 FreeBSD/NetBSD /bin/sh mishandles positio f [2003/08/31] kern/56233 bms IPsec tunnel (ESP) over IPv6: MTU computa o [2003/09/02] kern/56339 select() call (poll() too) hangs, yet cal a [2003/09/03] ports/56363 perky The graphics/py-opengl port is broken o [2003/09/03] i386/56372 acpi acpi don't work on TYAN tiger100 M/B a [2003/09/03] kern/56381 das [unionfs] panic: page fault in fifo_close f [2003/09/04] docs/56456 blackend Initial import of the ro_RO.ISO889-2 doc/ s [2003/09/04] kern/56461 [rpc] FreeBSD client rpc.lockd incompatib p [2003/09/05] bin/56500 roam rpc.lockd needs to use reserved ports o [2003/09/06] kern/56513 [panic] panic in ugen w/ moused -p /dev/u p [2003/09/08] bin/56606 [2TB] df cannot handle 2TB NFS volumes o [2003/09/09] kern/56617 sound [sound] Hang on boot w/Neomagic audio on f [2003/09/10] kern/56659 acpi ACPI trouble on IBM ThinkPad X31 o [2003/09/10] kern/56675 Syncer "giving up" on buffers and ext2 fi f [2003/09/14] kern/56759 scsi [hang] System freezes when writing CD Adv f [2003/09/14] kern/56760 scsi [hang] system hangs at boot with adaptec f [2003/09/14] kern/56871 scsi dd can't write variable length data block o [2003/09/14] kern/56873 qa [boot] system hangs on boot at Buslogic d o [2003/09/15] standards/56906standards Several math(3) functions fail to set err o [2003/09/17] i386/56937 i386 panic: system panic during high network l f [2003/09/17] i386/56944 4.8 cannot boot on Intel Server Board SE7 f [2003/09/18] kern/56973 scsi SCSI errors from on-board Adaptec (AIC7xx o [2003/09/19] kern/57015 imp [patch] Asus wl-100 (pcmcia wifi) support o [2003/09/20] i386/57043 i386 [hang] ar driver with 2 port PCI card loc o [2003/09/22] kern/57085 sanpei umass0 problems, with Sony Vio/USB memory f [2003/09/22] i386/57097 i386 [hang] Promise Ultra 100 TX2 causes locku a [2003/09/22] kern/57100 bms disable hardware checksums when using bri o [2003/09/23] ports/57134 tobez lang/perl5: BSDPAN can't be disabled s [2003/09/24] kern/57174 sos 4.9-PRERELEASE panic: ata_dmasetup: trans o [2003/09/24] kern/57192 emulation linux-ibm-java1.4 freeze o [2003/09/24] kern/57195 [mfs] mount_mfs -i 512 => panic? o [2003/09/25] kern/57206 [backtrace] softdep_lock locks against it a [2003/09/26] ports/57235 znerd Fix pkg_add permission problem in tomcatX o [2003/09/26] bin/57255 joe usbd and multi-function devices a [2003/09/29] kern/57344 bms KMEM exhaustion from cloned routes o [2003/09/29] kern/57350 [panic] using old monocrome printer port s [2003/09/30] kern/57398 scsi Current fails to install on mly(4) based o [2003/10/01] kern/57453 [patch] if_kue hangs boot after warm boot o [2003/10/01] bin/57456 Telnet encryption gets out of sync o [2003/10/01] bin/57466 dialog(1) does not read stdin, breaks sub a [2003/10/01] kern/57479 bms FreeBSD Not in compliance with RFC 1122, p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' p [2003/10/02] bin/57484 bms routed not ignoring cloned routes o [2003/10/02] kern/57487 sound [sound] [patch] Sound stops working on my o [2003/10/04] bin/57554 sh(1) incorrect handling of quoted parame o [2003/10/05] kern/57603 roger [bktr] new bktr driver: freeze on SMP mac o [2003/10/06] kern/57631 jhb Boot failing for ALi chipsets, patch atta f [2003/10/06] i386/57632 i386 [boot] Dell PowerEdge 4300 is allergic to o [2003/10/07] kern/57722 [kern_resource.c] [patch] uidinfo list co o [2003/10/08] kern/57760 bms IPsec policy on inbound trafic is not enf o [2003/10/09] kern/57790 cdparanoia triggers kernel panic o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/10] kern/57832 scottl softdep_deallocate_dependencies: dangling o [2003/10/10] bin/57833 gad [PATCH] bin/ps cannot change title for ke o [2003/10/13] kern/57961 le [vinum] kmem_malloc(65536): kmem_map too o [2003/10/14] kern/57985 net [patch] Missing splx in ether_output_fram o [2003/10/16] i386/58139 i386 [panic] -CURRENT panics on Thinkpad A31p o [2003/10/17] kern/58154 mckusick Snapshots prevent disk sync on shutdown o [2003/10/17] kern/58169 panic: vnode_pager_getpages: unexpected m o [2003/10/21] bin/58326 gshapiro nss users cannot send mail via /usr/bin/m o [2003/10/22] kern/58391 le [vinum] Trap 12 with heavy disk load on i o [2003/10/22] ports/58406 tobez lang/perl5: use.perl port does not handle o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V f [2003/10/24] kern/58491 [panic] loading amr driver o [2003/10/24] conf/58504 /etc/periodic/daily/100.clean-disks trave o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/26] kern/58581 [hang] System call gettimeofday hang 5.x f [2003/10/28] ports/58655 mp A replacement patch is necessary for deve o [2003/10/29] bin/58687 deischen gethostbyname leaks kqueue file descripto o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/10/31] kern/58752 le [vinum] vinum panics on create/resetconfi o [2003/10/31] kern/58787 peter [panic] pmap_enter: attemped pmap_enter o o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/02] kern/58831 panic: vinvalbuf: flush failed o [2003/11/02] conf/58832 /etc/rc.d/ipsec starts not in time f [2003/11/03] kern/58870 bms page fault in kernel mode with ifconfig a f [2003/11/03] kern/58888 4.9-RELEASE installation fails (xl causes o [2003/11/04] kern/58930 [backtrace] Page fault when unplugging Al o [2003/11/05] kern/58941 rwatson acl under ufs2 doesn't handle disk corrup o [2003/11/05] bin/58951 [sysinstall] some problems with 4.9-RELEA o [2003/11/05] kern/58953 [patch] detect NetMOS-based six serial po o [2003/11/09] bin/59095 kientzle tar(1) process hangs in endless loop o [2003/11/09] kern/59098 sound [sound] Dell Dimension 8300 integrated So o [2003/11/10] alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-forma f [2003/11/11] kern/59172 bms Zebra interface route causes kernel panic o [2003/11/11] kern/59183 imp wi problems with wi_cmd o [2003/11/11] kern/59185 [backtrace] 4.9-RELEASE kernel panic (pag o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/12] kern/59203 imp Panic with wi and newcard a [2003/11/12] kern/59211 [nwfs] System crashes when moving files f o [2003/11/13] i386/59248 4.9-RELEASE, ACPI Panic with Dell Latitud o [2003/11/13] i386/59251 Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RE o [2003/11/13] i386/59260 Panic by integer divide fault in Thinkpad p [2003/11/14] kern/59290 iedowse [PATCH] attaching more than one of the sa o [2003/11/15] kern/59296 Serial Line Noise Causes System Hang in L f [2003/11/15] ports/59298 ports-bugs Can't render anything with Blender / RADE o [2003/11/15] kern/59303 le [vinum] vinum crashes kernel if concurren p [2003/11/15] kern/59306 matk patch to augment /dev/sndstat to show whi f [2003/11/15] ports/59310 phantom ports/java/jdk14 fails: no dir .../j2dsk- o [2003/11/16] kern/59349 sound [sound] [patch] include locking for es137 o [2003/11/21] ports/59535 obrien shells/bash2 must be dynamically linked t f [2003/11/22] kern/59594 [hang] I/O operations freeze system when f [2003/11/24] bin/59638 des passwd(1) does not use PAM to change the o [2003/11/24] kern/59652 cannot redirect kernel output to serial c a [2003/11/24] ports/59657 trevor emulators/linux_base-8 cpio for install w o [2003/11/24] kern/59659 tackerman em driver cannot handle VLANs o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/11/26] amd64/59714 amd64 device timeout and ad0: WARNING - WRITE_D o [2003/11/26] i386/59719 [crash] 4.9 Crashes on SuperMicro with SM o [2003/11/27] kern/59728 mjacob Qlogic adapter DMA setup failure with PAE o [2003/11/28] bin/59777 ftpd(8)/FreeBSD 5: potential username enu o [2003/11/29] kern/59803 ticso [usb] Wrong detection of/panic with Edima o [2003/12/01] kern/59878 le [vinum] vinum panics 5.1 system s [2003/12/02] misc/59890 bugmeister send-pr database is spam harvested 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/03] kern/59912 bms mremap() implementation lacking o [2003/12/04] kern/59945 [nullfs] [patch] nullfs bug: reboot after o [2003/12/04] i386/59959 machine can not reboot itself with Mylex o [2003/12/05] gnu/59971 peter assertion "strncmp (repository, current_p p [2003/12/06] bin/59995 brian various fixes to ppp dumping core o [2003/12/08] i386/60050 Toshiba/3Com 3CXM056-BNW: Open Causes Int o [2003/12/09] ports/60083 phantom Unsafe use of getaddrinfo in jvm 1.4.2-p5 o [2003/12/11] kern/60131 [usb] Page fault on disconnect of USB dev f [2003/12/11] kern/60153 Kernel no longer boots due to lost interr o [2003/12/11] kern/60154 ipfw ipfw core (crash) o [2003/12/11] ports/60161 trevor Linux emulator (linux_base-8-8.0_3) doesn f [2003/12/13] kern/60217 joe EHCI controller halts when USB 2.0 device o [2003/12/14] i386/60226 [patch] ichsmb driver doesn't detects SMB o [2003/12/14] kern/60235 phk some /dev-entries missing for newly auto- o [2003/12/15] ports/60245 knu new ruby16-shim-ruby18 bug in included re a [2003/12/15] kern/60247 le mutex problems in geom_io o [2003/12/15] kern/60276 joe [usb] Kernel panic when plugging in USB ( f [2003/12/16] kern/60285 pdeuskar em0 was reported about watchdog timeout o [2003/12/16] sparc64/60300sparc64 Constant kernel messages: calcru: negativ f [2003/12/17] i386/60317 acpi FreeBSD 5.2rc1 doesn't boot with ACPI ena o [2003/12/17] i386/60328 panic: installing 5.1, 5.2RC and 5-CURREN o [2003/12/17] i386/60344 i386 [boot] Intel ICH5 SATA RAID boot problems o [2003/12/18] bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS instal f [2003/12/19] ports/60384 andreas apsfilter port fails with -DBATCH -DWITHO o [2003/12/19] bin/60385 vmstat/iostat/top all fail to report CPU o [2003/12/21] bin/60477 deischen need thread safe gethostent() and getserv o [2003/12/21] bin/60478 deischen getaddrinfo not thread safe o [2003/12/23] kern/60526 Post-PAE stable SMP machine freezes o [2003/12/26] kern/60598 scsi wire down of scsi devices conflicts with o [2003/12/27] kern/60602 [usb] Dynamic attach UBS device can cause 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/60646 VIA C3 system hangs on reboot o [2003/12/28] i386/60671 i386 FreeBSD 5.2RC2 installation process doesn o [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] kern/60685 Intel 82559 NICs don't work in 4.9 o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi s [2003/12/29] ports/60700 ports-bugs squid cannot be built with transparent-ip o [2003/12/31] www/60770 www query-pr-summary.cgi can't find the PRs a o [2004/01/01] standards/60772standards _Bool and bool should be unsigned p [2004/01/03] kern/60856 bms [patch] panic: at tcp_output(), with TCPD o [2004/01/04] bin/60886 brian ppp(8) doesn't expand macro MYADDR in `!' o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op p [2004/01/05] bin/60914 smkelly m4 C operators are not f [2004/01/06] kern/60984 [nfs] NFS Server hang f [2004/01/07] ports/60998 trevor solved: building linux_devtools-7.1_1 fai f [2004/01/08] ports/61053 roger opengk cause cored dump version 4.9 and 5 o [2004/01/08] i386/61063 i386 [ata] ata hangs in smp system o [2004/01/09] ports/61108 trevor Port linux_base-8-8.0_3: bash ls -l cause o [2004/01/09] kern/61129 thomas atapicam / UDMA cdrom loop o [2004/01/10] bin/61152 [sysinstall] installer refuses to mount U f [2004/01/10] i386/61163 i386 [boot] "/:write failed, filesystem is ful a [2004/01/10] kern/61165 scsi [panic] kernel page fault after calling c o [2004/01/11] kern/61191 [usb] panic: USB vs. Serial problems f [2004/01/12] kern/61228 panic: 4.9-RELEASE install floppy panic ( 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/14] bin/61355 login(1) does not restore terminal owners o [2004/01/14] kern/61358 phk boot freezes while ATA GEOM slice detecti o [2004/01/15] kern/61377 joe [kbd] usb keyboard not functional after b o [2004/01/15] ports/61381 cjh print/magicfilter does not re-pipe and re o [2004/01/15] kern/61390 [hang] Machine freeze when creating gif i o [2004/01/16] kern/61404 andre RFC1323 timestamps with HZ > 1000 o [2004/01/16] java/61407 phantom jdk14 port aborts making html32dtd o [2004/01/16] i386/61443 i386 FreeBSD 5.2-RELEASE installation stops at f [2004/01/17] kern/61483 [jail] Jail security is not honored using o [2004/01/17] bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x f [2004/01/18] kern/61509 panic: unknown fatal double fault o [2004/01/18] kern/61544 ip6fw breakage on (at least) sparc64 o [2004/01/19] docs/61558 doc New SMC 2602W cards, using the ADM8211, a o [2004/01/19] bin/61587 qa [patch] [sysinstall] installation problem o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/01/20] kern/61627 joe [usb] [patch] New USB printer not support o [2004/01/20] i386/61646 i386 [workaround] Strange irq20 weirdness caus o [2004/01/21] bin/61658 qa [sysinstall] 5.2R error "Add of package q o [2004/01/21] kern/61669 [twe] writing to 3ware escalade spends 90 f [2004/01/21] kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is o [2004/01/22] bin/61701 Segmentation fault on OPIE when sequence 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/22] bin/61716 mckusick newfs: code and manpage are out of sync o [2004/01/22] kern/61733 imp panic: resource_list_release: resource en o [2004/01/22] kern/61746 [boot] system locks up on boot if both ap o [2004/01/23] ports/61760 openoffice OpenOffice-1.1 still stalls in install on o [2004/01/23] kern/61774 [nis] nis security issue o [2004/01/23] i386/61804 i386 [panic] panic with hitachi travelstar USB o [2004/01/24] bin/61811 qa [sysinstall] 5.2 release no resolv.conf c f [2004/01/24] i386/61834 [panic] EHCI panic on Dell D800 while doc f [2004/01/24] kern/61841 [boot] 5.2 Boot freeze if memorybird (USB p [2004/01/24] i386/61852 alc i386 pmap SMP race condition can cause lo o [2004/01/25] ports/61854 phantom jdk-14 port breaks openoffice build o [2004/01/25] i386/61890 i386 [fdisk] FDisk uses incorrect calculations f [2004/01/25] i386/61907 5.2 hangs when booting with cbb in kernel o [2004/01/26] bin/61937 qa [sysinstall] cannot install 5.2-REL via s o [2004/01/26] alpha/61940 alpha Can't disklabel new disk from FreeBSD/alp o [2004/01/26] kern/61960 sos [Patch] BigDrive support for PC-98 archit o [2004/01/26] i386/61970 [panic] on boot, 5.1/5.2 (but not 5.0), S o [2004/01/27] alpha/61973 alpha Machine Check on boot-up of AlphaServer 2 o [2004/01/28] bin/62040 pkg_add(1) won't run because the ELF dyna o [2004/01/29] sparc64/62053sparc64 Using bridging on 5.2 Sparc64 causes imme o [2004/01/29] bin/62058 burncd doesn't work with Creative RW8438E o [2004/01/30] kern/62088 [usb] Logitech Cordless/Optical Mouse not o [2004/01/30] kern/62091 [hang] Random Lockups on Boot (Timecounte o [2004/01/30] kern/62123 [usb] LaCie 160GB USB drive umass: BBB re o [2004/02/01] ports/62213 trevor Cannot install any emulators/linux_base o [2004/02/01] kern/62216 perl syswrite not writing the buffer unde o [2004/02/01] ports/62217 knu runidn does nothing o [2004/02/01] kern/62228 le [vinum] Kernel improperly identifies part f [2004/02/02] i386/62248 i386 [boot] 5.2 current hangs on boot o [2004/02/02] bin/62255 peter 2003-12-18: Stable CVS Version 1.11.11 Re a [2004/02/02] kern/62278 iedowse [nfs] NFS server may not set eof flag whe o [2004/02/02] i386/62280 i386 em0 broken after resume in 5.2-CURRENT o [2004/02/02] kern/62284 panic: GENERIC panics on FreeBSD 5.X imme o [2004/02/03] amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o [2004/02/03] kern/62309 jmg panic: ugen driver o [2004/02/05] bin/62367 qa [sysinstall] 5.2.1-RC installation proble o [2004/02/05] kern/62374 darrenr panic: free: multiple frees o [2004/02/05] bin/62375 qa [sysinstall] sysinstall core dump f [2004/02/05] ports/62377 ports-bugs strace hangs when running programs from c o [2004/02/06] conf/62417 luigi diskless op script failed o [2004/02/06] kern/62438 [patch] viapm patch for VT8235 o [2004/02/07] kern/62468 panic: system crashes when serial getty e o [2004/02/08] kern/62502 [modules] panic under double loading vinu o [2004/02/08] kern/62519 sound [sound] Intel ICH4 (82801DB) sound card d o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/10] kern/62658 [boot] loader/kernel answer to `boot -a' o [2004/02/10] docs/62665 doc setting up X display subsystem function i o [2004/02/13] kern/62762 trhodes [msdosfs] Fsync for msdos fs does not syn o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/14] kern/62824 [panic] softdep_setup_inomapdep: found in o [2004/02/14] bin/62833 qa [sysinstall] can't install: integer divid o [2004/02/14] bin/62849 regression on ftp(1) on FreeBSD >= 5.1 o [2004/02/15] kern/62864 cognet Machine not reboot. o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se a [2004/02/16] kern/62906 peadar [patch] AGP misconfigures i845G chipset, o [2004/02/16] ports/62919 phantom [PATCH] misc/posixtestsuite, respect PTHR o [2004/02/16] gnu/62937 Compilation of base src Perl with static o [2004/02/18] kern/63040 panic: kernel panic (sf_buff_alloc) o [2004/02/20] i386/63098 i386 Compaq Workstation IDE CDROM drive not pr f [2004/02/21] kern/63190 [rl] Realtek driver rl(4) halts on oversi o [2004/02/23] i386/63251 USB stops working after 2nd APM suspend/r 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/25] kern/63343 [boot] manual root filesystem specificati s [2004/02/25] ports/63354 ports-bugs security/bcwipe does not act successfully o [2004/02/25] i386/63356 [fdisk] new installation fails on HP Prol o [2004/02/25] kern/63360 [panic] page fault in ath kernel module i o [2004/02/26] kern/63375 [patch] panic: unplugging USB devices pan o [2004/02/26] bin/63391 Burncd DAO fails on some CD recorders o [2004/02/26] i386/63397 [kbd] atkbd breaks with FSC KBPC-S2 o [2004/02/26] ports/63409 phantom jdk-1.4.2p6_3 plugin crashes Mozilla-1.6_ o [2004/02/27] i386/63430 i386 [ata] TIMEOUT - ATA READ o [2004/02/27] kern/63431 [rtc] motherboard going to suspend mode s o [2004/02/27] i386/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with o [2004/02/27] i386/63449 [boot] FreeBSD 5.2 and 5.2.1 releases won o [2004/02/27] i386/63467 i386 [ata] Sil 3114: RAID not detected using S o [2004/02/28] bin/63489 top, finger segfault when using NIS group o [2004/02/29] i386/63521 i386 5.2.1 doesn't detect drives on SATA contr o [2004/02/29] bin/63535 getpwent segfaults when NIS groups used b o [2004/02/29] kern/63557 thomas ATAPICAM broken in 5.2-CURRENT (REQUEST_S o [2004/03/01] kern/63621 USB MemoryStick Reader stalls/crashes sys o [2004/03/02] kern/63629 thomas mounting atapicam volume through cd0c cau o [2004/03/02] ports/63631 obrien vim port does aktivate python interpreter p [2004/03/02] kern/63662 [nullfs] using read-only NULLFS leads to o [2004/03/02] kern/63666 [xl] Network card 3c575B do not work afte o [2004/03/03] ports/63670 perl 'Unable to read from thread kernel pipe' o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/03] kern/63724 ipfw IPFW2 Queues dont t work o [2004/03/04] i386/63731 [boot] PATA to SATA converter on Promise f [2004/03/04] ports/63747 emulation vmmon is not performing 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/06] www/63854 www PR-web page loses text o [2004/03/07] i386/63871 i386 [panic] kernel panic in swi8 after 1 hour a [2004/03/09] kern/63954 rc devfs loses permissions o [2004/03/09] i386/63992 i386 [hang] XFree86 4.3 hangs on IBM ThinkPad o [2004/03/09] i386/64002 acpi acpi problem o [2004/03/10] docs/64063 doc Size of block in File System Quota docume p [2004/03/11] kern/64091 peadar [nfs] nfs data corruption at end of file o [2004/03/11] bin/64104 jhb [sysinstall] sysinstall ignores srescue d o [2004/03/12] kern/64151 [jail] jailer can't control all jail proc o [2004/03/12] i386/64158 5.2.1-RELEASE CD won't boot on acer Trave p [2004/03/12] kern/64169 linux binaries dump core on exit o [2004/03/12] i386/64183 i386 5.1-RELEASE Install hung at "Probing devi o [2004/03/13] ports/64191 ume cyrus-sasl2 port Makefile doesn't obey Ma o [2004/03/13] kern/64196 [patch] remove the arbitrary MAXSHELLCMDL o [2004/03/13] gnu/64231 libstdc++ on FreeBSD 5.2+ is non-usable i f [2004/03/14] kern/64250 panic: 5.2.1 kernel panics on ifconfig wh f [2004/03/15] ports/64284 ports-bugs [PATCH] Fix audio/id3lib compilation with f [2004/03/15] ports/64305 jedgar dbf2mysql -q option broken with mysql323- s [2004/03/15] kern/64313 threads FreeBSD (OpenBSD) pthread implicit set/un o [2004/03/17] kern/64363 [panic] ffs_blkfree: freeing free block [ o [2004/03/18] kern/64406 panic: ffs_clusteralloc: map mismatch o [2004/03/19] bin/64445 peter "ypwhich -m" map enumeration is broken o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) fr o [2004/03/20] java/64492 phantom NetworkInterface.getNetworkInterfaces() l p [2004/03/22] kern/64573 alc mmap with PROT_NONE, but still could be r o [2004/03/22] kern/64594 [rl] 5.2-CURRENT: driver 'rl' (RealTek 81 o [2004/03/24] ports/64678 openoffice openoffice 1.1 upgrade fails due to JDK c o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq f [2004/03/25] kern/64694 ipfw [ipfw] UID/GID matching in ipfw non-funct o [2004/03/25] i386/64697 i386 5.2.x BTX loader halts with Promise FastT o [2004/03/25] bin/64720 tail will not ctrl c o [2004/03/25] i386/64727 i386 [boot] cannot find disk on asus p4s533mx o [2004/03/26] bin/64738 [sendmail] SO_REUSEADDR doesn't seem to w a [2004/03/27] kern/64816 peadar [nfs] mmap and/or ftruncate does not work o [2004/03/28] kern/64826 [panic] with IPv6 on 4-STABLE after FreeB f [2004/03/28] kern/64831 tackerman [hang] Multiple em devices force system l o [2004/03/29] kern/64879 sound [sound] [hang] 4.9 freezes when I try to o [2004/03/29] ports/64885 lioux multimedia/mpeg4ip does not compile on am o [2004/03/29] kern/64903 [modules] panic: multiple kldload of a mo o [2004/03/31] ports/64963 tobez Perl 5.8: make package deletes installed o [2004/03/31] bin/64990 /bin/sh unable to change directory but cu o [2004/04/02] java/65054 glewis Diablo 1.3.1 JVM runs out of file descrip o [2004/04/02] i386/65072 hang on reboot not syncing drives on ibm o [2004/04/03] ports/65128 cy security/aide port fails with SIGBUS ever o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa o [2004/04/05] bin/65200 burncd causes system reboot f [2004/04/05] kern/65212 [hang] running startx hangs the system (a o [2004/04/05] bin/65223 fsck of 5.2 makes UFS1 inconsistent for 4 o [2004/04/07] kern/65282 [panic] Trap 12 kernel panic upon boot du o [2004/04/07] kern/65292 [panic] random page faults (usb-related?) o [2004/04/07] kern/65300 [udf] Can't use sendfile(2) to download f p [2004/04/08] conf/65317 Wrong date locale o [2004/04/08] ports/65326 se jftpgw errors out with "Could not change f [2004/04/10] bin/65410 [sysinstall] choosing installation media: o [2004/04/11] kern/65428 panic: uscanner(4)-related repeatable ker f [2004/04/11] kern/65446 panic: kernel crash with 4.10-BETA GENERI o [2004/04/12] i386/65457 BTX Halted when trying boot after success o [2004/04/13] conf/65489 markm [patch] no random entrophy breaks diskles o [2004/04/14] i386/65523 i386 [patch] PXE loader malfunction in multipl o [2004/04/14] bin/65546 qa [sysinstall] 4.10-BETA fails to install f o [2004/04/15] ports/65578 knu japanese/mecab problem on FreeBSD 4.9. o [2004/04/15] ports/65579 knu japanese/ruby-mecab segmentation fault on o [2004/04/16] kern/65616 bms IPSEC can't detunnel GRE packets after re o [2004/04/16] gnu/65641 Use of llabs() in C++ fails as ambiguous o [2004/04/17] i386/65648 imp cardbus("TI1131") won't work on Dell Lati o [2004/04/17] kern/65658 panic: kernel panic on i386 5.2.1 release o [2004/04/18] bin/65693 wildcarded device names in /etc/devfs.con o [2004/04/18] kern/65702 panic: kernel panic on i386 5.2.1 with nv o [2004/04/18] ports/65736 lioux Goggles-0.7.2 + FBSD-5.2.1-RELEASE = pthr 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/19] ports/65793 ports-bugs SEGV in isakmpd, esp when associating wit s [2004/04/20] ports/65812 gerald Strange problem with WINE (all versions) s [2004/04/20] kern/65817 panic: kernel panic with GENERIC 5.2.1 an f [2004/04/22] gnu/65869 cvs generates invalid cvs command lines o [2004/04/22] i386/65896 i386 [panic] 5.2-RELEASE re(4) driver, kernel f [2004/04/22] ports/65900 trevor (non-maintainer) IGNORE p5-ExtUtils-MakeM o [2004/04/22] kern/65901 tjr [smbfs] smbfs fails fsx write/truncate-do a [2004/04/23] ports/65906 phantom Compile of JDK-1.4 under FBSD-5.2.1 fails o [2004/04/23] kern/65920 i386 [nwfs] Mounted Netware filesystem behaves f [2004/04/23] kern/65923 panic: 5.2.1 with SD-Sil680-RAID card f [2004/04/25] i386/65954 i386 [panic] Sil0680 panic [5.2.1-p5] o [2004/04/26] kern/66004 [panic] kernel panic on access to /dev/ul o [2004/04/27] kern/66025 panic: kernel panic in pagedaemon with vm o [2004/04/27] kern/66029 [patch] MD5 alignment problem on a TriMed o [2004/04/27] bin/66036 restore crashes (reproducable, core file s [2004/04/29] kern/66066 [unionfs] panic: ufs_direnter: compact2 o [2004/04/29] ports/66074 pat [PATCH] x11/wmcliphist: code cleanup for o [2004/04/29] i386/66087 i386 [install] hang at PCI config [5.2.1] o [2004/04/30] bin/66103 macro HISADDR is not sticky in filters o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/05/01] kern/66152 [unionfs] laying unionfs over another uni p [2004/05/02] bin/66156 smkelly rpcgen generates a CPP macro that won't c o [2004/05/02] kern/66162 phk gbde destroy error o [2004/05/03] ports/66222 knu ruby / bdb segfault o [2004/05/04] bin/66242 maxim endless loop in sh(1) f [2004/05/04] ports/66254 mharo proftpd 1.2.9 does not actually compile w o [2004/05/05] kern/66270 mckusick [hang] dump causes machine freeze o [2004/05/05] kern/66290 imp pccard initialization fails with "bad Vcc o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic o [2004/05/06] kern/66324 [usb] usb driver memory leak grows wired f [2004/05/06] i386/66339 i386 [hang] XFree86 initialization with an Lap a [2004/05/07] kern/66348 rik FR mode of cx (Cronyx Sigma) does not wor 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/11] bin/66523 atacontrol allows to detach a channel in o [2004/05/11] i386/66534 sam [panic] if_ath.c:2776 "transition to RUN o [2004/05/13] kern/66611 [nfs] Crashing NFS servers (with workarou a [2004/05/14] kern/66634 tackerman hard lock with em driver o [2004/05/18] kern/66786 [nfs] panic: exporting msdosfs causes nfs o [2004/05/18] conf/66791 Old dev.db leads to the wrong program beh o [2004/05/18] kern/66829 [unionfs] mounting fdesc union on /dev pa o [2004/05/18] bin/66830 chsh/ypchsh do not change user informatio o [2004/05/19] kern/66848 imp cardbus power support breaks cardbus supp o [2004/05/19] i386/66876 i386 [patch] Cannot extract tar(1) multi-volum o [2004/05/20] bin/66950 qa [sysinstall] upgrading to 4.10-RC3: packa o [2004/05/20] kern/66960 [patch] filesystems not unmounted during o [2004/05/21] bin/66984 [2TB] [patch] teach sysinstall about larg o [2004/05/22] i386/67047 i386 mpt driver does not recognize messages fr o [2004/05/22] i386/67050 imp CardBus (PCI ?) resource allocation probl o [2004/05/25] bin/67167 FreeBSDs ftpd has problems under -CURRENT o [2004/05/27] i386/67273 acpi [hang] system hangs with acpi and Xfree o [2004/05/28] kern/67301 panic: uftdi, RTS and system panic o [2004/05/29] kern/67326 [msdosfs] crash after attempt to mount wr o [2004/05/29] conf/67328 Usermode PPP hangs on boot when NIS confi a [2004/05/29] ports/67355 philip Frozenbubble startup fails: [SDL Init] No o [2004/05/30] ports/67398 lioux some ports (mplayer, faad, libxine and ff o [2004/05/31] ports/67413 openoffice OpenOffice 1.1 PDF Export is BROKEN f [2004/06/01] kern/67455 [patch] EHCI controller is being programm o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect o [2004/06/03] ports/67541 mdodd Update port: games/scorched3d-devel - INC p [2004/06/03] kern/67546 [2TB] Coredumps > 2Gb do not work (on 64b o [2004/06/06] ports/67625 trevor Linux_base fails to install f [2004/06/06] alpha/67626 alpha X crashes an alpha machine, resulting reb o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata p [2004/06/08] conf/67700 /usr/share/misc/pci_vendors is missing ce p [2004/06/08] kern/67702 [patch] Radeon DRM does not recognize cer o [2004/06/08] ports/67714 roger portupgrade gnomemeeting-0.98.5_2 fails w a [2004/06/09] ports/67735 ports-bugs biology/ncbi-toolkit does not build bl2se o [2004/06/09] i386/67739 i386 [kbd] smth was broken in keyboard process o [2004/06/09] amd64/67745 amd64 boot fails on compaq presario r3000z p [2004/06/09] i386/67760 jhb [PATCH] Getting AGP/DRM working for VIA K f [2004/06/09] kern/67769 Fxtv 1.03 cause the Desk top (KDE) to Fre o [2004/06/10] kern/67794 panic: ffs panic during high filesystem a o [2004/06/11] i386/67833 i386 [boot] 4.10 does not boot after enabling o [2004/06/11] ports/67851 roger pwlib requires gc-3.3 to build properly o f [2004/06/12] ports/67867 perky python-2.3.3_5:import socket -> Undefined p [2004/06/13] kern/67898 bms panic: in src/sys/vm/swap_pager.c o [2004/06/14] kern/67919 imagemagicks convert image to movie conve f [2004/06/14] ports/67939 thierry port mail/imp3 is overwriting configfiles f [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/16] bin/67995 Morse plays beeps 10 times faster than it p [2004/06/16] kern/68013 jeff tp->snd_wl1 & snd_wl2 are not updated in o [2004/06/16] ports/68022 roger [PATCH] net/gnomemeeting: a possible work o [2004/06/17] bin/68047 [sysinstall] unattended install of FreeBS o [2004/06/18] kern/68076 [modules] Page fault when the sequence "k o [2004/06/19] i386/68103 [panic] ASUS P4P8X mb at ffs/ffs_softdep. o [2004/06/20] kern/68131 emulation java/linux-ibm-jdk14: linux ibm jdk 1.4.1 o [2004/06/20] i386/68149 FreeBSD 4.10 installation blocking on ASU o [2004/06/22] ports/68194 anders xdiskusage is broken, workaround found o [2004/06/22] ports/68202 emulation [patch] Make vmware2 compile on -current o [2004/06/23] kern/68227 rwatson [panic] kernel panic by mars_nwe o [2004/06/23] ports/68234 leeym mail/pop3vscan pass viruses to clients. f [2004/06/23] ports/68252 trevor [PATCH] astro/celestia: point to correct o [2004/06/24] ports/68260 markm [PATCH] Removal of -lcompat from freebsd- o [2004/06/24] ports/68265 emulation [patch] Make rtc compile on -current (nee o [2004/06/24] i386/68277 [kbd] Compact Evo N610c (Laptop): Using e f [2004/06/24] i386/68286 bms IBM PCNet Ethernet (AMD chip) seen as Tri o [2004/06/24] ports/68288 skv p5-DBD-mysql broken with mysql 4.1.2 o [2004/06/25] bin/68303 bz [patch] make buildworld fails is NO_YP_LI f [2004/06/25] kern/68323 (WITNESS report): malloc(M_WAITOK) of "Mb o [2004/06/25] kern/68324 panic: Duplicate free of item 0xc3121908 o [2004/06/25] kern/68325 panic: _mtx_lock_sleep: recursed on non-r f [2004/06/25] ports/68341 ports-bugs xsysinfo memory leak o [2004/06/26] kern/68351 bge0 watchdog timeout on 5.2.1 and -curre a [2004/06/26] kern/68364 tjr panic: Fatal trap 12 caused by kern/kern_ o [2004/06/26] ports/68396 sumikawa Racoon racoon-20040617a Interoperability 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] kern/68442 [panic] acquiring duplicate lock of same o [2004/06/28] kern/68445 [bge] bge autonegotiation broken o [2004/06/28] i386/68460 i386 [nfs] NFS mounts lock processes in sbwait o [2004/06/29] i386/68486 [video] logo screensaver kills compaq ML3 o [2004/07/01] kern/68546 [ata] system seems to hang during stress o [2004/07/01] i386/68554 i386 [hang] system freeze on Compaq Evo 600c [ o [2004/07/02] kern/68576 rwatson UFS2 snapshot files can be mounted read-w o [2004/07/02] ports/68585 knu portupgrade tools (v 20040701) seem to be o [2004/07/02] ports/68599 x11 XFree86 in realloc(): error: allocation f o [2004/07/05] bin/68683 delphij [PATCH] cron: Fix parsing of '0' and non- o [2004/07/05] kern/68698 le [vinum] vinum(4) broken in 5.2-current o [2004/07/06] bin/68727 marcel gdb coredumps after recent CURRENT upgrad o [2004/07/10] kern/68889 rwatson [panic] m_copym, length > size of mbuf ch o [2004/07/10] ports/68895 portmgr [patch] fix location of default MAINTAINE o [2004/07/10] i386/68899 i386 Problems reading and writing DVD-RAM disc o [2004/07/11] i386/68900 i386 5.x install CDs fail to boot on Toshiba S o [2004/07/11] ports/68909 nork timidity++ makes dreadful noise on amd64 o [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/13] kern/68978 [crash] firewire crashes with failing har o [2004/07/13] kern/68987 panic: kmem_malloc(163840): kmem_map too o [2004/07/13] kern/69006 [patch] Apple Cinema Display hangs USB po o [2004/07/13] kern/69019 [wi] wlan stalling after 2-3 hrs of moder o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/14] kern/69058 panic: kernel reads unmapped memory while o [2004/07/14] ports/69065 ports-bugs Some security fixes (Backported the fix f o [2004/07/14] kern/69066 panic: nmdm page fault when slattach on a o [2004/07/15] kern/69092 [rl] kernel: rl0: watchdog timeout o [2004/07/15] kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when o [2004/07/16] kern/69141 panic: softdep_lock [5.2.1-RELEASE, SMP] o [2004/07/16] kern/69158 [an] Cisco MPI350 wireless card problems f [2004/07/17] ports/69212 ports-bugs ports/palm/coldsync doesn't work with Pal o [2004/07/18] i386/69218 simokawa [boot] failure: 4.10-BETA and later do no f [2004/07/19] ports/69258 ports-bugs audio/teamspeak_server port does not open 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/07/19] kern/69319 [aue] panic: aue startup panic a [2004/07/20] ports/69322 ports-bugs ghostscript-afpl (8.14_5.1) fails if I tr o [2004/07/21] ports/69365 nobutaka libxine crashes on some wmv files o [2004/07/21] kern/69369 [panic] using samba 3.0.0 o [2004/07/24] ports/69512 portmgr OPTIONS and NO_(CHECKSUM|BUILD|INSTALL|PA o [2004/07/26] ports/69601 lioux [patch] x11-themes/kde-icons-noia-warm - o [2004/07/26] kern/69607 [crash] system crashes in if_tap module [ o [2004/07/26] kern/69612 [panic] 4.10-STABLE crashes everyday: pag o [2004/07/26] kern/69629 panic: Assertion td->td_turnstile o [2004/07/27] kern/69663 ddb's panic comand can not dump o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/07/28] ports/69693 phantom Build failure for JAVA JDK 1.4 (port jdk1 o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/07/28] ports/69723 x11 4.10 update or install fails when X11 inc o [2004/08/01] ports/69873 obrien shells/bash2 patch is not applied to sour o [2004/08/01] i386/69876 i386 [panic] new kernel panic on boot (-CURREN o [2004/08/03] kern/69934 kan lockmgr can concurrently grant two exclus o [2004/08/03] bin/69942 [sysinstall] sysinstall changes /etc/rc.c f [2004/08/03] i386/69945 i386 "Page fault" while shutting down on VIA K s [2004/08/03] kern/69953 anholt System reboots on startx with DRI enabled o [2004/08/03] kern/69964 kan [patch] lockmgr can forget to unblock cli o [2004/08/04] ports/69969 roam vpopmail default setup doesn't allow use f [2004/08/04] ports/70006 ports-bugs games/quake2forge fails to build on 5.2.1 o [2004/08/05] ports/70021 ports-bugs [PATCH] mail/spamass-milter: Reliability o [2004/08/05] i386/70028 i386 umass isuue in the boot prcess on SONY La f [2004/08/05] ports/70033 ports-bugs tcllib-1.6_1 installation hangs while ins p [2004/08/05] kern/70037 [panic] ALI AGP fails / panics system o [2004/08/05] kern/70038 darrenr ipfilter rdr rule does not work for non-T o [2004/08/07] ports/70139 x11 Xorg Segfault o [2004/08/07] bin/70147 [PATCH] Globbing bug in /bin/sh o [2004/08/07] kern/70148 [panic] Kernel Panic 5.2.1-R and -CURRENT a [2004/08/09] ports/70218 ports-bugs ports lang/mono install hangs p [2004/08/10] i386/70241 yar boot1 logic fix for large disks o [2004/08/11] ports/70309 sumikawa racoon disrupt manually-keyed IPSEC tunne o [2004/08/11] ports/70317 x11 xvideo problems using XFree86-4.4.0 o [2004/08/11] i386/70330 i386 Re-Open 33262? - gdb does not handle pend o [2004/08/12] kern/70360 [twe] Random lock-ups with 3ware RAID 5 u o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly o [2004/08/13] kern/70399 darrenr ipfilter breaks IPv6 path mtu discovery o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/16] ports/70514 seanc GCC 3.4 patch for net-mgmt/bsd-airtools 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/17] ports/70584 nobutaka Xine vcd:// mrl input identifier overflow o [2004/08/17] kern/70587 [patch] NULL pointer dereference in vm_pa o [2004/08/17] ports/70594 markp [PATCH] net-mgmt/mbrowse: fix compile wit o [2004/08/18] bin/70600 [fsck] fsck throws files away when it can o [2004/08/18] docs/70616 simon incompleteness and error in su(1) man pag o [2004/08/18] bin/70625 re [PATCH] RELENG_5 CVS/CVSup fixes, -CURREN o [2004/08/19] kern/70649 [rtc] system clock slows down when heavil o [2004/08/19] i386/70663 i386 Freebsd 4.10 ncplogin + Netware 4.11 = nw o [2004/08/19] ports/70666 taoka checksum update for print/bjfiltercom f [2004/08/20] ports/70680 ache Problem compiling Apache13 on FreeBSD5.2. f [2004/08/20] ports/70688 kde tab stops corruption in QTextParagraph (Q o [2004/08/20] ports/70695 hrs teTeX (port source print/teTeX) ends with f [2004/08/20] ports/70699 ports-bugs Typo in ports/devel/libedit, possible buf o [2004/08/20] ports/70744 clement www/mod_fastcgi doesn't build without Mak o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel o [2004/08/21] kern/70753 [boot] Device for firewire hard disk not o [2004/08/21] bin/70803 truss wedges if child exits at the wrong f [2004/08/21] i386/70805 i386 [apm] page fault early during boot with a o [2004/08/22] kern/70809 panic: ufs_direnter: compact1 o [2004/08/24] ports/70893 ports-bugs ports/palm/pose fails to build o [2004/08/24] ports/70914 hq devel/apache-ant ignores JAVA_HOME when r f [2004/08/25] ports/70922 vs x11/x3270 breaks palm/pose o [2004/08/25] i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, f [2004/08/25] kern/70931 panic: page fault at end of boot on Athlo o [2004/08/25] docs/70952 doc Handbook section 16.6.2 has bad example f [2004/08/25] i386/70962 i386 [install] When downloading the installer o [2004/08/26] conf/70973 [patch] script 800.loginfail does not rep o [2004/08/26] bin/70974 [rpc] SIGSEGV in rpc.lockd o [2004/08/26] threads/70975threads unexpected and unreliable behaviour when o [2004/08/26] ports/70981 hrs LaTeX, tex and teTeX ports tangled o [2004/08/26] i386/71000 i386 [boot] BTX halted when booting from CD on o [2004/08/27] i386/71035 [kbd] SMP boot hangs in bus_space_write_1 o [2004/08/27] i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E o [2004/08/28] ports/71071 kuriyama ports/net-mgmt/net-snmp does not build on a [2004/08/28] kern/71073 andre [vlan] a media ioctl to vlan(4) causes pa o [2004/08/28] kern/71086 [panic] in vm_page_remove() (referencing o [2004/08/28] i386/71087 i386 [hang] 5.3-beta(2-5) fail to install on e o [2004/08/29] kern/71109 [patch] Possible race conditions in pmap. o [2004/08/30] kern/71130 [patch] Kernel compilation failed with VG o [2004/08/30] kern/71131 [panic] profile.sh causes bfe to panic o [2004/08/30] i386/71144 i386 FBSD5.3b2 doesn't boot on a Compaq Armada o [2004/08/30] java/71146 java jdk 1.4.2-p6 jboss,eclipse problems o [2004/08/30] bin/71147 sshd(8) will allow to log into a locked a o [2004/08/30] kern/71155 [usb] misbehaving usb-printer hangs proce o [2004/08/30] i386/71158 i386 pci bus number 3 devices are missing on l o [2004/08/30] gnu/71160 gdb gets confused about active frame o [2004/08/31] ports/71177 ade repo-copy request: [MAINTAINER] databases o [2004/08/31] i386/71190 i386 Dead thinkpad R31 after installing 5.2.1 o [2004/08/31] kern/71198 Lack of PUC device in GENERIC kernel caus o [2004/08/31] i386/71208 i386 Intel EtherExpress not working o [2004/09/01] kern/71229 Device sk0 hands up when data transfering o [2004/09/02] bin/71290 [PATCH] passwd cannot change passwords ot o [2004/09/02] kern/71310 [panic] kernel crash on rtprio pid priori o [2004/09/03] kern/71323 qa [sysinstall] FTP download from floppy boo o [2004/09/04] kern/71354 [kbd] USB Keyboard bumped by non-existent o [2004/09/04] kern/71357 le [vinum] Panic when starting vinum at boot o [2004/09/04] docs/71359 doc /usr/share/examples/etc/make.conf contain o [2004/09/05] kern/71388 rwatson [panic] due mac_policy_list_conditional_b o [2004/09/05] kern/71391 [nfs] [panic] md via NFS file + mount -t o [2004/09/05] i386/71392 i386 5.3-Beta[2-5] crash after final sync when o [2004/09/05] kern/71394 [boot] unable to mount troot device in bo o [2004/09/05] kern/71402 rwatson panic with lomac o [2004/09/05] ports/71409 ports-bugs [PATCH] cad/gnucap: fix the build with gc o [2004/09/06] kern/71421 [hang] filesystem operations lockups [SCH o [2004/09/06] ports/71425 phantom jdk14 produces an error for FreeBSD 5.3-B o [2004/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] p [2004/09/06] ports/71439 gnome Fix port: x11-toolkits/libgnomeui (multi- o [2004/09/07] kern/71443 [kbd] usb keyboard not detected on 5.3 o [2004/09/07] bin/71453 tcpdump segfaults on PPP IPV6CP traffic o [2004/09/07] ports/71456 jdp lang/ezm3 port fails (net/cvsup port affe o [2004/09/07] ports/71460 ports-bugs [PATCH] net/socks5: Fix build with gcc-3. o [2004/09/07] misc/71469 default route to internet magically disap o [2004/09/07] i386/71470 i386 [hang] Asus P4P800-E Promise 20378 RAID 1 o [2004/09/07] amd64/71471 amd64 Can not install 5.3beta3/amd64 on IBM eSe o [2004/09/07] ports/71475 ports-bugs ACID (snort DB) detects versions incorrec o [2004/09/08] kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] o [2004/09/08] ports/71479 ports-bugs mod_jk2-apache2 - various issues o [2004/09/08] kern/71491 [usb] [panic] printing under usb printer o [2004/09/09] java/71516 glewis jdk13 hotspot fails to build with recent o [2004/09/09] ports/71522 kuriyama Fix for net-snmp under 6-CURRENT o [2004/09/10] kern/71547 [hang] xorg hangs on startup, maybe due t f [2004/09/10] ports/71558 knu using portupgrade results in ruby dumping a [2004/09/10] kern/71568 brooks [kbd] [patch] unable to install FreeBSD u s [2004/09/11] ports/71578 ports-bugs graphics/xfig - problem during install, m p [2004/09/11] bin/71592 brian [PATCH] ppp doesn't check mallocs for ret o [2004/09/11] bin/71594 [patch] pkg_install (sign) - variables ma o [2004/09/11] bin/71602 [PATCH] uninitialized "len" used instead o [2004/09/11] bin/71603 "systat -v" enters infinite loop o [2004/09/12] kern/71638 Radeon 9200 SE with Xorg 6.7 and DRI 5.0. o [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load f [2004/09/12] amd64/71644 amd64 5.3-BETA4 crash when heavy load o [2004/09/12] kern/71645 [boot] System hangs when booting the kern o [2004/09/12] bin/71651 [PATCH] cron may attept to close unopened o [2004/09/12] ports/71676 kuriyama gnupg doesn't appear to use gnupg-idea pl o [2004/09/12] kern/71677 rwatson MAC Biba / IPFW panic o [2004/09/12] ports/71684 ports-bugs lang/scm does not compile on FreeBSD 5.3B f [2004/09/13] bin/71688 delphij adduser fails on 5.3-BETA3 o [2004/09/13] ports/71692 knu portupgrade fails to find packages in por f [2004/09/13] kern/71695 brooks [hang] ifconfig hanging box o [2004/09/14] ports/71723 markus net/simicq port produces broken executabl o [2004/09/14] threads/71725threads Mysql Crashes frequently giving Sock Erro o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S o [2004/09/14] i386/71733 i386 Marvel/Gigabit NIC on Asus K8V SE is not o [2004/09/15] kern/71755 le [vinum] vinum bootstrapping problem o [2004/09/15] kern/71771 Hang during heavy load with amr raid cont o [2004/09/15] kern/71778 scsi 5.3 BETA3 doesnt see Adaptec 2015S FW Rev o [2004/09/16] kern/71785 panics in X (Xorg and XFree86) with ATI c f [2004/09/16] bin/71786 [patch] adduser breaks if /sbin/nologin i o [2004/09/16] ports/71788 ports-bugs Beep Media Player build fails (XFree86-4, f [2004/09/16] kern/71791 Fatal trap 12: page fault while in kernel o [2004/09/16] kern/71792 [patch] Wrong/missing 'goto' target label o [2004/09/16] ports/71803 ports-bugs [PATCH] math/pari-devel is now able to co o [2004/09/17] kern/71827 [panic] Running java applications causes o [2004/09/18] kern/71858 network interface sk extremely slow [5.3- o [2004/09/18] kern/71887 [kbd] Losing keyboard after plugging a bl o [2004/09/18] kern/71889 [hang] SATA disks hang the system with Pr o [2004/09/19] i386/71894 i386 burncd unkillable with bad CD's o [2004/09/19] kern/71910 andre [patch] ipfw forward does not work [5.3-B o [2004/09/19] ports/71916 ports-bugs [PATCH] www/plugger doesn't honor his con o [2004/09/19] misc/71918 4.5 disklabel gets damaged when mounted b o [2004/09/20] misc/71934 Apsfilter (or lpr) operates erratically o [2004/09/21] kern/71956 [panic] [usb] Panic in kobj_delete when a o [2004/09/22] kern/71999 recurring panic in 4.10: ata_dmasetup: tr o [2004/09/22] i386/72004 i386 [boot] FreeBSD 5.2.1 install hangs with e o [2004/09/22] kern/72007 [panic] clist reservation botch [4.10] o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/09/22] ports/72015 ports-bugs net/gnu-radius: Cant build Gnu Radius 1.2 o [2004/09/23] kern/72022 packet loss on loopback interface [5.3-BE o [2004/09/23] kern/72041 [hang] Deadlock when disk is destroyed wh o [2004/09/24] i386/72065 i386 4.x and 5.2.1 doesn't recognize PCnet/ISA f [2004/09/24] i386/72069 i386 [panic] Fatal trap 12: page fault while i o [2004/09/25] ports/72073 mharo [PATCH] ftp/proftpd (version 1.2.10) o [2004/09/25] ports/72090 ports-bugs [patch] math/maxima: Unbreak, upgrade, cl o [2004/09/26] ports/72098 ports-bugs [PATCH] www/swish++: update to 6.0.2 and o [2004/09/26] i386/72112 sound [sound] sound problems with builtin sound o [2004/09/27] kern/72119 Detaching USB Memory Stick w/o umount cau o [2004/09/27] ports/72122 mharo sudo 1.6.8p1 with pam-krb5 authentication o [2004/09/27] kern/72123 [smp] "APIC: Previous IPI is stuck" on Si o [2004/09/27] kern/72126 rwatson panic: sorele under heavy traffic/load o [2004/09/27] ia64/72128 ia64 5.3-beta6 doesn't boot o [2004/09/27] kern/72130 Promise Fastrack sx4000 boot problem o [2004/09/27] kern/72131 le panic when starting vinum on system boot o [2004/09/27] ports/72137 danfe make clean crashes in x11/nvidia-driver p [2004/09/27] bin/72138 libc.so.5 isn't installed in a safe way p [2004/09/28] bin/72139 peter The CVS version string is broken. o [2004/09/28] ports/72149 nectar [PATCH] heimdal with LDAP backend - bad s o [2004/09/28] java/72151 java JVM crash on 5.2.1-R o [2004/09/29] kern/72163 ACPI Panics on boot with 5.3-BETA-3 and u o [2004/09/29] bin/72177 [patch] camcontrol's getdevtree fails o [2004/09/30] gnu/72200 bzXgrep fails to detect that its matcher o [2004/09/30] kern/72208 panic: bio_completed can't be greater tha o [2004/09/30] kern/72210 andre ipnat problem with IP Fastforward enable o [2004/09/30] kern/72211 Cannot boot 5.3-BETA6 with both SCSI and o [2004/09/30] i386/72215 i386 with acpi enabled network card will not w o [2004/10/01] kern/72220 sound [sound] No audio output with Maestro 2E, o [2004/10/01] kern/72223 ndis crashes kernel [5.3-BETA6] o [2004/10/03] ports/72275 ale [PATCH] php4 openssl building static o [2004/10/03] kern/72278 Installworld crashes machine [5.3-BETA7] o [2004/10/03] docs/72285 doc GCC manuals are out of sync f [2004/10/04] ports/72291 kde Konqueror 3.3 crashes when displaying cer o [2004/10/04] kern/72296 bfe0: discard oversize frame (ether type o [2004/10/04] kern/72305 boot hangs after discovering disks when a o [2004/10/04] bin/72307 kan offsetof() macro emits non-compliant code s [2004/10/04] misc/72312 Build of jail fails o [2004/10/04] amd64/72333 amd64 vinum doesn't scan for drives on slices o o [2004/10/04] i386/72334 i386 7) i386|[boot] FreeBSD 5.3 Beta6 and Beta o [2004/10/04] kern/72338 calcru: runtime wen backwards from ... o [2004/10/05] i386/72343 i386 Suspend resets system on Inspiron 5160. o [2004/10/05] ports/72346 archie [PATCH] net/mpd doesn't pass COPTS to mak o [2004/10/05] threads/72353threads Assertion fails in /usr/src/lib/libpthrea o [2004/10/05] i386/72365 [hang] i386 BETA7 hang on boot with SMP [ p [2004/10/05] bin/72366 glebius [patch] syslog overflow fix o [2004/10/06] bin/72370 awk in -current dumps core o [2004/10/06] kern/72372 radeon 9200se atlantis dri hangs X o [2004/10/06] kern/72376 acpi is mutually exclusive with snd_mss o o [2004/10/06] i386/72378 i386 NFS hangs in 5.3-BETA7 [3Com gbit card] o [2004/10/06] ports/72379 ports-bugs Can no compile Samba.3.0.7 port o [2004/10/06] kern/72394 [PATCH] syslog is not thread-safe o [2004/10/06] kern/72396 [patch] Incorrect network accounting with o [2004/10/06] ports/72402 archie PPPoE issues with net/mpd o [2004/10/07] ports/72414 openoffice Precompiled el-openoffice-1.1.2_1 first t o [2004/10/07] i386/72416 i386 FreeBSD 5.3-BETA7: The alternate systemcl o [2004/10/07] kern/72418 [hang] Single User Mode dies [5.3-BETA7, o [2004/10/07] kern/72423 Loading if_ndis for Intel Wireless 2200BG o [2004/10/07] kern/72424 panic: ffs_blkfree: freeing free block in o [2004/10/07] threads/72429threads threads blocked in stdio (fgets, etc) are o [2004/10/07] kern/72436 [patch] digi(4) panic's system on open o [2004/10/08] i386/72439 sound [sound] Sound not functioning for VIA_823 o [2004/10/08] i386/72441 i386 HP Proliant DL380 hangs on reboot with 5. a [2004/10/08] kern/72444 pf PF can't properly detect interface after o [2004/10/08] kern/72451 sos Continuing problems with Silicon Image SA o [2004/10/09] i386/72456 i386 5.xx Releases Do Not Identify ATA when 4. o [2004/10/09] ports/72464 portmgr bsd.port.mk printf error o [2004/10/09] kern/72466 brooks [kbd] USB keyboard does not respond in si o [2004/10/10] kern/72488 sos ata-queue.c rev 1.22 broke dd(1) conv=noe o [2004/10/10] kern/72490 Panic mounting cdrom with RWCombo .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/07/30] kern/4194 kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/30] bin/4420 imp find -exedir doesn't chdir for first entr p [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 grog calendar doesn't print all dates sometime o [1997/09/28] bin/4646 qa [sysinstall] can't fixit with an NFS-moun o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/12/01] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/15] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 [mount] mount incorrectly reports / as an o [1998/01/12] bin/5483 Login(1) clears utmp entry o [1998/01/27] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe o [1998/01/27] kern/5587 des session id gets dropped o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/11] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data p [1998/03/31] kern/6184 No error if resulting file pos in lseek i a [1998/04/07] kern/6238 sound [sound] [patch] sound-driver patch for MA o [1998/04/19] conf/6346 joe Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] bin/7232 qa [sysinstall] suggestion for FreeBSD insta f [1998/07/10] kern/7234 [kbd] keyboard problems during login imme o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/07/13] bin/7265 A warning flag is added to ln(1). f [1998/07/13] i386/7266 PSM detection failure with Linksys consol o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/20] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/10] kern/7556 sl_compress_init() will fail if called an s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/23] kern/7722 Changes to acct format s [1998/09/09] bin/7868 [almost patch]Morse Code Fixups o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/10/03] bin/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/19] kern/8376 tjr CLOCK_VIRTUAL not implemented a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] bin/8867 qa [sysinstall] [patch] /stand/sysinstall co a [1998/12/18] bin/9123 pax can't read tar archives that contain s [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy f [1999/01/14] kern/9478 [patch] support for running a script from o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/29] bin/9770 jmallett An openpty(3) auxiliary program o [1999/01/29] i386/9777 sound [sound] [patch] generic AD1816 sound supo o [1999/02/02] bin/9868 Patch to add "date -a" o [1999/02/02] kern/9869 When using macros out of function, they s s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames o [1999/03/16] bin/10611 timed enhancement o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin a [1999/04/08] kern/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/04/11] bin/11085 Per-host configuration for syslog.conf f [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/16] i386/11165 emulation IBCS2 don't work correctly with PID_MAX 9 o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/05] kern/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/07] kern/12071 fanf [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 imp Enhancement to ed driver for Linksys 10/1 o [1999/06/21] bin/12324 qa [sysinstall] fdisk partition editor is mi o [1999/07/07] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/25] bin/12801 nvi infinite recursion with options "left f [1999/08/06] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/23] kern/13326 additional timeval interfaces for /dev/audio o [2001/10/23] kern/31456 [patch] register number definition for AM f [2001/10/25] kern/31490 [panic] [patch] Panic in sysctl_sysctl_ne o [2001/10/27] kern/31521 sound [sound] pcm0 plays too fast on Intel 8280 o [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/30] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] kern/31647 socket calls can return undocumented EINV s [2001/11/01] kern/31686 bms Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/10] kern/31890 [syscons] [patch] new syscons font s [2001/11/10] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/11] bin/31906 No method available to unwind atexit(3) s o [2001/11/12] bin/31933 pw can interpret numeric name as userid d o [2001/11/14] kern/31981 [patch] (mis)feature in getnetent parsing o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator s [2001/11/15] i386/32014 [boot] ppi locks up system during boot o [2001/11/15] docs/32020 trhodes loader.8 manpage missing tunables o [2001/11/18] conf/32067 Problems with spanish keyboard in console o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc p [2001/11/20] standards/32126standards getopt(3) not Unix-98 conformant f [2001/11/20] bin/32144 murray [sysinstall] unattended install with sysi o [2001/11/26] bin/32288 qa [sysinstall] After install: /etc/rc compl a [2001/11/29] bin/32375 murray [sysinstall] sysinstall doesn't respect U a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/03] kern/32480 [syscons] Missing graphic characters in s o [2001/12/04] bin/32501 trhodes quot(8) is stupid regarding the filesyste f [2001/12/08] kern/32605 nsouch SMBus driver broken o [2001/12/09] kern/32652 joe [patch] A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp o [2001/12/10] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/10] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] bin/32680 [PATCH] Allows users to start jail(1) by o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger [bktr] bktr driver missing tuner for eepr o [2001/12/14] bin/32828 w incorrectly handles stale utmp slots wi o [2001/12/18] docs/32979 hmp manpages are not installed for k5admin an f [2001/12/19] kern/33004 joe Patch for USB (uhci) f [2001/12/19] kern/33007 umass device timeout after successive use s [2001/12/19] kern/33013 sound [sound] mixer does not have treble/bass f o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] kern/33097 sound [sound] Crystal 4237b mixer problems o [2001/12/23] kern/33117 [patch] empty struct md_coredump in pcb.h o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/24] bin/33133 keyinit outputs wrong next login password o [2001/12/26] bin/33182 marcel gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 [nfs] "got bad cookie" errors on NFS clie o [2001/12/31] conf/33395 imp better way to use more than one pccard ne o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/08] kern/33707 sound [sound] ICH (82801AA) cannot be used for o [2002/01/09] docs/33724 doc [patch] a very minor documentation error f [2002/01/09] misc/33736 Scroll-lock on the console prevents shutd o [2002/01/10] conf/33753 Intel ICH2 and NVidia device ID updates o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/11] bin/33778 joe crunchgen enhancements o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 strptime(3) is misleading o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documentet behaviour of SF_flags for non- o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bde Messages at the serial IO port device pro o [2002/01/16] kern/33965 [kbd] [patch] programmable keys of the ke a [2002/01/17] bin/34010 [patch] keyinit takes passwords less than o [2002/01/22] bin/34146 newfs defaults and vfs.usermount=1 tug at s [2002/01/22] bin/34171 yar ftpd indiscrete about unprivileged user a f [2002/01/23] kern/34195 iedowse setting the action for SIGCHLD to SIG_IGN o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] alpha/34232 alpha rpc.statd throws alignment errors o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum o [2002/01/26] bin/34309 gad lpd does not garantie that controlfiles b o [2002/01/29] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] bin/34412 tftp will still try and receive traffic e o [2002/01/31] bin/34497 grog calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/02/01] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d a [2002/02/03] kern/34591 andre ICMP bandwidth limiting does not indicate o [2002/02/05] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". o [2002/02/07] gnu/34709 marcel [patch] Inaccurate GDB documentation f [2002/02/08] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 treat smbfs as network file system in /et o [2002/02/09] bin/34759 Phantasia does not accept [enter] key o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/10] bin/34788 dwmalone dmesg(1) issues with console output o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to p [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/12] kern/34854 sound [sound] /src/sys/dev/sound doesn't work c p [2002/02/12] bin/34874 bms Netstat output to small o [2002/02/12] kern/34880 luigi Impossibility of grouping IP into a pipe p [2002/02/14] conf/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 sound [sound] Attempt to play -> "pcm0: play in o [2002/02/15] kern/34952 joe Mouse cursor invisible with USB mice and a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/17] bin/35018 brian enhancing daily/460.status-mail-rejects s [2002/02/18] bin/35070 math(3) references section "3m", etc. f [2002/02/19] kern/35101 cvusupit and other packages won't extract o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 scsi World access to /dev/pass? (for scanner) o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman o [2002/02/24] conf/35262 [patch] generation of boot block for head o [2002/02/25] kern/35289 roger [bktr] [patch] Brooktree device doesnt pr o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/26] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] misc/35381 standards incorrect floating-point display of large o [2002/02/28] bin/35400 qa [sysinstall] sysinstall could improve man o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 [patch] enhanced periodic scripts: 100.cl o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 [patch] missing dep in libiconv prevents o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] www/35647 www www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35652 trhodes bsd.README seriously obsolete o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/09] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/09] www/35711 bugmeister the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] kern/35774 [logwtmp] Suboptimal auditing possibiliti o [2002/03/13] kern/35846 imp timeout in wi_cmd 11, machine hangs for a o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 [patch] popen.c in cron won't build witho o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ p [2002/03/16] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro s [2002/03/19] standards/36076standards Implementation of POSIX fuser command o [2002/03/20] bin/36118 re [sysinstall] 4.5 Upgrade says it won't to p [2002/03/20] bin/36136 savecore -z option does not work o [2002/03/20] kern/36143 [patch] Dynamic (non linear) mouse accele o [2002/03/21] docs/36154 simon [usb] Getting USB mouse to work: usbd and o [2002/03/21] kern/36170 an(4) does an_init() even if interface is o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] bin/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] conf/36392 [feature request] cron starts before vi r o [2002/03/28] kern/36425 [patch] bump up SYS_NMLN in sys/utsname.h o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo a [2002/03/29] docs/36447 trhodes chown(8) manual misdescribes handling of o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin a [2002/03/29] i386/36451 roger [bktr] [patch] Japan IF frequency is inco s [2002/03/29] gnu/36460 cu(1) program does not work very well. f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 grog /usr/bin/calendar can't handle recurring o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/31] bin/36556 [patch] regular expressions for tcpwrappe o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/02] bin/36646 dwmalone [patch] top(1) does not work correctly in p [2002/04/03] kern/36682 joe USB isochroneous transfer doesn't report o [2002/04/04] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an f [2002/04/04] docs/36726 trhodes Handbook lacks information about hardware o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 which(1) ought to append @ if result is s o [2002/04/05] bin/36786 make ps use 24-hour time by default s [2002/04/08] java/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/09] kern/36916 qa [libdisk] DOS active partition flag lost s [2002/04/09] ports/36933 portmgr [patch] New feature for pkg_create and po o [2002/04/10] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 grog calendar doesn't effect -t option. o [2002/04/11] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/12] bin/37013 ls directory name output trailing slash d o [2002/04/13] conf/37034 Fixed maximum character length in EUC o [2002/04/13] conf/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/15] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc f [2002/04/16] bin/37137 qa [sysinstall] doesn't recognize version nu o [2002/04/16] bin/37160 qa [sysinstall] coredumps when trying to loa f [2002/04/23] kern/37374 joe [PATCH] closing ums0 blocks with wmesg uh o [2002/04/23] i386/37379 /dev/MAKEDEV entry for RocketPort is brok o [2002/04/23] kern/37380 jhb [patch] boot0 partition list is outdated o [2002/04/23] conf/37387 grog bsdmainutils/calendar Hungarian addon fil o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/25] bin/37434 mbr dhclient(1) generates pointless log messa o [2002/04/25] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/25] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/26] kern/37482 sound [sound] Weird behaviour under relatively f [2002/04/28] ports/37518 grog gmat port CATALOG needs updating o [2002/04/29] kern/37554 jmg [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 [patch] vnode flags appear to be changed o [2002/04/29] conf/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/30] kern/37600 sound [sound] [partial patch] t4dwave drive doe o [2002/05/02] kern/37657 sound [sound] /dev/dsp and /dev/audio skip the o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] threads/37676threads libc_r: msgsnd(), msgrcv(), pread(), pwri o [2002/05/03] bin/37715 "pkg_info -g package_name_version" fail o [2002/05/03] docs/37719 kensmith Detail VOP_ naming in a relevant man-page o [2002/05/04] conf/37732 joe usbd start in wrong place in /etc/rc in 4 o [2002/05/04] bin/37733 su(1) does not behave the way it is descr s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/07] bin/37844 ru [PATCH] make knob to not install progs wi o [2002/05/09] ports/37904 ports-bugs New Port: database/isql-viewer (a JDBC 2. o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38034 glewis compaq-cc (under linux-emu) installes man o [2002/05/14] bin/38055 qa [sysinstall] Groups (creation) item shoul o [2002/05/14] bin/38056 qa [sysinstall] User (creation)'s "Member gr o [2002/05/14] bin/38057 qa [sysinstall] "install" document doesn't d o [2002/05/14] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/16] docs/38148 trhodes In manpages "timezone" should be "time zo o [2002/05/16] bin/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 installing curses programs and terminfo d o [2002/05/18] docs/38225 doc change "CDROM" to "CD-ROM" o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/19] ports/38301 kiri upgrade www/w3-4 to 4.0.47 o [2002/05/20] kern/38347 [patch] new library function abs2rel and o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/23] kern/38445 suggestion: centralize ptrace() permissio o [2002/05/23] kern/38452 joe [usb] Logitech USB iFeel: device_probe_an o [2002/05/23] kern/38468 imp Write drivers for Intel PRO/Wireless 2011 o [2002/05/24] bin/38477 qa [sysinstall] in Choose Distributions scre o [2002/05/24] bin/38478 qa [sysinstall] In Choose Distributions scre o [2002/05/24] bin/38480 qa [sysinstall] sysinstall should prompt for s [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 o [2002/05/25] docs/38540 blackend sysinstall application name should be Sys o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/26] bin/38583 qa [sysinstall] sysinstall installs crypto s o [2002/05/27] ports/38593 portmgr Third level ports o [2002/05/27] bin/38610 qa [sysinstall] should be able to mount ISO o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/30] bin/38727 [patch] mptable(1) should complain about o [2002/05/30] kern/38730 Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 murray Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/01] kern/38794 sound [sound] ESS Solo driver truncates output o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 scsi [feature request] DPT PM2012B/90 doesn't o [2002/06/02] conf/38829 bootblock recompile instructions in handb f [2002/06/02] bin/38835 qa [sysinstall] sysinstall always installs c p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] bin/38854 qa [sysinstall] resetting during setup cause o [2002/06/06] misc/38937 delay between tracks in digital audio dum o [2002/06/06] bin/38940 Change: an option to *stat to allow supre o [2002/06/07] kern/38967 sound [sound] 4/22/02 pcm driver merge appears o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix p [2002/06/08] docs/39044 doc The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/10] ports/39080 glewis java/javavmwrapper: Functionality enhance p [2002/06/10] bin/39116 eik /usr/bin/printf o [2002/06/12] kern/39201 emulation ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/13] docs/39213 doc No rc(4) man page o [2002/06/14] standards/39256standards [v]snprintf aren't POSIX-conformant for s o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin o [2002/06/15] conf/39347 use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/16] bin/39360 qa [sysinstall] if linux emu is added as a d o [2002/06/17] kern/39425 [amd] Auto mounted directory was not foun o [2002/06/17] bin/39439 tcopy will not duplicate tapes with block o [2002/06/18] bin/39463 mtm [PATCH] Add several options to fingerd o [2002/06/18] conf/39466 /etc/security: find -xdev hangs on dead N f [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/20] bin/39574 qa [sysinstall] error mounting /dev/acd0c on s [2002/06/20] conf/39580 insecure default settings o [2002/06/20] ports/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] ports/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli s [2002/06/22] ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXA o [2002/06/23] kern/39681 [patch] add hidden kernel boot tunables t o [2002/06/24] kern/39772 imp pccardd is slow to install a PCCARD. o [2002/06/25] bin/39819 cleaning bin/sh code from warnings o [2002/06/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/26] bin/39864 robert hostname instead of IP in w(1) -n output o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/27] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/29] conf/39976 vi recovery halting boot process o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li p [2002/07/01] gnu/40057 bugmeister send-pr -a flag does not work with -f o [2002/07/01] kern/40081 sound [sound] noise in sound output with built- o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] kern/40132 sound [sound] [patch] enabling the joystick int f [2002/07/06] bin/40273 dougb some more fortunes o [2002/07/07] conf/40298 [patch] /etc/rc: using swapfile as /tmp o [2002/07/09] kern/40369 [patch] rman_reserve_resource - when "cou o [2002/07/09] kern/40378 standards stdlib.h gives needless warnings with -an o [2002/07/09] bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/11] docs/40443 doc Update books/faq/book.sgml for USB .ko's o [2002/07/13] kern/40516 [ti] [patch] ti driver has no baudrate se f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme o [2002/07/14] conf/40552 alternate syscons font for iso-07 encodin p [2002/07/14] kern/40563 bms gif driver can clobber route/arp table o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend f [2002/07/15] bin/40617 brian /usr/sbin/ppp is not able to bind the nat o [2002/07/16] kern/40657 joe [usb] Logitech iFeel usb mouse will not a s [2002/07/16] threads/40671threads pthread_cancel doesn't remove thread from o [2002/07/17] kern/40711 sound [sound] CT5880-C sometimes fails to outpu p [2002/07/18] kern/40745 bms Inconsistency between net/if.c and struct o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/21] conf/40855 murray psuedo-device bpf need note in LINT and G a [2002/07/22] ports/40866 jkoshy sml-nj port CM autoloading compilation pr o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 qa [boot] After Upgrading or Clean Installin o [2002/07/23] kern/40927 sound [sound] Acer Labs M5451 dies with pcm:pla o [2002/07/24] kern/40948 joe [usb] USB HP CDW8200 does not work o [2002/07/24] i386/40958 i386 apm on Acer TravelMate 351 could not resu o [2002/07/25] ports/40975 knu Uncatched coredump of pkg_info while pkgd o [2002/07/25] bin/40980 du(1)'s -h and -k options interact confus o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/28] bin/41070 added .warning in make(1) + two fixes o [2002/07/28] bin/41071 make NO to NO_ transition patch o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/31] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] bin/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] kern/41215 [kbd] console revert back to kbd0 (AT) af o [2002/08/01] kern/41220 [PATCH] Minor sk driver enhancements o [2002/08/01] bin/41238 qa [sysinstall] problems with FreeBSD instal o [2002/08/01] kern/41243 joe [patch] [usb] getting full desc failed, H o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] www/41312 cvsadm RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/04] kern/41317 trhodes reflect kernel building user for sudo-ers o [2002/08/06] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card o [2002/08/06] www/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] kern/41415 joe [usb] [patch] Some USB scanners cannot ta o [2002/08/09] kern/41490 sound [sound] C-Media 8738 sound card static o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd o [2002/08/12] bin/41566 obrien file(1) out of date o [2002/08/12] i386/41569 silo overflow p [2002/08/12] standards/41576standards POSIX compliance of ln(1) a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/15] bin/41674 ken iostat column formatting overlaps o [2002/08/17] kern/41743 sound [sound] No sound from SiS630s controller o [2002/08/17] bin/41744 qa [sysinstall] cannot stop comat22 from bei o [2002/08/18] ports/41755 max Wrong letters in Canna iroha dictionary o o [2002/08/19] misc/41771 '/etc/ttys' and X o [2002/08/19] docs/41791 doc Documentation formatting error o [2002/08/20] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] bin/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/21] conf/41855 improvment of /etc/rc.diskless2 script o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2002/08/22] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/23] docs/41919 blackend MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] kern/41930 declaration clash for ffs() and ${CXX} a [2002/08/23] ports/41945 ade [patch] bsd.port.mk: does not run ACLOCAL o [2002/08/23] bin/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.con o [2002/08/24] kern/41966 sound [sound] audio/play: sblive, can cause "D o [2002/08/26] bin/42018 pkg_info with PKG_PATH searches through t o [2002/08/26] bin/42022 qa [sysinstall] non-interactive mode prompts a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 [patch] kern.ps_showallprocs has no effec o [2002/08/27] bin/42084 luigi [netstat] PicoBSD's 'netstat -i' reports o [2002/08/29] bin/42162 qa [sysinstall] installation crashes, md0c f o [2002/08/30] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/30] docs/42210 gioria doc/en_US.ISO8859-1/articles/releng/branc f [2002/08/30] bin/42213 joe moused(8) seems to delay some mouse event o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/09/01] kern/42274 [patch] Convert defined variable into tun o [2002/09/02] bin/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/02] bin/42338 imp pccard_ether should run ipf -y if ipfilte o [2002/09/03] bin/42386 cleaning code from warnings in libkvm o [2002/09/03] bin/42387 cleaning code of librpcsvc from warnings o [2002/09/03] bin/42388 cleaning code from warnings in libm p [2002/09/04] kern/42404 emulation TIOCSCTTY not implemented in linuxulator o [2002/09/04] kern/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] kern/42429 [patch] hash_action called with HASH_DELE o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/06] kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re s [2002/09/06] kern/42466 emulation linux: 'ipc' typ=258 not implemented o [2002/09/06] bin/42468 mount_smbfs incorrectly handled configura o [2002/09/06] bin/42469 After mounting by mount_smbfs directories o [2002/09/08] www/42558 www http://www.freebsd.org/search produces in o [2002/09/08] kern/42564 sound [sound] record bug with emu10k1 driver o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/10] kern/42638 sound [sound] CS4326/4327 (MSS) buggy output pl o [2002/09/11] bin/42663 pw(1): pw useradd assigns unique UID's to o [2002/09/13] kern/42728 small many problems in src/usr.sbin/ppp/* afte f [2002/09/13] bin/42732 [NFS] seg fault in mount_nfs o [2002/09/14] i386/42766 [patch] proposal to perform reboot via ju o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/15] conf/42807 imp /etc/netstart doesn't run /etc/defaults/p o [2002/09/18] bin/42934 qa [sysinstall] installation procedure on in o [2002/09/19] kern/42956 [libc] dlclose gives "invalid shared obje o [2002/09/19] bin/42974 [patch] ISO 8601 date format option p [2002/09/20] bin/43139 bms /sbin/route -host option doesn't always s o [2002/09/21] kern/43154 [patch] tunwrite() does not allocate clus o [2002/09/21] conf/43167 Ability to have vnode based file systems o [2002/09/21] conf/43169 [patch] with modified keymap, caps-lock l o [2002/09/21] ports/43177 markm Updates and additions to src/games/quiz/d o [2002/09/22] i386/43262 command 'shutdown -r' (also reboot) cause s [2002/09/23] ports/43273 portmgr [patch] make bsd.port.mk checksum check a o [2002/09/25] kern/43355 idad driver will work if logical drives d o [2002/09/25] bin/43367 incorrect report from 'who' after 'shutdo o [2002/09/25] bin/43368 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp o [2002/09/29] docs/43470 blackend Solid State / x109 article out of date. o [2002/09/29] kern/43474 murray [nfs] [patch] dhcp.* values not set in ke o [2002/09/29] conf/43494 wish: resolv.conf created (again) later i o [2002/09/29] bin/43497 mount -t nfs -> crunchgen incompatible o [2002/09/30] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] i386/43539 Cannot mout floppy on Compaq Proliant ML3 s [2002/09/30] ports/43540 arved Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/10/01] ports/43565 znerd jakarta-tomcat41 port breaks upgrades o [2002/10/02] kern/43577 [PATCH] New kernel option SHUTDOWN_BEEP o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/02] bin/43596 pkg_add does not propogate 'remote' to de o [2002/10/03] kern/43610 [patch] static-ize some symbols in digi d o [2002/10/03] kern/43611 [patch] static-ize some symbols in sys/cr o [2002/10/03] kern/43613 [smbfs] [patch] static-ize symbol in smbf o [2002/10/03] kern/43616 [patch] static-ize some functions in sys/ o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/04] bin/43675 uniq prints last, not first of the identi o [2002/10/05] kern/43716 [patch] puc driver does not recognize Lav s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/08] conf/43805 imp Asante' FriendlyNet AeroLAN AL1011 802.11 o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 simon [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src o [2002/10/09] bin/43857 [patch] conflicting types in /usr/src/usr o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/11] kern/43905 [patch] kqueues: EV_SET(kevp++, ...) is n o [2002/10/11] kern/43916 [hang] Olicom OC-2220 (PC-card) hangs on o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/14] docs/44034 trhodes Multiple sysctl variables are not documen o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] bin/44122 tun0 gets a second ip adress after a disc o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on o [2002/10/17] www/44181 www www "Release Information" organization o [2002/10/18] bin/44200 ftp site keeps sockets open. o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R s [2002/10/18] ports/44251 hq new port textproc/xml-stylebook: create J o [2002/10/19] kern/44260 LINT does not list pseudo-device tap o [2002/10/19] i386/44262 tanimura Problems with nrp driver o [2002/10/19] kern/44267 [patch] One more modem PNP id for /usr/sr o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] conf/44286 roberto /etc/defaults/rc.conf uses the obsolete n o [2002/10/20] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/22] kern/44365 [patch] introduce ulong and unchar types o [2002/10/22] kern/44372 roberto some kernel options prevent NTP clock syn o [2002/10/22] kern/44379 [libutil] property.c, properties_read() b o [2002/10/23] docs/44400 doc ipfw(8) has contradictions in bridged and o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/24] ports/44432 hq Ant-based port installs should use Jikes o [2002/10/24] docs/44435 doc sysctl manpage: add example for tcsh o [2002/10/25] kern/44450 joe USB support FAILURE for device that was s o [2002/10/26] kern/44497 NIC Lags? o [2002/10/26] i386/44500 [patch] bge(4): add AC1001 Gigabit NIC as o [2002/10/27] kern/44512 sound [sound] pcm driver generates static half o [2002/10/29] kern/44580 [nfs] NFS updates file access time when f o [2002/10/29] kern/44587 scsi dev/dpt/dpt.h is missing defines required o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for f [2002/10/30] conf/44717 dougb update login.conf and unify login capabil o [2002/11/04] kern/44872 [patch] dgb driver update o [2002/11/04] bin/44894 markm telnet(1): as a local non-root user and r o [2002/11/05] bin/44915 qa [sysinstall] 'choose installation media' o [2002/11/06] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/07] kern/45026 [nis] Can't set next password change date o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/09] www/45169 linimon suggested update for ports index page on o [2002/11/10] kern/45182 sound [sound] fm801.c does not recognize a FM80 o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] conf/45222 daily rejected mail hosts report too long o [2002/11/12] conf/45226 mtm Fix for rc.network, ppp-user annoyance o [2002/11/12] bin/45229 restore(8) -i: ls reports mising files as p [2002/11/12] alpha/45240 alpha pstat -f column headings misaligned on Al o [2002/11/12] gnu/45246 sobomax tar --listed-incremental fails for Solari o [2002/11/13] bin/45254 qa [patch] [sysinstall] sysinstall installs f [2002/11/14] ports/45289 hrs ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/19] bin/45486 Support for human readble (-h/-H) output s [2002/11/21] bin/45547 sos a patch to make burncd handle .wav files. a [2002/11/22] bin/45584 read builtin function of sh does not read o [2002/11/23] bin/45608 qa [sysinstall] install should config all et s [2002/11/23] ports/45613 portmgr make update doesn't o [2002/11/24] kern/45679 sound [sound] [patch] Cannot record except 8bit o [2002/11/24] kern/45682 sound [sound] [patch] Sometime failed to record o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/25] bin/45701 markm spelling error in rogue o [2002/11/25] conf/45704 [PATCH] request to change cp866b font to o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/26] bin/45749 trhodes [PATCH] rm -f in MS-DOS directory p [2002/11/26] kern/45753 bms linux-sun-jdk1.4.1 calls SIOCGIFCONF ioct o [2002/11/27] kern/45785 emulation Linux WineX seems to require a few new li o [2002/11/27] kern/45793 [patch] invalid media subtype aliases in o [2002/11/28] bin/45830 nectar [kerberos] KDC has problems when listenin s [2002/11/29] ports/45843 ports-bugs sysutils/3dm - needs to detect and create p [2002/11/30] conf/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/07] conf/46062 kris Remove skel from BSD.root.dist. f [2002/12/09] bin/46110 [growfs] why does fsck work with / mounte o [2002/12/09] i386/46113 [patch] busspace bugs in parameter checki o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p f [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/10] kern/46159 ipfw ipfw dynamic rules lifetime feature o [2002/12/10] bin/46163 gad lpc problem. Only root can modify despit o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/13] bin/46235 rwatson [sysinstall] NTP servers for Finland requ f [2002/12/13] i386/46238 dds [code] Driver for the PCL-724 ISA card o [2002/12/14] kern/46250 sound [sound] Sound driver not working correctl o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2002/12/17] bin/46328 gad patch for lpd o [2002/12/19] kern/46368 [patch] MAXDEP in isa/pnpparse.c is too s s [2002/12/19] bin/46382 ps(1) could use a "repeat" mode o [2002/12/20] conf/46409 Certain periodic scripts check broken NFS o [2002/12/21] standards/46441 /bin/sh does not do parameter expansion i o [2002/12/22] conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859- o [2002/12/23] standards/46504standards Warnings in headers o [2002/12/31] conf/46645 [PATCH] rc.shutdown state table saving ha a [2003/01/03] docs/46709 peter tables in terminfo.5 are broken o [2003/01/03] kern/46734 [patch] joystick driver doesn't allow for o [2003/01/03] kern/46736 sound [sound] ISA audio CS4232 (HP Omnibook 500 s [2003/01/04] conf/46746 No way to set link addresses through rc.c o [2003/01/04] bin/46758 moused enhancements p [2003/01/05] docs/46787 trhodes compress(1) manpage missing BUGS; other c o [2003/01/06] docs/46793 doc DEVICE_POLLING can not be used with SMP, o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] bin/46905 qa [sysinstall] FreeBSD 5.x cannot be instal s [2003/01/10] conf/46913 darrenr ipf denied packets of security run output o [2003/01/10] docs/46918 trhodes ipsec(4) does not reference the IPSEC RFC o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/11] kern/46973 [patch] syscons virtual terminals switchi o [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] kern/47029 sound [sound] Static and popping with Hercules o [2003/01/18] kern/47200 joe USB port is disabled when Kodak DX4900 is o [2003/01/19] bin/47204 qa [sysinstall] base + XFree86 install fails o [2003/01/19] i386/47223 [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/20] bin/47235 top reports inaccurate cpu usage o [2003/01/20] kern/47243 sound [sound] Onboard CMedia CMI8738 playback n o [2003/01/21] kern/47311 mdodd [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] bin/47314 qa [sysinstall] wish: install should not req p [2003/01/22] kern/47349 emulation Fake a sound ioctl (plus linux hook) o [2003/01/22] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47352 sound [sound] pcm/ac'97, dsp device busy o [2003/01/22] i386/47376 [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/23] bin/47387 [PATCH] gprof -K still requires "a.out" a o [2003/01/24] java/47448 phantom linux-blackdown-jdk-1.4.1: syscall mmap2 f [2003/01/25] kern/47452 le [vinum] df(1) reports filesystem empty wh o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] conf/47566 le [vinum] [patch] add vinum status verifica o [2003/01/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] bin/47576 [PATCH] factor(6)ing of negative numbers o [2003/01/28] docs/47594 doc [PATH] passwd(5) incorrectly states allow o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/01/28] misc/47601 ru Additional subdir targets o [2003/01/30] docs/47690 doc builtin(1) manpage is wrong about externa o [2003/01/31] docs/47705 doc wc(1) manpage has poor explanations. o [2003/02/01] kern/47791 imp Idea for what to do on insert o [2003/02/02] bin/47815 stty -all should work. f [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/04] bin/47908 qa [sysinstall] /stand/sysinstall can't disp o [2003/02/06] docs/47991 trhodes Handbook section on upgrading kernel says o [2003/02/06] kern/48014 joe [usb] moused fails to correctly identify f [2003/02/07] docs/48038 doc [PATCH] add Tips and Tricks section into o [2003/02/08] docs/48101 brueffer There's no documentation on the fixit dis o [2003/02/09] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 change CVSROOT/log_accum.pl to not send m o [2003/02/10] conf/48133 /etc/rc: improved vi recovery notificatio o [2003/02/11] kern/48172 ipfw ipfw does not log size and flags o [2003/02/12] conf/48195 /var/db/mounttab error on diskless boot s [2003/02/12] ports/48217 ports-bugs New Port: www/mod_frontpage13 and www/mod o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/16] kern/48338 sound [sound] pcm audio driver hogs /dev/dsp?.? o [2003/02/16] bin/48342 joe [PATCH] usbd dynamic device list. o [2003/02/18] ports/48426 ports-bugs [PATCH] digger-vgl does not support conso o [2003/02/18] bin/48443 mtm /usr/sbin/periodic executes too many file o [2003/02/18] conf/48444 [patch] count connection attempts instead o [2003/02/19] kern/48468 imp puc driver for Nm9845 o [2003/02/19] kern/48471 pjd [patch] private IPC for every jail o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af a [2003/02/22] conf/48569 trhodes make.conf misses comments on some options o [2003/02/23] kern/48599 [PATCH] syscons cut-n-paste logic is brok o [2003/02/23] bin/48603 Getopt is broken. Patch included. o [2003/02/24] gnu/48638 [PATCH] some bug fixs in libdialog o [2003/02/25] alpha/48676 alpha Changing the baud rate of serial consoles o [2003/02/27] kern/48738 sound [sound] ForteMedia FM801 chipset based so o [2003/02/27] kern/48759 demon kldstat shows module after unsuccessfull o [2003/02/28] docs/48767 doc wrong key numbers for left/right windows f [2003/02/28] conf/48775 iso8859-15 termcap entries needed o [2003/03/02] kern/48837 mbr dc cannot handle DC21142/3 PCI/CardBus 10 o [2003/03/03] conf/48870 [PATCH] rc.network: allow to cancel inter o [2003/03/03] kern/48894 [nfs] Suggested improvements to the NFS r p [2003/03/04] bin/48914 bms [PATCH] Add flag to whois(1) to query IAN s [2003/03/06] bin/48962 des [PATCH] modify /usr/bin/fetch to allow ba o [2003/03/06] kern/48976 nwfs.ko oddity o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/06] bin/48989 qa [sysinstall] Sysinstall's partition edit o [2003/03/07] i386/49023 gad [patch] to LPD (printjob.c) to pass sourc o [2003/03/08] kern/49037 sound [sound] [patch] ESS Maestro chip misdetec o [2003/03/08] kern/49039 add support for RS485 hardware where dire o [2003/03/10] ports/49082 knu portupgrade runs slow o [2003/03/10] kern/49086 ipfw [patch] Make ipfw2 log to different syslo f [2003/03/12] ports/49955 portmgr [PATCH] bsd.port.mk: add target to automa p [2003/03/12] kern/49957 naddy CRC32 generator should be the common rout o [2003/03/13] bin/49983 markm [patch] Fix bug & improve telnet status o o [2003/03/18] misc/50106 Make 'make release' more flexible behind o [2003/03/19] kern/50110 joe [usb] Astra 2100U scanner being detected o [2003/03/19] java/50114 glewis linux-sun-jdk13 BUILD_DEPENDS not picked o [2003/03/19] bin/50118 grog calendar(1) dumps core if there is ./cale p [2003/03/21] conf/50160 ache sl_SI.ISO8859-2 collation sequence is wro o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation p [2003/03/24] docs/50248 ceri New FreeBSD books o [2003/03/25] bin/50300 Make the loader's use of terminal-control o [2003/03/26] bin/50310 natd / libalias fix to allow dcc resume i p [2003/03/27] bin/50328 kris ctm_smail doesn't handle large deltas wel o [2003/03/27] bin/50331 Changing uid with pw causes duplicate use o [2003/03/27] bin/50365 [PATCH] rc.sysctl cannot handle values co o [2003/03/27] misc/50370 phantom NLSOWN set to ${SHAREGRP} in o [2003/04/01] kern/50526 [patch] update to #! line termination o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/04] bin/50613 [PATCH] pppd(8) incorrect CBCP response f o [2003/04/06] kern/50644 rsm [PATCH] Update xe driver: multicast, hard o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re o [2003/04/08] bin/50724 ports-bugs [PATCH] make /usr/sbin/pkg_fetch save ful p [2003/04/08] docs/50735 brueffer Small diff to the developers handbook & o o [2003/04/09] bin/50749 ipfw ipfw2 incorrectly parses ports and port r o [2003/04/10] docs/50773 jmg NFS problems by jumbo frames to mention i o [2003/04/12] ports/50866 lioux [PATCH] Introduce patch to qmail-1.03 to o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev p [2003/04/14] bin/50924 "vmstat -f" says "unimplemented" but data s [2003/04/14] i386/50929 AMD K6-2+ processor is identified incorre o [2003/04/14] bin/50949 BUG: mtree doesn't honor the -P when chec o [2003/04/14] bin/50955 [PATCH] natd / libalias support for multi o [2003/04/14] conf/50956 daily_status_disks_df_flags in /etc/defau o [2003/04/15] bin/50971 du(1) doesn't understand UF_NODUMP flag o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] kern/51009 [patch] buggy aue driver fixed. o [2003/04/16] bin/51070 add -p option to pom [PATCH] p [2003/04/17] kern/51082 bms FEATURE: More descriptive message on drop o [2003/04/18] kern/51120 MSGBUF_SIZE doesn't work in makefiles a [2003/04/18] docs/51133 murray RSH environmental variable not described s [2003/04/18] bin/51137 config(8) should check if a scheduler is o [2003/04/18] kern/51145 sound [sound] Audio Slows during Heavy I/O o [2003/04/19] bin/51148 Control the cache size for pwd_mkdb to sp f [2003/04/19] ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILE f [2003/04/19] misc/51167 dougb [PATCH] Makefile for /etc/namedb. o [2003/04/21] bin/51205 dwmalone openssl in base system is not compiled th o [2003/04/22] bin/51296 grog calendar wrong for dates based on day+-nu o [2003/04/27] docs/51480 dds Multiple undefined references in the Free o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to p [2003/04/28] conf/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr o [2003/04/29] docs/51608 phantom [PATCH] Add Internet Archive Wayback Mach a [2003/05/01] ports/51663 roam [PATCH] vpopmail-stable fix for using vmo p [2003/05/03] conf/51729 ache A patch that can make freebsd support zh_ o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/06] ports/51900 trevor [Update Port]: audio/fest* to last versio o [2003/05/07] conf/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/08] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/08] kern/51958 joe [usb] [patch] update for urio driver o [2003/05/10] kern/52026 joe [usb] feature request: umass driver suppo o [2003/05/10] bin/52032 markm Telnet option contra telnet protocol o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u o [2003/05/11] bin/52072 Wrong behaviour of the ftpd when the OOB f [2003/05/12] ports/52106 phantom New port: java/javaws: Java Web Start 1.2 o [2003/05/13] bin/52190 dwmalone [Patch] decode more syscalls in truss o [2003/05/14] i386/52249 i386 [PATCH] Bootmanager shows NTFS partitions o [2003/05/14] misc/52255 small picobsd build script fails under FreeBSD o [2003/05/14] misc/52256 small picobsd build script does not read in use o [2003/05/15] kern/52258 imp pccard non-functional, repeated "card ins o [2003/05/15] bin/52271 qa [sysinstall] sysinstall panics in machine s [2003/05/16] ports/52303 des [patch] add knob to databases/gnats to re 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 f [2003/05/19] bin/52432 joe [sysinstall] drivers.flp won't load with o [2003/05/19] docs/52448 simon [patch] Misc man page reference fixes o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/21] bin/52517 murray New functionality for /usr/bin/Mail f [2003/05/23] bin/52601 mbr [PATCH] rpc.yppasswdd fails if master.pas o [2003/05/23] kern/52623 [ex] [patch] IRQ error in driver for the o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/05/26] ports/52706 portmgr [patch] bsd.port.mk issues warning if a s o [2003/05/27] kern/52725 [PATCH] installincludes for kmods f [2003/05/28] bin/52746 tcsh fails to handle large arguements o [2003/05/28] kern/52752 [PATCH] SMBus controller on ICH4 not reco o [2003/05/28] kern/52764 Impossible to build kernel with COPTFLAGS s [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh o [2003/05/30] ports/52797 lev devel/subversion does not install any too s [2003/05/31] bin/52826 Feature Request: Adding Timestamps to pkg o [2003/06/01] i386/52835 pdeuskar em driver does not work with mobile-chips o [2003/06/03] ports/52906 roger vid-1.0.1 from ports does not work with U o [2003/06/03] bin/52907 phk [PATCH] more malloc options for debugging s [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value p [2003/06/05] kern/52960 jmg [kbd] kbdcontrol macros don't work when l o [2003/06/05] kern/52971 bad macro LIST_HEAD in /usr/include/sys/q o [2003/06/06] kern/52980 mbr [patch] dc(4) driver fails to init Intel o [2003/06/08] kern/53025 joe [PATCH] ugen does not allow O_NONBLOCK fo o [2003/06/08] kern/53027 rsm [CHANGE-REQUEST] Better Entry for Intel P o [2003/06/10] bin/53131 qa [sysinstall] "ALL" could not turn check B o [2003/06/11] conf/53197 re default tag of RELENG_5_1 standard-supfil o [2003/06/13] kern/53265 imp Make Sierra A555 work in FreeBSD o [2003/06/13] docs/53271 hmp the bus_dma man page fails to document al o [2003/06/13] bin/53288 tail will sometimes display more lines th o [2003/06/13] docs/53303 doc mount(2) man page error o [2003/06/14] i386/53324 i386 pam_group problems (PAM_RUSER used instea o [2003/06/15] bin/53341 qa [sysinstall] [patch] dump frequency in sy p [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/16] kern/53383 roger [bktr] [patch] adding Terratec TValue to o [2003/06/17] kern/53417 sound [sound] Bad Recordings on AC97 onboard au o [2003/06/19] bin/53475 cp(1) copies files in reverse order to de o [2003/06/19] kern/53506 [partial patch] support gzipped modules o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/20] bin/53560 logging domain names in wtmp is retarded o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/22] standards/53613standards FreeBSD doesn't define EPROTO o [2003/06/23] docs/53621 trhodes devname(3)'s man page needs an example o [2003/06/24] www/53676 simon [patch] Don't make people contact doc@ fo o [2003/06/24] bin/53682 le [PATCH] add fuser(1) utitity o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 hmp bus_dma(9) incorrectly documents BUS_DMA_ o [2003/06/26] ports/53790 znerd java/tomcat41: Let tomcat41ctl start java a [2003/06/28] bin/53870 das C++ undeclares standard math functions li o [2003/06/29] bin/53899 mktime gives wrong result in Central time o [2003/06/29] conf/53901 dd Suggest MFC of include keyword to config( p [2003/07/01] conf/53944 [PATCH] ARMSCII-8 (Armenian) LOCALE and C o [2003/07/01] kern/53987 [smbfs] smbfs can't access to files with o [2003/07/02] ports/54002 lioux QMTPC patch for qmail-1.03 o [2003/07/02] docs/54009 trhodes Clarify the location of the splash image o [2003/07/02] bin/54026 bms [patch] Add support for non-standard port o [2003/07/02] ports/54041 ade libtool13 (as installed) doesn't recogniz o [2003/07/03] kern/54049 sound [sound] Sound driver reports device busy o [2003/07/03] kern/54078 sound [sound] Sound Plays ~10% Slow [4.8] o [2003/07/06] bin/54141 wrong behavour of cu(1) o [2003/07/07] conf/54170 error from weekly periodic script 330.cat s [2003/07/07] bin/54185 rwatson UFS2 filesystem ACL flag not enforced o [2003/07/08] kern/54220 [PATCH] /usr/src/Makefile has wrong instr p [2003/07/09] docs/54235 ceri Error in ioctl(2)'s man page: Ioccon.h co o [2003/07/09] ports/54262 tobez port lang/perl5 doesn't deinstall /usr/bi o [2003/07/09] bin/54274 udp-proxy support is not implemented in l o [2003/07/11] bin/54365 [PATCH] add -u option to install(1) for S o [2003/07/11] kern/54383 net [nfs] [patch] NFS root configurations wit o [2003/07/13] kern/54439 Protecting sysctls variables by given mut o [2003/07/13] docs/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/14] docs/54461 kensmith Possible addition to Handbook o [2003/07/17] bin/54594 Apply regexps to the entire variable -- a o [2003/07/18] kern/54604 Made 'ps -e' procfs-independent [PATCH]. o [2003/07/19] kern/54625 sumikawa [PATCH] IPv6 stealth forwarding o [2003/07/21] bin/54683 sh, redundant history o [2003/07/22] docs/54752 hmp bus_dma explained in ISA section: should o [2003/07/23] bin/54784 find -ls wastes space o [2003/07/24] standards/54809standards pcvt deficits o [2003/07/25] standards/54833standards more pcvt deficits o [2003/07/25] standards/54839standards pcvt deficits o [2003/07/25] ports/54866 ports-bugs libgnugetopt incompatibility breaks mjpeg s [2003/07/26] bin/54878 incorrect divisor in /usr/bin/jot -r o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/07/26] kern/54884 mckusick FreeBSD -stable and -current free space h o [2003/07/27] bin/54891 libalias/natd and exporting connection-in o [2003/07/27] bin/54897 [PATCH] -y flag for mount_mfs f [2003/07/28] kern/54981 sanpei QUIRK: Add support for Lexar 256MB USB dr p [2003/07/28] docs/54995 bms Error in accept(2) man page o [2003/07/29] conf/55015 [patch] 700.kernelmsg: Security check out o [2003/07/30] kern/55031 getgrent() failure with large groups f [2003/07/31] kern/55094 ticso [partial patch] Intel USB 2.0 unrecognize o [2003/07/31] standards/55112standards glob.h, glob_t's gl_pathc should be "size o [2003/08/01] kern/55163 [patch] hide kld system details from jail o [2003/08/03] docs/55207 doc [patch] update acroread section & add loc o [2003/08/03] bin/55215 le [PATCH] add wu-ftpd style xferlog format p [2003/08/07] conf/55341 Adding ko_KR.CP949 locale o [2003/08/08] misc/55387 [patch] users LD_LIBRARY_PATH can interfe o [2003/08/08] gnu/55394 marcel GDB on FreeBSD 4.8: Deprecated bfd_read. o [2003/08/08] kern/55395 matk ICH sampling rate changes after resume fr o [2003/08/08] ports/55401 ache mod_auth_digest for ports/www/apache13 o [2003/08/11] conf/55470 [PATCH] new pccard.conf entry (I-O DATA W o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI a [2003/08/13] ports/55515 portmgr [patch] extract perl stuff from bsd.port. o [2003/08/13] bin/55539 [patch] Parse fstab(5) with spaces in pat o [2003/08/13] bin/55546 cdcontrol play tr m:s.f interface is part p [2003/08/16] docs/55641 roam [PATCH] catch up tl(4) with hardware note p [2003/08/16] docs/55643 roam [PATCH] catch up aue(4) with hardware not p [2003/08/16] docs/55645 roam [PATCH] catch up kue(4) with hardware not o [2003/08/17] docs/55653 doc chflags.1 - note that not all tools chfla o [2003/08/17] ports/55669 nobutaka emacs20 and emacs21 override each other a s [2003/08/18] ports/55699 x11 [PATCH] making x11-servers/XFree86-4-Serv o [2003/08/20] ports/55760 tobez [patch] make Perl versions coexist o [2003/08/20] bin/55788 le [vinum] Growfs does not work on vinum con o [2003/08/20] i386/55793 Flaky behavior of if_dc when initializing o [2003/08/20] kern/55802 Make kernel.GENERIC suitable for diskless o [2003/08/21] kern/55835 emulation Linux IPC emulation missing SETALL syscal o [2003/08/21] i386/55838 [kbd] Dual characters from keyboard in X o [2003/08/21] ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to u o [2003/08/22] ports/55866 ade port devel/libtool13 installs .la files o [2003/08/22] docs/55883 kensmith advanced-networking/chapter.sgml p [2003/08/23] conf/55895 [patch]fix short weekday names in zh_CN.* o [2003/08/23] ports/55896 ports-bugs [NEW PORT] www/mozplugger o [2003/08/24] conf/55916 Change to /etc/rc.network & /etc/defaults o [2003/08/24] kern/55917 tun# devices cannot be created in 4.8-STA p [2003/08/24] docs/55925 roam mt, mtio, tcopy man pages refers to *rsa o [2003/08/24] gnu/55936 send-pr does not set mail envelope from o [2003/08/26] kern/55984 ipfw [patch] time based firewalling support fo o [2003/08/26] bin/56012 [patch] MAKEDEV does not allow creation o s [2003/08/28] ports/56091 ports-bugs hp220 driver for print/ghostscript-gnu do o [2003/08/28] kern/56095 QUIRK: Apacer Pen Drive fails to work o [2003/08/29] conf/56144 rc [PATCH] /etc/rc.d/ipmon, /etc/rc.d/ipfilt o [2003/08/30] kern/56165 bms if_baudrate is not correct for rl, xl, dc o [2003/08/31] kern/56245 roger [bktr] Distorted and choppy video with bk o [2003/08/31] bin/56249 lukemftpd has two bugs (motd, munged utmp o [2003/08/31] kern/56250 ums doesn't work with MCT based PS/2 conv o [2003/09/01] ports/56275 x11 XFree86-4-Server: xf86config refers to no o [2003/09/02] ports/56301 knu portupgrade: -O ineffective a [2003/09/04] docs/56388 dougb Add/change #include lines for libisc man o [2003/09/04] kern/56441 andre bpf_tap() used incorrectly in bpf o [2003/09/04] bin/56447 Extend mt command for AIT-2 tape drives o [2003/09/04] kern/56451 /compat/linux/proc/cpuinfo gives wrong CP o [2003/09/05] standards/56476standards cd9660 unicode support simple hack p [2003/09/05] conf/56506 imp A wireless network card is missing in 4.8 o [2003/09/07] gnu/56554 re add Cc: maintainer feature to send-pr o [2003/09/07] bin/56558 [PATCH] locate(1) cannot be safely used w o [2003/09/09] kern/56632 MTIO incorrect mt_fileno status after MTE o [2003/09/09] bin/56648 le [PATCH] enable rcorder(8) to use a direct o [2003/09/10] kern/56664 bad file# in MTIO status buffer after MTE o [2003/09/11] misc/56720 [feature request] UNICODE support in Reso o [2003/09/12] conf/56736 mtm [PATCH] rcNG: enable packages to particip o [2003/09/15] docs/56903 doc [patch] articles/fonts: add application t o [2003/09/16] docs/56915 doc [patch] articles/fonts: update links s [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2003/09/16] conf/56934 rc.firewall rules for natd expect an inte o [2003/09/16] docs/56936 doc [patch] articles/java-tomcat: add applica o [2003/09/17] conf/56940 pccard.conf entry for PCET10-CL causes sy o [2003/09/17] bin/56952 re [sysinstall] floppy install error s [2003/09/18] ports/56980 portmgr unprivileged user, extracting of tarballs a [2003/09/18] docs/56981 peter man terminfo(5) from libncurses does not o [2003/09/19] kern/56999 FreeCom USB CD/RW problem on FreeBSD 5.1 o [2003/09/19] bin/57018 le [PATCH] convert growfs to use libufs(3) o [2003/09/19] bin/57024 a new option for xargs(1) -- only treat \ o [2003/09/19] bin/57026 [PATCH] Therer is no way to know the labe o [2003/09/20] kern/57036 No media detected by 3c905b-tx on 4.9-rel o [2003/09/20] bin/57045 trpt(8) option -t was disabled on -curren o [2003/09/21] bin/57054 let test(1) compare the mtime of a file t o [2003/09/22] bin/57088 [PATCH] for a possible fd leak in libcam. o [2003/09/22] bin/57089 "w" does not honor the -n option p [2003/09/23] conf/57125 bms Comment to IPSEC_FILTERGIF in LINT is now o [2003/09/24] ports/57151 tobez Port lang/perl5.8: use.perl fails to modi o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/26] kern/57230 [patch] psm(4) incorrectly identifies an o [2003/09/26] amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPR o [2003/09/26] ports/57259 portmgr [patch] Building a port as root using an s [2003/09/27] ports/57289 ports-bugs teamspeak-server port is broken in 3 ways o [2003/09/27] standards/57295harti make's handling of MAKEFLAGS is not POSIX o [2003/09/27] docs/57298 blackend Using compact flash cards o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp f [2003/09/30] bin/57407 bms [patch] Better NTP support for dhclient(8 o [2003/10/01] misc/57464 [boot] loader(8) seems to confuse files [ o [2003/10/01] kern/57468 scsi [patch] Quirk for Quantum LPS540S o [2003/10/01] kern/57469 scsi [patch] Quirk for Conner CP3500 o [2003/10/02] ports/57498 portmgr HEIMDAL_HOME should be defined in src or o [2003/10/02] ports/57502 eik ports that define USE_* too late o [2003/10/02] conf/57517 add parameter for /etc/periodic/daily/210 o [2003/10/03] kern/57522 [PATCH] New PID allocater algorithm from p [2003/10/03] docs/57541 trhodes Some suggestions for the Basics chapter o o [2003/10/03] i386/57546 markm [patch] Adding VIA C3 capability printout o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page p [2003/10/06] bin/57630 lptcontrol gives "device busy" if device o [2003/10/06] bin/57641 [patch] missing option in mdmfs (mount_mf a [2003/10/07] kern/57696 [nfs] NFS client readdir terminates prema o [2003/10/07] bin/57715 [patch] tcopy enhancement f [2003/10/07] kern/57721 sound [sound] [patch] Dell built in SB Live not o [2003/10/08] conf/57748 [patch] rc.network doesn't allow for -a i o [2003/10/09] bin/57791 dig option -x incorrectly produces ip6.ar a [2003/10/11] sparc64/57856sparc64 sparc64: IDE Raid controller no detect di a [2003/10/12] standards/57911tjr fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] kern/57976 simple kernel DDB enhancement o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/14] bin/58008 qa [patch] [sysinstall] sysinstall postfix i o [2003/10/14] bin/58012 Multihomed tftpd enhancement o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra f [2003/10/17] ports/58158 nork replace install directory for ump.so o [2003/10/18] docs/58202 kensmith handbook doesn't mention kldload'ness of o [2003/10/18] bin/58206 [Patch] 460.status-mail-rejects incompati o [2003/10/20] bin/58293 vi replace with CR (ASCII 13) doesn't wor o [2003/10/22] kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC an o [2003/10/22] ports/58387 mharo [PATCH] security/sudo: Utilize EXAMPLESDI o [2003/10/22] bin/58390 bsdlabel fails to display an error messag o [2003/10/24] bin/58483 [PATCH] allows type special or node relat o [2003/10/24] kern/58497 sysctl knob to return current process' ji f [2003/10/25] kern/58529 dwmalone [patch] RDWR bpf in pcap. o [2003/10/26] ports/58545 joerg devel/avr-gcc: fix libintl and libiconv d o [2003/10/26] conf/58557 Summer/Winter-time change causes daily cr a [2003/10/26] ports/58578 roam new port: misc/kbedic, Bulgarian to Engli o [2003/10/26] gnu/58583 kan gcc.1, cpp.1 and gcov.1 manpages are outd o [2003/10/27] conf/58595 Default NTP configuration o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des o [2003/10/28] ports/58653 trevor [Ports Update]:: audio/fest* 1.4.1 -> 1.4 o [2003/10/28] gnu/58656 marcel gdb not ready for prime time o [2003/10/29] standards/58676standards grantpt(3) alters storage used by ptsname o [2003/10/29] conf/58680 dougb [PATCH] RCNG: shouldn't ldconfig be start o [2003/10/29] bin/58696 /sbin/natd feature request & possible pat o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic o [2003/11/01] kern/58803 [patch] kern.argmax isn't changeable even o [2003/11/03] bin/58893 OPIE implementation bug o [2003/11/04] ports/58926 obrien latest port of editors/vim has problem dr o [2003/11/04] bin/58939 dumb little hack for /etc/rc.firewall{,6} o [2003/11/05] kern/58967 Kernel kills processes in spite of cputim o [2003/11/05] bin/58970 truss coredumps for the no significant re o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/09] kern/59067 [patch] PS/2 mouse unstable p [2003/11/09] bin/59078 re [patch] Fix greek support in sysinstall a p [2003/11/10] bin/59144 stefanf [patch] Allow a trailing / for mount -u t o [2003/11/10] i386/59147 i386 [usb] USB active extension cable not reco o [2003/11/11] ports/59165 cy fvwm2 port glitches/bugs o [2003/11/11] kern/59169 joe [patch] ulpt is missing read operation o [2003/11/12] bin/59207 uustat list limit of 201 jobs o [2003/11/12] kern/59208 matk [sound] [patch] reduce pops and crackles o [2003/11/12] bin/59220 obrien systat(1) device select (:only) broken o [2003/11/13] docs/59240 blackend handbook update: linux MATLAB f [2003/11/13] ports/59254 eik ports that write something after bsd.port o [2003/11/14] kern/59289 roger [bktr] [patch] ioctl METEORGBRIG in bktr_ f [2003/11/14] ports/59292 hrs dvips one line paper sizes broken? f [2003/11/15] ports/59297 x11 RADEON 7500 Warning message o [2003/11/15] www/59307 www [patch] xml/xsl'ify & update publications o [2003/11/17] ports/59371 ports-bugs new port: net/smb4k, KDE SMB network brow o [2003/11/19] kern/59456 fdescfs stat / compress creates only empt o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/20] bin/59530 strange bug in /bin/sh o [2003/11/21] bin/59551 marcel Problem with GDB on latest -CURRENT f [2003/11/21] ports/59553 hrs teTeX installs texdoctk without depending o [2003/11/21] bin/59564 Added an option (-S) to from command to a o [2003/11/21] docs/59565 doc [PATCH] FAQ doesn't cover definition of g f [2003/11/21] bin/59569 nullfs gives fts_read problem with du(1) o [2003/11/21] ports/59571 znerd improvements of www/jakarta-tomcat4[1] Ma o [2003/11/23] conf/59600 i386 [PATCH] Improved us.emacs.kbd mapping o [2003/11/23] kern/59624 [PATCH] HightPoint HPT371 support for Fre s [2003/11/24] ports/59637 vs [patch] emulators/generator: Force use of o [2003/11/24] docs/59649 doc Outdated 4.4BSD Documents at http://docs. o [2003/11/25] ports/59682 knu portupgrade uses ports when you want it t a [2003/11/26] ports/59695 ade [PATCH] devel/gmake: add two patches to a o [2003/11/26] kern/59698 [kbd] [patch] Rework of ukbd HID to AT co o [2003/11/26] bin/59708 [patch] add sSMTP support for Mail select o [2003/11/27] bin/59730 isdnd crashes with signal 11 if cannot cr o [2003/11/27] kern/59732 jhb acpi causes boot to hang o [2003/11/27] docs/59735 kensmith Adding a reference to Icelandic Rsync o [2003/11/27] docs/59736 kensmith Updating size of archives o [2003/11/27] kern/59739 rmdir(2) and mkdir(2) both return EISDIR o [2003/11/28] bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappe o [2003/11/28] bin/59773 ftpd(8)/FreeBSD 5: IP address of the clie o [2003/11/28] bin/59774 ftpd(8)/FreeBSD 5: syslog facility may be o [2003/11/28] bin/59775 ftpd(8)/FreeBSD 5: incorrect reply for "u p [2003/11/28] bin/59776 yar ftpd(8)/FreeBSD 5: PAM "session" code is o [2003/11/29] ports/59788 knu sysutils/portupgrade ignores line breaks p [2003/11/29] conf/59799 New locale: zh_HK.Big5HKSCS s [2003/11/29] ports/59802 linimon [patch] make devel/py-ncurses depend on d o [2003/11/29] i386/59806 tackerman [patch] Suspend/resume breaks em0 o [2003/11/30] kern/59814 FreeBSD mknod refuses to create pipes and o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce f [2003/11/30] i386/59854 i386 System panics when AMD 762 AGP is loaded o [2003/11/30] ports/59861 ports-bugs New port: net/mu-conference, jabber-mu-co o [2003/12/02] kern/59896 trm driver is not in GENERIC o [2003/12/02] docs/59900 kuriyama out of date README.txt and .message files o [2003/12/02] kern/59903 [patch] "pci_find_device" returns [only/a o [2003/12/03] bin/59922 Toshiba Portege hangs with Eicon DIVA T/A p [2003/12/06] docs/59991 ceri diff manpage lacks a return value section p [2003/12/09] docs/60088 simon [PATCH] add additional MLINKS for rman(9) o [2003/12/09] kern/60089 scottl UDF filesystem appends garbage to files o [2003/12/10] conf/60106 /etc/hosts mentions AfriNIC which does no o [2003/12/12] kern/60174 marcel debugging a kernel module in load/attach o [2003/12/12] kern/60183 sobomax [patch] No WCCPv2 support in gre o [2003/12/12] ports/60185 ports-bugs [New Port] www/w3-emacs21 WWW browser bas o [2003/12/14] kern/60218 sos [PATCH] HPT302 ATA133 Support for 4.9-STA f [2003/12/15] misc/60243 Problem in calling kpathsea library from o [2003/12/15] kern/60248 Problem with USB printer HP LaserJet 1300 a [2003/12/16] kern/60293 bms FreeBSD arp poison patch o [2003/12/16] kern/60307 [patch] wrong product id in pccarddevs fo o [2003/12/17] i386/60319 i386 [hang] read error 34/0 during installatio o [2003/12/18] bin/60350 qa [sysinstall] in Choose Distributions scre o [2003/12/18] misc/60352 [PATCH] buildworld fails in sysinstall if f [2003/12/18] kern/60367 rwatson Erroneous "(core dumped)" in process deat o [2003/12/20] ports/60440 lioux [New Features] Port: mail/qmail o [2003/12/21] kern/60448 PF_KEY protocol does not have a correspon o [2003/12/21] ports/60472 ports-bugs [New Port] devel/doxymacs Doxymacs is Dox p [2003/12/21] kern/60474 Temporary fix for DRM support for Radeon o [2003/12/22] misc/60503 [modules] small error in modules installa o [2003/12/22] bin/60510 [PATCH] change to less for compressed fil o [2003/12/23] ports/60521 ports-bugs sane-backends-1.0.13_1 coredumps in use w f [2003/12/23] bin/60524 simokawa mtree tumbles on files begining with hash o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2003/12/25] kern/60550 silby [PATCH] hitting process limits produces s f [2003/12/25] ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify p [2003/12/26] standards/60597standards FreeBSD's /usr/include lacks of cpio.h o [2003/12/26] kern/60599 sound [sound] [partial patch] No sound for ATI o [2003/12/27] bin/60632 UI bug in partition label screen in sysin o [2003/12/27] bin/60636 Enhancement to adduser script. f [2003/12/27] conf/60637 /etc/resolv.conf not created after fresh o [2003/12/28] bin/60642 mbr dhclient has mysterious option -D f [2003/12/28] i386/60643 i386 5.2 RC2 disk1 ISO will not boot on an Asu o [2003/12/28] bin/60662 qa [sysinstall] 5.2 Anonymous FTP server out o [2003/12/29] misc/60677 [patch] No reaction of volume controy key o [2003/12/29] kern/60697 [patch] pseudo-tty hack versus telnet rac f [2003/12/29] kern/60699 DVD Multidrive udma mode autosensed wrong o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2003/12/30] kern/60719 ipfw ipfw: Headerless fragments generate cryp o [2003/12/30] ports/60736 tobez perl's use.perl message isn't clear about o [2003/12/30] kern/60737 sound [sound] Sound card Turtle Beach Santa Cru o [2003/12/31] kern/60761 sound [sound] pcm performance on emu10k1 driver o [2004/01/02] bin/60834 [ftp] ftpd send_data()+oldway: anonymous o [2004/01/03] kern/60874 [feature request] auto-assign devfs rules o [2004/01/04] kern/60892 [patch] added -p option to kldxref to all o [2004/01/04] misc/60900 During shutdown sync fails: "giving up on 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/06] kern/60982 [PATCH] ID for VIA 686A Power Management a [2004/01/07] ports/61001 arved help2man is misfiled o [2004/01/07] i386/61005 i386 [boot] The Boot Manager in FreeBSD 5.2RC o [2004/01/08] ports/61069 shige [patch] ports/Mk/bsd.emacs.mk is not PREF o [2004/01/08] docs/61070 doc Installation docs misleading: PResizer i o [2004/01/09] kern/61109 bge on TYAN AMD762-based Thunder/Tiger pa o [2004/01/09] ports/61147 trevor lang/gcc295 doesn't compile when CPUTYPE p [2004/01/10] kern/61174 bms patch to bridge.c: range checking for bri o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/01/12] bin/61234 usbhidaction doesn't support using an alt o [2004/01/12] bin/61239 [patch] bootp enhancement, places the dhc o [2004/01/12] kern/61261 obrien generated header, emu10k1-alsa%diked.h no o [2004/01/12] bin/61264 qa [sysinstall] unable To Use VT100 Terminal o [2004/01/13] conf/61289 /etc/pccard_ether: please use ifn value o f [2004/01/13] kern/61296 dhclient fails to start with SysKonnect L o [2004/01/13] kern/61300 [patch] Enabling HomePNA PHY on aue(4) fo o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/13] misc/61322 bsd.dep.mk disallows shell generated flag o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/14] misc/61365 FreeBSD resets when I turn off monitor w/ o [2004/01/15] ports/61384 ports-bugs NEW PORT: textproc/htmlize.el (turn emacs o [2004/01/16] bin/61405 A faster ffs(3) o [2004/01/16] kern/61415 [PATCH] disable broadcast ssid if_wi and 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/16] kern/61448 [patch] RealTek driver rl(4) fails to adj s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/17] kern/61497 [patch] __elfN(map_insert) bug o [2004/01/17] bin/61502 dwmalone Incorrect ip6fw output when adding rules o [2004/01/18] kern/61503 [smbfs] mount_smbfs does not work as non- o [2004/01/18] conf/61504 mtm [patch] New RC script: accf_http o [2004/01/18] i386/61545 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] i386/61579 [hang] sis 645dx is not working (but on t o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed o [2004/01/20] kern/61622 Intel Pro/100 Intelligent Server Adapter o [2004/01/20] conf/61641 grog Martin Luther King, Jr. Day missing from o [2004/01/20] kern/61651 [ed] IC-Card+ probe_and_attach returns 6 o [2004/01/21] bin/61666 peter [patch] mount_nfs parsing bug, segmentati o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP f [2004/01/21] kern/61677 Unable to open CDROM tray if boot_cdrom i o [2004/01/21] kern/61685 [patch] ipnat + dummynet on same interfac o [2004/01/21] bin/61690 fsdb seqfaults in cmd. parsing routine f [2004/01/22] i386/61703 acpi ACPI + Sound + Boot = Reboot o [2004/01/22] kern/61739 simon Errata for 5.2 - problem with large AGP A o [2004/01/22] kern/61744 andre [patch] TCP hangs onto mbufs with no tcp o [2004/01/24] bin/61808 [PATCH] Update RPC prgs to allow binding s [2004/01/24] kern/61810 mounts done within a chroot show up wrong o [2004/01/24] www/61824 www Misleading documentation on FreeBSD insta 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/24] conf/61847 Additions to file /usr/share/misc/pci_ven o [2004/01/25] i386/61858 bms bus_dmamap_sync with BUS_DMASYNC_POSTREAD o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command o [2004/01/25] docs/61878 doc LSI megaraid 150-x cards not included in f [2004/01/25] i386/61889 i386 Have to reinsert pccard after reboot o [2004/01/25] kern/61909 5.2-Current fails to notice change of CD f [2004/01/26] misc/61916 Video/Monitor Capability Problem o [2004/01/26] bin/61971 k5init --renewable fails o [2004/01/27] bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c w o [2004/01/27] bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l p [2004/01/27] bin/61981 jhb [PATCH] bring incompletely initialized ma a [2004/01/27] ports/61998 roam PostgreSQL support for vpopmail-5.3.30 (c o [2004/01/27] i386/62003 i386 [patch] make /boot/loader "reboot" code s o [2004/01/28] kern/62042 luigi ipfw can't no more reject icmp (icmptypes o [2004/01/29] bin/62077 Make it possible to abbreviate device nam f [2004/01/30] kern/62094 3com 940 gigabit ethernet dhcp failure o [2004/01/30] kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and cl o [2004/01/30] kern/62102 alc obreak update o [2004/01/30] docs/62116 keramida PMake manual in DocBook format f [2004/01/31] bin/62139 User cannot login through telnet or ssh b o [2004/02/01] bin/62207 ppp crashes with option 'nat punch_fw' wh o [2004/02/02] ports/62256 ports-bugs New port: chinese/mozilla-sclp o [2004/02/02] kern/62257 card reader UCR-61S2B is only half-suppor o [2004/02/03] i386/62288 reopened raid disks on a running system a [2004/02/03] ports/62298 portmgr [PATCH] bsd.port.mk: eliminate verbatim ` o [2004/02/03] bin/62300 gcc/config/freebsd-spec.h 1.6 is incomple o [2004/02/04] kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/M o [2004/02/04] i386/62324 Onboard Broadcom BCM5705 controller not i o [2004/02/04] kern/62333 syslog: kernel: dc0: discard oversize fra o [2004/02/04] bin/62334 vipw doesn't see changes if re-edit for t o [2004/02/04] docs/62364 doc Misleading information in the handbook o [2004/02/05] ports/62378 obrien lsof semi-broken on 5.1-RELEASE-p10 o [2004/02/05] bin/62379 marcel gdb apropos command crashes o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/06] kern/62435 [WISH] make device hme work on non sparc6 o [2004/02/06] bin/62456 johan WARNS fixes for games/pom and games/caesa o [2004/02/08] bin/62513 [SW-BUG] Errant /usr/bin/krb5-config on - p [2004/02/08] gnu/62555 readline 4.3 should be patched o [2004/02/09] ports/62557 ade [patch] WITH_POSTGRES -> WITH_POSTGRESQL o [2004/02/09] ports/62585 ports-bugs New port: net/mu-conference (Multi-User C o [2004/02/09] kern/62597 [asr] [patch] /dev/rdpti# patch o [2004/02/10] ports/62607 hrs textproc/text2html conflicts with tex por o [2004/02/10] java/62647 phantom jdk14 port problem, linux module o [2004/02/10] ports/62657 portmgr Port linux-jpeg have decreaseed version n s [2004/02/10] ports/62671 portmgr ports make can't handle GREP_OPTIONS envi o [2004/02/11] i386/62699 i386 fstat randomly crashes with "out of memor o [2004/02/11] bin/62702 qa [sysinstall] backup of /etc and /root dur o [2004/02/11] ports/62704 ports-bugs update for lang/moscow_ml (port fixes + n o [2004/02/11] kern/62705 [feature request] Netgear WG511T wireless o [2004/02/11] bin/62711 qa [sysinstall] installation: "Insert Next C o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/12] kern/62742 [hang] system "hangs" for a some time whi o [2004/02/12] kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User can f [2004/02/13] ports/62761 portmgr patch for phasing out distinfo files o [2004/02/13] bin/62766 ``systat -vm'' does not work on diskless o [2004/02/13] ports/62767 nbm Update ports/Tools/scripts/mkptools/mkpsk p [2004/02/13] conf/62772 bms static_routes needs an example in /etc/de o [2004/02/13] kern/62788 need quirks for Super Talent Flash USB 2. o [2004/02/13] ports/62791 nobutaka emacs 21 : comparison is always true due f [2004/02/14] ports/62829 portmgr Mk file bsd.linux.rpm.mk supporting Linux o [2004/02/14] java/62837 java linux-sun-jdk14 executables hang with COM o [2004/02/14] ports/62840 ports-bugs New Port: dns/bind9-sdb-ldap, bind9 patch s [2004/02/14] standards/62858standards malloc(0) not C99 compliant o [2004/02/15] kern/62862 sound [sound] [patch] fix pcm vchans related cr o [2004/02/15] ports/62876 nork www/linux-flashplugin6 fails library path f [2004/02/15] ports/62883 edwin New port: net/bb-client (Big Brother moni o [2004/02/15] bin/62885 des pam_radius doesn't maintain multiple stat o [2004/02/15] kern/62890 proc pointer set by fork1 can be stale in o [2004/02/16] docs/62914 doc Reference development(7) in other parts o f [2004/02/17] i386/62952 i386 [usb] USB not working (kt133, ABIT KT7). o [2004/02/17] ports/62960 ports-bugs new port: sysutils/mapchan, utility "mapc o [2004/02/17] bin/62965 pkg_add -r fails if fetching multiple pac o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup o [2004/02/18] ports/62990 knu portupgrade fails to use package even wit o [2004/02/18] misc/62994 Terminal locks up o [2004/02/18] ports/63018 obrien editors/vim: dependency to ruby/python is o [2004/02/19] bin/63064 strptime fails on %z o [2004/02/19] docs/63084 des Several Man-pages reference non-existant o [2004/02/20] kern/63096 rwatson [patch] MAC entry point for route manipul f [2004/02/20] ports/63108 mp amd64/bento-fix: devel/gdb52 and devel/gd p [2004/02/21] standards/63173standards Patch to add getopt_long_only(3) to libc o [2004/02/21] ports/63176 ade [patch] WITH_PGSQL -> WITH_POSTGRESQL acr o [2004/02/21] amd64/63188 amd64 ti(4) broken on amd64 o [2004/02/22] bin/63197 tftp Bus error, core dumped o [2004/02/22] kern/63204 sound [sound] /dev/mixer broken with ESS Maestr o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc s [2004/02/22] ports/63216 portmgr 'BROKEN' or 'IGNORED' ports exit their "m s [2004/02/22] ports/63238 thierry New ports: french/mozilla-flp & french/fi o [2004/02/24] bin/63319 burncd fixate error f [2004/02/25] i386/63334 i386 make kernel error f [2004/02/25] ports/63357 ports-bugs [patch] www/linux-mozillafirefox port cre o [2004/02/26] bin/63413 dbm_delete return value incorrect o [2004/02/26] ports/63414 cjh amd64-fix: korean/uniksc a [2004/02/28] conf/63480 qa /etc/mail/aliases has executable bit set, o [2004/02/29] conf/63527 AM/PM date format should be localized. o [2004/02/29] ports/63543 ports-bugs New port: chinese/phpbb-zh_TW o [2004/02/29] www/63551 ceri Lack of DTD in cgi scripts o [2004/02/29] www/63552 www Validation errors due to CAPs in attribut o [2004/02/29] ports/63555 fenner Port survey: Zero fetchable files when no o [2004/03/01] docs/63570 ceri Language cleanup for the Handbook's DNS s p [2004/03/01] docs/63600 simon Document ste(4)'s support of D-Link 530-T o [2004/03/01] bin/63608 Add a -c option to time(1) to display csh o [2004/03/02] i386/63628 bms patch to i.386 master boot record to allo o [2004/03/02] bin/63659 /usr/sbin/pw does not honor symlinks in s o [2004/03/03] docs/63676 doc [patch] Fix some tag errors. a [2004/03/03] ports/63683 portmgr [patch] add two advisory variables to bsd o [2004/03/03] ports/63715 kwm Maintainer update: astro/seti-applet (2.1 s [2004/03/03] ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${ p [2004/03/03] docs/63719 doc lptcontrol(8) manpage omits -s from a lis o [2004/03/03] i386/63721 bms VT6103 NIC broken since 5.2 o [2004/03/04] kern/63746 vmnet0 makes vmnet4096 o [2004/03/04] kern/63768 Must access /dev/acd0c before using /dev/ o [2004/03/04] kern/63779 [usb] USB-mass storage (USB to IDE Conver o [2004/03/05] docs/63808 doc No manpage for devfs.conf o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/05] java/63818 phantom build but not with compiler specified o [2004/03/06] ports/63823 edwin New port net/xbone-gui o [2004/03/06] bin/63830 obrien [patch] file(1) doesn't recognize FreeBSD o [2004/03/06] kern/63837 [patch] USB: hid_is_collection() only loo o [2004/03/07] kern/63863 glebius [patch] implement NGM_ELECTROCUTE s [2004/03/07] kern/63897 makeoptions CONF_CFLAGS are ignored when o [2004/03/08] ports/63915 edwin [new tool] bump_revision script o [2004/03/08] ports/63936 ports-bugs New port: security/aimsniff A perl script a [2004/03/09] kern/63961 csjp ipfw2 uid matching doesn't work correctly o [2004/03/09] ports/63979 ports-bugs new port: devel/linux-libunicode -- A uni f [2004/03/09] kern/63982 tackerman em0 hardware checksum offloading causes b o [2004/03/09] ports/64011 lioux [Patch] multimedia/mjpegtools -- Fix head o [2004/03/10] bin/64036 Linux application Sophos Mailmonitor not o [2004/03/10] kern/64040 sound [sound] crackling sound on 5.2.1-RELEASE f [2004/03/11] bin/64079 wes mount_mfs (md) refuses to use permissions p [2004/03/11] kern/64090 bms remove confusing EDQUOT from routing API o [2004/03/11] kern/64114 [PATCH] bad vertical refresh for console o [2004/03/11] kern/64118 sound [sound] [patch] fm801 driver does not wor a [2004/03/12] ports/64136 arved [NEW PORT] devel/ice: The Internet Commun o [2004/03/12] bin/64153 mdmfs features via fstab o [2004/03/12] kern/64178 jmg kqueue does not work with bpf when using o [2004/03/13] bin/64198 init(8) may keep zombies f [2004/03/13] ports/64202 ports-bugs New Port: x11/kde_api_reference_32, the k o [2004/03/15] ports/64304 portmgr geography category o [2004/03/15] ports/64307 ports-bugs [NEW PORT] databases/linux-unixODBC: RPM o [2004/03/16] bin/64327 [PATCH] make(1): document surprising beha f [2004/03/16] docs/64342 portmgr Assumed content of PATH is not defined in o [2004/03/17] kern/64365 acpi ACPI problems o [2004/03/17] conf/64381 qa lo0 not up and no IPs assigned after inst f [2004/03/18] ports/64393 eik establish proper master-slave relations b o [2004/03/19] bin/64464 des pam_krb5 module ignores no_ccache option o [2004/03/19] bin/64476 dougb [PATCH] mergemaster: support for keeping p [2004/03/20] ports/64490 obrien link error in manpage of editors/vim o [2004/03/20] kern/64522 3COM 3C920B onboard Asus P4R800-VM not su o [2004/03/22] kern/64556 if_sis short cable fix problems with NetG f [2004/03/22] ports/64586 ports-bugs new port: devel/preps-devel-gui stable re o [2004/03/22] kern/64588 [patch] Extend joystick driver architectu o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- o [2004/03/24] ports/64650 knu portupgrade: missing dependency on perl a [2004/03/24] bin/64664 bms Reboot command needs to protect itself fr o [2004/03/25] ports/64686 ports-bugs [NEW PORTS] x11-toolkits/qtc-qtsharp qtsh o [2004/03/25] ports/64687 ports-bugs [New Port] games/dotgnu-mahjongg/ -- QT# o [2004/03/25] www/64689 www Missing data on ftp.freebsd.org p [2004/03/25] kern/64718 bms [patch] Bridged packets still seen by BPF o [2004/03/26] ports/64769 knu portupgrade mplayer-plugin not reading pk o [2004/03/26] kern/64772 Mouse Movement Problem o [2004/03/26] kern/64788 nsswitch with ldap and starting ppp on bo f [2004/03/27] i386/64795 i386 Network Adapter not configuring o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/03/27] bin/64811 systat can't display big numbers in some o [2004/03/28] ports/64838 ports-bugs new port: chinese/msttf o [2004/03/29] kern/64875 standards [patch] add a system call: fdatasync() o [2004/03/29] i386/64878 tackerman Intel 82547 CSA Driver forces system lock o [2004/03/29] ports/64898 ports-bugs new port: misc/heyu2 for X10 control o [2004/03/30] ports/64915 ports-bugs [NEW PORT] vietnamese/x-unikey o [2004/03/30] bin/64921 vmstat -i is not reporting IRQ usage on a o [2004/03/30] ports/64930 kris ports/Tools/portbuild/scripts/makeworld d o [2004/03/31] kern/64971 A squid process larger than 3G f [2004/03/31] ports/64980 ale New port: mail/qscanq f [2004/03/31] kern/64997 sanpei QUIRK: Getting a Philips USB mp3 player t f [2004/03/31] ports/65009 ports-bugs Maintainer update: lang/gforth (build fix o [2004/04/01] bin/65045 ftp doesn't remember binary mode if setti o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/03] ports/65115 openoffice incomplete distinfo o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/03] ports/65129 kiri [PATCH] editors/xemacs21-mule: xemacs-mul o [2004/04/05] kern/65206 adding floppy drive seems to force PIO mo o [2004/04/05] ports/65207 ports-bugs [NEW PORT FIX]vietnamese/xvnkb build fix p [2004/04/05] kern/65217 bms PATCH: Improve Linux IPX application comp o [2004/04/05] kern/65219 csjp update sysctl descriptions for SYSV IPC v o [2004/04/05] bin/65228 [Patch]Allow rup to parse hostnames from o [2004/04/06] bin/65258 save /etc/rc.firewall from changing for s o [2004/04/07] ports/65277 x11 [PATCH] devel/imake-4: [Respect CC & CXX o [2004/04/07] kern/65278 [patch] sio: kgdb debugger port initializ o [2004/04/07] bin/65299 vi temp path contains double / o [2004/04/07] ports/65304 portmgr Fix deinstall INFO in bsd.port.mk o [2004/04/08] bin/65306 obrien [1] Portability fixes for FreeBSD build u o [2004/04/08] ports/65310 ports-bugs security/SAVI-Perl: Submission of new por f [2004/04/08] ports/65318 ports-bugs New port: games/noegnud* an ASCII/2D/3D U o [2004/04/08] ports/65335 java [PATCH] java/jdk14: use bsd.java.mk for J o [2004/04/09] ports/65344 portmgr USE_ macros for graphics libraries o [2004/04/09] kern/65355 [patch] TC1000 serial ports need enabling o [2004/04/10] ports/65408 trevor patch to shorten 133 DESCR files o [2004/04/10] ports/65409 trevor big whitespace cleanup p [2004/04/11] bin/65426 simon problem with postfix install using sysins o [2004/04/11] kern/65436 QUIRK: [patch] to add support for PNY Att o [2004/04/12] kern/65448 jhb _mtx_unlock_sleep() race condition if ADA o [2004/04/12] ports/65452 vs new port: sysutils/i8xxwd (Intel i8xx TCO o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/13] bin/65483 vi -r crashes o [2004/04/14] i386/65528 i386 mouse cursor disapears on moving o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 o [2004/04/15] bin/65557 passwd uses passwd_format of default logi s [2004/04/15] ports/65587 blackend Update emulators/linux-winetools to 1.30 o [2004/04/16] kern/65627 [patch] store P3 serial number in sysctl o [2004/04/17] bin/65649 Add `-u name' option to env(1) o [2004/04/18] i386/65691 i386 fxp0: device timeout o [2004/04/18] bin/65707 scp does not deal with local file copies p [2004/04/18] i386/65729 i386 Document machdep.hlt_cpus sysctl o [2004/04/19] kern/65769 Call to tcflush(x, TCIFLUSH) stops input o [2004/04/19] kern/65786 [vfs_syscalls.c] Incorrect fifo semantics p [2004/04/20] ports/65794 joe net/ripetools is obsolete o [2004/04/20] bin/65803 gad bin/ps enhancements (posix syntax, and mo o [2004/04/20] ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow f [2004/04/20] ports/65824 ports-bugs sysutils/LPRng and sysutils/LPRngTool - a o [2004/04/20] ports/65828 trevor Returned mail: address is restricted o [2004/04/20] ports/65829 trevor Returned mail: address is restricted o [2004/04/21] docs/65864 trhodes login.conf(5) manpage doesn't mention cap o [2004/04/21] ports/65865 roam [PATCH] dns/djbdns: add WITH_JUMBO - coll o [2004/04/22] bin/65892 ee(1) endless loop o [2004/04/22] docs/65895 doc incorrect "omshell" link in "dhclient" ma f [2004/04/23] ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive c o [2004/04/24] ports/65934 nork [NEW PORT] japanese/ja-xmms: X Multimedia o [2004/04/25] ports/65953 mharo [Proftpd] Optional mod_ifsession / open k p [2004/04/25] kern/65971 bms LINUX_SOUND_MIXER_INFO Ioctl addition for o [2004/04/25] bin/65973 Problem logging in to the NIS slave and N o [2004/04/26] docs/65988 doc incorrect references to ppp.conf in handb o [2004/04/27] ports/66031 ports-bugs [NEW PORT] science/mcstas - neutron ray-t o [2004/04/27] ports/66032 portmgr [PATCH] bsd.port.mk: clean room installat o [2004/04/28] ports/66042 ports-bugs new port: www/suexec13 (standalone suexec o [2004/04/29] kern/66079 bms route change default causes panic in cert o [2004/04/29] docs/66091 doc ppp(8) docs out-of-date for -CURRENT o [2004/04/29] bin/66095 template_user is broken in pam_radius o [2004/04/30] ports/66109 portmgr [PATCH] bsd.port.mk: inconsistent use of o [2004/04/30] ports/66110 portmgr [PATCH] bsd.port.mk: MLINKS error detecti o [2004/05/03] kern/66185 twe driver generates gratuitous warning o o [2004/05/03] kern/66225 [patch] extend ng_eiface(4) control messa o [2004/05/04] ports/66246 ports-bugs new ports: textproc/docbook-utils, textpr o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/04] ports/66266 ports-bugs ports/net/yptransitd: support FreeBSD NIS o [2004/05/04] kern/66268 glebius [PATCH] Socket buffer resource limit (RLI f [2004/05/05] ports/66275 petef New port: net/cnupm The BPF Traffic Colle o [2004/05/05] gnu/66279 less(1) -- add support for stty(1) erase2 p [2004/05/05] kern/66280 [PATCH] Add another ac97 id o [2004/05/05] ports/66282 ports-bugs [NEW PORT] mail/p5-Mail-Vispan: PERL scri p [2004/05/05] docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to n o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op p [2004/05/06] bin/66311 fenner TCPDUMP ISAKMP payload handling denial-of o [2004/05/06] ports/66315 se mini_httpd - Software caused connection a o [2004/05/07] ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java por o [2004/05/07] docs/66343 doc unlisted supported card on man page for w o [2004/05/07] standards/66357standards make POSIX conformance problem ('sh -e' & o [2004/05/08] ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o [2004/05/09] bin/66420 [PATCH] tcsh: history mangles command lin o [2004/05/09] kern/66422 sound [sound] [patch] no sound on modern Sony V o [2004/05/09] kern/66425 [patch] Extending dual console support (/ o [2004/05/09] docs/66426 doc handbook update (desktop section): web br o [2004/05/10] bin/66445 Add options to last(1) to ignore ftp logi f [2004/05/10] ports/66476 adamw [NEW PORT] misc/gaim-talkfilters: A neat o [2004/05/10] alpha/66478 alpha unexpected machine check: panic for 4.9, o [2004/05/10] ports/66480 openoffice openoffice-1.1.1 port uses root's $HOME f o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o [2004/05/10] bin/66492 cpio -o -Hustar creates broken timestamps o [2004/05/11] docs/66505 trhodes escaping '~' and '$' characters in login. o [2004/05/11] ports/66506 ports-bugs [NEW PORT] www/p5-Apache-GopherHandler: G o [2004/05/11] ports/66511 x11 xdm xlogin*background color issue o [2004/05/11] ports/66520 portmgr Have OPTIONS set defaults when BATCH or P o [2004/05/11] standards/66531standards _gettemp uses a far smaller set of filena p [2004/05/11] docs/66541 bms [patch] sbin/ifconfig/ifconfig.8 wordsmit o [2004/05/11] kern/66547 Palm Tungsten T USB does not initialize c o [2004/05/12] i386/66564 3c920-MV00 PHY detection problem s [2004/05/12] ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/ o [2004/05/12] kern/66589 processes get stuck in "inode" state when o [2004/05/13] bin/66594 marcel gdb dumps core f [2004/05/13] docs/66621 roam Document fix for "kmem_map too small pani o [2004/05/14] kern/66642 sound [sound] pcm0: play: 0: play interrupt tim o [2004/05/16] bin/66677 mv incorrectly copies somedir/.. to ./.. o [2004/05/17] conf/66726 /etc/periodic/security/ 800.loginfail scr f [2004/05/17] ports/66762 vs Update port: games/xpilot-ng (split into o [2004/05/17] bin/66763 mdmfs: sync arguments with those of newfs o [2004/05/17] docs/66768 doc 4_RELENG share/man/man4/ng_one2many.4 MFC o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/17] docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 o [2004/05/17] docs/66775 roam Clarification that port names should not o [2004/05/18] ports/66799 ports-bugs [new port] cantus_3: GNOME2 tool for tagg s [2004/05/18] ports/66808 portmgr bsd.port.mk: bsd.autotools.mk appears too p [2004/05/18] docs/66824 keramida [patch] share/man/man4/man4.i386/fe.4 gra o [2004/05/19] ports/66892 portmgr possible bug in philosophy of ports/MOVED o [2004/05/19] bin/66893 [patch] LINUX NIS clients connecting to F s [2004/05/20] ports/66921 ports-bugs [NEW PORT] x11-wm/skippy-xd: A full-scree f [2004/05/20] ports/66927 ports-bugs [PATCH] mail/dcc-dccd has several problem o [2004/05/20] ports/66937 obrien lsof-4.71 compile errors: pcpu.h:66: erro o [2004/05/20] bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix u o [2004/05/21] kern/66981 Can't read audio CDs with a samsung sw-25 o [2004/05/21] bin/66988 [Patch] apm.c check validation of the ret f [2004/05/21] i386/66996 i386 Problem with CD/DVD ROM o [2004/05/21] i386/66997 [bge(4)] Problem with Broadcom BCM5705M a o [2004/05/21] i386/67011 mdodd [patch] MFC of vpd driver for IBM xSeries p [2004/05/21] kern/67013 bms A potential bug detected in /sys/netipsec o [2004/05/22] bin/67041 "fortune -m" peeks in "fortune" file only o [2004/05/22] www/67042 www FreeBSD rdf feed not valid o [2004/05/22] i386/67055 i386 Mouse (wheel) detection problem on SIS748 o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco o [2004/05/23] ports/67095 ports-bugs New port: www/p5-PLP: A Perl embedder som o [2004/05/24] bin/67142 rpc.yppasswdd incorrectly throws errors a o [2004/05/25] ports/67151 portmgr Mk/bsd.port.mk - Add a way to handle PLIS o [2004/05/25] ports/67171 portmgr [PATCH] bsd.port.mk: new variable DISTVER o [2004/05/25] bin/67172 w,finger display the remote host incorrec o [2004/05/25] ports/67173 des [PATCH] security/ifd-gempc410 doesn't fet o [2004/05/25] ports/67183 cy security/pam_krb5 requires updating f [2004/05/25] i386/67189 acpi ACPI S3 reboot computer on Dell Latitude o [2004/05/25] ports/67192 vs mod_perl-related regressions in the newes o [2004/05/26] bin/67231 [patch] pam_krb5 doesn't honor default fl o [2004/05/27] kern/67242 tackerman [PATCH] dev/em/if_em.c isn't ctags compat o [2004/05/27] bin/67256 tcsh does not honor LC_ALL and/or LC_MESS o [2004/05/28] bin/67307 ready to import bootstrap_cmds/decomment o [2004/05/28] bin/67308 ready to import bootstrap_cmds/relpath fr o [2004/05/28] kern/67309 acpi zzz reboot computer (ACPI S3) o [2004/05/28] ports/67311 ale [PATCH] Mk/bsd.sites.mk: add MASTER_SITE_ a [2004/05/29] bin/67317 bms patch to nfsd.c to make it slightly more o [2004/05/29] bin/67334 mount_cd9660 gives dscheck: negative b_bl p [2004/05/29] kern/67357 brooks Patch for uftdi to support Intrepidcs.com o [2004/05/30] i386/67383 i386 [patch] do a better job disassembling cod o [2004/05/30] ports/67385 kiri [PATCH] editors/xemacs-devel-mule: update f [2004/06/01] ports/67436 portmgr patch for bsd.port.mk: GNU_CONFIGURE_PREF o [2004/06/01] ports/67437 portmgr patch for bsd.port.mk: NO_BUILD and PKGNA o [2004/06/01] i386/67456 i386 [LOR] LOR on dual-xeon w/ ht o [2004/06/02] ports/67500 clement new port for irc/thales: an irc to mysql o [2004/06/02] www/67502 www cvs-all commit message did not include al s [2004/06/03] ports/67531 portmgr New spanish virtual branch o [2004/06/03] kern/67545 [nfs] NFS Diskless Mount Option Suggestio p [2004/06/03] conf/67549 No Cents for es_ES monetdef (Euro) o [2004/06/03] bin/67550 Add BLK_SIZE option to tftpd server o [2004/06/04] ports/67553 sumikawa ports/devel/cvs+ipv6 - add mirror o [2004/06/04] www/67554 www man-cgi visual glitch on 3-word titles f [2004/06/04] ports/67562 portmgr patch for bsd.port.mk - USE_BDB, WANT_BDB o [2004/06/04] gnu/67565 SIGPIPE processing in cvs 1.11.5 may lead o [2004/06/04] ports/67572 ports-bugs New port: mnogosearch-devel: Full feature o [2004/06/04] i386/67578 [kbd] Keyboard error IBM xSeries 335 o [2004/06/04] kern/67580 request to add hints for boot failures o [2004/06/05] ports/67599 ports-bugs [NEW PORT] math/geonext: Interactive (dyn f [2004/06/05] kern/67603 No driver found: PCMCIA Cardbus, D-Link D f [2004/06/06] kern/67627 phk [panic] gbde kernel panic o [2004/06/07] www/67651 hrs Update early-adopter post-4.10 o [2004/06/07] ports/67673 edwin new port (games/tuxracer-1.1) o [2004/06/07] bin/67687 iostat does not provide read vs. write st f [2004/06/08] kern/67694 kernel build fails with damaged /usr/incl s [2004/06/08] kern/67706 [unionfs] cvs update over a union mount s o [2004/06/08] bin/67723 FreeBSD 5.x restore cannot handle other p s [2004/06/09] ports/67752 pav Upgrade math/cxsc to the latest revision o [2004/06/09] ports/67762 roam portupgrade of stunnel asks for input eve 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/10] bin/67793 phk gbde doesn't complain correctly when file f [2004/06/10] docs/67806 doc Let 5.x users know how to boot into singl s [2004/06/11] ports/67815 ports-bugs ImageMagick no longer recognizes FlashPix o [2004/06/11] i386/67818 Marvell if_sk driver watchdog timeout iss f [2004/06/11] ports/67826 ports-bugs p5-Text-FormatTable - patch o [2004/06/11] kern/67830 [patch] CPU affinity problem with forked o [2004/06/11] ports/67832 jdp Change request: net/cvsup (STATIC -> WANT f [2004/06/11] ports/67839 ports-bugs www/mod_jk2-apache2 2.0.2: uri /*.jsp mat o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/13] alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats o [2004/06/14] bin/67943 find(1) fails when current directory is n o [2004/06/15] ports/67970 gnome ports textproc/libxml, textproc/libxslt: o [2004/06/16] bin/68014 stty -pendin does not turn off pendin mod o [2004/06/16] bin/68016 Bug in visual bell on console (kbdcontrol o [2004/06/17] kern/68026 jdp [patch] add net_remove_domain, domain ref o [2004/06/17] docs/68038 trhodes Attempt to make the terse part of 17.6.2 o [2004/06/17] ports/68045 ports-bugs New port: sysutils/daedalus Flexible Moni o [2004/06/17] ports/68061 knu databases/ruby-bdb1 has hardcoded install o [2004/06/17] bin/68062 standalone repeat(1) command o [2004/06/18] kern/68081 [patch] sys/time.h (lint fix) o [2004/06/18] i386/68087 i386 wget core dumps with: Assertion failed: ( o [2004/06/19] conf/68108 [patch] Adding mac-address /conf selector o [2004/06/19] kern/68110 hsu [PATCH] RFC 3522 for -HEAD o [2004/06/19] www/68114 www bad usability - download link missing o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/19] kern/68122 sound [sound] Device busy (/dev/dsp)- insane, n f [2004/06/19] ports/68124 trevor Update port: x11-toolkits/linux-pango (fi o [2004/06/20] bin/68130 adduser man page and usage inconsistent w f [2004/06/20] ports/68133 trevor Update port: x11-toolkits/linux-gtk2 (fix o [2004/06/20] bin/68134 'invalid hostname' displayed in w/who out o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve o [2004/06/20] ports/68141 ports-bugs new port net/linux-overnet-core: Serverle s [2004/06/20] ports/68145 ports-bugs Update port: multimedia/linux-realplayer o [2004/06/20] ports/68146 ports-bugs New port: x11-themes/linux-gtk-bluecurve- a [2004/06/22] kern/68189 luigi arp -a discloses non-jail interfaces with o [2004/06/22] kern/68192 Cannot use quotas on jailed systems o [2004/06/22] ports/68196 ports-bugs [New Port]: linux-zsnes - Linux binary ve o [2004/06/22] docs/68201 keramida [patch] pthread_atfork(3) man page o [2004/06/22] ports/68205 ports-bugs New Port: mail/ismail PHP-based webmail c f [2004/06/22] ports/68215 ports-bugs NEW PORT: multimedia/freevo, an open-sour f [2004/06/23] i386/68219 acpi ACPI + snd_maestro3 problem o [2004/06/23] kern/68225 sound [sound] trouble with sound on Dell Latitu o [2004/06/23] kern/68232 [patch] ugen(4) isochronous handling corr o [2004/06/24] ports/68276 lioux [REPOCOPY] mail/qmail-smtp_auth+tls -> ma o [2004/06/25] kern/68311 [patch] it is impossible to override defa o [2004/06/25] bin/68312 be able to create fdisk partions using si o [2004/06/25] kern/68315 [patch] atacontrol addspare for 4.x o [2004/06/25] kern/68317 [patch] on soft (clean) reboots clean dme o [2004/06/25] bin/68328 enable configuration of extra listen sock o [2004/06/25] ports/68331 ports-bugs [NEW PORT] graphics/jumpgis-postgis: JUMP o [2004/06/25] ports/68337 portmgr patch so that README.html files in ports s [2004/06/25] ports/68346 portmgr Nested port install requires user interve o [2004/06/26] kern/68362 roger [bktr] [patch] Add Pixelview PlayTV suppo f [2004/06/26] ports/68402 thierry [PORT UPDATE] Update of monotone port for o [2004/06/27] kern/68412 QUIRK: Philips KEY013 USB MP3 player o [2004/06/27] ports/68414 ports-bugs New Port: security/foremost - Forensic an o [2004/06/27] kern/68435 wpaul xl driver in freebsd 5.x only works if pr o [2004/06/28] bin/68437 conscontrol DEVDIR -> _PATH_DEV fix and m f [2004/06/28] ports/68441 jedgar mail/grepmail: grepmail-5.23 breaks -F op p [2004/06/28] docs/68449 roam [patch] src/lib/libstand/libstand.3 nits o [2004/06/28] docs/68453 doc [patch] rc.subr.8 o [2004/06/28] kern/68458 Burning DVD causes lots of FAILURE - READ o [2004/06/28] kern/68459 Patches to mknod(2) behave more like Linu f [2004/06/29] ports/68476 x11 X -query myserver does not open an xsessi o [2004/06/29] ports/68488 obrien [PATCH] sysutils/lsof broken on -CURRENT o [2004/06/30] i386/68514 i386 Realtek driver halts on oversized frames o [2004/06/30] kern/68515 sound [sound] sound card noise (ES1938, 5.0) o [2004/06/30] i386/68518 i386 Hangs while loading 82443BX agp during bo p [2004/06/30] conf/68524 Including the Basque in the system o [2004/06/30] conf/68525 rc Loader's verbose boot mode has rc.d/local o [2004/06/30] bin/68527 Resizing 'top' running in a terminal to o f [2004/06/30] ports/68532 emulation Add support for multiple VMWare instances o [2004/07/01] ports/68539 portmgr [patch] clarify ARCH vs MACHINE_ARCH in b o [2004/07/01] bin/68552 tip(1) does not set noncanonical mode inp o [2004/07/01] ports/68556 grog Update port: net/arla to version 0.36.1 o [2004/07/01] ports/68569 knu bsd.ruby.mk should not use `.error' o [2004/07/01] ports/68572 ports-bugs New port: databases/cyrus-smlacapd cyrus o [2004/07/02] bin/68586 dwmalone [patch] allow syslogd to forward to non-d o [2004/07/02] kern/68594 sound [sound] [patch] enable S/PDIF output for o [2004/07/02] docs/68606 doc Porter's Handbook: document how to write o [2004/07/03] kern/68623 [patch] sf(4) (Adaptec StarFire) multiple o [2004/07/03] ports/68624 ports-bugs [NEW PORT] graphics/curator: Static Image o [2004/07/04] ports/68661 sergei New port: security/ipfilterDshield, a dsh o [2004/07/04] ports/68662 sergei New port: security/ppars (Proactive Probi o [2004/07/04] kern/68665 sound [sound] pcm doesn't detect Realtek ac97 o o [2004/07/05] kern/68690 write(2) returns wrong value when EFAULT o [2004/07/05] bin/68691 dwmalone syslogd - correct program name handling o [2004/07/05] kern/68692 andre [patch] Move ARP out of routing table o [2004/07/05] ports/68697 roam [PATCH] dns/djbdns: use bsd.port.pre.mk o [2004/07/05] ports/68707 roam [PATCH] mail/vpopmail: Add option to use o [2004/07/06] i386/68719 i386 [usb] USB 2.0 mobil rack+ fat32 performan o [2004/07/06] ports/68728 se update ftp/jftpgw to 0.13.5 + rcNG'ify o [2004/07/07] conf/68745 rc /etc/rc.d/devfs runs after ntpd so links s [2004/07/07] ports/68747 gnome [patch] upgrade print/freetype2 o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/07] kern/68765 [mmap] a little data can be stored beyond o [2004/07/08] bin/68797 cut(1) patches to fflush after each write o [2004/07/08] ports/68820 ports-bugs New port:chinese/gaim Add plugin openQ(QQ o [2004/07/08] ports/68826 gj various anomalies with xemacs port f [2004/07/08] ports/68828 ports-bugs [PATCH] sysutils/ucspi-tcp: Apply ucspi-r o [2004/07/09] ports/68837 ports-bugs [New Port] polish/sap en-pl pl-en diction o [2004/07/09] bin/68840 [PATCH] Add Solaris-style -x flag to iost o [2004/07/09] bin/68841 [PATCH] Add pthread_atfork to libc_r o [2004/07/09] docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o [2004/07/09] docs/68845 doc The .At macro produces unexpected results o [2004/07/09] bin/68848 [patch] find(1) shows pathname as optiona o [2004/07/09] sparc64/68869sparc64 netcard: Unexpect packet size, drop packe o [2004/07/09] ports/68872 ports-bugs audio/libmikmod update to 3.2.0-beta2 ; a o [2004/07/09] ports/68879 kwm [patch] update x11-toolkits/scintilla to o [2004/07/10] ports/68896 portmgr make search can't be case insensitive und a [2004/07/11] bin/68904 eik pkg_install fixes (_PATH_*, sprintf -> sn o [2004/07/11] misc/68905 core dump ownership issue o [2004/07/11] ports/68908 knu x11/kde3 depends on missing port o [2004/07/11] conf/68916 Named starts PRIOR to ldconfig o [2004/07/11] ports/68919 ports-bugs [New Port] misc/gkx86info2 - GKrellM2 plu o [2004/07/11] ports/68934 ports-bugs New port: security/amavis-stats A simple o [2004/07/12] ports/68950 wjv [UPDATE] biology/emboss from 2.4.1 to 2.8 f [2004/07/12] kern/68961 markm [PATCH] Implement /dev/full o [2004/07/13] bin/68981 unlogic jot behaviour. o [2004/07/13] ports/68988 portmgr Mk/bsd.port.mk - Add USE_MK_DEVEL option o [2004/07/13] kern/68991 le [vinum] vinum doesn't care which type a p o [2004/07/13] bin/69010 [2] Portability fixes for FreeBSD build u o [2004/07/13] threads/69020threads pthreads library leaks _gc_mutex o [2004/07/14] ports/69026 knu Please portlint [devel/ruby-bsearch] o [2004/07/14] ports/69027 knu Please portlint [archivers/ruby-bz2] o [2004/07/14] ports/69028 knu Please portlint [devel/ruby-cache] o [2004/07/14] ports/69029 knu Please portlint [devel/ruby-cvs] o [2004/07/14] ports/69030 knu Please portlint [devel/ruby-filemagic] o [2004/07/14] ports/69031 knu Please portlint [devel/ruby-gemfinder] o [2004/07/14] ports/69032 knu Please portlint [devel/ruby-gettext] o [2004/07/14] ports/69033 knu Please portlint [devel/ruby-mmap] o [2004/07/14] ports/69034 knu Please portlint [devel/ruby-sdl] o [2004/07/14] ports/69035 knu Please portlint [devel/ruby-sysvipc] o [2004/07/14] ports/69036 knu Please portlint [comms/ruby-termios] o [2004/07/14] ports/69037 knu Please portlint [devel/ruby-tzfile] o [2004/07/14] ports/69041 emulation Please portlint [emulators/vmware3] p [2004/07/14] ports/69055 hq [PATCH] textproc/xml4j: update to 4.3.0 a o [2004/07/14] kern/69064 [patch] No multiple ip4/6's could assigne o [2004/07/15] bin/69083 [patch] basic modelines for contrib/nvi o [2004/07/15] kern/69084 sound [sound] Error while initializing the soun o [2004/07/15] ports/69097 knu portupgrade's portsdb can't run without P o [2004/07/15] ports/69104 portmgr bsd.port.mk assumes "fetch" as FETCH_CMD o [2004/07/15] kern/69127 imp [patch] EtherLink III LAN PC Card 3C589D o [2004/07/16] ports/69160 sergei New port: dns/rbllookup mail/rbllookup o [2004/07/17] bin/69164 marcel GDB/amd64: coredump while debugging a cor f [2004/07/17] ports/69166 ports-bugs New port: comms/tlf Amateur radio curses o [2004/07/17] ports/69191 roam SRV patch for dnbs/djbdns f [2004/07/17] ports/69210 lioux [PATCH] multimedia/ffmpeg -- update to 0. o [2004/07/18] ports/69217 eik devel/portmk - add a convenient mechanism f [2004/07/18] ports/69219 ports-bugs update rwhoisd to version 1.5.9; install o [2004/07/18] ports/69243 knu portupgrade - portinstall can't find port o [2004/07/18] i386/69257 i386 [patch] in_cksum_hdr is non-functional wi o [2004/07/19] ports/69267 demon RRDTool is not PREFIX safe o [2004/07/19] bin/69268 wpaul Fix ndiscvt to warn you if it's going to o [2004/07/19] docs/69271 doc Porter's Handbook: hint on proper pkg-mes o [2004/07/19] kern/69283 sound [sound] Via 8233 driver records at half s o [2004/07/19] ports/69288 mharo [PATCH] security/sudo: Fix deinstall s [2004/07/19] ports/69299 ports-bugs [PATCH] missing dependency for www/linux- o [2004/07/19] ports/69309 ale mysql database backup script for periodic o [2004/07/20] kern/69356 LOR in rtsock.c/route.c o [2004/07/20] ports/69360 portmgr [patch] setting WITHOUT_X11 should force o [2004/07/21] bin/69362 mbr amd (automounter) does not properly detec o [2004/07/21] docs/69383 doc disklabel = bsdlabel in 5.X or later o [2004/07/22] bin/69398 [patch] cleartext display of password in f [2004/07/22] ports/69421 perl perl5-related distfiles are in common dis o [2004/07/22] ports/69422 ports-bugs New port: the Equeue OCaml library a [2004/07/22] bin/69423 gshapiro sendmail access-map issue o [2004/07/22] ports/69425 wjv Duplicated port? devel/arch vs. devel/tla o [2004/07/22] kern/69448 socket.h: cmsghdr macros don't work with o [2004/07/23] i386/69460 i386 the nic's speed slow down when both side o [2004/07/23] ports/69475 kiri xemacs invalidly calls xargs (witj unexis o [2004/07/23] ports/69486 portmgr Clean up after QT2 removal o [2004/07/23] kern/69502 kldload will load modules that are in the o [2004/07/24] ports/69537 knu Portupgrade cannot be run by cron properl o [2004/07/25] ports/69556 sergei New port: security/secure_delete Secure d f [2004/07/25] ports/69557 ports-bugs Separation of mailman scripts and mailing o [2004/07/25] ports/69586 ports-bugs New port: chinese/PCManX o [2004/07/26] www/69631 www please add to support list o [2004/07/26] kern/69633 sound [sound] fm801 kernel module does not work o [2004/07/26] ports/69636 ports-bugs [new port] biology/blast f [2004/07/26] ports/69638 ports-bugs Add MASTER_SITE_GNA to bsd.sites.mk o [2004/07/27] kern/69650 [patch] make getserv* functions work with o [2004/07/28] kern/69688 i386 NATD does not work with outgoing PPTP VPN o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/07/28] ports/69708 x11 x11/xorg-libraries: lack of symbols under o [2004/07/28] amd64/69709 amd64 ACPI enabled then floppy don't work (5.2. o [2004/07/28] amd64/69712 amd64 no DRI (hardware OpenGL) for ATI Radeon 9 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/07/29] i386/69750 acpi Boot without ACPI failed on ASUS L5 o [2004/07/29] bin/69763 /usr/bin/tip strips hi-bit s [2004/07/30] www/69780 www query-pr-summary.cgi generates very large o [2004/07/30] ports/69781 ahze [NEW PORT] japanese/ja-gjiten: Japanese d o [2004/07/30] i386/69791 panasonic Let's note LIGHT CF-W2 can't bo o [2004/07/30] conf/69821 'what kernel' doesn't work o [2004/07/30] kern/69825 [setgroups] 1st group supplied to setgrou o [2004/07/30] kern/69826 [setgroups] 16th group has no effect when f [2004/07/30] ports/69832 ahze [PATCH] multimedia/transcode: [add jpeg-m o [2004/07/31] bin/69846 the usename has to be writed as "/****/" f [2004/07/31] ports/69848 ports-bugs lang/mono functions properly on 5.x if ${ f [2004/07/31] ports/69849 ports-bugs [update] py-opengl p [2004/07/31] kern/69858 Intel E7205 Chipset AGP Support o [2004/08/01] docs/69861 tjr [patch] usr.bin/csplit/csplit.1 does not o [2004/08/01] bin/69875 `mlxcontrol status ' hangs wit o [2004/08/02] sparc64/69893sparc64 asr panics the system on sparc64 o [2004/08/02] ports/69912 alfred New Port dns/mDNSResponder a re-port of A o [2004/08/02] kern/69931 i386 PS/2 Optical Mouse (Micro Innovations) mi o [2004/08/03] ports/69943 ports-bugs New port: security/spike-proxy p [2004/08/03] kern/69954 mlaier PF Nat with a PPP connection uses wrong a o [2004/08/03] kern/69963 ipfw ipfw: install_state warning about already o [2004/08/03] ports/69965 portmgr check for moved ports in "make deinstall- o [2004/08/03] docs/69968 doc minor clarification in mac glossary o [2004/08/04] bin/69977 dump -W core dumps with read-only / o [2004/08/04] bin/69986 [patch] sysinstall: No job control in fix o [2004/08/04] kern/69989 killing process that uses snp + unloading o [2004/08/04] ports/69995 ports-bugs A (new) port of the add-css-links XSL sty o [2004/08/04] ports/69996 ports-bugs A (new) port of the print-n-times XSL sty o [2004/08/04] ports/69997 portmgr [PATCH] Change USE_LINUX in bsd.port.mk t o [2004/08/04] ports/69998 ports-bugs A (new) port of the resume-extensions XSL o [2004/08/04] bin/70002 sysinstall(8) fails to locate FTP dirs if o [2004/08/05] ports/70017 ports-bugs New port: japanized strings(1) command (j o [2004/08/05] ports/70018 portmgr [patch] `make readmes` is gratuitously sl o [2004/08/05] ports/70025 ports-bugs IPv6 CATEGORY not documented correctly o [2004/08/05] ports/70026 billf net/mtr port does not follows WITH_IPV6 s f [2004/08/05] i386/70036 i386 pcn device not recognizing device o [2004/08/05] docs/70048 magic(5) file has a typo at second test f o [2004/08/06] ports/70060 ports-bugs A (new) port of the Mirror Project Random o [2004/08/06] ports/70061 ports-bugs [ new port ] x11-clocks/osdclock: small c o [2004/08/06] ports/70062 ports-bugs A new port of the Bloom::Filter Perl libr o [2004/08/06] ports/70082 clement Update py-MySQLdb port to suport mysqlcli o [2004/08/07] ports/70105 linimon journyx timesheet runs on freebsd and it' f [2004/08/07] ports/70113 ports-bugs [PATCH] mail/dspam: Makefile fix o [2004/08/08] ports/70156 sergei [PATCH] devel/porttools: fix finding orig o [2004/08/08] misc/70174 make -jN buildkernel fails early when N i o [2004/08/08] bin/70182 [patch] fortune -e implementation bug a [2004/08/09] ports/70205 roam ports/net/datapipe shouldn't bind to list o [2004/08/09] docs/70217 doc Suggested rewrite of docproj/sgml.sgml o [2004/08/09] ports/70219 hq Updating Java ports to bsd.java.mk 2.0 o [2004/08/10] ports/70233 demon [PATCH] devel/p5-Test-Harness: skip prove o [2004/08/10] kern/70236 [patch] uninitialised parameters passed t f [2004/08/10] ports/70243 edwin New port: audio/tta (simple lossless audi o [2004/08/10] bin/70245 Change to src/release/Makefile to aid doc o [2004/08/10] conf/70252 add System Administrator Appreciation Day o [2004/08/10] ports/70271 ports-bugs [new port] biology/finchtv a DNA sequence o [2004/08/10] bin/70283 mtm adduser aborts in batch mode with comment o [2004/08/11] java/70292 java jdk14 compile problem o [2004/08/11] kern/70296 sound [sound] [patch] Add support for AD1888 AC o [2004/08/11] bin/70297 request to make amd timeouts per-mount lo a [2004/08/11] ports/70300 sergei devel/porttools does not use EMAIL from ~ f [2004/08/11] ports/70308 ports-bugs finance/openhbci port update o [2004/08/11] docs/70310 doc [PATCH] Add information about DragonFly p [2004/08/11] bin/70311 pjd ipfw(8) pipe/queue show N displays data n f [2004/08/11] ports/70324 portmgr repo copy shells/bash2 to shells/bash f [2004/08/11] ports/70327 lioux [PATCH] mail/qmail: Add an option to not o [2004/08/12] bin/70335 inconsistent syslog behavior when max chi o [2004/08/12] bin/70336 telnetd always exits with value 1 o [2004/08/12] bin/70355 [patch] dhclient-script is chatty with RE f [2004/08/12] kern/70362 sanpei QUIRK: [patch] LaCie 160GB USB drive o [2004/08/12] ports/70365 knu sysutils/portupgrade incorrectly give inf o [2004/08/12] ports/70366 lev devel/subversion causes incorrect swig13/ o [2004/08/12] ports/70374 ports-bugs New port: textproc/redland-bindings - Lan o [2004/08/13] ports/70400 jedgar databases/p5-Mysql is incompatible with d o [2004/08/13] kern/70401 darrenr [modules] Could not load ipl.ko when no I o [2004/08/13] ports/70431 ports-bugs New port: www/gecko-sharp: C# gtkmozembed o [2004/08/13] ports/70432 ports-bugs New port: gtksourceview-sharp: C# binding f [2004/08/13] ports/70433 ports-bugs new plugin port for childsplay p [2004/08/15] kern/70474 iedowse if_axe USB interface stops responding o [2004/08/15] bin/70476 sbin/reboot change, -p behavior default f o [2004/08/15] bin/70492 darrenr ipl.h need's to be MFC'ed on 4.10-STABLE o [2004/08/15] amd64/70500 amd64 bge driver for 3Com 3C996B on amd64 preve o [2004/08/16] ports/70503 steve open-motif demos should not be installed o [2004/08/16] docs/70507 keramida RE in BUG section of re_format(7) in obso o [2004/08/16] bin/70511 When fread()ing with buffering turned off o [2004/08/16] ports/70516 sergei New port: sysutils/graft: symlink manager o [2004/08/16] kern/70523 [usb] [patch] umct sending/receiving wron f [2004/08/16] ports/70528 ports-bugs No libffi on amd64, either with native co o [2004/08/16] bin/70536 reboot -dp tries to dump when powering of o [2004/08/16] ports/70539 trevor Change the default linux_base and a littl o [2004/08/16] docs/70555 keramida [diff] changes to freebsd-glossary o [2004/08/17] ports/70577 ports-bugs [NEW PORT] games/linux-hohlin: Remake of o [2004/08/17] docs/70583 ceri [PATCH] Update freebsd-glossary o [2004/08/18] kern/70607 [patch] Add Support for USB Microsoft Int o [2004/08/18] kern/70608 [irq] ethernet-error (card uses duplicate o [2004/08/18] i386/70610 i386 [patch] spkr(4): hardcoded assumption HZ o [2004/08/18] kern/70639 imp [patch] 3Com CXM756 PCMCIA card modem o [2004/08/19] ports/70648 ports-bugs [new port] deskutils/etask: Emacs support o [2004/08/19] docs/70652 doc New man page: portindex(5) f [2004/08/19] kern/70673 harti gensnmptree is called from base and not / o [2004/08/20] ports/70683 ports-bugs [NEW PORT] x11-toolkits/p5-Gtk2-PodViewer o [2004/08/20] docs/70697 pcm(4) is out of date o [2004/08/20] kern/70708 [nfs] gcore/procfs not finding /proc/pid/ o [2004/08/20] misc/70715 Lack of year in dates in auth.log can cau o [2004/08/21] www/70751 www [PATCH] www/en/where.sgml update o [2004/08/21] bin/70756 [PATCH] indent mishandles code that is pr o [2004/08/21] ports/70775 ports-bugs New port: devel/simpletest o [2004/08/21] ports/70778 marcus New port: misc/gnome-osd, an On-Screen-Di o [2004/08/21] bin/70795 [PATCH] misc nanobsd fixes and improvemen o [2004/08/21] kern/70798 Compatibility: Sun/Solaris has an fcntl() o [2004/08/21] ports/70801 sergei [NEW PORT] mail/crm114-devel: An Markov b o [2004/08/21] ports/70802 knu portupgrade cannot find downloaded packag f [2004/08/22] ports/70808 ports-bugs Update port: x11/x3270 to version 3.3.2p1 o [2004/08/22] i386/70810 i386 [patch] Enable SMBus device on Asus P4B s o [2004/08/22] standards/70813standards [PATCH] ls not Posix compliant o [2004/08/22] ports/70816 ports-bugs New port: science/x11iraf f [2004/08/22] ports/70827 ports-bugs new port games/wanderer: Steve Shipway's o [2004/08/22] ports/70828 ports-bugs New port: misc/gkrellmlaunch2: GKrellM2 p o [2004/08/22] ports/70831 tobez make perl5.8 port SU_CMD aware o [2004/08/22] i386/70832 i386 Serious problems with RealTek NIC using r f [2004/08/22] kern/70835 sanpei QUIRK: [patch] scsi_da does not recognize o [2004/08/23] ports/70844 jedgar [ patch ] sysutils/roottail: update to 1. o [2004/08/23] ports/70845 ports-bugs [NEW PORT] devel/tkshape - A Tk library t o [2004/08/23] ports/70846 ports-bugs [NEW PORT] textproc/tkxmlive - Tcl/Tk XML o [2004/08/23] ports/70847 jesper [PATCH] net/p5-Net-SSH-Perl: fix dependen o [2004/08/23] kern/70852 sound [sound] via82xx PCM driver does not enabl f [2004/08/23] ports/70853 vs Update security/amap to 4.6 o [2004/08/23] ports/70855 ports-bugs [NEW PORT] graphics/long-exposure-tools: p [2004/08/23] docs/70856 keramida List of flags and their aliases in `man 1 o [2004/08/23] kern/70880 [nfs] 5.3 beta1 nfs problem f [2004/08/23] ports/70887 ports-bugs port graphics/evas should be moved/rename o [2004/08/23] ports/70888 markp Wrong URL of the 'cpuburn' port sources o [2004/08/24] ports/70900 edwin [patch] devel/sdl12 inconsistency between o [2004/08/24] kern/70904 darrenr ipfilter ipnat problem with h323 proxy su o [2004/08/24] docs/70916 doc msync.2 manpage update o [2004/08/25] i386/70926 i386 [boot] 5.3Beta-1 bootstrap error: "atapci p [2004/08/25] bin/70929 roam mpool(3): ignored function argument docum o [2004/08/25] ports/70940 demon [patch] port teTeX-base ignores WITHOUT_X o [2004/08/25] kern/70942 [usb] Genius Wireless USB mouse: moused d o [2004/08/25] docs/70943 doc remove -k from gdb.1 manual f [2004/08/26] ports/70963 ports-bugs MAINTAINER PORT UPDATE: news/nzbget to 0. o [2004/08/26] docs/70985 standards [patch] sh(1): incomplete documentation o o [2004/08/26] ports/70999 ports-bugs New port: graphics/evas1 Hardware acceler o [2004/08/26] misc/71005 [patch] bug in libsem o [2004/08/27] kern/71045 [dhcp] DHCP-Request is sets other device' o [2004/08/27] ports/71050 ports-bugs New port: security/gtkpasman passwords ma o [2004/08/28] ports/71064 maho /usr/ports/math/atlas-devel o [2004/08/28] ports/71074 ports-bugs [Maintainer Update] sysutils/kdar: Update o [2004/08/28] ports/71083 ports-bugs New Port x11-fonts/artwiz-aleczapka-de o [2004/08/28] ports/71084 ports-bugs New Port x11-fonts/artwiz-aleczapka-se - o [2004/08/29] bin/71098 CVS keywords are not expanded with CVS 1. o [2004/08/29] ports/71106 ports-bugs New port: sysutils/i855vidctl10 o [2004/08/30] ports/71132 wjv [UPGRADE] textproc/p5-XML-Node to 0.12 o [2004/08/30] kern/71142 [patch] add vesa [1024x768] mode support o [2004/08/30] docs/71153 simon Doc packages install in /local0 o [2004/08/31] kern/71184 andre tcp-sessions hangs on FIN_WAIT_2 state o [2004/08/31] ports/71199 ports-bugs [PATCH] updated port ecartis 20040426 o [2004/08/31] ports/71205 vs Dump9660 port no longer maintained and sh o [2004/08/31] gnu/71210 Update to GNU sdiff: add user-preference o [2004/09/01] ports/71214 kuriyama security/gnupg - add patch to support htt o [2004/09/01] kern/71219 /proc/*/map dont tell file offset o [2004/09/01] ports/71221 ports-bugs new port: science/buddy - A Binary Decisi o [2004/09/01] ports/71231 ports-bugs [NEW PORT] multimedia/xmms-skins o [2004/09/01] ports/71250 portmgr change-request: add CPPFLAGS for USE_GETO o [2004/09/01] conf/71254 ncurses: xterm vs. cons* termtypes or sc( o [2004/09/01] kern/71258 [patch] anonymous mmappings not always pa o [2004/09/02] ports/71271 ahze [MAINTAINER] split up math/fftw3 in to ma o [2004/09/02] ports/71272 ahze [PATCH] math/fftw - add slave port for Si o [2004/09/02] kern/71274 silby Frequent bind()/connect()'s assign same l o [2004/09/02] kern/71280 aue0 device (linksys usb100tx) doesn't wo p [2004/09/02] ports/71285 vs [PATCH] textproc/ocaml-yaxi: unbreak, it' o [2004/09/02] ports/71314 ports-bugs [feature request] Impossible to know whic o [2004/09/02] ports/71315 kuriyama really disable perl when WITHOUT_PERL is p [2004/09/02] kern/71317 sanpei [sound] [patch] Add nForce2 sound support o [2004/09/02] ports/71319 lioux [PATCH] multimedia/GTKsubtitler: update t o [2004/09/03] ports/71325 ahze [NEW PORT] math/ldouble: Long double math o [2004/09/03] ports/71326 ports-bugs New Port: net/shmux Shell multiplexer usi o [2004/09/03] kern/71334 [ PATCH ] mem_range_attr_{set|get} are no o [2004/09/03] ports/71345 ports-bugs [NEW PORT] dns/sqldjbdns: DJB dns server o [2004/09/03] ports/71350 ports-bugs [patch] databases/mysqlcc broken with mys o [2004/09/03] ports/71351 ports-bugs [PATCH] mail/cone: update to 0.62 o [2004/09/04] ports/71363 sergei [PATCH] devel/porttools: check extra dire o [2004/09/04] kern/71366 ipfw "ipfw fwd" sometimes rewrites destination o [2004/09/04] ports/71370 gioria ports update net/delegate to 8.9.5 o [2004/09/04] ports/71381 ports-bugs New port:: A tool that, installed on a ga o [2004/09/05] conf/71386 loader.conf: hint.apic.0.disabled="YES" d o [2004/09/05] ports/71389 ports-bugs Port update (pdftk) o [2004/09/05] ports/71390 portmgr change-request: add add-plist-perl in bsd o [2004/09/05] kern/71398 [patch] Intel PRO/Wireless 2100 (Centrino o [2004/09/06] conf/71415 [PATCH] /etc/rc.subr - devfs ruleset pars o [2004/09/06] kern/71416 [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71417 ports-bugs [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71422 rwatson LOR in sys/net/bpf f [2004/09/06] ports/71436 ports-bugs [ Update ] databases/myodbc to 3.51.09 o [2004/09/06] ports/71438 ports-bugs Update ports: misc/gman add dependency & o [2004/09/07] ports/71441 trevor [PATCH] security/md5crk: update to 1.0.7 p [2004/09/07] kern/71449 [patch] sys/compat/ndis Compilation warni o [2004/09/07] kern/71450 [if_de] MAC address change on 21040 "Tuli s [2004/09/07] ports/71451 hq [PATCH] editors/openoffice: Use bsd.java. o [2004/09/07] kern/71455 [usb] Slow USB umass performance of 5.3 o [2004/09/07] ports/71461 ports-bugs New port: net/vqcc-gtk LAN chat client co o [2004/09/07] ports/71462 ports-bugs New port: net/sixxs-aiccu ipv6 TIC+ tunne o [2004/09/07] kern/71474 route lookup does not skip interfaces mar o [2004/09/08] ports/71483 ports-bugs Update port: editors/wily add dependency o [2004/09/08] conf/71488 [patch] create spooldirs for lpd (in a di o [2004/09/08] ports/71489 ports-bugs [PATCH] www/slash: initial support for mo o [2004/09/08] www/71492 www (software submission) -> development o [2004/09/08] ports/71493 fenner [PATCH] textproc/idnits: update to 1.34 o [2004/09/08] ports/71498 tobez update port: databases/p5-GDBM: update an o [2004/09/08] ports/71504 ports-bugs Update security/clamav-devel to 20040908 o [2004/09/09] ports/71512 james vncserver problems on amd64 and x.org o [2004/09/09] bin/71513 [PATCH] allow -user/group +/-id construct o [2004/09/09] ports/71530 ports-bugs multimedia/mplayer compile bombs when ena o [2004/09/09] kern/71532 Multiple SCSI-Busses are seen differently o [2004/09/09] ports/71535 ports-bugs port sysutils/xbatt modification o [2004/09/09] ports/71536 emulation emulators/rtc: kernel msg "rtc: [number] o [2004/09/09] bin/71537 phk [geom] geom syntax error/misbehaviour s [2004/09/09] ports/71539 dougb mail/pine4 + LDAP does not link with LDAP p [2004/09/09] ports/71544 arved devel/tvision might need these extra patc o [2004/09/09] ports/71545 ports-bugs Update net/py-soappy to 0.11.5 o [2004/09/10] ports/71546 ale introduce MASTER_SITE_MYSQL s [2004/09/10] ports/71548 ports-bugs nvnet is out of date o [2004/09/10] conf/71549 /etc/termcap missing passthrough printing o [2004/09/10] ports/71550 ports-bugs New port: devel/plan9port port of Plan9 s o [2004/09/10] ports/71552 ports-bugs [NEW PORT] graphics/linux-sdl_image: A si o [2004/09/10] ports/71554 ports-bugs [NEW PORT] japanese/ja-sfa: A CRPG game f o [2004/09/10] docs/71555 doc how to run matlab on 5.2 f [2004/09/10] ports/71556 thierry Update port: www/pear-HTTP to 1.3.2 o [2004/09/10] ports/71557 ports-bugs [PATCH] x11-wm/pekwm: Update to 20040828 o [2004/09/10] ports/71572 ports-bugs [PATCH] devel/p5-PPerl: take maintainersh f [2004/09/11] bin/71580 Sendmail is built and installed on a buil o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/11] ports/71591 markp audio/funktrackergold segfaults o [2004/09/11] ports/71596 portmgr ONLY_FOR_ARCHS broken if ECHO_MSG == prin f [2004/09/11] ports/71604 ports-bugs Update port: net/qadsl Update to 1.3.3 o [2004/09/11] kern/71605 [patch] umass doesn't recognize multiple o [2004/09/11] kern/71608 XIRCOM REM56-100 Ethernet 10/100 can't co o [2004/09/12] bin/71613 [PATCH] cleanup of the usr.sbin/tracerout o [2004/09/12] bin/71614 [PATCH] cleanup of the usr.sbin/ugidfw co o [2004/09/12] bin/71615 [PATCH] cleanup of the usr.sbin/usbd code o [2004/09/12] bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb c o [2004/09/12] bin/71617 [PATCH] cleanup of the usr.sbin/ypserv co o [2004/09/12] bin/71618 [PATCH] cleanup of the usr.sbin/timed cod o [2004/09/12] bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump c o [2004/09/12] bin/71620 [PATCH] cleanup of the usr.sbin/sysinstal o [2004/09/12] bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin o [2004/09/12] bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol o [2004/09/12] bin/71623 [PATCH] cleanup of the usr.sbin/pcvt code o [2004/09/12] bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd co o [2004/09/12] bin/71625 [PATCH] cleanup of the usr.sbin/rpc.ypupd o [2004/09/12] bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd o [2004/09/12] bin/71627 [PATCH] cleanup of the usr.sbin/rpc.lockd o [2004/09/12] bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind c o [2004/09/12] bin/71629 [PATCH] cleanup of the usr.sbin/pppstats o [2004/09/12] bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o [2004/09/12] bin/71631 [PATCH] cleanup of the usr.sbin/pppctl co o [2004/09/12] bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o [2004/09/12] bin/71633 [PATCH] cleanup of the usr.sbin/mrouted c s [2004/09/12] ports/71636 ports-bugs x11-toolkits/libjtoolbar - JToolBar_sourc o [2004/09/12] kern/71639 bge driver got problem with 5.3-BETA4 o [2004/09/12] ports/71643 ports-bugs ports/mail/py-mimelib is retired o [2004/09/12] bin/71653 [PATCH] usr.sbin/asf may use uninialised o [2004/09/12] bin/71659 [PATCH] cleanup of the usr.sbin/mount_por o [2004/09/12] bin/71660 [PATCH] cleanup of the usr.sbin/kgmon cod o [2004/09/12] bin/71661 [PATCH] cleanup of the usr.sbin/keyserv c o [2004/09/12] bin/71663 [PATCH] cleanup of the usr.sbin/i4b code o [2004/09/12] bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol o [2004/09/12] bin/71665 [PATCH] cleanup of the usr.sbin/dconschat o [2004/09/12] bin/71666 [PATCH] cleanup of the usr.sbin/btxld cod o [2004/09/12] bin/71667 [PATCH] cleanup of the usr.sbin/bootparam o [2004/09/12] bin/71669 [PATCH] cleanup of the usr.sbin/atm code o [2004/09/12] bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o [2004/09/12] bin/71672 [PATCH] cleanup of the usr.sbin/acpi code o [2004/09/12] ports/71673 ports-bugs new port: lang/munger o [2004/09/12] amd64/71674 amd64 static libraries cannot be linked when bu o [2004/09/12] kern/71683 [nis] NIS/NFS problem [4.8] o [2004/09/12] ports/71685 ports-bugs New release of mail/dcc-dccd o [2004/09/13] docs/71690 inaccurate information in systat(1) manpa o [2004/09/13] ports/71693 ports-bugs [NEW PORT] x11-clocks/9clock: This is a s o [2004/09/13] www/71701 josef Request to add a new vendor to FreeBSD co s [2004/09/13] ports/71702 ports-bugs update octave forge o [2004/09/13] ports/71706 lioux Update of net/linux-edonkey-core o [2004/09/13] kern/71708 [PATCH] MAKEDEV create n+1 bpf devices o [2004/09/13] kern/71711 [PATCH] generate a single bpf timestamp f o [2004/09/14] ports/71724 x11 x11/XFree86-4-clients: luit does not reco p [2004/09/14] kern/71726 sanpei [sound] [patch] nForce3 250(CK8S) audio s p [2004/09/14] docs/71730 trhodes [patch] fsinfo(8) man page missing inform o [2004/09/14] docs/71735 doc Update Road Map for 5-STABLE: ia64 and sc o [2004/09/14] docs/71737 doc [PATCH] FAQ update: Binary drivers from N o [2004/09/14] docs/71739 doc amd.8 points to old web-page p [2004/09/14] bin/71743 das [patch] off-by-one error in mkdir o [2004/09/15] bin/71748 [patch] make vidcontrol accept mode names o [2004/09/15] bin/71749 [PATCH] truss -f causes circular wait whe o [2004/09/15] ports/71751 lioux [PATCH] multimedia/mjpegtools: [Remove un o [2004/09/15] amd64/71753 amd64 DRI loads but fails to render on Radeon 9 o [2004/09/15] ports/71754 ale php4 modules do not include functions whi f [2004/09/15] conf/71757 brooks no /etc/rc.d/diskless script in FreeBSD 5 o [2004/09/15] ports/71759 ports-bugs [NEW PORT] graphics/py-pydot: A Python in o [2004/09/15] ports/71762 pat update of games/hlserver-flf o [2004/09/15] ports/71764 ports-bugs Installation of audio/jamboree fails sinc o [2004/09/15] conf/71767 [patch] French translations for keyboards s [2004/09/15] bin/71773 des [patch] genericize.pl -c misses some comm o [2004/09/15] kern/71774 NTFS cannot "see" files on a WinXP filesy o [2004/09/16] docs/71782 doc mount_nfs man page is a bit out of date o [2004/09/16] ports/71784 ports-bugs minor update to devel/tnt o [2004/09/16] ports/71789 ports-bugs net/gtk-gnutella: WITHOUT_ICU knob doesn' o [2004/09/16] ports/71790 ports-bugs devel/icu2: add koi8-u converter to stand o [2004/09/16] bin/71801 [patch] Add ncurses utility programs: inf o [2004/09/16] ports/71802 ports-bugs [UPDATE/PATCH] x11-themes/gtk-qt-engine: o [2004/09/17] kern/71809 wifi hostap mode speed problem [6-CURRENT o [2004/09/17] ports/71811 ports-bugs [maintainer] update CUPS 1.1.20 -> 1.1.21 o [2004/09/17] kern/71813 I get a geometry error on my wd 200gb hd o [2004/09/17] ports/71815 ports-bugs New port: x11/xbelld f [2004/09/17] kern/71818 sanpei QUIRK: support for DMR1000 USP flash pen/ o [2004/09/17] ports/71819 sergei [NEW PORT] dns/dnsdoctor: Perform consist o [2004/09/17] ports/71821 ports-bugs [NEW PORT] net/bindtest: Test bind() sema o [2004/09/17] ports/71832 ports-bugs Default Valgrind suppresion files for dif o [2004/09/17] kern/71833 multiple process disc access / injustice o [2004/09/17] ports/71835 ports-bugs New port: www/linux-firefox (replaces www o [2004/09/18] ports/71846 ports-bugs New port: graphics/libpano12 - program to o [2004/09/18] ports/71847 ports-bugs New port: graphics/vigra - another progra o [2004/09/18] ports/71848 ports-bugs New port: graphics/linux-panorama-tools - o [2004/09/18] ports/71849 ports-bugs New port: graphics/hugin - a gui system t s [2004/09/18] bin/71855 [patch] making kdump WARNS=6 clean o [2004/09/18] ports/71857 kwm Update to include the Canon Powershot A85 o [2004/09/18] docs/71862 doc [PATCH] FAQ update: Use entity &xorg; ins f [2004/09/18] ports/71866 ports-bugs [maintainer update] Update ports: www/sim o [2004/09/18] ports/71883 cjh Update port: print/cjk-lyx o [2004/09/18] ports/71892 ports-bugs New port: security/sud Daemon used to exe s [2004/09/19] ports/71903 x11 [PATCH] devel/imake: fix PLIST for MKHTML o [2004/09/19] ports/71905 ports-bugs new port: Irrlicht, a real time 3d engine o [2004/09/19] ports/71906 ports-bugs Update port: comms/xastir f [2004/09/19] ports/71911 hq UPGRADE for limewire 4.0.8 o [2004/09/19] ports/71912 ports-bugs [NEW PORT]: mail/postfix-gps o [2004/09/20] kern/71923 [patch] ISDN-4-BSD software does not reco o [2004/09/20] i386/71924 i386 timeouts with ata+hpt366 controller on BE f [2004/09/20] ports/71926 glewis [patch]Add linux-sun-jdk15 into bsd.java. o [2004/09/20] bin/71928 Disk quota doesn't work with numeric logi o [2004/09/20] ports/71932 ports-bugs New port: devel/pear-Console_Getargs PEAR o [2004/09/20] ports/71936 ports-bugs New port: devel/pear-PHP_Compat Provides o [2004/09/20] ports/71940 ports-bugs [PORT UPGRADE] devel/cocktail corrected f o [2004/09/20] docs/71946 doc [PATCH] Reference X.org instead of XFree8 o [2004/09/20] conf/71952 missing past participles in /usr/share/di o [2004/09/21] ports/71953 ports-bugs New port: x11-themes/kde-splash-freebsd: o [2004/09/21] www/71955 josef New consultant for www.freebsd.org/commer o [2004/09/21] ports/71957 ports-bugs [MAINTAINER-UPDATE] Update ports/lang/stk o [2004/09/21] ports/71964 ports-bugs [MAINTAINER-UPDATE] Update ports/www/xist o [2004/09/21] kern/71965 andre TCP MSS issue in combination with ipfw fw o [2004/09/21] threads/71966threads Mlnet Core Dumped : Fatal error '_pq_inse o [2004/09/21] misc/71972 "make buildkernel" fails when "options RE o [2004/09/21] ports/71979 ports-bugs [new port] multimedia/bmp-extra-plugins o [2004/09/21] docs/71980 doc Handbook says that no other software is k o [2004/09/21] ports/71982 max [PATCH] lang/swi-pl: unbreak o [2004/09/22] ports/71990 ports-bugs [MAINTAINER UPDATE]: Update graphics/linu o [2004/09/22] ports/71992 ports-bugs New port: graphics/enblend - Image Blendi o [2004/09/22] ports/71993 olgeni x11/eterm: md5 hash for Eterm-0.9.2.tar.g o [2004/09/22] conf/71994 [patch] Login shell may unnecessarily pri o [2004/09/22] ports/71996 ports-bugs graphics/gimageview is not BROKEN under 6 o [2004/09/22] ports/71997 ports-bugs New port:math/webwork used to create prob o [2004/09/22] ports/72001 ports-bugs [UPDATE] port www/phpgedview to ver.3.1 o [2004/09/22] standards/72006standards floating point formating in non-C locales o [2004/09/22] kern/72010 scsi [patch] mt -f /dev/rsa0.ctl comp off, or o [2004/09/22] ports/72016 ports-bugs Setiathome doesn't run on my second proce o [2004/09/23] docs/72018 delphij Add example of how to use cvs over ssh p [2004/09/23] docs/72020 brooks i386 boot(8) references obsolete disklabe o [2004/09/23] alpha/72024 alpha LONG_MIN / 1 sends a "Floating exception" o [2004/09/23] ports/72029 edwin Update of cgoban2 port o [2004/09/23] ports/72033 steve [PATCH] devel/pmake: unbreak on 5.x o [2004/09/23] misc/72040 Missing packages on 5.3-BETA5. o [2004/09/24] ports/72051 ports-bugs [NEW PORT] New port security/drweb2 ( drw o [2004/09/24] ports/72052 ports-bugs [NEW PORT] security/drweb2-postfix ( 4.32 o [2004/09/24] ports/72054 ports-bugs New port: textproc/py-rss2gen: python rss o [2004/09/24] ports/72055 ports-bugs New port: lang/see Simple ECMAScript Engi o [2004/09/24] docs/72058 ceri Note that Apache 2.x contains SSL by defa o [2004/09/24] ports/72061 ports-bugs [New Port] SimpleTest 1.0RC1, PHP unit te f [2004/09/24] ports/72063 x11 Xorg-6.7.0 and Matrox mystique card o [2004/09/24] ports/72067 obrien [PATCH] editors/vim: i18n and extra suppo o [2004/09/25] conf/72076 [patch] German locales use old %d.%m.%y d a [2004/09/25] docs/72080 ceri Updates to FAQ chapter 6 a [2004/09/25] docs/72081 ceri Updates to FAQ chapter 7 o [2004/09/25] ports/72084 perky [patch] German locales use old %d.%m.%y d o [2004/09/25] ports/72091 sergei [NEW PORT] sysutils/dvdbackup: Backup con o [2004/09/26] ports/72094 ports-bugs Update of biology/nab by maintainer o [2004/09/26] ports/72095 ale Update mysql40-server (add dependency p5- o [2004/09/26] ports/72100 ports-bugs [Maintainer fix] comms/hylafax 4.2.0 o [2004/09/26] ports/72101 ports-bugs sysutils/fvcool -- update to 1.0.4, take o [2004/09/26] ports/72113 green New port: misc/XScreenSaver.app: WindowMa o [2004/09/26] ports/72114 ade [PATCH] libtool15 chokes on gcc34 on 4-ST o [2004/09/27] ports/72120 green Update port: databases/sqlite3 to version o [2004/09/27] bin/72124 [patch] rm -P can't unlink u-w files o [2004/09/27] ports/72129 green repo-copy ports/databases/sqlite to sqlit o [2004/09/27] conf/72135 [patch] ipsec belongs to /etc/rc.d/NETWOR o [2004/09/28] ports/72144 ports-bugs patch to www/http_get adds forced host ad o [2004/09/28] ports/72146 ports-bugs [maintainer-update] Update port: sysutils f [2004/09/28] ports/72153 ports-bugs [patch] Update devel/py-sip to 4.1.1 and f [2004/09/28] ports/72154 ports-bugs [patch] Update x11-toolkits/py-qt to 3.13 o [2004/09/28] ports/72156 ports-bugs [patch] Update x11-toolkits/py-kde to 3.1 o [2004/09/29] ports/72162 ports-bugs mplayer port annoying behaviour o [2004/09/29] ports/72167 ports-bugs New port: lang/xharbour An extended xBase o [2004/09/29] ports/72168 ports-bugs [MAINTAINER] net-mgmt/nrg: [Fixes some is o [2004/09/29] ports/72170 ports-bugs [PATCH] www/mozilla-bonobo - build also w o [2004/09/29] ports/72171 sergei [NEW PORT] net-mgmt/nfdump: Tools to coll o [2004/09/29] bin/72173 csplit(1) ver 1.9 wrong behaviour with ne f [2004/09/29] ports/72176 ahze [PATCH] audio/xmms-faad2: [Link to libfaa o [2004/09/29] ports/72178 ports-bugs [MAINTAINER UPDATE] port finance/kmymoney o [2004/09/29] i386/72179 i386 Inconsistent apm(8) output regarding the o [2004/09/29] ports/72182 portmgr fix bsd.port.mk for different semantics o o [2004/09/29] ports/72184 ports-bugs New port: editors/freemind: Mind-mapping o [2004/09/29] ports/72187 knu unbreak devel/swig13 on sparc64 o [2004/09/30] ports/72190 clsung [NEW PORT] textproc/p5-Text-NSP: Perl5 mo f [2004/09/30] bin/72193 pjd sysinstall crash with geom_raid3.ko o [2004/09/30] kern/72194 stack backtrace after wakeup from sleepin o [2004/09/30] ports/72202 eik portaudit warns about the CVS server vuln o [2004/09/30] ports/72204 ahze [NEW PORT] multimedia/mpeg4ip-libmp4v2: M o [2004/09/30] ports/72205 edwin [MAINTAINER] audio/faad2: Patch for new m o [2004/09/30] ports/72206 lioux [PATCH] multimedia/mpeg4ip: update to 1.1 f [2004/09/30] ports/72207 edwin [NEW PORT] audio/mpeg4ip-faad2: Faad plug o [2004/09/30] amd64/72213 amd64 No vesa device o [2004/09/30] kern/72217 [patch] Bug in calculation of the paramet o [2004/09/30] kern/72218 sound [sound] audio recording broken with emu10 o [2004/09/30] conf/72219 Sysinstall doesn't enable 3rd party MTA i o [2004/10/01] kern/72221 sound [sound] emu10k1 stereo channels are rever o [2004/10/01] kern/72224 umass devices not working under X [drm-re o [2004/10/01] kern/72225 [PATCH] [pc98] fix BIOS default geometry o [2004/10/01] kern/72226 [PATCH] [pc98] Support new serial cards. o [2004/10/01] ports/72227 ports-bugs [NEW PORT] database/oracle-instantclient- o [2004/10/01] bin/72232 qa [sysinstall] Installer installs gui-enabl o [2004/10/01] kern/72238 rwatson [patch] mac_seeotheruids restricts root o [2004/10/01] ports/72240 ache mail/popper fails to install o [2004/10/02] bin/72243 ru catman not creating cat pages for machine o [2004/10/02] ports/72245 pav [MAINTAINER] palm/synce-libsynce: update f [2004/10/02] ports/72246 pav [MAINTAINER] palm/synce-librapi2: update o [2004/10/02] ports/72247 pav [MAINTAINER] palm/synce-serial: update to o [2004/10/02] ports/72248 pav [MAINTAINER] palm/synce-dccm: update to 0 o [2004/10/02] ports/72249 ports-bugs [MAINTAINER] palm/synce-gnomevfs: update o [2004/10/02] ports/72250 ports-bugs [MAINTAINER] palm/synce-rra: update to 0. o [2004/10/02] ports/72251 ports-bugs [MAINTAINER] palm/synce-trayicon: update o [2004/10/02] ports/72255 ports-bugs new port sysutils/libgksu1.2: Library pro o [2004/10/02] ports/72256 ports-bugs New port: sysutils/libgksuui1.0 A graphic o [2004/10/02] ports/72257 ports-bugs New port: sysutils/libgksu1.2 Library pro o [2004/10/02] ports/72258 ports-bugs New port: sysutils/gksu Graphical fronten o [2004/10/02] ports/72260 ports-bugs New port: irc/xchat-ecl-plugin A plugin t o [2004/10/02] ports/72261 maho math/blacs: fix build after changes to ma o [2004/10/02] kern/72263 gifconfig output corruption o [2004/10/02] ports/72264 ports-bugs Port fix: x11-toolkits/wmapp o [2004/10/03] ia64/72268 ia64 unaligned stfe not handled o [2004/10/03] bin/72269 qa [sysinstall] sysinstall configures incorr o [2004/10/03] ports/72271 pav [NEW PORT] palm/synce-multisync_plugin: S f [2004/10/03] kern/72273 Problem with pppoe dialup [5.3-BETA6] o [2004/10/03] conf/72277 [patch] update for /usr/share/skel o [2004/10/03] ports/72284 dougb bind9-9.3.0 dig command loops with +nssea o [2004/10/03] kern/72286 mlaier altq queueing in combination with bfe(4) o [2004/10/03] ports/72288 ports-bugs [UPDATE] www/clearsilver to 0.9.12 o [2004/10/04] ports/72292 ports-bugs ports/security/smtpscan install error wit o [2004/10/04] kern/72293 de(4) NIC performance degradation with de o [2004/10/04] ports/72294 ports-bugs Update port: textproc/py-feedparser updat o [2004/10/04] ports/72298 anders thttpd update (move to rc_subr) o [2004/10/04] ports/72306 ports-bugs New port: devel/p5-Test-LectroTest -- spe o [2004/10/04] ports/72313 krion Update port: audio/mp3stat to 2.6.01 o [2004/10/04] ports/72336 sergei update mail/maildrop o [2004/10/04] ports/72337 ports-bugs New port: security/idea (A command line i o [2004/10/04] ports/72339 marius security/ssh2 port startup script needs t p [2004/10/05] i386/72340 des [PATCH] add Pentium M, P3 M, P4 M support o [2004/10/05] ports/72341 ports-bugs New port: misc/gnome-screen-ruler, a cust o [2004/10/05] kern/72344 [patch] QUIRK: Dane-Elec zMate 512 MB USB o [2004/10/05] ports/72345 ports-bugs Maintainer update: net-mgmt/rancid to ver o [2004/10/05] ports/72348 ports-bugs mbmon man page is not installed by xmbmon o [2004/10/05] kern/72352 [PATCH] Support for VScom PCI-100L is mis o [2004/10/05] ports/72354 ports-bugs [PATCH] textproc/xml2rfc: update to 1.26 o [2004/10/05] bin/72355 Can't run "strings" on a (disk) device, e o [2004/10/05] bin/72357 [patch] WARNS?=5 cleanup for src/tools/to o [2004/10/05] ports/72358 ports-bugs New Port: devel/p5-Decision-ACL - Manage o [2004/10/05] ports/72367 ports-bugs New port: net/c3270 - to replace net/tn32 o [2004/10/05] ports/72368 clement apache2 /usr/local/share/doc/apache2/inde o [2004/10/06] ports/72373 knu portupgrade/pkg_info falsely complains it o [2004/10/06] docs/72375 doc prototype error in signal(3) o [2004/10/06] i386/72380 i386 USB does not work [dual Celeron Abit] o [2004/10/06] bin/72381 [patch] ifconfig lladdr does not set inte o [2004/10/06] docs/72383 doc manpage for awk(1) is terribly small and o [2004/10/06] kern/72385 des memory leak in libfetch o [2004/10/06] ports/72391 ahze [NEW PORT] graphics/cairo: Cairo is a vec o [2004/10/06] ports/72392 ahze [NEW PORT] graphics/gtkcairo: Gtk+ Bindin o [2004/10/06] kern/72393 [patch] missing break after case AF_INET6 o [2004/10/06] ports/72398 jmz emulators/mtools man pages are too funky o [2004/10/06] ports/72407 ahze [NEW PORT] graphics/libsvg-cairo: SVG ren o [2004/10/07] ports/72417 sobomax [patch] enable options for net/ser o [2004/10/07] ports/72421 ports-bugs new port: py-Levenshtein o [2004/10/07] ports/72422 ports-bugs biology/paml update to 3.14 o [2004/10/07] kern/72433 [patch] AMR raid, amrreg.h struct amr_enq o [2004/10/07] docs/72434 doc doc/share/examples/vim/accents2sgml.pl fi o [2004/10/07] docs/72435 doc doc/share/examples/vim/sgml2accents.pl fi o [2004/10/08] kern/72440 [patch] Not increment ifp->if_snd.ifq_dro o [2004/10/08] ports/72443 kuriyama [PATCH] upgrade graphics/flasm to version f [2004/10/08] ports/72447 ports-bugs [PATCH] textproc/webcpp: USE_GCC only for o [2004/10/08] ports/72453 ports-bugs [ Update ] databases/mysql++ to 1.7.17 o [2004/10/09] docs/72462 doc [PATCH] A few minor corrections to the hu o [2004/10/09] conf/72465 [patch] United States International keybo o [2004/10/09] kern/72468 OS does not know how to handle broadcast. o [2004/10/10] ports/72472 fjoe Update archivers/upx o [2004/10/10] ports/72481 petef old port mail/slrn - new version availabl f [2004/10/10] bin/72485 eik pkg_add -r unnecessarily downloads packag o [2004/10/10] ports/72486 ports-bugs science/py-scipy will not build on 4.10 o [2004/10/10] amd64/72493 amd64 CD-Image of amd64-5.3-BETA6 missing files o [2004/10/11] kern/72498 Libc timestamp code on jailed SMP machine o [2004/10/11] bin/72501 cperciva script(1) loops after EOF is read o [2004/10/11] kern/72502 [patch] TCP should honour incoming RSTs e o [2004/10/11] ports/72503 ports-bugs Update: japanese/mplusfonts o [2004/10/11] conf/72505 brian [patch] Fix rc.d/ppp-user to make use of o [2004/10/11] ports/72507 ports-bugs ports/www/plugger: wrong configuration fi o [2004/10/11] ports/72510 ports-bugs security/drweb up to 4.32.1 o [2004/10/11] ports/72511 ports-bugs security/drweb-sendmail up to 4.32 o [2004/10/11] ports/72512 trevor mbrolavox port missing checksum o [2004/10/11] amd64/72517 amd64 Minor Bug in /etc/login.access o [2004/10/11] ports/72520 obrien asr-utils not working in 5.3BETA7 with Ad o [2004/10/11] ports/72542 ports-bugs [PATCH] update sysutils/k3b to 0.11.17 o [2004/10/11] ports/72543 sergei New port net-mgmt/tcptrack - A packetsnif o [2004/10/11] docs/72545 doc [patch] [handbook] Update in Wireless Net o [2004/10/11] ports/72547 ports-bugs [PATCH] www/twiki: update to 20040901 o [2004/10/11] bin/72549 kientzle Use bsdtar for /rescue instead of GNU o [2004/10/12] ports/72550 ports-bugs [NEW PORT] mail/itraxp: Advanced perl sup o [2004/10/12] ports/72558 kde [PATCH] net/kdenetwork: [dont use bash on o [2004/10/12] ports/72559 lioux [PATCH] multimedia/mjpegtools: [add jpeg- o [2004/10/12] kern/72560 [patch] small cleanup of SCHED_ULE o [2004/10/12] kern/72585 [patch] [syscons] iso05-8x16.fnt lacks le o [2004/10/12] bin/72588 [patch] iostat tty stats field concatenat o [2004/10/13] ports/72634 dinoex port gnustep-base runs gdomap with UID=42 o [2004/10/13] kern/72639 5.3-BETA7 kernel config option ALT_BREAK_ o [2004/10/13] ports/72646 seanc [PATCH] devel/bison: minor fixes p [2004/10/13] bin/72649 yar ftpd process can hang with high cpu load f [2004/10/13] ports/72652 pav [PATCH] editors/jed: Fix a bug - lost set o [2004/10/13] kern/72659 [patch] little bug in sched_ule interract o [2004/10/14] ports/72673 clsung [PATCH] textproc/p5-Text-Tabs+Wrap: [SUMM o [2004/10/14] bin/72674 [patch] make /usr/bin/whois use SK-NIC's o [2004/10/14] bin/72676 telnet client crashes regularly on 4.10-S p [2004/10/14] bin/72687 yar [PATCH] ftpd(8) logs to /var/log/ftpd inc a [2004/10/14] ports/72692 kde [PATCH] devel/doxygen: update to 1.3.9.1 o [2004/10/14] ports/72693 ports-bugs port of ddd 3.1.9 current fails for build o [2004/10/14] ports/72695 ports-bugs recent port of www/p5-Apache-AuthCookie d o [2004/10/14] ports/72700 ports-bugs New port: devel/cl-uffi Universal Foreign o [2004/10/14] ports/72701 ports-bugs New port: devel/cl-uffi-cmucl Universal F o [2004/10/14] ports/72702 ports-bugs New port: devel/cl-uffi-cmucl Universal F o [2004/10/14] ports/72704 jeh misc/amanda-server: chg-disk script error o [2004/10/14] ports/72706 ports-bugs [NEW PORT] devel/p5-List-Ground-1.3 o [2004/10/14] ports/72717 edwin Please update net/freenet6 tspc client to o [2004/10/15] ports/72719 edwin Maintainer update to net/xbone p [2004/10/15] ports/72723 gnome [PATCH] Allow x11/gnomepanel to represent f [2004/10/15] ports/72726 pav update biology/ncbi-toolkit to 2004.06.16 o [2004/10/15] ports/72727 ports-bugs [MAINTAINER] www/W3C-LogValidator: update o [2004/10/15] kern/72728 [patch] keyboard debug and reboot qualifi f [2004/10/15] ports/72730 ports-bugs Update devel/esvn to 0.6.3 o [2004/10/15] sparc64/72731sparc64 sparc64, 5.3-BETA7, "host" command doesn' o [2004/10/15] kern/72732 Kyocera 7135 quirk. o [2004/10/15] kern/72733 Kyocera 7135 Palm OS connection problem. o [2004/10/15] ports/72737 ports-bugs [ new port ] graphics/bmp-rootvis: BMP pl o [2004/10/15] misc/72741 qa ssh broken on fixit cd (missing /dev/rand o [2004/10/15] ports/72742 lioux [PATCH] multimedia/libmovtar: add jpeg-mm o [2004/10/15] ports/72746 ports-bugs [patch] updating www/dpsearch port to lat o [2004/10/16] ports/72752 ports-bugs new port: security/unicornscan o [2004/10/16] kern/72753 [Patch] buildkernel faild while defined E o [2004/10/16] ports/72758 ports-bugs New port: latex-schedule o [2004/10/16] ports/72759 ports-bugs Portsentry doesn't install sample startup o [2004/10/16] ports/72760 seanc [patch] shells/tcshrc update to 1.6.0 o [2004/10/16] ports/72767 fjoe Update of port: net/tinyfugue to 5.0b6, r o [2004/10/16] ports/72770 lth MAINTAINER UPDATE: devel/p5-Module-Plugga f [2004/10/17] ports/72774 pav Update mail/postfix to support libspf2+tl o [2004/10/17] ports/72779 kuriyama update ports: net-mgmt/net-snmp o [2004/10/17] ports/72780 lioux upgrade and fix x11-themes/kde-icons-spar o [2004/10/17] kern/72783 darrenr ipfilter will not compile with LARGE_NAT o [2004/10/17] ports/72785 ports-bugs [Maintainer Update] comms/xlog to v 0.9.9 o [2004/10/17] bin/72787 gtar in base system doesn't seem to honor o [2004/10/17] ports/72789 ports-bugs Update port: databases/pecl-memcache o [2004/10/17] kern/72793 [patch] wicontrol prints out non-printabl o [2004/10/17] ports/72794 hq Update port: java/poseidon o [2004/10/17] ports/72796 ports-bugs Update port: devel/zendstudio o [2004/10/17] ports/72798 ports-bugs New port: x11-toolkits/ocaml-lablgtk2, OC o [2004/10/18] ports/72800 ports-bugs Update: deskutils/ksmoothdock p [2004/10/18] docs/72801 keramida [patch] Tiny typo in tinderbox man page o [2004/10/18] ports/72804 ahze [MAINTAINER] graphics/lphoto: update to 1 o [2004/10/18] ports/72806 ports-bugs New port: deskutils/freemind - Freemind i o [2004/10/18] kern/72814 libpcap opens bpf as O_RDONLY - doesn't w o [2004/10/18] ports/72815 ports-bugs Segmentation fault /usr/ports/security/cl o [2004/10/18] ports/72836 ports-bugs [MAINTAINER] french/geonext: update to 1. o [2004/10/18] ports/72837 ports-bugs [MAINTAINER] german/geonext: [SUMMARIZE C f [2004/10/18] ports/72841 kwm [PATCH] multimedia/totem: update to 0.99. o [2004/10/18] ports/72842 sergei new port: security/sks (OpenPGP keyserver o [2004/10/18] ports/72849 lth ports/audo/daapd fails to build on 6-curr o [2004/10/19] ports/72865 emulation emulators/vmware3 crashes on 5.3-STABLE o [2004/10/19] ports/72867 ports-bugs [PATCH] unsecure smbldap-passwd from net/ f [2004/10/19] ports/72874 sergei [patch] update polish/libtlen to 20040912 o [2004/10/19] bin/72875 des Some utilities used in debugging do not f o [2004/10/19] ports/72877 danfe [PATCH] x11/nvidia-driver: Add link to li o [2004/10/19] ports/72880 ports-bugs New port: sysutils/modules Dynamic modifi o [2004/10/19] bin/72881 yppush pushes map to local server f [2004/10/19] ports/72883 hq Update Port: java/jsdk - Clarified the in o [2004/10/19] ports/72885 ports-bugs Update port: sysutils/logrotate o [2004/10/19] i386/72887 sound [sound] emu10k1: sound lag o [2004/10/19] ports/72892 ports-bugs [maintainer update] x11/fbpanel 3.8 -> 3. o [2004/10/19] ports/72898 sergei New port: security/dnshijacker, a tool to o [2004/10/20] ports/72899 ports-bugs security/oinkmaster: update to 1.1 f [2004/10/20] ports/72900 ports-bugs Upgrade java/jboss3 port to jboss4 o [2004/10/20] conf/72901 [PATCH]: Prevent printing when doing an s o [2004/10/20] ports/72903 ports-bugs [maintainer update]www/quixote: upgrade t o [2004/10/20] conf/72910 [patch] /etc/rc.d/sendmail does not corre p [2004/10/20] docs/72912 simon speling mistake in ntpdate docs o [2004/10/20] bin/72915 [cron] Cron will not send emails via Exim o [2004/10/20] ports/72916 ports-bugs textproc/xerces-c: fix PTHREAD_* handling o [2004/10/20] docs/72917 doc releng/article.html slightly outdated o [2004/10/20] ports/72918 green databases/sqlite3 does not link with tcl8 o [2004/10/20] kern/72920 linux emulation : path "prefixing" is not o [2004/10/20] ports/72921 ports-bugs MAINTAINER-UPDATE: Upgrade www/bricolage o [2004/10/20] docs/72925 doc Developer's Handbook Ch. 11: replace gdb o [2004/10/20] ports/72928 ports-bugs New port: x11/hot-babe: Unusual system lo o [2004/10/20] ports/72930 ports-bugs [MAINTAINER] multimedia/ldvd9to5: wrong p o [2004/10/20] kern/72933 [patch] promisc mode on vlan interface do o [2004/10/20] ports/72938 ports-bugs Work-around for palm/pose BROKENess o [2004/10/20] ports/72939 ports-bugs [MAINTAINER] net/btqueue: update to 0.0.1 o [2004/10/20] ports/72941 ports-bugs [Port Update]:: www/drupal 4.4.2 -> 4.5.0 o [2004/10/21] ports/72946 ports-bugs [Port Update]:: net/vnc2swf 0.3 -> 0.4.1 o [2004/10/21] ports/72948 ports-bugs New Port: textproc/treetagger o [2004/10/21] ports/72949 ports-bugs Maintainer update of cad/iverilog to 0.8 o [2004/10/21] ports/72955 ports-bugs New port: devel/opencxx Metaobject protoc o [2004/10/21] ports/72956 ports-bugs x11/dgs incorrectly marked as IGNORE o [2004/10/21] conf/72964 [patch] rc.d script needed to create wire o [2004/10/21] ports/72967 ports-bugs update databases/slony1 to latest o [2004/10/21] ports/72968 ports-bugs Broken network support in x{mame,mess} pa o [2004/10/21] conf/72978 [patch] add danish syscons keymap with ac o [2004/10/21] ports/72980 ports-bugs [BROKEN]: games/stratagus package broken f [2004/10/21] ports/72982 pav [Port Update]:: comms/hamlib 1.2.0 -> 1.2 o [2004/10/21] ports/72983 ports-bugs [patch] update polish/gnugadu2 from 2.0.3 o [2004/10/21] docs/72985 doc `grep` man page typo/error for --line-buf o [2004/10/22] kern/72987 ipfw/dummynet pipe/queue 'queue [BYTES]KB o [2004/10/22] ports/72988 ports-bugs [New Port] www/p5-WWW-SourceForge Retriev o [2004/10/22] kern/72995 sound [sound] Intel ICH2 (82801BA) - sound near o [2004/10/22] kern/72997 [if_sk] Network performance down [6-CURRE o [2004/10/22] sparc64/72998sparc64 [patch] set_mcontext() change syscalls pa o [2004/10/22] ports/73001 sergei [PATCH] mail/qmail-scanner: Fix spamd/spa o [2004/10/22] ports/73003 ports-bugs Update Port: lang/squeak - fix build with o [2004/10/22] conf/73008 [patch] `fsck -y' tortures clean disks ne o [2004/10/22] ports/73009 x11 5.3-RC1 ports refer to XF86Config - shoul o [2004/10/22] ports/73013 ports-bugs New Port: net/coccinella jabber client o [2004/10/22] ports/73014 ports-bugs Update port: deskutils/ganttproject to 1. o [2004/10/22] ports/73015 lev devel/subversion dies at devel/apr depend o [2004/10/22] kern/73016 [patch] chflags on wrong file in libexec/ o [2004/10/23] ports/73032 ports-bugs New port: audio/gnomoradio, a program for o [2004/10/23] kern/73034 libalias does not handle lowercase port/e o [2004/10/23] ports/73037 ports-bugs [MAINTAINER] mail/gnubiff: update to 2.0. o [2004/10/23] ports/73041 ports-bugs [MAINTAINER] math/kseg: tar ball changed( f [2004/10/23] ports/73042 ports-bugs Hydra port upgrade o [2004/10/23] ports/73044 ports-bugs [PORT UPDATE] net/amule 2.0.0rc7 o [2004/10/23] kern/73051 tun0: Warning: ff02:5::/32: Change route f [2004/10/23] ports/73053 gnome firefox 1.0PR cannot save preferences or o [2004/10/23] i386/73056 i386 Sun Microsystems Type 6 USB mouse not wor o [2004/10/24] ports/73061 clsung Update port: devel/p5-Glib2 (enable threa o [2004/10/24] ports/73062 ports-bugs New port: devel/p5-Gnome2-GConf, Perl bin o [2004/10/24] ports/73063 ports-bugs New port: misc/translator, a GTK+ fronten f [2004/10/24] ports/73081 pav Update port: www/flashplugin-mozilla to 0 s [2004/10/24] ports/73083 gnome firefly patchset for pretty CJK fonts dis o [2004/10/24] ports/73090 ports-bugs fix for comms/ltmdm which does not build o [2004/10/24] www/73093 ale Update status of the FreeBSD Italian Docu o [2004/10/24] docs/73095 ceri Some tables in the handbook rendered wron o [2004/10/25] kern/73098 sound [sound] Scan rate of sound card shifts wh o [2004/10/25] bin/73110 [patch] ffsinfo conversion from atol() to o [2004/10/25] amd64/73111 obrien Optimized libc string functions missing f o [2004/10/25] bin/73112 [patch] change atol() to strtol() in bads o [2004/10/25] ports/73114 kuriyama [PATCH] textproc/xt: update to 20020426a o [2004/10/25] ports/73117 ports-bugs [Maintainer Update] graphics/bugle 0.0. o [2004/10/25] ports/73121 ports-bugs [PATCH] devel/p5-VCP-Source-cvsbk: switch f [2004/10/25] ports/73127 mat [maintainer update] devel/p5-POE-Componen o [2004/10/25] ports/73128 ports-bugs [maintainer update] www/POE-Component-Ser o [2004/10/25] ports/73135 lev [PATCH] Partial update of devel/subversio o [2004/10/25] ports/73137 ports-bugs heanet sourceforge mirror IPv6 Problems. o [2004/10/26] ports/73142 ade security: new upstream postgresql o [2004/10/26] ports/73149 ports-bugs [New ports]: biology/mpiblast o [2004/10/26] ports/73150 clsung [NEW PORT] textproc/p5-Search-VectorSpace o [2004/10/26] ports/73152 ports-bugs [NEW PORT] graphics/chartdirector: Charti o [2004/10/26] kern/73165 emulation [patch] getting rid of COMPAT_43 dependan o [2004/10/26] ports/73168 ports-bugs Linux ldd broken o [2004/10/26] conf/73176 [patch] rc.d script for mixer settings o [2004/10/27] kern/73183 [patch] nfs_diskless.c lacking include of f [2004/10/27] ports/73186 dougb [PATCH] dns/bind: minor fixes p [2004/10/27] docs/73193 ceri mlock.2 references wrong o [2004/10/27] kern/73195 bad PATH, missing HOME and TERM env var o o [2004/10/27] ports/73199 lofi New port: security/pinentry-gtk2, a GTK+ o [2004/10/27] ports/73203 ports-bugs New Port: print/foomatic-filters, univers o [2004/10/28] ports/73222 kbyanc Update net/p5-Net-Radius for Perl 5.8 o [2004/10/28] misc/73223 brooks [PATCH] Add USB keyboard option to Beasti o [2004/10/28] bin/73229 [patch] [ancontrol] -f option is implemen f [2004/10/28] ports/73231 pav Update multimedia/xmms o [2004/10/28] bin/73232 qa [sysinstall] Estonian keymaps don't work o [2004/10/28] ports/73238 sanpei [PATCH] textproc/wdiff: minor fixes o [2004/10/28] conf/73239 [PATCH] Teach usbd.conf about axe(4) devi f [2004/10/28] ports/73240 java [PATCH] java/jlint: update to 3.0 and unb o [2004/10/28] ports/73241 des mail/porteasy patch for optional pre-2.7. o [2004/10/28] ports/73249 nork New port: sysutils/freeipmi IPMI system m o [2004/10/28] ports/73250 wjv update biology/hmmer to 2.3.2 o [2004/10/28] ports/73256 ports-bugs New port: mail/gdesklets-enhallmail o [2004/10/28] ports/73257 x11 xorg relocation type 10 missing from elfl o [2004/10/29] ports/73259 vs Update port: textproc/xalan-c update to f [2004/10/29] ports/73264 leeym [PATCH] textproc/xmlada: minor fixes o [2004/10/29] ports/73266 ports-bugs py-albatross update to 1.20 o [2004/10/29] ports/73267 ports-bugs maintainer-update of security/nessus-* o [2004/10/29] ports/73268 ports-bugs maintainer-update of security/nessus-*-de o [2004/10/29] ports/73270 ports-bugs New port: www/p5-CGI-Builder-TT2 o [2004/10/29] ports/73271 ports-bugs [PATCH] devel/root: Update to 4.01.02 o [2004/10/29] ports/73275 ports-bugs [maintainer] update www/jakarta-tomcat5 t o [2004/10/29] kern/73276 ipfw2 vulnerability (parser error) o [2004/10/29] ports/73278 ports-bugs port update net/cnd 0.5 -> 0.6 o [2004/10/29] ports/73280 ports-bugs Update port: databases/pear-DB_DataObject o [2004/10/29] ports/73282 ports-bugs Update port: devel/pear-XML_Util to 1.0.0 f [2004/10/29] ports/73284 hq [PATCH] java/java-checkstyle: Install 'ch o [2004/10/29] ports/73285 billf net-mgmt/flow-tools port improvements o [2004/10/29] kern/73286 [patch] Add another USB WLAN device for a o [2004/10/29] ports/73290 ports-bugs [MAINTAINER] net/Radiator: update to 3.11 o [2004/10/29] ports/73292 ports-bugs [MAINTAINER] sysutils/portmanager minor f o [2004/10/29] ports/73293 ports-bugs [MAINTAINER] dns/nsd: update to 2.1.3 o [2004/10/29] kern/73294 hangs in default mode when AccelePort DIG o [2004/10/29] ports/73296 ports-bugs [PATCH] dns/pdnsd: update to new version o [2004/10/29] ports/73297 lioux [patch] libmatroska port upgrade to 0.7.4 o [2004/10/30] ports/73299 ports-bugs [PATCH] ports/Mk/bsd.port.subdir.mk: add o [2004/10/30] ports/73301 ports-bugs [maintainer update] ports/cad/pdnmesh o [2004/10/30] ports/73302 ports-bugs [PATCH] www/zope-proxyindex: update to 1. o [2004/10/30] ports/73303 ports-bugs [PATCH] www/zope-parsedxml: update to 1.4 o [2004/10/30] ports/73304 cy Tripwire on 5.3.x (with fix attached) o [2004/10/30] ports/73306 ports-bugs [PATCH] www/zope-silva: update to 1.1 o [2004/10/30] i386/73308 i386 kevinxlinuz@126.com o [2004/10/30] ports/73312 ports-bugs [UPDATE] games/freeciv to 1.14.2 o [2004/10/30] ports/73314 skv [PATCH] textproc/p5-Spreadsheet-WriteExce o [2004/10/30] ports/73316 knu [PATCH] japanese/rskkserv: Update to 2.94 o [2004/10/30] ports/73317 anders [PATCH] security/vpnd: cosmetic fixes o [2004/10/30] ports/73320 ports-bugs New Port: kde_head_api_reference, the kde o [2004/10/30] ports/73323 ports-bugs [NEW PORT] sysutils/portsnap o [2004/10/30] kern/73324 [PATCH] [sys/dev/bktr] correct warning fo o [2004/10/30] ports/73325 ports-bugs [maintainer update] deskutils/treeline 0. o [2004/10/30] ports/73326 ports-bugs New port: games/xgame A Perl script which o [2004/10/30] bin/73327 [PATCH] iostat - extended mode display o [2004/10/30] i386/73328 i386 top shows NICE as -111 on processes start o [2004/10/31] ports/73330 ports-bugs [patch] audio/dekagen port uses 1.0.1 whi o [2004/10/31] ports/73331 lioux Unbreak multimedia/mpeg4ip for FreeBSD > o [2004/10/31] ports/73332 ports-bugs [ patch ] audio/libcdaudio: update to 0.9 o [2004/10/31] docs/73334 doc [patch] Updates to Handbook, chapter 6 o [2004/10/31] ports/73336 ports-bugs ports/qpopper X-UIDL handling not in line o [2004/10/31] misc/73337 nsswitch: potential invalid free o [2004/10/31] ports/73339 nork New port: sysutils/ipmitool CLI to manage o [2004/10/31] ports/73341 krion Update port: archivers/advancecomp to 1.1 o [2004/10/31] ports/73342 krion Update port: astro/pp3 to 1.3.3 o [2004/10/31] ports/73343 krion Update port: audio/extace to 1.9.2 o [2004/10/31] ports/73344 krion Update port: audio/swhplugins to 0.4.11 o [2004/10/31] ports/73345 krion Update port: cad/gmsh to 1.56.1 o [2004/10/31] ports/73347 krion Update port: databases/unixODBC to 2.2.10 o [2004/10/31] ports/73348 krion Update port: games/gtkballs to 3.1.4 o [2004/10/31] ports/73349 krion Update port: graphics/ale to 0.7.2 o [2004/10/31] ports/73350 krion Update port: net/kphone to 4.0.4 o [2004/10/31] ports/73351 krion Update port: textproc/raptor to 1.4.1 o [2004/10/31] ports/73357 ports-bugs port upgrade: www/lighttpd 1.2.7 to 1.3.5 o [2004/10/31] ports/73362 ports-bugs [Maintainer Update] lang/qscheme o [2004/10/31] ports/73364 ports-bugs [maintainer update] update x11-themes/qin o [2004/10/31] ports/73365 ports-bugs [maintainer update] Update x11-themes/pha o [2004/11/01] ports/73366 ports-bugs Update devel/yasm to 0.4.0 o [2004/11/01] ports/73367 ports-bugs apache2 package does not create Includes o [2004/11/01] ports/73368 ports-bugs upgrade palm/p5-Palm from 1.2.4 to 1.3.0 o [2004/11/01] ports/73370 ports-bugs ports: mail/drac copy sample file o [2004/11/01] ports/73371 ports-bugs Update port: games/frozenbubble (Fix prob o [2004/11/01] ports/73373 ports-bugs Update port: mail/mail-notification to 0. o [2004/11/01] ports/73374 ports-bugs Port sysutils/pecl-fileinfo doesnt like l o [2004/11/01] kern/73375 panic: vinvalbuf: dirty bufs o [2004/11/01] ports/73376 ports-bugs update palm/plucker to 1.8 o [2004/11/01] ports/73377 ports-bugs Update port: sysutils/munin-node 1.0.2 -> o [2004/11/01] ports/73378 ports-bugs Update port: sysutils/munin-main 1.0.2 -> 2887 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 16:00:56 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9070216A4CE for ; Mon, 1 Nov 2004 16:00:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CBDA43D2D for ; Mon, 1 Nov 2004 16:00:56 +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 iA1G0ufr030535 for ; Mon, 1 Nov 2004 16:00:56 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1G0u9g030532; Mon, 1 Nov 2004 16:00:56 GMT (envelope-from gnats) Date: Mon, 1 Nov 2004 16:00:56 GMT Message-Id: <200411011600.iA1G0u9g030532@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Irina Liakh Subject: Re: kern/51583: [nullfs] [patch] allow to work with devices and sockets over nullfs [STABLE, 5.0-CURRENT] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Irina Liakh List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 16:00:56 -0000 The following reply was made to PR kern/51583; it has been noted by GNATS. From: Irina Liakh To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/51583: [nullfs] [patch] allow to work with devices and sockets over nullfs [STABLE, 5.0-CURRENT] Date: Mon, 1 Nov 2004 17:57:40 +0200 This patch is working on my 5.3-STABLE Oct 22 (referring to Mark Linimon's classification, I have "client(upper)/server(lower)" situation), but "find" and "ls -R" on nullfs mount point after outputing some amount of files exit with "fts_read: No such file or directory". From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 16:33:49 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFCD816A4CE; Mon, 1 Nov 2004 16:33:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCA743D55; Mon, 1 Nov 2004 16:33:49 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) iA1GXnZA036304; Mon, 1 Nov 2004 16:33:49 GMT (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1GXnsS036300; Mon, 1 Nov 2004 16:33:49 GMT (envelope-from obrien) Date: Mon, 1 Nov 2004 16:33:49 GMT From: "David E. O'Brien" Message-Id: <200411011633.iA1GXnsS036300@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: amd64/72517: Minor Bug in /etc/login.access X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 16:33:49 -0000 Synopsis: Minor Bug in /etc/login.access Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: obrien Responsible-Changed-When: Mon Nov 1 16:32:49 GMT 2004 Responsible-Changed-Why: Misfiled - isn't AMD64 specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=72517 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 18:30:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8139416A4CF for ; Mon, 1 Nov 2004 18:30:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61BB543D46 for ; Mon, 1 Nov 2004 18:30: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 iA1IUcv8049940 for ; Mon, 1 Nov 2004 18:30:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1IUcQP049939; Mon, 1 Nov 2004 18:30:38 GMT (envelope-from gnats) Resent-Date: Mon, 1 Nov 2004 18:30:38 GMT Resent-Message-Id: <200411011830.iA1IUcQP049939@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas Ludwig Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FCDD16A4CE for ; Mon, 1 Nov 2004 18:25:38 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13FC643D41 for ; Mon, 1 Nov 2004 18:25:38 +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 iA1IPbXd036253 for ; Mon, 1 Nov 2004 18:25:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA1IPads036140; Mon, 1 Nov 2004 18:25:36 GMT (envelope-from nobody) Message-Id: <200411011825.iA1IPads036140@www.freebsd.org> Date: Mon, 1 Nov 2004 18:25:36 GMT From: Thomas Ludwig To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73387: manpage of pthread_mutex_lock does not mention EBUSY (libpthread) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 18:30:38 -0000 >Number: 73387 >Category: misc >Synopsis: manpage of pthread_mutex_lock does not mention EBUSY (libpthread) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 01 18:30:38 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thomas Ludwig >Release: RELENG_5 >Organization: SMR Engineering & Development >Environment: FreeBSD pingu.smr-internal.ch 5.3-STABLE FreeBSD 5.3-STABLE #1: Mon Nov 1 18:19:35 CET 2004 root@pingu.smr-internal.ch:/usr/obj/usr/src/sys/PINGU i386 >Description: The manpage of pthread_mutex_lock mentions EINVAL and EDEADLK as possible error codes, but not EBUSY. However, threads not owning the mutex will get EBUSY when compiled with -lpthread: from src/lib/libpthread/thread/thr_mutex.c: /* case PTHREAD_MUTEX_DEFAULT: */ case PTHREAD_MUTEX_ERRORCHECK: case PTHREAD_MUTEX_NORMAL: /* * POSIX specifies that mutexes should return EDEADLK if a * recursive lock is detected. */ if (m->m_owner == curthread) ret = EDEADLK; else ret = EBUSY; break; >How-To-Repeat: Compile and execute the following program: #include #include #include #include pthread_mutex_t mutex; void trylock(const char* tname) { int rc; rc = pthread_mutex_trylock(&mutex); if (rc != 0) fprintf(stderr, "%s: Could not lock mutex again: %s\n", tname, strerror(rc)); else { fprintf(stderr, "Could lock mutex again!"); exit(1); } } void* start(void* data) { /* try to lock the mutex again */ trylock("Second thread"); } int main(int argc, const char* argv[]) { pthread_t thread; int rc; /* create a mutex and acquire a lock on it for the main thread */ if (pthread_mutex_init(&mutex, NULL) != 0) { perror("Could not initialize mutex"); exit(1); } if (pthread_mutex_lock(&mutex) != 0) { perror("Could not lock mutex"); exit(1); } /* spawn a second thread */ if (pthread_create(&thread, NULL, start, NULL) != 0) { perror("Could not create thread"); exit(1); } /* try to lock the mutex again */ trylock("Main thread"); if (pthread_join(thread, NULL) != 0) { perror("Could not join threads"); exit(1); } exit(0); } >Fix: Something like this: --- /usr/src/share/man/man3/pthread_mutex_lock.3 Thu Jan 15 16:59:00 2004 +++ /tmp/pthread_mutex_lock.3 Mon Nov 1 19:19:54 2004 @@ -62,8 +62,11 @@ The value specified by .Fa mutex is invalid. +.It Bq Er EBUSY +.Fa mutex +is locked by another thread. .It Bq Er EDEADLK -A deadlock would occur if the thread blocked waiting for +Attempt to recursively lock .Fa mutex . .El .Sh SEE ALSO >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 19:10:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14B8F16A4CE for ; Mon, 1 Nov 2004 19:10:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBB5F43D3F for ; Mon, 1 Nov 2004 19:10: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 iA1JAL1N056328 for ; Mon, 1 Nov 2004 19:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1JALdQ056327; Mon, 1 Nov 2004 19:10:21 GMT (envelope-from gnats) Resent-Date: Mon, 1 Nov 2004 19:10:21 GMT Resent-Message-Id: <200411011910.iA1JALdQ056327@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daniel Jürgenfriedrich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B7316A4CE for ; Mon, 1 Nov 2004 19:04:45 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 162EA43D2F for ; Mon, 1 Nov 2004 19:04:45 +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 iA1J4iDQ084746 for ; Mon, 1 Nov 2004 19:04:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA1J4iNf084745; Mon, 1 Nov 2004 19:04:44 GMT (envelope-from nobody) Message-Id: <200411011904.iA1J4iNf084745@www.freebsd.org> Date: Mon, 1 Nov 2004 19:04:44 GMT From: Daniel Jürgenfriedrich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73388: usb-keyboard stopps work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 19:10:22 -0000 >Number: 73388 >Category: misc >Synopsis: usb-keyboard stopps work >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 01 19:10:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Daniel Jürgenfriedrich >Release: 5.3 rc2 for i386 >Organization: >Environment: via epia m10000 mainboard (http://www.viaembedded.com/product/epia_m_spec.jsp?motherboardId=81) keysonic ack-720kw keyboard (http://www.keysonic.de/gfx/produkte/keboards/ack720/ack720wk_ger.pdf) >Description: the usb-keyboard works on bios, dos, and it also works at the freebsd boot selection display but when sysinstall main menu was loaded it wont recognize any commands any more. ive tried bios updates, other rc's, asked in freebsd channels - but nothing helped ;o/ have u any idea how to install freebsd on my machine without throwing away these keyboard ?! thank u >How-To-Repeat: via email ?! or how does it work ;> >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 19:16:13 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF0716A4CE; Mon, 1 Nov 2004 19:16:13 +0000 (GMT) Received: from a80-126-165-168.adsl.xs4all.nl (a80-126-165-168.adsl.xs4all.nl [80.126.165.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3453843D1D; Mon, 1 Nov 2004 19:16:12 +0000 (GMT) (envelope-from devet@devet.org) Received: from adv.devet.org (adv.devet.org [192.168.1.2]) by a80-126-165-168.adsl.xs4all.nl (Postfix) with ESMTP id 223D7D6EF; Mon, 1 Nov 2004 20:16:11 +0100 (CET) Received: by adv.devet.org (Postfix, from userid 100) id 0B6AC2425D; Mon, 1 Nov 2004 20:16:11 +0100 (CET) Date: Mon, 1 Nov 2004 20:16:10 +0100 From: Arjan de Vet To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20041101191610.GA1019@adv.devet.org> References: <20041023121049.A20631938D@adv.devet.org> <200410231220.i9NCKEjC016756@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410231220.i9NCKEjC016756@freefall.freebsd.org> User-Agent: Mutt/1.5.6i Subject: Re: kern/73038: if_sk.c seems to need IFF_NEEDSGIANT on 5.3-BETA/RC1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 19:16:13 -0000 After upgrading to 5.3-RC2 (RELENG_5_3 branch, Nov 1st approx. 1700UTC) I cannot reproduce this if_sk problem anymore: I am now running 5.3-RC2 without debug.mpsafenet="0" in /boot/loader.conf and so far no networking trouble whatsoever. Arjan From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 19:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD9116A4CE for ; Mon, 1 Nov 2004 19:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8C4C43D31 for ; Mon, 1 Nov 2004 19:40: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 iA1JeQ5e058167 for ; Mon, 1 Nov 2004 19:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1JeQHq058166; Mon, 1 Nov 2004 19:40:26 GMT (envelope-from gnats) Date: Mon, 1 Nov 2004 19:40:26 GMT Message-Id: <200411011940.iA1JeQHq058166@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: misc/73388: usb-keyboard stopps work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 19:40:27 -0000 The following reply was made to PR misc/73388; it has been noted by GNATS. From: Brooks Davis To: Daniel =?iso-8859-1?Q?J=FCrgenfriedrich?= Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/73388: usb-keyboard stopps work Date: Mon, 1 Nov 2004 11:38:03 -0800 On Mon, Nov 01, 2004 at 07:04:44PM +0000, Daniel Jürgenfriedrich wrote: > > >Number: 73388 > >Category: misc > >Synopsis: usb-keyboard stopps work > >Confidential: no > >Severity: non-critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Nov 01 19:10:21 GMT 2004 > >Closed-Date: > >Last-Modified: > >Originator: Daniel Jürgenfriedrich > >Release: 5.3 rc2 for i386 > >Organization: > >Environment: > via epia m10000 mainboard (http://www.viaembedded.com/product/epia_m_spec.jsp?motherboardId=81) > keysonic ack-720kw keyboard (http://www.keysonic.de/gfx/produkte/keboards/ack720/ack720wk_ger.pdf) > >Description: > the usb-keyboard works on bios, dos, and it also works at the freebsd > boot selection display but when sysinstall main menu was loaded it > wont recognize any commands any more. ive tried bios updates, other > rc's, asked in freebsd channels - but nothing helped ;o/ have u any > idea how to install freebsd on my machine without throwing away these > keyboard ?! thank u Set hint.atkbd.0.flags="0x1" in the loader and your keyboard will probably work. You will also need to add this to your /boot/device.hints once you're installed if you want the machine to work in single user mode. We will be setting this flag on the release CD, but it is currently only set on the floppies due to a somewhat obscure logic error in the release makefile. Longer term I'm working on a keyboard mux to solve this problem once and for all. -- Brooks From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 19:42:39 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F18716A4CE; Mon, 1 Nov 2004 19:42:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C5543D39; Mon, 1 Nov 2004 19:42:38 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1JgcQT058306; Mon, 1 Nov 2004 19:42:38 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1JgcoE058302; Mon, 1 Nov 2004 19:42:38 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 19:42:38 GMT From: Brooks Davis Message-Id: <200411011942.iA1JgcoE058302@freefall.freebsd.org> To: brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, brooks@FreeBSD.org Subject: Re: misc/73388: usb-keyboard stopps work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 19:42:39 -0000 Synopsis: usb-keyboard stopps work Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: brooks Responsible-Changed-When: Mon Nov 1 19:42:16 GMT 2004 Responsible-Changed-Why: I'm collecting USB keyboard PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=73388 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 19:43:41 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C09C16A4CE; Mon, 1 Nov 2004 19:43:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B96E43D45; Mon, 1 Nov 2004 19:43:41 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1JhePK058360; Mon, 1 Nov 2004 19:43:40 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1JheeL058356; Mon, 1 Nov 2004 19:43:40 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 19:43:40 GMT From: Brooks Davis Message-Id: <200411011943.iA1JheeL058356@freefall.freebsd.org> To: brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, brooks@FreeBSD.org Subject: Re: kern/71354: [kbd] USB Keyboard bumped by non-existent PS/2 keyboard X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 19:43:41 -0000 Synopsis: [kbd] USB Keyboard bumped by non-existent PS/2 keyboard Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: brooks Responsible-Changed-When: Mon Nov 1 19:43:15 GMT 2004 Responsible-Changed-Why: I'm collecting USB keyboard PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=71354 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 19:44:14 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDB9B16A4D1; Mon, 1 Nov 2004 19:44:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC43B43D39; Mon, 1 Nov 2004 19:44:14 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1JiEm5058411; Mon, 1 Nov 2004 19:44:14 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1JiEvn058407; Mon, 1 Nov 2004 19:44:14 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 19:44:14 GMT From: Brooks Davis Message-Id: <200411011944.iA1JiEvn058407@freefall.freebsd.org> To: brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, brooks@FreeBSD.org Subject: Re: kern/71443: [kbd] usb keyboard not detected on 5.3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 19:44:14 -0000 Synopsis: [kbd] usb keyboard not detected on 5.3 Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: brooks Responsible-Changed-When: Mon Nov 1 19:43:52 GMT 2004 Responsible-Changed-Why: I'm collecting USB keyboard PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=71443 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 19:53:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7738816A4CE; Mon, 1 Nov 2004 19:53:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D2143D55; Mon, 1 Nov 2004 19:53:45 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1Jrjra058795; Mon, 1 Nov 2004 19:53:45 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1Jrjrf058791; Mon, 1 Nov 2004 19:53:45 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 19:53:45 GMT From: Brooks Davis Message-Id: <200411011953.iA1Jrjrf058791@freefall.freebsd.org> To: brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, brooks@FreeBSD.org Subject: Re: bin/72923: [kbd] installer crashing/no keyboard detected X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 19:53:45 -0000 Synopsis: [kbd] installer crashing/no keyboard detected Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: brooks Responsible-Changed-When: Mon Nov 1 19:53:21 GMT 2004 Responsible-Changed-Why: I'm collecting USB keyboard PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=72923 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 19:59:16 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F58216A4CE; Mon, 1 Nov 2004 19:59:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC0F43D2D; Mon, 1 Nov 2004 19:59:16 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA1JxGBi059144; Mon, 1 Nov 2004 19:59:16 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1JxGmT059140; Mon, 1 Nov 2004 19:59:16 GMT (envelope-from linimon) Date: Mon, 1 Nov 2004 19:59:16 GMT From: Mark Linimon Message-Id: <200411011959.iA1JxGmT059140@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: docs/73387: manpage of pthread_mutex_lock does not mention EBUSY (libpthread) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 19:59:16 -0000 Synopsis: manpage of pthread_mutex_lock does not mention EBUSY (libpthread) Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: linimon Responsible-Changed-When: Mon Nov 1 19:58:45 GMT 2004 Responsible-Changed-Why: Man pages are docs PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=73387 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 20:00:48 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 926E516A4D3; Mon, 1 Nov 2004 20:00:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0698343D68; Mon, 1 Nov 2004 20:00:48 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1K0lZi059292; Mon, 1 Nov 2004 20:00:47 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1K0lda059276; Mon, 1 Nov 2004 20:00:47 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 20:00:47 GMT From: Brooks Davis Message-Id: <200411012000.iA1K0lda059276@freefall.freebsd.org> To: brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, brooks@FreeBSD.org Subject: Re: kern/72728: [patch] keyboard debug and reboot qualification moved into sysctl X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 20:00:48 -0000 Synopsis: [patch] keyboard debug and reboot qualification moved into sysctl Responsible-Changed-From-To: freebsd-bugs->brooks Responsible-Changed-By: brooks Responsible-Changed-When: Mon Nov 1 20:00:15 GMT 2004 Responsible-Changed-Why: This looks reasionable. I'll take a better look at it soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=72728 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 20:10:17 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAAAA16A58C for ; Mon, 1 Nov 2004 20:10:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8245443D1F for ; Mon, 1 Nov 2004 20:10:17 +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 iA1KAH3Q063481 for ; Mon, 1 Nov 2004 20:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1KAHiU063480; Mon, 1 Nov 2004 20:10:17 GMT (envelope-from gnats) Date: Mon, 1 Nov 2004 20:10:17 GMT Message-Id: <200411012010.iA1KAHiU063480@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: conf/72465: [patch] United States International keyboard layout for syscons X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 20:10:17 -0000 The following reply was made to PR conf/72465; it has been noted by GNATS. From: Brooks Davis To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: conf/72465: [patch] United States International keyboard layout for syscons Date: Mon, 1 Nov 2004 12:06:48 -0800 I don't see any obvious problems with this. Is this keymap derived from another (such as us.iso.acc.kbd)? If so we'd want to do a repo-copy to preserve that history. Thanks for your submission. -- Brooks From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 20:26:18 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EAA216A4CE; Mon, 1 Nov 2004 20:26:18 +0000 (GMT) Received: from a80-126-165-168.adsl.xs4all.nl (a80-126-165-168.adsl.xs4all.nl [80.126.165.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA1B143D1F; Mon, 1 Nov 2004 20:26:17 +0000 (GMT) (envelope-from devet@devet.org) Received: from adv.devet.org (adv.devet.org [192.168.1.2]) by a80-126-165-168.adsl.xs4all.nl (Postfix) with ESMTP id 30D80A942; Mon, 1 Nov 2004 21:26:17 +0100 (CET) Received: by adv.devet.org (Postfix, from userid 100) id 296E81354A; Mon, 1 Nov 2004 21:26:17 +0100 (CET) Date: Mon, 1 Nov 2004 21:26:17 +0100 From: Arjan de Vet To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20041101202617.GB1020@adv.devet.org> References: <20041023121049.A20631938D@adv.devet.org> <200410231220.i9NCKEjC016756@freefall.freebsd.org> <20041101191610.GA1019@adv.devet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041101191610.GA1019@adv.devet.org> User-Agent: Mutt/1.5.6i Subject: Re: kern/73038: if_sk.c seems to need IFF_NEEDSGIANT on 5.3-BETA/RC1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 20:26:18 -0000 I wrote: >After upgrading to 5.3-RC2 (RELENG_5_3 branch, Nov 1st approx. 1700UTC) >I cannot reproduce this if_sk problem anymore: I am now running 5.3-RC2 >without debug.mpsafenet="0" in /boot/loader.conf and so far no >networking trouble whatsoever. I spoke too early :-(. After a reboot without any configuration changes I see the broken SSH connections and broken web pages appear again. So I'm using debug.mpsafenet=0 again with if_sk.c. Arjan From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 20:26:18 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A50F16A4CF; Mon, 1 Nov 2004 20:26:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4221E43D2F; Mon, 1 Nov 2004 20:26:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1KQIxY063997; Mon, 1 Nov 2004 20:26:18 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1KQI1s063993; Mon, 1 Nov 2004 20:26:18 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 20:26:18 GMT From: Brooks Davis Message-Id: <200411012026.iA1KQI1s063993@freefall.freebsd.org> To: brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org, ache@FreeBSD.org Subject: Re: misc/67365: sysinstall doesn'r find latinamerican keymap X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 20:26:18 -0000 Synopsis: sysinstall doesn'r find latinamerican keymap Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: brooks Responsible-Changed-When: Mon Nov 1 20:25:38 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=67365 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 21:00:53 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9686116A4D7 for ; Mon, 1 Nov 2004 21:00:53 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7238143D4C for ; Mon, 1 Nov 2004 21:00:53 +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 iA1L0rb8066002 for ; Mon, 1 Nov 2004 21:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1L0rCr066001; Mon, 1 Nov 2004 21:00:53 GMT (envelope-from gnats) Date: Mon, 1 Nov 2004 21:00:53 GMT Message-Id: <200411012100.iA1L0rCr066001@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: conf/32067: Problems with spanish keyboard in console X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 21:00:53 -0000 The following reply was made to PR conf/32067; it has been noted by GNATS. From: Brooks Davis To: freebsd-gnats-submit@FreeBSD.org, kepa@sureva.es Cc: Subject: Re: conf/32067: Problems with spanish keyboard in console Date: Mon, 1 Nov 2004 12:54:22 -0800 Could you verify that this still happens with recent releases? It looks like sysinstall should be setting the correct value in rc.conf, but I'm not sure. -- Brooks From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 21:10:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59D1716A4CE for ; Mon, 1 Nov 2004 21:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3566B43D2F for ; Mon, 1 Nov 2004 21:10: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 iA1LAR31070128 for ; Mon, 1 Nov 2004 21:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1LARaa070127; Mon, 1 Nov 2004 21:10:27 GMT (envelope-from gnats) Date: Mon, 1 Nov 2004 21:10:27 GMT Message-Id: <200411012110.iA1LARaa070127@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: conf/27633: Mapping for serbian keyboards, follows ISO standard X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 21:10:27 -0000 The following reply was made to PR conf/27633; it has been noted by GNATS. From: Brooks Davis To: freebsd-gnats-submit@FreeBSD.org, tzdyq@beotel.yu Cc: Subject: Re: conf/27633: Mapping for serbian keyboards, follows ISO standard Date: Mon, 1 Nov 2004 13:01:54 -0800 Was this keymap derived from another one? If so, which one? Also, what file name should be used? What should the entry in INDEX.keymaps look like? -- Brooks From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 21:10:31 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C7B16A4CF for ; Mon, 1 Nov 2004 21:10:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11CB243D31 for ; Mon, 1 Nov 2004 21:10: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 iA1LAUcw070156 for ; Mon, 1 Nov 2004 21:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1LAUSC070155; Mon, 1 Nov 2004 21:10:30 GMT (envelope-from gnats) Date: Mon, 1 Nov 2004 21:10:30 GMT Message-Id: <200411012110.iA1LAUSC070155@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Keith Winter" Subject: Re: kern/72935: sio tty and uhid tty (perhaps others) stomp on each other leading to kernel data corruption and a panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Keith Winter List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 21:10:31 -0000 The following reply was made to PR kern/72935; it has been noted by GNATS. From: "Keith Winter" To: , Cc: Subject: Re: kern/72935: sio tty and uhid tty (perhaps others) stomp on each other leading to kernel data corruption and a panic Date: Mon, 1 Nov 2004 16:04:59 -0500 We are trying to generalize the fix for this. It was pointed out by Julian Elischer that this prevents bio devices from trampling on tty devices, but not vice versa. Would the following be a more general solution for uhid devices? { int s = splhigh(); tty_imask |= bio_imask; bio_imask |= tty_imask; update_intr_masks(); splx( s ); } The approach is similar to what was done for ppp/slip. -- KDW From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 21:43:10 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B224316A4CE; Mon, 1 Nov 2004 21:43:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 900E743D3F; Mon, 1 Nov 2004 21:43:10 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1LhAfb071979; Mon, 1 Nov 2004 21:43:10 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1Lh9lZ071975; Mon, 1 Nov 2004 21:43:09 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 21:43:09 GMT From: Brooks Davis Message-Id: <200411012143.iA1Lh9lZ071975@freefall.freebsd.org> To: tzdyq@beotel.yu, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/27633: Mapping for serbian keyboards, follows ISO standard X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 21:43:10 -0000 Synopsis: Mapping for serbian keyboards, follows ISO standard State-Changed-From-To: open->feedback State-Changed-By: brooks State-Changed-When: Mon Nov 1 21:42:46 GMT 2004 State-Changed-Why: More information needed. http://www.freebsd.org/cgi/query-pr.cgi?pr=27633 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 21:44:17 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 184DE16A4CF; Mon, 1 Nov 2004 21:44:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC2C543D46; Mon, 1 Nov 2004 21:44:16 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1LiGiO072058; Mon, 1 Nov 2004 21:44:16 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1LiGRi072054; Mon, 1 Nov 2004 21:44:16 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 21:44:16 GMT From: Brooks Davis Message-Id: <200411012144.iA1LiGRi072054@freefall.freebsd.org> To: kepa@sureva.es, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/32067: Problems with spanish keyboard in console X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 21:44:17 -0000 Synopsis: Problems with spanish keyboard in console State-Changed-From-To: open->feedback State-Changed-By: brooks State-Changed-When: Mon Nov 1 21:43:47 GMT 2004 State-Changed-Why: Feedback requested. http://www.freebsd.org/cgi/query-pr.cgi?pr=32067 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 21:47:36 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD77916A4CE; Mon, 1 Nov 2004 21:47:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA98943D54; Mon, 1 Nov 2004 21:47:36 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1LlalH072176; Mon, 1 Nov 2004 21:47:36 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1LlYQe072172; Mon, 1 Nov 2004 21:47:34 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 21:47:34 GMT From: Brooks Davis Message-Id: <200411012147.iA1LlYQe072172@freefall.freebsd.org> To: syscons-us-intl@oldach.net, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/72465: [patch] United States International keyboard layout for syscons X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 21:47:37 -0000 Synopsis: [patch] United States International keyboard layout for syscons State-Changed-From-To: open->feedback State-Changed-By: brooks State-Changed-When: Mon Nov 1 21:47:14 GMT 2004 State-Changed-Why: More information need. http://www.freebsd.org/cgi/query-pr.cgi?pr=72465 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 21:50:37 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E009116A519 for ; Mon, 1 Nov 2004 21:50:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC9C343D3F for ; Mon, 1 Nov 2004 21:50:16 +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 iA1LoGba072281 for ; Mon, 1 Nov 2004 21:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1LoGYa072280; Mon, 1 Nov 2004 21:50:16 GMT (envelope-from gnats) Date: Mon, 1 Nov 2004 21:50:16 GMT Message-Id: <200411012150.iA1LoGYa072280@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: kern/7234: [kbd] keyboard problems during login immediately after boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 21:50:38 -0000 The following reply was made to PR kern/7234; it has been noted by GNATS. From: Brooks Davis To: freebsd-gnats-submit@FreeBSD.org, s.c.sprong@student.utwente.nl Cc: Subject: Re: kern/7234: [kbd] keyboard problems during login immediately after boot Date: Mon, 1 Nov 2004 13:41:27 -0800 FWIW, I used to see this problem now and then on a variety of hardware, but I haven't seen it in a couple years (IIRC.) Probably I've gotten non-broken hardware since then or the problem has been fixed. -- Brooks From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 21:55:55 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5523116A4CF; Mon, 1 Nov 2004 21:55:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A1343D2D; Mon, 1 Nov 2004 21:55:55 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA1LttEF072512; Mon, 1 Nov 2004 21:55:55 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1LtsSd072508; Mon, 1 Nov 2004 21:55:54 GMT (envelope-from brooks) Date: Mon, 1 Nov 2004 21:55:54 GMT From: Brooks Davis Message-Id: <200411012155.iA1LtsSd072508@freefall.freebsd.org> To: bacon@smithers.neuro.mcw.edu, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/73209: PS/2 keyboard problems when NFS server under load X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 21:55:55 -0000 Synopsis: PS/2 keyboard problems when NFS server under load State-Changed-From-To: open->feedback State-Changed-By: brooks State-Changed-When: Mon Nov 1 21:50:46 GMT 2004 State-Changed-Why: Looking at the dmesg, I'm guessing you're probably writting to da1, the USB disk. If so I'm not too supprised you're seeing problems since the USB system has serious latency problems in some cases. Could you try writing a file to which every drive you are using with a command like: dd if=/dev/zero of=/path/to/file/on/drive I'm curiously to know if that causes the same problems. If so, we know it's not NFS, if not it may or may not be (NFS could be pushing the system over the edge if the root cause is elsewhere). http://www.freebsd.org/cgi/query-pr.cgi?pr=73209 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 22:19:56 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AAED16A4CE; Mon, 1 Nov 2004 22:19:56 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC4243D3F; Mon, 1 Nov 2004 22:19:56 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.13.1) id iA1MJtI0083241; Mon, 1 Nov 2004 16:19:55 -0600 (CST) (envelope-from dan) Date: Mon, 1 Nov 2004 16:19:55 -0600 From: Dan Nelson To: Mark Linimon Message-ID: <20041101221955.GA55850@dan.emsphone.com> References: <200410300716.i9U7Gi48004946@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410300716.i9U7Gi48004946@freefall.freebsd.org> X-OS: FreeBSD 5.3-BETA7 X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-bugs@FreeBSD.org cc: freebsd-standards@FreeBSD.org Subject: Re: kern/72394: [PATCH] syslog is not thread-safe X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 22:19:56 -0000 In the last episode (Oct 30), Mark Linimon said: > Synopsis: [PATCH] syslog is not thread-safe > > Responsible-Changed-From-To: freebsd-standards->freebsd-bugs > Responsible-Changed-By: linimon > Responsible-Changed-When: Sat Oct 30 07:15:43 GMT 2004 > Responsible-Changed-Why: > This sounds more like a kern bug than something for the standards folks. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=72394 Well, I guess the "unp_connect" message is a kernel bug, but that's a very minor part of the PR, and is marked with an "XXXRW: Temporary debugging printf" comment anyway. The larger issue is the lack of locking in the syslog family of libc functions, which POSIX requires. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 23:00:41 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 676F016A4CF for ; Mon, 1 Nov 2004 23:00:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5938543D45 for ; Mon, 1 Nov 2004 23:00:41 +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 iA1N0fMI082142 for ; Mon, 1 Nov 2004 23:00:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1N0fYJ082140; Mon, 1 Nov 2004 23:00:41 GMT (envelope-from gnats) Date: Mon, 1 Nov 2004 23:00:41 GMT Message-Id: <200411012300.iA1N0fYJ082140@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Stefan =?iso-8859-1?Q?E=DFer?= Subject: Re: kern/73321: Reproducible Panic (LOR: I4B / INET6) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stefan =?iso-8859-1?Q?E=DFer?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 23:00:41 -0000 The following reply was made to PR kern/73321; it has been noted by GNATS. From: Stefan =?iso-8859-1?Q?E=DFer?= To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/73321: Reproducible Panic (LOR: I4B / INET6) Date: Mon, 1 Nov 2004 23:50:02 +0100 I have identifed the cause of the panic. It seems, that it is caused by NETGRAPH calling net_add_domain() during SYSINIT(SI_SUB_PSEUDO) to add the netgraph address family and protocol. That function must not be called before phase SI_SUB_PROTO_DOMAIN, though, or incomplete initialization of network device structures will result, leading to a panic during INET6 neighbour discovery. The following work-around moves the initialization of all i4b devices before netgraph, as required: Index: i4b/include/i4b_global.h --- i4b/include/i4b_global.h 15 Jul 2004 08:26:05 -0000 1.12 +++ i4b/include/i4b_global.h 1 Nov 2004 18:48:07 -0000 @@ -67,7 +67,8 @@ name ## _modevent, \ (void *)sym \ }; \ - DECLARE_MODULE(name, name ## _mod, SI_SUB_PSEUDO, SI_ORDER_ANY) + /* XXX work-around: i4b must be initialized before netgraph! */ \ + DECLARE_MODULE(name, name ## _mod, SI_SUB_PSEUDO, SI_ORDER_MIDDLE) #endif /*---------------*/ This is only a work-around, since netgraph should really not call net_add_domain() before phase SI_SUB_PROTO_DOMAIN! From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 23:06:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 971E116A4CE; Mon, 1 Nov 2004 23:06:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7593843D3F; Mon, 1 Nov 2004 23:06:45 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from freefall.freebsd.org (se@localhost [127.0.0.1]) iA1N6jbk086126; Mon, 1 Nov 2004 23:06:45 GMT (envelope-from se@freefall.freebsd.org) Received: (from se@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA1N6jYj086122; Mon, 1 Nov 2004 23:06:45 GMT (envelope-from se) Date: Mon, 1 Nov 2004 23:06:45 GMT From: Stefan Esser Message-Id: <200411012306.iA1N6jYj086122@freefall.freebsd.org> To: se@FreeBSD.org, se@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/73321: Reproducible Panic (LOR: I4B / INET6) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 23:06:45 -0000 Synopsis: Reproducible Panic (LOR: I4B / INET6) State-Changed-From-To: open->analyzed State-Changed-By: se State-Changed-When: Mon Nov 1 23:01:44 GMT 2004 State-Changed-Why: The reason for the panic has been identified and a solution has been suggested. The LOR is old (#033) but does not seem directly responsible for the panic. http://www.freebsd.org/cgi/query-pr.cgi?pr=73321 From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 1 23:30:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBFE16A4CE for ; Mon, 1 Nov 2004 23:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E28E43D66 for ; Mon, 1 Nov 2004 23: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 iA1NUKGi086694 for ; Mon, 1 Nov 2004 23: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 iA1NUJ0D086692; Mon, 1 Nov 2004 23:30:19 GMT (envelope-from gnats) Resent-Date: Mon, 1 Nov 2004 23:30:19 GMT Resent-Message-Id: <200411012330.iA1NUJ0D086692@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aleksander Fafula Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D90C816A4EB; Mon, 1 Nov 2004 23:25:26 +0000 (GMT) Received: from fafula.com (wj118.internetdsl.tpnet.pl [80.55.191.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F27A43D48; Mon, 1 Nov 2004 23:25:26 +0000 (GMT) (envelope-from alex@fafula.com) Received: by fafula.com (Postfix, from userid 1001) id DEBB529FF; Tue, 2 Nov 2004 01:15:12 +0000 (GMT) Message-Id: <20041102011512.DEBB529FF@fafula.com> Date: Tue, 2 Nov 2004 01:15:12 +0000 (GMT) From: Aleksander Fafula To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: scottl@FreeBSD.org Subject: conf/73396: missing entry in /boot/defaults/loader.conf and its man page X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aleksander Fafula List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 23:30:20 -0000 >Number: 73396 >Category: conf >Synopsis: missing entry in /boot/defaults/loader.conf and its man page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 01 23:30:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Aleksander Fafula >Release: FreeBSD 5.2.1-RELEASE-p6 i386 >Organization: Fafula.com >Environment: System: FreeBSD fafula.com 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #1: Sat May 8 14:04:58 GMT 2004 alex@fafula.com:/usr/src/sys/i386/compile/ALEX i386 >Description: According to http://lists.freebsd.org/pipermail/cvs-src/2003-September/010467.html it's possible to add loader_color="YES" to have a colour logo. Unfortunately it's missing in /boot/defaults/loader.conf so nobody can find and enable this feature. Seems to me it should be listed in loader.conf(5) man page too. >How-To-Repeat: Check how does a "new" daemon look like. ;-) >Fix: Add missing information to mentioned files. Thank you & regards, Oleczek >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 00:00:56 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92AEF16A4CE for ; Tue, 2 Nov 2004 00:00:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830FC43D41 for ; Tue, 2 Nov 2004 00:00:56 +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 iA200upJ088847 for ; Tue, 2 Nov 2004 00:00:56 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA200uZ4088846; Tue, 2 Nov 2004 00:00:56 GMT (envelope-from gnats) Date: Tue, 2 Nov 2004 00:00:56 GMT Message-Id: <200411020000.iA200uZ4088846@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: lukem.freebsd@cse.unsw.edu.au Subject: Re: kern/31940: nge gigabit adapter link reset and slow transfert X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lukem.freebsd@cse.unsw.edu.au List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 00:00:56 -0000 The following reply was made to PR kern/31940; it has been noted by GNATS. From: lukem.freebsd@cse.unsw.edu.au To: freebsd-gnats-submit@FreeBSD.org, fabien.thomas@wanadoo.fr, dwmalone@maths.tcd.ie Cc: Subject: Re: kern/31940: nge gigabit adapter link reset and slow transfert Date: Tue, 2 Nov 2004 10:51:59 +1100 (EST) I am using 5.2.1, rather than 4.4, but I have found a bug which could be causing this. I have mailed freebsd-net but they don't seem interested. The problem is that the receive DMA ring is longer than the IP queue, such that if more packets are received in the interrupt than fit in the IP queue, packets are dropped. Since the default IP queue length is 50 packets, and the interrupt holdoff time is 100uS, you can only really expect to get 500kpps, which is not much for a gigabit ethernet card. You can fix by increasing the ip queue length constant. (make it >= 128) -- Luke From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 00:40:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8367516A4CF for ; Tue, 2 Nov 2004 00:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 618AE43D41 for ; Tue, 2 Nov 2004 00: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 iA20eOoj095752 for ; Tue, 2 Nov 2004 00: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 iA20eOqt095751; Tue, 2 Nov 2004 00:40:24 GMT (envelope-from gnats) Resent-Date: Tue, 2 Nov 2004 00:40:24 GMT Resent-Message-Id: <200411020040.iA20eOqt095751@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ted Cabeen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A34FE16A4CE for ; Tue, 2 Nov 2004 00:35:22 +0000 (GMT) Received: from black.impulse.net (black.impulse.net [64.4.129.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7080643D1F for ; Tue, 2 Nov 2004 00:35:20 +0000 (GMT) (envelope-from ted@black.impulse.net) Received: from black.impulse.net (localhost [127.0.0.1]) by black.impulse.net (8.12.6/8.12.6) with ESMTP id iA20ZKp2001301 for ; Mon, 1 Nov 2004 16:35:20 -0800 (PST) (envelope-from ted@black.impulse.net) Received: (from ted@localhost) by black.impulse.net (8.12.6/8.12.6/Submit) id iA20ZJY7001300; Mon, 1 Nov 2004 16:35:19 -0800 (PST) Message-Id: <200411020035.iA20ZJY7001300@black.impulse.net> Date: Mon, 1 Nov 2004 16:35:19 -0800 (PST) From: Ted Cabeen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/73399: ipf blocks echo replies with keep state on pass out icmp line X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ted Cabeen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 00:40:24 -0000 >Number: 73399 >Category: kern >Synopsis: ipf blocks echo replies with keep state on pass out icmp line >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 02 00:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ted Cabeen >Release: FreeBSD 5.3-RC2 i386 >Organization: Impulse Internet Services >Environment: System: FreeBSD black.impulse.net 5.3-RC2. Kernel config: # # BLACK -- Configuration for the Impulse Backup Server # machine i386 #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident BLACK # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. options SCHED_4BSD # ULE scheduler is broken options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. # Bus support. Do not remove isa, even if you have no isa slots device isa #device eisa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver #device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) device apm # Add suspend/resume support for the i8254. device pmtimer # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device fxp # Intel EtherExpress PRO/100B (82557, 82558) # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support #device sl # Kernel SLIP #device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter >Description: With the following line in /etc/ipf.rules the firewall blocks outbound echo replies: pass out quick on fxp0 proto icmp all keep state In FreeBSD 4.x, this line works fine, and echo replies are not blocked. >How-To-Repeat: Add "pass out quick on fxp0 proto icmp all keep state" to /etc/ipf.rules near the top of the file to allow outbound packets. >Fix: Change the offending line to the following: pass out quick on fxp0 proto icmp all However, this doesn't provide the same functionality as the non-functional line. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 06:58:13 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9030016A4CF; Tue, 2 Nov 2004 06:58:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6367943D41; Tue, 2 Nov 2004 06:58:13 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) iA26wDbV063389; Tue, 2 Nov 2004 06:58:13 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA26wC0M063385; Tue, 2 Nov 2004 06:58:12 GMT (envelope-from bms) Date: Tue, 2 Nov 2004 06:58:12 GMT From: Bruce M Simpson Message-Id: <200411020658.iA26wC0M063385@freefall.freebsd.org> To: assar@sics.se, bms@FreeBSD.org, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15707: bad trap in mprotect X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 06:58:13 -0000 Synopsis: bad trap in mprotect State-Changed-From-To: feedback->suspended State-Changed-By: bms State-Changed-When: Tue Nov 2 06:57:54 GMT 2004 State-Changed-Why: Back to the free pool Responsible-Changed-From-To: bms->freebsd-bugs Responsible-Changed-By: bms Responsible-Changed-When: Tue Nov 2 06:57:54 GMT 2004 Responsible-Changed-Why: Back to the free pool http://www.freebsd.org/cgi/query-pr.cgi?pr=15707 From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 07:00:42 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6F5016A4CF; Tue, 2 Nov 2004 07:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9840943D54; Tue, 2 Nov 2004 07:00:42 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) iA270guE063722; Tue, 2 Nov 2004 07:00:42 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA270g3r063718; Tue, 2 Nov 2004 07:00:42 GMT (envelope-from bms) Date: Tue, 2 Nov 2004 07:00:42 GMT From: Bruce M Simpson Message-Id: <200411020700.iA270g3r063718@freefall.freebsd.org> To: bms@FreeBSD.org, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/47813: pseudo-device gre doesn't appear to work with WCCP X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 07:00:42 -0000 Synopsis: pseudo-device gre doesn't appear to work with WCCP Responsible-Changed-From-To: bms->freebsd-bugs Responsible-Changed-By: bms Responsible-Changed-When: Tue Nov 2 07:00:26 GMT 2004 Responsible-Changed-Why: Back to the free pool http://www.freebsd.org/cgi/query-pr.cgi?pr=47813 From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 07:01:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E51916A4CE; Tue, 2 Nov 2004 07:01:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBEF43D2D; Tue, 2 Nov 2004 07:01:26 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from freefall.freebsd.org (bms@localhost [127.0.0.1]) iA271QU5063827; Tue, 2 Nov 2004 07:01:26 GMT (envelope-from bms@freefall.freebsd.org) Received: (from bms@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA271Q9n063823; Tue, 2 Nov 2004 07:01:26 GMT (envelope-from bms) Date: Tue, 2 Nov 2004 07:01:26 GMT From: Bruce M Simpson Message-Id: <200411020701.iA271Q9n063823@freefall.freebsd.org> To: andrei@abc.ro, bms@FreeBSD.org, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/68286: IBM PCNet Ethernet (AMD chip) seen as Trident 4DWave DX/NX by the kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 07:01:27 -0000 Synopsis: IBM PCNet Ethernet (AMD chip) seen as Trident 4DWave DX/NX by the kernel State-Changed-From-To: feedback->suspended State-Changed-By: bms State-Changed-When: Tue Nov 2 07:01:05 GMT 2004 State-Changed-Why: Back to the free pool Responsible-Changed-From-To: bms->freebsd-bugs Responsible-Changed-By: bms Responsible-Changed-When: Tue Nov 2 07:01:05 GMT 2004 Responsible-Changed-Why: Back to the free pool http://www.freebsd.org/cgi/query-pr.cgi?pr=68286 From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 08:10:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0915A16A4D0 for ; Tue, 2 Nov 2004 08:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA7FD43D55 for ; Tue, 2 Nov 2004 08:10:28 +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 iA28ASd2075238 for ; Tue, 2 Nov 2004 08:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA28ASEd075237; Tue, 2 Nov 2004 08:10:28 GMT (envelope-from gnats) Date: Tue, 2 Nov 2004 08:10:28 GMT Message-Id: <200411020810.iA28ASEd075237@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Helge Oldach Subject: Re: conf/72465: [patch] United States International keyboard layout for syscons X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Helge Oldach List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 08:10:29 -0000 The following reply was made to PR conf/72465; it has been noted by GNATS. From: Helge Oldach To: freebsd-gnats-submit@FreeBSD.org Cc: brooks@one-eyed-alien.net Subject: Re: conf/72465: [patch] United States International keyboard layout for syscons Date: Tue, 2 Nov 2004 09:03:54 +0100 (CET) This kbdmap has been created from scratch (but wiht a little help by browsing the existing kbdmaps :-)). Note that this kbdmap behaves *very* differently than us.iso.acc.kbd. Regards, Helge From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 08:22:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4668816A4CE; Tue, 2 Nov 2004 08:22:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BC6943D3F; Tue, 2 Nov 2004 08:22:27 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA28MQZg075671; Tue, 2 Nov 2004 08:22:26 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA28MK5D075651; Tue, 2 Nov 2004 08:22:20 GMT (envelope-from brooks) Date: Tue, 2 Nov 2004 08:22:20 GMT From: Brooks Davis Message-Id: <200411020822.iA28MK5D075651@freefall.freebsd.org> To: mrspock@Michelle.esfm.ipn.mx, brooks@FreeBSD.org, closed@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/72269: [sysinstall] sysinstall configures incorrectly latinamerican keyboard X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 08:22:27 -0000 Synopsis: [sysinstall] sysinstall configures incorrectly latinamerican keyboard State-Changed-From-To: open->closed State-Changed-By: brooks State-Changed-When: Tue Nov 2 08:21:36 GMT 2004 State-Changed-Why: Actually close the PR, not just assign it to the non-existant entity closed. Responsible-Changed-From-To: closed->freebsd-bugs Responsible-Changed-By: brooks Responsible-Changed-When: Tue Nov 2 08:21:36 GMT 2004 Responsible-Changed-Why: Actually close the PR, not just assign it to the non-existant entity closed. http://www.freebsd.org/cgi/query-pr.cgi?pr=72269 From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 10:00:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E16F616A4D0 for ; Tue, 2 Nov 2004 10:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D5143D54 for ; Tue, 2 Nov 2004 10: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 iA2A0jjX085330 for ; Tue, 2 Nov 2004 10: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 iA2A0jx4085301; Tue, 2 Nov 2004 10:00:45 GMT (envelope-from gnats) Resent-Date: Tue, 2 Nov 2004 10:00:45 GMT Resent-Message-Id: <200411021000.iA2A0jx4085301@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Stefanov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D1D16A4CE for ; Tue, 2 Nov 2004 09:50:38 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC08543D1D for ; Tue, 2 Nov 2004 09:50:38 +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 iA29ochC057845 for ; Tue, 2 Nov 2004 09:50:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA29ockF057840; Tue, 2 Nov 2004 09:50:38 GMT (envelope-from nobody) Message-Id: <200411020950.iA29ockF057840@www.freebsd.org> Date: Tue, 2 Nov 2004 09:50:38 GMT From: Stefan Stefanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/73409: fatal trap 12 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 10:00:46 -0000 >Number: 73409 >Category: kern >Synopsis: fatal trap 12 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 02 10:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Stefan Stefanov >Release: 4.10-RELEASE, 5.2.1 >Organization: lan >Environment: uname -a FreeBSD studgrad 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Sat Oct 30 21:59:41 EEST 2004 root@:/usr/src/sys/compile/STOYAN i386 >Description: gdb -k /kernel /usr/crash/vmcore.0 GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...(no debugging symbols found)... IdlePTD at physical address 0x003f1000 initial pcb at physical address 0x00340e20 panicstr: page fault panic messages: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x9 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01a903a stack pointer = 0x10:0xc0300898 frame pointer = 0x10:0xc03008f4 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 = Idle interrupt mask = trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x30 fault code = supervisor read, page not present instruction pointer = 0x8:0xc02479e8 stack pointer = 0x10:0xc03006bc frame pointer = 0x10:0xc03006c4 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 = Idle interrupt mask = bio trap number = 12 panic: page fault Uptime: 10h9m8s dumping to dev #ad/0x20001, offset 492656 dump ata0: resetting devices .. done 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 18>any --- #0 0xc016637e in dumpsys () >How-To-Repeat: I have mpd whith 76 users. Same problem which 4.10- RELEASE and 5.2.1 version on 2 difrent machine. Sorry for my poor english!!! >Fix: I don`t know. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 11:00:36 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A2316A4CE for ; Tue, 2 Nov 2004 11:00:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0753043D3F for ; Tue, 2 Nov 2004 11:00:33 +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 iA2B0XSR092383 for ; Tue, 2 Nov 2004 11:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2B0XVK092381; Tue, 2 Nov 2004 11:00:33 GMT (envelope-from gnats) Resent-Date: Tue, 2 Nov 2004 11:00:33 GMT Resent-Message-Id: <200411021100.iA2B0XVK092381@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Emmanuel Brun d'Aubignosc" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 279BA16A4CE for ; Tue, 2 Nov 2004 10:57:41 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148DB43D31 for ; Tue, 2 Nov 2004 10:57:41 +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 iA2AvepF071437 for ; Tue, 2 Nov 2004 10:57:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA2Aveuq071436; Tue, 2 Nov 2004 10:57:40 GMT (envelope-from nobody) Message-Id: <200411021057.iA2Aveuq071436@www.freebsd.org> Date: Tue, 2 Nov 2004 10:57:40 GMT From: "Emmanuel Brun d'Aubignosc" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73410: Sysinstall could not allocate disklabel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 11:00:36 -0000 >Number: 73410 >Category: misc >Synopsis: Sysinstall could not allocate disklabel >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 02 11:00:32 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Emmanuel Brun d'Aubignosc >Release: 5.3RC1 >Organization: www.upsylon.com >Environment: FreeBSD localhost.localdomain 5.3-RC1 FreeBSD 5.3-RC1 #0: Thu Oct 21 16:41:45 UTC 2004 root@localhost.localdomain:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: My ISP installed a new server for me with 2 200G hard drives. I asked him to partition each one into 2 100G slices and to do the disk labels for the 1st slice. He wasn't able to allocate the last 20G. I tried to do it remote, but sysinstall's disklabel wouldn't work on the first disk. So I asked him to reboot the server on the install CD and retry. No luck, it just wouldn't work. The BIOS access mode is "auto". I retried without sysinstall, using the comand "disklabel -e ad0s1". I created a new label manually, saved it, created a new file system, mounted it ... it all worked fine. I really don't think that the ISP did anything wrong. He installed several smaller servers, for me, running freebsd 4.* without any problems. I had the same problem on another server running FreeBSD 5.2.1 at another ISP. When I searched "The freebsd-questions Archives", I found someone who has had the same problem with freebsd 5.2.1 http://lists.freebsd.org/mailman/htdig/freebsd-questions/2004-June/049050.html here us what disklabel gives me. I Added the G label manually 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 2097152 8752464 4.2BSD 2048 16384 28552 b: 8228176 524288 swap c: 204796557 0 unused 0 0 # "raw" part, don't edit d: 10485760 10849616 4.2BSD 2048 16384 28552 e: 10485760 21335376 4.2BSD 2048 16384 28552 f: 161480704 31821136 4.2BSD 2048 16384 28552 g: 11494717 193301840 4.2BSD 2048 16384 28552 >How-To-Repeat: Reinstall the system. I can't do that because the server is used in production. >Fix: Use the command "disklabel" from the command prompt. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 11:10:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E30616A4CF for ; Tue, 2 Nov 2004 11:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FF343D46 for ; Tue, 2 Nov 2004 11:10:28 +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 iA2BASco096481 for ; Tue, 2 Nov 2004 11:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2BAS6Y096480; Tue, 2 Nov 2004 11:10:28 GMT (envelope-from gnats) Resent-Date: Tue, 2 Nov 2004 11:10:28 GMT Resent-Message-Id: <200411021110.iA2BAS6Y096480@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Szklarski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9492416A4CE for ; Tue, 2 Nov 2004 11:06:27 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DA543D5A for ; Tue, 2 Nov 2004 11:06:27 +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 iA2B6QD8076448 for ; Tue, 2 Nov 2004 11:06:26 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA2B6Qro076417; Tue, 2 Nov 2004 11:06:26 GMT (envelope-from nobody) Message-Id: <200411021106.iA2B6Qro076417@www.freebsd.org> Date: Tue, 2 Nov 2004 11:06:26 GMT From: Michael Szklarski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73411: [patch] FTPD could set attributes to 0600 while uploading; after upload is complete it could set attributes to 0644 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 11:10:28 -0000 >Number: 73411 >Category: misc >Synopsis: [patch] FTPD could set attributes to 0600 while uploading; after upload is complete it could set attributes to 0644 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 02 11:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Szklarski >Release: FreeBSD 5.3 BETA 7 >Organization: FILBICO >Environment: >Description: While uploading large files, it is possible to RETR an incomplete file. FTPD opens files for writing with 0644 attributes using fopen (look into ftpd.c:store function); it is easy to change its behaviour to open these files in 0600 mode using open() and after upload is done (or broken) to fchmod the file into 0644. >How-To-Repeat: Run ftpd, then upload a large file (abt 100MB should do on 10MBIT LAN) and simultaneously try to get it. >Fix: I have modified a little ftpd.c file (functions store(), guniquefd(), receive_data() ); please e-mail me at dysoft@kco.com.pl if anyone is interested. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 16:00:50 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7DE16A4CF for ; Tue, 2 Nov 2004 16:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1154143D2D for ; Tue, 2 Nov 2004 16:00:50 +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 iA2G0n3P025047 for ; Tue, 2 Nov 2004 16:00:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2G0nlx025044; Tue, 2 Nov 2004 16:00:49 GMT (envelope-from gnats) Resent-Date: Tue, 2 Nov 2004 16:00:49 GMT Resent-Message-Id: <200411021600.iA2G0nlx025044@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Trond Endrestřl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33BAA16A4CE for ; Tue, 2 Nov 2004 15:53:04 +0000 (GMT) Received: from ramstind.gtf.ol.no (ramstind.gtf.ol.no [128.39.174.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2837C43D2D for ; Tue, 2 Nov 2004 15:53:03 +0000 (GMT) (envelope-from trond@ramstind.gtf.ol.no) Received: from ramstind.gtf.ol.no (Ximalas@localhost [127.0.0.1]) by ramstind.gtf.ol.no (8.12.9/8.12.11) with ESMTP id iA2Fqx29051776 for ; Tue, 2 Nov 2004 16:53:01 +0100 (CET) (envelope-from trond@ramstind.gtf.ol.no) Received: (from trond@localhost) by ramstind.gtf.ol.no (8.12.9/8.12.3/Submit) id iA2FqwJN051775; Tue, 2 Nov 2004 16:52:58 +0100 (CET) Message-Id: <200411021552.iA2FqwJN051775@ramstind.gtf.ol.no> Date: Tue, 2 Nov 2004 16:52:58 +0100 (CET) From: Trond Endrestřl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/73422: portmap forks ad infinitum when the NIS domain name is set, probably a bug in the RPC library X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Trond Endrestřl List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 16:00:50 -0000 >Number: 73422 >Category: bin >Synopsis: portmap forks ad infinitum when the NIS domain name is set, probably a bug in the RPC library >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 02 16:00:49 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Trond Endrestřl >Release: FreeBSD 4.10-RELEASE i386 >Organization: Private >Environment: >Description: I'm in the process of setting up NIS in my home and I've found a problem that I believe resides in the RPC library. I'm running 4.10-RELEASE and I've followed the instructions in the Handbook. I've used FreeBSD since 1998, but I have only recently turned my interest to NIS. (Speaking of the Handbook, has anyone tried these instructions lately and verified that you'll actually achieve the goal? Is NIS tested when a new -RELEASE is rolled out?) When portmap receives a request, any request, portmap uses the RPC library to maintain the port mappings. When the RPC library discovers the NIS domain name is set, it tries to get the port of the NIS client (i.e. ypbind). As a result, if ypbind is not registered, ypbind might even be in the process of registering with portmap right now, another portmap process is created to service the request. The new portmap process is still using the very same RPC library, which in turn discovers again the name of the NIS domain and tries to get hold of the port belonging to the NIS client, and next, the snowball is rolling and rolling, and soon the system has hundreds, if not thousands, of portmap processes getting nowhere. I've changed ypbind slightly so that it does not check the NIS domain name before checking the command line, see the patch below. Note: This is a very poor workaround! The real problem is still in the RPC library. My computers are all set up to be NIS servers, master or slaves, and are therefore commanded to bind to themselves. When the NIS servers and clients (i.e. ypserv and ypbind) are finally up and running, I can set the NIS domain name using domainname, and everything is OK unless ypbind dies. Should ypbind die, I need to unset the NIS domain name in order not to trigger this nasty problem in the RPC library, restart ypbind, and set the NIS domain name again. Can someone fix the RPC library? I guess the RPC library shouldn't create and post requests on its own when processing other requests. If no one corrects the RPC library, then part of the Handbook should be rewritten, at least make a note that the RPC system, and thus NIS, is broken. RPC and NFS is still working though. >How-To-Repeat: Run portmap with a NIS domain name set, and try engaging portmap by the use of rpcinfo, mountd, nfsd, whatever. >Fix: Patch for ypbind.c follows: *** ypbind.c.orig Fri Feb 15 01:46:59 2002 --- ypbind.c Tue Nov 2 13:47:58 2004 *************** *** 403,413 **** if (flock(yplockfd, LOCK_EX|LOCK_NB) == -1 && errno == EWOULDBLOCK) errx(1, "another ypbind is already running. Aborting"); - /* XXX domainname will be overriden if we use restricted mode */ - yp_get_default_domain(&domain_name); - if (domain_name[0] == '\0') - errx(1, "domainname not set. Aborting"); - for (i = 1; iRelease-Note: >Audit-Trail: >Unformatted: >System: From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 16:20:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4422616A4CE for ; Tue, 2 Nov 2004 16:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 163B743D4C for ; Tue, 2 Nov 2004 16:20:28 +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 iA2GKRcD029365 for ; Tue, 2 Nov 2004 16:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2GKR3W029363; Tue, 2 Nov 2004 16:20:27 GMT (envelope-from gnats) Resent-Date: Tue, 2 Nov 2004 16:20:27 GMT Resent-Message-Id: <200411021620.iA2GKR3W029363@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michiel Boland Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E6616A4CE for ; Tue, 2 Nov 2004 16:11:06 +0000 (GMT) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD6943D2D for ; Tue, 2 Nov 2004 16:11:05 +0000 (GMT) (envelope-from michiel@boland.org) Received: from xs6.xs4all.nl (xs6.xs4all.nl [194.109.21.6]) by smtp-vbr9.xs4all.nl (8.12.11/8.12.11) with ESMTP id iA2GB3Z1080915 for ; Tue, 2 Nov 2004 17:11:03 +0100 (CET) (envelope-from michiel@boland.org) Received: from xs6.xs4all.nl (boland37@localhost.xs4all.nl [127.0.0.1]) by xs6.xs4all.nl (8.12.10/8.12.10) with ESMTP id iA2GB3RK097796 for ; Tue, 2 Nov 2004 17:11:03 +0100 (CET) (envelope-from michiel@boland.org) Received: (from boland37@localhost) by xs6.xs4all.nl (8.12.10/8.12.9/Submit) id iA2GAw0d097702 for FreeBSD-gnats-submit@freebsd.org; Tue, 2 Nov 2004 17:10:58 +0100 (CET) (envelope-from michiel@boland.org) Message-Id: <200411021610.iA2GAw0d097702@xs6.xs4all.nl> Date: Tue, 2 Nov 2004 17:10:58 +0100 (CET) From: Michiel Boland To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/73423: stty -sane disables echo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 16:20:28 -0000 >Number: 73423 >Category: bin >Synopsis: stty -sane disables echo >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 02 16:20:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michiel Boland >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD leefnet.office.internl.net 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Tue Nov 2 14:55:25 CET 2004 root@leefnet.office.internl.net:/usr/obj/usr/src/sys/LEEFNET i386 >Description: After 'stty sane' is executed, the terminal no longer echos. >How-To-Repeat: Type 'stty sane' >Fix: --- /usr/src/bin/stty/key.c Tue Apr 6 22:06:53 2004 +++ key.c Tue Nov 2 17:02:57 2004 @@ -263,7 +263,7 @@ ip->t.c_iflag |= ICRNL; /* preserve user-preference flags in lflag */ #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) - ip->t.c_lflag = TTYDEF_LFLAG | (ip->t.c_lflag & LKEEP); + ip->t.c_lflag = TTYDEF_LFLAG_ECHO | (ip->t.c_lflag & LKEEP); ip->t.c_oflag = TTYDEF_OFLAG; ip->set = 1; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 17:21:14 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5AB816A4CE; Tue, 2 Nov 2004 17:21:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86DB843D54; Tue, 2 Nov 2004 17:21:14 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) iA2HLEp8036196; Tue, 2 Nov 2004 17:21:14 GMT (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2HLEma036192; Tue, 2 Nov 2004 17:21:14 GMT (envelope-from keramida) Date: Tue, 2 Nov 2004 17:21:14 GMT From: Giorgos Keramidas Message-Id: <200411021721.iA2HLEma036192@freefall.freebsd.org> To: keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org, keramida@FreeBSD.org Subject: Re: conf/73396: missing entry in /boot/defaults/loader.conf and its man page X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 17:21:14 -0000 Synopsis: missing entry in /boot/defaults/loader.conf and its man page Responsible-Changed-From-To: freebsd-bugs->keramida Responsible-Changed-By: keramida Responsible-Changed-When: Tue Nov 2 17:20:44 GMT 2004 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=73396 From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 17:25:07 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7302416A4CE; Tue, 2 Nov 2004 17:25:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F7C43D6B; Tue, 2 Nov 2004 17:25:07 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) iA2HP79W036303; Tue, 2 Nov 2004 17:25:07 GMT (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2HP7Sq036299; Tue, 2 Nov 2004 17:25:07 GMT (envelope-from keramida) Date: Tue, 2 Nov 2004 17:25:07 GMT From: Giorgos Keramidas Message-Id: <200411021725.iA2HP7Sq036299@freefall.freebsd.org> To: keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org, phk@FreeBSD.org Subject: Re: bin/73423: stty -sane disables echo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 17:25:07 -0000 Synopsis: stty -sane disables echo Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: keramida Responsible-Changed-When: Tue Nov 2 17:24:00 GMT 2004 Responsible-Changed-Why: Poul-Henning has been working on the tty code lately. This looks like a possible fix for the echo problems some people have reported after running portupgrade or other programs. http://www.freebsd.org/cgi/query-pr.cgi?pr=73423 From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 17:30:36 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D89F416A4CE for ; Tue, 2 Nov 2004 17:30:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A2143D45 for ; Tue, 2 Nov 2004 17:30:36 +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 iA2HUaVE036702 for ; Tue, 2 Nov 2004 17:30:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2HUaS6036701; Tue, 2 Nov 2004 17:30:36 GMT (envelope-from gnats) Date: Tue, 2 Nov 2004 17:30:36 GMT Message-Id: <200411021730.iA2HUaS6036701@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 17:30:37 -0000 The following reply was made to PR kern/73399; it has been noted by GNATS. From: Giorgos Keramidas To: Ted Cabeen Cc: bug-followup@freebsd.org Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line Date: Tue, 2 Nov 2004 19:19:33 +0200 On 2004-11-01 16:35, Ted Cabeen wrote: > With the following line in /etc/ipf.rules the firewall blocks outbound > echo replies: > pass out quick on fxp0 proto icmp all keep state Can I see the full ruleset? This seems to be a problem with the ruleset you are using. I just flushed all my ipfilter rules and loaded a simple set like this: : # ipfstat -hnio : 0 @1 pass out quick on sis0 proto icmp from any to any keep state : 3 @2 pass out quick proto udp from any to any port = 53 keep state : empty list for ipfilter(in) The first rule allows DNS lookups. The second is the rule you have mentioned; I've only changed fxp0 to sis0, my interface name. Outgoing icmp echo requests are passed as expected, and their incoming icmp echo replies are also allowed: : # ping www.otenet.gr : PING www.otenet.gr (62.103.128.200): 56 data bytes : 64 bytes from 62.103.128.200: icmp_seq=0 ttl=120 time=636.550 ms : ^C : --- www.otenet.gr ping statistics --- : 2 packets transmitted, 1 packets received, 50% packet loss : round-trip min/avg/max/stddev = 636.550/636.550/636.550/0.000 ms Incoming echo requests do not receive a reply, because there is no matching state to allow them in and there is no explicit allow rule for incoming echo requests. Hence, echo replies are never sent from my workstation, unless I also add: : pass in quick on sis0 proto icmp from any to any keep state This is not a bug though. From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 17:36:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2773916A4CF; Tue, 2 Nov 2004 17:36:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0552043D31; Tue, 2 Nov 2004 17:36:32 +0000 (GMT) (envelope-from arr@FreeBSD.org) Received: from freefall.freebsd.org (arr@localhost [127.0.0.1]) iA2HaVl1037740; Tue, 2 Nov 2004 17:36:31 GMT (envelope-from arr@freefall.freebsd.org) Received: (from arr@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2HaVX0037736; Tue, 2 Nov 2004 17:36:31 GMT (envelope-from arr) Date: Tue, 2 Nov 2004 17:36:31 GMT From: "Andrew R. Reiter" Message-Id: <200411021736.iA2HaVX0037736@freefall.freebsd.org> To: poloDiesel@Haakh.de, arr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/73066: psm broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 17:36:32 -0000 Synopsis: psm broken State-Changed-From-To: open->closed State-Changed-By: arr State-Changed-When: Tue Nov 2 17:35:45 GMT 2004 State-Changed-Why: Andreas Haakh followed up by stating he had issues with his BIOS configuration that was causing psm not to work properly. Closing. http://www.freebsd.org/cgi/query-pr.cgi?pr=73066 From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 18:30:35 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A96416A4CF for ; Tue, 2 Nov 2004 18:30:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4088943D58 for ; Tue, 2 Nov 2004 18:30:35 +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 iA2IUZ7Z043314 for ; Tue, 2 Nov 2004 18:30:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2IUZfg043311; Tue, 2 Nov 2004 18:30:35 GMT (envelope-from gnats) Resent-Date: Tue, 2 Nov 2004 18:30:35 GMT Resent-Message-Id: <200411021830.iA2IUZfg043311@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Evgenij Nuzhdin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2727816A4D0 for ; Tue, 2 Nov 2004 18:23:05 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF0D43D53 for ; Tue, 2 Nov 2004 18:23:05 +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 iA2IN2KQ083898 for ; Tue, 2 Nov 2004 18:23:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA2IN2Ip083889; Tue, 2 Nov 2004 18:23:02 GMT (envelope-from nobody) Message-Id: <200411021823.iA2IN2Ip083889@www.freebsd.org> Date: Tue, 2 Nov 2004 18:23:02 GMT From: Evgenij Nuzhdin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73428: Uchus'.Problema s ACPI.Driver dlya videocard ATI RADEON 9600 Pro(R96A) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 18:30:35 -0000 >Number: 73428 >Category: misc >Synopsis: Uchus'.Problema s ACPI.Driver dlya videocard ATI RADEON 9600 Pro(R96A) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 02 18:30:34 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Evgenij Nuzhdin >Release: FreeBSD 5.2.1 >Organization: >Environment: FreeBSD 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Russian lang(translit). Nerabotaet ACPI(pod FreeBSD 5.1 rabotala). Zavisaet pri zagruzke. Vcluchau -Dissable ACPI- zagruska prohodit OK. Vozhet li eto bit' konfliktom driverov? XFree86 u menya rabotaet yf VESA driver. Moya videocard ATI Radeon 9600 Pro 128Mb(R96A) na neio drivera net(no est' na 9200 i 9800, obidno da) i voobshe videocard opredelyaetsya kak dva ustroistva PCI:2 device(0:0 & 0:1) chto delat'? probovat' ustanovir' Linux driver, kak eto delat'? ili pisat' svoi driver, gde vzyat' info po Videocard? vsio spasibo. >How-To-Repeat: Kupit' moio oborudovanie MB GigaByte 7N400 CPU AMD Athlon 2500+ Video ATI Radeon 9600 Pro HDD 2 x 40Gb RAM 2 x 256Mb >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 18:30:39 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9141E16A4D2 for ; Tue, 2 Nov 2004 18:30:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE8E43D39 for ; Tue, 2 Nov 2004 18:30: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 iA2IUdPG043407 for ; Tue, 2 Nov 2004 18:30:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2IUdRI043405; Tue, 2 Nov 2004 18:30:39 GMT (envelope-from gnats) Date: Tue, 2 Nov 2004 18:30:39 GMT Message-Id: <200411021830.iA2IUdRI043405@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ted Cabeen Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ted Cabeen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 18:30:39 -0000 The following reply was made to PR kern/73399; it has been noted by GNATS. From: Ted Cabeen To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line Date: Tue, 02 Nov 2004 10:27:58 -0800 Giorgos Keramidas writes: > On 2004-11-01 16:35, Ted Cabeen wrote: >> With the following line in /etc/ipf.rules the firewall blocks outbound >> echo replies: >> pass out quick on fxp0 proto icmp all keep state > > Can I see the full ruleset? This seems to be a problem with the ruleset > you are using. I just flushed all my ipfilter rules and loaded a simple > set like this: > > : # ipfstat -hnio > : 0 @1 pass out quick on sis0 proto icmp from any to any keep state > : 3 @2 pass out quick proto udp from any to any port = 53 keep state > : empty list for ipfilter(in) > > The first rule allows DNS lookups. The second is the rule you have > mentioned; I've only changed fxp0 to sis0, my interface name. > > Outgoing icmp echo requests are passed as expected, and their incoming > icmp echo replies are also allowed: > > : # ping www.otenet.gr > : PING www.otenet.gr (62.103.128.200): 56 data bytes > : 64 bytes from 62.103.128.200: icmp_seq=0 ttl=120 time=636.550 ms > : ^C > : --- www.otenet.gr ping statistics --- > : 2 packets transmitted, 1 packets received, 50% packet loss > : round-trip min/avg/max/stddev = 636.550/636.550/636.550/0.000 ms > > Incoming echo requests do not receive a reply, because there is no > matching state to allow them in and there is no explicit allow rule for > incoming echo requests. Hence, echo replies are never sent from my > workstation, unless I also add: > > : pass in quick on sis0 proto icmp from any to any keep state Outgoing echo requests work fine on this machine. It's inbound responses that are having problems. Here's my full ruleset. I have a rule allowing inbound echo requests, so it should allow the outbound reply packets. What's interesting to me is that the exact same ruleset works fine on 4.X machines. ------------- # IP filtering rules. See the ipf(5) man page for more # information on the format of this file, and /usr/share/ipf # for example configuration files. ## ## Permit all localhost stuff ## pass in quick on lo0 all pass out quick on lo0 all ## ## Permit outbound stuff, except peculiar things. ## pass out quick on fxp0 proto udp all keep state pass out quick on fxp0 proto icmp all keep state pass out quick on fxp0 proto tcp all keep state block out log from 127.0.0.0/8 to any block out log from any to 127.0.0.0/8 block out log from any to black ## ## Block & log wacky stuff: options, shorts, spoofs, etc. ## #block in log quick from any to any with ipopts #block in log quick proto tcp from any to any with short ## ## More specifically, block from/to localhost and invalid networks ## block in log quick from 192.168.0.0/16 to any block in log quick from 172.16.0.0/12 to any block in log quick from 10.0.0.0/8 to any block in log quick on fxp0 from 127.0.0.0/8 to any block in log quick on fxp0 from 0.0.0.0/8 to any block in log quick on fxp0 from 169.254.0.0/16 to any block in log quick on fxp0 from 192.0.2.0/24 to any block in log quick on fxp0 from 204.152.64.0/23 to any block in log quick on fxp0 from 224.0.0.0/3 to any block in log quick on fxp0 from black to any block out log quick on fxp0 from any to 192.168.0.0/16 block out log quick on fxp0 from any to 172.16.0.0/12 block out log quick on fxp0 from any to 10.0.0.0/8 block out log quick on fxp0 from any to 0.0.0.0/8 block out log quick on fxp0 from any to 127.0.0.0/8 block out log quick on fxp0 from any to 169.254.0.0/16 block out log quick on fxp0 from any to 192.0.2.0/24 block out log quick on fxp0 from any to 204.152.64.0/23 block out log quick on fxp0 from any to 224.0.0.0/3 ## ## ICMP rules ## pass in quick on fxp0 proto icmp from any to black icmp-type 0 pass in quick on fxp0 proto icmp from any to black icmp-type 8 pass in quick on fxp0 proto icmp from any to black icmp-type 11 # Allow SSH in from 64 net pass in quick proto tcp from 207.154.64.0/23 to black port = 22 flags S keep state pass in quick proto tcp from 64.4.129.0/24 to black port = 22 flags S keep state # Allow monitoring from demon pass in quick proto udp from 207.154.64.163/32 to black port = 161 keep state pass in quick proto tcp from 207.154.64.163/32 to black port = 5666 flags S keep state # Allow Amanda from 64 net pass in quick proto udp from 207.154.64.0/24 port = 10080 to black keep state pass in quick proto udp from 207.154.84.24/32 port = 10080 to black keep state pass in quick proto tcp from 207.154.64.174/32 to 207.154.64.33/32 port = 63425 flags S keep state ## ## Block and log inbound traffic, just in case. ## block return-rst in log quick on fxp0 proto tcp all block return-icmp(port-unr) in log quick on fxp0 proto udp all block in log on fxp0 all -- Ted Cabeen Sr. Systems/Network Administrator Impulse Internet Services From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 20:50:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56C3416A4D6 for ; Tue, 2 Nov 2004 20:50:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431D343D54 for ; Tue, 2 Nov 2004 20:50: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 iA2KoUwD058580 for ; Tue, 2 Nov 2004 20:50:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2KoTgj058579; Tue, 2 Nov 2004 20:50:29 GMT (envelope-from gnats) Date: Tue, 2 Nov 2004 20:50:29 GMT Message-Id: <200411022050.iA2KoTgj058579@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jason Bacon Subject: Re: kern/73209: PS/2 keyboard problems when NFS server under load (fwd) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jason Bacon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 20:50:32 -0000 The following reply was made to PR kern/73209; it has been noted by GNATS. From: Jason Bacon To: Brooks Davis Cc: Brooks Davis , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/73209: PS/2 keyboard problems when NFS server under load (fwd) Date: Tue, 2 Nov 2004 14:42:44 -0600 (CST) On Tue, 2 Nov 2004, Brooks Davis wrote: > On Mon, Nov 01, 2004 at 06:01:28PM -0600, Jason Bacon wrote: >> >> Actually, no - the USB disk happened to be connected during boot, but was >> never touched. The process was writing to da0: >> >> Filesystem 1K-blocks Used Avail Capacity Mounted on >> /dev/da0s1a 253678 56780 176604 24% / >> devfs 1 1 0 100% /dev >> /dev/da0s1e 253678 332 233052 0% /tmp >> /dev/da0s1f 15592330 13594272 750672 95% /usr >> /dev/da0s1d 253678 30288 203096 13% /var >> >> #The following examples export /usr to 3 machines named after ducks, >> #/usr/src and /usr/ports read-only to machines named after trouble makers >> #/home and all directories under it to machines named after dead rock >> stars >> #and, /a to a network of privileged machines allowed to write on it as >> root. >> #/usr huey louie dewie >> #/usr/src /usr/obj -ro calvin hobbes >> #/home -alldirs janice jimmy frank >> #/a -maproot=0 -network 10.0.1.0 -mask 255.255.248.0 >> # >> # You should replace these lines with your actual exported filesystems. >> # Note that BSDs export synatx is host-centric vs. Suns "FS-centric" one. >> >> /usr/home -maproot=0 neelix >> >> There was nothing else loading the system at the time, either. > > That's the sort of information you need to provide in your PRs. Could > you please verify that you can't trigger this behavior with large local > accesses? We need to narrow the field a bit. Also, please CC Could > you please verify that you can't trigger this behavior with large local > accesses? We need to narrow the field a bit. > > Please CC freebsd-gnats-submit@freebsd.org with your reply so this > discusion ends up in the PR history. > > Thanks, > Brooks Here you go, plus more... ========================================================================= Local access on smithers ========================================================================= smithers bacon ~ 218: tar cf x11.tar /usr/X11R6/ tar: Removing leading '/' from member names [top on smithers] last pid: 38077; load averages: 1.00, 3.21, 3.51 up 6+04:24:28 13:51:38 61 processes: 2 running, 59 sleeping CPU states: 10.8% user, 0.0% nice, 37.8% system, 1.9% interrupt, 49.4% idle Mem: 107M Active, 57M Inact, 68M Wired, 11M Cache, 34M Buf, 648K Free Swap: 1024M Total, 5776K Used, 1018M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 38077 bacon -8 0 1624K 1188K biord 0:07 29.49% 20.17% bsdtar 37868 root 97 0 18500K 17544K select 0:22 2.73% 2.73% Xorg 37912 bacon 97 0 26488K 16772K RUN 0:20 2.34% 2.34% kdeinit 502 root 96 0 1268K 68K select 3:32 0.68% 0.68% moused 37928 bacon 96 0 32388K 17916K select 0:06 0.49% 0.49% kdeinit 37972 bacon 96 0 2796K 2052K select 0:01 0.15% 0.15% rxvt [Add another tar while the first is still running] last pid: 38088; load averages: 0.93, 2.15, 3.01 up 6+04:27:12 13:54:22 63 processes: 2 running, 61 sleeping CPU states: 17.1% user, 0.0% nice, 41.1% system, 1.6% interrupt, 40.3% idle Mem: 108M Active, 65M Inact, 56M Wired, 13M Cache, 34M Buf, 648K Free Swap: 1024M Total, 5820K Used, 1018M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 38085 bacon -8 0 1624K 1192K biord 0:09 12.07% 11.47% bsdtar 38086 bacon 101 0 1624K 1192K RUN 0:08 12.26% 11.47% bsdtar 37912 bacon 96 0 26488K 16740K select 0:26 2.83% 2.83% kdeinit 37868 root 97 0 18664K 17720K select 0:28 2.64% 2.64% Xorg 502 root 96 0 1268K 68K select 3:33 0.49% 0.49% moused 37968 bacon 96 0 2488K 1708K select 0:00 0.24% 0.24% rxvt 38088 bacon 96 0 2376K 1548K RUN 0:00 1.35% 0.24% top [In nedit on smithers, during 1 tar operation:] lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala [In nedit on smithers, during 2 simultaneous tar operations:] lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala No problems with local access. Repeat the write experiment from a Linux client (neelix): ======================================================================== NFS access from SuSE 8.2 client - cp -Rp /usr/X11R6 /smithers/home/bacon ======================================================================== [From neelix fstab:] smithers:/usr/home /smithers/home nfs rw,intr 0 0 [From df on neelix:] Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda3 73848544 65386420 8462124 89% / shmfs 1034604 0 1034604 0% /dev/shm uhura:/home2/jdrive/share 75685352 62228256 7402268 90% /windows/share smithers:/usr/home 15592330 10064846 4280098 71% /smithers/home neelix bacon ~ 204: /bin/cp -Rp /usr/X11R6 /smithers/home/bacon [Top on smithers] last pid: 38110; load averages: 2.74, 1.94, 2.68 up 6+04:30:52 13:58:02 62 processes: 4 running, 58 sleeping CPU states: 5.0% user, 0.0% nice, 56.4% system, 13.2% interrupt, 25.4% idle Mem: 108M Active, 51M Inact, 68M Wired, 15M Cache, 34M Buf, 648K Free Swap: 1024M Total, 5832K Used, 1018M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 359 root 4 0 1256K 12K - 18:05 22.75% 22.75% nfsd 361 root 4 0 1256K 12K - 8:14 9.33% 9.33% nfsd 362 root 4 0 1256K 12K - 6:51 8.40% 8.40% nfsd 360 root 4 0 1256K 12K - 5:47 5.81% 5.81% nfsd 37912 bacon 98 0 26488K 16740K select 0:34 2.34% 2.34% kdeinit 37868 root 98 0 18680K 17720K RUN 0:35 1.95% 1.95% Xorg [In nedit on smithers, during cp from neelix:] lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalaalalalalalalalalalalalallalalalalalallalalalalalalalalalalalalalal lalalalalalalalalalalalalalaallaalllalalalalalalalalalalalalalalalalalal (Note the inconsistencies - I was being very careful to alternate between 'a' and 'l') ======================================================================== Thought of one more angle: See if a FreeBSD client produces the same problem: NFS access from FreeBSD 5.2.1 client (moe) - similar to SuSE client (fast Athlon machine) cp -Rp /usr/X11R6 /smithers/home/bacon ======================================================================== [From fstab on moe:] smithers:/usr/home /smithers/home nfs rw,intr 0 0 [df on moe:] Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 253678 64400 168984 28% / devfs 1 1 0 100% /dev /dev/ad0s1e 253678 2556 230828 1% /tmp /dev/ad0s1f 113508718 84828108 19599914 81% /usr /dev/ad0s1d 253678 45282 188102 19% /var apu:/home2 282261358 245038456 14641994 94% /apu/home2 apu:/home3 282261358 241584110 18096340 93% /apu/home3 smithers:/usr/home 15592330 10064852 4280092 70% /smithers/home [top on smithers] last pid: 38154; load averages: 0.75, 0.76, 1.45 up 6+04:42:41 14:09:51 64 processes: 4 running, 60 sleeping CPU states: 7.3% user, 0.0% nice, 59.6% system, 15.0% interrupt, 18.1% idle Mem: 110M Active, 74M Inact, 50M Wired, 8980K Cache, 34M Buf, 648K Free Swap: 1024M Total, 5776K Used, 1018M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 359 root 4 0 1256K 12K - 19:25 32.28% 32.28% nfsd 37912 bacon 96 0 26488K 16732K select 1:01 2.98% 2.98% kdeinit 37868 root 97 0 18680K 17704K select 0:53 1.90% 1.90% Xorg 38078 bacon 96 0 7160K 4396K select 0:10 0.83% 0.83% nedit 502 root 96 0 1268K 68K select 3:38 0.15% 0.15% moused * Interesting note: This copy did NOT trigger multiple nfsd processes as the Linux client did. FYI, I've had problems with Linux clients in the past causing panics on my FreeBSD 4.x servers. I worked around it by using TCP instead of UDP. ( Followup below ) [In nedit on smithers, during cp from moe:] lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala lalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalalala The keyboard problem does NOT show up when writing from a FreeBSD client! ======================================================================== SuSE 8.2 client with TCP ======================================================================== I then changed the Linux client to use TCP instead of UDP. SAME PROBLEM with the keyboard on smithers, plus the response time on smithers became unbearable. ( The mouse cursor and keystrokes ran several seconds behind ) [From fstab on neelix:] smithers:/usr/home /smithers/home nfs rw,tcp,intr 0 0 [top on smithers:] last pid: 38208; load averages: 5.83, 2.82, 2.12 up 6+05:02:43 14:29:53 64 processes: 8 running, 56 sleeping CPU states: 1.6% user, 0.0% nice, 70.3% system, 28.0% interrupt, 0.1% idle Mem: 111M Active, 53M Inact, 68M Wired, 9876K Cache, 34M Buf, 648K Free Swap: 1024M Total, 5748K Used, 1018M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 359 root -8 0 1256K 12K biord 22:19 16.21% 16.21% nfsd 361 root 4 0 1256K 12K - 8:48 13.33% 13.33% nfsd 362 root 4 0 1256K 12K - 7:17 12.35% 12.35% nfsd 360 root 4 0 1256K 12K - 6:09 11.52% 11.52% nfsd 37912 bacon 96 0 26488K 16728K RUN 1:42 0.44% 0.44% kdeinit 37868 root 96 0 18704K 17756K select 1:27 0.34% 0.34% Xorg ----------------------------------------------------------------------- Real men aren't afraid to eat quiche. ----------------------------------------------------------------------- From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 2 22:40:34 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D3316A5B6 for ; Tue, 2 Nov 2004 22:40:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D778643D2D for ; Tue, 2 Nov 2004 22:40: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 iA2MeYLS072697 for ; Tue, 2 Nov 2004 22:40:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA2MeYe6072696; Tue, 2 Nov 2004 22:40:34 GMT (envelope-from gnats) Date: Tue, 2 Nov 2004 22:40:34 GMT Message-Id: <200411022240.iA2MeYe6072696@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 22:40:35 -0000 The following reply was made to PR kern/73399; it has been noted by GNATS. From: Giorgos Keramidas To: Ted Cabeen Cc: bug-followup@freebsd.org Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line Date: Wed, 3 Nov 2004 00:30:30 +0200 On 2004-11-02 10:27, Ted Cabeen wrote: > Giorgos Keramidas writes: > > On 2004-11-01 16:35, Ted Cabeen wrote: > >> With the following line in /etc/ipf.rules the firewall blocks outbound > >> echo replies: > >> pass out quick on fxp0 proto icmp all keep state > > > > Can I see the full ruleset? This seems to be a problem with the ruleset > > you are using. > !grep icmp rules > pass out quick on fxp0 proto icmp all keep state > pass in quick on fxp0 proto icmp from any to black icmp-type 0 > pass in quick on fxp0 proto icmp from any to black icmp-type 8 > pass in quick on fxp0 proto icmp from any to black icmp-type 11 > block return-icmp(port-unr) in log quick on fxp0 proto udp all Your ruleset uses `keep state' for outgoing icmps but not for the icmp-types 0, 8 and 11. I'm not sure how ipfilter keeps states internally, but can you try one of the following? a. Add 'keep state' to the input rules too, or b. Replace all your icmp rules with a pair like this: pass in icmp all pass out icmp all If (a) doesn't work but (b) works, we'll have to look at this in more detail. If they both work, it's probably a lot faster to keep (b) and use the net.inet.icmp.icmplim sysctl to limit the rate of icmp packets ;-) From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 08:55:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D57C16A4CE; Wed, 3 Nov 2004 08:55:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F146F43D31; Wed, 3 Nov 2004 08:55:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) iA38timq065775; Wed, 3 Nov 2004 08:55:44 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA38tiXS065771; Wed, 3 Nov 2004 08:55:44 GMT (envelope-from vs) Date: Wed, 3 Nov 2004 08:55:44 GMT From: Volker Stolz Message-Id: <200411030855.iA38tiXS065771@freefall.freebsd.org> To: linweichuan@hotmail.com, vs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/69846: the usename has to be writed as "/****/" by using the adduser X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 08:55:45 -0000 Synopsis: the usename has to be writed as "/****/" by using the adduser State-Changed-From-To: open->feedback State-Changed-By: vs State-Changed-When: Wed Nov 3 08:51:32 GMT 2004 State-Changed-Why: Ask for more details; suggest workaround. http://www.freebsd.org/cgi/query-pr.cgi?pr=69846 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 09:34:57 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73D6816A4CE; Wed, 3 Nov 2004 09:34:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C6943D3F; Wed, 3 Nov 2004 09:34:57 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) iA39YvjP071577; Wed, 3 Nov 2004 09:34:57 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA39YuCh071573; Wed, 3 Nov 2004 09:34:56 GMT (envelope-from vs) Date: Wed, 3 Nov 2004 09:34:56 GMT From: Volker Stolz Message-Id: <200411030934.iA39YuCh071573@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, vs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/40466: [patch] pax may not handle correctly some tar archives X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 09:34:57 -0000 Old Synopsis: pax may not handle correctly some tar archives New Synopsis: [patch] pax may not handle correctly some tar archives State-Changed-From-To: analyzed->open State-Changed-By: vs State-Changed-When: Wed Nov 3 09:33:54 GMT 2004 State-Changed-Why: This is still a problem on 5.3-RC2. Cyrille's patch still applies. http://www.freebsd.org/cgi/query-pr.cgi?pr=40466 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 09:44:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FFEB16A4CE; Wed, 3 Nov 2004 09:44:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D00443D31; Wed, 3 Nov 2004 09:44:24 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) iA39iODS072167; Wed, 3 Nov 2004 09:44:24 GMT (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA39iOeS072163; Wed, 3 Nov 2004 09:44:24 GMT (envelope-from iedowse) Date: Wed, 3 Nov 2004 09:44:24 GMT From: Ian Dowse Message-Id: <200411030944.iA39iOeS072163@freefall.freebsd.org> To: brian@hyperreal.org, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/28346: USB ethernet dongle detach requires "ifconfig aue0 down" first. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 09:44:24 -0000 Synopsis: USB ethernet dongle detach requires "ifconfig aue0 down" first. State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Wed Nov 3 09:41:24 GMT 2004 State-Changed-Why: Feedback timed out, and this is probably already fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=28346 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 10:13:55 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA1D16A4CF; Wed, 3 Nov 2004 10:13:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D03C43D2F; Wed, 3 Nov 2004 10:13:55 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) iA3ADtkm077044; Wed, 3 Nov 2004 10:13:55 GMT (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3ADsFp077040; Wed, 3 Nov 2004 10:13:54 GMT (envelope-from iedowse) Date: Wed, 3 Nov 2004 10:13:54 GMT From: Ian Dowse Message-Id: <200411031013.iA3ADsFp077040@freefall.freebsd.org> To: ssw@neo.redjade.org, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/71956: [panic] [usb] Panic in kobj_delete when a USB hub is detached [6-CURRENT] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 10:13:55 -0000 Synopsis: [panic] [usb] Panic in kobj_delete when a USB hub is detached [6-CURRENT] State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Wed Nov 3 10:12:18 GMT 2004 State-Changed-Why: This should have been fixed by revision 1.68 of usb_port.h. http://www.freebsd.org/cgi/query-pr.cgi?pr=71956 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 15:30:31 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B1916A4CE for ; Wed, 3 Nov 2004 15:30:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229E143D75 for ; Wed, 3 Nov 2004 15:30: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 iA3FUUbh012450 for ; Wed, 3 Nov 2004 15:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3FUU16012449; Wed, 3 Nov 2004 15:30:30 GMT (envelope-from gnats) Date: Wed, 3 Nov 2004 15:30:30 GMT Message-Id: <200411031530.iA3FUU16012449@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dmitry Frolov Subject: Re: bin/36136: savecore -z option does not work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitry Frolov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 15:30:31 -0000 The following reply was made to PR bin/36136; it has been noted by GNATS. From: Dmitry Frolov To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/36136: savecore -z option does not work Date: Wed, 3 Nov 2004 21:26:41 +0600 I think this PR may be closed. The problem doesn't exists in 5.x and nobody will want to fix it in 4.x. wbr&w, dmitry. -- Dmitry Frolov RISS-Telecom Network, Novosibirsk, Russia 66415911@ICQ, +7 3832 NO WA1T, DVF-RIPE From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 19:10:16 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EA9716A4D3 for ; Wed, 3 Nov 2004 19:10:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A5E243D6B for ; Wed, 3 Nov 2004 19:10:16 +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 iA3JAGBc039251 for ; Wed, 3 Nov 2004 19:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3JAGv9039250; Wed, 3 Nov 2004 19:10:16 GMT (envelope-from gnats) Date: Wed, 3 Nov 2004 19:10:16 GMT Message-Id: <200411031910.iA3JAGv9039250@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ted Cabeen Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ted Cabeen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 19:10:16 -0000 The following reply was made to PR kern/73399; it has been noted by GNATS. From: Ted Cabeen To: Giorgos Keramidas Cc: bug-followup@freebsd.org Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line Date: Wed, 03 Nov 2004 11:09:17 -0800 Giorgos Keramidas writes: > On 2004-11-02 10:27, Ted Cabeen wrote: >> Giorgos Keramidas writes: >> > On 2004-11-01 16:35, Ted Cabeen wrote: >> >> With the following line in /etc/ipf.rules the firewall blocks outbound >> >> echo replies: >> >> pass out quick on fxp0 proto icmp all keep state >> > >> > Can I see the full ruleset? This seems to be a problem with the ruleset >> > you are using. >> > !grep icmp rules >> pass out quick on fxp0 proto icmp all keep state >> pass in quick on fxp0 proto icmp from any to black icmp-type 0 >> pass in quick on fxp0 proto icmp from any to black icmp-type 8 >> pass in quick on fxp0 proto icmp from any to black icmp-type 11 >> block return-icmp(port-unr) in log quick on fxp0 proto udp all > > Your ruleset uses `keep state' for outgoing icmps but not for the icmp-types > 0, 8 and 11. I'm not sure how ipfilter keeps states internally, but can you > try one of the following? > > a. Add 'keep state' to the input rules too, or > > b. Replace all your icmp rules with a pair like this: > > pass in icmp all > pass out icmp all > > If (a) doesn't work but (b) works, we'll have to look at this in more > detail. If they both work, it's probably a lot faster to keep (b) and > use the net.inet.icmp.icmplim sysctl to limit the rate of icmp packets ;-) (a) works, so I'll probably just go with that. Thanks for the input. -- Ted Cabeen Sr. Systems/Network Administrator Impulse Internet Services From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 19:20:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA6616A4CE for ; Wed, 3 Nov 2004 19:20:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60BAA43D53 for ; Wed, 3 Nov 2004 19:20: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 iA3JKKVI039533 for ; Wed, 3 Nov 2004 19:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3JKKPt039532; Wed, 3 Nov 2004 19:20:20 GMT (envelope-from gnats) Resent-Date: Wed, 3 Nov 2004 19:20:20 GMT Resent-Message-Id: <200411031920.iA3JKKPt039532@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ronald F.Guilmette" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56EB16A4CE for ; Wed, 3 Nov 2004 19:18:06 +0000 (GMT) Received: from segfault-outgoing-helo.monkeys.com (segfault.monkeys.com [66.60.159.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 974B643D39 for ; Wed, 3 Nov 2004 19:18:06 +0000 (GMT) (envelope-from rfg@monkeys.com) Received: by segfault.monkeys.com (Postfix, from userid 1237) id 7060C54C9; Wed, 3 Nov 2004 11:18:06 -0800 (PST) Message-Id: <20041103191806.7060C54C9@segfault.monkeys.com> Date: Wed, 3 Nov 2004 11:18:06 -0800 (PST) From: "Ronald F.Guilmette" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: rfg@monkeys.com Subject: kern/73492: Wanted: Reliable Temporary Files X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Ronald F.Guilmette" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 19:20:20 -0000 >Number: 73492 >Category: kern >Synopsis: Wanted: Reliable Temporary Files >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 03 19:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ronald F. Guilmette >Release: FreeBSD 4.10-RELEASE i386 >Organization: Infinite Monkeys & Co. >Environment: System: FreeBSD segfault.monkeys.com 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed Oct 27 13:02:03 PDT 2004 rfg@segfault.monkeys.com:/usr/src/sys/compile/rfg20041027 i386 >Description: Consider the following code to create a "temporary" file which, it is hoped, will be removed entirely from the file system upon program completion, or upon the last close of the associated open fd, which- ever comes first: fd = open (tempfile_path, O_CREAT|O_RDWR, 0600); unlink (tempfile_path); In general, this code sequence will be sufficient to insure that the created temporary file will be removed from the file system upon the final close of the associated fd. The temporary file may perhaps _not_ be removed however in cases where a signal is received between the time the file is actually created, and the time the unlink becomes effective. This problem may be mitigated somewhat by blocking all blockable sig- nals just before the call to open() and then unblocking them all again just after the call to unlock(). The problem with this solution how- ever is that the kernel prevents SIGKILL from being blocked by a user- land program. Thus, if a SIGKILL is received between the time the file is created and the time the unlink() becomes effective, the ``temporary'' file will remain in existance, thereby polluting the file system with undesirable cruft. >How-To-Repeat: Write a program containing the above code snippet, and then send it a SIGKILL at Just The Right Moment. >Fix: This is a Request For Enhancement. In my opinion, it would be Very Very Nice to have a new O_* option bit which could be passed to the open(2) kernel primitive. One possible sensible name for such a new option would be `O_UNLINK'. The effect of such a new option would simply be to cause the kernel to unlink the file from the file system (if permitted, based on the permissions of the containing directory, and upon the UID of the process that called open() with this new O_UNLINK option) either (a) immediately, as soon as the open has been successfully completed, or else (b) at the time of the last close of the relevant fd. P.S. The justification for the proposed O_UNLINK option is essentially identical to the justification for the O_EXLOCK and O_SHLOCK open(2) options -- Here again we have a case where it is clearly useful to have an additional operation applied to the file, atomically (at least as far as userland processes are concerned) at the time of the file open operation. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 19:50:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C5916A4CE for ; Wed, 3 Nov 2004 19:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC38D43D5E for ; Wed, 3 Nov 2004 19: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 iA3JoMDT041594 for ; Wed, 3 Nov 2004 19: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 iA3JoM2v041593; Wed, 3 Nov 2004 19:50:22 GMT (envelope-from gnats) Resent-Date: Wed, 3 Nov 2004 19:50:22 GMT Resent-Message-Id: <200411031950.iA3JoM2v041593@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ronald F.Guilmette" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD0616A4CF for ; Wed, 3 Nov 2004 19:40:15 +0000 (GMT) Received: from segfault-outgoing-helo.monkeys.com (segfault.monkeys.com [66.60.159.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0FA43D49 for ; Wed, 3 Nov 2004 19:40:14 +0000 (GMT) (envelope-from rfg@monkeys.com) Received: by segfault.monkeys.com (Postfix, from userid 1237) id AAC4854AA; Wed, 3 Nov 2004 11:40:14 -0800 (PST) Message-Id: <20041103194014.AAC4854AA@segfault.monkeys.com> Date: Wed, 3 Nov 2004 11:40:14 -0800 (PST) From: "Ronald F.Guilmette" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: rfg@monkeys.com Subject: misc/73496: Wanted: A more flexible version of mkstemp() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Ronald F.Guilmette" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 19:50:23 -0000 >Number: 73496 >Category: misc >Synopsis: Wanted: A more flexible version of mkstemp() >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 03 19:50:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ronald F. Guilmette >Release: FreeBSD 4.10-RELEASE i386 >Organization: Infinite Monkeys & Co. >Environment: System: FreeBSD segfault.monkeys.com 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed Oct 27 13:02:03 PDT 2004 rfg@segfault.monkeys.com:/usr/src/sys/compile/rfg20041027 i386 >Description: Request For Enhancment (C Library): It would be Nice if the C library contained a version of the mkstemp() function thart woul allow the user to specify various special purpose flags that would be thence be included in the set of flags that the mkstemp() library function passes to open(2). For example, a new library function with the following name and signature could be easily and productively added to the C library: extern int mkftemp (char *template, int flags); Ca ll to this new function would have an effect identical to calling the existing mkstemp() function except that the value passed into the `flags' parameter of mkftemp() would be bitwise OR'd into the set of flags that would otherwise be passed to open(2). Such a new function would permit the caller to specify additional open(2) flags, for example O_EXLOCK. (Another possibility might be the hypothetical O_UNLINK flag that I proposed recently in a separate PR.) >How-To-Repeat: Nothing to repeat. This is an Enhancement Request. >Fix: Implementation of the proposed mkftemp() function in the C library should be both trivial and straightforward. Essentially, one would just clone the existing code for mkstemp() and makes a few minor adjustments/changes. After that, the mkstemp() itself could be trivially re-implemented (as a degenerate special case) in terms of mkftemp() as follows: int mkstemp (char *template) { return mkftemp (template, 0); } (In effect, the proposed mkftemp() function is a ``more primitive primitive'' than mkstemp(), and one which would provide more flexi- bility and more functionality.) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 20:46:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC5A16A4FF; Wed, 3 Nov 2004 20:46:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D5E43D2F; Wed, 3 Nov 2004 20:46:22 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) iA3KkM77047802; Wed, 3 Nov 2004 20:46:22 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3KkLIF047798; Wed, 3 Nov 2004 20:46:21 GMT (envelope-from ceri) Date: Wed, 3 Nov 2004 20:46:21 GMT From: Ceri Davies Message-Id: <200411032046.iA3KkLIF047798@freefall.freebsd.org> To: spell@itl.ua, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org, ceri@FreeBSD.org Subject: Re: bin/73229: [patch] [ancontrol] -f option is implemented but refused X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 20:46:22 -0000 Synopsis: [patch] [ancontrol] -f option is implemented but refused State-Changed-From-To: open->patched State-Changed-By: ceri State-Changed-When: Wed Nov 3 20:45:59 GMT 2004 State-Changed-Why: Patched in -HEAD. Responsible-Changed-From-To: freebsd-bugs->ceri Responsible-Changed-By: ceri Responsible-Changed-When: Wed Nov 3 20:45:59 GMT 2004 Responsible-Changed-Why: My MFC reminder. http://www.freebsd.org/cgi/query-pr.cgi?pr=73229 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 21:01:01 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C8B16A4D1 for ; Wed, 3 Nov 2004 21:01:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D666843D5D for ; Wed, 3 Nov 2004 21:01:00 +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 iA3L0vRt048757 for ; Wed, 3 Nov 2004 21:00:57 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3L0uJ8048756; Wed, 3 Nov 2004 21:00:56 GMT (envelope-from gnats) Date: Wed, 3 Nov 2004 21:00:56 GMT Message-Id: <200411032100.iA3L0uJ8048756@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ceri Davies Subject: Re: conf/73176: [patch] rc.d script for mixer settings X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ceri Davies List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 21:01:01 -0000 The following reply was made to PR conf/73176; it has been noted by GNATS. From: Ceri Davies To: Philipp Huber Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: conf/73176: [patch] rc.d script for mixer settings Date: Wed, 3 Nov 2004 20:51:30 +0000 On Tue, Oct 26, 2004 at 09:14:59PM +0000, Philipp Huber wrote: > > >Description: > This is a rc.d script for restoring mixer settings saved in the mixer.conf file. Is /etc/rc.d/mixer deficient in some way? If so, could the requisite functionality be merged in there? Ceri -- From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 21:10:41 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 853D016A4FB for ; Wed, 3 Nov 2004 21:10:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A4B743D49 for ; Wed, 3 Nov 2004 21: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 iA3LAWXo052959 for ; Wed, 3 Nov 2004 21: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 iA3LAWHm052958; Wed, 3 Nov 2004 21:10:32 GMT (envelope-from gnats) Resent-Date: Wed, 3 Nov 2004 21:10:32 GMT Resent-Message-Id: <200411032110.iA3LAWHm052958@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ariff Abdullah Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B8D216A4CF for ; Wed, 3 Nov 2004 21:00:03 +0000 (GMT) Received: from tomoyo.MyBSD.org.my (duke.void.net.my [202.157.186.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD84943D48 for ; Wed, 3 Nov 2004 21:00:02 +0000 (GMT) (envelope-from root@tomoyo.MyBSD.org.my) Received: by tomoyo.MyBSD.org.my (Postfix, from userid 0) id 13CEB6CC24; Thu, 4 Nov 2004 05:04:40 +0800 (MYT) Message-Id: <20041103210440.13CEB6CC24@tomoyo.MyBSD.org.my> Date: Thu, 4 Nov 2004 05:04:40 +0800 (MYT) From: Ariff Abdullah To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/73498: No sound from CT4730 (EV1938) based soundcard X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ariff Abdullah List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 21:10:41 -0000 >Number: 73498 >Category: kern >Synopsis: No sound from CT4730 (EV1938) based soundcard >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 03 21:10:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ariff Abdullah >Release: FreeBSD 5.3-STABLE >Organization: MyBSD >Environment: System: FreeBSD 5.3-STABLE/i386 >Description: Broken register programming on CT4730/EV1938 soundcard causing no sound at all, although detected. Possible race condition occur during power-up, causing it failed totally. >How-To-Repeat: Get CT4730/EV1938 (or perhaps any EV1938 based chipset), boot, play anything. >Fix: This patch not just tempering es137x.c, but also ac97.c. It's really need proper review and testing before can be considered *the proper way* to initialize mixer for any AC97 soundcards. --- sys/dev/sound/pci/es137x.c.orig Tue Oct 19 20:12:14 2004 +++ sys/dev/sound/pci/es137x.c Wed Oct 20 01:32:42 2004 @@ -503,6 +503,8 @@ es->num = 0; es->ctrl = 0; es->sctrl = 0; + if (devid == CT4730_PCI_ID) + es->ctrl |= (1 << 16); /* initialize the chips */ if ((devid == ES1371_PCI_ID && revid == ES1371REV_ES1373_8) || (devid == ES1371_PCI_ID && revid == ES1371REV_CT5880_A) || @@ -557,7 +559,7 @@ es1371_wrcd(kobj_t obj, void *s, int addr, u_int32_t data) { int sl; - unsigned t, x; + unsigned t, x, orig; struct es_info *es = (struct es_info*)s; if (debug > 0) printf("wrcodec addr 0x%x data 0x%x\n", addr, data); @@ -567,14 +569,18 @@ break; sl = spltty(); /* save the current state for later */ - x = bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE); + x = orig = bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE); /* enable SRC state data in SRC mux */ bus_space_write_4(es->st, es->sh, ES1371_REG_SMPRATE, - (es1371_wait_src_ready(s) & - (ES1371_DIS_SRC | ES1371_DIS_P1 | ES1371_DIS_P2 | ES1371_DIS_R1))); + (x & + (ES1371_DIS_SRC | ES1371_DIS_P1 | ES1371_DIS_P2 | ES1371_DIS_R1)) | 0x00010000); + /* busy wait */ + for (t = 0; t < 0x1000; t++) + if ((bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE) & 0x00870000) == 0x00000000) + break; /* wait for a SAFE time to write addr/data and then do it, dammit */ for (t = 0; t < 0x1000; t++) - if ((bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE) & 0x00070000) == 0x00010000) + if ((bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE) & 0x00870000) == 0x00010000) break; if (debug > 2) @@ -591,7 +597,7 @@ if (debug > 2) printf("two b_s_w: 0x%lx 0x%x 0x%x\n", rman_get_start(es->reg), ES1371_REG_SMPRATE, x); - bus_space_write_4(es->st, es->sh, ES1371_REG_SMPRATE, x); + bus_space_write_4(es->st, es->sh, ES1371_REG_SMPRATE, orig); splx(sl); return 0; @@ -601,7 +607,7 @@ es1371_rdcd(kobj_t obj, void *s, int addr) { int sl; - unsigned t, x = 0; + unsigned t, x = 0, orig; struct es_info *es = (struct es_info *)s; if (debug > 0) printf("rdcodec addr 0x%x ... ", addr); @@ -614,22 +620,27 @@ sl = spltty(); /* save the current state for later */ - x = bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE); + x = orig = bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE); /* enable SRC state data in SRC mux */ bus_space_write_4(es->st, es->sh, ES1371_REG_SMPRATE, - (es1371_wait_src_ready(s) & - (ES1371_DIS_SRC | ES1371_DIS_P1 | ES1371_DIS_P2 | ES1371_DIS_R1))); + (x & + (ES1371_DIS_SRC | ES1371_DIS_P1 | ES1371_DIS_P2 | ES1371_DIS_R1)) | 0x00010000); + /* busy wait */ + for (t = 0; t < 0x1000; t++) + if ((x = bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE) & 0x00870000) == 0x00000000) + break; /* wait for a SAFE time to write addr/data and then do it, dammit */ - for (t = 0; t < 0x5000; t++) - if ((x = bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE) & 0x00070000) == 0x00010000) + for (t = 0; t < 0x1000; t++) + if ((x = bus_space_read_4(es->st, es->sh, ES1371_REG_SMPRATE) & 0x00870000) == 0x00010000) break; + if (debug > 0) printf("loop 2 t 0x%x x 0x%x ", t, x); bus_space_write_4(es->st, es->sh, ES1371_REG_CODEC, ((addr << CODEC_POADD_SHIFT) & CODEC_POADD_MASK) | CODEC_PORD); /* restore SRC reg */ es1371_wait_src_ready(s); - bus_space_write_4(es->st, es->sh, ES1371_REG_SMPRATE, x); + bus_space_write_4(es->st, es->sh, ES1371_REG_SMPRATE, orig); splx(sl); --- sys/dev/sound/pcm/ac97.c.orig Tue Oct 19 23:36:34 2004 +++ sys/dev/sound/pcm/ac97.c Thu Oct 21 01:41:46 2004 @@ -610,13 +610,21 @@ for (i = 0; i < 32; i++) { k = codec->noext? codec->mix[i].enable : 1; if (k && (codec->mix[i].reg > 0)) { - old = ac97_rdcd(codec, codec->mix[i].reg); - ac97_wrcd(codec, codec->mix[i].reg, 0x3f); - j = ac97_rdcd(codec, codec->mix[i].reg); + j = old = ac97_rdcd(codec, codec->mix[i].reg); + if (!(j & 0x8000)) { + ac97_wrcd(codec, codec->mix[i].reg, j | 0x8000); + j = ac97_rdcd(codec, codec->mix[i].reg); + } + if ((j & 0x8000)) { + codec->mix[i].enable = 1; + codec->mix[i].bits = 6; + j = 0x8000 | 0x0020; + ac97_wrcd(codec, codec->mix[i].reg, j); + if (j != ac97_rdcd(codec, codec->mix[i].reg)) + codec->mix[i].bits = 5; + } else + codec->mix[i].enable = 0; ac97_wrcd(codec, codec->mix[i].reg, old); - codec->mix[i].enable = (j != 0 && j != old)? 1 : 0; - for (k = 1; j & (1 << k); k++); - codec->mix[i].bits = j? k - codec->mix[i].ofs : 0; } /* printf("mixch %d, en=%d, b=%d\n", i, codec->mix[i].enable, codec->mix[i].bits); */ } @@ -644,8 +652,16 @@ } } - if ((ac97_rdcd(codec, AC97_REG_POWER) & 2) == 0) - device_printf(codec->dev, "ac97 codec reports dac not ready\n"); + i = 0; + while ((ac97_rdcd(codec, AC97_REG_POWER) & 2) == 0) { + if (++i == 100) { + device_printf(codec->dev, "ac97 codec reports dac not ready\n"); + break; + } + DELAY(1000); + } + if (bootverbose) + device_printf(codec->dev, "ac97 codec dac ready count: %d\n", i); snd_mtxunlock(codec->lock); return 0; } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 21:13:55 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B2D16A4CE; Wed, 3 Nov 2004 21:13:55 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0149343D2D; Wed, 3 Nov 2004 21:13:55 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from freefall.freebsd.org (keramida@localhost [127.0.0.1]) iA3LDspv053152; Wed, 3 Nov 2004 21:13:54 GMT (envelope-from keramida@freefall.freebsd.org) Received: (from keramida@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3LDseV053148; Wed, 3 Nov 2004 21:13:54 GMT (envelope-from keramida) Date: Wed, 3 Nov 2004 21:13:54 GMT From: Giorgos Keramidas Message-Id: <200411032113.iA3LDseV053148@freefall.freebsd.org> To: ted@impulse.net, keramida@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 21:13:55 -0000 Synopsis: ipf blocks echo replies with keep state on pass out icmp line State-Changed-From-To: open->closed State-Changed-By: keramida State-Changed-When: Wed Nov 3 21:08:03 GMT 2004 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=73399 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 21:15:56 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B13A16A4CE; Wed, 3 Nov 2004 21:15:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F11243D3F; Wed, 3 Nov 2004 21:15:56 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) iA3LFuko053301; Wed, 3 Nov 2004 21:15:56 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3LFu5s053297; Wed, 3 Nov 2004 21:15:56 GMT (envelope-from ceri) Date: Wed, 3 Nov 2004 21:15:56 GMT From: Ceri Davies Message-Id: <200411032115.iA3LFu5s053297@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/73498: No sound from CT4730 (EV1938) based soundcard X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 21:15:56 -0000 Synopsis: No sound from CT4730 (EV1938) based soundcard Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: ceri Responsible-Changed-When: Wed Nov 3 21:15:28 GMT 2004 Responsible-Changed-Why: Assign to our maintainers; this one has a patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=73498 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 21:20:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82BF016A516 for ; Wed, 3 Nov 2004 21:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7087843D1F for ; Wed, 3 Nov 2004 21:20:23 +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 iA3LKNaS053577 for ; Wed, 3 Nov 2004 21:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3LKNN6053576; Wed, 3 Nov 2004 21:20:23 GMT (envelope-from gnats) Date: Wed, 3 Nov 2004 21:20:23 GMT Message-Id: <200411032120.iA3LKNN6053576@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 21:20:23 -0000 The following reply was made to PR kern/73399; it has been noted by GNATS. From: Giorgos Keramidas To: ted@impulse.net Cc: bug-followup@freebsd.org Subject: Re: kern/73399: ipf blocks echo replies with keep state on pass out icmp line Date: Wed, 3 Nov 2004 23:18:08 +0200 On 2004-11-03 21:13, Giorgos Keramidas wrote: > State-Changed-From-To: open->closed > State-Changed-By: keramida > State-Changed-When: Wed Nov 3 21:08:03 GMT 2004 > State-Changed-Why: Hmmm, sorry for that. My ssh connection died while I still had a vi(1) session open. Then edit-pr got confused when I reconnected and killed vi(1). The real reason for the close was: : The submitter verified that adding state keeping options to the input icmp : rules too fixed his firewall. This isn't an ipfilter bug, just a change from : the behavior of ipf he was used to in older FreeBSD versions. : : Nevertheless, thank you Ted, for reporting what you perceived as a problem. : We appreciate all the help we can get in improving FreeBSD. : : Thanks! From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 21:38:49 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4831E16A4CE; Wed, 3 Nov 2004 21:38:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2566443D4C; Wed, 3 Nov 2004 21:38:49 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) iA3Lcn9i054955; Wed, 3 Nov 2004 21:38:49 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3LcmAi054951; Wed, 3 Nov 2004 21:38:48 GMT (envelope-from ceri) Date: Wed, 3 Nov 2004 21:38:48 GMT From: Ceri Davies Message-Id: <200411032138.iA3LcmAi054951@freefall.freebsd.org> To: vlada@devnull.cz, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/57791: dig option -x incorrectly produces ip6.arpa revnibbles addr X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 21:38:49 -0000 Synopsis: dig option -x incorrectly produces ip6.arpa revnibbles addr State-Changed-From-To: open->closed State-Changed-By: ceri State-Changed-When: Wed Nov 3 21:38:33 GMT 2004 State-Changed-Why: No longer a problem on 4.10. http://www.freebsd.org/cgi/query-pr.cgi?pr=57791 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 21:56:14 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58D2216A4CE; Wed, 3 Nov 2004 21:56:14 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3689743D31; Wed, 3 Nov 2004 21:56:14 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) iA3LuENQ055850; Wed, 3 Nov 2004 21:56:14 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3LuDp9055846; Wed, 3 Nov 2004 21:56:13 GMT (envelope-from ceri) Date: Wed, 3 Nov 2004 21:56:13 GMT From: Ceri Davies Message-Id: <200411032156.iA3LuDp9055846@freefall.freebsd.org> To: ap@bnc.net, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15542: de suddenly stops working X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 21:56:14 -0000 Synopsis: de suddenly stops working State-Changed-From-To: open->feedback State-Changed-By: ceri State-Changed-When: Wed Nov 3 21:55:33 GMT 2004 State-Changed-Why: de(4) has been through some changes since the PR was submitted; does this persist in 5.x or later 4.x releases? http://www.freebsd.org/cgi/query-pr.cgi?pr=15542 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 22:04:50 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33CFD16A4CE; Wed, 3 Nov 2004 22:04:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1186343D58; Wed, 3 Nov 2004 22:04:50 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) iA3M4nIg056279; Wed, 3 Nov 2004 22:04:49 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3M4nGd056275; Wed, 3 Nov 2004 22:04:49 GMT (envelope-from ceri) Date: Wed, 3 Nov 2004 22:04:49 GMT From: Ceri Davies Message-Id: <200411032204.iA3M4nGd056275@freefall.freebsd.org> To: ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org, bz@FreeBSD.org Subject: Re: kern/41220: [PATCH] Minor sk driver enhancements X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 22:04:50 -0000 Synopsis: [PATCH] Minor sk driver enhancements Responsible-Changed-From-To: freebsd-bugs->bz Responsible-Changed-By: ceri Responsible-Changed-When: Wed Nov 3 22:04:20 GMT 2004 Responsible-Changed-Why: Over to bz to evaluate - he touched it last. http://www.freebsd.org/cgi/query-pr.cgi?pr=41220 From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 22:50:41 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A2B16A4F0 for ; Wed, 3 Nov 2004 22:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ADDC43D5A for ; Wed, 3 Nov 2004 22: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 iA3MoPcH062664 for ; Wed, 3 Nov 2004 22: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 iA3MoPn6062659; Wed, 3 Nov 2004 22:50:25 GMT (envelope-from gnats) Resent-Date: Wed, 3 Nov 2004 22:50:25 GMT Resent-Message-Id: <200411032250.iA3MoPn6062659@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kyryll A Mirnenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F22AD16A4CE for ; Wed, 3 Nov 2004 22:42:43 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E099343D41 for ; Wed, 3 Nov 2004 22:42:43 +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 iA3MghDQ066995 for ; Wed, 3 Nov 2004 22:42:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA3Mghxi066993; Wed, 3 Nov 2004 22:42:43 GMT (envelope-from nobody) Message-Id: <200411032242.iA3Mghxi066993@www.freebsd.org> Date: Wed, 3 Nov 2004 22:42:43 GMT From: Kyryll A Mirnenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73503: KDE3.3.1::kdelibs::kdoctools::meinproc hangs up in "select" state X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 22:50:41 -0000 >Number: 73503 >Category: misc >Synopsis: KDE3.3.1::kdelibs::kdoctools::meinproc hangs up in "select" state >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 03 22:50:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kyryll A Mirnenko >Release: 5.3-RC1 >Organization: >Environment: FreeBSD localhost 5.3-RC1 FreeBSD 5.3-RC1 #4: Tue Oct 26 23:44:01 EEST 2004 root@localhost:/usr/src/sys/i386/compile/MY-O1 i386 >Description: Run in problem building KDE3.3.1/libpthread, one of tools hangs up, `top` reports it to have been running for 2 sec, then stop in "select" state; as far the problem is absent at 5.2.1/libc_r, that could be a problem of 5.3 or KSE gmake[3]: Leaving directory `/root/compile/kdelibs-3.3.1/doc/common' Making all in kspell gmake[3]: Entering directory `/root/compile/kdelibs-3.3.1/doc/kspell' ./../kdoctools/meinproc --srcdir=../../kdoctools --check --cache index.cache.bz2 ./index.docbook ^Cgmake[3]: *** [index.cache.bz2] Interrupt gmake[2]: *** [all-recursive] Interrupt gmake[1]: *** [all-recursive] Interrupt gmake: *** [all] Interrupt >How-To-Repeat: kdelibs-3.3.1: $ ./configure --prefix=/usr/local --disable-debug --enable-final --with-qt-dir=/usr/X11R6 --with-ssl-dir=/usr --with-gssapi=/usr --disable-libfam --with-qt-includes=/usr/X11R6/include --with-qt-libraries=/usr/X11R6/lib $ gmake >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 23:00:47 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 831C916A4CE for ; Wed, 3 Nov 2004 23:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F79A43D5C for ; Wed, 3 Nov 2004 23:00:47 +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 iA3N0lPd063039 for ; Wed, 3 Nov 2004 23:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA3N0lZV063034; Wed, 3 Nov 2004 23:00:47 GMT (envelope-from gnats) Resent-Date: Wed, 3 Nov 2004 23:00:47 GMT Resent-Message-Id: <200411032300.iA3N0lZV063034@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kyryll A Mirnenko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A23F16A4CE for ; Wed, 3 Nov 2004 23:00:07 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE2A43D67 for ; Wed, 3 Nov 2004 23:00:07 +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 iA3N07qw070522 for ; Wed, 3 Nov 2004 23:00:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA3N07ht070521; Wed, 3 Nov 2004 23:00:07 GMT (envelope-from nobody) Message-Id: <200411032300.iA3N07ht070521@www.freebsd.org> Date: Wed, 3 Nov 2004 23:00:07 GMT From: Kyryll A Mirnenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73506: arts-1.3.1/mcopidl dies with msg "free(): error: chunk is already free" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 23:00:47 -0000 >Number: 73506 >Category: misc >Synopsis: arts-1.3.1/mcopidl dies with msg "free(): error: chunk is already free" >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 03 23:00:46 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kyryll A Mirnenko >Release: 5.3-RC1 >Organization: >Environment: FreeBSD localhost 5.3-RC1 FreeBSD 5.3-RC1 #4: Tue Oct 26 23:44:01 EEST 2004 root@localhost:/usr/src/sys/i386/compile/MY-O1 i386 >Description: building KDE3.3.1/artsd/libpthread/gcc3.4, one of tools dies: simple debug shows the problem is somewhere in post-main() descructors, as far it works fine for 5.2.1/libc_r/gcc3.3 the problem may come from 3.4 standart library gmake[3]: Entering directory `/root/compile/arts-1.3.1/flow' ./mcopidl/mcopidl -t ../flow/artsflow.idl ./flow/artsflow.idl: warning: Arts::WaveDataHandle::load (method) collides with Arts::WaveDataHandle::load (method) lt-mcopidl in free(): error: chunk is already free gmake[3]: *** [artsflow.cc] Abort trap gmake[3]: Leaving directory `/root/compile/arts-1.3.1/flow' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/root/compile/arts-1.3.1/flow' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/root/compile/arts-1.3.1' gmake: *** [all] Error 2 here's backtrace just before that sudden death (not much useful though): Breakpoint 2, 0x484be624 in free () from /lib/libc.so.5 #0 0x484be624 in free () from /lib/libc.so.5 #1 0x483f2e77 in operator delete () from /usr/lib/libstdc++.so.4 #2 0x08082a51 in __gnu_cxx::new_allocator::deallocate (this=0xbfbfcc90, __p=0x80aa180 "\024") at ne w_allocator.h:86 #3 0x483a9adf in std::string::_Rep::_M_destroy () from /usr/lib/libstdc++.so.4 #4 0x483a7291 in std::basic_string, std::allocator >::~basic_string () from /usr/lib/libstdc++.so.4 #5 0x08077ac2 in __tcf_1 () at yacc.yy:34 #6 0x4851aba3 in __cxa_finalize () from /lib/libc.so.5 #7 0x4851a8d2 in exit () from /lib/libc.so.5 #8 0x08062cde in _start () #9 0x00000003 in ?? () lt-mcopidl in free(): error: chunk is already free Program terminated with signal SIGABRT, Aborted. >How-To-Repeat: arts-1.3.1: $ ./configure --with-qt-dir=/usr/X11R6 \ --with-qt-libraries=/usr/X11R6/lib \ --with-qt-includes=/usr/X11R6/include \ --prefix=/usr/local \ --enable-debug=full \ --enable-final $ gmake >Fix: _exit(0) before return in mcopidl/mcopidl.cc :) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 23:10:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B805416A4CE for ; Wed, 3 Nov 2004 23:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8889743D4C for ; Wed, 3 Nov 2004 23: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 iA3NAW0B067280 for ; Wed, 3 Nov 2004 23: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 iA3NAWO4067279; Wed, 3 Nov 2004 23:10:32 GMT (envelope-from gnats) Date: Wed, 3 Nov 2004 23:10:32 GMT Message-Id: <200411032310.iA3NAWO4067279@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Herve Quiroz Subject: Re: kern/63621: USB MemoryStick Reader stalls/crashes system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Herve Quiroz List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 23:10:32 -0000 The following reply was made to PR kern/63621; it has been noted by GNATS. From: Herve Quiroz To: freebsd-gnats-submit@freebsd.org, marck@rinet.ru Cc: Subject: Re: kern/63621: USB MemoryStick Reader stalls/crashes system Date: Thu, 4 Nov 2004 00:03:34 +0100 Dmitry, I was able to reproduce this error on 5.2.1-RELEASE-p11. In fact I had already encountered this problem but it occured while using Subversion. Each time I boot my machine, then plug my USB memory stick [1], then do a simple checkout from a repository located on the USB device, the stick hangs. Worse, even my USB mouse gets off in the process. From this point, nothing can be done to avoid a panic. Indeed, if a leave everything as-is for a while, the system lags then crash after a few minutes. OTOH it is impossible to umount the device and if I try to unplug the stick without unmounting it, I get a panic (as reported in many other PRs [2]). If I simply shutdown the system, I get the same output as you in the console: a problem while syncing some buffer. I found a workaround though. A tricky one that is. The first time I plug my memory stick after a fresh reboot, I do a simple cat(1) of some text file in the partition I just mounted (UFS2 BTW) and wait a few seconds before doing anything else with the stick. Then, most of the time, the subsequent subversion operations I perform are successful and nothing breaks. Better yet, if I umount, unplug and then re-plug and re-mount the memory stick, I don't need to 'cat' the file anymore to have my subversion operations working. So, as long as I don't reboot my system, my memory stick is now running fine and I can do anything on the filesystem on it. I recently tried to upgrade to 5.3-BETA (BETA5 or BETA6 -- I can't remember unfortunately) and experienced the same problem. BTW, I am experiencing this problem either with UHCI [3] or OHCI [4] on different systems. Just as you, I'm looking for a fix... I just hope this follow-up will help identify the cause of the problem. Herve [1] USB Memory Stick (with some UFS2 partition): umass0: USB Flash Disk, rev 2.00/2.00, addr 3 GEOM: create disk da0 dp=0xc4b83450 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 249MB (511744 512 byte sectors: 64H 32S/T 249C) [2] Panic when unplugging mounted USB mass storage device PRs: kern/72119 kern/46176 [3] UHCI uhci0: port 0xff80-0xff9f irq 16 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered [4] OHCI ohci0: mem 0xea000000-0xea000fff irq 4 at device 3.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 01:40:36 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B1416A4CE for ; Thu, 4 Nov 2004 01:40:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92AF043D54 for ; Thu, 4 Nov 2004 01:40:36 +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 iA41ea7Q085577 for ; Thu, 4 Nov 2004 01:40:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA41ea8H085576; Thu, 4 Nov 2004 01:40:36 GMT (envelope-from gnats) Date: Thu, 4 Nov 2004 01:40:36 GMT Message-Id: <200411040140.iA41ea8H085576@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "James VanBokkelen" Subject: Re: bin/73319: realpath() produces incorrect results when called from threaded programs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: James VanBokkelen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 01:40:36 -0000 The following reply was made to PR bin/73319; it has been noted by GNATS. From: "James VanBokkelen" To: , Cc: Subject: Re: bin/73319: realpath() produces incorrect results when called from threaded programs Date: Wed, 3 Nov 2004 20:36:46 -0500 Problem diagnosed as a bug in a non-FreeBSD library implementation of strlcat(). Please disregard, my apologies. jbvb From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 02:02:07 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E672816A4CE; Thu, 4 Nov 2004 02:02:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C569643D31; Thu, 4 Nov 2004 02:02:07 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA4227EN086372; Thu, 4 Nov 2004 02:02:07 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4227g5086368; Thu, 4 Nov 2004 02:02:07 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 02:02:07 GMT From: Mark Linimon Message-Id: <200411040202.iA4227g5086368@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/73506: arts-1.3.1/mcopidl dies with msg "free(): error: chunk is already free" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 02:02:08 -0000 Synopsis: arts-1.3.1/mcopidl dies with msg "free(): error: chunk is already free" Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 02:01:30 GMT 2004 Responsible-Changed-Why: This is a ports bug (misc is for things that are neither kern, nor ports, nor ...) http://www.freebsd.org/cgi/query-pr.cgi?pr=73506 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 02:03:00 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F0916A4CE; Thu, 4 Nov 2004 02:03:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2839C43D48; Thu, 4 Nov 2004 02:03:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA4230VZ086426; Thu, 4 Nov 2004 02:03:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA422x1k086422; Thu, 4 Nov 2004 02:02:59 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 02:02:59 GMT From: Mark Linimon Message-Id: <200411040202.iA422x1k086422@freefall.freebsd.org> To: jbvb@sandstorm.net, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/73319: realpath() produces incorrect results when called from threaded programs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 02:03:00 -0000 Synopsis: realpath() produces incorrect results when called from threaded programs State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Nov 4 02:02:39 GMT 2004 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=73319 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 02:40:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378E816A4CF for ; Thu, 4 Nov 2004 02:40:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 268C243D5E for ; Thu, 4 Nov 2004 02:40: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 iA42eLtW092547 for ; Thu, 4 Nov 2004 02:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA42eLld092546; Thu, 4 Nov 2004 02:40:21 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 02:40:21 GMT Resent-Message-Id: <200411040240.iA42eLld092546@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marc Rassbach Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD40B16A4CE for ; Thu, 4 Nov 2004 02:34:41 +0000 (GMT) Received: from tandem.milestonerdl.com (tandem.milestonerdl.com [204.107.138.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF8E43D53 for ; Thu, 4 Nov 2004 02:34:41 +0000 (GMT) (envelope-from marc@tandem.milestonerdl.com) Received: from tandem.milestonerdl.com (localhost [127.0.0.1]) iA41jh9b099283 for ; Wed, 3 Nov 2004 19:45:43 -0600 (CST) (envelope-from marc@tandem.milestonerdl.com) Received: (from marc@localhost) by tandem.milestonerdl.com (8.12.11/8.12.9/Submit) id iA41jgNU099282; Wed, 3 Nov 2004 19:45:42 -0600 (CST) (envelope-from marc) Message-Id: <200411040145.iA41jgNU099282@tandem.milestonerdl.com> Date: Wed, 3 Nov 2004 19:45:42 -0600 (CST) From: Marc Rassbach To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/73511: X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Rassbach List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 02:40:21 -0000 >Number: 73511 >Category: misc >Synopsis: >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 02:40:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marc Rassbach >Release: FreeBSD 5.3-RC2 i386 >Organization: Milestone r/d >Environment: System: FreeBSD 5.3-RC2 >Description: Tried install on naked virgin 36 gig SCSI drive. The Install will complain about a lack of /dev/da0s1b >How-To-Repeat: Try a ftp install using the 5.3-RC2 CD with a 'blank' SCSI drive. >Fix: Work around: Insert a already formatted disk, one that has /dev/da0s1b. Then /dev will have the 'correct' entry and the install can proceed as 'normal' >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 02:40:31 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD9016A4CF for ; Thu, 4 Nov 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 A83E743D49 for ; Thu, 4 Nov 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 iA42eOTT092599 for ; Thu, 4 Nov 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 iA42eO2l092598; Thu, 4 Nov 2004 02:40:24 GMT (envelope-from gnats) Date: Thu, 4 Nov 2004 02:40:24 GMT Message-Id: <200411040240.iA42eO2l092598@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Marc Rassbach Subject: Re: i386/59251: Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RELEASE on Thinkpad X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Rassbach List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 02:40:31 -0000 The following reply was made to PR i386/59251; it has been noted by GNATS. From: Marc Rassbach To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: i386/59251: Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RELEASE on Thinkpad Date: Wed, 3 Nov 2004 19:47:56 -0600 (CST) The USB call no longer locks up the machine. No idea if it actually works, or just stops the crashing. Whatever fix was applied...don't remove it just yet. I expect to have time to test this in the next week. Not that a week will matter much on a PR this old.. From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 03:20:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC4F16A4CE for ; Thu, 4 Nov 2004 03:20:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA4843D4C for ; Thu, 4 Nov 2004 03:20: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 iA43KPWb097845 for ; Thu, 4 Nov 2004 03:20:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA43KP2H097843; Thu, 4 Nov 2004 03:20:25 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 03:20:25 GMT Resent-Message-Id: <200411040320.iA43KP2H097843@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Sebastian Yepes F.ESN" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 426C916A4CE for ; Thu, 4 Nov 2004 03:17:17 +0000 (GMT) Received: from mx.x123.info (165.Red-80-37-224.pooles.rima-tde.net [80.37.224.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 459A143D46 for ; Thu, 4 Nov 2004 03:17:16 +0000 (GMT) (envelope-from esn@x123.info) Received: by mx.x123.info (Postfix, from userid 1000) id D3D4C114EA; Thu, 4 Nov 2004 04:17:10 +0100 (CET) Message-Id: <20041104031710.D3D4C114EA@mx.x123.info> Date: Thu, 4 Nov 2004 04:17:10 +0100 (CET) From: "Sebastian Yepes F.ESN" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: gnu/73512: gdb -> Abort trap (core dumped) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Sebastian Yepes F.ESN" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 03:20:25 -0000 >Number: 73512 >Category: gnu >Synopsis: gdb -> Abort trap (core dumped) >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 03:20:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sebastian Yepes F. [ESN] >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD agosto 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Mon Nov 1 22:52:06 CET 2004 esn@agosto:/usr/obj/usr/src/sys/MYK_SRV i386 >Description: Well i have been tring to debug apache2(WITH_THREADS=yes WITH_DEBUG=yes) errors -> "exit signal Bus error (10)" So i have tryed to run httpd true gdb but it core dumps ;) you can get the gdb core file(24Mb) at http://asterx.upc.es/~esn/gdb.core.bz2 (1.7Mb) gdb /usr/local/sbin/httpd GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... (gdb) run -X Starting program: /usr/local/sbin/httpd -X gdb in realloc(): error: pointer to wrong page Abort trap (core dumped) <<-- bt gdb core ->> gdb gdb gdb.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by `gdb'. Program terminated with signal 6, Aborted. Reading symbols from /lib/libm.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.3 Reading symbols from /lib/libreadline.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libreadline.so.5 Reading symbols from /lib/libncurses.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libncurses.so.5 Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /usr/lib/libthread_db.so...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libthread_db.so Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x2835321f in kill () from /lib/libc.so.6 (gdb) bt #0 0x2835321f in kill () from /lib/libc.so.6 #1 0x28347086 in raise () from /lib/libc.so.6 #2 0x283c269b in abort () from /lib/libc.so.6 #3 0x28361361 in _UTF8_wcsnrtombs () from /lib/libc.so.6 #4 0x283613a3 in _UTF8_wcsnrtombs () from /lib/libc.so.6 #5 0x28362545 in _UTF8_wcsnrtombs () from /lib/libc.so.6 #6 0x080c6de7 in xmrealloc () #7 0x000050e8 in ?? () #8 0xbfbf127f in ?? () #9 0x00000000 in ?? () #10 0x00000000 in ?? () #11 0x00000012 in ?? () #12 0xbfbfe348 in ?? () #13 0x080c6e30 in xrealloc () Previous frame inner to this frame (corrupt stack?) >How-To-Repeat: gdb /usr/local/sbin/httpd run -X >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 04:44:34 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D60C16A4CE; Thu, 4 Nov 2004 04:44:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 307A343D3F; Thu, 4 Nov 2004 04:44:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA44iYaT012762; Thu, 4 Nov 2004 04:44:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA44iYiD012758; Thu, 4 Nov 2004 04:44:34 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 04:44:34 GMT From: Mark Linimon Message-Id: <200411040444.iA44iYiD012758@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-scsi@FreeBSD.org Subject: Re: kern/73511: X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 04:44:34 -0000 Synopsis: Responsible-Changed-From-To: freebsd-bugs->freebsd-scsi Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 04:44:19 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=73511 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 04:57:19 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E016C16A4CE; Thu, 4 Nov 2004 04:57:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C050B43D2F; Thu, 4 Nov 2004 04:57:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA44vJvn013095; Thu, 4 Nov 2004 04:57:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA44vJ8D013091; Thu, 4 Nov 2004 04:57:19 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 04:57:19 GMT From: Mark Linimon Message-Id: <200411040457.iA44vJ8D013091@freefall.freebsd.org> To: aledema@iol.it, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/24059: USB support broken in SMP kernel X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 04:57:20 -0000 Synopsis: USB support broken in SMP kernel State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Thu Nov 4 04:57:03 GMT 2004 State-Changed-Why: Feedback timeout (2 months). http://www.freebsd.org/cgi/query-pr.cgi?pr=24059 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 06:44:31 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA2D516A4CE; Thu, 4 Nov 2004 06:44:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC47143D45; Thu, 4 Nov 2004 06:44:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA46iVEW049974; Thu, 4 Nov 2004 06:44:31 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA46iVse049970; Thu, 4 Nov 2004 06:44:31 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 06:44:31 GMT From: Mark Linimon Message-Id: <200411040644.iA46iVse049970@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/34067: [usb] Reproducable crash on usb ugen X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 06:44:32 -0000 Synopsis: [usb] Reproducable crash on usb ugen Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 06:44:12 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=34067 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 06:46:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FCF716A4CE; Thu, 4 Nov 2004 06:46:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61D3043D54; Thu, 4 Nov 2004 06:46:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA46kTk3050078; Thu, 4 Nov 2004 06:46:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA46kTMi050074; Thu, 4 Nov 2004 06:46:29 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 06:46:29 GMT From: Mark Linimon Message-Id: <200411040646.iA46kTMi050074@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/60131: [usb] Page fault on disconnect of USB device X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 06:46:29 -0000 Synopsis: [usb] Page fault on disconnect of USB device Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 06:46:20 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=60131 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 06:50:19 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DBCE16A4CF; Thu, 4 Nov 2004 06:50:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBBC43D53; Thu, 4 Nov 2004 06:50:19 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA46oJe6050282; Thu, 4 Nov 2004 06:50:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA46oI0O050278; Thu, 4 Nov 2004 06:50:18 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 06:50:18 GMT From: Mark Linimon Message-Id: <200411040650.iA46oI0O050278@freefall.freebsd.org> To: j_guojun@lbl.gov, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/60602: [usb] Dynamic attach UBS device can cause 5.2-RC system malfunction X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 06:50:19 -0000 Synopsis: [usb] Dynamic attach UBS device can cause 5.2-RC system malfunction State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Thu Nov 4 06:49:13 GMT 2004 State-Changed-Why: Reassign to appropriate mailing list. Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 06:49:13 GMT 2004 Responsible-Changed-Why: Does this problem still recur with, e.g., 5.3-RC1? http://www.freebsd.org/cgi/query-pr.cgi?pr=60602 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 06:52:57 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B63F16A4CE; Thu, 4 Nov 2004 06:52:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F8043D46; Thu, 4 Nov 2004 06:52:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA46quvl050496; Thu, 4 Nov 2004 06:52:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA46quPV050492; Thu, 4 Nov 2004 06:52:56 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 06:52:56 GMT From: Mark Linimon Message-Id: <200411040652.iA46quPV050492@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-qa@FreeBSD.org Subject: Re: bin/61152: [sysinstall] installer refuses to mount USB-floppy or USB-cdrom units X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 06:52:57 -0000 Synopsis: [sysinstall] installer refuses to mount USB-floppy or USB-cdrom units Responsible-Changed-From-To: freebsd-bugs->freebsd-qa Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 06:52:23 GMT 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=61152 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 06:53:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 612A416A4CE; Thu, 4 Nov 2004 06:53:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4350E43D1D; Thu, 4 Nov 2004 06:53:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA46rXVj050546; Thu, 4 Nov 2004 06:53:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA46rX1L050542; Thu, 4 Nov 2004 06:53:33 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 06:53:33 GMT From: Mark Linimon Message-Id: <200411040653.iA46rX1L050542@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/61191: [usb] panic: USB vs. Serial problems X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 06:53:33 -0000 Synopsis: [usb] panic: USB vs. Serial problems Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 06:53:17 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=61191 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:00:15 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19CA116A4CE; Thu, 4 Nov 2004 07:00:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9F843D41; Thu, 4 Nov 2004 07:00:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA470EWZ050807; Thu, 4 Nov 2004 07:00:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA470DEd050803; Thu, 4 Nov 2004 07:00:13 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:00:13 GMT From: Mark Linimon Message-Id: <200411040700.iA470DEd050803@freefall.freebsd.org> To: hlh@cocoon.cercle.be, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/61841: [boot] 5.2 Boot freeze if memorybird (USB storage device) is plugged in X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:00:15 -0000 Synopsis: [boot] 5.2 Boot freeze if memorybird (USB storage device) is plugged in State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Thu Nov 4 06:59:24 GMT 2004 State-Changed-Why: Feedback received. Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 06:59:24 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=61841 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:01:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B80C616A4CF; Thu, 4 Nov 2004 07:01:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973BC43D31; Thu, 4 Nov 2004 07:01:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA471XmJ051013; Thu, 4 Nov 2004 07:01:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA471Xgr051009; Thu, 4 Nov 2004 07:01:33 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:01:33 GMT From: Mark Linimon Message-Id: <200411040701.iA471Xgr051009@freefall.freebsd.org> To: jonathan.heaney@blueyonder.co.uk, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/62088: [usb] Logitech Cordless/Optical Mouse not working X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:01:33 -0000 Synopsis: [usb] Logitech Cordless/Optical Mouse not working State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Thu Nov 4 07:00:34 GMT 2004 State-Changed-Why: Does this problem still recur with 5.3-RC1? Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:00:34 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=62088 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:02:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E2D216A4E1; Thu, 4 Nov 2004 07:02:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED2CB43D3F; Thu, 4 Nov 2004 07:02:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA472Vmt051074; Thu, 4 Nov 2004 07:02:31 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA472VhI051070; Thu, 4 Nov 2004 07:02:31 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:02:31 GMT From: Mark Linimon Message-Id: <200411040702.iA472VhI051070@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/62123: [usb] LaCie 160GB USB drive umass: BBB reset failed, TIMEOUT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:02:32 -0000 Synopsis: [usb] LaCie 160GB USB drive umass: BBB reset failed, TIMEOUT Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:01:58 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=62123 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:03:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1079B16A4CE; Thu, 4 Nov 2004 07:03:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E595A43D58; Thu, 4 Nov 2004 07:03:37 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA473bgQ051183; Thu, 4 Nov 2004 07:03:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA473bNG051179; Thu, 4 Nov 2004 07:03:37 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:03:37 GMT From: Mark Linimon Message-Id: <200411040703.iA473bNG051179@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/63375: [patch] panic: unplugging USB devices panics RELENG_5_2 via devfs vnops X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:03:38 -0000 Synopsis: [patch] panic: unplugging USB devices panics RELENG_5_2 via devfs vnops Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:03:27 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=63375 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:05:06 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 960A316A4CE; Thu, 4 Nov 2004 07:05:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76AB543D3F; Thu, 4 Nov 2004 07:05:06 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA4756h8051297; Thu, 4 Nov 2004 07:05:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4756q6051293; Thu, 4 Nov 2004 07:05:06 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:05:06 GMT From: Mark Linimon Message-Id: <200411040705.iA4756q6051293@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/63621: [usb] USB MemoryStick Reader stalls/crashes system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:05:06 -0000 Synopsis: [usb] USB MemoryStick Reader stalls/crashes system Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:04:39 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=63621 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:06:35 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24FB416A4CE; Thu, 4 Nov 2004 07:06:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 055DE43D49; Thu, 4 Nov 2004 07:06:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA476YVg055161; Thu, 4 Nov 2004 07:06:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA476Y0x055157; Thu, 4 Nov 2004 07:06:34 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:06:34 GMT From: Mark Linimon Message-Id: <200411040706.iA476Y0x055157@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/65292: [panic] random page faults (usb-related?) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:06:35 -0000 Synopsis: [panic] random page faults (usb-related?) Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:05:25 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=65292 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:09:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F7B516A4CE; Thu, 4 Nov 2004 07:09:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 519FD43D2F; Thu, 4 Nov 2004 07:09:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA479c2I055350; Thu, 4 Nov 2004 07:09:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA479cR7055346; Thu, 4 Nov 2004 07:09:38 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:09:38 GMT From: Mark Linimon Message-Id: <200411040709.iA479cR7055346@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/66324: [usb] usb driver memory leak grows wired X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:09:38 -0000 Synopsis: [usb] usb driver memory leak grows wired Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:09:28 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=66324 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:10:11 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5DE216A4CE; Thu, 4 Nov 2004 07:10:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8766A43D45; Thu, 4 Nov 2004 07:10:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47ABRR055420; Thu, 4 Nov 2004 07:10:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47ABxj055415; Thu, 4 Nov 2004 07:10:11 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:10:11 GMT From: Mark Linimon Message-Id: <200411040710.iA47ABxj055415@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/69006: [patch] Apple Cinema Display hangs USB ports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:10:11 -0000 Synopsis: [patch] Apple Cinema Display hangs USB ports Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:09:54 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=69006 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:10:54 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C8E316A4CE; Thu, 4 Nov 2004 07:10:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC4543D1F; Thu, 4 Nov 2004 07:10:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47AsRn055542; Thu, 4 Nov 2004 07:10:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47AsKg055538; Thu, 4 Nov 2004 07:10:54 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:10:54 GMT From: Mark Linimon Message-Id: <200411040710.iA47AsKg055538@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/71155: [usb] misbehaving usb-printer hangs processes, causes panics X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:10:54 -0000 Synopsis: [usb] misbehaving usb-printer hangs processes, causes panics Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:10:33 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=71155 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:11:50 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DCAD16A4CE; Thu, 4 Nov 2004 07:11:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEDC43D39; Thu, 4 Nov 2004 07:11:50 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47BnX9055644; Thu, 4 Nov 2004 07:11:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47BnrW055640; Thu, 4 Nov 2004 07:11:49 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:11:49 GMT From: Mark Linimon Message-Id: <200411040711.iA47BnrW055640@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/71491: [usb] [panic] printing under usb printer causes a kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:11:50 -0000 Synopsis: [usb] [panic] printing under usb printer causes a kernel panic Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:11:23 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=71491 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:12:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AF4C16A4CE; Thu, 4 Nov 2004 07:12:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B6143D2F; Thu, 4 Nov 2004 07:12:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47CO44055738; Thu, 4 Nov 2004 07:12:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47COO2055734; Thu, 4 Nov 2004 07:12:24 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:12:24 GMT From: Mark Linimon Message-Id: <200411040712.iA47COO2055734@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/71887: [kbd] Losing keyboard after plugging a bluetooth usb dongle X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:12:25 -0000 Synopsis: [kbd] Losing keyboard after plugging a bluetooth usb dongle Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:12:14 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=71887 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:12:56 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 788CB16A4CE; Thu, 4 Nov 2004 07:12:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5946243D1D; Thu, 4 Nov 2004 07:12:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47Cu4I055797; Thu, 4 Nov 2004 07:12:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47Cu42055793; Thu, 4 Nov 2004 07:12:56 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:12:56 GMT From: Mark Linimon Message-Id: <200411040712.iA47Cu42055793@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/72119: Detaching USB Memory Stick w/o umount causes zombie devfs node X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:12:56 -0000 Synopsis: Detaching USB Memory Stick w/o umount causes zombie devfs node Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:12:46 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=72119 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:13:57 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1801816A4CE; Thu, 4 Nov 2004 07:13:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE54043D39; Thu, 4 Nov 2004 07:13:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47DuER055900; Thu, 4 Nov 2004 07:13:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47Du4E055896; Thu, 4 Nov 2004 07:13:56 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:13:56 GMT From: Mark Linimon Message-Id: <200411040713.iA47Du4E055896@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/73295: Lock order reversal in USB code. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:13:57 -0000 Synopsis: Lock order reversal in USB code. Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:13:41 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=73295 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:14:46 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0589416A4CE; Thu, 4 Nov 2004 07:14:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB34743D1F; Thu, 4 Nov 2004 07:14:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47EjSm055980; Thu, 4 Nov 2004 07:14:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47EjSY055976; Thu, 4 Nov 2004 07:14:45 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:14:45 GMT From: Mark Linimon Message-Id: <200411040714.iA47EjSY055976@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/73307: Kernel panics on USB disconnect X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:14:46 -0000 Synopsis: Kernel panics on USB disconnect Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:14:25 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=73307 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:15:41 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0293D16A4CE; Thu, 4 Nov 2004 07:15:41 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D676C43D1F; Thu, 4 Nov 2004 07:15:40 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47FeQi056081; Thu, 4 Nov 2004 07:15:40 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47Fe47056077; Thu, 4 Nov 2004 07:15:40 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:15:40 GMT From: Mark Linimon Message-Id: <200411040715.iA47Fe47056077@freefall.freebsd.org> To: at@rominet.net, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21754: [usb] Sound stops working when NetGear USB Device is plugged X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:15:41 -0000 Synopsis: [usb] Sound stops working when NetGear USB Device is plugged State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Thu Nov 4 07:15:09 GMT 2004 State-Changed-Why: Feedback timeout (2 months). http://www.freebsd.org/cgi/query-pr.cgi?pr=21754 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:17:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1DE416A4CE; Thu, 4 Nov 2004 07:17:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AFA643D2F; Thu, 4 Nov 2004 07:17:24 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47HOOG056166; Thu, 4 Nov 2004 07:17:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47HOZi056162; Thu, 4 Nov 2004 07:17:24 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:17:24 GMT From: Mark Linimon Message-Id: <200411040717.iA47HOZi056162@freefall.freebsd.org> To: david@wmol.com, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30320: [usb] USB mouse does not work after return'ing from a shutdown now X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:17:24 -0000 Synopsis: [usb] USB mouse does not work after return'ing from a shutdown now State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Thu Nov 4 07:17:10 GMT 2004 State-Changed-Why: Feedback timeout (2 months). http://www.freebsd.org/cgi/query-pr.cgi?pr=30320 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:19:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF88C16A4CE; Thu, 4 Nov 2004 07:19:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700DD43D31; Thu, 4 Nov 2004 07:19:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47JK8c056241; Thu, 4 Nov 2004 07:19:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47JKfd056237; Thu, 4 Nov 2004 07:19:20 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:19:20 GMT From: Mark Linimon Message-Id: <200411040719.iA47JKfd056237@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: conf/30929: [patch] use usbd to initialize USB ADSL modem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:19:20 -0000 Old Synopsis: [net/pppoa] use usbd to initialize USB ADSL modem New Synopsis: [patch] use usbd to initialize USB ADSL modem Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:17:48 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=30929 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:21:59 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4286416A4CE; Thu, 4 Nov 2004 07:21:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E2C443D2D; Thu, 4 Nov 2004 07:21:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47LxKb056468; Thu, 4 Nov 2004 07:21:59 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47Lu9F056464; Thu, 4 Nov 2004 07:21:56 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:21:56 GMT From: Mark Linimon Message-Id: <200411040721.iA47Lu9F056464@freefall.freebsd.org> To: m.belushkin@fz-juelich.de, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/56999: FreeCom USB CD/RW problem on FreeBSD 5.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:21:59 -0000 Synopsis: FreeCom USB CD/RW problem on FreeBSD 5.1 State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Thu Nov 4 07:21:32 GMT 2004 State-Changed-Why: Does this problem still recur with 5.3-RC1? Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:21:32 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=56999 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:23:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B1916A4CE; Thu, 4 Nov 2004 07:23:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33BA43D5C; Thu, 4 Nov 2004 07:23:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47NNRE056583; Thu, 4 Nov 2004 07:23:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47NNU5056579; Thu, 4 Nov 2004 07:23:23 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:23:23 GMT From: Mark Linimon Message-Id: <200411040723.iA47NNU5056579@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/60248: [patch] Problem with USB printer HP LaserJet 1300 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:23:24 -0000 Old Synopsis: Problem with USB printer HP LaserJet 1300 New Synopsis: [patch] Problem with USB printer HP LaserJet 1300 Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:22:46 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=60248 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:24:11 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2AE116A4CE; Thu, 4 Nov 2004 07:24:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B284243D5C; Thu, 4 Nov 2004 07:24:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47OBZ9056637; Thu, 4 Nov 2004 07:24:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47OBtH056633; Thu, 4 Nov 2004 07:24:11 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:24:11 GMT From: Mark Linimon Message-Id: <200411040724.iA47OBtH056633@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: bin/61234: [usb] [patch] usbhidaction doesn't support using an alternate table file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:24:12 -0000 Old Synopsis: usbhidaction doesn't support using an alternate table file New Synopsis: [usb] [patch] usbhidaction doesn't support using an alternate table file Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:23:38 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=61234 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:24:59 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8732616A4CE; Thu, 4 Nov 2004 07:24:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6712743D1F; Thu, 4 Nov 2004 07:24:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47Oxkh056697; Thu, 4 Nov 2004 07:24:59 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47OxMY056693; Thu, 4 Nov 2004 07:24:59 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:24:59 GMT From: Mark Linimon Message-Id: <200411040724.iA47OxMY056693@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/61365: FreeBSD resets when I turn off monitor w/ built in usb hub but leave the computer running X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:24:59 -0000 Synopsis: FreeBSD resets when I turn off monitor w/ built in usb hub but leave the computer running Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:24:34 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=61365 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:25:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6800616A4D1; Thu, 4 Nov 2004 07:25:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4765943D58; Thu, 4 Nov 2004 07:25:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47PS17056759; Thu, 4 Nov 2004 07:25:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47PSbD056755; Thu, 4 Nov 2004 07:25:28 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:25:28 GMT From: Mark Linimon Message-Id: <200411040725.iA47PSbD056755@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/62788: need quirks for Super Talent Flash USB 2.0 Flash Drive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:25:28 -0000 Synopsis: need quirks for Super Talent Flash USB 2.0 Flash Drive Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:25:15 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=62788 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:26:51 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC2A16A4CE; Thu, 4 Nov 2004 07:26:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF6E43D2D; Thu, 4 Nov 2004 07:26:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47QpIm056876; Thu, 4 Nov 2004 07:26:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47Qprh056872; Thu, 4 Nov 2004 07:26:51 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:26:51 GMT From: Mark Linimon Message-Id: <200411040726.iA47Qprh056872@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/63779: [usb] USB-mass storage (USB to IDE Converter) works on UHCI not OHCI X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:26:51 -0000 Synopsis: [usb] USB-mass storage (USB to IDE Converter) works on UHCI not OHCI Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:26:31 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=63779 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:27:18 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB9B16A4CE; Thu, 4 Nov 2004 07:27:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE02543D54; Thu, 4 Nov 2004 07:27:18 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47RIVX056926; Thu, 4 Nov 2004 07:27:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47RIDD056922; Thu, 4 Nov 2004 07:27:18 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:27:18 GMT From: Mark Linimon Message-Id: <200411040727.iA47RIDD056922@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/63837: [patch] USB: hid_is_collection() only looks for the first item X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:27:18 -0000 Synopsis: [patch] USB: hid_is_collection() only looks for the first item Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:27:10 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=63837 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:27:54 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5002116A4CE; Thu, 4 Nov 2004 07:27:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB3B43D31; Thu, 4 Nov 2004 07:27:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47RrH6056972; Thu, 4 Nov 2004 07:27:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47RrXV056968; Thu, 4 Nov 2004 07:27:53 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:27:53 GMT From: Mark Linimon Message-Id: <200411040727.iA47RrXV056968@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/65436: QUIRK: [patch] to add support for PNY Attache 256MB USB 2.0 Flash Drive X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:27:54 -0000 Synopsis: QUIRK: [patch] to add support for PNY Attache 256MB USB 2.0 Flash Drive Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:27:38 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=65436 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:28:35 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D2116A4CE; Thu, 4 Nov 2004 07:28:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C72B243D45; Thu, 4 Nov 2004 07:28:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47SZr0057026; Thu, 4 Nov 2004 07:28:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47SZ5l057022; Thu, 4 Nov 2004 07:28:35 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:28:35 GMT From: Mark Linimon Message-Id: <200411040728.iA47SZ5l057022@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/65769: [usb] Call to tcflush(x, TCIFLUSH) stops input on usb-serial forever X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:28:36 -0000 Old Synopsis: Call to tcflush(x, TCIFLUSH) stops input on usb-serial forever New Synopsis: [usb] Call to tcflush(x, TCIFLUSH) stops input on usb-serial forever Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:28:16 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=65769 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:29:11 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8233616A4CE; Thu, 4 Nov 2004 07:29:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E5643D2D; Thu, 4 Nov 2004 07:29:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47TB6K057077; Thu, 4 Nov 2004 07:29:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47TB4u057073; Thu, 4 Nov 2004 07:29:11 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:29:11 GMT From: Mark Linimon Message-Id: <200411040729.iA47TB4u057073@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/66547: [usb] Palm Tungsten T USB does not initialize correctly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:29:11 -0000 Old Synopsis: Palm Tungsten T USB does not initialize correctly New Synopsis: [usb] Palm Tungsten T USB does not initialize correctly Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:28:49 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=66547 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:29:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2759816A4CE; Thu, 4 Nov 2004 07:29:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0641443D46; Thu, 4 Nov 2004 07:29:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47Tiro057132; Thu, 4 Nov 2004 07:29:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47Tik0057128; Thu, 4 Nov 2004 07:29:44 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:29:44 GMT From: Mark Linimon Message-Id: <200411040729.iA47Tik0057128@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/68412: [usb] [patch] QUIRK: Philips KEY013 USB MP3 player X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:29:45 -0000 Old Synopsis: QUIRK: Philips KEY013 USB MP3 player New Synopsis: [usb] [patch] QUIRK: Philips KEY013 USB MP3 player Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:29:25 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=68412 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:31:02 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2280116A4CE; Thu, 4 Nov 2004 07:31:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D0543D1D; Thu, 4 Nov 2004 07:31:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47V1nS058233; Thu, 4 Nov 2004 07:31:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47V1Gp058229; Thu, 4 Nov 2004 07:31:01 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:31:01 GMT From: Mark Linimon Message-Id: <200411040731.iA47V1Gp058229@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/70523: [usb] [patch] umct sending/receiving wrong characters X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:31:02 -0000 Synopsis: [usb] [patch] umct sending/receiving wrong characters Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:30:40 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=70523 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:31:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEEEE16A4CE; Thu, 4 Nov 2004 07:31:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9263F43D31; Thu, 4 Nov 2004 07:31:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47VSBO058308; Thu, 4 Nov 2004 07:31:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47VSIq058304; Thu, 4 Nov 2004 07:31:28 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:31:28 GMT From: Mark Linimon Message-Id: <200411040731.iA47VSIq058304@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/70607: [patch] Add Support for USB Microsoft Intellimouse (possibly others) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:31:29 -0000 Synopsis: [patch] Add Support for USB Microsoft Intellimouse (possibly others) Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:31:18 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=70607 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:32:37 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A42B16A4CE; Thu, 4 Nov 2004 07:32:37 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FFC443D2D; Thu, 4 Nov 2004 07:32:37 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47Wbhi058407; Thu, 4 Nov 2004 07:32:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47WbPq058403; Thu, 4 Nov 2004 07:32:37 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:32:37 GMT From: Mark Linimon Message-Id: <200411040732.iA47WbPq058403@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/70942: [usb] Genius Wireless USB mouse: moused doesn't work correctly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:32:37 -0000 Synopsis: [usb] Genius Wireless USB mouse: moused doesn't work correctly Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:32:22 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=70942 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:34:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0274716A4CE; Thu, 4 Nov 2004 07:34:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF3C943D1D; Thu, 4 Nov 2004 07:34:32 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47YWrQ058485; Thu, 4 Nov 2004 07:34:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47YWrH058481; Thu, 4 Nov 2004 07:34:32 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:34:32 GMT From: Mark Linimon Message-Id: <200411040734.iA47YWrH058481@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/71416: [usb] Cryptoflex e-gate USB token (ugen0) detach is not working in usbd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:34:33 -0000 Synopsis: [usb] Cryptoflex e-gate USB token (ugen0) detach is not working in usbd Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:33:58 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=71416 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:35:15 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252BD16A4CE; Thu, 4 Nov 2004 07:35:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D0243D49; Thu, 4 Nov 2004 07:35:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47ZEv3058587; Thu, 4 Nov 2004 07:35:14 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47ZEhD058583; Thu, 4 Nov 2004 07:35:14 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:35:14 GMT From: Mark Linimon Message-Id: <200411040735.iA47ZEhD058583@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/71455: [usb] Slow USB umass performance of 5.3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:35:15 -0000 Synopsis: [usb] Slow USB umass performance of 5.3 Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:35:05 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=71455 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:36:11 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B5D216A4CE; Thu, 4 Nov 2004 07:36:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C06943D46; Thu, 4 Nov 2004 07:36:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47aB78058665; Thu, 4 Nov 2004 07:36:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47aBuO058661; Thu, 4 Nov 2004 07:36:11 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:36:11 GMT From: Mark Linimon Message-Id: <200411040736.iA47aBuO058661@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/71605: [patch] umass doesn't recognize multiple slots of many-in-one USB card reader/writer [4.10] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:36:11 -0000 Synopsis: [patch] umass doesn't recognize multiple slots of many-in-one USB card reader/writer [4.10] Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:35:36 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=71605 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:36:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8F2B16A4CE; Thu, 4 Nov 2004 07:36:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9970D43D49; Thu, 4 Nov 2004 07:36:33 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47aXWh058719; Thu, 4 Nov 2004 07:36:33 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47aXnW058715; Thu, 4 Nov 2004 07:36:33 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:36:33 GMT From: Mark Linimon Message-Id: <200411040736.iA47aXnW058715@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: bin/71615: [PATCH] cleanup of the usr.sbin/usbd code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:36:34 -0000 Synopsis: [PATCH] cleanup of the usr.sbin/usbd code Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:36:25 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=71615 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:37:03 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3128016A4CE; Thu, 4 Nov 2004 07:37:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1118A43D31; Thu, 4 Nov 2004 07:37:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47b217058769; Thu, 4 Nov 2004 07:37:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47b2iP058765; Thu, 4 Nov 2004 07:37:02 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:37:02 GMT From: Mark Linimon Message-Id: <200411040737.iA47b2iP058765@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/72344: [patch] QUIRK: Dane-Elec zMate 512 MB USB flash drive (PNY USB DISK Pro) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:37:03 -0000 Synopsis: [patch] QUIRK: Dane-Elec zMate 512 MB USB flash drive (PNY USB DISK Pro) Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:36:50 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=72344 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:40:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52FBF16A4CE for ; Thu, 4 Nov 2004 07:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2427B43D2D for ; Thu, 4 Nov 2004 07: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 iA47eOQ6059082 for ; Thu, 4 Nov 2004 07: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 iA47eNgG059081; Thu, 4 Nov 2004 07:40:23 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 07:40:23 GMT Resent-Message-Id: <200411040740.iA47eNgG059081@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kazuo Dohzono Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E7C816A4CE for ; Thu, 4 Nov 2004 07:33:48 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 817CF43D46 for ; Thu, 4 Nov 2004 07:33:48 +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 iA47XlL9033849 for ; Thu, 4 Nov 2004 07:33:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA47Xlql033847; Thu, 4 Nov 2004 07:33:47 GMT (envelope-from nobody) Message-Id: <200411040733.iA47Xlql033847@www.freebsd.org> Date: Thu, 4 Nov 2004 07:33:47 GMT From: Kazuo Dohzono To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73514: mount_ntfs: can't access to a large file (over 4G?) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:40:24 -0000 >Number: 73514 >Category: misc >Synopsis: mount_ntfs: can't access to a large file (over 4G?) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 07:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Kazuo Dohzono >Release: 5.2.1-RELEASE-p9 >Organization: >Environment: FreeBSD abacus 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Tue Jul 27 15:41:38 JST 2004 dohzono@abacus:/usr/obj/usr/src/sys/GENERIC i386 >Description: Applications can not access to the latter part of large file (over 4G) when it is mounted with mount_ntfs. >How-To-Repeat: Prepare an ISO file which contains a movie (over 6G). Put it onto a ntfs (created by WindowsXP) and mount it with mount_ntfs. "Mplayer -dvd-device /$MNT/movie.ISO dvd://1" should play whole of the movie, but it stops about 2/3 of the movie. This is not a mplayer's problem because mplayer can play the same file when it is on the network (and mounted with mount_smbfs). >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:40:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9022D16A4EE; Thu, 4 Nov 2004 07:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A18E343D39; Thu, 4 Nov 2004 07:40:26 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47eQ29059142; Thu, 4 Nov 2004 07:40:26 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47eQ40059138; Thu, 4 Nov 2004 07:40:26 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:40:26 GMT From: Mark Linimon Message-Id: <200411040740.iA47eQ40059138@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: conf/73239: [usb] [patch] Teach usbd.conf about axe(4) devices X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:40:28 -0000 Synopsis: [usb] [patch] Teach usbd.conf about axe(4) devices Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:40:17 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=73239 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:41:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B81716A4CE; Thu, 4 Nov 2004 07:41:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B28743D2F; Thu, 4 Nov 2004 07:41:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47fKPh059241; Thu, 4 Nov 2004 07:41:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47fKWN059237; Thu, 4 Nov 2004 07:41:20 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:41:20 GMT From: Mark Linimon Message-Id: <200411040741.iA47fKWN059237@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/73286: [usb] [patch] Add another USB WLAN device for atuwi X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:41:21 -0000 Synopsis: [usb] [patch] Add another USB WLAN device for atuwi Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:41:00 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=73286 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 07:53:18 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A93E16A4CE; Thu, 4 Nov 2004 07:53:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D870E43D3F; Thu, 4 Nov 2004 07:53:17 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA47rH8c059793; Thu, 4 Nov 2004 07:53:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA47rHav059789; Thu, 4 Nov 2004 07:53:17 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 07:53:17 GMT From: Mark Linimon Message-Id: <200411040753.iA47rHav059789@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: i386/63251: [usb] USB stops working after 2nd APM suspend/resume cycle, Toshiba Sat Pro 6100, 5.2-R X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 07:53:18 -0000 Synopsis: [usb] USB stops working after 2nd APM suspend/resume cycle, Toshiba Sat Pro 6100, 5.2-R Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 07:53:06 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=63251 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:16:50 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B8EF16A4CF; Thu, 4 Nov 2004 08:16:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B1D43D45; Thu, 4 Nov 2004 08:16:50 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48GoYs064523; Thu, 4 Nov 2004 08:16:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48Go0p064519; Thu, 4 Nov 2004 08:16:50 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:16:50 GMT From: Mark Linimon Message-Id: <200411040816.iA48Go0p064519@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/36415: [bktr] [patch] driver incorrectly handles the setting of frame rates X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:16:50 -0000 Synopsis: [bktr] [patch] driver incorrectly handles the setting of frame rates Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:15:53 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=36415 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:17:09 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB7116A4CE; Thu, 4 Nov 2004 08:17:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B7C843D46; Thu, 4 Nov 2004 08:17:09 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48H9Ul064570; Thu, 4 Nov 2004 08:17:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48H9WG064566; Thu, 4 Nov 2004 08:17:09 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:17:09 GMT From: Mark Linimon Message-Id: <200411040817.iA48H9WG064566@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/37326: [bktr] smbus/bktr crash when omitting "device iicsmb" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:17:09 -0000 Synopsis: [bktr] smbus/bktr crash when omitting "device iicsmb" Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:17:00 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=37326 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:17:49 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22E6016A4CE; Thu, 4 Nov 2004 08:17:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0335E43D54; Thu, 4 Nov 2004 08:17:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48HmBj064618; Thu, 4 Nov 2004 08:17:48 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48HmUQ064614; Thu, 4 Nov 2004 08:17:48 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:17:48 GMT From: Mark Linimon Message-Id: <200411040817.iA48HmUQ064614@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/47939: [bktr] 5.0-Current freezes when bktr device is opened X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:17:49 -0000 Synopsis: [bktr] 5.0-Current freezes when bktr device is opened Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:17:23 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=47939 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:18:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 678B716A4CE; Thu, 4 Nov 2004 08:18:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A1043D2F; Thu, 4 Nov 2004 08:18:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48ITrg064707; Thu, 4 Nov 2004 08:18:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48ITau064703; Thu, 4 Nov 2004 08:18:29 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:18:29 GMT From: Mark Linimon Message-Id: <200411040818.iA48ITau064703@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/57603: [bktr] bktr driver: freeze on SMP machine X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:18:29 -0000 Synopsis: [bktr] bktr driver: freeze on SMP machine Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:18:08 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=57603 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:19:07 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0028516A4CE; Thu, 4 Nov 2004 08:19:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D086A43D39; Thu, 4 Nov 2004 08:19:06 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48J62K064769; Thu, 4 Nov 2004 08:19:06 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48J6mZ064765; Thu, 4 Nov 2004 08:19:06 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:19:06 GMT From: Mark Linimon Message-Id: <200411040819.iA48J6mZ064765@freefall.freebsd.org> To: amactaggart@hkis.edu.hk, linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/61053: opengk cause cored dump version 4.9 and 5.2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:19:07 -0000 Synopsis: opengk cause cored dump version 4.9 and 5.2 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Thu Nov 4 08:18:40 GMT 2004 State-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:18:40 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=61053 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:20:11 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D51C416A4CE; Thu, 4 Nov 2004 08:20:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B604D43D2D; Thu, 4 Nov 2004 08:20:11 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48KBEh064850; Thu, 4 Nov 2004 08:20:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48KBoH064846; Thu, 4 Nov 2004 08:20:11 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:20:11 GMT From: Mark Linimon Message-Id: <200411040820.iA48KBoH064846@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14166: [bktr] [patch] AVER TVPhone X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:20:11 -0000 Synopsis: [bktr] [patch] AVER TVPhone Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:19:54 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=14166 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:20:35 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E490116A4CE; Thu, 4 Nov 2004 08:20:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B9F43D2D; Thu, 4 Nov 2004 08:20:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48KZWY064975; Thu, 4 Nov 2004 08:20:35 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48KZAq064969; Thu, 4 Nov 2004 08:20:35 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:20:35 GMT From: Mark Linimon Message-Id: <200411040820.iA48KZAq064969@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/32812: [bktr] bktr driver missing tuner for eeprom detection. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:20:36 -0000 Synopsis: [bktr] bktr driver missing tuner for eeprom detection. Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:20:21 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=32812 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:20:59 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4130216A4CE; Thu, 4 Nov 2004 08:20:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2186F43D1D; Thu, 4 Nov 2004 08:20:59 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48Kx8f065045; Thu, 4 Nov 2004 08:20:59 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48KwdI065041; Thu, 4 Nov 2004 08:20:58 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:20:58 GMT From: Mark Linimon Message-Id: <200411040820.iA48KwdI065041@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/35289: [bktr] [patch] Brooktree device doesnt properly signal applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:20:59 -0000 Synopsis: [bktr] [patch] Brooktree device doesnt properly signal applications Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:20:44 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=35289 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:21:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A8516A4CF; Thu, 4 Nov 2004 08:21:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23BA643D39; Thu, 4 Nov 2004 08:21:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48LTsP065095; Thu, 4 Nov 2004 08:21:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48LT5P065091; Thu, 4 Nov 2004 08:21:29 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:21:29 GMT From: Mark Linimon Message-Id: <200411040821.iA48LT5P065091@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/36451: [bktr] [patch] Japan IF frequency is incorrect X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:21:29 -0000 Synopsis: [bktr] [patch] Japan IF frequency is incorrect Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:21:10 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=36451 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:21:50 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F201C16A4CE; Thu, 4 Nov 2004 08:21:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D138F43D54; Thu, 4 Nov 2004 08:21:49 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48Ln81065142; Thu, 4 Nov 2004 08:21:49 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48LnsL065138; Thu, 4 Nov 2004 08:21:49 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:21:49 GMT From: Mark Linimon Message-Id: <200411040821.iA48LnsL065138@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/53383: [bktr] [patch] adding Terratec TValue to bktr driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:21:50 -0000 Synopsis: [bktr] [patch] adding Terratec TValue to bktr driver Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:21:40 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=53383 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:22:08 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4091416A4CE; Thu, 4 Nov 2004 08:22:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F09643D1D; Thu, 4 Nov 2004 08:22:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48M8i1065189; Thu, 4 Nov 2004 08:22:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48M7do065185; Thu, 4 Nov 2004 08:22:07 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:22:07 GMT From: Mark Linimon Message-Id: <200411040822.iA48M7do065185@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/56245: [bktr] Distorted and choppy video with bktr-driver on 5.x X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:22:08 -0000 Synopsis: [bktr] Distorted and choppy video with bktr-driver on 5.x Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:21:58 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=56245 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:22:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E224116A4CE; Thu, 4 Nov 2004 08:22:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C040243D1D; Thu, 4 Nov 2004 08:22:28 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48MS5n065237; Thu, 4 Nov 2004 08:22:28 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48MSZc065233; Thu, 4 Nov 2004 08:22:28 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:22:28 GMT From: Mark Linimon Message-Id: <200411040822.iA48MSZc065233@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/59289: [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forgets to add 128 to value X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:22:29 -0000 Synopsis: [bktr] [patch] ioctl METEORGBRIG in bktr_core.c forgets to add 128 to value Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:22:19 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=59289 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:22:47 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2640716A4CE; Thu, 4 Nov 2004 08:22:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A9C43D1F; Thu, 4 Nov 2004 08:22:47 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48Mkbb065285; Thu, 4 Nov 2004 08:22:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48Mk4O065281; Thu, 4 Nov 2004 08:22:46 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:22:46 GMT From: Mark Linimon Message-Id: <200411040822.iA48Mk4O065281@freefall.freebsd.org> To: linimon@FreeBSD.org, roger@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/68362: [bktr] [patch] Add Pixelview PlayTV support to bktr driver. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:22:47 -0000 Synopsis: [bktr] [patch] Add Pixelview PlayTV support to bktr driver. Responsible-Changed-From-To: roger->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:22:38 GMT 2004 Responsible-Changed-Why: Assignee is currently away from doing FreeBSD work at the moment, so at his request, return this one to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=68362 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:40:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35AC16A4CE for ; Thu, 4 Nov 2004 08:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A764643D2D for ; Thu, 4 Nov 2004 08:40:28 +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 iA48eSia066696 for ; Thu, 4 Nov 2004 08:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48eS12066695; Thu, 4 Nov 2004 08:40:28 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 08:40:28 GMT Resent-Message-Id: <200411040840.iA48eS12066695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zahemszky Gábor Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C327616A4CE for ; Thu, 4 Nov 2004 08:37:04 +0000 (GMT) Received: from zahemszky.hu (60.193-182-adsl-pool.axelero.hu [81.182.193.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD8643D48 for ; Thu, 4 Nov 2004 08:37:03 +0000 (GMT) (envelope-from zgabor@zahemszky.hu) Received: from zahemszky.hu (localhost [127.0.0.1]) by Lapp.Zahemszky.hu (8.13.1/8.13.1) with ESMTP id iA48UwCg091606 for ; Thu, 4 Nov 2004 09:30:59 +0100 (CET) (envelope-from zgabor@zahemszky.hu) Received: (from zgabor@localhost) by zahemszky.hu (8.13.1/8.13.1/Submit) id iA48Uvv5091605; Thu, 4 Nov 2004 09:30:57 +0100 (CET) (envelope-from zgabor) Message-Id: <200411040830.iA48Uvv5091605@zahemszky.hu> Date: Thu, 4 Nov 2004 09:30:57 +0100 (CET) From: Zahemszky Gábor To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/73515: patch to identify and use Kodak LS743 with (lib)gphoto2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Zahemszky Gábor List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:40:29 -0000 >Number: 73515 >Category: misc >Synopsis: patch to identify and use Kodak LS743 with (lib)gphoto2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 08:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Zahemszky Gábor >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD zahemszky.hu 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 1 14:15:29 CET 2004 root@lapp.Zahemszky.HU:/usr/obj/usr/src/sys/LAPP i386 >Description: There are some errors in libgphoto2's Kodak USB-ID list. With this little patch libgphoto can handle Kodak LS743 machine, and correctly identify CX4210. >How-To-Repeat: Connect an LS743, and look the USB identifier. (And look around in camlibs/ptp2/README.) >Fix: With this little patch: ==== patch-Kodak: ==== *** camlibs/ptp2/library.c.orig Thu Nov 4 08:57:29 2004 --- camlibs/ptp2/library.c Thu Nov 4 08:58:26 2004 *************** static struct { *** 225,236 **** {"Kodak:DX4900", 0x040a, 0x0550}, {"Kodak:DX4330", 0x040a, 0x0555}, {"Kodak:CX4200", 0x040a, 0x0560}, ! {"Kodak:CX4210", 0x040a, 0x0565}, ! /* both above with different product IDs normal/retail versions of the same model */ {"Kodak:CX4300", 0x040a, 0x0566}, {"Kodak:LS443", 0x040a, 0x0568}, {"Kodak:LS663", 0x040a, 0x0569}, {"Kodak:DX6340", 0x040a, 0x0570}, {"Kodak:CX6330", 0x040a, 0x0571}, {"Kodak:DX6440", 0x040a, 0x0572}, --- 225,237 ---- {"Kodak:DX4900", 0x040a, 0x0550}, {"Kodak:DX4330", 0x040a, 0x0555}, {"Kodak:CX4200", 0x040a, 0x0560}, ! {"Kodak:CX4210", 0x040a, 0x0560}, ! /* both above with same product IDs normal/retail versions of the same model */ {"Kodak:CX4300", 0x040a, 0x0566}, {"Kodak:LS443", 0x040a, 0x0568}, {"Kodak:LS663", 0x040a, 0x0569}, + {"Kodak:LS743", 0x040a, 0x0565}, {"Kodak:DX6340", 0x040a, 0x0570}, {"Kodak:CX6330", 0x040a, 0x0571}, {"Kodak:DX6440", 0x040a, 0x0572}, ==== end of patch-Kodak ==== >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:44:45 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7BF616A4CE; Thu, 4 Nov 2004 08:44:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 978A443D3F; Thu, 4 Nov 2004 08:44:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48ijfs067246; Thu, 4 Nov 2004 08:44:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48ijDf067242; Thu, 4 Nov 2004 08:44:45 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:44:45 GMT From: Mark Linimon Message-Id: <200411040844.iA48ijDf067242@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/73515: patch to identify and use Kodak LS743 with (lib)gphoto2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:44:45 -0000 Synopsis: patch to identify and use Kodak LS743 with (lib)gphoto2 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 4 08:44:31 GMT 2004 Responsible-Changed-Why: This seems to be a ports bug. http://www.freebsd.org/cgi/query-pr.cgi?pr=73515 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:50:32 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD6E16A4DC for ; Thu, 4 Nov 2004 08:50:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C25E43D46 for ; Thu, 4 Nov 2004 08:50: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 iA48oVN5067752 for ; Thu, 4 Nov 2004 08:50:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48oVsl067748; Thu, 4 Nov 2004 08:50:31 GMT (envelope-from gnats) Date: Thu, 4 Nov 2004 08:50:31 GMT Message-Id: <200411040850.iA48oVsl067748@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Philipp Huber Subject: Re: conf/73176: [patch] rc.d script for mixer settings X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Philipp Huber List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:50:32 -0000 The following reply was made to PR conf/73176; it has been noted by GNATS. From: Philipp Huber To: Ceri Davies , FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: conf/73176: [patch] rc.d script for mixer settings Date: Thu, 4 Nov 2004 09:41:11 +0000 On Wednesday 03 November 2004 20:51, Ceri Davies wrote: hi, i just saw that there's already a rc.d script providing that functionality. i didn't have this one in rc.d. sorry for that, please close the pr. philipp > > This is a rc.d script for restoring mixer settings saved in the > > mixer.conf file. > > Is /etc/rc.d/mixer deficient in some way? If so, could the requisite > functionality be merged in there? > > Ceri From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:54:00 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 966A116A4CE; Thu, 4 Nov 2004 08:54:00 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D8743D39; Thu, 4 Nov 2004 08:54:00 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA48s0rr068129; Thu, 4 Nov 2004 08:54:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48s0Ei068125; Thu, 4 Nov 2004 08:54:00 GMT (envelope-from linimon) Date: Thu, 4 Nov 2004 08:54:00 GMT From: Mark Linimon Message-Id: <200411040854.iA48s0Ei068125@freefall.freebsd.org> To: philipp.huber@gmx.at, linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/73176: [patch] rc.d script for mixer settings X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:54:00 -0000 Synopsis: [patch] rc.d script for mixer settings State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Thu Nov 4 08:53:49 GMT 2004 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=73176 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 09:20:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0191616A4CE for ; Thu, 4 Nov 2004 09:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC3E643D53 for ; Thu, 4 Nov 2004 09:20: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 iA49KQmD072749 for ; Thu, 4 Nov 2004 09:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA49KQc6072747; Thu, 4 Nov 2004 09:20:26 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 09:20:26 GMT Resent-Message-Id: <200411040920.iA49KQc6072747@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ari Suutari Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78FCD16A4CE for ; Thu, 4 Nov 2004 09:19:31 +0000 (GMT) Received: from fep19.inet.fi (fep19.inet.fi [194.251.242.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29EFB43D31 for ; Thu, 4 Nov 2004 09:19:30 +0000 (GMT) (envelope-from ari@mato.dyndns.suutari.iki.fi) Received: from mato.dyndns.suutari.iki.fi ([80.222.160.96]) by fep19.inet.fi with ESMTP <20041104091928.IUCX5926.fep19.inet.fi@mato.dyndns.suutari.iki.fi> for ; Thu, 4 Nov 2004 11:19:28 +0200 Received: from mato.dyndns.suutari.iki.fi (localhost [127.0.0.1]) iA49JPJS001544 for ; Thu, 4 Nov 2004 11:19:28 +0200 (EET) (envelope-from ari@mato.dyndns.suutari.iki.fi) Received: (from ari@localhost)iA49JPh3001543; Thu, 4 Nov 2004 11:19:25 +0200 (EET) (envelope-from ari) Message-Id: <200411040919.iA49JPh3001543@mato.dyndns.suutari.iki.fi> Date: Thu, 4 Nov 2004 11:19:25 +0200 (EET) From: Ari Suutari To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/73517: pfil_hooks (ipfw,pf etc) and ipsec processing order for outgoing packets is wrong X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ari Suutari List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 09:20:27 -0000 >Number: 73517 >Category: kern >Synopsis: pfil_hooks (ipfw,pf etc) and ipsec processing order for outgoing packets is wrong >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 09:20:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ari Suutari >Release: FreeBSD 5.3-RC2 i386 >Organization: >Environment: System: FreeBSD mato.suutari.iki.fi 5.3-RC2 FreeBSD 5.3-RC2 #13: Wed Nov 3 17:47:15 EET 2004 ari@mato.suutari.iki.fi:/usr/obj/usr/src/sys/MATO i386 >Description: When using IPSEC_FILTERGIF kernel option, the processing order of ipsec and ipfw (pfil_hook) is not correct for outgoing packets. Currently, ipsec processing is done first regardsless of IPSEC_FILTERGIF, which makes packets to go through without firewall inspection. This might be a security problem for someone, but at least it breaks stateful rule handling. My test setup is (all freebsd 5.3-rc1 machines): freebsd laptop <-> ipsec tunnel <->freebsd server When server sends packet to laptop, it now goes like this: ip_output -> ipsec -> ipfw -> network It should go like this: ip_output -> ipfw -> ipsec -> ipfw -> network >How-To-Repeat: Compiler kernel with ipsec and IPSEC_FILTERGIF options. Create ipsec policy, which uses esp between two machines. Add firewall rules like ipfw add count esp from a to b ipfw add count esp from b to a ipfw add count icmp from a to b ipfw add count icmp from b to a Start pinging from a to b. You'll notice that only one of the icmp counters increases. >Fix: I think that this could be fixed by just moving/adding pfil_hook processing in ip_output before ipsec processing when IPSEC_FILTERGIF is enabled. I received example patch from Mr. Joost Bekkers (http://jodocus.org/ipsec-pfil.diff ), but it doesn't fully work for kame IPSEC (kame ipsec seems to require having pfil_hooks both before ipsec and after it, FAST_IPSEC queues the packet back to ip_output so it works correctly with proposed fix). >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 09:32:23 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DE716A4CE; Thu, 4 Nov 2004 09:32:23 +0000 (GMT) Received: from a80-126-165-168.adsl.xs4all.nl (a80-126-165-168.adsl.xs4all.nl [80.126.165.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6B043D39; Thu, 4 Nov 2004 09:32:22 +0000 (GMT) (envelope-from devet@devet.org) Received: from adv.devet.org (adv.devet.org [192.168.1.2]) by a80-126-165-168.adsl.xs4all.nl (Postfix) with ESMTP id 63D4AA942; Thu, 4 Nov 2004 10:32:21 +0100 (CET) Received: by adv.devet.org (Postfix, from userid 100) id 5B74417D0B; Thu, 4 Nov 2004 10:32:21 +0100 (CET) Date: Thu, 4 Nov 2004 10:32:21 +0100 From: Arjan de Vet To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20041104093221.GA6839@adv.devet.org> References: <20041023121049.A20631938D@adv.devet.org> <200410231220.i9NCKEjC016756@freefall.freebsd.org> <20041101191610.GA1019@adv.devet.org> <20041101202617.GB1020@adv.devet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041101202617.GB1020@adv.devet.org> User-Agent: Mutt/1.5.6i Subject: Re: kern/73038: if_sk.c seems to need IFF_NEEDSGIANT on 5.3-BETA/RC1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 09:32:23 -0000 I'm happy to report that the following patch by Peter Edwards (posted to a.o. current) fixes the symptoms I reported. My sk0 interface is now running 12+ hours without debug.mpsafenet=0 in /boot/loader.conf without problems. From: Peter Edwards CC: FreeBSD current mailing list CC: freebsd-amd64@freebsd.org Subject: Re: if_sk patch to get more info from people with problems [...] --- /tmp/if_sk.c Tue Nov 2 17:49:26 2004 +++ if_sk.c Tue Nov 2 17:52:20 2004 @@ -1115,12 +1115,14 @@ if ((i < 0) || (i >= SK_JSLOTS)) panic("sk_jfree: asked to free buffer that we don't manage!"); + SK_LOCK(sc_if->sk_softc); entry = SLIST_FIRST(&sc_if->sk_jinuse_listhead); if (entry == NULL) panic("sk_jfree: buffer not in use!"); entry->slot = i; SLIST_REMOVE_HEAD(&sc_if->sk_jinuse_listhead, jpool_entries); SLIST_INSERT_HEAD(&sc_if->sk_jfree_listhead, entry, jpool_entries); + SK_UNLOCK(sc_if->sk_softc); return; } Arjan -- Arjan de Vet, Eindhoven, The Netherlands URL : http://www.devet.org/ Work: http://www.madison-gurkha.com/ (Security, Open Source, Education) From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 13:40:30 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0E6916A4CE for ; Thu, 4 Nov 2004 13:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C8B43D41 for ; Thu, 4 Nov 2004 13: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 iA4DeUYh000292 for ; Thu, 4 Nov 2004 13: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 iA4DeUrJ000291; Thu, 4 Nov 2004 13:40:30 GMT (envelope-from gnats) Date: Thu, 4 Nov 2004 13:40:30 GMT Message-Id: <200411041340.iA4DeUrJ000291@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "linweichuan" Subject: Re: bin/69846: the usename has to be writed as "/****/" by using the adduser X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: linweichuan List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 13:40:30 -0000 The following reply was made to PR bin/69846; it has been noted by GNATS. From: "linweichuan" To: , Cc: Subject: Re: bin/69846: the usename has to be writed as "/****/" by using the adduser Date: Thu, 4 Nov 2004 21:40:56 +0800 This is a multi-part message in MIME format. ------=_NextPart_000_0013_01C4C2B6.F76DA150 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: base64 WWVzLg0KVGhlIHByb2JsZW0gaXMgZml4ZWQgbm93Lg0KDQpCVFcsaXQgc2hvdWxkIGF0dHJpYnV0 ZSB0byBteSBjYXJlbGVzc25lc3Mgd2hlbiBpIHJhbiB0aGUgJ2FkZHVzZXInIGZpcnN0IHRpbWUs DQoNCmJ1dCBJIGFtIGFsc28gY3VyaW91cyBhYm91dCB3aHkgJ2FkZHVzZXInIGFjY2VwdCB0aGUg L2Zvby8u ------=_NextPart_000_0013_01C4C2B6.F76DA150 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUgY29udGVu dD0idGV4dC9odG1sOyBjaGFyc2V0PWdiMjMxMiI+DQo8TUVUQSBjb250ZW50PSJNU0hUTUwgNi4w MC4yODAwLjExMDYiIG5hbWU9R0VORVJBVE9SPg0KPFNUWUxFPjwvU1RZTEU+DQo8L0hFQUQ+DQo8 Qk9EWSBiZ0NvbG9yPSNmZmZmZmY+DQo8RElWPjxGT05UIHNpemU9Mj5ZZXMuPC9GT05UPjwvRElW Pg0KPERJVj48Rk9OVCBzaXplPTI+VGhlIHByb2JsZW0gaXMgZml4ZWQgbm93LjwvRk9OVD48L0RJ Vj4NCjxESVY+PEZPTlQgc2l6ZT0yPjwvRk9OVD4mbmJzcDs8L0RJVj4NCjxESVY+PEZPTlQgc2l6 ZT0yPkJUVyxpdCBzaG91bGQmbmJzcDthdHRyaWJ1dGUgdG8gbXkgY2FyZWxlc3NuZXNzIHdoZW4g DQppJm5ic3A7cmFuIHRoZSZuYnNwOydhZGR1c2VyJyZuYnNwO2ZpcnN0IHRpbWUsPC9GT05UPjwv RElWPg0KPERJVj48Rk9OVCBzaXplPTI+PC9GT05UPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBz aXplPTI+YnV0IEkgYW0gYWxzbyZuYnNwO2N1cmlvdXMgYWJvdXQgd2h5Jm5ic3A7J2FkZHVzZXIn IGFjY2VwdCB0aGUgDQovZm9vLy48L0ZPTlQ+PC9ESVY+PC9CT0RZPjwvSFRNTD4NCg== ------=_NextPart_000_0013_01C4C2B6.F76DA150-- From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 13:56:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 793C816A4CF; Thu, 4 Nov 2004 13:56:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3564843D3F; Thu, 4 Nov 2004 13:56:21 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from freefall.freebsd.org (ceri@localhost [127.0.0.1]) iA4DuLnU000782; Thu, 4 Nov 2004 13:56:21 GMT (envelope-from ceri@freefall.freebsd.org) Received: (from ceri@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4DuLln000778; Thu, 4 Nov 2004 13:56:21 GMT (envelope-from ceri) Date: Thu, 4 Nov 2004 13:56:21 GMT From: Ceri Davies Message-Id: <200411041356.iA4DuLln000778@freefall.freebsd.org> To: vs@FreeBSD.org, linweichuan@hotmail.com, ceri@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/69846: the usename has to be writed as "/****/" by using the adduser X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 13:56:21 -0000 Synopsis: the usename has to be writed as "/****/" by using the adduser State-Changed-From-To: feedback->closed State-Changed-By: ceri State-Changed-When: Thu Nov 4 13:55:27 GMT 2004 State-Changed-Why: The submitter's last response decodes to: Yes. The problem is fixed now. BTW,it should attribute to my carelessness when i ran the 'adduser' first time, but I am also curious about why 'adduser' accept the /foo/. http://www.freebsd.org/cgi/query-pr.cgi?pr=69846 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 14:11:13 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025DE16A4CE; Thu, 4 Nov 2004 14:11:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D66B943D45; Thu, 4 Nov 2004 14:11:12 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from freefall.freebsd.org (andre@localhost [127.0.0.1]) iA4EBCfQ005681; Thu, 4 Nov 2004 14:11:12 GMT (envelope-from andre@freefall.freebsd.org) Received: (from andre@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4EBChW005677; Thu, 4 Nov 2004 14:11:12 GMT (envelope-from andre) Date: Thu, 4 Nov 2004 14:11:12 GMT From: Andre Oppermann Message-Id: <200411041411.iA4EBChW005677@freefall.freebsd.org> To: andre@FreeBSD.org, freebsd-bugs@FreeBSD.org, andre@FreeBSD.org Subject: Re: kern/61685: [patch] ipnat + dummynet on same interface broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 14:11:13 -0000 Synopsis: [patch] ipnat + dummynet on same interface broken Responsible-Changed-From-To: freebsd-bugs->andre Responsible-Changed-By: andre Responsible-Changed-When: Thu Nov 4 14:10:38 GMT 2004 Responsible-Changed-Why: Take over. http://www.freebsd.org/cgi/query-pr.cgi?pr=61685 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 15:10:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96AC216A4CF for ; Thu, 4 Nov 2004 15:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6952A43D4C for ; Thu, 4 Nov 2004 15:10:28 +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 iA4FASdG012218 for ; Thu, 4 Nov 2004 15:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4FASwN012215; Thu, 4 Nov 2004 15:10:28 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 15:10:28 GMT Resent-Message-Id: <200411041510.iA4FASwN012215@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olafur Osvaldsson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F9916A4CE for ; Thu, 4 Nov 2004 15:06:30 +0000 (GMT) Received: from aker.isnic.is (aker.isnic.is [193.4.58.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA74E43D1D for ; Thu, 4 Nov 2004 15:06:29 +0000 (GMT) (envelope-from root@aker.isnic.is) Received: by aker.isnic.is (Postfix, from userid 0) id 9B1678A1C7; Thu, 4 Nov 2004 15:06:28 +0000 (GMT) Message-Id: <20041104150628.9B1678A1C7@aker.isnic.is> Date: Thu, 4 Nov 2004 15:06:28 +0000 (GMT) From: Olafur Osvaldsson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/73535: default loader.conf sets wrong module_path X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Olafur Osvaldsson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 15:10:28 -0000 >Number: 73535 >Category: conf >Synopsis: default loader.conf sets wrong module_path >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 15:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Olafur Osvaldsson >Release: FreeBSD 5.3-RC1 i386 >Organization: ISNIC >Environment: System: FreeBSD aker.isnic.is 5.3-RC1 FreeBSD 5.3-RC1 #0: Sat Oct 30 14:46:17 GMT 2004 oli@aker.isnic.is:/usr/obj/usr/src/sys/ISNIC i386 >Description: kldload tries to load all modules by default from /boot/modules even though kldload(8) states that /boot/kernel is the directory containing the modules, and in sys/boot/common/module.c the default is set to "/boot/kernel;/boot/modules" wich is almost in sync with kldconfig(8) man page that states /boot/kernel, /boot/modules, /modules to be the default module search path used by the kernel. >How-To-Repeat: kldload ucom (or any working module on your system) >Fix: You can either apply the attached patch or just comment out module_path --- loader.conf.diff begins here --- --- sys/boot/forth/loader.conf.orig Thu Nov 4 14:53:44 2004 +++ sys/boot/forth/loader.conf Thu Nov 4 14:54:09 2004 @@ -49,7 +49,7 @@ #beastie_disable="NO" # Turn the beastie boot menu on and off #console="vidconsole" # Set the current console #currdev="disk1s1a" # Set the current device -module_path="/boot/modules" # Set the module search path +module_path="/boot/kernel;/boot/modules" # Set the module search path #prompt="\\${interpret}" # Set the command prompt #root_disk_unit="0" # Force the root disk unit number #rootdev="disk1s1a" # Set the root filesystem --- loader.conf.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 15:24:38 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 733F616A4CF; Thu, 4 Nov 2004 15:24:38 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E6143D48; Thu, 4 Nov 2004 15:24:38 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) iA4FOcAE012819; Thu, 4 Nov 2004 15:24:38 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4FOc8M012815; Thu, 4 Nov 2004 15:24:38 GMT (envelope-from ru) Date: Thu, 4 Nov 2004 15:24:38 GMT From: Ruslan Ermilov Message-Id: <200411041524.iA4FOc8M012815@freefall.freebsd.org> To: oli@isnic.is, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: conf/73535: default loader.conf sets wrong module_path X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 15:24:38 -0000 Synopsis: default loader.conf sets wrong module_path State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Nov 4 15:24:10 GMT 2004 State-Changed-Why: Please see the 20040806 entry in src/UPDATING. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Thu Nov 4 15:24:10 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=73535 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 17:25:47 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EBF616A4CE; Thu, 4 Nov 2004 17:25:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD9743D1D; Thu, 4 Nov 2004 17:25:47 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from freefall.freebsd.org (lofi@localhost [127.0.0.1]) iA4HPkof026889; Thu, 4 Nov 2004 17:25:46 GMT (envelope-from lofi@freefall.freebsd.org) Received: (from lofi@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4HPk6g026885; Thu, 4 Nov 2004 17:25:46 GMT (envelope-from lofi) Date: Thu, 4 Nov 2004 17:25:46 GMT From: Michael Nottebrock Message-Id: <200411041725.iA4HPk6g026885@freefall.freebsd.org> To: lofi@FreeBSD.org, freebsd--bugs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/73506: arts-1.3.1/mcopidl dies with msg "free(): error: chunk is already free" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 17:25:47 -0000 Synopsis: arts-1.3.1/mcopidl dies with msg "free(): error: chunk is already free" Responsible-Changed-From-To: freebsd--bugs->freebsd-bugs Responsible-Changed-By: lofi Responsible-Changed-When: Thu Nov 4 17:25:32 GMT 2004 Responsible-Changed-Why: Typo. http://www.freebsd.org/cgi/query-pr.cgi?pr=73506 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 17:30:27 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F4716A4CF for ; Thu, 4 Nov 2004 17:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B7543D2F for ; Thu, 4 Nov 2004 17: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 iA4HUQCV027116 for ; Thu, 4 Nov 2004 17:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4HUQxR027115; Thu, 4 Nov 2004 17:30:26 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 17:30:26 GMT Resent-Message-Id: <200411041730.iA4HUQxR027115@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ben Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B377516A4CE for ; Thu, 4 Nov 2004 17:28:12 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9250443D31 for ; Thu, 4 Nov 2004 17:28:12 +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 iA4HSCUX035599 for ; Thu, 4 Nov 2004 17:28:12 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA4HSC4V035598; Thu, 4 Nov 2004 17:28:12 GMT (envelope-from nobody) Message-Id: <200411041728.iA4HSC4V035598@www.freebsd.org> Date: Thu, 4 Nov 2004 17:28:12 GMT From: Ben To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73538: problem with the Broadcom BCM5788 Gigabit Ethernet X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 17:30:27 -0000 >Number: 73538 >Category: misc >Synopsis: problem with the Broadcom BCM5788 Gigabit Ethernet >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 17:30:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ben >Release: 5.3-STABLE >Organization: Scito >Environment: FreeBSD vioben.labo 5.3-STABLE FreeBSD 5.3-STABLE #2: Thu Oct 28 17:58:20 CEST 2004 toor@vioben.labo:/usr/obj/usr/src/sys/NVIDIA-AMD64 i386 >Description: Network is unstable. After 20mn of download, ssh connection, chating, or just browsing through the web, network connection is out and give a bge0 Watchdog timeout. >How-To-Repeat: Just download a big file (over than 500 Mo and wait) >Fix: Don't know >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 23:18:19 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80FA216A4CE; Thu, 4 Nov 2004 23:18:19 +0000 (GMT) Received: from adsl-63-198-35-122.dsl.snfc21.pacbell.net (adsl-63-198-35-122.dsl.snfc21.pacbell.net [63.198.35.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4935C43D2F; Thu, 4 Nov 2004 23:18:19 +0000 (GMT) (envelope-from jin@george.lbl.gov) Received: from [IPv6:::1] (localhost.pacbell.net [IPv6:::1]) ESMTP id iA4NJwZh000430; Thu, 4 Nov 2004 15:19:58 -0800 (PST) (envelope-from jin@george.lbl.gov) Message-ID: <418AB91E.4010201@george.lbl.gov> Date: Thu, 04 Nov 2004 15:19:58 -0800 From: "Jin Guojun [VFFS]" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040912 X-Accept-Language: zh, zh-CN, en MIME-Version: 1.0 To: Mark Linimon References: <200411040650.iA46oI0O050278@freefall.freebsd.org> In-Reply-To: <200411040650.iA46oI0O050278@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-bugs@FreeBSD.org cc: freebsd-usb@FreeBSD.org Subject: 5.3-RC2 installation panic [Was: kern/60602: [usb] Dynamic attach UBS device can cause 5.2-RC system malfunction X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 23:18:19 -0000 Mark Linimon wrote: >Synopsis: [usb] Dynamic attach UBS device can cause 5.2-RC system malfunction > >State-Changed-From-To: open->feedback >State-Changed-By: linimon >State-Changed-When: Thu Nov 4 06:49:13 GMT 2004 >State-Changed-Why: >Reassign to appropriate mailing list. > > >Responsible-Changed-From-To: freebsd-bugs->freebsd-usb >Responsible-Changed-By: linimon >Responsible-Changed-When: Thu Nov 4 06:49:13 GMT 2004 >Responsible-Changed-Why: >Does this problem still recur with, e.g., 5.3-RC1? > >http://www.freebsd.org/cgi/query-pr.cgi?pr=60602 > > Before I can answer it, we need to resolve the installation problem for this platform with 5.3-RC2. The current installation is panic at MADT start up. I tried a few times, but got the same problem. Following is the console output during this installation boot up: ... avail memory = 511500288 (487 MB) ACPI APIC Table: < ASUS P2B-DS > ACPI disabled by blacklist. Contact your BIOS vendor. MADT: ACPI Startup failed with AE_ERROR Try disabling either ACPI or apic support. panic: Using MADT but ACPI doesn't work Would any one please provide a solution or suggestion on how to make 5.3-RC2 installation proceed on this host ? ASUS P2B-DS dual Pentium-III 450 MHz I looked at BIOS, but did not find anything that can disable APIC. -- ------------ Jin Guojun ----------- v --- jin@george.lbl.gov --- Distributed Systems Department http://www.dsd.lbl.gov/~jin Lawrence Berkeley National Laboratory, Berkeley, CA 94720 From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 23:20:07 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C8F016A4CE for ; Thu, 4 Nov 2004 23:20:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5920843D46 for ; Thu, 4 Nov 2004 23:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iA4NK7Gq068939 for ; Thu, 4 Nov 2004 23:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4NK72l068937; Thu, 4 Nov 2004 23:20:07 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 23:20:07 GMT Resent-Message-Id: <200411042320.iA4NK72l068937@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Juho Vuori Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F50016A4CE for ; Thu, 4 Nov 2004 23:16:04 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD3443D2D for ; Thu, 4 Nov 2004 23:16:04 +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 iA4NG3KA001268 for ; Thu, 4 Nov 2004 23:16:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA4NG3nn001263; Thu, 4 Nov 2004 23:16:03 GMT (envelope-from nobody) Message-Id: <200411042316.iA4NG3nn001263@www.freebsd.org> Date: Thu, 4 Nov 2004 23:16:03 GMT From: Juho Vuori To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/73546: invalid C-header-file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 23:20:07 -0000 >Number: 73546 >Category: misc >Synopsis: invalid C-header-file >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 23:20:06 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Juho Vuori >Release: 5.3 RC-2 (cvsup'd 1.11, I recall) >Organization: kulma.net >Environment: FreeBSD varsi 5.3-STABLE FreeBSD 5.3-STABLE #11: Mon Nov 1 14:45:09 EET 2004 juho@varsi:/usr/obj/usr/src/sys/VARSI i386 >Description: /usr/include/sys/mount.h does not compile on it's own. Causes problems with some gnu configure scripts. >How-To-Repeat: cc -c /usr/include/sys/mount.h >Fix: just patch /usr/include/sys/mount.h 35a36 > #include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 23:40:47 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE0016A52C for ; Thu, 4 Nov 2004 23:40:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B39A343D68 for ; Thu, 4 Nov 2004 23:40:46 +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 iA4NeR8r070299 for ; Thu, 4 Nov 2004 23: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 iA4NeRGn070298; Thu, 4 Nov 2004 23:40:27 GMT (envelope-from gnats) Date: Thu, 4 Nov 2004 23:40:27 GMT Message-Id: <200411042340.iA4NeRGn070298@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: misc/73546: invalid C-header-file X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 23:40:47 -0000 The following reply was made to PR misc/73546; it has been noted by GNATS. From: Kris Kennaway To: Juho Vuori Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/73546: invalid C-header-file Date: Thu, 4 Nov 2004 15:38:08 -0800 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 04, 2004 at 11:16:03PM +0000, Juho Vuori wrote: > >Description: > /usr/include/sys/mount.h does not compile on it's own. Causes problems wi= th some gnu configure scripts. > >How-To-Repeat: > cc -c /usr/include/sys/mount.h > >Fix: > just patch /usr/include/sys/mount.h >=20 > 35a36 > > #include Are you certain the bug isn't in the application for not including this header itself? Kris --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBir1gWry0BWjoQKURArL5AKDoQGjkJlXCfJaz3BcMgZWWesyqDQCg7cUG 6MPZa4L3U1OmXaxiwTT7BWM= =kMP4 -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 23:45:18 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A852016A4CE; Thu, 4 Nov 2004 23:45:18 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 358AF43D46; Thu, 4 Nov 2004 23:45:18 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com ([66.30.114.143]) by comcast.net (sccrmhc13) with ESMTP id <20041104234514016000u2bde>; Thu, 4 Nov 2004 23:45:14 +0000 Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1]) iA4NjVlu032918; Thu, 4 Nov 2004 18:45:31 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)iA4NjUB0032917; Thu, 4 Nov 2004 18:45:30 -0500 (EST) (envelope-from rodrigc) Date: Thu, 4 Nov 2004 18:45:29 -0500 From: Craig Rodrigues To: "Jin Guojun [VFFS]" Message-ID: <20041104234529.GA32806@crodrigues.org> References: <200411040650.iA46oI0O050278@freefall.freebsd.org> <418AB91E.4010201@george.lbl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <418AB91E.4010201@george.lbl.gov> User-Agent: Mutt/1.4.1i cc: freebsd-bugs@freebsd.org cc: freebsd-usb@freebsd.org cc: Mark Linimon Subject: Re: 5.3-RC2 installation panic [Was: kern/60602: [usb] Dynamic attach UBS device can cause 5.2-RC system malfunction X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 23:45:18 -0000 On Thu, Nov 04, 2004 at 03:19:58PM -0800, Jin Guojun [VFFS] wrote: > ... > avail memory = 511500288 (487 MB) > ACPI APIC Table: < ASUS P2B-DS > > ACPI disabled by blacklist. Contact your BIOS vendor. > MADT: ACPI Startup failed with AE_ERROR > Try disabling either ACPI or apic support. > panic: Using MADT but ACPI doesn't work Look at section 11.16.3.2: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html Try setting hint.apic.0.disabled="1" at the boot loader prompt. -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 00:10:24 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E259C16A4CE for ; Fri, 5 Nov 2004 00:10:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66C643D54 for ; Fri, 5 Nov 2004 00:10: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 iA50AOrj076379 for ; Fri, 5 Nov 2004 00:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA50AOja076378; Fri, 5 Nov 2004 00:10:24 GMT (envelope-from gnats) Resent-Date: Fri, 5 Nov 2004 00:10:24 GMT Resent-Message-Id: <200411050010.iA50AOja076378@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joshua Harris Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B71B316A4CE for ; Fri, 5 Nov 2004 00:02:41 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9207D43D1D for ; Fri, 5 Nov 2004 00:02:41 +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 iA502fnf025162 for ; Fri, 5 Nov 2004 00:02:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA502fJo025161; Fri, 5 Nov 2004 00:02:41 GMT (envelope-from nobody) Message-Id: <200411050002.iA502fJo025161@www.freebsd.org> Date: Fri, 5 Nov 2004 00:02:41 GMT From: Joshua Harris To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/73547: wlan / IEEE80211 kernel Module compilation issuse X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 00:10:25 -0000 >Number: 73547 >Category: kern >Synopsis: wlan / IEEE80211 kernel Module compilation issuse >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 05 00:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Joshua Harris >Release: 5.3RC2 >Organization: >Environment: >Description: While attempting to compiling a kernel using an unmodified /usr/src/sys/i386/conf/GENERIC kernel conf file I encounter this show stopper. cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/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 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/net80211/ieee80211_freebsd.c /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_node_join': /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: implicit declaration of function `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:128: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_node_leave': /usr/src/sys/net80211/ieee80211_freebsd.c:139: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c:144: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_scan_done': /usr/src/sys/net80211/ieee80211_freebsd.c:157: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_replay_failure': /usr/src/sys/net80211/ieee80211_freebsd.c:181: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_michael_failure': /usr/src/sys/net80211/ieee80211_freebsd.c:203: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I did not altered the source in any way after having installed it via /stand/sysinstall. I attempted to build another kernel after running make clean with the same effect. I then deleted my source tree and re-built it via CVSup and once again attempted to compile a kernel after running a make clean. I recived the same error. I once again deleted my source tree and reinstalled it using /stand/sysinstall. Then, I once again repeated the build process (make clean followed by make buildkernel KERNCONF=GENERIC ....) and every time recieved the same error. Then i edited the GENERIC kernel configuration file commenting out device wlan upon attempting a make buildkernel KERNCONF=GENERIC error disappeared and compilation was successful. >How-To-Repeat: try to recompile a stock kernel. >Fix: I label this as a temporary fix but not even a true worka around because it disables wireless device support completely. edit the GENERIC kernel configuration file commenting out device wlan. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 00:10:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4870816A4CE for ; Fri, 5 Nov 2004 00:10:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C7B643D58 for ; Fri, 5 Nov 2004 00:10: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 iA50AOqs076429 for ; Fri, 5 Nov 2004 00:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA50AOaj076425; Fri, 5 Nov 2004 00:10:24 GMT (envelope-from gnats) Resent-Date: Fri, 5 Nov 2004 00:10:24 GMT Resent-Message-Id: <200411050010.iA50AOaj076425@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joshua Harris Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C848716A4CE for ; Fri, 5 Nov 2004 00:03:57 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A341D43D4C for ; Fri, 5 Nov 2004 00:03:57 +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 iA503vuc025425 for ; Fri, 5 Nov 2004 00:03:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA503vZM025424; Fri, 5 Nov 2004 00:03:57 GMT (envelope-from nobody) Message-Id: <200411050003.iA503vZM025424@www.freebsd.org> Date: Fri, 5 Nov 2004 00:03:57 GMT From: Joshua Harris To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/73548: wlan / IEEE80211 kernel Module compilation issuse X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 00:10:25 -0000 >Number: 73548 >Category: kern >Synopsis: wlan / IEEE80211 kernel Module compilation issuse >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 05 00:10:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Joshua Harris >Release: 5.3RC2 >Organization: >Environment: # uname -a FreeBSD .networkarchetype.com 5.3-RC2 FreeBSD 5.3-RC2 #0: Sun Oct 31 08:32:33 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 # >Description: While attempting to compiling a kernel using an unmodified /usr/src/sys/i386/conf/GENERIC kernel conf file I encounter this show stopper. cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/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 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/net80211/ieee80211_freebsd.c /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_node_join': /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: implicit declaration of function `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:128: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_node_leave': /usr/src/sys/net80211/ieee80211_freebsd.c:139: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c:144: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_scan_done': /usr/src/sys/net80211/ieee80211_freebsd.c:157: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_replay_failure': /usr/src/sys/net80211/ieee80211_freebsd.c:181: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here /usr/src/sys/net80211/ieee80211_freebsd.c: In function `ieee80211_notify_michael_failure': /usr/src/sys/net80211/ieee80211_freebsd.c:203: warning: nested extern declaration of `rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: redundant redeclaration of 'rt_ieee80211msg' /usr/src/sys/net80211/ieee80211_freebsd.c:121: warning: previous implicit declaration of 'rt_ieee80211msg' was here *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I did not altered the source in any way after having installed it via /stand/sysinstall. I attempted to build another kernel after running make clean with the same effect. I then deleted my source tree and re-built it via CVSup and once again attempted to compile a kernel after running a make clean. I recived the same error. I once again deleted my source tree and reinstalled it using /stand/sysinstall. Then, I once again repeated the build process (make clean followed by make buildkernel KERNCONF=GENERIC ....) and every time recieved the same error. Then i edited the GENERIC kernel configuration file commenting out device wlan upon attempting a make buildkernel KERNCONF=GENERIC error disappeared and compilation was successful. >How-To-Repeat: try to recompile a stock kernel. >Fix: I label this as a temporary fix but not even a true worka around because it disables wireless device support completely. edit the GENERIC kernel configuration file commenting out device wlan. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 00:15:19 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2CFB16A4CE; Fri, 5 Nov 2004 00:15:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0EE343D2D; Fri, 5 Nov 2004 00:15:19 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) iA50FJDh076645; Fri, 5 Nov 2004 00:15:19 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA50FJIx076641; Fri, 5 Nov 2004 00:15:19 GMT (envelope-from brooks) Date: Fri, 5 Nov 2004 00:15:19 GMT From: Brooks Davis Message-Id: <200411050015.iA50FJIx076641@freefall.freebsd.org> To: LordsSyndicate@gmail.com, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/73548: wlan / IEEE80211 kernel Module compilation issuse X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 00:15:20 -0000 Synopsis: wlan / IEEE80211 kernel Module compilation issuse State-Changed-From-To: open->closed State-Changed-By: brooks State-Changed-When: Fri Nov 5 00:15:01 GMT 2004 State-Changed-Why: Dup of kern/73547. http://www.freebsd.org/cgi/query-pr.cgi?pr=73548 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 03:50:45 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3474216A4CE for ; Fri, 5 Nov 2004 03:50:45 +0000 (GMT) Received: from adsl-63-198-35-122.dsl.snfc21.pacbell.net (adsl-63-198-35-122.dsl.snfc21.pacbell.net [63.198.35.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0770443D55 for ; Fri, 5 Nov 2004 03:50:45 +0000 (GMT) (envelope-from jin@george.lbl.gov) Received: from [IPv6:::1] (localhost.pacbell.net [IPv6:::1]) ESMTP id iA53qNV5001452; Thu, 4 Nov 2004 19:52:23 -0800 (PST) (envelope-from jin@george.lbl.gov) Message-ID: <418AF8F7.7000302@george.lbl.gov> Date: Thu, 04 Nov 2004 19:52:23 -0800 From: "Jin Guojun [VFFS]" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040912 X-Accept-Language: zh, zh-CN, en MIME-Version: 1.0 To: Craig Rodrigues References: <200411040650.iA46oI0O050278@freefall.freebsd.org> <418AB91E.4010201@george.lbl.gov> <20041104234529.GA32806@crodrigues.org> In-Reply-To: <20041104234529.GA32806@crodrigues.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-bugs@freebsd.org Subject: Re: 5.3-RC2 installation panic [Was: kern/60602: [usb] Dynamicattach UBS device can cause 5.2-RC system malfunction X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 03:50:45 -0000 Craig Rodrigues wrote: >On Thu, Nov 04, 2004 at 03:19:58PM -0800, Jin Guojun [VFFS] wrote: > > >>... >>avail memory = 511500288 (487 MB) >>ACPI APIC Table: < ASUS P2B-DS > >>ACPI disabled by blacklist. Contact your BIOS vendor. >>MADT: ACPI Startup failed with AE_ERROR >>Try disabling either ACPI or apic support. >>panic: Using MADT but ACPI doesn't work >> >> > > >Look at section 11.16.3.2: >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html > >Try setting hint.apic.0.disabled="1" at the boot loader prompt. > FYI, actually, it is hint.acpi... not hint.apic... The same typo also exists in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html Furthermore, neither hint.apic.0.disabled="1" nor hint.acpi.0.disabled="1" works in /etc/boot/loader.conf for booting problem. Thanks, -- ------------ Jin Guojun ----------- v --- jin@george.lbl.gov --- Distributed Systems Department http://www.dsd.lbl.gov/~jin Lawrence Berkeley National Laboratory, Berkeley, CA 94720 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 03:53:16 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A602716A4CE; Fri, 5 Nov 2004 03:53:16 +0000 (GMT) Received: from adsl-63-198-35-122.dsl.snfc21.pacbell.net (adsl-63-198-35-122.dsl.snfc21.pacbell.net [63.198.35.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BC8B43D58; Fri, 5 Nov 2004 03:53:16 +0000 (GMT) (envelope-from jin@george.lbl.gov) Received: from [IPv6:::1] (localhost.pacbell.net [IPv6:::1]) ESMTP id iA53t07W001460; Thu, 4 Nov 2004 19:55:00 -0800 (PST) (envelope-from jin@george.lbl.gov) Message-ID: <418AF994.4030009@george.lbl.gov> Date: Thu, 04 Nov 2004 19:55:00 -0800 From: "Jin Guojun [VFFS]" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040912 X-Accept-Language: zh, zh-CN, en MIME-Version: 1.0 To: Mark Linimon References: <200411040650.iA46oI0O050278@freefall.freebsd.org> In-Reply-To: <200411040650.iA46oI0O050278@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-bugs@FreeBSD.org cc: freebsd-usb@FreeBSD.org Subject: Re: kern/60602: [usb] Dynamic attach UBS device can cause 5.2-RC system malfunction X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 03:53:16 -0000 Mark Linimon wrote: >Synopsis: [usb] Dynamic attach UBS device can cause 5.2-RC system malfunction > >State-Changed-From-To: open->feedback >State-Changed-By: linimon >State-Changed-When: Thu Nov 4 06:49:13 GMT 2004 >State-Changed-Why: >Reassign to appropriate mailing list. > > >Responsible-Changed-From-To: freebsd-bugs->freebsd-usb >Responsible-Changed-By: linimon >Responsible-Changed-When: Thu Nov 4 06:49:13 GMT 2004 >Responsible-Changed-Why: >Does this problem still recur with, e.g., 5.3-RC1? > >http://www.freebsd.org/cgi/query-pr.cgi?pr=60602 > > 5.3-RC2 has no such problem any more. This PR can be closed. Thanks, -- ------------ Jin Guojun ----------- v --- jin@george.lbl.gov --- Distributed Systems Department http://www.dsd.lbl.gov/~jin Lawrence Berkeley National Laboratory, Berkeley, CA 94720 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 06:10:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B59816A4D5 for ; Fri, 5 Nov 2004 06:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8EC443D5F for ; Fri, 5 Nov 2004 06:10: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 iA56AJDc047270 for ; Fri, 5 Nov 2004 06:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA56AJQI047269; Fri, 5 Nov 2004 06:10:19 GMT (envelope-from gnats) Resent-Date: Fri, 5 Nov 2004 06:10:19 GMT Resent-Message-Id: <200411050610.iA56AJQI047269@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Gibney Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 768EF16A4CE for ; Fri, 5 Nov 2004 06:05:52 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F2B43D1F for ; Fri, 5 Nov 2004 06:05:52 +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 iA565qHh027681 for ; Fri, 5 Nov 2004 06:05:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA565qbb027680; Fri, 5 Nov 2004 06:05:52 GMT (envelope-from nobody) Message-Id: <200411050605.iA565qbb027680@www.freebsd.org> Date: Fri, 5 Nov 2004 06:05:52 GMT From: Tim Gibney To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/73553: Microsoft USB Internet Keyboard not recongized X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 06:10:29 -0000 >Number: 73553 >Category: kern >Synopsis: Microsoft USB Internet Keyboard not recongized >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 05 06:10:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Gibney >Release: 5.3 RC3 >Organization: Student >Environment: Need a working keyboard for that. :-) >Description: My Microsoft Internet USB Keyboard( version 1.x series) is not recongized. FreeBSD 4.7 - 4.10 work fine with it but the 5.x series can not reconigize it. >How-To-Repeat: Problem always there with the 5.x versions of FBSD. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 06:30:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C09416A4E1; Fri, 5 Nov 2004 06:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E2143D2D; Fri, 5 Nov 2004 06:30:22 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA56UMuE060627; Fri, 5 Nov 2004 06:30:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA56ULL8060623; Fri, 5 Nov 2004 06:30:21 GMT (envelope-from linimon) Date: Fri, 5 Nov 2004 06:30:21 GMT From: Mark Linimon Message-Id: <200411050630.iA56ULL8060623@freefall.freebsd.org> To: confirm-s2-bggBLqjO835XEXvFDqTfRzZbZgE-bug-followup=freebsd.org@yahoogroups.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: junk/73530: Please confirm your request to join rpg2000 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 06:30:22 -0000 Synopsis: Please confirm your request to join rpg2000 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Nov 5 06:30:00 GMT 2004 State-Changed-Why: autoreponder spam. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 5 06:30:00 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=73530 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 06:30:54 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E250A16A4CE; Fri, 5 Nov 2004 06:30:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33CD43D2D; Fri, 5 Nov 2004 06:30:54 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA56UsWV060835; Fri, 5 Nov 2004 06:30:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA56UsP8060831; Fri, 5 Nov 2004 06:30:54 GMT (envelope-from linimon) Date: Fri, 5 Nov 2004 06:30:54 GMT From: Mark Linimon Message-Id: <200411050630.iA56UsP8060831@freefall.freebsd.org> To: qgyhizmreyh@bbtec.net, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: junk/73534: Re: temptation of all, even X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 06:30:55 -0000 Synopsis: Re: temptation of all, even State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Nov 5 06:30:37 GMT 2004 State-Changed-Why: spam. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 5 06:30:37 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=73534 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 06:31:18 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 502DB16A4CF; Fri, 5 Nov 2004 06:31:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30CC443D1D; Fri, 5 Nov 2004 06:31:18 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA56VI8l060933; Fri, 5 Nov 2004 06:31:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA56VIqg060929; Fri, 5 Nov 2004 06:31:18 GMT (envelope-from linimon) Date: Fri, 5 Nov 2004 06:31:18 GMT From: Mark Linimon Message-Id: <200411050631.iA56VIqg060929@freefall.freebsd.org> To: martina.porter_sv@linux.nu, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: junk/73552: Aloha Casino Online! X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 06:31:18 -0000 Synopsis: Aloha Casino Online! State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Nov 5 06:30:58 GMT 2004 State-Changed-Why: spam. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 5 06:30:58 GMT 2004 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=73552 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 06:40:51 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C88116A4CE; Fri, 5 Nov 2004 06:40:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DDCF43D1F; Fri, 5 Nov 2004 06:40:51 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA56ep3d021953; Fri, 5 Nov 2004 06:40:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA56ep53021949; Fri, 5 Nov 2004 06:40:51 GMT (envelope-from linimon) Date: Fri, 5 Nov 2004 06:40:51 GMT From: Mark Linimon Message-Id: <200411050640.iA56ep53021949@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: Re: kern/73553: [usb] Microsoft USB Internet Keyboard not recongized X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 06:40:51 -0000 Synopsis: [usb] Microsoft USB Internet Keyboard not recongized Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 5 06:40:43 GMT 2004 Responsible-Changed-Why: Reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=73553 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 08:32:50 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 964C316A4CE for ; Fri, 5 Nov 2004 08:32:50 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BAD43D2F for ; Fri, 5 Nov 2004 08:32:49 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 77276119B9; Fri, 5 Nov 2004 09:32:48 +0100 (CET) Date: Fri, 5 Nov 2004 09:32:48 +0100 From: "Simon L. Nielsen" To: "Jin Guojun [VFFS]" Message-ID: <20041105083247.GA754@zaphod.nitro.dk> References: <200411040650.iA46oI0O050278@freefall.freebsd.org> <418AB91E.4010201@george.lbl.gov> <20041104234529.GA32806@crodrigues.org> <418AF8F7.7000302@george.lbl.gov> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <418AF8F7.7000302@george.lbl.gov> User-Agent: Mutt/1.5.6i cc: Craig Rodrigues cc: freebsd-bugs@freebsd.org Subject: Re: 5.3-RC2 installation panic [Was: kern/60602: [usb] Dynamicattach UBS device can cause 5.2-RC system malfunction X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 08:32:50 -0000 --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.11.04 19:52:23 -0800, Jin Guojun [VFFS] wrote: > Craig Rodrigues wrote: >=20 > >On Thu, Nov 04, 2004 at 03:19:58PM -0800, Jin Guojun [VFFS] wrote: > >=20 > > > >>... > >>avail memory =3D 511500288 (487 MB) > >>ACPI APIC Table: < ASUS P2B-DS > > >>ACPI disabled by blacklist. Contact your BIOS vendor. > >>MADT: ACPI Startup failed with AE_ERROR > >>Try disabling either ACPI or apic support. > >>panic: Using MADT but ACPI doesn't work > > > >Look at section 11.16.3.2: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html > > > >Try setting hint.apic.0.disabled=3D"1" at the boot loader prompt. > > > FYI, actually, it is hint.acpi... not hint.apic... ACPI and APIC are two different things. > The same typo also exists in >=20 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html At least the place I looked it looked it seemed to be correct, where exactly do you think there is an error? --=20 Simon L. Nielsen FreeBSD Documentation Team --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBizqvh9pcDSc1mlERAoJhAJ92EpyxhWpaFrcEpjsX5R3dhiYg5ACfWXXG eP3tX+FzVldR5AGIHxrWYm8= =HlFC -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 10:19:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6A616A4CE; Fri, 5 Nov 2004 10:19:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF2843D39; Fri, 5 Nov 2004 10:19:32 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) iA5AJWmc082083; Fri, 5 Nov 2004 10:19:32 GMT (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA5AJUw0082079; Fri, 5 Nov 2004 10:19:30 GMT (envelope-from fjoe) Date: Fri, 5 Nov 2004 10:19:30 GMT From: Max Khon Message-Id: <200411051019.iA5AJUw0082079@freefall.freebsd.org> To: eugen@grosbein.pp.ru, fjoe@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/65892: ee(1) endless loop X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 10:19:33 -0000 Synopsis: ee(1) endless loop State-Changed-From-To: open->closed State-Changed-By: fjoe State-Changed-When: Fri Nov 5 10:19:04 GMT 2004 State-Changed-Why: Thanks! Committed to HEAD, MFC after 2 weeks. http://www.freebsd.org/cgi/query-pr.cgi?pr=65892 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 10:50:39 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011FB16A4CE for ; Fri, 5 Nov 2004 10:50:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA9F43D53 for ; Fri, 5 Nov 2004 10:50: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 iA5AocS8083938 for ; Fri, 5 Nov 2004 10:50:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA5Aoc3U083937; Fri, 5 Nov 2004 10:50:38 GMT (envelope-from gnats) Date: Fri, 5 Nov 2004 10:50:38 GMT Message-Id: <200411051050.iA5Aoc3U083937@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jeremy Chadwick Subject: Re: kern/71229: Device sk0 hands up when data transfering X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jeremy Chadwick List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 10:50:39 -0000 The following reply was made to PR kern/71229; it has been noted by GNATS. From: Jeremy Chadwick To: freebsd-gnats-submit@FreeBSD.org, hunreal@gmail.com Cc: Subject: Re: kern/71229: Device sk0 hands up when data transfering Date: Fri, 5 Nov 2004 02:50:09 -0800 I can confirm this exact behaviour on other vendors' motherboards, particularly Gigabyte. The chipset in question: === skc0: port 0xa000-0xa0ff mem 0xf9044000-0xf9047fff irq 20 at device 9.0 on pci1 skc0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter sk0: on skc0 sk0: Ethernet address: 00:0f:ea:31:f0:ee miibus1: on sk0 e1000phy0: on miibus1 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto skc0@pci1:9:0: class=0x020000 card=0xe0001458 chip=0x432011ab rev=0x13 hdr=0x00 vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' device = '88E8001 Gigabit 32-bit Ethernet Controller with Integrated PHY' class = network subclass = ethernet === The errors in question when doing large transfers: === Nov 4 23:51:57 icarus kernel: sk0: discard frame w/o leading ethernet header (len 0 pkt len 0) Nov 4 23:51:57 icarus kernel: sk0: discard oversize frame (ether type 0 flags 3 len 9022 > max 1514) Nov 4 23:51:57 icarus kernel: sk0: discard oversize frame (ether type 0 flags 3 len 1556 > max 1514) Nov 4 23:51:57 icarus kernel: sk0: discard frame w/o leading ethernet header (len 0 pkt len 0) Nov 4 23:51:57 icarus kernel: sk0: discard oversize frame (ether type 0 flags 3 len 9022 > max 1514) Nov 4 23:51:57 icarus kernel: sk0: discard oversize frame (ether type 0 flags 3 len 7524 > max 1514) Nov 4 23:51:57 icarus kernel: sk0: discard oversize frame (ether type e889 flags 3 len 9022 > max 1514) Nov 4 23:51:57 icarus kernel: sk0: discard oversize frame (ether type eb3a flags 3 len 3840 > max 1514) ...and so on... === Operating system is 5.3-RELEASE (as of Nov 5 2004 -- today). I have managed to circumvent this problem by forcing the sk0 interface to 100baseTX + full-duplex instead of autodetect (which normally picks up 1000baseTX + full-duplex, since it's connected to a GbE switch). This is definitely looking to be some sort-of driver problem, and IMHO has very little to do with motherboard BIOS revisions as implied in the aforementioned PR (kern/69879). kern/69789, IMHO, should have never been closed. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. | From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 12:30:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9980E16A4CF for ; Fri, 5 Nov 2004 12:30:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5382643D48 for ; Fri, 5 Nov 2004 12:30:28 +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 iA5CUSZk095500 for ; Fri, 5 Nov 2004 12:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA5CUSeX095499; Fri, 5 Nov 2004 12:30:28 GMT (envelope-from gnats) Resent-Date: Fri, 5 Nov 2004 12:30:28 GMT Resent-Message-Id: <200411051230.iA5CUSeX095499@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A494916A4CE for ; Fri, 5 Nov 2004 12:22:50 +0000 (GMT) Received: from edda.geo.uni-mainz.de (edda.Geo.Uni-Mainz.DE [134.93.183.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1097443D2F for ; Fri, 5 Nov 2004 12:22:50 +0000 (GMT) (envelope-from hartmann@edda.geo.uni-mainz.de) Received: from edda.geo.uni-mainz.de (hartmann@localhost [127.0.0.1]) by edda.geo.uni-mainz.de (8.13.1/8.13.1) with ESMTP id iA5COCAi043483 for ; Fri, 5 Nov 2004 12:24:12 GMT (envelope-from hartmann@edda.geo.uni-mainz.de) Received: (from hartmann@localhost) by edda.geo.uni-mainz.de (8.13.1/8.13.1/Submit) id iA5COCH2043459; Fri, 5 Nov 2004 13:24:12 +0100 (CET) (envelope-from hartmann) Message-Id: <200411051224.iA5COCH2043459@edda.geo.uni-mainz.de> Date: Fri, 5 Nov 2004 13:24:12 +0100 (CET) From: "O. Hartmann" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/73559: [burncd] failure closing/fixating DVD-+R/CD-R/CD-RW NEC ND-3500A (V2.16) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "O. Hartmann" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 12:30:28 -0000 >Number: 73559 >Category: bin >Synopsis: [burncd] failure closing/fixating DVD-+R/CD-R/CD-RW NEC ND-3500A (V2.16) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 05 12:30:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 5.3-STABLE i386 >Organization: Departmern of Geophysiscs, Johannes Gutenberg-Universitaet Mainz >Environment: System: FreeBSD edda.geo.uni-mainz.de 5.3-STABLE FreeBSD 5.3-STABLE #65: Fri Nov 5 10:00:31 UTC 2004 root@edda.geo.uni-mainz.de:/usr/obj/usr/src/sys/EDDA i386 >Description: Fixating or closing a DVD+R, DVD-R, CD-R, CD-RW using 'burncd' results in an error: edda# burncd -v -f /dev/acd0 fixate fixating CD, please wait.. burncd: ioctl(CDRIOCFIXATE): Input/output error acd0: FAILURE - CLOSE_TRACK/SESSION ILLEGAL REQUEST asc=0x72 ascq=0x03 error=4 Doing the same with the atapicam device /dev/cd0 and using cdrecord cdrecord -v gracetime=2 dev=2,0,0 speed=20 /path/to/file works fine for me. Burning DVD+R with 'growisofs' also works fine for me, but trying to burn an iso image on DVD+R or DVD-R via burncd also fails at the end when burncd tries to close/fixate the DVD. This is obviously a software bug. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 14:00:44 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A73DB16A4CF for ; Fri, 5 Nov 2004 14:00:44 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C5A43D55 for ; Fri, 5 Nov 2004 14: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 iA5E0iWU006959 for ; Fri, 5 Nov 2004 14: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 iA5E0iDf006957; Fri, 5 Nov 2004 14:00:44 GMT (envelope-from gnats) Resent-Date: Fri, 5 Nov 2004 14:00:44 GMT Resent-Message-Id: <200411051400.iA5E0iDf006957@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F26816A4CE for ; Fri, 5 Nov 2004 13:54:11 +0000 (GMT) Received: from edda.geo.uni-mainz.de (edda.Geo.Uni-Mainz.DE [134.93.183.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4334543D31 for ; Fri, 5 Nov 2004 13:54:10 +0000 (GMT) (envelope-from hartmann@edda.geo.uni-mainz.de) Received: from edda.geo.uni-mainz.de (hartmann@localhost [127.0.0.1]) by edda.geo.uni-mainz.de (8.13.1/8.13.1) with ESMTP id iA5DtXv6025558 for ; Fri, 5 Nov 2004 13:55:33 GMT (envelope-from hartmann@edda.geo.uni-mainz.de) Received: (from hartmann@localhost) by edda.geo.uni-mainz.de (8.13.1/8.13.1/Submit) id iA5DtXfR025557; Fri, 5 Nov 2004 14:55:33 +0100 (CET) (envelope-from hartmann) Message-Id: <200411051355.iA5DtXfR025557@edda.geo.uni-mainz.de> Date: Fri, 5 Nov 2004 14:55:33 +0100 (CET) From: "O. Hartmann" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/73564: FreeBSD 5.3-STABLE/RC2 : SMP crashes and panics X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "O. Hartmann" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 14:00:44 -0000 >Number: 73564 >Category: kern >Synopsis: FreeBSD 5.3-STABLE/RC2 : SMP crashes and panics >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 05 14:00:44 GMT 2004 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 5.3-STABLE i386 >Organization: Department of Geophysic, Johannes Gutenberg-Universitaet Mainz >Environment: System: FreeBSD edda.geo.uni-mainz.de 5.3-STABLE FreeBSD 5.3-STABLE #65: Fri Nov 5 10:00:31 UTC 2004 root@edda.geo.uni-mainz.de:/usr/obj/usr/src/sys/EDDA i386 >Description: This is a very often seen fault on my SMP box, running FreeBSD 5.3-STABLE and FreeBSD 5.3-RC2, both systems cvsupdated and built world/kernel today (05.11.2004, approx 12 h UTC). All above described problems occurs since BETA4 and are still present in -STABLE AND -RC2! The following crash output is handwritten and taken from console. I do not have sophisticated crash dump facilities, sorry. Machine is based on ASUS CUR-DLS mainboard, two 866MHz Intel P3. Please see appended output. I was in good luck taking the panic kernel report. the crashes on my system all have a very similar 'development': while on the X11 GUI (Xorg/fvwm2) suddenly compiling stops, but mouse pointer is still active and I can open or close active windows/terminals but can not start new terminals. The system remains in this intermediate state, the freezes completely or reboots. Sometimes I have good luck switching to console (but can nnot log in as root) and watch what is happening. Most times, I only see a very short message from the kernel, also truncated, but today I caught this, but the first lines and first entries of the panic where truncated and therefore lost. How to trigger: While using an SMP kernel locking X terminal via 'xlock -remote -mod atlantis' crashes the system within seconds or minutes. While working on the system, using FireFox or Mozilla or compiling many things the same time triggers a crash after an hour or a half an hour. I realized, that using em0 instead of fxp0 seems to trigger the crash much faster, but I'm not sure. Changing IP filter from 'pf' to 'ipf' and back doesn't seem to have an effect. Using ALTQ code triggers definitely the crash very fast! Changing HZ=1000 to HZ=500 or using default HZ=100 doesn't seem to have any effect. I also tried using PREEMPTION disabled, but it remains the same. Sometimes I can not use 'systat -vmstat 1'. systat reports: The alternate system clock has dies. Reverting to "pigs" display. Disabling both serial ports in BIOS prevents the kernel from booting after resetting SCSI bus! this seems to be familiar with several ServerWorks Chipset based Pentium III mainboards I utilized with FreeBSD in the past! Is this an still unresolved IRQ routing problem? The problems above mentioned seems to disappear with SMP disabled, I can work for days without any crash, but I can trigger a crash using 'xlock -remote -mod atlantis', it takes twenty minutes or so. Is this a kind of latent hardware problem or still a software problem? I tested memory via memtest/memtest86 for a whole night without any error reports, I stressed the CPUs burning them using burnMMX many times the same time and burnBX many times without BIOS warnings or crashes (for over 5 hours!) Please eMail me, I can not receive the mailing lists at this moment and web.de seems to be blocked due to spam suspects: ohartman@web.de I'm sorry if this is not of interest, but very serious to me. Thanks a lot in advance, Oliver [First lines are truncated] Fadistal bledtrap 14: alignment fault while in kernel mode cpuid = 0; apic id = 03 instruction pointer = 0x246:0x8 stack pointer = 0x10:0xe4e30b9c frame pointer = 0x10:0xe4e30bb4 code segment = base 0x0, limit 0x0, type 0x0 = DPL 0, pres 0, def32 0, gran 0 processor eflags = IOPL =0 current process = 45 (swi5: clock sio) trap number = 14 panic: alignment fault cpuid = 0 boot() called on cpu#0 Uptime: 21m51s kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 00 fault virtual address = 0x10 fault code = supervisor write, page not present instruction pointer = 0x8:0xc05951af stack pointer = 0x10:0xe33739a4 frame pointer = 0x10:0xe33739c8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 11 (idle: cpu1) trap number = 12 The following line's content is from mptable -dmesg -verbose -grope: =============================================================================== MPTable, version 2.0.15 looking for EBDA pointer @ 0x040e, found, searching EBDA @ 0x0009f000 searching CMOS 'top of mem' @ 0x0009ec00 (635K) searching default 'top of mem' @ 0x0009fc00 (639K) searching BIOS @ 0x000f0000 MP FPS found in BIOS @ physical addr: 0x000f5270 ------------------------------------------------------------------------------- MP Floating Pointer Structure: location: BIOS physical address: 0x000f5270 signature: '_MP_' length: 16 bytes version: 1.4 checksum: 0xe3 mode: Virtual Wire ------------------------------------------------------------------------------- MP Config Table Header: physical address: 0x000f4e60 signature: 'PCMP' base table length: 284 version: 1.4 checksum: 0xdf OEM ID: 'OEM00000' Product ID: 'PROD00000000' OEM table pointer: 0x00000000 OEM table size: 0 entry count: 27 local APIC address: 0xfee00000 extended table length: 124 extended table checksum: 198 ------------------------------------------------------------------------------- MP Config Base Table Entries: -- Processors: APIC ID Version State Family Model Step Flags 3 0x11 BSP, usable 6 8 10 0x387fbff 0 0x11 AP, usable 6 8 6 0x387fbff -- Bus: Bus ID Type 0 PCI 1 PCI 2 ISA -- I/O APICs: APIC ID Version State Address 2 0x11 usable 0xfec00000 3 0x11 usable 0xfec01000 -- I/O Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT conforms conforms 2 0 2 0 INT conforms conforms 2 1 2 1 INT conforms conforms 2 0 2 2 INT conforms conforms 2 3 2 3 INT conforms conforms 2 4 2 4 INT conforms conforms 2 6 2 6 INT conforms conforms 2 7 2 7 INT conforms conforms 2 8 2 8 INT conforms conforms 2 12 2 12 INT conforms conforms 2 13 2 13 INT conforms conforms 2 14 2 14 INT conforms conforms 2 15 2 15 INT active-lo level 0 2:A 3 4 INT active-lo level 0 15:A 3 14 INT active-lo level 2 9 2 9 INT active-lo level 1 3:A 3 6 INT active-lo level 1 5:A 3 8 INT active-lo level 1 5:B 3 9 -- Local Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT active-hi edge 2 0 255 0 NMI active-hi edge 2 0 255 1 ------------------------------------------------------------------------------- MP Config Extended Table Entries: -- System Address Space bus ID: 0 address type: I/O address address base: 0x0 address range: 0x10000 -- System Address Space bus ID: 0 address type: memory address address base: 0x40000000 address range: 0xbebe0000 -- System Address Space bus ID: 0 address type: prefetch address address base: 0xfebe0000 address range: 0xe9420000 -- System Address Space bus ID: 0 address type: memory address address base: 0xe8000000 address range: 0x18000000 -- System Address Space bus ID: 0 address type: memory address address base: 0xa0000 address range: 0x20000 -- Bus Heirarchy bus ID: 2 bus info: 0x01 parent bus ID: 0 -- Compatibility Bus Address bus ID: 0 address modifier: add predefined range: 0x00000000 -- Compatibility Bus Address bus ID: 0 address modifier: add predefined range: 0x00000001 ------------------------------------------------------------------------------- dmesg output: 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-STABLE #65: Fri Nov 5 10:00:31 UTC 2004 root@edda.geo.uni-mainz.de:/usr/obj/usr/src/sys/EDDA ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (866.71-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387fbff real memory = 1073721344 (1023 MB) avail memory = 1041166336 (992 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 3 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard netsmb_dev: loaded npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0 cpu0: on acpi0 cpu1: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 fxp0: port 0xd800-0xd83f mem 0xfd800000-0xfd8fffff,0xfe000000-0xfe000fff irq 20 at device 2.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:e0:18:05:73:f4 pci0: at device 7.0 (no driver attached) isab0: port 0xe800-0xe80f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 pci0: at device 15.2 (no driver attached) pcib1: on acpi0 pci1: on pcib1 em0: port 0xb800-0xb83f mem 0xfa800000-0xfa81ffff irq 22 at device 3.0 on pci1 em0: Ethernet address: 00:07:e9:14:8f:7b em0: Speed:N/A Duplex:N/A sym0: <1010-33> port 0xb400-0xb4ff mem 0xf9800000-0xf9801fff,0xfa000000-0xfa0003ff irq 24 at device 5.0 on pci1 sym0: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: handling phase mismatch from SCRIPTS. sym0: [GIANT-LOCKED] sym1: <1010-33> port 0xb000-0xb0ff mem 0xf8800000-0xf8801fff,0xf9000000-0xf90003ff irq 25 at device 5.1 on pci1 sym1: Symbios NVRAM, ID 7, Fast-80, LVD, parity checking sym1: open drain IRQ line driver, using on-chip SRAM sym1: using LOAD/STORE-based firmware. sym1: handling phase mismatch from SCRIPTS. sym1: [GIANT-LOCKED] atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x778-0x77a,0x378-0x37f irq 7 drq 3 flags 0x8 on acpi0 ppc0: Generic chipset (ECP-only) in ECP mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 orm0: at iomem 0xd0000-0xd3fff,0xc0000-0xca7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <8 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0 at vga0 Timecounters tick every 2.000 msec IP Filter: v3.4.35 initialized. Default = block all, Logging = enabled acd0: DVDR at ata0-master UDMA33 Waiting 5 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. (noperiph:sym1:0:-1:-1): SCSI BUS reset delivered. da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled da0: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da1 at sym0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled da1: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da2 at sym0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-3 device da2: 160.000MB/s transfers (80.000MHz, offset 62, 16bit), Tagged Queueing Enabled da2: 17429MB (35694904 512 byte sectors: 255H 63S/T 2221C) cd0 at ata0 bus 0 target 0 lun 0 cd0: <_NEC DVD_RW ND-3500AG 2.16> Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: cd present [1 x 2048 byte records] SMP: AP CPU #1 Launched! Mounting root from ufs:/dev/da0s1a em0: Link is up 100 Mbps Full Duplex =============================================================================== The following line's content is kernel config file: machine i386 cpu I686_CPU ident EDDA maxusers 0 # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. #options SCHED_ULE options SCHED_4BSD # 4BSD scheduler options ADAPTIVE_GIANT options PREEMPTION #options NO_MIXED_MODE options PQ_CACHESIZE=256 # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel device apic # I/O APIC # Kernel trace facility #options KTRACE # Debugger options KDB options DDB # HZ Granularity options HZ=500 # Floating point support - do not disable! device npx #options MAXDSIZ=(1024UL*1024*1024) #options MAXSSIZ=(512UL*1024*1024) #options DFLDSIZ=(1024UL*1024*1024) # Network/Inet options options INET # InterNETworking #options INET6 # IPv6 communications protocols #options IPSEC #IP security #options IPSEC_ESP #IP security (crypto; define w/ IPSEC) #options IPSEC_DEBUG #debug for IP security #options IPSEC_FILTERGIF #filter ipsec packets from a tunnel #options FAST_IPSEC #new IPsec (cannot define w/ IPSEC) # Statically Link in accept filters #options ACCEPT_FILTER_DATA #options ACCEPT_FILTER_HTTP # Multicast routing options MROUTING options PIM options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN #options TCP_SIGNATURE #include support for RFC 2385 #options DUMMYNET options BRIDGE options ZERO_COPY_SOCKETS options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options QUOTA options UDF # DVD file system (UDF compliant) options NTFS options SMBFS #options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server #options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem #options PROCFS # Process filesystem (requires PSEUDOFS) #options PSEUDOFS # Pseudo-filesystem framework #options GEOM_APPLE # Apple partitioning options GEOM_BDE # Disk encryption. options GEOM_BSD # BSD disklabels options GEOM_CONCAT # Disk concatenation. #options GEOM_FOX # Redundant path mitigation options GEOM_GATE # Userland services. options GEOM_GPT # GPT partitioning options GEOM_LABEL # Providers labelization. options GEOM_MBR # DOS/MBR partitioning options GEOM_MIRROR # Disk mirroring. #options GEOM_NOP # Test class. #options GEOM_PC98 # NEC PC9800 partitioning options GEOM_RAID3 # RAID3 functionality. options GEOM_STRIPE # Disk striping. #options GEOM_SUNLABEL # Sun/Solaris partitioning #options GEOM_UZIP # Read-only compressed disks options GEOM_VOL # Volume names from UFS superblock options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options IPFILTER options IPFILTER_LOG options IPFILTER_DEFAULT_BLOCK options IPDIVERT options IPSTEALTH # The pf devices # #device pf #device pflog #device pfsync #options ALTQ #options ALTQ_CBQ #options ALTQ_RED #options ALTQ_RIO #options ALTQ_HFSC #options ALTQ_CDNR #options ALTQ_PRIQ # Priority Queuing #options ALTQ_NOPCC # Needed option for SMP #options ALTQ_DEBUG options NETSMB #SMB/CIFS requester options NETSMBCRYPTO #encrypted password support for SMB options LIBMCHAIN options LIBICONV options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options MAC options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions # Bus support. Do not remove isa, even if you have no isa slots device isa options AUTO_EOI_1 #options AUTO_EOI_2 #device eisa #device mca device pci device agp # Floppy drives device fdc # ATA and ATAPI devices device ata device atapicam device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers device ahc # AHA2940 and onboard AIC7xxx devices options AHC_REG_PRETTY_PRINT device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device targ #SCSI Target Mode Code device targbh #SCSI Target Mode Blackhole Device device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard options KBD_INSTALL_CDEV # install a CDEV entry in /dev device psm # PS/2 mouse device vga # VGA video card driver options FB_INSTALL_CDEV #options VESA device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc options MAXCONS=8 #options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode options SC_DFLT_FONT # compile font in makeoptions SC_DFLT_FONT=cp850 options SC_DISABLE_KDBKEY # disable `debug' key options SC_DISABLE_REBOOT # disable reboot key sequence #options SC_HISTORY_SIZE=200 # number of history buffer lines #options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor #options SC_PIXEL_MODE # add support for the raster text mode # The following options will let you change the default colors of syscons. options SC_NORM_ATTR=(FG_GREEN|BG_BLACK) options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN) options SC_KERNEL_CONS_ATTR=(FG_RED|BG_BLACK) options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED) #options SC_CUT_SPACES2TABS # convert leading spaces into tabs #options SC_CUT_SEPCHARS=\"x09\" # set of characters that delimit words # (default is single space - \"x20\") #options SC_TWOBUTTON_MOUSE device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da options PPC_PROBE_CHIPSET #options DEBUG_1284 # IEEE1284 signaling protocol debug options PERIPH_1284 # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc #device uart # PCI Ethernet NICs. device em # Intel PRO/1000 adapter Gigabit Ethernet Card device miibus # MII bus support device fxp # Intel EtherExpress PRO/100B (82557, 82558) # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support device vlan # VLAN extension #device sl # Kernel SLIP #device ppp # Kernel PPP #device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) #device md # Memory "disks" #device gif # IPv6 and IPv4 tunneling #device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter ## Audio support #device sound #device "snd_es137x" # crypto subsystem #device crypto # core crypto support #device cryptodev # /dev/crypto for access to h/w # smbus subsystem #device smbus # Bus support, required for smb below. #device smb #device intpm #device ichsmb # Philips i2c bus support #device iicbus #device iicbb #device ic #device iic #device iicsmb # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device urio # Diamond Rio 500 MP3 player #device uscanner # Scanners # USB Ethernet, requires mii #device aue # ADMtek USB Ethernet #device axe # ASIX Electronics USB Ethernet #device cue # CATC USB Ethernet #device kue # Kawasaki LSI USB Ethernet #device rue # RealTek RTL8150 USB Ethernet # FireWire support #device firewire # FireWire bus code #device sbp # SCSI over FireWire (Requires scbus and da) #device fwe # Ethernet over FireWire (non-standard!) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 16:03:50 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E9A16A4CE; Fri, 5 Nov 2004 16:03:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5056A43D4C; Fri, 5 Nov 2004 16:03:50 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) iA5G3or7023747; Fri, 5 Nov 2004 16:03:50 GMT (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA5G3oAO023743; Fri, 5 Nov 2004 16:03:50 GMT (envelope-from fjoe) Date: Fri, 5 Nov 2004 16:03:50 GMT From: Max Khon Message-Id: <200411051603.iA5G3oAO023743@freefall.freebsd.org> To: fjoe@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: bin/65200: burncd causes system reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 16:03:50 -0000 Synopsis: burncd causes system reboot Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: fjoe Responsible-Changed-When: Fri Nov 5 16:03:18 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=65200 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 17:17:01 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4692116A4CE; Fri, 5 Nov 2004 17:17:01 +0000 (GMT) Received: from adsl-63-198-35-122.dsl.snfc21.pacbell.net (adsl-63-198-35-122.dsl.snfc21.pacbell.net [63.198.35.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id C177443D48; Fri, 5 Nov 2004 17:17:00 +0000 (GMT) (envelope-from jin@george.lbl.gov) Received: from [IPv6:::1] (localhost.pacbell.net [IPv6:::1]) ESMTP id iA5HIbNN000416; Fri, 5 Nov 2004 09:18:37 -0800 (PST) (envelope-from jin@george.lbl.gov) Message-ID: <418BB5ED.7040306@george.lbl.gov> Date: Fri, 05 Nov 2004 09:18:37 -0800 From: "Jin Guojun [VFFS]" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040912 X-Accept-Language: zh, zh-CN, en MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200411040650.iA46oI0O050278@freefall.freebsd.org> <418AB91E.4010201@george.lbl.gov> <20041104234529.GA32806@crodrigues.org> <418AF8F7.7000302@george.lbl.gov> <20041105083247.GA754@zaphod.nitro.dk> In-Reply-To: <20041105083247.GA754@zaphod.nitro.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Craig Rodrigues cc: freebsd-bugs@FreeBSD.org Subject: Re: 5.3-RC2 installation panic [Was: kern/60602: [usb]Dynamicattach UBS device can cause 5.2-RC system malfunction X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 17:17:01 -0000 Simon L. Nielsen wrote: >On 2004.11.04 19:52:23 -0800, Jin Guojun [VFFS] wrote: > > >>Craig Rodrigues wrote: >> >> >> >>>On Thu, Nov 04, 2004 at 03:19:58PM -0800, Jin Guojun [VFFS] wrote: >>> >>> >>> >>> >>>>... >>>>avail memory = 511500288 (487 MB) >>>>ACPI APIC Table: < ASUS P2B-DS > >>>>ACPI disabled by blacklist. Contact your BIOS vendor. >>>>MADT: ACPI Startup failed with AE_ERROR >>>>Try disabling either ACPI or apic support. >>>>panic: Using MADT but ACPI doesn't work >>>> >>>> >>>Look at section 11.16.3.2: >>>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html >>> >>>Try setting hint.apic.0.disabled="1" at the boot loader prompt. >>> >>> >>> >>FYI, actually, it is hint.acpi... not hint.apic... >> >> > >ACPI and APIC are two different things. > > > >>The same typo also exists in >> >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html >> >> > >At least the place I looked it looked it seemed to be correct, where >exactly do you think there is an error? > 11.16.3.2 System Hangs (temporary or permanent) It talks about "... correctness of the APIC (MADT) table", which seems not matching the panic message above. Panic message says that MADT is related to ACPI, not APIC. The, the second paragraph talks acpi0, then the last paragraph talks disable it via setting hint.apic.0.disabled="1" Nowhere in the entire web page says about hint.acpi.0.disabled variable. This is the part confuse me to believe that this may be the typo. If both hint.apic.0.disabled and hint.acpi.0.disabled exist, a clear introdution should be placed at front (top of the page) to illustrate what difference they are, and where they should be used for. Thanks, -- ------------ Jin Guojun ----------- v --- jin@george.lbl.gov --- Distributed Systems Department http://www.dsd.lbl.gov/~jin Lawrence Berkeley National Laboratory, Berkeley, CA 94720 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 20:20:42 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F88116A5F3 for ; Fri, 5 Nov 2004 20:20:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B2843D45 for ; Fri, 5 Nov 2004 20:20:42 +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 iA5KKgbZ056909 for ; Fri, 5 Nov 2004 20:20:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA5KKguF056908; Fri, 5 Nov 2004 20:20:42 GMT (envelope-from gnats) Resent-Date: Fri, 5 Nov 2004 20:20:42 GMT Resent-Message-Id: <200411052020.iA5KKguF056908@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stijn Hoop Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E20EE16A4CE; Fri, 5 Nov 2004 20:17:01 +0000 (GMT) Received: from kweetal.tue.nl (kweetal.tue.nl [131.155.3.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C4E43D49; Fri, 5 Nov 2004 20:17:01 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: by kweetal.tue.nl (Postfix, from userid 40) id AF4D813BB1F; Fri, 5 Nov 2004 21:17:00 +0100 (CET) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by kweetal.tue.nl (Postfix) with ESMTP id 9C0CC13BACB; Fri, 5 Nov 2004 21:16:59 +0100 (CET) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.1/8.13.1/Submit) id iA5EjV6Q001541; Fri, 5 Nov 2004 15:45:31 +0100 (CET) (envelope-from stijn) Message-Id: <200411051445.iA5EjV6Q001541@pcwin002.win.tue.nl> Date: Fri, 5 Nov 2004 15:45:31 +0100 (CET) From: Stijn Hoop To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Lukas Ertl Subject: kern/73579: data corruption on striped geom_vinum volume X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stijn Hoop List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 20:20:42 -0000 >Number: 73579 >Category: kern >Synopsis: data corruption on striped geom_vinum volume >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 05 20:20:41 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 6.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 6.0-CURRENT #0: Fri Nov 5 12:50:21 CET 2004 >Description: I'm seeing data corruption on a freshly created striped geom_vinum volume, with a fresh -CURRENT. Verification of the same file yields different checksums: [stijn@pcwin002] md5 testfile MD5 (testfile) = 1af4c4d4bd34128548f9052327bfc717 [stijn@pcwin002] md5 testfile MD5 (testfile) = 208118b38cd382c2273f00f26a1f3c73 >How-To-Repeat: - create a striped geom_vinum volume. The fresh test was done with this configuration file: %%% drive meg device ad4s1e drive herc device ad6s1e volume storage plex org striped 479k sd len * drive meg sd len * drive herc %%% but my initial volume that exhibited the problem had a stripe size of 279k. - newfs with default paramaters + softupdates - create a (large) testfile, I used sudo dd if=/dev/urandom of=testfile bs=1m count=1024 - create a checksum, twice, and witness the result above. Note how the checksums differ even though no process has since written to or modified the file. Drives are fine, checksumming data read from the raw device consistently gives the same result. >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 20:30:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1417816A4CF for ; Fri, 5 Nov 2004 20:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA02943D3F for ; Fri, 5 Nov 2004 20:30:28 +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 iA5KUSJA057212 for ; Fri, 5 Nov 2004 20:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA5KUSdF057210; Fri, 5 Nov 2004 20:30:28 GMT (envelope-from gnats) Resent-Date: Fri, 5 Nov 2004 20:30:28 GMT Resent-Message-Id: <200411052030.iA5KUSdF057210@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Derkjan de Haan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78F8216A4CE for ; Fri, 5 Nov 2004 20:28:24 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3D543D1D for ; Fri, 5 Nov 2004 20:28:24 +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 iA5KSOgd065452 for ; Fri, 5 Nov 2004 20:28:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id iA5KSOrO065451; Fri, 5 Nov 2004 20:28:24 GMT (envelope-from nobody) Message-Id: <200411052028.iA5KSOrO065451@www.freebsd.org> Date: Fri, 5 Nov 2004 20:28:24 GMT From: Derkjan de Haan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: kern/73580: ipfilter kernel and userland are not in sync in 4-stable X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 20:30:29 -0000 >Number: 73580 >Category: kern >Synopsis: ipfilter kernel and userland are not in sync in 4-stable >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 05 20:30:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Derkjan de Haan >Release: RELENG_4 >Organization: >Environment: FreeBSD haanjdj.demon.nl 4.10-STABLE FreeBSD 4.10-STABLE #0: Sun Oct 31 15:22:21 CET 2004 root@haanjdj.demon.nl:/usr/obj/usr/src/sys/CUSTOM i386 >Description: ipfilter kernel and userland are not in sync. See also http://lists.freebsd.org/pipermail/freebsd-stable/2004-august/008467.html http://lists.freebsd.org/pipermail/freebsd-net/2004-August/004675.html >How-To-Repeat: root@haanjdj# ipf -V ipf: IP Filter: v3.4.31 (336) Kernel: IP Filter: v3.4.35 Running: yes Log Flags: 0 = none set Default: block all, Logging: available Active list: 0 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 20:40:35 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF6B16A4CE for ; Fri, 5 Nov 2004 20:40:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D24143D66 for ; Fri, 5 Nov 2004 20:40:35 +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 iA5KeZ1E058391 for ; Fri, 5 Nov 2004 20:40:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA5KeZYI058390; Fri, 5 Nov 2004 20:40:35 GMT (envelope-from gnats) Date: Fri, 5 Nov 2004 20:40:35 GMT Message-Id: <200411052040.iA5KeZYI058390@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Pawel Malachowski Subject: Re: kern/73580: ipfilter kernel and userland are not in sync in 4-stable X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pawel Malachowski List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 20:40:35 -0000 The following reply was made to PR kern/73580; it has been noted by GNATS. From: Pawel Malachowski To: Derkjan de Haan Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/73580: ipfilter kernel and userland are not in sync in 4-stable Date: Fri, 5 Nov 2004 21:39:41 +0100 On Fri, Nov 05, 2004 at 08:28:24PM +0000, Derkjan de Haan wrote: > >Description: > ipfilter kernel and userland are not in sync. See also > http://lists.freebsd.org/pipermail/freebsd-stable/2004-august/008467.html > http://lists.freebsd.org/pipermail/freebsd-net/2004-August/004675.html FYI: duplicate of http://www.freebsd.org/cgi/query-pr.cgi?pr=70492 -- Paweł Małachowski From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 21:28:20 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7B3E16A4CE; Fri, 5 Nov 2004 21:28:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B664643D46; Fri, 5 Nov 2004 21:28:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) iA5LSK8h063459; Fri, 5 Nov 2004 21:28:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA5LSKDG063455; Fri, 5 Nov 2004 21:28:20 GMT (envelope-from linimon) Date: Fri, 5 Nov 2004 21:28:20 GMT From: Mark Linimon Message-Id: <200411052128.iA5LSKDG063455@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, darrenr@FreeBSD.org Subject: Re: kern/73580: ipfilter kernel and userland are not in sync in 4-stable X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 21:28:21 -0000 Synopsis: ipfilter kernel and userland are not in sync in 4-stable Responsible-Changed-From-To: freebsd-bugs->darrenr Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 5 21:27:49 GMT 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=73580 From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 5 23:40:31 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA69916A4D6; Fri, 5 Nov 2004 23:40:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A5843D58; Fri, 5 Nov 2004 23:40:31 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from freefall.freebsd.org (simon@localhost [127.0.0.1]) iA5NeQpw077702; Fri, 5 Nov 2004 23:40:27 GMT (envelope-from simon@freefall.freebsd.org) Received: (from simon@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA5NeQtB077698; Fri, 5 Nov 2004 23:40:26 GMT (envelope-from simon) Date: Fri, 5 Nov 2004 23:40:26 GMT From: "Simon L. Nielsen" Message-Id: <200411052340.iA5NeQtB077698@freefall.freebsd.org> To: simon@FreeBSD.org, freebsd-bugs@FreeBSD.org, le@FreeBSD.org Subject: Re: kern/73579: data corruption on striped geom_vinum volume X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 23:40:33 -0000 Synopsis: data corruption on striped geom_vinum volume Responsible-Changed-From-To: freebsd-bugs->le Responsible-Changed-By: simon Responsible-Changed-When: Fri Nov 5 23:40:06 GMT 2004 Responsible-Changed-Why: Over to gvinum author. http://www.freebsd.org/cgi/query-pr.cgi?pr=73579 From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 6 15:10:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8017D16A4CE for ; Sat, 6 Nov 2004 15:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5607643D41 for ; Sat, 6 Nov 2004 15:10:28 +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 iA6FASA4020782 for ; Sat, 6 Nov 2004 15:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA6FASuO020781; Sat, 6 Nov 2004 15:10:28 GMT (envelope-from gnats) Resent-Date: Sat, 6 Nov 2004 15:10:28 GMT Resent-Message-Id: <200411061510.iA6FASuO020781@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nehal Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 305AF16A4CE for ; Sat, 6 Nov 2004 15:09:27 +0000 (GMT) Received: from shaw.ca (S0106000ae6ceb225.vf.shawcable.net [70.68.12.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA7443D1D for ; Sat, 6 Nov 2004 15:09:26 +0000 (GMT) (envelope-from Nehal@shaw.ca) Received: from Nehal.Home (somebody@localhost [127.0.0.1]) by shaw.ca (8.13.1/8.13.1) with ESMTP id iA6F9ZZc002214 for ; Sat, 6 Nov 2004 07:09:35 -0800 (PST) (envelope-from Nehal@Nehal.Home) Received: (from Nehal@localhost) by Nehal.Home (8.13.1/8.13.1/Submit) id iA6F9ZBL002213; Sat, 6 Nov 2004 07:09:35 -0800 (PST) (envelope-from Nehal) Message-Id: <200411061509.iA6F9ZBL002213@Nehal.Home> Date: Sat, 6 Nov 2004 07:09:35 -0800 (PST) From: Nehal To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/73617: sysinstall fdisk editor unmarks active partition X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nehal List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 15:10:28 -0000 >Number: 73617 >Category: misc >Synopsis: sysinstall fdisk editor unmarks active partition >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 06 15:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Nehal Mistry >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD Nehal.Home 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: my win2k/ntfs partition is marked as active, but when starting the sysinstall fdisk utility, it doesn't show any partition as active. if i go ahead and write to disk without manually setting the active partition, the next boot will boot into freebsd instead of windows. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 6 19:06:35 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9138F16A4CE for ; Sat, 6 Nov 2004 19:06:35 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE60F43D49 for ; Sat, 6 Nov 2004 19:06:34 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 52545119BD; Sat, 6 Nov 2004 20:06:33 +0100 (CET) Date: Sat, 6 Nov 2004 20:06:33 +0100 From: "Simon L. Nielsen" To: "Jin Guojun [VFFS]" Message-ID: <20041106190632.GH814@zaphod.nitro.dk> References: <200411040650.iA46oI0O050278@freefall.freebsd.org> <418AB91E.4010201@george.lbl.gov> <20041104234529.GA32806@crodrigues.org> <418AF8F7.7000302@george.lbl.gov> <20041105083247.GA754@zaphod.nitro.dk> <418BB5ED.7040306@george.lbl.gov> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qftxBdZWiueWNAVY" Content-Disposition: inline In-Reply-To: <418BB5ED.7040306@george.lbl.gov> User-Agent: Mutt/1.5.6i cc: Craig Rodrigues cc: freebsd-bugs@FreeBSD.org Subject: Re: 5.3-RC2 installation panic [Was: kern/60602: [usb] Dynamicattach UBS device can cause 5.2-RC system malfunction X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 19:06:35 -0000 --qftxBdZWiueWNAVY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.11.05 09:18:37 -0800, Jin Guojun [VFFS] wrote: > Simon L. Nielsen wrote: >=20 > >On 2004.11.04 19:52:23 -0800, Jin Guojun [VFFS] wrote: > > > >>Craig Rodrigues wrote: > >> > >>>On Thu, Nov 04, 2004 at 03:19:58PM -0800, Jin Guojun [VFFS] wrote: > >>> > >>>>... > >>>>avail memory =3D 511500288 (487 MB) > >>>>ACPI APIC Table: < ASUS P2B-DS > > >>>>ACPI disabled by blacklist. Contact your BIOS vendor. > >>>>MADT: ACPI Startup failed with AE_ERROR > >>>>Try disabling either ACPI or apic support. > >>>>panic: Using MADT but ACPI doesn't work > >>>> > >>>Look at section 11.16.3.2: > >>>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.h= tml > >>> > >>>Try setting hint.apic.0.disabled=3D"1" at the boot loader prompt. > >>> > >>FYI, actually, it is hint.acpi... not hint.apic... > > > >ACPI and APIC are two different things. > > > >>The same typo also exists in > >> > >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.ht= ml > > > >At least the place I looked it looked it seemed to be correct, where > >exactly do you think there is an error? > > 11.16.3.2 System Hangs (temporary or permanent) > > It talks about "... correctness of the APIC (MADT) table", which seems > not matching the panic message above. Panic message says that MADT is > related to ACPI, not APIC. Yes, I think the issue described in the Handbook is unrelated to your problems (but I know very little of ACPI so I'm not sure). > The, the second paragraph talks acpi0, then the last paragraph talks > disable it via setting hint.apic.0.disabled=3D"1" > > Nowhere in the entire web page says about hint.acpi.0.disabled variable. > This is the part confuse me to believe that this may be the typo. > > If both hint.apic.0.disabled and hint.acpi.0.disabled exist, a clear > introdution should be placed at front (top of the page) to illustrate > what difference they are, and where they should be used for. Indeed it looks like something like that would a good idea. So Somebody(tm) should look at it :-). --=20 Simon L. Nielsen FreeBSD Documentation Team --qftxBdZWiueWNAVY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBjSC4h9pcDSc1mlERAsuvAJ9W+35/TbtUfndAe6ib6GfXhVfCYACeNOBb 17G7OIc2T+BOWwSYJJdyhIg= =AHng -----END PGP SIGNATURE----- --qftxBdZWiueWNAVY--