From owner-freebsd-bugs Sun Sep 16 1:36:53 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA9037B40B; Sun, 16 Sep 2001 01:36:51 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8G8Udh85483; Sun, 16 Sep 2001 01:30:39 -0700 (PDT) (envelope-from roam) Date: Sun, 16 Sep 2001 01:30:39 -0700 (PDT) From: Message-Id: <200109160830.f8G8Udh85483@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, roam@FreeBSD.org Subject: Re: kern/30592: [PATCH] panic: static sysctl oid too high: 684 - when unloading snd_es137x.ko Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] panic: static sysctl oid too high: 684 - when unloading snd_es137x.ko Responsible-Changed-From-To: freebsd-bugs->roam Responsible-Changed-By: roam Responsible-Changed-When: Sun Sep 16 01:28:06 PDT 2001 Responsible-Changed-Why: I introduced this panic in rev. 1.112. I'm sitting on a patch discussed in -current and -audit, awaiting aproval from Andrzej Bialecki ; howevr I think I will commit it today. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30592 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 16 6:46:54 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F1D137B406; Sun, 16 Sep 2001 06:46:52 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GDbUE41060; Sun, 16 Sep 2001 06:37:30 -0700 (PDT) (envelope-from murray) Date: Sun, 16 Sep 2001 06:37:30 -0700 (PDT) From: Message-Id: <200109161337.f8GDbUE41060@freefall.freebsd.org> To: erik.peterson@windriver.com, murray@FreeBSD.org, freebsd-bugs@FreeBSD.org, chern@FreeBSD.org Subject: Re: misc/30579: Installation hangs during install while system extracts bin into / directory. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Installation hangs during install while system extracts bin into / directory. State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Sun Sep 16 06:36:03 PDT 2001 State-Changed-Why: Someone from the FreeBSD team at Wind River Alameda will help resolve this on Monday. Responsible-Changed-From-To: freebsd-bugs->chern Responsible-Changed-By: murray Responsible-Changed-When: Sun Sep 16 06:36:03 PDT 2001 Responsible-Changed-Why: Chern is the installation guru. If there really is a problem en please gather as many details as possible. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30579 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 16 9: 0:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09A0E37B409 for ; Sun, 16 Sep 2001 09:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GG01r58081; Sun, 16 Sep 2001 09:00:01 -0700 (PDT) (envelope-from gnats) Received: from r4k.net (r4k.net [194.109.74.241]) by hub.freebsd.org (Postfix) with ESMTP id D173D37B408 for ; Sun, 16 Sep 2001 08:54:43 -0700 (PDT) Received: (from _@localhost) by r4k.net (8.11.3/8.11.1) id f8GFsgD99665; Sun, 16 Sep 2001 17:54:42 +0200 (CEST) (envelope-from _) Message-Id: <200109161554.f8GFsgD99665@r4k.net> Date: Sun, 16 Sep 2001 17:54:42 +0200 (CEST) From: _@r4k.net Reply-To: _@r4k.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/30608: [PATCH] kern.ps_showallproc=0 doesn't limit queries for a single pid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30608 >Category: kern >Synopsis: kern.ps_showallproc=0 doesn't limit queries for a single pid >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: Sun Sep 16 09:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stephanie Wehner >Release: FreeBSD 4.4-STABLE i386 >Organization: private >Environment: 4.4-STABLE as of 16/09/2001: /sys/kern/kern_proc.c v1.63.2.8 >Description: Even though kern.ps_showallproc is set to 0, users can still see others users processes if querying information about a single pid. (KERN_PROC_PID) This way they could still obtain information about all processes by querying pid for pid. This is fixed in current, but not in 4.4-STABLE. >How-To-Repeat: Set sysctl -w kern.ps_showallproc=0 and then do a ps 1 from a user account for example. >Fix: This is a patch which resolves this problem using the 4.4 checking function (p_trespass): *** kern_proc.c.orig Sun Sep 16 18:27:38 2001 --- kern_proc.c Sun Sep 16 19:10:38 2001 *************** *** 451,456 **** --- 451,458 ---- p = pfind((pid_t)name[0]); if (!p) return (0); + if((!ps_showallprocs) && p_trespass(curproc, p)) + return(0); if (!PRISON_CHECK(curproc, p)) return (0); error = sysctl_out_proc(p, req, 0); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 16 10: 2:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C68CE37B409 for ; Sun, 16 Sep 2001 10:02:41 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GH2fT77076; Sun, 16 Sep 2001 10:02:41 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE89537B40A for ; Sun, 16 Sep 2001 10:01:07 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GH17i76937; Sun, 16 Sep 2001 10:01:07 -0700 (PDT) (envelope-from nobody) Message-Id: <200109161701.f8GH17i76937@freefall.freebsd.org> Date: Sun, 16 Sep 2001 10:01:07 -0700 (PDT) From: Al Kwan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/30610: Error code 1 and 2 in make buildworld for 4.3-Release Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30610 >Category: i386 >Synopsis: Error code 1 and 2 in make buildworld for 4.3-Release >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: Sun Sep 16 10:02:41 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Al Kwan >Release: 4.3-Release >Organization: >Environment: FreeBSD tornado.hboss.net 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu Sep 13 09:07:30 MDT 2001 akwan@tornado.hboss.net:/usr/src/sys/compile/TORNADO i386 >Description: Running 4.3-Release. Cvsup'd to 4.x-stable, make -j 10 buildworld, make installworld no problems. When I tried to config KERNELNAME though, it came with a crash. As I'd already did the "make installworld" I now: -cd /usr/src ; rm -rf * -cd /usr/obj ; chflags -R noschg * ; rm -rf * -cvsup back to 4.3-release srcs -cd /usr/src ; make -j 10 buildworld During the make I get this error: tils/ld/../../../../contrib/binutils/ld/ldwrite.c eelf_i386.c: In function `gldelf_i386_check_ld_elf_hints': eelf_i386.c:175: `_PATH_ELF_HINTS' undeclared (first use in this function) eelf_i386.c:175: (Each undeclared identifier is reported only once eelf_i386.c:175: for each function it appears in.) eelf_i386.c:178: storage size of `hdr' isn't known eelf_i386.c:181: `ELFHINTS_MAGIC' undeclared (first use in this function) cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/usr/src/gnu/usr.bin/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include -DDEFAULT_EMULATION=\"elf_i386\" -DTARGET=\"i386-unknown-freebsd\" -DSCRIPTDIR=\"/usr/obj/usr/src/i386/usr/libdata\" -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -DVERSION=\"2.10.1\" -DBFD_VERSION=\"2.10.1\" -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/lexsup.c cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/usr/src/gnu/usr.bin/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include -DDEFAULT_EMULATION=\"elf_i386\" -DTARGET=\"i386-unknown-freebsd\" -DSCRIPTDIR=\"/usr/obj/usr/src/i386/usr/libdata\" -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -DVERSION=\"2.10.1\" -DBFD_VERSION=\"2.10.1\" -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld/mri.c cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/usr/src/gnu/usr.bin/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include -DDEFAULT_EMULATION=\"elf_i386\" -DTARGET=\"i386-unknown-freebsd\" -DSCRIPTDIR=\"/usr/obj/usr/src/i386/usr/libdata\" -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -DVERSION=\"2.10.1\" -DBFD_VERSION=\"2.10.1\" -I/usr/obj/usr/src/i386/usr/include -c ldlex.c *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error >How-To-Repeat: If I try any kind of make buildworld I get the error again. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 16 14: 0: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B311837B40A for ; Sun, 16 Sep 2001 14:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GL01U17095; Sun, 16 Sep 2001 14:00:01 -0700 (PDT) (envelope-from gnats) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id CDC4437B410 for ; Sun, 16 Sep 2001 13:57:33 -0700 (PDT) Received: (from phk@localhost) by critter.freebsd.dk (8.11.4/8.11.4) id f8GKvUN99682; Sun, 16 Sep 2001 22:57:30 +0200 (CEST) (envelope-from phk) Message-Id: <200109162057.f8GKvUN99682@critter.freebsd.dk> Date: Sun, 16 Sep 2001 22:57:30 +0200 (CEST) From: Poul-Henning Kamp Reply-To: Poul-Henning Kamp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/30617: [PATCH] ACPI bug: don't dereference a pointer you have set to NULL Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30617 >Category: kern >Synopsis: [PATCH] ACPI bug: don't dereference a pointer you have set to NULL >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 16 14:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT i386 >Organization: International Keep It Simple Stupid! brotherhood >Environment: System: FreeBSD critter.freebsd.dk 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Aug 8 13:10:20 CEST 2001 root@critter.freebsd.dk:/freebsd/src/sys/i386/compile/CRITTER i386 >Description: In AcpiExDyadic1() a DEBUG statement tried to dereference the pointer "Operand[0]" which has explictly been set to NULL earlier in the same function. This panics the kernel. >How-To-Repeat: Pull the powerplug on an Asus M1300 machine with bios 1.05 >Fix: This patch is a workaround, I don't know enough about the ACPI code to judge if the setting of "Operand[0] = NULL" is kosher or bogus, so I have simply added an if() to avoid dereferencing the NULL pointer. Index: exdyadic.c =================================================================== RCS file: /home/ncvs/src/sys/contrib/dev/acpica/exdyadic.c,v retrieving revision 1.1.1.9 diff -u -r1.1.1.9 exdyadic.c --- exdyadic.c 7 Sep 2001 01:22:24 -0000 1.1.1.9 +++ exdyadic.c 16 Sep 2001 20:41:41 -0000 @@ -375,8 +375,11 @@ break; default: - ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Unexpected notify object type %X\n", - Operand[0]->Common.Type)); + if (Operand[0] == NULL) + ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Unexpected notify object type (details at 11...)\n")); + else + ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Unexpected notify object type %X\n", + Operand[0]->Common.Type)); Status = AE_AML_OPERAND_TYPE; break; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 16 14:11:22 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B18DE37B407 for ; Sun, 16 Sep 2001 14:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GLA1O21066; Sun, 16 Sep 2001 14:10:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Sep 2001 14:10:01 -0700 (PDT) Message-Id: <200109162110.f8GLA1O21066@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Poul-Henning Kamp Subject: Re: kern/30617: [PATCH] ACPI bug: don't dereference a pointer you have set to NULL Reply-To: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30617; it has been noted by GNATS. From: Poul-Henning Kamp To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: kern/30617: [PATCH] ACPI bug: don't dereference a pointer you have set to NULL Date: Sun, 16 Sep 2001 23:02:34 +0200 Here is an acpidump from the machine btw... RSD PTR: Checksum=196, OEMID=ASUS, RsdtAddress=0x03eeb000 RSDT: Lenth=44, Revision=1, Checksum=203, OEMID=ASUS, OEM Table ID=M1000A, OEM Revision=0x30303031, Creator ID=MSFT, Creator Revision=0x31313031 Entries={ 0x03eeb080, 0x03eeb040 } DSDT=0x3eeb100 INT_MODEL=PIC SCI_INT=9 SMI_CMD=0xb2, ACPI_ENABLE=0xa1, ACPI_DISABLE=0xa0, S4BIOS_REQ=0xa2 PM1a_EVT_BLK=0xe400-0xe403 PM1a_CNT_BLK=0xe404-0xe405 PM2_CNT_BLK=0xe420-0xe420 PM2_TMR_BLK=0xe408-0xe40b PM2_GPE0_BLK=0xe428-0xe42b PM2_GPE1_BLK=0xe42c-0xe42f, GPE1_BASE=16 P_LVL2_LAT=100ms, P_LVL3_LAT=1000ms FLUSH_SIZE=0, FLUSH_STRIDE=0 DUTY_OFFSET=1, DUTY_WIDTH=3 DAY_ALRM=13, MON_ALRM=0, CENTURY=0 Flags={WBINVD,PROC_C1,SLP_BUTTON,RTC_S4} DSDT: Lenth=15276, Revision=1, Checksum=243, OEMID=ASUS, OEM Table ID=M1000A, OEM Revision=0x1000, Creator ID=INTL, Creator Revision=0x2002015 Scope(\_PR_) { Processor(\_PR_.CPU0, 1, 0xe410, 0x5) { Name(_PSS, Package(0x2) { Package(0x6) { CPMA, 0x5208, 0xfa, 0xc8, 0x70, 0x0, }, Package(0x6) { CPMI, 0x3a98, 0xfa, 0xc8, 0x71, 0x1, }, }) Name(_PCT, Package(0x2) { Buffer(0x11) {0x82, 0xc, 0x0, 0x1, 0x8, 0x0, 0x0, 0xb2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x79, 0x0 }, Buffer(0x11) {0x82, 0xc, 0x0, 0x1, 0x8, 0x0, 0x0, 0xb3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x79, 0x0 }, }) Method(_PPC) { If(\_SB_.AC__._PSR) { Return(0x0) } Else { Return(0x1) } } } } OperationRegion(FSEG, SystemMemory, 0x000fdf00, 0x0100) Field(FSEG, AnyAcc, NoLock, Preserve) { ACPR, 32, MMSZ, 16, NPS2, 8, STRF, 8, HCUD, 8, HCPI, 8, HDUD, 8, HDPI, 8, HEUD, 8, HEPI, 8, HFUD, 8, HFPI, 8, LPTM, 8, CM2M, 8, IRMD, 8, FLG0, 8, Offset(0xf0), CPMA, 16, CPMI, 16 } OperationRegion(NVSR, SystemMemory, ACPR, 0x0100) Field(NVSR, AnyAcc, NoLock, Preserve) { TRTY, 8, SLPT, 8, Offset(0x3), KPSW, 8, MPSW, 8 } OperationRegion(GPSC, SystemIO, 0xb2, 0x1) Field(GPSC, ByteAcc, NoLock, Preserve) { SMCM, 8 } Method(ISMI, 1, Serialized) { Store(Arg0, TRTY) Store(0xa7, SMCM) } OperationRegion(\DEBG, SystemIO, 0x81, 0x1) Field(\DEBG, ByteAcc, NoLock, Preserve) { DBG1, 8 } Method(DIAG, 1) { Store(Arg0, DBG1) } Method(SSLP, 1) { Store(Arg0, SLPT) } OperationRegion(SM00, SystemIO, 0xe800, 0x7) Field(SM00, ByteAcc, NoLock, Preserve) { HSTS, 8, Offset(0x2), CTLR, 8, CMDR, 8, ADDR, 8, DAT0, 8, DAT1, 8 } Method(SWFS) { And(HSTS, 0x6, Local0) Store(0x4000, Local1) While(LOr(LEqual(Local0, Zero), LEqual(Local1, Zero))) { Stall(0x1) And(HSTS, 0x6, Local0) Decrement(Local1) } Store(0xff, HSTS) } Method(SBYT, 2) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(Arg0, ADDR) Store(Arg1, CMDR) Store(0xff, HSTS) Store(0x44, CTLR) SWFS Release(\_SB_.PCI0.PX40.EC0_.MTXE) } Method(WBYT, 3) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(Arg0, ADDR) Store(Arg1, CMDR) Store(Arg2, DAT0) Store(0xff, HSTS) Store(0x48, CTLR) SWFS Release(\_SB_.PCI0.PX40.EC0_.MTXE) } Method(WWRD, 4) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(Arg0, ADDR) Store(Arg1, CMDR) Store(Arg2, DAT0) Store(Arg3, DAT1) Store(0xff, HSTS) Store(0x4c, CTLR) SWFS Release(\_SB_.PCI0.PX40.EC0_.MTXE) } Method(RBYT, 2) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Or(Arg0, 0x1, Local1) Store(Local1, ADDR) Store(Arg1, CMDR) Store(0xff, HSTS) Store(0x48, CTLR) SWFS Release(\_SB_.PCI0.PX40.EC0_.MTXE) Return(DAT0) } Method(RWRD, 2) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Or(Arg0, 0x1, ADDR) Store(Arg1, CMDR) Store(0xff, HSTS) Store(0x4c, CTLR) SWFS Store(DAT0, Local0) ShiftLeft(DAT1, 0x8, Local1) Or(Local0, Local1, Local2) Release(\_SB_.PCI0.PX40.EC0_.MTXE) Return(Local2) } Method(RTMX) { Store(RBYT, 0x9d) 0x1 Local0 ShiftLeft(Local0, 0x1, Local1) ShiftLeft(Local0, 0x3, Local2) Add(Local1, Local2, Local0) Add(Local0, 0x0aac, Local0) Return(Local0) } Method(TINI, 1) { Store(Zero, GO25) WBYT 0x9c 0x9 0x80 WBYT 0x9c 0xe 0xbf If(Arg0) { WBYT 0x9c 0xd 0x46 } Else { WBYT 0x9c 0xd 0x50 } WBYT 0x9c 0x9 0x0 } Method(CALM) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(0x19, ADDR) Store(0x19, CMDR) Store(0xff, HSTS) Store(0x44, CTLR) SWFS Release(\_SB_.PCI0.PX40.EC0_.MTXE) } Method(MIN_, 2) { If(LLess(Arg0, Arg1)) { Return(Arg0) } Else { Return(Arg1) } } Method(SLEN, 1) { Return(Sizeof(Arg0)) } Method(S2BF, 1, Serialized) { Add(SLEN, Arg0, One) Local0 Name(BUFF, Buffer(Local0) { }) Store(Arg0, BUFF) Return(BUFF) } Method(SCMP, 2) { Store(S2BF, Arg0) Local0 Store(S2BF, Arg1) Local1 Store(Zero, Local4) Store(SLEN, Arg0) Local5 Store(SLEN, Arg1) Local6 Store(MIN_, Local5) Local6 Local7 While(LLess(Local4, Local7)) { Store(DerefOf(Index(Local0, Local4, )), Local2) Store(DerefOf(Index(Local1, Local4, )), Local3) If(LGreater(Local2, Local3)) { Return(One) } Else { If(LLess(Local2, Local3)) { Return(Ones) } } Increment(Local4) } If(LLess(Local4, Local5)) { Return(One) } Else { If(LLess(Local4, Local6)) { Return(Ones) } Else { Return(Zero) } } } Name(\_S0_, Package(0x4) { 0x0, 0x0, 0x0, 0x0, }) Name(\_S1_, Package(0x4) { 0x1, 0x1, 0x0, 0x0, }) Name(\_S3_, Package(0x4) { 0x5, 0x5, 0x0, 0x0, }) Name(\_S4_, Package(0x4) { 0x6, 0x6, 0x0, 0x0, }) Name(\_S5_, Package(0x4) { 0x7, 0x7, 0x0, 0x0, }) OperationRegion(ECOS, SystemIO, 0x72, 0x2) Field(ECOS, ByteAcc, NoLock, Preserve) { CIDX, 8, CDAT, 8 } IndexField(CIDX, CDAT, ByteAcc, NoLock, Preserve) { Offset(0x37), BRIT, 4, PNOF, 1, Offset(0x5f), SUS3, 1, Offset(0x60) } Name(PRW1, Package(0x6) { Package(0x2) { 0xb, 0x1, }, Package(0x2) { 0x3, 0x1, }, Package(0x2) { 0x4, 0x1, }, Package(0x2) { 0x8, 0x1, }, Package(0x2) { 0x1d, 0x1, }, Package(0x2) { 0x5, 0x1, }, }) Name(PRW3, Package(0x6) { Package(0x2) { 0xb, 0x3, }, Package(0x2) { 0x3, 0x3, }, Package(0x2) { 0x4, 0x3, }, Package(0x2) { 0x8, 0x3, }, Package(0x2) { 0x1d, 0x4, }, Package(0x2) { 0x5, 0x3, }, }) Name(PRWT, Package(0x6) { 0xb, 0x3, 0x4, 0x8, 0x1d, 0x5, }) Method(SPRW, 1) { Store(Match(PRWT, MEQ, Arg0, MTR, 0x0, 0x0), Local0) If(LEqual(SUS3, Zero)) { Return(DerefOf(Index(PRW1, Local0, ))) } Else { Return(DerefOf(Index(PRW3, Local0, ))) } } OperationRegion(GPOO, SystemIO, 0xec00, 0x30) Field(GPOO, ByteAcc, NoLock, Preserve) { Offset(0xc), , 12, LIDS, 1, Offset(0xe), , 2, CLRF, 1, Offset(0xf), GO24, 1, GO25, 1, GO26, 1, GO27, 1, GO28, 1, Offset(0x2c), , 12, LIDP, 1 } OperationRegion(GPOB, SystemIO, 0xe400, 0x42) Field(GPOB, ByteAcc, NoLock, Preserve) { Offset(0x4), SCIE, 1, Offset(0x30), , 4, SLPE, 1, Offset(0x34), , 4, SLPS, 1, Offset(0x41), IPE1, 1, IPE2, 1, , 2, IPS1, 1, IPS2, 1 } OperationRegion(GIB0, SystemIO, 0xe400, 0x30) Field(GIB0, ByteAcc, NoLock, Preserve) { Offset(0x2e), GI00, 1, GI01, 1, GI02, 1, GI03, 1, GI04, 1, GI05, 1, GI06, 1, GI07, 1, GI08, 1, GI09, 1, GI0A, 1, GI0B, 1, GI0C, 1, GI0D, 1, GI0E, 1, GI0F, 1 } OperationRegion(PM3D, SystemIO, 0xe42c, 0x1) Field(PM3D, ByteAcc, NoLock, Preserve) { , 7, KSCS, 1 } OperationRegion(PM3F, SystemIO, 0xe42e, 0x1) Field(PM3F, ByteAcc, NoLock, Preserve) { , 7, KSCE, 1 } OperationRegion(ACTR, SystemIO, 0xe410, 0x1) Field(ACTR, ByteAcc, NoLock, Preserve) { , 1, DUTY, 3, DUTE, 1 } OperationRegion(CSMI, SystemIO, 0xe430, 0x1) Field(CSMI, ByteAcc, NoLock, Preserve) { SMIE, 1, Offset(0x1) } OperationRegion(SMIC, SystemIO, 0xfe00, 0x1) Field(SMIC, ByteAcc, NoLock, Preserve) { ESMI, 8 } Name(TMAD, 0x9c) Name(TSAD, 0x90) Name(TP1H, 0x0dcc) Name(TP1L, 0x0c28) Name(TP2H, 0x0e30) Name(TP2L, 0x0e1c) Name(TPC_, 0x0e94) Name(PLCY, 0x0) Name(ACIO, 0x0) Name(OSFL, 0x1) Name(KST4, 0x0) Scope(\_TZ_) { ThermalZone(THRM) { Name(_GPE, 0x0) Name(_PSL, Package(0x1) { \_PR_.CPU0, }) Name(_TSP, 0x012c) Name(_TC1, 0x1) Name(_TC2, 0x4) Method(_PSV) { If(\OSFL) { Return(TP2L) } Else { Return(TP2H) } } Method(_CRT) { Return(TPC_) } Method(_TMP) { Store(RTMX, Local0) Return(Local0) } Method(_SCP, 1) { If(Arg0) { Store(One, PLCY) } Else { Store(Zero, PLCY) } Notify(\_TZ_.THRM, 0x81) } } } Scope(\_GPE) { Method(_L00) { WBYT 0x9c 0x9 0x40 Store(RBYT, 0x9d) 0x2 Local1 Store(RBYT, 0x9d) 0x2 Local1 Store(RBYT, 0x9d) 0x1 Local0 WBYT 0x9c 0x9 0x4 And(Local1, 0x18, Local1) Store(\_SB_.PCI0.PX40.EC0_.ECRD, 0x78) Local2 And(Local2, 0x10, Local2) If(Local2) { Store(0x46, Local3) } Else { Store(0x50, Local3) } If(LEqual(Local1, 0x10)) { If(LNot(LLess(Local0, 0x5a))) { WBYT 0x9c 0xd 0x7f Store(0x58, Local4) WBYT 0x9c 0xe Local4 Store(One, GO25) } Else { If(LNot(LLess(Local0, Local3))) { WBYT 0x9c 0xd 0x5c Subtract(Local3, 0x2, Local4) WBYT 0x9c 0xe Local4 Store(One, GO25) } } } Else { If(LNot(LGreater(Local0, Local3))) { Store(Zero, GO25) Add(Local3, 0x2, Local4) WBYT 0x9c 0xd Local4 WBYT 0x9c 0xe 0xbf } Else { If(LNot(LGreater(Local0, 0x5a))) { Subtract(Local3, 0x2, Local4) WBYT 0x9c 0xd 0x5c WBYT 0x9c 0xe Local4 } } } CALM Notify(\_TZ_.THRM, 0x80) } Method(_L1C) { Not(LIDP, Local0) Store(Local0, LIDP) Notify(\_SB_.LID_, 0x80) } Method(_L05) { Notify(\_SB_.PCI0.AC97, 0x2) Notify(\_SB_.PWRB, 0x2) } Method(_L0B) { Notify(\_SB_.PCI0.PCI1.LAN_, 0x2) Notify(\_SB_.PWRB, 0x2) } Method(_L18) { } } Method(\_PTS, 1) { Store(Zero, GO28) If(LAnd(LNot(LLess(Arg0, 0x3)), LNot(LGreater(Arg0, 0x4)))) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(0x4b, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xc5, \_SB_.PCI0.PX40.EC0_.CCMD) Release(\_SB_.PCI0.PX40.EC0_.MTXE) } If(LEqual(Arg0, 0x3)) { Store(0x1, CLRF) Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(0x25, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xc5, \_SB_.PCI0.PX40.EC0_.CCMD) Store(0x1, \_SB_.PCI0.PX40.EC0_.CDA3) Store(0xe9, \_SB_.PCI0.PX40.EC0_.CDA2) Store(0xa9, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xbb, \_SB_.PCI0.PX40.EC0_.CCMD) Store(0x2d, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xc5, \_SB_.PCI0.PX40.EC0_.CCMD) Store(0x2e, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xc5, \_SB_.PCI0.PX40.EC0_.CCMD) Store(0x0, \_SB_.PCI0.PX40.EC0_.CDA3) Store(0x7d, \_SB_.PCI0.PX40.EC0_.CDA2) Store(0x20, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xbb, \_SB_.PCI0.PX40.EC0_.CCMD) Store(0xcb, \_SB_.PCI0.PX40.EC0_.CCMD) Release(\_SB_.PCI0.PX40.EC0_.MTXE) Store(One, GO27) } Store(0xa8, SMCM) } Method(\_WAK, 1) { SBYT 0x48 0x55 If(LEqual(Arg0, 0x1)) { Store(0x99, TRTY) Store(0x0, ESMI) } If(LNot(LLess(Arg0, 0x3))) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(0x2b, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xc5, \_SB_.PCI0.PX40.EC0_.CCMD) Store(0x45, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xc5, \_SB_.PCI0.PX40.EC0_.CCMD) Release(\_SB_.PCI0.PX40.EC0_.MTXE) } If(LEqual(Arg0, 0x4)) { Notify(\_SB_.PWRB, 0x2) } } Scope(\_SB_) { Device(AC__) { Name(_PCL, Package(0x1) { \_SB_, }) Name(_HID, "ACPI0003") Method(_PSR) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(0x6, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xc3, \_SB_.PCI0.PX40.EC0_.CCMD) Store(\_SB_.PCI0.PX40.EC0_.CDA1, Local0) Release(\_SB_.PCI0.PX40.EC0_.MTXE) If(And(Local0, 0x10, )) { Return(0x1) } Else { Return(0x0) } } } Device(LID_) { Name(_HID, 0x0d0cd041) Method(_LID) { Return(LIDP) } Name(_PRW, Package(0x2) { 0x1c, 0x4, }) } Device(HOTK) { Name(_HID, "ATK0100") Name(_UID, 0x01010100) Method(_STA) { Return(0xf) } Name(BUF_, Package(0x4) { }) Method(INIT, 1) { Store("M1A", Local0) Return(Local0) } Method(BSTS) { Store(0x50, CIDX) Store(CDAT, Local0) And(CDAT, 0xf0, CDAT) And(Local0, 0xf, Local0) Return(Local0) } Method(MLED, 1) { } Method(TMPR) { Store(Zero, Local0) Store(RTMX, Local0) If(GO25) { Or(Local0, 0x00ff0000, Local0) } If(DUTE) { Store(DUTY, Local1) } Else { Store(0x0, Local1) } ShiftLeft(Local1, 0x18, Local1) Or(Local1, Local0, Local0) Return(Local0) } Method(FLSH, 1) { If(LEqual(Arg0, 0x0)) { Store(0x1, GO28) Store(0x1, BSWE) Store(0x0, SMIE) } If(LEqual(Arg0, 0x1)) { Store(0x0, GO28) Store(0x0, BSWE) Store(0x1, SMIE) } } Method(SFUN) { Return(0x15) } } Device(PWRB) { Name(_HID, 0x0c0cd041) Method(_STA) { Return(0xb) } } Device(MEM1) { Name(_HID, 0x010cd041) Method(_CRS) { Name(BUF1, Buffer(0x4a) {0x86, 0x9, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x0, 0x86, 0x9, 0x0, 0x0, 0x0, 0x0, 0xf, 0x0, 0x0, 0x0, 0x1, 0x0, 0x86, 0x9, 0x0, 0x1, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x86, 0x9, 0x0, 0x0, 0x0, 0x0, 0xfb, 0xff, 0x0, 0x0, 0x5, 0x0, 0x86, 0x9, 0x0, 0x0, 0x0, 0x0, 0xb8, 0xff, 0x0, 0x0, 0x8, 0x0, 0x86, 0x9, 0x0, 0x0, 0x0, 0x0, 0xd, 0x0, 0x0, 0xc0, 0x0, 0x0, 0x79, 0x0 }) CreateDWordField(BUF1, 0x20, EMLN) Store(MEMS, EMLN) Decrement(EMLN) ShiftLeft(EMLN, 0x14, EMLN) Return(BUF1) } } Method(MEMS) { Return(MMSZ) } Device(LNKA) { Name(_HID, 0x0f0cd041) Name(_UID, 0x1) Method(_STA) { And(\_SB_.PCI0.PX40.PIRA, 0x8f, Local0) If(LLess(Local0, 0x80)) { Return(0xb) } Else { Return(0x9) } } Name(_PRS, Buffer(0x6) {0x23, 0xf8, 0xde, 0x18, 0x79, 0x0 }) Method(_DIS) { Store(0x80, \_SB_.PCI0.PX40.PIRA) } Method(_CRS) { Name(BUFA, Buffer(0x6) {0x23, 0x0, 0x0, 0x18, 0x79, 0x0 }) CreateWordField(BUFA, 0x1, IRA_) And(\_SB_.PCI0.PX40.PIRA, 0x8f, Local0) If(LLess(Local0, 0x80)) { And(Local0, 0xf, Local0) ShiftLeft(One, Local0, Local1) Store(Local1, IRA_) } Return(BUFA) } Method(_SRS, 1) { CreateByteField(Arg0, 0x1, IRA1) CreateByteField(Arg0, 0x2, IRA2) ShiftLeft(IRA2, 0x8, Local0) Or(Local0, IRA1, Local0) Store(0x0, Local1) ShiftRight(Local0, 0x1, Local0) While(LGreater(Local0, 0x0)) { Increment(Local1) ShiftRight(Local0, 0x1, Local0) } And(\_SB_.PCI0.PX40.PIRA, 0x70, Local0) Or(Local1, Local0, \_SB_.PCI0.PX40.PIRA) } } Device(LNKB) { Name(_HID, 0x0f0cd041) Name(_UID, 0x2) Method(_STA) { And(\_SB_.PCI0.PX40.PIRB, 0x8f, Local0) If(LLess(Local0, 0x80)) { Return(0xb) } Else { Return(0x9) } } Name(_PRS, Buffer(0x6) {0x23, 0xf8, 0xde, 0x18, 0x79, 0x0 }) Method(_DIS) { Store(0x80, \_SB_.PCI0.PX40.PIRB) } Method(_CRS) { Name(BUFB, Buffer(0x6) {0x23, 0x0, 0x0, 0x18, 0x79, 0x0 }) CreateWordField(BUFB, 0x1, IRB_) And(\_SB_.PCI0.PX40.PIRB, 0x8f, Local0) If(LLess(Local0, 0x80)) { And(Local0, 0xf, Local0) ShiftLeft(One, Local0, Local1) Store(Local1, IRB_) } Return(BUFB) } Method(_SRS, 1) { CreateByteField(Arg0, 0x1, IRB1) CreateByteField(Arg0, 0x2, IRB2) ShiftLeft(IRB2, 0x8, Local0) Or(Local0, IRB1, Local0) Store(0x0, Local1) ShiftRight(Local0, 0x1, Local0) While(LGreater(Local0, 0x0)) { Increment(Local1) ShiftRight(Local0, 0x1, Local0) } And(\_SB_.PCI0.PX40.PIRB, 0x70, Local0) Or(Local1, Local0, \_SB_.PCI0.PX40.PIRB) } } Device(LNKC) { Name(_HID, 0x0f0cd041) Name(_UID, 0x3) Method(_STA) { And(\_SB_.PCI0.PX40.PIRC, 0x8f, Local0) If(LLess(Local0, 0x80)) { Return(0xb) } Else { Return(0x9) } } Name(_PRS, Buffer(0x6) {0x23, 0xf8, 0xde, 0x18, 0x79, 0x0 }) Method(_DIS) { Store(0x80, \_SB_.PCI0.PX40.PIRC) } Method(_CRS) { Name(BUFC, Buffer(0x6) {0x23, 0x0, 0x0, 0x18, 0x79, 0x0 }) CreateWordField(BUFC, 0x1, IRC_) And(\_SB_.PCI0.PX40.PIRC, 0x8f, Local0) If(LLess(Local0, 0x80)) { And(Local0, 0xf, Local0) ShiftLeft(One, Local0, Local1) Store(Local1, IRC_) } Return(BUFC) } Method(_SRS, 1) { CreateByteField(Arg0, 0x1, IRC1) CreateByteField(Arg0, 0x2, IRC2) ShiftLeft(IRC2, 0x8, Local0) Or(Local0, IRC1, Local0) Store(0x0, Local1) ShiftRight(Local0, 0x1, Local0) While(LGreater(Local0, 0x0)) { Increment(Local1) ShiftRight(Local0, 0x1, Local0) } And(\_SB_.PCI0.PX40.PIRC, 0x70, Local0) Or(Local1, Local0, \_SB_.PCI0.PX40.PIRC) } } Device(LNKD) { Name(_HID, 0x0f0cd041) Name(_UID, 0x4) Method(_STA) { And(\_SB_.PCI0.PX40.PIRD, 0x8f, Local0) If(LLess(Local0, 0x80)) { Return(0xb) } Else { Return(0x9) } } Name(_PRS, Buffer(0x6) {0x23, 0xf8, 0xde, 0x18, 0x79, 0x0 }) Method(_DIS) { Store(0x80, \_SB_.PCI0.PX40.PIRD) } Method(_CRS) { Name(BUFD, Buffer(0x6) {0x23, 0x0, 0x0, 0x18, 0x79, 0x0 }) CreateWordField(BUFD, 0x1, IRD_) And(\_SB_.PCI0.PX40.PIRD, 0x8f, Local0) If(LLess(Local0, 0x80)) { And(Local0, 0xf, Local0) ShiftLeft(One, Local0, Local1) Store(Local1, IRD_) } Return(BUFD) } Method(_SRS, 1) { CreateByteField(Arg0, 0x1, IRD1) CreateByteField(Arg0, 0x2, IRD2) ShiftLeft(IRD2, 0x8, Local0) Or(Local0, IRD1, Local0) Store(0x0, Local1) ShiftRight(Local0, 0x1, Local0) While(LGreater(Local0, 0x0)) { Increment(Local1) ShiftRight(Local0, 0x1, Local0) } And(\_SB_.PCI0.PX40.PIRD, 0x70, Local0) Or(Local1, Local0, \_SB_.PCI0.PX40.PIRD) } } Device(LNKE) { Name(_HID, 0x0f0cd041) Name(_UID, 0x5) Method(_STA) { And(\_SB_.PCI0.PX40.PIRE, 0x8f, Local0) If(LLess(Local0, 0x80)) { Return(0xb) } Else { Return(0x9) } } Name(_PRS, Buffer(0x6) {0x23, 0xf8, 0xde, 0x18, 0x79, 0x0 }) Method(_DIS) { Store(0x80, \_SB_.PCI0.PX40.PIRE) } Method(_CRS) { Name(BUFD, Buffer(0x6) {0x23, 0x0, 0x0, 0x18, 0x79, 0x0 }) CreateWordField(BUFD, 0x1, IRD_) And(\_SB_.PCI0.PX40.PIRE, 0x8f, Local0) If(LLess(Local0, 0x80)) { And(Local0, 0xf, Local0) ShiftLeft(One, Local0, Local1) Store(Local1, IRD_) } Return(BUFD) } Method(_SRS, 1) { CreateByteField(Arg0, 0x1, IRD1) CreateByteField(Arg0, 0x2, IRD2) ShiftLeft(IRD2, 0x8, Local0) Or(Local0, IRD1, Local0) Store(0x0, Local1) ShiftRight(Local0, 0x1, Local0) While(LGreater(Local0, 0x0)) { Increment(Local1) ShiftRight(Local0, 0x1, Local0) } And(\_SB_.PCI0.PX40.PIRE, 0x70, Local0) Or(Local1, Local0, \_SB_.PCI0.PX40.PIRE) } } Device(LNKF) { Name(_HID, 0x0f0cd041) Name(_UID, 0x6) Method(_STA) { And(\_SB_.PCI0.PX40.PIRF, 0x8f, Local0) If(LLess(Local0, 0x80)) { Return(0xb) } Else { Return(0x9) } } Name(_PRS, Buffer(0x6) {0x23, 0xf8, 0xde, 0x18, 0x79, 0x0 }) Method(_DIS) { Store(0x80, \_SB_.PCI0.PX40.PIRF) } Method(_CRS) { Name(BUFD, Buffer(0x6) {0x23, 0x0, 0x0, 0x18, 0x79, 0x0 }) CreateWordField(BUFD, 0x1, IRD_) And(\_SB_.PCI0.PX40.PIRF, 0x8f, Local0) If(LLess(Local0, 0x80)) { And(Local0, 0xf, Local0) ShiftLeft(One, Local0, Local1) Store(Local1, IRD_) } Return(BUFD) } Method(_SRS, 1) { CreateByteField(Arg0, 0x1, IRD1) CreateByteField(Arg0, 0x2, IRD2) ShiftLeft(IRD2, 0x8, Local0) Or(Local0, IRD1, Local0) Store(0x0, Local1) ShiftRight(Local0, 0x1, Local0) While(LGreater(Local0, 0x0)) { Increment(Local1) ShiftRight(Local0, 0x1, Local0) } And(\_SB_.PCI0.PX40.PIRF, 0x70, Local0) Or(Local1, Local0, \_SB_.PCI0.PX40.PIRF) } } Device(LNKG) { Name(_HID, 0x0f0cd041) Name(_UID, 0x7) Method(_STA) { And(\_SB_.PCI0.PX40.PIRG, 0x8f, Local0) If(LLess(Local0, 0x80)) { Return(0xb) } Else { Return(0x9) } } Name(_PRS, Buffer(0x6) {0x23, 0xf8, 0xde, 0x18, 0x79, 0x0 }) Method(_DIS) { Store(0x80, \_SB_.PCI0.PX40.PIRG) } Method(_CRS) { Name(BUFD, Buffer(0x6) {0x23, 0x0, 0x0, 0x18, 0x79, 0x0 }) CreateWordField(BUFD, 0x1, IRD_) And(\_SB_.PCI0.PX40.PIRG, 0x8f, Local0) If(LLess(Local0, 0x80)) { And(Local0, 0xf, Local0) ShiftLeft(One, Local0, Local1) Store(Local1, IRD_) } Return(BUFD) } Method(_SRS, 1) { CreateByteField(Arg0, 0x1, IRD1) CreateByteField(Arg0, 0x2, IRD2) ShiftLeft(IRD2, 0x8, Local0) Or(Local0, IRD1, Local0) Store(0x0, Local1) ShiftRight(Local0, 0x1, Local0) While(LGreater(Local0, 0x0)) { Increment(Local1) ShiftRight(Local0, 0x1, Local0) } And(\_SB_.PCI0.PX40.PIRG, 0x70, Local0) Or(Local1, Local0, \_SB_.PCI0.PX40.PIRG) } } Device(LNKH) { Name(_HID, 0x0f0cd041) Name(_UID, 0x8) Method(_STA) { And(\_SB_.PCI0.PX40.PIRH, 0x8f, Local0) If(LLess(Local0, 0x80)) { Return(0xb) } Else { Return(0x9) } } Name(_PRS, Buffer(0x6) {0x23, 0xf8, 0xde, 0x18, 0x79, 0x0 }) Method(_DIS) { Store(0x80, \_SB_.PCI0.PX40.PIRH) } Method(_CRS) { Name(BUFD, Buffer(0x6) {0x23, 0x0, 0x0, 0x18, 0x79, 0x0 }) CreateWordField(BUFD, 0x1, IRD_) And(\_SB_.PCI0.PX40.PIRH, 0x8f, Local0) If(LLess(Local0, 0x80)) { And(Local0, 0xf, Local0) ShiftLeft(One, Local0, Local1) Store(Local1, IRD_) } Return(BUFD) } Method(_SRS, 1) { CreateByteField(Arg0, 0x1, IRD1) CreateByteField(Arg0, 0x2, IRD2) ShiftLeft(IRD2, 0x8, Local0) Or(Local0, IRD1, Local0) Store(0x0, Local1) ShiftRight(Local0, 0x1, Local0) While(LGreater(Local0, 0x0)) { Increment(Local1) ShiftRight(Local0, 0x1, Local0) } And(\_SB_.PCI0.PX40.PIRH, 0x70, Local0) Or(Local1, Local0, \_SB_.PCI0.PX40.PIRH) } } Device(PCI0) { Name(_HID, 0x030ad041) Name(_ADR, 0x0) OperationRegion(REGS, PCI_Config, 0x40, 0xc0) Field(REGS, DWordAcc, NoLock, Preserve) { Offset(0x10), CDH_, 1, Offset(0x11), PAMC, 2, PAMD, 2, PAME, 2, Offset(0x12), DRP0, 4, DRP1, 4, Offset(0x14), DRP2, 4, Offset(0x18), , 7, HEN_, 1 } Method(_INI) { If(LEqual(SCMP, \_OS_)) { "Microsoft Windows NT" 0x0 Store(0x1, OSFL) } Else { Store(0x0, OSFL) } } Method(_CRS) { Name(CRES, Buffer(0x88) {0x88, 0xd, 0x0, 0x2, 0xc, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x1, 0x47, 0x1, 0xf8, 0xc, 0xf8, 0xc, 0x1, 0x8, 0x88, 0xd, 0x0, 0x1, 0xc, 0x3, 0x0, 0x0, 0x0, 0x0, 0xf7, 0xc, 0x0, 0x0, 0xf8, 0xc, 0x88, 0xd, 0x0, 0x1, 0xc, 0x3, 0x0, 0x0, 0x0, 0xd, 0xff, 0xff, 0x0, 0x0, 0x0, 0xf3, 0x87, 0x17, 0x0, 0x0, 0xc, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0x0, 0xff, 0xff, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x87, 0x17, 0x0, 0x0, 0xc, 0x3, 0x0, 0x0, 0x0, 0 x0, 0x0, 0xc0, 0xd, 0x0, 0xff, 0xff, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40, 0x0, 0x0, 0x87, 0x17, 0x0, 0x0, 0xc, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0xff, 0xff, 0xaf, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf0, 0xff, 0x79, 0x0 }) CreateDWordField(CRES, 0x76, RAMT) CreateDWordField(CRES, 0x82, RAMR) Store(MEMS, RAMT) Increment(RAMT) ShiftLeft(RAMT, 0x14, RAMT) Subtract(0xffb00000, RAMT, RAMR) Return(CRES) } Name(PICM, Package(0x7) { Package(0x4) { 0x0002ffff, 0x0, \_SB_.LNKA, 0x0, }, Package(0x4) { 0x001fffff, 0x0, \_SB_.LNKA, 0x0, }, Package(0x4) { 0x001fffff, 0x1, \_SB_.LNKB, 0x0, }, Package(0x4) { 0x001fffff, 0x2, \_SB_.LNKH, 0x0, }, Package(0x4) { 0x001fffff, 0x3, \_SB_.LNKD, 0x0, }, Package(0x4) { 0x000effff, 0x0, \_SB_.LNKA, 0x0, }, Package(0x4) { 0x000effff, 0x1, \_SB_.LNKB, 0x0, }, }) Method(_PRT) { Return(PICM) } Device(PCI1) { Name(_ADR, 0x001e0000) Method(_S1D) { Return(0x1) } Name(PICM, Package(0x3) { Package(0x4) { 0x0007ffff, 0x0, \_SB_.LNKA, 0x0, }, Package(0x4) { 0x0007ffff, 0x1, \_SB_.LNKB, 0x0, }, Package(0x4) { 0x0008ffff, 0x0, \_SB_.LNKE, 0x0, }, }) Method(_PRT) { Return(PICM) } } Device(PX41) { Name(_ADR, 0x001f0001) OperationRegion(IDET, PCI_Config, 0x40, 0xc) Field(IDET, DWordAcc, NoLock, Preserve) { PTM0, 1, PIE0, 1, PPE0, 1, PDT0, 1, PTM1, 1, PIE1, 1, PPE1, 1, PDT1, 1, PRCT, 2, , 2, PISP, 2, PD1E, 1, PIDE, 1, STM0, 1, SIE0, 1, SPE0, 1, SDT0, 1, STM1, 1, SIE1, 1, SPE1, 1, SDT1, 1, SRCT, 2, , 2, SISP, 2, SD1E, 1, SIDE, 1, PRC1, 2, PIS1, 2, SRC1, 2, SIS1, 2, Offset(0x6), Offset(0x7), Offset(0x8), PDMA, 2, SDMA, 2, Offset(0x9), Offset(0xa), PCT0, 2, , 2, PCT1, 2, Offset(0xb), SCT0, 2, , 2, SCT1, 2, Offset(0xc) } OperationRegion(IDEC, PCI_Config, 0x54, 0x1) Field(IDEC, DWordAcc, NoLock, Preserve) { PCB0, 1, PCB1, 1, SCB0, 1, SCB1, 1, PMCC, 1, PSCC, 1, SMCC, 1, SSCC, 1 } } Device(PX40) { Name(_ADR, 0x001f0000) OperationRegion(BIOS, PCI_Config, 0x4e, 0x1) Scope(\) { Field(\_SB_.PCI0.PX40.BIOS, ByteAcc, NoLock, Preserve) { BSWE, 1, Offset(0x1) } } OperationRegion(PIRQ, PCI_Config, 0x60, 0xc) Field(PIRQ, ByteAcc, NoLock, Preserve) { PIRA, 8, PIRB, 8, PIRC, 8, PIRD, 8, Offset(0x8), PIRE, 8, PIRF, 8, PIRG, 8, PIRH, 8 } OperationRegion(LPDC, PCI_Config, 0xe0, 0x8) Field(LPDC, ByteAcc, NoLock, Preserve) { UADR, 2, , 2, UBDR, 2, Offset(0x1), LPDR, 2, , 2, FDDR, 1, Offset(0x2), SBDR, 2, , 1, MDDR, 1, MSDR, 2, Offset(0x3), C0DR, 1, C8DR, 1, D0DR, 1, D8DR, 1, E0DR, 1, E8DR, 1, F0DR, 1, F8DR, 1, Offset(0x6), UALE, 1, UBLE, 1, LPLE, 1, FDLE, 1, SBLE, 1, MDLE, 1, MSLE, 1, ADLE, 1, GLLE, 1, GHLE, 1, KBLE, 1, MCLE, 1, C1LE, 1, C2LE, 1, Offset(0x8) } Device(EC0_) { Name(_HID, 0x090cd041) Name(_CRS, Buffer(0x12) {0x47, 0x1, 0x62, 0x0, 0x62, 0x0, 0x0, 0x1, 0x47, 0x1, 0x66, 0x0, 0x66, 0x0, 0x0, 0x1, 0x79, 0x0 }) Name(ECOK, 0x0) Name(_GPE, 0x17) Name(BTBL, Package(0x10) { 0x0, 0x20, 0x24, 0x28, 0x2c, 0x30, 0x34, 0x38, 0x3c, 0x40, 0x44, 0x46, 0x48, 0x4a, 0x4b, 0x4c, }) Mutex(MTXE, 4) Method(_REG, 2) { If(LEqual(Arg0, 0x3)) { Store(Arg1, ECOK) } } OperationRegion(RAM_, EmbeddedControl, 0x0, 0xff) Field(RAM_, AnyAcc, Lock, Preserve) { Offset(0x4), CCMD, 8, CDA1, 8, CDA2, 8, CDA3, 8, Offset(0x48), EV54, 8, EV55, 8, TK54, 8, TK55, 8, Offset(0x50), EV60, 8, EV61, 8, EV62, 8, EV63, 8, EV64, 8, EV65, 8, EV66, 8, EV67, 8, TK60, 8, TK61, 8, TK62, 8, TK63, 8, TK64, 8, TK65, 8, TK66, 8, TK67, 8, Offset(0x78), ST6Y, 8 } Name(BATW, 0xa) Name(BATL, 0x1) Name(BUFF, Package(0xd) { }) Name(DC_T, Package(0x10) { 0x1080, 0x0c80, 0x0f00, 0x0b00, 0x1600, 0x0, 0x1400, 0x0, 0x1200, 0x0d80, 0x0, 0x0, 0x1800, 0x0, 0x0, 0x0, }) Name(BUF_, Package(0x4) { }) Name(MAXC, 0x0) Name(CURC, 0x0) Name(BATS, 0x0) Method(RBAT, 2) { \_SB_.PCI0.PX40.EC0_.ECWR 0x6 Arg0 Store(Arg1, Local0) ShiftLeft(Local0, 0x1, Local0) Add(Local0, 0xda, Local1) \_SB_.PCI0.PX40.EC0_.ECWR 0x4 Local1 Store(0x1000, Local2) While(LAnd(\_SB_.PCI0.PX40.EC0_.ECRD, 0x4)) { Local2 Decrement(Local2) } Store(\_SB_.PCI0.PX40.EC0_.ECRD, 0x5) Arg1 Return(Arg1) } Method(WBAT, 3) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(Arg2, \_SB_.PCI0.PX40.EC0_.CDA1) Store(Or(Arg0, 0x80, ), Arg0) Store(Arg0, \_SB_.PCI0.PX40.EC0_.CDA2) Store(Arg1, Local0) ShiftLeft(Local0, 0x1, Local0) Add(Local0, 0xda, Local1) Store(Local1, \_SB_.PCI0.PX40.EC0_.CCMD) While(\_SB_.PCI0.PX40.EC0_.CCMD) { } Release(\_SB_.PCI0.PX40.EC0_.MTXE) } Method(RVSR, 1) { Store(RBAT, 0x12) Arg0 Local0 Store(RBAT, 0x13) Arg0 Local1 ShiftLeft(Local0, 0x8, Local0) Add(Local0, Local1, Local0) And(Local0, 0xffff, Local0) And(Local0, 0x8000, Local1) If(Local1) { Not(Local0, Local0) And(Local0, 0xffff, Local0) } Store(Local0, Local1) ShiftRight(Local1, 0x1, Local1) ShiftLeft(Local0, 0x1, Local0) Add(Local0, Local1, Local0) Store(Local0, Arg0) If(LLess(Arg0, 0x0320)) { Store(0x0320, Arg0) } Return(Arg0) } Method(RPOL, 1) { \_SB_.PCI0.PX40.EC0_.ECWR 0x6 Arg0 \_SB_.PCI0.PX40.EC0_.ECWR 0x7 0x3 \_SB_.PCI0.PX40.EC0_.ECWR 0x4 0xba Store(\_SB_.PCI0.PX40.EC0_.ECRD, 0x5) Arg0 Return(Arg0) } Method(RPOT, 1) { \_SB_.PCI0.PX40.EC0_.ECWR 0x5 Arg0 \_SB_.PCI0.PX40.EC0_.ECWR 0x4 0xc3 Store(\_SB_.PCI0.PX40.EC0_.ECRD, 0x5) Arg0 Return(Arg0) } Device(BAT0) { Name(_HID, 0x0a0cd041) Name(_PCL, Package(0x1) { \_SB_, }) Method(_STA) { If(LEqual(ECOK, 0x1)) { Store(\_SB_.PCI0.PX40.EC0_.ECRD, 0x78) Local0 And(Local0, 0x2, Local0) If(Local0) { Return(0xf) } Else { Return(0x1f) } } Else { Return(0xf) } } Method(_BIF) { Store(One, Index(BUFF, 0x0, )) Store("BA-02", Index(BUFF, 0x9, )) Store("Li-ION", Index(BUFF, 0xb, )) Store(RBAT, 0x5) 0x0 Local0 ShiftLeft(Local0, 0x5, Local0) Store(Local0, Local1) Store(Local0, Index(BUFF, 0x2, )) Store(Local0, Index(BUFF, 0x1, )) Store(One, Index(BUFF, 0x3, )) Store(0x39d0, Index(BUFF, 0x4, )) Divide(Local1, 0xa, Local0, Local1) Store(Local1, Index(BUFF, 0x5, )) Divide(Local1, 0xa, Local0, Local1) Store(Local1, Index(BUFF, 0x6, )) Subtract(DerefOf(Index(BUFF, 0x5, )), DerefOf(Index(BUFF, 0x6, )), Index(BUFF, 0x7, )) Subtract(DerefOf(Index(BUFF, 0x2, )), DerefOf(Index(BUFF, 0x5, )), Index(BUFF, 0x8, )) Store(" ", Index(BUFF, 0xa, )) Store("ASUSTek", Index(BUFF, 0xc, )) Return(BUFF) } Method(_BST) { Store(\_SB_.PCI0.PX40.EC0_.ECRD, 0x78) Local0 And(Local0, 0x2, BATS) If(BATS) { Store(0xffffffff, Index(BUF_, 0x1, )) Store(0xffffffff, Index(BUF_, 0x2, )) Store(0xffffffff, Index(BUF_, 0x3, )) } Else { Store(RVSR, 0x0) Index(BUF_, 0x1, ) Store(RBAT, 0x17) 0x0 Local0 Store(RBAT, 0x3) 0x0 Local1 ShiftLeft(Local1, 0x8, Local1) Add(Local0, Local1, Local1) ShiftRight(Local1, 0x3, Local1) Store(Local1, Index(BUF_, 0x2, )) Store(Local1, CURC) If(LNot(LLess(BATW, Local1))) { WBAT 0x51 0x0 0x55 } Store(DerefOf(Index(BUFF, 0x1, )), Local2) Subtract(Local2, Local1, Local3) If(LLess(Local3, 0xa)) { Store(Local2, Index(BUF_, 0x2, )) Store(Local2, CURC) } Store(RBAT, 0xb) 0x0 Local0 Multiply(Local0, 0x4b, Local0) ShiftRight(Local0, 0x4, Local0) Multiply(Local0, 0x9, Local0) Store(Local0, Index(BUF_, 0x3, )) Store(Zero, Local1) If(LNot(LLess(CURC, MAXC))) { Store(RBAT, 0x1) 0x0 Local0 If(And(Local0, 0x80, )) { Or(Local1, 0x2, Local1) } Else { Or(Local1, 0x1, Local1) } } Else { And(\_SB_.PCI0.PX40.EC0_.ECRD, 0x78, 0x10) Local0 If(Local0) { Or(Local1, 0x2, Local1) } Else { Or(Local1, 0x1, Local1) } } Store(Local1, Index(BUF_, 0x0, )) } Return(BUF_) } } OperationRegion(K62P, SystemIO, 0x62, 0x1) Field(K62P, ByteAcc, NoLock, Preserve) { EC62, 8 } OperationRegion(K66P, SystemIO, 0x66, 0x1) Field(K66P, ByteAcc, NoLock, Preserve) { EC66, 8 } Method(WEIE) { Store(0x4000, Local0) And(EC66, 0x2, Local1) While(LAnd(LNot(LEqual(Local0, Zero)), LEqual(Local1, 0x2))) { And(EC66, 0x2, Local1) Decrement(Local0) } } Method(WEOF) { Store(0x4000, Local0) And(EC66, 0x1, Local1) While(LAnd(LNot(LEqual(Local0, Zero)), LEqual(Local1, 0x0))) { And(EC66, 0x1, Local1) Decrement(Local0) } } Method(ECRD, 1) { Acquire(MTXE, 0xffff) Store(Zero, KSCE) WEIE Store(0x80, EC66) WEIE Store(Arg0, EC62) WEOF Store(EC62, Local0) Store(One, KSCS) Store(One, KSCE) Release(MTXE) Return(Local0) } Method(ECWR, 2) { Acquire(MTXE, 0xffff) Store(Zero, KSCE) WEIE Store(0x81, EC66) WEIE Store(Arg0, EC62) WEIE Store(Arg1, EC62) WEIE Store(One, KSCS) Store(One, KSCE) Release(MTXE) } Method(_Q31) { Acquire(MTXE, 0xffff) XOr(\_SB_.PCI0.PX40.EC0_.EV61, 0x10, \_SB_.PCI0.PX40.EC0_.EV61) Release(MTXE) Notify(BAT0, 0x80) Notify(BAT0, 0x81) Notify(BAT0, 0x1) Notify(\_SB_.AC__, 0x80) } Method(_Q34) { Store(0x3, ACIO) Acquire(MTXE, 0xffff) XOr(\_SB_.PCI0.PX40.EC0_.EV64, 0x10, \_SB_.PCI0.PX40.EC0_.EV64) And(\_SB_.PCI0.PX40.EC0_.ST6Y, 0x10, Local0) Release(MTXE) Notify(\_SB_.AC__, 0x80) \TINI Local0 Notify(\_TZ_.THRM, 0x81) Notify(\_TZ_.THRM, 0x80) If(Local0) { Notify(HOTK, 0x58) } Else { Notify(HOTK, 0x57) } Notify(\_PR_.CPU0, 0x80) } Method(_Q0A) { Notify(\_SB_.SLPB, 0x80) } Method(_Q11) { Store(0xa0, TRTY) Store(0x0, ESMI) And(TRTY, 0x3, Local0) Store(DerefOf(Index(\_SB_.PCI0.VID0.VSTT, Local0, )), \_SB_.PCI0.VID0.DISU) Store(0xa1, TRTY) Store(0x0, ESMI) If(LEqual(Local0, 0x3)) { Notify(HOTK, 0x35) } If(LEqual(Local0, 0x1)) { Notify(HOTK, 0x37) } If(LEqual(Local0, 0x2)) { Notify(HOTK, 0x36) } } Method(_Q0E) { If(LLess(BRIT, 0xf)) { Increment(BRIT) Store(DerefOf(Index(BTBL, BRIT, )), Local0) Acquire(MTXE, 0xffff) Store(Local0, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xd0, \_SB_.PCI0.PX40.EC0_.CDA2) Store(0xda, \_SB_.PCI0.PX40.EC0_.CCMD) Release(MTXE) } Add(BRIT, 0x10, Local0) Notify(HOTK, Local0) } Method(_Q0F) { If(BRIT) { Decrement(BRIT) Store(DerefOf(Index(BTBL, BRIT, )), Local0) Acquire(MTXE, 0xffff) Store(Local0, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xd0, \_SB_.PCI0.PX40.EC0_.CDA2) Store(0xda, \_SB_.PCI0.PX40.EC0_.CCMD) Release(MTXE) } Add(BRIT, 0x20, Local0) Notify(HOTK, Local0) } Method(_Q10) { Acquire(MTXE, 0xffff) If(PNOF) { Store(0x0, Local0) } Else { Store(DerefOf(Index(BTBL, BRIT, )), Local0) } Store(Local0, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xd0, \_SB_.PCI0.PX40.EC0_.CDA2) Store(0xda, \_SB_.PCI0.PX40.EC0_.CCMD) Release(MTXE) XOr(PNOF, 0x1, PNOF) Store(0x34, Local0) Subtract(Local0, PNOF, Local0) Notify(HOTK, Local0) } Method(_Q13) { Notify(HOTK, 0x32) } Method(_Q14) { Notify(HOTK, 0x30) } Method(_Q15) { Notify(HOTK, 0x31) } Method(_Q37) { Notify(HOTK, 0x53) } Method(_Q36) { Notify(HOTK, 0x52) } Method(_Q35) { Notify(HOTK, 0x51) } Method(_Q30) { Notify(HOTK, 0x50) } Method(_Q01) { Notify(HOTK, 0x52) } Method(_Q02) { Notify(HOTK, 0x53) } Method(_Q03) { Notify(HOTK, 0x54) } Method(_Q04) { Notify(HOTK, 0x55) } Method(_Q05) { Notify(HOTK, 0x56) } } Device(\_SB_.SLPB) { Name(_HID, 0x0e0cd041) } Device(SYS1) { Name(_HID, 0x020cd041) Name(_UID, 0x1) Method(_CRS) { Name(BUF1, Buffer(0x6a) {0x47, 0x1, 0x10, 0x0, 0x10, 0x0, 0x0, 0x10, 0x47, 0x1, 0x22, 0x0, 0x22, 0x0, 0x0, 0xc, 0x47, 0x1, 0x30, 0x0, 0x30, 0x0, 0x0, 0x10, 0x47, 0x1, 0x44, 0x0, 0x44, 0x0, 0x0, 0x1c, 0x47, 0x1, 0x67, 0x0, 0x67, 0x0, 0x0, 0x9, 0x47, 0x1, 0x74, 0x0, 0x74, 0x0, 0x0, 0xc, 0x47, 0x1, 0x91, 0x0, 0x91, 0x0, 0x0, 0x3, 0x47, 0x1, 0xa2, 0x0, 0xa2, 0x0, 0x0, 0x1e, 0x47, 0x1, 0xe0, 0x0, 0xe0, 0x0, 0x0, 0x10, 0x47, 0x1, 0xf0, 0x3, 0xf0, 0x3, 0x0, 0x2, 0x47, 0x1, 0xd0, 0x4, 0xd0, 0x4 , 0x0, 0x2, 0x47, 0x1, 0x0, 0x6, 0x0, 0x6, 0x1, 0x20, 0x47, 0x1, 0x0, 0xe8, 0x0, 0xe8, 0x1, 0x10, 0x79, 0x0 }) Return(BUF1) } } Device(SYS2) { Name(_HID, 0x020cd041) Name(_UID, 0x2) Method(_CRS) { Name(BUF1, Buffer(0x12) {0x47, 0x1, 0x0, 0xe4, 0x0, 0xe4, 0x1, 0x80, 0x47, 0x1, 0x0, 0xec, 0x0, 0xec, 0x1, 0x40, 0x79, 0x0 }) Return(BUF1) } } Device(SYS3) { Name(_HID, 0x020cd041) Name(_UID, 0x3) Method(_STA) { And(NPS2, 0x10, Local0) And(NPS2, 0x8, Local1) If(LEqual(Local1, 0x8)) { If(LEqual(Local0, 0x10)) { Return(0xf) } Else { Return(0x0) } } Else { And(FLG0, 0x4, Local1) If(LEqual(Local1, 0x4)) { Return(0x0) } Else { If(LEqual(Local0, 0x10)) { Return(0xf) } Else { Return(0x0) } } } } Method(_CRS) { Name(BUF1, Buffer(0x6) {0x23, 0x0, 0x10, 0x1, 0x79, 0x0 }) Return(BUF1) } } Device(PIC_) { Name(_HID, 0xd041) Name(_CRS, Buffer(0x15) {0x47, 0x1, 0x20, 0x0, 0x20, 0x0, 0x1, 0x2, 0x47, 0x1, 0xa0, 0x0, 0xa0, 0x0, 0x1, 0x2, 0x22, 0x4, 0x0, 0x79, 0x0 }) } Device(DMA1) { Name(_HID, 0x0002d041) Name(_CRS, Buffer(0x25) {0x2a, 0x10, 0x4, 0x47, 0x1, 0x0, 0x0, 0x0, 0x0, 0x1, 0x10, 0x47, 0x1, 0x80, 0x0, 0x80, 0x0, 0x1, 0x11, 0x47, 0x1, 0x94, 0x0, 0x94, 0x0, 0x1, 0xc, 0x47, 0x1, 0xc0, 0x0, 0xc0, 0x0, 0x1, 0x20, 0x79, 0x0 }) } Device(TMR_) { Name(_HID, 0x0001d041) Name(_CRS, Buffer(0xd) {0x47, 0x1, 0x40, 0x0, 0x40, 0x0, 0x1, 0x4, 0x22, 0x1, 0x0, 0x79, 0x0 }) } Device(RTC_) { Name(_HID, 0x000bd041) Name(_CRS, Buffer(0xd) {0x47, 0x1, 0x70, 0x0, 0x70, 0x0, 0x1, 0x4, 0x22, 0x0, 0x1, 0x79, 0x0 }) } Device(SPKR) { Name(_HID, 0x0008d041) Name(_CRS, Buffer(0xa) {0x47, 0x1, 0x61, 0x0, 0x61, 0x0, 0x1, 0x1, 0x79, 0x0 }) } Device(COPR) { Name(_HID, 0x040cd041) Name(_CRS, Buffer(0xd) {0x47, 0x1, 0xf0, 0x0, 0xf0, 0x0, 0x1, 0x10, 0x22, 0x0, 0x20, 0x79, 0x0 }) } OperationRegion(N393, SystemIO, 0x2e, 0x2) Field(N393, ByteAcc, NoLock, Preserve) { NIDX, 8, NDAT, 8 } IndexField(NIDX, NDAT, ByteAcc, NoLock, Preserve) { Offset(0x7), LDNM, 8, Offset(0x26), FDCD, 1, LPTD, 1, IRD_, 1, COMD, 1, Offset(0x30), ACTR, 8, Offset(0x60), IOAH, 8, IOAL, 8, IOBH, 8, IOBL, 8, Offset(0x70), INTR, 8, INTP, 8, Offset(0x74), DMCH, 8, DMCL, 8, Offset(0xf0), OPT1, 8, OPT2, 8 } Method(GSTA, 1) { Store(Arg0, LDNM) If(ACTR) { Return(0xf) } Else { Return(0x0) } } Method(GDIS, 1) { Store(Arg0, LDNM) Store(0x0, ACTR) } Name(COMR, Package(0x8) { 0x03f8, 0x02f8, 0x0220, 0x0228, 0x0238, 0x02e8, 0x0338, 0x03e8, }) Device(MOUE) { Name(_HID, 0x130fd041) Name(_CRS, Buffer(0x5) {0x22, 0x0, 0x10, 0x79, 0x0 }) } Device(PS2K) { Name(_HID, 0x0303d041) Method(_CRS) { Name(BUF0, Buffer(0x16) {0x47, 0x1, 0x60, 0x0, 0x60, 0x0, 0x0, 0x1, 0x47, 0x1, 0x64, 0x0, 0x64, 0x0, 0x0, 0x1, 0x23, 0x2, 0x0, 0x1, 0x79, 0x0 }) Return(BUF0) } } Device(FDC0) { Name(_HID, 0x0007d041) Method(_STA) { If(FDCD) { Return(0xd) } Else { Return(0xf) } } Method(_DIS) { Store(One, FDCD) } Method(_CRS) { Name(BUF0, Buffer(0x19) {0x47, 0x1, 0xf2, 0x3, 0xf2, 0x3, 0x0, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x0, 0x1, 0x23, 0x40, 0x0, 0x1, 0x2a, 0x4, 0x0, 0x79, 0x0 }) CreateWordField(BUF0, 0x11, IRQW) CreateByteField(BUF0, 0x15, DMAV) Store(Zero, LDNM) Store(One, Local0) ShiftLeft(Local0, INTR, IRQW) Store(One, Local0) ShiftLeft(Local0, DMCH, DMAV) Return(BUF0) } Name(_PRS, Buffer(0x19) {0x47, 0x1, 0xf2, 0x3, 0xf2, 0x3, 0x0, 0x4, 0x47, 0x1, 0xf7, 0x3, 0xf7, 0x3, 0x0, 0x1, 0x23, 0x40, 0x0, 0x1, 0x2a, 0x4, 0x0, 0x79, 0x0 }) Method(_SRS, 1) { CreateByteField(Arg0, 0x2, IOLO) CreateByteField(Arg0, 0x3, IOHI) CreateWordField(Arg0, 0x11, IRQW) CreateByteField(Arg0, 0x15, DMAV) Store(Zero, LDNM) Store(IOHI, IOAH) Store(IOLO, IOAL) FindSetRightBit(IRQW, Local0) Decrement(Local0) Store(Local0, INTR) FindSetRightBit(DMAV, Local0) Decrement(Local0) Store(Local0, DMCH) Store(One, ACTR) Store(Zero, FDCD) } } Device(LPT_) { Name(_HID, 0x0004d041) Method(_STA) { Store(GSTA, 0x1) Local0 If(LEqual(Local0, 0xf)) { Store(0x1, LDNM) If(LEqual(DMCH, 0x4)) { If(LPTD) { Return(0xd) } Else { Return(0xf) } } Else { Return(0x0) } } Else { Return(0x0) } } Method(_DIS) { Store(One, LPTD) } Method(_CRS) { Name(BUF5, Buffer(0xe) {0x47, 0x1, 0x78, 0x3, 0x78, 0x3, 0x0, 0x8, 0x23, 0x80, 0x0, 0x1, 0x79, 0x0 }) CreateByteField(BUF5, 0x2, IOLO) CreateByteField(BUF5, 0x3, IOHI) CreateByteField(BUF5, 0x4, IORL) CreateByteField(BUF5, 0x5, IORH) CreateByteField(BUF5, 0x7, IOLN) CreateWordField(BUF5, 0x9, IRQW) Store(0x1, LDNM) Store(IOAL, IOLO) Store(IOAL, IORL) Store(IOAH, IOHI) Store(IOAH, IORH) Store(IOHI, Local0) ShiftLeft(Local0, 0x8, Local0) Add(Local0, IOLO, Local0) If(LEqual(Local0, 0x03bc)) { Store(0x4, IOLN) } Store(One, Local0) ShiftLeft(Local0, INTR, IRQW) Return(BUF5) } Name(_PRS, Buffer(0x2d) {0x31, 0x5, 0x47, 0x1, 0x78, 0x3, 0x78, 0x3, 0x0, 0x8, 0x23, 0xa0, 0x0, 0x1, 0x31, 0x5, 0x47, 0x1, 0x78, 0x2, 0x78, 0x2, 0x0, 0x8, 0x23, 0xa0, 0x0, 0x1, 0x31, 0x5, 0x47, 0x1, 0xbc, 0x3, 0xbc, 0x3, 0x0, 0x4, 0x23, 0xa0, 0x0, 0x1, 0x38, 0x79, 0x0 }) Method(_SRS, 1) { CreateByteField(Arg0, 0x2, IOLO) CreateByteField(Arg0, 0x3, IOHI) CreateWordField(Arg0, 0x9, IRQW) Store(0x1, LDNM) Store(IOLO, IOAL) Store(IOHI, IOAH) Store(IOHI, Local0) ShiftLeft(Local0, 0x8, Local0) Add(Local0, IOLO, Local0) FindSetRightBit(IRQW, Local0) Decrement(Local0) Store(Local0, INTR) Store(0x2, INTP) Store(One, ACTR) Store(Zero, LPTD) } } Device(ECP_) { Name(_HID, 0x0104d041) Method(_STA) { Store(GSTA, 0x1) Local0 If(LEqual(Local0, 0xf)) { Store(0x1, LDNM) If(LEqual(DMCH, 0x4)) { Return(0x0) } Else { If(LPTD) { Return(0xd) } Else { Return(0xf) } } } Else { Return(0x0) } } Method(_DIS) { Store(One, LPTD) } Method(_CRS) { Name(BUF6, Buffer(0x19) {0x47, 0x1, 0x78, 0x3, 0x78, 0x3, 0x0, 0x8, 0x47, 0x1, 0x78, 0x7, 0x78, 0x7, 0x0, 0x8, 0x23, 0x80, 0x0, 0x1, 0x2a, 0x2, 0x0, 0x79, 0x0 }) CreateByteField(BUF6, 0x2, IOLO) CreateByteField(BUF6, 0x3, IOHI) CreateByteField(BUF6, 0x4, IORL) CreateByteField(BUF6, 0x5, IORH) CreateByteField(BUF6, 0x7, IOLN) CreateByteField(BUF6, 0xa, I2LO) CreateByteField(BUF6, 0xb, I2HI) CreateByteField(BUF6, 0xc, I2RL) CreateByteField(BUF6, 0xd, I2RH) CreateWordField(BUF6, 0x11, IRQW) CreateByteField(BUF6, 0x15, DMAC) Store(0x1, LDNM) Store(IOAL, IOLO) Store(IOLO, IORL) Store(IOLO, I2LO) Store(IOLO, I2RL) Store(IOAH, IOHI) Store(IOHI, IORH) Add(IOHI, 0x4, I2HI) Add(IOHI, 0x4, I2RH) Store(IOHI, Local0) ShiftLeft(Local0, 0x8, Local0) Add(Local0, IOLO, Local0) If(LEqual(Local0, 0x03bc)) { Store(0x4, IOLN) } Else { Store(0x8, IOLN) } Store(One, Local0) ShiftLeft(Local0, INTR, IRQW) Store(One, Local0) ShiftLeft(Local0, DMCH, DMAC) Return(BUF6) } Name(_PRS, Buffer(0x4e) {0x31, 0x5, 0x47, 0x1, 0x78, 0x3, 0x78, 0x3, 0x0, 0x8, 0x47, 0x1, 0x78, 0x7, 0x78, 0x7, 0x0, 0x8, 0x23, 0xa0, 0x0, 0x1, 0x2a, 0xb, 0x0, 0x31, 0x5, 0x47, 0x1, 0x78, 0x2, 0x78, 0x2, 0x0, 0x8, 0x47, 0x1, 0x78, 0x6, 0x78, 0x6, 0x0, 0x8, 0x23, 0xa0, 0x0, 0x1, 0x2a, 0xb, 0x0, 0x31, 0x5, 0x47, 0x1, 0xbc, 0x3, 0xbc, 0x3, 0x0, 0x4, 0x47, 0x1, 0xbc, 0x7, 0xbc, 0x7, 0x0, 0x8, 0x23, 0xa0, 0x0, 0x1, 0x2a, 0xb, 0x0, 0x38, 0x79, 0x0 }) Method(_SRS, 1) { CreateByteField(Arg0, 0x2, IOLO) CreateByteField(Arg0, 0x3, IOHI) CreateWordField(Arg0, 0x11, IRQW) CreateByteField(Arg0, 0x15, DMAC) Store(0x1, LDNM) Store(IOLO, IOAL) Store(IOHI, IOAH) Store(IOHI, Local0) ShiftLeft(Local0, 0x8, Local0) Add(Local0, IOLO, Local0) FindSetRightBit(IRQW, Local0) Decrement(Local0) Store(Local0, INTR) FindSetRightBit(DMAC, Local0) Decrement(Local0) Store(Local0, DMCH) Store(One, ACTR) Store(Zero, LPTD) } } Device(UAR1) { Name(_HID, 0x0105d041) Name(_UID, 0x1) Method(_STA) { Return(GSTA) 0x3 } Method(_DIS) { } Method(_CRS) { Name(BUF1, Buffer(0xe) {0x47, 0x1, 0xf8, 0x3, 0xf8, 0x3, 0x0, 0x8, 0x23, 0x10, 0x0, 0x1, 0x79, 0x0 }) CreateByteField(BUF1, 0x2, IOLO) CreateByteField(BUF1, 0x3, IOHI) CreateByteField(BUF1, 0x4, IORL) CreateByteField(BUF1, 0x5, IORH) CreateWordField(BUF1, 0x9, IRQW) Store(0x3, LDNM) Store(IOAL, IOLO) Store(IOAL, IORL) Store(IOAH, IOHI) Store(IOAH, IORH) Store(One, Local0) ShiftLeft(Local0, INTR, IRQW) Return(BUF1) } Name(_PRS, Buffer(0x3b) {0x31, 0x5, 0x47, 0x1, 0xf8, 0x3, 0xf8, 0x3, 0x0, 0x8, 0x23, 0x10, 0x0, 0x1, 0x31, 0x5, 0x47, 0x1, 0xf8, 0x2, 0xf8, 0x2, 0x0, 0x8, 0x23, 0x8, 0x0, 0x1, 0x31, 0x5, 0x47, 0x1, 0xe8, 0x3, 0xe8, 0x3, 0x0, 0x8, 0x23, 0x10, 0x0, 0x1, 0x31, 0x5, 0x47, 0x1, 0xe8, 0x2, 0xe8, 0x2, 0x0, 0x8, 0x23, 0x8, 0x0, 0x1, 0x38, 0x79, 0x0 }) Method(_SRS, 1) { CreateByteField(Arg0, 0x2, IOLO) CreateByteField(Arg0, 0x3, IOHI) CreateWordField(Arg0, 0x9, IRQW) Store(0x3, LDNM) Store(IOLO, IOAL) Store(IOHI, IOAH) Store(IOHI, Local0) ShiftLeft(Local0, 0x8, Local0) Add(Local0, IOLO, Local0) FindSetRightBit(IRQW, Local0) Decrement(Local0) Store(Local0, INTR) Store(One, ACTR) } } Device(IRDA) { Name(_HID, 0x1005d041) Method(_STA) { Store(0x2, LDNM) If(ACTR) { If(LEqual(DMCH, 0x4)) { Return(0xf) } Else { Return(0x0) } } Else { Return(0x0) } } Method(_DIS) { } Method(_CRS) { Name(BUF1, Buffer(0xe) {0x47, 0x1, 0xf8, 0x2, 0xf8, 0x2, 0x0, 0x8, 0x23, 0x8, 0x0, 0x1, 0x79, 0x0 }) CreateByteField(BUF1, 0x2, IOLO) CreateByteField(BUF1, 0x3, IOHI) CreateByteField(BUF1, 0x4, IORL) CreateByteField(BUF1, 0x5, IORH) CreateWordField(BUF1, 0x9, IRQW) Store(0x2, LDNM) Store(IOAL, IOLO) Store(IOAL, IORL) Store(IOAH, IOHI) Store(IOAH, IORH) Store(One, Local0) ShiftLeft(Local0, INTR, IRQW) Return(BUF1) } Name(_PRS, Buffer(0x3b) {0x31, 0x5, 0x47, 0x1, 0xf8, 0x2, 0xf8, 0x2, 0x0, 0x8, 0x23, 0x8, 0x0, 0x1, 0x31, 0x5, 0x47, 0x1, 0xf8, 0x3, 0xf8, 0x3, 0x0, 0x8, 0x23, 0x10, 0x0, 0x1, 0x31, 0x5, 0x47, 0x1, 0xe8, 0x2, 0xe8, 0x2, 0x0, 0x8, 0x23, 0x8, 0x0, 0x1, 0x31, 0x5, 0x47, 0x1, 0xe8, 0x3, 0xe8, 0x3, 0x0, 0x8, 0x23, 0x10, 0x0, 0x1, 0x38, 0x79, 0x0 }) Method(_SRS, 1) { CreateByteField(Arg0, 0x2, IOLO) CreateByteField(Arg0, 0x3, IOHI) CreateWordField(Arg0, 0x9, IRQW) Store(0x2, LDNM) Store(IOLO, IOAL) Store(IOHI, IOAH) Store(IOHI, Local0) ShiftLeft(Local0, 0x8, Local0) Add(Local0, IOLO, Local0) FindSetRightBit(IRQW, Local0) Decrement(Local0) Store(Local0, INTR) Store(One, ACTR) Store(Zero, IRD_) } } Device(FIR_) { Name(_HID, 0x0160633a) Method(_STA) { Store(0x2, LDNM) If(ACTR) { If(LEqual(DMCH, 0x4)) { Return(0x0) } Else { Return(0xf) } } Else { Return(0x0) } } Method(_DIS) { } Method(_CRS) { Name(BUF1, Buffer(0x11) {0x47, 0x1, 0xf8, 0x2, 0xf8, 0x2, 0x0, 0x8, 0x23, 0x8, 0x0, 0x1, 0x2a, 0x2, 0x0, 0x79, 0x0 }) CreateByteField(BUF1, 0x2, IOLO) CreateByteField(BUF1, 0x3, IOHI) CreateByteField(BUF1, 0x4, IORL) CreateByteField(BUF1, 0x5, IORH) CreateWordField(BUF1, 0x9, IRQW) CreateWordField(BUF1, 0xd, DMAV) Store(0x2, LDNM) Store(IOAL, IOLO) Store(IOAL, IORL) Store(IOAH, IOHI) Store(IOAH, IORH) Store(One, Local0) ShiftLeft(Local0, INTR, IRQW) Store(One, Local0) ShiftLeft(Local0, DMCH, DMAV) Return(BUF1) } Name(_PRS, Buffer(0x47) {0x31, 0x5, 0x47, 0x1, 0xf8, 0x2, 0xf8, 0x2, 0x0, 0x8, 0x23, 0x8, 0x0, 0x1, 0x2a, 0xa, 0x0, 0x31, 0x5, 0x47, 0x1, 0xf8, 0x3, 0xf8, 0x3, 0x0, 0x8, 0x23, 0x10, 0x0, 0x1, 0x2a, 0xa, 0x0, 0x31, 0x5, 0x47, 0x1, 0xe8, 0x2, 0xe8, 0x2, 0x0, 0x8, 0x23, 0x8, 0x0, 0x1, 0x2a, 0xa, 0x0, 0x31, 0x5, 0x47, 0x1, 0xe8, 0x3, 0xe8, 0x3, 0x0, 0x8, 0x23, 0x10, 0x0, 0x1, 0x2a, 0xa, 0x0, 0x38, 0x79, 0x0 }) Method(_SRS, 1) { CreateByteField(Arg0, 0x2, IOLO) CreateByteField(Arg0, 0x3, IOHI) CreateWordField(Arg0, 0x9, IRQW) CreateByteField(Arg0, 0xd, DMAC) Store(0x2, LDNM) Store(IOLO, IOAL) Store(IOHI, IOAH) Store(IOHI, Local0) ShiftLeft(Local0, 0x8, Local0) Add(Local0, IOLO, Local0) FindSetRightBit(IRQW, Local0) Decrement(Local0) Store(Local0, INTR) FindSetRightBit(DMAC, Local0) Decrement(Local0) Store(Local0, DMCH) Store(One, ACTR) Store(Zero, IRD_) } } Device(GAME) { Name(_HID, 0x2fb0d041) Method(_STA) { Return(0xf) } Method(_CRS) { Name(BUF2, Buffer(0xa) {0x47, 0x1, 0x0, 0x2, 0x0, 0x2, 0x8, 0x8, 0x79, 0x0 }) Return(BUF2) } } } Device(PX43) { Name(_ADR, 0x001f0003) OperationRegion(OPSM, PCI_Config, 0x0, 0x24) Field(OPSM, WordAcc, NoLock, Preserve) { Offset(0x4), PCMD, 16, Offset(0x20), SMBS, 16 } Method(FNEN) { Store(0xe800, Local0) Increment(Local0) Store(Local0, SMBS) Store(One, PCMD) } } Device(USB0) { Name(_ADR, 0x001f0002) Method(_S1D) { Return(0x1) } OperationRegion(URE0, PCI_Config, 0xc4, 0x1) Field(URE0, ByteAcc, NoLock, Preserve) { U0PE, 8 } Method(_PRW) { Return(SPRW) 0x3 } Method(_PSW, 1) { If(LEqual(Arg0, One)) { Store(0x3, U0PE) } Else { Store(Zero, U0PE) } } } Device(USB1) { Name(_ADR, 0x001f0004) Method(_S1D) { Return(0x1) } OperationRegion(URE1, PCI_Config, 0xc4, 0x1) Field(URE1, ByteAcc, NoLock, Preserve) { U1PE, 8 } Method(_PRW) { Return(SPRW) 0x4 } Method(_PSW, 1) { If(LEqual(Arg0, One)) { Store(0x3, U1PE) } Else { Store(Zero, U1PE) } } } Device(AC97) { Name(_ADR, 0x001f0006) Name(_PRW, Package(0x2) { 0x5, 0x3, }) } Device(VID0) { Name(_ADR, 0x00020000) Name(DOSD, 0x1) Name(DISU, 0x3) Name(VSTT, Package(0x4) { 0x3, 0x3, 0x1, 0x2, }) Method(_S3D) { Return(0x3) } Method(_DOS, 1) { Store(Arg0, DOSD) If(LNot(LEqual(Arg0, 0x1))) { Acquire(\_SB_.PCI0.PX40.EC0_.MTXE, 0xffff) Store(0xd3, \_SB_.PCI0.PX40.EC0_.CDA2) Store(0x1, \_SB_.PCI0.PX40.EC0_.CDA3) Store(0xba, \_SB_.PCI0.PX40.EC0_.CCMD) Store(\_SB_.PCI0.PX40.EC0_.CDA1, Local0) Or(Local0, 0x80, Local0) Store(Local0, \_SB_.PCI0.PX40.EC0_.CDA1) Store(0xbb, \_SB_.PCI0.PX40.EC0_.CCMD) Release(\_SB_.PCI0.PX40.EC0_.MTXE) } } Method(_DOD) { Return(Package(0x2) { 0x00010100, 0x00010200, }) } Device(CRT_) { Name(_ADR, 0x0100) Method(_DCS) { Return(0x1f) } Method(_DGS) { Return(And(DISU, 0x1, )) } Method(_DSS, 1) { Store(Arg0, Local0) } } Device(LCD_) { Name(_ADR, 0x0200) Method(_DCS) { Return(0x1f) } Method(_DGS) { Return(And(DISU, 0x2, )) } Method(_DSS, 1) { Store(Arg0, Local0) } Method(_BCL) { Name(BUFF, Package(0x8) { 0x0, 0x20, 0x40, 0x60, 0x80, 0xa0, 0xc0, 0xe0, }) Return(BUFF) } Method(_BCM, 1) { } } } Scope(\_SB_.PCI0.PCI1) { Device(CDB0) { Name(_ADR, 0x00070000) } Device(LAN_) { Name(_ADR, 0x00080000) Name(_PRW, Package(0x2) { 0xb, 0x4, }) } } } } BOOT: Lenth=40, Revision=1, Checksum=160, OEMID=ASUS, OEM Table ID=M1000A, OEM Revision=0x30303031, Creator ID=MSFT, Creator Revision=0x31313031 -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 16 16:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F127A37B40F for ; Sun, 16 Sep 2001 16:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GNK0c71574; Sun, 16 Sep 2001 16:20:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A5FA37B401 for ; Sun, 16 Sep 2001 16:19:51 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GNJpL71558; Sun, 16 Sep 2001 16:19:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200109162319.f8GNJpL71558@freefall.freebsd.org> Date: Sun, 16 Sep 2001 16:19:51 -0700 (PDT) From: Ulrich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/30619: The languages subdirectories clutter the ports area Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30619 >Category: misc >Synopsis: The languages subdirectories clutter the ports area >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sun Sep 16 16:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ulrich >Release: 3.1 >Organization: >Environment: This is not a problem. >Description: I used Linux for several years and switched over to FreeBSD since about one year. With Linux I organised the HowTos differently than standard by creating a seperate section for all language related HowTos. With Linux the problem is more serious because there are much more languages explicitly supported. But I expect FreeBSD to catch up sooner or later and then the problem will arise there also. Therefore I kindly suggest to create an independent toplevel seperate section called "language" to collect all language related subdirectories there. It's also my impression that this is not much work but can save some for others navigating through the ports collection or looking for a specific language or a similar one. >How-To-Repeat: This is not a problem. >Fix: This is not a problem. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 16 17:30: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E06D437B410 for ; Sun, 16 Sep 2001 17:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8H0U2B83305; Sun, 16 Sep 2001 17:30:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 16 Sep 2001 17:30:02 -0700 (PDT) Message-Id: <200109170030.f8H0U2B83305@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Al Kwan Subject: Re: i386/30610: Error code 1 and 2 in make buildworld for 4.3-Release Reply-To: Al Kwan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30610; it has been noted by GNATS. From: Al Kwan To: freebsd-gnats-submit@FreeBSD.org, webmaster@hboss.net Cc: Subject: Re: i386/30610: Error code 1 and 2 in make buildworld for 4.3-Release Date: Sun, 16 Sep 2001 18:25:56 -0600 Problem resolved. I removed /usr/src/* and /usr/obj, cvsup'd the 4x-stable srcs built and installed world as well as customized and installed kernel no problem. Al Kwan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 16 23:37: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A47A37B406; Sun, 16 Sep 2001 23:36:54 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8H6Ytr44768; Sun, 16 Sep 2001 23:34:55 -0700 (PDT) (envelope-from roam) Date: Sun, 16 Sep 2001 23:34:55 -0700 (PDT) From: Message-Id: <200109170634.f8H6Ytr44768@freefall.freebsd.org> To: webmaster@hboss.net, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/30610: Error code 1 and 2 in make buildworld for 4.3-Release Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Error code 1 and 2 in make buildworld for 4.3-Release State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Sun Sep 16 23:34:24 PDT 2001 State-Changed-Why: Submitter reports that the problem was a transient failure. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30610 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 2:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C56B37B401 for ; Mon, 17 Sep 2001 02:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8H9o1n82012; Mon, 17 Sep 2001 02:50:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 17 Sep 2001 02:50:01 -0700 (PDT) Message-Id: <200109170950.f8H9o1n82012@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: kern/30524: 4.4-RC4: panic in icmp_reflect [WITH PATCH] Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30524; it has been noted by GNATS. From: Dima Dorfman To: Garrett Wollman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/30524: 4.4-RC4: panic in icmp_reflect [WITH PATCH] Date: Mon, 17 Sep 2001 02:49:31 -0700 Garrett Wollman wrote: > < > said: > > > Unforunately, the commit log doesn't provide any rationale for the > > change, just reassurance that it probably doesn't break anything. > > Garrett (cc'd), can you provide any insight on this? > > The standard requires that hosts accept broadcasts and multicasts > while unconfigured, just as they are supposed to be able to send them > (with source address 0.0.0.0). 4.2BSD got this wrong. This was one > of the issues in the way of correct DHCP client operation without > requiring BPF. Okay, please review the attached patch for the icmp case. It's adpated from NetBSD, who have been using it for three years. It fixes the case described in this PR and the one in 29337. Thanks. Index: ip_icmp.c =================================================================== RCS file: /ref/cvsf/src/sys/netinet/ip_icmp.c,v retrieving revision 1.59 diff -u -r1.59 ip_icmp.c --- ip_icmp.c 3 Sep 2001 20:03:54 -0000 1.59 +++ ip_icmp.c 17 Sep 2001 09:46:46 -0000 @@ -624,9 +624,22 @@ /* * The following happens if the packet was not addressed to us, * and was received on an interface with no IP address. + * We find the first address on the first non-loopback + * interface in the hope of it having a route back to the + * source. */ if (ia == (struct in_ifaddr *)0) - ia = TAILQ_FIRST(&in_ifaddrhead); + TAILQ_FOREACH(ia, &in_ifaddrhead, ia_link) + if (!(ia->ia_ifp->if_flags & IFF_LOOPBACK)) + break; + /* + * If we still don't have an address, punt. We probably have + * an interface up and receiving packets with no addresses. + */ + if (ia == (struct in_ifaddr *)0) { + m_freem(m); + goto done; + } t = IA_SIN(ia)->sin_addr; ip->ip_src = t; ip->ip_ttl = ip_defttl; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 4:50:21 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id EEEFB37B407 for ; Mon, 17 Sep 2001 04:50:16 -0700 (PDT) Received: from eborcom.com ([62.255.96.123]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010917115015.BBAF268.mta06-svc.ntlworld.com@eborcom.com> for ; Mon, 17 Sep 2001 12:50:15 +0100 Received: (qmail 89132 invoked by uid 1001); 17 Sep 2001 11:49:29 -0000 Date: Mon, 17 Sep 2001 12:49:29 +0100 From: Tom Hukins To: Will Andrews , FreeBSD GNATS DB , dd@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/26307: libc_r aborts when using the KDE media player (noatun) with the sound server(aRts) Message-ID: <20010917124929.A89113@eborcom.com> Mail-Followup-To: Tom Hukins , Will Andrews , FreeBSD GNATS DB , dd@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The noatun problems seem to be fixed in the ports for kde-2.2. Does this mean we can close this PR now? Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 5: 0: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0087C37B413 for ; Mon, 17 Sep 2001 05:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HC02s08998; Mon, 17 Sep 2001 05:00:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 17 Sep 2001 05:00:02 -0700 (PDT) Message-Id: <200109171200.f8HC02s08998@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tom Hukins Subject: Re: bin/26307: libc_r aborts when using the KDE media player (noatun) with the sound server(aRts) Reply-To: Tom Hukins Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/26307; it has been noted by GNATS. From: Tom Hukins To: Will Andrews , FreeBSD GNATS DB , dd@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Cc: Subject: Re: bin/26307: libc_r aborts when using the KDE media player (noatun) with the sound server(aRts) Date: Mon, 17 Sep 2001 12:49:29 +0100 The noatun problems seem to be fixed in the ports for kde-2.2. Does this mean we can close this PR now? Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 5:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A83F037B40F for ; Mon, 17 Sep 2001 05:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HCA0A12951; Mon, 17 Sep 2001 05:10:00 -0700 (PDT) (envelope-from gnats) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 8D7BD37B409 for ; Mon, 17 Sep 2001 05:08:26 -0700 (PDT) Received: (from phk@localhost) by critter.freebsd.dk (8.11.4/8.11.4) id f8HC8Nf09864; Mon, 17 Sep 2001 14:08:23 +0200 (CEST) (envelope-from phk) Message-Id: <200109171208.f8HC8Nf09864@critter.freebsd.dk> Date: Mon, 17 Sep 2001 14:08:23 +0200 (CEST) From: Poul-Henning Kamp Reply-To: Poul-Henning Kamp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30627: /usr/libexec/makekey doesn't grok modern passwords Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30627 >Category: bin >Synopsis: /usr/libexec/makekey doesn't grok modern passwords >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: Mon Sep 17 05:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD critter.freebsd.dk 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Aug 8 13:10:20 CEST 2001 root@critter.freebsd.dk:/freebsd/src/sys/i386/compile/CRITTER i386 >Description: the /usr/libexec/makekey program only works with 2 char salts and <= 8 char passwords. This means that the program cannot be used with MD5 passwords. The fact that nobody has noticed is probably indicative of how much use this program sees (ie: none) and therefore the necessary API/ABI changes should not give rise to trouble. I would suggest reading the salt and password from each their own line, that would solve the problem once and for all since niether can contain newlines. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 6: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7172D37B409 for ; Mon, 17 Sep 2001 06:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HD02t31927; Mon, 17 Sep 2001 06:00:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 17 Sep 2001 06:00:02 -0700 (PDT) Message-Id: <200109171300.f8HD02t31927@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/30627: /usr/libexec/makekey doesn't grok modern passwords Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30627; it has been noted by GNATS. From: Ruslan Ermilov To: Poul-Henning Kamp Cc: bug-followup@FreeBSD.org Subject: Re: bin/30627: /usr/libexec/makekey doesn't grok modern passwords Date: Mon, 17 Sep 2001 15:52:48 +0300 On Mon, Sep 17, 2001 at 02:08:23PM +0200, Poul-Henning Kamp wrote: > > the /usr/libexec/makekey program only works with 2 char salts > and <= 8 char passwords. This means that the program cannot > be used with MD5 passwords. > > The fact that nobody has noticed is probably indicative of how > much use this program sees (ie: none) and therefore the necessary > API/ABI changes should not give rise to trouble. > It's used by usr.bin/enigma/enigma.c. > I would suggest reading the salt and password from each their own > line, that would solve the problem once and for all since niether > can contain newlines. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 8:20:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 604ED37B405 for ; Mon, 17 Sep 2001 08:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HFK2568575; Mon, 17 Sep 2001 08:20:02 -0700 (PDT) (envelope-from gnats) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id D48CE37B417 for ; Mon, 17 Sep 2001 08:13:26 -0700 (PDT) Received: from fokus.gmd.de (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.8.8/8.8.8) with ESMTP id RAA04012 for ; Mon, 17 Sep 2001 17:13:25 +0200 (MET DST) Received: (from hbb@localhost) by fokus.gmd.de (8.11.6/8.11.0) id f8HFDPP78343; Mon, 17 Sep 2001 17:13:25 +0200 (CEST) (envelope-from hbb) Message-Id: <200109171513.f8HFDPP78343@fokus.gmd.de> Date: Mon, 17 Sep 2001 17:13:25 +0200 (CEST) From: brandt@fokus.gmd.de Reply-To: brandt@fokus.gmd.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/30630: Failure to check for existence of interface in if_mib.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30630 >Category: kern >Synopsis: Failure to check for existence of interface in if_mib.c >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 17 08:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hartmut Brandt >Release: FreeBSD 5.0-CURRENT i386 >Organization: Frauenhofer FOKUS >Environment: System: FreeBSD beagle.fokus.gmd.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Sep 5 12:10:46 CEST 2001 hbb@beagle.fokus.gmd.de:/opt/obj/usr/src/sys/BEAGLE i386 >Description: if_mib.c:sysctl_ifdata fails to check whether the accessed interface really exists. The problem is, that since the advent of loadable modules the interface index name space may be sparse. Before loadable modules one was sure that all interfaces between 1 and if_index really exists so the check if (name[0] <= 0 || name[0] > if_index) was ok. Now it is possible to unload interface drivers so that interfaces between 1 and if_index may disappear. ifaddr_byindex(IDX) will return NULL in this case which in turn leads to a kernel panic. There may be other places in the kernel that also build on the old assumption. >How-To-Repeat: Put 2 network cards in your computer which need different drivers. Build these drivers as loadable modules and reboot. Now configure the two interfaces. Now unload the driver for the first interface and execute the test program below: # include "stdio.h" # include "err.h" # include "sys/types.h" # include "sys/sysctl.h" # include "sys/socket.h" # include "net/if.h" # include "net/if_mib.h" int main(int argc, char *argv[]) { int name[6]; size_t len; name[0] = CTL_NET; name[1] = PF_LINK; name[2] = NETLINK_GENERIC; name[3] = IFMIB_IFDATA; name[4] = 4; name[5] = IFDATA_LINKSPECIFIC; if (sysctl(name, 6, NULL, &len, NULL, 0) < 0) { err(1, "sysctl failed"); return (1); } return (0); } Watch the kernel panic. >Fix: Index: if_mib.c =================================================================== RCS file: /usr/ncvs/src/sys/net/if_mib.c,v retrieving revision 1.11 diff -r1.11 if_mib.c 86c86,87 < ifp = ifaddr_byindex(name[0])->ifa_ifp; --- > if ((ifp = ifaddr_byindex(name[0])->ifa_ifp) == NULL) > return (ENOENT); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 8:40:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7777437B40C for ; Mon, 17 Sep 2001 08:40:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HFe6G70780; Mon, 17 Sep 2001 08:40:06 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 433D037B405 for ; Mon, 17 Sep 2001 08:34:32 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HFYWf70187; Mon, 17 Sep 2001 08:34:32 -0700 (PDT) (envelope-from nobody) Message-Id: <200109171534.f8HFYWf70187@freefall.freebsd.org> Date: Mon, 17 Sep 2001 08:34:32 -0700 (PDT) From: Jim Bauer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/30631: readdir_r() SEGV on large directories Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30631 >Category: misc >Synopsis: readdir_r() SEGV on large directories >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: Mon Sep 17 08:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jim Bauer >Release: 4.2-RELEASE and 4.3-RELEASE >Organization: NFR Security Inc >Environment: FreeBSD heraus.nfr.net 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Wed Sep 5 10:02:48 EDT 2001 jfbauer@heraus.nfr.net:/usr/src/sys/compile/GENERIC.SMP i386 >Description: Under some circumstances, readdir_r() tries to memcpy too much data from the buffer opendir() malloced thus reading beyond the end of the buffer. The problem only seems to occur if "-pthread" is given on the compile command line. >How-To-Repeat: /* * To repeat: * cc .... -pthread * * d="d.$$"; mkdir $d * i=1; while [ $i -lt 245 ]; do touch $d/f.$i; i=`expr $i + 1`; done * * ./a.out $d * * When I run this it outputs.... * file = f.1 * file = f.2 * ... * file = f.240 * Segmentation fault (core dumped) */ #include #include int main(int argc, char **argv) { DIR *dir; struct dirent entry; struct dirent *result; char *dirname = "."; if (argc > 2) { fprintf(stderr, "Usage %s [dir]\n", argv[0]); exit(1); } if (argc == 2) dirname = argv[1]; dir = opendir(dirname); if (dir == NULL) { perror("opendir"); exit(1); } while (readdir_r(dir, &entry, &result) == 0 && result != NULL) { printf("file = %s\n", entry.d_name); } } >Fix: Changing the memcpy() in readdir_r() to only copy d_namlen bytes instead of sizeof(struct dirent) should fix the problem, but this has not been tested. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 10:20:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAD4037B40A for ; Mon, 17 Sep 2001 10:20:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HHKAd84368; Mon, 17 Sep 2001 10:20:10 -0700 (PDT) (envelope-from gnats) Date: Mon, 17 Sep 2001 10:20:10 -0700 (PDT) Message-Id: <200109171720.f8HHKAd84368@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Justin T. Gibbs" Subject: Re: kern/30559: Intense SCSI tape access results in controller errors Reply-To: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30559; it has been noted by GNATS. From: "Justin T. Gibbs" To: Jeremy Chadwick Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/30559: Intense SCSI tape access results in controller errors Date: Mon, 17 Sep 2001 11:16:07 -0600 >>Description: > Under heavy SCSI tape access, our system spits out the following on the cons >ole. Please note this applies to the ahc1 controller. This essentially tells us that the controller is waiting for the target to REQ the last bits of data on this transfer. Either the target failed to see an ACK from the initiator, or the initiator failed to see a REQ from the target. > Our SCSI bus is terminated properly. The drives are not LVD. Cables do > not "run too close to the power supply." Cable length does not exceed > specification. Cable quality is high -- replacing cables made no difference. > Decreasing speed from 40MB/sec to 20MB/sec made no difference. Disabling SMP > (via sysc tl MIB) made no difference. > > The only thing I haven't tried is removing the drive from the library/changer > system itself, and throwing it right off the main SCSI cable. Nonetheless, this is an "environmental" problem. Perhaps your changer has a bad power supply. Perhaps the changer design does not allow you to run with anything other than a very short cable (well below the maximum length allowed by the SCSI spec), etc. If you bootverbose, does the controller report the termination values you expect? -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 10:30:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5426437B409 for ; Mon, 17 Sep 2001 10:30:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HHU8n00638; Mon, 17 Sep 2001 10:30:08 -0700 (PDT) (envelope-from gnats) Date: Mon, 17 Sep 2001 10:30:08 -0700 (PDT) Message-Id: <200109171730.f8HHU8n00638@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Lars Eggert" Subject: Re: kern/30524: 4.4-RC4: panic in icmp_reflect [WITH PATCH] Reply-To: "Lars Eggert" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30524; it has been noted by GNATS. From: "Lars Eggert" To: Cc: Subject: Re: kern/30524: 4.4-RC4: panic in icmp_reflect [WITH PATCH] Date: Mon, 17 Sep 2001 10:21:31 -0800 This is a multi-part message in MIME format. ------=_NextPart_000_0049_01C13F62.85360760 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit FWIW, here's the updated patch. --- /usr/src/sys/netinet/ip_icmp.c.orig Mon Sep 17 09:57:37 2001 +++ /usr/src/sys/netinet/ip_icmp.c Mon Sep 17 10:14:32 2001 @@ -640,8 +640,13 @@ * The following happens if the packet was not addressed to us, * and was received on an interface with no IP address. */ - if (ia == (struct in_ifaddr *)0) + if (ia == (struct in_ifaddr *)0) { + if (TAILQ_EMPTY(&in_ifaddrhead)) { + m_freem(m); /* Cannot find interface address */ + goto done; /* to send ICMP packet from. */ + } ia = in_ifaddrhead.tqh_first; + } t = IA_SIN(ia)->sin_addr; ip->ip_src = t; ip->ip_ttl = ip_defttl; Will this issue be resolved before 4.4? Either with this patch, or with a better solution? Thanks, Lars -- Lars Eggert Information Sciences Institute http://www.isi.edu/larse/ University of Southern California ------=_NextPart_000_0049_01C13F62.85360760 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIF5jCCArUw ggIeoAMCAQICAwWBRzANBgkqhkiG9w0BAQIFADCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsT FENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAw MC44LjMwMB4XDTAxMDgyNDE2NDAwMFoXDTAyMDgyNDE2NDAwMFowVDEPMA0GA1UEBBMGRWdnZXJ0 MQ0wCwYDVQQqEwRMYXJzMRQwEgYDVQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFy c2VAaXNpLmVkdTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA0AvLBsD78nxcUHeHkaMgl3b4 qYPnfgbf8Lh+HQP8RgGMRG/Yb+vTpkGezlwt9pkJxiD11uZDy4CNNJUu3gKxKSb+zRV70O+lkwwf tuHoLHoH4xwo3LcQ2LGDpd+I95tUN4dfJ3TmeEcUSF50dC/SuUI4w8AlhXQ8IxrhgdayTpECAwEA AaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJOVWJOSkpjZFoyczAYBgNVHREE ETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQECBQADgYEAheZhn0pQ A8zI7U2K1ZIAl11j0a1DKxnp3GtTvOUrGRB3WvYxidvdZ1kizhEsWeXU81TkNDH0DaRqtOEeu6Q2 OhB+jeKEqY7IDAJE4/fI0e+d6PnG1hd+vEvYmsKHkmzBhPc94XUOKNWO+qVNP2NGyNI3QIDy5wX4 fdcOo1S34r4wggMpMIICkqADAgECAgEMMA0GCSqGSIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEV MBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0 ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQw IgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNv bmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDAwODMwMDAwMDAwWhcNMDIwODI5MjM1OTU5WjCB kjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQD Ex9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB iQKBgQDeMzKmY8cJJUU+0m54J2eBxdqIGYKXDuNEKYpjNSptcDz63K737nRvMLwzkH/5NHGgo22Y 8cNPomXbDfpL8dbdYaX5hc1VmjUanZJ1qCeu2HL5ugL217CR3hzpq+AYA6h8Q0JQUYeDPPA5tJtU ihOH/7ObnUlmAC0JieyUa+mhaQIDAQABo04wTDApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJp dmF0ZUxhYmVsMS0yOTcwEgYDVR0TAQH/BAgwBgEB/wIBADALBgNVHQ8EBAMCAQYwDQYJKoZIhvcN AQEEBQADgYEAcxtvJmWL/xU0S1liiu1EvknH6A27j7kNaiYqYoQfuIdjdBxtt88aU5FL4c3mONnt UPQ6bDSSrOaSnG7BIwHCCafvS65y3QZn9VBvLli4tgvBUFe17BzX7xe21Yibt6KIGu05Wzl9NPy2 lhglTWr0ncXDkS+plrgFPFL83eliA0gxggKqMIICpgIBATCBmjCBkjELMAkGA1UEBhMCWkExFTAT BgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUx HTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFp bCBSU0EgMjAwMC44LjMwAgMFgUcwCQYFKw4DAhoFAKCCAWUwGAYJKoZIhvcNAQkDMQsGCSqGSIb3 DQEHATAcBgkqhkiG9w0BCQUxDxcNMDEwOTE3MTgyMTMxWjAjBgkqhkiG9w0BCQQxFgQUKWWYJjlX cYpKBvATVKqECD1l+FIwWAYJKoZIhvcNAQkPMUswSTAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgIC AIAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwBwYFKw4DAhowCgYIKoZIhvcNAgUwgasGCSsGAQQB gjcQBDGBnTCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UE BxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZp Y2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwAgMFgUcwDQYJKoZI hvcNAQEBBQAEgYB0mqyibIo9c2GVNSXcjrY9lTpgnly/LIFPtbCV6nO0x2EDig7IZ+jQfiPkcQ79 QW9o7NtpFIa1VDcPYdUkXT9VfvF9xYRGeahq59Aj7nmrzf50piksgH8oh24LIy8rxVJMVyVRvX7h J+69z9bETkdsuQQmHFjoSVXUYzLS71Ib+QAAAAAAAA== ------=_NextPart_000_0049_01C13F62.85360760-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 10:40:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 452DE37B407 for ; Mon, 17 Sep 2001 10:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HHe4d02398; Mon, 17 Sep 2001 10:40:04 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD45F37B406 for ; Mon, 17 Sep 2001 10:30:56 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HHUub00713; Mon, 17 Sep 2001 10:30:56 -0700 (PDT) (envelope-from nobody) Message-Id: <200109171730.f8HHUub00713@freefall.freebsd.org> Date: Mon, 17 Sep 2001 10:30:56 -0700 (PDT) From: Brad Knotwell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30634: kevent.data value incorrect for UDP sockets Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30634 >Category: kern >Synopsis: kevent.data value incorrect for UDP sockets >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: Mon Sep 17 10:40:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Brad Knotwell >Release: 4.2 >Organization: home >Environment: FreeBSD freebsd 4.2-RELEASE FreeBSD 4.2-RELEASE #3: Thu Jul 19 root@freebsd:/usr/src/sys/compile/ALPHA-SVR i386 >Description: When kevent returns a read event for a UDP socket, the data field (AKA the number of bytes to be read) is 16 bytes too long. NOTE: the problem exists in 4.3 release as well. >How-To-Repeat: 1) Compile up the following discard server 2) Run nc -u 127.0.0.1 6060 3) Send data to netcat and watch the server's output It should be consistently off by sixteen bytes. NOTE: this may be a documentation bug and "the number of bytes in the socket buffer" needs to be explained further. #include #include #include #include #include #include #include #include /* loopback discardserver on port 6060 */ int main(void) { int queue,sock; struct sockaddr_in saddr; struct kevent evt; memset(&saddr,0,sizeof(struct sockaddr_in)); saddr.sin_family = AF_INET; saddr.sin_port = htons(6060); saddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); memset(&evt,0,sizeof(struct kevent)); evt.filter = EVFILT_READ; evt.flags = EV_ADD; if(((queue = kqueue()) == -1) || ((evt.ident = (sock = socket(AF_INET,SOCK_DGRAM,0))) == -1) || (bind(sock,(struct sockaddr *)&saddr,sizeof saddr)) || (kevent(queue,&evt,1,NULL,0,NULL))) return(fprintf(stderr,"bad setup\n"),EXIT_FAILURE); while(1){ char *buf; if((kevent(queue,NULL,0,&evt,1,NULL) == -1) || (!evt.data)) break; if((buf = malloc(evt.data)) == NULL) continue; recv(sock,buf,evt.data,0); printf("size to read(%d) : data : %s\n",evt.data,buf); free(buf); } return(EXIT_SUCCESS); } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 11: 0: 6 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1250C37B410 for ; Mon, 17 Sep 2001 11:00:03 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HI02c07338 for freebsd-bugs@freebsd.org; Mon, 17 Sep 2001 11:00:02 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 17 Sep 2001 11:00:02 -0700 (PDT) Message-Id: <200109171800.f8HI02c07338@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 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/09/16] pending/30620gnats-adminLogMon o [2001/09/16] pending/30624gnats-adminRe: LogMon 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/09/07] pending/30422gnats-adminWDT hardware watchdog driver & daemon 1 problem total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 11: 2:21 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5511437B411 for ; Mon, 17 Sep 2001 11:00:07 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HI03K07344 for freebsd-bugs@freebsd.org; Mon, 17 Sep 2001 11:00:03 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 17 Sep 2001 11:00:03 -0700 (PDT) Message-Id: <200109171800.f8HI03K07344@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 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. 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. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die f [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/30] kern/14614 dillon VM DoS attack (with exploit attached) o [1999/11/20] kern/15013 SMP Panic on Dell PowerEdge 1300/600 f [1999/11/22] i386/15040 Installation problems with 3.x FreeBSD f [1999/11/23] kern/15069 gibbs T400s hangs on any access o [1999/12/05] kern/15281 Please fix handling Ross(?) host to PCI b o [1999/12/08] kern/15356 ahc driver (Adaptec 7896) cannot see 4x18 o [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/01/19] ports/16211 markm pgp5 port creates pgp_old instead of pgpo o [2000/01/28] kern/16420 mdodd 3C5x9 isa nic card f [2000/01/30] i386/16474 SCSI (AHA-2940UW) CDROM install freezes f [2000/02/05] kern/16510 User processes locked on SMP box while bu f [2000/02/07] kern/16574 missing aout shared libs -> panic o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/15] kern/16740 mckusick The kernel panics with "ffs_clusteralloc: f [2000/02/18] i386/16802 An user math program have the system on K f [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills f [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP f [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/04] bin/17791 Restore does not handle bad or missing ta o [2000/04/04] ports/17806 msmith make in ports/net/citrix_ica loops on scr o [2000/04/04] i386/17808 cannot swap /dev/.... f [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel f [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig s [2000/05/24] misc/18793 ken Hitachi DK319H needs quirk entry to work o [2000/05/29] kern/18874 32bit NFS servers export wrong negative v o [2000/05/29] bin/18887 Undefined symbol "_krb_err_txt" in telnet f [2000/06/09] kern/19162 4.0-STABLE panics w/ softupdates and quot o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom f [2000/06/23] kern/19480 System hang when use current (GENERIC) ke o [2000/07/01] conf/19629 imp /etc/rc.sysctl can't set all syctls o [2000/07/05] kern/19726 wpaul fatal trap 12 / page fault o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! f [2000/07/18] alpha/20011 alpha trap entry = 0x2 (memory management fault o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] bin/20489 davidn pw problems: -w random not working correc o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/15] ports/20624 vmware vmmon module locks kernel o [2000/08/16] kern/20671 wpaul panicstr:page fault; panic messages:Fatal o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model f [2000/09/08] i386/21117 When booting 4.0 install disk receive thi o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond f [2000/09/13] bin/21253 dump/restore fail on any stream (tape/pip o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 f [2000/09/18] kern/21378 Accessing floppy under 4.1-STABLE (with D o [2000/09/19] kern/21397 Floppy drive doesn't work on Compaq ProLi o [2000/10/01] i386/21677 Instalation crashed when shell started o [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR o [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/10/06] kern/21783 When msgrcv() blocks, it blocks ALL threa o [2000/10/06] i386/21802 after working fine for a few weeks, mach o [2000/10/26] kern/22324 Kernel panic when second Compaq Smart Arr o [2000/10/28] kern/22376 Some problems in ar driver with FastTrak o [2000/10/31] ports/22444 ache The 'screen' port has reproducable segfau o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel o [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) o [2000/11/02] kern/22561 xl networkhanging f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/06] i386/22640 SCSI problem halts system after long peri f [2000/11/06] kern/22648 SCSI sup system freezes 4.2-BETA o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN o [2000/11/26] kern/23126 Can't boot kernel with ADAPTEC 1522 SCSI f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation o [2000/12/04] kern/23258 mckusick panic: softdep_lock: locking against myse o [2000/12/04] kern/23281 Installation hangs on PowerEdge 2450 Per3 o [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce o [2000/12/11] kern/23480 panic: vm_pageout_flush page 0xc0a0a8fc i o [2000/12/12] kern/23505 processes die with SIGPROF, usually under a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA o [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2000/12/19] i386/23681 keyboard is not working when the laptop i a [2000/12/21] kern/23740 roam kernel DoS tha could be executed by any u o [2000/12/22] kern/23752 panic with smp 4.2 kernel and dma lpt o [2000/12/26] kern/23859 panicked on sofree o [2000/12/27] kern/23887 panic: softdep_disk_write_complete: lock o [2000/12/30] misc/23958 Installation fails on an i486 DX2 machine o [2000/12/30] misc/23960 Installation fails on an i486 DX2 machine f [2001/01/01] kern/24018 4.2-STABLE, 4.0-RELEASE fatal trap 12: pa o [2001/01/16] kern/24378 ahc broken in STABLE o [2001/01/17] kern/24418 jasone read/write in thread library (-lc_r) does o [2001/01/18] kern/24433 NFSv3 service hangs when writing large am o [2001/01/19] i386/24469 system hangs on scsi disk access error f [2001/01/30] kern/24740 filesystem corruption CFP1080 CAM SCSI ca o [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't o [2001/02/15] i386/25123 Heavy NFS traffic over virtual interface f [2001/02/15] kern/25130 dcs kernel crash with kldload/kldunload md.ko o [2001/02/19] kern/25215 RELENG_4 kernel crashes starting SCSI dis f [2001/02/20] misc/25230 gibbs ... SCB Memory Parity Error at seqaddr = o [2001/02/20] kern/25235 OS Hungs up when using with a Battery of o [2001/02/23] i386/25328 4.x stable kernel crash: page fault o [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A a [2001/03/04] kern/25536 ache fix annoying console mouse cursor flicker o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 4.3-RC: SMP and asr driver don't work to o [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/03/30] kern/26224 VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/04/02] bin/26305 Cannnot restore partions with FreeBSD 4.x f [2001/04/07] kern/26417 kernel crash using mpd-netgraph o [2001/04/12] kern/26510 kernel panic while booting on Intel STL2 o [2001/04/13] kern/26549 IPsec policies for more than one pair of a [2001/04/18] kern/26667 Kernel Page Fault/Panic on SWAP Partition o [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo o [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm o [2001/05/02] ports/27036 sobomax All Ports using Mesa3 are required with - o [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails o [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD o [2001/05/03] kern/27059 (symbios) SCSI subsystem hangs under heav o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install o [2001/05/09] bin/27231 NFS client-side locking problem a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number o [2001/05/11] bin/27264 green ssh won't do RSA authentication with Open o [2001/05/11] kern/27275 kernel bug ? o [2001/05/11] kern/27278 ex0 panics system at boot with Ethernet c o [2001/05/16] conf/27385 BusLogic FlashPoint SCSI not found by ins o [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale o [2001/06/07] bin/27939 rlogin uses wrong IP address for remote h o [2001/06/08] kern/27985 Recent -STABLE crashes when accessing dc o [2001/06/09] kern/27987 New ATA Driver failure with VIA Southbrid a [2001/06/09] i386/27991 ssh 1 and 2 login with keys is not possib o [2001/06/09] i386/28002 make world fails (ref. to ipf) o [2001/06/11] kern/28031 ThinkPad 570 doesn't need clkrun_hack o [2001/06/11] kern/28087 Fatal trap 12: page fault while in kernel o [2001/06/14] kern/28162 RELENG_4 (4.2, 4.3) Panics when system ha o [2001/06/14] kern/28163 in_pcballoc Panic in RELENG_4 with large o [2001/06/15] bin/28191 jdp rtld-elf ignores LD_LIBRARY_PATH f [2001/06/16] ports/28201 ports althea hangs on startup o [2001/06/20] i386/28293 imp Dell Latitude CpxJ 750 hangs on install o [2001/06/25] kern/28402 kernel panic caused by softupdates (may b o [2001/06/25] kern/28418 XFree86 4.X panics FreeBSD 4.3-STABLE on o [2001/06/27] bin/28447 GNU tar silently fails on large files (> o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in o [2001/06/30] i386/28558 makedev return non-zero status after inst o [2001/07/01] misc/28571 Missing ukrainian capital GHE (G3) in koi o [2001/07/01] misc/28573 Missing ukrainian GHE in koi8-u keyboard o [2001/07/02] kern/28630 Look like hung up a kernel after few minu f [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/05] kern/28751 n_hibma USB Mouse doesn't seem to work! o [2001/07/09] kern/28844 Router/nameserver system crashes 2-3 time o [2001/07/12] kern/28905 wpaul FreeBSD 4.3 freeze when ppp dials over T- o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/14] kern/28974 PPPoE software fails when SOCK_RAW employ o [2001/07/15] ports/28995 max deMime produces blank line in header part o [2001/07/17] i386/29045 Heavy disk usage causes panic in ffs_blkf o [2001/07/19] i386/29096 freebsd 4.2/4.3 hangs after probing devic o [2001/07/21] kern/29121 msdos fs causes kernel panic when writing o [2001/07/22] kern/29150 Incomplete cleanup in the netgraph bridge o [2001/07/24] bin/29191 NFS file locking fails from Solaris 8 cli o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause f [2001/07/29] i386/29315 Promise ATA100 UDMA5 works incorrectly o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/08/01] kern/29365 When We configure up the xl0 device BSD h o [2001/08/04] kern/29454 buslogic driver checks wrong bit for exte o [2001/08/13] ports/29681 portmgr bsd.port.mk cannot handle some module's P o [2001/08/14] conf/29699 Setting NO_MAILWRAPPER results in a syst o [2001/08/15] kern/29741 ptrace(pid);ptrace(ppid) makes pid and pp o [2001/08/15] kern/29742 PCCARD Modems don't work on cardbus bridg o [2001/08/15] kern/29743 TI-1450 interrupt storm o [2001/08/16] conf/29773 server disapear from the network - nothin o [2001/08/16] misc/29784 eric Sysinstall 'Select Drives' menu broken o [2001/08/16] kern/29785 4.4-PRERELEASE not booting with aic-7770 o [2001/08/16] i386/29792 userconfig doesn't have matcd0 o [2001/08/18] kern/29844 setpgrp does not behave as manual says o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/08/23] kern/29994 Boot fault during mounting root o [2001/08/28] kern/30164 Machine hangs on swap problems. o [2001/08/29] kern/30190 pro/1000 copper - wx driver fails to rece o [2001/08/31] kern/30238 3Com 509-Combo ISA NIC don`t work o [2001/09/03] ports/30292 kde QT/KDE 1.x needs to be removed o [2001/09/03] kern/30300 -current hang caught and crash-dump'd. o [2001/09/04] kern/30307 dmesg output: looutput: mbuf allocation f o [2001/09/04] kern/30315 ifpw broken: curr_dyn_buckets cannot be c o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var a [2001/09/06] ports/30396 ports LPRng port has a checksum mismatch and pa o [2001/09/09] i386/30458 Workstation sometimes hangs when connecte a [2001/09/11] misc/30509 Server stops responding o [2001/09/12] i386/30527 does not like scsi on atrend 6260 dual PI o [2001/09/14] misc/30571 Error handling by natd causes all communi o [2001/09/14] i386/30580 named crashes on 4.4-PRERELEASE o [2001/09/15] bin/30591 .login_conf is not vetted for settings us o [2001/09/16] kern/30617 [PATCH] ACPI bug: don't dereference a poi 218 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable f [1997/03/01] kern/2840 tegge mlock+minherit+fork+munlock causes panics a [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator s [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" f [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected o [1998/01/27] kern/5587 session id gets dropped o [1998/02/28] kern/5877 bmilekic sb_cc counts control data as well as data f [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A f [1998/03/28] bin/6162 mikeh kinit does not default to the current use a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/19] kern/6351 DPT RAID controller stops working under h a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/26] kern/7405 dillon in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 dillon Machine crashes do not occur very often, s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/27] kern/7766 de driver still buggy - random ifc death f [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/09] bin/7876 tegge gethostbyname flags temporary failure as o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas f [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/06] kern/9355 [MFC] can't select() for writes on a bpf s [1999/01/07] bin/9379 pppd does not go through all interfaces l s [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == f [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi f [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible f [1999/02/28] kern/10316 le0 goes OACTIVE after some time s [1999/03/02] bin/10353 mikeh ypserv gets segmentation violation f [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet f [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/09] bin/10510 Remote cvs botches commits on occassion f [1999/03/14] kern/10594 EXT2FS mount problems f [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd f [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. f [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec f [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] bin/11005 iedowse `umount -f' does not work if the NFS-serv s [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim f [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval f [1999/04/13] bin/11119 mikeh NFS quotas fail to report if alternate fi s [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # s [1999/05/07] gnu/11562 tar verification doesn't work f [1999/05/12] i386/11664 lnc1 NIC fail to work f [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go f [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam f [1999/05/29] kern/11937 vm problems after havy memory usage f [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/04] kern/12022 phk System clock timewarps f [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde Bad scheduling in FreeBSD o [1999/06/30] kern/12464 bp bad reference in struct vm_zone f [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short f [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/20] bin/12727 billf Game patches from NetBSD f [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/24] kern/12800 tegge buffer leak in cluster_wbuild f [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX f [1999/08/03] misc/12938 mikeh gethostbyaddr(209.201.116.19) - Bus error o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro a [1999/08/15] kern/13150 mckusick panic: ufs_dirbad: bad dir f [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted f [1999/08/17] gnu/13200 The assembler chokes on very long operand f [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/27] gnu/13427 gdb reports wrong info f [1999/08/28] gnu/13438 objc forward core dump using system cc f [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver f [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails f [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d s [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 dillon NFS client appears to lose data f [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" s [1999/10/20] bin/14444 enigma command can't decrypt files encryp f [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron f [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > a [1999/11/05] bin/14729 murray when sysinstall is running as init it sho f [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master s [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested f [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol f [1999/11/17] misc/14964 mikeh Network Interface Configuration Problem a o [1999/11/19] i386/15003 mdodd 3C574 (ep0) reads bogus ethernet address o [1999/11/23] bin/15070 tegge vfprintf/cvt/__dtoa race condition in thr o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f f [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern f [1999/12/13] kern/15475 pppd(8) sets the Source Address field of s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c f [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt f [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system s [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s f [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p f [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/01/17] bin/16155 cp -p does not preserve modification time f [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel f [2000/01/21] kern/16257 Kernel panic in sbdrop f [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. f [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection f [2000/01/25] bin/16353 rlogin encryption is broken on transmit s o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict f [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P f [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 eric Sysinstall/disklabel: bad partition table o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] misc/16991 jhb booting install disk and USB f [2000/02/28] bin/17056 rshd does improper home directory check s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm f [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting f [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh f [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed f [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it f [2000/03/28] kern/17634 Non-deterministic PnP sound device config o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit f [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/06] kern/17829 The dc driver is seriously broken f [2000/04/07] kern/17842 Erratic user time reports for long runnin o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m f [2000/04/10] kern/17895 dwmalone stale unix domain connections f [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/11] i386/17930 wpaul Patch to MFC WaveLAN WEP into 3.4-STABLE f [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia f [2000/04/19] i386/18089 4.0R install hangs on newfs or fsck o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex o [2000/04/28] kern/18285 the system froze when use scon -s 50 f [2000/04/30] kern/18316 close-together bt848/878 captures to file o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20213 NFS and Linuxulator issues in PR kern/194 o [2000/07/27] kern/20217 darrenr IPF default block and inclusion in rc.net o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/28] bin/20259 des fetch(1) confused when redirected from ht o [2000/07/29] conf/20282 eric sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons a [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, f [2000/08/15] kern/20631 kernel panics on ifconfig if_le f [2000/08/15] kern/20632 stacking mount_null causes an error: moun o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/20] kern/20734 n_hibma USB mouse detaches and never reataches f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/06] i386/21087 tanimura ed driver incorrectly fails probe for ISA o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w f [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. o [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/11] ports/21210 dima acroread port missing lib a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault f [2000/09/14] kern/21270 Kernel compilation errors and dies when c o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre f [2000/09/15] i386/21297 kernel panic TRAP 18 during kern.flp inst o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites f [2000/09/20] kern/21424 Blocking issue while regenerating aliases f [2000/09/20] kern/21429 box reboots with panic: pipeinit: cannot o [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 marcel Linux compatability mode should not allow o [2000/09/21] ports/21464 marcel linux_base port installs insecure glibc r o [2000/09/26] i386/21559 BTX loader sometime show registers f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] i386/21624 trap in gusc_attach o [2000/09/28] kern/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/09/29] kern/21653 I need a AD1816 Driver o [2000/09/29] bin/21654 Re: nvi's -c flag does no do what it is d o [2000/10/01] kern/21674 Fujitsu MO drives M2513A don't like the s o [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc o [2000/10/02] misc/21701 eric Keymap selection menu broken on initial i o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/02] misc/21716 The site search results *suck*. o [2000/10/04] ports/21756 adrian errors in Squid-2.3.4's configure prevent o [2000/10/04] ports/21761 adrian Re: errors in Squid-2.3.4's configure pre o [2000/10/05] kern/21771 Fix for sppp and Cronyx drivers update o [2000/10/05] gnu/21779 patch(1)'s bug of new file creation o [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/07] i386/21824 bt driver no longer attaches due to chang o [2000/10/07] kern/21827 mount causes freebsd 4.1.1 to reboot o [2000/10/09] kern/21860 The fix to TCP_ISSINCR after the bugtraq o [2000/10/09] bin/21877 green [PATCH] DSA support for pam_ssh o [2000/10/10] kern/21898 If options NFS is not in the kernel, moun o [2000/10/12] misc/21940 Modem Power-Off kills system o [2000/10/13] kern/21965 Running ldconfig (linux binary) from ld-1 o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/17] kern/22063 jdp bpf when used with the select system call f [2000/10/19] misc/22111 Install 4.1.1 o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/22] kern/22225 Trying to build a CURRENT snapshot on 4.1 o [2000/10/23] kern/22265 Suspend only possible once after reboot o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/26] i386/22315 Cannot reboot or power-off the machine o [2000/10/29] ports/22403 portmgr "make readmes" hangs if category director o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/11/02] kern/22532 [patch] /dev/dsp is sometimes busy when n o [2000/11/03] misc/22588 scp hangs when using Lucent 802.11b card f [2000/11/03] kern/22594 NFS can't handle asymmetric server routin o [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/06] kern/22642 Load average stuck not changing o [2000/11/06] kern/22643 Cannot compile kernel with support for Gr o [2000/11/06] bin/22647 rmail calls sendmail with -G which upsets o [2000/11/08] bin/22685 Repairing a directory hard link. o [2000/11/08] i386/22708 fpe in healthd when it starts o [2000/11/08] i386/22712 sysinstall makes wacky keymap choices o [2000/11/10] bin/22737 syslog gets spammed with /kernel: arp_rtr o [2000/11/13] kern/22826 marcel Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible o [2000/11/15] kern/22877 installation panic if ep0 presents o [2000/11/16] kern/22896 When kernel boots uhci fails o [2000/11/17] kern/22926 kernel 4.1-RELEASE, 4.1.1-RELEASE (floppy o [2000/11/18] kern/22942 Problem with ext2fs support o [2000/11/18] kern/22943 marcel Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB s [2000/11/18] bin/22945 tftp (4.1.1-RELEASE) appears broken a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI o [2000/11/19] i386/22969 4.1.1 stable kernel cannot find console f [2000/11/20] conf/22998 darrenr ipf fails to load the rules if IPFILTER i o [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/25] bin/23098 murray If installing on a serial console, enable o [2000/11/26] misc/23120 '|more' takes up to 100% system resources o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/11/27] ports/23140 pst GNU id-utils port is out-of-date a [2000/11/28] misc/23161 mp tcsh execs /bin/ls --color 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/16] kern/25136 Fatal trap 12: page fault while in kernel o [2001/02/16] bin/25153 pirzyk kdump does not finish displaying data a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] kern/25213 Bus abstraction interface doesn't allow p o [2001/02/19] i386/25214 Installing 4.2, and after the initial set o [2001/02/20] i386/25236 Intel 82559 is not working behind a DEC/I o [2001/02/20] bin/25244 termcap and printcap interference o [2001/02/21] kern/25245 mounting NFS to/from same host + activity o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't o [2001/02/21] kern/25255 keyboard response very slow with PCMCIA E f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of a [2001/02/21] kern/25266 chris fdesc file system in -STABLE locks up dur o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca o [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/24] kern/25344 ipfilter and ppp insecure in 4.2-Stable o [2001/02/24] kern/25346 Some interrupts not delivered on Dell Wor o [2001/02/25] ports/25374 okazaki A new port math/atlas highly optimized BL o [2001/02/26] bin/25403 darrenr ipfilter: enable ipv6 and STATETOP in 4.2 o [2001/02/28] bin/25461 eric sysinstall's fdisk and disklabel don't wo o [2001/02/28] kern/25464 if_xl.so kld does not work with "options o [2001/03/01] kern/25476 [PATCH] The syscall oldgetkerninfo can re o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/10] kern/25650 le nic driver causes kernel panic o [2001/03/11] i386/25693 VGA driver on Current not found o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/14] misc/25801 imp change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 eric Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/18] i386/25889 FDISK lost a partition ! o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/20] i386/25958 jhb Xfree86's savage and vesa drivers can pan o [2001/03/20] kern/25959 pcn driver disables nic after kernel is l o [2001/03/21] i386/25968 /usr/src/lib/libcrypt/../libutil/property o [2001/03/22] kern/25986 Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c a [2001/03/22] bin/26010 ache tar(1) core-dumps on '-I file' o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 marcel not work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/01] conf/26275 darrenr ipfilter_enable in rc.conf does not load o [2001/04/02] kern/26304 pcm only plays left channel in FreeBSD 4. o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 mountd breaks IRIX automounter o [2001/04/04] misc/26356 Large copy of files to the machine causes o [2001/04/04] kern/26361 5.0-04022001-CURRENT kernel panic on kern f [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/09] kern/26466 devfs panics o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/11] kern/26501 imp Unsuported PCCARD freeze the kernel in is o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/12] kern/26517 sos ATAPI DVD drive not recognized (solo mast o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/15] ports/26607 adrian squid port don't work corretly when compi o [2001/04/16] kern/26613 ethernet vr0 hangs f [2001/04/18] ports/26679 sobomax make on qpopper4 fails because it's using o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( a [2001/04/22] gnu/26771 cvs checkout bug with existing val-tags a o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/23] bin/26809 /etc not saved on upgrade o [2001/04/25] bin/26842 dd dump with h flag takes a very long time o [2001/04/25] ports/26848 sobomax jre port core dumps o [2001/04/25] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/26] kern/26878 Kernel panic in nfs subststem (vrele: neg o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 ejc omniORB 3.0.3 servers die when using Free o [2001/04/27] kern/26896 Kernel panic during ktrace (vrele: negati o [2001/04/27] misc/26897 eric 4.3R sysinstall fails to create swap part o [2001/04/27] i386/26903 eric Cannot use DHCP from /stand/sysinstall ne o [2001/04/27] ports/26909 chuckr a2ps cannot handle long hostnames o [2001/04/28] kern/26920 imp PCI autoconfiguration of USB, dc ether, a o [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/30] i386/26985 jkh floppy install 4.3 via FTP hangs o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/01] bin/27016 ipnat should not require existence of ipf o [2001/05/01] kern/27020 FreeBSD 4.3RC compiled with an SMP kernel o [2001/05/02] kern/27044 remounting a r/w filesystem read-only cau o [2001/05/02] ports/27052 reg libtool port broken in 4.3 RELEASE o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding o [2001/05/04] kern/27087 FreeBSD 4.3-RELEASE does not recognize Gi a [2001/05/08] ports/27202 dougb mail/pine sucks rocks when saving over NF o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd o [2001/05/09] kern/27237 Watchdog Timeouts under EXCESSIVE load o [2001/05/09] kern/27242 SIGHUP propagation failure to processes o o [2001/05/10] i386/27247 Panic on install - "page fault syncing di o [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) o [2001/05/16] misc/27384 SCSI Hardrive bios of COMPAQ Proliant is o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/17] i386/27404 FreeBSD-4.3 crashes in VMware o [2001/05/17] ports/27419 jhb E-FancyLauncer clones itself over and ove o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] misc/27510 Alcatel Speed Touch ASDL Modem - USB o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] bin/27593 sos burncd msinfo returns wrong info at more o [2001/05/23] docs/27605 doc Cross-document references () f [2001/05/24] bin/27630 mktime failure. o [2001/05/25] ports/27632 reg SNNSv4.2 port has known and fixable bug a [2001/05/26] kern/27674 sos IDE Interrupts disabled on resume o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/28] i386/27711 panic: ffs_write: type: 0xc39b2fc9 9 (0,5 o [2001/05/29] i386/27729 the ls120 device "afd" does not show up u a [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/05/30] kern/27782 darrenr ipf packet munging bug using "to" option o [2001/06/01] misc/27810 rpc.statd can loop o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and f [2001/06/04] misc/27880 select fails to return incoming connect o [2001/06/04] ports/27883 bp shares mounted by the smbfs-1.4.1 port ar o [2001/06/05] misc/27893 can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/06] bin/27922 imp FreeBSD-SA-01:40 o [2001/06/07] ports/27925 portmgr index is not updated when it html manpage o [2001/06/07] ports/27926 portmgr bsd.port.mk does not handle MLINKS with h o [2001/06/07] ports/27929 jmz make extract on x11/XFree86-4 port fails o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/11] ports/28030 ports VMware requires block device for linux /d o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] i386/28098 mbus leakage in FreeBSD 4.3R somewhere o [2001/06/12] kern/28100 Hang after device probe on EISA machine o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/12] kern/28112 Packet capture does not work well with -p o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/14] kern/28164 [PATCH] crashdump can trash disklabel/oth o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/15] ports/28179 nbm vsftpd port creates a user without a warn o [2001/06/15] misc/28188 Cron is being started to early in /etc/rc o [2001/06/16] kern/28218 A peer of TCP socket cannot detect termin o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/17] i386/28231 /boot/loader can't load kernel on Xyberna f [2001/06/19] ports/28278 gnome mozilla doesn't build o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/21] ports/28322 gnome pan-0.9.7 fails to compile on FreeBSD 4.3 f [2001/06/22] misc/28339 roam Slow Disk performance on 4.3 (about half o [2001/06/23] misc/28374 Re: gdb output is wrong (same as #13427 ? o [2001/06/23] ports/28378 ports p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/23] bin/28381 Can't turn off telnet autologin o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/25] bin/28403 Re: make(1) does not correctly substitute o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/26] kern/28434 cs0's promiscuous mode does not work o [2001/06/26] ports/28438 gnome gawk-3.0.6 coredumps building guile-1.4 o [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with o [2001/06/28] ports/28474 joe incorrect permissions on log files create f [2001/06/28] ports/28475 kde klaptop daemon incorrectly thinks that th o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist o [2001/06/28] kern/28497 dmesg corrupted buffer/output o [2001/06/28] kern/28498 /var/log/messages incorrect o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/06/30] i386/28536 writing to corrupted msdosfs causes kerne o [2001/06/30] bin/28552 EUC support of wcstombs(3) is broken for o [2001/07/01] i386/28592 Please support boot from ATA RAID-0 devic o [2001/07/01] misc/28605 Syntax error in Ukrainian message in INDE o [2001/07/02] ports/28623 ports New port: Sun's Java Communication API o [2001/07/02] ports/28624 ports New port: FreeBSD-specific support for Su o [2001/07/02] misc/28629 ftpd REST command does not support restar o [2001/07/03] kern/28672 Erroneously mounting Audio-CDs as ISO cra o [2001/07/03] ports/28673 ports New Port: nhc98 - a haskell compiler to p o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/04] kern/28713 NEW IPFW FEATURE [PATCHES]: Dynamic rule o [2001/07/05] bin/28724 green ssh client won't do RhostsRSAAuthenticati o [2001/07/05] misc/28737 D-Link DFE530TX - vr0: Watchdog Timeouts; o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/06] bin/28773 [PATCH] Bug in pw, no $ in username o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] ports/28853 gnome textproc/scrollkeeper doesn't compile o [2001/07/09] kern/28856 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/13] bin/28935 dwmalone syslogd -u doesn't treat * as "all levels o [2001/07/15] i386/28985 Installing FreeBSD 4.3 on a Dell Optiplex o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green multi-user with star o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/16] ports/30607 kde KOffice doesn't build o [2001/09/16] ports/30613 ports ttcp should print statistics on stderr o [2001/09/17] kern/30630 Failure to check for existence of interfa 843 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/01/11] i386/105 Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/31] gnu/3157 obrien Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo a [1997/05/08] gnu/3552 asmodai the -L option of tar does not work proper f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [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/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 sheldonh man can display the same man page twice o [1997/08/29] bin/4420 roberto find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/13] kern/4528 processes hang if the mount_portal proces o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 eric Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i o [1997/11/14] kern/5048 dillon Calling shutdown(fd,1) multiple times wil o [1997/11/20] kern/5108 dillon pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 dillon kernel crash & core in pmap_testbit durin s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/11] kern/5275 dillon [PATCH] Added volume (barcode) support to s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with f [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/24] i386/5559 imp PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/06] kern/5672 dillon Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/06] kern/5931 dma errors in syslog with GUS-max a [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl o [1998/03/30] bin/6176 running architextSearch (excite) under li o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to o [1998/04/16] kern/6318 pppd does not update wtmp on hangup a [1998/04/16] misc/6320 mike Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": f [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 phk sysinstall: install from MS-DOS MO divece o [1998/06/22] bin/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 eric Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 portmgr MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c s [1998/08/22] kern/7722 Changes to acct format o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 rwatson patches to add a p_auth extension pointer o [1998/09/08] bin/7860 gad Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/27] i386/8867 eric /stand/sysinstall core dumps (signal 11) o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 kris pax can't read tar archives that contain o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o 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/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/28] kern/9748 error in queue handling of at_shutdown() a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] bin/10358 mikeh ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/14] conf/10582 marcel Makefile.upgrade fails with make -j o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/05] ports/10965 ports lcc-3.6 unable to compile anything a [1999/04/06] bin/10980 mikeh With ctags -x no space is left between na o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] bin/11248 Shuffle o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/05/26] bin/11900 mikeh Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 wosch makewhatis during installworld uses /usr/ o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/21] conf/12324 eric Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/28] conf/12432 dougb empty amd_flags causes start failure in r o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics f [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG f [1999/07/22] misc/12765 mikeh cable problem: link down for de0 NICs. o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy o [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/28] kern/12855 mckusick panic:softdep_flushfiles:looping, caused f [1999/07/30] misc/12887 mikeh Problem with "top" command in SMP f [1999/07/30] misc/12888 mikeh strange kernel messages when copying file o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 dwhite new man page describing timeradd() family o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/29] ports/18896 jseger Tcl "info hostname" command returns chop- o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/05/31] kern/18928 options ROOTDENAME=xxx on kernel config f o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 green sshd does not print before motd o [2000/06/02] bin/18967 ypserv not linked with tcp wrappers o [2000/06/03] misc/18987 Problems with Comtrol RocketPort o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil a [2000/06/05] docs/19010 doc Bad144 obsoletion by 4.0 is undocumented; o [2000/06/05] i386/19012 No volume run out for /var and lead my Fr f [2000/06/06] bin/19056 yacc in 3.4 and 4.0 reports "maximum tabl o [2000/06/06] bin/19057 offer of patch to uname that produces pre f [2000/06/06] kern/19063 VGA keyboard sometimes fails to work in b o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/08] misc/19124 ps(1) to support SysV-style options? o [2000/06/08] misc/19129 AMI Raid Express 200 card extremely slow o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/09] kern/19158 U.S.Robotics 56K FAX INT not recognize co f [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] gnu/19327 Fix to build 'a.out' binary. f [2000/06/17] bin/19355 fstat gives signal 10 (SIGBUS) when outpu o [2000/06/19] misc/19391 marcel Evilness with Linux Terminus, causes X to o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr f [2000/06/20] i386/19410 spontaneous reboot when esd runs on a -ST f [2000/06/21] bin/19422 dd users can overflow argv to make ps segfau f [2000/06/22] conf/19442 can't install on diverse harddisks. o [2000/06/22] ports/19448 markm filename input broken o [2000/06/22] ports/19456 chuckr the sp port is hardwired to install it's o [2000/06/22] ports/19457 vanilla The gimp port has /usr/local/bin hardwire o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup o [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19585 obrien bounce port misconfiguration o [2000/06/29] ports/19591 issei ssh2 port ignores 'ignorenologin' from lo o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] kern/19624 make {DFL,MAX}SSIZ kernel options o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails f [2000/07/05] kern/19706 Framing error on PC/NET 32 also used in o o [2000/07/05] bin/19719 imp pccard_ether lacks the start_if hooks as o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/05] misc/19725 4.0-STABLE: sys/boot/ficl build fails if o [2000/07/06] gnu/19733 obrien GDB 4.18 is not GDB 4.18 o [2000/07/07] bin/19755 nologin not configurable o [2000/07/07] kern/19756 sheldonh Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. f [2000/07/09] misc/19805 not installable on old-fashioned dx50 o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 murray Run Fit it floppy from serial port o [2000/07/11] conf/19849 MAKEDEV still defaults to da0X instead of o [2000/07/11] kern/19863 markm Non-blocking IO not supported on /dev/ran o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/17] ports/19977 rse mod_php3 and mod_php4 ports doesn't recog f [2000/07/17] docs/19981 doc Indonesian translations o [2000/07/18] gnu/20004 FBSD4 gcc __attribute__(constructor) not o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] ports/20145 dburr improving the devel/SN port o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/30] ports/20301 billf New port: irc/ircd-hybrid6 o [2000/07/31] bin/20311 markm src/release/Makefile: broken CHECKSUM.MD5 o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 sheldonh ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide o [2000/08/02] bin/20371 dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/03] kern/20393 dillon processes get stuck in vmwait instead of o [2000/08/04] bin/20402 ache 4.1R's ls conflicts with Emacs' dired mod o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 asmodai Can't make only cd0 under 4.1-STABLE o [2000/08/06] kern/20448 luigi expired dynamic rules shown in "ipfw get" o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/07] misc/20475 mjacob SES/SAF-TE giving bogus temps on JMR ELEC o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c o [2000/08/09] bin/20501 extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. s [2000/08/10] kern/20529 billf gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 patrick New port of cgoban2 o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/22] conf/20774 sheldonh 'NFS access cache time=2' is not a daemon o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] bin/20827 billf pkg_add -r only fetchs one-level deep dep o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 eric /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/08/30] docs/20950 kris [PATCH] openssl.1 has bogus section title f [2000/09/01] kern/20992 kern/tty_subr.c, b_to_q to a clist with n f [2000/09/02] ports/20995 sheldonh freeciv-civ gtk make problem. o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd a [2000/09/02] kern/21000 sheldonh 4.1-STABLE doesn't have card ID o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/04] ports/21038 jseger CFengine doesn't install info files o [2000/09/04] kern/21051 Updating 4.1-RELEASE to -current fails be o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 sheldonh top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/08] gnu/21128 a proposed patch for uucp package o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] kern/21154 Change the name of *_saver.ko to saver_*. o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt o [2000/09/11] ports/21211 rse the startup file installed by apache-mods o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim f [2000/09/12] kern/21240 mbufs allocated to data is huge number in o [2000/09/13] misc/21255 phk /sbin/md5 suggestion f [2000/09/14] misc/21273 murray PLIP Configuration in sysinstall is broke f [2000/09/15] misc/21298 mikeh tftpd problem "Socket operation on non-so f [2000/09/16] misc/21310 mikeh Telnetd locks up when trying to connect v o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/19] kern/21402 marcel Linuxulator: getpgid(0) fails o [2000/09/19] kern/21409 The ID for the VIA KT133 chipset is not i o [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] conf/21489 imp /etc/pccard_ether feature request o [2000/09/22] misc/21494 mikeh ftpd can't handle /etc/chroot entries wit o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] misc/21528 kris installworld fails in secure/usr.bin/open o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new a [2000/09/25] docs/21542 asmodai sigaction(2) man page is misleading f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q f [2000/09/26] misc/21587 mikeh install problem in 4.1-Stable o [2000/09/28] ports/21621 reg Update port: devel/libtool to 1.3.5 o [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin o [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] docs/21712 dan core(5) manpage fails to mention kern.sug o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/02] ports/21719 nbm New Port: Courier Mail Suite o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb o [2000/10/03] kern/21737 sendto returns systematically EINVAL with o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21752 Infortrend IFT-3102 doesn't like SCSI Cac o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] ports/21765 portmgr I cat't make ports using pw_gid) != typeof(group->g o [2000/10/22] bin/22211 typoed tar -c clobbers archives o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/26] docs/22338 asmodai ugen(4) man page missing o [2000/10/27] bin/22347 dd copies incorrect data after 2^32 bytes o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou f [2000/10/28] ports/22379 ports New port: libudbc o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) s [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] bin/22612 crontab -e failures o [2000/11/05] i386/22633 when kernel boots smp scsi fails o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong f [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] conf/22695 MAKEDEV has no entry for cfs0, the device a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] ports/22716 billf [PATCH] ports/net/ucd-snmp o [2000/11/09] bin/22730 tcpslice doesn't handle long file offsets o [2000/11/10] kern/22754 mmap man page states that non-page aligne o [2000/11/10] alpha/22759 alpha zip cannot work with existing .zip archiv o [2000/11/13] alpha/22824 alpha unaligned accesses from dhclient o [2000/11/14] conf/22859 darrenr rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] bin/22933 green Typographical error in ssh.1 o [2000/11/18] i386/22940 Can't install 4.1.1 on ad0s2 if da0 exist a [2000/11/20] i386/22971 marcel RealProducer doesn't work on linux emulat f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/23] ports/23060 steve lsof warning msg o [2000/11/23] conf/23063 [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23081 Touchpad on NEC Versa laptop is unusable o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/24] misc/23084 mount_nfs hangs self with some NFS server o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/26] kern/23123 IP options reveal IPstealth mode. Just t o [2000/11/27] i386/23141 ad1816 audio driver produces noise. o [2000/11/27] misc/23148 getopt(3) works non-intuitively? f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/04] ports/23287 portmgr allow system-local patches for ports o [2000/12/05] kern/23304 POSIX clock_gettime, clock_getres return o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B o [2000/12/06] bin/23321 [PATCH] reduce redundant code in /bin/cat o [2000/12/07] kern/23353 fcntl(F_GETLK) return l_pid equal to -1 f o [2000/12/07] i386/23359 Installation diskettes don't boot o [2000/12/07] misc/23362 tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB o [2000/12/09] conf/23402 sysinstall upgrade ought to check partiti o [2000/12/09] ports/23410 obrien [PATCH] FreeBSD throws away information o o [2000/12/10] kern/23414 fail to probe my pnp modem o [2000/12/11] bin/23472 gdb weirdness on programs compiled with - s [2000/12/11] docs/23488 doc A manpage for section 7 regarding a Toron o [2000/12/11] kern/23493 race in 'make -jN buildkernel' pollutes / a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/12] ports/23504 jseger Small stylistic fix in ports/editors/emac o [2000/12/12] bin/23509 Augment dev_mkdb to allow different direc o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] bin/23526 Patch for bin/9529 (ftp completion cant h o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 Merge libgcc_r with libgcc o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/19] ports/23649 rse the port of mod_php4 does not install cor o [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa o [2000/12/22] misc/23766 /etc/periodic/daily/440.status-mailq does o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages o [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro a [2001/01/01] kern/23989 murray NEW CODE: AMD 756 Power Management / SMBu o [2001/01/02] misc/24034 "CWD" discloses the full "real" path in a o [2001/01/04] bin/24066 gdb can't detach from programs linked wit f [2001/01/04] ports/24071 ports security/digest - md5,md4,sha1,ripemd160 o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/07] misc/24132 gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 emu10k1 has trouble playing non-44.1KHz s o [2001/01/08] i386/24150 network traffic appears bottlecaped. o [2001/01/09] ports/24207 jseger port "tcl83" cannot load shared objects o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/11] misc/24265 Linksys LNE100TX V.4.1 MAC address not de o [2001/01/12] kern/24269 Failure to setup DMA on ATA HDs (Alladin o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. a [2001/01/14] misc/24324 Greek console support o [2001/01/15] ports/24361 asami wrong filemodes o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco f [2001/01/16] ports/24395 ports Date object is not deserialized correct o [2001/01/18] bin/24435 Changing slice type causes Auto-partition o [2001/01/18] bin/24439 suggested replament for adduser(8) o [2001/01/18] bin/24444 cjc syslogd(8) does not update hostname o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us f [2001/01/21] misc/24513 new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] kern/24516 Mouse Logitech M-S48 does not in FreeBSD o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24569 PATCH for PPPD o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 f [2001/01/26] docs/24662 doc too many questions about source managemen o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB o [2001/01/30] bin/24732 dwmalone cmp can not compare files lager 2GB but s a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] ports/24756 billf net-snmp-4.2 does not compile with LPRng o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/02/01] conf/24781 MAKEDEV: rast* -> ast* a [2001/02/01] misc/24784 Why isn't bind always running as -u bind o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r o [2001/02/04] gnu/24844 gdb does not support kernel threads o [2001/02/04] ports/24845 tegge linuxthreads does not detect failed rfork a [2001/02/05] docs/24869 asmodai Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 eric Options screen at MenuMedia menu problem o [2001/02/06] docs/24921 phk Typo /devs --> /dev o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/07] misc/24942 tftp client timeout failure o [2001/02/07] bin/24944 new execute-file can't running(not found o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] bin/24955 /usr/bin/tail -F in 4.1+ doesn't work if o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 asami Emacs ports have misleading names o [2001/02/10] ports/24987 nbm New port: Courier mail server. o [2001/02/10] ports/24991 ports New port: eudc-emacs20 o [2001/02/10] kern/24998 More verbose logging for Joliet CDs o [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu a [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/13] bin/25059 dlopen(..,RTLD_GLOBAL) doesn't work for s o [2001/02/13] bin/25070 newsyslog(8) should send signals only onc o [2001/02/13] ports/25071 peter Ports-Skeletons gone after update o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/17] ports/25169 wosch [PATCH] update of p5-libwww port 1.62 -> a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current o [2001/02/19] misc/25217 user with login 'connected' shows bogus f o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/19] conf/25223 darrenr PATCH for rc.network to enable ipnat sepe a [2001/02/20] docs/25239 doc fdp-primer/tools/chapter.sgml says about o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s o [2001/02/21] ports/25251 dima acroread4 uses hard coded path for lpr f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all o [2001/02/21] kern/25275 X server freezes system randomly on pentu f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25297 kde kcontrol writes wrong variable names in c o [2001/02/23] ports/25299 kde kdm´s "Console mode" command isn´t meanin o [2001/02/23] ports/25313 wosch Script source displayed at http://www.nl. a [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/25] misc/25354 Slovak (sk_SK) locale missing o [2001/02/25] kern/25369 Miscellaneous CD drivers have potentially o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) s [2001/02/26] docs/25392 doc Chapter 9 pages could use 'location of fu o [2001/02/26] docs/25405 wosch misleading warning from catman(1), etc. a [2001/02/27] ports/25419 dwcjr Difficulties installing print/teTeX port o [2001/02/27] docs/25420 dd man page missing important information. o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/03/01] conf/25472 add bg_BG.CP1251 locale support o [2001/03/01] bin/25474 dump can't close fifo pipe correctly o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) a [2001/03/02] conf/25495 keichii missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/03] kern/25517 ARP cache timeout behavior can be improve o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/04] ports/25530 torstenb ports/net/cricket port does dependencies o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD o [2001/03/05] alpha/25564 alpha Port ups-debug doesn't build on the alpha o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with s [2001/03/06] kern/25582 paul lnc driver uses wrong driver name s [2001/03/07] bin/25584 arp.c - better printed ether address o [2001/03/07] bin/25587 Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha o [2001/03/08] docs/25606 keichii Incorrect Email Lists on Website a [2001/03/08] kern/25608 sos ATA CD-ROM is not recognized on IBM Netfi s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil o [2001/03/09] misc/25635 gad lpr -# didn't work on network printer a [2001/03/10] docs/25648 asmodai typos in some manpages (dependant) a [2001/03/11] ports/25708 dougb pine4 port hard-code /usr/local/include o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/12] ports/25763 shige XV fails to refresh properly on image dis o [2001/03/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num o [2001/03/14] conf/25809 /etc/default/rc.conf bad default ipfilter o [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] ports/25828 portmgr The devel/autoconf port won't install ins o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow f [2001/03/15] bin/25833 LOG_FAC() is bogus a [2001/03/16] bin/25850 peter CRON shouts o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads s [2001/03/18] ports/25907 roam Firebird shared libs not added to shared o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui o [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 f [2001/03/22] docs/26003 doc getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 doc Changing zone(9) man page o [2001/03/22] bin/26012 FTPD utmp logging support o [2001/03/22] kern/26016 VMWare is crash on SMP machine o [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/24] ports/26058 billf textproc/htdig simplifications and separa o [2001/03/25] bin/26080 [PATCH] various RPC fixes o [2001/03/26] ports/26104 billf PORT UPDATE: add ${FREETYPE_CONFIG} suppo o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/27] bin/26152 ps compat4x should include librsaINTL.so o [2001/03/27] misc/26153 sed G does not double space o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt a [2001/04/02] ports/26297 ports New port: devel/florist o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et a [2001/04/03] kern/26317 roam /modules not created by make installkerne o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] misc/26378 All 4.X-Release and 4.3rc2 Panics Install o [2001/04/06] kern/26385 VMWare reboots entire system after starti a [2001/04/07] conf/26420 murray addition of a serial 3-wire entry into ge o [2001/04/08] kern/26437 Kernel Panics on SMP box when subjected t o [2001/04/08] docs/26451 doc ctype.h defined functions are not accurat o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26546 des Add ioctl support to linux emulation and o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/15] bin/26602 RELENG_4 ssh/sshd modifies the 'erase' ch o [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] misc/26636 If /etc/ttys goes empty, init(8) never re o [2001/04/17] kern/26638 kern.fast_vfork sysctl doesn't do anythin o [2001/04/17] ports/26642 ports (Corrected) New port: russian/tac+ia o [2001/04/17] kern/26644 sos [PATCH] ATA/ATAPI driver doesn't implemen a [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26653 RTL8012 ethernet not listed in LINT or ha o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] ports/26670 markp ports/biology/molden has a checksum error o [2001/04/18] misc/26678 Correction of: misc/26521 o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] docs/26692 rnordier boot manpage describes bootfile prompt in o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/19] misc/26720 Both .cshrc and .profile should have the o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement f [2001/04/21] bin/26746 dmesg only prints the last couple of line o [2001/04/22] misc/26763 darrenr installing ipfilter sample files to share o [2001/04/22] conf/26774 gshapiro Installation of rmail, even without sendm o [2001/04/22] kern/26787 dd sysctl change request o [2001/04/22] ports/26788 obrien ratfor name incorrect? o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] kern/26800 wpaul Support for Netgear MA-301 wireless o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 old bootstrap /sys/i386/boot/... still in a [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/25] bin/26854 Better fix for ESS Technology Maestro-2E o [2001/04/25] docs/26861 doc accept(2) manpage documents non-existant a [2001/04/26] ports/26872 olgeni ports/devel/wedit has a checksum error o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v s [2001/04/26] ports/26882 kde KDE should use ca-roots port for SSL cert o [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] kern/26885 add if_xe as kernel module o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 eric sysinstall' fdisk can ONLY set bootable f f [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/04/29] bin/26943 [patch] description of :C modifier is mis o [2001/04/29] kern/26955 marcel Patches to get the DVD-ROM ioctl()s in th o [2001/04/30] ports/26983 jseger can't compile libwww o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/04/30] ports/26997 ports Update/New port: math/scilab 2.6 o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] docs/27027 nik Update src/share/misc/iso639 o [2001/05/02] misc/27039 new syscons screensaver a [2001/05/02] docs/27040 dougb rc(8) and syscons(4) talk about rc.conf.l o [2001/05/02] misc/27041 modify src/release/Makefile to make anoth o [2001/05/03] bin/27063 darrenr /sbin/ipfs missing o [2001/05/03] conf/27070 darrenr save/restore IP Filter's state tables at o [2001/05/04] ports/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs o [2001/05/06] ports/27167 ports ETHOberonV4 won't run a [2001/05/07] ports/27182 mharo Teach portlint to recognize RUN_DEPENDS=$ o [2001/05/07] ports/27187 jmz add linux ioctl handler to dri xf86-403 c o [2001/05/07] bin/27188 fix of rsh non-interactive mode behaviour o [2001/05/07] misc/27190 Day light savings in Mexico. o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] ports/27266 kevlo Port textproc/xerces should be named xerc o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r a [2001/05/12] misc/27290 Slovak(sk) locale was not present o [2001/05/12] ports/27291 jim Bluefish port doesn't build mo files o [2001/05/12] bin/27294 paul pkg_update disregards suffixes (portrevis o [2001/05/13] i386/27306 hw watchpoints work unreliable under gdb o [2001/05/14] misc/27311 pthread_attr_setscope always fails o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/15] ports/27332 ports New port: swedish/staroffice52 o [2001/05/15] kern/27334 load average constantly above 1.0, even w o [2001/05/15] kern/27342 change-request o [2001/05/16] bin/27374 Added bold color to the /bin/ls color sup o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/17] bin/27423 change request a [2001/05/18] misc/27425 Slovak definitions of locale missing o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] ports/27473 jmz when I install the package XFree86-4.0.3_ f [2001/05/20] bin/27483 make sysinstall ask for the keymap at ins o [2001/05/20] bin/27489 patch for feature sysconf(_SC_NPROCESSORS f [2001/05/22] ports/27542 sobomax xmps should not require gnome a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] docs/27572 luigi ipfw(8) manpage does not clearly state ch o [2001/05/23] ports/27573 ports The port of ascd dumped core o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] ports/27610 ports www/apache-jserv: some docs are installed o [2001/05/24] kern/27615 darrenr ipf restricts rule-changing at secureleve o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/26] misc/27677 asmodai miss BIND name server library o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken o [2001/05/28] gnu/27715 dwmalone UUCP doesn't recognize traditional BSD co f [2001/05/29] ports/27740 ports new port: isoqlog Qmail Log Analyzer o [2001/05/29] ports/27743 kuriyama UPDATE to converters/tcs o [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/01] conf/27811 alfred bad order of rpc.lockd and rpc.statd star o [2001/06/01] misc/27816 rpcgen -b generates server code which doe o [2001/06/01] ports/27825 torstenb MASTER_SITES update : x11-wm/ctwm o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only o [2001/06/02] docs/27833 doc No man page for locate.rc o [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe o [2001/06/02] ports/27838 keichii dot.emacs is 600 s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/05] kern/27894 remounting local filesystem causes nfsd t o [2001/06/06] ports/27903 peter Update: www/transproxy f [2001/06/06] kern/27912 darrenr ipfilter state table limits are too small o [2001/06/06] docs/27915 doc man 5 passwd does not properly explain th o [2001/06/06] docs/27919 n_hibma missing usb man pages o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp o [2001/06/07] ports/27935 markp New port: palm/plucker a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 a [2001/06/08] ports/27956 ports New port:A messenging client supporting A a [2001/06/08] conf/27959 imp Add cygwin termcap entry o [2001/06/08] bin/27970 cp -pR does not preserve modification tim o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] bin/28007 added "force printing of non-print chars" o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod o [2001/06/10] ports/28025 ports New port: net/spread o [2001/06/10] bin/28026 Graphics mode suspend causes weird hang o a [2001/06/11] conf/28078 /stand/sysinstall skips distro selection a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr o [2001/06/12] ports/28106 ports New port: libCxClient-0.10 - Citadel/UX C f [2001/06/12] ports/28110 knu new port : P4DB, perforce web interface o [2001/06/12] ports/28111 jseger pcb port has unlisted dependencies a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/13] bin/28116 des init: allow reboot during runcom o [2001/06/13] ports/28121 sobomax New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona o [2001/06/14] docs/28143 asmodai the Hz kernel config option is not docume s [2001/06/14] docs/28144 doc no manpage for host.conf, no xrefs in oth o [2001/06/14] kern/28166 sos Mounted CD-ROM can be ejected in some cas o [2001/06/15] bin/28171 des [PATCH] to support a HTTP_REFERER env var o [2001/06/15] docs/28180 dillon tuning man page and rfc1323 o [2001/06/15] ports/28183 ports JDK Documentation ports for JDK 1.1, 1.2, a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi f [2001/06/16] misc/28203 NEWCARD won't recognize my cardbus contro o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] ports/28225 ports [New Port] net/xipdump - displays ip pack f [2001/06/17] misc/28230 iso-8859-1_to_cp437.scm doesn't contain s o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 pirzyk ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] ports/28252 ports New port: xpp: A tool for choosing and co o [2001/06/18] misc/28255 picobsd documentation still references ol o [2001/06/18] ports/28256 ports New port: citadel-5.74 s [2001/06/18] kern/28260 UIO_MAXIOV needs to be made public o [2001/06/19] ports/28271 tobez New port: A perl GUI toolkit a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/20] conf/28290 peter Mouse refuses to run o [2001/06/20] bin/28294 dump of vinum based file systems by devic o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/20] docs/28306 doc docbook.css and OBJDIR o [2001/06/21] conf/28320 dougb Denied zone transfers in daily run output o [2001/06/21] ports/28332 ports Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/22] misc/28360 ru /sbin/route bug o [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction o [2001/06/23] ports/28375 vanilla New port: chinese/pycodec o [2001/06/24] misc/28384 make installworld fails from R/O /usr/obj o [2001/06/25] alpha/28401 alpha make world problem o [2001/06/26] ports/28428 ports New port: graphics/xmms-xvs o [2001/06/26] ports/28432 obrien [patch] comms/conserver fails with MD5 pa o [2001/06/26] bin/28435 [patch] allow newsyslog to signal process o [2001/06/27] i386/28444 eric instal.cfg; setting tryRTSOL=NO does not o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod o [2001/06/27] misc/28455 ache GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28464 ports New port: www/orion-current f [2001/06/27] misc/28468 There may be problems about login o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/29] ports/28509 keith zh-dia is broken o [2001/06/29] ports/28510 portmgr Can't make ports readmes if categories mi o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/06/29] ports/28526 nakai x11-wm/icewm can't show the CPU status wi o [2001/06/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' f [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/06/30] docs/28555 doc [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] ports/28576 sobomax Fix pkg-plist for archivers/ucl o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st f [2001/07/02] bin/28634 des Bug in syslogd.c prevents #+hostname work o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/02] ports/28658 ports new port: x11/mwheel.el o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] ports/28680 portmgr pkg_update complains about missing REQUIR o [2001/07/03] kern/28681 ATAPI MO drive support o [2001/07/03] ports/28682 portmgr Some port install builds fail if silent ( o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/05] ports/28717 billf net/net-snmp stop enumerate interfaces wh o [2001/07/05] ports/28727 ports patch to make expect build WITHOUT_X11 o [2001/07/05] bin/28738 IPFW log messages causes syslogd to fsync a [2001/07/05] ports/28758 roam New port: security/apg o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co a [2001/07/07] bin/28790 mike [PATCH] whois: AUNIC fix, Add an option t o [2001/07/07] ports/28796 ports New port: russian/tac+ia o [2001/07/07] misc/28800 sysinstall provides no way to overwrite M o [2001/07/07] ports/28803 obrien ports/comms/conserver does not support ## o [2001/07/08] ports/28806 portmgr FIND inconsistency o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/08] ports/28812 ports New port: databases/ccc o [2001/07/08] bin/28820 tar and cpio cannot deal with files > 2GB o [2001/07/08] bin/28824 sos [patch] src/usr.sbin/burncd warning clean o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/10] bin/28884 auth.conf out of date in -Stable o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz f [2001/07/11] ports/28904 portmgr bsd.port.mk: PLIST_SUB for DOCSDIR, DATAD o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t o [2001/07/13] kern/28947 dup2 closing pthread file descriptor o [2001/07/13] ports/28948 dirk Add domxml and imap-ssl support to mod_ph a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/13] ports/28962 joe Enable SSL support for jabber/jabberd o [2001/07/14] ports/28964 ports New port: chat client for VChat conferenc o [2001/07/14] bin/28972 gamma returns same result as lgamma o [2001/07/14] i386/28975 RocketPort problems o [2001/07/14] kern/28976 ddb doesn't understand ctrl-u o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too f [2001/07/15] bin/28990 mikeh ftp(1) has stack overflow when "mget *", f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 o [2001/07/16] ports/29004 gnome make error at gnomeutils/po o [2001/07/16] ports/29009 dburr fsgs port installs cfg file with wrong pa o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] ports/29068 nsayer cyrus-sasl port pwcheck should allow PAM o [2001/07/18] ports/29069 portmgr Update port devel/autoconf o [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 At loading notebook pccardd not correctly o [2001/07/19] ports/29080 ports New port: net/icradius - IC-Radius daemon o [2001/07/19] ports/29081 ports New port: net/p5-IC-Radius o [2001/07/19] docs/29088 phk jail(8) man page has innacurate instructi o [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/19] bin/29090 add `no_rip_out' option to routed o [2001/07/19] ports/29095 lioux Update of jgnat to jgnat-1.1p o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/20] kern/29104 phk [PATCH] md, disklabel and devfs do not pl o [2001/07/20] i386/29107 Unable to download repository from releng o [2001/07/20] conf/29117 pccard.conf missing an entry for NOVAC NV o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp a [2001/07/21] ports/29137 obrien Brand New Tripwire-2.3.1 Port o [2001/07/22] docs/29143 doc List of man pages that need to be written o [2001/07/22] ports/29153 nik Locating jadetex in textproc/docproj port o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] kern/29160 mount of NIKON Coolpix 995 via umass driv o [2001/07/23] ports/29163 jmz XFree86-4 port should register XFree86-4- o [2001/07/23] bin/29164 [PATCH] lack of 'Do not fragment' flag in f [2001/07/23] docs/29166 tomsoft Flaw in growfs(8) manpage o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/23] bin/29171 [PATCH] keyserv and rpc.yppasswd o [2001/07/23] bin/29172 [PATCH] Add more checks in rpc/svc_vc.c a o [2001/07/23] bin/29173 [PATCH] wrong flags for rpcgen(1) o [2001/07/23] bin/29174 [PATCH] cleanup of the ti-rpc merger o [2001/07/23] bin/29175 tmm [PATCH] rpcgen(1) and inetdflag/pmflag su o [2001/07/23] bin/29177 [PATCH] rpc client create functions with o [2001/07/23] bin/29186 sos Still having burncd problem from bug 2624 s [2001/07/24] kern/29187 sound device don't work o [2001/07/24] ports/29199 sobomax jdk12beta port should register open-motif o [2001/07/25] docs/29215 ue NIS Section in Handbook should be more de o [2001/07/25] ports/29219 bp smbfs-1.4.1 don't compile o [2001/07/25] ports/29223 ports cyrus-imapd and postfix master.8 manpage o [2001/07/25] ports/29224 sobomax WindowMaker-0.65.1 install fails at insta o [2001/07/25] ports/29227 ports New port: zclock time/date applet for GNO o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] misc/29241 mike Mailing list seach web page lacks an entr o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/26] ports/29248 jmz XFree86 4.1 hangs with an i815 chip while o [2001/07/26] ports/29250 greid Update net/ettercap to 0.5.4 o [2001/07/27] ports/29261 gnome Bug-fix and feature update for Balsa-1.1. o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not o [2001/07/27] ports/29267 nbm Update the svscan.sh startup script for d o [2001/07/28] ports/29278 greid Update port net/ettercap o [2001/07/28] ports/29282 lioux New port ftp/swiftfxp o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/28] ports/29291 billf ethereal fails to build in wiretap a [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/29] ports/29298 cpiazza Installation of documentation for vcdgear o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] ports/29310 steve Fix bento checksum errors o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar o [2001/07/29] kern/29318 Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/30] gnu/29331 still documented broken options in gcc ma o [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29338 lioux Fix jgnat-1.0p for bento o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/07/31] kern/29355 adrian [patch] lchflags support o [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 [PATCH] newsyslog can support time as ext o [2001/08/01] conf/29364 imp please add STI Flash 5.0 to pccard.config o [2001/08/01] ports/29369 ports new port for the CHTML package o [2001/08/01] misc/29376 phk Realloc() doesn't (by default) comply wit o [2001/08/02] ports/29392 torstenb Small built-time glitch in Makefile for a o [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/02] kern/29405 bp many mount/umount smbfs share results in o [2001/08/03] misc/29414 http://www.uk.freebsd.org/cgi lets anyone o [2001/08/03] ports/29418 ports New Port: www/waccess-1.1 - A Quick-N-Dir o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e o [2001/08/04] ports/29456 ports New port of blimitd (daemon to enforce lo o [2001/08/04] ports/29461 ports new port: x11-wm/bbapm (blackbox APM mete o [2001/08/04] ports/29462 ports new port: x11-wm/bbrun (blackbox run box) o [2001/08/07] kern/29499 dwmalone it is not possible to send creditionals o [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit f [2001/08/07] docs/29525 doc hier(7) has sometimes-erroneous descripti o [2001/08/07] ports/29528 dburr Update misc/tvguide to 0.9.0 o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo o [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 f [2001/08/08] ports/29555 gnome [PATCH] Mpzilla 0.9.3 build fails at nsKe o [2001/08/09] ports/29565 dirk Update port: www/mod_php4 o [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] ports/29573 ports New port: A script to fetch mail from a H o [2001/08/09] ports/29576 ports ports/print/ghostscript6 needs updated. o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/10] ports/29591 knu fix port: graphics/picturebook o [2001/08/10] kern/29602 darrenr kernel doesn't check if newly allocated e f [2001/08/10] i386/29611 nfsd eats 100% cpu when run without TCP s o [2001/08/10] ports/29616 ports ports/net/generic-nqs loaddaemon does not o [2001/08/10] ports/29620 petef New port: devel/libcapsinetwork o [2001/08/11] kern/29621 Missing man page for ulpt o [2001/08/11] kern/29624 kernel prints "bmaj but is not a boot dis o [2001/08/11] ports/29630 ports New port : xtexsh o [2001/08/11] ports/29637 ports New port: logjam livejournal client (prev o [2001/08/11] ports/29638 green [patch] upgrade security/cfs a [2001/08/12] i386/29639 murray entry for zip 250 drives in /etc/disktab o [2001/08/12] ports/29644 ports updating xmsgsaver ports o [2001/08/12] ports/29667 ports New port: www/mod_auth_pwcheck o [2001/08/13] ports/29674 ports diclookup-mule port which works on emacs- o [2001/08/13] bin/29675 lint fails on stdio.h o [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/14] ports/29701 sobomax Add to the post-patch for x11-wm/windowma o [2001/08/14] ports/29710 portmgr bsd.port.mk - Include more MASTER_SITE_* o [2001/08/14] ports/29711 ports New port: xjumpx -- improved version of g f [2001/08/14] ports/29712 dwcjr New port : muttprint - fancy printing for f [2001/08/14] ports/29719 dwcjr update extipl-5.03 o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d o [2001/08/15] ports/29731 ports minor errors in docs, install o [2001/08/15] ports/29732 sobomax linking error o [2001/08/15] ports/29745 keith Fix pkg-plist for chinese/CJK o [2001/08/15] ports/29746 obrien Fix pkg-plist for chinese/cless o [2001/08/15] ports/29747 obrien Fix pkg-plist for chinese/cxterm o [2001/08/15] ports/29749 obrien Fix pkg-plist for chinese/gb2ps o [2001/08/15] ports/29750 keith Fix pkg-plist for chinese/libtabe o [2001/08/15] ports/29753 keith Fix pkg-plist for chinese/xcin25 o [2001/08/15] ports/29754 sobomax Fix pkg-plist for comms/mserver o [2001/08/15] ports/29756 sobomax Fix pkg-plist and Makefile for comms/sred o [2001/08/15] ports/29757 se Fix pkg-plist for comms/yaps o [2001/08/15] ports/29760 hoek Fix pkg-plist and Makefile for converters o [2001/08/15] ports/29762 hoek Fix Makefile and pkg-plist for converters f [2001/08/16] ports/29763 ade port addition request o [2001/08/16] kern/29769 Kernel configuration hangs on i815e with f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a o [2001/08/17] ports/29799 ports Fix pkg-plist for port databases/mysql-ed o [2001/08/17] ports/29801 ports Fix pkg-plist for port databases/metakit o [2001/08/17] ports/29805 ports New port: devel/c2man f [2001/08/17] docs/29807 dd [PATCH] XFREE86_VERSION is undocumented o [2001/08/17] ports/29828 nakai Update port: x11-wm/golem o [2001/08/17] ports/29831 ume Fix port sysutils/gkrellm o [2001/08/17] ports/29836 ports New port: cyrus-imspd o [2001/08/18] ports/29843 ports StarOffice 5.2 port does not find CD-ROM f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm o [2001/08/18] ports/29851 kuriyama ports/textproc/cocoon has a checksum erro o [2001/08/18] ports/29856 portmgr make extract of cyrus did an install of c o [2001/08/18] ports/29857 ports New port: www/py-websvcs o [2001/08/18] ports/29858 ports Updated port: audio/lame (3.89b) o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/19] kern/29875 CURRENT driver for Tekram DC395X and DC31 o [2001/08/19] ports/29876 portmgr bsd.port.mk: MLINKS Description wrong o [2001/08/19] ports/29883 markm Update textproc/par to 1.53 a [2001/08/20] bin/29892 dd pw user add + qmail problem o [2001/08/20] misc/29893 eric suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 pam_unix patch, which uses loginclass pas a [2001/08/20] ports/29902 gnome Mozilla package URL problems o [2001/08/20] ports/29905 ports Update port to 1.2.9.1, add doxywizard an o [2001/08/20] ports/29907 ports New port: sysutils/sha o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29924 ports remove port smalleiffel-0.76.b4 o [2001/08/21] ports/29926 demon kdeadmin fails to compile at kpackage o [2001/08/21] conf/29928 gshapiro SENDMAIL_ADDITIONAL_MC is less than entir o [2001/08/21] ports/29929 ports wginstall.pl script chokes on calculated o [2001/08/21] ports/29930 demon new port for LAM/MPI s [2001/08/21] kern/29931 roam if expand_name() return with NULL, coredu o [2001/08/21] ports/29948 ports Update port converters/tnef to version 1. o [2001/08/21] ports/29949 sobomax JDK 1.3.1 native port o [2001/08/22] ports/29955 ports CAMLP4 port is out of sync with ocaml + u o [2001/08/22] ports/29960 ports ports/devel/glg has a checksum error o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak o [2001/08/22] kern/29962 sent broadcast packets get spurious 4 byt o [2001/08/22] bin/29966 cleanup of ppp server socket on unclean s o [2001/08/22] ports/29969 gnome gnomedb does not build o [2001/08/22] kern/29974 smbfs generates a ''Negative opencount'' a [2001/08/23] docs/29984 dd random(4) manpage has typo o [2001/08/23] misc/29996 asmodai stdbool.h is not installed f [2001/08/23] ports/29999 petef update sysutils/gcombust to 0.1.46 o [2001/08/23] ports/30007 ports [NEW PORT] of Gary Pearlman's unix|stat s a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/23] ports/30012 dirk mod_php4 does not build on 4.4 with apach f [2001/08/23] i386/30013 a program loops when used with && a [2001/08/23] ports/30014 ports Installation of PHP with GD fails o [2001/08/23] ports/30018 gnome mozilla 0.9.3 build fails o [2001/08/24] ports/30028 billf Issue between www/mod_php4 and graphics/g o [2001/08/24] ports/30029 ports new port: net/papaya-plugins (plugins for o [2001/08/24] ports/30030 ports new port: net/papaya-plugins (graphical m o [2001/08/24] ports/30050 ports New port: audio/ecawave o [2001/08/24] kern/30052 dc(4) driver queues outgoing pkts indefin a [2001/08/24] bin/30054 mike ftp(1)'s fetch.c could easily have vhost o [2001/08/24] bin/30055 ftp(1)'s fetch.c has readability-issues w o [2001/08/24] kern/30061 Modify agp_via.c to recognize VIA Apollo o [2001/08/24] ports/30067 jseger Upgrade games/gnugo and assume MAINTAINER o [2001/08/25] ports/30075 gnome print/ggv just USE_GNOMELIBS o [2001/08/25] docs/30082 jkoshy Dead URL on website o [2001/08/25] bin/30091 darrenr IPFilter Fails to Filter Bridged Packets o [2001/08/25] ports/30094 ports New port: ferite o [2001/08/26] ports/30095 billf net/net-snmp fails compile on 5-current o [2001/08/26] ports/30096 kde [KDE 2.2] KSpell doesn't include /usr/loc o [2001/08/26] ports/30097 kde [KDE 2.2] KDE-session fails to start o [2001/08/26] ports/30099 portmgr [PATCH] Useless use of cat in /usr/ports/ o [2001/08/26] ports/30113 ports [UPDATE] devel/doxygen 1.2.6 -> 1.2.10 o [2001/08/26] ports/30114 sobomax Update port: graphics/py-opengl o [2001/08/26] ports/30115 ports New Port: pdnmesh a finite element progra o [2001/08/26] ports/30116 ports New Port: x86info shows interesting info o [2001/08/27] ports/30122 ports print/ttf2pt1 is compiled with freetype2 o [2001/08/27] ports/30148 portmgr devel/libtool: shared libs with compaq-cc o [2001/08/28] kern/30160 Kernel panic when flash disk is removed a o [2001/08/28] ports/30162 ports make audio/flac build with Compaq C f [2001/08/28] ports/30166 ports ports o [2001/08/28] ports/30170 ports majordomo port: scripts/createuser does n o [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/28] ports/30180 ports ksh93 - checksum mismatch - patch not app f [2001/08/29] ports/30185 roam [PATCH] databases/firebird: Fix UDF loadi o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] ports/30196 portmgr HTTP_PROXY (and FTP_PROXY) in /etc/make.c o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl o [2001/08/29] docs/30202 dd pointer to pointer to information o [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe o [2001/08/29] ports/30215 jseger www/libwww: update to 5.3.2 o [2001/08/30] misc/30224 No irq - PCI wi card doesn't allow interu o [2001/08/30] ports/30225 gnome mozilla 0.93 build problem o [2001/08/30] ports/30232 petef New Port orbitcpp o [2001/08/31] ports/30236 obrien vim6 with max feature a [2001/08/31] ports/30242 ports New port: net/gutenfetch: Fetch books fro o [2001/09/01] bin/30247 sh cannot redirect to /dev/fd/1 or from / f [2001/09/01] ports/30249 ports SmallEiffel update to -0.75 o [2001/09/01] docs/30253 bp [PATCH] mount_unionfs(8) and mount_nullfs o [2001/09/01] misc/30255 [PATCH] Packets reinjected by natd but de o [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/01] bin/30258 aborting burncd using Ctrl-C screws up CD f [2001/09/02] bin/30262 brian ppp segfault o [2001/09/02] ports/30264 greid Update port: graphics/xawtv o [2001/09/02] ports/30272 grog [PATCH] instant-workstation RUN_DEPENDS b o [2001/09/02] ports/30274 ports isc-dhcp3 port out of date o [2001/09/03] ports/30290 kde Remove port: deskutils/korganizer o [2001/09/03] ports/30291 kde Remove port: misc/khotkeys o [2001/09/03] misc/30297 dwmalone CLOCKS_PER_SEC non-standard o [2001/09/03] ports/30298 chuckr [PATCH] a2ps-4.13 can't cope with ENOMEM o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] bin/30304 [PATCH] PAM authentication for uucpd o [2001/09/04] ports/30311 dbaker Update port: dnetc-2.8015.469 o [2001/09/04] ports/30314 ports [PATCH] Add Exim packages to CDROM 1 o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/04] ports/30326 nakai Update port: x11-wm/xfce to 3.8.7 o [2001/09/04] ports/30327 cjh [PATCH] Update splay to 0.9.5.2 o [2001/09/04] ports/30328 portmgr bsd.port.mk has a wrong comment. o [2001/09/04] misc/30329 imp PCCARD configuration for GVC 10Mbps Ether o [2001/09/04] ports/30332 ports OpenSSL port does not allow for upgrade o o [2001/09/05] bin/30334 mount_nfs ignores acregmin, acregmax, axd o [2001/09/05] ports/30335 gnome rep-gtk port breaks on 4.3 -> 4.4 rollove o [2001/09/05] ports/30337 ports Update to new distribution/ old one broke o [2001/09/05] ports/30339 nakai port compilation problem found in rpm arc o [2001/09/05] conf/30341 be keymap: wrong Capslock behaviour with o [2001/09/05] docs/30343 doc minor changes to ata(4) manpage o [2001/09/05] bin/30350 bmah pkg_version output was "?" only o [2001/09/05] i386/30352 adduser rollback request o [2001/09/05] gnu/30354 make buildworld is failing from 4.4-RC ba f [2001/09/05] ports/30358 ports new port: www/httpgrabber - HTTP traffic o [2001/09/05] ports/30359 ports Updated Yorick port o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/05] ports/30361 ports Update port: russian/apache13 o [2001/09/05] ports/30363 lioux [NEW PORT] ${PORTSDIR}/lang/gnat-doc-* G o [2001/09/05] ports/30365 lioux [NEW PORT] ${PORTSDIR}/lang/jgnat-doc-* o [2001/09/06] ports/30368 ports New port: net/p5-RPC-XML o [2001/09/06] ports/30372 ports Update: seti_applet (0.4.1) o [2001/09/06] ports/30376 kde kdegraphics2 fails to make package o [2001/09/06] ports/30381 ports Updated port: textproc/latex2html (pkg-me o [2001/09/06] ports/30382 ports New port: x11-toolkits/notif2 (1.0) o [2001/09/06] ports/30383 sobomax Updated port: x11-toolkits/gtk-engines-co o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/06] ports/30395 ports New port: lang/spl o [2001/09/06] docs/30408 doc loader man page is out-of-date o [2001/09/06] ports/30411 ports new port: mail/ricochet o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] ports/30413 ports [UPDATE] xine 0.4.3->0.5.3 o [2001/09/07] misc/30418 sysinstall package list doesn't include a o [2001/09/07] pending/30422gnats-adminWDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/07] ports/30428 ports [PATCH] Upgrade Rexx-IMC to 1.75 and fix o [2001/09/08] ports/30431 ports ircd-hybrid fails to open logfile when st o [2001/09/08] conf/30441 Can't set interface arguments for dhcp co o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 doc remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 doc remove broken references to gated(8) and o [2001/09/08] docs/30445 doc remove reference to nonexistent crd(4) fr o [2001/09/08] docs/30446 doc remove broken references to pvcsif(8) and o [2001/09/08] docs/30447 doc remove broken cxconfig(8) reference from o [2001/09/08] misc/30448 Olympus 4040Z Camera is seen by umass asi o [2001/09/09] i386/30461 no audio cd with cmi8330 o [2001/09/09] bin/30464 pthread mutex attributes -- pshared o [2001/09/09] ports/30468 ports py-qt Missing file in the plist o [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/09] ports/30476 ports new port o [2001/09/10] bin/30484 rpc.rstatd consumed lots of open file des o [2001/09/10] bin/30496 `host` does not work properly with top-le o [2001/09/10] ports/30497 ports ftp.freesoftware.com no longer exists o [2001/09/10] ports/30499 portmgr libtool-1.4.1 port diffs o [2001/09/10] misc/30500 Fortune cites wrong source o [2001/09/11] i386/30503 imp stray pccard card insertion events after o [2001/09/11] ports/30504 ports update port: chinese/zhcon o [2001/09/11] kern/30510 no apm for VIA KT133A chipset o [2001/09/11] ports/30511 kde Problem getting opengl/mesa to work with o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] conf/30520 rc files creation problem o [2001/09/12] misc/30526 inserting a Sony Ninja-ATA pcmcia style c o [2001/09/12] ports/30535 nakai Update port: x11-wm/icewm (fix ports/2806 o [2001/09/12] misc/30536 sos burncd(8) doesn't wait long enough for CD o [2001/09/12] kern/30540 [PATCH] spelling and grammar fixes in a c o [2001/09/12] kern/30541 imp [PATCH] old pccard beep depends on value o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall s [2001/09/12] bin/30543 ru [PATCH] use err() instead of just exit() o [2001/09/12] bin/30546 [PATCH] /etc/rc pedantry o [2001/09/13] misc/30548 Mount disk Solaris o [2001/09/13] ports/30549 ports Maintainer update: Jakarta Ant 1.4 o [2001/09/13] ports/30550 ports xmame 0.54.1 with CPS2 o [2001/09/13] ports/30552 ports Typos in /usr/ports/german/unix-connect/p o [2001/09/13] docs/30556 doc vnconfig man page incorrect; functionalit o [2001/09/13] ports/30557 ports bitchx fails to build when WITH_TCL=yes i o [2001/09/13] ports/30558 ports New port: Perl extension for manipulating o [2001/09/13] ports/30560 ports Typos in /usr/ports/french/staroffice52/p o [2001/09/13] ports/30569 ports Gdm won't compile o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 ports /usr/X11R6/bin/xfce_setup does not create a [2001/09/14] misc/30579 chern Installation hangs during install while s o [2001/09/14] ports/30585 knu Update port: japanese/migemo-emacs20 o [2001/09/15] bin/30587 [PATCH] small fix to ifconfig output o [2001/09/15] conf/30596 Patch to specify a different directory to o [2001/09/15] ports/30600 keith abiword had move to share/ o [2001/09/15] ports/30601 okazaki New port: net/openslp o [2001/09/15] docs/30603 doc physio(9) is internally inconsistent o [2001/09/15] ports/30604 ports postgresql7 doesn't build with kerberos5 o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri o [2001/09/16] ports/30615 ports The 'bcwipe' port installs Linux binaries o [2001/09/16] ports/30616 ports Update port japanese/a2ps o [2001/09/16] docs/30618 doc ediff man page incomplete o [2001/09/16] misc/30619 The languages subdirectories clutter the o [2001/09/16] ports/30621 ports Add BSD graphics to replace the Linux gra o [2001/09/16] ports/30622 ports update port: ftp/lftp o [2001/09/16] ports/30623 sobomax Update of the audio/glame port o [2001/09/17] ports/30625 ports [PATCH] vmware2 patch for -current with K o [2001/09/17] docs/30626 doc Typo in errno(2) manual o [2001/09/17] bin/30627 /usr/libexec/makekey doesn't grok modern o [2001/09/17] ports/30629 ports Update port: japanese/eterm o [2001/09/17] misc/30631 readdir_r() SEGV on large directories o [2001/09/17] ports/30632 ports update MASTER_SITES for net/aggregate o [2001/09/17] ports/30633 ports update MASTER_SITES for net/ciscoconf o [2001/09/17] kern/30634 kevent.data value incorrect for UDP socke 1667 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 11:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F32637B40D for ; Mon, 17 Sep 2001 11:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HIU4Q17399; Mon, 17 Sep 2001 11:30:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 17 Sep 2001 11:30:04 -0700 (PDT) Message-Id: <200109171830.f8HIU4Q17399@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jim Bauer Subject: Re: misc/30631: readdir_r() SEGV on large directories Reply-To: Jim Bauer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30631; it has been noted by GNATS. From: Jim Bauer To: freebsd-gnats-submit@FreeBSD.org, jfbauer@nfr.com Cc: Subject: Re: misc/30631: readdir_r() SEGV on large directories Date: Mon, 17 Sep 2001 14:21:48 -0400 Correction to suggested fix. memcpy(entry, dp, (unsigned) &dp->d_name - (unsigned)dp + dp->d_namlen + 1); -- Jim Bauer, jfbauer@nfr.com NFR Security, Inc. 240-747-3405 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 11:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A0F737B40E for ; Mon, 17 Sep 2001 11:30:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HIU5T17404; Mon, 17 Sep 2001 11:30:05 -0700 (PDT) (envelope-from gnats) Date: Mon, 17 Sep 2001 11:30:05 -0700 (PDT) Message-Id: <200109171830.f8HIU5T17404@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jeremy Chadwick Subject: Re: kern/30559: Intense SCSI tape access results in controller errors Reply-To: Jeremy Chadwick Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30559; it has been noted by GNATS. From: Jeremy Chadwick To: "Justin T. Gibbs" Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/30559: Intense SCSI tape access results in controller errors Date: Mon, 17 Sep 2001 11:29:03 -0700 On Mon, Sep 17, 2001 at 11:16:07AM -0600, gibbs@scsiguy.com wrote: > >>Description: > > Under heavy SCSI tape access, our system spits out the following on the cons > >ole. Please note this applies to the ahc1 controller. > > This essentially tells us that the controller is waiting for the target to > REQ the last bits of data on this transfer. Either the target failed to see > an ACK from the initiator, or the initiator failed to see a REQ from the target. > > > Our SCSI bus is terminated properly. The drives are not LVD. Cables do > > not "run too close to the power supply." Cable length does not exceed > > specification. Cable quality is high -- replacing cables made no difference. > > Decreasing speed from 40MB/sec to 20MB/sec made no difference. Disabling SMP > > (via sysc tl MIB) made no difference. > > > > The only thing I haven't tried is removing the drive from the library/changer > > system itself, and throwing it right off the main SCSI cable. > > Nonetheless, this is an "environmental" problem. Perhaps your changer has > a bad power supply. Perhaps the changer design does not allow you to run > with anything other than a very short cable (well below the maximum length > allowed by the SCSI spec), etc. > > If you bootverbose, does the controller report the termination values > you expect? Thanks for getting back to me. In a "last attempt" to figure out the problem, we flipped our 1st and 3rd SDX-500C drives (in the library system). Oddly enough, the problem went away. This leads me to believe the problem relates to either a flakey SCSI port on one of the SDX-500C drives (the one reporting errors in my bug report), or possibly bad cabling within the library system itself. Since swapping the drive order, we've seen fantastic results in speed and stability from the drives. Hence my prognosis. This bug report can be closed. -- | Jeremy Chadwick jdc@best.net | | Best Internet/Verio Pacific ext 8251 | | UNIX Systems Administrator Mountain View, CA, USA | | Verio - "the new world of business" | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 11:57: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 853F937B415; Mon, 17 Sep 2001 11:56:57 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HIl9T19592; Mon, 17 Sep 2001 11:47:09 -0700 (PDT) (envelope-from dwmalone) Date: Mon, 17 Sep 2001 11:47:09 -0700 (PDT) From: Message-Id: <200109171847.f8HIl9T19592@freefall.freebsd.org> To: jdc@best.net, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30559: Intense SCSI tape access results in controller errors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Intense SCSI tape access results in controller errors State-Changed-From-To: open->closed State-Changed-By: dwmalone State-Changed-When: Mon Sep 17 11:45:22 PDT 2001 State-Changed-Why: Closed as submitter is happy with Justin's explaination. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30559 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 12:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19AAE37B40C for ; Mon, 17 Sep 2001 12:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8HJU2s27694; Mon, 17 Sep 2001 12:30:02 -0700 (PDT) (envelope-from gnats) Received: from tensor.xs4all.nl (tensor.xs4all.nl [213.84.53.200]) by hub.freebsd.org (Postfix) with ESMTP id D6A3637B40A for ; Mon, 17 Sep 2001 12:28:14 -0700 (PDT) Received: by tensor.xs4all.nl (Postfix, from userid 1000) id 1A7A73C1EF; Mon, 17 Sep 2001 21:28:13 +0200 (CEST) Message-Id: <20010917192813.1A7A73C1EF@tensor.xs4all.nl> Date: Mon, 17 Sep 2001 21:28:13 +0200 (CEST) From: Dimitry Andric Reply-To: Dimitry Andric To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/30637: MAKEDEV 1.243.2.36 errors in i4bteld* node creation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30637 >Category: i386 >Synopsis: MAKEDEV 1.243.2.36 errors in i4bteld* node creation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 17 12:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dimitry Andric >Release: FreeBSD 4.4-STABLE i386 >Organization: n/a >Environment: System: FreeBSD tensor.xs4all.nl 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Sep 17 15:32:29 CEST 2001 root@tensor.xs4all.nl:/usr/obj/usr/src/sys/TENSOR i386 >Description: The /dev/MAKEDEV script (revision 1.243.2.36) seems to contain an error in the part that creates the i4bteld* nodes. Not that I ever use those, but with a "MAKEDEV all" at the end of a mergemaster session, the problem is bound to surface. This leads to errors like: dim@tensor:/dev$ sudo ./MAKEDEV all Password: MAKEDEV: arith: syntax error: "à…†È…à…é…ë…î…†" bad node: mknod i4bteld1 I've also seen this problem reported many times on -stable. >How-To-Repeat: cd /dev sudo /bin/sh /dev/MAKEDEV all >Fix: I can't figure out what's precisely wrong with the MAKEDEV script, no matter how long I stare at it. Maybe it'll come to me later. I suspect a bug in /bin/sh or something... However, a fix seems quite easy. Just split the i4btel line in 2 parts, and the problem goes away, at least on my box. I'm not sure why, though. If I figure it out, I'll file another PR. --- MAKEDEV.orig Mon Sep 17 16:56:39 2001 +++ MAKEDEV Mon Sep 17 20:54:11 2001 @@ -330,7 +330,8 @@ sh MAKEDEV apm apmctl card0 card1 card2 card3 # cdev, laptop sh MAKEDEV pass4 xpt2 # cdev, CAM sh MAKEDEV i4b i4bctl i4btrc0 i4btrc1 # cdev, ISDN - sh MAKEDEV i4btel0 i4btel1 i4bteld0 i4bteld1 # cdev, ISDN + sh MAKEDEV i4btel0 i4btel1 # cdev, ISDN + sh MAKEDEV i4bteld0 i4bteld1 # cdev, ISDN sh MAKEDEV i4brbch0 i4brbch1 # cdev, ISDN sh MAKEDEV agpgart # cdev, AGP ;; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 18:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 281DE37B405 for ; Mon, 17 Sep 2001 18:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8I1U1W17815; Mon, 17 Sep 2001 18:30:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 17 Sep 2001 18:30:01 -0700 (PDT) Message-Id: <200109180130.f8I1U1W17815@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gregory Bond Subject: Re: kern/30567: kqueue/kevent doesn't always work properly with pipes Reply-To: Gregory Bond Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30567; it has been noted by GNATS. From: Gregory Bond To: freebsd-gnats-submit@FreeBSD.org, martinb-fbsd@kemokid.com Cc: Subject: Re: kern/30567: kqueue/kevent doesn't always work properly with pipes Date: Tue, 18 Sep 2001 11:21:40 +1000 Submitter reports this is indeed a buffering problem. This PR can be closed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 18:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D874937B410 for ; Mon, 17 Sep 2001 18:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8I1U2U17822; Mon, 17 Sep 2001 18:30:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 17 Sep 2001 18:30:02 -0700 (PDT) Message-Id: <200109180130.f8I1U2U17822@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gregory Bond Subject: Re: bin/30627: /usr/libexec/makekey doesn't grok modern passwords Reply-To: Gregory Bond Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30627; it has been noted by GNATS. From: Gregory Bond To: Poul-Henning Kamp Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/30627: /usr/libexec/makekey doesn't grok modern passwords Date: Tue, 18 Sep 2001 11:25:23 +1000 See also PR bin/28885 where I raised this issue. Kris K. suggested the "openssl passwd" command as a suitable alternative. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 20: 4:52 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 239B037B408 for ; Mon, 17 Sep 2001 20:04:48 -0700 (PDT) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id VAA06870; Mon, 17 Sep 2001 21:04:46 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id VAA19349; Mon, 17 Sep 2001 21:04:44 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15270.47563.532734.979385@nomad.yogotech.com> Date: Mon, 17 Sep 2001 21:04:43 -0600 To: David Malone Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/30590: /etc/hosts.equiv and ~/.rhosts interaction violates POLA? In-Reply-To: <200109151440.f8FEe2w91340@freefall.freebsd.org> References: <200109151440.f8FEe2w91340@freefall.freebsd.org> X-Mailer: VM 6.95 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > From: David Malone > To: Gavin Atkinson > Cc: freebsd-gnats-submit@FreeBSD.org > Subject: Re: misc/30590: /etc/hosts.equiv and ~/.rhosts interaction violates POLA? > Date: Sat, 15 Sep 2001 15:33:00 +0100 > > On Sat, Sep 15, 2001 at 07:20:22AM -0700, Gavin Atkinson wrote: > > Therefore the sysadmin of a system cannot easily prevent rlogins from another system. This would seem to be a useful thing, for example if the remote system has been compromised. > > Also, if a user cares more for his account's security than the sysadmin, he can't disable rlogins. > > Surely you would be much better off using hosts.allow or ipfw to > prevent such connections? That way you would stop connections > using telnet and ssh too. Surely not. Having to modify your firewall everytime you had a host you wanted to allow, or did not want to allow is massive overkill. Especially if the list is long, because the firewall rules must be used for *every* packet, and this could get pretty long. The existing mechanism is simply not (yet) up to the task. A firewall is a good tool, but it doesn't make it the only good tool in your belt. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 20:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA04E37B403 for ; Mon, 17 Sep 2001 20:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8I3e1p35478; Mon, 17 Sep 2001 20:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 155D037B411 for ; Mon, 17 Sep 2001 20:39:15 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8I3dFs35404; Mon, 17 Sep 2001 20:39:15 -0700 (PDT) (envelope-from nobody) Message-Id: <200109180339.f8I3dFs35404@freefall.freebsd.org> Date: Mon, 17 Sep 2001 20:39:15 -0700 (PDT) From: Ralf Meyer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/30639: apmd crashes on SIGHUP (under certain conditions) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30639 >Category: bin >Synopsis: apmd crashes on SIGHUP (under certain conditions) >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 Sep 17 20:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ralf Meyer >Release: 4.x-STABLE >Organization: Université de Montréal >Environment: FreeBSD freyja.asgard 4.4-RC FreeBSD 4.4-RC #0: Mon Aug 20 21:43:14 EDT 2001 root@freyja.asgard:/usr/obj/usr/src/sys/FREYJA i386 >Description: After putting one apm_battery entry in apmd.conf, apmd crashes when receiving a SIGHUP. As far as I can see the crash is caused by a possible call to free with an invalid pointer in the function destroy_config. This is due to the (faulty) double advancement of the pointer to the linked-list of battery entries. >How-To-Repeat: Stop apmd Activate one (not two) apm_battery entries in apmd.conf Start apmd send SIGHUP to apmd Since the problem is IMHO related to an invalid call to free(), the exact outcome of this might depend on other factors. >Fix: *** apmd.c Mon Sep 17 22:26:25 2001 --- apmd.c.ori Mon Aug 20 18:39:50 2001 *************** *** 412,414 **** ! while( battery_watch_list ) { free_event_cmd_list(battery_watch_list->cmdlist); --- 412,414 ---- ! for( ; battery_watch_list; battery_watch_list = battery_watch_list -> next) { free_event_cmd_list(battery_watch_list->cmdlist); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Sep 17 20:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58A5637B40B for ; Mon, 17 Sep 2001 20:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8I3o0k36303; Mon, 17 Sep 2001 20:50:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1C3937B40B for ; Mon, 17 Sep 2001 20:48:21 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8I3mLt36154; Mon, 17 Sep 2001 20:48:21 -0700 (PDT) (envelope-from nobody) Message-Id: <200109180348.f8I3mLt36154@freefall.freebsd.org> Date: Mon, 17 Sep 2001 20:48:21 -0700 (PDT) From: Ralf Meyer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/30640: apmd does not terminate properly on SIGTERM Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30640 >Category: bin >Synopsis: apmd does not terminate properly on SIGTERM >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 Sep 17 20:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ralf Meyer >Release: 4.x-STABLE >Organization: Université de Montréal >Environment: FreeBSD freyja.asgard 4.4-RC FreeBSD 4.4-RC #0: Mon Aug 20 21:43:14 EDT 2001 root@freyja.asgard:/usr/obj/usr/src/sys/FREYJA i386 >Description: Despite of writing "going down on signal 15" apmd does not terminate when receiving SIGTERM. IMHO the problem is caused by the fact that sig_proc() returns 1 if a SIGTERM was received. However, event_loop() terminates apmd only if sig_proc returns a negative value. >How-To-Repeat: kill -15 `cat /var/log/apmd.pid` >Fix: *** apmd.c Mon Sep 17 23:46:58 2001 --- apmd.c.ori Mon Aug 20 18:39:50 2001 *************** *** 478,480 **** syslog(LOG_NOTICE, "going down on signal %d", sig); ! rc = -1; goto out; --- 478,480 ---- syslog(LOG_NOTICE, "going down on signal %d", sig); ! rc = 1; goto out; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 1:40:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3414637B419 for ; Tue, 18 Sep 2001 01:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8I8e1B82894; Tue, 18 Sep 2001 01:40:01 -0700 (PDT) (envelope-from gnats) Received: from lion.com.ua (lion.com.ua [213.133.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 953C537B414 for ; Tue, 18 Sep 2001 01:39:16 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lion.com.ua (8.11.4/8.11.4) with ESMTP id f8I8dDF72293 for ; Tue, 18 Sep 2001 11:39:16 +0300 (EEST) (envelope-from sa@simon.org.ua) Message-Id: <20010918113631.I72277-100000@lion.com.ua> Date: Tue, 18 Sep 2001 11:39:12 +0300 (EEST) From: Andrey Simonenko To: Subject: bin/30641: Patch for games/grdc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30641 >Category: bin >Synopsis: Patch for games/grdc >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 Sep 18 01:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD 4.4-RC i386 >Description: grdc(8) outputs big digital clock. Color of digits is red, if grdc(8) is used on b/w display, then it is hard to see something. This patch adds new flag to grdc(8): -b, which changes color of digits to b/w. Also arguments checking is improved. In this patch type of "sigtermed" variable is changed from "int" to "voilatile sig_atomic_t", because "sigtermed" variable is changed in signal handler. In this patch also one fprintf(stderr) function is changed to appropriate errx(3) function. >How-To-Repeat: Apply following patch. >Fix: diff -ru /usr/src/games/grdc/grdc.6 grdc/grdc.6 --- /usr/src/games/grdc/grdc.6 Mon Dec 5 19:29:59 1994 +++ grdc/grdc.6 Mon Sep 17 02:40:22 2001 @@ -3,7 +3,7 @@ grdc \- grand digital clock (curses) .SH SYNOPSIS .B grdc -[-s] [ +[-sb] [ .I n ] .SH DESCRIPTION @@ -18,5 +18,8 @@ .B -s flag makes digits scroll as they change. In this curses mode implementation, the scrolling option has trouble keeping up. +The optional +.B -b +flag changes color of digits to b/w (useful option for b/w displays). .SH AUTHOR Amos Shapir, modified for curses by John Lupien. diff -ru /usr/src/games/grdc/grdc.c grdc/grdc.c --- /usr/src/games/grdc/grdc.c Sun Dec 12 03:04:17 1999 +++ grdc/grdc.c Mon Sep 17 20:26:14 2001 @@ -1,18 +1,23 @@ /* * Grand digital clock for curses compatible terminals - * Usage: grdc [-s] [n] -- run for n seconds (default infinity) + * Usage: grdc [-sb] [n] -- run for n seconds (default infinity) * Flags: -s: scroll + * -b: b/w output * * modified 10-18-89 for curses (jrl) * 10-18-89 added signal handling + * 09-17-2001 added -b flag, improved arguments checking * * $FreeBSD: src/games/grdc/grdc.c,v 1.8 1999/12/12 03:04:17 billf Exp $ */ +#include +#include #include #include #include #include +#include #ifndef NONPOSIX #include #endif @@ -31,9 +36,9 @@ 074717, 074757, 071111, 075757, 075717, 002020 }; long old[6], next[6], new[6], mask; -char scrol; +int scrol = 0, bw = 0; -int sigtermed=0; +volatile sig_atomic_t sigtermed = 0; int hascolor = 0; @@ -56,6 +61,32 @@ long t, a; int i, j, s, k; int n = 0; +int opt; + + opterr = 0; + while ( (opt = getopt(argc, argv, "sb")) != -1) + switch (opt) { + case 's': + scrol = 1; + break; + case 'b': + bw = 1; + break; + case '?': + errx(1, "invalid switch -%c", optopt); + break; + default: + err(1, "getopt"); + } + if (optind < argc) { + if (optind == argc - 1) { + for (i = 0; i < strlen(argv[optind]); ++i) + if (isdigit(argv[optind][i]) == 0) + errx(1, "incorrect number of seconds \"%s\"", argv[optind]); + n = atoi(argv[optind]); + } else + errx(1, "too many arguments \"%s\"", argv[optind + 1]); + } initscr(); @@ -71,20 +102,19 @@ if(hascolor) { start_color(); - init_pair(1, COLOR_BLACK, COLOR_RED); - init_pair(2, COLOR_RED, COLOR_BLACK); + if (bw) { + init_pair(1, COLOR_BLACK, COLOR_WHITE); + init_pair(2, COLOR_WHITE, COLOR_BLACK); + } else { + init_pair(1, COLOR_BLACK, COLOR_RED); + init_pair(2, COLOR_RED, COLOR_BLACK); + } init_pair(3, COLOR_WHITE, COLOR_BLACK); attrset(COLOR_PAIR(2)); } clear(); refresh(); - while(--argc > 0) { - if(**++argv == '-') - scrol = 1; - else - n = atoi(*argv); - } if(hascolor) { attrset(COLOR_PAIR(3)); @@ -155,8 +185,7 @@ clear(); refresh(); endwin(); - fprintf(stderr, "grdc terminated by signal %d\n", sigtermed); - exit(1); + errx(1, "terminated by signal %d", sigtermed); } } while(--n); standend(); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 2:26:57 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D1EA37B40E; Tue, 18 Sep 2001 02:26:56 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8I9K2s90418; Tue, 18 Sep 2001 02:20:02 -0700 (PDT) (envelope-from dwmalone) Date: Tue, 18 Sep 2001 02:20:02 -0700 (PDT) From: Message-Id: <200109180920.f8I9K2s90418@freefall.freebsd.org> To: martinb-fbsd@kemokid.com, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30567: kqueue/kevent doesn't always work properly with pipes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kqueue/kevent doesn't always work properly with pipes State-Changed-From-To: open->closed State-Changed-By: dwmalone State-Changed-When: Tue Sep 18 02:19:12 PDT 2001 State-Changed-Why: Explained by buffering in stdio. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30567 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 4:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2ED537B40D for ; Tue, 18 Sep 2001 04:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IBU2Q17145; Tue, 18 Sep 2001 04:30:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 18 Sep 2001 04:30:02 -0700 (PDT) Message-Id: <200109181130.f8IBU2Q17145@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ceri Davies Subject: Re: kern/30238: 3Com 509-Combo ISA NIC don`t work Reply-To: Ceri Davies Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30238; it has been noted by GNATS. From: Ceri Davies To: rStark@mail.ru Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/30238: 3Com 509-Combo ISA NIC don`t work Date: Tue, 18 Sep 2001 12:27:30 +0100 Using the DOS floppy disk you got with the card to disable Plug And Play should fix this. Ceri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 5:30: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A496637B401 for ; Tue, 18 Sep 2001 05:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8ICU1K32882; Tue, 18 Sep 2001 05:30:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 18 Sep 2001 05:30:01 -0700 (PDT) Message-Id: <200109181230.f8ICU1K32882@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ceri Davies Subject: Re: kern/17829: The dc driver is seriously broken Reply-To: Ceri Davies Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/17829; it has been noted by GNATS. From: Ceri Davies To: freebsd-gnats-submit@FreeBSD.org, matt@thebiz.net Cc: Subject: Re: kern/17829: The dc driver is seriously broken Date: Tue, 18 Sep 2001 13:28:07 +0100 I don't know about #2, but #1 and #3 are no longer true on 4.4. Perhaps the originator would care to confirm though ? Ceri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 6:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92A3437B40D for ; Tue, 18 Sep 2001 06:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IDe2t81396; Tue, 18 Sep 2001 06:40:02 -0700 (PDT) (envelope-from gnats) Received: from serv1.ilse.nl (serv1.ilse.nl [195.18.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 3F0B637B406 for ; Tue, 18 Sep 2001 06:36:48 -0700 (PDT) Received: from serv4.ilse.nl (serv4.ilse.nl [10.1.8.14]) by serv1.ilse.nl (8.11.0/8.10.2) with ESMTP id f8IDajx22629; Tue, 18 Sep 2001 15:36:45 +0200 (MEST) Received: (from marcolz@localhost) by serv4.ilse.nl (8.11.5/8.11.1) id f8IDaar16505; Tue, 18 Sep 2001 15:36:36 +0200 (CEST) (envelope-from marcolz) Message-Id: <200109181336.f8IDaar16505@serv4.ilse.nl> Date: Tue, 18 Sep 2001 15:36:36 +0200 (CEST) From: Marc Olzheim Reply-To: Marc Olzheim To: FreeBSD-gnats-submit@freebsd.org Cc: marcolz@serv4.ilse.nl X-Send-Pr-Version: 3.113 Subject: gnu/30644: Typo in grep manpage. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30644 >Category: gnu >Synopsis: Typo in grep manpage. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 18 06:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Marc Olzheim >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: ilse technology >Environment: System: FreeBSD serv4.ilse.nl 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Fri Aug 3 15:38:39 CEST 2001 root@serv4.ilse.nl:/usr/src/sys/compile/serv4 i386 >Description: -Z should be -z >How-To-Repeat: >Fix: Patch: --- /usr/src/gnu/usr.bin/grep/grep.1.orig Sun Jul 22 16:24:15 2001 +++ /usr/src/gnu/usr.bin/grep/grep.1 Tue Sep 18 15:34:03 2001 @@ -324,7 +324,7 @@ Obsolete synonym for .BR \-i . .TP -.BR \-Z ", " \-\^\-null +.BR \-z ", " \-\^\-null Output a zero byte (the \s-1ASCII\s0 .B NUL character) instead of the character that normally follows a file name. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 8:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8F0637B40E for ; Tue, 18 Sep 2001 08:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IFA0r74827; Tue, 18 Sep 2001 08:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2112237B410 for ; Tue, 18 Sep 2001 08:00:37 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IF0bt70787; Tue, 18 Sep 2001 08:00:37 -0700 (PDT) (envelope-from nobody) Message-Id: <200109181500.f8IF0bt70787@freefall.freebsd.org> Date: Tue, 18 Sep 2001 08:00:37 -0700 (PDT) From: NIIMI Satoshi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/30647: "make release" in src/release/ creates ports.tgz that includes distfiles Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30647 >Category: misc >Synopsis: "make release" in src/release/ creates ports.tgz that includes distfiles >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 Sep 18 08:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: NIIMI Satoshi >Release: 4.4-RELEASE >Organization: >Environment: FreeBSD berkeley.sa2c.net 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Sun Sep 16 13:03:19 JST 2001 sa2c@berkeley.sa2c.net:/usr/obj/usr/src/sys/BERKELEY i386 >Description: "make release" in src/relase with very large /usr/ports/distfiles, cdrom.1 target in src/relase/Makefile failes to remove distfile. This causes very large (for me, over 5GB) ${CHROOT}/R/cdrom/disc1/ports/ports.tgz. >How-To-Repeat: cd /usr/ports; make -k BATCH=yes fetch cd /usr/src/release; make release RELEASETAG=RELENG_4_4_0_RELEASE blah blah... >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/src/release/Makefile,v retrieving revision 1.536.2.56 diff -u -r1.536.2.56 Makefile --- Makefile 2001/09/13 06:58:31 1.536.2.56 +++ Makefile 2001/09/18 14:57:39 @@ -756,6 +756,7 @@ @cp ${CD_DISC1}/floppies/boot.flp ${CD_DISC2}/floppies .endif .if !defined(NOPORTS) + @find /usr/ports/distfiles -type f -print0 | xargs -0 rm -rf -- @-rm -rf /usr/ports/distfiles/* @mkdir -p ${CD_DISC1}/ports && \ tar --exclude CVS -czf ${CD_DISC1}/ports/ports.tgz -C /usr ports && \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 8:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C39F737B410 for ; Tue, 18 Sep 2001 08:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IFe2O78609; Tue, 18 Sep 2001 08:40:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 18 Sep 2001 08:40:02 -0700 (PDT) Message-Id: <200109181540.f8IFe2O78609@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: misc/30647: "make release" in src/release/ creates ports.tgz that includes distfiles Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30647; it has been noted by GNATS. From: Peter Pentchev To: NIIMI Satoshi Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/30647: "make release" in src/release/ creates ports.tgz that includes distfiles Date: Tue, 18 Sep 2001 18:33:45 +0300 On Tue, Sep 18, 2001 at 08:00:37AM -0700, NIIMI Satoshi wrote: > > >Number: 30647 > >Category: misc > >Synopsis: "make release" in src/release/ creates ports.tgz that includes distfiles > >Originator: NIIMI Satoshi > >Release: 4.4-RELEASE > >Organization: > >Environment: > FreeBSD berkeley.sa2c.net 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Sun Sep 16 13:03:19 JST 2001 sa2c@berkeley.sa2c.net:/usr/obj/usr/src/sys/BERKELEY i386 > >Description: > "make release" in src/relase with very large /usr/ports/distfiles, > cdrom.1 target in src/relase/Makefile failes to remove distfile. > This causes very large (for me, over 5GB) > ${CHROOT}/R/cdrom/disc1/ports/ports.tgz. > > >How-To-Repeat: > cd /usr/ports; make -k BATCH=yes fetch > cd /usr/src/release; make release RELEASETAG=RELENG_4_4_0_RELEASE blah blah... > > >Fix: > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/release/Makefile,v > retrieving revision 1.536.2.56 > diff -u -r1.536.2.56 Makefile > --- Makefile 2001/09/13 06:58:31 1.536.2.56 > +++ Makefile 2001/09/18 14:57:39 > @@ -756,6 +756,7 @@ > @cp ${CD_DISC1}/floppies/boot.flp ${CD_DISC2}/floppies > .endif > .if !defined(NOPORTS) > + @find /usr/ports/distfiles -type f -print0 | xargs -0 rm -rf -- > @-rm -rf /usr/ports/distfiles/* > @mkdir -p ${CD_DISC1}/ports && \ > tar --exclude CVS -czf ${CD_DISC1}/ports/ports.tgz -C /usr ports && \ Without actually having looked at the problem (the 'rm -rf' at the next line is supposed to do the trick), the line you added could be also written as: @find /usr/ports/distfiles -type f -delete It is another question just why the rm -rf cannot really delete things.. G'luck, Peter -- Hey, out there - is it *you* reading me, or is it someone else? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 13:40:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8170137B40D for ; Tue, 18 Sep 2001 13:40:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IKe9x32801; Tue, 18 Sep 2001 13:40:09 -0700 (PDT) (envelope-from gnats) Date: Tue, 18 Sep 2001 13:40:09 -0700 (PDT) Message-Id: <200109182040.f8IKe9x32801@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dimitry Andric Subject: Re: i386/30637: MAKEDEV 1.243.2.36 errors in i4bteld* node creation Reply-To: Dimitry Andric Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30637; it has been noted by GNATS. From: Dimitry Andric To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: i386/30637: MAKEDEV 1.243.2.36 errors in i4bteld* node creation Date: Tue, 18 Sep 2001 22:37:12 +0200 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After reading some comments that this error could be due to CPU-specific optimizations, via /etc/make.conf's CPUTYPE= setting, I tried rebuilding the world on the problematic box, and that solved the problem. I guess this is the proper solution, certainly after reading the comments about CPUTYPE in make.conf, and this PR can therefore be closed. However, it's still strange that /bin/sh exhibits this bug when using CPU-specific optimizations, and only for this specific script (but of course there could be more problems waiting to be ran into). Even stranger is the "fix" that I submitted in this PR, which seems to work for me and some other people. Is an optimization problem such as this worth the trouble of finding out why it fails (quite tricky, I guess)? Cheers, - -- Dimitry Andric PGP Key: http://www.xs4all.nl/~dim/dim.asc Fingerprint: 7AB462D2CE35FC6D42394FCDB05EA30A2E2096A3 -----BEGIN PGP SIGNATURE----- Version: PGP 6.5i Comment: http://www.gn.apc.org/duncan/stoa_cover.htm iQA/AwUBO6eiUbBeowouIJajEQKmQwCbBRNZ+i/YVTOHwyRkjwfB8UwGyDwAnRXk R9aZ3lx7oSNKDSvySpvIp1uU =6IEs -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 14: 0:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B447337B40F for ; Tue, 18 Sep 2001 14:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IL00E34372; Tue, 18 Sep 2001 14:00:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EC6C37B403 for ; Tue, 18 Sep 2001 13:56:53 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IKurl34105; Tue, 18 Sep 2001 13:56:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200109182056.f8IKurl34105@freefall.freebsd.org> Date: Tue, 18 Sep 2001 13:56:53 -0700 (PDT) From: Lars Eggert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30653: KAME option MAX_GIF_NEST missing from /usr/src/sys/conf/options Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30653 >Category: kern >Synopsis: KAME option MAX_GIF_NEST missing from /usr/src/sys/conf/options >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 18 14:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: 4.2-RELEASE >Organization: USC/ISI >Environment: FreeBSD dee.isi.edu 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Thu May 24 16:51:34 PDT 2001 larse@dee.isi.edu:/usr/src/sys/compile/KERNEL-1.20 i386 >Description: The KAME kernel option MAX_GIF_NEST limits the number of recursive gif tunnels that the system allows (tunnels in tunnels). This option has never been merged into the FreeBSD options file. The code that goes with it *does* exist in the FreeBSD tree, the problem is that the option isn't included in /usr/src/sys/conf/options, and thus that code cannot be enabled. The code enabled by MAX_GIF_NEST is cricital to the correct operation to the X-Bone port in net/xbone. Could this be added, please? PS: Even though I'm running 4.2, this is still missing from 4.4-RC and -CURRENT. >How-To-Repeat: >Fix: --- /usr/src/sys/conf/options Thu Nov 16 09:28:30 2000 +++ /usr/src/sys/conf/options.new Tue Mar 6 13:44:12 2001 @@ -448,3 +448,4 @@ FDC_DEBUG opt_fdc.h PCFCLOCK_VERBOSE opt_pcfclock.h PCFCLOCK_MAX_RETRIES opt_pcfclock.h +MAX_GIF_NEST opt_inet.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 15:10:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8064737B43D for ; Tue, 18 Sep 2001 15:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8IMA0n74735; Tue, 18 Sep 2001 15:10:00 -0700 (PDT) (envelope-from gnats) Received: from web10903.mail.yahoo.com (web10903.mail.yahoo.com [216.136.131.39]) by hub.freebsd.org (Postfix) with SMTP id 8B30D37B408 for ; Tue, 18 Sep 2001 15:09:41 -0700 (PDT) Received: from [64.70.59.93] by web10903.mail.yahoo.com via HTTP; Tue, 18 Sep 2001 15:09:40 PDT Message-Id: <20010918220940.59020.qmail@web10903.mail.yahoo.com> Date: Tue, 18 Sep 2001 15:09:40 -0700 (PDT) From: Todd Wagner To: FreeBSD-gnats-submit@freebsd.org Subject: bin/30654: Added ability for newsyslog to archive logs with a timestamp. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30654 >Category: bin >Synopsis: Added ability for newsyslog to archive logs >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 18 15:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Todd Wagner >Release: FreeBSD 4.4-RELEASE i386 >Organization: self >Environment: System: FreeBSD cims-la1-01.catt.exodus.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Mon Sep 17 23:25:16 GMT 2001 root@cims-la1-01.catt.exodus.net:/usr/obj/usr/src/sys/CIMS-SMP i386 >Description: Added the ability for newsyslog to archive logs with a timestamp, in addition to the normal log rotation. In addition, the number of log files to maintain (numlogs) was not checked and caused newsyslog to hang when it was set to a negative value in /etc/newsyslog.conf. The included patch now checks this value. The man page was also updated to describe the new functionality. >How-To-Repeat: Set the number of log files to maintain to a negative value in /etc/newsyslog.conf and run newsyslog. It will not complete. >Fix: *** newsyslog.c.orig Mon Sep 17 22:20:06 2001 --- newsyslog.c Tue Sep 18 20:26:53 2001 *************** *** 351,357 **** if (!*parse) errx(1, "malformed line (missing fields):\n%s", errline); *parse = '\0'; ! if (!sscanf(q, "%d", &working->numlogs)) errx(1, "error in config file; bad number:\n%s", errline); --- 351,357 ---- if (!*parse) errx(1, "malformed line (missing fields):\n%s", errline); *parse = '\0'; ! if (!sscanf(q, "%d", &working->numlogs) || working->numlogs < -1) errx(1, "error in config file; bad number:\n%s", errline); *************** *** 480,488 **** --- 480,491 ---- char dirpart[MAXPATHLEN], namepart[MAXPATHLEN]; char file1[MAXPATHLEN], file2[MAXPATHLEN]; char zfile1[MAXPATHLEN], zfile2[MAXPATHLEN]; + char tmp[MAXPATHLEN]; + char logdate[BUFSIZ]; int notified, need_notification, fd, _numdays; struct stat st; pid_t pid; + time_t logtime; #ifdef _IBMR2 /* *************** *** 493,498 **** --- 496,504 ---- if (owner_uid == -1) owner_uid = geteuid(); #endif + /* build date extension */ + logtime = time(NULL); + (void) strftime(logdate, BUFSIZ-1, "%Y%m%d%H%M%S", localtime(&logtime)); if (archtodir) { char *p; *************** *** 520,534 **** else strlcpy(namepart, p + 1, sizeof(namepart)); ! /* name of oldest log */ ! (void) snprintf(file1, sizeof(file1), "%s/%s.%d", dirpart, namepart, numdays); (void) snprintf(zfile1, sizeof(zfile1), "%s%s", file1, COMPRESS_POSTFIX); } else { ! /* name of oldest log */ ! (void) snprintf(file1, sizeof(file1), "%s.%d", log, numdays); (void) snprintf(zfile1, sizeof(zfile1), "%s%s", file1, COMPRESS_POSTFIX); } if (noaction) { --- 526,553 ---- else strlcpy(namepart, p + 1, sizeof(namepart)); ! if (numdays > -1) { ! /* name of oldest log */ ! (void) snprintf(file1, sizeof(file1), "%s/%s.%d", dirpart, namepart, numdays); ! } else { ! /* name of dated log */ ! (void) snprintf(file1, sizeof(file1), "%s/%s.%s", dirpart, namepart, logdate); ! } ! /* name of compressed log */ (void) snprintf(zfile1, sizeof(zfile1), "%s%s", file1, COMPRESS_POSTFIX); + } else { ! if (numdays > -1) { ! /* name of oldest log */ ! (void) snprintf(file1, sizeof(file1), "%s/%s.%d", dirpart, namepart, numdays); ! } else { ! /* name of dated log */ ! (void) snprintf(file1, sizeof(file1), "%s.%s", log, logdate); ! } (void) snprintf(zfile1, sizeof(zfile1), "%s%s", file1, COMPRESS_POSTFIX); + } if (noaction) { *************** *** 541,547 **** /* Move down log files */ _numdays = numdays; /* preserve */ ! while (numdays--) { (void) strlcpy(file2, file1, sizeof(file2)); --- 560,566 ---- /* Move down log files */ _numdays = numdays; /* preserve */ ! while (--numdays > 0) { (void) strlcpy(file2, file1, sizeof(file2)); *************** *** 628,634 **** if (need_notification && !notified) warnx("log %s not compressed because daemon not notified", log); else if (noaction) ! printf("Compress %s.0\n", log); else { if (notified) { if (verbose) --- 647,656 ---- if (need_notification && !notified) warnx("log %s not compressed because daemon not notified", log); else if (noaction) ! if (numdays > -1) ! printf("Compress %s.0\n", log); ! else ! printf("Compress %s.%s\n", log, logdate); else { if (notified) { if (verbose) *************** *** 636,645 **** sleep(10); } if (archtodir) { ! (void) snprintf(file1, sizeof(file1), "%s/%s", dirpart, namepart); compress_log(file1); } else { ! compress_log(log); } } } --- 658,671 ---- sleep(10); } if (archtodir) { ! /* (void) snprintf(file1, sizeof(file1), "%s/%s", dirpart, namepart); */ compress_log(file1); } else { ! if (numdays > 0) ! (void) snprintf(tmp, sizeof(tmp), "%s.0", log); ! else ! (void) snprintf(tmp, sizeof(tmp), "%s.%s", log, logdate); ! compress_log(tmp); } } } *************** *** 665,678 **** compress_log(char *log) { pid_t pid; - char tmp[MAXPATHLEN]; - (void) snprintf(tmp, sizeof(tmp), "%s.0", log); pid = fork(); if (pid < 0) err(1, "fork"); else if (!pid) { ! (void) execl(_PATH_GZIP, _PATH_GZIP, "-f", tmp, 0); err(1, _PATH_GZIP); } } --- 691,702 ---- compress_log(char *log) { pid_t pid; pid = fork(); if (pid < 0) err(1, "fork"); else if (!pid) { ! (void) execl(_PATH_GZIP, _PATH_GZIP, "-f", log, 0); err(1, _PATH_GZIP); } } *** newsyslog.8.orig Mon Sep 17 22:20:06 2001 --- newsyslog.8 Tue Sep 18 21:29:42 2001 *************** *** 99,105 **** Specify the mode of the log file and archives. .It Ar count Specify the number of archive files to be kept ! besides the log file itself. .It Ar size When the size of the log file reaches .Ar size --- 99,105 ---- Specify the mode of the log file and archives. .It Ar count Specify the number of archive files to be kept ! besides the log file itself. If '-1' is specified, then the file will be archived with a timestamp appended, instead of the rotation number, and all archived files will be retained. For example, 'my.log' would be archived as 'my.log.YYYYMMDDHHMMSS'. .It Ar size When the size of the log file reaches .Ar size __________________________________________________ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/ >Release-Note: >Audit-Trail: >Unformatted: with a timestamp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 15:59:25 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 62EBE37B408; Tue, 18 Sep 2001 15:59:01 -0700 (PDT) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id IAA17214; Wed, 19 Sep 2001 08:58:58 +1000 (EST) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37645) with ESMTP id <01K8IKFQTT1C22X8GT@cim.alcatel.com.au>; Wed, 19 Sep 2001 08:58:56 +1000 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id f8IMwqW05014; Wed, 19 Sep 2001 08:58:52 +1000 (EST envelope-from jeremyp) Content-return: prohibited Date: Wed, 19 Sep 2001 08:58:52 +1000 From: Peter Jeremy Subject: Re: kern/12014: Fix SysV Semaphore handling In-reply-to: <199906032120.OAA40933@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Fri, Jun 04, 1999 at 07:20:02AM +1000 To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Michael Reifenberger Message-id: <20010919085852.A4912@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <"99Jun4.065824est.40321"@border.alcanet.com.au> <199906032120.OAA40933@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Updated patches following KSE and Giant pushdown. Note that whilst these patches compile, I haven't tested them. As a side-effect they also reduce the stack frame size in semop() Index: src/lib/libc/sys/semctl.2 =================================================================== RCS file: /home/CVSROOT/src/lib/libc/sys/semctl.2,v retrieving revision 1.13 diff -u -r1.13 semctl.2 --- src/lib/libc/sys/semctl.2 2001/07/15 07:53:16 1.13 +++ src/lib/libc/sys/semctl.2 2001/07/21 15:00:04 @@ -107,6 +107,8 @@ .Fa semnum to .Fa arg.val . +Outstanding adjust on exit values for this semaphore in any process +are cleared. .It Dv GETPID Return the pid of the last process to perform an operation on semaphore number @@ -127,6 +129,8 @@ Set the values of all of the semaphores in the set to the values in the array pointed to by .Fa arg.array . +Outstanding adjust on exit values for all semaphores in this set, +in any process are cleared. .El .Pp The @@ -152,7 +156,10 @@ .Sh RETURN VALUES On success, when .Fa cmd -is one of GETVAL, GETNCNT, or GETZCNT, +is one of +.Dv GETVAL , GETNCNT +or +.Dv GETZCNT , .Fn semctl returns the corresponding value; otherwise, 0 is returned. On failure, -1 is returned, and @@ -174,7 +181,16 @@ .It Bq Er EACCES Permission denied due to mismatch between operation and mode of semaphore set. +.It Bq Er ERANGE +.Dv SETVAL +or +.Dv SETALL +attempted to set a semaphore outside the allowable range +.Bq 0 .. Dv SEMVMX . .El .Sh SEE ALSO .Xr semget 2 , .Xr semop 2 +.Sh BUGS +.Dv SETALL +may update some semaphore elements before returning an error. Index: src/lib/libc/sys/semop.2 =================================================================== RCS file: /home/CVSROOT/src/lib/libc/sys/semop.2,v retrieving revision 1.13 diff -u -r1.13 semop.2 --- src/lib/libc/sys/semop.2 2001/08/09 13:32:12 1.13 +++ src/lib/libc/sys/semop.2 2001/08/10 14:49:18 @@ -70,7 +70,11 @@ .Fa sem_flg determine an operation to be performed on semaphore number .Fa sem_num -in the set. The values SEM_UNDO and IPC_NOWAIT may be +in the set. The values +.Dv SEM_UNDO +and +.Dv IPC_NOWAIT +may be .Em OR Ns 'ed into the .Fa sem_flg @@ -80,16 +84,19 @@ .Fa sem_op : .\" .\" This section is based on the description of semop() in -.\" Stevens, _Advanced Programming in the UNIX Environment_. +.\" Stevens, _Advanced Programming in the UNIX Environment_, +.\" and the semop(2) description in The Open Group Unix2 specification. .\" .Bl -bullet .It When .Fa sem_op -is positive, the semaphore's value is incremented by +is positive and the process has alter permission, +the semaphore's value is incremented by .Fa sem_op Ns 's -value. If SEM_UNDO is specified, the semaphore's adjust on exit -value is decremented by +value. If +.Dv SEM_UNDO +is specified, the semaphore's adjust on exit value is decremented by .Fa sem_op Ns 's value. A positive value for .Fa sem_op @@ -98,7 +105,8 @@ .It The behavior when .Fa sem_op -is negative depends on the current value of the semaphore: +is negative and the process has alter permission, +depends on the current value of the semaphore: .Bl -bullet .It If the current value of the semaphore is greater than or equal to @@ -106,39 +114,54 @@ .Fa sem_op , then the value is decremented by the absolute value of .Fa sem_op . -If SEM_UNDO is specified, the semaphore's adjust on exit +If +.Dv SEM_UNDO +is specified, the semaphore's adjust on exit value is incremented by the absolute value of .Fa sem_op . .It -If the current value of the semaphore is less than -.Fa sem_op Ns 's -value, one of the following happens: +If the current value of the semaphore is less than the absolute value of +.Fa sem_op , +one of the following happens: .\" XXX a *second* sublist? .Bl -bullet .It -If IPC_NOWAIT was specified, then +If +.Dv IPC_NOWAIT +was specified, then .Fn semop returns immediately with a return value of .Er EAGAIN . +.It +Otherwise, the calling process is put to sleep until one of the following +conditions is satisfied: +.\" XXX We already have two sublists, why not a third? +.Bl -bullet .It -If some other process has removed the semaphore with the IPC_RMID +Some other process removes the semaphore with the +.Dv IPC_RMID option of -.Fn semctl , -then +.Fn semctl . +In this case, .Fn semop returns immediately with a return value of -.Er EINVAL . +.Er EIDRM . +.It +The process receives a signal that is to be caught. +In this case, the process will resume execution as defined by +.Fn sigaction . .It -Otherwise, the calling process is put to sleep until the semaphore's +The semaphore's value is greater than or equal to the absolute value of .Fa sem_op . When this condition becomes true, the semaphore's value is decremented by the absolute value of .Fa sem_op , -and the semaphore's adjust on exit value is incremented by the +the semaphore's adjust on exit value is incremented by the absolute value of .Fa sem_op . .El +.El .Pp A negative value for .Fa sem_op @@ -149,11 +172,42 @@ .It When .Fa sem_op -is zero, the process waits for the semaphore's value to become zero. -If it is already zero, the call to +is zero and the process has read permission, +one of the following will occur: +.Bl -bullet +.It +If the current value of the semaphore is equal to zero +then +.Fn semop +can return immediately. +.It +If +.Dv IPC_NOWAIT +was specified, then +.Fn semop +returns immediately with a return value of +.Er EAGAIN . +.It +Otherwise, the calling process is put to sleep until one of the following +conditions is satisfied: +.\" XXX Another nested sublists +.Bl -bullet +.It +Some other process removes the semaphore with the +.Dv IPC_RMID +option of +.Fn semctl . +In this case, .Fn semop -can return immediately. Otherwise, the calling process is put to -sleep until the semaphore's value becomes zero. +returns immediately with a return value of +.Er EIDRM . +.It +The process receives a signal that is to be caught. +In this case, the process will resume execution as defined by +.Fn sigaction +.It +The semaphore's value becomes zero. +.El .El .Pp For each semaphore a process has in use, the kernel maintains an @@ -170,16 +224,20 @@ .Bl -tag -width Er .It Bq Er EINVAL No semaphore set corresponds to -.Fa semid . +.Fa semid , +or the process would exceed the system-defined limit for the number of +per-process SEM_UNDO structures. .It Bq Er EACCES Permission denied due to mismatch between operation and mode of semaphore set. .It Bq Er EAGAIN -The semaphore's value was less than -.Fa sem_op , -and IPC_NOWAIT was specified. +The semaphore's value would have resulted in the process being put to sleep +and +.Dv IPC_NOWAIT +was specified. .It Bq Er E2BIG Too many operations were specified. +.Bq Dv SEMOPM .It Bq Er EFBIG .\" .\" I'd have thought this would be EINVAL, but the source says @@ -187,7 +245,30 @@ .\" .Fa sem_num was not in the range of valid semaphores for the set. +.It Bq Er EIDRM +The semaphore set was removed from the system. +.It Bq Er EINTR +The +.Fn semop +call was interrupted by a signal. +.It Bq Er ENOSPC +The system SEM_UNDO pool +.Bq Dv SEMMNU +is full. +.It Bq Er ERANGE +The requested operation would cause either +the semaphore's current value +.Bq Dv SEMVMX +or its adjust on exit value +.Bq Dv SEMAEM +to exceed the system-imposed limits. .El .Sh SEE ALSO .Xr semctl 2 , -.Xr semget 2 +.Xr semget 2 , +.Xr sigaction 2 +.Sh BUGS +.Fn Semop +may block waiting for memory even if +.Dv IPC_NOWAIT +is specified. Index: src/sys/kern/sysv_sem.c =================================================================== RCS file: /home/CVSROOT/src/sys/kern/sysv_sem.c,v retrieving revision 1.39 diff -u -r1.39 sysv_sem.c --- src/sys/kern/sysv_sem.c 2001/09/13 21:06:18 1.39 +++ src/sys/kern/sysv_sem.c 2001/09/17 21:19:01 @@ -406,10 +406,12 @@ for (i = 0; i < suptr->un_cnt; i++, sunptr++) { if (sunptr->un_id != semid || sunptr->un_num != semnum) continue; - if (adjval == 0) - sunptr->un_adjval = 0; - else - sunptr->un_adjval += adjval; + if (adjval != 0) { + adjval += sunptr->un_adjval; + if (adjval > seminfo.semaem || adjval < -seminfo.semaem) + return (ERANGE); + } + sunptr->un_adjval = adjval; if (sunptr->un_adjval == 0) { suptr->un_cnt--; if (i < suptr->un_cnt) @@ -422,6 +424,8 @@ /* Didn't find the right entry - create it */ if (adjval == 0) return(0); + if (adjval > seminfo.semaem || adjval < -seminfo.semaem) + return (ERANGE); if (suptr->un_cnt != seminfo.semume) { sunptr = &suptr->un_ent[suptr->un_cnt]; suptr->un_cnt++; @@ -489,6 +493,7 @@ int i, rval, error; struct semid_ds sbuf; register struct semid_ds *semaptr; + u_short usval; #ifdef SEM_DEBUG printf("call to semctl(%d, %d, %d, 0x%x)\n", semid, semnum, cmd, arg); @@ -640,6 +645,10 @@ } if ((error = copyin(arg, &real_arg, sizeof(real_arg))) != 0) goto done2; + if (real_arg.val < 0 || real_arg.val > seminfo.semvmx) { + error = ERANGE; + goto done2; + } semaptr->sem_base[semnum].semval = real_arg.val; semundo_clear(semid, semnum); wakeup((caddr_t)semaptr); @@ -652,10 +661,14 @@ goto done2; for (i = 0; i < semaptr->sem_nsems; i++) { error = copyin(&real_arg.array[i], - (caddr_t)&semaptr->sem_base[i].semval, - sizeof(real_arg.array[0])); + (caddr_t)&usval, sizeof(real_arg.array[0])); if (error != 0) break; + if (usval > seminfo.semvmx) { + error = ERANGE; + break; + } + semaptr->sem_base[i].semval = usval; } semundo_clear(semid, -1); wakeup((caddr_t)semaptr); @@ -822,12 +835,12 @@ { int semid = uap->semid; u_int nsops = uap->nsops; - struct sembuf sops[MAX_SOPS]; + struct sembuf *sops = NULL; register struct semid_ds *semaptr; register struct sembuf *sopptr; register struct sem *semptr; - struct sem_undo *suptr = NULL; - int i, j, error = 0; + struct sem_undo *suptr; + int i, j, error; int do_wakeup, do_undos; #ifdef SEM_DEBUG @@ -856,26 +869,49 @@ error = EINVAL; goto done2; } - - if ((error = ipcperm(td, &semaptr->sem_perm, IPC_W))) { + if (nsops > seminfo.semopm) { #ifdef SEM_DEBUG - printf("error = %d from ipcperm\n", error); + printf("too many sops (max=%d, nsops=%d)\n", seminfo.semopm, + nsops); #endif + error = E2BIG; goto done2; } - if (nsops > MAX_SOPS) { + /* Allocate memory for sem_ops */ + sops = malloc(nsops * sizeof(sops[0]), M_SEM, M_WAITOK); + if (!sops) + panic("Failed to allocate %d sem_ops", nsops); + + if ((error = copyin(uap->sops, sops, nsops * sizeof(sops[0]))) != 0) { #ifdef SEM_DEBUG - printf("too many sops (max=%d, nsops=%u)\n", MAX_SOPS, nsops); + printf("error = %d from copyin(%08x, %08x, %d)\n", error, + uap->sops, sops, nsops * sizeof(sops[0])); #endif - error = E2BIG; goto done2; } - if ((error = copyin(uap->sops, &sops, nsops * sizeof(sops[0]))) != 0) { + /* + * Initial pass thru sops to see what permissions are needed. + * Also perform any checks that don't need repeating on each + * attempt to satisfy the request vector. + */ + j = 0; /* permission needed */ + do_undos = 0; + for (i = 0; i < nsops; i++) { + sopptr = &sops[i]; + if (sopptr->sem_num >= semaptr->sem_nsems) { + error = EFBIG; + goto done2; + } + if (sopptr->sem_flg & SEM_UNDO && sopptr->sem_op != 0) + do_undos = 1; + j |= (sopptr->sem_op == 0) ? SEM_R : SEM_A; + } + + if ((error = ipcperm(td, &semaptr->sem_perm, j))) { #ifdef SEM_DEBUG - printf("error = %d from copyin(%08x, %08x, %u)\n", error, - uap->sops, &sops, nsops * sizeof(sops[0])); + printf("error = %d from ipaccess\n", error); #endif goto done2; } @@ -889,19 +925,12 @@ * This ensures that from the perspective of other tasks, a set * of requests is atomic (never partially satisfied). */ - do_undos = 0; - for (;;) { do_wakeup = 0; + error = 0; /* error return if necessary */ for (i = 0; i < nsops; i++) { sopptr = &sops[i]; - - if (sopptr->sem_num >= semaptr->sem_nsems) { - error = EFBIG; - goto done2; - } - semptr = &semaptr->sem_base[sopptr->sem_num]; #ifdef SEM_DEBUG @@ -923,21 +952,21 @@ semptr->semzcnt > 0) do_wakeup = 1; } - if (sopptr->sem_flg & SEM_UNDO) - do_undos = 1; } else if (sopptr->sem_op == 0) { - if (semptr->semval > 0) { + if (semptr->semval != 0) { #ifdef SEM_DEBUG printf("semop: not zero now\n"); #endif break; } + } else if (semptr->semval + sopptr->sem_op > + seminfo.semvmx) { + error = ERANGE; + break; } else { if (semptr->semncnt > 0) do_wakeup = 1; semptr->semval += sopptr->sem_op; - if (sopptr->sem_flg & SEM_UNDO) - do_undos = 1; } } @@ -957,6 +986,10 @@ semaptr->sem_base[sops[j].sem_num].semval -= sops[j].sem_op; + /* If we detected an error, return it */ + if (error != 0) + goto done2; + /* * If the request that we couldn't satisfy has the * NOWAIT flag set then return with EAGAIN. @@ -980,8 +1013,6 @@ printf("semop: good morning (error=%d)!\n", error); #endif - suptr = NULL; /* sem_undo may have been reallocated */ - if (error != 0) { error = EINTR; goto done2; @@ -1014,6 +1045,7 @@ * Process any SEM_UNDO requests. */ if (do_undos) { + suptr = NULL; for (i = 0; i < nsops; i++) { /* * We only need to deal with SEM_UNDO's for non-zero @@ -1062,14 +1094,18 @@ } /* loop through the sops */ } /* if (do_undos) */ - /* We're definitely done - set the sempid's */ + /* We're definitely done - set the sempid's and time */ for (i = 0; i < nsops; i++) { sopptr = &sops[i]; semptr = &semaptr->sem_base[sopptr->sem_num]; semptr->sempid = td->td_proc->p_pid; } + semaptr->sem_otime = time_second; - /* Do a wakeup if any semaphore was up'd. */ + /* + * Do a wakeup if any semaphore was up'd whilst something was + * sleeping on it. + */ if (do_wakeup) { #ifdef SEM_DEBUG printf("semop: doing wakeup\n"); @@ -1084,6 +1120,8 @@ #endif td->td_retval[0] = 0; done2: + if (sops) + free(sops, M_SEM); mtx_unlock(&Giant); return (error); } @@ -1098,9 +1136,6 @@ { register struct sem_undo *suptr; register struct sem_undo **supptr; - int did_something; - - did_something = 0; /* * Go through the chain of undo vectors looking for one Index: src/sys/sys/sem.h =================================================================== RCS file: /home/CVSROOT/src/sys/sys/sem.h,v retrieving revision 1.23 diff -u -r1.23 sem.h --- src/sys/sys/sem.h 2001/09/13 21:06:41 1.23 +++ src/sys/sys/sem.h 2001/09/15 15:01:43 @@ -37,8 +37,6 @@ }; #define SEM_UNDO 010000 -#define MAX_SOPS 5 /* maximum # of sembuf's per semop call */ - /* * semctl's arg parameter structure */ @@ -64,8 +62,8 @@ /* * Permissions */ -#define SEM_A 0200 /* alter permission */ -#define SEM_R 0400 /* read permission */ +#define SEM_A IPC_W /* alter permission */ +#define SEM_R IPC_R /* read permission */ #ifdef _KERNEL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 16: 2:12 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 5B00237B409; Tue, 18 Sep 2001 16:02:06 -0700 (PDT) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id JAA18512; Wed, 19 Sep 2001 09:02:05 +1000 (EST) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37640) with ESMTP id <01K8IKJMUZDSVMF4VB@cim.alcatel.com.au>; Wed, 19 Sep 2001 09:02:03 +1000 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id f8IN22N05073; Wed, 19 Sep 2001 09:02:02 +1000 (EST envelope-from jeremyp) Content-return: prohibited Date: Wed, 19 Sep 2001 09:02:01 +1000 From: Peter Jeremy Subject: Re: kern/12723: Unnecessary use of magic numbers in F_[SG]ETFD code In-reply-to: <199907202330.QAA88579@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Wed, Jul 21, 1999 at 09:30:01AM +1000 To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-id: <20010919090201.B4912@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <"99Jul21.090707est.40353"@border.alcanet.com.au> <199907202330.QAA88579@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Updated patch following KSE commit. Note that whilst this patch compiles, I haven't tested it. Index: src/lib/libc/sys/fcntl.2 =================================================================== RCS file: /home/CVSROOT/src/lib/libc/sys/fcntl.2,v retrieving revision 1.33 diff -u -r1.33 fcntl.2 --- src/lib/libc/sys/fcntl.2 2001/08/27 08:37:35 1.33 +++ src/lib/libc/sys/fcntl.2 2001/08/28 14:49:28 @@ -82,8 +82,12 @@ .El .It Dv F_GETFD Get the close-on-exec flag associated with the file descriptor -.Fa fd . -If the low-order bit of the returned value is 0, +.Fa fd +as +.Dv FD_CLOEXEC . +If the returned value anded with +.Dv FD_CLOEXEC +is 0, the file will remain open across .Fn exec , otherwise the file will be closed upon execution of @@ -93,9 +97,13 @@ .It Dv F_SETFD Set the close-on-exec flag associated with .Fa fd -to the low order bit of +to +.Fa arg , +where .Fa arg -(0 or 1 as above). +is either 0 or +.Dv FD_CLOEXEC , +as described above. .It Dv F_GETFL Get descriptor status flags, as described below .Fa ( arg Index: src/sys/kern/kern_descrip.c =================================================================== RCS file: /home/CVSROOT/src/sys/kern/kern_descrip.c,v retrieving revision 1.108 diff -u -r1.108 kern_descrip.c --- src/sys/kern/kern_descrip.c 2001/09/12 20:26:57 1.108 +++ src/sys/kern/kern_descrip.c 2001/09/16 20:50:25 @@ -278,11 +278,12 @@ break; case F_GETFD: - td->td_retval[0] = *pop & 1; + td->td_retval[0] = (*pop & UF_EXCLOSE) ? FD_CLOEXEC : 0; break; case F_SETFD: - *pop = (*pop &~ 1) | (uap->arg & 1); + *pop = (*pop &~ UF_EXCLOSE) | + (uap->arg & FD_CLOEXEC ? UF_EXCLOSE : 0); break; case F_GETFL: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 17: 0:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DF8A37B405 for ; Tue, 18 Sep 2001 17:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J002B13679; Tue, 18 Sep 2001 17:00:02 -0700 (PDT) (envelope-from gnats) Received: from hagbard.io.com (hagbard.io.com [199.170.88.13]) by hub.freebsd.org (Postfix) with ESMTP id 7D38B37B412 for ; Tue, 18 Sep 2001 16:59:03 -0700 (PDT) Received: from localhost (andrewl@localhost) by hagbard.io.com (8.11.2/8.11.2) with ESMTP id f8INwwp27990; Tue, 18 Sep 2001 18:58:58 -0500 Message-Id: Date: Tue, 18 Sep 2001 18:58:58 -0500 (CDT) From: "Andrew P. Lentvorski" To: Cc: Subject: bin/30661: FreeBSD-current fails to do partial NFS file locking Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30661 >Category: bin >Synopsis: FreeBSD-current fails to do partial NFS file locking >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: Tue Sep 18 17:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrew Lentvorski >Release: FreeBSD 5.0-CURRENT i386 >Organization: North Shore Circuit Design >Environment: System: FreeBSD daffy.buzmeg.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Sep 16 18:43:22 PDT 2001 root@daffy.buzmeg.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: FreeBSD-CURRENT fails to do partial-file NFS locking >How-To-Repeat: Run the Connectathon 2001 NFS suites (http://www.connectathon.org/nfstests.html) >Fix: Apply the following patch to enable partial-file NFS lock testing --- lockd.patches begins here --- diff -crN /usr/src/usr.sbin/rpc.lockd/lock_proc.c rpc.lockd/lock_proc.c *** /usr/src/usr.sbin/rpc.lockd/lock_proc.c Fri Apr 27 21:26:32 2001 --- rpc.lockd/lock_proc.c Tue Sep 18 15:34:38 2001 *************** *** 87,92 **** --- 87,131 ---- syslog(LOG_DEBUG, "%s from %s", fun_name, hostname_buf); } + /* log_netobj ----------------------------------------------------------- */ + /* + Purpose: Log a netobj + Returns: Nothing + Notes: This function should only really be called as part of + a debug subsystem. + */ + + static void log_netobj(netobj *obj) + { + char objvalbuffer[(sizeof(char)*2)*MAX_NETOBJ_SZ+2]; + char objascbuffer[sizeof(char)*MAX_NETOBJ_SZ+1]; + int i; + int maxlen; + char *tmp1; + char *tmp2; + + /* Notify of potential security attacks */ + if (obj->n_len > MAX_NETOBJ_SZ) + { + syslog(LOG_DEBUG, "SOMEONE IS TRYING TO DO SOMETHING NASTY!\n"); + syslog(LOG_DEBUG, "netobj too large! Should be %d was %d\n", MAX_NETOBJ_SZ, obj->n_len); + } + + /* Prevent the security hazard from the buffer overflow */ + maxlen = (obj->n_len < MAX_NETOBJ_SZ ? obj->n_len : MAX_NETOBJ_SZ); + for (i=0, tmp1=objvalbuffer, tmp2=objascbuffer; i < obj->n_len; i++, tmp1 +=2, tmp2 +=1) + { + sprintf(tmp1,"%02X",*(obj->n_bytes+i)); + sprintf(tmp2,"%c",*(obj->n_bytes+i)); + } + + sprintf(tmp1,"\0"); + sprintf(tmp2,"\0"); + + syslog(LOG_DEBUG,"netobjvals: %s\n",objvalbuffer); + syslog(LOG_DEBUG,"netobjascs: %s\n",objascbuffer); + } + /* get_client -------------------------------------------------------------- */ /* * Purpose: Get a CLIENT* for making RPC calls to lockd on given host *************** *** 382,388 **** if (debug_level) log_from_addr("nlm_test", rqstp); ! holder = testlock(&arg4, 0); /* * Copy the cookie from the argument into the result. Note that this * is slightly hazardous, as the structure contains a pointer to a --- 421,427 ---- if (debug_level) log_from_addr("nlm_test", rqstp); ! holder = testlock(&arg4, arg->exclusive, 0); /* * Copy the cookie from the argument into the result. Note that this * is slightly hazardous, as the structure contains a pointer to a *************** *** 422,428 **** if (debug_level) log_from_addr("nlm_test_msg", rqstp); ! holder = testlock(&arg4, 0); res.cookie = arg->cookie; if (holder == NULL) { --- 461,467 ---- if (debug_level) log_from_addr("nlm_test_msg", rqstp); ! holder = testlock(&arg4, arg->exclusive, 0); res.cookie = arg->cookie; if (holder == NULL) { *************** *** 865,874 **** static nlm4_testres res; struct nlm4_holder *holder; ! if (debug_level) log_from_addr("nlm4_test", rqstp); ! holder = testlock(&arg->alock, LOCK_V4); /* * Copy the cookie from the argument into the result. Note that this --- 904,931 ---- static nlm4_testres res; struct nlm4_holder *holder; ! if (debug_level) { log_from_addr("nlm4_test", rqstp); + } + + if (debug_level > 5) { + syslog(LOG_DEBUG, "Locking arguments:\n"); + log_netobj(&(arg->cookie)); + + syslog(LOG_DEBUG, "Alock arguments:\n"); + syslog(LOG_DEBUG, "Caller Name: %s\n",arg->alock.caller_name); + syslog(LOG_DEBUG, "File Handle:\n"); + log_netobj(&(arg->alock.fh)); + syslog(LOG_DEBUG, "Owner Handle:\n"); + log_netobj(&(arg->alock.oh)); + syslog(LOG_DEBUG, "SVID: %d\n", arg->alock.svid); + syslog(LOG_DEBUG, "Lock Offset: %d\n", arg->alock.l_offset); + syslog(LOG_DEBUG, "Lock Length: %d\n", arg->alock.l_len); + + syslog(LOG_DEBUG, "Exclusive: %s\n", (arg->exclusive ? "true" : "false")); + } ! holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); /* * Copy the cookie from the argument into the result. Note that this *************** *** 904,910 **** if (debug_level) log_from_addr("nlm4_test_msg", rqstp); ! holder = testlock(&arg->alock, LOCK_V4); res.cookie = arg->cookie; if (holder == NULL) { --- 961,967 ---- if (debug_level) log_from_addr("nlm4_test_msg", rqstp); ! holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); res.cookie = arg->cookie; if (holder == NULL) { *************** *** 946,953 **** { static nlm4_res res; ! if (debug_level) log_from_addr("nlm4_lock", rqstp); /* copy cookie from arg to result. See comment in nlm_test_4() */ res.cookie = arg->cookie; --- 1003,1031 ---- { static nlm4_res res; ! if (debug_level) { log_from_addr("nlm4_lock", rqstp); + } + + if (debug_level > 5) { + syslog(LOG_DEBUG, "Locking arguments:\n"); + log_netobj(&(arg->cookie)); + + syslog(LOG_DEBUG, "Alock arguments:\n"); + syslog(LOG_DEBUG, "Caller Name: %s\n",arg->alock.caller_name); + syslog(LOG_DEBUG, "File Handle:\n"); + log_netobj(&(arg->alock.fh)); + syslog(LOG_DEBUG, "Owner Handle:\n"); + log_netobj(&(arg->alock.oh)); + syslog(LOG_DEBUG, "SVID: %d\n", arg->alock.svid); + syslog(LOG_DEBUG, "Lock Offset: %d\n", arg->alock.l_offset); + syslog(LOG_DEBUG, "Lock Length: %d\n", arg->alock.l_len); + + syslog(LOG_DEBUG, "Block: %s\n", (arg->block ? "true" : "false")); + syslog(LOG_DEBUG, "Exclusive: %s\n", (arg->exclusive ? "true" : "false")); + syslog(LOG_DEBUG, "Reclaim: %s\n", (arg->reclaim ? "true" : "false")); + syslog(LOG_DEBUG, "State num: %d\n", arg->state); + } /* copy cookie from arg to result. See comment in nlm_test_4() */ res.cookie = arg->cookie; diff -crN /usr/src/usr.sbin/rpc.lockd/lockd_lock.c rpc.lockd/lockd_lock.c *** /usr/src/usr.sbin/rpc.lockd/lockd_lock.c Tue Apr 17 13:45:23 2001 --- rpc.lockd/lockd_lock.c Tue Sep 18 15:34:38 2001 *************** *** 54,59 **** --- 54,70 ---- #include "lockd_lock.h" #include "lockd.h" + + /* Why was this file written in K&R C? -- APL 09/17/01 */ + + /* + The following data structure really needs to be something + with better search performance than a LIST. In fact, a LIST + is a particularly bad structure as you *always* have to traverse + the *entire* list in sequential fashion when attempting to do *anything* + with a lock. This is O(n). + */ + /* A set of utilities for managing file locking */ LIST_HEAD(lcklst_head, file_lock); struct lcklst_head lcklst_head = LIST_HEAD_INITIALIZER(lcklst_head); *************** *** 75,80 **** --- 86,92 ---- /* lock status */ #define LKST_LOCKED 1 /* lock is locked */ + /* FIXME: Check on this flag. Is this file specific or lock specific? */ #define LKST_WAITING 2 /* file is already locked by another host */ #define LKST_PROCESSING 3 /* child is trying to aquire the lock */ #define LKST_DYING 4 /* must dies when we get news from the child */ *************** *** 85,90 **** --- 97,103 ---- void send_granted __P((struct file_lock *, int)); void siglock __P((void)); void sigunlock __P((void)); + int regions_overlap(u_int64_t start1, u_int64_t len1, u_int64_t start2, u_int64_t len2); /* list of hosts we monitor */ LIST_HEAD(hostlst_head, host); *************** *** 100,114 **** void do_mon __P((char *)); /* * testlock(): inform the caller if the requested lock would be granted or not * returns NULL if lock would granted, or pointer to the current nlm4_holder * otherwise. */ struct nlm4_holder * ! testlock(lock, flags) ! struct nlm4_lock *lock; ! int flags; { struct file_lock *fl; fhandle_t filehandle; --- 113,157 ---- void do_mon __P((char *)); /* + * regions_overlap(): This function examines the two provided regions for overlap. + * It is non-trivial because start+len *CAN* overflow a 64-bit unsigned integer + * and NFS semantics are unspecified on this account. + */ + int + regions_overlap(u_int64_t start1, u_int64_t len1, u_int64_t start2, u_int64_t len2) + { + int result; + + result = FALSE; + + /* FIXME: Need to adjust checks to account for integer overflow */ + if (len1 == 0 && len2 == 0) { + /* Regions *must* overlap if they both extend to the end */ + result = TRUE; + } else if (len1 == 0 && start2+len2 < start1) { + /* Region 2 is completely to the left of Region 1 */ + result = FALSE; + } else if (start1+len1 < start2 && len2 == 0) { + /* Region 1 is completely to the left of region 2 */ + result = FALSE; + } else if (start1 + len1 <= start2 || start2+len2 <= start1) { + /* 1 is completely left of 2 or 2 is completely left of 1 */ + result = FALSE; + } else { + result = TRUE; + } + + return result; + } + + /* * testlock(): inform the caller if the requested lock would be granted or not * returns NULL if lock would granted, or pointer to the current nlm4_holder * otherwise. */ struct nlm4_holder * ! testlock(struct nlm4_lock *lock, bool_t exclusive, int flags) { struct file_lock *fl; fhandle_t filehandle; *************** *** 120,139 **** /* search through the list for lock holder */ for (fl = LIST_FIRST(&lcklst_head); fl != NULL; fl = LIST_NEXT(fl, lcklst)) { if (fl->status != LKST_LOCKED) continue; if (memcmp(&fl->filehandle, &filehandle, sizeof(filehandle))) continue; ! /* got it ! */ syslog(LOG_DEBUG, "test for %s: found lock held by %s", lock->caller_name, fl->client_name); - sigunlock(); return (&fl->client); } - /* not found */ - sigunlock(); - syslog(LOG_DEBUG, "test for %s: no lock found", lock->caller_name); - return NULL; } /* --- 163,200 ---- /* search through the list for lock holder */ for (fl = LIST_FIRST(&lcklst_head); fl != NULL; fl = LIST_NEXT(fl, lcklst)) { + if (fl->status != LKST_LOCKED) continue; + /* FIXME: Could we possibly have identical filehandles on different systems? */ + /* FIXME: ie. Do we need to check more than just the filehandle? */ + /* FIXME: ie. Could someone artificially create requests which are security violations? */ if (memcmp(&fl->filehandle, &filehandle, sizeof(filehandle))) continue; ! /* File handles match, look for lock region overlap */ ! if (regions_overlap(lock->l_offset, lock->l_len, ! fl->client.l_offset,fl->client.l_len)) { ! syslog(LOG_DEBUG, "Region overlap found %llu : %llu -- %llu : %llu\n", ! lock->l_offset, lock->l_len, ! fl->client.l_offset,fl->client.l_len); ! /* Regions overlap. Now check for exclusivity. */ ! if (exclusive || fl->client.exclusive) { ! /* Lock test must fail, regions are exclusive */ ! break; ! } ! } ! /* Continue looping through all locks */ ! } ! sigunlock(); ! ! if (fl == NULL) { ! syslog(LOG_DEBUG, "test for %s: no lock found", lock->caller_name); ! return NULL; ! } else { syslog(LOG_DEBUG, "test for %s: found lock held by %s", lock->caller_name, fl->client_name); return (&fl->client); } } /* diff -crN /usr/src/usr.sbin/rpc.lockd/lockd_lock.h rpc.lockd/lockd_lock.h *** /usr/src/usr.sbin/rpc.lockd/lockd_lock.h Mon Mar 19 04:50:09 2001 --- rpc.lockd/lockd_lock.h Tue Sep 18 15:34:38 2001 *************** *** 3,9 **** /* Headers and function declarations for file-locking utilities */ ! struct nlm4_holder * testlock __P((struct nlm4_lock *, int)); enum nlm_stats getlock __P((nlm4_lockargs *, struct svc_req *, int)); enum nlm_stats unlock __P((nlm4_lock *, int)); --- 3,9 ---- /* Headers and function declarations for file-locking utilities */ ! struct nlm4_holder * testlock __P((struct nlm4_lock *, int, int)); enum nlm_stats getlock __P((nlm4_lockargs *, struct svc_req *, int)); enum nlm_stats unlock __P((nlm4_lock *, int)); --- lockd.patches ends here --- --f8IMoaa01974.1000853436/daffy.buzmeg.com-- >Release-Note: >Audit-Trail: >Unformatted: X-send-pr-version: 3.113 X-GNATS-Notify: MIME-Version: 1.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 21:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D1A837B401 for ; Tue, 18 Sep 2001 21:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J4U2m56530; Tue, 18 Sep 2001 21:30:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 18 Sep 2001 21:30:02 -0700 (PDT) Message-Id: <200109190430.f8J4U2m56530@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Wouter Van Hemel Subject: Re: kern/30570: boot loader don't reacts on USB keyboard input Reply-To: Wouter Van Hemel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30570; it has been noted by GNATS. From: Wouter Van Hemel To: freebsd-gnats-submit@FreeBSD.org, Cc: Subject: Re: kern/30570: boot loader don't reacts on USB keyboard input Date: Wed, 19 Sep 2001 06:27:53 +0200 (CEST) No drivers have been loaded yet in that stage. It's up to the bios to handle the usb-keyboard. Do you have an option in your bios you can set to use the usb-keyboard? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Sep 18 22:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18CC037B425 for ; Tue, 18 Sep 2001 22:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J5A1q62979; Tue, 18 Sep 2001 22:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC0ED37B415 for ; Tue, 18 Sep 2001 22:03:45 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J53j859388; Tue, 18 Sep 2001 22:03:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200109190503.f8J53j859388@freefall.freebsd.org> Date: Tue, 18 Sep 2001 22:03:45 -0700 (PDT) From: TOMITA Yoshinori To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30665: acpi_ec driver does not release its resources when it fails to attach Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30665 >Category: kern >Synopsis: acpi_ec driver does not release its resources when it fails to attach >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 18 22:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: TOMITA Yoshinori >Release: 5.0-CURRENT 2001/Sep/11 >Organization: F >Environment: FreeBSD yue 5.0-CURRENT-20010911-JPSNAP FreeBSD 5.0-CURRENT-20010911-JPSNAP #0: Tue Sep 18 20:06:43 JST 2001 root@yue:/usr/src/sys/i386/compile/Yue i386 >Description: (Problem 1) kernel crashes in the function AcpiExTruncateFor32bitTable() in boot time. # This is probably nothing to do with acpi_ec driver. > . > . > . > >How-To-Repeat: On notebook PC, FUJITSU FMV-BIBLO MC4/45C, Install FreeBSD 5.0-CURRENT after 2001/Sep, where ACPI module is loaded from the first. >Fix: For problem 1, here is patch for /usr/src/sys/contrib/dev/acpica --- exutils.c.bak Tue Sep 18 21:11:11 2001 +++ exutils.c Tue Sep 18 21:12:15 2001 @@ -261,6 +261,7 @@ */ if ((!ObjDesc) || (ObjDesc->Common.Type != ACPI_TYPE_INTEGER) || + (!WalkState) || (!WalkState->MethodNode)) { return; >Release-Note: >Audit-Trail: >Unformatted: >acpi_button0: on acpi0 >acpi_acad0: on acpi0 > > >Fatal trap 12: page fault while in kernel mode >fault virtual address = 0x40 >fault code = supervisor read, page not present >instruction pointer = 0x8:0xc0498de7 >stack pointer = 0x10:0xc04e1d18 >frame pointer = 0x10:0xc04e1d18 >code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 >processor eflags = interrupt enabled, resume, IOPL = 0 >current process = 0 (swapper) >kernel: type 12 trap, code=0 >Stopped at AcpiExTruncateFor32bitTable+0x13: cmpl $0,0x40(%eax) > and register value of eax was 0. (Problem 2) kernel crashes while probing acpi_ec.  > . > . > . > acpi_button0: on acpi0 > acpi_acad0: on acpi0 > acpi_cmbat0: on acpi0 > acpi_lid0: on acpi0 > acpi_ec0: port 0x66,0x62 on acpi0 > acpi_ec0: can't install GPE handler for \_SB_.PCI0.EIO_.EC__ - AE_EXIST > deveice_prove_and_attach: acpi_ec0 attach returned 6 > sio0: irq maps: 0x1 0x1 0x1 0x1 > sio0: probe failed test(0): 0 2 4 6 9 > sio0: irq maps: 0x1 0x1 0x1 0x1 > sio0: probe failed test(0): 0 2 4 6 9 > acpi_ec0: port 0x66,0x62 on acpi0 > panic: resource_list_alloc: resource entry is busy > Debugger("panic") > Stopped at Debugger+0x45: pushl %ebx > db> I asked about this in acpi-jp mailing list and Mr Mike said: This is my fault; the acpi_ec driver does not release its resources when it fails to attach. Due to some bad magic, we have to probe ACPI children twice, so when it tries to attach again, we run into a bug in the resource list code (it should just fail, not panic). and advised me to file a PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 0:28: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0916237B40A; Wed, 19 Sep 2001 00:28:04 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J7RrW89335; Wed, 19 Sep 2001 00:27:53 -0700 (PDT) (envelope-from ru) Date: Wed, 19 Sep 2001 00:27:53 -0700 (PDT) From: Message-Id: <200109190727.f8J7RrW89335@freefall.freebsd.org> To: marcolz@ilse.nl, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: gnu/30644: Typo in grep manpage. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Typo in grep manpage. State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Sep 19 00:23:32 PDT 2001 State-Changed-Why: Fixed in grep.1, rev 1.18 (5.0-CURRENT) and rev 1.16.2.2 (4.4-STABLE). Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Wed Sep 19 00:23:32 PDT 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30644 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 0:40:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 406B637B41C for ; Wed, 19 Sep 2001 00:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J7e1U90605; Wed, 19 Sep 2001 00:40:01 -0700 (PDT) (envelope-from gnats) Received: from hand.dotat.at (host217-35-44-190.in-addr.btopenworld.com [217.35.44.190]) by hub.freebsd.org (Postfix) with ESMTP id 4E9B037B408 for ; Wed, 19 Sep 2001 00:30:13 -0700 (PDT) Received: from fanf by hand.dotat.at with local (Exim 3.33 #2) id 15jbo9-0000n6-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 19 Sep 2001 07:30:09 +0000 Message-Id: Date: Wed, 19 Sep 2001 07:30:09 +0000 From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: gnu/30666: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30666 >Category: gnu >Synopsis: >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 Sep 19 00:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tony Finch >Release: FreeBSD 4.4-STABLE-20010916 i386 >Organization: dotat labs >Environment: System: FreeBSD hand.dotat.at 4.4-STABLE-20010916 FreeBSD 4.4-STABLE-20010916 #5: Mon Sep 17 00:22:44 GMT 2001 fanf@hand.dotat.at:/FreeBSD/obj/FreeBSD/releng4/sys/SHARP i386 >Description: ident(1) only recognizes rcs keywords consisting purely of letters. The XFree86 project uses rcs tags with digits in them, so ident(1) doesn't work with them. >How-To-Repeat: fanf@hand.dotat.at:/usr/X11R6/include/X11 :; ident X.h X.h: $Xorg: X.h,v 1.3 2000/08/18 04:05:43 coskrey Exp $ fanf@hand.dotat.at:/usr/X11R6/include/X11 :; grep XFree86 X.h /* $XFree86: xc/include/X.h,v 1.4 2001/01/17 17:53:09 dawes Exp $ */ >Fix: Index: ident.c =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/rcs/ident/ident.c,v retrieving revision 1.7 diff -u -u -r1.7 ident.c --- ident.c 1999/08/27 23:36:42 1.7 +++ ident.c 2001/09/19 07:25:19 @@ -233,7 +233,7 @@ if (c == EOF && feof(fp) | ferror(fp)) return c; switch (ctab[c]) { - case LETTER: case Letter: + case LETTER: case Letter: case DIGIT: *tp++ = c; if (tp < line+sizeof(line)-4) break; >Release-Note: >Audit-Trail: >Unformatted: [PATCH] ident(1) doesn't work on XFree86 source files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 0:58: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94D4F37B40D; Wed, 19 Sep 2001 00:58:03 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J7vxX92824; Wed, 19 Sep 2001 00:57:59 -0700 (PDT) (envelope-from ru) Date: Wed, 19 Sep 2001 00:57:59 -0700 (PDT) From: Message-Id: <200109190757.f8J7vxX92824@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, bp@FreeBSD.org Subject: Re: kern/29974: smbfs generates a ''Negative opencount'' error message on unmount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: smbfs generates a ''Negative opencount'' error message on unmount Responsible-Changed-From-To: freebsd-bugs->bp Responsible-Changed-By: ru Responsible-Changed-When: Wed Sep 19 00:57:22 PDT 2001 Responsible-Changed-Why: Boris, could you please look at this? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29974 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 2:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CA0837B405 for ; Wed, 19 Sep 2001 02:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J9K2208392; Wed, 19 Sep 2001 02:20:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 Sep 2001 02:20:02 -0700 (PDT) Message-Id: <200109190920.f8J9K2208392@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: NIIMI Satoshi Subject: Re: misc/30647: "make release" in src/release/ creates ports.tgz that includes distfiles Reply-To: NIIMI Satoshi Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30647; it has been noted by GNATS. From: NIIMI Satoshi To: Peter Pentchev Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/30647: "make release" in src/release/ creates ports.tgz that includes distfiles Date: 19 Sep 2001 00:49:11 +0900 Peter Pentchev writes: > Without actually having looked at the problem (the 'rm -rf' at the next > line is supposed to do the trick), the line you added could be also > written as: > > @find /usr/ports/distfiles -type f -delete Yes. > It is another question just why the rm -rf cannot really delete things.. I'm sorry to forget include the error message. The reason why 'rm -rf' failed is rm: argument list too long Thanks, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 2:26:41 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D398A37B401; Wed, 19 Sep 2001 02:26:39 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J9QOY09307; Wed, 19 Sep 2001 02:26:24 -0700 (PDT) (envelope-from ru) Date: Wed, 19 Sep 2001 02:26:24 -0700 (PDT) From: Message-Id: <200109190926.f8J9QOY09307@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: gnu/30666: [PATCH] ident(1) doesn't work on XFree86 source files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] ident(1) doesn't work on XFree86 source files Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: ru Responsible-Changed-When: Wed Sep 19 02:22:29 PDT 2001 Responsible-Changed-Why: I don't believe that RCS is maintained anymore, but I may be err. Peter, can we just commit this patch on the HEAD? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30666 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 6: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2CD737B415 for ; Wed, 19 Sep 2001 06:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JD05K61656; Wed, 19 Sep 2001 06:00:05 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 Sep 2001 06:00:05 -0700 (PDT) Message-Id: <200109191300.f8JD05K61656@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/30641: Patch for games/grdc Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30641; it has been noted by GNATS. From: Ruslan Ermilov To: Andrey Simonenko Cc: bug-followup@FreeBSD.org Subject: Re: bin/30641: Patch for games/grdc Date: Wed, 19 Sep 2001 15:58:08 +0300 On Tue, Sep 18, 2001 at 11:39:12AM +0300, Andrey Simonenko wrote: > > grdc(8) outputs big digital clock. Color of digits is red, if grdc(8) > is used on b/w display, then it is hard to see something. > > This patch adds new flag to grdc(8): -b, which changes color of digits > to b/w. Also arguments checking is improved. > Use the right (B/W) terminal type such as cons25-m. > In this patch type of "sigtermed" variable is changed from "int" to > "voilatile sig_atomic_t", because "sigtermed" variable is changed in signal > handler. > This looks OK though a bit superflows in this case. :-) Also, is sig_atomic_t guaranteed to be a superset of int? (I'm mostly concerned about the portability issues here, I know that in FreeBSD sig_atomic_t is ether int or long.) Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 7:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2034E37B414 for ; Wed, 19 Sep 2001 07:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JEU3292554; Wed, 19 Sep 2001 07:30:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 Sep 2001 07:30:03 -0700 (PDT) Message-Id: <200109191430.f8JEU3292554@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Frost Subject: Re: kern/30524: 4.4-RC4: panic in icmp_reflect [WITH PATCH] Reply-To: Matthew Frost Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30524; it has been noted by GNATS. From: Matthew Frost To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/30524: 4.4-RC4: panic in icmp_reflect [WITH PATCH] Date: Wed, 19 Sep 2001 15:27:42 +0100 This also occurs in 4.4-RELEASE using a machine as a bridge and putting: net.link.ether.bridge=1 in /etc/sysctl.conf which brings up the bridging before the network interfaces get configured. Regards, Matthew -- Matthew Frost http://www.frost.org/ "A Invalid argument, 10:2" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 8: 0:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82E6E37B41B for ; Wed, 19 Sep 2001 08:00:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JF0AD97408; Wed, 19 Sep 2001 08:00:10 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99F1137B410 for ; Wed, 19 Sep 2001 07:50:44 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JEoik95232; Wed, 19 Sep 2001 07:50:44 -0700 (PDT) (envelope-from nobody) Message-Id: <200109191450.f8JEoik95232@freefall.freebsd.org> Date: Wed, 19 Sep 2001 07:50:44 -0700 (PDT) From: Paul Pathiakis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/30670: 4.3 and 4.4 mfsroot floppies reboot Dell 410 while loading Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30670 >Category: i386 >Synopsis: 4.3 and 4.4 mfsroot floppies reboot Dell 410 while loading >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 19 08:00:10 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Paul Pathiakis >Release: 4.3 and 4.4 >Organization: Homeportfolio.com >Environment: FreeBSD blackice.buildingblocks.com 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Tue Aug 7 13:17:07 EDT 2001 root@blackice.buildingblocks.com:/usr/src/sys/compile/4.3-RELEASE i386 >Description: Boot floppies for 4.3 and 4.4 have an issue loading on Dell Precision 410. The kern.flp load fine. The mfsroot.flp starts to load and, once it hits the "Hit [Enter] to boot immediately....", the prompt spins once or twice and the machine promptly reboots. >How-To-Repeat: Get a Dell 410, create boot floppies with dd command on a FreeBSD 4.3 box, and try to load the mfsroot.flp to build the machine. >Fix: Unknown at this time. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 9:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92C3737B408 for ; Wed, 19 Sep 2001 09:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JGe2a24625; Wed, 19 Sep 2001 09:40:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 Sep 2001 09:40:02 -0700 (PDT) Message-Id: <200109191640.f8JGe2a24625@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Andrey Simonenko" Subject: Re: bin/30641: Patch for games/grdc Reply-To: "Andrey Simonenko" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30641; it has been noted by GNATS. From: "Andrey Simonenko" To: "Ruslan Ermilov" Cc: Subject: Re: bin/30641: Patch for games/grdc Date: Wed, 19 Sep 2001 19:23:25 +0400 ----- Original Message ----- From: Ruslan Ermilov To: Andrey Simonenko Cc: Sent: Wednesday, September 19, 2001 4:58 PM Subject: Re: bin/30641: Patch for games/grdc > On Tue, Sep 18, 2001 at 11:39:12AM +0300, Andrey Simonenko wrote: > > > > grdc(8) outputs big digital clock. Color of digits is red, if grdc(8) > > is used on b/w display, then it is hard to see something. > > > > This patch adds new flag to grdc(8): -b, which changes color of digits > > to b/w. Also arguments checking is improved. > > > Use the right (B/W) terminal type such as cons25-m. I don't know about it. Nevertheless given patch makes better arguments checking. > > > In this patch type of "sigtermed" variable is changed from "int" to > > "voilatile sig_atomic_t", because "sigtermed" variable is changed in signal > > handler. > > > This looks OK though a bit superflows in this case. :-) > Also, is sig_atomic_t guaranteed to be a superset of int? > (I'm mostly concerned about the portability issues here, > I know that in FreeBSD sig_atomic_t is ether int or long.) I always use "volatile sig_atomic_t" type for variable, which can be changed in signal handlers. May be somebody another can help with answer about portability, I think that sig_atomic_t is correct type in this case. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 14:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3464837B417 for ; Wed, 19 Sep 2001 14:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JLU2104671; Wed, 19 Sep 2001 14:30:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 Sep 2001 14:30:02 -0700 (PDT) Message-Id: <200109192130.f8JLU2104671@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: misc/30548: Mount disk Solaris Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30548; it has been noted by GNATS. From: "Crist J. Clark" To: Vladimir Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/30548: Mount disk Solaris Date: Wed, 19 Sep 2001 14:29:35 -0700 On Thu, Sep 13, 2001 at 03:25:07AM -0700, Vladimir wrote: > > >Number: 30548 > >Category: misc > >Synopsis: Mount disk Solaris > >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: Thu Sep 13 03:30:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Vladimir > >Release: FreeBSD 4.3 > >Organization: > Optima-telecom > >Environment: > >Description: > Seting's to Sun mashine > /etc/dfs/dfstab: > share -F nfs -o rw=vv.domain,root=vv.domain /usr2 > Run command to FreeBSD mashines : > mount_nfs sunname:/usr2 /usr/SUN_USR2 > Answer : > mount_nfs: can't access /usr2: Permission denied :-( > > > > > > >How-To-Repeat: > > >Fix: > > >Release-Note: > >Audit-Trail: > >Unformatted: This PR does not provided enough information to debug the problem. More likely than not, this is a configuration issue on one or both machines and not a bug in FreeBSD. You will have better luck posing this as a question to freebsd-questions@freebsd.org. However, if you do find a bug in the NFS implementation, please feel free to submit a PR with more complete information on how to reproduce and possibly fix the problem. Unless further information shows this to be a real bug, I will close this PR tomorrow. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 15: 0: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E00A37B407 for ; Wed, 19 Sep 2001 15:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JM01T11597; Wed, 19 Sep 2001 15:00:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 Sep 2001 15:00:01 -0700 (PDT) Message-Id: <200109192200.f8JM01T11597@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: misc/30418: sysinstall package list doesn't include all packages available from FreeBSD site list e.g. xscreensaver Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30418; it has been noted by GNATS. From: "Crist J. Clark" To: Ruven Gottlieb Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/30418: sysinstall package list doesn't include all packages available from FreeBSD site list e.g. xscreensaver Date: Wed, 19 Sep 2001 14:49:58 -0700 On Fri, Sep 07, 2001 at 08:13:34AM -0700, Ruven Gottlieb wrote: [snip] > >Description: > I can't install xscreensaver via sysinstall. It's not on the generated list, but it is on the list at the FreeBSD site. It is in ports so I had to make it that way. > >How-To-Repeat: > Try to install xscreensaver with sysinstall. It looks like the xscreensaver package is included in 4.4-RELEASE. It was not in 4.3-RELEASE. I do not know why it was not. I really don't see any problem to be fixed here. We can't go back and change 4.3-RELEASE now. What would you like us to do? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 15:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8FF437B41A for ; Wed, 19 Sep 2001 15:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JMU0118521; Wed, 19 Sep 2001 15:30:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2807F37B40D for ; Wed, 19 Sep 2001 15:21:27 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JMLRX17231; Wed, 19 Sep 2001 15:21:27 -0700 (PDT) (envelope-from nobody) Message-Id: <200109192221.f8JMLRX17231@freefall.freebsd.org> Date: Wed, 19 Sep 2001 15:21:27 -0700 (PDT) From: Guillaume Filion To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/30676: whois(1) does not supports all IP authorities Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30676 >Category: bin >Synopsis: whois(1) does not supports all IP authorities >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Wed Sep 19 15:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Guillaume Filion >Release: 4.4 >Organization: Logidac >Environment: >Description: FreeBSD-4.4 ChangeLog says: ----- whois(1) now directs queries for IP addresses to ARIN. If a query to ARIN references APNIC or RIPE, the appropriate server will also be queried, provided that the -Q option is not specified. ----- This is really nice, but you're missing a couple of whois authorities, that is BRNIC/Brazil, KRNIC/Korea and JPNIC/Japan. >How-To-Repeat: >Fix: abuseEmail's whois engine supports all those authorities, check out its source code at: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/abuseemail/abuseEmail-1/ Especially file XWhoisIP.pm and function do_whois() in main.pl Basically it's the same as with APNIC and RIPE, but you match BRAZIL, KRNIC and JPNIC with whois.nic.br, whois.krnic.net and whois.nic.ad.jp. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 16: 7: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D96437B41A; Wed, 19 Sep 2001 16:07:00 -0700 (PDT) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JN4rr33226; Wed, 19 Sep 2001 16:04:53 -0700 (PDT) (envelope-from mikeh) Date: Wed, 19 Sep 2001 16:04:53 -0700 (PDT) From: Message-Id: <200109192304.f8JN4rr33226@freefall.freebsd.org> To: mikeh@FreeBSD.org, freebsd-bugs@FreeBSD.org, mike@FreeBSD.org Subject: Re: bin/30676: whois(1) does not supports all IP authorities Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: whois(1) does not supports all IP authorities Responsible-Changed-From-To: freebsd-bugs->mike Responsible-Changed-By: mikeh Responsible-Changed-When: Wed Sep 19 16:03:51 PDT 2001 Responsible-Changed-Why: Mike's been working with whois(1), so he can probably decided best whether to implement this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30676 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 18:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AD4637B407 for ; Wed, 19 Sep 2001 18:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8K1e3V92808; Wed, 19 Sep 2001 18:40:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 Sep 2001 18:40:03 -0700 (PDT) Message-Id: <200109200140.f8K1e3V92808@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Subject: Re: i386/30637: MAKEDEV 1.243.2.36 errors in i4bteld* node creation Reply-To: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30637; it has been noted by GNATS. From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= To: , Cc: Subject: Re: i386/30637: MAKEDEV 1.243.2.36 errors in i4bteld* node creation Date: Wed, 19 Sep 2001 18:36:38 -0700 (PDT) Looks like this is a manifestation of the bug fixed in PR 24443. I applied the diff from expand.c to my -stable system, and MAKEDEV stopped misbehaving. MFC, please? /Mikko Mikko Työläjärvi_______________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 19:57: 2 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80B1937B40E; Wed, 19 Sep 2001 19:57:00 -0700 (PDT) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8K2mDd21893; Wed, 19 Sep 2001 19:48:13 -0700 (PDT) (envelope-from cjc) Date: Wed, 19 Sep 2001 19:48:13 -0700 (PDT) From: Message-Id: <200109200248.f8K2mDd21893@freefall.freebsd.org> To: igadget@earthlink.net, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/30418: sysinstall package list doesn't include all packages available from FreeBSD site list e.g. xscreensaver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sysinstall package list doesn't include all packages available from FreeBSD site list e.g. xscreensaver State-Changed-From-To: open->closed State-Changed-By: cjc State-Changed-When: Wed Sep 19 19:31:52 PDT 2001 State-Changed-Why: I don't know why xscreensaver was not included in 4.3-RELEASE, but it's a little late to be changing it now. There is an xscreensaver package in 4.4-RELEASE. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30418 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 21:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CBB937B422 for ; Wed, 19 Sep 2001 21:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8K4A2Q58770; Wed, 19 Sep 2001 21:10:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 Sep 2001 21:10:02 -0700 (PDT) Message-Id: <200109200410.f8K4A2Q58770@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Charlie Root Subject: Re: bin/30310: top does not show CPU usage Reply-To: Charlie Root Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30310; it has been noted by GNATS. From: Charlie Root To: freebsd-gnats-submit@FreeBSD.org, andrey@novikov.com Cc: Subject: Re: bin/30310: top does not show CPU usage Date: Wed, 19 Sep 2001 21:04:43 -0700 This is a cryptographically signed message in MIME format. --------------ms674D2A609E598DD9DA2A4C2F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I see the same symtoms on a non-SMP laptop with 4.4-RELEASE. -- Lars Eggert Information Sciences Institute http://www.isi.edu/larse/ University of Southern California --------------ms674D2A609E598DD9DA2A4C2F Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIIEwYJKoZIhvcNAQcCoIIIBDCCCAACAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BeYwggK1MIICHqADAgECAgMFgUcwDQYJKoZIhvcNAQECBQAwgZIxCzAJBgNVBAYTAlpBMRUw EwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhh d3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwg RnJlZW1haWwgUlNBIDIwMDAuOC4zMDAeFw0wMTA4MjQxNjQwMDBaFw0wMjA4MjQxNjQwMDBa MFQxDzANBgNVBAQTBkVnZ2VydDENMAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dl cnQxHDAaBgkqhkiG9w0BCQEWDWxhcnNlQGlzaS5lZHUwgZ8wDQYJKoZIhvcNAQEBBQADgY0A MIGJAoGBANALywbA+/J8XFB3h5GjIJd2+KmD534G3/C4fh0D/EYBjERv2G/r06ZBns5cLfaZ CcYg9dbmQ8uAjTSVLt4CsSkm/s0Ve9DvpZMMH7bh6Cx6B+McKNy3ENixg6XfiPebVDeHXyd0 5nhHFEhedHQv0rlCOMPAJYV0PCMa4YHWsk6RAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIBADAa MBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVkdTAM BgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBAgUAA4GBAIXmYZ9KUAPMyO1NitWSAJddY9GtQysZ 6dxrU7zlKxkQd1r2MYnb3WdZIs4RLFnl1PNU5DQx9A2karThHrukNjoQfo3ihKmOyAwCROP3 yNHvnej5xtYXfrxL2JrCh5JswYT3PeF1DijVjvqlTT9jRsjSN0CA8ucF+H3XDqNUt+K+MIID KTCCApKgAwIBAgIBDDANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgT DFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29u c3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIG A1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJz b25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAwMDgzMDAwMDAwMFoXDTAyMDgyOTIzNTk1 OVowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNh cGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNl czEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMDCBnzANBgkqhkiG 9w0BAQEFAAOBjQAwgYkCgYEA3jMypmPHCSVFPtJueCdngcXaiBmClw7jRCmKYzUqbXA8+tyu 9+50bzC8M5B/+TRxoKNtmPHDT6Jl2w36S/HW3WGl+YXNVZo1Gp2Sdagnrthy+boC9tewkd4c 6avgGAOofENCUFGHgzzwObSbVIoTh/+zm51JZgAtCYnslGvpoWkCAwEAAaNOMEwwKQYDVR0R BCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDEtMjk3MBIGA1UdEwEB/wQIMAYBAf8C AQAwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBBAUAA4GBAHMbbyZli/8VNEtZYortRL5Jx+gN u4+5DWomKmKEH7iHY3QcbbfPGlORS+HN5jjZ7VD0Omw0kqzmkpxuwSMBwgmn70uuct0GZ/VQ by5YuLYLwVBXtewc1+8XttWIm7eiiBrtOVs5fTT8tpYYJU1q9J3Fw5EvqZa4BTxS/N3pYgNI MYIB9TCCAfECAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDBYFHMAkGBSsOAwIaBQCggbEwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG 9w0BCQUxDxcNMDEwOTIwMDQwNDQ2WjAjBgkqhkiG9w0BCQQxFgQUdj/3+aGmzoPbmadjA6gb RA2dkt8wUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwBwYF Kw4DAgcwDQYIKoZIhvcNAwICAUAwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEgYBi NUJVMVkMC/MqpTkxIm/1AHCm5OYmU4BuqfLK10xnl0+YpgDY1t6sGnk9/RqVEApV2DLfWEMQ MchHmEoh7whUevf7NG1sGAaBKm1G7eyheWEL0zgBvLvwiV4JuxMZOpL3t0ymnXfmhTVO4U1n gVXaRONxabTHMqe1ZZpBH5VRMA== --------------ms674D2A609E598DD9DA2A4C2F-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 22:20: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 6F1E437B411 for ; Wed, 19 Sep 2001 22:20:05 -0700 (PDT) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id f8K5I8e08579; Thu, 20 Sep 2001 00:18:08 -0500 (CDT) (envelope-from jlemon) Date: Thu, 20 Sep 2001 00:18:08 -0500 (CDT) From: Jonathan Lemon Message-Id: <200109200518.f8K5I8e08579@prism.flugsvamp.com> To: knotwell@ix.netcom.com, bugs@freebsd.org Subject: Re: kern/30634: kevent.data value incorrect for UDP sockets X-Newsgroups: local.mail.freebsd-bugs In-Reply-To: Organization: Cc: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article you write: >>Description: >When kevent returns a read event for a UDP socket, the data field (AKA >the number of bytes to be read) is 16 bytes too long. This is happening because UDP places the sockaddr of the sending host in the data buffer. 16 bytes == sizeof(struct sockaddr_in). There isn't a quick fix for this because the kernel doesn't keep the data and addresses separate; there is only a single counter to indicate how much data is in the buffer. Getting an accurate count of the data would require walking the mbuf buffer chain (expensive) or changing the code to keep track of the counts separately. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Sep 19 23:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FF9037B421 for ; Wed, 19 Sep 2001 23:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8K6K1J19727; Wed, 19 Sep 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 Sep 2001 23:20:01 -0700 (PDT) Message-Id: <200109200620.f8K6K1J19727@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/30641: Patch for games/grdc Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30641; it has been noted by GNATS. From: Ruslan Ermilov To: Andrey Simonenko Cc: bug-followup@FreeBSD.org Subject: Re: bin/30641: Patch for games/grdc Date: Thu, 20 Sep 2001 09:10:09 +0300 On Wed, Sep 19, 2001 at 07:23:25PM +0400, Andrey Simonenko wrote: > > ----- Original Message ----- > From: Ruslan Ermilov > To: Andrey Simonenko > Cc: > Sent: Wednesday, September 19, 2001 4:58 PM > Subject: Re: bin/30641: Patch for games/grdc > > > > On Tue, Sep 18, 2001 at 11:39:12AM +0300, Andrey Simonenko wrote: > > > > > > grdc(8) outputs big digital clock. Color of digits is red, if grdc(8) > > > is used on b/w display, then it is hard to see something. > > > > > > This patch adds new flag to grdc(8): -b, which changes color of digits > > > to b/w. Also arguments checking is improved. > > > > > Use the right (B/W) terminal type such as cons25-m. > > I don't know about it. Nevertheless given patch makes better arguments > checking. > cons25r-m is much like the cons25r, but with colors support disabled. You are not going to fix every program that uses colors, do you? :-) You need to set the correct black&white terminal type for black&white hardware, that's all. You are not expecting the correct behavior if you set the wrong terminal type, right? If you set TERM=at386 for syscons(4) hardware, function keys will not work, and you will develop the patch to support cons25r keystorkes for grdc(8)? :-) Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 4:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C4AB37B41D for ; Thu, 20 Sep 2001 04:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KBU3R50985; Thu, 20 Sep 2001 04:30:03 -0700 (PDT) (envelope-from gnats) Received: from vbook.express.ru (asplinux.ru [195.133.213.194]) by hub.freebsd.org (Postfix) with ESMTP id C42FA37B409; Thu, 20 Sep 2001 04:20:03 -0700 (PDT) Received: from vova by vbook.express.ru with local (Exim 3.31 #2) id 15k1tE-0000r2-00; Thu, 20 Sep 2001 15:21:08 +0400 Message-Id: Date: Thu, 20 Sep 2001 15:21:08 +0400 From: "Vladimir B.Grebenschikov" Reply-To: "Vladimir B.Grebenschikov" To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-hackers@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30680: uptime and w utilities lie about real uptime Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30680 >Category: bin >Synopsis: uptime and w utilities lie about real uptime >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: Thu Sep 20 04:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vladimir B. Grebenschikov >Release: FreeBSD 5.0-CURRENT i386 >Organization: TSB "Russian Express" >Environment: System: FreeBSD vbook.express.ru 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Sep 19 20:26:25 MSD 2001 root@vbook.express.ru:/usr/src.local/sys/i386/compile/VBOOK i386 >Description: Just after very fast boot uptimealways shows more than 30 sec. looking to src/usr/bin/w/w.c: if (sysctl(mib, 2, &boottime, &size, NULL, 0) != -1 && boottime.tv_sec != 0) { uptime = now - boottime.tv_sec; uptime += 30; ====================== ^^^^^ days = uptime / 86400; uptime %= 86400; hrs = uptime / 3600; uptime %= 3600; mins = uptime / 60; secs = uptime % 60; (void)printf(" up"); why utility increases uptime on 30 seconds ?? Is any real reasons for it ? >How-To-Repeat: Boot and run uptime >Fix: --- src/usr.bin/w.c.orig Thu Sep 20 15:20:01 2001 +++ src/usr.bin/w.c Thu Sep 20 15:20:11 2001 @@ -450,7 +450,6 @@ if (sysctl(mib, 2, &boottime, &size, NULL, 0) != -1 && boottime.tv_sec != 0) { uptime = now - boottime.tv_sec; - uptime += 30; days = uptime / 86400; uptime %= 86400; hrs = uptime / 3600; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 5:10:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 229B637B416 for ; Thu, 20 Sep 2001 05:10:26 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KCAQd62631; Thu, 20 Sep 2001 05:10:26 -0700 (PDT) (envelope-from gnats) Date: Thu, 20 Sep 2001 05:10:26 -0700 (PDT) Message-Id: <200109201210.f8KCAQd62631@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Oscar Bonilla Subject: Re: bin/15581: ftp(1) file completion does not work if server is wu-ftpd 2.6.0 Reply-To: Oscar Bonilla Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/15581; it has been noted by GNATS. From: Oscar Bonilla To: freebsd-gnats-submit@FreeBSD.org, Joel.Faedi@esial.u-nancy.fr Cc: Subject: Re: bin/15581: ftp(1) file completion does not work if server is wu-ftpd 2.6.0 Date: Thu, 20 Sep 2001 06:02:54 -0600 www ~ > uname -a FreeBSD www.guug.org 4.4-RC FreeBSD 4.4-RC #202: Mon Sep 3 07:30:59 CST 2001 root@www.guug.org:/x/obj/usr/src/sys/GUUG i386 www ~ > ftp -a -d istec.galileo.edu Connected to istec.galileo.edu. 220 galileo.istec.org FTP server (Version wu-2.6.1(1) Thu Aug 31 11:22:43 MDT 2000) ready. ---> USER anonymous 331 Guest login ok, send your complete e-mail address as password. ---> PASS XXXX 230- 230-If there are any problems with ftp please mail: 230- 230- ftp@istec.org 230- 230-If you want to find out what is at this archive site please grab the ls 230-files on the top level. They are updated every night. If the information 230-is not in the format you want please mail ftp@istec.org. 230- 230-User 1230-Local time is Thu Sep 20 05:54:01 2001. 230- 230- 230- root 230- 230- 230 Guest login ok, access restrictions apply. ---> SYST 215 UNIX Type: L8 Remote system type is UNIX. Using binary mode to transfer files. of 100 allowed. 230- ftp> cd /p---> EPSV ---> PASV ---> NLST / ftp> nlist "/" ---> PASV 227 Entering Passive Mode (168,234,203,25,152,173) ---> NLST / 150 Opening ASCII mode data connection for file list. /welcome.msg 226 Transfer complete. ftp> nlist "-a /" ---> PASV 227 Entering Passive Mode (168,234,203,25,243,131) ---> NLST -a / 150 Opening ASCII mode data connection for /bin/ls. . .. bin dev etc graphics pub public usr welcome.msg 226 Transfer complete. ### However, take a look at this: ftp> cd /pub ---> CWD /pub 250 CWD command successful. ftp> nlist "." ---> PASV 227 Entering Passive Mode (168,234,203,25,239,202) ---> NLST . 550 No files found. ftp> nlist "-a ." foobar output to local-file: foobar? y ---> PASV 227 Entering Passive Mode (168,234,203,25,14,219) ---> NLST -a . 150 Opening ASCII mode data connection for /bin/ls. 226 Transfer complete. ftp> !more foobar /usr/local/bin/tcsh freeware: . .. .mirror SOURCES forsunsites i386 intel sparc gnu: . .. .mirror .no.diff.README =README =README-about-.diff-files =README-about-.gz-files =README.~1~ =README.~2~ ABOUT-NLS COPYING COPYING-1.0 COPYING-2.0 COPYING.DOC COPYING.LIB COPYING.LIB-2.0 COPYING.LIB-2.1 FILES.bytime FILES.bytime.gz FILES.last24hours FILES.last28days FILES.last7days GNUinfo GNUsBulletins GPL LGPL Licenses MailingListArchives Manuals MicrosPorts ProgramIndex README README-about-.diff-files README-about-.gz-files README.DESCRIPTIONS README.GPLedSoftware README.non-gnu-moved a2ps acct acm.README ada.README ada.README.src adns autoconf autogen automake avl barcode bash bayonne bc binutils bison bool brl.README button.14.0.shar calc cfengine cgicc chess cim classpathx clisp.README clx commonc++ commoncpp config cons cpio cpp2html dap dbmanual dc.README dclshar ddd dejagnu dgs dia.README diction dictionary diffutils dirent.tar.gz djgpp.README dld dumb.README ecc.README ed electric elib.README elisp-archive.README emacs enscript etc ffcall.README fileutils findutils finger flex.README fontutils free freebuilder.README g++.README g77 gamma.README gas.README gawk gcal gcc gcl gcompris gdb gdbm gengetopt gettext getting.gnu.software gforth ggradebook ghostscript ghostview gift gimp.README git gleem glibc global glpk gmp gnans.README gnat.README gnat.README.src gnats gnatsweb gnome.README gnu-0.2 gnu-f2 gnu.ps.gz gnucash.README gnuchess.README gnue gnufsdb gnugo gnumach gnupg.README gnurobots gnuserv.README gnushogi gnussl goose gpc.README gpc.README~ gperf gphoto.README gprolog graphics graphics.README greg grep grg.README groff gstep gtk.README gtkeyboard gtypist guile gzip halifax hello help2man hp2xx httptunnel hurd hyperbole id-utils ilisp.README indent inetutils intlfonts jacal java java2html jwhois kawa less libc libg++ libiconv libobjects libstdc++ libtool libxmi lily.README lilypond lout.README m4 mac mailman maintain make makeinfo.README malloc.tar.gz marst maverik mc mcsim mdk metahtml mifluz mig miscfiles mkid.README mkisofs.README mm.README motti mule.README nana.README nano ncurses netfax.README nihcl.README non-gnu objective-c.README octal octave oleo oops.README p2c.README paperclips para parted patch phantom phttpd.README pips plotutils poc pth ptx.README queue r.README radius rcs readline recode regex rx sather sauce scm screen sed serveez sh-utils sharutils shtool sipp.README slib smalleiffel.README smalltalk solfege source-highlight speedx spell spinner.README src-highlite standards stow superopt sxml.README tar tasks termcap termutils texinfo texinfo.tex textutils time toutdoux trueprint units userv uucp uuencode.README vcdimager vera vms.README w3.README wdiff webbase wget which winboard windows windows32api xaos xboard xhippo xinfo xlogmaster xmorph xshogi zlibc mirror: . .. .mirror CHANGES-since-2.8.txt Lake.class README.txt copyright.html experimental ftp.pl_wupatch index.html mirror-2.9.tar.gz mirror-2.9.zip mirror-faq.html mirror-on-dusk.gif mirror.html mirror.tar.gz mirror.txt mirror.zip mm.html quickstart.html quickstart.txt security_note.txt security: . .. solaris ftp> bye # I don't know if this would be the behavior we want. listing recursively # all files and directories. regards, -Oscar -- pgp fingerprint: BC64 2E7A CAEF 39E1 9544 80CA F7D5 784D FB46 16C1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 5:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46FE637B412 for ; Thu, 20 Sep 2001 05:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KCU1e68161; Thu, 20 Sep 2001 05:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D0E137B41E for ; Thu, 20 Sep 2001 05:26:04 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KCQ4J67002; Thu, 20 Sep 2001 05:26:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200109201226.f8KCQ4J67002@freefall.freebsd.org> Date: Thu, 20 Sep 2001 05:26:04 -0700 (PDT) From: HARASHINO Makoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/30683: [PATCH] loader(8) fails to load module which has dependencies Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30683 >Category: misc >Synopsis: [PATCH] loader(8) fails to load module which has dependencies >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 Sep 20 05:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: HARASHINO Makoto >Release: >Organization: >Environment: 4.4-RC FreeBSD 4.4-RC #0: Tue Sep 18 11:02:56 JST 2001 >Description: When loader(8) try to load module which has dependencies if the dependencies already loaded, invalidate the whole. >How-To-Repeat: try this in the /boot/loader command line load miibus load if_xl or load snd_pcm load snd_ds1 and so on. >Fix: Apply patch included below. diff -ru boot.orig/common/module.c boot/common/module.c --- boot.orig/common/module.c Wed Jun 13 03:10:35 2001 +++ boot/common/module.c Thu Sep 20 09:24:37 2001 @@ -365,12 +365,20 @@ return (0); error = 0; do { + char* tmp; dmodname = (char *)md->md_data; - if (mod_findmodule(NULL, dmodname) == NULL) { + tmp = malloc(strlen(dmodname) + 3 + 1); + strcpy(tmp, dmodname); + strcat(tmp, ".ko"); + if (mod_findmodule(tmp, NULL) == NULL) { + free(tmp); printf("loading required module '%s'\n", dmodname); error = mod_load(dmodname, 0, NULL); if (error && error != EEXIST) break; + error = 0; + } else { + free(tmp); } md = metadata_next(md, MODINFOMD_DEPLIST); } while (md); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 5:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E1B137B416 for ; Thu, 20 Sep 2001 05:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KCe5T71128; Thu, 20 Sep 2001 05:40:05 -0700 (PDT) (envelope-from gnats) Date: Thu, 20 Sep 2001 05:40:05 -0700 (PDT) Message-Id: <200109201240.f8KCe5T71128@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: bin/30680: uptime and w utilities lie about real uptime Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30680; it has been noted by GNATS. From: David Malone To: "Vladimir B.Grebenschikov" Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: bin/30680: uptime and w utilities lie about real uptime Date: Thu, 20 Sep 2001 13:31:49 +0100 On Thu, Sep 20, 2001 at 03:21:08PM +0400, Vladimir B.Grebenschikov wrote: > why utility increases uptime on 30 seconds ?? > Is any real reasons for it ? It adds 30 because it wants to round the number of minutes to the nearest minute, instead of rounding down. Unfortunately this isn't a sensible thing to do if you are also going to display the number of seconds. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 5:58:46 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from shikima.mine.nu (pc2-card3-0-cust61.cdf.cable.ntl.com [213.107.2.61]) by hub.freebsd.org (Postfix) with ESMTP id BE54F37B40B for ; Thu, 20 Sep 2001 05:58:41 -0700 (PDT) Received: from rasputin by shikima.mine.nu with local (Exim 3.33 #1) id 15k3Pc-0009Ic-00 for freebsd-bugs@freebsd.org; Thu, 20 Sep 2001 13:58:40 +0100 Date: Thu, 20 Sep 2001 13:58:40 +0100 From: Rasputin To: freebsd-bugs@freebsd.org Subject: PR bin/30235 Message-ID: <20010920135840.A35727@shikima.mine.nu> Reply-To: Rasputin Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I submitted this one a couple of weeks ago - can someone take a look, please? (It's a patch to portmap on STABLE, and is probably wrong [ my first patch], so feedback would be appreciated.) Apologies for spamming the list if it's not the done thing. -- Q: Why did the tachyon cross the road? A: Because it was on the other side. Rasputin :: Jack of All Trades - Master of Nuns :: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 6:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CBB337B41C for ; Thu, 20 Sep 2001 06:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KDe1F25573; Thu, 20 Sep 2001 06:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27C4E37B41B for ; Thu, 20 Sep 2001 06:38:32 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KDcWG17550; Thu, 20 Sep 2001 06:38:32 -0700 (PDT) (envelope-from nobody) Message-Id: <200109201338.f8KDcWG17550@freefall.freebsd.org> Date: Thu, 20 Sep 2001 06:38:32 -0700 (PDT) From: Martin Horcicka To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30684: 4.4-RELEASE floppy instalation freezes before running sysinstall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30684 >Category: kern >Synopsis: 4.4-RELEASE floppy instalation freezes before running sysinstall >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 20 06:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martin Horcicka >Release: 4.4-RELEASE >Organization: >Environment: >Description: While trying to boot from installation floppies, my computer freezes. Kernel seems to boot normally until the message "Mounting root from ufs:/dev/md0c". After writing this message, the computer freezes. >How-To-Repeat: I have tried it on three machines and two of them had this problem. On my computer I am now running 4.1.1-RELEASE - boot messages are: Sep 20 13:52:14 vrak /kernel: Copyright (c) 1992-2000 The FreeBSD Project. Sep 20 13:52:14 vrak /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Sep 20 13:52:14 vrak /kernel: The Regents of the University of California. All rights reserved. Sep 20 13:52:14 vrak /kernel: FreeBSD 4.1.1-RELEASE #0: Mon Oct 23 11:41:58 GMT 2000 Sep 20 13:52:14 vrak /kernel: root@vrak.hide.vol.cz:/usr/src/sys/compile/VRAK Sep 20 13:52:14 vrak /kernel: Timecounter "i8254" frequency 1193182 Hz Sep 20 13:52:14 vrak /kernel: CPU: Pentium II/Pentium II Xeon/Celeron (337.53-MHz 686-class CPU) Sep 20 13:52:14 vrak /kernel: Origin = "GenuineIntel" Id = 0x660 Stepping = 0 Sep 20 13:52:14 vrak /kernel: Features=0x183f9ff Sep 20 13:52:14 vrak /kernel: real memory = 67043328 (65472K bytes) Sep 20 13:52:14 vrak /kernel: avail memory = 62578688 (61112K bytes) Sep 20 13:52:14 vrak /kernel: Preloaded elf kernel "kernel" at 0xc02ba000. Sep 20 13:52:14 vrak /kernel: Pentium Pro MTRR support enabled Sep 20 13:52:14 vrak /kernel: md0: Malloc disk Sep 20 13:52:14 vrak /kernel: npx0: on motherboard Sep 20 13:52:14 vrak /kernel: npx0: INT 16 interface Sep 20 13:52:14 vrak /kernel: pcib0: on motherboard Sep 20 13:52:14 vrak /kernel: pci0: on pcib0 Sep 20 13:52:14 vrak /kernel: pcib1: at device 1.0 on pci0 Sep 20 13:52:14 vrak /kernel: pci1: on pcib1 Sep 20 13:52:14 vrak /kernel: pci1: at 0.0 irq 11 Sep 20 13:52:14 vrak /kernel: isab0: at device 7.0 on pci0 Sep 20 13:52:14 vrak /kernel: isa0: on isab0 Sep 20 13:52:14 vrak /kernel: atapci0: port 0xf000-0xf00f at device 7.1 on pci0 Sep 20 13:52:14 vrak /kernel: ata0: at 0x1f0 irq 14 on atapci0 Sep 20 13:52:14 vrak /kernel: ata1: at 0x170 irq 15 on atapci0 Sep 20 13:52:14 vrak /kernel: pci0: at 7.2 Sep 20 13:52:14 vrak /kernel: chip1: port 0x5000-0x500f at device 7.3 on pci0 Sep 20 13:52:14 vrak /kernel: ed0: port 0xe400-0xe41f irq 10 at device 10.0 on pci0 Sep 20 13:52:15 vrak /kernel: ed0: address 00:00:e8:7d:1c:66, type NE2000 (16 bit) Sep 20 13:52:15 vrak /kernel: fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 Sep 20 13:52:15 vrak /kernel: fdc0: FIFO enabled, 8 bytes threshold Sep 20 13:52:15 vrak /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Sep 20 13:52:15 vrak /kernel: atkbdc0: at port 0x60,0x64 on isa0 Sep 20 13:52:15 vrak /kernel: atkbd0: flags 0x1 irq 1 on atkbdc0 Sep 20 13:52:15 vrak /kernel: kbd0 at atkbd0 Sep 20 13:52:15 vrak /kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Sep 20 13:52:15 vrak /kernel: sc0: at flags 0x100 on isa0 Sep 20 13:52:15 vrak /kernel: sc0: VGA <16 virtual consoles, flags=0x300> Sep 20 13:52:15 vrak /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 Sep 20 13:52:15 vrak /kernel: sio0: type 16550A Sep 20 13:52:15 vrak /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0 Sep 20 13:52:15 vrak /kernel: sio1: type 16550A Sep 20 13:52:15 vrak /kernel: ppc0: at port 0x378-0x37f irq 7 on isa0 Sep 20 13:52:15 vrak /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Sep 20 13:52:15 vrak /kernel: ppc0: FIFO with 16/16/16 bytes threshold Sep 20 13:52:15 vrak /kernel: lpt0: on ppbus0 Sep 20 13:52:15 vrak /kernel: lpt0: Interrupt-driven port Sep 20 13:52:15 vrak /kernel: ppi0: on ppbus0 Sep 20 13:52:15 vrak /kernel: ad0: 4104MB [8896/15/63] at ata0-master using UDMA33 Sep 20 13:52:15 vrak /kernel: Mounting root from ufs:/dev/ad0s1a I have tried to run 4.3-RELEASE installation without any problem but 4.4-RELEASE installation freezes. >Fix: Is there any way to find out where is the problem exactly? (Some debugging?) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 7:30:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79C5F37B413 for ; Thu, 20 Sep 2001 07:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KEU3q32244; Thu, 20 Sep 2001 07:30:03 -0700 (PDT) (envelope-from gnats) Received: from lion.com.ua (lion.com.ua [213.133.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 7E68E37B409 for ; Thu, 20 Sep 2001 07:27:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lion.com.ua (8.11.4/8.11.4) with ESMTP id f8KERtF01197 for ; Thu, 20 Sep 2001 17:27:55 +0300 (EEST) (envelope-from sa@simon.org.ua) Message-Id: <20010920172441.V1185-100000@lion.com.ua> Date: Thu, 20 Sep 2001 17:27:54 +0300 (EEST) From: Andrey Simonenko To: Subject: bin/30685: Patch for usr.bin/hexdump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30685 >Category: bin >Synopsis: Patch for usr.bin/hexdump >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: Thu Sep 20 07:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: FreeBSD 4.4-RC i386 >Description: hexdump(8) expects that an argument for -e option is always surrounded by double quote (" ") marks. And following calls generate core-dumps: $ hexdump -e "" some-file $ hexdump -e "\"%c\"" -e " " some-file hexdump(8) shouldn't generate core-dumps in reaction on -e "" option, instead it should skip this format string as empty. Following patch fixes described above problem with hexdump(8). >How-To-Repeat: $ hexdump -e "" /COPYRIGHT $ hexdump -e "\"%c\"" -e " " /COPYRIGHT I checked original hexdump and patched hexdump with different format strings in -e option, and didn't find any differences in outputs. >Fix: diff -ru /usr/src/usr.bin/hexdump/parse.c hexdump/parse.c --- /usr/src/usr.bin/hexdump/parse.c Sat Aug 28 04:02:03 1999 +++ hexdump/parse.c Thu Sep 20 17:01:09 2001 @@ -413,7 +413,7 @@ * If, rep count is greater than 1, no trailing whitespace * gets output from the last iteration of the format unit. */ - for (fu = fs->nextfu;; fu = fu->nextfu) { + for (fu = fs->nextfu; fu != NULL; fu = fu->nextfu) { if (!fu->nextfu && fs->bcnt < blocksize && !(fu->flags&F_SETREP) && fu->bcnt) fu->reps += (blocksize - fs->bcnt) / fu->bcnt; @@ -426,8 +426,6 @@ if (p2) pr->nospace = p2; } - if (!fu->nextfu) - break; } #ifdef DEBUG for (fu = fs->nextfu; fu; fu = fu->nextfu) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 7:30:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AE1737B411 for ; Thu, 20 Sep 2001 07:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KEU3h32227; Thu, 20 Sep 2001 07:30:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 20 Sep 2001 07:30:03 -0700 (PDT) Message-Id: <200109201430.f8KEU3h32227@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrey Simonenko Subject: Re: bin/30641: Patch for games/grdc Reply-To: Andrey Simonenko Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30641; it has been noted by GNATS. From: Andrey Simonenko To: Ruslan Ermilov Cc: Subject: Re: bin/30641: Patch for games/grdc Date: Thu, 20 Sep 2001 17:22:05 +0300 (EEST) On Wed, 19 Sep 2001, Ruslan Ermilov wrote: > On Tue, Sep 18, 2001 at 11:39:12AM +0300, Andrey Simonenko wrote: > > > > grdc(8) outputs big digital clock. Color of digits is red, if grdc(8) > > is used on b/w display, then it is hard to see something. > > > > This patch adds new flag to grdc(8): -b, which changes color of digits > > to b/w. Also arguments checking is improved. > > > Use the right (B/W) terminal type such as cons25-m. > > > In this patch type of "sigtermed" variable is changed from "int" to > > "voilatile sig_atomic_t", because "sigtermed" variable is changed in signal > > handler. > > > This looks OK though a bit superflows in this case. :-) > Also, is sig_atomic_t guaranteed to be a superset of int? > (I'm mostly concerned about the portability issues here, > I know that in FreeBSD sig_atomic_t is ether int or long.) > Ok, I understand that there isn't any sense in -b option, so I remove -b option support from my patch, but all other improvements I keep there: diff -ru /usr/src/games/grdc/grdc.c grdc/grdc.c --- /usr/src/games/grdc/grdc.c Sun Dec 12 03:04:17 1999 +++ grdc/grdc.c Thu Sep 20 15:38:40 2001 @@ -5,14 +5,18 @@ * * modified 10-18-89 for curses (jrl) * 10-18-89 added signal handling + * 09-17-2001 improved arguments checking * * $FreeBSD: src/games/grdc/grdc.c,v 1.8 1999/12/12 03:04:17 billf Exp $ */ +#include +#include #include #include #include #include +#include #ifndef NONPOSIX #include #endif @@ -31,9 +35,9 @@ 074717, 074757, 071111, 075757, 075717, 002020 }; long old[6], next[6], new[6], mask; -char scrol; +int scrol = 0; -int sigtermed=0; +volatile sig_atomic_t sigtermed = 0; int hascolor = 0; @@ -56,6 +60,29 @@ long t, a; int i, j, s, k; int n = 0; +int opt; + + opterr = 0; + while ( (opt = getopt(argc, argv, "s")) != -1) + switch (opt) { + case 's': + scrol = 1; + break; + case '?': + errx(1, "invalid switch -%c", optopt); + break; + default: + err(1, "getopt"); + } + if (optind < argc) { + if (optind == argc - 1) { + for (i = 0; i < strlen(argv[optind]); ++i) + if (isdigit(argv[optind][i]) == 0) + errx(1, "incorrect number of seconds \"%s\"", argv[optind]); + n = atoi(argv[optind]); + } else + errx(1, "too many arguments \"%s\"", argv[optind + 1]); + } initscr(); @@ -79,12 +106,6 @@ clear(); refresh(); - while(--argc > 0) { - if(**++argv == '-') - scrol = 1; - else - n = atoi(*argv); - } if(hascolor) { attrset(COLOR_PAIR(3)); @@ -155,8 +176,7 @@ clear(); refresh(); endwin(); - fprintf(stderr, "grdc terminated by signal %d\n", sigtermed); - exit(1); + errx(1, "terminated by signal %d", sigtermed); } } while(--n); standend(); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 9:40:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEB0237B418 for ; Thu, 20 Sep 2001 09:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KGe1p96153; Thu, 20 Sep 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by hub.freebsd.org (Postfix) with ESMTP id D865C37B414 for ; Thu, 20 Sep 2001 09:35:39 -0700 (PDT) Received: (from alan@localhost) by agora.rdrop.com (8.11.4/8.11.4) id f8KGZdt61764; Thu, 20 Sep 2001 09:35:39 -0700 (PDT) (envelope-from alan) Message-Id: <200109201635.f8KGZdt61764@agora.rdrop.com> Date: Thu, 20 Sep 2001 09:35:39 -0700 (PDT) From: Alan Batie Reply-To: Alan Batie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/30690: Bad advice in ftpd man page Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30690 >Category: misc >Synopsis: Bad advice in ftpd man page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 20 09:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alan Batie >Release: FreeBSD 4.3-STABLE i386 >Organization: RainDrop Laboratories >Environment: System: FreeBSD agora.rdrop.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed Sep 5 13:36:38 PDT 2001 root@aggie.rdrop.com:/usr/src/freebsd/sys/compile/AGORA i386 >Description: The ftpd man page, in the section on setting up an anonymous ftp server, recommends setting ~ftp/pub world writable. This is a good way to end up with a disk full of warez: ~ftp/pub Make this directory mode 777 and owned by ``ftp''. Guests can then place files which are to be accessible via the anonymous account in this directory. >How-To-Repeat: >Fix: Change to read (or something similar): ~ftp/pub Make this directory mode 755 and owned by ``ftp''. Place the files you want to share in here with mode 644. If you want local users to be able to publish files here, create subdirectories for them, owned by their account and group and mode 755. Be sure to warn them not to make anything writeable by "world", or your disk will end up getting filled with "warez" (illegal copies of software). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 9:44:31 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from lmail.actcom.co.il (lmail.actcom.co.il [192.114.47.13]) by hub.freebsd.org (Postfix) with ESMTP id 9463E37B419; Thu, 20 Sep 2001 09:44:26 -0700 (PDT) Received: from actcom.co.il ([204.141.45.15]) by lmail.actcom.co.il (8.11.6/8.11.6) with ESMTP id f8KGh9K09793; Thu, 20 Sep 2001 19:43:09 +0300 Message-ID: <3BAA2A78.C1CBB9D7@actcom.co.il> Date: Thu, 20 Sep 2001 19:42:16 +0200 From: nospam@actcom.co.il X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: hostmaster@il.FreeBSD.org Cc: freebsd-stable@freebsd.org, freebsd-bugs@freebsd.org Subject: Israeli FreeBSD FTP mirrors' problems Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello there. According to FreeBSD handbook you (il.freebsd.org) have two FreeBSD FTP mirrors here in Israel. Look on this http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html for more information. The problems: ftp.il.freebsd.org - unable to login as anonymous without any wroten reason in logs. ftp2.il.freebsd.org - this address do not exist in DNS and cannot be resolved. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 11:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAE4837B40B for ; Thu, 20 Sep 2001 11:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KIA1j44382; Thu, 20 Sep 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76A5B37B40B for ; Thu, 20 Sep 2001 11:07:57 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KI7vD43601; Thu, 20 Sep 2001 11:07:57 -0700 (PDT) (envelope-from nobody) Message-Id: <200109201807.f8KI7vD43601@freefall.freebsd.org> Date: Thu, 20 Sep 2001 11:07:57 -0700 (PDT) From: Peter Constantinidis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/30693: On new install bootup does endless usb0: host controller error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30693 >Category: i386 >Synopsis: On new install bootup does endless usb0: host controller error >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 20 11:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter Constantinidis >Release: 4.4-release mini.iso >Organization: >Environment: Can't log in, but the machine is a Via KX133 Motherboard (abit ka7-100) using a classic Athlon 700. >Description: During install I selected NO to usb mouse. On reboot it kept scrolling a usb0 error over and over. (I do have USB devices that arent mice or keyboards) >How-To-Repeat: Only tried installing fbsd 4.4 once. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 12:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE9CA37B414 for ; Thu, 20 Sep 2001 12:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KJA2D66277; Thu, 20 Sep 2001 12:10:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 20 Sep 2001 12:10:02 -0700 (PDT) Message-Id: <200109201910.f8KJA2D66277@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/30680: uptime and w utilities lie about real uptime Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30680; it has been noted by GNATS. From: "Crist J. Clark" To: David Malone Cc: FreeBSD-gnats-submit@freebsd.org, "Vladimir B.Grebenschikov" Subject: Re: bin/30680: uptime and w utilities lie about real uptime Date: Thu, 20 Sep 2001 12:04:50 -0700 On Thu, Sep 20, 2001 at 05:40:05AM -0700, David Malone wrote: > The following reply was made to PR bin/30680; it has been noted by GNATS. > > From: David Malone > To: "Vladimir B.Grebenschikov" > Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-hackers@freebsd.org > Subject: Re: bin/30680: uptime and w utilities lie about real uptime > Date: Thu, 20 Sep 2001 13:31:49 +0100 > > On Thu, Sep 20, 2001 at 03:21:08PM +0400, Vladimir B.Grebenschikov wrote: > > why utility increases uptime on 30 seconds ?? > > Is any real reasons for it ? > > It adds 30 because it wants to round the number of minutes to the > nearest minute, instead of rounding down. Unfortunately this isn't > a sensible thing to do if you are also going to display the number > of seconds. The only time this is noticed is when the time is printed in seconds. This should fix it, Index: src/usr.bin/w/w.c =================================================================== RCS file: /export/ncvs/src/usr.bin/w/w.c,v retrieving revision 1.48 diff -u -r1.48 w.c --- src/usr.bin/w/w.c 2001/07/26 19:20:13 1.48 +++ src/usr.bin/w/w.c 2001/09/20 19:00:57 @@ -452,13 +452,15 @@ if (sysctl(mib, 2, &boottime, &size, NULL, 0) != -1 && boottime.tv_sec != 0) { uptime = now - boottime.tv_sec; + /* Round to nearest minute. */ uptime += 30; days = uptime / 86400; uptime %= 86400; hrs = uptime / 3600; uptime %= 3600; mins = uptime / 60; - secs = uptime % 60; + /* Undo rounding to calculate uptime in seconds. */ + secs = (uptime - 30) % 60; (void)printf(" up"); if (days > 0) (void)printf(" %d day%s,", days, days > 1 ? "s" : ""); I will commit the fix later unless someone has comments. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 12:37: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D08537B41B; Thu, 20 Sep 2001 12:37:02 -0700 (PDT) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KJS1u71976; Thu, 20 Sep 2001 12:28:01 -0700 (PDT) (envelope-from cjc) Date: Thu, 20 Sep 2001 12:28:01 -0700 (PDT) From: Message-Id: <200109201928.f8KJS1u71976@freefall.freebsd.org> To: vova@express.ru, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, cjc@FreeBSD.org Subject: Re: bin/30680: uptime and w utilities lie about real uptime Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: uptime and w utilities lie about real uptime State-Changed-From-To: open->analyzed State-Changed-By: cjc State-Changed-When: Thu Sep 20 12:26:01 PDT 2001 State-Changed-Why: Fix being committed to CURRENT. Responsible-Changed-From-To: freebsd-bugs->cjc Responsible-Changed-By: cjc Responsible-Changed-When: Thu Sep 20 12:26:01 PDT 2001 Responsible-Changed-Why: Made the fix in my repo doing some checks and will commit. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30680 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 12:37: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B39537B41D; Thu, 20 Sep 2001 12:37:02 -0700 (PDT) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KJUuT72725; Thu, 20 Sep 2001 12:30:56 -0700 (PDT) (envelope-from cjc) Date: Thu, 20 Sep 2001 12:30:56 -0700 (PDT) From: Message-Id: <200109201930.f8KJUuT72725@freefall.freebsd.org> To: simon@simon.org.ua, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, cjc@FreeBSD.org Subject: Re: bin/30685: Patch for usr.bin/hexdump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Patch for usr.bin/hexdump State-Changed-From-To: open->analyzed State-Changed-By: cjc State-Changed-When: Thu Sep 20 12:28:57 PDT 2001 State-Changed-Why: Patch looks good. Doing some checks and will commit if it works out. Responsible-Changed-From-To: freebsd-bugs->cjc Responsible-Changed-By: cjc Responsible-Changed-When: Thu Sep 20 12:28:57 PDT 2001 Responsible-Changed-Why: Made the changes in my local repo and doing tests before commit. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30685 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 13:27: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2FD037B410; Thu, 20 Sep 2001 13:27:06 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KKOvd94379; Thu, 20 Sep 2001 13:24:57 -0700 (PDT) (envelope-from gad) Date: Thu, 20 Sep 2001 13:24:57 -0700 (PDT) From: Message-Id: <200109202024.f8KKOvd94379@freefall.freebsd.org> To: dwhite@pond.net, gad@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9355: [MFC] can't select() for writes on a bpf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MFC] can't select() for writes on a bpf State-Changed-From-To: suspended->closed State-Changed-By: gad State-Changed-When: Thu Sep 20 13:23:37 PDT 2001 State-Changed-Why: The fix for this bug with bpf has been MFC'ed into RELENG_4. (4.4-stable) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9355 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 14:10:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F2D737B40C for ; Thu, 20 Sep 2001 14:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KLA1m05580; Thu, 20 Sep 2001 14:10:01 -0700 (PDT) (envelope-from gnats) Received: from aurora.regenstrief.org (aurora.regenstrief.org [134.68.31.122]) by hub.freebsd.org (Postfix) with ESMTP id 9905F37B406 for ; Thu, 20 Sep 2001 14:08:59 -0700 (PDT) Received: (from schadow@localhost) by aurora.regenstrief.org (8.11.6/8.9.3) id f8KL9i600682; Thu, 20 Sep 2001 16:09:44 -0500 (EST) (envelope-from schadow) Message-Id: <200109202109.f8KL9i600682@aurora.regenstrief.org> Date: Thu, 20 Sep 2001 16:09:44 -0500 (EST) From: Gunther Schadow Reply-To: Gunther Schadow To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/30695: ALTQ not included in RELEASE? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30695 >Category: kern >Synopsis: ALTQ not included in RELEASE? >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 20 14:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gunther Schadow >Release: FreeBSD 4.4-RELEASE i386 >Organization: Regenstrief Institute >Environment: System: FreeBSD aurora.regenstrief.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Sep 20 15:35:07 EST 2001 root@aurora.regenstrief.org:/usr/src/sys/compile/AURORA i386 >Description: Just upgraded to 4.4 hoping that the integration of the KAME stuff would be more advanced. I notice that ALTQ isn't integrated at all even though that part of KAME seems to be quite stable and working very well. I suggest that ALTQ be moved into the releases. >How-To-Repeat: >Fix: My workaround is to use KAME snap kit, but at some point I'd love if this were no longer necessary. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 14:20:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36D1037B41D for ; Thu, 20 Sep 2001 14:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8KLK1m09490; Thu, 20 Sep 2001 14:20:01 -0700 (PDT) (envelope-from gnats) Received: from aurora.regenstrief.org (aurora.regenstrief.org [134.68.31.122]) by hub.freebsd.org (Postfix) with ESMTP id 4636137B408 for ; Thu, 20 Sep 2001 14:12:53 -0700 (PDT) Received: (from schadow@localhost) by aurora.regenstrief.org (8.11.6/8.9.3) id f8KLDdq00840; Thu, 20 Sep 2001 16:13:39 -0500 (EST) (envelope-from schadow) Message-Id: <200109202113.f8KLDdq00840@aurora.regenstrief.org> Date: Thu, 20 Sep 2001 16:13:39 -0500 (EST) From: Gunther Schadow Reply-To: Gunther Schadow To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30696: sshd Makefile has no -DNOPAM option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30696 >Category: bin >Synopsis: sshd Makefile has no -DNOPAM option >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: Thu Sep 20 14:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gunther Schadow >Release: FreeBSD 4.4-RELEASE i386 >Organization: Regenstrief Institute >Environment: System: FreeBSD aurora.regenstrief.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Sep 20 15:35:07 EST 2001 root@aurora.regenstrief.org:/usr/src/sys/compile/AURORA i386 >Description: Noticed that PAM didn't work for me at all after upgrade from 4.2-RELEASE to 4.4-RELEASE. I'm sure it's my fault. Anyway had to recompile login with make -DNOPAM and wanted do same with sshd. However, sshd's Makefile has no such option. Would be nice if this were added to any makefile that uses PAM. >How-To-Repeat: >Fix: Sorry, have lost my diffs, but the login Makefile can serve as a sample. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 17:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB10237B41B for ; Thu, 20 Sep 2001 17:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8L0o3m83605; Thu, 20 Sep 2001 17:50:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF52737B40C for ; Thu, 20 Sep 2001 17:44:51 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8L0ip981720; Thu, 20 Sep 2001 17:44:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200109210044.f8L0ip981720@freefall.freebsd.org> Date: Thu, 20 Sep 2001 17:44:51 -0700 (PDT) From: Yuri Victorovich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/30699: pthread_attr_setscope function fails unconditionally Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30699 >Category: misc >Synopsis: pthread_attr_setscope function fails unconditionally >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: Thu Sep 20 17:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yuri Victorovich >Release: 4.3 >Organization: Philips >Environment: FreeBSD sunflower 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Jul 22 16:11:17 CEST 2001 root@sunflower:/root/src/sys/compile/GENERIC i386 b >Description: source file src/lib/lib_r/uthread/uthread_attr_setscope.c: pthread_attr_setscope fails unconditionally for any value of contentionscope. >How-To-Repeat: -- >Fix: In << } else if ((contentionscope != PTHREAD_SCOPE_PROCESS) || (contentionscope != PTHREAD_SCOPE_SYSTEM) >Release-Note: >Audit-Trail: >Unformatted: >> should be && instead. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 19:40:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 810FC37B41B for ; Thu, 20 Sep 2001 19:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8L2e1129186; Thu, 20 Sep 2001 19:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E75537B407 for ; Thu, 20 Sep 2001 19:33:26 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8L2XQx27458; Thu, 20 Sep 2001 19:33:26 -0700 (PDT) (envelope-from nobody) Message-Id: <200109210233.f8L2XQx27458@freefall.freebsd.org> Date: Thu, 20 Sep 2001 19:33:26 -0700 (PDT) From: Gary Thorpe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/30700: Applications cannot synchronize sound using pcm(4) driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30700 >Category: i386 >Synopsis: Applications cannot synchronize sound using pcm(4) driver >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: Thu Sep 20 19:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gary Thorpe >Release: 4.2 >Organization: >Environment: FreeBSD elf.elven.org 4.2-RELEASE FreeBSD 4.2-RELEASE #7: Mon Sep 3 18:42:50 PDT 2001 gthorpe@elf.elven.org:/usr/src/sys/compile/ELF i386 Type of machine: laptop- Toshiba Satellite 4010CDS, sound hardware - OPL3-SAx Added lines to kernel config for sound: options PNPBIOS device pcm Dmesg output: Copyright (c) 1992-2000 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 4.2-RELEASE #7: Mon Sep 3 18:42:50 PDT 2001 gthorpe@elf.elven.org:/usr/src/sys/compile/ELF Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (266.62-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff real memory = 100597760 (98240K bytes) avail memory = 94519296 (92304K bytes) Preloaded elf kernel "kernel" at 0xc0345000. Preloaded elf module "splash_bmp.ko" at 0xc034509c. Preloaded elf module "vesa.ko" at 0xc0345140. Preloaded splash_image_data "/boot/splash.bmp" at 0xc03451dc. VESA: v2.0, 2048k memory, flags:0x0, mode table:0xc02f7260 (1000040) VESA: CHIPS 6x555 Super VGA Pentium Pro MTRR support enabled apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcic-pci0: at device 2.0 on pci0 pcic-pci1: at device 2.1 on pci0 pci0: at 4.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfe60-0xfe6f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 irq 11 intpm0: port 0xfe70-0xfe7f irq 9 at device 7.3 on pci0 intpm0: I/O mapped fe70 intpm0: intr IRQ 9 enabled revision 0 smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped fe00 chip1: port 0xff80-0xff9f irq 11 at device 10.0 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> pcic0: at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x20010 on isa0 sio0: type ST16650A ppc0: at port 0x378-0x37f irq 7 drq 3 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ppi0: on ppbus0 unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources pcm0: at port 0x220-0x233,0x530-0x537,0x388-0x38f,0x330-0x333,0x538-0x539 irq 5 drq 1,0 on isa0 ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed ad0: 4126MB [8944/15/63] at ata0-master UDMA33 acd0: CDROM at ata1-master using WDMA2 Mounting root from ufs:/dev/ad0s2a uhci0: port 0xffe0-0xffff irq 11 at device 7.2 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 >Description: The pcm(4) sound driver does not seem to provide proper information for synchronizing sound with other activities in user applications. This is observed as a delay of 1-2 seconds between when the sound is supposed to be heard and when it actually is heard. The SNES emulator snes9x (ported or compiled from source) shows this lag when roms are being emulated: sound effects occur with a 1-2 second delay after the corresponding action. Another application which can be used to show this is mtvp or mtv (mpeg video player from www.mpegtv.com) which runs on FreeBSD via linux emulation. The mpeg video being played also has a lag of 1-2 seconds between the sound output and the corresponding video. I have used both applications under linux without this behaviour. Additonally, mtvp has several means of synchronizing the sound with the video, but none seem to work (the best one has the lag problem). >How-To-Repeat: Use an application which requires sound to be synchronized with video or some other output. You should notice a "phase shift" between the video and audio. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Sep 20 20:10:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EF7E37B415 for ; Thu, 20 Sep 2001 20:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8L3A0f42011; Thu, 20 Sep 2001 20:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3624637B415 for ; Thu, 20 Sep 2001 20:02:40 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8L32eR36288; Thu, 20 Sep 2001 20:02:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200109210302.f8L32eR36288@freefall.freebsd.org> Date: Thu, 20 Sep 2001 20:02:40 -0700 (PDT) From: Tim Robertson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30702: 4.4 Crashes During Boot with Fatal Trap 12 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30702 >Category: kern >Synopsis: 4.4 Crashes During Boot with Fatal Trap 12 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 20 20:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tim Robertson >Release: RELENG_4_4 >Organization: Universal Enterprises >Environment: can't get command prompt. Here's the working kernel's uname -a scarlet:~ 505$ uname -a FreeBSD scarlet.timothyr.net 4.3-RELEASE FreeBSD 4.3-RELEASE #4: Mon Jul 23 19:08:49 PDT 2001 timothyr@scarlet.timothyr.net:/usr/obj/usr/src/sys/DSLROUTE i386 >Description: After cvsuping and rebuilding and installing, my machine crashes on reboot. I have to boot off kernel.old. Here's the last thing I see (transcribed by hand): ... ppio: on ppbus0 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x4006 fault code = supervisor read, page not present instruction pointer = 0x8:0xc02d776e stack pointer = 0x10:0xc043dae0 frame pointer = 0x10:0xc043db0c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) interrupt mask = net tty bio cam trap number = 12 panic: page fault Here's the messages output from a successful boot to give you info about my system: Sep 20 19:39:22 scarlet shutdown: reboot by toor: Sep 20 19:39:24 scarlet syslogd: exiting on signal 15 Sep 20 19:49:26 scarlet /kernel.old: Copyright (c) 1992-2001 The FreeBSD Project. Sep 20 19:49:26 scarlet /kernel.old: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Sep 20 19:49:26 scarlet /kernel.old: The Regents of the University of California. All rights reserved. Sep 20 19:49:26 scarlet /kernel.old: FreeBSD 4.3-RELEASE #4: Mon Jul 23 19:08:49 PDT 2001 Sep 20 19:49:26 scarlet /kernel.old: timothyr@scarlet.timothyr.net:/usr/obj/usr/src/sys/DSLROUTE Sep 20 19:49:26 scarlet /kernel.old: Timecounter "i8254" frequency 1193182 Hz Sep 20 19:49:26 scarlet /kernel.old: CPU: Pentium III/Pentium III Xeon/Celeron (598.19-MHz 686-class CPU) Sep 20 19:49:26 scarlet /kernel.old: Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Sep 20 19:49:26 scarlet /kernel.old: Features=0x383f9ff Sep 20 19:49:26 scarlet /kernel.old: real memory = 65994752 (64448K bytes) Sep 20 19:49:26 scarlet /kernel.old: avail memory = 60293120 (58880K bytes) Sep 20 19:49:26 scarlet /kernel.old: Pentium Pro MTRR support enabled Sep 20 19:49:26 scarlet /kernel.old: md0: Malloc disk Sep 20 19:49:26 scarlet /kernel.old: npx0: on motherboard Sep 20 19:49:26 scarlet /kernel.old: npx0: INT 16 interface Sep 20 19:49:26 scarlet /kernel.old: pcib0: on motherboard Sep 20 19:49:26 scarlet /kernel.old: pci0: on pcib0 Sep 20 19:49:26 scarlet /kernel.old: agp0: mem 0xf4000000-0xf407ffff,0xf8000000-0xfbffffff irq 3 at device 1.0 on pci0 Sep 20 19:49:26 scarlet /kernel.old: pcib1: at device 30.0 on pci0 Sep 20 19:49:26 scarlet /kernel.old: pci1: on pcib1 Sep 20 19:49:26 scarlet /kernel.old: fxp0: port 0x3080-0x30bf mem 0xf4100000-0xf41fffff,0xf4200000-0xf4200fff irq 5 at device 11.0 on pci1 Sep 20 19:49:26 scarlet /kernel.old: fxp0: Ethernet address 00:02:b3:03:aa:e1 Sep 20 19:49:26 scarlet /kernel.old: xl0: <3Com 3c900B-TPO Etherlink XL> port 0x3000-0x307f mem 0xf4201000-0xf420107f irq 9 at device 13.0 on pci1 Sep 20 19:49:26 scarlet /kernel.old: xl0: Ethernet address: 00:01:02:48:ad:91 Sep 20 19:49:26 scarlet /kernel.old: xl0: selecting 10baseT transceiver, half duplex Sep 20 19:49:26 scarlet /kernel.old: isab0: at device 31.0 on pci0 Sep 20 19:49:26 scarlet /kernel.old: isa0: on isab0 Sep 20 19:49:26 scarlet /kernel.old: atapci0: port 0x1800-0x180f at device 31.1 on pci0 Sep 20 19:49:26 scarlet /kernel.old: ata0: at 0x1f0 irq 14 on atapci0 Sep 20 19:49:26 scarlet /kernel.old: ata1: at 0x170 irq 15 on atapci0 Sep 20 19:49:26 scarlet /kernel.old: pci0: at 31.2 irq 11 Sep 20 19:49:26 scarlet /kernel.old: pci0: (vendor=0x8086, dev=0x2413) at 31.3 irq 9 Sep 20 19:49:26 scarlet /kernel.old: chip1: port 0x1300-0x133f,0x1200-0x12ff irq 9 at device 31.5 on pci0 Sep 20 19:49:26 scarlet /kernel.old: fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 Sep 20 19:49:26 scarlet /kernel.old: fdc0: FIFO enabled, 8 bytes threshold Sep 20 19:49:26 scarlet /kernel.old: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Sep 20 19:49:26 scarlet /kernel.old: atkbdc0: at port 0x60,0x64 on isa0 Sep 20 19:49:26 scarlet /kernel.old: atkbd0: irq 1 on atkbdc0 Sep 20 19:49:26 scarlet /kernel.old: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Sep 20 19:49:26 scarlet /kernel.old: sc0: on isa0 Sep 20 19:49:26 scarlet /kernel.old: sc0: VGA <16 virtual consoles, flags=0x200> Sep 20 19:49:26 scarlet /kernel.old: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 Sep 20 19:49:26 scarlet /kernel.old: sio0: type 16550A Sep 20 19:49:26 scarlet /kernel.old: sio1: configured irq 3 not in bitmap of probed irqs 0 Sep 20 19:49:26 scarlet /kernel.old: ppc0: at port 0x378-0x37f irq 7 on isa0 Sep 20 19:49:26 scarlet /kernel.old: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode Sep 20 19:49:26 scarlet /kernel.old: plip0: on ppbus0 Sep 20 19:49:26 scarlet /kernel.old: lpt0: on ppbus0 Sep 20 19:49:26 scarlet /kernel.old: lpt0: Interrupt-driven port Sep 20 19:49:26 scarlet /kernel.old: ppi0: on ppbus0 Sep 20 19:49:26 scarlet /kernel.old: IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to accept, logging limited to 100 packets/entry by default Sep 20 19:49:26 scarlet /kernel.old: BRIDGE 010131, have 11 interfaces Sep 20 19:49:26 scarlet /kernel.old: -- index 1 type 6 phy 0 addrl 6 addr 00.02.b3.03.aa.e1 Sep 20 19:49:26 scarlet /kernel.old: -- index 2 type 6 phy 0 addrl 6 addr 00.01.02.48.ad.91 Sep 20 19:49:26 scarlet /kernel.old: ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable Sep 20 19:49:26 scarlet /kernel.old: ad0: 9768MB [19846/16/63] at ata0-master UDMA33 Sep 20 19:49:26 scarlet /kernel.old: ata1-slave: DMA limited to UDMA33, non-ATA66 compliant cable Sep 20 19:49:26 scarlet /kernel.old: ad3: 29311MB [59554/16/63] at ata1-slave UDMA33 Sep 20 19:49:26 scarlet /kernel.old: acd0: CDROM at ata1-master using PIO4 Sep 20 19:49:26 scarlet /kernel.old: Mounting root from ufs:ad0s1a Sep 20 19:49:26 scarlet named[230]: starting (/etc/namedb/named.conf). named 8.2.4-REL Thu Sep 20 15:53:01 PDT 2001 timothyr@scarlet.timothyr.net:/usr/obj/usr/src/usr.sbin/named Sep 20 19:49:26 scarlet named[230]: limit files set to fdlimit (1024) Sep 20 19:49:26 scarlet named[231]: Ready to answer queries. Sep 20 19:49:26 scarlet ntpd[233]: ntpd 4.0.99b Thu Sep 20 15:52:09 PDT 2001 (1) Sep 20 19:49:26 scarlet ntpd[233]: using kernel phase-lock loop 2040 Sep 20 19:49:26 scarlet ntpd[233]: using kernel phase-lock loop 2041 Sep 20 19:49:28 scarlet ppp[165]: tun0: Warning: deflink: Reducing configured MRU from 2048 to 1492 >How-To-Repeat: Simply boot the new kernel >Fix: Run RELENG_4_3. I saw this with -stable a few months ago when I was running RELENG_4, but I assumed it was a temporary instability, so I dropped down to RELENG_4_3. Seems to be more severe than that. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 0:41:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6379C37B40A; Fri, 21 Sep 2001 00:41:18 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8L7eus00842; Fri, 21 Sep 2001 00:40:56 -0700 (PDT) (envelope-from ru) Date: Fri, 21 Sep 2001 00:40:56 -0700 (PDT) From: Message-Id: <200109210740.f8L7eus00842@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, rwatson@FreeBSD.org Subject: Re: bin/30591: .login_conf is not vetted for settings user should not be able to change Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: .login_conf is not vetted for settings user should not be able to change Responsible-Changed-From-To: freebsd-bugs->rwatson Responsible-Changed-By: ru Responsible-Changed-When: Fri Sep 21 00:37:03 PDT 2001 Responsible-Changed-Why: Robert is working on this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30591 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 2:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8A8537B40D for ; Fri, 21 Sep 2001 02:40:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8L9e0Q82671; Fri, 21 Sep 2001 02:40:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CED7D37B41F for ; Fri, 21 Sep 2001 02:37:53 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8L9brf78981; Fri, 21 Sep 2001 02:37:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200109210937.f8L9brf78981@freefall.freebsd.org> Date: Fri, 21 Sep 2001 02:37:53 -0700 (PDT) From: Boris Staeblow To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30704: 4.4R and I4B: loaded NETGRAPH and ifconfig iprX down -> page fault! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30704 >Category: kern >Synopsis: 4.4R and I4B: loaded NETGRAPH and ifconfig iprX down -> page fault! >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 Sep 21 02:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Boris Staeblow >Release: 4.4-RELEASE >Organization: private >Environment: FreeBSD 4.4-RELEASE >Description: If NETGRAPH is loaded and you 'ifconfig iprX down' an interface the system will crash always with: Fatal Trap 12: page fault while in kernel mode fault virtual address = 0x31727079 fault code = supervisor read, page not present instruction pointer = 0x8:0xc017323d stack pointer = 0x10:0xd1a58df4 frame pointer = 0x10:0xd1a58e00 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 precessor eflags = interrupt enabled, resume, IOPL = 0 current process = 32457 (ifconfig) interrupt mask = net tty trap number = 12 panic: page fault syncing disks... done This is reproduceable. The crash will not occur when netgraph is not loaded / defined in kernel (but I need it for pppoed!). The system will crash too when the iprX-connection establishes (to old an current I4B-Versions and Suse-Linux). The system will always crash if you enter "ifconfig iprX ether x:x:x:x:x:x..." (it doesn't matter if netgraph is loaded or not in this case). These bugs where reproduced on a totally different 4.4R machine. These bugs didn't occur on 4.3R _or_ with the previous i4b-Release in -STABLE. >How-To-Repeat: - Install 4.4-Release - configure i4b - configure a ipr device in i4b - load netgraph (netgraph, netgraph-socket, netgraph-ether, netgraph-pppoe) - ifconfig iprX down to reproduce the crash - ifconfig iprX ether 1:2:3:4:5:6 to reproduce the crash >Fix: workaround: disable or unload netgraph >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 3:30:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36EA337B40B for ; Fri, 21 Sep 2001 03:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LAU4q44060; Fri, 21 Sep 2001 03:30:04 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20C2037B422 for ; Fri, 21 Sep 2001 03:22:16 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LAMGW37911; Fri, 21 Sep 2001 03:22:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200109211022.f8LAMGW37911@freefall.freebsd.org> Date: Fri, 21 Sep 2001 03:22:16 -0700 (PDT) From: Tomas Jareckas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/30705: Installation fails on system with Mylex AcceleRAID 170 SCSI controler Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30705 >Category: i386 >Synopsis: Installation fails on system with Mylex AcceleRAID 170 SCSI controler >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 21 03:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tomas Jareckas >Release: 4.4-STABLE >Organization: SC "Lithuanian Radio And TV Center" >Environment: >Description: When starting installation procedure, after selecting kernel options, probe fails to go through Mylex AcceleRAID 170 SCSI controled RAID disc's. I have 5 Seagate 18GB cheetah drives, and RAID 5 with 4 active drives and one spare one. System stops responding with folowing screen: Waiting 15 seconds for SCSI devices to settle mly0: physical device 0:6 gone mly0: physical device 0:6 gone mly0: physical device 0:6 gone 4.3-STABLE version goes on with everything ok. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 5:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2390D37B403 for ; Fri, 21 Sep 2001 05:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LCA1855775; Fri, 21 Sep 2001 05:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9624937B422 for ; Fri, 21 Sep 2001 05:09:35 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LC9Z855119; Fri, 21 Sep 2001 05:09:35 -0700 (PDT) (envelope-from nobody) Message-Id: <200109211209.f8LC9Z855119@freefall.freebsd.org> Date: Fri, 21 Sep 2001 05:09:35 -0700 (PDT) From: "Serg O. Malakhov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/30706: Problem with mount linuxproc filesystem on 4.4 stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30706 >Category: bin >Synopsis: Problem with mount linuxproc filesystem on 4.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 Sep 21 05:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Serg O. Malakhov >Release: 4.4stable. Latest cvsup for /usr/src was 21.09.2001 >Organization: Servocomp Inc. >Environment: FreeBSD camel.servocomp.ru 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 21 18:55:18 MSD 2001 >Description: After updating system and kernel to version 4.4, in the booting time I see error on the mount linuxproc file system, that was mounted aftomaticaly in my fstab file. There is error: "Exec format error". I didn't touch anithing, but make world and make kernel after cvsup for all sources. >How-To-Repeat: Just try: mount_linprocfs linproc /compat/linux/proc >Fix: Probably you know ;) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 5:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D066137B413 for ; Fri, 21 Sep 2001 05:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LCK2N69602; Fri, 21 Sep 2001 05:20:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 21 Sep 2001 05:20:02 -0700 (PDT) Message-Id: <200109211220.f8LCK2N69602@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/30706: Problem with mount linuxproc filesystem on 4.4 stable Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30706; it has been noted by GNATS. From: Peter Pentchev To: "Serg O. Malakhov" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/30706: Problem with mount linuxproc filesystem on 4.4 stable Date: Fri, 21 Sep 2001 15:07:47 +0300 On Fri, Sep 21, 2001 at 05:09:35AM -0700, Serg O. Malakhov wrote: > > >Number: 30706 > >Category: bin > >Synopsis: Problem with mount linuxproc filesystem on 4.4 stable > >Originator: Serg O. Malakhov > >Release: 4.4stable. Latest cvsup for /usr/src was 21.09.2001 > >Organization: > Servocomp Inc. > >Environment: > FreeBSD camel.servocomp.ru 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 21 18:55:18 MSD 2001 > >Description: > After updating system and kernel to version 4.4, in the booting time I see > error on the mount linuxproc file system, that was mounted aftomaticaly in > my fstab file. There is error: "Exec format error". > I didn't touch anithing, but make world and make kernel after cvsup for all sources. > >How-To-Repeat: > Just try: > mount_linprocfs linproc /compat/linux/proc > >Fix: > Probably you know ;) What does 'brandelf /sbin/mount_linprocfs' tell you? G'luck, Peter -- I am the meaning of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 5:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1190737B414 for ; Fri, 21 Sep 2001 05:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LCo3n91745; Fri, 21 Sep 2001 05:50:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 21 Sep 2001 05:50:03 -0700 (PDT) Message-Id: <200109211250.f8LCo3n91745@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/30706: Problem with mount linuxproc filesystem on 4.4 stable Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30706; it has been noted by GNATS. From: Peter Pentchev To: Serg Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/30706: Problem with mount linuxproc filesystem on 4.4 stable Date: Fri, 21 Sep 2001 15:43:46 +0300 On Fri, Sep 21, 2001 at 04:38:32PM +0400, Serg wrote: > Hi, Peter! > > There was for brandelf /sbin/mount_linprocfs > File '/sbin/mount_linprocfs' is of brand 'FreeBSD' (9). > of couse. Somthing wrong? OK. Now can you try 'ktrace mount_linprocfs linproc /compat/linux/proc', then post the output of 'kdump', if the ktrace'd mount gives you the same error message? G'luck, Peter -- This sentence contains exactly threee erors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 9: 0: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBE1637B40F for ; Fri, 21 Sep 2001 09:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LG02E73343; Fri, 21 Sep 2001 09:00:02 -0700 (PDT) (envelope-from gnats) Received: from rhymer.cogsci.ed.ac.uk (rhymer.cogsci.ed.ac.uk [129.215.144.8]) by hub.freebsd.org (Postfix) with ESMTP id AD09137B405 for ; Fri, 21 Sep 2001 08:55:42 -0700 (PDT) Received: from mcpherson.cogsci.ed.ac.uk (mcpherson [129.215.110.47]) by rhymer.cogsci.ed.ac.uk (8.9.3/8.9.3) with ESMTP id QAA12397 for ; Fri, 21 Sep 2001 16:55:37 +0100 (BST) Received: (from richard@localhost) by mcpherson.cogsci.ed.ac.uk (8.9.3/8.9.3) id QAA29264 for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Sep 2001 16:55:36 +0100 (BST) Message-Id: <200109211555.QAA29264@mcpherson.cogsci.ed.ac.uk> Date: Fri, 21 Sep 2001 16:55:36 +0100 (BST) From: Richard Tobin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/30708: DHCP and multiple interfaces Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30708 >Category: misc >Synopsis: DHCP and multiple interfaces >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 Sep 21 09:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Richard Tobin >Release: FreeBSD 4.4-RELEASE i386 >Organization: None >Environment: System: FreeBSD small.cogsci.ed.ac.uk 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Sep 20 00:02:33 BST 2001 richard@small.cogsci.ed.ac.uk:/home/src/sys/compile/VAIO i386 >Description: /etc/rc.network takes care to gather up all the DHCP interfaces to pass to a single dhclient program. /etc/pccard_ether on the other hand expects to run a separate dhclient for each interface, carefully storing their pids in different files. If there are multiple pccard interfaces, or (more likely) a built-in interface and a pccard interface (eg a wireless card), multiple instances of dhclient will be started. All but the first will fail with "can't bind to dhcp address: Address already in use". >How-To-Repeat: Set the ifconfig_xxx variable for a built-in interface to DHCP, and set pccard_ifconfig to DHCP. Insert a pcmcia network card. >Fix: Either make it possible to run multiple dhclient programs (perhaps impossible) or keep a record of the interfaces requiring dhcp and restart dhclient when the list changes. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 10:20:22 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CE4D37B40E for ; Fri, 21 Sep 2001 10:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LHK1912372; Fri, 21 Sep 2001 10:20:01 -0700 (PDT) (envelope-from gnats) Received: from iraun2.uka.de (iraun2.uka.de [129.13.10.91]) by hub.freebsd.org (Postfix) with ESMTP id 1507E37B420 for ; Fri, 21 Sep 2001 10:13:13 -0700 (PDT) Received: from i30nb2.ira.uka.de ([129.13.30.52]) by iraun2.uka.de with esmtp (Exim 3.30 #7 (Debian)) id 15kTrU-0006AD-00 for ; Fri, 21 Sep 2001 19:13:12 +0200 Received: (from esk@localhost) by i30nb2.ira.uka.de (8.11.5/8.11.3) id f8LHClv65384; Fri, 21 Sep 2001 19:12:47 +0200 (CEST) (envelope-from esk) Message-Id: <200109211712.f8LHClv65384@i30nb2.ira.uka.de> Date: Fri, 21 Sep 2001 19:12:47 +0200 (CEST) From: Espen Skoglund Reply-To: esk@ira.uka.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/30710: Patch: tftpd extension --- RFC2349 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30710 >Category: bin >Synopsis: Patch: tftpd extension --- RFC2349 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 21 10:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Espen Skoglund >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Karlsruhe University >Environment: >Description: RFC2349 adds support for negotiation of timeout and file size to the tftp protocol. This is *required* by some firmware like EFI boot managers (at least on HP i2000 Itanium servers) in order to boot an image using tftp. The attached patch implements the RFC, and in doing so also implements RFC2347; a generic tftp option extension. The patch is only tested with -STABLE, but given that tftpd.c is not changed in -CURRENT, I see no reason why it shouldn't work there. >How-To-Repeat: >Fix: --- libexec/tftpd/tftpd.c.orig Fri Sep 21 18:32:14 2001 +++ libexec/tftpd/tftpd.c Fri Sep 21 19:07:03 2001 @@ -79,10 +79,11 @@ #include "tftpsubs.h" #define TIMEOUT 5 +#define MAX_TIMEOUTS 5 int peer; int rexmtval = TIMEOUT; -int maxtimeout = 5*TIMEOUT; +int max_rexmtval = 2*TIMEOUT; #define PKTSIZE SEGSIZE+4 char buf[PKTSIZE]; @@ -110,6 +111,7 @@ static char *errtomsg __P((int)); static void nak __P((int)); +static void oack __P(()); int main(argc, argv) @@ -311,6 +313,21 @@ { 0 } }; +struct options { + char *o_type; + char *o_request; + int o_reply; /* turn into union if need be */ +} options[] = { + { "tsize" }, /* OPT_TSIZE */ + { "timeout" }, /* OPT_TIMEOUT */ + { NULL } +}; + +enum opt_enum { + OPT_TSIZE = 0, + OPT_TIMEOUT, +}; + /* * Handle initial connection protocol. */ @@ -320,9 +337,9 @@ int size; { register char *cp; - int first = 1, ecode; + int i, first = 1, has_options = 0, ecode; register struct formats *pf; - char *filename, *mode; + char *filename, *mode, *option, *ccp; filename = cp = tp->th_stuff; again: @@ -350,7 +367,40 @@ nak(EBADOP); exit(1); } + while (++cp < buf + size) { + for (i = 2, ccp = cp; i > 0; ccp++) { + if (ccp >= buf + size) { + nak(EBADOP); + exit(1); + } else if (*ccp == '\0') + i--; + } + for (option = cp; *cp; cp++) + if (isupper(*cp)) + *cp = tolower(*cp); + for (i = 0; options[i].o_type != NULL; i++) + if (strcmp(option, options[i].o_type) == 0) { + options[i].o_request = ++cp; + has_options = 1; + } + cp = ccp-1; + } + + if (options[OPT_TIMEOUT].o_request) { + int to = atoi(options[OPT_TIMEOUT].o_request); + if (to < 1 || to > 255) { + nak(EBADOP); + exit(1); + } + else if (to <= max_rexmtval) + options[OPT_TIMEOUT].o_reply = rexmtval = to; + else + options[OPT_TIMEOUT].o_request = NULL; + } + ecode = (*pf->f_validate)(&filename, tp->th_opcode); + if (has_options) + oack(); if (logging) { char host[MAXHOSTNAMELEN]; @@ -468,6 +518,14 @@ return (err); *filep = filename = pathname; } + if (options[OPT_TSIZE].o_request) { + if (mode == RRQ) + options[OPT_TSIZE].o_reply = stbuf.st_size; + else + /* XXX Allows writes of all sizes. */ + options[OPT_TSIZE].o_reply = + atoi(options[OPT_TSIZE].o_request); + } fd = open(filename, mode == RRQ ? O_RDONLY : O_WRONLY|O_TRUNC); if (fd < 0) return (errno + 100); @@ -478,15 +536,13 @@ return (0); } -int timeout; +int timeouts; jmp_buf timeoutbuf; void timer() { - - timeout += rexmtval; - if (timeout >= maxtimeout) + if (++timeouts > MAX_TIMEOUTS) exit(1); longjmp(timeoutbuf, 1); } @@ -515,7 +571,7 @@ } dp->th_opcode = htons((u_short)DATA); dp->th_block = htons((u_short)block); - timeout = 0; + timeouts = 0; (void)setjmp(timeoutbuf); send_data: @@ -578,7 +634,7 @@ ap = (struct tftphdr *)ackbuf; block = 0; do { - timeout = 0; + timeouts = 0; ap->th_opcode = htons((u_short)ACK); ap->th_block = htons((u_short)block); block++; @@ -651,6 +707,7 @@ { EBADID, "Unknown transfer ID" }, { EEXISTS, "File already exists" }, { ENOUSER, "No such user" }, + { EOPTNEG, "Option negotiation" }, { -1, 0 } }; @@ -699,4 +756,58 @@ length += 5; if (send(peer, buf, length, 0) != length) syslog(LOG_ERR, "nak: %m"); +} + +/* + * Send an oack packet (option acknowledgement). + */ +static void +oack() +{ + struct tftphdr *tp, *ap; + int size, i, n; + char *bp; + + tp = (struct tftphdr *)buf; + bp = buf + 2; + size = sizeof(buf) - 2; + tp->th_opcode = htons((u_short)OACK); + for (i = 0; options[i].o_type != NULL; i++) { + if (options[i].o_request) { + n = snprintf(bp, size, "%s%c%d", options[i].o_type, + 0, options[i].o_reply); + bp += n+1; + size -= n+1; + if (size < 0) { + syslog(LOG_ERR, "oack: buffer overflow"); + exit(1); + } + } + } + size = bp - buf; + ap = (struct tftphdr *)ackbuf; + signal(SIGALRM, timer); + timeouts = 0; + + (void)setjmp(timeoutbuf); + if (send(peer, buf, size, 0) != size) { + syslog(LOG_INFO, "oack: %m"); + exit(1); + } + + for (;;) { + alarm(rexmtval); + n = recv(peer, ackbuf, sizeof (ackbuf), 0); + alarm(0); + if (n < 0) { + syslog(LOG_ERR, "recv: %m"); + exit(1); + } + ap->th_opcode = ntohs((u_short)ap->th_opcode); + ap->th_block = ntohs((u_short)ap->th_block); + if (ap->th_opcode == ERROR) + exit(1); + if (ap->th_opcode == ACK && ap->th_block == 0) + break; + } } --- include/arpa/tftp.h.orig Fri Sep 21 18:42:39 2001 +++ include/arpa/tftp.h Fri Sep 21 18:43:47 2001 @@ -49,6 +49,7 @@ #define DATA 03 /* data packet */ #define ACK 04 /* acknowledgement */ #define ERROR 05 /* error code */ +#define OACK 06 /* option acknowledgement */ struct tftphdr { unsigned short th_opcode; /* packet type */ @@ -76,5 +77,6 @@ #define EBADID 5 /* unknown transfer ID */ #define EEXISTS 6 /* file already exists */ #define ENOUSER 7 /* no such user */ +#define EOPTNEG 8 /* option negotiation failed */ #endif /* !_TFTP_H_ */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 13:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 563DC37B409 for ; Fri, 21 Sep 2001 13:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LKU1O93897; Fri, 21 Sep 2001 13:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5B0837B40E for ; Fri, 21 Sep 2001 13:27:09 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8LKR9W93524; Fri, 21 Sep 2001 13:27:09 -0700 (PDT) (envelope-from nobody) Message-Id: <200109212027.f8LKR9W93524@freefall.freebsd.org> Date: Fri, 21 Sep 2001 13:27:09 -0700 (PDT) From: Yevgeniy Aleynikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30712: fatal kernel trap during ufs_rename Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30712 >Category: kern >Synopsis: fatal kernel trap during ufs_rename >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 Sep 21 13:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yevgeniy Aleynikov >Release: RELENG_4 >Organization: Infospace >Environment: FreeBSD myserver.mydomain.net 4.3-MYTAG FreeBSD 4.3-MYTAG #0: Thu Sep 20 01:24:53 GMT 2001 root@machine.com:/usr/src/sys/compile/config i386 >Description: Currently two independed computers hit that problem. Machine is stanard 1Xtreme boxes shipped by BSDi. DualP3, i440Gx, intel MB, onboard adaptec SCSI, connected to winchester RAID box. Here what i've got: gdb -k /kernel.debug vmcore.4 GNU gdb 4.18 SMP 2 cpus IdlePTD 3039232 initial pcb at 2666a0 panicstr: ufs_rename: lost dir entry panic messages: --- panic: ufs_rename: lost dir entry mp_lock = 01000001; cpuid = 1; lapic.id = 00000000 boot() called on cpu#1 syncing disks... 16 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 giving up on 1 buffers Uptime: 16h20m39s ... skipped... >How-To-Repeat: Not sure. >Fix: Couldnt figure out what's wrong. >Release-Note: >Audit-Trail: >Unformatted: >bt #0 dumpsys () at ../../kern/kern_shutdown.c:473 473 ../../kern/kern_shutdown.c: No such file or directory. (kgdb) bt #0 dumpsys () at ../../kern/kern_shutdown.c:473 #1 0xc015e9df in boot (howto=256) at ../../kern/kern_shutdown.c:313 #2 0xc015ede0 in poweroff_wait (junk=0xc0233c84, howto=-535697984) at ../../kern/kern_shutdown.c:581 #3 0xc01c2239 in ufs_rename (ap=0xdf4fde60) at ../../ufs/ufs/ufs_vnops.c:1237 #4 0xc01c363d in ufs_vnoperate (ap=0xdf4fde60) at ../../ufs/ufs/ufs_vnops.c:2382 #5 0xc019143b in rename (p=0xdf4c8740, uap=0xdf4fdf80) at vnode_if.h:645 #6 0xc0205011 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134590624, tf_esi = 135163912, tf_ebp = -1077937980, tf_isp = -548413484, tf_ebx = 672122988, tf_edx = 134600160, tf_ecx = 0, tf_eax = 128, tf_trapno = 22, tf_err = 2, tf_eip = 672621324, tf_cs = 31, tf_eflags = 659, tf_esp = -1077938040, tf_ss = 47}) at ../../i386/i386/trap.c:1155 #7 0xc01f291b in Xint0x80_syscall () #8 0x2807e125 in ?? () #9 0x280e7f0c in ?? () #10 0x8048e91 in ?? () #11 0x8048d7d in ?? () (kgdb) This is from 19 sep. snapshot kernel. I had exactly the same problem with Jul 10 snapshot. fsck didnt find anything wrong in filesystem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 17:10: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F64337B40A for ; Fri, 21 Sep 2001 17:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8M0A1T38242; Fri, 21 Sep 2001 17:10:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 21 Sep 2001 17:10:01 -0700 (PDT) Message-Id: <200109220010.f8M0A1T38242@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Boris Staeblow Subject: kern/30704: 4.4R and I4B: loaded NETGRAPH and ifconfig iprX down -> page fault! Reply-To: Boris Staeblow Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30704; it has been noted by GNATS. From: Boris Staeblow To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: kern/30704: 4.4R and I4B: loaded NETGRAPH and ifconfig iprX down -> page fault! Date: Fri, 21 Sep 2001 02:37:53 -0700 (PDT) >Number: 30704 >Category: kern >Synopsis: 4.4R and I4B: loaded NETGRAPH and ifconfig iprX down -> page fault! >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 Sep 21 02:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Boris Staeblow >Release: 4.4-RELEASE >Organization: private >Environment: FreeBSD 4.4-RELEASE >Description: If NETGRAPH is loaded and you 'ifconfig iprX down' an interface the system will crash always with: Fatal Trap 12: page fault while in kernel mode fault virtual address = 0x31727079 fault code = supervisor read, page not present instruction pointer = 0x8:0xc017323d stack pointer = 0x10:0xd1a58df4 frame pointer = 0x10:0xd1a58e00 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 precessor eflags = interrupt enabled, resume, IOPL = 0 current process = 32457 (ifconfig) interrupt mask = net tty trap number = 12 panic: page fault syncing disks... done This is reproduceable. The crash will not occur when netgraph is not loaded / defined in kernel (but I need it for pppoed!). The system will crash too when the iprX-connection establishes (to old an current I4B-Versions and Suse-Linux). The system will always crash if you enter "ifconfig iprX ether x:x:x:x:x:x..." (it doesn't matter if netgraph is loaded or not in this case). These bugs where reproduced on a totally different 4.4R machine. These bugs didn't occur on 4.3R _or_ with the previous i4b-Release in -STABLE. >How-To-Repeat: - Install 4.4-Release - configure i4b - configure a ipr device in i4b - load netgraph (netgraph, netgraph-socket, netgraph-ether, netgraph-pppoe) - ifconfig iprX down to reproduce the crash - ifconfig iprX ether 1:2:3:4:5:6 to reproduce the crash >Fix: workaround: disable or unload netgraph >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 17:30:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01E3A37B40F for ; Fri, 21 Sep 2001 17:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8M0U1O40074; Fri, 21 Sep 2001 17:30:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 21 Sep 2001 17:30:01 -0700 (PDT) Message-Id: <200109220030.f8M0U1O40074@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gunther Schadow Subject: bin/30696: sshd Makefile has no -DNOPAM option Reply-To: Gunther Schadow Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30696; it has been noted by GNATS. From: Gunther Schadow To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: bin/30696: sshd Makefile has no -DNOPAM option Date: Thu, 20 Sep 2001 16:13:39 -0500 (EST) >Number: 30696 >Category: bin >Synopsis: sshd Makefile has no -DNOPAM option >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: Thu Sep 20 14:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gunther Schadow >Release: FreeBSD 4.4-RELEASE i386 >Organization: Regenstrief Institute >Environment: System: FreeBSD aurora.regenstrief.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Sep 20 15:35:07 EST 2001 root@aurora.regenstrief.org:/usr/src/sys/compile/AURORA i386 >Description: Noticed that PAM didn't work for me at all after upgrade from 4.2-RELEASE to 4.4-RELEASE. I'm sure it's my fault. Anyway had to recompile login with make -DNOPAM and wanted do same with sshd. However, sshd's Makefile has no such option. Would be nice if this were added to any makefile that uses PAM. >How-To-Repeat: >Fix: Sorry, have lost my diffs, but the login Makefile can serve as a sample. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 17:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73CCF37B416 for ; Fri, 21 Sep 2001 17:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8M0U3x40084; Fri, 21 Sep 2001 17:30:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 21 Sep 2001 17:30:03 -0700 (PDT) Message-Id: <200109220030.f8M0U3x40084@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Serg O. Malakhov" Subject: bin/30706: Problem with mount linuxproc filesystem on 4.4 stable Reply-To: "Serg O. Malakhov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30706; it has been noted by GNATS. From: "Serg O. Malakhov" To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: bin/30706: Problem with mount linuxproc filesystem on 4.4 stable Date: Fri, 21 Sep 2001 05:09:35 -0700 (PDT) >Number: 30706 >Category: bin >Synopsis: Problem with mount linuxproc filesystem on 4.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 Sep 21 05:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Serg O. Malakhov >Release: 4.4stable. Latest cvsup for /usr/src was 21.09.2001 >Organization: Servocomp Inc. >Environment: FreeBSD camel.servocomp.ru 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 21 18:55:18 MSD 2001 >Description: After updating system and kernel to version 4.4, in the booting time I see error on the mount linuxproc file system, that was mounted aftomaticaly in my fstab file. There is error: "Exec format error". I didn't touch anithing, but make world and make kernel after cvsup for all sources. >How-To-Repeat: Just try: mount_linprocfs linproc /compat/linux/proc >Fix: Probably you know ;) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 20:10: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B2CE37B415 for ; Fri, 21 Sep 2001 20:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8M3A2570482; Fri, 21 Sep 2001 20:10:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 21 Sep 2001 20:10:02 -0700 (PDT) Message-Id: <200109220310.f8M3A2570482@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Barcroft Subject: Re: kern/19479: processes stuck in 'ffsvgt' and 'FFS no' states Reply-To: Mike Barcroft Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/19479; it has been noted by GNATS. From: Mike Barcroft To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/19479: processes stuck in 'ffsvgt' and 'FFS no' states Date: Fri, 21 Sep 2001 23:07:13 -0400 Adding to Audit-Trail. ----- Forwarded message from Chuck Cranor ----- Delivered-To: mike@freebsd.org Date: Fri, 21 Sep 2001 13:41:34 -0400 From: Chuck Cranor To: freebsd-stable@FreeBSD.org Cc: mike@FreeBSD.org Subject: more on 4.4-RELEASE kernel deadlock ("FFS node") User-Agent: Mutt/1.2.5i Organization: AT&T Labs-Research this is a followup to my previous message: first, the problem i am seeing is almost identical to the one reported in kern/19479 (see http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19479) which was closed by mike@freebsd back in july. my data would suggest that the PR should be re-opened, because it doesn't seem fixed? i reran a "make release" while having a "vmstat -m | grep 'FFS node'" running every three seconds in another window. the memory allocation for "FFS node" is exploding during the "make release"... here is the last bit of vmstat -m output before the kernel deadlocked: Memory statistics by type Type Kern Type InUse MemUse HighUse Limit Requests Limit Limit Size(s) .... FFS node199352 99676K 99677K102400K 648929 0 0 512 FFS node199871 99936K 99936K102400K 649930 0 0 512 FFS node200457100229K 100229K102400K 651733 0 0 512 FFS node200794100397K 100398K102400K 653082 0 0 512 FFS node200875100438K 100440K102400K 653902 0 0 512 FFS node201466100733K 100733K102400K 655886 0 0 512 FFS node202732101366K 101367K102400K 658611 0 0 512 FFS node203300101650K 101651K102400K 660008 0 0 512 FFS node203851101926K 101926K102400K 661718 0 0 512 FFS node203923101962K 101962K102400K 661927 0 0 512 FFS node204489102245K 102245K102400K 663650 0 0 512 102245K seems like an awful lot of memory for FFS nodes? what would cause this? does anyone else see very large FFS node memory allocation during "make release"? i got a stack trace of the process stuck in "FFS node"... it is basically: open vn_open namei lookup ufs_vnoperate vfs_cache_lookup ufs_vnoperate ufs_lookup ffs_vget +0x8b malloc + 0x1a3 tsleep clearly we are reaching the malloc limit for "FFS node" and hanging. chuck ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 20:17: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A173B37B41B; Fri, 21 Sep 2001 20:17:05 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8M3E1V70919; Fri, 21 Sep 2001 20:14:01 -0700 (PDT) (envelope-from mike) Date: Fri, 21 Sep 2001 20:14:01 -0700 (PDT) From: Message-Id: <200109220314.f8M3E1V70919@freefall.freebsd.org> To: wessels@ircache.net, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19479: processes stuck in 'ffsvgt' and 'FFS no' states Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: processes stuck in 'ffsvgt' and 'FFS no' states State-Changed-From-To: closed->open State-Changed-By: mike State-Changed-When: Fri Sep 21 20:12:45 PDT 2001 State-Changed-Why: The originator's problem disappeared, but unfortunately another user is seeing a similar problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19479 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 21:38:24 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mail2out.giga.net.tw (mail2out.giga.net.tw [203.133.1.11]) by hub.freebsd.org (Postfix) with ESMTP id C67F937B406 for ; Fri, 21 Sep 2001 21:38:10 -0700 (PDT) Received: from index (u24-164.u203-203.giga.net.tw [203.203.24.164]) by mail2out.giga.net.tw (Postfix) with SMTP id 73D3E14586 for ; Sat, 22 Sep 2001 12:38:07 +0800 (CST) To: From: gd168@24k.com.tw Subject: Àô«O¹p®gºÒ¯»§X±MÃD¬ã¨s³ø§i Date: ¬P´Á¤», 22 ¤E¤ë 2001 12:36:12 +0800 Message-Id: <37156.525141087961600.40370@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ¨ü¤åªÌ¡G§e¡@°ê¥ß¥xÆW¤j¾Çº[©ÒÄݦæ¬F¾Ç³N¬ã¨s³æ¦ì¡þ ¡@¡@¡@¡@¡@¡@¥þ°ê¦U¯Å¾÷Ãö¹ÎÅé¡þ¤½¥q¦æ¸¹¡þ¤½·|©Î­Ó¤H¡@½Ðų®Ö¡I µo¤åªÌ¡G¥øÀs¿ì¤½¥Î«~¦³­­¤½¥q¡@¹q¸Ü¡G(02)2701-2000 ¥D¡@¦®¡G¨Ï¥Î¡eÀô«O¹p®gºÒ¯»§X¡f¤§ÀuÂI¤Î±ÄÁÊ­nÂI¡C »¡¡@©ú¡GÀô«O¹p®gºÒ¯»§X¤§±MÃD¬ã¨s³ø§i ¡]¤@¡^«e¨¥ ¡@¡@¡@¡@¡@ªñ¦~¨Ó¡A¥Ñ©ó¦U¶µ¬ÛÃö§Þ³N¦¨¼ô¡A°t¦X¥b¾ÉÅé²£·~ÁO«kµo®i ¡@¡@¡@¨Ï±o¹p®g¦Lªí¾÷»ù®æ¤j´T¤U·Æ¡A¦U¼t°ÓµL¤£À£§C»ù®æ¡A¥HÂX¤j¥« ¡@¡@¡@³õ¦û¦³²v¡A¦A¥H«áÄòªº¯Ó§÷ÁȦ^¨ä§Q¼í¡A±zªá¦bºÒ¯»§Xªº¶O¥Î¡A ¡@¡@¡@ªø´Á¦Ó¨¥¹ê¦b¬O¤@µ§¥iÆ[ªº¤ä¥X¡C ¡@¡@¡@¡@¡@¡@¡@¡@¡e¨Ï¥ÎÀô«O¹p®gºÒ¯»§X¤§¤T¤j²z¥Ñ¡f ¡@¡@¡@¡@ (1)§Þ³N¤W¤w¬ð¯}¡G¦³Å²©óºÒ¯»§X©M¾¥¤ô§X»Ý¨D¶q¤£Â_¦¨ªø¡A ¡@¡@¡@°ê¤H¤­¦~«e¶}©lµÛ¤â¡A°w¹ï¹p®g¦Lªí¾÷¹q¤l¼g¯u§Þ³N¤ÎºÒ¯»·P¥ú ¡@¡@¡@Åé¡A¶i¦æ¬ÛÃö¬ãµo¤u§@¡A¬ãµo¤p²Õ¦¨­û¬Ò¬°³ÕºÓ¤h¾Ç¾ú¡A¬ãµo¤p ¡@¡@¡@²Õ¦¨­û°w¹ï¦U¤j¼tµP¾÷¾¹ºë±Kµ²ºc¡A¤w¦³²`«×¤F¸Ñ¡A´x´¤³\¦h¬Û ¡@¡@¡@Ãö§Þ³N¡A¹ïºÒ¯»§Xªº§÷®Æ¤Î»sµ{°Ñ¼Æ¦³­Y¤z§ï¶i¡A¥H¾AÀ³¥xÆW¨È ¡@¡@¡@¼ö±a°ª·Å¼éÀ㪺®ð­ÔÀô¹Ò¡A¸gÄY®æ«~ºÞ±±¨î¡A°ê¤H©Ò¥Í²£ªºÀô«O ¡@¡@¡@¹p®gºÒ¯»§X¡A¦C¦L«~½è©M­ì¼t¦P¼Ë²M´·¡A¥B¤£·|¶Ë®`¾÷¾¹¡C ¡@¡@¡@¡@ (2)¬°Àô«OºÉ¤ß¤O¡GºÒ¯»§X³y¦¨¹ïÀô¹Òªº¦Ã¬V»P¤é­Ñ¼W¡A¤HÃþ ¡@¡@¡@À³¤Ï¬Ùı®©¡A§Ú­Ì¥u¦³¤@­Ó¦a²y¡A¬°¥þ¤HÃþ¤Î«á¥N¤l®]¡A«O¯d¤@ ¡@¡@¡@­Ó°®²bªº¥Í¦sÀô¹Ò¡A¤w¨ì¨è¤£®e½wªº¦a¨B¡IÅý§Ú­Ì±q®Õ¶é°µ°_¡A ¡@¡@¡@¤@°_¨Ó¦^¦¬¨Ã¨Ï¥ÎÀô«O¹p®gºÒ¯»§X¡C ¡@¡@¡@¡@ (3)¸`¬Ù¦C¦L¶O¥Î¡G®Ú¾Ú¤u°Ó®É³ø 90¦~4¤ë12¤é³ø¾É«ü¥X¡A¥Î ¡@¡@¡@Àô«O¹p®gºÒ¯»§X¥i¸`¬Ù¢³¦¨¥ª¥kªº¶O¥Î¡A¤£¥²¦hªá¿ú¡C ¡]¤G¡^¥þ²yÁͶդÀªR ¡@¡@¡@¡@¡@1999¦~ºÒ¯»¥d§X¦A¥Í¦^¦¬¨Ï¥Î¤ñ¸û¡G ¡@¡@¡@¼Ú¬ü¥«³õ¦A¥Í¦^¦¬¥d§X¨Ï¥Î²v ¢²¢¯¢H (¬ù1/3) ¡@¡@¡@¥xÆW¥«³õ¦A¥Í¦^¦¬¥d§X¨Ï¥Î²v ¡@¢´¢H ¡@¡@¡@(¸ê®Æ¨Ó·½¡GRecharger´Á¥Z) ¡@¡@¡@¡@¡@¥xÆW¬ù¦³50¸U¥x¹p®g¦Lªí¾÷¡A¹w¦ô¨C¦~¨Ï¥Î¬ù100¡ã200¸U¤ä ¡@¡@¡@¹p®gºÒ¯»§X¡A»s³y¥X¬ù2000¡ã2500¤½¾·©TÅé¼o±óª«¡A¨Ã¥B¨C¦~³o ¡@¡@¡@­Ó¼Æ¥Ø¥¿¦b¦¨ªø¡C¦Ó³o¨Ç¶ì½¦¼o±óª«¶·­n¶W¹L¤Q­Ó¥@¬ö¨Ó¤À¸Ñ¡A ¡@¡@¡@¹ï¥xÆW¤T¸U¤»¤d¥­¤è¤½¨½ªº¤g¦a¤W¡A³y¦¨ÄY­«ªº­t²ü¡C ¡@¡@¡@¡@¡@¼Ú¬ü¦U°ê¬ÛÃöÀô«Oªk¥O±j¨î³W©w»s³y¼t°Óªº¦^¦¬¤ñ²v¡A¤w¦æ ¡@¡@¡@¤§¦h¦~¡A¹ï©ó¦^¦¬·~ªÌ¤]¦³¹ïÀ³ªº»²§U¬Fµ¦¡A¨Ã¤£Â_ªº±Ð¨|¨Ï¥Î ¡@¡@¡@ªÌ¦^¦¬¡B´î¶q¦A§Q¥Î(Recycle, Reduce, Reuse)ªºÆ[©À¡C ¡@¡@¡@¡@¡@¨Æ¹êÃÒ©ú¡A¦¹Á|¤£¶È¦³§U©óÀô«O¥B¯à­°§C¤ä¥X¡A¬ü°ê¤w©ú¥O ¡@¡@¡@Áp¨¹¬F©²ªº¦U³æ¦ì¥²¶·¨Ï¥ÎÀô«OºÒ¯»§X¡C ¡]¤T¡^¹ïÀô¹Ò«OÅ@¤Î¸ê·½¦^¦¬¦A§Q¥Î¡A¨ã¦³¥¿­±·N¸q ¡@¡@¡@¡@¡@¡@¦pªG»s³y¨C­Ó¥d§X»Ý­n¶W¹L¤T¦j²æªo¡A¨º»ò¥xÆW¨C¦~´N·| ¡@¡@¡@¥Î±¼ªñ100 ¸U¥[±[ªº¥Ûªo¡C¦pªG±z´«¶RÀô«OºÒ¯»§X¡A«Ü©ú½T¦a¡A ¡@¡@¡@±z¤w¸g¹ï«OÅ@Àô¹Ò°µ¥X°^Äm¤F¡A¦]¬°§Ú­Ìªº§£§£³õ¥i¥H´î¤Ö¤@­Ó ¡@¡@¡@ªÅ¶¡¨Ó¦s©ñ±zªº¥d§X¡C ¡@¡@¡@¡@¡@¥H¥xÆW¥Ø«e¨Ï¥Î¶q·U¨Ó·U¦hªº¹p®g¦Lªí¾÷¦Ó¨¥¡A¨C¤Ñ¥á±óªº ¡@¡@¡@ºÒ¯»§X¤£ª¾¦h¤Ö¡A¦Ó³o¨ÇºÒ¯»§X¸ÌªººÒ¯»¦â¾¯·L²É¡A¤Ø¤o¬ù6-12 ¡@¡@¡@·L¦Ì¡A«o·|º¯¤J¦a¤U¤ô¡A¦Ã¬V¤ô·½¡A­Y·Q±q¤ô¤¤°£¥h³o¨ÇºÒ¯»·L ¡@¡@¡@²É¡A´N¥²¶·¥[¸Ë¯S®íÂo¤ô³]³Æ¡A¦]¦¹µL½×¤½¥q¥ø·~©Î¾Ç®Õ¤Î­Ó¤H ¡@¡@¡@³£¦³³d¥ô¤@°_¨Ó¨¾¤îºÒ¯»§X¦Ã¬VÀô¹Òªº¤u§@¡AºÒ¯»§Xªº¦^¦¬¦A§Q ¡@¡@¡@¥Î¡A¬O¥Ø«eªº°ß¤@³~®|¡C ¡]¥|¡^Àô«OºÒ¯»§X¤§±ÄÁÊ­nÂI ¡@¡@¡@¡@¡@¥Ñ©ó¥«°âÀô«OºÒ¯»§X¡A¨ÑÀ³°Ó¹L¦h¡A¦U®aªº«~½è°Ñ®t¤£»ô¡A ¡@¡@¡@·q½Ð»{©ú¥øÀs¥N²zªºÀô«OºÒ¯»§X¡A¬°¥Ø«e¥xÆW°ß¤@±M·~¾É¦V¤§Àô ¡@¡@¡@«O¹p®gºÒ¯»§X¡A«~½èº¡·N«OÃÒ¡A¤£º¡¥]°h¡A½T«O®ø¶OÅv¯q¡AÁקK ¡@¡@¡@¶R¨ì¦H½è«~¡A¿ï¾Ü¥øÀs¡A«~½è¦³«O»Ù¡I ¡@¡@¡@±ÄÁÊ«e°È¥²¸ß°Ý¤U¦C­«­n°Ñ¦Ò¨Ì¾Ú¡G ¡@¡@¡@1.Àô«O¹p®gºÒ¯»§X¡A¬O§_§¹¥þ¥H¼Ð·Ç»sµ{»s³y¡H¡@»sµ{¤¤¡A¼oºÒ ¡@¡@¡@¡@¯»¼Ñ¤Î¬ÛÃö¹s¥ó¬O§_²M²z°®²b¨ÃÀ˸դ¸¥ó©Ê¯à¡H ¡@¡@¡@2.Àx¯»¼Ñ¬O§_§¹¥þ²M¼ä°®²b«á¡A¤~­«·s¸Ë¶ñ¥þ·sºÒ¯»¡H ¡@¡@¡@3.©Ò¥R¶ñ¤§ºÒ¯»¡A¬O§_¬°°ê»Ú¶¡ª¾¦WºÒ¯»¼t¥X«~¡H ¡@¡@¡@4.©Ò¦³Àx¯»¼Ñ¡A¬O§_¥H«Ê±ø±K«Ê¡A§¹¾ã¥æ¥I¨Ï¥Î¤H¡H ¡@¡@¡@5.ºÒ¯»§X¬O§_³q¹L§¹¾ã¦ÓÄY®æ«~ºÞ´ú¸Õ«á¤~¥X¼t¡H ¡@¡@¡@6.´ú¸Õ¥Î¤§ºÒ¯»¬O§_¬°¥~¥[¡H¡@©Ò¥R¶ñªººÒ¯»¼Æ¶q©M­ì¼tºÒ¯»§X ¡@¡@¡@¡@®e¶q¬O§_¬Û¦P¡A·|¤£·|µu¤Ö¡H ¡@¡@¡@7.¥R¶ñ¤§ºÒ¯»¬O§_¸g¹Lºë±K´ú¸Õ¡A½T»{¤ñ¼Ð·Ç­È°ª¤~¸Ë¶ñ¡H ¡@¡@¡@8.©Ò§ó´«¤§·P¥ú¹ª¬O§_¬°°ê»Ú¶¡ª¾¦W¤§°ª¬ì§Þ¼tµP²£«~¡H ¡@¡@¡@9.ºÒ¯»§X¦¨«~¬O§_¥H¶Â¦â¶ì½¦¯È¹ê¬IÁ×¥ú¥]¸Ë«á¡A¨Ã¥H®ðªw³U©Î ¡@¡@¡@¡@¯S®íŨ¹Ô«OÅ@¡A¦A¸Ë¤J«OÅ@¼Ñ¡A¥H½T«O¹B¿é³~¤¤¤D¦Ü¨Ï¥Î«e¡A ¡@¡@¡@¡@¤£¨ü¥ô¦ó¥ú½u¨ä¥Lª«²z©Ê¡A¤Æ¾Ç©Ê¶Ë®`¡H ¡@¡@¡@¡@¥øÀs¥N²zªºÀô«O¹p®gºÒ¯»§X·~¤w¥þ¼Æ³q¹L¤W­z´ú¸Õ¡A¥þ­±¹ê¬I ¡@¡@¡@¡@«~½èº¡·N«OÃÒ¦A­qÁÊ¡A¤£º¡·N«OÃÒ°h³f¡I ¡]¤­¡^»ù®æ¸ê°T¡GÀô«O¹p®gºÒ¯»§X¤§»ù®æ¤w¤½¥¬©óºô¯¸¡AÅwªï¤Wºô¬d¸ß ¡@¡@¡@¡@¡@¡@¡@¡@ºô§}¡Ghttp://clik.to/96969180 ¡]¤»¡^Ápµ¸¸ê°T¡G¥H¤W¸ê®Æ¥Ñ¥øÀs¿ì¤½¥Î«~¦³­­¤½¥q©Ò´£¨Ñ¡A¦p»Ý­qÁÊ ¡@¡@¡@¡@¡@¡@¡@¡@½Ð¹q¡G(02)2701-2000§Ú­Ì¼ö¸Ûªº¦P¤¯¬°±zªA°È¡C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Sep 21 23:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2880837B41F for ; Fri, 21 Sep 2001 23:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8M6e1b36756; Fri, 21 Sep 2001 23:40:01 -0700 (PDT) (envelope-from gnats) Received: from pumpkin.ish.org (pumpkin2.ish.org [202.224.192.59]) by hub.freebsd.org (Postfix) with ESMTP id 2C3C837B414 for ; Fri, 21 Sep 2001 23:31:17 -0700 (PDT) Received: (from ishizuka@localhost) by pumpkin.ish.org (8.11.6/8.11.3/2001-05-23) id f8M6VDU00609; Sat, 22 Sep 2001 15:31:13 +0900 (JST) (envelope-from ishizuka) Message-Id: <200109220631.f8M6VDU00609@pumpkin.ish.org> Date: Sat, 22 Sep 2001 15:31:13 +0900 (JST) From: Masachika ISHIZUKA Reply-To: Masachika ISHIZUKA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/30730: portmap is not started if setting nfs_server_enable="YES" only Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30730 >Category: conf >Synopsis: portmap is not started if setting nfs_server_enable="YES" only >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 Sep 21 23:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Masachika ISHIZUKA >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD pumpkin.ish.org 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Sat Sep 22 13:10:59 JST 2001 ishizuka@pumpkin.ish.org:/usr/src/sys/compile/pumpkin i386 >Description: If you set nfs_server_enable="YES" in /etc/rc.conf and do not set portmap_enable="YES", although you can see "DEPENDENCY NOTE: portmap will be enabled" at bootup, portmap will die with the message like "nfsd:[235]: can't register with udp portmap" or "Cannot register service: RPC: Timed out, unable to register (SM_PROG, SM_VERS, udp)". >How-To-Repeat: >Fix: Set portmap_enable="YES" in /etc/rc.conf. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 3: 7:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CDD537B40C; Sat, 22 Sep 2001 03:07:21 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8M9xNx88854; Sat, 22 Sep 2001 02:59:23 -0700 (PDT) (envelope-from tom) Date: Sat, 22 Sep 2001 02:59:23 -0700 (PDT) From: Message-Id: <200109220959.f8M9xNx88854@freefall.freebsd.org> To: jazepeda@pacbell.net, tom@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26307: libc_r aborts when using the KDE media player (noatun) with the sound server(aRts) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: libc_r aborts when using the KDE media player (noatun) with the sound server(aRts) State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Sat Sep 22 02:58:26 PDT 2001 State-Changed-Why: This problem does not occur with the latest KDE - noatun works fine now http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26307 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 7: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D88B537B41F for ; Sat, 22 Sep 2001 07:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8ME03h42768; Sat, 22 Sep 2001 07:00:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Sep 2001 07:00:03 -0700 (PDT) Message-Id: <200109221400.f8ME03h42768@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Antonio M D'souza" Subject: Re: gnu/29232: /usr/compat/linux/bin/ls no longer works as of July 24 Reply-To: "Antonio M D'souza" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR gnu/29232; it has been noted by GNATS. From: Antonio M D'souza To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: gnu/29232: /usr/compat/linux/bin/ls no longer works as of July 24 Date: Sat, 22 Sep 2001 09:50:44 -0400 Works now :) -- Antonio M. D'souza 519-883-0993 http://www.quikbox.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 9:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4981A37B41B for ; Sat, 22 Sep 2001 09:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MGA1l73527; Sat, 22 Sep 2001 09:10:01 -0700 (PDT) (envelope-from gnats) Received: from ns.any.ru (ns.any.ru [194.67.127.11]) by hub.freebsd.org (Postfix) with ESMTP id 9191937B406 for ; Sat, 22 Sep 2001 09:09:56 -0700 (PDT) Received: (from avn@localhost) by ns.any.ru (8.11.3/8.11.3) id f8MH6rN22399 for FreeBSD-gnats-submit@freebsd.org.AVP; Sat, 22 Sep 2001 20:06:53 +0300 (EEST) (envelope-from avn) Received: (from avn@localhost) by ns.any.ru (8.11.3/8.11.3) id f8MH6pD22390; Sat, 22 Sep 2001 20:06:51 +0300 (EEST) (envelope-from avn) Message-Id: <200109221706.f8MH6pD22390@ns.any.ru> Date: Sat, 22 Sep 2001 20:06:51 +0300 (EEST) From: alex.neyman@auriga.ru Reply-To: alex.neyman@auriga.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30737: sysinstall leaks file descriptors on restart Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30737 >Category: bin >Synopsis: sysinstall leaks file descriptors on restart >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: Sat Sep 22 09:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexey V. Neyman >Release: FreeBSD 4.4-RELEASE >Organization: Auriga, Inc. >Environment: n/a >Description: In a signal handler for ^C, the user is given a possibility to restart the installation utility. However, restart procedure does not close already open file descriptors, thus, new sysinstall starts with fewer fds. >How-To-Repeat: Run the installation; hit ^C, choose Restart and look at VTY2. You'll see that the fd number for ioctl(TIOCCONS) is rising each time you hit ^C -> Restart. >Fix: (the patch is untested) --- system.c.orig Sat Sep 22 19:49:49 2001 +++ system.c Sat Sep 22 19:52:33 2001 @@ -56,6 +56,11 @@ static int intr_restart(dialogMenuItem *self) { + int fd, fdmax; + + fdmax = getdtablesize(); + for (fd = 3; fd < fdmax; fd++) + close(fd); execl(StartName, StartName, (char *)NULL); /* NOTREACHED */ return -1; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 9:17: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA2A937B41B; Sat, 22 Sep 2001 09:17:06 -0700 (PDT) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MGDKD73895; Sat, 22 Sep 2001 09:13:20 -0700 (PDT) (envelope-from greid) Date: Sat, 22 Sep 2001 09:13:20 -0700 (PDT) From: Message-Id: <200109221613.f8MGDKD73895@freefall.freebsd.org> To: gunther@aurora.regenstrief.org, greid@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30695: ALTQ not included in RELEASE? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ALTQ not included in RELEASE? State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat Sep 22 09:12:39 PDT 2001 State-Changed-Why: Not a problem report http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30695 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 9:27:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E4A137B40B; Sat, 22 Sep 2001 09:27:07 -0700 (PDT) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MGMGw75025; Sat, 22 Sep 2001 09:22:16 -0700 (PDT) (envelope-from greid) Date: Sat, 22 Sep 2001 09:22:16 -0700 (PDT) From: Message-Id: <200109221622.f8MGMGw75025@freefall.freebsd.org> To: greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30422: WDT hardware watchdog driver & daemon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: WDT hardware watchdog driver & daemon Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: greid Responsible-Changed-When: Sat Sep 22 09:21:49 PDT 2001 Responsible-Changed-Why: Misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30422 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 9:27:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3727437B429; Sat, 22 Sep 2001 09:27:08 -0700 (PDT) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MGKc574746; Sat, 22 Sep 2001 09:20:38 -0700 (PDT) (envelope-from greid) Date: Sat, 22 Sep 2001 09:20:38 -0700 (PDT) From: Message-Id: <200109221620.f8MGKc574746@freefall.freebsd.org> To: rsamuels@appleisp.net, greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/30736: Need a Home Loan? Let Us Help! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Need a Home Loan? Let Us Help! State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat Sep 22 09:19:53 PDT 2001 State-Changed-Why: Spam, spam, lovely spam. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: greid Responsible-Changed-When: Sat Sep 22 09:19:53 PDT 2001 Responsible-Changed-Why: gnats-admin isn't responsible for spam http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30736 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 9:27:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6872C37B42C; Sat, 22 Sep 2001 09:27:08 -0700 (PDT) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MGOnD75575; Sat, 22 Sep 2001 09:24:49 -0700 (PDT) (envelope-from greid) Date: Sat, 22 Sep 2001 09:24:49 -0700 (PDT) From: Message-Id: <200109221624.f8MGOnD75575@freefall.freebsd.org> To: msinz@wgate.com, greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/30681: Re: uptime and w utilities lie about real uptime Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: uptime and w utilities lie about real uptime State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat Sep 22 09:24:05 PDT 2001 State-Changed-Why: Part of a different Audit-Trail Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: greid Responsible-Changed-When: Sat Sep 22 09:24:05 PDT 2001 Responsible-Changed-Why: Misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30681 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 9:27:24 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFF1237B42F; Sat, 22 Sep 2001 09:27:08 -0700 (PDT) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MGPSE75721; Sat, 22 Sep 2001 09:25:28 -0700 (PDT) (envelope-from greid) Date: Sat, 22 Sep 2001 09:25:28 -0700 (PDT) From: Message-Id: <200109221625.f8MGPSE75721@freefall.freebsd.org> To: vova@express.ru, greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/30682: Re: uptime and w utilities lie about real uptime Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: uptime and w utilities lie about real uptime State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat Sep 22 09:24:56 PDT 2001 State-Changed-Why: Part of another PR's Audit-Trail Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: greid Responsible-Changed-When: Sat Sep 22 09:24:56 PDT 2001 Responsible-Changed-Why: Misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30682 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 9:27:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E924437B422; Sat, 22 Sep 2001 09:27:08 -0700 (PDT) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MGPrS75835; Sat, 22 Sep 2001 09:25:53 -0700 (PDT) (envelope-from greid) Date: Sat, 22 Sep 2001 09:25:53 -0700 (PDT) From: Message-Id: <200109221625.f8MGPrS75835@freefall.freebsd.org> To: bicknell@ufp.org, greid@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/30686: Re: uptime and w utilities lie about real uptime Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: uptime and w utilities lie about real uptime State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sat Sep 22 09:25:35 PDT 2001 State-Changed-Why: Part of another PR's Audit-Trail Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: greid Responsible-Changed-When: Sat Sep 22 09:25:35 PDT 2001 Responsible-Changed-Why: Misfiled http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30686 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 9:50:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7CBB37B41B for ; Sat, 22 Sep 2001 09:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MGo0g78620; Sat, 22 Sep 2001 09:50:00 -0700 (PDT) (envelope-from gnats) Received: from ns.any.ru (ns.any.ru [194.67.127.11]) by hub.freebsd.org (Postfix) with ESMTP id D397A37B415 for ; Sat, 22 Sep 2001 09:43:23 -0700 (PDT) Received: (from avn@localhost) by ns.any.ru (8.11.3/8.11.3) id f8MHeJI22747 for FreeBSD-gnats-submit@freebsd.org.AVP; Sat, 22 Sep 2001 20:40:19 +0300 (EEST) (envelope-from avn) Received: (from avn@localhost) by ns.any.ru (8.11.3/8.11.3) id f8MHeJB22738; Sat, 22 Sep 2001 20:40:19 +0300 (EEST) (envelope-from avn) Message-Id: <200109221740.f8MHeJB22738@ns.any.ru> Date: Sat, 22 Sep 2001 20:40:19 +0300 (EEST) From: alex.neyman@auriga.ru Reply-To: alex.neyman@auriga.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30739: changing terminal type in sysinstall causes abortion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30739 >Category: bin >Synopsis: changing terminal type in sysinstall causes abortion >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 Sep 22 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexey V. Neyman >Release: FreeBSD 4.4-RELEASE >Organization: Auriga, Inc. >Environment: n/a >Description: In a screen for setting installation options, user is prompted to choose the terminal type. The expected behavior is to cycle through cons25 -> cons25-m -> xterm -> ansi -> vt100 -> cons25w -> cons25. But, after switching to cons25-m the next attempt to change terminal type causes sysinstall to die. >How-To-Repeat: Press Space on Terminal option in Options menu twice. >Fix: I have not dug deeply into it, but a quick glance reveals that xterm is not present in src/etc/termcap.small. Could this be a culprit? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 10:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FCA437B414 for ; Sat, 22 Sep 2001 10:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MHU2Z85308; Sat, 22 Sep 2001 10:30:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Sep 2001 10:30:02 -0700 (PDT) Message-Id: <200109221730.f8MHU2Z85308@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: alex.neyman@auriga.ru Subject: bin/30737: sysinstall leaks file descriptors on restart Reply-To: alex.neyman@auriga.ru Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30737; it has been noted by GNATS. From: alex.neyman@auriga.ru To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: bin/30737: sysinstall leaks file descriptors on restart Date: Sat, 22 Sep 2001 20:06:51 +0300 (EEST) >Number: 30737 >Category: bin >Synopsis: sysinstall leaks file descriptors on restart >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: Sat Sep 22 09:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexey V. Neyman >Release: FreeBSD 4.4-RELEASE >Organization: Auriga, Inc. >Environment: n/a >Description: In a signal handler for ^C, the user is given a possibility to restart the installation utility. However, restart procedure does not close already open file descriptors, thus, new sysinstall starts with fewer fds. >How-To-Repeat: Run the installation; hit ^C, choose Restart and look at VTY2. You'll see that the fd number for ioctl(TIOCCONS) is rising each time you hit ^C -> Restart. >Fix: (the patch is untested) --- system.c.orig Sat Sep 22 19:49:49 2001 +++ system.c Sat Sep 22 19:52:33 2001 @@ -56,6 +56,11 @@ static int intr_restart(dialogMenuItem *self) { + int fd, fdmax; + + fdmax = getdtablesize(); + for (fd = 3; fd < fdmax; fd++) + close(fd); execl(StartName, StartName, (char *)NULL); /* NOTREACHED */ return -1; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 10:40:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31D2637B41E for ; Sat, 22 Sep 2001 10:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MHe1D86338; Sat, 22 Sep 2001 10:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2046C37B411 for ; Sat, 22 Sep 2001 10:38:28 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MHcSS86174; Sat, 22 Sep 2001 10:38:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200109221738.f8MHcSS86174@freefall.freebsd.org> Date: Sat, 22 Sep 2001 10:38:28 -0700 (PDT) From: David Hedley To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30744: UDMA ICRC error results in kernel panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30744 >Category: kern >Synopsis: UDMA ICRC error results in kernel panic >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 22 10:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Hedley >Release: 4.4-RELEASE >Organization: Intelligent Network Technology Ltd >Environment: FreeBSD bill.inty.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sat Sep 22 17:55:10 BST 2001 david@garth.hq.inty.net:/usr/src/sys/compile/GENERIC i386 >Description: I use a Promise TX2/100 card. From /var/run/dmesg.boot: ar0: 19458MB [2480/255/63] subdisks: ad4: 19458MB [39535/16/63] at ata2-master UDMA100 ad6: 19458MB [39535/16/63] at ata3-master UDMA100 When an UDMA ICRC error is printed, the kernel panics with 'integer divide fault'. >How-To-Repeat: Generate a UDMA ICRC error on a Promise TX2/100 >Fix: Comment out the bit of diskerr() in ufs/ufs_disksubr.c that prints the (hp0 bn %d cn %d tn %d sn %d) bit (i.e. lines 367 to 384) - that's where the problem seems to lie... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 10:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85C7C37B406 for ; Sat, 22 Sep 2001 10:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MHo1T87387; Sat, 22 Sep 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Sep 2001 10:50:01 -0700 (PDT) Message-Id: <200109221750.f8MHo1T87387@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: George Reid Subject: Re: kern/30744: UDMA ICRC error results in kernel panic Reply-To: George Reid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30744; it has been noted by GNATS. From: George Reid To: David Hedley Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/30744: UDMA ICRC error results in kernel panic Date: Sat, 22 Sep 2001 18:47:03 +0100 On Sat, Sep 22, 2001 at 10:38:28AM -0700, David Hedley wrote: > >Fix: > > Comment out the bit of diskerr() in ufs/ufs_disksubr.c that prints the > (hp0 bn %d cn %d tn %d sn %d) bit (i.e. lines 367 to 384) - that's where > the problem seems to lie... The correct fix is to replace the cable and/or drive(s) which are at fault... ~greid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 11: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB51E37B408 for ; Sat, 22 Sep 2001 11:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MI02P88328; Sat, 22 Sep 2001 11:00:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Sep 2001 11:00:02 -0700 (PDT) Message-Id: <200109221800.f8MI02P88328@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David Hedley" Subject: RE: kern/30744: UDMA ICRC error results in kernel panic Reply-To: "David Hedley" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30744; it has been noted by GNATS. From: "David Hedley" To: "George Reid" Cc: Subject: RE: kern/30744: UDMA ICRC error results in kernel panic Date: Sat, 22 Sep 2001 18:53:39 +0100 Well, yes. However, I don't expect the whole OS to go belly up if it gets one CRC error, especially if it can simply retry the request (which the code tries to do anyhow). A better solution maybe to not pass in the disklabel structure to diskerr as obviously some of the fields haven't been initialised (properly). > -----Original Message----- > From: George Reid [mailto:greid@FreeBSD.org] > Sent: 22 September 2001 18:47 > To: David Hedley > Cc: freebsd-gnats-submit@FreeBSD.org > Subject: Re: kern/30744: UDMA ICRC error results in kernel panic > > > On Sat, Sep 22, 2001 at 10:38:28AM -0700, David Hedley wrote: > > > >Fix: > > > > Comment out the bit of diskerr() in ufs/ufs_disksubr.c that prints the > > (hp0 bn %d cn %d tn %d sn %d) bit (i.e. lines 367 to 384) - > that's where > > the problem seems to lie... > > The correct fix is to replace the cable and/or drive(s) which are at > fault... > > ~greid > > This email has been virus scanned using Sophos Anti-Virus by intY > (www.inty.net) > > -- Information in this electronic mail message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorised. If you are not the intended recipient any use, disclosure, copying or distribution of this message is prohibited and may be unlawful. When addressed to our customers, any information contained in this message is subject to Intelligent Network Technology Ltd Terms & Conditions. ----------------------------------------------- Take part in the intY 2001 Email Usage survey online at http://www.inty.net/email/survey.html ----------------------------------------------- This email has been virus scanned using Sophos Anti-Virus by intY (www.inty.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 11: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A312437B418 for ; Sat, 22 Sep 2001 11:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MI03j88335; Sat, 22 Sep 2001 11:00:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Sep 2001 11:00:03 -0700 (PDT) Message-Id: <200109221800.f8MI03j88335@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alan Batie Subject: misc/30690: Bad advice in ftpd man page Reply-To: Alan Batie Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30690; it has been noted by GNATS. From: Alan Batie To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: misc/30690: Bad advice in ftpd man page Date: Thu, 20 Sep 2001 09:35:39 -0700 (PDT) >Number: 30690 >Category: misc >Synopsis: Bad advice in ftpd man page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 20 09:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alan Batie >Release: FreeBSD 4.3-STABLE i386 >Organization: RainDrop Laboratories >Environment: System: FreeBSD agora.rdrop.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed Sep 5 13:36:38 PDT 2001 root@aggie.rdrop.com:/usr/src/freebsd/sys/compile/AGORA i386 >Description: The ftpd man page, in the section on setting up an anonymous ftp server, recommends setting ~ftp/pub world writable. This is a good way to end up with a disk full of warez: ~ftp/pub Make this directory mode 777 and owned by ``ftp''. Guests can then place files which are to be accessible via the anonymous account in this directory. >How-To-Repeat: >Fix: Change to read (or something similar): ~ftp/pub Make this directory mode 755 and owned by ``ftp''. Place the files you want to share in here with mode 644. If you want local users to be able to publish files here, create subdirectories for them, owned by their account and group and mode 755. Be sure to warn them not to make anything writeable by "world", or your disk will end up getting filled with "warez" (illegal copies of software). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 11:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31B3137B40A for ; Sat, 22 Sep 2001 11:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MIA1T92469; Sat, 22 Sep 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Sep 2001 11:10:01 -0700 (PDT) Message-Id: <200109221810.f8MIA1T92469@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tomas Jareckas Subject: i386/30705: Installation fails on system with Mylex AcceleRAID 170 SCSI controler Reply-To: Tomas Jareckas Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30705; it has been noted by GNATS. From: Tomas Jareckas To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: i386/30705: Installation fails on system with Mylex AcceleRAID 170 SCSI controler Date: Fri, 21 Sep 2001 03:22:16 -0700 (PDT) >Number: 30705 >Category: i386 >Synopsis: Installation fails on system with Mylex AcceleRAID 170 SCSI controler >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 21 03:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tomas Jareckas >Release: 4.4-STABLE >Organization: SC "Lithuanian Radio And TV Center" >Environment: >Description: When starting installation procedure, after selecting kernel options, probe fails to go through Mylex AcceleRAID 170 SCSI controled RAID disc's. I have 5 Seagate 18GB cheetah drives, and RAID 5 with 4 active drives and one spare one. System stops responding with folowing screen: Waiting 15 seconds for SCSI devices to settle mly0: physical device 0:6 gone mly0: physical device 0:6 gone mly0: physical device 0:6 gone 4.3-STABLE version goes on with everything ok. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 11:17:15 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id E7E4137B40D for ; Sat, 22 Sep 2001 11:17:12 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f8MIH1j40911; Sat, 22 Sep 2001 14:17:01 -0400 (EDT) (envelope-from wollman) Date: Sat, 22 Sep 2001 14:17:01 -0400 (EDT) From: Garrett Wollman Message-Id: <200109221817.f8MIH1j40911@khavrinen.lcs.mit.edu> To: Alan Batie Cc: freebsd-bugs@FreeBSD.ORG Subject: misc/30690: Bad advice in ftpd man page In-Reply-To: <200109221800.f8MI03j88335@freefall.freebsd.org> References: <200109221800.f8MI03j88335@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > ~ftp/pub Make this directory mode 755 and owned by ``ftp''. Actually, make it owned by any user *other than* `ftp'. If it's owned by `ftp', then anonymous users can write it. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 11:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A45C37B405 for ; Sat, 22 Sep 2001 11:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MIe2M95390; Sat, 22 Sep 2001 11:40:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Sep 2001 11:40:02 -0700 (PDT) Message-Id: <200109221840.f8MIe2M95390@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Masachika ISHIZUKA Subject: conf/30730: portmap is not started if setting nfs_server_enable="YES" only Reply-To: Masachika ISHIZUKA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/30730; it has been noted by GNATS. From: Masachika ISHIZUKA To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: conf/30730: portmap is not started if setting nfs_server_enable="YES" only Date: Sat, 22 Sep 2001 15:31:13 +0900 (JST) >Number: 30730 >Category: conf >Synopsis: portmap is not started if setting nfs_server_enable="YES" only >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 Sep 21 23:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Masachika ISHIZUKA >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD pumpkin.ish.org 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Sat Sep 22 13:10:59 JST 2001 ishizuka@pumpkin.ish.org:/usr/src/sys/compile/pumpkin i386 >Description: If you set nfs_server_enable="YES" in /etc/rc.conf and do not set portmap_enable="YES", although you can see "DEPENDENCY NOTE: portmap will be enabled" at bootup, portmap will die with the message like "nfsd:[235]: can't register with udp portmap" or "Cannot register service: RPC: Timed out, unable to register (SM_PROG, SM_VERS, udp)". >How-To-Repeat: >Fix: Set portmap_enable="YES" in /etc/rc.conf. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 11:52:19 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from hotmail.com (f28.law11.hotmail.com [64.4.17.28]) by hub.freebsd.org (Postfix) with ESMTP id A746437B419 for ; Sat, 22 Sep 2001 11:52:16 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 22 Sep 2001 11:52:16 -0700 Received: from 195.246.100.35 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 22 Sep 2001 18:52:16 GMT X-Originating-IP: [195.246.100.35] From: "June Carey" To: bugs@openbsd.org Cc: bugs@freebsd.org Subject: OpenBSD-2.9 random devices Date: Sat, 22 Sep 2001 18:52:16 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Sep 2001 18:52:16.0497 (UTC) FILETIME=[B2FA8610:01C14397] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. In the OpenBSD-2.9 random(4) manual pages, it says: "The entropy pool is converted into output data using MD5"; /dev/srandom, /dev/urandom. I believe the implementation of these devices were "taken" from FreeBSD, hence the Cc:. I suggest that the MD5 algorithm is removed and replaced with what I call the "XOR-fold-technique". As I'm sure you know, the one-time-pad cipher consists of a key-stream synchronously XOR'd with a data-stream. The "XOR-fold-technique" is the same thing, but applied to only one stream. For example, if you have a (secret) 16-byte quantity, you half it in size (8-bytes) and XOR one half with the other. The product is as secure as the one-time-pad cipher, i.e. it is a perfect one-way "hash". The replacement of MD5 with "XOR-fold" has the following advantages: (1) Guaranteed one-way function; MD5 is at best supposition. (2) Massive performance increase. (3) The algorithm automatically scales to the input size, whereas MD5 produces a constant sized output (128-bits from memory ?) Disadvantages: None ? Cheers, Robin Carey. PS Might be an idea to add a /dev/a2random device to OpenBSD, which synchronously XOR's the output of two ARC4 generators running in parallel (to guarantee zero leakage of any internal state information). _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 12:20:51 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from kaka.blahonga.org (kaka.blahonga.org [213.80.9.175]) by hub.freebsd.org (Postfix) with ESMTP id E8BFC37B41E for ; Sat, 22 Sep 2001 12:20:42 -0700 (PDT) Received: (from art@localhost) by kaka.blahonga.org (8.10.1/8.10.1) id f8MJHEn30091; Sat, 22 Sep 2001 21:17:14 +0200 (CEST) To: "June Carey" Cc: bugs@openbsd.org, bugs@freebsd.org Subject: Re: OpenBSD-2.9 random devices References: From: Artur Grabowski Date: 22 Sep 2001 21:17:13 +0200 In-Reply-To: "June Carey"'s message of "Sat, 22 Sep 2001 18:52:16 +0000" Message-ID: <878zf79gsm.fsf@kaka.blahonga.org> Lines: 42 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "June Carey" writes: > Hi. > > In the OpenBSD-2.9 random(4) manual pages, it says: "The entropy > pool is converted into output data using MD5"; /dev/srandom, > /dev/urandom. > > I believe the implementation of these devices were "taken" from FreeBSD, > hence the Cc:. > > I suggest that the MD5 algorithm is removed and replaced with what I > call the "XOR-fold-technique". As I'm sure you know, the one-time-pad > cipher consists of a key-stream synchronously XOR'd with a data-stream. > > The "XOR-fold-technique" is the same thing, but applied to only one > stream. For example, if you have a (secret) 16-byte quantity, you half > it in size (8-bytes) and XOR one half with the other. The product is > as secure as the one-time-pad cipher, i.e. it is a perfect one-way > "hash". > > > The replacement of MD5 with "XOR-fold" has the following advantages: > > (1) Guaranteed one-way function; MD5 is at best supposition. > (2) Massive performance increase. > (3) The algorithm automatically scales to the input size, whereas MD5 > produces a constant sized output (128-bits from memory ?) > > > Disadvantages: > > None ? I'm sorry, but taking cryptographic advise from someone completly unknown mailing from hotmail is not good cryptographical practice. Publish a paper, make comparsions between your method and other methods, have some known cryptographers analyze it and come back in 5 years, then maybe we'll have something to talk about. //art To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 13: 3:38 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 2E98237B40C for ; Sat, 22 Sep 2001 13:03:33 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [fec0::1:12]) by Awfulhak.org (8.11.6/8.11.6) with ESMTP id f8MK3Vt42833; Sat, 22 Sep 2001 21:03:31 +0100 (BST) (envelope-from brian@freebsd-services.com) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.6/8.11.6) with ESMTP id f8MK3SR33998; Sat, 22 Sep 2001 21:03:28 +0100 (BST) (envelope-from brian@freebsd-services.com) Message-Id: <200109222003.f8MK3SR33998@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Masachika ISHIZUKA Cc: freebsd-bugs@FreeBSD.ORG, brian@freebsd-services.com Subject: Re: conf/30730: portmap is not started if setting nfs_server_enable="YES" only In-Reply-To: Message from Masachika ISHIZUKA of "Sat, 22 Sep 2001 11:40:02 PDT." <200109221840.f8MIe2M95390@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 22 Sep 2001 21:03:28 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > >Number: 30730 > >Category: conf > >Synopsis: portmap is not started if setting nfs_server_enable="YES" only This is strange. Setting nfs_server_enable=YES in /etc/rc.conf on my freshly installed scratch box starts portmap ok. Can the originator provide more detail. Is portmap being started and dying for some reason ? Was this an upgrade or was mergemaster used ? Cheers. -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 14:10: 4 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 4435537B414; Sat, 22 Sep 2001 14:10:00 -0700 (PDT) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id f8MKojx29420; Sat, 22 Sep 2001 13:50:45 -0700 (PDT) (envelope-from dg) Date: Sat, 22 Sep 2001 13:50:45 -0700 From: David Greenman To: Mike Barcroft Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/19479: processes stuck in 'ffsvgt' and 'FFS no' states Message-ID: <20010922135045.A28469@nexus.root.com> References: <200109220310.f8M3A2570482@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109220310.f8M3A2570482@freefall.freebsd.org>; from mike@FreeBSD.org on Fri, Sep 21, 2001 at 08:10:02PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > FFS node204489102245K 102245K102400K 663650 0 0 512 > > > 102245K seems like an awful lot of memory for FFS nodes? > what would cause this? does anyone else see very large FFS node ... > clearly we are reaching the malloc limit for "FFS node" and hanging. Yes, and it is easy to reproduce. Just read/write a lot of files (a few hundred thousand) on a machine with a lot of memory (1GB or more). The problem is caused by FreeBSD's overly agressive desire to keep vnodes (and their attached FS nodes) around in order to be able to cache the associated file data. I haven't looked at the problem in great detail (I would have a fix for this if I had), but basically there needs to be a cap on how many vnodes are allowed to stick around after all the references have been dropped and vnodes with no cached pages should be freed immediately. There used to be such a cap, but someone removed it a long time ago. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 14:26:35 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 3C35B37B419; Sat, 22 Sep 2001 14:26:31 -0700 (PDT) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id f8ML7Gd29928; Sat, 22 Sep 2001 14:07:16 -0700 (PDT) (envelope-from dg) Date: Sat, 22 Sep 2001 14:07:16 -0700 From: David Greenman To: Mike Barcroft Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/19479: processes stuck in 'ffsvgt' and 'FFS no' states Message-ID: <20010922140716.B28469@nexus.root.com> References: <200109220310.f8M3A2570482@freefall.freebsd.org> <20010922135045.A28469@nexus.root.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010922135045.A28469@nexus.root.com>; from dg@root.com on Sat, Sep 22, 2001 at 01:50:45PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >> FFS node204489102245K 102245K102400K 663650 0 0 512 >> >> >> 102245K seems like an awful lot of memory for FFS nodes? >> what would cause this? does anyone else see very large FFS node >... >> clearly we are reaching the malloc limit for "FFS node" and hanging. > > Yes, and it is easy to reproduce. Just read/write a lot of files (a few >hundred thousand) on a machine with a lot of memory (1GB or more). The >problem is caused by FreeBSD's overly agressive desire to keep vnodes (and >their attached FS nodes) around in order to be able to cache the associated >file data. I haven't looked at the problem in great detail (I would have a >fix for this if I had), but basically there needs to be a cap on how many >vnodes are allowed to stick around after all the references have been dropped >and vnodes with no cached pages should be freed immediately. There used to >be such a cap, but someone removed it a long time ago. Looks like there is another contributor to this, as pointed out by Matt Dillon, the namei cache is part of the problem as well. The algorithm tries to hang on to the vnode so that the namei cache entries don't become useless (they point to vnodes, so if the vnode is recycled then the namei cache entry becomes useless). All of this code is tricky with complex relationships and interactions. It's not going to be trivial to come up with a good fix that doesn't also sacrifice performance one way or another. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 18:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A434737B411 for ; Sat, 22 Sep 2001 18:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8N1A1I51086; Sat, 22 Sep 2001 18:10:01 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Sep 2001 18:10:01 -0700 (PDT) Message-Id: <200109230110.f8N1A1I51086@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Timothy L. Robertson" Subject: Re: kern/30702: 4.4 Crashes During Boot with Fatal Trap 12 Reply-To: "Timothy L. Robertson" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30702; it has been noted by GNATS. From: "Timothy L. Robertson" To: freebsd-gnats-submit@FreeBSD.org, timothyr@timothyr.com Cc: Subject: Re: kern/30702: 4.4 Crashes During Boot with Fatal Trap 12 Date: Sat, 22 Sep 2001 18:05:50 -0700 Figgured out this was due to hardware conflicts. Booted kernel -c, entered visual config, noted changes to eliminate conflicts, edited /boot/kernel.conf, and things worked. I have no idea why this showd up when I upgraded. P.S. Shouldn't visual userconfig write out a kernel.conf file? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Sep 22 19:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2FBF37B41D for ; Sat, 22 Sep 2001 19:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8N2e1t08335; Sat, 22 Sep 2001 19:40:01 -0700 (PDT) (envelope-from gnats) Date: Sat, 22 Sep 2001 19:40:01 -0700 (PDT) Message-Id: <200109230240.f8N2e1t08335@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Heffner Subject: Re: misc/30690: Bad advice in ftpd man page Reply-To: Mike Heffner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/30690; it has been noted by GNATS. From: Mike Heffner To: Alan Batie Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/30690: Bad advice in ftpd man page Date: Sat, 22 Sep 2001 22:31:50 -0400 (EDT) On 20-Sep-2001 Alan Batie wrote: | | | Change to read (or something similar): | | ~ftp/pub Make this directory mode 755 and owned by ``ftp''. | Place the files you want to share in here with | mode 644. If you want local users to be able to | publish files here, create subdirectories for them, | owned by their account and group and mode 755. | Be sure to warn them not to make anything writeable | by "world", or your disk will end up getting filled | with "warez" (illegal copies of software). How about the following? (stolen from the lukemftpd manpage) ~ftp/pub This directory and the subdirectories beneath it should be owned by the users and groups responsible for placing files in them, and be writable only by them (mode 755 or 775). They should not be owned or writable by ftp or its group. Mike -- Mike Heffner Blacksburg, VA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message