From owner-freebsd-bugs Sun Nov 21 3:25:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id D9D4515168; Sun, 21 Nov 1999 03:25:08 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from p100-ts5.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id WAA08666; Sun, 21 Nov 1999 22:32:03 +1100 Date: Sun, 21 Nov 1999 22:24:38 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Brian Somers Cc: Cynbe ru Taren , bde@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, laurent@off.aspic.com, brian@hak.lan.Awfulhak.org Subject: Re: misc/15002: coredump in sprintf with long long args In-Reply-To: <199911202125.VAA01878@hak.lan.Awfulhak.org> 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 > I thought that %lld was the standard and %qd was the pre-standard. > Anyone with an appropriate spec ? %lld is in the draft C9x standard. I think %qd is only a BSD variant. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 5:31:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from web106.yahoomail.com (web106.yahoomail.com [205.180.60.73]) by hub.freebsd.org (Postfix) with SMTP id ADD0F1519E for ; Sun, 21 Nov 1999 05:31:45 -0800 (PST) (envelope-from rgptechnologies@yahoo.com) Message-ID: <19991121133145.7958.rocketmail@web106.yahoomail.com> Received: from [24.92.166.35] by web106.yahoomail.com; Sun, 21 Nov 1999 05:31:45 PST Date: Sun, 21 Nov 1999 05:31:45 -0800 (PST) From: Gordon Price Subject: what happened to install.bat? To: freebsd-bugs@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gentlemen, I have an older system that was running 2.2.7 just fine and I tried to do a fresh install of 3.3 and guess what? There is no install.bat on the CD distribution. My system does not allow direct booting to a CD, only the A or C drives. I tried using the make floppy business and it errors out to with some kind of elf readin error. Obviously, as we move formward, we also move backwards. By the way, I enjoyed FREEBSD CON99 very much. Dr. McCusick was a gas! Thanks, R. Gordon Price Lead Engineer Nielsen Media Research __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 5:34:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id E005C14D2D; Sun, 21 Nov 1999 05:34:16 -0800 (PST) (envelope-from hibma@skylink.it) Received: from skylink.it (va-152.skylink.it [194.185.55.152]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id OAA01550; Sun, 21 Nov 1999 14:34:40 +0100 Received: from localhost (localhost [127.0.0.1]) by skylink.it (8.9.3/8.9.3) with SMTP id FAA00825; Sun, 21 Nov 1999 05:48:02 +0100 (CET) (envelope-from hibma@skylink.it) Date: Sun, 21 Nov 1999 05:48:02 +0100 (CET) From: Nick Hibma X-Sender: n_hibma@henny.jrc.it Reply-To: Nick Hibma To: Cynbe ru Taren Cc: bde@FreeBSD.org, freebsd-bugs@FreeBSD.org, laurent@off.aspic.com Subject: Re: misc/15002: coredump in sprintf with long long args In-Reply-To: <199911201829.MAA08363@laurel.actlab.utexas.edu> 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 > If anyone can give me an appropriate #if test to > detect FreeBSD versions prior to 3.2, I will patch > my source code to automatically use %qd instead of > %lld when appropriate. #ifdef __FreeBSD__ printf("%qd\n", bla); #else printf("%lld\n", bla); #endif Me thinks that q still works in current versions of FBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 6:10: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC5A014EFC for ; Sun, 21 Nov 1999 06:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA89207; Sun, 21 Nov 1999 06:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 06:10:04 -0800 (PST) Message-Id: <199911211410.GAA89207@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexander Langer Subject: Re: kern/7843: Unable to install FreeBSD on Tekram DC- Reply-To: Alexander Langer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/7843; it has been noted by GNATS. From: Alexander Langer To: freebsd-gnats-submit@freebsd.org, nxiv@my-dejanews.com Cc: Subject: Re: kern/7843: Unable to install FreeBSD on Tekram DC- Date: Sun, 21 Nov 1999 15:06:42 +0100 (CET) Does this problem still exist in recent releases? (The new Tekram camified amd(4) ?) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 6:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9E6C14CF4 for ; Sun, 21 Nov 1999 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA90655; Sun, 21 Nov 1999 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 06:30:02 -0800 (PST) Message-Id: <199911211430.GAA90655@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexander Langer Subject: Re: misc/9885: BIND 8.1.2 core dumping Reply-To: Alexander Langer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/9885; it has been noted by GNATS. From: Alexander Langer To: freebsd-gnats-submit@freebsd.org, cbisson@oz.plymouth.edu Cc: Subject: Re: misc/9885: BIND 8.1.2 core dumping Date: Sun, 21 Nov 1999 15:21:56 +0100 (CET) As the last response answered: The suggestion is to update to a recent release. Does the problem still exist? Can this port be closed? Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 6:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFC1514D3D for ; Sun, 21 Nov 1999 06:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA90662; Sun, 21 Nov 1999 06:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 06:30:03 -0800 (PST) Message-Id: <199911211430.GAA90662@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexander Langer Subject: Re: kern/9909: Writing incomplete blocks to /dev/nrst% Reply-To: Alexander Langer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9909; it has been noted by GNATS. From: Alexander Langer To: freebsd-gnats-submit@freebsd.org, nb@geodesic.com Cc: Subject: Re: kern/9909: Writing incomplete blocks to /dev/nrst% Date: Sun, 21 Nov 1999 15:24:05 +0100 (CET) Does the problem still exist on recent releases of -stable? 2.2.x is no longer supported. If it does not exist any more, I think, this PR can be closed. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 6:30: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E39A14CF4 for ; Sun, 21 Nov 1999 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA90667; Sun, 21 Nov 1999 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 06:30:04 -0800 (PST) Message-Id: <199911211430.GAA90667@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexander Langer Subject: Re: kern/10172: panic: cannot allocate pipe - out of Reply-To: Alexander Langer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10172; it has been noted by GNATS. From: Alexander Langer To: freebsd-gnats-submit@freebsd.org, steve@home.pl Cc: Subject: Re: kern/10172: panic: cannot allocate pipe - out of Date: Sun, 21 Nov 1999 15:28:24 +0100 (CET) Does this problem still exist on recent releases of -stable or -current? If so, please give us more information about the problem and the error/panic. Thanks Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 6:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7175E14EA4 for ; Sun, 21 Nov 1999 06:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA37140; Sun, 21 Nov 1999 06:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 06:40:02 -0800 (PST) Message-Id: <199911211440.GAA37140@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexander Langer Subject: Re: kern/10397: 3.1R page fault while in kernel mo Reply-To: Alexander Langer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10397; it has been noted by GNATS. From: Alexander Langer To: freebsd-gnats-submit@freebsd.org, dhesi@rahul.net Cc: Subject: Re: kern/10397: 3.1R page fault while in kernel mo Date: Sun, 21 Nov 1999 15:39:47 +0100 (CET) What about this PR? Does the problem still exist on recent releases (both, current and stable) for you, Rahul? Thank you Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 7:30:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id BCFDC14D0E for ; Sun, 21 Nov 1999 07:30:50 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from p100-ts5.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id CAA15200; Mon, 22 Nov 1999 02:37:59 +1100 Date: Mon, 22 Nov 1999 02:30:33 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Alexander Langer Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/10172: panic: cannot allocate pipe - out of In-Reply-To: <199911211430.GAA90667@freefall.freebsd.org> 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 Sun, 21 Nov 1999, Alexander Langer wrote: > Does this problem still exist on recent releases of -stable or -current? > If so, please give us more information about the problem > and the error/panic. kern/sys_pipe.c is sloppy and panics when it runs out of memory. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 7:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 898D315218 for ; Sun, 21 Nov 1999 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50314; Sun, 21 Nov 1999 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5027315794; Sun, 21 Nov 1999 07:42:01 -0800 (PST) Message-Id: <19991121154201.5027315794@hub.freebsd.org> Date: Sun, 21 Nov 1999 07:42:01 -0800 (PST) From: estartu@augusta.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/15018: Printingproblem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15018 >Category: i386 >Synopsis: Printingproblem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 21 07:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gerhard Schmidt >Release: 3.3-Stable >Organization: Augsburger Computer Forum e.V. >Environment: FreeBSD pc04.acf.augsburg.net 3.3-STABLE FreeBSD 3.3-STABLE #0: Fri Oct 15 18:01:13 GMT 1999 root@vipergate.viper.augusta.de:/usr/src/sys/compile/VIPERGATE i386 >Description: I have two Printers connected to two paralell ports. One HP Designjet 220 and one Epson Stylus Color 1520. When i send a HPGL2 Printfile generated by an Windows CAD Software to the Designjet "cat file > lpt0:". The printer starts to Print but some Lines are displaced. Looks like some Bytes are droped while transfering the data to the printer. I have tried several settings for the paralell port. The problem is still the same. The same printfile works when send on an Win95 Computer. The Epson Printer prints but also shows some unexpected Problems when used with samba >How-To-Repeat: repeats every time >Fix: No Fix 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 Nov 21 9:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A931214D34 for ; Sun, 21 Nov 1999 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA56094; Sun, 21 Nov 1999 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mx1.lublin.pl (mx1.lublin.pl [212.182.63.76]) by hub.freebsd.org (Postfix) with ESMTP id D411B15878 for ; Sun, 21 Nov 1999 09:22:58 -0800 (PST) (envelope-from venglin@lagoon.FreeBSD.lublin.pl) Received: from lagoon.freebsd.lublin.pl ([212.182.117.180]:44038 "HELO lagoon.FreeBSD.lublin.pl") by krupik.man.lublin.pl with SMTP id ; Sun, 21 Nov 1999 18:22:34 +0100 Received: (qmail 5549 invoked by uid 1001); 21 Nov 1999 17:22:35 -0000 Message-Id: <19991121172235.5548.qmail@lagoon.FreeBSD.lublin.pl> Date: 21 Nov 1999 17:22:35 -0000 From: venglin@lagoon.FreeBSD.lublin.pl Reply-To: venglin@lagoon.FreeBSD.lublin.pl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/15019: Problems with rl driver. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15019 >Category: kern >Synopsis: Problems with rl driver. >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 Nov 21 09:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Przemyslaw Frasunek >Release: FreeBSD 3.3-STABLE i386 >Organization: Lublin BSD Users Group >Environment: FreeBSD lagoon.FreeBSD.lublin.pl 3.3-STABLE FreeBSD 3.3-STABLE #0: Wed Nov 17 00:11:15 CET 1999 root@lagoon.FreeBSD.lublin.pl:/usr/src/sys/compile/LAGOON i386 machine "i386" cpu "I586_CPU" ident LAGOON maxusers 128 options INET options FFS options FFS_ROOT options NFS options PROCFS options "COMPAT_43" options USERCONFIG options VISUAL_USERCONFIG options "MD5" options IPFIREWALL options "ICMP_BANDLIM" options TCP_DROP_SYNFIN options TCP_RESTRICT_RST options SOFTUPDATES options QUOTA options "AUTO_EOI_1" options "AUTO_EOI_2" options NO_LKM config kernel root on wd0 controller isa0 controller pci0 controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device ed0 at isa? disable port 0x280 net irq 11 iomem 0xd8000 device rl0 device vga0 at isa? port ? conflicts pseudo-device loop pseudo-device ether pseudo-device pty 256 pseudo-device gzip pseudo-device bpfilter 4 pseudo-device snp 3 pseudo-device vn >Description: Transfering large amount of data on 100 Mbps network causes hard hang of machine. Problem persists only on rl driver. >How-To-Repeat: Try to download large file from FTP server in your LAN. >Fix: Unknown. >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 Nov 21 9:41:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67A2914D34; Sun, 21 Nov 1999 09:41:48 -0800 (PST) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57322; Sun, 21 Nov 1999 09:41:48 -0800 (PST) (envelope-from cg@FreeBSD.org) Date: Sun, 21 Nov 1999 09:41:48 -0800 (PST) From: Message-Id: <199911211741.JAA57322@freefall.freebsd.org> To: nnd@mail.nsk.ru, cg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14278: 'newpcm' does'nt compile with '-fno-builtin' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'newpcm' does'nt compile with '-fno-builtin' State-Changed-From-To: open->closed State-Changed-By: cg State-Changed-When: Sun Nov 21 09:36:16 PST 1999 State-Changed-Why: equivalen patch applied To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 10: 1:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 90CBE14C81; Sun, 21 Nov 1999 10:01:49 -0800 (PST) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.8.7/8.8.7) with ESMTP id KAA01899; Sun, 21 Nov 1999 10:02:15 -0800 Date: Sun, 21 Nov 1999 10:02:15 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: Brian Somers , Cynbe ru Taren , bde@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, laurent@off.aspic.com, brian@hak.lan.Awfulhak.org Subject: Re: misc/15002: coredump in sprintf with long long args In-Reply-To: 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 Should one then cast all actual arguments to (long long)? Will they be the same on all platforms? On Sun, 21 Nov 1999, Bruce Evans wrote: > > I thought that %lld was the standard and %qd was the pre-standard. > > Anyone with an appropriate spec ? > > %lld is in the draft C9x standard. I think %qd is only a BSD variant. > > Bruce > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 10:35:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id A33AE15800; Sun, 21 Nov 1999 10:35:38 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from p132-ts5.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id FAA19339; Mon, 22 Nov 1999 05:42:29 +1100 Date: Mon, 22 Nov 1999 05:35:02 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Matthew Jacob Cc: Brian Somers , Cynbe ru Taren , bde@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, laurent@off.aspic.com, brian@hak.lan.Awfulhak.org Subject: Re: misc/15002: coredump in sprintf with long long args In-Reply-To: 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 Sun, 21 Nov 1999, Matthew Jacob wrote: > Should one then cast all actual arguments to (long long)? Will they be the > same on all platforms? In draft C9x, signed integral arguments may be cast to intmax_t for printing portably using %jd. This corresponds to casting them to long in current Standard C, except it is more likely to be pessimal (intmax_t may be very large, much larger than long long). Under FreeBSD, casting quad_t's to long long fixes the problem that %qd isn't suitable for printing quad_t's on the alpha platform. This works even under old versions that don't have %lld, except you must use %qd and that is not good for portabilty. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 10:41:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C41C014D49; Sun, 21 Nov 1999 10:41:50 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA68052; Sun, 21 Nov 1999 10:41:50 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 21 Nov 1999 10:41:50 -0800 (PST) From: Message-Id: <199911211841.KAA68052@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/14828: Current version of BIND in src/contrib is vulnerable to serveral DOS attacks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: Current version of BIND in the ports and the src/contrib is vulnerable to serveral DOS attacks New Synopsis: Current version of BIND in src/contrib is vulnerable to serveral DOS attacks Responsible-Changed-From-To: freebsd-ports->freebsd-bugs Responsible-Changed-By: cpiazza Responsible-Changed-When: Sun Nov 21 10:40:23 PST 1999 Responsible-Changed-Why: bind8 port was upgraded to 8.2.2p5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 11: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 449B015808 for ; Sun, 21 Nov 1999 11:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA70050; Sun, 21 Nov 1999 11:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 5ED3E14DD9 for ; Sun, 21 Nov 1999 10:58:49 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.1/8.9.1) with ESMTP id NAA26310 for ; Sun, 21 Nov 1999 13:58:46 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id NAA36711; Sun, 21 Nov 1999 13:58:16 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Message-Id: <199911211858.NAA36711@grasshopper.cs.duke.edu> Date: Sun, 21 Nov 1999 13:58:16 -0500 (EST) From: Andrew Gallatin Reply-To: gallatin@cs.duke.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/15022: Suggestion for enhancement: move isp firmware to kld Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15022 >Category: kern >Synopsis: Suggestion for enhancement: move isp firmware to kld >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: Sun Nov 21 11:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrew Gallatin >Release: FreeBSD 4.0-CURRENT alpha >Organization: FreeBSD >Environment: >Description: The Qlogic firmware is far too large to be included with installation kernels (nearly 200KB at last count). However, some machines' console firmware, or BIOS, does not load any Qlogic firmware, or loads old, buggy firmware. Hence a driver download of firmware is sometimes required for proper operation of the card. >How-To-Repeat: Attempt to install FreeBSD/alpha using a Qlogic 1040 based SCSI card made by Performance Technologies. The SRM console will not download any firmware since it does not recognize the card. I beleive there are probably PCs and and PCI based UltraSparcs which may experience similar problems. >Fix: Turn the qlogic firmware into a loadable kernel module. This can be put on a third floppy (along with other uncommonly, but sometimes required klds). The user can load an 'isp.ko' file at installation time & select an option to have the isp.ko module loaded from /modules after installation. >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 Nov 21 11: 3:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B706515248; Sun, 21 Nov 1999 11:03:10 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA70503; Sun, 21 Nov 1999 11:03:10 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Sun, 21 Nov 1999 11:03:10 -0800 (PST) From: Message-Id: <199911211903.LAA70503@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@freebsd.org Subject: Re: kern/15022: Suggestion for enhancement: move isp firmware to kld Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Suggestion for enhancement: move isp firmware to kld Responsible-Changed-From-To: freebsd-bugs->mjacob@freebsd.org Responsible-Changed-By: mjacob Responsible-Changed-When: Sun Nov 21 11:02:26 PST 1999 Responsible-Changed-Why: mine. I asked Drew to file this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 11:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCFAE14DDF for ; Sun, 21 Nov 1999 11:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA73856; Sun, 21 Nov 1999 11:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id D61EA1590F for ; Sun, 21 Nov 1999 11:24:33 -0800 (PST) (envelope-from mjacob@feral.com) Received: from frobzit.feral.com (frobzit [192.67.166.157]) by feral.com (8.8.7/8.8.7) with ESMTP id LAA00639 for ; Sun, 21 Nov 1999 11:25:15 -0800 Received: (from mjacob@localhost) by frobzit.feral.com (8.9.3/8.9.3) id LAA00803; Sun, 21 Nov 1999 11:25:15 -0800 (PST) (envelope-from mjacob@feral.com) Message-Id: <199911211925.LAA00803@frobzit.feral.com> Date: Sun, 21 Nov 1999 11:25:15 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/15025: chio appears to ignore ACCESS field Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15025 >Category: bin >Synopsis: chio appears to ignore ACCESS field >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 21 11:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Jacob >Release: FreeBSD 4.0-CURRENT i386 >Organization: Feral Software >Environment: FreeBSD frobzit.feral.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Nov 21 11:06:48 PST 1999 mjacob@quarm.feral.com:/freebsd/FreeBSD-current/sys/compile/FROBZIT i386 >Description: Did a chio status on an Exabyte 210: frobzit.feral.com > chio status picker 0: slot 0: slot 1: slot 2: slot 3: slot 4: slot 5: slot 6: slot 7: slot 8: slot 9: slot 10: drive 0: drive 1: immediately followed by a move: frobzit.feral.com > chio move drive 1 slot 0 I believe chio *should* have said: "You can't do this because the source element is not accessible". >How-To-Repeat: see above >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 12:30: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5442615372 for ; Sun, 21 Nov 1999 12:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81628; Sun, 21 Nov 1999 12:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 12:30:01 -0800 (PST) Message-Id: <199911212030.MAA81628@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "John C. Archambeau" Subject: Re: kern/7843: Unable to install FreeBSD on Tekram DC-390F w/Fujitsu MAB3045SP Reply-To: "John C. Archambeau" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/7843; it has been noted by GNATS. From: "John C. Archambeau" To: freebsd-gnats-submit@freebsd.org Cc: nxiv@my-dejanews.com, alex@cichlids.com Subject: Re: kern/7843: Unable to install FreeBSD on Tekram DC-390F w/Fujitsu MAB3045SP Date: Sun, 21 Nov 1999 12:26:33 -0800 The Tekram DC-390F is not an AMD based SCSI adapter, it's an LSI Logic 53C875 based adapter which uses the ncr driver. The problem only manifested itself with the Fujitsu drive at the time the bug report was submitted. It wouldn't even make it to the sysinstall menu. It would hang on the device probe with the error described. It does not manifest itself with the latest release. ALT-F2 shows that it finds the two MS-DOS partitions on the Fujitsu drive. It makes it to the sysinstall menu. Based on this behavior, I believe it's safe to close this bug report as being corrected in a later release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 15:20: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC7DF14EFA for ; Sun, 21 Nov 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA31022; Sun, 21 Nov 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 15:20:02 -0800 (PST) Message-Id: <199911212320.PAA31022@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: bin/15025: chio appears to ignore ACCESS field Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/15025; it has been noted by GNATS. From: "Kenneth D. Merry" To: mjacob@feral.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/15025: chio appears to ignore ACCESS field Date: Sun, 21 Nov 1999 16:17:49 -0700 (MST) Matthew Jacob wrote... > FreeBSD frobzit.feral.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Nov 21 11:06:48 PST 1999 mjacob@quarm.feral.com:/freebsd/FreeBSD-current/sys/compile/FROBZIT i386 > > >Description: > > Did a chio status on an Exabyte 210: > > frobzit.feral.com > chio status > picker 0: > slot 0: > slot 1: > slot 2: > slot 3: > slot 4: > slot 5: > slot 6: > slot 7: > slot 8: > slot 9: > slot 10: > drive 0: > drive 1: > > immediately followed by a move: > > frobzit.feral.com > chio move drive 1 slot 0 > > I believe chio *should* have said: "You can't do this because the source > element is not accessible". So what *did* happen? You only say what you think should have happened. I think it's probably better to do state checking in the driver than in chio, since the driver has a more persistent view of things. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 15:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F8BA14E28 for ; Sun, 21 Nov 1999 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA34954; Sun, 21 Nov 1999 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 15:30:02 -0800 (PST) Message-Id: <199911212330.PAA34954@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: bin/15025: chio appears to ignore ACCESS field Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/15025; it has been noted by GNATS. From: Matthew Jacob To: "Kenneth D. Merry" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/15025: chio appears to ignore ACCESS field Date: Sun, 21 Nov 1999 15:28:28 -0800 (PST) > > I believe chio *should* have said: "You can't do this because the source > > element is not accessible". > > So what *did* happen? You only say what you think should have happened. It allowed the move to occur. Turns out it was 'okay'. > I think it's probably better to do state checking in the driver than in > chio, since the driver has a more persistent view of things. That I'm not convinced of as I believe the only reason scsi_ch should exist is to mediate device ownership. But maybe chio's notion of things was wrong somehow. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 15:40:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3A62158D0 for ; Sun, 21 Nov 1999 15:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38406; Sun, 21 Nov 1999 15:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 15:40:04 -0800 (PST) Message-Id: <199911212340.PAA38406@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: bin/15025: chio appears to ignore ACCESS field Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/15025; it has been noted by GNATS. From: "Kenneth D. Merry" To: mjacob@feral.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/15025: chio appears to ignore ACCESS field Date: Sun, 21 Nov 1999 16:37:59 -0700 (MST) Matthew Jacob wrote... > > > > I believe chio *should* have said: "You can't do this because the source > > > element is not accessible". > > > > So what *did* happen? You only say what you think should have happened. > > It allowed the move to occur. Turns out it was 'okay'. So the move actually worked? There wasn't a SCSI error? Some tape changers have the ability to eject a tape if you ask to move it out of a drive and it isn't already ejected. Perhaps that's what yours did? > > I think it's probably better to do state checking in the driver than in > > chio, since the driver has a more persistent view of things. > > That I'm not convinced of as I believe the only reason scsi_ch should > exist is to mediate device ownership. But maybe chio's notion of things > was wrong somehow. I don't think the driver checks to see whether the source or destination are accessible before trying to do the move. The changer will complain if it doesn't like what you're trying to do. The driver does check to make sure what you're asking for fits the device's claimed capabilities, and does some bounds checking to make sure you aren't asking for elements that don't exist. One reason I see for not putting all the smarts into chio is that you want to be able to easily write another program -- like amanda -- that can use the changer ioctls and have a reasonably decent software interface. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 16: 0:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AC86152C0 for ; Sun, 21 Nov 1999 16:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA47115; Sun, 21 Nov 1999 16:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 16:00:02 -0800 (PST) Message-Id: <199911220000.QAA47115@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: bin/15025: chio appears to ignore ACCESS field Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/15025; it has been noted by GNATS. From: Matthew Jacob To: "Kenneth D. Merry" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/15025: chio appears to ignore ACCESS field Date: Sun, 21 Nov 1999 15:56:50 -0800 (PST) > > > > > > I believe chio *should* have said: "You can't do this because the source > > > > element is not accessible". > > > > > > So what *did* happen? You only say what you think should have happened. > > > > It allowed the move to occur. Turns out it was 'okay'. > > So the move actually worked? There wasn't a SCSI error? Yes. > > Some tape changers have the ability to eject a tape if you ask to move it > out of a drive and it isn't already ejected. Perhaps that's what yours > did? No. This was an exabyte 210. It, or camcontrol, was just plain wrong about the actual accessability. Yes, some drives have autoeject. But they also usually say that the DT element is accessable (see below). > > > > I think it's probably better to do state checking in the driver than in > > > chio, since the driver has a more persistent view of things. > > > > That I'm not convinced of as I believe the only reason scsi_ch should > > exist is to mediate device ownership. But maybe chio's notion of things > > was wrong somehow. > > I don't think the driver checks to see whether the source or destination > are accessible before trying to do the move. The changer will complain if > it doesn't like what you're trying to do. Well, yes, this is fine for small changers. It's somewhat heavy weight for large STK silos which may or may not eventually tell you can't do this, but after a 10 minute wait, etc... > > The driver does check to make sure what you're asking for fits the device's > claimed capabilities, and does some bounds checking to make sure you aren't > asking for elements that don't exist. > > One reason I see for not putting all the smarts into chio is that you want > to be able to easily write another program -- like amanda -- that can use > the changer ioctls and have a reasonably decent software interface. Amanda? Smart? Amanda use *chio* in a perl script last I checked... -matt Here's the output of the stuff I did for Legato for a Python changer- as soon as a current eot_test finishes on the 210, I'll rerun it on the 210 as well... Note that the DT element *is* accessable. Whether the smarts are in chio or not, I believe that somebody has to pay attention to not only limits but the element movement matrix, the access bits, etc. For example, I would warn folks *strenously* against using any of the two drive ADIC/VLS units. The ADIC/VLS changers are simple- a fixed pusher/grabber arm that push or pull a cartridge, and a cartridge box that moves back and forth to put a cartridge within reach. The only way to have two drives is that the drives are behind an open portal themselves on a moving tray- and the ACCESS value tells you which one can be pushed to or ejected from, and you're in deep doodoo (i.e. "Break your 10K$ changer") if you ignore this ACCESS value. bird > root /etc/LGTOuscsi/changers -v -a 0.4.1 scsidev@0.4.1:Vendor , Product , Revision <4.> 1 MT Element(s) starting at address 0 4 ST Element(s) starting at address 2 1 DT Element(s) starting at address 1 Element Movement Matrix ->DT,______, ->ST,______ ______,______,______,______ ST->DT,______,______,______ ______,______,______,______ ______,______,DT->ST,______ ______,______,______,______ ST<>DT,______,______,______ ______,______,______,______ ______,______,______,______ bird > root /etc/LGTOuscsi/relem -v -a 0.4.1 Element Data for scsidev@0.4.1, fetched per element: MT element range: 0..0 ST element range: 2..5 DT element range: 1..1 First Element Address: 0 Number of Elements 1 Medium Transport Element Descriptor at Address 0 InEnab=0 ExEnab=0 Access=0 Except=0 ImpExp=0 Full=0 SValid=0 Invert=0 Source_addr=0 First Element Address: 2 Number of Elements 1 Storage Element Descriptor at Address 2 InEnab=0 ExEnab=0 Access=1 Except=0 ImpExp=0 Full=1 SValid=0 Invert=0 Source_addr=0 First Element Address: 3 Number of Elements 1 Storage Element Descriptor at Address 3 InEnab=0 ExEnab=0 Access=1 Except=0 ImpExp=0 Full=0 SValid=0 Invert=0 Source_addr=0 First Element Address: 4 Number of Elements 1 Storage Element Descriptor at Address 4 InEnab=0 ExEnab=0 Access=1 Except=0 ImpExp=0 Full=1 SValid=0 Invert=0 Source_addr=0 First Element Address: 5 Number of Elements 1 Storage Element Descriptor at Address 5 InEnab=0 ExEnab=0 Access=1 Except=0 ImpExp=0 Full=1 SValid=0 Invert=0 Source_addr=0 First Element Address: 1 Number of Elements 1 Data Transfer Element Descriptor at Address 1 InEnab=0 ExEnab=0 Access=1 Except=0 ImpExp=0 Full=1 NotBus=0 IDvalid=1 LUValid=0 Lun=0 Addr=4 SValid=1 Invert=0 Source_addr=3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 17:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 727BE14F53; Sun, 21 Nov 1999 17:20:01 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id UAA78148; Sun, 21 Nov 1999 20:19:30 -0500 (EST) (envelope-from wollman) Date: Sun, 21 Nov 1999 20:19:30 -0500 (EST) From: Garrett Wollman Message-Id: <199911220119.UAA78148@khavrinen.lcs.mit.edu> To: Bruce Evans Cc: Brian Somers , Cynbe ru Taren , bde@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, laurent@off.aspic.com, brian@hak.lan.Awfulhak.org Subject: Re: misc/15002: coredump in sprintf with long long args In-Reply-To: References: <199911202125.VAA01878@hak.lan.Awfulhak.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > %lld is in the draft C9x standard. I think %qd is only a BSD variant. It's not a draft any more, it's now *the* C99 standard, according to Nick Whazisname, the USENIX standards liason. (I assume it will keep the number, hence, ISO 9899: 1999.) -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 18: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 224A514EFA for ; Sun, 21 Nov 1999 18:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA85189; Sun, 21 Nov 1999 18:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 18:00:02 -0800 (PST) Message-Id: <199911220200.SAA85189@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Rahul Dhesi Subject: Re: kern/10397: 3.1R page fault while in kernel mo Reply-To: Rahul Dhesi Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10397; it has been noted by GNATS. From: Rahul Dhesi To: Alexander Langer Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10397: 3.1R page fault while in kernel mo Date: Sun, 21 Nov 99 17:52:06 -0800 Hi, I have not encountered this recently. Of the two machine on which I observed the problem: - One has been offline. I was planning to have the motherboard replaced, to see if that was what caused the problem. Haven't done it yet. - The other is running 3.1-RELEASE but I am not really stressing it, and the problem does not reappear. So perhaps the problem requires a high degree of filesystem activity. On a third similar machine, running 3.1-STABLE from a few months ago, I do not observe the problem even under load. Rahul > Date: Sun, 21 Nov 99 15:39:47 +0100 > From: Alexander Langer > To: freebsd-gnats-submit@freebsd.org, dhesi@rahul.net > Message-Id: <199911211439.PAA15268@cichlids.cichlids.com> > Subject: Re: kern/10397: 3.1R page fault while in kernel mo > What about this PR? > Does the problem still exist on recent releases (both, current and > stable) for you, Rahul? > > Thank you > > Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 20:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63D6E14FCC for ; Sun, 21 Nov 1999 20:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA02037; Sun, 21 Nov 1999 20:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Nov 1999 20:20:02 -0800 (PST) Message-Id: <199911220420.UAA02037@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: bin/15025: chio appears to ignore ACCESS field Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/15025; it has been noted by GNATS. From: "Kenneth D. Merry" To: mjacob@feral.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/15025: chio appears to ignore ACCESS field Date: Sun, 21 Nov 1999 21:16:48 -0700 (MST) Matthew Jacob wrote... > > > > > > > > I believe chio *should* have said: "You can't do this because the source > > > > > element is not accessible". > > > > > > > > So what *did* happen? You only say what you think should have happened. > > > > > > It allowed the move to occur. Turns out it was 'okay'. > > > > So the move actually worked? There wasn't a SCSI error? > > Yes. Hmm. > > Some tape changers have the ability to eject a tape if you ask to move it > > out of a drive and it isn't already ejected. Perhaps that's what yours > > did? > > No. This was an exabyte 210. It, or camcontrol, was just plain wrong about > the actual accessability. camcontrol? Don't you mean chio? My guess is that chio is just reporting what the changer told it. > Yes, some drives have autoeject. But they also usually say that the > DT element is accessable (see below). Hmm, okay. But in order for that command to work, one of the following must have been true: - the changer ejected the tape - the tape was already ejected, but the changer didn't report it as accessible - the changer wasn't actually able to complete the move, but didn't return any SCSI errors. - the ch driver got a SCSI error, but didn't report it I suspect that one of the first two reasons is probably true. Any idea what's going on? > > > > I think it's probably better to do state checking in the driver than in > > > > chio, since the driver has a more persistent view of things. > > > > > > That I'm not convinced of as I believe the only reason scsi_ch should > > > exist is to mediate device ownership. But maybe chio's notion of things > > > was wrong somehow. > > > > I don't think the driver checks to see whether the source or destination > > are accessible before trying to do the move. The changer will complain if > > it doesn't like what you're trying to do. > > Well, yes, this is fine for small changers. It's somewhat heavy weight > for large STK silos which may or may not eventually tell you can't do > this, but after a 10 minute wait, etc... Keeping track of whether things are accessible or not might take a read element status before every move. That seems like a lot of overhead. For instance, if you relied on cached accessibility information in the driver to make decisions on whether or not to issue a command, you'd run into situations where the following would not work: mt rewoffl chio move drive 0 slot 5 Since the ch driver would might still think that the drive was inaccessible, you'd either have to do this: mt rewoffl chio status chio move drive 0 slot 5 Or have the driver perform a read element status before every move, or before every move that involved a drive. > > The driver does check to make sure what you're asking for fits the device's > > claimed capabilities, and does some bounds checking to make sure you aren't > > asking for elements that don't exist. > > > > One reason I see for not putting all the smarts into chio is that you want > > to be able to easily write another program -- like amanda -- that can use > > the changer ioctls and have a reasonably decent software interface. > > Amanda? Smart? Amanda use *chio* in a perl script last I checked... Amanda also has (had?) a module that used the ch driver's ioctl set to do the moving. I ported it to CAM a while back. I was never able to try the ch driver interface, for lack of a decent changer setup to test it on. > Here's the output of the stuff I did for Legato for a Python changer- > as soon as a current eot_test finishes on the 210, I'll rerun it on > the 210 as well... Note that the DT element *is* accessable. > > Whether the smarts are in chio or not, I believe that somebody has to > pay attention to not only limits but the element movement matrix, > the access bits, etc. I think that's possible, but best done in the driver if anywhere. See my comments above about what this might mean in terms of overhead. > For example, I would warn folks *strenously* against using any of the two > drive ADIC/VLS units. The ADIC/VLS changers are simple- a fixed > pusher/grabber arm that push or pull a cartridge, and a cartridge box > that moves back and forth to put a cartridge within reach. The only way to > have two drives is that the drives are behind an open portal themselves on > a moving tray- and the ACCESS value tells you which one can be pushed to > or ejected from, and you're in deep doodoo (i.e. "Break your 10K$ > changer") if you ignore this ACCESS value. Yuck. I suppose I shouldn't be surprised that some changer vendors can't seem to design decent products. I suppose the general attitude is that standards are made to be broken, 'eh? > bird > root /etc/LGTOuscsi/changers -v -a 0.4.1 > scsidev@0.4.1:Vendor , Product , Revision <4.> > > 1 MT Element(s) starting at address 0 > 4 ST Element(s) starting at address 2 > 1 DT Element(s) starting at address 1 > > Element Movement Matrix > > ->DT,______, ->ST,______ > ______,______,______,______ > ST->DT,______,______,______ > ______,______,______,______ > ______,______,DT->ST,______ > ______,______,______,______ > ST<>DT,______,______,______ > ______,______,______,______ > ______,______,______,______ Maybe I'm dense, but I don't quite understand what that matrix represents.. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 21 23:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 562A414FAC for ; Sun, 21 Nov 1999 23:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA18222; Sun, 21 Nov 1999 23:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4BA2814F4D; Sun, 21 Nov 1999 23:46:52 -0800 (PST) Message-Id: <19991122074652.4BA2814F4D@hub.freebsd.org> Date: Sun, 21 Nov 1999 23:46:52 -0800 (PST) From: bobj@atlantic.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/15038: In sysinstall, easy to not notice that selection lists must be scrolled. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15038 >Category: conf >Synopsis: In sysinstall, easy to not notice that selection lists must be scrolled. >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: Sun Nov 21 23:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Bob Johnson >Release: 3.1 (but probably still in 3.3) >Organization: >Environment: FreeBSD bsd.cisi.com 3.1-STABLE FreeBSD 3.1-STABLE #0: Mon Apr 5 13:11:01 EDT 1 999 root@bsd.cisi.com:/usr/src/sys/compile/BOBJ3 i386 >Description: A user who installs system without X sometimes can't figure out how to install the XFree86 distribution. This seems to be because when you do sysinstall->Configure->Distributions, "XFree86" is not visible if you don't scroll the list up. It leads the user to use "Custom" instead of "Configure" and do a re-install, which wipes out the root password and other nasty things (should this side effect get its own PR?). If it were easier to notice that there are more items on the list, the problem might be avoided. >How-To-Repeat: 1) Install FreeBSD (this step is optional if you have a working system) 2) As root, run /stand/sysinstall. 3) If necessary, select Options and enter a suitable release name (e.g. "none") 4) From main menu select "Configure", then "Distributions". 5) Note that "XFree86" is not a visible choice if you don't realize you need to scroll the display. (Let's just assume for the moment that failing to notice it is reasonable) >Fix: Suggestion: Instead of the subtle arrow that indicates more choices on the list, replace the bottom entry with "more..." if there are more items to be displayed. This would be much harder to miss when you haven't had enough sleep (that's my excuse and I'm sticking to it). >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 Nov 22 0:45:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61D8B14CA1; Mon, 22 Nov 1999 00:45:16 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA23500; Mon, 22 Nov 1999 00:45:16 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Mon, 22 Nov 1999 00:45:16 -0800 (PST) From: Message-Id: <199911220845.AAA23500@freefall.freebsd.org> To: adsharma@sharmas.dhs.org, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/15012: sysctl -d doesn't work as documented Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysctl -d doesn't work as documented State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Mon Nov 22 00:42:26 PST 1999 State-Changed-Why: Fixed in -CURRENT and -STABLE, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 0:47:41 1999 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 272AB14CA1; Mon, 22 Nov 1999 00:47:33 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id JAA68759; Mon, 22 Nov 1999 09:47:29 +0100 (CET) (envelope-from des) To: Gordon Price Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what happened to install.bat? References: <19991121133145.7958.rocketmail@web106.yahoomail.com> From: Dag-Erling Smorgrav Date: 22 Nov 1999 09:47:28 +0100 In-Reply-To: Gordon Price's message of "Sun, 21 Nov 1999 05:31:45 -0800 (PST)" Message-ID: Lines: 19 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) 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 Gordon Price writes: > My system does not allow direct booting > to a CD, only the A or C drives. I tried using the > make floppy business and it errors out to with some > kind of elf readin error. 1) This belongs on -questions, not on -bugs. 2) You used the wrong floppy image. boot.flp is too large to fit on a regular floppy (it's intended for LS120s and CD-ROMs). Try using kern.flp and mfsroot.flp instead (on two separate disks, of course). 3) This would have been immediately obvious to you had you read the accompanying documentation. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 0:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 175731587D for ; Mon, 22 Nov 1999 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA23836; Mon, 22 Nov 1999 00:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id ECDCD151E3; Mon, 22 Nov 1999 00:40:34 -0800 (PST) Message-Id: <19991122084034.ECDCD151E3@hub.freebsd.org> Date: Mon, 22 Nov 1999 00:40:34 -0800 (PST) From: iovtchev@aha.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/15040: Installation problems with 3.x FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15040 >Category: i386 >Synopsis: Installation problems with 3.x FreeBSD >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 00:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima >Release: 3.3-19991116 >Organization: >Environment: >Description: Trying to install any 3.x release of FreeBSD, I have problems with the disks geometry and that's why fail to complete the process successfully. While having worked under 2.2.8 release with the same hardware (see below)I managed to find the parameters under which the system worked properly. 1)The parameters used for the disks under 2.2.8 are 1286/16/63, slicing compatible with other FS; 2)Under 3.x I failed to find any useful params for the disks. I tried all possible combinations of disk params(either 1286/16/63 or 633/64/32, which I got from DOS partitioning) and slicing policies. But anyway system gives me failure messages like: write errors during distribution set unpacking; MAKEDEV erors at the end of installation; Boot Loader misplacing - in the best case. The installation attemts were performed on the following computer: CPU: i486 DX2 (486-class CPU) Origin = "GenuineIntel" Id = 0x436 Stepping=6 Features=0xb real memory = 33554432 (32768K bytes) eisa0: aha0 at 0x330-0x333 irq 11 drq 5 on isa (aha0:0:0): "HP 97548S C033" type 0 fixed SCSI 1 sd0(aha0:0:0): Direct-Access 633MB (1296512 512 byte sectors) (aha0:1:0): "HP 97548S C033" type 0 fixed SCSI 1 sd1(aha0:1:0): Direct-Access 633MB (1296512 512 byte sectors) >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 Nov 22 1: 7:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FF5015884; Mon, 22 Nov 1999 01:07:20 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA25657; Mon, 22 Nov 1999 01:07:20 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Mon, 22 Nov 1999 01:07:20 -0800 (PST) From: Message-Id: <199911220907.BAA25657@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, eivind@FreeBSD.org Subject: Re: bin/14984: incorrect UID test in pwd_mkdb Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: incorrect UID test in pwd_mkdb Responsible-Changed-From-To: freebsd-bugs->eivind Responsible-Changed-By: des Responsible-Changed-When: Mon Nov 22 01:06:27 PST 1999 Responsible-Changed-Why: Eivind's breakage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 1: 7:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97DA5158A0; Mon, 22 Nov 1999 01:07:44 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA25736; Mon, 22 Nov 1999 01:07:39 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Mon, 22 Nov 1999 01:07:39 -0800 (PST) From: Message-Id: <199911220907.BAA25736@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, eivind@FreeBSD.org Subject: Re: bin/14865: pwd_mkdb refuses NIS entry +:::::::: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pwd_mkdb refuses NIS entry +:::::::: Responsible-Changed-From-To: freebsd-bugs->eivind Responsible-Changed-By: des Responsible-Changed-When: Mon Nov 22 01:07:28 PST 1999 Responsible-Changed-Why: Eivind's breakage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 2:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0DC914D2C for ; Mon, 22 Nov 1999 02:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA31252; Mon, 22 Nov 1999 02:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 22 Nov 1999 02:10:03 -0800 (PST) Message-Id: <199911221010.CAA31252@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nick Barnes Subject: Re: kern/9909: Writing incomplete blocks to /dev/nrst% Reply-To: Nick Barnes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9909; it has been noted by GNATS. From: Nick Barnes To: Alexander Langer Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/9909: Writing incomplete blocks to /dev/nrst% Date: Mon, 22 Nov 1999 10:00:41 +0000 At 1999-11-21 14:24:05+0000, Alexander Langer writes: > Does the problem still exist on recent releases of -stable? Sorry, no idea. I'm still running 2.2.8. Nick B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 2:16: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 052E414E01; Mon, 22 Nov 1999 02:16:07 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA31938; Mon, 22 Nov 1999 02:16:07 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Mon, 22 Nov 1999 02:16:07 -0800 (PST) From: Message-Id: <199911221016.CAA31938@freefall.freebsd.org> To: nb@geodesic.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9909: Writing incomplete blocks to /dev/nrst0 hangs the kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Writing incomplete blocks to /dev/nrst0 hangs the kernel State-Changed-From-To: open->closed State-Changed-By: mjacob State-Changed-When: Mon Nov 22 02:14:56 PST 1999 State-Changed-Why: This is a problem with an obsolete release. The same issue should not occur with RELENG_3 or later. If it does, file a new PR please. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 6:10:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2720915916 for ; Mon, 22 Nov 1999 06:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53790; Mon, 22 Nov 1999 06:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 22 Nov 1999 06:10:02 -0800 (PST) Message-Id: <199911221410.GAA53790@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexander Langer Subject: Re: kern/7843: Unable to install FreeBSD on Tekram DC-390F w/Fujitsu MAB3045SP Reply-To: Alexander Langer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/7843; it has been noted by GNATS. From: Alexander Langer To: "John C. Archambeau" Cc: freebsd-gnats-submit@freebsd.org, nxiv@my-dejanews.com Subject: Re: kern/7843: Unable to install FreeBSD on Tekram DC-390F w/Fujitsu MAB3045SP Date: Mon, 22 Nov 1999 14:37:48 +0100 Thus spake John C. Archambeau (nxiv@my-deja.com): > The Tekram DC-390F is not an AMD based SCSI adapter, it's an LSI Logic > 53C875 based adapter which uses the ncr driver. Yes, you're right, of course. I didn't notice the "F" :). > Based on this behavior, I believe it's safe to close this bug report as > being corrected in a later release. OK, thank you. Can someone close it, please? Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 7:20:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87A7B158CF for ; Mon, 22 Nov 1999 07:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA12178; Mon, 22 Nov 1999 07:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gate.lustig.com (h08002be407ad.ne.mediaone.net [24.218.222.42]) by hub.freebsd.org (Postfix) with SMTP id BB71B14E37 for ; Mon, 22 Nov 1999 07:18:34 -0800 (PST) (envelope-from barry@lustig.com) Received: (qmail 11202 invoked by uid 0); 22 Nov 1999 15:17:15 -0000 Message-Id: <19991122151715.11201.qmail@gate.lustig.com> Date: 22 Nov 1999 15:17:15 -0000 From: barry@lustig.com Reply-To: barry@lustig.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/15046: /sbin/dhclient-script ignores resolv.conf hooks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15046 >Category: bin >Synopsis: /sbin/dhclient-script ignores resolv.conf hooks >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 07:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Barry Lustig >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: FreeBSD 3.3-STABLE cvsupped as of Nov 20, 1999. >Description: /sbin/dhclient-script ignores the make_resolv_conf hooks during processing. Here is the first instance from /sbin/dhclient-script: echo search $new_domain_name >/etc/resolv.conf for nameserver in $new_domain_name_servers; do echo nameserver $nameserver >>/etc/resolv.conf done And here is the second: echo search $new_domain_name >/etc/resolv.conf.std for nameserver in $new_domain_name_servers; do echo nameserver $nameserver >>/etc/resolv.conf.std done if [ -f /etc/resolv.conf ]; then rm -f /etc/resolv.conf fi mv /etc/resolv.conf.std /etc/resolv.conf >How-To-Repeat: Run dhclient and see /etc/resolv.conf get overwritten even though there is a make_resolv_conf hook defined >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 Nov 22 7:30:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 026AB14D6F; Mon, 22 Nov 1999 07:30:18 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13403; Mon, 22 Nov 1999 07:28:13 -0800 (PST) (envelope-from grog@FreeBSD.org) Date: Mon, 22 Nov 1999 07:28:13 -0800 (PST) From: Message-Id: <199911221528.HAA13403@freefall.freebsd.org> To: grog@FreeBSD.org, freebsd-bugs@FreeBSD.org, grog@FreeBSD.org Subject: Re: kern/14917: DMA doesn't works with ALI ALADDIN M1543/M1542 chipset Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: DMA doesn't works with ALI ALADDIN M1543/M1542 chipset Responsible-Changed-From-To: freebsd-bugs->grog Responsible-Changed-By: grog Responsible-Changed-When: Mon Nov 22 07:24:50 PST 1999 Responsible-Changed-Why: grog is maintaining the log for John Hood, who is handling the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 8: 4:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 4F514158E9; Mon, 22 Nov 1999 08:04:32 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id RAA18445; Mon, 22 Nov 1999 17:04:11 +0100 (CET) (envelope-from sos) From: Søren Schmidt Message-Id: <199911221604.RAA18445@freebsd.dk> Subject: Re: kern/14917: DMA doesn't works with ALI ALADDIN M1543/M1542 chipset In-Reply-To: <199911221528.HAA13403@freefall.freebsd.org> from "grog@FreeBSD.ORG" at "Nov 22, 1999 07:28:13 am" To: grog@FreeBSD.ORG Date: Mon, 22 Nov 1999 17:04:11 +0100 (CET) Cc: 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 grog@FreeBSD.ORG wrote: > Synopsis: DMA doesn't works with ALI ALADDIN M1543/M1542 chipset > > Responsible-Changed-From-To: freebsd-bugs->grog > Responsible-Changed-By: grog > Responsible-Changed-When: Mon Nov 22 07:24:50 PST 1999 > Responsible-Changed-Why: > grog is maintaining the log for John Hood, who is handling the problem. Guys, dont waste too much time on that, the wd driver is being replaced in -current, and the new driver works with the Aladdin ctrl. If this is for -stable, well..... -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 Nov 22 8:20:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mojave.sitaranetworks.com (mojave.sitaranetworks.com [199.103.141.157]) by hub.freebsd.org (Postfix) with ESMTP id 0F32814D45 for ; Mon, 22 Nov 1999 08:20:34 -0800 (PST) (envelope-from grog@mojave.sitaranetworks.com) Message-ID: <19991122112030.29476@mojave.sitaranetworks.com> Date: Mon, 22 Nov 1999 11:20:30 -0500 From: Greg Lehey To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: freebsd-bugs@FreeBSD.ORG, jhood@sitaranetworks.com Subject: Re: kern/14917: DMA doesn't works with ALI ALADDIN M1543/M1542 chipset Reply-To: Greg Lehey References: <199911221528.HAA13403@freefall.freebsd.org> <199911221604.RAA18445@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: =?iso-8859-1?Q?=3C199911221604=2ERAA18445=40freebsd=2Edk=3E=3B_from_S=F8?= =?iso-8859-1?Q?ren_Schmidt_on_Mon=2C_Nov_22=2C_1999_at_05=3A04=3A11PM_+0?= =?iso-8859-1?Q?100?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Monday, 22 November 1999 at 17:04:11 +0100, Søren Schmidt wrote: > It seems grog@FreeBSD.ORG wrote: >> Synopsis: DMA doesn't works with ALI ALADDIN M1543/M1542 chipset >> >> Responsible-Changed-From-To: freebsd-bugs->grog >> Responsible-Changed-By: grog >> Responsible-Changed-When: Mon Nov 22 07:24:50 PST 1999 >> Responsible-Changed-Why: >> grog is maintaining the log for John Hood, who is handling the problem. > > Guys, dont waste too much time on that, the wd driver is being > replaced in -current, and the new driver works with the Aladdin > ctrl. If this is for -stable, well..... Do you have this particular hardware? If not, I'd guess that you could fall into the same potential hole as this guy did. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 8:22:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 694F814D6F for ; Mon, 22 Nov 1999 08:22:33 -0800 (PST) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id RAA18510; Mon, 22 Nov 1999 17:21:57 +0100 (CET) (envelope-from sos) From: Søren Schmidt Message-Id: <199911221621.RAA18510@freebsd.dk> Subject: Re: kern/14917: DMA doesn't works with ALI ALADDIN M1543/M1542 chipset In-Reply-To: <19991122112030.29476@mojave.sitaranetworks.com> from Greg Lehey at "Nov 22, 1999 11:20:30 am" To: grog@lemis.com (Greg Lehey) Date: Mon, 22 Nov 1999 17:21:57 +0100 (CET) Cc: freebsd-bugs@FreeBSD.ORG, jhood@sitaranetworks.com 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 Greg Lehey wrote: > On Monday, 22 November 1999 at 17:04:11 +0100, Søren Schmidt wrote: > > It seems grog@FreeBSD.ORG wrote: > >> Synopsis: DMA doesn't works with ALI ALADDIN M1543/M1542 chipset > >> > >> Responsible-Changed-From-To: freebsd-bugs->grog > >> Responsible-Changed-By: grog > >> Responsible-Changed-When: Mon Nov 22 07:24:50 PST 1999 > >> Responsible-Changed-Why: > >> grog is maintaining the log for John Hood, who is handling the problem. > > > > Guys, dont waste too much time on that, the wd driver is being > > replaced in -current, and the new driver works with the Aladdin > > ctrl. If this is for -stable, well..... > > Do you have this particular hardware? If not, I'd guess that you > could fall into the same potential hole as this guy did. I have this hardware, so I know that it works in current with the ata driver. -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 Nov 22 9:10: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA9AA14EE5 for ; Mon, 22 Nov 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA25642; Mon, 22 Nov 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4231214C0A; Mon, 22 Nov 1999 09:03:05 -0800 (PST) Message-Id: <19991122170305.4231214C0A@hub.freebsd.org> Date: Mon, 22 Nov 1999 09:03:05 -0800 (PST) From: jegjr@erols.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/15048: tcopy reports incorrect values Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15048 >Category: bin >Synopsis: tcopy reports incorrect values >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 09:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: John grimes >Release: 3.2 Release >Organization: >Environment: # dump -0 -B 4000000 -f /dev/nrsa0 / # tcopy >Description: Whenever I perform a dump, and then try to use tcopy to verify, tcopy always adds a 0 to 1K (1024 -> 10240) and truncates the last digit from the number of records. I have provided a copy of a dump output and tcopy output below. OBTW: From dmesg: ahc0: rev 0x00 int a irq 9 on pci0.10.0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs and sa0 at ahc0 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) ******************************************************************* This is the output from dump: # dump -0 -B 4000000 -f /dev/nrsa0 / DUMP: Date of this level 0 dump: Mon Nov 22 11:46:10 1999 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/rwd2s1a (/) to /dev/nrsa0 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 30996 tape blocks on 0.01 tape(s). DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: DUMP: 31144 tape blocks on 1 volumes(s) DUMP: finished in 63 seconds, throughput 494 KBytes/sec DUMP: Closing /dev/nrsa0 DUMP: DUMP IS DONE Dump reports 31144 tape blocks The output from tcopy: # tcopy file 0: block size 10240: 3114 records file 0: eof after 3114 records: 31887360 bytes tcopy adds a 0 to block size and truncates 31144 to 3114 >How-To-Repeat: Do a dump, then use tcopy to verify. >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 Nov 22 9:42:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 567B815048; Mon, 22 Nov 1999 09:42:25 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA28778; Mon, 22 Nov 1999 09:42:25 -0800 (PST) (envelope-from ken@FreeBSD.org) Date: Mon, 22 Nov 1999 09:42:25 -0800 (PST) From: Message-Id: <199911221742.JAA28778@freefall.freebsd.org> To: nxiv@my-dejanews.com, ken@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/7843: Unable to install FreeBSD on Tekram DC-390F w/Fujitsu MAB3045SP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unable to install FreeBSD on Tekram DC-390F w/Fujitsu MAB3045SP State-Changed-From-To: open->closed State-Changed-By: ken State-Changed-When: Mon Nov 22 09:40:38 PST 1999 State-Changed-Why: Submitter says the bug is fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 11: 2:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B93D71599E for ; Mon, 22 Nov 1999 11:01:14 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA35847 for freebsd-bugs@freebsd.org; Mon, 22 Nov 1999 11:01:07 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 22 Nov 1999 11:01:07 -0800 (PST) Message-Id: <199911221901.LAA35847@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 [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/24] bin/5139 sheldonh portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 peter running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT s [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking 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 f [1998/09/14] kern/7927 n_hibma Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs f [1998/10/06] i386/8179 Install failure with motherbord using SIS f [1998/10/08] i386/8214 n_hibma Install 3.0-19981006-BETA fails a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails f [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/24] bin/8829 bug in innetgr (was: Fix port: security/s f [1998/11/25] kern/8861 n_hibma under heavy (multi interface) traffic ep0 f [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after a [1999/01/05] kern/9334 n_hibma cp fails for 2048 Bytes/sector media o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 gibbs System freezes during certain SCSI activi o [1999/03/01] bin/10344 fenner Core dump in gethostbyaddr for 199.93.70. o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro 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 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/19] i386/10683 I have a buslogic BT-948 FW controller. W 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/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything o [1999/04/08] kern/11023 Synchronous PPP not functional in leased o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 n_hibma kernel mode page fault o [1999/04/19] kern/11226 Invalid files on disk after fsync 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/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/05/01] kern/11434 can't boot from wd0s2a a [1999/05/03] kern/11470 dillon V3 NFS problem o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/10] kern/11629 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 f [1999/05/17] bin/11744 perllib fails to build 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 f [1999/06/01] kern/11984 pthread_kill cannot kill select() threads o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br o [1999/06/02] kern/11993 panic: getnewbuf: inconsistent EMPTY queu f [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/06] conf/12050 No /sbin/init on fixit flop o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] ports/12098 se KDM not config'd properly 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/15] kern/12233 Fvwm2 causes FreeBSD-current to hang or r o [1999/06/16] bin/12243 NFS re-mount from Solaris 7 server hangs 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] misc/12390 Installation hangs during extraction 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/07/23] i386/12777 jkh 3.1 RELEASE -> 3.2 upgrade is incomplete, o [1999/08/02] misc/12923 Installation fails on HP Net Server o [1999/08/04] kern/12980 NetGear Dec 21140AF Ethernet Card unrecog 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 o [1999/08/11] kern/13075 signal is not posted for async I/O on raw 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/07] bin/13615 awk corrupts the memory arena when OFMT i 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/17] i386/13797 SMP/NFS panics on 3.3-RC o [1999/09/18] i386/13802 freebsd 3.3 fails to boot with irq proble o [1999/09/19] i386/13817 system reboot 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/05] ports/14154 obrien xwpe is not completely compiled 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/08] ports/14205 se kde lock screen can't verify passwd 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 o [1999/10/17] i386/14373 Error while booting from floppy disk o [1999/10/24] i386/14492 FreeBSD won't install/work with an Asus S o [1999/10/25] kern/14510 kernel panic while pressing sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/09] bin/5693 hoek groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] kern/5731 peter executables wedge on "vmopar" when built o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/18] kern/6344 cy driver is outdated 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/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic 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] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error 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 f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains 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 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 jkh "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/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 imp socks5 + ssh + redirection not working o [1998/07/26] kern/7405 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 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! 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/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 f [1998/08/20] i386/7698 n_hibma scotty/tkined library error o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. 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/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 billf libpcap and tcpdump need updating 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] kern/7950 Trap 12 while executing wine 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 a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c 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/29] bin/8085 sendmail startup could be backgrounded o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [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/07] bin/8195 ee dumps core on window resize 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/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/12] bin/8281 writev() in libc_r causes loop 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/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ 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 s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) 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 o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads 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 o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 sos can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console a [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & 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/09] kern/9413 profiling does not work with elf kernels o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 fenner Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] kern/9478 support for running a script from kldload o [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/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 hoek many typos in groff_mm(7) o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 cwt The current tcl80 port has problems, does o [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 o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f 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 o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip 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 o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En a [1999/02/14] ports/10094 jfitz autogeneration of msql user failed o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 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 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/01] bin/10341 memory leak in setenv(3) 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/06] misc/10418 libpam is built before libradius/libtacpl 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/09] bin/10511 incorrect return value in kvm_read(3) and 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 o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [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/18] ports/10665 ports ports/graphics/sane needs access to /dev/ 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/23] kern/10747 [PATCH] ipfirewall `deny' rules act as `r 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/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 dcs 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/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10946 se kdm 1.1 does not work correctly - XBINDIR o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [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 f [1999/04/07] ports/11003 ports wmcdplay is not capable of playing an AUD 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/10] ports/11059 ache ports/security/pgp does not extract 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] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/20] bin/11247 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/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m 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 [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/10] ports/11636 jfitz p5-Mail-Folder missing dependencies o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [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 dg Disk failure hangs system o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/18] kern/11766 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 o [1999/05/19] misc/11790 boot manager bug o [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/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11815 mjacob SCSI tape driver fails on media type reco o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/22] docs/11852 jkh 3.X install requires 12MB of RAM, not 8 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] conf/11913 jkh Problem about /stand/sysinstall and /etc/ o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11919 kldload doesn't return error on loading a 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/11936 wine don't work (SMP) (-STABLE) 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. o [1999/06/01] ports/11977 ports Eterm port is unable to access .Xauthorit o [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 System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [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/08] kern/12092 vpo driver not working in 3.2-RELEASE o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] bin/12120 named crashes. o [1999/06/10] gnu/12122 cc hangs on STDIN with -pipe and .s files o [1999/06/11] bin/12136 obrien /sbin/dhclient-script: weird route comman o [1999/06/11] bin/12137 something wrong with shell -- functions w o [1999/06/12] ports/12174 ache bash terminate with corefile if pid > 320 o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/15] misc/12221 djpeg halt's freebsd box o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang o [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 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 o [1999/07/03] bin/12496 yppush broken when pushing to 2 or more s o [1999/07/04] kern/12508 gdb fails to vmcore.0 o [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/06] ports/12541 ports gtk installs itself where it can't be fou 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 a [1999/07/08] bin/12564 jkh Sysinstall can not use live filesystem fr o [1999/07/09] misc/12577 Can't link code using catopen o [1999/07/09] ports/12584 stb directories made during 'make install' ar o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/14] ports/12637 ports patch to help multi-byte support in windo 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/16] gnu/12662 tar verification doesn't work in 3.2-RELE 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/21] ports/12746 ache problem with bash-2.03(1) port (/usr/port o [1999/07/21] i386/12749 marcel Bug in link() and all other filename func 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/26] alpha/12821 alpha slib.aq for the 3.2-RELEASE alpha distrib o [1999/07/26] ports/12824 dirk MySQL client only compile doesn't check t o [1999/07/27] kern/12831 sos CD-rom cannot be mounted o [1999/07/27] conf/12832 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/07/31] ports/12905 jmz Graphical setup utility won't always inst o [1999/08/01] bin/12911 alfred NFS umounts are not properly done if just o [1999/08/01] bin/12912 [PATCH] lpd leaves lock file permissions o [1999/08/02] kern/12927 [PATCH] using BROKEN_KEYBOARD_RESET optio 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] conf/12984 /etc/rc* does not contain any support for f [1999/08/05] docs/12988 doc [Patch] Fix more occurances of 'sd' in FA o [1999/08/05] kern/12991 system queue is cleared when a port or pi o [1999/08/06] kern/12996 ifconf in sys/net/if.c returns larger buf o [1999/08/06] bin/13008 pthread_kill does not always work o [1999/08/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/08] kern/13022 ipfilter is out-of-date o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( o [1999/08/10] i386/13058 Installation hangs after commit f [1999/08/13] pending/13113gnats-adminpanic related (proberbly) to vnode o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/14] ports/13145 se kaudioserver runs amok on logout o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail 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/13196 [BTX] page in BTX has problem(quit key) 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/21] bin/13286 jhay [SECURITY] Potential IPXrouted(8) /tmp se o [1999/08/24] bin/13350 make clean in bsd.obj.mk no longer proper o [1999/08/24] ports/13370 ache elm-port upgraded, improved 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/25] bin/13383 sys/netinet/in.h violates C++ spec. o [1999/08/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc o [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/08/31] bin/13504 troubles with the ipfw tool 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] ports/13636 billf beroftpd also affected by proftpd/wuftpd o [1999/09/08] kern/13644 select(2) timer inaccurate, especially wi o [1999/09/08] kern/13646 Kernel Trap error when booting 3.3-RC ker o [1999/09/09] i386/13655 sysmouse, signal 10 and XF86_S3 o [1999/09/09] ports/13656 obrien update ports: dlint 1.3.3 o [1999/09/10] kern/13678 sos hard lockup's on tsleep in atapi_queue_cm o [1999/09/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 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] kern/13721 yokota There is no way to force system panic fro o [1999/09/13] conf/13724 Prevent ".: Out of file descriptors" erro o [1999/09/13] gnu/13729 strip(1) exits with an error on script fi o [1999/09/13] kern/13736 enabling NAT on 3.3RC results in panic sb o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/14] docs/13746 doc Incorrect version in FAQ o [1999/09/14] kern/13752 "tl0: adapter check: 180005" mesages keep o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c o [1999/09/15] i386/13765 memory problem: compilation of emacs dies o [1999/09/15] bin/13766 ldconfig doesn't recognize symbolic links o [1999/09/15] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/15] misc/13771 brian Packet fragment filter bug in user-land P o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme o [1999/09/16] ports/13776 jmz The XFree86-3.3.5 port -- one of the kerb o [1999/09/16] conf/13785 boot block/manager problem at installatio o [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/18] kern/13810 3.3 panic rlist_free: free start overlaps o [1999/09/18] i386/13811 ide cdrom stops recognizing audio cdroms o [1999/09/19] bin/13818 `ipfw' doesn't grok "log" keyword o [1999/09/19] misc/13837 peter src/contrib/bind is outdated. o [1999/09/19] ports/13839 se kdegraphics11 'make PREFIX' fix, one comp o [1999/09/19] i386/13847 missing support for INT 0x13 extensions i o [1999/09/20] i386/13857 Problem with switching between processes o [1999/09/22] conf/13900 jkh [PATCH] sysinstall can get SIGPIPE if a d o [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] i386/14027 "disklabel -r -w" on new disk reports "No o [1999/09/28] kern/14033 Data acq process gets stuck in vmopar o [1999/09/29] kern/14042 mbuf shortage and allocation with M_WAIT 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/01] conf/14075 CDROM not being recognized during certain o [1999/10/02] kern/14096 parallel port -- ppi -- driver broken aft o [1999/10/02] conf/14098 routing problem on DHCP client with netwo 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] ports/14128 torstenb Wrong group and mode on postdrop program 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/05] ports/14153 obrien xwpe has no distribution tar file 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/07] ports/14186 se kdebase11 package not compiled correctly o [1999/10/07] bin/14202 tgetstr() inserting termlib "%pn" into ou o [1999/10/09] kern/14226 panic: no mbufs o [1999/10/10] bin/14250 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/11] misc/14264 Combination of aio_read(), pthread_cond_w o [1999/10/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] ports/14283 ache apache13 htpasswd dumps core o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/12] ports/14292 ports tkfont does not work with XiG X-server o [1999/10/14] i386/14324 wst OR atapi drivers won't work o [1999/10/14] ports/14325 ports [ports upgrade] chinese/pine4 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/14333 AHA-1542A not supported by FreeBSD 3.x (" 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/17] ports/14387 ports New port: chinese/cdict o [1999/10/17] ports/14388 ports New port: chinese/tocps o [1999/10/18] ports/14398 ports New port: mod_dav module for Apache o [1999/10/19] ports/14423 obrien Build of lsof fails since 'struct namecac o [1999/10/20] misc/14431 Network Interface Problem o [1999/10/20] ports/14434 ache update ports: ftp/wu-ftpd to 2.6.0 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/22] kern/14457 SIOCGIFCONF uses too much memory s [1999/10/23] bin/14472 sheldonh date for Y#K o [1999/10/25] ports/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] ports/14548 peter rdist6 has /usr/lib/sendmail compiled int o [1999/10/26] kern/14549 3C509 broken in 3.3 o [1999/10/27] kern/14566 Non-kernel programs have little/no contro o [1999/10/30] ports/14615 jseger [PATCH] Emacs scrambles the screen on the f [1999/10/31] ports/14625 green pidentd doesn't work correctly for finger o [1999/10/31] bin/14626 sendmail 8.9.3 bug with aliases in -CURRE o [1999/10/31] ports/14635 mph Update port: lang/intercal to 0.19 o [1999/11/02] ports/14679 ports ports o [1999/11/02] ports/14680 ports ports o [1999/11/03] kern/14685 setjmp/longjmp in threaded app cause subs o [1999/11/03] i386/14689 waitpid doesn't harvest child process whe o [1999/11/03] ports/14696 ports New port: wmGrabImage o [1999/11/04] bin/14709 umountall requests possibly mishandled by o [1999/11/04] kern/14712 root has access to NFS mounted directorie o [1999/11/05] ports/14719 ports Update: japanese/ndtpd, japanese/eb o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 when sysinstall is running as init it sho o [1999/11/06] docs/14738 doc wrong type of arg is described for kgetst o [1999/11/07] kern/14765 Something wrong for UDMA for Gigabyte 586 o [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master o [1999/11/08] kern/14787 /dev/lpt0 doesn't work unless/until you d f [1999/11/09] kern/14797 Serious locking problem in CURRENT o [1999/11/09] i386/14799 Promise Ultra33 doesn't work o [1999/11/09] i386/14806 if_tun.ko conflicts with built-in tunnel 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/10] kern/14814 4.0-CURRENT SMP mode causes ep0 slow 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 o [1999/11/12] kern/14849 newpcm doesn't work with Vibra16X o [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/13] ports/14862 ports [update] X-TT 1.2 -> 1.3 o [1999/11/14] ports/14883 dbaker ports/misc/rc5des build fails o [1999/11/14] ports/14885 ports ports/net/pipsecd build fails o [1999/11/14] ports/14888 ports ports/security/bjorb build fails o [1999/11/14] kern/14890 ffs_valloc: dup alloc o [1999/11/14] kern/14892 Laptop PS/2 mouse (touch pad) not detecte 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/15] i386/14907 ipfw show take wrong values of counter/or o [1999/11/15] conf/14913 Fix for "arplookup 127.0.0.1 failed: coul o [1999/11/16] kern/14917 grog DMA doesn't works with ALI ALADDIN M1543/ o [1999/11/16] kern/14918 Write access to write protected media cau o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/16] ports/14926 ports JBIG-KIT port upgraded to the version 1.1 o [1999/11/16] misc/14932 "more" eating up CPU on users with shell= o [1999/11/16] i386/14937 ipfw -a list show wrong information o [1999/11/17] ports/14943 obrien bash1 from ports incorrectly restores sig o [1999/11/17] ports/14944 ports No stable Gimp in ports o [1999/11/17] i386/14946 rmt - remote magtape protocol o [1999/11/17] ports/14955 jmz XFree86-port does not support ru_SU.* loc o [1999/11/17] kern/14960 Compaq EISA array controller not working 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/14975 lpc start subcmd doesn't start printing o [1999/11/18] bin/14978 lprm(1) does not kill active daemon if ho o [1999/11/18] ports/14987 ports graphics/xpm does not build a dynamic lib o [1999/11/18] ports/14992 green Path problem in OpenSSH prevents scp from o [1999/11/19] kern/14997 NFSv3 open O_EXCL fails to set proper "at o [1999/11/19] misc/15001 'fetch' doesn't work for http when behind o [1999/11/19] i386/15003 3C574 (ep0) reads bogus ethernet address o [1999/11/21] i386/15018 Printingproblem o [1999/11/21] ports/15037 ports update port: devel/gtksheet change master o [1999/11/22] bin/15046 /sbin/dhclient-script ignores resolv.conf o [1999/11/22] ports/15047 ports Update ports: math/ngraph 6.3.06 743 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' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, 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 s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 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 [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl 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/05] bin/2668 modification suggested for rarpd o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 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/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 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 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo 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/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/08] gnu/3552 the -L option of tar does not work proper s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste 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/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [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/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print s [1997/07/26] bin/4172 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/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD 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/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 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/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings 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 o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [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/05] bin/4697 make doesn't handle dependencies with for 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 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/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in 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/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM o [1997/11/26] misc/5153 jkh release file checksums in wrong file 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 o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n 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 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [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/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge 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/21] bin/5537 vi dumps core with dodgy exrc file 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 a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern f [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root 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/15] bin/5758 sys/resources.h doesn't include sys/time. 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] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC 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 o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. 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/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) 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/08] bin/5944 cvs doesn't work correct. o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k 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/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 andy New port: xoj-1.0 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/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works 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 s [1998/04/16] ports/6315 kuriyama new port request: korean/htm 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 o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [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/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": 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/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece 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/6760 can't compile kernel w/o networking 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 f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address 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 sysinstall: install from MS-DOS MO divece o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* 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] kern/7029 gibbs cdrecord and aic7880 troubles 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 f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra 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/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. 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 o [1998/07/21] bin/7352 libc generates spurious warnings when use a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7485 andy New port: Xterminal-0.2 s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall f [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 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/20] bin/7694 bogus error-message from route(8) 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/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr a [1998/08/31] docs/7791 guido ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] i386/7816 dfr [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf 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/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc 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/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/15] ports/7932 torstenb man zshall doesn't work 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/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8015 [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/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [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] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 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/25] kern/8444 hm pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free 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/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE 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/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to 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/14] bin/8681 other macro name that has same number is o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request 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/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and a [1998/12/12] bin/9064 n_hibma [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [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/17] bin/9118 default install of aout compat libs is in 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/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr 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 o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] docs/9352 hoek wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- 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/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] misc/9582 configApache command doesn't work for /st 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 An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong f [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check 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/9893 NFS umount of regular file impossible o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9954 ports New port: devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9993 kris New Port - graphics/libunfig o [1999/02/09] ports/9998 kris New port - graphics/mtv (MpegTV player) o [1999/02/10] i386/10004 jkh instalation of current version from FTP s o [1999/02/10] ports/10007 ports Port of the mercury compiler version 0.8 o [1999/02/11] ports/10023 kris New port - net/gtkcookie o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] ports/10124 ports UNIX|STAT pr submission failed to include s [1999/02/17] bin/10131 sheldonh bug in strptime(3) o [1999/02/18] docs/10146 jkh Release Notes and LINT for 3.1 include ha o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162 se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178 torstenb USE_SOCKS=YES option broken for security/ o [1999/02/22] ports/10196 torstenb Better startup scripts for ssh o [1999/02/22] ports/10215 rvb net/coda_client and net/coda_server o [1999/02/23] ports/10227 peter wrong sendmail path in rdist6-port a [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] conf/10244 100 character limit on any pathname in sy o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] misc/10349 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 o [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 o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10477 ports The fakemail in lib-src fails to link (ne o [1999/03/08] bin/10493 ipfw's undocumented feature s [1999/03/09] bin/10508 obrien isc-dhcp puts garbage to text options, V2 o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] gnu/10555 jraynard [PATCH] awk dumps core o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] bin/10568 obrien dhcp client receives garbage (dhclient pr o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is 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/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in o [1999/03/17] ports/10639 rse ports/web/wml must be upgraded and unbrok o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 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/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/22] ports/10734 pst Update of gdb port to 4.17 o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/26] misc/10803 whois(1) client enchancements a [1999/03/26] misc/10804 billf whois(1) enhancement o [1999/03/26] ports/10806 phk Update net/scotty to 2.1.10 o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/26] ports/10813 ports crossgo32 brokeness o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/28] docs/10840 jkh [PATCH] Add pcic double-loading bug fix t f [1999/03/28] ports/10844 ports New port: adagdb o [1999/03/29] docs/10850 doc submitting a documentation change for sed 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/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/02] ports/10916 ports New port: biology/molmol o [1999/04/02] bin/10923 /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945 jmz X11 "sessreg" program does not update /va o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/06] bin/10992 pthread_kill() doesn't deliver signals to o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] ports/11029 ports Configure scripts for non ported applicat o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] ports/11034 ports New port: www/crazywwwboardle 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] bin/11051 ps's -U option should accept a list of us 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/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] ports/11138 jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/15] misc/11149 Web page entry for BAFUG is incorrect o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/19] kern/11222 MFS does not sync from reboot syscall o [1999/04/20] kern/11235 Need to submit new driver 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/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/22] misc/11289 makeflp.bat suggestion: create "kernel" d 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/25] misc/11316 [PATCH] HTTP proxy support for sysinstall o [1999/04/27] ports/11353 asami Feature additions to bsd.port.mk. o [1999/04/27] ports/11354 jmz Port fix: x11/XFree86 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/28] bin/11370 more segfaults if you give it a real file o [1999/04/29] misc/11383 $Id$ missing in some files in etc [PATCH] o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388 torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/04/30] ports/11421 jfitz upgrade p5-Date-Manip 5.33 -> 5.34 o [1999/05/01] ports/11430 se incorrect int type causes floating point o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/02] ports/11460 erich Update to the xlispstat port o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/04] ports/11504 chuckr Update ports math/octave o [1999/05/05] ports/11510 nik new version of www/sitecopy (0.6.0) o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/07] misc/11569 Automatically run fsck when the file syst 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/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11637 build of kdump fails o [1999/05/11] ports/11652 ports New port: net/dictd o [1999/05/11] misc/11653 obrien patch to allow DHCP configuration of inte 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] i386/11674 can't do make imake build or anything sin 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] ports/11743 torstenb inn-2.2 (nonfatal) premature stop of buil 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] ports/11786 kuriyama gnupg-0.9.6 port does not install o [1999/05/19] misc/11788 booting problems o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/20] misc/11812 ftp5.freebsd.org can't find giflib-3.0 an o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820 asami bsd.port.subdir.mk does not define the `m o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/22] ports/11840 asami Feature fixup: bsd.port.mk o [1999/05/24] ports/11879 ports dclock's "-miltime" option and "*miltime" o [1999/05/24] kern/11881 when a dummynet pipe is encountered it st o [1999/05/25] misc/11890 make world creates /lkm directory 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/27] conf/11905 sysinstall desktop changing inconvenience o [1999/05/28] bin/11914 makewhatis during installworld uses /usr/ o [1999/05/28] i386/11920 FBSD 3.2 upgrade claims not to upgrade /u o [1999/05/28] i386/11921 /usr/X11R6/lib/aout libraries screwed up o [1999/05/29] conf/11925 rc.conf cosmetic naming inconsistencies 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] ports/11963 ports should update the ocaml-tk module and ins o [1999/05/31] ports/11964 jmacd lang/STk port needs to be updated to STk- o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] docs/11978 doc timed(8) manpage does not define '-F' swi 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/01] kern/11982 Three cleanup fixes for uthreads o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/02] bin/11997 Enhancement for lpr o [1999/06/02] ports/12001 ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/03] misc/12013 patch for 12012 o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/04] conf/12026 /etc/rc.diskless1 refrences non-existant o [1999/06/05] misc/12044 having tcl.h in /usr/local/include:/usr/i 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/06] kern/12053 fixes a few aio bugs, makes socket io bet o [1999/06/06] ports/12056 ache [PATCH] hpack install files always in /us o [1999/06/06] ports/12057 markm Perl5 library builds do not honour PREFIX 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/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195 ports New port: pgpenvelope o [1999/06/14] ports/12204 andy Update port: graphics/EZWGL o [1999/06/15] misc/12228 /etc/security don't search in all the fil o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] kern/12241 jkh Req: GENERIC includes bpf device o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12255 BIND 8.1.2 compilation error in IPv6 capa o [1999/06/17] bin/12263 hoek "more" problems with long filenames f [1999/06/17] misc/12268 n_hibma weekly/catman will not work o [1999/06/18] ports/12271 ports fix pkg_add with error message and add ne o [1999/06/18] bin/12280 jdp 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] conf/12342 /etc/hosts.allow must use numerical IP ad o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only o [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/23] ports/12366 billf finish the port for misc/mprime o [1999/06/23] ports/12368 ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/23] bin/12375 mv(1) cannot inherit the file flags. 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/26] ports/12403 ports ssh port has undocumented X11 dependency f [1999/06/26] ports/12406 ports New port for the LAM implementation of th o [1999/06/27] kern/12409 add some more chipset models by NVidia to 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/06/29] ports/12456 chuckr graphics/xpdf: small fixes o [1999/06/30] bin/12461 it's handy to be able to send syslog mess o [1999/06/30] bin/12467 wollman ac(8) does not accept input from stdin o [1999/07/01] kern/12475 ctrl,shift,alt keys can be used as alock o [1999/07/01] bin/12477 New fortune 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/02] ports/12490 ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492 ports port misc/diction should be moved to text o [1999/07/03] kern/12495 3.1 install fails to detect Toshiba CDROM o [1999/07/03] ports/12503 ports New port: Willows toolkit (developers rel o [1999/07/04] ports/12515 jfitz p5-Apache/scripts/install_httpd needs fix o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/05] ports/12522 ports New port: cos o [1999/07/05] ports/12523 ports New port: jdbcpool o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa o [1999/07/06] ports/12530 peter squid22 port with --enable-ipf-transparen o [1999/07/06] ports/12536 ports New port: lang/cu-prolog o [1999/07/06] kern/12543 [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/07] ports/12548 asami New 'fecth-recursive(-list)' targets in p o [1999/07/07] ports/12549 ports imap-uw port doesn't use pw_expire to che o [1999/07/09] ports/12571 ports Xfig port doesn't have Ghostscript suppor o [1999/07/11] kern/12594 wollman wrong sysctl descriptions f [1999/07/11] ports/12596 torstenb pidentd is unstable in 3.2 and 4.0 o [1999/07/11] ports/12604 peter New port version: transproxy 1.0 o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr s [1999/07/12] bin/12611 sheldonh /usr/bin/jot crashes with floating point o [1999/07/12] misc/12612 ncurses ash shipped with 3.2-R missing sy o [1999/07/12] ports/12618 ache poor trouble reporting by qpopper's pop_i o [1999/07/13] ports/12624 ports New version of mxv which also works with o [1999/07/13] misc/12633 CMI8330 chip based integrated sound card o [1999/07/15] ports/12654 pst gnats port failes on "make install" o [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/15] ports/12656 ports New port: gnujsp o [1999/07/16] ports/12661 cpiazza new port: riva-glx (3d hardware accelerat o [1999/07/16] ports/12666 andy New port: kcd-4.7.10 o [1999/07/16] kern/12668 The kernel clock goes slow with PLIP devi o [1999/07/16] ports/12674 nik textproc/docproj port has an invalid depe o [1999/07/16] ports/12675 chuckr [PATCH] textproc/sp port installs config. o [1999/07/18] kern/12697 Out of swap handling [PATCH] o [1999/07/18] ports/12699 ports New port: gnofin-0.5.10 o [1999/07/18] ports/12700 jmz Errors in mtools.conf file o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] ports/12721 brian Leafnode 1.9.4 has enhancements and bug f o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/20] kern/12723 Unnecessary use of magic numbers in F_[SG o [1999/07/20] ports/12725 ache Doing a 'make install' for bash2 gets ins o [1999/07/20] ports/12726 jfitz p5-Pg fixed o [1999/07/21] ports/12737 jfitz regex for checking load avergaes is wrong o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/07/22] ports/12761 wosch sysutils/stat doesn't terminate buffer an 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. o [1999/07/22] bin/12767 doc Expand /etc/ttys manpage o [1999/07/22] bin/12768 billf Compilation warning for fortune.c o [1999/07/22] kern/12770 mount_msdos causes panic: kmem_malloc(134 o [1999/07/23] misc/12776 Add PAM hooks to rlogind and rshd f [1999/07/23] bin/12782 sheldonh xntpd doesn't handle interface aliases pr o [1999/07/24] ports/12787 obrien port of GNU helloworld o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy o [1999/07/24] ports/12790 kris Update Port: maildrop s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] kern/12803 obrien patch to make xe driver's noise configura o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/27] kern/12833 Support for TI1225 PCI to CardBus Bridge o [1999/07/27] ports/12835 andy New port: libcgic-1.06 o [1999/07/27] ports/12836 jfitz p5-Apache port mod_perl part is out of da o [1999/07/28] ports/12851 jmz XFree86 needs change for pc98 o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused o [1999/07/28] ports/12864 ache update: less-340 a [1999/07/28] bin/12866 sheldonh [PATCH] RFE for /bin/ls to add a -n optio 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/30] ports/12890 obrien nmap seems to break under certain conditi o [1999/07/30] ports/12891 torstenb Please update converters/recode to 3.5 o [1999/07/31] kern/12896 Incorrect CPU model display at boot time o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/07/31] ports/12899 ports New port: wmnet-new o [1999/07/31] ports/12903 ports new ports/database/p5-* o [1999/07/31] ports/12904 taoka new ports/devel/gperf o [1999/08/01] ports/12915 ports Add elm 2.5 to ports o [1999/08/01] ports/12916 wosch Update Checkbot to 1.56 o [1999/08/02] docs/12933 n_hibma sio.4 misses description of 0x0080 flag o [1999/08/02] ports/12934 ache procmail 3.13 port doesn't have "install- o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] bin/12942 m4: len(`') returns `' a [1999/08/03] kern/12943 dg fxp driver not completely compatible with o [1999/08/03] bin/12946 top(1) gives incorrect delay default o [1999/08/04] docs/12951 doc missing link to japanese mailing list gui 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 o [1999/08/04] bin/12960 des basename(3) and dirname(3) o [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/04] docs/12969 doc Informacion incorrecta para versiones Fre 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] misc/12992 sector size independent patch for msdosfs o [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/05] docs/12994 hoek Update to getopt.3 to agree with style.9 o [1999/08/06] bin/13000 vi core dumped o [1999/08/06] ports/13006 erich update emulators/x48 to 0.4.1d o [1999/08/07] conf/13016 Wrong sendmail.cf file used by mergemaste o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] docs/13034 doc incorrect (old/obsolete) manpage for name o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13070 sheldonh line(1) as required by Unix 98 o [1999/08/11] bin/13071 sheldonh link(1) as required by Unix 98 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] bin/13074 sheldonh unlink(1) as required by Unix 98 o [1999/08/11] docs/13079 mpp new man page describing timeradd() family o [1999/08/11] kern/13082 dfr Improved support for NE2000 PnP cards o [1999/08/11] misc/13089 sysinstall repeatedly installs a distribu s [1999/08/12] bin/13091 sheldonh [PATCH] pdksh-derived replacement for tes o [1999/08/12] bin/13092 des Fetch doesn't default to the correct http o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] docs/13116 doc typo in ms(7) o [1999/08/13] misc/13117 CVS repo src/lib/libc_r/uthread incorrect o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/13] ports/13129 torstenb Postfix Port Ignores MANPREFIX o [1999/08/13] ports/13133 chuckr update: xpdf 0.90 o [1999/08/14] bin/13143 alfred changing mount flags on a mounted filesys o [1999/08/15] misc/13152 systemwide username too short (currently o [1999/08/15] docs/13153 doc fdc.4 has typo (a line which begin with ' o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/15] kern/13164 kthread_exit stops, but doesn't release p o [1999/08/15] ports/13167 torstenb [PATCH] security/ssh package keygen fails o [1999/08/15] i386/13171 "config" not quite right for kernel not n o [1999/08/16] ports/13173 andy New port: yiff-0.33 o [1999/08/16] misc/13185 "tengo problemas con el pop3" o [1999/08/17] ports/13191 andy New port: fire-1.0 o [1999/08/17] ports/13201 ports New port: xmess (X11 emulator for game co o [1999/08/17] kern/13209 IPFILTER_DEFAULT_BLOCK not in /usr/src/sy o [1999/08/17] docs/13211 chris [LIST] Some man pages has references to n o [1999/08/17] kern/13215 ALPS GlidePoint in Sony Z505 not recogniz 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/18] bin/13235 mpp allow preprocessing with tbl(1) for nroff o [1999/08/18] bin/13236 joe Patch for whois to use UK Nominet databas o [1999/08/18] conf/13249 sysinstall not installing from a local ft o [1999/08/18] ports/13251 andy New port: founts-11 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] ports/13267 andy New port: glasteroids-1.0 o [1999/08/20] misc/13275 inter.phone has old codes for Guatemala o [1999/08/20] bin/13278 rogue: killed by fire corrupts score file o [1999/08/20] kern/13281 wollman Support for VLANs missing? o [1999/08/20] misc/13282 partial compliance of dlopen to the Singl o [1999/08/21] ports/13291 andy New port: xap-xwf-0.7.8 o [1999/08/21] bin/13309 Fixes to nos-tun s [1999/08/21] kern/13314 sheldonh can't compile when softupdates + debug. o [1999/08/22] misc/13326 additional timeval interfaces for 512MB o [1999/09/21] ports/13887 taoka New port (fmirror) o [1999/09/22] misc/13895 nonexistent words in /usr/share/dict/web2 o [1999/09/22] ports/13898 obrien New port: misc/dictd o [1999/09/22] bin/13901 strptime breaks when handling some numeri o [1999/09/22] conf/13907 dummynet.4 correction, rc addition of s [1999/09/22] bin/13909 sheldonh /etc/security problems: IPFIREWALL and pa o [1999/09/22] docs/13914 doc global(1) manpage does not explain -v opt o [1999/09/23] conf/13916 mpp man outputs footer only page as first pag o [1999/09/23] conf/13918 Termcap entries for VESA modes missing o [1999/09/23] gnu/13921 awk -v var=val coredump o [1999/09/23] kern/13924 sb/snd driver broken under 4.0-19990918-C f [1999/09/24] gnu/13935 ru FreeBSD uses an obsolete version of grep o [1999/09/24] i386/13936 No clear indictaion of how much space to o [1999/09/25] docs/13950 doc webpage idea o [1999/09/25] ports/13952 se update emulators/wine to 990923 (supersed o [1999/09/25] docs/13956 doc commercial vendor: JAV-Associates Consult o [1999/09/25] docs/13957 doc Correction to your website for ZNYX Corp. o [1999/09/25] docs/13959 doc cgi notes o [1999/09/25] docs/13967 doc FreeBSD Related Publications in Korea o [1999/09/25] docs/13970 doc FreeBSD Newbie Newsletter o [1999/09/26] kern/13979 [PATCH] add serial number to IDE HD probe o [1999/09/26] ports/13986 ports New port: sysutils/gnometoaster o [1999/09/26] gnu/13989 SIGWINCH corrupts the display of a multil o [1999/09/27] ports/14001 scrappy [PATCH] New version 2.3.0 of the mico por o [1999/09/27] kern/14006 pas2_pcm.c pcm playback problem, with fix o [1999/09/28] docs/14024 doc Several manpages still mentions hosts.den o [1999/09/29] docs/14035 doc tzfile.h referenced in tzfile(5) doesn't 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/09/30] ports/14052 ports fvwm95-i18n - missing dependence to fbsd- o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/09/30] i386/14071 FreeBSD 3.3 Installation CD does not boot o [1999/10/01] docs/14074 grog vinum(8) manpage gets warning 2.24.2 o [1999/10/31] kern/14634 Mixer synth & mixer CD seem to be swapped o [1999/10/31] kern/14639 convert proc.p_peers to a queue(3) LIST o [1999/11/01] ports/14643 ports A Chinese/English dictionary o [1999/11/01] ports/14644 ports A Big5-localized & XIM-enabled XEmacs por o [1999/11/01] ports/14645 ports New port: games/dungeon, (Zork !) 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/01] ports/14652 se update emulators/wine to 991031 (supersed o [1999/11/02] conf/14658 Estonian keymaps not yet included in Free o [1999/11/02] ports/14661 ports new port: dia-0.81 o [1999/11/02] ports/14663 ports aspell-.27.2 port doesn't read dictionari o [1999/11/02] gnu/14664 tar checks for volno-file even if it shou o [1999/11/02] conf/14667 [FIX] wrong swissgerman/swissfrench ISO-k o [1999/11/02] ports/14668 ports new port - freetds o [1999/11/02] ports/14675 ports New port: devel/kdbg o [1999/11/02] docs/14677 chris listing of (48) utilities in /bin:/sbin:/ o [1999/11/03] docs/14682 doc lprm(1) unaware of lp(1) Environment Vari o [1999/11/03] ports/14683 ports New port: games/speyes o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/03] bin/14697 grog Exploitable buffer overflow in Vinum (Fre o [1999/11/03] ports/14700 mharo libmikmod upgrade o [1999/11/03] ports/14701 ports New Port o [1999/11/04] ports/14705 ports [NEW PORTS] ports of xls2xml converter an o [1999/11/04] misc/14706 jkh sysinstall coredumps o [1999/11/04] conf/14714 Need support for imap4 and pop3 in /etc/p o [1999/11/04] ports/14716 ports This is a port of a Swedish dictionary to o [1999/11/05] ports/14720 ports New port: editors/bvi o [1999/11/05] ports/14728 ports New Port: misc/freedialog o [1999/11/05] bin/14731 The kernel has vlan support but ifconfig o [1999/11/06] ports/14741 ports A summary of the old ispell-language-file o [1999/11/06] ports/14743 ports tcl/e package install hangs sysinstall wi o [1999/11/06] ports/14744 ports tksetathome hangs sysinstall due to lack o [1999/11/06] ports/14745 ports local package fails to install o [1999/11/06] misc/14746 xf86config shell script leaves arrow keys o [1999/11/06] misc/14747 can't install docs 'cause lynx isn't ther o [1999/11/07] ports/14759 ports Many minor port clean-ups o [1999/11/07] ports/14760 asami bsd.port.mk: Speed-up for clean-depends o [1999/11/07] ports/14761 ports More minor port clean-ups o [1999/11/07] ports/14771 ports sslwrap - a new port o [1999/11/07] ports/14773 foxfair Update-port: security/nessus o [1999/11/07] ports/14774 foxfair New port: security/nessus-libraries o [1999/11/07] ports/14775 foxfair New port: security/nessus-libnasl o [1999/11/07] ports/14776 foxfair New port: security/nessus-plugins o [1999/11/07] kern/14778 sio.c doesn't recognize USR model 3090 IS o [1999/11/08] ports/14783 ports mgetty 1.1.12 always sets clocal o [1999/11/08] bin/14786 tail breaks on large files o [1999/11/08] ports/14790 cpiazza new port (xshipwars-client-1.20) 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/08] misc/14795 Core Dump of /stand/sysinstall o [1999/11/09] ports/14798 ache ports/comms/rzsz no longer compiles becau o [1999/11/09] i386/14800 FreeBSD BootMgr not configurable (or at l o [1999/11/09] ports/14809 andreas ports:postgresql update (postgresql 6.5.3 o [1999/11/10] conf/14810 [PATCH] initialising multiple interfaces o [1999/11/10] i386/14816 lnc(4) can work with Am79C937 o [1999/11/10] bin/14817 strptime(3) '%C' conversion incorrect o [1999/11/10] ports/14820 torstenb New version of postfix o [1999/11/11] ports/14822 jfitz majordomo sets group-writable dir's o [1999/11/11] ports/14824 wosch no '\0' at the end of buffer o [1999/11/11] ports/14827 ports fftw-2.1.2 -> 2.1.3 port upgrade o [1999/11/11] bin/14829 rc.shutdown is handled unconsistently by o [1999/11/11] ports/14833 jraynard update port: sfio o [1999/11/11] ports/14838 ache New Speak Freely has been released 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] bin/14842 PAM's pam_unix.so does not load libcrypt. o [1999/11/12] ports/14854 peter port comms/conserver partially ignores ${ o [1999/11/12] ports/14855 ports [NEW PORT] hns (Hyper NIKKI System) o [1999/11/12] docs/14858 doc pthread_cond_{destroy,timed_wait,wait}.3 f [1999/11/13] ports/14859 ports OpenSSH has no support for the login clas f [1999/11/13] ports/14863 green OpenSSH source unfetchable from behind NA o [1999/11/13] conf/14864 I can not get dual Boot to boot FreeBSD f o [1999/11/13] ports/14866 ports Upgrade FP Exts to FrontPage 2000 Exts. o [1999/11/14] misc/14868 Freebsd 3.2-REL with 1 ISA PNP and 1 PCI o [1999/11/14] ports/14869 ports New FreeBSD port for jesred-1.2.pl1 o [1999/11/14] ports/14870 ports port submission: lc-1.0 o [1999/11/14] ports/14871 ports Updates: audio/timidity++-motif o [1999/11/14] ports/14872 ports Updates: japanese/tkdesk o [1999/11/14] misc/14873 corrupted file attachments when mail pass o [1999/11/14] ports/14874 ports Eterm 0.8.10 was released o [1999/11/14] ports/14877 ports Update to Scilab port to 2.4.1 o [1999/11/14] ports/14879 ports New port: lang/starlogo o [1999/11/14] ports/14881 ports Change of maintainer e-mail address o [1999/11/14] ports/14887 ports improvements for archivers/linux_rar port o [1999/11/14] ports/14889 ports [PATCH] dynamic loading for WINE port o [1999/11/14] i386/14891 New smbus driver lmsmb o [1999/11/14] ports/14894 ports comm/kermit some fixed patch o [1999/11/15] ports/14899 ports New Port: /editors/staroffice51a o [1999/11/15] ports/14902 ports Update port: converters/aish to 1.13 o [1999/11/15] ports/14903 ports Update port: emulators/cpmemu to 0.2.1.1 o [1999/11/15] ports/14904 jmz Update port: graphics/png to 1.0.5 o [1999/11/15] ports/14905 ports Update port: mail/balsa to 0.4.9.5 o [1999/11/15] ports/14906 ports Update devel/glade to 0.5.5 o [1999/11/15] bin/14911 Install of opiekey missing links to otp-m o [1999/11/15] ports/14915 ports Update port: net/generic-nqs o [1999/11/16] ports/14921 ports New version of misc/display. o [1999/11/16] ports/14922 ports Want to contribute new package/port o [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 o [1999/11/16] ports/14933 imp Simple patch to log password attempts on o [1999/11/16] docs/14936 doc Update for chpass.1 man page o [1999/11/17] pending/14939gnats-adminUpdate of sysutils/prips o [1999/11/17] pending/14940gnats-adminUpdate of sysutils/ipsc s [1999/11/17] kern/14941 kato /etc/init vs kern.securelevel incoherence o [1999/11/17] ports/14945 ports [NEW PORT] gtkdiff - the diff(1) front-en o [1999/11/17] ports/14947 ports New port: databases/p5-MyObject o [1999/11/17] docs/14952 doc Missing man page (terminfo(5)) mentioned o [1999/11/17] bin/14954 search.h is missing o [1999/11/17] ports/14956 ports new port: www/screem o [1999/11/17] ports/14957 ports gtk12 requires Cronyx fonts for Russian l o [1999/11/17] ports/14963 ports update for current sox port to include GS o [1999/11/17] ports/14965 ports stat port doesn't know fifo file type o [1999/11/17] kern/14968 Convert resource_head and resource.r_link o [1999/11/17] ports/14969 ports Update port: databases/p5-Mysql o [1999/11/17] ports/14970 peter conserver-7.4 port submission o [1999/11/17] ports/14971 ports mkcmd-8.10 port submission o [1999/11/17] ports/14972 ports msrc0-0.6 port submission o [1999/11/18] conf/14973 Digi-multiport serial card? o [1999/11/18] conf/14974 In RELENG_3, fdisk reports sizes incorrec o [1999/11/18] ports/14977 peter conserver doesn't support speed over than o [1999/11/18] ports/14982 ports Update port: www/zope f [1999/11/18] ports/14983 green OpenSSH, support for login.conf o [1999/11/18] ports/14986 ports possible bug in ssh1 o [1999/11/18] kern/14990 cg new-pcm caveats o [1999/11/18] ports/14991 ports Tcl Data transformations (Tcl-Trf) port o [1999/11/19] misc/14993 Freebsd Locks up when trying to set the h o [1999/11/19] ports/14994 ports [ports upgrade] chinese/pine4 from 4.20 t o [1999/11/19] misc/14999 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] docs/15004 doc isdnd.rc.5 typo (changing -> charging, an o [1999/11/20] ports/15005 ports Updated port: japanese/gnomeicu o [1999/11/20] ports/15006 ports xsane update 0.39 -> 0.45 o [1999/11/20] ports/15007 ports New port: mail/grepmail o [1999/11/20] ports/15008 jfieber textproc/jade port broken under -current o [1999/11/20] conf/15010 "client" firewall configuration kills inc o [1999/11/20] kern/15014 DDB can't find symbol for address in kern o [1999/11/21] ports/15016 ports New Port: lang/yabasic o [1999/11/21] ports/15021 ports some port installs fail for non-root user o [1999/11/21] kern/15022 mjacob Suggestion for enhancement: move isp firm o [1999/11/21] ports/15024 ports new port: sysutils/detach o [1999/11/21] bin/15025 chio appears to ignore ACCESS field o [1999/11/21] ports/15027 ports libmcrypt's distfiles should be updated o [1999/11/21] ports/15030 ports New patch, i3dren o [1999/11/21] ports/15031 ports new port editors/auctex o [1999/11/21] ports/15034 ports update postgresql port to 6.5.3 o [1999/11/21] ports/15035 ports [Tcl/Tk] apply plus patch to Tcl/Tk8.2 o [1999/11/21] docs/15036 doc update of queue manpage o [1999/11/21] conf/15038 In sysinstall, easy to not notice that se o [1999/11/22] ports/15041 ports Update chinese/autoconvert to 0.3.3 o [1999/11/22] ports/15042 ports linux-realplayer gives wrong information o [1999/11/22] ports/15043 ports graphics/mpeg-lib doesn't honor CFLAGS o [1999/11/22] ports/15044 ports Update ports: x11-clocks/swisswatch o [1999/11/22] ports/15045 ports update of upclient port o [1999/11/22] bin/15048 tcopy reports incorrect values 1390 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 Nov 22 14:52:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from Mercury.unixrules.net (Mercury.UNIXRules.NET [216.65.46.2]) by hub.freebsd.org (Postfix) with SMTP id ADB9314CC8 for ; Mon, 22 Nov 1999 14:52:19 -0800 (PST) (envelope-from geniusj@Mercury.unixrules.net) Received: (qmail 33971 invoked by uid 1046); 22 Nov 1999 22:50:21 -0000 Date: Mon, 22 Nov 1999 14:50:21 -0800 (PST) From: geniusj To: questions@freebsd.org Cc: bugs@freebsd.org Subject: sscape_mss0 borked? (fwd) 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 This has been a problem that has been around ever since I began using the -CURRENT tree.. actually, shortly after on a cvsup.. Anyhoo, I have had the problem throughout multiple installworlds/kernel builds, etc.. The problem is mainly that sscape_mss on my Ensoniq Soundscape (original) skips when playing mp3s and other things.. I get a lot of static,a nd the longer it plays, the more it happens.. This does not happen in any other OS and it did not happen in 3.x either.. .. I'm thinking that maybe there is a memory leak in the driver or something.. because it takes time to take effect, it is not immediate, but definitely a bug.. If anyone has this problem or would like to help me with it.. please do :).. I am pretty sure this is a bug, but if it isn't, i'll do whatever I have to do to fix it, it's quite annoying :-).. If this is a bug, please fix it soon, no matter how trivial sound might seem to some of the people on this list.. Thanks in advance :) Below is dmesg output.. Cheers, Jason DiCioccio ------- dmesg output ------- sscape0 at port 0x330 irq 9 on isa0 snd0: snd0: sscape_mss0 at port 0x534 irq 5 drq 1 on isa0 snd0: WARNING: "snd" is usurping "snd"'s cdevsw[] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 17:42: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 809ED14A28 for ; Mon, 22 Nov 1999 17:42:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72957; Mon, 22 Nov 1999 17:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hunahpu.sics.se (hunahpu.sics.se [193.10.66.220]) by hub.freebsd.org (Postfix) with ESMTP id 9029014A07; Mon, 22 Nov 1999 17:32:47 -0800 (PST) (envelope-from root@hunahpu.sics.se) Received: (from root@localhost) by hunahpu.sics.se (8.9.3/8.9.3) id CAA29996; Tue, 23 Nov 1999 02:33:21 +0100 (CET) (envelope-from root) Message-Id: <199911230133.CAA29996@hunahpu.sics.se> Date: Tue, 23 Nov 1999 02:33:21 +0100 (CET) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: shin@freebsd.org, assar@stacken.kth.se X-Send-Pr-Version: 3.2 Subject: kern/15053: kernel with INET6 doesn't build Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15053 >Category: kern >Synopsis: kernel with INET6 doesn't build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 17:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: current 1999-11-23, i386 >Description: The kernel doesn't build with INET6. >How-To-Repeat: add options INET6 to your kernel, run `config' and `make' >Fix: --- /sys/conf/options~ Tue Nov 23 02:03:02 1999 +++ /sys/conf/options Tue Nov 23 02:21:56 1999 @@ -216,6 +216,8 @@ MROUTING opt_mrouting.h INET opt_inet.h INET6 opt_inet.h +IPSEC opt_ipsec.h +IPV6FIREWALL opt_ip6fw.h IPDIVERT DUMMYNET opt_ipdn.h IPFILTER_LKM opt_ipfilter.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Nov 22 18:52:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3493F1501D for ; Mon, 22 Nov 1999 18:52:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA78446; Mon, 22 Nov 1999 18:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 53DE414E09; Mon, 22 Nov 1999 18:44:24 -0800 (PST) Message-Id: <19991123024424.53DE414E09@hub.freebsd.org> Date: Mon, 22 Nov 1999 18:44:24 -0800 (PST) From: jan@physik.tu-berlin.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/15054: system with ncr controller fails to boot if plextor cdrom connected Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15054 >Category: kern >Synopsis: system with ncr controller fails to boot if plextor cdrom connected >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 18:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jan Riedinger >Release: 3.3-RELEASE >Organization: >Environment: FreeBSD janri 3.3-RELEASE FreeBSD 3.3-RELEASE #3: Sun Nov 14 14:20:40 CET 1999 root@:/usr/src/sys/compile/JANRI i386 >Description: If I connect my new Plextor cdrom to my ncr controller the system fails under 3.3-RELEASE to boot. The last lines, which I see on the boot screen are (this is a hand made copy, so I hope there are no errors): ncr0:0 ERROR (0:c1) (9-ae-800) (8/95) @ (scripth 16cc:1900000e). ncr0: script cmd= 88080000 ncr0: regdump ca 10 80 95 47 08 00 1f 01 09 00 ae 80 00 0e 00. ncr0: have to clear fifos ncr0: restart (fatal error) (probe5:ncr:0:0:5:0): COMMAND FAILD (9 ff) @ 0xc086da00 (probe4:ncr:0:0:4:0): COMMAND FAILD (9 ff) @ 0xc086dc00 (probe0:ncr:0:0:0:0): COMMAND FAILD (9 a) @ 0xc086b400 ncr0: timeout nccb=0xc086 7800 (skip) ncr0: timeout nccb=0xc086 7400 (skip) ncr0: timeout nccb=0xc086 b800 (skip) RELEASE 2.2.6 boots fine even with the CDROM This is the dmesg output from booting without the CDROM under 3.3: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.3-RELEASE #3: Sun Nov 14 14:20:40 CET 1999 root@:/usr/src/sys/compile/JANRI Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6tm w/ multimedia extensions (232.67-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x562 Stepping = 2 Features=0x8001bf AMD Features=0x400<> real memory = 67108864 (65536K bytes) avail memory = 61276160 (59840K bytes) Preloaded elf kernel "kernel" at 0xc03d0000. vinum: loaded Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x01 on pci0.7.0 ide_pci0: rev 0x00 on pci0.7.1 vga0: rev 0x02 int a irq 9 on pci0.10.0 bktr0: rev 0x12 int a irq 9 on pci0.11.0 Hauppauge WinCast/TV, Temic PAL I tuner, msp3400c stereo. bktr0: Detected a MSP3410D-B4 ncr0: rev 0x02 int a irq 11 on pci0.12.0 Probing for PnP devices: CSN 1 Vendor ID: CTL0070 [0x70008c0e] Serial 0xffffffff Comp ID: PNPb02f [0x2fb0d041] This is a SB16 PnP, but LDN 0 is disabled Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x280-0x29f irq 5 maddr 0xd8000 msize 16384 on isa ed0: address 00:00:c0:c8:3b:9f, type SMC8216/SMC8216C (16 bit) atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A pcm0 not found fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 4884MB (10003392 sectors), 9924 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 14664MB (30033360 sectors), 29795 cyls, 16 heads, 63 S/T, 512 B/S wdc1 not found at 0x170 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 isic0 at 0xd80 irq 10 flags 0x3 on isa isic0: Teles S0/16.3 isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x960) isic0: HSCvga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface IP packet filtering initialized, divert enabled, rule-based forwarding enabled, logging disabled i4b: ISDN call control device attached i4bisppp: 4 ISDN SyncPPP device(s) attached i4bctl: ISDN system control port attached i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression) i4btel: 2 ISDN telephony interface device(s) attached i4brbch: 4 raw B channel access device(s) attached i4btrc: 4 ISDN trace device(s) attached sa0 at ncr0 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 4.807MB/s transfers (4.807MHz, offset 8) changing root device to wd1s1a i4b: unit 0, assigned TEI = 69 = 0x45 cd0 at ncr0 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 - tray closed This is the dmesg output from 2.2.6 R with connected CDROM Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.6-RELEASE #0: Tue Nov 9 02:18:41 CET 1999 jan@janri.home.cs.tu-berlin.de:/usr/src/sys/compile/BRAHMS CPU: AMD-K6tm w/ multimedia extensions (232.67-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x562 Stepping=2 Features=0x8001bf real memory = 67108864 (65536K bytes) avail memory = 63111168 (61632K bytes) Probing for devices on PCI bus 0: chip0 rev 3 on pci0:0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 vga0 rev 2 int a irq 9 on pci0:10:0 bktr0 rev 18 int a irq 9 on pci0:11:0 Hauppauge WinCast/TV, Temic PAL tuner, msp3400c stereo. ncr0 rev 2 int a irq 11 on pci0:12:0 (ncr0:0:0): "PLEXTOR CD-ROM PX-40TS 1.10" type 5 removable SCSI 2 cd0(ncr0:0:0): CD-ROM cd0(ncr0:0:0): asynchronous. can't get the size (ncr0:4:0): "TANDBERG TDC 4222 =07:" type 1 removable SCSI 2 st0(ncr0:4:0): Sequential-Access st0(ncr0:4:0): 4.0 MB/s (250 ns, offset 8) density code 0x0, drive empty (ncr0:5:0): "PLEXTOR CD-R PX-W4220T 1.01" type 5 removable SCSI 2 cd1(ncr0:5:0): CD-ROM cd1(ncr0:5:0): asynchronous. can't get the size Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x280-0x29f irq 5 maddr 0xd8000 msize 16384 on isa ed0: address 00:00:c0:c8:3b:9f, type SMC8216/SMC8216C (16 bit) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt1 not found at 0xffffffff psm0 at 0x60-0x64 irq 12 on motherboard psm0: model Generic PS/2 mouse, device ID 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 4884MB (10003392 sectors), 9924 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 8063MB (16514064 sectors), 16383 cyls, 16 heads, 63 S/T, 512 B/S wdc1 not found at 0x170 isic0 at 0xd80 irq 10 flags 0x3 on isa isic0: Teles S0/16.3 isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x960) isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x160, AddrB=0x560) npx0 flags 0x1 on motherboardnpx0: INT 16 interface sb0 not found at 0x220 sbmidi0 not found at 0x330 i4b: ISDN call control device attached i4bisppp: 4 ISDN SyncPPP device(s) attached i4bctl: ISDN system control port attached i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression) i4btel: 2 ISDN telephony interface device(s) attached i4brbch: 4 raw B channel access device(s) attached i4btrc: 4 ISDN trace device(s) attached IP packet filtering initialized, divert enabled, logging disabled ed0: device timeout  >How-To-Repeat: The booting with CDROM is never succesfull under 3.3 R >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 Nov 22 19: 0:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 980CD14BF5 for ; Mon, 22 Nov 1999 19:00:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA79268; Mon, 22 Nov 1999 19:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id BD56014BD5 for ; Mon, 22 Nov 1999 18:52:48 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Nov 1999 02:50:38 +0000 (GMT) Message-Id: <199911230250.aa05526@walton.maths.tcd.ie> Date: Tue, 23 Nov 1999 02:50:38 +0000 (GMT) From: iedowse@maths.tcd.ie Reply-To: iedowse@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/15055: Soft NFS mounts can deadlock Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15055 >Category: kern >Synopsis: Soft NFS mounts can deadlock >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 19:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ian Dowse >Release: FreeBSD 3.3-STABLE i386 >Organization: School of Mathematics, Trinity College Dublin >Environment: FreeBSD -current or -stable, mounting an NFS filesystem with the NFSMNT_SOFT (-s) flag. >Description: Under certain circumstances it is possible for multiple processes to reach a deadlock situation when accessing a soft-mount NFS filesystem. This problem is triggered when the NFS server becomes unavailable for a time, but the processes remain deadlocked even after the server comes back. If the mount is also interruptable (NFSMNT_INT or -i), then recovery is possible by killing some of the affected processes; otherwise a reboot is necessary. This problem results from an interaction between the NFS congestion window mechanism, and the way that soreceive()'s on the NFS socket are serialised. When the NFS server becomes unavailable and there are outstanding requests (new or old), the NFS congestion window quickly shrinks back to 1 RPC. Requests then fall into two catagories: (a) those that managed to get in and send a request before the window closed up (R_SENT flag set); and (b) those that missed the window, so are waiting for nfs_timer() to transmit their requests later. The deadlock occurs when a process with a category (b) request gets the receive lock, and subsequently all type (a) requests time out. No type (a) requests are transmitted since they have all timed out, and the congestion window disallows transmitting type (b) requests. The process holding the receive lock will not release it until it receives a NFS reply (for any request), but since there are no requests being transmitted, this never happens. The timed- out requests don't complete either since their processes are all waiting for the receive lock! If the mount is interruptable, then killing the type (b) process that currently holds the receive lock will release it. Then all the type (a) processes notice that their requests have timed out, and return. >How-To-Repeat: mount -o -s,-i someserver:/fs /mnt # Lots of accesses to push down the NFS RTT estimates find /mnt -print > /dev/null # *** Disconnect the server from the client *** # Make some type (a) processes ls -l /mnt &; ls -l /mnt &; ls -l /mnt &; ls -l /mnt & sleep 5 # Now that the congestion window has closed these will be type (b) df /mnt &; df /mnt &; df /mnt &; df /mnt & Then wait for a few 'nfs server not responding' errors, and wait for the NFS traffic to stop completely with one of the df processes waiting on 'sbwait'. When this happens, reconnecting the server will not unwedge the processes, but killing the df in 'sbwait' will. >Fix: Apply the following patch to sys/nfs/nfs_socket.c. This causes the count of outstanding requests to be decremented as soon as a request is marked as timed-out. When all type (a) requests have timed out, the congestion window will allow another request to be transmitted, so the deadlock is avoided. Note that while this patch solves the deadlock problem, the code still does not guarantee that a process will be made aware quickly that its request has timed out. That would require nfs_timer() to set some flag in the nfsmount struct, instructing the current holder of the receive lock to release it as soon as possible. I'm not sure that such a mechanism would be worth the effort. With this patch the process will find out eventually (it doesn't need to wait for the server to come back) about a timeout, and all waiting processes will respond quickly when the server does return. --- nfs_socket.c.orig Mon Nov 22 21:58:12 1999 +++ nfs_socket.c Mon Nov 22 22:43:33 1999 @@ -152,6 +152,7 @@ static void nfs_realign __P((struct mbuf **pm, int hsiz)); static int nfs_receive __P((struct nfsreq *rep, struct sockaddr **aname, struct mbuf **mp)); +static void nfs_softterm __P((struct nfsreq *rep)); static int nfs_reconnect __P((struct nfsreq *rep)); #ifndef NFS_NOSERVER static int nfsrv_getstream __P((struct nfssvc_sock *,int)); @@ -864,8 +865,10 @@ if (nmp->nm_cwnd > NFS_MAXCWND) nmp->nm_cwnd = NFS_MAXCWND; } - rep->r_flags &= ~R_SENT; - nmp->nm_sent -= NFS_CWNDSCALE; + if (rep->r_flags & R_SENT) { + rep->r_flags &= ~R_SENT; + nmp->nm_sent -= NFS_CWNDSCALE; + } /* * Update rtt using a gain of 0.125 on the mean * and a gain of 0.25 on the deviation. @@ -1384,7 +1387,7 @@ if (rep->r_mrep || (rep->r_flags & R_SOFTTERM)) continue; if (nfs_sigintr(nmp, rep, rep->r_procp)) { - rep->r_flags |= R_SOFTTERM; + nfs_softterm(rep); continue; } if (rep->r_rtt >= 0) { @@ -1412,7 +1415,7 @@ } if (rep->r_rexmit >= rep->r_retry) { /* too many */ nfsstats.rpctimeouts++; - rep->r_flags |= R_SOFTTERM; + nfs_softterm(rep); continue; } if (nmp->nm_sotype != SOCK_DGRAM) { @@ -1491,6 +1494,27 @@ nfs_timer_handle = timeout(nfs_timer, (void *)0, nfs_ticks); } +/* + * Flag a request as being about to terminate (due to NFSMNT_INT/NFSMNT_SOFT). + * The nm_send count is decremented now to avoid deadlocks when the process in + * soreceive() hasn't yet managed to send its own request. + */ +static void +nfs_softterm(rep) + struct nfsreq *rep; +{ + rep->r_flags |= R_SOFTTERM; + + /* + * Decrement the outstanding request count, and clear R_SENT so + * that the decrement doesn't get done again later. + */ + if (rep->r_flags & R_SENT) { + rep->r_nmp->nm_sent -= NFS_CWNDSCALE; + rep->r_flags &= ~R_SENT; + } +} + /* * Test for a termination condition pending on the process. >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 Nov 22 20:50:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D0481595A for ; Mon, 22 Nov 1999 20:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA88515; Mon, 22 Nov 1999 20:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mulet.e.kth.se (mulet.e.kth.se [130.237.43.20]) by hub.freebsd.org (Postfix) with ESMTP id 4F8141512C for ; Mon, 22 Nov 1999 20:44:37 -0800 (PST) (envelope-from root@mulet.e.kth.se) Received: (from root@localhost) by mulet.e.kth.se (8.9.3/8.9.3) id FAA98849; Tue, 23 Nov 1999 05:44:31 +0100 (CET) (envelope-from root) Message-Id: <199911230444.FAA98849@mulet.e.kth.se> Date: Tue, 23 Nov 1999 05:44:31 +0100 (CET) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@stacken.kth.se X-Send-Pr-Version: 3.2 Subject: bin/15056: gethostbyname complains about SIG RR:s Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15056 >Category: bin >Synopsis: gethostbyname complains about SIG RR:s >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 20:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD-current (and -stable) (I think this fix should be MFCed) >Description: When doing gethostbyname() on a host that has a SIG RR in DNS, the resolver libraries gets unhappy and logs a complaint about not getting an A RR. >How-To-Repeat: mulet# ping www.s3.kth.se PING bartender.s3.kth.se (130.237.43.157): 56 data bytes 64 bytes from 130.237.43.157: icmp_seq=0 ttl=64 time=0.883 ms Nov 23 05:43:17 mulet ping: gethostby*.gethostanswer: asked for "www.s3.kth.se IN A", got type "SIG" >Fix: --- gethostbydns.c.orig Tue Nov 23 05:24:00 1999 +++ gethostbydns.c Tue Nov 23 05:24:59 1999 @@ -310,6 +310,7 @@ continue; } if (type != qtype) { + if (type != T_KEY && type != T_SIG) syslog(LOG_NOTICE|LOG_AUTH, "gethostby*.gethostanswer: asked for \"%s %s %s\", got type \"%s\"", qname, p_class(C_IN), p_type(qtype), >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 Nov 22 21:10:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08CCD14C9A for ; Mon, 22 Nov 1999 21:10:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA90392; Mon, 22 Nov 1999 21:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from foo.sics.se (foo.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 3600514D12 for ; Mon, 22 Nov 1999 21:02:36 -0800 (PST) (envelope-from assar@foo.sics.se) Received: (from assar@localhost) by foo.sics.se (8.9.3/8.9.3) id GAA39453; Tue, 23 Nov 1999 06:02:41 +0100 (CET) (envelope-from assar) Message-Id: <199911230502.GAA39453@foo.sics.se> Date: Tue, 23 Nov 1999 06:02:41 +0100 (CET) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@stacken.kth.se X-Send-Pr-Version: 3.2 Subject: kern/15057: loading a kld module with a unresolved symbol crashes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15057 >Category: kern >Synopsis: loading a kld module with a unresolved symbol crashes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 21:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 3.3-RELEASE i386 >Organization: none >Environment: >Description: This bug was fixed for -current in kern_module.c:1.18. The original PR seems to have been lost, 1179 (the number mentioned in the CVS log) is another unrelated PR and I've been unable to find the real PR. This fix has been in current for some time and I think it can safely be MFC-ed to stable. And it's also quite annoying to have the kernel crash just because it can't load a module. >How-To-Repeat: kldload a module when a unresolved symbol. >Fix: kern_module.c:1.18 >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 Nov 22 21:50:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA6EF14A04 for ; Mon, 22 Nov 1999 21:50:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA93110; Mon, 22 Nov 1999 21:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 22 Nov 1999 21:50:01 -0800 (PST) Message-Id: <199911230550.VAA93110@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/15054: system with ncr controller fails to boot if plextor cdrom connected Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15054; it has been noted by GNATS. From: "Kenneth D. Merry" To: jan@physik.tu-berlin.de Cc: freebsd-gnats-submit@FreeBSD.ORG, se@FreeBSD.ORG, groudier@club-internet.fr Subject: Re: kern/15054: system with ncr controller fails to boot if plextor cdrom connected Date: Mon, 22 Nov 1999 22:43:26 -0700 (MST) Gerard Roudier and Stefan Esser are the only ones who know how to decipher the NCR driver's error message. Perhaps one of you could decipher Jan's error messages below? Sorry for including the whole text of your problem report, but it may be necessary for one of them to make sense of what is going on. Gerard Roudier has ported his SYM driver from Linux to FreeBSD. It fixes many bugs with the existing NCR driver, and supports most NCR 53c8xx chips, including the 53c860. You may want to try out Gerard's driver, since you'll probably have a better chance of getting your CDROM drive working with it. Here's a snippet from his latest release (November 13th): > I have made available SYM driver 0.10.0. The driver should compile fine > under FreeBSD 3.2, 3.3 and -CURRENT. > > Installation requires the following files: > > ftp://ftp.tux.org/roudier/drivers/freebsd/experimental/SYM-0.9.0-19991024.tar.gz > ftp://ftp.tux.org/roudier/drivers/freebsd/experimental/PATCH-SYM-0.10.0-19991111.gz > ftp://ftp.tux.org/roudier/drivers/freebsd/experimental/README.sym Since the SYM driver supports 3.3, you should be able to install 3.3 without your CDROM drive, patch his driver into the sources, recompile your kernel and try it out. jan@physik.tu-berlin.de wrote... > > >Number: 15054 > >Category: kern > >Synopsis: system with ncr controller fails to boot if plextor cdrom connected > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Nov 22 18:50:00 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Jan Riedinger > >Release: 3.3-RELEASE > >Organization: > >Environment: > FreeBSD janri 3.3-RELEASE FreeBSD 3.3-RELEASE #3: Sun Nov 14 14:20:40 CET 1999 root@:/usr/src/sys/compile/JANRI i386 > >Description: > If I connect my new Plextor cdrom to my ncr controller the system fails > under 3.3-RELEASE to boot. The last lines, which I see on the boot > screen are (this is a hand made copy, so I hope there are no errors): > > ncr0:0 ERROR (0:c1) (9-ae-800) (8/95) @ (scripth 16cc:1900000e). > ncr0: script cmd= 88080000 > ncr0: regdump ca 10 80 95 47 08 00 1f 01 09 00 ae 80 00 0e 00. > ncr0: have to clear fifos > ncr0: restart (fatal error) > (probe5:ncr:0:0:5:0): COMMAND FAILD (9 ff) @ 0xc086da00 > (probe4:ncr:0:0:4:0): COMMAND FAILD (9 ff) @ 0xc086dc00 > (probe0:ncr:0:0:0:0): COMMAND FAILD (9 a) @ 0xc086b400 > ncr0: timeout nccb=0xc086 7800 (skip) > ncr0: timeout nccb=0xc086 7400 (skip) > ncr0: timeout nccb=0xc086 b800 (skip) > > RELEASE 2.2.6 boots fine even with the CDROM > > This is the dmesg output from booting without the CDROM under 3.3: > > Copyright (c) 1992-1999 FreeBSD Inc. > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > FreeBSD 3.3-RELEASE #3: Sun Nov 14 14:20:40 CET 1999 > root@:/usr/src/sys/compile/JANRI > Timecounter "i8254" frequency 1193182 Hz > CPU: AMD-K6tm w/ multimedia extensions (232.67-MHz 586-class CPU) > Origin = "AuthenticAMD" Id = 0x562 Stepping = 2 > Features=0x8001bf > AMD Features=0x400<> > real memory = 67108864 (65536K bytes) > avail memory = 61276160 (59840K bytes) > Preloaded elf kernel "kernel" at 0xc03d0000. > vinum: loaded > Probing for devices on PCI bus 0: > chip0: rev 0x03 on pci0.0.0 > chip1: rev 0x01 on pci0.7.0 > ide_pci0: rev 0x00 on pci0.7.1 > vga0: rev 0x02 int a irq 9 on pci0.10.0 > bktr0: rev 0x12 int a irq 9 on pci0.11.0 > Hauppauge WinCast/TV, Temic PAL I tuner, msp3400c stereo. > bktr0: Detected a MSP3410D-B4 > ncr0: rev 0x02 int a irq 11 on pci0.12.0 > Probing for PnP devices: > CSN 1 Vendor ID: CTL0070 [0x70008c0e] Serial 0xffffffff Comp ID: PNPb02f [0x2fb0d041] > This is a SB16 PnP, but LDN 0 is disabled > Probing for devices on the ISA bus: > sc0 on isa > sc0: VGA color <16 virtual consoles, flags=0x0> > ed0 at 0x280-0x29f irq 5 maddr 0xd8000 msize 16384 on isa > ed0: address 00:00:c0:c8:3b:9f, type SMC8216/SMC8216C (16 bit) > atkbdc0 at 0x60-0x6f on motherboard > atkbd0 irq 1 on isa > psm0 irq 12 on isa > psm0: model Generic PS/2 mouse, device ID 0 > sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa > sio0: type 16550A > sio1 at 0x2f8-0x2ff irq 3 on isa > sio1: type 16550A > pcm0 not found > fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa > fdc0: FIFO enabled, 8 bytes threshold > fd0: 1.44MB 3.5in > wdc0 at 0x1f0-0x1f7 irq 14 on isa > wdc0: unit 0 (wd0): > wd0: 4884MB (10003392 sectors), 9924 cyls, 16 heads, 63 S/T, 512 B/S > wdc0: unit 1 (wd1): > wd1: 14664MB (30033360 sectors), 29795 cyls, 16 heads, 63 S/T, 512 B/S > wdc1 not found at 0x170 > ppc0 at 0x378 irq 7 flags 0x40 on isa > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppc0: FIFO with 16/16/16 bytes threshold > lpt0: on ppbus 0 > lpt0: Interrupt-driven port > ppi0: on ppbus 0 > plip0: on ppbus 0 > isic0 at 0xd80 irq 10 flags 0x3 on isa > isic0: Teles S0/16.3 > isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x960) > isic0: HSCvga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa > npx0 on motherboard > npx0: INT 16 interface > IP packet filtering initialized, divert enabled, rule-based forwarding enabled, logging disabled > i4b: ISDN call control device attached > i4bisppp: 4 ISDN SyncPPP device(s) attached > i4bctl: ISDN system control port attached > i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression) > i4btel: 2 ISDN telephony interface device(s) attached > i4brbch: 4 raw B channel access device(s) attached > i4btrc: 4 ISDN trace device(s) attached > sa0 at ncr0 bus 0 target 4 lun 0 > sa0: Removable Sequential Access SCSI-2 device > sa0: 4.807MB/s transfers (4.807MHz, offset 8) > changing root device to wd1s1a > i4b: unit 0, assigned TEI = 69 = 0x45 > cd0 at ncr0 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 - tray closed > > > This is the dmesg output from 2.2.6 R with connected CDROM > > Copyright (c) 1992-1998 FreeBSD Inc. > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > > FreeBSD 2.2.6-RELEASE #0: Tue Nov 9 02:18:41 CET 1999 > jan@janri.home.cs.tu-berlin.de:/usr/src/sys/compile/BRAHMS > CPU: AMD-K6tm w/ multimedia extensions (232.67-MHz 586-class CPU) > Origin = "AuthenticAMD" Id = 0x562 Stepping=2 > Features=0x8001bf > real memory = 67108864 (65536K bytes) > avail memory = 63111168 (61632K bytes) > Probing for devices on PCI bus 0: > chip0 rev 3 on pci0:0:0 > chip1 rev 1 on pci0:7:0 > chip2 rev 0 on pci0:7:1 > vga0 rev 2 int a irq 9 on pci0:10:0 > bktr0 rev 18 int a irq 9 on pci0:11:0 > Hauppauge WinCast/TV, Temic PAL tuner, msp3400c stereo. > ncr0 rev 2 int a irq 11 on pci0:12:0 > (ncr0:0:0): "PLEXTOR CD-ROM PX-40TS 1.10" type 5 removable SCSI 2 > cd0(ncr0:0:0): CD-ROM > cd0(ncr0:0:0): asynchronous. > can't get the size > (ncr0:4:0): "TANDBERG TDC 4222 =07:" type 1 removable SCSI 2 > st0(ncr0:4:0): Sequential-Access > st0(ncr0:4:0): 4.0 MB/s (250 ns, offset 8) > density code 0x0, drive empty > (ncr0:5:0): "PLEXTOR CD-R PX-W4220T 1.01" type 5 removable SCSI 2 > cd1(ncr0:5:0): CD-ROM > cd1(ncr0:5:0): asynchronous. > can't get the size > Probing for devices on the ISA bus: > sc0 at 0x60-0x6f irq 1 on motherboard > sc0: VGA color <16 virtual consoles, flags=0x0> > ed0 at 0x280-0x29f irq 5 maddr 0xd8000 msize 16384 on isa > ed0: address 00:00:c0:c8:3b:9f, type SMC8216/SMC8216C (16 bit) > sio0 at 0x3f8-0x3ff irq 4 on isa > sio0: type 16550A > sio1 at 0x2f8-0x2ff irq 3 on isa > sio1: type 16550A > lpt0 at 0x378-0x37f irq 7 on isa > lpt0: Interrupt-driven port > lp0: TCP/IP capable interface > lpt1 not found at 0xffffffff > psm0 at 0x60-0x64 irq 12 on motherboard > psm0: model Generic PS/2 mouse, device ID 0 > fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa > fdc0: FIFO enabled, 8 bytes threshold > fd0: 1.44MB 3.5in > wdc0 at 0x1f0-0x1f7 irq 14 on isa > wdc0: unit 0 (wd0): > wd0: 4884MB (10003392 sectors), 9924 cyls, 16 heads, 63 S/T, 512 B/S > wdc0: unit 1 (wd1): > wd1: 8063MB (16514064 sectors), 16383 cyls, 16 heads, 63 S/T, 512 B/S > wdc1 not found at 0x170 > isic0 at 0xd80 irq 10 flags 0x3 on isa > isic0: Teles S0/16.3 > isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x960) > isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x160, AddrB=0x560) > npx0 flags 0x1 on motherboardnpx0: INT 16 interface > sb0 not found at 0x220 > sbmidi0 not found at 0x330 > i4b: ISDN call control device attached > i4bisppp: 4 ISDN SyncPPP device(s) attached > i4bctl: ISDN system control port attached > i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression) > i4btel: 2 ISDN telephony interface device(s) attached > i4brbch: 4 raw B channel access device(s) attached > i4btrc: 4 ISDN trace device(s) attached > IP packet filtering initialized, divert enabled, logging disabled > ed0: device timeout > >  > >How-To-Repeat: > The booting with CDROM is never succesfull under 3.3 R > >Fix: > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 23 2:24:14 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08CCA15326; Tue, 23 Nov 1999 02:24:00 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA13756; Tue, 23 Nov 1999 02:23:16 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Tue, 23 Nov 1999 02:23:16 -0800 (PST) From: Message-Id: <199911231023.CAA13756@freefall.freebsd.org> To: assar@stacken.kth.se, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15053: kernel with INET6 doesn't build Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel with INET6 doesn't build State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Tue Nov 23 02:22:50 PST 1999 State-Changed-Why: Fixed by shin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 23 2:40:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BA7A152A7 for ; Tue, 23 Nov 1999 02:40:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA15175; Tue, 23 Nov 1999 02:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from inga.augusta.de (inga.augusta.de [193.175.23.65]) by hub.freebsd.org (Postfix) with ESMTP id C2CE214A00 for ; Tue, 23 Nov 1999 02:33:30 -0800 (PST) (envelope-from estartu@starbox.augusta.de) Received: (from uucp@localhost) by inga.augusta.de (8.9.3/8.9.3) with UUCP id LAA07252 for FreeBSD-gnats-submit@freebsd.org; Tue, 23 Nov 1999 11:33:17 +0100 (MET) Received: (from root@localhost) by sbgate.starbox.augusta.de (8.9.3/8.9.3) id LAA88517; Tue, 23 Nov 1999 11:27:31 +0100 (CET) (envelope-from estartu) Message-Id: <199911231027.LAA88517@sbgate.starbox.augusta.de> Date: Tue, 23 Nov 1999 11:27:31 +0100 (CET) From: Gerhard Schmidt Reply-To: root@sbgate.starbox.augusta.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/15062: i4 problem with ascend terminalserver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15062 >Category: i386 >Synopsis: i4b stops working after some time >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 23 02:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gerhard Schmidt >Release: FreeBSD 3.2-STABLE i386 >Organization: Augsburger Computer Forum e.V. >Environment: FreeBSD sbgate.starbox.augusta.de 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Jul 31 15:46:08 CEST 1999 root@sbgate.starbox.augusta.de:/usr/src/sys/compile/SBGATE i386 >Description: I use i4b for nearly a year with my local ISP. Last week they switched from a US Robotics Terminal Server to two Ascent Terminalserver. I change my config to the new Destination address. Everything worked for some hours. My system is configured as Dial on Demand. 4 hour later I tried to connect, i4b connected an disconnected after few seconds. an repeated to connect over 40 times with the same result. I activated the debug option and got the following output Nov 23 10:37:40 sbgate /kernel: isp0: lcp open(initial) Nov 23 10:37:40 sbgate /kernel: isp0: phase establish Nov 23 10:37:40 sbgate /kernel: isp0: Up event Nov 23 10:37:40 sbgate /kernel: isp0: lcp up(starting) Nov 23 10:37:40 sbgate /kernel: isp0: lcp output Nov 23 10:37:41 sbgate /kernel: isp0: lcp input(req-sent): Nov 23 10:37:41 sbgate /kernel: isp0: lcp parse opts: mru auth-proto 0x13 [rej] send conf-rej Nov 23 10:37:41 sbgate /kernel: isp0: lcp output Nov 23 10:37:41 sbgate /kernel: isp0: lcp input(req-sent): Nov 23 10:37:41 sbgate /kernel: isp0: lcp input(ack-rcvd): Nov 23 10:37:41 sbgate /kernel: isp0: lcp parse opts: mru auth-proto Nov 23 10:37:41 sbgate /kernel: isp0: lcp parse opt values: mru 1524 auth-proto send conf-ack Nov 23 10:37:42 sbgate /kernel: isp0: lcp output Nov 23 10:37:42 sbgate /kernel: isp0: lcp tlu Nov 23 10:37:42 sbgate /kernel: isp0: phase authenticate Nov 23 10:37:42 sbgate /kernel: isp0: pap output Nov 23 10:37:42 sbgate /kernel: isp0: pap success Nov 23 10:37:42 sbgate /kernel: isp0: phase network Nov 23 10:37:43 sbgate /kernel: isp0: ipcp open(stopped) Nov 23 10:37:43 sbgate /kernel: isp0: lcp close(opened) Nov 23 10:37:43 sbgate /kernel: isp0: phase terminate Nov 23 10:37:43 sbgate /kernel: isp0: lcp output Nov 23 10:37:43 sbgate /kernel: isp0: invalid input protocol Nov 23 10:37:43 sbgate /kernel: isp0: lcp input(closing): Nov 23 10:37:43 sbgate /kernel: isp0: phase dead Nov 23 10:37:43 sbgate /kernel: isp0: lcp down(closed) Nov 23 10:37:43 sbgate /kernel: isp0: Down event (carrier loss) Nov 23 10:37:43 sbgate /kernel: isp0: lcp close(initial) The Problem Remains til I reboot. After the reboot everything work fine for some hours and then the Problem returns. >How-To-Repeat: >Fix: reboot the system, but thats not realy a option. >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 Nov 23 5:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF45714E14 for ; Tue, 23 Nov 1999 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA30226; Tue, 23 Nov 1999 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 23 Nov 1999 05:20:01 -0800 (PST) Message-Id: <199911231320.FAA30226@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jan Riedinger Subject: Re: kern/15054: system with ncr controller fails to boot if plextor cdrom connected Reply-To: Jan Riedinger Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15054; it has been noted by GNATS. From: Jan Riedinger To: ken@kdm.org (Kenneth D. Merry) Cc: jan@physik.tu-berlin.de, freebsd-gnats-submit@FreeBSD.ORG, se@FreeBSD.ORG, groudier@club-internet.fr Subject: Re: kern/15054: system with ncr controller fails to boot if plextor cdrom connected Date: Tue, 23 Nov 1999 14:11:00 +0100 (CET) > > Gerard Roudier and Stefan Esser are the only ones who know how to decipher > the NCR driver's error message. Perhaps one of you could decipher Jan's > error messages below? > > Sorry for including the whole text of your problem report, but it may be > necessary for one of them to make sense of what is going on. > > Gerard Roudier has ported his SYM driver from Linux to FreeBSD. It fixes > many bugs with the existing NCR driver, and supports most NCR 53c8xx chips, > including the 53c860. > > You may want to try out Gerard's driver, since you'll probably have a > better chance of getting your CDROM drive working with it. Here's a > snippet from his latest release (November 13th): > > > I have made available SYM driver 0.10.0. The driver should compile fine > > under FreeBSD 3.2, 3.3 and -CURRENT. > > > > Installation requires the following files: > > > > ftp://ftp.tux.org/roudier/drivers/freebsd/experimental/SYM-0.9.0-19991024.tar.gz > > ftp://ftp.tux.org/roudier/drivers/freebsd/experimental/PATCH-SYM-0.10.0-19991111.gz > > ftp://ftp.tux.org/roudier/drivers/freebsd/experimental/README.sym > > Since the SYM driver supports 3.3, you should be able to install 3.3 > without your CDROM drive, patch his driver into the sources, recompile your > kernel and try it out. > Thank you very much for your hint. With the sym driver I was able to boot even with a connected CDROM and I got parity error messages. I examined my jumper settings and saw, that I had set a jumper at the CDROM to enable termination instead of parity checking. But this solved only the parity error messages and nothing else. At the next step I had the idea to make the CDROM responsible for the termination of the SCSI bus and not my TANDBERG streamer, because this one has only a passiv termination. Now I can boot my system with and without the sym driver. Now someone has to close the pr-report. Thank you very much Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 23 6:11:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA904151E9 for ; Tue, 23 Nov 1999 06:10:37 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA34261; Tue, 23 Nov 1999 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mulet.e.kth.se (mulet.e.kth.se [130.237.43.20]) by hub.freebsd.org (Postfix) with ESMTP id 011DF14F75 for ; Tue, 23 Nov 1999 06:01:23 -0800 (PST) (envelope-from root@mulet.e.kth.se) Received: (from root@localhost) by mulet.e.kth.se (8.9.3/8.9.3) id PAA00403; Tue, 23 Nov 1999 15:00:51 +0100 (CET) (envelope-from root) Message-Id: <199911231400.PAA00403@mulet.e.kth.se> Date: Tue, 23 Nov 1999 15:00:51 +0100 (CET) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@stacken.kth.se X-Send-Pr-Version: 3.2 Subject: kern/15063: "indirect pointer mismatch" in softdep Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15063 >Category: kern >Synopsis: "indirect pointer mismatch" in softdep >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 23 06:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD mulet.e.kth.se 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Tue Nov 23 04:18:52 CET 1999 root@mulet.e.kth.se:/usr/src/sys/compile/MULET i386 Mark set [2 times] kernel configuration file: # # MULET based on GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # 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.199 1999/11/01 04:02:56 peter Exp $ machine "i386" cpu "I686_CPU" ident MULET maxusers 64 makeoptions DEBUG="-g" #Build kernel with gdb(1) debug symbols options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem # Soft updates is technique for improving file system speed and # making abrupt shutdown less risky. It is not enabled by default due # to copyright restraints on the code that implement it. # # Read ../../ufs/ffs/README.softupdates to learn what you need to # do to enable this. ../../contrib/softupdates/README gives # more details on how they actually work. # options SOFTUPDATES options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INCLUDE_CONFIG_FILE # Include this file in kernel options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores ##################################################################### # DEBUGGING OPTIONS # # Enable the kernel debugger. # options DDB # # Don't drop into DDB for a panic. Intended for unattended operation # where you may want to drop to DDB from the console, but still want # the machine to recover from a panic # options DDB_UNATTENDED # # If using GDB remote mode to debug the kernel, there's a non-standard # extension to the remote protocol that can be used to use the serial # port as both the debugging port and the system console. It's non- # standard and you're on your own if you enable it. See also the # "remotechat" variables in the FreeBSD specific version of gdb. # options GDB_REMOTE_CHAT # # KTRACE enables the system-call tracing facility ktrace(2). # options KTRACE #kernel tracing # # The INVARIANTS option is used in a number of source files to enable # extra sanity checking of internal structures. This support is not # enabled by default because of the extra time it would take to check # for these conditions, which can only occur as a result of # programming errors. # options INVARIANTS # # The INVARIANT_SUPPORT option makes us compile in support for # verifying some of the internal structures. It is a prerequisite for # 'INVARIANTS', as enabling 'INVARIANTS' will make these functions be # called. The intent is that you can set 'INVARIANTS' for single # source files (by changing the source file or specifying it on the # command line) if you have 'INVARIANT_SUPPORT' enabled. # options INVARIANT_SUPPORT # # The DIAGNOSTIC option is used to enable extra debugging information # from some parts of the kernel. As this makes everything more noisy, # it is disabled by default. # options DIAGNOSTIC # # PERFMON causes the driver for Pentium/Pentium Pro performance counters # to be compiled. See perfmon(4) for more information. # options PERFMON # 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 controller isa0 controller pnp0 # PnP support for ISA controller eisa0 controller pci0 # Floppy drives controller fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # IDE controller and disks controller wdc0 at isa? port IO_WD1 irq 14 device wd0 at wdc0 drive 0 device wd1 at wdc0 drive 1 controller wdc1 at isa? port IO_WD2 irq 15 device wd2 at wdc1 drive 0 device wd3 at wdc1 drive 1 # ATAPI devices on wdc? device wcd0 #IDE CD-ROM device wfd0 #IDE Floppy (e.g. LS-120) device wst0 #IDE Tape (e.g. Travan) # SCSI Controllers # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. controller ncr0 # NCR/Symbios Logic controller ahb0 # EISA AHA1742 family controller ahc0 # AHA2940 and onboard AIC7xxx devices controller amd0 # AMD 53C974 (Teckram DC-390(T)) controller isp0 # Qlogic family controller dpt0 # DPT Smartcache - See LINT for options! controller adv0 at isa? port ? irq ? controller adw0 controller bt0 at isa? port ? irq ? controller aha0 at isa? port ? irq ? # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. controller scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI access) # Proprietary or custom CD-ROM Interfaces device wt0 at isa? port 0x300 irq 5 drq 1 device mcd0 at isa? port 0x300 irq 10 device matcd0 at isa? port 0x230 device scd0 at isa? port 0x230 # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server #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 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at isa? #device pcic1 at isa? # 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? port? flags 0x40 irq 7 controller ppbus0 # Parallel port bus (required) device lpt0 # Printer device plip0 # TCP/IP over parallel device ppi0 # Parallel port interface device #controller vpo0 # Requires scbus and da0 # PCI Ethernet NICs. device ax0 # ASIX AX88140A device de0 # DEC/Intel DC21x4x (``Tulip'') device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) device pn0 # Lite-On 82c168/82c169 (``PNIC'') device tx0 # SMC 9432TX (83c170 ``EPIC'') device vx0 # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. controller miibus0 # MII bus support device al0 # ADMtek AL981/AN985 (``Comet''/``Centaur'') device dm0 # Davicom DM9100/DM9102 device mx0 # Macronix 98713/98715/98725 (``PMAC'') device rl0 # RealTek 8129/8139 device sf0 # Adaptec AIC-6915 (``Starfire'') device sis0 # Silicon Integrated Systems SiS 900/SiS 7016 device ste0 # Sundance ST201 (D-Link DFE-550TX) device tl0 # Texas Instruments ThunderLAN device vr0 # VIA Rhine, Rhine II device wb0 # Winbond W89C840F device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex0 at isa? port? irq? #device ep0 # 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 irq ? 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 irq ? # requires PCCARD (PCMCIA) support to be activated #device xe0 at isa? port? irq ? # PCCARD NIC drivers. # ze and zp take over the pcic and cannot coexist with generic pccard # support, nor the ed and ep drivers they replace. #device ze0 at isa? port 0x300 irq 10 iomem 0xd8000 #device zp0 at isa? port 0x300 irq 10 iomem 0xd8000 # 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 gzip # Exec gzipped a.out's # 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 #controller uhci0 # UHCI PCI->USB interface #controller ohci0 # OHCI PCI->USB interface #controller usb0 # USB Bus (required) #device ugen0 # Generic #device uhid0 # "Human Interface Devices" #device ukbd0 # Keyboard #device ulpt0 # Printer #controller umass0 # Disks/Mass storage - Requires scbus and da0 #device ums0 # Mouse >Description: IdlePTD 3809280 initial pcb at 31dbc0 panicstr: softdep_lock: locking against myself panic messages: --- panic: softdep_write_inodeblock: indirect pointer #0 mismatch 0 != 903440 syncing disks... panic: softdep_lock: locking against myself dumping to dev #wd/0x20001, offset 272800 dump 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 boot (howto=260) at ../../kern/kern_shutdown.c:273 (kgdb) bt #0 boot (howto=260) at ../../kern/kern_shutdown.c:273 #1 0xc016c699 in panic (fmt=0xc02d5780 "softdep_lock: locking against myself") at ../../kern/kern_shutdown.c:523 #2 0xc0235129 in acquire_lock (lk=0xc030c634) at ../../ufs/ffs/ffs_softdep.c:266 #3 0xc0238b80 in softdep_update_inodeblock (ip=0xc0c49200, bp=0xc3444ef8, waitfor=0) at ../../ufs/ffs/ffs_softdep.c:3487 #4 0xc02343ad in ffs_update (vp=0xc8e19060, waitfor=0) at ../../ufs/ffs/ffs_inode.c:105 #5 0xc023bcd4 in ffs_sync (mp=0xc0b09400, waitfor=2, cred=0xc073b900, p=0xc0333e60) at ../../ufs/ffs/ffs_vfsops.c:986 #6 0xc0197163 in sync (p=0xc0333e60, uap=0x0) at ../../kern/vfs_syscalls.c:545 #7 0xc016c0af in boot (howto=256) at ../../kern/kern_shutdown.c:197 #8 0xc016c699 in panic ( fmt=0xc02d64a0 "%s: indirect pointer #%ld mismatch %d != %d") at ../../kern/kern_shutdown.c:523 #9 0xc0237fc8 in initiate_write_inodeblock (inodedep=0xc0d15400, bp=0xc34457f0) at ../../ufs/ffs/ffs_softdep.c:2831 #10 0xc0237cdb in softdep_disk_io_initiation (bp=0xc34457f0) at ../../ufs/ffs/ffs_softdep.c:2677 #11 0xc01a14a6 in spec_strategy (ap=0xc840deb0) at ../../miscfs/specfs/spec_vnops.c:413 #12 0xc01a0fbd in spec_vnoperate (ap=0xc840deb0) at ../../miscfs/specfs/spec_vnops.c:121 #13 0xc0243fd1 in ufs_vnoperatespec (ap=0xc840deb0) at ../../ufs/ufs/ufs_vnops.c:2319 #14 0xc018d119 in bwrite (bp=0xc34457f0) at vnode_if.h:940 #15 0xc019247a in vop_stdbwrite (ap=0xc840df20) at ../../kern/vfs_default.c:314 #16 0xc01922d9 in vop_defaultop (ap=0xc840df20) at ../../kern/vfs_default.c:134 #17 0xc01a0fbd in spec_vnoperate (ap=0xc840df20) at ../../miscfs/specfs/spec_vnops.c:121 #18 0xc0243fd1 in ufs_vnoperatespec (ap=0xc840df20) at ../../ufs/ufs/ufs_vnops.c:2319 #19 0xc018dfee in vfs_bio_awrite (bp=0xc34457f0) at vnode_if.h:1189 #20 0xc023d239 in ffs_fsync (ap=0xc840df88) at ../../ufs/ffs/ffs_vnops.c:210 #21 0xc0194bd8 in sched_sync () at vnode_if.h:533 #22 0xc026ed60 in fork_trampoline () Cannot access memory at address 0x2000. (kgdb) f 8 #8 0xc016c699 in panic ( fmt=0xc02d64a0 "%s: indirect pointer #%ld mismatch %d != %d") at ../../kern/kern_shutdown.c:523 (kgdb) up #9 0xc0237fc8 in initiate_write_inodeblock (inodedep=0xc0d15400, bp=0xc34457f0) at ../../ufs/ffs/ffs_softdep.c:2831 (kgdb) print *adp $1 = {ad_list = {wk_list = {le_next = 0x0, le_prev = 0xc344fd2c}, wk_type = 4, wk_state = 32777}, ad_next = {tqe_next = 0x0, tqe_prev = 0xc0d15444}, ad_lbn = 12, ad_newblkno = 903440, ad_oldblkno = 0, ad_newsize = 8192, ad_oldsize = 0, ad_deps = {le_next = 0xc0ba6300, le_prev = 0xc0d1acb0}, ad_buf = 0x0, ad_inodedep = 0xc0d15400, ad_freefrag = 0x0} (kgdb) p dp->di_ib[adp->ad_lbn - NADDR] No symbol "NADDR" in current context. (kgdb) p dp->di_ib[adp->ad_lbn - 12] $2 = 0 (kgdb) >How-To-Repeat: stressing the file system. haven't figured out exactly what sequence of operations seems to cause this. >Fix: none 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 Tue Nov 23 6:39:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from foo.sics.se (foo.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id AAD0F14BF4; Tue, 23 Nov 1999 06:39:48 -0800 (PST) (envelope-from assar@foo.sics.se) Received: (from assar@localhost) by foo.sics.se (8.9.3/8.9.3) id PAA40103; Tue, 23 Nov 1999 15:39:25 +0100 (CET) (envelope-from assar) From: assar@stacken.kth.se To: gnats-admin@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/15063: "indirect pointer mismatch" in softdep References: <199911231410.GAA34257@freefall.freebsd.org> Date: 23 Nov 1999 15:39:25 +0100 In-Reply-To: gnats-admin@FreeBSD.org's message of "Tue, 23 Nov 1999 06:10:01 -0800 (PST)" Message-ID: <5lr9hhff1e.fsf@foo.sics.se> Lines: 50 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) 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 some additional information: the file system being written to was / and as far as I can tell it wasn't full at the moment. a little bit of cut-n-paste from gdb: (kgdb) f 20 #20 0xc023d239 in ffs_fsync (ap=0xc840df88) at ../../ufs/ffs/ffs_vnops.c:210 (kgdb) p *ap $3 = {a_desc = 0xc02f5920, a_vp = 0xc83f9e80, a_cred = 0xc073b900, a_waitfor = 3, a_p = 0xc83ff800} (kgdb) p a_vp No symbol "a_vp" in current context. (kgdb) p ap->a_vp $4 = (struct vnode *) 0xc83f9e80 (kgdb) p *$ $5 = {v_flag = 2105344, v_usecount = 1736, v_writecount = 0, v_holdcnt = 110, v_id = 60, v_mount = 0xc0b09400, v_op = 0xc0b2cc00, v_freelist = { tqe_next = 0xc83f9d40, tqe_prev = 0xc83f9fdc}, v_mntvnodes = { le_next = 0xc83f9f20, le_prev = 0xc83f9d64}, v_cleanblkhd = { tqh_first = 0xc34679c0, tqh_last = 0xc34457f8}, v_dirtyblkhd = { tqh_first = 0xc3468548, tqh_last = 0xc34a28c8}, v_synclist = { le_next = 0x0, le_prev = 0xc0b18664}, v_numoutput = 1, v_type = VBLK, v_un = {vu_mountedhere = 0xc0b68b80, vu_socket = 0xc0b68b80, vu_spec = { vu_specinfo = 0xc0b68b80, vu_specnext = {sle_next = 0x0}}, vu_fifoinfo = 0xc0b68b80}, v_lease = 0x0, v_lastw = 0, v_cstart = 0, v_lasta = 0, v_clen = 0, v_object = 0xc03291c0, v_interlock = { lock_data = 0}, v_vnlock = 0x0, v_tag = VT_UFS, v_data = 0xc0b66f00, v_cache_src = {lh_first = 0x0}, v_cache_dst = {tqh_first = 0xc0b2bac0, tqh_last = 0xc0b2bad0}, v_dd = 0xc83f9e80, v_ddid = 0, v_pollinfo = { vpi_lock = {lock_data = 0}, vpi_selinfo = {si_pid = 0, si_flags = 0}, vpi_events = 0, vpi_revents = 0}} (kgdb) p $.v_mount $6 = (struct mount *) 0xc0b09400 (kgdb) p *$ $7 = {mnt_list = {tqe_next = 0xc0b5ca00, tqe_prev = 0xc0302964}, mnt_op = 0xc030cbe0, mnt_vfc = 0xc030cc20, mnt_vnodecovered = 0x0, mnt_syncer = 0xc83f9840, mnt_vnodelist = {lh_first = 0xc8e47600}, mnt_lock = {lk_interlock = {lock_data = 0}, lk_flags = 17825792, lk_sharecount = 1, lk_waitcount = 0, lk_exclusivecount = 0, lk_prio = 20, lk_wmesg = 0xc02c46c2 "vfslock", lk_timo = 0, lk_lockholder = -1}, mnt_flag = 2117632, mnt_kern_flag = 0, mnt_maxsymlinklen = 60, mnt_stat = { f_spare2 = 0, f_bsize = 1024, f_iosize = 8192, f_blocks = 39647, f_bfree = 12503, f_bavail = 9332, f_files = 10110, f_ffree = 9006, f_fsid = {val = {938346654, 1041415783}}, f_owner = 0, f_type = 2, f_flags = 2117632, f_syncwrites = 5, f_asyncwrites = 138, f_fstypename = "ufs", '\000' , f_mntonname = "/", '\000' , f_mntfromname = "/dev/wd0s1a", '\000' }, mnt_data = 0xc0b5cc00, mnt_time = 943360985, mnt_iosize_max = 126976} (kgdb) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 23 7: 0:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0786150D7 for ; Tue, 23 Nov 1999 07:00:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA92128; Tue, 23 Nov 1999 07:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 23 Nov 1999 07:00:02 -0800 (PST) Message-Id: <199911231500.HAA92128@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Steve Price Subject: Re: kern/15063: "indirect pointer mismatch" in softdep (fwd) Reply-To: Steve Price Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15063; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/15063: "indirect pointer mismatch" in softdep (fwd) Date: Tue, 23 Nov 1999 08:52:50 -0600 (CST) ---------- Forwarded message ---------- Date: 23 Nov 1999 15:39:25 +0100 From: assar@stacken.kth.se To: gnats-admin@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/15063: "indirect pointer mismatch" in softdep some additional information: the file system being written to was / and as far as I can tell it wasn't full at the moment. a little bit of cut-n-paste from gdb: (kgdb) f 20 #20 0xc023d239 in ffs_fsync (ap=0xc840df88) at ../../ufs/ffs/ffs_vnops.c:210 (kgdb) p *ap $3 = {a_desc = 0xc02f5920, a_vp = 0xc83f9e80, a_cred = 0xc073b900, a_waitfor = 3, a_p = 0xc83ff800} (kgdb) p a_vp No symbol "a_vp" in current context. (kgdb) p ap->a_vp $4 = (struct vnode *) 0xc83f9e80 (kgdb) p *$ $5 = {v_flag = 2105344, v_usecount = 1736, v_writecount = 0, v_holdcnt = 110, v_id = 60, v_mount = 0xc0b09400, v_op = 0xc0b2cc00, v_freelist = { tqe_next = 0xc83f9d40, tqe_prev = 0xc83f9fdc}, v_mntvnodes = { le_next = 0xc83f9f20, le_prev = 0xc83f9d64}, v_cleanblkhd = { tqh_first = 0xc34679c0, tqh_last = 0xc34457f8}, v_dirtyblkhd = { tqh_first = 0xc3468548, tqh_last = 0xc34a28c8}, v_synclist = { le_next = 0x0, le_prev = 0xc0b18664}, v_numoutput = 1, v_type = VBLK, v_un = {vu_mountedhere = 0xc0b68b80, vu_socket = 0xc0b68b80, vu_spec = { vu_specinfo = 0xc0b68b80, vu_specnext = {sle_next = 0x0}}, vu_fifoinfo = 0xc0b68b80}, v_lease = 0x0, v_lastw = 0, v_cstart = 0, v_lasta = 0, v_clen = 0, v_object = 0xc03291c0, v_interlock = { lock_data = 0}, v_vnlock = 0x0, v_tag = VT_UFS, v_data = 0xc0b66f00, v_cache_src = {lh_first = 0x0}, v_cache_dst = {tqh_first = 0xc0b2bac0, tqh_last = 0xc0b2bad0}, v_dd = 0xc83f9e80, v_ddid = 0, v_pollinfo = { vpi_lock = {lock_data = 0}, vpi_selinfo = {si_pid = 0, si_flags = 0}, vpi_events = 0, vpi_revents = 0}} (kgdb) p $.v_mount $6 = (struct mount *) 0xc0b09400 (kgdb) p *$ $7 = {mnt_list = {tqe_next = 0xc0b5ca00, tqe_prev = 0xc0302964}, mnt_op = 0xc030cbe0, mnt_vfc = 0xc030cc20, mnt_vnodecovered = 0x0, mnt_syncer = 0xc83f9840, mnt_vnodelist = {lh_first = 0xc8e47600}, mnt_lock = {lk_interlock = {lock_data = 0}, lk_flags = 17825792, lk_sharecount = 1, lk_waitcount = 0, lk_exclusivecount = 0, lk_prio = 20, lk_wmesg = 0xc02c46c2 "vfslock", lk_timo = 0, lk_lockholder = -1}, mnt_flag = 2117632, mnt_kern_flag = 0, mnt_maxsymlinklen = 60, mnt_stat = { f_spare2 = 0, f_bsize = 1024, f_iosize = 8192, f_blocks = 39647, f_bfree = 12503, f_bavail = 9332, f_files = 10110, f_ffree = 9006, f_fsid = {val = {938346654, 1041415783}}, f_owner = 0, f_type = 2, f_flags = 2117632, f_syncwrites = 5, f_asyncwrites = 138, f_fstypename = "ufs", '\000' , f_mntonname = "/", '\000' , f_mntfromname = "/dev/wd0s1a", '\000' }, mnt_data = 0xc0b5cc00, mnt_time = 943360985, mnt_iosize_max = 126976} (kgdb) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 23 7: 6:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0303514C2F; Tue, 23 Nov 1999 07:06:07 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA92761; Tue, 23 Nov 1999 07:06:07 -0800 (PST) (envelope-from ken@FreeBSD.org) Date: Tue, 23 Nov 1999 07:06:07 -0800 (PST) From: Message-Id: <199911231506.HAA92761@freefall.freebsd.org> To: jan@physik.tu-berlin.de, ken@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15054: system with ncr controller fails to boot if plextor cdrom connected Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: system with ncr controller fails to boot if plextor cdrom connected State-Changed-From-To: open->closed State-Changed-By: ken State-Changed-When: Tue Nov 23 07:05:01 PST 1999 State-Changed-Why: The submitter reports that his problems were a result of incorrect termination. He has fixed his setup, and things are working fine now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 23 12:16:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from nic.pomonet.bg (nic.pomonet.bg [212.56.4.82]) by hub.freebsd.org (Postfix) with SMTP id 183AD15327 for ; Tue, 23 Nov 1999 12:13:41 -0800 (PST) (envelope-from gogo@nic.pomonet.bg) Received: (qmail 4466 invoked by uid 100); 23 Nov 1999 20:11:12 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 Nov 1999 20:11:12 -0000 Date: Tue, 23 Nov 1999 22:11:12 +0200 (EET) From: Georgi Kamov To: freebsd-bugs@freebsd.org Subject: Re: About Sound Blaster Live In-Reply-To: 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 Hi, I run FreeBSD 3.3 release, and I have a problem installing a Creative Sound Blaster Live on PCI slot. My kernel does not recognize it. Can you help me? Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 23 13:41:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F4E9153B1 for ; Tue, 23 Nov 1999 13:41:49 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA34480; Tue, 23 Nov 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kosh.arc.umn.edu (kosh.arc.umn.edu [137.66.130.40]) by hub.freebsd.org (Postfix) with ESMTP id BFEBB15420 for ; Tue, 23 Nov 1999 13:32:16 -0800 (PST) (envelope-from kjm@arc.umn.edu) Received: from delenn.arc.umn.edu (delenn.arc.umn.edu [137.66.132.150]) by kosh.arc.umn.edu (8.9.3/8.9.3) with ESMTP id PAA16242 for ; Tue, 23 Nov 1999 15:32:12 -0600 (CST) (envelope-from kjm@delenn.arc.umn.edu) Received: (from root@localhost) by delenn.arc.umn.edu (8.9.3/8.9.3) id PAA42114; Tue, 23 Nov 1999 15:32:11 -0600 (CST) (envelope-from kjm) Message-Id: <199911232132.PAA42114@delenn.arc.umn.edu> Date: Tue, 23 Nov 1999 15:32:11 -0600 (CST) From: "Kevin J. Meehan" Reply-To: kjm@arc.umn.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/15065: fsck can't fix "huge" zero length files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15065 >Category: kern >Synopsis: fsck can't fix "huge" zero length files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 23 13:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kevin J. Meehan >Release: FreeBSD 3.3-STABLE i386 >Organization: Network Computing Services, Inc. >Environment: We have FreeBSD PC with a RAID subsystem that has a pair of CMD TECH CRD-5640 scsi controllers meant to back each other up should one fail. Unfortunately they had the first version of the firmware which was prone to double faulting-a situation that would mean both would hang and a power cycle was the only thing that would unlock the two controllers. >Description: After a particularly bad week with 3 "double faults", one of the 5 filesystems on the RAID subsystem had some odd files the system pushed to the lost+found directory: c--Sr-S--T 1 cheng si 147, 0x004f00ac Dec 31 1969 #1261947 lrwxr-S--- 1 demlow ncs 4638043271730144200 Dec 31 1969 #2484071@ -> s--x--S--- 1 root wheel 4631321269953217064 Dec 31 1969 #2484095= The size returned by dump was a large negative number and thus broke Amanda. An umount and fsck of the filesystem would not fix the above. >How-To-Repeat: Difficult-get a hold of a bum controller and have it munge your filesystem. (Not recommended!) >Fix: We finally needed to use fsdb to remove the offending inodes. Note that while the link and file show huge sizes, their block counts are 0: fsdb (inum: 2)> inode 2484071 current inode: symlink I=2484071 MODE=122740 SIZE=4638043271730144200 MTIME=Dec 31 18:00:00 1969 [1 nsec] CTIME=Oct 20 14:23:00 1999 [0 nsec] ATIME=Dec 31 18:00:00 1969 [0 nsec] OWNER=demlow GRP=ncs LINKCNT=1 FLAGS=0 BLKCNT=0 GEN=56ef2b95 fsdb (inum: 2484071)> inode 2484095 current inode: socket I=2484095 MODE=142100 SIZE=4631321269953217064 MTIME=Dec 31 18:00:00 1969 [1 nsec] CTIME=Apr 9 17:05:23 1999 [0 nsec] ATIME=Dec 31 18:00:00 1969 [0 nsec] OWNER=root GRP=wheel LINKCNT=1 FLAGS=0 BLKCNT=0 GEN=25cd617b fsdb (inum: 2484095)> inode 1261947 current inode: character special (147,5177516)I=1261947 MODE=27040 SIZE=4639318980096568328 MTIME=Dec 31 18:00:00 1969 [1 nsec] CTIME=Sep 9 13:30:59 1999 [0 nsec] ATIME=Dec 31 18:00:00 1969 [0 nsec] OWNER=cheng GRP=si LINKCNT=1 FLAGS=0 BLKCNT=0 GEN=1552126f # /sbin/fsck /home1 ** /dev/rda2s1e ** Last Mounted on /mnt ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames UNALLOCATED I=2484071 OWNER=root MODE=0 SIZE=0 MTIME=Dec 31 18:00 1969 NAME=/lost+found/#2484071 REMOVE? [yn] y UNALLOCATED I=2484095 OWNER=root MODE=0 SIZE=0 MTIME=Dec 31 18:00 1969 NAME=/lost+found/#2484095 REMOVE? [yn] y UNALLOCATED I=1261947 OWNER=root MODE=0 SIZE=0 MTIME=Dec 31 18:00 1969 NAME=/lost+found/#1261947 REMOVE? [yn] y ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups FREE BLK COUNT(S) WRONG IN SUPERBLK SALVAGE? [yn] y SUMMARY INFORMATION BAD SALVAGE? [yn] y BLK(S) MISSING IN BIT MAPS SALVAGE? [yn] y 56770 files, 3812612 used, 6350567 free (6759 frags, 792976 blocks, 0.1% fragmentation) ***** FILE SYSTEM MARKED CLEAN ***** ***** FILE SYSTEM WAS MODIFIED ***** # /sbin/fsck /home1 ** /dev/rda2s1e ** Last Mounted on /mnt ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 56770 files, 3812612 used, 6350567 free (6759 frags, 792976 blocks, 0.1% fragmentation) We finally upgraded the firmware on the controllers from version 1 to 9 on Nov 3rd and have been trouble free up to this point-but it was usually about a month in between lock ups. We were torn as to whether or not this should be reported. For one thing we had bum hardware. That is not FreeBSD's fault. On the other hand, the sizes reported are obviously rediculously huge and the block counts are zero. In the end we decided to let you know and let you decide whether fsck should fix something like this automatically, or flag it as something that needs to be manually removed, or not. >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 Nov 23 14: 0:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A91214C1F for ; Tue, 23 Nov 1999 14:00:47 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37138; Tue, 23 Nov 1999 14:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 67C6514A24; Tue, 23 Nov 1999 13:55:31 -0800 (PST) Message-Id: <19991123215531.67C6514A24@hub.freebsd.org> Date: Tue, 23 Nov 1999 13:55:31 -0800 (PST) From: andyf@speednet.com.au To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/15066: ``allscreens_flags'' in rc.conf not documented; produces unexpected results Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15066 >Category: misc >Synopsis: ``allscreens_flags'' in rc.conf not documented; produces unexpected results >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 23 14:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andy Farkas >Release: 3.3-STABLE, 4.0-CURRENT >Organization: Speednet Communications >Environment: >Description: Firstly, ``allscreens_flags'' is not documented in rc.conf(5). Secondly, with the following options set in rc.conf: font8x8="iso-8x8.fnt" allscreens_flags="-r black green 80x60 green black" all ttyv's switch to 80x60 mode, but only ttyv0 gets the colour changed. >How-To-Repeat: Add the above mentioned ``font8x8'' and ``allscreens_flags'' to your rc.conf file. Reboot, then notice only ttyv0 is green. >Fix: /etc/rc.i386 looks like it attempts to do the right thing with regards to applying vidcontrol to /dev/ttyv*, but I guess the redirection may have something to do with it. >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 Nov 23 19:40: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EB98154BE for ; Tue, 23 Nov 1999 19:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA74105; Tue, 23 Nov 1999 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0B2CA1512A; Tue, 23 Nov 1999 19:35:50 -0800 (PST) Message-Id: <19991124033550.0B2CA1512A@hub.freebsd.org> Date: Tue, 23 Nov 1999 19:35:50 -0800 (PST) From: feisal@uwi.tt To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/15069: T400s hangs on any access Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15069 >Category: kern >Synopsis: T400s hangs on any access >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 23 19:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Feisal Mohammed >Release: 3.3-RELEASE >Organization: University of the West Indies >Environment: FreeBSD 3.3-RELEASE Advansys PCI ASB3940UA SCSI card HP T4000s (v 1.10) Travan drive Plextor 12Plex CDrom Pentium 120MHz 64MB Ram 2 IDE disks >Description: The HP T4000s drive is seen correctly on bootup but any command such as "mt status", hangs the SCSI bus. >How-To-Repeat: mt status or any other mt command >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 Nov 23 19:44:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CE0615343; Tue, 23 Nov 1999 19:44:56 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA74501; Tue, 23 Nov 1999 19:43:50 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Tue, 23 Nov 1999 19:43:50 -0800 (PST) From: Message-Id: <199911240343.TAA74501@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/15069: T400s hangs on any access Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: T400s hangs on any access Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: billf Responsible-Changed-When: Tue Nov 23 19:43:16 PST 1999 Responsible-Changed-Why: over to tape driver maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Nov 23 21:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B7F81550A for ; Tue, 23 Nov 1999 21:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA81248; Tue, 23 Nov 1999 21:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from midten.fast.no (midten.fast.no [195.139.251.11]) by hub.freebsd.org (Postfix) with ESMTP id 2910F1550A for ; Tue, 23 Nov 1999 21:07:09 -0800 (PST) (envelope-from tegge@crash.fast.no) Received: from crash.fast.no (crash.fast.no [195.139.251.13]) by midten.fast.no (8.9.3/8.9.3) with ESMTP id GAA69810 for ; Wed, 24 Nov 1999 06:06:53 +0100 (CET) Received: (from tegge@localhost) by crash.fast.no (8.9.3/8.8.8) id GAA05938; Wed, 24 Nov 1999 06:06:53 +0100 (CET) (envelope-from tegge@crash.fast.no) Message-Id: <199911240506.GAA05938@crash.fast.no> Date: Wed, 24 Nov 1999 06:06:53 +0100 (CET) From: Tor Egge Reply-To: tegge@crash.fast.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/15070: vfprintf/cvt/__dtoa race condition in threaded programs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15070 >Category: bin >Synopsis: vfprintf/cvt/__dtoa race condition in threaded programs >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 23 21:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tor Egge >Release: FreeBSD 4.0-CURRENT i386 >Organization: Fast Search & Transfer ASA >Environment: FreeBSD crash.fast.no 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Oct 16 04:21:25 CEST 1999 root@local-crash.fast.no:/usr/src/sys/compile/CRASH i386 >Description: Printing floating point numbers in a threaded program might result in a segmentation fault or bus error. crash:~$ gdb ./threadbug4 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"... (gdb) run Starting program: /home/tegge/./threadbug4 Time is 2.664 Time is 5.544 Program received signal SIGSEGV, Segmentation fault. 0x80528c8 in bcopy () (gdb) where #0 0x80528c8 in bcopy () #1 0x4 in ?? () #2 0x8054473 in __dtoa () #3 0x80521d8 in vfprintf () #4 0x80508f2 in vfprintf () #5 0x804f9d1 in sprintf () #6 0x804819a in crashme (data=0x0) at threadbug4.c:27 #7 0x80487b0 in _thread_start () #8 0x0 in ?? () (gdb) >How-To-Repeat: Compile and run the enclosed threaded program. ------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include void *crashme(void *data) { char buf[200]; int i, j; double div; while (1) { i = random(); j = random(); if (j == 0) j = 1; div = (double) i / (double) j; sprintf(buf, "%6.5f", div); sprintf(buf, "%2.4f", div); sprintf(buf, "%3.6f", div); sprintf(buf, "%8.2f", div); sprintf(buf, "%10.2f", div); } } void reportloop(void) { struct timeval stime, now, delta; double fdelta; gettimeofday(&stime, NULL); while (1) { sleep(1); gettimeofday(&now, NULL); timersub(&now, &stime, &delta); fdelta = delta.tv_sec + ((double) delta.tv_usec) / 1000000.0; printf("Time is %6.3f\n", fdelta); fflush(stdout); } } int main(int argc,char **argv) { int i; pthread_t curthread; srandom(time(NULL)); for (i = 0; i < 10; i++) { pthread_create(&curthread, NULL, crashme, (void *) NULL); } reportloop(); exit(0); } -------------------------- crash:~$ cc -static -O -g -pthread -o threadbug4 threadbug4.c >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 24 1:10: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF53914FDF for ; Wed, 24 Nov 1999 01:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA06057; Wed, 24 Nov 1999 01:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id 748EA14FDC; Wed, 24 Nov 1999 01:09:24 -0800 (PST) (envelope-from itojun@itojun.org) Received: (from itojun@localhost) by coconut.itojun.org (8.9.3+3.2W/3.7W) id SAA03218; Wed, 24 Nov 1999 18:09:18 +0900 (JST) Message-Id: <199911240909.SAA03218@coconut.itojun.org> Date: Wed, 24 Nov 1999 18:09:18 +0900 (JST) From: Jun-ichiro itojun Hagino Reply-To: itojun@itojun.org To: FreeBSD-gnats-submit@freebsd.org Cc: green@freebsd.org, core@kame.net X-Send-Pr-Version: 3.2 Subject: kern/15071: tcp fails to handle TIME_WAIT special case Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15071 >Category: kern >Synopsis: tcp fails to handle TIME_WAIT special case >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 24 01:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jun-ichiro itojun Hagino >Release: FreeBSD-current >Organization: itojun.org >Environment: As far as I've checked, HEAD, RELENG_3 and RELENG_2 are affected. >Description: in tcp_input() (sys/netinet/tcp_input.c) there are two places "goto findpcb" is used. They are for aceepting new connction while tcb is in TIME_WAIT state. However, because FreeBSD tcp_input strips off mbuf until tcp data segment at the following line, "goto findpcb" attempt will never success. /* * Drop TCP, IP headers and TCP options. */ m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); >How-To-Repeat: Due to this we KAME team encountered panic in IPsec policy management engine. I dunno if there's any problem with normal FreeBSD. Serious cracker may try to hand-cruft tcp data segment that contains wrong tcp header (to be uesd when "goto findpcb" is kicked). >Fix: There are two possible fixes to this. I prefer the latter one as we will need to introduce the latter one anyways for IPv6 support. Short term fix will be to compute m_data and m_len back to the original: Index: tcp_input.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/tcp_input.c,v retrieving revision 1.96 diff -c -r1.96 tcp_input.c *** tcp_input.c 1999/10/09 20:42:15 1.96 --- tcp_input.c 1999/11/24 08:55:01 *************** *** 286,291 **** --- 286,292 ---- register int tiflags; struct socket *so = 0; int todrop, acked, ourfinisacked, needoutput = 0; + int hdroptlen; struct in_addr laddr; int dropsocket = 0; int iss = 0; *************** *** 376,383 **** /* * Drop TCP, IP headers and TCP options. */ ! m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); ! m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); /* * Locate pcb for segment. --- 377,385 ---- /* * Drop TCP, IP headers and TCP options. */ ! hdroptlen = sizeof(struct tcpiphdr) + off - sizeof(struct tcphdr); ! m->m_data += hdroptlen; ! m->m_len -= hdroptlen; /* * Locate pcb for segment. *************** *** 1059,1064 **** --- 1061,1068 ---- goto dropwithreset; if (CC_GT(to.to_cc, tp->cc_recv)) { tp = tcp_close(tp); + m->m_data -= hdroptlen; + m->m_len += hdroptlen; goto findpcb; } else *************** *** 1282,1287 **** --- 1286,1293 ---- SEQ_GT(ti->ti_seq, tp->rcv_nxt)) { iss = tp->snd_nxt + TCP_ISSINCR; tp = tcp_close(tp); + m->m_data -= hdroptlen; + m->m_len += hdroptlen; goto findpcb; } /* Long-term (and more clean) fix would be to avoid modifying m_len and m_data. Index: tcp_input.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/tcp_input.c,v retrieving revision 1.96 diff -c -r1.96 tcp_input.c *** tcp_input.c 1999/10/09 20:42:15 1.96 --- tcp_input.c 1999/11/24 09:00:42 *************** *** 112,118 **** static void tcp_dooptions __P((struct tcpcb *, u_char *, int, struct tcpiphdr *, struct tcpopt *)); static void tcp_pulloutofband __P((struct socket *, ! struct tcpiphdr *, struct mbuf *)); static int tcp_reass __P((struct tcpcb *, struct tcpiphdr *, struct mbuf *)); static void tcp_xmit_timer __P((struct tcpcb *, int)); --- 112,118 ---- static void tcp_dooptions __P((struct tcpcb *, u_char *, int, struct tcpiphdr *, struct tcpopt *)); static void tcp_pulloutofband __P((struct socket *, ! struct tcpiphdr *, struct mbuf *, int)); static int tcp_reass __P((struct tcpcb *, struct tcpiphdr *, struct mbuf *)); static void tcp_xmit_timer __P((struct tcpcb *, int)); *************** *** 286,291 **** --- 286,292 ---- register int tiflags; struct socket *so = 0; int todrop, acked, ourfinisacked, needoutput = 0; + int hdroptlen = 0; struct in_addr laddr; int dropsocket = 0; int iss = 0; *************** *** 374,383 **** NTOHS(ti->ti_urp); /* ! * Drop TCP, IP headers and TCP options. */ ! m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); ! m->m_len -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr); /* * Locate pcb for segment. --- 375,383 ---- NTOHS(ti->ti_urp); /* ! * Compute mbuf offset for TCP data segment. */ ! hdroptlen = sizeof(struct tcpiphdr) + off - sizeof(struct tcphdr); /* * Locate pcb for segment. *************** *** 673,678 **** --- 673,679 ---- /* * Add data to socket buffer. */ + m_adj(m, hdroptlen); sbappend(&so->so_rcv, m); sorwakeup(so); if (tcp_delack_enabled) { *************** *** 1240,1246 **** tcpstat.tcps_rcvpartduppack++; tcpstat.tcps_rcvpartdupbyte += todrop; } ! m_adj(m, todrop); ti->ti_seq += todrop; ti->ti_len -= todrop; if (ti->ti_urp > todrop) --- 1241,1247 ---- tcpstat.tcps_rcvpartduppack++; tcpstat.tcps_rcvpartdupbyte += todrop; } ! hdroptlen += todrop; /* drop from head afterwards */ ti->ti_seq += todrop; ti->ti_len -= todrop; if (ti->ti_urp > todrop) *************** *** 1725,1731 **** && (so->so_options & SO_OOBINLINE) == 0 #endif ) ! tcp_pulloutofband(so, ti, m); } else /* * If no out of band data is expected, --- 1726,1732 ---- && (so->so_options & SO_OOBINLINE) == 0 #endif ) ! tcp_pulloutofband(so, ti, m, hdroptlen); } else /* * If no out of band data is expected, *************** *** 1746,1751 **** --- 1747,1753 ---- */ if ((ti->ti_len || (tiflags&TH_FIN)) && TCPS_HAVERCVDFIN(tp->t_state) == 0) { + m_adj(m, hdroptlen); TCP_REASS(tp, ti, m, so, tiflags); /* * Note the amount of data that peer has sent into *************** *** 2036,2047 **** * sequencing purposes. */ static void ! tcp_pulloutofband(so, ti, m) struct socket *so; struct tcpiphdr *ti; register struct mbuf *m; { ! int cnt = ti->ti_urp - 1; while (cnt >= 0) { if (m->m_len > cnt) { --- 2038,2050 ---- * sequencing purposes. */ static void ! tcp_pulloutofband(so, ti, m, off) struct socket *so; struct tcpiphdr *ti; register struct mbuf *m; + int off; { ! int cnt = off + ti->ti_urp - 1; while (cnt >= 0) { if (m->m_len > cnt) { >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 24 1:14: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id 973D114FDC; Wed, 24 Nov 1999 01:14:04 -0800 (PST) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id SAA03287; Wed, 24 Nov 1999 18:11:51 +0900 (JST) To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org In-reply-to: gnats-admin's message of Wed, 24 Nov 1999 01:10:01 PST. <199911240910.BAA06053@freefall.freebsd.org> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: kern/15071: tcp fails to handle TIME_WAIT special case From: itojun@iijlab.net Date: Wed, 24 Nov 1999 18:11:50 +0900 Message-ID: <3284.943434710@coconut.itojun.org> 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/15071'. >The individual assigned to look at your >report is: freebsd-bugs. >>Category: kern >>Responsible: freebsd-bugs >>Synopsis: tcp fails to handle TIME_WAIT special case >>Arrival-Date: Wed Nov 24 01:10:00 PST 1999 Sorry, this was KAME-only problem. I will close it. itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 1:14:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9462150ED; Wed, 24 Nov 1999 01:14:09 -0800 (PST) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA06391; Wed, 24 Nov 1999 01:12:31 -0800 (PST) (envelope-from itojun@FreeBSD.org) Date: Wed, 24 Nov 1999 01:12:31 -0800 (PST) From: Message-Id: <199911240912.BAA06391@freefall.freebsd.org> To: itojun@itojun.org, itojun@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15071: tcp fails to handle TIME_WAIT special case Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcp fails to handle TIME_WAIT special case State-Changed-From-To: open->closed State-Changed-By: itojun State-Changed-When: Wed Nov 24 01:12:12 PST 1999 State-Changed-Why: sorry this was kame-only problem, not freebsd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 4:40:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from lora.server.ru (dialup-29142.dialup.ptt.ru [195.34.29.142]) by hub.freebsd.org (Postfix) with ESMTP id 5B2F3151AA; Wed, 24 Nov 1999 04:38:34 -0800 (PST) (envelope-from dima@Server.RU) Received: from linda (linda.server.ru [193.125.163.241]) by lora.server.ru (8.9.3/8.9.2) with SMTP id PAA99798; Wed, 24 Nov 1999 15:22:17 +0300 (MSK) (envelope-from dima@Server.RU) Message-ID: <031e01bf3676$77505f20$f1a37dc1@server.ru> From: "Dmitry Kazarov" To: "Chris Piazza" Cc: , References: <19991118153116.3521B15347@hub.freebsd.org> <19991118152601.A338@norn.ca.eu.org> Subject: Re: misc/14976: 'mail -u' works incorectly Date: Wed, 24 Nov 1999 15:21:41 +0300 Organization: Server Inc MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Chris, I have not got an answer about my last remark about 'mail -u'. If you did not recieved my letter I repeat: The environment variable MAIL affects behaviour of -u option of mail command - mail alvays open file specified in MAIL variables regardless value of -u option. So, IMHO, this bug report is closed too early. Dmitry > > FWIW, this is working for me. > > # echo 'Hello!' | mail -s 'test' cpiazza > # mail -u cpiazza > [...] > >N 20 root@norn.ca.eu.org Thu Nov 18 15:24 13/414 "test" > & q > Held 20 messages in /var/mail/cpiazza > > -Chris > -- > cpiazza@home.net cpiazza@FreeBSD.org > Abbotsford, BC, Canada > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 5:11:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2985D151EB for ; Wed, 24 Nov 1999 05:11:34 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA26648; Wed, 24 Nov 1999 05:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 24 Nov 1999 05:10:06 -0800 (PST) Message-Id: <199911241310.FAA26648@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/15065: fsck can't fix "huge" zero length files Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15065; it has been noted by GNATS. From: Bruce Evans To: "Kevin J. Meehan" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/15065: fsck can't fix "huge" zero length files Date: Thu, 25 Nov 1999 00:07:11 +1100 (EST) On Tue, 23 Nov 1999, Kevin J. Meehan wrote: > >Description: > > After a particularly bad week with 3 "double faults", one of > the 5 filesystems on the RAID subsystem had some odd files > the system pushed to the lost+found directory: > > c--Sr-S--T 1 cheng si 147, 0x004f00ac Dec 31 1969 #1261947 > lrwxr-S--- 1 demlow ncs 4638043271730144200 Dec 31 1969 #2484071@ -> > s--x--S--- 1 root wheel 4631321269953217064 Dec 31 1969 #2484095= > > The size returned by dump was a large negative number and thus broke > Amanda. An umount and fsck of the filesystem would not fix the above. Try this fix. I wrote it to fixed corrupted holey files of size 17TB on ffs with a blocksize of 8KB while fixing ffs to support such files. The fixes are incomplete and have not been committed. diff -c2 pass1.c~ pass1.c *** pass1.c~ Sun Aug 29 11:00:46 1999 --- pass1.c Sun Aug 29 11:00:57 1999 *************** *** 174,178 **** register struct dinode *dp; struct zlncnt *zlnp; ! int ndb, j; mode_t mode; char *symbuf; --- 174,180 ---- register struct dinode *dp; struct zlncnt *zlnp; ! u_int64_t bigndb; ! ufs_daddr_t j; ! u_long ndb; mode_t mode; char *symbuf; *************** *** 210,220 **** inodirty(); } ! ndb = howmany(dp->di_size, sblock.fs_bsize); ! if (ndb < 0) { if (debug) ! printf("bad size %qu ndb %d:", ! dp->di_size, ndb); goto unknown; } if (mode == IFBLK || mode == IFCHR) ndb++; --- 212,223 ---- inodirty(); } ! bigndb = howmany(dp->di_size, sblock.fs_bsize); ! if (bigndb != 0 && (ufs_daddr_t)(bigndb - 1) != bigndb - 1) { if (debug) ! printf("bad size %qu bigndb %qu:", ! dp->di_size, bigndb); goto unknown; } + ndb = (u_long)bigndb; if (mode == IFBLK || mode == IFCHR) ndb++; *************** *** 252,256 **** } } ! for (j = ndb; j < NDADDR; j++) if (dp->di_db[j] != 0) { if (debug) --- 255,260 ---- } } ! if (ndb < NDADDR) ! for (j = ndb; j < NDADDR; j++) if (dp->di_db[j] != 0) { if (debug) *************** *** 259,263 **** goto unknown; } ! for (j = 0, ndb -= NDADDR; ndb > 0; j++) ndb /= NINDIR(&sblock); for (; j < NIADDR; j++) --- 263,267 ---- goto unknown; } ! for (j = 0, ndb -= NDADDR; (ufs_daddr_t)ndb > 0; j++) ndb /= NINDIR(&sblock); for (; j < NIADDR; j++) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 6:10:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 943EF1522B for ; Wed, 24 Nov 1999 06:10:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31216; Wed, 24 Nov 1999 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6D69E150E5; Wed, 24 Nov 1999 06:02:17 -0800 (PST) Message-Id: <19991124140217.6D69E150E5@hub.freebsd.org> Date: Wed, 24 Nov 1999 06:02:17 -0800 (PST) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/15073: [PATCH] additional command for user-level ppp to show urgent (prioritized) ports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15073 >Category: bin >Synopsis: [PATCH] additional command for user-level ppp to show urgent (prioritized) ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 24 06:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: >Description: This small patch allows to inspect which ports in the ppp are urgent (i.e. prioretized). >How-To-Repeat: >Fix: diff -ruN /usr/current/src/usr.sbin/ppp/command.c ppp/command.c --- /usr/current/src/usr.sbin/ppp/command.c Thu Nov 18 10:32:06 1999 +++ ppp/command.c Wed Nov 24 15:46:27 1999 @@ -752,6 +752,16 @@ return 0; } +static int +ShowUrgent(struct cmdargs const *arg) +{ + prompt_Printf(arg->prompt,"TCP:\n"); + ipcp_ListUrgentTcpPorts(&arg->bundle->ncp.ipcp, arg->prompt); + prompt_Printf(arg->prompt,"\nUDP:\n"); + ipcp_ListUrgentUdpPorts(&arg->bundle->ncp.ipcp, arg->prompt); + return 0; +} + static struct cmdtab const ShowCommands[] = { {"bundle", NULL, bundle_ShowStatus, LOCAL_AUTH, "bundle details", "show bundle"}, @@ -793,6 +803,8 @@ "STOPPED timeout", "show stopped"}, {"timers", NULL, ShowTimerList, LOCAL_AUTH, "alarm timers", "show timers"}, + {"urgent", NULL, ShowUrgent, LOCAL_AUTH, + "urgent ports", "show urgent"}, {"version", NULL, ShowVersion, LOCAL_NO_AUTH | LOCAL_AUTH, "version string", "show version"}, {"who", NULL, log_ShowWho, LOCAL_AUTH, diff -ruN /usr/current/src/usr.sbin/ppp/ipcp.c ppp/ipcp.c --- /usr/current/src/usr.sbin/ppp/ipcp.c Wed Sep 22 06:49:15 1999 +++ ppp/ipcp.c Wed Nov 24 15:57:02 1999 @@ -119,6 +119,15 @@ } void +ipcp_ListUrgentPorts(struct port_range *range, struct prompt *prompt) +{ + int f; + + for (f = 0; f < range->nports; f++) + prompt_Printf(prompt, " %d\n", range->port[f]); +} + +void ipcp_AddUrgentPort(struct port_range *range, u_short port) { u_short *newport; diff -ruN /usr/current/src/usr.sbin/ppp/ipcp.h ppp/ipcp.h --- /usr/current/src/usr.sbin/ppp/ipcp.h Wed Sep 8 09:09:02 1999 +++ ppp/ipcp.h Wed Nov 24 15:46:27 1999 @@ -129,6 +129,7 @@ extern void ipcp_CleanInterface(struct ipcp *); extern int ipcp_InterfaceUp(struct ipcp *); extern int ipcp_IsUrgentPort(struct port_range *, u_short, u_short); +extern void ipcp_ListUrgentPorts(struct port_range *, struct prompt *); extern void ipcp_AddUrgentPort(struct port_range *, u_short); extern void ipcp_RemoveUrgentPort(struct port_range *, u_short); extern void ipcp_ClearUrgentPorts(struct port_range *); @@ -138,6 +139,10 @@ ipcp_IsUrgentPort(&(ipcp)->cfg.urgent.tcp, p1, p2) #define ipcp_IsUrgentUdpPort(ipcp, p1, p2) \ ipcp_IsUrgentPort(&(ipcp)->cfg.urgent.udp, p1, p2) +#define ipcp_ListUrgentTcpPorts(ipcp, p) \ + ipcp_ListUrgentPorts(&(ipcp)->cfg.urgent.tcp, p); +#define ipcp_ListUrgentUdpPorts(ipcp, p) \ + ipcp_ListUrgentPorts(&(ipcp)->cfg.urgent.udp, p); #define ipcp_AddUrgentTcpPort(ipcp, p) \ ipcp_AddUrgentPort(&(ipcp)->cfg.urgent.tcp, p) #define ipcp_AddUrgentUdpPort(ipcp, p) \ >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 24 6:14:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from sun.panews.press.net (sun.panews.press.net [144.178.102.55]) by hub.freebsd.org (Postfix) with ESMTP id 65B49151CB for ; Wed, 24 Nov 1999 06:14:13 -0800 (PST) (envelope-from nilesh.patel@pa.press.net) Received: by sun.panews.press.net with Internet Mail Service (5.0.1461.28) id ; Wed, 24 Nov 1999 14:19:20 -0000 Message-ID: <1D61CEBD9141D1118CEF080009DE16920102D94F@sun.panews.press.net> From: Nilesh Patel To: "'freebsd-bugs@freebsd.org'" Subject: FreeBSD v2.1.0 Release Date: Wed, 24 Nov 1999 14:19:17 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1461.28) Content-Type: text/plain Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I was just wondering if FreeBSD v2.1.0 Release is Y2K compliant ??? Regards, Nilesh Patel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 7:20:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4311152CB for ; Wed, 24 Nov 1999 07:20:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA89608; Wed, 24 Nov 1999 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 24 Nov 1999 07:20:02 -0800 (PST) Message-Id: <199911241520.HAA89608@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brian McGovern Subject: Re: kern/12092: vpo driver not working in 3.2-RELEASE Reply-To: Brian McGovern Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12092; it has been noted by GNATS. From: Brian McGovern To: freebsd-gnats-submit@freebsd.org, phiber@phiber.com Cc: Subject: Re: kern/12092: vpo driver not working in 3.2-RELEASE Date: Wed, 24 Nov 1999 10:16:12 -0500 What mode is the parallel port in? Most of us run our Zip drives on ECP+EPP modes, and it works fine. The zip drive will not work in "normal" mode (no bi-directional communications), and optimal performance is supposed to be gained w/ECP mode. -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 8:12:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 50CD314CB4 for ; Wed, 24 Nov 1999 08:12:36 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA30107; Wed, 24 Nov 1999 11:12:22 -0500 (EST) (envelope-from wollman) Date: Wed, 24 Nov 1999 11:12:22 -0500 (EST) From: Garrett Wollman Message-Id: <199911241612.LAA30107@khavrinen.lcs.mit.edu> To: Nilesh Patel Cc: "'freebsd-bugs@freebsd.org'" Subject: FreeBSD v2.1.0 Release In-Reply-To: <1D61CEBD9141D1118CEF080009DE16920102D94F@sun.panews.press.net> References: <1D61CEBD9141D1118CEF080009DE16920102D94F@sun.panews.press.net> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > I was just wondering if FreeBSD v2.1.0 Release is Y2K compliant ??? Probably not, but how much it matters depends a great deal on your application. The only official Y2K statement the project has made (or will make) is the one on the FreeBSD.org Web site. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 8:40:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49DFC1525E for ; Wed, 24 Nov 1999 08:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA98206; Wed, 24 Nov 1999 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cheetah.epcc.ed.ac.uk (cheetah.epcc.ed.ac.uk [129.215.63.2]) by hub.freebsd.org (Postfix) with ESMTP id 673461527E for ; Wed, 24 Nov 1999 08:35:30 -0800 (PST) (envelope-from st@cheetah.epcc.ed.ac.uk) Received: (from st@localhost) by cheetah.epcc.ed.ac.uk (8.9.3/8.9.3) id QAA02458; Wed, 24 Nov 1999 16:34:56 GMT (envelope-from st) Message-Id: <199911241634.QAA02458@cheetah.epcc.ed.ac.uk> Date: Wed, 24 Nov 1999 16:34:56 GMT From: Scott Telford Reply-To: st@cheetah.epcc.ed.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/15074: Panics on Athlon system Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15074 >Category: i386 >Synopsis: Two different panics when running Linux binaries on Athlon >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 24 08:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scott Telford >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: Gigabyte GA-7IX rev 1.0 motherboard AMD Athlon 500MHz (stepping 2) 128Mb ECC SDRAM No swap AHA-2940UW Pro SCSI host adapter 3C905B-TX-NM Ethernet >Description: When running a Fortran benchmark (STREAM; see http://www.cs.virginia.edu/stream/) compiled with Absoft Pro Fortran or Portland Group PGF77/90 compilers for Linux on the above system, one of the two following panics occur, on the first, second, third or fourth run. Two sizes of benchmark were used, which use either a 45Mb or 102Mb array. The first panic occurs with either the 45Mb or 102Mb array, I've only seen the second with the 45Mb array. swap_pager: out of swap space panic: rlist_free: free start overlaps already freed area at list tail Debugger("panic") Stopped at Debugger+0x37: movl $0,in_Debugger db> tr Debugger(c0237e83) at Debugger+0x37 panic(c0238a43,7,0,c5e4e45c,c0281d0c) at panic+0x74 rlist_free(c0281d08,0,7,f,c0abafc8) at rlist_free+0xfa swap_pager_freeswapspace(c5e4e45c,0,7,c5e4e45c,80000000) at swap_pager_freeswapspace+0x1b swap_pager_free_swap(c5e4e45c) at swap_pager_free_swap+0x85 swap_pager_dealloc(c5e4e45c,c5e51e84,c01f9a7e,c5e4e45c,80000000) at swap_pager_dealloc+0x8a vm_pager_deallocate(c5e4e45c,80000000) at vm_pager_deallocate+0x16 [deletia] exit1(c5df42e0,0,c5e51fb4,c021ab97,c5df42e0) at exit1+0x1fb exit1(c5df42e0,c5e51f94,0, 281236b0,0) at exit1 syscall(27,27,0,281236b0,bfbfdb18) at syscall+0x187 Xint0x80_syscall() at Xint0x80_syscall()+0x2c or... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x4c fault code = supervisor read, page not present instruction pointer = 0x8:0xc0179080 stack pointer = 0x10:0xc5e4ae04 frame pointer = 0x10:0xc5e4ae04 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 = 240 (stream-2m-pgf90-) interrupt mask = kernel: type 12 trap, code=0 Stopped at pbgetvp+0xc: movl 0x4c(%edx),%eax db> tr pbgetvp(0,c3333398,c4bc6000,c5e4af18,1) at pbgetvp+0xc swap_pager_getpages(c5e4bb24,c5e4af18,1,0, c5e4af58) at swap_pager_getpages+0x2fe vm_pager_get_pages(c5e4bb24,c5e4af18,1,0) at vm_pager_get_pages+0x1f vm_fault(c5df8400,80e9000, 3,8,c5df45a0) at vm_fault+0x478 trap_pfault(c5e4afbc,1,80e9000) at trap_pfault+0xaa trap(27,27,2f44b,8067994,8067978) at trap+0x1aa calltrap() at calltrap+0x1c --- trap 0xc, eip = 0x8049605, esp = 0xbfbfdb48, ebp = 0x8067978 --- The same binaries run without panics on the same FreeBSD installation running on a Pentium III on a Gigabyte GA-BX2000 motherboard and on Red Hat Linux 6.1 on the same Athlon/GA-7IX system. The dmesg output is as follows: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.3-RELEASE #0: Tue Nov 16 16:33:53 GMT 1999 st@cheetah.epcc.ed.ac.uk:/usr/src/sys/compile/CHEETAH_DDB Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K7(tm) Processor (499.03-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x612 Stepping = 2 Features=0x81f9ff AMD Features=0xc0400000<,,3DNow!> real memory = 134217728 (131072K bytes) avail memory = 127643648 (124652K bytes) Preloaded elf kernel "kernel.DDB" at 0xc02ca000. Probing for devices on PCI bus 0: chip0: rev 0x23 on pci0.0.0 chip1: rev 0x01 on pci0.1.0 chip2: rev 0x01 on pci0.7.0 chip3: rev 0x03 on pci0.7.3 ahc0: rev 0x01 int a irq 11 on pci0.8.0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs xl0: <3Com 3c905B-TX Fast Etherlink XL> rev 0x30 int a irq 15 on pci0.10.0 xl0: Ethernet address: 00:50:da:3c:17:0d xl0: autoneg complete, link status good (half-duplex, 10Mbps) Probing for devices on PCI bus 1: Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 flags 0x31 on isa apm: found APM BIOS version 1.2 Waiting 2 seconds for SCSI devices to settle changing root device to da0s3a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C) The kernel config is as follows: # based on... # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.143.2.22 1999/09/14 22:53:30 jkh Exp $ machine "i386" cpu "I686_CPU" ident CHEETAH_DDB maxusers 32 options DDB options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "EXT2FS" options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] #options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores config kernel root on wd0 # 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 controller isa0 controller pnp0 # PnP support for ISA controller pci0 # Floppy drives controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 # SCSI Controllers # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. controller ahc0 # AHA2940 and onboard AIC7xxx devices # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. controller scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI) # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Floating point support - do not disable. device npx0 at isa? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at isa? disable flags 0x31 # Advanced Power Management device apm0 at isa? flags 0x31 # Advanced Power Management # Serial (COM) ports device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 # Parallel port device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 # Parallel port bus (required) device lpt0 at ppbus? # Printer device ppi0 at ppbus? # Parallel port interface device #controller vpo0 at ppbus? # Requires scbus and da0 # PCI Ethernet NICs. device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') 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 1 # Packet tunnel pseudo-device pty 16 # Pseudo-ttys (telnet etc) pseudo-device gzip # Exec gzipped a.out's # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 1 #Berkeley packet filter >How-To-Repeat: Benchmark binaries available on request. >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 24 9:20:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2B6915062 for ; Wed, 24 Nov 1999 09:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02422; Wed, 24 Nov 1999 09:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 12F9614BC4; Wed, 24 Nov 1999 09:13:41 -0800 (PST) Message-Id: <19991124171341.12F9614BC4@hub.freebsd.org> Date: Wed, 24 Nov 1999 09:13:41 -0800 (PST) From: lyndon@bsd4us.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/15075: Intel Etherexpress Pro timeouts when >1 card present Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15075 >Category: kern >Synopsis: Intel Etherexpress Pro timeouts when >1 card present >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 24 09:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lyndon Griffin >Release: 3.3-Release >Organization: bsd4us.org >Environment: FreeBSD server.server.com 3.3-RELEASE FreeBSD 3.3-RELEASE #1: Mon Oct 11 14:58:54 PDT 1999 root@server.server.com:/usr/src/sys/compile/GENERIC-SMP i386 >Description: intel Etherexpress Pro 10/100B Ethernet (one on intel n440bx2 board, other as PCI expansion). platform is a VAResearch VAR-501, dual pIII stepping 2 500mHz, 512mb RAM. When only one card is ifconfig'd up and link up, everything is great. try and bring up the other card, and within 36 hours both interfaces stop responding. error on console: server /kernel: fxp1: device timeout server /kernel: fxp0: device timeout repeatedly until reboot. the only kernel changes are as follows: maxusers 120 (changed from 32) options SMP (uncommented to build SMP) options APIC_IO (uncommented to build SMP) options NBUS=2 (uncommented to build SMP) The problem results in a server that doesn't talk on any network, but is available via local console or tty >How-To-Repeat: link up and ifconfig up both interfaces. This happens (to me, anyways) regardless of which interface is on what network. There is no problem if only one of the interfaces is config'd and up, regardless of which interface. I have reproduced this on three identically-configured machines. >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 24 9:20:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BCF015064 for ; Wed, 24 Nov 1999 09:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02429; Wed, 24 Nov 1999 09:20:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 24 Nov 1999 09:20:17 -0800 (PST) Message-Id: <199911241720.JAA02429@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Scott Telford Subject: Re: i386/15074: Panics on Athlon system Reply-To: Scott Telford Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/15074; it has been noted by GNATS. From: Scott Telford To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: i386/15074: Panics on Athlon system Date: Wed, 24 Nov 1999 17:16:48 +0000 Forgot to say that the benchmark was run from an ext2fs filesystem, but does no file I/O. -- Scott. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 12:50:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85D3E155BB for ; Wed, 24 Nov 1999 12:50:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA21695; Wed, 24 Nov 1999 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 24 Nov 1999 12:50:02 -0800 (PST) Message-Id: <199911242050.MAA21695@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Dillon Subject: Re: kern/15075: Intel Etherexpress Pro timeouts when >1 card present Reply-To: Chris Dillon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15075; it has been noted by GNATS. From: Chris Dillon To: lyndon@bsd4us.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/15075: Intel Etherexpress Pro timeouts when >1 card present Date: Wed, 24 Nov 1999 14:45:11 -0600 (CST) On Wed, 24 Nov 1999 lyndon@bsd4us.org wrote: > intel Etherexpress Pro 10/100B Ethernet (one on intel n440bx2 > board, other as PCI expansion). platform is a VAResearch VAR-501, > dual pIII stepping 2 500mHz, 512mb RAM. When only one card is > ifconfig'd up and link up, everything is great. try and bring up > the other card, and within 36 hours both interfaces stop > responding. error on console: Interesting. I currently have a large Compaq server with 6 Intel EtherExpress Pro 10/100 and 1 Dual Intel EtherExpress Pro 10/100 -- for a total of 8 interfaces -- running 3.3-STABLE (and initally was running 3.3-RELEASE, as you are) with no problems at all. See my paragraph below, however. > server /kernel: fxp1: device timeout > server /kernel: fxp0: device timeout > repeatedly until reboot. > the only kernel changes are as follows: > maxusers 120 (changed from 32) > options SMP (uncommented to build SMP) > options APIC_IO (uncommented to build SMP) > options NBUS=2 (uncommented to build SMP) I do recall having some kind of interrupt-related problem which caused many of the interfaces to stop working when I temporarily added a second processor to the machine to play with SMP. Try using a non-SMP kernel and see if that fixes the problem. You may even have to remove the additional processor(s) entirely to fix the problem. If there indeed is a problem related to SMP here, I'm sure some of the developers would love to know about it. Don't ask me though, that certainly isn't my area of expertise. :-) -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures (SPARC under development). ( http://www.freebsd.org ) "One should admire Windows users. It takes a great deal of courage to trust Windows with your data." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 12:50:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4E4415511 for ; Wed, 24 Nov 1999 12:50:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA21708; Wed, 24 Nov 1999 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A634515082; Wed, 24 Nov 1999 12:46:02 -0800 (PST) Message-Id: <19991124204602.A634515082@hub.freebsd.org> Date: Wed, 24 Nov 1999 12:46:02 -0800 (PST) From: alandsidel@transperfect.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/15080: corrupt tree/subtree on primary ftp server, ftp.freebsd.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15080 >Category: misc >Synopsis: corrupt tree/subtree on primary ftp server, ftp.freebsd.org >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 24 12:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Allen Landsidel >Release: 3.3-Release >Organization: Transperfect Translations >Environment: can't get that right now, but it's i386 3.3-Release, Generic Kernel with no changes. >Description: I was getting core dumps trying to recompile the kernel on three different machines.. I got new copies of the bin and src/sys trees from the Ireland mirror, ftp.ie.freebsd.org, and it has compiled fine.. I tried three different machines with the originals from the primary, ftp.freebsd.org, and it failed each time.. >How-To-Repeat: Attempt to recompile the kernel after installing 3.3-Release via FTP, using ftp.freebsd.org. >Fix: Unknown.. rebuild the dist tree on ftp.freebsd.org? >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 24 13:37:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from FreeBSD.ORG (ppp12-besancon.isdnet.net [195.154.11.219]) by hub.freebsd.org (Postfix) with ESMTP id EE47615487 for ; Wed, 24 Nov 1999 13:37:07 -0800 (PST) (envelope-from jmz@FreeBSD.ORG) Received: (from jmz@localhost) by qix.jmz.org (8.9.3/8.9.3) id WAA13695; Wed, 24 Nov 1999 22:37:32 +0100 (MET) (envelope-from jmz@FreeBSD.ORG) Date: Wed, 24 Nov 1999 22:37:32 +0100 (MET) Message-Id: <199911242137.WAA13695@qix.jmz.org> From: Jean-Marc Zucconi To: dima@Server.RU Cc: cpiazza@home.net, freebsd-bugs@FreeBSD.ORG In-reply-to: <031e01bf3676$77505f20$f1a37dc1@server.ru> (dima@Server.RU) Subject: Re: misc/14976: 'mail -u' works incorectly X-Mailer: Emacs References: <19991118153116.3521B15347@hub.freebsd.org> <19991118152601.A338@norn.ca.eu.org> <031e01bf3676$77505f20$f1a37dc1@server.ru> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Dmitry Kazarov writes: > Hi Chris, > I have not got an answer about my last remark about 'mail -u'. > If you did not recieved my letter I repeat: > The environment variable MAIL affects behaviour of -u option of mail > command - mail alvays open file specified in MAIL variables regardless value > of -u option. > So, IMHO, this bug report is closed too early. No. It was fixed in -current in May and I merged the changes in -stable on Friday. Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 14:10:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2C6F152D5 for ; Wed, 24 Nov 1999 14:10:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA28810; Wed, 24 Nov 1999 14:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 24 Nov 1999 14:10:02 -0800 (PST) Message-Id: <199911242210.OAA28810@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "James A Wilde" Subject: Re: misc/14873: corrupted file attachments when mail passes a FreeBSD v.3.1 exchanger Reply-To: "James A Wilde" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/14873; it has been noted by GNATS. From: "James A Wilde" To: , Cc: Subject: Re: misc/14873: corrupted file attachments when mail passes a FreeBSD v.3.1 exchanger Date: Wed, 24 Nov 1999 23:00:14 +0100 Hello: I have now investigated this further and have had my findings verified = by an independent UNIX consultant. I am now convinced that the problem lies not in the mail client software = but in the operating system. Somewhere between versions 2.2.5 and 3.1 FreeBSD - and possibly other = varieties of BSD UNIX became 'broken'. The problem is reproducible and demonstrable. It = has not gone away in version 3.2. Since I have now taken our Y2K-safe mail exchanger out of function as a = result of this problem and don't know in which version the problem first arose, Y2K-safe or = pre-Y2K-safe, I really need a solution within the next 30 days and would like to ask you to upgrade = the problem to critical. I repeat that you may have access to my experiments and I can arrange = that you relay from our mail exchangers for the purposes of testing for reproducibility. Thanks for your attention. mvh/regards James Wilde administrator@tbv.se Mail and DNS administrator TBV Head Office Stockholm, Sweden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 14:39:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E60414BDA; Wed, 24 Nov 1999 14:39:29 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA31716; Wed, 24 Nov 1999 14:38:44 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Wed, 24 Nov 1999 14:38:44 -0800 (PST) From: Message-Id: <199911242238.OAA31716@freefall.freebsd.org> To: sobomax@altavista.net, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/15073: [PATCH] additional command for user-level ppp to show urgent (prioritized) ports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] additional command for user-level ppp to show urgent (prioritized) ports State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Wed Nov 24 14:38:21 PST 1999 State-Changed-Why: The priority sockets are already shown with ``show ipcp''. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 14:52:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4617A15534; Wed, 24 Nov 1999 14:52:24 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA32780; Wed, 24 Nov 1999 14:50:11 -0800 (PST) (envelope-from grog@FreeBSD.org) Date: Wed, 24 Nov 1999 14:50:11 -0800 (PST) From: Message-Id: <199911242250.OAA32780@freefall.freebsd.org> To: administrator@tbv.se, grog@FreeBSD.org, freebsd-bugs@FreeBSD.org, grog@FreeBSD.org Subject: Re: misc/14873: corrupted file attachments when mail passes a FreeBSD v.3.1 exchanger Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: corrupted file attachments when mail passes a FreeBSD v.3.1 exchanger State-Changed-From-To: open->feedback State-Changed-By: grog State-Changed-When: Wed Nov 24 14:41:32 PST 1999 State-Changed-Why: Awaiting feedback from submitter. Responsible-Changed-From-To: freebsd-bugs->grog Responsible-Changed-By: grog Responsible-Changed-When: Wed Nov 24 14:41:32 PST 1999 Responsible-Changed-Why: grog is looking at this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 14:58: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 226211550C; Wed, 24 Nov 1999 14:58:02 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA33500; Wed, 24 Nov 1999 14:57:04 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 24 Nov 1999 14:57:04 -0800 (PST) From: Message-Id: <199911242257.OAA33500@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: bin/15073: [PATCH] additional command for user-level ppp to show urgent (prioritized) ports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] additional command for user-level ppp to show urgent (prioritized) ports Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Nov 24 14:56:56 PST 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Nov 24 21:50:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC84714D28 for ; Wed, 24 Nov 1999 21:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03248; Wed, 24 Nov 1999 21:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 9405814C3C for ; Wed, 24 Nov 1999 21:41:15 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.10.0.Beta7/8.10.0.Beta7) id dAP5fAC02196; Wed, 24 Nov 1999 21:41:10 -0800 (PST) Message-Id: <199911250541.dAP5fAC02196@horsey.gshapiro.net> Date: Wed, 24 Nov 1999 21:41:10 -0800 (PST) From: gshapiro+FreeBSD-gnats@gshapiro.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/15084: 3.3-STABLE: netgraph MFC broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15084 >Category: bin >Synopsis: Need to MFC /src/Makefile.inc1 rev 1.89 >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 24 21:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: FreeBSD 3.3-STABLE cvsup'ed 11/23/1999. >Description: When netgraph was MFC'ed into stable, change 1.89 for /src/Makefile.inc1 was missed. Therefore, /usr/include/netgraph.h doesn't get installed and /usr/src/usr.sbin/{ngctl,nghook,ppp} all fail to build. >How-To-Repeat: >Fix: MFC /src/Makefile.inc1 rev 1.89 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 25 1:30:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A6EB14D9C for ; Thu, 25 Nov 1999 01:30:55 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA36645; Thu, 25 Nov 1999 01:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from iaehv.iae.nl (iaehv.IAE.nl [194.151.64.2]) by hub.freebsd.org (Postfix) with ESMTP id D511514C4A for ; Thu, 25 Nov 1999 01:25:05 -0800 (PST) (envelope-from graaf@iae.nl) Received: by iaehv.iae.nl (Postfix, from userid 1003) id 054EE7C19; Thu, 25 Nov 1999 10:24:55 +0100 (CET) Message-Id: <19991125092455.054EE7C19@iaehv.iae.nl> Date: Thu, 25 Nov 1999 10:24:55 +0100 (CET) From: graaf@iae.nl Reply-To: graaf@iae.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/15087: 3.3-STABLE panic while starting daemons (rlist_free) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15087 >Category: kern >Synopsis: 3.3-STABLE panic while starting daemons (rlist_free) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 25 01:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Edwin de Graaf >Release: FreeBSD 3.3-STABLE i386 >Organization: Internet Access Eindhoven >Environment: CPU: Pentium II/Xeon/Celeron (400.91-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x653 Stepping = 3 real memory = 268435456 (262144K bytes) The server has a 9GB boot disk, and a 25GB SCSI-SCSI RAID device, both on their own Adaptec 2940 controller. The RAID device is connected to a SCSI controller on the motherboard: ahc0: rev 0x00 int a irq 5 on pci0.6.0 The boot disk is connected to an added SCSI controller: ahc1: rev 0x01 int a irq 10 on pci0.11.0 There is an fxp0 type ethernetcard installed The server is running named with more than 1000 zones. Other busy daemons include radiusd, ypserv, popper (inetd), Apache and Postfix. >Description: When booting, the server panics shortly after Postfix is started. The panic does not happen if Postfix is not started from the boot scripts but sometime later by hand (Postfix was started about 15 minutes after booting, and that did not cause a panic). This problem does not happen with 3.1-RELEASE. I believe that the problem is related to a combination of high network traffic combined with lots of disk activity. High activity on swap may also be related. The trace in kgdb looks like this: IdlePTD 2928640 initial pcb at 24dca4 panicstr: rlist_free: free end overlaps already freed area panic messages: --- panic: rlist_free: free end overlaps already freed area syncing disks... 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 giving up (da1:ahc0:0:1:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 (da1:ahc0:0:1:0): error code 10 dumping to dev 20401, offset 499712 dump 256 [ rest erased ] #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 285 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 #1 0xc0145521 in panic ( fmt=0xc021dd47 "rlist_free: free end overlaps already freed area") at ../../kern/kern_shutdown.c:446 #2 0xc014f009 in rlist_free (rlh=0xc02754a4, start=0, end=7) at ../../kern/subr_rlist.c:155 #3 0xc01da26b in swap_pager_freeswapspace (object=0xca6631f0, from=0, to=7) at ../../vm/swap_pager.c:422 #4 0xc01da34c in swap_pager_freespace (object=0xca6631f0, start=34, size=23393) at ../../vm/swap_pager.c:445 #5 0xc01df7ad in vm_map_delete (map=0xca6522c0, start=134811648, end=230629376) at ../../vm/vm_map.c:1833 #6 0xc01df850 in vm_map_remove (map=0xca6522c0, start=134811648, end=230629376) at ../../vm/vm_map.c:1874 #7 0xc01e76ef in obreak (p=0xca659b80, uap=0xca701f94) at ../../vm/vm_unix.c:107 #8 0xc020250b in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 134811648, tf_esi = 134549824, tf_ebp = -1077946656, tf_isp = -898621468, tf_ebx = 671987596, tf_edx = 671987576, tf_ecx = 671987572, tf_eax = 17, tf_trapno = 0, tf_err = 2, tf_eip = 671951496, tf_cs = 31, tf_eflags = 647, tf_esp = -1077946692, tf_ss = 39}) at ../../i386/i386/trap.c:1100 #9 0xc01f78fc in Xint0x80_syscall () #10 0x280d24f2 in ?? () #11 0x804c1a8 in ?? () #12 0x804b087 in ?? () #13 0x804a6c1 in ?? () #14 0x80490f5 in ?? () --- >How-To-Repeat: The problem happens everytime our main server is rebooted if Postfix is started at boot. Of course we do not want to do this very often ... >Fix: None 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 Thu Nov 25 5:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EEFB14E0E for ; Thu, 25 Nov 1999 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA58660; Thu, 25 Nov 1999 05:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 7850514E0F for ; Thu, 25 Nov 1999 05:30:23 -0800 (PST) (envelope-from cy@cschuber.net.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id FAA11993 for ; Thu, 25 Nov 1999 05:30:22 -0800 Received: from cschuber.net.gov.bc.ca(142.31.240.113), claiming to be "cwsys.cwsent.com" via SMTP by point.osg.gov.bc.ca, id smtpda11991; Thu Nov 25 05:30:18 1999 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id FAA06829; Thu, 25 Nov 1999 05:30:16 -0800 (PST) Message-Id: <199911251330.FAA06829@cwsys.cwsent.com> Date: Thu, 25 Nov 1999 05:30:16 -0800 (PST) From: Cy.Schubert@uumail.gov.bc.ca Reply-To: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/15088: Sendmail 8.9.3 Patch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15088 >Category: bin >Synopsis: Sendmail patch >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 25 05:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.3-STABLE i386 >Organization: ITSD Province of BC >Environment: FreeBSD cwsys 3.3-STABLE FreeBSD 3.3-STABLE #0: Wed Nov 24 18:59:43 PST 1999 root@:/opt2/cvs-330S/src/sys/compile/CWSYS i386 >Description: The following was posted on bugtraq: Date: Mon, 22 Nov 1999 23:48:17 -0800 Reply-To: Gregory Neil Shapiro Sender: Bugtraq List From: Gregory Neil Shapiro Subject: Re: Sendmail 8.x.x - any user may rebuild aliases database X-To: Michal Zalewski X-cc: BUGTRAQ@SECURITYFOCUS.COM, sendmail-bugs@sendmail.org To: BUGTRAQ@SECURITYFOCUS.COM In-Reply-To: X-UIDL: d3d08b1a16cd01ca35681b18bae9ed46 -----BEGIN PGP SIGNED MESSAGE----- lcamtuf> Sendmail up to recent 8.9.x versions - any user may pass -bi lcamtuf> parameter to /usr/sbin/sendmail. This will result in aliases lcamtuf> database rebuild. IMHO there's no reason to allow such things, but lcamtuf> no matter - something rather stupid is done during rebuild: lcamtuf> 5366 open("/etc/aliases.db", O_RDWR|O_TRUNC) = 6 lcamtuf> What a bad luck! There's approx 0.1 sec delay due to /etc/aliases lcamtuf> processing (on my system). Meantime, luser might deliver any lcamtuf> signals to sendmail process... SIGKILL is quite good. After that, lcamtuf> /etc/aliases.db will be left in unusable state (no EOF marker), lcamtuf> causing DoS: Thank you for bringing this to our attention. We have limited the newaliases command to root and trusted users for 8.10.0.Beta7. We have also deprecated the AutoRebuildAliases option since if set, a similar attack may be possible. We intend to remove the AutoRebuildAliases functionality in a future version. I've included a patch against sendmail 8.9.3 for those who want to protect against this denial of service attack. As always, we encourage mailing bug reports, including documentation or release notes bugs, to sendmail-bugs@sendmail.org. Security issues can be mailed to sendmail-security@sendmail.org and encrypted with the sendmail-security@sendmail.org PGP key: Type Bits KeyID Created Expires Algorithm Use pub 1024 0x16F4CCE9 1999-06-23 ---------- RSA Sign & Encrypt uid Sendmail Security The sendmail 8.9.3 patch: --- main.c~orig Sat Jan 9 15:31:13 1999 +++ main.c Wed Nov 17 19:04:44 1999 @@ -984,6 +984,18 @@ usrerr("Permission denied"); finis(FALSE, EX_USAGE); } + if (OpMode == MD_INITALIAS && + RealUid != 0 && + RealUid != TrustedUid && + !wordinclass(RealUserName, 't')) + { + if (LogLevel > 1) + sm_syslog(LOG_ALERT, NOQID, + "user %d attempted to rebuild the alias map", + RealUid); + usrerr("Permission denied"); + finis(FALSE, EX_USAGE); + } if (MeToo) BlankEnvelope.e_flags |= EF_METOO; >How-To-Repeat: See description. >Fix: See patch posted by Gregory Shapiro of sendmail.org to BUGTRAQ above. It would be nice to have this committed before 3.4 is released. You may wish to remove the AutoRebuildAliases option too. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 25 6:20: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFB1A14C0C for ; Thu, 25 Nov 1999 06:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA62272; Thu, 25 Nov 1999 06:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 25 Nov 1999 06:20:06 -0800 (PST) Message-Id: <199911251420.GAA62272@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Subject: Re: bin/15046: /sbin/dhclient-script ignores resolv.conf hooks Reply-To: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/15046; it has been noted by GNATS. From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/15046: /sbin/dhclient-script ignores resolv.conf hooks Date: Thu, 25 Nov 1999 15:13:41 +0100 (MET) I ran into the same thing. Fixed by: --- /sbin/dhclient-script Mon Nov 22 14:52:11 1999 +++ dhclient-script Thu Nov 25 14:05:49 1999 @@ -129,10 +129,7 @@ ifconfig $interface inet alias $alias_ip_address $alias_subnet_arg route add $alias_ip_address 127.0.0.1 fi - echo search $new_domain_name >/etc/resolv.conf - for nameserver in $new_domain_name_servers; do - echo nameserver $nameserver >>/etc/resolv.conf - done + make_resolv_conf exit_with_hooks 0 fi @@ -190,14 +187,7 @@ route add $0 $1 shift; shift done - echo search $new_domain_name >/etc/resolv.conf.std - for nameserver in $new_domain_name_servers; do - echo nameserver $nameserver >>/etc/resolv.conf.std - done - if [ -f /etc/resolv.conf ]; then - rm -f /etc/resolv.conf - fi - mv /etc/resolv.conf.std /etc/resolv.conf + make_resolv_conf exit_with_hooks 0 fi fi Mikko Tyo"la"ja"rvi_____________________________________mikko@rsasecurity.com RSA Security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 25 8:48:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2159114C15; Thu, 25 Nov 1999 08:48:08 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA30562; Thu, 25 Nov 1999 08:48:03 -0800 (PST) (envelope-from joe@FreeBSD.org) Date: Thu, 25 Nov 1999 08:48:03 -0800 (PST) From: Message-Id: <199911251648.IAA30562@freefall.freebsd.org> To: joe@FreeBSD.org, freebsd-bugs@FreeBSD.org, joe@FreeBSD.org Subject: Re: bin/14171: [PATCH] create symbolic links using mtree Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] create symbolic links using mtree Responsible-Changed-From-To: freebsd-bugs->joe Responsible-Changed-By: joe Responsible-Changed-When: Thu Nov 25 08:46:15 PST 1999 Responsible-Changed-Why: I'm working on mtree at the moment, so I'll take responsibility for this patch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 25 9:55: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A236014EDF; Thu, 25 Nov 1999 09:55:04 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34752; Thu, 25 Nov 1999 09:55:04 -0800 (PST) (envelope-from imp@FreeBSD.org) Date: Thu, 25 Nov 1999 09:55:04 -0800 (PST) From: Message-Id: <199911251755.JAA34752@freefall.freebsd.org> To: imp@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: bin/15088: Sendmail patch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Sendmail patch Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: imp Responsible-Changed-When: Thu Nov 25 10:54:36 MST 1999 Responsible-Changed-Why: I'll look into this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 25 12: 6:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C4A614DD1; Thu, 25 Nov 1999 12:06:43 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43930; Thu, 25 Nov 1999 12:06:43 -0800 (PST) (envelope-from julian@FreeBSD.org) Date: Thu, 25 Nov 1999 12:06:43 -0800 (PST) From: Message-Id: <199911252006.MAA43930@freefall.freebsd.org> To: gshapiro+FreeBSD-gnats@gshapiro.net, julian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/15084: Need to MFC /src/Makefile.inc1 rev 1.89 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Need to MFC /src/Makefile.inc1 rev 1.89 State-Changed-From-To: open->closed State-Changed-By: julian State-Changed-When: Thu Nov 25 12:05:57 PST 1999 State-Changed-Why: did the recommended MFC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 25 12:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4026814DD1 for ; Thu, 25 Nov 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA44093; Thu, 25 Nov 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ints.ru (ints.ru [194.67.173.1]) by hub.freebsd.org (Postfix) with ESMTP id 0B27B14DD1 for ; Thu, 25 Nov 1999 12:04:08 -0800 (PST) (envelope-from ilmar@ws-ilmar.ints.ru) Received: (from uucp@localhost) by ints.ru (8.9.2/8.9.2) id XAA04210 for ; Thu, 25 Nov 1999 23:04:08 +0300 (MSK) Received: from ws-ilmar.ints.ru(194.67.173.16) via SMTP by ints.ru, id smtpdts4206; Thu Nov 25 23:03:58 1999 Received: (from ilmar@localhost) by ws-ilmar.ints.ru (8.9.3/8.9.3) id XAA03943; Thu, 25 Nov 1999 23:03:58 +0300 (MSK) Message-Id: <199911252003.XAA03943@ws-ilmar.ints.ru> Date: Thu, 25 Nov 1999 23:03:58 +0300 (MSK) From: "Ilmar S. Habibulin" Reply-To: ilmar@ints.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/15089: mmap 2K-block device problem? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15089 >Category: kern >Synopsis: mmap of files from 2K-block device failed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 25 12:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ilmar S. Habibulin >Release: FreeBSD 3.3-STABLE i386 >Organization: IntraNet-TS(http://www.ints.ru) >Environment: /kernel: FreeBSD 3.3-STABLE #0: Thu Nov 25 13:31:22 MSK 1999 /kernel: root@ws-ilmar:/mnt/modrive/src/sys/compile/GENERIC /kernel: Timecounter "i8254" frequency 1193182 Hz /kernel: CPU: Pentium/P55C (208.26-MHz 586-class CPU) /kernel: Origin = "GenuineIntel" Id = 0x543 Stepping = 3 /kernel: Features=0x8001bf /kernel: real memory = 25165824 (24576K bytes) /kernel: avail memory = 21032960 (20540K bytes) /kernel: Preloaded elf kernel "kernel" at 0xc0390000. /kernel: Probing for devices on PCI bus 0: /kernel: chip0: rev 0x01 on pci0.0.0 /kernel: chip1: rev 0x01 on pci0.1.0 /kernel: ide_pci0: rev 0x01 on pci0.1.1 /kernel: chip2: rev 0x01 on pci0.1.3 /kernel: amd0: rev 0x10 int a irq 10 on pci0.9.0 /kernel: vga0: rev 0x01 int /kernel: a irq 11 on pci0.12.0 /kernel: Probing for PnP devices: /kernel: Probing for devices on the ISA bus: /kernel: sc0 on isa /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> /kernel: atkbdc0 at 0x60-0x6f on motherboard /kernel: atkbd0 irq 1 on isa /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa /kernel: sio0: type 16550A /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa /kernel: sio1: type 16550A /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa /kernel: fdc0: FIFO enabled, 8 bytes threshold /kernel: fd0: 1.44MB 3.5in /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa /kernel: wdc0: unit 0 (wd0): /kernel: wd0: 2014MB (4124736 sectors), 4092 cyls, 16 heads, 63 S/T, 512 B/S /kernel: wdc1 at 0x170-0x177 irq 15 on isa /kernel: wdc1: unit 0 (atapi): , removable, intr, dma, iordis /kernel: acd0: drive speed 4134KB/sec, 256KB cache /kernel: acd0: supported read types: CD-R, CD-RW, CD-DA, packet track /kernel: acd0: Audio: play, 255 volume levels /kernel: acd0: Mechanism: ejectable tray /kernel: acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked /kernel: ppc0 at 0x378 irq 7 flags 0x40 on isa /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode /kernel: ppc0: FIFO with 16/16/16 bytes threshold /kernel: lpt0: on ppbus 0 /kernel: lpt0: Interrupt-driven port /kernel: ppi0: on ppbus 0 /kernel: plip0: on ppbus 0 /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa /kernel: npx0 on motherboard /kernel: npx0: INT 16 interface /kernel: Intel Pentium detected, installing workaround for F00F bug /kernel: Waiting 15 seconds for SCSI devices to settle /kernel: changing root device to wd0s2a /kernel: da0 at amd0 bus 0 target 0 lun 0 /kernel: da0: Removable Optical SCSI-2 device /kernel: da0: 10.000MB/s transfers (10.000MHz, offset 15) /kernel: da0: 606MB (310352 2 /kernel: 048 byte sectors: 64H 32S/T 151C) >Description: Whyle copying, installing or viewing some files from MO drive with software, that uses mmap() syscall i've got the following kernel messages with applications crash: /kernel: dscheck: b_bcount 3072 is not on a sector boundary (ssize 2048) /kernel: spec_getpages: I/O read failure: (error code=22) /kernel: size: 3072, resid: 3072, a_count: 2405, valid: 0x0 /kernel: nread: 0, reqpage: 0, pindex: 0, pcount: 1 /kernel: vm_fault: pager read error, pid 6197 (install) >How-To-Repeat: This bug took place for all 3.x. I thought that -stable didn't have it. I used MO drive to store freebsd source tree and build world. But it failed while installing yacc.sh (?). And some other files crashed mc. >Fix: I don't know. :( I'm very happy that my MO drive works with freebsd 3.x somehow. 2.2.x managed to use only 1/4 of its capacity. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 25 13:50: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C489014DCB for ; Thu, 25 Nov 1999 13:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA51339; Thu, 25 Nov 1999 13:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from beach.frankfurt.netsurf.de (beach.frankfurt.netsurf.de [194.64.181.2]) by hub.freebsd.org (Postfix) with ESMTP id 56C0A14F0B for ; Thu, 25 Nov 1999 13:48:47 -0800 (PST) (envelope-from kd@frankfurt.netsurf.de) Received: from p75.home (deck-216.frankfurt.netsurf.de [194.64.181.248]) by beach.frankfurt.netsurf.de (8.8.5/8.8.5) with ESMTP id WAA17037 for ; Thu, 25 Nov 1999 22:48:43 +0100 (MET) Received: from p75.home (p75.home [192.168.3.40]) by p75.home (8.9.3/8.9.3) with ESMTP id WAA11591 for ; Thu, 25 Nov 1999 22:55:42 +0100 (CET) (envelope-from kd@frankfurt.netsurf.de) Message-Id: Date: Thu, 25 Nov 1999 22:55:42 +0100 (CET) From: Karl Dietz Reply-To: Karl.Dietz@frankfurt.netsurf.de To: FreeBSD-gnats-submit@freebsd.org In-Reply-To: <199911252135.WAA11339@p75.home> Subject: gnu/15091: add -I option to gnu groff and gnu soelim Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15091 >Category: gnu >Synopsis: add -I option to gnu groff and gnu soelim >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 25 13:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Karl Dietz >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: >Description: GNU groff does not know about a -I parameter to add include search paths. Peter Miller made a patch to add the -I and uses it in his programs. I maintain a prog by PM (ports/net/dnsutl) and got a request to add man pages to the port. The patch is for groff-1.11 but did apply cleanly to FreeBSD's groff-1.10. The original patch is at http://www.canb.aaug.org.au/~millerp/ Patch by Peter Miller >How-To-Repeat: try to install man pages from ports/net/dnsutl/work/... >Fix: apply this patch (or the one at Peter's page) Index: src/contrib/groff/groff/groff.cc =================================================================== RCS file: /home/ncvs/src/contrib/groff/groff/groff.cc,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 groff.cc --- groff.cc 1996/09/07 16:18:01 1.1.1.1 +++ groff.cc 1999/11/02 18:57:49 @@ -113,7 +113,7 @@ command_prefix = PROG_PREFIX; commands[TROFF_INDEX].set_name(command_prefix, "troff"); while ((opt = getopt(argc, argv, - "itpeRsSzavVhblCENXZF:m:T:f:w:W:M:d:r:n:o:P:L:")) + "abCd:eEf:F:hiI:lL:m:M:n:No:pP:r:RsStT:vVw:W:XzZ")) != EOF) { char buf[3]; buf[0] = '-'; @@ -122,6 +122,10 @@ switch (opt) { case 'i': iflag = 1; + break; + case 'I': + commands[SOELIM_INDEX].set_name(command_prefix, "soelim"); + commands[SOELIM_INDEX].append_arg(buf, optarg); break; case 't': commands[TBL_INDEX].set_name(command_prefix, "tbl"); Index: src/contrib/groff/groff/groff.man =================================================================== RCS file: /home/ncvs/src/contrib/groff/groff/groff.man,v retrieving revision 1.2.4.1 diff -u -r1.2.4.1 groff.man --- groff.man 1999/03/18 00:03:56 1.2.4.1 +++ groff.man 1999/11/02 18:58:06 @@ -48,6 +48,9 @@ .BI \-F dir ] [ +.BI \-I dir +] +[ .BI \-T dev ] [ @@ -150,6 +153,13 @@ .TP .B \-s Preprocess with @g@soelim. +.TP +.BI \-I dir +This option is as described in +.BR @g@soelim (@MAN1EXT@) . +This option implies the +.B \-s +option. .TP .B \-R Preprocess with @g@refer. Index: src/contrib/groff/soelim/soelim.cc =================================================================== RCS file: /home/ncvs/src/contrib/groff/soelim/soelim.cc,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 soelim.cc --- soelim.cc 1996/09/07 16:18:11 1.1.1.1 +++ soelim.cc 1999/11/02 18:58:14 @@ -29,23 +29,38 @@ #include "error.h" #include "stringclass.h" +static int include_list_length; +static char **include_list; + int compatible_flag = 0; extern int interpret_lf_args(const char *); int do_file(const char *filename); + +static void +include_path_append(char *path) +{ + ++include_list_length; + size_t nbytes = include_list_length * sizeof(include_list[0]); + include_list = (char **)realloc((void *)include_list, nbytes); + include_list[include_list_length - 1] = path; +} + + void usage() { - fprintf(stderr, "usage: %s [ -vC ] [ files ]\n", program_name); + fprintf(stderr, "usage: %s [ -vCI: ] [ files ]\n", program_name); exit(1); } int main(int argc, char **argv) { program_name = argv[0]; + include_path_append("."); int opt; - while ((opt = getopt(argc, argv, "vC")) != EOF) + while ((opt = getopt(argc, argv, "CI:v")) != EOF) switch (opt) { case 'v': { @@ -57,6 +72,9 @@ case 'C': compatible_flag = 1; break; + case 'I': + include_path_append(optarg); + break; case '?': usage(); break; @@ -125,17 +143,49 @@ int do_file(const char *filename) { FILE *fp; - if (strcmp(filename, "-") == 0) + string whole_filename; + if (strcmp(filename, "-") == 0) { fp = stdin; - else { + whole_filename = filename; + whole_filename += '\0'; + } + else if (filename[0] == '/') { + whole_filename = filename; + whole_filename += '\0'; errno = 0; fp = fopen(filename, "r"); if (fp == 0) { error("can't open `%1': %2", filename, strerror(errno)); return 0; } + } + else { + size_t j; + for (j = 0; j < include_list_length; ++j) + { + char *path = include_list[j]; + if (0 == strcmp(path, ".")) + whole_filename = filename; + else + whole_filename = string(path) + "/" + filename; + whole_filename += '\0'; + errno = 0; + fp = fopen(whole_filename.contents(), "r"); + if (fp != 0) + break; + if (errno != ENOENT) { + error("can't open `%1': %2", whole_filename.contents(), strerror(errno)); + return 0; + } + } + if (j >= include_list_length) + { + errno = ENOENT; + error("can't open `%1': %2", filename, strerror(errno)); + return 0; + } } - current_filename = filename; + current_filename = whole_filename.contents(); current_lineno = 1; set_location(); enum { START, MIDDLE, HAD_DOT, HAD_s, HAD_so, HAD_l, HAD_lf } state = START; Index: src/contrib/groff/soelim/soelim.man =================================================================== RCS file: /home/ncvs/src/contrib/groff/soelim/soelim.man,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 soelim.man --- soelim.man 1996/09/07 16:18:11 1.1.1.1 +++ soelim.man 1999/11/02 18:58:20 @@ -25,6 +25,9 @@ .B \-Cv ] [ +.BI \-I dir +] +[ .IR files \|.\|.\|.\| ] .SH DESCRIPTION @@ -52,6 +55,16 @@ Recognize .B .so even when followed by a character other than space or newline. +.TP +.BI \-I dir +This option may be used to specify a directory to search for +files (both those on the command line and those named in +.B \&.so +lines). +The current directory is always searched first. +This option may be specified more than once, +the directories will be searched in the order specified. +No directory search is performed for files specified using an absolute path. .TP .B \-v Print the version number. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 25 14:23:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 704) id 9B4EA14F17; Thu, 25 Nov 1999 14:23:43 -0800 (PST) To: housel@cx281057-a.irvn1.occa.home.com, jseger@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: jseger@FreeBSD.ORG Subject: Re: bin/14202 Message-Id: <19991125222343.9B4EA14F17@hub.freebsd.org> Date: Thu, 25 Nov 1999 14:23:43 -0800 (PST) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tgetstr() inserting termlib "%pn" into output State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Thu Nov 25 14:23:25 PST 1999 State-Changed-Why: Emacs fixed to accomadate this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Nov 25 19:20: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B69214E58 for ; Thu, 25 Nov 1999 19:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA15014; Thu, 25 Nov 1999 19:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C235714E58; Thu, 25 Nov 1999 19:19:04 -0800 (PST) Message-Id: <19991126031904.C235714E58@hub.freebsd.org> Date: Thu, 25 Nov 1999 19:19:04 -0800 (PST) From: aron@cs.rice.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/15095: TCP's advertised window is not scaled immediately upon discovering use of Window scale option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15095 >Category: kern >Synopsis: TCP's advertised window is not scaled immediately upon discovering use of Window scale option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 25 19:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD 3.3-RELEASE >Organization: Rice University >Environment: FreeBSD luzern.cs.rice.edu 3.3-RELEASE FreeBSD 3.3-RELEASE #5: Tue Oct 19 11:56:31 CDT 1999 aron@luzern.cs.rice.edu:/usr/src/sys/compile/LUZERN i386 >Description: The FreeBSD implementation does not scale the advertised window immediately when it discovers that window scaling is being used. The result is that irrespective of advertised window, in the first round-trip after connection establishment, a FreeBSD TCP sender cannot send more data than the unscaled value of advertised window. One can argue that this is not important given that TCP does slow-start in the first round-trip. Well, people are looking at rate-based pacing where you don't have to do slow-start. Also the above is important in LANs where FreeBSD doesn't use slow-start. In my case, I'm emulating a WAN to see the benefits of rate-based pacing and so is extremely important. >How-To-Repeat: Try running a TCP transfer over an emulated (or an actual) WAN. Make sure that slow-start is turned off (it is if FreeBSD thinks its operating on a LAN - i.e the other host has the same subnet address). Also ensure that RFC1323 is being used (i.e. Window scaling is in effect) and the flow control window is big enough on the TCP receiver. Use tcpdump to check the number of packets sent in the first round-trip - these will correspond to the unscaled value of the advertised window. A simpler method to repeat the problem is to instrument the kernel to print out the value of the variable tp->snd_wnd when TCP starts sending data. You'll see that it corresponds to the unscaled value of the flow control (or advertised) window. >Fix: The following patch applied to /sys/netinet/tcp_input.c fixes the problem: --- /sys/netinet/tcp_input.c Sun Aug 29 11:29:54 1999 +++ tcp_input.c Wed Nov 10 15:39:49 1999 @@ -857,6 +857,9 @@ (TF_RCVD_SCALE|TF_REQ_SCALE)) { tp->snd_scale = tp->requested_s_scale; tp->rcv_scale = tp->request_r_scale; + + tp->snd_wnd <<= tp->snd_scale; + tiwin = tp->snd_wnd; } /* Segment is acceptable, update cache if undefined. */ if (taop->tao_ccsent == 0) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Nov 26 6:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF79A14DCB for ; Fri, 26 Nov 1999 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28945; Fri, 26 Nov 1999 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 2503814C3F for ; Fri, 26 Nov 1999 06:45:51 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id D62E19B38; Fri, 26 Nov 1999 09:45:50 -0500 (EST) Message-Id: <19991126144550.D62E19B38@pawn.primelocation.net> Date: Fri, 26 Nov 1999 09:45:50 -0500 (EST) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/15101: [PATCH] cdcontrol does not perform bounds checking WRT dev name lengths Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15101 >Category: bin >Synopsis: [PATCH] cdcontrol does not perform bounds checking WRT dev name lengths >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 26 06:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: N/A >Environment: FreeBSD 3.3-STABLE and 4.0-CURRENT >Description: cdcontrol fails to perform basic bounds/sanity checking WRT device name lengths. Though this does not appear to be exploitable in any way (not suid, etc), it can cause those annoying core dumps :) >How-To-Repeat: Using a file/path > 80 characters % touch % cdcontrol -f eject Segmentation fault (core dumped) % >Fix: The following patch performs the necessary bounds checking. Also, it might be more proper to use MAXPATHLEN instead of the author's 80 char pathname limit. Index: cdcontrol.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/cdcontrol/cdcontrol.c,v retrieving revision 1.23 diff -u -r1.23 cdcontrol.c --- cdcontrol.c 1999/11/18 23:04:38 1.23 +++ cdcontrol.c 1999/11/26 14:33:21 @@ -1042,11 +1042,11 @@ return (1); if (*cdname == '/') - strcpy (devbuf, cdname); + snprintf (devbuf, 80, "%s", cdname); else if (*cdname == 'r') - sprintf (devbuf, "/dev/%s", cdname); + snprintf (devbuf, 80, "/dev/%s", cdname); else - sprintf (devbuf, "/dev/r%s", cdname); + snprintf (devbuf, 80, "/dev/r%s", cdname); fd = open (devbuf, O_RDONLY); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Nov 26 10:20:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D2A3150DF for ; Fri, 26 Nov 1999 10:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA49789; Fri, 26 Nov 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 26 Nov 1999 10:20:01 -0800 (PST) Message-Id: <199911261820.KAA49789@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Brown Subject: Re: misc/15000: ftp(1) needs to send HTTP/1.1% Reply-To: Mike Brown Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/15000; it has been noted by GNATS. From: Mike Brown To: freebsd-gnats-submit@freebsd.org, mike@skew.org Cc: Subject: Re: misc/15000: ftp(1) needs to send HTTP/1.1% Date: Fri, 26 Nov 1999 11:14:22 -0700 (MST) We just moved xml.apache.org, so the example I posted doesn't fail anymore. But you get the idea. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Nov 26 22: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C832314E41 for ; Fri, 26 Nov 1999 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA12053; Fri, 26 Nov 1999 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 272C214FA7; Fri, 26 Nov 1999 21:52:40 -0800 (PST) Message-Id: <19991127055240.272C214FA7@hub.freebsd.org> Date: Fri, 26 Nov 1999 21:52:40 -0800 (PST) From: fiucha@neta.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/15109: problem printing graphic pages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15109 >Category: misc >Synopsis: problem printing graphic pages >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 26 22:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Florin Iucha >Release: 3.3-STABLE >Organization: home >Environment: FreeBSD server 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Sat Oct 30 16:52:39 MST 1999 root@server:/usr/src/sys/compile/server-i486 i386 >Description: I have a Panasonic KX-1123 matrix printer attached to my FreeBSD box. I can print text only pages. I cannot print graphics. Actually it prints something but very chaotic. Looks like the data stream is intrerupter from time to time. Previously on the same machine I have had NetBSD 1.4.1 and it worked just fine. >How-To-Repeat: I have the printer shared via Samba to my Win98 client. When I print from Win98 it doesn't look right. The same happens when I print to file, ftp it (binary) to the FreeBSD box and pipe it to lpd, so it's not network related. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Nov 26 23:19:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38A7914F95; Fri, 26 Nov 1999 23:19:10 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: (from wes@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA16251; Fri, 26 Nov 1999 23:19:10 -0800 (PST) (envelope-from wes@FreeBSD.org) Date: Fri, 26 Nov 1999 23:19:10 -0800 (PST) From: Message-Id: <199911270719.XAA16251@freefall.freebsd.org> To: Doug@gorean.org, wes@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/14239: [PATCH] Trivial fortune spelling correction Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Trivial fortune spelling correction State-Changed-From-To: open->feedback State-Changed-By: wes State-Changed-When: Fri Nov 26 23:18:40 PST 1999 State-Changed-Why: Fixed the typo, applied the patch, done, finito. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Nov 27 0:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6782D14F95 for ; Sat, 27 Nov 1999 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA20665; Sat, 27 Nov 1999 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 27 Nov 1999 00:50:01 -0800 (PST) Message-Id: <199911270850.AAA20665@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexey Zelkin Subject: Re: gnu/15091: add -I option to gnu groff and gnu soelim Reply-To: Alexey Zelkin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/15091; it has been noted by GNATS. From: Alexey Zelkin To: Karl.Dietz@frankfurt.netsurf.de Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/15091: add -I option to gnu groff and gnu soelim Date: Fri, 26 Nov 1999 23:17:06 +0300 hi, On Thu, Nov 25, 1999 at 10:55:42PM +0100, Karl Dietz wrote: > >Number: 15091 > >Category: gnu > >Synopsis: add -I option to gnu groff and gnu soelim > GNU groff does not know about a -I parameter to add > include search paths. Why ? > > Peter Miller made a patch to add the -I and uses it in > his programs. You have to submit this patch to official groff maintainer and then next release out we'll import such change. > > I maintain a prog by PM (ports/net/dnsutl) and got a > request to add man pages to the port. > > The patch is for groff-1.11 but did apply cleanly to > FreeBSD's groff-1.10. We have groff-1.11 imported. -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Nov 27 6: 1:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D00AB14FE5; Sat, 27 Nov 1999 06:01:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA39103; Sat, 27 Nov 1999 06:01:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 27 Nov 1999 06:01:57 -0800 (PST) From: Message-Id: <199911271401.GAA39103@freefall.freebsd.org> To: Doug@gorean.org, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/14239: [PATCH] Trivial fortune spelling correction Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Trivial fortune spelling correction State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Sat Nov 27 06:00:56 PST 1999 State-Changed-Why: I think Wes meant to close this PR since he has committed the patch to both -current and -stable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Nov 27 6:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4799214D09 for ; Sat, 27 Nov 1999 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA40089; Sat, 27 Nov 1999 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mulet.e.kth.se (mulet.e.kth.se [130.237.43.20]) by hub.freebsd.org (Postfix) with ESMTP id 8128014CCF for ; Sat, 27 Nov 1999 06:14:22 -0800 (PST) (envelope-from root@mulet.e.kth.se) Received: (from root@localhost) by mulet.e.kth.se (8.9.3/8.9.3) id PAA00823; Sat, 27 Nov 1999 15:14:34 +0100 (CET) (envelope-from root) Message-Id: <199911271414.PAA00823@mulet.e.kth.se> Date: Sat, 27 Nov 1999 15:14:34 +0100 (CET) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@stacken.kth.se X-Send-Pr-Version: 3.2 Subject: kern/15117: vclean calls vrele leading to deadlock (if usecount > 0) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15117 >Category: kern >Synopsis: vclean calls vrele leading to deadlock (if usecount > 0) >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 27 06:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: -current as of ~ today >Description: vclean() calls vrele() if v_usecount of the node was higher than one. But before calling it, it sets the VXLOCK flag, which will make vn_lock called from vrele dead-lock. >How-To-Repeat: >Fix: [ largely based on the NetBSD - code ] --- vfs_subr.c.orig Sat Nov 27 14:54:10 1999 +++ vfs_subr.c Sat Nov 27 15:11:47 1999 @@ -1693,8 +1693,23 @@ if (VOP_RECLAIM(vp, p)) panic("vclean: cannot reclaim"); - if (active) - vrele(vp); + if (active) { + /* + * Inline copy of vrele() since VOP_INACTIVE + * has already been called. + */ + simple_lock(&vp->v_interlock); + if (--vp->v_usecount <= 0) { +#ifdef DIAGNOSTIC + if (vp->v_usecount < 0 || vp->v_writecount != 0) { + vprint("vclean: bad ref count", vp); + panic("vclean: ref cnt"); + } +#endif + vfree(vp); + } + simple_unlock(&vp->v_interlock); + } cache_purge(vp); if (vp->v_vnlock) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Nov 27 10: 0:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4C1C14DD7 for ; Sat, 27 Nov 1999 10:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06828; Sat, 27 Nov 1999 10:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from altair.mayn.de (altair.mayn.de [194.145.150.157]) by hub.freebsd.org (Postfix) with ESMTP id 3F23E14CF4 for ; Sat, 27 Nov 1999 09:55:57 -0800 (PST) (envelope-from mkb@altair.mayn.de) Received: (from mkb@localhost) by altair.mayn.de (8.9.3/8.9.3) id SAA00525; Sat, 27 Nov 1999 18:55:25 +0100 (CET) (envelope-from mkb) Message-Id: <199911271755.SAA00525@altair.mayn.de> Date: Sat, 27 Nov 1999 18:55:25 +0100 (CET) From: Matthias Buelow Reply-To: mkb@altair.mayn.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/15119: pcm sound driver dma problems with isa-pnp cards Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15119 >Category: i386 >Synopsis: pcm sound driver dma problems with isa-pnp cards >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: Sat Nov 27 10:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matthias Buelow >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: dmesg output: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.3-STABLE #0: Sat Nov 27 17:38:19 CET 1999 mkb@altair.mayn.de:/usr/src/sys/compile/ALTAIR Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 233030322 Hz CPU: AMD-K6tm w/ multimedia extensions (233.03-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x562 Stepping = 2 Features=0x8001bf AMD Features=0x400<> real memory = 67108864 (65536K bytes) avail memory = 62783488 (61312K bytes) Preloaded elf kernel "kernel" at 0xc0265000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc026509c. Probing for devices on PCI bus 0: chip0: rev 0x02 on pci0.0.0 chip1: rev 0x01 on pci0.1.0 vga0: rev 0x03 int a irq 15 on pci0.9.0 ncr0: rev 0x26 int a irq 9 on pci0.10.0 Probing for PnP devices: CSN 1 Vendor ID: CTL0051 [0x51008c0e] Serial 0x00045b7d Comp ID: PNP0600 [0x0006d041] pcm1 (SB16pnp sn 0x00045b7d) at 0x240-0x24f irq 10 drq 1 flags 0x15 on isa Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A pcm0 not probed due to drq conflict with pcm1 at 1 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 15 seconds for SCSI devices to settle cd0 at ncr0 bus 0 target 2 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 16) cd0: Attempt to query device size failed: NOT READY, Medium not present da1 at ncr0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) da1: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) da0 at ncr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 4357MB (8925000 512 byte sectors: 255H 63S/T 555C) >Description: I am using Luigi's pcm snd code to drive my isa-pnp sound card. I have previously used an el-cheapo opti933 but had the same problems as I am now reporting and so plugged in a sb16-vibra. Because it didn't work out at all, I have cvsupped my 3.3-stable from 09/26 today, rebuilt the kernel and got a little more success although not for long. Basically, the card either loops samples (the opti) or doesn't output anything at all (on the sb-vibra, except for sometimes the first chunk of dsp sample output). The kernel logs the following: timeout flushing dbuf_out, chan 5 cnt 0xff00 flags 0x000040c1 tsleep returns 4 which appears to me to be some kind of dma problem. Interestingly sound worked for a short while after cvsupping and building the new kernel but after I swapped the vibra with the opti and back, I got the same problems as before. I must note that at least the opti worked flawlessly with pcm on freebsd 2.2.6 (except for an "ad1848 init failed" at boot which however didn't affect functionality) so I don't think it's only my hardware setup. >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 Sat Nov 27 16: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AD6A14EE0 for ; Sat, 27 Nov 1999 16:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA27342; Sat, 27 Nov 1999 16:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 53CC914E3D; Sat, 27 Nov 1999 15:54:10 -0800 (PST) Message-Id: <19991127235410.53CC914E3D@hub.freebsd.org> Date: Sat, 27 Nov 1999 15:54:10 -0800 (PST) From: sysadmin@wirefire.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/15125: Fatal trap 12: page fault while in kernel mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15125 >Category: i386 >Synopsis: Fatal trap 12: page fault while in kernel mode >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 27 16:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Bob Lowry >Release: FreeBSD 3.0-RELEASE #0 >Organization: WireFire Internet Services >Environment: FreeBSD cache.wirefire.com 3.0-RELEASE FreeBSD 3.0-RELEASE #0: Sat Oct 30 13:52:11 EDT 1999 bobl@cache.wirefire.com:/usr/src/sys/compile/WIREFIRECACHE2 i386 >Description: After building a SMP capable kernel I began to recieve this error, at first with 512m ram, it happened after about 3 days uptime. I installed 1gig of ram and I get this error after about 1 hr. runtime. Initially this machine was running Squid 2.1, thought it might be squid so I upgraded to 2.2, still get the same thing!! >How-To-Repeat: Dual PII-350mhz CPU 1 gig PC-100 ECC RAM Squid 2.1 or 2.2 6 Ultra SCSI Seagate HD's httpd 5 max children cron syslogd >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 Sat Nov 27 16:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BBA6514C37 for ; Sat, 27 Nov 1999 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA28371; Sat, 27 Nov 1999 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 27 Nov 1999 16:20:01 -0800 (PST) Message-Id: <199911280020.QAA28371@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Paul Saab Subject: Re: i386/15125: Fatal trap 12: page fault while in kernel mode Reply-To: Paul Saab Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/15125; it has been noted by GNATS. From: Paul Saab To: sysadmin@wirefire.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/15125: Fatal trap 12: page fault while in kernel mode Date: Sat, 27 Nov 1999 18:12:08 -0600 Upgrade to 3.3 and see if your problems go away. sysadmin@wirefire.com (sysadmin@wirefire.com) wrote: > > >Number: 15125 > >Category: i386 > >Synopsis: Fatal trap 12: page fault while in kernel mode > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Nov 27 16:00:01 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Bob Lowry > >Release: FreeBSD 3.0-RELEASE #0 > >Organization: > WireFire Internet Services > >Environment: > FreeBSD cache.wirefire.com 3.0-RELEASE FreeBSD 3.0-RELEASE #0: Sat Oct 30 13:52:11 EDT 1999 bobl@cache.wirefire.com:/usr/src/sys/compile/WIREFIRECACHE2 i386 > >Description: > After building a SMP capable kernel I began to recieve this error, at first with 512m ram, it happened after about 3 days uptime. I installed 1gig of ram and I get this error after about 1 hr. runtime. Initially this machine was running Squid 2.1, thought it might be squid so I upgraded to 2.2, still get the same thing!! > >How-To-Repeat: > Dual PII-350mhz CPU > 1 gig PC-100 ECC RAM > Squid 2.1 or 2.2 > 6 Ultra SCSI Seagate HD's > httpd 5 max children > cron > syslogd > >Fix: > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Nov 27 20:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 156F114E0B for ; Sat, 27 Nov 1999 20:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA40382; Sat, 27 Nov 1999 20:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AF32D14DD8; Sat, 27 Nov 1999 20:33:04 -0800 (PST) Message-Id: <19991128043304.AF32D14DD8@hub.freebsd.org> Date: Sat, 27 Nov 1999 20:33:04 -0800 (PST) From: tomoaki@biol.s.u-tokyo.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/15127: _T is defined in ctype.h and breaks c++ library using "typename _T..." Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15127 >Category: misc >Synopsis: _T is defined in ctype.h and breaks c++ library using "typename _T..." >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: Sat Nov 27 20:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tomoaki NISHIYAMA >Release: FreeBSD-3.3 RELEASE >Organization: The University of Tokyo >Environment: FreeBSD koke.nibb.ac.jp 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Sun Nov 14 22:56:39 JST 1999 tomoaki@koke.nibb.ac.jp:/usr/src/sys/compile/PH i386 >Description: ctype.h defines _T as #define _T 0x00100000L /* Special */ and leave it defined. Many c++ codes including libstdc++ uses the identifier _T, which will be confused by this #define. >How-To-Repeat: $ cat test.c #include _T $ cc -E test.c |tail -1 0x00100000L >Fix: #undef _T and other unnecessary defines before returning from the header. --- ctype.h.orig Sun Nov 28 13:21:05 1999 +++ ctype.h Sun Nov 28 13:23:28 1999 @@ -179,4 +179,18 @@ __END_DECLS #endif /* using inlines */ +#undef _A +#undef _C +#undef _D +#undef _G +#undef _L +#undef _P +#undef _S +#undef _U +#undef _X +#undef _B +#undef _R +#undef _I +#undef _T +#undef _Q #endif /* !_CTYPE_H_ */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Nov 27 22:40:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AB2615090 for ; Sat, 27 Nov 1999 22:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA46269; Sat, 27 Nov 1999 22:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id ECF4614A26; Sat, 27 Nov 1999 22:30:25 -0800 (PST) Message-Id: <19991128063025.ECF4614A26@hub.freebsd.org> Date: Sat, 27 Nov 1999 22:30:25 -0800 (PST) From: rod@zort.on.ca To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/15128: Php4 beta 3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15128 >Category: misc >Synopsis: Php4 beta 3 >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: Sat Nov 27 22:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: >Organization: Zort >Environment: >Description: This installed and runs fine on a couple systems. Please note the lack of any patches anymore. beta3 fixes several bugs, most notably the define problem (where a define is relative to a define). >How-To-Repeat: >Fix: diff -ruN apache13-php4.old/Makefile apache13-php4/Makefile --- apache13-php4.old/Makefile Sun Sep 19 10:37:35 1999 +++ apache13-php4/Makefile Sun Nov 28 01:25:07 1999 @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ http://www.rge.com/pub/infosystems/apache/dist/ \ - http://us.php.net/${PHP_DISTDIR}/ \ + http://www.php.net/${PHP_DISTDIR}/ \ http://www.modssl.org/source/ \ ftp://ftp.modssl.org/source/ \ http://www.apache.de/dist/ \ @@ -40,8 +40,8 @@ ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz -PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -PATCHFILES= php4_snmp.c.diff +#PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ +#PATCHFILES= php4_snmp.c.diff MAINTAINER= dirk@FreeBSD.org @@ -52,7 +52,7 @@ PHP_DISTDIR= version4/downloads VERSION_APACHE= 1.3.9 -VERSION_PHP= 4.0b2 +VERSION_PHP= 4.0b3 NO_LATEST_LINK= yes USE_PERL5= yes diff -ruN apache13-php4.old/files/md5 apache13-php4/files/md5 --- apache13-php4.old/files/md5 Thu Nov 25 16:33:12 1999 +++ apache13-php4/files/md5 Sat Nov 27 19:43:59 1999 @@ -1,4 +1,2 @@ MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 -MD5 (php-4.0b2.tar.gz) = 509c245c2ec36d227985dd550e94240c -MD5 (mod_ssl-2.4.9-1.3.9.tar.gz) = 8d8efb64a0d23291b319c9056180c900 -MD5 (php4_snmp.c.diff) = f20420b92b4d206f8ec40d2d1c7c5d55 +MD5 (php-4.0b3.tar.gz) = f794d1650923cecbce261ab57ed42d04 diff -ruN apache13-php4.old/patches/patch-aa apache13-php4/patches/patch-aa --- apache13-php4.old/patches/patch-aa Fri Aug 20 15:12:56 1999 +++ apache13-php4/patches/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- configure.orig Sat Aug 14 10:29:05 1999 -+++ configure Fri Aug 20 19:59:53 1999 -@@ -1084,7 +1084,7 @@ - ## UID/GID as production oriented as a web server in NIS anyway. - ## - conf_user="nobody" --conf_group="#-1" -+conf_group="nobody" - conf_port="80" - conf_serveradmin="you@your.address" - conf_servername="new.host.name" diff -ruN apache13-php4.old/patches/patch-ab apache13-php4/patches/patch-ab --- apache13-php4.old/patches/patch-ab Tue Apr 13 11:40:21 1999 +++ apache13-php4/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- Makefile.tmpl.orig Tue Mar 16 01:38:46 1999 -+++ Makefile.tmpl Mon Apr 12 22:38:49 1999 -@@ -410,7 +410,7 @@ - # and initial config files while preserving existing ones. - install-config: - @echo "===> [config: Installing Apache configuration files]" -- -@for conf in httpd.conf access.conf srm.conf; do \ -+ -@for conf in httpd.conf; do \ - if [ .$$conf = .httpd.conf ]; then \ - target_conf="$(TARGET).conf"; \ - else \ diff -ruN apache13-php4.old/patches/patch-ag apache13-php4/patches/patch-ag --- apache13-php4.old/patches/patch-ag Wed Sep 1 09:59:58 1999 +++ apache13-php4/patches/patch-ag Wed Dec 31 19:00:00 1969 @@ -1,51 +0,0 @@ ---- conf/httpd.conf-dist.orig Wed May 5 22:17:59 1999 -+++ conf/httpd.conf-dist Fri Aug 20 20:38:20 1999 -@@ -94,8 +94,8 @@ - # these files altogether by using "/dev/null" (for Unix) or - # "nul" (for Win32) for the arguments to the directives. - # --#ResourceConfig conf/srm.conf --#AccessConfig conf/access.conf -+ResourceConfig /dev/null -+AccessConfig /dev/null - - # - # Timeout: The number of seconds before receives and sends time out. -@@ -351,7 +351,7 @@ - # DirectoryIndex: Name of the file or files to use as a pre-written HTML - # directory index. Separate multiple entries with spaces. - # --DirectoryIndex index.html -+DirectoryIndex index.html index.php3 index.php - - # - # AccessFileName: The name of the file to look for in each directory -@@ -467,7 +467,7 @@ - # define per- access logfiles, transactions will be - # logged therein and *not* in this file. - # --CustomLog logs/access_log common -+#CustomLog logs/access_log common - - # - # If you would like to have agent and referer logfiles, uncomment the -@@ -480,7 +480,7 @@ - # If you prefer a single logfile with access, agent, and referer information - # (Combined Logfile Format) you can use the following directive. - # --#CustomLog logs/access_log combined -+CustomLog logs/access_log combined - - # - # Optionally add a line containing the server version and virtual host -@@ -653,8 +657,8 @@ - # For example, the PHP3 module (not part of the Apache distribution - see - # http://www.php.net) will typically use: - # --#AddType application/x-httpd-php3 .php3 --#AddType application/x-httpd-php3-source .phps -+AddType application/x-httpd-php .phtml .php3 .php -+AddType application/x-httpd-php-source .phps .php3s - - AddType application/x-tar .tgz - diff -ruN apache13-php4.old/patches/patch-ak apache13-php4/patches/patch-ak --- apache13-php4.old/patches/patch-ak Fri Aug 20 15:12:57 1999 +++ apache13-php4/patches/patch-ak Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ ---- src/support/apachectl.orig Fri Aug 20 18:48:24 1999 -+++ src/support/apachectl Fri Aug 20 18:49:37 1999 -@@ -39,6 +39,8 @@ - # -------------------- -------------------- - # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| - -+eval `limits -e -C daemon` >/dev/null 2>&1 -+ - ERROR=0 - ARGV="$@" - if [ "x$ARGV" = "x" ] ; then -@@ -82,6 +84,7 @@ - fi - if kill $PID ; then - echo "$0 $ARG: httpd stopped" -+ rm -f $PIDFILE - else - echo "$0 $ARG: httpd could not be stopped" - ERROR=4 diff -ruN apache13-php4.old/patches/patch-al apache13-php4/patches/patch-al --- apache13-php4.old/patches/patch-al Fri Aug 20 15:12:57 1999 +++ apache13-php4/patches/patch-al Wed Dec 31 19:00:00 1969 @@ -1,29 +0,0 @@ ---- src/support/log_server_status.orig Fri Jun 4 17:54:19 1999 -+++ src/support/log_server_status Fri Aug 20 18:50:00 1999 -@@ -67,7 +67,7 @@ - # - require 'sys/socket.ph'; - --$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312" -+$wherelog = "/var/log/httpd-status-"; - $server = "localhost"; # Name of server, could be "www.foo.com" - $port = "80"; # Port on server - $request = "/status/?auto"; # Request to send -@@ -93,14 +93,14 @@ - ### Main - - { -- $year=`date +%y`; -+ $year=`LC_TIME=C date +%y`; - chomp($year); - $year += ($year < 70) ? 2000 : 1900; -- $date = $year . `date +%m%d:%H%M%S`; -+ $date = $year . `LC_TIME=C date +%m%d:%H%M%S`; - chomp($date); - ($day,$time)=split(/:/,$date); - $res=&tcp_connect($server,$port); -- open(OUT,">>$wherelog$day"); -+ open(OUT,">>$wherelog$day.log"); - if ($res) { - print OUT "$time:-1:-1:-1:-1:$res\n"; - exit 1; diff -ruN apache13-php4.old/patches/patch-an apache13-php4/patches/patch-an --- apache13-php4.old/patches/patch-an Fri Aug 20 15:12:57 1999 +++ apache13-php4/patches/patch-an Wed Dec 31 19:00:00 1969 @@ -1,14 +0,0 @@ ---- src/os/unix/os.h.orig Tue May 4 04:57:14 1999 -+++ src/os/unix/os.h Fri Aug 20 19:45:47 1999 -@@ -61,7 +61,11 @@ - #include "ap_config.h" - - #ifndef PLATFORM -+#if defined(__FreeBSD__) -+#define PLATFORM "FreeBSD" -+#else - #define PLATFORM "Unix" -+#endif - #endif - - /* diff -ruN apache13-php4.old/patches/patch-aq apache13-php4/patches/patch-aq --- apache13-php4.old/patches/patch-aq Tue Aug 17 04:07:05 1999 +++ apache13-php4/patches/patch-aq Wed Dec 31 19:00:00 1969 @@ -1,36 +0,0 @@ ---- ../php/configure.orig Mon Aug 9 20:35:31 1999 -+++ ../php/configure Tue Aug 17 09:45:15 1999 -@@ -7954,32 +7954,13 @@ - if test -n "$unique" && test "`eval $cmd`" = "" ; then - eval "LIBPATH$unique=set" - -- EXTRA_LIBS="$EXTRA_LIBS -L$ai_p" -- RAW_RPATHS="$RAW_RPATHS ${raw_runpath_switch}$ai_p" -- if test -n "$APXS" ; then -- RPATHS="$RPATHS ${apxs_runpath_switch}$ai_p'" -- else -- RPATHS="$RPATHS ${ld_runpath_switch}$ai_p" -- fi -+ EXTRA_LIBS="$EXTRA_LIBS $ai_p/libc-client4.a" - - fi -- -- -- - -- unique=`echo $ac_n "$IMAP_LIB$ac_c" | tr -c -d a-zA-Z0-9` -- cmd="echo $ac_n \"\$LIBRARY$unique$ac_c\"" -- if test -n "$unique" && test "`eval $cmd`" = "" ; then -- eval "LIBRARY$unique=set" -- -- EXTRA_LIBS="$EXTRA_LIBS -l$IMAP_LIB" -- -- fi - - - -- -- - if test -z "$IMAP_INC_DIR" || echo "$IMAP_INC_DIR" | grep '^/' >/dev/null ; then - ai_p="$IMAP_INC_DIR" - else >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Nov 27 23: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BBAE14C83 for ; Sat, 27 Nov 1999 23:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA47592; Sat, 27 Nov 1999 23:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 27 Nov 1999 23:00:02 -0800 (PST) Message-Id: <199911280700.XAA47592@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tomoaki NISHIYAMA Subject: Re: misc/15127 Reply-To: Tomoaki NISHIYAMA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/15127; it has been noted by GNATS. From: Tomoaki NISHIYAMA To: freebsd-gnats-submit@freebsd.org Cc: tomoaki@biol.s.u-tokyo.ac.jp Subject: Re: misc/15127 Date: Sun, 28 Nov 1999 15:57:14 +0900 Sorry, the fix I proposed in the pr misc/15127 will break up the is* macros. I would alternatively propose to substitute _? to _CTYPE_?. for example substitute _T with _CTYPE_T -- Tomoaki Nishiyama e-mail:tomoaki@biol.s.u-tokyo.ac.jp Department of Biological Sciences, Graduate School of Science, The University of Tokyo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Nov 27 23:55:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEF1E14BCF; Sat, 27 Nov 1999 23:55:22 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA51227; Sat, 27 Nov 1999 23:55:22 -0800 (PST) (envelope-from chris@FreeBSD.org) Date: Sat, 27 Nov 1999 23:55:22 -0800 (PST) From: Message-Id: <199911280755.XAA51227@freefall.freebsd.org> To: chris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/15128: Php4 beta 3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Php4 beta 3 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: chris Responsible-Changed-When: Sat Nov 27 23:55:09 PST 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Nov 27 23:57:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26F0014CAC; Sat, 27 Nov 1999 23:57:54 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA51403; Sat, 27 Nov 1999 23:57:54 -0800 (PST) (envelope-from yokota@FreeBSD.org) Date: Sat, 27 Nov 1999 23:57:54 -0800 (PST) From: Message-Id: <199911280757.XAA51403@freefall.freebsd.org> To: lindsaym@budsters.com, yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14892: Laptop PS/2 mouse (touch pad) not detected by kernel, moused does not load Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Laptop PS/2 mouse (touch pad) not detected by kernel, moused does not load State-Changed-From-To: open->closed State-Changed-By: yokota State-Changed-When: Sat Nov 27 23:54:28 PST 1999 State-Changed-Why: Workaround has been found. It appears that the device is not returning expected value when probed. Adding 'flags 0x400' forced the psm driver to recognize the device. The PR originator reported this works. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Nov 28 0: 0: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8259514CAC for ; Sun, 28 Nov 1999 00:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA51543; Sun, 28 Nov 1999 00:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Nov 1999 00:00:02 -0800 (PST) Message-Id: <199911280800.AAA51543@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: misc/15066: ``allscreens_flags'' in rc.conf not documented; produces unexpected results Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/15066; it has been noted by GNATS. From: Kazutaka YOKOTA To: andyf@speednet.com.au Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: misc/15066: ``allscreens_flags'' in rc.conf not documented; produces unexpected results Date: Sun, 28 Nov 1999 16:57:41 +0900 >>Number: 15066 >>Category: misc >>Synopsis: ``allscreens_flags'' in rc.conf not documented; produces unex >pected results [...] >>Originator: Andy Farkas >>Release: 3.3-STABLE, 4.0-CURRENT >>Organization: >Speednet Communications >>Environment: >>Description: >Firstly, ``allscreens_flags'' is not documented in rc.conf(5). > >Secondly, with the following options set in rc.conf: > > font8x8="iso-8x8.fnt" > allscreens_flags="-r black green 80x60 green black" > >all ttyv's switch to 80x60 mode, but only ttyv0 gets the colour changed. > >>How-To-Repeat: >Add the above mentioned ``font8x8'' and ``allscreens_flags'' to your >rc.conf file. Reboot, then notice only ttyv0 is green. > >>Fix: >/etc/rc.i386 looks like it attempts to do the right thing with regards >to applying vidcontrol to /dev/ttyv*, but I guess the redirection may >have something to do with it. The following patch to /etc/rc.i386 should fix it. Kazu <> Index: rc.i386 =================================================================== RCS file: /src/CVS/src/etc/etc.i386/rc.i386,v retrieving revision 1.47 diff -u -r1.47 rc.i386 --- rc.i386 1999/09/15 11:17:59 1.47 +++ rc.i386 1999/11/28 07:57:44 @@ -204,7 +204,7 @@ if [ -n "${allscreens_flags}" ]; then echo -n ' allscreens' for ttyv in /dev/ttyv*; do - vidcontrol < ${ttyv} ${allscreens_flags} + vidcontrol < ${ttyv} ${allscreens_flags} > ${ttyv} 2>&1 done fi <> Index: rc.i386 =================================================================== RCS file: /src/CVS/src/etc/etc.i386/rc.i386,v retrieving revision 1.37.2.5 diff -u -r1.37.2.5 rc.i386 --- rc.i386 1999/09/15 17:43:08 1.37.2.5 +++ rc.i386 1999/11/28 07:59:28 @@ -116,7 +116,7 @@ echo -n ' allscreens' for ttyv in /dev/ttyv* do - vidcontrol <$ttyv ${allscreens_flags} + vidcontrol <$ttyv ${allscreens_flags} >$ttyv 2>&1 done fi echo '.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message