From owner-freebsd-bugs Sun Aug 19 1: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7403037B40A for ; Sun, 19 Aug 2001 01:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J808X32366; Sun, 19 Aug 2001 01:00:08 -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 9B43037B411 for ; Sun, 19 Aug 2001 00:53:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J7r2J31957; Sun, 19 Aug 2001 00:53:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200108190753.f7J7r2J31957@freefall.freebsd.org> Date: Sun, 19 Aug 2001 00:53:02 -0700 (PDT) From: Steve Whiteley To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29867: 4.3 timed master can't sync Red Hat Linux 6.0 box Sender: owner-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: 29867 >Category: misc >Synopsis: 4.3 timed master can't sync Red Hat Linux 6.0 box >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 01:00:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Steve Whiteley >Release: 4.3-stable >Organization: Whiteley Research Inc. >Environment: FreeBSD chaucer.srware.com 4.3-RC FreeBSD 4.3-RC #2: Sun Apr 22 14:16:02 PDT 2001 stevew@chaucer.srware.com:/usr3/obj/usr/src/sys/CHAUCER i386 >Description: Running timed as master, to synchronize a Red Hat Linux 6.0 box. This worked with FBSD3.5, after upgrading to 4.3, got console error "short packet (xx/xx bytes) from keats" (The real message included the byte counts.) There appeared to be no clock sync. >How-To-Repeat: boot and run >Fix: The problem is that the sizeof(struct tsp) differs on the two systems. Made the following change in readmsg.c near line 215, which seems to have fixed the problem. ---------------------------------------------------------------------- length = sizeof(from); if ((n = recvfrom(sock, (char *)&msgin, sizeof(struct tsp), 0, (struct sockaddr*)&from, &length)) < 0) { syslog(LOG_ERR, "recvfrom: %m"); exit(1); } /* SRW */ /* Here is a bug: the sizeof(struct tsp) is OS dependent, depending on the * length of the tsp_name field (MAXHOSTNAMELEN) which is, e.g., 256 for * FreeBSD 4.3 and 64 for RH Linux 6.0. Keep this as a sanity check, * but assume that the name field is 64 or larger */ if (n < (ssize_t)sizeof(struct tsp) - MAXHOSTNAMELEN + 64) { /* if (n < (ssize_t)sizeof(struct tsp)) { */ syslog(LOG_NOTICE, "short packet (%u/%u bytes) from %s", n, sizeof(struct tsp), inet_ntoa(from.sin_addr)); continue; } >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 Aug 19 2: 0: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 AEE1537B40C for ; Sun, 19 Aug 2001 02:00:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J90On39890; Sun, 19 Aug 2001 02:00:24 -0700 (PDT) (envelope-from gnats) Date: Sun, 19 Aug 2001 02:00:24 -0700 (PDT) Message-Id: <200108190900.f7J90On39890@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: kern/29785: 4.4-PRERELEASE not booting with aic-7770 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/29785; it has been noted by GNATS. From: Kris Kennaway To: Charlie & Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/29785: 4.4-PRERELEASE not booting with aic-7770 Date: Sun, 19 Aug 2001 01:52:11 -0700 --hQiwHBbRI9kgIhsi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 16, 2001 at 11:15:33PM +0200, Charlie & wrote: >=20 > >Number: 29785 > >Category: kern > >Synopsis: 4.4-PRERELEASE not booting with aic-7770 > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: =20 > >Keywords: =20 > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Aug 16 14:20:01 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Charlie & > >Release: FreeBSD 4.4-PRERELEASE i386 > >Organization: > Minut.ee > >Environment: > System: FreeBSD mannu.hack.ee 4.4-PRERELEASE FreeBSD 4.4-STABLE #12: Thu = Aug 9 07:25:30 EET 2001 root@mannu.hack.ee:/usr/src/sys/compile/MANNU i386 >=20 >=20 > =09 > >Description: > Built new kernel on Intergraph TD-3, 4.4-PRERELEASE, The system has > adaptec aic-777x SCSI adapter and one HD, one CD on SCSI bus. The > system has worked flawlessly under 4.0, 4.1, 4.2-STABLE. Now kernel > hangs _before_ writing waiting scsi devices to settle. I first > thought it hangs on parallel port, then removed parallel port from > conf and it hanged on serial port so in fact it hangs when probing > SCSI controller. I tried to remove EISA bus from kernel conf as > suggested by list members, but it did not help. What is the last thing displayed by the boot sequence when you boot verbose= ly (-v)? What is your kernel configuration file? Kris --hQiwHBbRI9kgIhsi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f347Wry0BWjoQKURApBmAKDkuw9dDACgllXJ6InlR1/MppSgTgCg1oBZ gnYdrK2wJJqpwWrJGN9vJHc= =8c2k -----END PGP SIGNATURE----- --hQiwHBbRI9kgIhsi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2: 0: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 0C7F837B414 for ; Sun, 19 Aug 2001 02:00:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J90Qg39896; Sun, 19 Aug 2001 02:00:26 -0700 (PDT) (envelope-from gnats) Date: Sun, 19 Aug 2001 02:00:26 -0700 (PDT) Message-Id: <200108190900.f7J90Qg39896@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: i386/29792: userconfig doesn't have matcd0 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 i386/29792; it has been noted by GNATS. From: Kris Kennaway To: henry lilley Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/29792: userconfig doesn't have matcd0 Date: Sun, 19 Aug 2001 01:56:15 -0700 --5QAgd0e35j3NYeGe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 16, 2001 at 07:05:58PM -0700, henry lilley wrote: >=20 > >Number: 29792 > >Category: i386 > >Synopsis: userconfig doesn't have matcd0 > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: =20 > >Keywords: =20 > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Aug 16 19:10:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: henry lilley > >Release: upgrade to 4.3 > >Organization: > >Environment: > 4.3 > >Description: > trying to upgrade from 3.4 to 4.3, cant find cdrom (which i installed 3.4= from > userconfig doesn't show matcd0 like 3.4 did so i cant change vales or > disable sony cdrom (which is how i did it last time) > >How-To-Repeat: > boot from install floppies and go into userconfig to see devices Unfortunately I doubt any of the committers have a matcd device any more to test this. If it's not user error, or a generic bug in FreeBSD which effects other devices, I don't think there's much chance of this getting fixed. Kris --5QAgd0e35j3NYeGe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f38uWry0BWjoQKURAs8zAJ9U/jBZMd91HA7A2RRGZKT7wUpawgCfTfoI DYtqiS4ez4mQ/yA2t9al/Ng= =ibiN -----END PGP SIGNATURE----- --5QAgd0e35j3NYeGe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2: 5: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 6823837B40C; Sun, 19 Aug 2001 02:05:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J8vaZ39762; Sun, 19 Aug 2001 01:57:36 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 01:57:36 -0700 (PDT) From: Message-Id: <200108190857.f7J8vaZ39762@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/29847: USB usbd_probe_and_attach() is broken and may crash 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: USB usbd_probe_and_attach() is broken and may crash the system Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: kris Responsible-Changed-When: Sun Aug 19 01:57:26 PDT 2001 Responsible-Changed-Why: Nick is Mr USB http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 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 E0E1E37B40B for ; Sun, 19 Aug 2001 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9K1E43753; Sun, 19 Aug 2001 02:20:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 19 Aug 2001 02:20:01 -0700 (PDT) Message-Id: <200108190920.f7J9K1E43753@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: misc/29867: 4.3 timed master can't sync Red Hat Linux 6.0 box 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 misc/29867; it has been noted by GNATS. From: Kris Kennaway To: Steve Whiteley Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/29867: 4.3 timed master can't sync Red Hat Linux 6.0 box Date: Sun, 19 Aug 2001 02:18:52 -0700 --4zI0WCX1RcnW9Hbu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > The problem is that the sizeof(struct tsp) differs on the two systems. > Made the following change in readmsg.c near line 215, which seems to have= fixed the problem. > ---------------------------------------------------------------------- > length =3D sizeof(from); > if ((n =3D recvfrom(sock, (char *)&msgin, sizeof(struct tsp), 0, > (struct sockaddr*)&from, &length)) < 0) { > syslog(LOG_ERR, "recvfrom: %m"); > exit(1); > } > /* SRW */ > /* Here is a bug: the sizeof(struct tsp) is OS dependent, depending on the > * length of the tsp_name field (MAXHOSTNAMELEN) which is, e.g., 256 for > * FreeBSD 4.3 and 64 for RH Linux 6.0. Keep this as a sanity check, > * but assume that the name field is 64 or larger > */ =20 > if (n < (ssize_t)sizeof(struct tsp) - MAXHOSTNAMELEN + 64) { > /* > if (n < (ssize_t)sizeof(struct tsp)) { > */ > syslog(LOG_NOTICE, > "short packet (%u/%u bytes) from %s", > n, sizeof(struct tsp), > inet_ntoa(from.sin_addr)); > continue; =20 > } I think this is a more complete fix. According to http://sunsite.berkeley.edu/Dienst/UI/2.0/Describe/ncstrl.ucb/CSD-85-250 the original 4.3BSD code had sizeof(tsp.tsp_name) =3D=3D 32, so that's probably a safe minimum packet size to use. Can you please test? Kris Index: timed/readmsg.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /mnt/ncvs/src/usr.sbin/timed/timed/readmsg.c,v retrieving revision 1.7 diff -u -r1.7 readmsg.c --- timed/readmsg.c 2001/01/01 18:43:21 1.7 +++ timed/readmsg.c 2001/08/19 09:14:07 @@ -212,10 +212,15 @@ syslog(LOG_ERR, "recvfrom: %m"); exit(1); } - if (n < (ssize_t)sizeof(struct tsp)) { + /* + * The 4.3BSD protocol spec had a 32-byte tsp_name field, and + * this is still OS-dependent. Demand that the packet is at + * least long enough to hold a 4.3BSD packet. + */ + if (n < (ssize_t)(sizeof(struct tsp) - MAXHOSTNAMELEN + 32)) { syslog(LOG_NOTICE, "short packet (%u/%u bytes) from %s", - n, sizeof(struct tsp), + n, sizeof(struct tsp) - MAXHOSTNAMELEN + 32, inet_ntoa(from.sin_addr)); continue; } Index: timedc/cmds.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /mnt/ncvs/src/usr.sbin/timed/timedc/cmds.c,v retrieving revision 1.7 diff -u -r1.7 cmds.c --- timedc/cmds.c 2001/05/09 08:37:18 1.7 +++ timedc/cmds.c 2001/08/19 09:17:16 @@ -332,10 +332,15 @@ warn("recvfrom"); continue; } - if (cc < sizeof(struct tsp)) { + /* + * The 4.3BSD protocol spec had a 32-byte tsp_name field, and + * this is still OS-dependent. Demand that the packet is at + * least long enough to hold a 4.3BSD packet. + */ + if (cc < (sizeof(struct tsp) - MAXHOSTNAMELEN + 32)) { fprintf(stderr,=20 "short packet (%u/%u bytes) from %s\n", - cc, sizeof(struct tsp), + cc, sizeof(struct tsp) - MAXHOSTNAMELEN + 32, inet_ntoa(from.sin_addr)); continue; } @@ -484,9 +489,15 @@ warn("recvfrom"); return; } - if (cc < sizeof(struct tsp)) { - fprintf(stderr, "short pack (%u/%u bytes) from %s\n", - cc, sizeof(struct tsp), inet_ntoa(from.sin_addr)); + /* + * The 4.3BSD protocol spec had a 32-byte tsp_name field, and + * this is still OS-dependent. Demand that the packet is at + * least long enough to hold a 4.3BSD packet. + */ + if (cc < (sizeof(struct tsp) - MAXHOSTNAMELEN + 32)) { + fprintf(stderr, "short packet (%u/%u bytes) from %s\n", + cc, sizeof(struct tsp) - MAXHOSTNAMELEN + 32, + inet_ntoa(from.sin_addr)); return; } bytehostorder(&msg); --4zI0WCX1RcnW9Hbu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f4R7Wry0BWjoQKURAmHOAKCb8u6QOI/gl8VxPQOhIRpX5JIzzACdHL/Z sYN3B6/EEKDmbX9mpo5mFcI= =ODjL -----END PGP SIGNATURE----- --4zI0WCX1RcnW9Hbu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2:21:49 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-7.dsl.lsan03.pacbell.net [63.207.60.7]) by hub.freebsd.org (Postfix) with ESMTP id 4E8AF37B40E for ; Sun, 19 Aug 2001 02:21:45 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CFDF266C11; Sun, 19 Aug 2001 02:21:44 -0700 (PDT) Date: Sun, 19 Aug 2001 02:21:44 -0700 From: Kris Kennaway To: Kris Kennaway Cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/29867: 4.3 timed master can't sync Red Hat Linux 6.0 box Message-ID: <20010819022144.A74424@xor.obsecurity.org> References: <200108190920.f7J9K1E43753@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: <200108190920.f7J9K1E43753@freefall.freebsd.org>; from kris@obsecurity.org on Sun, Aug 19, 2001 at 02:20:01AM -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 GNATS screwed up the MIME. Here's the patch again, hopefully unmunged this time. Kris Index: timed/readmsg.c =================================================================== RCS file: /mnt/ncvs/src/usr.sbin/timed/timed/readmsg.c,v retrieving revision 1.7 diff -u -r1.7 readmsg.c --- timed/readmsg.c 2001/01/01 18:43:21 1.7 +++ timed/readmsg.c 2001/08/19 09:14:07 @@ -212,10 +212,15 @@ syslog(LOG_ERR, "recvfrom: %m"); exit(1); } - if (n < (ssize_t)sizeof(struct tsp)) { + /* + * The 4.3BSD protocol spec had a 32-byte tsp_name field, and + * this is still OS-dependent. Demand that the packet is at + * least long enough to hold a 4.3BSD packet. + */ + if (n < (ssize_t)(sizeof(struct tsp) - MAXHOSTNAMELEN + 32)) { syslog(LOG_NOTICE, "short packet (%u/%u bytes) from %s", - n, sizeof(struct tsp), + n, sizeof(struct tsp) - MAXHOSTNAMELEN + 32, inet_ntoa(from.sin_addr)); continue; } Index: timedc/cmds.c =================================================================== RCS file: /mnt/ncvs/src/usr.sbin/timed/timedc/cmds.c,v retrieving revision 1.7 diff -u -r1.7 cmds.c --- timedc/cmds.c 2001/05/09 08:37:18 1.7 +++ timedc/cmds.c 2001/08/19 09:17:16 @@ -332,10 +332,15 @@ warn("recvfrom"); continue; } - if (cc < sizeof(struct tsp)) { + /* + * The 4.3BSD protocol spec had a 32-byte tsp_name field, and + * this is still OS-dependent. Demand that the packet is at + * least long enough to hold a 4.3BSD packet. + */ + if (cc < (sizeof(struct tsp) - MAXHOSTNAMELEN + 32)) { fprintf(stderr, "short packet (%u/%u bytes) from %s\n", - cc, sizeof(struct tsp), + cc, sizeof(struct tsp) - MAXHOSTNAMELEN + 32, inet_ntoa(from.sin_addr)); continue; } @@ -484,9 +489,15 @@ warn("recvfrom"); return; } - if (cc < sizeof(struct tsp)) { - fprintf(stderr, "short pack (%u/%u bytes) from %s\n", - cc, sizeof(struct tsp), inet_ntoa(from.sin_addr)); + /* + * The 4.3BSD protocol spec had a 32-byte tsp_name field, and + * this is still OS-dependent. Demand that the packet is at + * least long enough to hold a 4.3BSD packet. + */ + if (cc < (sizeof(struct tsp) - MAXHOSTNAMELEN + 32)) { + fprintf(stderr, "short packet (%u/%u bytes) from %s\n", + cc, sizeof(struct tsp) - MAXHOSTNAMELEN + 32, + inet_ntoa(from.sin_addr)); return; } bytehostorder(&msg); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2:25: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 2F4C037B40C; Sun, 19 Aug 2001 02:25:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9PZd44234; Sun, 19 Aug 2001 02:25:35 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 02:25:35 -0700 (PDT) From: Message-Id: <200108190925.f7J9PZd44234@freefall.freebsd.org> To: dwing@myokay.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/28253: VIA Rhine (I) reboots/crashes FreeBSD 4.2 with heavy network load Sender: owner-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: VIA Rhine (I) reboots/crashes FreeBSD 4.2 with heavy network load State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sun Aug 19 02:25:15 PDT 2001 State-Changed-Why: Panic traceback requested from submitter http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28253 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2:25: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 5861637B410; Sun, 19 Aug 2001 02:25:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9Kjh43839; Sun, 19 Aug 2001 02:20:45 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 02:20:45 -0700 (PDT) From: Message-Id: <200108190920.f7J9Kjh43839@freefall.freebsd.org> To: stevew@wrcad.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, kris@FreeBSD.org Subject: Re: misc/29867: 4.3 timed master can't sync Red Hat Linux 6.0 box Sender: owner-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: 4.3 timed master can't sync Red Hat Linux 6.0 box State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Sun Aug 19 02:20:08 PDT 2001 State-Changed-Why: I've developed a patch to correct this. Responsible-Changed-From-To: freebsd-bugs->kris Responsible-Changed-By: kris Responsible-Changed-When: Sun Aug 19 02:20:08 PDT 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29867 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2:26:44 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-7.dsl.lsan03.pacbell.net [63.207.60.7]) by hub.freebsd.org (Postfix) with ESMTP id A598F37B403 for ; Sun, 19 Aug 2001 02:26:41 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3F81D66C11; Sun, 19 Aug 2001 02:26:41 -0700 (PDT) Date: Sun, 19 Aug 2001 02:26:41 -0700 From: Kris Kennaway To: dannyman Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/22906: soundcard problems Message-ID: <20010819022640.C74424@xor.obsecurity.org> References: <200106190720.f5J7K4838765@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="K8nIJk4ghYZn606h" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106190720.f5J7K4838765@freefall.freebsd.org>; from dannyman@toldme.com on Tue, Jun 19, 2001 at 12:20: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 --K8nIJk4ghYZn606h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 19, 2001 at 12:20:04AM -0700, dannyman wrote: > The following reply was made to PR kern/22906; it has been noted by GNATS. >=20 > From: dannyman > To: freebsd-gnats-submit@FreeBSD.org, > dedrick@dsl-117-e.resnet.purdue.edu > Cc: =20 > Subject: Re: kern/22906: soundcard problems > Date: Tue, 19 Jun 2001 00:08:04 -0700 >=20 > Here's what I have run in to before, and again, tonight. > =20 > Normally, mpg123 works fine. Once in a while it comes up with "No > supported rate found!" > =20 > I finally remembered the workaround. I run the mp3 through splay, which > makes static. I hit control C and subsequently, mpg123 runs just fine. > =20 > This suggests to me that something sets the audio system in a bad state. > Splay gets it halfway fixed, mpg123 just barfs. > =20 > I confirm this behaviour on 3.x and 4.2-RELEASE. > =20 > Next time I run in to this, I'll check lsof | grep audio for potential > culprits. There have been lots of changes to the audio code since 4.2-RELEASE; can you confirm it is still a problem? Kris --K8nIJk4ghYZn606h Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f4ZQWry0BWjoQKURAtdYAJ439YenMC20Ox9NsYzWlRAR99CGTgCgwUo/ grfbYU8r8DNjAi1zo96ikPA= =UiMV -----END PGP SIGNATURE----- --K8nIJk4ghYZn606h-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2: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 601B337B403 for ; Sun, 19 Aug 2001 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9U1m44792; Sun, 19 Aug 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 19 Aug 2001 02:30:01 -0700 (PDT) Message-Id: <200108190930.f7J9U1m44792@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: i386/28253: VIA Rhine (I) reboots/crashes FreeBSD 4.2 with heavy network load 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 i386/28253; it has been noted by GNATS. From: Kris Kennaway To: Dejan Oljaca Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/28253: VIA Rhine (I) reboots/crashes FreeBSD 4.2 with heavy network load Date: Sun, 19 Aug 2001 02:25:37 -0700 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 18, 2001 at 02:11:14AM -0700, Dejan Oljaca wrote: > Copy huge files from CD/DVD from/to FreeBSD box (using FTP or SAMBA) > and wait...sometimes reboot with panic or just hang up (no network > access). There is no way we can solve this problem unless you give us a panic traceback from a debugging kernel, as an absolute minimum. See=20 http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kern= eldebug.html for more information. Kris --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f4X3Wry0BWjoQKURAn4MAKCetF0NXKXBZXIa0KSA5USLyD9DoQCg2EGi 8GEZSgidxTqkhvfCsMoe38E= =/c1j -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2: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 34BE537B405 for ; Sun, 19 Aug 2001 02:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9U2944797; Sun, 19 Aug 2001 02:30:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 19 Aug 2001 02:30:02 -0700 (PDT) Message-Id: <200108190930.f7J9U2944797@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: kern/28233: splash_bmp broken in 4.3-STABLE 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/28233; it has been noted by GNATS. From: Kris Kennaway To: glebius@snark.rinet.ru Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/28233: splash_bmp broken in 4.3-STABLE Date: Sun, 19 Aug 2001 02:29:03 -0700 --CblX+4bnyfN0pR09 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 17, 2001 at 08:54:42PM +0400, glebius@snark.rinet.ru wrote: > After I CVSuped yesterday, and rebooted I have got this errors: >=20 > Preloaded elf kernel "kernel" at 0xc04e5000. > Preloaded elf module "splash_bmp.ko" at 0xc04e509c. > Preloaded splash_image_data "/boot/logow.bmp" at 0xc04e5140. > splash_bmp: No appropriate video mode found > module_register_init: MOD_LOAD (splash_bmp, c03c8798, 0) error 19 > VESA: v3.0, 4096k memory, flags:0x1, mode table:0xc0353482 (1000022) > VESA: NVidia >=20 > >How-To-Repeat: > try the same configuration This is almost certainly caused by an out of date module. Does the problem persist after you rebuild your kernel and modules completely? Kris --CblX+4bnyfN0pR09 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f4bOWry0BWjoQKURAkflAJ0Qw6tushX9DFjI/RldqREEx/07WwCeMsOX fmMpJw6BRsicTIfheMjO2TA= =a9Fg -----END PGP SIGNATURE----- --CblX+4bnyfN0pR09-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2:35: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 02A7837B409; Sun, 19 Aug 2001 02:35:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9T1o44631; Sun, 19 Aug 2001 02:29:01 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 02:29:01 -0700 (PDT) From: Message-Id: <200108190929.f7J9T1o44631@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/28233: splash_bmp broken in 4.3-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: splash_bmp broken in 4.3-STABLE State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Sun Aug 19 02:28:50 PDT 2001 State-Changed-Why: Problem is probably due to a stale module. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28233 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2:35: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 033BF37B40A; Sun, 19 Aug 2001 02:35:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9TXN44738; Sun, 19 Aug 2001 02:29:33 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 02:29:33 -0700 (PDT) From: Message-Id: <200108190929.f7J9TXN44738@freefall.freebsd.org> To: osgene@web.de, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/28230: iso-8859-1_to_cp437.scm doesn't contain some useful mappings Sender: owner-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: iso-8859-1_to_cp437.scm doesn't contain some useful mappings State-Changed-From-To: open->feedback State-Changed-By: kris State-Changed-When: Sun Aug 19 02:29:20 PDT 2001 State-Changed-Why: Waiting for submitter to resubmit their change as a diff http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28230 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2: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 058C137B411 for ; Sun, 19 Aug 2001 02:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9e3V45394; Sun, 19 Aug 2001 02:40:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 19 Aug 2001 02:40:03 -0700 (PDT) Message-Id: <200108190940.f7J9e3V45394@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: conf/29773: server disapear from the network - nothing in logs 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 conf/29773; it has been noted by GNATS. From: Kris Kennaway To: Pawel Fornalski Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: conf/29773: server disapear from the network - nothing in logs Date: Sun, 19 Aug 2001 02:39:14 -0700 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 16, 2001 at 05:36:41AM -0700, Pawel Fornalski wrote: > We (i am owner) and my Adminisrator have very strange and very dificult f= or us problem. Since several moths our server looses contact with the inter= net. We have ABIT KT7-RAID mainboard and Intel Ether Express 100+ network a= dapter. > this server temporarely looses signal and after serveral minutes, sometim= es hours get back to work. In logs and problem machine there is no sign aft= er this. Once we were able to be on the console when it happened and we pin= g'ed to some adress. we run tcpdump and it looked like the tcp packets got = into black hole. > our server have rather big traffic (about 100000 hits a day) and this pro= blem anoys me very much.=20 > it is not a problem of the network because there is 2 more servers connec= ted to the same switch and they work. both are Free BSD too. >=20 > can you help me and my administrator with solving the problem?? You'll probably have more luck asking this question on net@FreeBSD.org: the GNATS database is for problems which can be replicated by FreeBSD developers, and this one doesn't include enough details for anyone to be able to solve it at this point. Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f4lAWry0BWjoQKURAt9BAJ9czk25bUiidtLFauq/4J5U3PXE+gCeMeqb hJkKNbFoVKA4QIzGLfwSuAM= =USJB -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2:45: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 1B28537B407; Sun, 19 Aug 2001 02:45:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9gkG45659; Sun, 19 Aug 2001 02:42:46 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 02:42:46 -0700 (PDT) From: Message-Id: <200108190942.f7J9gkG45659@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, green@FreeBSD.org Subject: Re: bin/29049: Sender: owner-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: Responsible-Changed-From-To: freebsd-bugs->green Responsible-Changed-By: kris Responsible-Changed-When: Sun Aug 19 02:42:10 PDT 2001 Responsible-Changed-Why: Over to green, since this is allegedly a problem with our local mods to the code. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29049 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2:46:17 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-7.dsl.lsan03.pacbell.net [63.207.60.7]) by hub.freebsd.org (Postfix) with ESMTP id 7DC7037B407; Sun, 19 Aug 2001 02:46:14 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E902166C11; Sun, 19 Aug 2001 02:46:13 -0700 (PDT) Date: Sun, 19 Aug 2001 02:46:13 -0700 From: Kris Kennaway To: mike@FreeBSD.ORG Cc: proett@nas.nasa.gov, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5587: session id gets dropped Message-ID: <20010819024613.B92366@xor.obsecurity.org> References: <200107220556.f6M5uxt75963@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="4bRzO86E/ozDv8r1" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200107220556.f6M5uxt75963@freefall.freebsd.org>; from mike@FreeBSD.ORG on Sat, Jul 21, 2001 at 10:56:59PM -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 --4bRzO86E/ozDv8r1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 21, 2001 at 10:56:59PM -0700, mike@FreeBSD.ORG wrote: > Synopsis: session id gets dropped >=20 > State-Changed-From-To: feedback->closed > State-Changed-By: mike > State-Changed-When: Sat Jul 21 22:56:29 PDT 2001 > State-Changed-Why:=20 >=20 > E-mail sent to originator bounces. >=20 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D5587 I'm not sure this one should have been closed, since it's a problem with patch and some (unresolved) discussion. On the other hand, there's no test case for the claimed problem included in the PR (the submitter said to contact him for the code, which was never included in GNATS), so perhaps it should be closed. Kris --4bRzO86E/ozDv8r1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f4rlWry0BWjoQKURAu+cAKDvp5nEdyuCpVj0SvrCFa9UWiiRcACgjSA8 OeaZhCBHX44539AHcZMQ4uo= =DUmb -----END PGP SIGNATURE----- --4bRzO86E/ozDv8r1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2:48:21 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-7.dsl.lsan03.pacbell.net [63.207.60.7]) by hub.freebsd.org (Postfix) with ESMTP id 9ADD137B414; Sun, 19 Aug 2001 02:48:17 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 21AE666C11; Sun, 19 Aug 2001 02:48:17 -0700 (PDT) Date: Sun, 19 Aug 2001 02:48:17 -0700 From: Kris Kennaway To: Ferdinand Goldmann Cc: mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/5062: login.access not evaluated correctly Message-ID: <20010819024816.C92366@xor.obsecurity.org> References: <200107220550.f6M5o0Y73296@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Qbvjkv9qwOGw/5Fx" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from ferdl@atommuell.oeh.uni-linz.ac.at on Wed, Jul 25, 2001 at 11:42:07AM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Qbvjkv9qwOGw/5Fx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 25, 2001 at 11:42:07AM +0200, Ferdinand Goldmann wrote: > Hello! >=20 > On Sat, 21 Jul 2001 mike@FreeBSD.org wrote: >=20 > > Synopsis: login.access not evaluated correctly > > > > State-Changed-From-To: open->feedback > > State-Changed-By: mike > > State-Changed-When: Sat Jul 21 22:49:39 PDT 2001 > > State-Changed-Why: > > > > Does this problem still occur in newer versions of FreeBSD, > > such as 4.3-RELEASE? > > >=20 > I have a fairly recent 4.3-STABLE now, and I just tested it. >=20 > It seems to me that this problem indeed still exists: >=20 > On the server the following login.access entry: > -:k000188:ALL EXCEPT LOCAL 140.78.4.26 >=20 > yields: >=20 > Received disconnect from 140.78.4.60: Sorry, you are not allowed to con= nect. >=20 > when trying to connect from 140.78.4.26. (nice error message, BTW) >=20 > Using: > -:k000188:ALL EXCEPT LOCAL alijku05 > gives the same error. >=20 > Using the FQDN > -:k000188:ALL EXCEPT LOCAL alijku05.edvz.uni-linz.ac.at > works: >=20 > k000181@alijku05$ ssh -l k000188 control > k000188@control's password: > Last login: Tue Jul 24 14:04:41 2001 from ... I don't think login.access is well maintained or well integrated into system utilities any more..perhaps we should deprecate it instead of giving users the false sense that it's actually working as expected. Kris --Qbvjkv9qwOGw/5Fx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f4tgWry0BWjoQKURAg5LAJ914o1gsQZme4ni1c1NFIf7j19jhgCeJa94 DVTK6clXWbavuYkRN9SjwHw= =c85C -----END PGP SIGNATURE----- --Qbvjkv9qwOGw/5Fx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 2: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 09B6937B409; Sun, 19 Aug 2001 02:55:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J9rxS46988; Sun, 19 Aug 2001 02:53:59 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 02:53:59 -0700 (PDT) From: Message-Id: <200108190953.f7J9rxS46988@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: bin/27270: sys/soundcard.h fails to define AFMT_S16_NE Sender: owner-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/soundcard.h fails to define AFMT_S16_NE Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: kris Responsible-Changed-When: Sun Aug 19 02:53:43 PDT 2001 Responsible-Changed-Why: Over to Mr. Sound http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 3: 5: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 58D5137B40C; Sun, 19 Aug 2001 03:05:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JA3sB48067; Sun, 19 Aug 2001 03:03:54 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 03:03:54 -0700 (PDT) From: Message-Id: <200108191003.f7JA3sB48067@freefall.freebsd.org> To: rmartin@icrsystems.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/27415: Mouse inop in X Windows Sender: owner-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: Mouse inop in X Windows State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sun Aug 19 03:02:40 PDT 2001 State-Changed-Why: This is almost certainly user error: mice work fine in FreeBSD, in X and in console mode. If you're still having problems, send email to the questions@FreeBSD.org support list will full details of the commands and configuration files you have tried. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27415 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 3: 5: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 C2AD137B414; Sun, 19 Aug 2001 03:05:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JA17W47866; Sun, 19 Aug 2001 03:01:07 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 03:01:07 -0700 (PDT) From: Message-Id: <200108191001.f7JA17W47866@freefall.freebsd.org> To: SMurphy@WriteMe.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: kern/27432: I don't understand one of the kernel boot error messages Sender: owner-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 don't understand one of the kernel boot error messages State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Sun Aug 19 02:56:27 PDT 2001 State-Changed-Why: Over to yar who said there was a change he wanted to make in response to this PR. Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: kris Responsible-Changed-When: Sun Aug 19 02:56:27 PDT 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27432 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 3:15: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 33B2E37B406; Sun, 19 Aug 2001 03:15:49 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JA9T651340; Sun, 19 Aug 2001 03:09:29 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 03:09:29 -0700 (PDT) From: Message-Id: <200108191009.f7JA9T651340@freefall.freebsd.org> To: gunther@aurora.regenstrief.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/27601: infinite loop at end (?) of ifnet 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: infinite loop at end (?) of ifnet list ... State-Changed-From-To: suspended->closed State-Changed-By: kris State-Changed-When: Sun Aug 19 03:08:46 PDT 2001 State-Changed-Why: Feedback timeout. 4.4-RELEASE will have updated KAME code so chances are this is fixed anyway. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 3:16: 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 7A9DC37B407; Sun, 19 Aug 2001 03:15:49 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JACo351788; Sun, 19 Aug 2001 03:12:50 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 03:12:50 -0700 (PDT) From: Message-Id: <200108191012.f7JACo351788@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, asmodai@FreeBSD.org Subject: Re: misc/27677: miss BIND name server library Sender: owner-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: miss BIND name server library Responsible-Changed-From-To: freebsd-bugs->asmodai Responsible-Changed-By: kris Responsible-Changed-When: Sun Aug 19 03:12:39 PDT 2001 Responsible-Changed-Why: asmodai has been maintaining bind http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27677 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 3:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA85637B406 for ; Sun, 19 Aug 2001 03:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JAU4f52938; Sun, 19 Aug 2001 03:30:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 19 Aug 2001 03:30:04 -0700 (PDT) Message-Id: <200108191030.f7JAU4f52938@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: i386/28253: VIA Rhine (I) reboots/crashes FreeBSD 4.2 with heavy network load 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 i386/28253; it has been noted by GNATS. From: Kris Kennaway To: Dejan Oljaca Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/28253: VIA Rhine (I) reboots/crashes FreeBSD 4.2 with heavy network load Date: Sun, 19 Aug 2001 03:21:36 -0700 --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 19, 2001 at 12:14:22PM +0200, Dejan Oljaca wrote: > Hi Kris, >=20 > sorry for the missing traceback. As I already replaced the NIC with anoth= er=20 > one, it will be difficult for me to reproduce the crash. The only thing I= =20 > saw was that it crashed in different modules (looking for the source code= =20 > containing the panic message). Sometimes even the TCP/IP stack was=20 > 'disconnected' from the NIC without a reboot. >=20 > My guess is, that the VIA rhine chipset is not the best one (except cheap= ). Could well be. If you're no longer able to reproduce this problem, I'll close the PR. Kris --yEPQxsgoJgBvi8ip Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7f5MvWry0BWjoQKURAhVGAJ9bDxNPw9Mtm3pbfZuj0R+rj9O+GACcCRZM gJpQ5LWPq/xcW53mtgq8MPo= =E34w -----END PGP SIGNATURE----- --yEPQxsgoJgBvi8ip-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 3: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 2F42237B410 for ; Sun, 19 Aug 2001 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JAo2l53924; Sun, 19 Aug 2001 03:50:02 -0700 (PDT) (envelope-from gnats) Received: from arg1.demon.co.uk (arg1.demon.co.uk [194.222.34.166]) by hub.freebsd.org (Postfix) with ESMTP id 744B537B412 for ; Sun, 19 Aug 2001 03:49:47 -0700 (PDT) (envelope-from arg@arg1.demon.co.uk) Received: by arg1.demon.co.uk (Postfix, from userid 300) id DE8D69B13; Sun, 19 Aug 2001 11:49:44 +0100 (BST) Message-Id: <20010819104944.DE8D69B13@arg1.demon.co.uk> Date: Sun, 19 Aug 2001 11:49:44 +0100 (BST) From: Andrew Gordon Reply-To: Andrew Gordon To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/29870: rc.diskless2 uses /usr/sbin/mtree before /usr mounted Sender: owner-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: 29870 >Category: conf >Synopsis: rc.diskless2 uses /usr/sbin/mtree before /usr mounted >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 Aug 19 03:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrew Gordon >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD server.arg.sj.co.uk 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #3: Sun Aug 12 20:42:57 BST 2001 arg@server.arg.sj.co.uk:/usr/src/sys/compile/SERVER i386 Still present in 4.4-RC as at 17th August >Description: /etc/rc.diskless2 already mounts /usr in order to use tools in /usr/bin etc. However, some new lines have been added _above_ the 'mount -a' which use things like /usr/sbin/mtree and /usr/bin/touch. >How-To-Repeat: Boot a standard diskless system where the root and /usr filesystems are separate mounts. >Fix: Index: rc.diskless2 =================================================================== RCS file: /repository/src/etc/rc.diskless2,v retrieving revision 1.5.2.8 diff -u -r1.5.2.8 rc.diskless2 --- rc.diskless2 2001/07/24 09:49:37 1.5.2.8 +++ rc.diskless2 2001/08/19 10:47:51 @@ -55,6 +55,8 @@ echo "+++ mfs_mount of /var" mount_md ${varsize:=65536} /var 1 +mount -a # mtree, chown and chgrp are in /usr + echo "+++ populate /var using /etc/mtree/BSD.var.dist" /usr/sbin/mtree -deU -f /etc/mtree/BSD.var.dist -p /var @@ -63,8 +65,6 @@ if [ -n "$LOGFILES" ]; then /usr/bin/touch $LOGFILES fi - -mount -a # chown and chgrp are in /usr # # XXX make sure to create one dir for each printer as requested by lpd >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 Aug 19 4: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 B1B1537B403 for ; Sun, 19 Aug 2001 04:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JBo3w66784; Sun, 19 Aug 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 C2E3437B406 for ; Sun, 19 Aug 2001 04:47:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JBl4X66480; Sun, 19 Aug 2001 04:47:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200108191147.f7JBl4X66480@freefall.freebsd.org> Date: Sun, 19 Aug 2001 04:47:04 -0700 (PDT) From: Reid Linnemann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/29871: xl0 - media does not switch Sender: owner-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: 29871 >Category: i386 >Synopsis: xl0 - media does not switch >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 04:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Reid Linnemann >Release: 4,3-RELEASE >Organization: >Environment: FreeBSD hautlos.student.okstate.edu 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Fri Jan 2 01:29:18 GMT 1998 root@hautlos.student.okstate.edu:/usr/src/sys/compile/HAUTLOS i386 >Description: using: xl0 driver 3com 900b 10BaseT full-duplex PCI adapter in 4.3-release: #ifconfig xl0 media 10BaseT/UTP mediaopt full-duplex ifconfig reports the media change, but the adapter remains at half-duplex mode physically. History- The adapter was working in full-duplex mode in the same machine with 3.2-RELEASE just prior to this. My boot sector got wiped and I did not have a copy of my disk label, so I formatted and installed 4.3. The adapter is connected to a switch that reports whether each node is running full-duplex. On system powerup, the switch reports the adapter is set for full-duplex. When BSD boots, and the devices are brought up - the device defaults to half-duplex mode through auto-select (this makes no sense to me, barring backwards compatibility concern). Again, the switch reflects the change in media, and ifconfig reflects the same. When ifconfig is run to change the media, as above, the kernel reports the media selection - but it never physically appears to happen. Peer-to-peer data transfer never exceeds 100KB/s, and it should be a little over 1MB so I know I'm not halucinating. I'm going to try reverting to 3.2 for the time being, but this may be something that needs looking into. >How-To-Repeat: not known exactly. system specs- processor- AMD k6-3 450 on EPOX MVP3G-M MB, 1MB cache model RAM- 192M pc100 net adapter - 3COM 3c900b 10BaseT/UDP full-duplex capable >Fix: no solution >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 Aug 19 8: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 6A07637B40E for ; Sun, 19 Aug 2001 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JFe1W02247; Sun, 19 Aug 2001 08: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 5C52237B409 for ; Sun, 19 Aug 2001 08:33:05 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JFX5v01614; Sun, 19 Aug 2001 08:33:05 -0700 (PDT) (envelope-from nobody) Message-Id: <200108191533.f7JFX5v01614@freefall.freebsd.org> Date: Sun, 19 Aug 2001 08:33:05 -0700 (PDT) From: Olivier Houchard To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29875: CURRENT driver for Tekram DC395X and DC315X SCSI cards Sender: owner-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: 29875 >Category: kern >Synopsis: CURRENT driver for Tekram DC395X and DC315X SCSI cards >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 08:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Olivier Houchard >Release: FreeBSD 5.0-CURRENT >Organization: none >Environment: FreeBSD 5.0-CURRENT >Description: As it seems this driver is no more in the source repository, I made an ugly port of the driver provided by Tekram for FreeBSD 4.X to FreeBSD CURRENT The new driver can be found at www.epita.fr/~houcha_o/dc395x_trm.tar.gz Original driver from Tekram can be found at ftp.tekram.com/SCSI/3X5/FreeBSD/FreeBSD400/dc395x_trm.tar.gz >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 Aug 19 8:45: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 C9EDC37B415; Sun, 19 Aug 2001 08:45:44 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JFggo02579; Sun, 19 Aug 2001 08:42:42 -0700 (PDT) (envelope-from schweikh) Date: Sun, 19 Aug 2001 08:42:42 -0700 (PDT) From: Message-Id: <200108191542.f7JFggo02579@freefall.freebsd.org> To: ctomasj@freewwweb.com, schweikh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/14864: I can not get dual Boot to boot FreeBSD from hard drive 1 and windows 98 from hard drive 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: I can not get dual Boot to boot FreeBSD from hard drive 1 and windows 98 from hard drive 2 State-Changed-From-To: open->closed State-Changed-By: schweikh State-Changed-When: Sun Aug 19 08:40:51 PDT 2001 State-Changed-Why: This appears to be more a question than a bug report. If this is still a problem, write to a mailing list (preferably questions@freebsd.org). If you really intended this as a bug report you need to supply A LOT MORE information on what you did and what HW you have. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14864 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 10:55: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 F103737B40F; Sun, 19 Aug 2001 10:55:44 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7JHsJI18997; Sun, 19 Aug 2001 10:54:19 -0700 (PDT) (envelope-from mike) Date: Sun, 19 Aug 2001 10:54:19 -0700 (PDT) From: Message-Id: <200108191754.f7JHsJI18997@freefall.freebsd.org> To: proett@nas.nasa.gov, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5587: session id gets dropped Sender: owner-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: session id gets dropped State-Changed-From-To: closed->open State-Changed-By: mike State-Changed-When: Sun Aug 19 10:51:46 PDT 2001 State-Changed-Why: It doesn't appear that this problem has been fixed. This patch could probably be integrated with a little work. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=5587 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 10:58:26 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id 2E39637B408 for ; Sun, 19 Aug 2001 10:58:24 -0700 (PDT) (envelope-from mike@coffee.q9media.com) Received: (from mike@localhost) by coffee.q9media.com (8.11.2/8.11.3) id f7JIKBv49016; Sun, 19 Aug 2001 14:20:11 -0400 (EDT) (envelope-from mike) Date: Sun, 19 Aug 2001 14:20:10 -0400 From: Mike Barcroft To: Kris Kennaway Cc: proett@nas.nasa.gov, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5587: session id gets dropped Message-ID: <20010819142010.A48972@coffee.q9media.com> References: <200107220556.f6M5uxt75963@freefall.freebsd.org> <20010819024613.B92366@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010819024613.B92366@xor.obsecurity.org>; from kris@obsecurity.org on Sun, Aug 19, 2001 at 02:46:13AM -0700 Organization: The FreeBSD Project Sender: owner-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 Sun, Aug 19, 2001 at 02:46:13AM -0700, Kris Kennaway wrote: > On Sat, Jul 21, 2001 at 10:56:59PM -0700, mike@FreeBSD.ORG wrote: > > Synopsis: session id gets dropped > > > > State-Changed-From-To: feedback->closed > > State-Changed-By: mike > > State-Changed-When: Sat Jul 21 22:56:29 PDT 2001 > > State-Changed-Why: > > > > E-mail sent to originator bounces. > > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=5587 > > I'm not sure this one should have been closed, since it's a problem > with patch and some (unresolved) discussion. On the other hand, > there's no test case for the claimed problem included in the PR (the > submitter said to contact him for the code, which was never included > in GNATS), so perhaps it should be closed. It doesn't look like we are properly keeping track of session ID's in -CURRENT. I'm not sure if there is a reason for this or not, but I re-opened the PR to be on the safe side. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 13: 4:52 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from shell7.ba.best.com (shell7.ba.best.com [206.184.139.138]) by hub.freebsd.org (Postfix) with ESMTP id 36EE437B410; Sun, 19 Aug 2001 13:04:50 -0700 (PDT) (envelope-from stevew@shell7.ba.best.com) Received: (from stevew@localhost) by shell7.ba.best.com (8.9.3/8.9.2/best.sh) id NAA25977; Sun, 19 Aug 2001 13:04:15 -0700 (PDT) Date: Sun, 19 Aug 2001 13:04:15 -0700 (PDT) From: Stephen Whiteley Message-Id: <200108192004.NAA25977@shell7.ba.best.com> To: freebsd-bugs@FreeBSD.org, kris@FreeBSD.org, stevew@wrcad.com Subject: Re: misc/29867: 4.3 timed master can't sync Red Hat Linux 6.0 box In-Reply-To: <200108190920.f7J9Kjh43839@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 Kris, Your patch does the trick. Thanks for resolving this. Regards, Steve Whiteley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 20: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 979AE37B410 for ; Sun, 19 Aug 2001 20:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K3K1H32559; Sun, 19 Aug 2001 20: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 41DA437B407 for ; Sun, 19 Aug 2001 20:10:50 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K3Aom31680; Sun, 19 Aug 2001 20:10:50 -0700 (PDT) (envelope-from nobody) Message-Id: <200108200310.f7K3Aom31680@freefall.freebsd.org> Date: Sun, 19 Aug 2001 20:10:50 -0700 (PDT) From: Greg Satz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/29882: stable 4.3 kernel compile fails for multi-processor Sender: owner-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: 29882 >Category: i386 >Synopsis: stable 4.3 kernel compile fails for multi-processor >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 20:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Greg Satz >Release: 4.3 stable >Organization: >Environment: >Description: fnu# make linking kernel mp_machdep.o: In function `ap_init': mp_machdep.o(.text+0x219c): undefined reference to `enable_sse' *** Error code 1 Stop in /usr/src/sys/compile/IRANGER. happens when attempting to use the following config file. >How-To-Repeat: # # IRANGER # machine i386 cpu I586_CPU ident IRANGER maxusers 5 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options NFS #Network Filesystem 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=5000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console 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 # 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 options ATA_STATIC_ID #Static device numbering # SCSI Controllers device ahc # AHA2940 and onboard AIC7xxx devices # 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) # 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 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 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 options COM_MULTIPORT #code for some cards with shared IRQs device sio2 at isa? port 0x100 flags 0x0905 device sio3 at isa? port 0x108 flags 0x0905 device sio4 at isa? port 0x110 flags 0x0905 device sio5 at isa? port 0x118 flags 0x0905 device sio6 at isa? port 0x120 flags 0x0905 device sio7 at isa? port 0x128 flags 0x0905 device sio8 at isa? port 0x130 flags 0x0905 device sio9 at isa? port 0x138 flags 0x0905 irq 12 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device ppi # Parallel port interface device # 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 vr # VIA Rhine, Rhine II # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device bpf #Berkeley packet filter pseudo-device speaker #Play IBM BASIC-style noises out your speaker >Fix: Either conditional compile out the enable_sse call in mp_machdep or pull out the enable_sse routine in initcpu.c from behind the I686_CPU conditional. >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 Aug 19 22: 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 659FF37B417 for ; Sun, 19 Aug 2001 22:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K500n44234; Sun, 19 Aug 2001 22:00:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45DD837B40B for ; Sun, 19 Aug 2001 21:58:58 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K4wwo44152; Sun, 19 Aug 2001 21:58:58 -0700 (PDT) (envelope-from nobody) Message-Id: <200108200458.f7K4wwo44152@freefall.freebsd.org> Date: Sun, 19 Aug 2001 21:58:58 -0700 (PDT) From: Chris Fernando To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29887: chflags can not set 'noschg' to files in multiuser mode; can't update /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 >Number: 29887 >Category: kern >Synopsis: chflags can not set 'noschg' to files in multiuser mode; can't update /kernel. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 22:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chris Fernando >Release: 4.4-RC >Organization: >Environment: FreeBSD styx.sleem.net 4.4-RC FreeBSD 4.4-RC #2: Mon Aug 20 00:25:12 EDT 2001 haides@styx.sleem.net:/usr/src/sys/compile/STYX i386 >Description: after setting a file with chflags to 'schg', you can not unset ('noschg') it in multiuser mode. you must boot the system into single user mode to make changes to the file. example in multiuser: styx ~ #touch foo styx ~ #chflags schg foo styx ~ #chflags noschg foo chflags: foo: Operation not permitted >How-To-Repeat: 1) create a file 2) chflags schg 3) chflags noschg step 3 should produce the error >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 Aug 19 22:15: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 4A7AE37B408; Sun, 19 Aug 2001 22:15:46 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K59tY51324; Sun, 19 Aug 2001 22:09:55 -0700 (PDT) (envelope-from greid) Date: Sun, 19 Aug 2001 22:09:55 -0700 (PDT) From: Message-Id: <200108200509.f7K59tY51324@freefall.freebsd.org> To: chris_fernando@cybris.net, greid@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/29887: chflags can not set 'noschg' to files in multiuser mode; can't update /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: chflags can not set 'noschg' to files in multiuser mode; can't update /kernel. State-Changed-From-To: open->closed State-Changed-By: greid State-Changed-When: Sun Aug 19 22:08:36 PDT 2001 State-Changed-Why: You are running in securelevel >= 1, see init(8). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29887 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 23:45: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 6F25737B415; Sun, 19 Aug 2001 23:45:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K6dcX69545; Sun, 19 Aug 2001 23:39:38 -0700 (PDT) (envelope-from kris) Date: Sun, 19 Aug 2001 23:39:38 -0700 (PDT) From: Message-Id: <200108200639.f7K6dcX69545@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/28233: splash_bmp broken in 4.3-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: splash_bmp broken in 4.3-STABLE State-Changed-From-To: analyzed->closed State-Changed-By: kris State-Changed-When: Sun Aug 19 23:39:22 PDT 2001 State-Changed-Why: Submitter reports problem was caused by stale modules http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28233 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 19 23:55: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 79E4B37B40C; Sun, 19 Aug 2001 23:55:46 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K6pF671006; Sun, 19 Aug 2001 23:51:15 -0700 (PDT) (envelope-from ru) Date: Sun, 19 Aug 2001 23:51:15 -0700 (PDT) From: Message-Id: <200108200651.f7K6pF671006@freefall.freebsd.org> To: h.hoppe@kabelfoon.nl, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/29764: sysinstall puts confusing message in /etc/rc.conf about 'this file' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sysinstall puts confusing message in /etc/rc.conf about 'this file' State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Sun Aug 19 23:49:16 PDT 2001 State-Changed-Why: Duplicate of PR bin/29736. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29764 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 0: 0: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 1A67437B417 for ; Mon, 20 Aug 2001 00:00:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K70Ek72082; Mon, 20 Aug 2001 00:00:14 -0700 (PDT) (envelope-from gnats) Date: Mon, 20 Aug 2001 00:00:14 -0700 (PDT) Message-Id: <200108200700.f7K70Ek72082@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Subject: Re: bin/3608: Telnet in linemode will break apart long lines. Reply-To: Sender: owner-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/3608; it has been noted by GNATS. From: To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/3608: Telnet in linemode will break apart long lines. Date: Sun, 19 Aug 2001 23:54:05 -0700 (PDT) I'm unable to reproduce this bug in FreeBSD 4-STABLE as of May 2001. Here is what I did: 1. Ran `telnetd' with the `-l' option. 2. `telnet' localhost, completed the login 3. [set telnet mode to LINE] 4. setup a small shell loop to read one line at a time and log to a file 5. typed in some long lines as given in this PR 6. looked for odd output -- these was none It does appear that line mode is working correctly. I'm unable to find the exact source change that fixed this bug from among the changes that happened since FreeBSD 2.2.1 days. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 0: 5: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 C2F6737B412; Mon, 20 Aug 2001 00:05:46 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K733d72461; Mon, 20 Aug 2001 00:03:03 -0700 (PDT) (envelope-from jkoshy) Date: Mon, 20 Aug 2001 00:03:03 -0700 (PDT) From: Message-Id: <200108200703.f7K733d72461@freefall.freebsd.org> To: eyager@novagate.com, jkoshy@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: bin/3608: Telnet in linemode will break apart long lines. Sender: owner-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: Telnet in linemode will break apart long lines. State-Changed-From-To: open->feedback State-Changed-By: jkoshy State-Changed-When: Mon Aug 20 00:00:47 PDT 2001 State-Changed-Why: Can't reproduce with a recent release (4-STABLE). Responsible-Changed-From-To: freebsd-bugs->jkoshy Responsible-Changed-By: jkoshy Responsible-Changed-When: Mon Aug 20 00:00:47 PDT 2001 Responsible-Changed-Why: I will track this PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3608 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 0: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 5F80B37B40A for ; Mon, 20 Aug 2001 00:50:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K7oEB80803; Mon, 20 Aug 2001 00:50:14 -0700 (PDT) (envelope-from gnats) Received: from ikar.pl (spitfire.303.krakow.pl [217.96.99.173]) by hub.freebsd.org (Postfix) with SMTP id 089C437B40C for ; Mon, 20 Aug 2001 00:47:27 -0700 (PDT) (envelope-from root@ikar.pl) Received: (qmail 1557 invoked by uid 0); 20 Aug 2001 07:46:41 -0000 Message-Id: <20010820074641.1556.qmail@ikar.pl> Date: 20 Aug 2001 07:46:41 -0000 From: Jan Srzednicki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29892: pw user add + qmail 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 >Number: 29892 >Category: bin >Synopsis: pw user add + qmail problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 00:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jan Srzednicki >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: MPS >Environment: System: FreeBSD ikar.pl 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Tue Aug 7 14:41:13 CEST 2001 sources cvsupped recently. >Description: When delivering locally, qmail checks whether recipients home dir exists and is owned by the user. If not it returns a non-existing account error. When pw is set to send welcome greetz email to the new user and to create his homedir, it first sends the email (which is bounced by qmail, becouse the homedir doesn't exist yet) and then creates the homedir. >How-To-Repeat: Configure pw to send welcome greetings email and create user's directory by "pw user add" command. qmail will then return a permanent error and bounce the mail back to root. >Fix: Put the homedir creation code before mail sending code in /usr/src/usr.sbin/pw/pw_user.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 Mon Aug 20 1:35: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 A864837B410; Mon, 20 Aug 2001 01:35:46 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K8Y7492508; Mon, 20 Aug 2001 01:34:07 -0700 (PDT) (envelope-from jkoshy) Date: Mon, 20 Aug 2001 01:34:07 -0700 (PDT) From: Message-Id: <200108200834.f7K8Y7492508@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: bin/25885: telnet -a off still uses SRA authentication Sender: owner-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: telnet -a off still uses SRA authentication Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: jkoshy Responsible-Changed-When: Mon Aug 20 01:33:13 PDT 2001 Responsible-Changed-Why: Markm maintains telnet{,d} and their crypto equivalents. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25885 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 2:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8795637B414 for ; Mon, 20 Aug 2001 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K9K1Y01149; Mon, 20 Aug 2001 02: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 B27AA37B40A for ; Mon, 20 Aug 2001 02:15:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K9FYe00137; Mon, 20 Aug 2001 02:15:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200108200915.f7K9FYe00137@freefall.freebsd.org> Date: Mon, 20 Aug 2001 02:15:34 -0700 (PDT) From: Yonatan Bokovza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29893: suggestions for 4.4 sysinstall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29893 >Category: misc >Synopsis: suggestions for 4.4 sysinstall >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 Aug 20 02:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yonatan Bokovza >Release: 4.4RC-1 >Organization: Xpert Systems >Environment: irrelevant >Description: Installing a fresh machine with 4.4RC-1 iso. The disklabel's [A]uto command automagically creates mount points. 1. Non of which has SoftUpdates on by default [beware the bikeshed]. 2. No /tmp (or /var/tmp per tuning(7)). something totaly different: Why no snort in the packages from the ports tree? No password validation when adding users? When clicking "HTML documents" in the "Post Configuration" menu, lynx is auto-installed. It whould be wiser, regarding lynx's long history of security problems, to use other browser or at least get the user's confirmation. On the "User Confirmation Requested" just before rebooting, i quote: "Be sure to remove any floppies/CDROM from the drive". I can't remove the CDROM as it's still mounted. How about "ejecting" it, or unmounting on "yes" and giving the user 10-30 seconds to "eject the CDROM manually"? root password isn't set!!! I gave root password at the correct prompt, but after the reboot I logged in with no "password:" prompt. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 2:35: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 7852D37B417; Mon, 20 Aug 2001 02:35:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7K9ZdL03524; Mon, 20 Aug 2001 02:35:39 -0700 (PDT) (envelope-from kris) Date: Mon, 20 Aug 2001 02:35:39 -0700 (PDT) From: Message-Id: <200108200935.f7K9ZdL03524@freefall.freebsd.org> To: dwing@myokay.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/28253: VIA Rhine (I) reboots/crashes FreeBSD 4.2 with heavy network load Sender: owner-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: VIA Rhine (I) reboots/crashes FreeBSD 4.2 with heavy network load State-Changed-From-To: feedback->closed State-Changed-By: kris State-Changed-When: Mon Aug 20 02:34:22 PDT 2001 State-Changed-Why: Submitter is no longer able to obtain details about this problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28253 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 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 B6F3837B416 for ; Mon, 20 Aug 2001 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KAK1411257; Mon, 20 Aug 2001 03:20:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 20 Aug 2001 03:20:01 -0700 (PDT) Message-Id: <200108201020.f7KAK1411257@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: i386/29882: stable 4.3 kernel compile fails for multi-processor 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/29882; it has been noted by GNATS. From: Peter Pentchev To: Greg Satz Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/29882: stable 4.3 kernel compile fails for multi-processor Date: Mon, 20 Aug 2001 13:12:57 +0300 On Sun, Aug 19, 2001 at 08:10:50PM -0700, Greg Satz wrote: > > >Number: 29882 > >Category: i386 > >Synopsis: stable 4.3 kernel compile fails for multi-processor > >Originator: Greg Satz > >Release: 4.3 stable > >Organization: > >Environment: > >Description: > fnu# make > linking kernel > mp_machdep.o: In function `ap_init': > mp_machdep.o(.text+0x219c): undefined reference to `enable_sse' > *** Error code 1 I can reproduce this when the config file includes 'options SMP', yet does not include 'cpu I686_CPU'. Can you try the attached patch, it works here? The patch is against -stable, but applies cleanly to -current with an offset. G'luck, Peter -- When you are not looking at it, this sentence is in Spanish. Index: src/sys/i386/i386/mp_machdep.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/mp_machdep.c,v retrieving revision 1.115.2.9 diff -u -r1.115.2.9 mp_machdep.c --- src/sys/i386/i386/mp_machdep.c 2001/08/15 01:23:50 1.115.2.9 +++ src/sys/i386/i386/mp_machdep.c 2001/08/20 10:11:06 @@ -2420,8 +2420,10 @@ /* set up FPU state on the AP */ npxinit(__INITIAL_NPXCW__); +#if defined(I686_CPU) /* set up SSE registers */ enable_sse(); +#endif /* A quick check from sanity claus */ apic_id = (apic_id_to_logical[(lapic.id & 0x0f000000) >> 24]); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 3:35: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 DE00237B40B; Mon, 20 Aug 2001 03:35:48 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KAUkK17050; Mon, 20 Aug 2001 03:30:46 -0700 (PDT) (envelope-from roam) Date: Mon, 20 Aug 2001 03:30:46 -0700 (PDT) From: Message-Id: <200108201030.f7KAUkK17050@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: i386/29882: stable 4.3 kernel compile fails for multi-processor Sender: owner-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 4.3 kernel compile fails for multi-processor Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: roam Responsible-Changed-When: Mon Aug 20 03:29:26 PDT 2001 Responsible-Changed-Why: Peter Wemm was the one who introduced SSE. The patch in the audit trail seems to work here; it would be nice if it could make it into 4.4 before the release. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29882 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 4: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 0891A37B416 for ; Mon, 20 Aug 2001 04:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KBU2D33810; Mon, 20 Aug 2001 04:30:02 -0700 (PDT) (envelope-from gnats) Received: from whisky.wu-wien.ac.at (whisky.wu-wien.ac.at [137.208.16.37]) by hub.freebsd.org (Postfix) with ESMTP id 2101E37B40B for ; Mon, 20 Aug 2001 04:20:21 -0700 (PDT) (envelope-from gonter@whisky.wu-wien.ac.at) Received: (from gonter@localhost) by whisky.wu-wien.ac.at (8.11.5/8.11.0) id f7KBJqK13164; Mon, 20 Aug 2001 13:19:52 +0200 (CEST) (envelope-from gonter) Message-Id: <200108201119.f7KBJqK13164@whisky.wu-wien.ac.at> Date: Mon, 20 Aug 2001 13:19:52 +0200 (CEST) From: Gerhard Gonter Reply-To: Gerhard Gonter To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29896: wrong URL in soundcard.h Sender: owner-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: 29896 >Category: kern >Synopsis: wrong URL in soundcard.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 04:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gerhard Gonter >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: WU-Wien >Environment: System: FreeBSD whisky.wu-wien.ac.at 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 04:05:11 CEST 2001 gonter@whisky.wu-wien.ac.at:/usr/src/sys/compile/WHISKY i386 >Description: The FTP directory specified for the Hacker's Guide to VoxWare is wrong, here is the updated URL. >How-To-Repeat: $ ftp ftp://nic.funet.fi/pub/OS/Linux/ [...FTP transcript...] 250-We have for quite a while (since circa 1993) asked people to refer to 250- /pub/Linux/ 250-instead of the old path: 250- /pub/OS/Linux ftp> cd ALPHA 550 /pub/OS/Linux/ALPHA: No such file or directory. ftp> cd /pub/Linux/ALPHA/sound 250 CWD command successful. >Fix: Here's the corrected URL. --- /usr/src/sys/sys/soundcard.h-orig Sun Aug 19 23:51:10 2001 +++ /usr/src/sys/sys/soundcard.h Mon Aug 20 00:08:42 2001 @@ -43,10 +43,10 @@ * ********************************************************************** * PS. The Hacker's Guide to VoxWare available from - * nic.funet.fi:pub/OS/Linux/ALPHA/sound. The file is + * . The file is * snd-sdk-doc-0.1.ps.gz (gzipped postscript). It contains * some useful information about programming with VoxWare. - * (NOTE! The pub/OS/Linux/ALPHA/ directories are hidden. You have + * (NOTE! The pub/Linux/ALPHA/ directories are hidden. You have * to cd inside them before the files are accessible.) ********************************************************************** */ @@ -89,7 +89,7 @@ #define SNDCARD_CS4232_MPU 22 #define SNDCARD_MAUI 23 #define SNDCARD_PSEUDO_MSS 24 -#define SNDCARD_AWE32 25 +#define SNDCARD_AWE32 25 #define SNDCARD_NSS 26 #define SNDCARD_UART16550 27 #define SNDCARD_OPL 28 >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 Aug 20 4:35: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 1CFF837B408; Mon, 20 Aug 2001 04:35:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KBZhN34477; Mon, 20 Aug 2001 04:35:43 -0700 (PDT) (envelope-from kris) Date: Mon, 20 Aug 2001 04:35:43 -0700 (PDT) From: Message-Id: <200108201135.f7KBZhN34477@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/29896: wrong URL in soundcard.h Sender: owner-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 URL in soundcard.h Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: kris Responsible-Changed-When: Mon Aug 20 04:35:27 PDT 2001 Responsible-Changed-Why: Over to the sound maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29896 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 4: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 BB3A337B412 for ; Mon, 20 Aug 2001 04:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KBe2834962; Mon, 20 Aug 2001 04:40:02 -0700 (PDT) (envelope-from gnats) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 66C5137B414 for ; Mon, 20 Aug 2001 04:38:16 -0700 (PDT) (envelope-from ilmar@watson.org) Received: from localhost (ilmar@localhost) by fledge.watson.org (8.11.5/8.11.5) with SMTP id f7KBcEx39768 for ; Mon, 20 Aug 2001 07:38:14 -0400 (EDT) (envelope-from ilmar@watson.org) Message-Id: Date: Mon, 20 Aug 2001 07:38:14 -0400 (EDT) From: "Ilmar S. Habibulin" To: freebsd-gnats-submit@freebsd.org Subject: bin/29897: pam_unix patch, which uses loginclass passwd_prompt Sender: owner-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: 29897 >Category: bin >Synopsis: pam_unix patch, which uses loginclass passwd_prompt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 04:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ilmar >Release: FreeBSD 5.0-CURRENT i386 >Organization: home user >Environment: System: FreeBSD somehost. 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Aug 17 11:33:40 MSD 2001 root@somehost.:/usr/src/sys/i386/compile/WS_ILMAR i386 >Description: We have "prompt"(login_prompt in login.conf(5) - error!) and "passwd_prompt" loginclass capabilities, which should be read and presented by login(1). But only "prompt" works in PAM environment, because authentification module pam_unix(8) doesn't know about such capabilities. So i made a patch, that make pam_unix know about them (about only one - passwd_prompt of cause). >How-To-Repeat: Nothing to repeat. ;-) >Fix: Just simple patch below or on http://www.watson.org/~ilmar/download/pam_unix.patch diff -ruiN pam_unix/CVS/Root pam_unix.new/CVS/Root --- pam_unix/CVS/Root Mon Aug 20 14:44:29 2001 +++ pam_unix.new/CVS/Root Mon Aug 13 13:23:14 2001 @@ -1 +1 @@ -/mnt/cvs/FreeBSD +/mnt/cvs diff -ruiN pam_unix/pam_unix.c pam_unix.new/pam_unix.c --- pam_unix/pam_unix.c Mon Jul 9 22:20:50 2001 +++ pam_unix.new/pam_unix.c Mon Aug 20 14:45:30 2001 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: src/lib/libpam/modules/pam_unix/pam_unix.c,v 1.7 2001/07/09 18:20:50 markm Exp $ + * $FreeBSD: src/lib/libpam/modules/pam_unix/pam_unix.c,v 1.7 2001/07/09 18:20:50 markm Exp $ - this version */ #include @@ -41,7 +41,7 @@ #include "pam_mod_misc.h" -#define PASSWORD_PROMPT "Password:" +#define DEFAULT_PASSWORD_PROMPT "Password:" #define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */ enum { PAM_OPT_AUTH_AS_SELF=PAM_OPT_STD_MAX, PAM_OPT_NULLOK }; @@ -52,6 +52,8 @@ { NULL, 0 } }; + + /* * authentication management */ @@ -64,6 +66,8 @@ int retval; const char *password, *user; char *encrypted; + login_cap_t *lc; + char *passwd_prompt=DEFAULT_PASSWORD_PROMPT; pam_std_option(&options, other_options, argc, argv); @@ -84,6 +88,21 @@ PAM_LOG("Doing real authentication"); + lc = login_getclass(NULL); +/***************************************** + * + * I don't understand why prompts should be default for all login classes + * I think that lc = login_getpwclass(pwd) is more flexiable solution + * + * lc = login_getclass(NULL); + * lc = login_getpwclass(pwd); + */ + passwd_prompt = login_getcapstr(lc, "passwd_prompt", + DEFAULT_PASSWORD_PROMPT, + DEFAULT_PASSWORD_PROMPT); + login_close(lc); + lc = NULL; + if (pwd->pw_passwd[0] == '\0' && pam_test_option(&options, PAM_OPT_NULLOK, NULL)) { /* @@ -94,7 +113,7 @@ PAM_RETURN(PAM_SUCCESS); } else { - retval = pam_get_pass(pamh, &password, PASSWORD_PROMPT, + retval = pam_get_pass(pamh, &password, passwd_prompt, &options); if (retval != PAM_SUCCESS) PAM_RETURN(retval); @@ -118,7 +137,7 @@ * User unknown. * Encrypt a dummy password so as to not give away too much. */ - retval = pam_get_pass(pamh, &password, PASSWORD_PROMPT, + retval = pam_get_pass(pamh, &password, passwd_prompt, &options); if (retval != PAM_SUCCESS) PAM_RETURN(retval); >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 Aug 20 7:40: 5 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from relay.cigital.com (relay.cigital.com [64.80.176.5]) by hub.freebsd.org (Postfix) with ESMTP id B3B3637B406 for ; Mon, 20 Aug 2001 07:39:58 -0700 (PDT) (envelope-from vshah@cigital.com) Received: from exchange.cigital.com (exchange.cigital.com [10.1.20.3]) by relay.cigital.com (Postfix) with ESMTP id AD5D85B10C; Mon, 20 Aug 2001 10:39:42 -0400 (EDT) Received: from aop (aop.cigital.com [10.1.30.8]) by exchange.cigital.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id P7TP3MZM; Mon, 20 Aug 2001 10:30:44 -0400 Received: by aop (Postfix, from userid 5019) id ABC6526C02; Mon, 20 Aug 2001 10:37:53 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15233.8385.534544.662671@aop.cigital.com> Date: Mon, 20 Aug 2001 10:37:53 -0400 From: "Viren R. Shah" To: Jonathan Chen Cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/28203: NEWCARD won't recognize my cardbus controllers or my Xircom Realport 10/100+56k card In-Reply-To: <20010818151122.E20719@enterprise.spock.org> References: <15210.56924.536714.812107@aop.cigital.com> <20010804032632.A25279@enterprise.spock.org> <15216.9560.513790.149857@aop.cigital.com> <20010807142823.A70032@enterprise.spock.org> <15216.22809.812694.468954@aop.cigital.com> <20010808110415.A37018@enterprise.spock.org> <15217.32241.186089.799930@aop.cigital.com> <20010818151122.E20719@enterprise.spock.org> X-Mailer: VM 6.92 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: "Viren R. Shah" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >>>>> "JC" == Jonathan Chen writes: JC> Okay, I think I figured out what is wrong with cardbus not JC> detecting the card on first insert. If you can edit JC> sys/dev/cardbus/cardbus.c, search for "static int curr_bus_number JC> = 2;" and set it to 5 (or some other higher number, but I think 5 JC> should work in your case). If I'm correct, your card should now JC> when if inserted at bootup. Please tell me if this works. JC> As for your sio problem, I still haven't received your dmesg when JC> you have applied the sio patch. Can I take this to mean you have JC> it working? I'm currently on vacation, and don't have access to my laptop. I'll send you the dmesg (and modify cardbus.c) when I get back. I'm still experiencing the sio problem. Thanks Viren -- Viren R. Shah "Interestingly, most Unix utilities have a command line option which will cause the system to rip the user's legs off and beat them to death with the soggy ends. This is often the default behaviour." -- Bruce Murphy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 8: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 ECE4937B414 for ; Mon, 20 Aug 2001 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KFU1N87723; Mon, 20 Aug 2001 08: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 6ED9437B415 for ; Mon, 20 Aug 2001 08:28:11 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KFSBe87462; Mon, 20 Aug 2001 08:28:11 -0700 (PDT) (envelope-from nobody) Message-Id: <200108201528.f7KFSBe87462@freefall.freebsd.org> Date: Mon, 20 Aug 2001 08:28:11 -0700 (PDT) From: Chris McClellen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/29903: ypbind loses connection to NIS master and never recovers Sender: owner-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: 29903 >Category: bin >Synopsis: ypbind loses connection to NIS master and never recovers >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 Aug 20 08:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chris McClellen >Release: 4.4 RC >Organization: The Weather Channel >Environment: FreeBSD slashman.atl.weather.com 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 16 11:03:37 EDT 2001 root@slashman.atl.weather.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: after a period of time (sometimes 3 or 4 days), ypbind starts complaining that the NIS server is not responding. It will do this forever, until ypbind is restarted. Once restarted, ypbind immediatly sees the NIS master and has no problems. After a few days the problem will repeat itself. Restarting makes yp work again to some degree, but processes that were doing NIS lookups get stuck (in D state it looks like via ps), and other processes (ie top) won't even start. So, in the end, we have to reboot to clear everything up on the FreeBSD machine. The NIS master is a solaris machine. This problem existed on 4.3 as well. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 9:40: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 A424F37B40E for ; Mon, 20 Aug 2001 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KGe1h00802; Mon, 20 Aug 2001 09: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 D163B37B401 for ; Mon, 20 Aug 2001 09:37:31 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KGbVB00580; Mon, 20 Aug 2001 09:37:31 -0700 (PDT) (envelope-from nobody) Message-Id: <200108201637.f7KGbVB00580@freefall.freebsd.org> Date: Mon, 20 Aug 2001 09:37:31 -0700 (PDT) From: Daryl Spartz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/29904: make world failure, 4.3.0 release Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29904 >Category: gnu >Synopsis: make world failure, 4.3.0 release >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 Aug 20 09:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Daryl Spartz >Release: 4.3.0_RELEASE >Organization: >Environment: >Description: Resync'ed CVS shadow reposity 8/19/2001 cd /usr rm -rf ports rm -rf src cvs co -r RELENG_4.3.0_RELEASE world cd src make world ... (hours later) Extracting config.h (with variable substitutions) cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/i386/usr/include -c miniperlmain.c cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/i386/usr/include -c opmini.c cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl -I/usr/obj/usr/src/i386/usr/include -L/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl -static -o miniperl miniperlmain.o opmini.o /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a -lm -lcrypt -lutil ===> gnu/usr.bin/perl/perl mkdir: build: File exists *** Error code 1 (ignored) Extracting config.h (with variable substitutions) Extracting cflags (with variable substitutions) Extracting writemain (with variable substitutions) Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=freebsd, osvers=4.0-current, archname=i386-freebsd uname='FreeBSD freefall.FreeBSD.org 4.0-current FreeBSD 4.0-current #0: $Date$' hint=recommended, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='', gccversion=2.95.2 19991024 (release) cppflags='' ccflags ='' stdchar='char', d_stdstdio=undef, usevfork=true intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags ='-Wl,-E -lperl -lm ' libpth=/usr/lib libs=-lm -lc -lcrypt libc=, so=so, useshrplib=true, libperl=libperl.so.3 Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-R/usr/lib' cccdlflags='-DPIC -fpic', lddlflags='-Wl,-E -shared -lperl -lm ' /usr/obj/usr/src/gnu/usr.bin/perl/perl/../miniperl/miniperl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib -e 'use AutoSplit; autosplit_lib_modules(@ARGV)' lib/*.pm lib/*/*.pm AutoSplitting lib/Getopt/Long.pm (lib/auto/Getopt/Long) sh writemain lib/auto/DynaLoader/DynaLoader.a > perlmain.c cc -O -pipe -I/usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -I/usr/obj/usr/src/i386/usr/include -c perlmain.c Writing Makefile for DynaLoader Warning: /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/Config.pm may be out of date with /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.sh cd /usr/obj/usr/src/gnu/usr.bin/perl/perl && make lib/Config.pm `lib/Config.pm' is up to date. Warning: /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.h out of date with /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.sh *** Error code 1 (ignored) Makefile out-of-date with respect to /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/Config.pm /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true /usr/obj/usr/src/gnu/usr.bin/perl/perl/../miniperl/miniperl "-I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib" "-I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib" Makefile.PL "INSTALLDIRS=perl" "PERL_SRC=/usr/obj/usr/src/gnu/usr.bin/perl/perl" "INSTALLMAN3DIR=/usr/obj/usr/src/i386/usr/share/perl/man3" "PERL=/usr/obj/usr/src/gnu/usr.bin/perl/perl/../miniperl/miniperl" "FULLPERL=perl" "DEFINE=-I/usr/obj/usr/src/i386/usr/include" "DEFINE=-DPERL_CORE" "LINKTYPE=static" "LIBS=-lperl -lm" Writing Makefile for DynaLoader ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false *** Error code 1 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/DynaLoader. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. freebsd# freebsd# ^Dexit Script done on Mon Aug 20 03:33:35 2001 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 10:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E83B737B406 for ; Mon, 20 Aug 2001 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KHA1206483; Mon, 20 Aug 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 20 Aug 2001 10:10:01 -0700 (PDT) Message-Id: <200108201710.f7KHA1206483@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Faulhaber Subject: Re: gnu/29904: make world failure, 4.3.0 release Reply-To: Chris Faulhaber Sender: owner-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/29904; it has been noted by GNATS. From: Chris Faulhaber To: Daryl Spartz Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: gnu/29904: make world failure, 4.3.0 release Date: Mon, 20 Aug 2001 13:03:48 -0400 On Mon, Aug 20, 2001 at 09:37:31AM -0700, Daryl Spartz wrote: > > >Number: 29904 > >Category: gnu > >Synopsis: make world failure, 4.3.0 release > ... > Writing Makefile for DynaLoader > > Warning: /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/Config.pm may be out of date with /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.sh > ... > Warning: /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.h out of date with /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.sh ... > Makefile out-of-date with respect to /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/Config.pm /usr/obj/usr/src/gnu/usr.bin/perl/perl/config.h ... Chances are your system's clock is off by a few days/months/years... -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 11: 0: 9 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 8F58F37B417 for ; Mon, 20 Aug 2001 11:00:06 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KI06911689 for freebsd-bugs@freebsd.org; Mon, 20 Aug 2001 11:00:06 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Aug 2001 11:00:06 -0700 (PDT) Message-Id: <200108201800.f7KI06911689@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 No matches to your query To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 11: 3: 2 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 BE43737B415 for ; Mon, 20 Aug 2001 11:00:11 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KI06511694 for freebsd-bugs@freebsd.org; Mon, 20 Aug 2001 11:00:06 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Aug 2001 11:00:06 -0700 (PDT) Message-Id: <200108201800.f7KI06511694@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die f [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 will When a fork/exec stress test is run, the o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/30] kern/14614 dillon VM DoS attack (with exploit attached) o [1999/11/20] kern/15013 SMP Panic on Dell PowerEdge 1300/600 f [1999/11/22] i386/15040 Installation problems with 3.x FreeBSD f [1999/11/23] kern/15069 gibbs T400s hangs on any access o [1999/12/05] kern/15281 Please fix handling Ross(?) host to PCI b o [1999/12/08] kern/15356 ahc driver (Adaptec 7896) cannot see 4x18 o [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/01/19] ports/16211 markm pgp5 port creates pgp_old instead of pgpo o [2000/01/25] bin/16350 Kerberized rlogind no longer compiles o [2000/01/28] kern/16420 mdodd 3C5x9 isa nic card f [2000/01/30] i386/16474 SCSI (AHA-2940UW) CDROM install freezes o [2000/02/05] kern/16510 User processes locked on SMP box while bu f [2000/02/07] kern/16574 missing aout shared libs -> panic o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/15] kern/16740 mckusick The kernel panics with "ffs_clusteralloc: o [2000/02/18] i386/16802 An user math program have the system on K f [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills f [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP f [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/04] bin/17791 Restore does not handle bad or missing ta o [2000/04/04] ports/17806 msmith make in ports/net/citrix_ica loops on scr o [2000/04/04] i386/17808 cannot swap /dev/.... f [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel f [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [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 f [2000/06/09] kern/19162 4.0-STABLE panics w/ softupdates and quot o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom 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 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 f [2000/07/09] kern/19794 FreeBSD 4.0-Stable crash o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! f [2000/07/18] alpha/20011 alpha trap entry = 0x2 (memory management fault o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] bin/20489 davidn pw problems: -w random not working correc o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/15] ports/20624 vmware vmmon module locks kernel o [2000/08/16] kern/20671 wpaul panicstr:page fault; panic messages:Fatal o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model f [2000/09/08] i386/21117 When booting 4.0 install disk receive thi o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond f [2000/09/13] bin/21253 dump/restore fail on any stream (tape/pip o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 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/10/01] i386/21677 Instalation crashed when shell started o [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR o [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/10/06] kern/21783 When msgrcv() blocks, it blocks ALL threa o [2000/10/06] 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/26] kern/22324 Kernel panic when second Compaq Smart Arr o [2000/10/28] kern/22376 Some problems in ar driver with FastTrak o [2000/10/31] ports/22444 ache The 'screen' port has reproducable segfau o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel o [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) o [2000/11/02] kern/22561 xl networkhanging f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/06] i386/22640 SCSI problem halts system after long peri f [2000/11/06] kern/22648 SCSI sup system freezes 4.2-BETA o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN o [2000/11/26] kern/23126 Can't boot kernel with ADAPTEC 1522 SCSI f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation o [2000/12/04] kern/23258 mckusick panic: softdep_lock: locking against myse o [2000/12/04] kern/23281 Installation hangs on PowerEdge 2450 Per3 o [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce o [2000/12/11] kern/23480 panic: vm_pageout_flush page 0xc0a0a8fc i o [2000/12/12] kern/23505 processes die with SIGPROF, usually under a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA o [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2000/12/19] i386/23681 keyboard is not working when the laptop i a [2000/12/21] kern/23740 roam kernel DoS tha could be executed by any u o [2000/12/22] kern/23752 panic with smp 4.2 kernel and dma lpt o [2000/12/26] kern/23859 panicked on sofree o [2000/12/27] kern/23887 panic: softdep_disk_write_complete: lock o [2000/12/30] misc/23958 Installation fails on an i486 DX2 machine o [2000/12/30] misc/23960 Installation fails on an i486 DX2 machine f [2001/01/01] kern/24018 4.2-STABLE, 4.0-RELEASE fatal trap 12: pa o [2001/01/16] kern/24378 ahc broken in STABLE o [2001/01/17] kern/24418 jasone read/write in thread library (-lc_r) does o [2001/01/18] kern/24433 NFSv3 service hangs when writing large am o [2001/01/19] i386/24469 system hangs on scsi disk access error f [2001/01/30] kern/24740 filesystem corruption CFP1080 CAM SCSI ca o [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't o [2001/02/03] kern/24829 ufs incompatibility (4.1.1-STABLE -> 4.2- o [2001/02/15] i386/25123 Heavy NFS traffic over virtual interface f [2001/02/15] kern/25130 dcs kernel crash with kldload/kldunload md.ko o [2001/02/19] kern/25215 RELENG_4 kernel crashes starting SCSI dis f [2001/02/20] misc/25230 gibbs ... SCB Memory Parity Error at seqaddr = o [2001/02/20] kern/25235 OS Hungs up when using with a Battery of o [2001/02/23] i386/25328 4.x stable kernel crash: page fault o [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A a [2001/03/04] kern/25536 ache fix annoying console mouse cursor flicker o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 4.3-RC: SMP and asr driver don't work to o [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/03/30] kern/26224 VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/04/02] bin/26305 Cannnot restore partions with FreeBSD 4.x f [2001/04/07] kern/26417 kernel crash using mpd-netgraph o [2001/04/12] kern/26510 kernel panic while booting on Intel STL2 o [2001/04/13] kern/26549 IPsec policies for more than one pair of a [2001/04/18] kern/26667 Kernel Page Fault/Panic on SWAP Partition o [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo o [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm o [2001/05/02] ports/27036 sobomax All Ports using Mesa3 are required with - o [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails o [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD o [2001/05/03] kern/27059 (symbios) SCSI subsystem hangs under heav o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install o [2001/05/09] bin/27231 NFS client-side locking problem a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number o [2001/05/11] bin/27264 green ssh won't do RSA authentication with Open o [2001/05/11] kern/27275 kernel bug ? o [2001/05/11] kern/27278 ex0 panics system at boot with Ethernet c o [2001/05/16] conf/27385 BusLogic FlashPoint SCSI not found by ins o [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale o [2001/05/20] misc/27475 jlemon Intel 815EEA onboard 82559 causes system o [2001/06/07] bin/27939 rlogin uses wrong IP address for remote h o [2001/06/08] kern/27985 Recent -STABLE crashes when accessing dc o [2001/06/09] kern/27987 New ATA Driver failure with VIA Southbrid a [2001/06/09] i386/27991 ssh 1 and 2 login with keys is not possib o [2001/06/09] i386/28002 make world fails (ref. to ipf) o [2001/06/11] kern/28031 ThinkPad 570 doesn't need clkrun_hack o [2001/06/11] kern/28087 Fatal trap 12: page fault while in kernel o [2001/06/14] kern/28162 RELENG_4 (4.2, 4.3) Panics when system ha o [2001/06/14] kern/28163 in_pcballoc Panic in RELENG_4 with large o [2001/06/15] bin/28191 rtld-elf ignores LD_LIBRARY_PATH f [2001/06/16] ports/28201 ports althea hangs on startup o [2001/06/20] i386/28293 imp Dell Latitude CpxJ 750 hangs on install o [2001/06/25] kern/28402 kernel panic caused by softupdates (may b o [2001/06/25] kern/28418 XFree86 4.X panics FreeBSD 4.3-STABLE on o [2001/06/27] bin/28447 GNU tar silently fails on large files (> o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in o [2001/06/30] i386/28558 makedev return non-zero status after inst o [2001/07/01] misc/28571 Missing ukrainian capital GHE (G3) in koi o [2001/07/01] misc/28573 Missing ukrainian GHE in koi8-u keyboard o [2001/07/02] kern/28630 Look like hung up a kernel after few minu o [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/05] kern/28751 n_hibma USB Mouse doesn't seem to work! o [2001/07/06] kern/28762 jlemon fxp timeout o [2001/07/09] kern/28844 Router/nameserver system crashes 2-3 time o [2001/07/12] kern/28905 wpaul FreeBSD 4.3 freeze when ppp dials over T- o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/14] kern/28974 PPPoE software fails when SOCK_RAW employ o [2001/07/15] ports/28995 max deMime produces blank line in header part o [2001/07/17] i386/29045 Heavy disk usage causes panic in ffs_blkf o [2001/07/19] i386/29096 freebsd 4.2/4.3 hangs after probing devic o [2001/07/21] kern/29121 msdos fs causes kernel panic when writing o [2001/07/22] kern/29150 Incomplete cleanup in the netgraph bridge o [2001/07/24] bin/29191 NFS file locking fails from Solaris 8 cli o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause f [2001/07/29] i386/29315 Promise ATA100 UDMA5 works incorrectly o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/08/01] kern/29365 When We configure up the xl0 device BSD h o [2001/08/04] kern/29454 buslogic driver checks wrong bit for exte o [2001/08/13] ports/29681 portmgr bsd.port.mk cannot handle some module's P o [2001/08/14] conf/29699 Setting NO_MAILWRAPPER results in a syst o [2001/08/14] ports/29708 ports bsd.sites.mk : New CPAN and GNU mirror si o [2001/08/15] kern/29741 ptrace(pid);ptrace(ppid) makes pid and pp o [2001/08/15] kern/29742 PCCARD Modems don't work on cardbus bridg o [2001/08/15] kern/29743 TI-1450 interrupt storm o [2001/08/16] conf/29773 server disapear from the network - nothin o [2001/08/16] misc/29784 eric Sysinstall 'Select Drives' menu broken o [2001/08/16] kern/29785 4.4-PRERELEASE not booting with aic-7770 o [2001/08/16] misc/29786 Installing over http proxy is broken o [2001/08/16] i386/29792 userconfig doesn't have matcd0 o [2001/08/18] kern/29844 setpgrp does not behave as manual says o [2001/08/18] kern/29845 4.4-PRERELEASE crashes under heavy net I/ o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and 214 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable f [1997/02/22] kern/2800 DDS large data writing probrem f [1997/03/01] kern/2840 tegge mlock+minherit+fork+munlock causes panics a [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator f [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI f [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work f [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" f [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's f [1997/11/15] conf/5062 login.access not evaluated correctly 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/02/28] kern/5877 bmilekic sb_cc counts control data as well as data f [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A f [1998/03/28] bin/6162 mikeh kinit does not default to the current use 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 f [1998/04/20] i386/6368 murray Stallion Easyio 8 port not detected using a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty s [1998/06/02] bin/6830 will make(1) exhibits confusing and non-standa s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/26] kern/7405 dillon in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 dillon Machine crashes do not occur very often, s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/27] kern/7766 de driver still buggy - random ifc death f [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/09] bin/7876 tegge gethostbyname flags temporary failure as o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas f [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/06] kern/9355 [MFC] can't select() for writes on a bpf s [1999/01/07] bin/9379 pppd does not go through all interfaces l s [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == f [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi f [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible f [1999/02/28] kern/10316 le0 goes OACTIVE after some time s [1999/03/02] bin/10353 mikeh ypserv gets segmentation violation f [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet f [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/09] bin/10510 Remote cvs botches commits on occassion f [1999/03/14] kern/10594 EXT2FS mount problems f [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd f [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. f [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec f [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] bin/11005 iedowse `umount -f' does not work if the NFS-serv s [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim f [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval f [1999/04/13] bin/11119 mikeh NFS quotas fail to report if alternate fi s [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # s [1999/05/07] gnu/11562 tar verification doesn't work f [1999/05/12] i386/11664 lnc1 NIC fail to work f [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go f [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam f [1999/05/29] kern/11937 vm problems after havy memory usage f [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/04] kern/12022 phk System clock timewarps f [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/12] gnu/12175 obrien gdb crashes with pids > 32736 o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde Bad scheduling in FreeBSD o [1999/06/30] kern/12464 bp bad reference in struct vm_zone f [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short f [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/20] bin/12727 billf Game patches from NetBSD f [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/24] kern/12800 tegge buffer leak in cluster_wbuild f [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX f [1999/08/03] misc/12938 mikeh gethostbyaddr(209.201.116.19) - Bus error o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro a [1999/08/15] kern/13150 mckusick panic: ufs_dirbad: bad dir f [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted f [1999/08/17] gnu/13200 The assembler chokes on very long operand f [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/27] gnu/13427 obrien gdb reports wrong info f [1999/08/28] gnu/13438 objc forward core dump using system cc f [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver f [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails f [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d s [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 dillon NFS client appears to lose data f [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" s [1999/10/20] bin/14444 enigma command can't decrypt files encryp f [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron f [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 murray when sysinstall is running as init it sho f [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master s [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested f [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol f [1999/11/17] misc/14964 mikeh Network Interface Configuration Problem a o [1999/11/19] i386/15003 mdodd 3C574 (ep0) reads bogus ethernet address o [1999/11/23] bin/15070 tegge vfprintf/cvt/__dtoa race condition in thr o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f f [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern f [1999/12/13] kern/15475 pppd(8) sets the Source Address field of s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c f [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt f [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system s [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s f [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p f [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/01/17] bin/16155 cp -p does not preserve modification time f [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel f [2000/01/21] kern/16257 Kernel panic in sbdrop f [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/23] alpha/16319 alpha No trailing newline in /usr/src/lib/libc/ o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. f [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection f [2000/01/25] bin/16353 rlogin encryption is broken on transmit s o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict f [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P f [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c f [2000/02/20] conf/16832 amd.map options won't play with Solaris N o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq 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] misc/16991 jhb booting install disk and USB f [2000/02/28] bin/17056 rshd does improper home directory check s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm f [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting f [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/11] ports/17313 ache wu-ftpd ports install invalid file owners o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh f [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed f [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it f [2000/03/28] kern/17634 Non-deterministic PnP sound device config o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit f [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/06] kern/17829 The dc driver is seriously broken f [2000/04/07] kern/17842 Erratic user time reports for long runnin o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m f [2000/04/10] kern/17895 dwmalone stale unix domain connections f [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/11] i386/17930 wpaul Patch to MFC WaveLAN WEP into 3.4-STABLE f [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia f [2000/04/19] i386/18089 4.0R install hangs on newfs or fsck o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex o [2000/04/28] kern/18285 the system froze when use scon -s 50 f [2000/04/30] kern/18316 close-together bt848/878 captures to file o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is f [2000/07/22] kern/20115 greid 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] 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] kern/20609 dillon panic: vm_fault: fault on nofault entry, 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 f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/20] kern/20734 n_hibma USB mouse detaches and never reataches f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 obrien gdb does not recognise old executables. o [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/06] i386/21087 tanimura ed driver incorrectly fails probe for ISA o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/08] kern/21118 luigi Multiple problems in ipfw's stateful code o [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. o [2000/09/09] kern/21143 `#define schedsofttty' et al. should not 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 s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites o [2000/09/20] kern/21424 Blocking issue while regenerating aliases f [2000/09/20] kern/21429 box reboots with panic: pipeinit: cannot o [2000/09/20] gnu/21433 obrien g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 marcel Linux compatability mode should not allow o [2000/09/21] ports/21464 marcel linux_base port installs insecure glibc r o [2000/09/26] i386/21559 BTX loader sometime show registers 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/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/09/29] kern/21653 I need a AD1816 Driver o [2000/09/29] bin/21654 Re: nvi's -c flag does no do what it is d o [2000/10/01] kern/21674 Fujitsu MO drives M2513A don't like the s o [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc o [2000/10/02] misc/21701 murray Keymap selection menu broken on initial i o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/02] misc/21716 The site search results *suck*. o [2000/10/04] ports/21756 adrian errors in Squid-2.3.4's configure prevent o [2000/10/04] ports/21761 adrian Re: errors in Squid-2.3.4's configure pre o [2000/10/05] kern/21771 Fix for sppp and Cronyx drivers update o [2000/10/05] gnu/21779 patch(1)'s bug of new file creation o [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/07] i386/21824 bt driver no longer attaches due to chang o [2000/10/07] kern/21827 mount causes freebsd 4.1.1 to reboot o [2000/10/09] kern/21860 The fix to TCP_ISSINCR after the bugtraq o [2000/10/09] bin/21877 green [PATCH] DSA support for pam_ssh o [2000/10/10] kern/21898 If options NFS is not in the kernel, moun o [2000/10/12] misc/21940 Modem Power-Off kills system o [2000/10/13] kern/21965 Running ldconfig (linux binary) from ld-1 o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/17] kern/22063 jdp bpf when used with the select system call o [2000/10/18] bin/22105 /usr/src/bin/sh - Permission denied when f [2000/10/19] misc/22111 Install 4.1.1 o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/22] kern/22225 Trying to build a CURRENT snapshot on 4.1 o [2000/10/23] kern/22265 Suspend only possible once after reboot o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/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/29] ports/22403 portmgr "make readmes" hangs if category director o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/10/31] kern/22460 PCMCIA card using ed driver temporarily f o [2000/11/02] kern/22532 [patch] /dev/dsp is sometimes busy when n o [2000/11/03] misc/22588 scp hangs when using Lucent 802.11b card f [2000/11/03] kern/22594 NFS can't handle asymmetric server routin o [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/06] kern/22642 Load average stuck not changing o [2000/11/06] kern/22643 Cannot compile kernel with support for Gr o [2000/11/06] bin/22647 rmail calls sendmail with -G which upsets o [2000/11/08] bin/22685 Repairing a directory hard link. o [2000/11/08] i386/22708 fpe in healthd when it starts o [2000/11/08] i386/22712 sysinstall makes wacky keymap choices o [2000/11/10] bin/22737 syslog gets spammed with /kernel: arp_rtr o [2000/11/13] kern/22826 marcel Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible o [2000/11/15] kern/22877 installation panic if ep0 presents o [2000/11/16] kern/22896 When kernel boots uhci fails o [2000/11/17] kern/22926 kernel 4.1-RELEASE, 4.1.1-RELEASE (floppy o [2000/11/18] kern/22942 Problem with ext2fs support o [2000/11/18] kern/22943 marcel Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB s [2000/11/18] bin/22945 tftp (4.1.1-RELEASE) appears broken a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI o [2000/11/19] i386/22969 4.1.1 stable kernel cannot find console f [2000/11/20] conf/22998 darrenr ipf fails to load the rules if IPFILTER i o [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/25] bin/23098 If installing on a serial console, enable 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 imp tcsh execs /bin/ls --color 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/16] kern/25136 Fatal trap 12: page fault while in kernel o [2001/02/16] bin/25153 pirzyk kdump does not finish displaying data a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] 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] kern/25255 keyboard response very slow with PCMCIA E f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of a [2001/02/21] kern/25266 chris fdesc file system in -STABLE locks up dur o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca o [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/24] kern/25344 ipfilter and ppp insecure in 4.2-Stable o [2001/02/24] kern/25346 Some interrupts not delivered on Dell Wor o [2001/02/25] ports/25374 okazaki A new port math/atlas highly optimized BL o [2001/02/26] bin/25403 darrenr ipfilter: enable ipv6 and STATETOP in 4.2 o [2001/02/28] bin/25461 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/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/10] kern/25650 le nic driver causes kernel panic o [2001/03/11] i386/25693 VGA driver on Current not found o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/14] misc/25801 imp change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 jkh Security hole in anonymous FTP setup scri o [2001/03/17] bin/25885 markm 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/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] i386/25958 jhb Xfree86's savage and vesa drivers can pan o [2001/03/20] kern/25959 pcn driver disables nic after kernel is l o [2001/03/21] i386/25968 /usr/src/lib/libcrypt/../libutil/property o [2001/03/22] kern/25986 Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c a [2001/03/22] bin/26010 ache tar(1) core-dumps on '-I file' o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 marcel not work Linux-emulator, but hi is work i o [2001/03/29] conf/26203 No CODA devices in MAKEDEV f [2001/03/29] bin/26209 imp pccardd will not recognise any pc cards o o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/01] conf/26275 darrenr ipfilter_enable in rc.conf does not load o [2001/04/02] kern/26304 pcm only plays left channel in FreeBSD 4. o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 mountd breaks IRIX automounter o [2001/04/04] misc/26356 Large copy of files to the machine causes o [2001/04/04] kern/26361 5.0-04022001-CURRENT kernel panic on kern f [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/09] kern/26466 devfs panics o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/11] kern/26501 imp Unsuported PCCARD freeze the kernel in is o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/12] kern/26517 sos ATAPI DVD drive not recognized (solo mast o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/15] ports/26607 adrian squid port don't work corretly when compi o [2001/04/16] kern/26613 ethernet vr0 hangs f [2001/04/18] ports/26679 sobomax make on qpopper4 fails because it's using o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( a [2001/04/22] gnu/26771 cvs checkout bug with existing val-tags a o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/23] bin/26809 /etc not saved on upgrade o [2001/04/25] bin/26842 dd dump with h flag takes a very long time o [2001/04/25] ports/26848 sobomax jre port core dumps o [2001/04/25] bin/26869 vi(1) crashes in viewing a file with long f [2001/04/26] kern/26877 greid loading snd_emu10k1 module causes lockup o [2001/04/26] kern/26878 Kernel panic in nfs subststem (vrele: neg o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 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] kern/26920 imp PCI autoconfiguration of USB, dc ether, a 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/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/04] ports/27073 ports devel/jakarta-ant doesn't work out of the 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 f [2001/05/07] i386/27197 tobez 4.3-STABLE make buildworld fails at perl a [2001/05/08] ports/27202 dougb mail/pine sucks rocks when saving over NF o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd o [2001/05/09] kern/27237 Watchdog Timeouts under EXCESSIVE load o [2001/05/09] kern/27242 SIGHUP propagation failure to processes o o [2001/05/10] i386/27247 Panic on install - "page fault syncing di o [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) o [2001/05/16] misc/27384 SCSI Hardrive bios of COMPAQ Proliant is o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/17] i386/27404 FreeBSD-4.3 crashes in VMware o [2001/05/17] ports/27419 jhb E-FancyLauncer clones itself over and ove o [2001/05/19] kern/27460 n_hibma 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] misc/27510 Alcatel Speed Touch ASDL Modem - USB o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] bin/27593 sos burncd msinfo returns wrong info at more o [2001/05/23] docs/27605 doc Cross-document references () f [2001/05/24] bin/27630 mktime failure. o [2001/05/25] ports/27632 reg SNNSv4.2 port has known and fixable bug 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) f [2001/05/28] i386/27711 panic: ffs_write: type: 0xc39b2fc9 9 (0,5 o [2001/05/29] i386/27729 the ls120 device "afd" does not show up u a [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/05/29] kern/27753 sos ATA driver in FreeBSD 4.2 and later no lo 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 a [2001/06/01] kern/27812 sos Some weird ATA[PI] problem ? o [2001/06/03] ports/27865 ports mod_python port is broken o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and f [2001/06/04] misc/27880 select fails to return incoming connect o [2001/06/04] ports/27883 bp shares mounted by the smbfs-1.4.1 port ar o [2001/06/05] misc/27893 can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/06] bin/27922 imp FreeBSD-SA-01:40 o [2001/06/07] ports/27925 portmgr index is not updated when it html manpage o [2001/06/07] ports/27926 portmgr bsd.port.mk does not handle MLINKS with h o [2001/06/07] ports/27929 jmz make extract on x11/XFree86-4 port fails o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/11] ports/28030 ports VMware requires block device for linux /d o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] i386/28098 mbus leakage in FreeBSD 4.3R somewhere o [2001/06/12] kern/28100 Hang after device probe on EISA machine o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/12] kern/28112 Packet capture does not work well with -p o [2001/06/13] ports/28136 kiri xemacs JDE needs elib package o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/14] kern/28164 [PATCH] crashdump can trash disklabel/oth o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/15] ports/28177 mharo installation of www/analog port always ov o [2001/06/15] ports/28179 nbm vsftpd port creates a user without a warn o [2001/06/15] misc/28188 Cron is being started to early in /etc/rc o [2001/06/16] kern/28218 A peer of TCP socket cannot detect termin o [2001/06/16] bin/28221 dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/17] ports/28228 sobomax Cannot make Mesa 3.4.2 port with XFree86 o [2001/06/17] i386/28231 /boot/loader can't load kernel on Xyberna f [2001/06/19] ports/28278 gnome mozilla doesn't build o [2001/06/19] ports/28279 ports Some X applications freeze the system o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/21] ports/28322 gnome pan-0.9.7 fails to compile on FreeBSD 4.3 o [2001/06/21] ports/28326 ports xmms fails to build on FreeBSD4.3 RELEASE f [2001/06/22] misc/28339 roam Slow Disk performance on 4.3 (about half f [2001/06/23] conf/28361 gshapiro sendmail.cf is missing some STARTTLS supp o [2001/06/23] misc/28374 Re: gdb output is wrong (same as #13427 ? o [2001/06/23] ports/28378 ports p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/23] ports/28380 jmz XFree86-4 doesn't give enough information o [2001/06/23] bin/28381 Can't turn off telnet autologin o [2001/06/24] ports/28394 ports p5-TclTk-b2 fails to build with a syntax o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/25] bin/28403 will Re: make(1) does not correctly substitute o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/26] kern/28434 cs0's promiscuous mode does not work o [2001/06/26] ports/28438 ports gawk-3.0.6 coredumps building guile-1.4 o [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with o [2001/06/28] ports/28474 ports incorrect permissions on log files create f [2001/06/28] ports/28475 will klaptop daemon incorrectly thinks that th o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist o [2001/06/28] kern/28497 dmesg corrupted buffer/output o [2001/06/28] kern/28498 /var/log/messages incorrect o [2001/06/28] kern/28507 jlemon fxp timeout o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/06/30] i386/28536 writing to corrupted msdosfs causes kerne o [2001/06/30] bin/28552 EUC support of wcstombs(3) is broken for o [2001/07/01] i386/28592 Please support boot from ATA RAID-0 devic o [2001/07/01] misc/28605 Syntax error in Ukrainian message in INDE o [2001/07/01] kern/28616 sos ATA probe problem with VIA 82C686 o [2001/07/02] ports/28623 ports New port: Sun's Java Communication API o [2001/07/02] ports/28624 ports New port: FreeBSD-specific support for Su o [2001/07/02] misc/28629 ftpd REST command does not support restar o [2001/07/02] kern/28660 jlemon timeout promrem on Intel PCL 10/100 Ether o [2001/07/03] kern/28672 Erroneously mounting Audio-CDs as ISO cra o [2001/07/03] ports/28673 ports New Port: nhc98 - a haskell compiler to p o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/04] ports/28697 ports gnotepad+ won't build on my box o [2001/07/04] kern/28713 NEW IPFW FEATURE [PATCHES]: Dynamic rule o [2001/07/05] bin/28724 green ssh client won't do RhostsRSAAuthenticati o [2001/07/05] misc/28737 D-Link DFE530TX - vr0: Watchdog Timeouts; o [2001/07/05] misc/28740 sos burncd fails with multiple IOCTL errors o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/06] ports/28769 shige ports japanese/xv, graphics/xv-m17n build o [2001/07/06] bin/28773 [PATCH] Bug in pw, no $ in username o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] ports/28801 torstenb autoconf update from 2.13 to 2.50 o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] ports/28853 gnome textproc/scrollkeeper doesn't compile o [2001/07/09] kern/28856 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/13] bin/28935 dwmalone syslogd -u doesn't treat * as "all levels o [2001/07/15] i386/28985 Installing FreeBSD 4.3 on a Dell Optiplex o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green .root fails to o [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 sheldonh man can display the same man page twice o [1997/08/29] bin/4420 roberto find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/13] kern/4528 processes hang if the mount_portal proces o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 murray Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i o [1997/11/14] kern/5048 dillon Calling shutdown(fd,1) multiple times wil o [1997/11/20] kern/5108 dillon pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 dillon kernel crash & core in pmap_testbit durin s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/11] kern/5275 dillon [PATCH] Added volume (barcode) support to s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with f [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/24] i386/5559 imp PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/06] kern/5672 dillon Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/06] kern/5931 dma errors in syslog with GUS-max a [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/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/30] bin/6176 running architextSearch (excite) under li o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/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 ": f [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 phk sysinstall: install from MS-DOS MO divece o [1998/06/22] bin/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 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 a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c s [1998/08/22] kern/7722 Changes to acct format o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 rwatson patches to add a p_auth extension pointer o [1998/09/08] bin/7860 gad Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/27] i386/8867 murray /stand/sysinstall core dumps (signal 11) o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 kris pax can't read tar archives that contain o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance 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/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/28] kern/9748 error in queue handling of at_shutdown() a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10274 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 mikeh ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/14] conf/10582 marcel Makefile.upgrade fails with make -j o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/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/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 a [1999/04/06] bin/10980 mikeh 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/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] bin/11114 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/28] kern/11365 plip in Linux mode has trouble with some o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/05/26] bin/11900 mikeh Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 wosch makewhatis during installworld uses /usr/ o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/13] ports/12188 trevor new port: misc/pbs - a batch scheduler 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 s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics f [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG f [1999/07/22] misc/12765 mikeh cable problem: link down for de0 NICs. o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy o [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/28] kern/12855 mckusick panic:softdep_flushfiles:looping, caused f [1999/07/30] misc/12887 mikeh Problem with "top" command in SMP f [1999/07/30] misc/12888 mikeh strange kernel messages when copying file o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/07] docs/13020 doc 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/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/29] ports/18896 jseger Tcl "info hostname" command returns chop- o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/05/31] kern/18928 options ROOTDENAME=xxx on kernel config f o [2000/06/01] 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 f [2000/06/06] bin/19056 yacc in 3.4 and 4.0 reports "maximum tabl o [2000/06/06] bin/19057 offer of patch to uname that produces pre f [2000/06/06] ports/19061 kuriyama ports/textproc/lotusxsl the source zip pa f [2000/06/06] kern/19063 VGA keyboard sometimes fails to work in b o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/08] misc/19124 ps(1) to support SysV-style options? o [2000/06/08] misc/19129 AMI Raid Express 200 card extremely slow o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/09] kern/19158 U.S.Robotics 56K FAX INT not recognize co f [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] 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 f [2000/06/21] bin/19422 dd 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/24] kern/19490 faith0 network device has high number of o [2000/06/26] ports/19523 billf Update port: graphics/gd o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup o [2000/06/28] bin/19558 amd doesn't know whether NFS feature is a 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/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/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/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] 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 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] 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 a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 patrick New port of cgoban2 o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/22] conf/20774 sheldonh 'NFS access cache time=2' is not a daemon o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] bin/20827 billf pkg_add -r only fetchs one-level deep dep o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 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/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 o [2000/09/13] misc/21255 phk /sbin/md5 suggestion o [2000/09/14] misc/21273 PLIP Configuration in sysinstall is broke f [2000/09/15] misc/21298 mikeh tftpd problem "Socket operation on non-so f [2000/09/16] misc/21310 mikeh Telnetd locks up when trying to connect v o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/18] ports/21351 jhb ports/emulators/bfe sourcetarball no long s [2000/09/18] ports/21371 bp Update port: net/mars_nwe to 0.99.20 o [2000/09/19] kern/21402 marcel Linuxulator: getpgid(0) fails o [2000/09/19] kern/21409 The ID for the VIA KT133 chipset is not i o [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] conf/21489 imp /etc/pccard_ether feature request o [2000/09/22] misc/21494 mikeh ftpd can't handle /etc/chroot entries wit o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] misc/21528 kris installworld fails in secure/usr.bin/open o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new 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 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 f [2000/09/26] misc/21587 mikeh install problem in 4.1-Stable o [2000/09/28] ports/21621 reg Update port: devel/libtool to 1.3.5 o [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin o [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] docs/21712 dan core(5) manpage fails to mention kern.sug o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/02] ports/21719 nbm New Port: Courier Mail Suite o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb o [2000/10/03] kern/21737 sendto returns systematically EINVAL with o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21752 Infortrend IFT-3102 doesn't like SCSI Cac o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] ports/21765 portmgr I cat't make ports using pw_gid) != typeof(group->g o [2000/10/22] bin/22211 typoed tar -c clobbers archives o [2000/10/23] ports/22259 obrien bash: root directory change directory bug o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/26] docs/22338 asmodai ugen(4) man page missing o [2000/10/27] bin/22347 dd copies incorrect data after 2^32 bytes o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou f [2000/10/28] ports/22379 ports New port: libudbc o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) s [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/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] 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] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong f [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] conf/22695 MAKEDEV has no entry for cfs0, the device 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/09] ports/22716 billf [PATCH] ports/net/ucd-snmp f [2000/11/09] conf/22718 sysinstall in FreeBSD 3.5.1 generates bad o [2000/11/09] bin/22730 tcpslice doesn't handle long file offsets o [2000/11/10] kern/22754 mmap man page states that non-page aligne o [2000/11/10] alpha/22759 alpha zip cannot work with existing .zip archiv o [2000/11/12] kern/22801 Modem 'OMRON ME5614ISA' is not recognized o [2000/11/13] alpha/22824 alpha unaligned accesses from dhclient o [2000/11/14] conf/22859 darrenr rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 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 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 murray 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/23] ports/23060 steve lsof warning msg o [2000/11/23] conf/23063 [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23081 Touchpad on NEC Versa laptop is unusable o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/24] misc/23084 mount_nfs hangs self with some NFS server o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/26] kern/23123 IP options reveal IPstealth mode. Just t o [2000/11/27] i386/23141 ad1816 audio driver produces noise. o [2000/11/27] misc/23148 getopt(3) works non-intuitively? f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan 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 a [2000/12/03] bin/23254 fenner 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/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 o [2000/12/07] kern/23353 fcntl(F_GETLK) return l_pid equal to -1 f o [2000/12/07] i386/23359 Installation diskettes don't boot o [2000/12/07] misc/23362 tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB o [2000/12/09] conf/23402 sysinstall upgrade ought to check partiti o [2000/12/09] ports/23410 obrien [PATCH] FreeBSD throws away information o o [2000/12/10] kern/23414 fail to probe my pnp modem o [2000/12/11] bin/23472 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 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] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/19] ports/23649 rse the port of mod_php4 does not install cor o [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa 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] 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] ports/23822 ports mtree entries for German X11 man pages o [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro o [2001/01/01] kern/23989 NEW CODE: AMD 756 Power Management / SMBu 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] 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] 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] misc/24226 joe 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/24265 Linksys LNE100TX V.4.1 MAC address not de o [2001/01/12] kern/24269 Failure to setup DMA on ATA HDs (Alladin o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. a [2001/01/14] misc/24324 Greek console support o [2001/01/15] ports/24361 asami wrong filemodes o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco f [2001/01/16] ports/24395 ports Date object is not deserialized correct o [2001/01/17] ports/24408 ijliao new port : java2html o [2001/01/18] bin/24435 Changing slice type causes Auto-partition o [2001/01/18] bin/24439 suggested replament for adduser(8) o [2001/01/18] bin/24444 cjc syslogd(8) does not update hostname o [2001/01/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 a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us f [2001/01/21] misc/24513 new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] kern/24516 Mouse Logitech M-S48 does not in FreeBSD o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/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 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 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] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/29] ports/24713 ports New port: xmotd - message-of-the-day brow o [2001/01/30] bin/24732 dwmalone cmp can not compare files lager 2GB but s a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] ports/24756 billf net-snmp-4.2 does not compile with LPRng o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/02/01] conf/24781 MAKEDEV: rast* -> ast* a [2001/02/01] misc/24784 Why isn't bind always running as -u bind o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r o [2001/02/04] gnu/24844 gdb does not support kernel threads o [2001/02/04] ports/24845 tegge linuxthreads does not detect failed rfork o [2001/02/04] kern/24851 ISA PnP Modem Type is unregistered in sio a [2001/02/05] docs/24869 asmodai Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 jkh Options screen at MenuMedia menu problem 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] 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/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/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/12] ports/25042 peter cvsup missed a couple of deletes in /usr/ o [2001/02/13] bin/25059 dlopen(..,RTLD_GLOBAL) doesn't work for s o [2001/02/13] bin/25070 newsyslog(8) should send signals only onc o [2001/02/13] ports/25071 peter Ports-Skeletons gone after update o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/15] ports/25119 sobomax pango does not build on -current o [2001/02/17] ports/25169 wosch [PATCH] update of p5-libwww port 1.62 -> a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current o [2001/02/19] misc/25217 user with login 'connected' shows bogus f o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/19] conf/25223 darrenr PATCH for rc.network to enable ipnat sepe a [2001/02/20] docs/25239 doc fdp-primer/tools/chapter.sgml says about o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s o [2001/02/21] ports/25251 dima acroread4 uses hard coded path for lpr f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all o [2001/02/21] kern/25275 X server freezes system randomly on pentu f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25297 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] 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] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/03/01] conf/25472 add bg_BG.CP1251 locale support o [2001/03/01] bin/25474 dump can't close fifo pipe correctly o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) a [2001/03/02] conf/25495 keichii missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/03] kern/25517 ARP cache timeout behavior can be improve o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/04] ports/25530 torstenb ports/net/cricket port does dependencies o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD o [2001/03/05] alpha/25564 alpha Port ups-debug doesn't build on the alpha o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with s [2001/03/06] kern/25582 paul lnc driver uses wrong driver name s [2001/03/07] bin/25584 arp.c - better printed ether address o [2001/03/07] bin/25587 Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha o [2001/03/08] docs/25606 keichii Incorrect Email Lists on Website a [2001/03/08] kern/25608 sos ATA CD-ROM is not recognized on IBM Netfi s [2001/03/09] bin/25627 will Cannot append hash after .elif in Makefil o [2001/03/09] misc/25635 gad lpr -# didn't work on network printer a [2001/03/10] docs/25648 asmodai typos in some manpages (dependant) o [2001/03/10] docs/25657 doc no netid(5) man page a [2001/03/11] ports/25708 dougb pine4 port hard-code /usr/local/include o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/12] 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/14] gnu/25794 markm [PATCH] make perl use a decent random num o [2001/03/14] conf/25809 /etc/default/rc.conf bad default ipfilter o [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] ports/25828 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 a [2001/03/16] bin/25850 peter CRON shouts o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/16] docs/25876 doc typos in jail.2 o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads a [2001/03/18] bin/25895 keichii Add Big5 multibyte support for tcsh f [2001/03/18] kern/25905 greid Sound failed s [2001/03/18] ports/25907 roam Firebird shared libs not added to shared o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] 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/21] i386/25978 Problem with 'moused' or XFree86-4.03 and a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 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/24] ports/26058 billf textproc/htdig simplifications and separa o [2001/03/25] bin/26080 [PATCH] various RPC fixes s [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/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/27] bin/26152 ps compat4x should include librsaINTL.so o [2001/03/27] misc/26153 sed G does not double space o [2001/03/28] 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 wosch BSD Family Tree needs updated o [2001/03/29] bin/26201 telnet SRA password exchange trap when no a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt 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 a [2001/04/03] kern/26317 roam /modules not created by make installkerne o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] misc/26378 All 4.X-Release and 4.3rc2 Panics Install o [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/06] ports/26387 ports numerous fixes and improvements to micq-0 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 o [2001/04/08] docs/26451 doc ctype.h defined functions are not accurat o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 incomplete named sandbox information o [2001/04/10] docs/26489 doc incomplete info in the ppp faq about "PPP o [2001/04/12] ports/26511 ports New port: mail/emh-emacs20,emh-xemacs21-m a [2001/04/13] ports/26530 markp 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] kern/26546 des Add ioctl support to linux emulation and o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] 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/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] kern/26638 kern.fast_vfork sysctl doesn't do anythin o [2001/04/17] ports/26642 ports (Corrected) New port: russian/tac+ia o [2001/04/17] kern/26644 sos [PATCH] ATA/ATAPI driver doesn't implemen a [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26653 RTL8012 ethernet not listed in LINT or ha o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] ports/26670 markp ports/biology/molden has a checksum error o [2001/04/18] misc/26678 Correction of: misc/26521 o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] docs/26692 doc boot manpage describes bootfile prompt in o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/19] misc/26720 Both .cshrc and .profile should have the o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement 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/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] conf/26774 Installation of rmail, even without sendm o [2001/04/22] kern/26787 dd sysctl change request o [2001/04/22] ports/26788 obrien ratfor name incorrect? o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] kern/26800 Support for Netgear MA-301 wireless o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 old bootstrap /sys/i386/boot/... still in o [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so f [2001/04/25] conf/26846 gshapiro /etc/aliases is not used any more o [2001/04/25] bin/26854 Better fix for ESS Technology Maestro-2E o [2001/04/25] docs/26861 doc accept(2) manpage documents non-existant a [2001/04/26] ports/26872 olgeni ports/devel/wedit has a checksum error o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v f [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 o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa 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/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 Patches to get the DVD-ROM ioctl()s in th 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] misc/26990 jkh no sawfish package in 4.3-release ISO 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/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] docs/27027 doc Update src/share/misc/iso639 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/03] bin/27063 darrenr /sbin/ipfs missing o [2001/05/03] conf/27070 darrenr save/restore IP Filter's state tables at o [2001/05/04] ports/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs o [2001/05/06] ports/27167 ports ETHOberonV4 won't run 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. o [2001/05/08] ports/27200 greid new port: bed (binary editor) 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/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] ports/27266 kevlo Port textproc/xerces should be named xerc o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes 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] i386/27306 obrien hw watchpoints work unreliable under gdb 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/15] ports/27332 ports New port: swedish/staroffice52 o [2001/05/15] kern/27334 load average constantly above 1.0, even w o [2001/05/15] kern/27342 change-request o [2001/05/16] bin/27374 Added bold color to the /bin/ls color sup o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/17] conf/27418 There are *no* examples of using /etc/tty o [2001/05/17] ports/27421 dirk UPDATE databases/mysql323-server o [2001/05/17] bin/27423 change request a [2001/05/18] misc/27425 Slovak definitions of locale missing o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] docs/27430 doc Addition to the doc/sr_YU/articles tree a [2001/05/18] kern/27432 yar I don't understand one of the kernel boot o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] ports/27473 jmz when I install the package XFree86-4.0.3_ o [2001/05/20] bin/27482 ru /var/log/wtmp is not updated on logout o [2001/05/20] bin/27483 make sysinstall ask for the keymap at ins o [2001/05/20] bin/27489 patch for feature sysconf(_SC_NPROCESSORS o [2001/05/22] conf/27540 jkh /stand/sysinstall incorrectly updates /et f [2001/05/22] ports/27542 sobomax xmps should not require gnome o [2001/05/22] ports/27554 max UPDATE japanese/cdrom2 a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] docs/27572 luigi ipfw(8) manpage does not clearly state ch o [2001/05/23] ports/27573 ports The port of ascd dumped core o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] ports/27610 ports www/apache-jserv: some docs are installed o [2001/05/24] kern/27615 darrenr ipf restricts rule-changing at secureleve o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/25] ports/27641 billf UPDATE irc/bnc to 2.8.4 o [2001/05/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 o [2001/05/26] ports/27658 torstenb UPDATE to mail/metamail o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/26] misc/27677 asmodai miss BIND name server library o [2001/05/26] docs/27678 murray Kobj documentation for the FreeBSD Develo o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken o [2001/05/28] gnu/27715 dwmalone UUCP doesn't recognize traditional BSD co f [2001/05/29] ports/27740 ports new port: isoqlog Qmail Log Analyzer o [2001/05/29] ports/27743 kuriyama UPDATE to converters/tcs o [2001/05/29] kern/27750 sos [PATCH] Promise Ultra100 TX2 unsupported o [2001/05/29] docs/27758 doc ptrace(2) man page outdated o [2001/05/31] kern/27792 n_hibma can't detect I-O DATA USB-ET/TX(USB Ether o [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/01] conf/27811 bad order of rpc.lockd and rpc.statd star o [2001/06/01] misc/27816 rpcgen -b generates server code which doe o [2001/06/01] ports/27825 torstenb MASTER_SITES update : x11-wm/ctwm o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only o [2001/06/02] docs/27833 doc No man page for locate.rc o [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe o [2001/06/02] ports/27838 keichii dot.emacs is 600 o [2001/06/02] docs/27843 doc [PATCH] make.conf WITH_* variables aren't o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/05] kern/27894 remounting local filesystem causes nfsd t o [2001/06/06] ports/27903 peter Update: www/transproxy f [2001/06/06] kern/27912 darrenr ipfilter state table limits are too small o [2001/06/06] docs/27915 doc man 5 passwd does not properly explain th o [2001/06/06] ports/27916 ports pptpclient doesne't work with 4.3 Stable o [2001/06/06] docs/27919 n_hibma missing usb man pages o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 obrien NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp o [2001/06/07] ports/27935 markp New port: palm/plucker a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] ports/27956 ports New port:A messenging client supporting A a [2001/06/08] conf/27959 imp Add cygwin termcap entry o [2001/06/08] bin/27970 cp -pR does not preserve modification tim o [2001/06/08] bin/27972 losing information with talk o [2001/06/08] ports/27981 ports New port: xmakemol - a motif molecule vie o [2001/06/09] docs/28000 doc adding and changing information in vidcon o [2001/06/10] bin/28007 added "force printing of non-print chars" o [2001/06/10] ports/28009 ports New port : libkmsn o [2001/06/10] ports/28010 ports New port - kmsn - MSN instant messenger c o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod o [2001/06/10] ports/28025 ports New port: net/spread o [2001/06/10] bin/28026 Graphics mode suspend causes weird hang o o [2001/06/11] ports/28065 nakai Update port: x11-wm/icewm o [2001/06/11] ports/28076 obrien Fix port emulators/ia64sim o [2001/06/11] conf/28078 /stand/sysinstall skips distro selection o [2001/06/11] conf/28081 /stand/sysinstall errs out if /cdrom/ alr o [2001/06/12] ports/28106 ports New port: libCxClient-0.10 - Citadel/UX C o [2001/06/12] bin/28109 [PATCH] Add "kill -s" to tcsh builtin for o [2001/06/12] ports/28110 ports new port : P4DB, perforce web interface o [2001/06/12] ports/28111 jseger pcb port has unlisted dependencies a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/13] bin/28116 des init: allow reboot during runcom o [2001/06/13] ports/28121 sobomax New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona o [2001/06/14] docs/28143 asmodai the Hz kernel config option is not docume s [2001/06/14] docs/28144 doc no manpage for host.conf, no xrefs in oth o [2001/06/14] ports/28145 kuriyama Unbreak references in non-html output for o [2001/06/14] kern/28166 sos Mounted CD-ROM can be ejected in some cas o [2001/06/15] bin/28171 des [PATCH] to support a HTTP_REFERER env var o [2001/06/15] docs/28180 dillon tuning man page and rfc1323 o [2001/06/15] ports/28183 ports JDK Documentation ports for JDK 1.1, 1.2, a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi f [2001/06/16] misc/28203 NEWCARD won't recognize my cardbus contro o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] ports/28225 ports [New Port] net/xipdump - displays ip pack f [2001/06/17] misc/28230 iso-8859-1_to_cp437.scm doesn't contain s o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 pirzyk ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] ports/28252 ports New port: xpp: A tool for choosing and co o [2001/06/18] misc/28255 picobsd documentation still references ol o [2001/06/18] ports/28256 ports New port: citadel-5.74 s [2001/06/18] kern/28260 UIO_MAXIOV needs to be made public o [2001/06/19] ports/28271 tobez New port: A perl GUI toolkit a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/20] conf/28290 peter Mouse refuses to run o [2001/06/20] bin/28294 dump of vinum based file systems by devic o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/20] docs/28306 doc docbook.css and OBJDIR o [2001/06/21] conf/28320 dougb Denied zone transfers in daily run output o [2001/06/21] ports/28332 ports Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/22] misc/28360 ru /sbin/route bug o [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction o [2001/06/23] ports/28375 vanilla New port: chinese/pycodec o [2001/06/23] ports/28379 murray NASM port is broken under -CURRENT o [2001/06/24] misc/28384 make installworld fails from R/O /usr/obj o [2001/06/25] alpha/28401 alpha make world problem f [2001/06/25] ports/28405 roam display port does not display properly if o [2001/06/26] ports/28421 dburr Update port: misc/tvguide o [2001/06/26] ports/28428 ports New port: graphics/xmms-xvs o [2001/06/26] ports/28432 obrien [patch] comms/conserver fails with MD5 pa o [2001/06/26] bin/28435 [patch] allow newsyslog to signal process o [2001/06/27] i386/28444 jkh instal.cfg; setting tryRTSOL=NO does not o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod o [2001/06/27] misc/28455 ache GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28464 ports New port: www/orion-current f [2001/06/27] misc/28468 There may be problems about login o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/29] ports/28509 keith zh-dia is broken o [2001/06/29] ports/28510 portmgr Can't make ports readmes if categories mi f [2001/06/29] ports/28511 obrien update devel/pccts from 1.33.22 to 1.33.2 o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/06/29] ports/28526 nakai x11-wm/icewm can't show the CPU status wi o [2001/06/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' o [2001/06/30] ports/28551 dwcjr ports/mail/faces doesn't build (linking w o [2001/06/30] docs/28555 doc [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] ports/28576 sobomax Fix pkg-plist for archivers/ucl o [2001/07/01] kern/28604 DVD_REPORT_RPC/DVD_SEND_RPC in ATAPI driv o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st a [2001/07/02] bin/28634 dwmalone Bug in syslogd.c prevents #+hostname work o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/02] ports/28658 ports new port: x11/mwheel.el o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] docs/28679 doc Images in handbook/advanced-networking mi o [2001/07/03] ports/28680 portmgr pkg_update complains about missing REQUIR o [2001/07/03] kern/28681 ATAPI MO drive support o [2001/07/03] ports/28682 portmgr Some port install builds fail if silent ( o [2001/07/04] ports/28691 ports New port: napshare-0.1: GTK based Gnutell o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/05] ports/28717 billf net/net-snmp stop enumerate interfaces wh o [2001/07/05] ports/28727 ports patch to make expect build WITHOUT_X11 o [2001/07/05] bin/28738 IPFW log messages causes syslogd to fsync o [2001/07/05] ports/28741 will Update games/xscorch to 0.1.12 o [2001/07/05] kern/28742 sos CD_BUFFER_BLOCKS used in ide ioctl CDIOCR o [2001/07/05] ports/28755 grog Fix port: cad/sceptre a [2001/07/05] ports/28758 roam New port: security/apg o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] bin/28790 mike [PATCH] whois: AUNIC fix, Add an option t o [2001/07/07] ports/28796 ports New port: russian/tac+ia o [2001/07/07] ports/28797 dwcjr Upgrade port: audio/lame o [2001/07/07] misc/28800 sysinstall provides no way to overwrite M o [2001/07/07] ports/28803 obrien ports/comms/conserver does not support ## o [2001/07/08] ports/28806 portmgr FIND inconsistency o [2001/07/08] ports/28809 ports New ports: japanese/dvipdfm o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/08] ports/28812 ports New port: databases/ccc o [2001/07/08] bin/28820 tar and cpio cannot deal with files > 2GB o [2001/07/08] bin/28824 sos [patch] src/usr.sbin/burncd warning clean o [2001/07/09] i386/28831 murray [patch] Stallion driver jumbo patch o [2001/07/09] ports/28837 torstenb Update port: astro/sunclock o [2001/07/09] ports/28841 ports New port: khordpro o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/10] conf/28882 Network defaults are absurdly low. o [2001/07/10] bin/28884 auth.conf out of date in -Stable o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz f [2001/07/11] i386/28892 sos Poor disk performance on version 4.3 f [2001/07/11] ports/28904 portmgr bsd.port.mk: PLIST_SUB for DOCSDIR, DATAD o [2001/07/12] ports/28918 ports Update port: mail/sylpheed o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t o [2001/07/13] kern/28947 dup2 closing pthread file descriptor o [2001/07/13] ports/28948 dirk Add domxml and imap-ssl support to mod_ph o [2001/07/13] docs/28949 doc the mknod(8) man page stills refers to bl o [2001/07/13] misc/28957 sos burncd fails with ioctl(CDRIOCCLOSETRACK) o [2001/07/13] ports/28962 joe Enable SSL support for jabber/jabberd o [2001/07/14] ports/28964 ports New port: chat client for VChat conferenc o [2001/07/14] bin/28972 gamma returns same result as lgamma o [2001/07/14] i386/28975 RocketPort problems o [2001/07/14] kern/28976 ddb doesn't understand ctrl-u o [2001/07/14] ports/28978 ports Vipec port is broken. o [2001/07/14] kern/28979 sos Patches fot Promise UltraATA100 TX2 o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/14] ports/28981 obrien vnterm(1V) man page errors o [2001/07/14] ports/28982 obrien errors in the vnelvis(1V) man page o [2001/07/15] ports/28983 ports ports/cad/xcircuit has a checksum error o [2001/07/15] bin/28988 We need more simple message digesting too f [2001/07/15] bin/28990 mikeh ftp(1) has stack overflow when "mget *", f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 o [2001/07/16] ports/29001 ports ports/games/gnomekiss has a checksum erro o [2001/07/16] ports/29004 gnome make error at gnomeutils/po o [2001/07/16] ports/29009 dburr fsgs port installs cfg file with wrong pa o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 o [2001/07/16] ports/29032 will PORT UPDATE : games/xscorch 0.1.9 -> 0.1. o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] ports/29068 nsayer cyrus-sasl port pwcheck should allow PAM o [2001/07/18] ports/29069 portmgr Update port devel/autoconf o [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 At loading notebook pccardd not correctly o [2001/07/19] ports/29080 ports New port: net/icradius - IC-Radius daemon o [2001/07/19] ports/29081 ports New port: net/p5-IC-Radius o [2001/07/19] docs/29088 phk jail(8) man page has innacurate instructi o [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/19] bin/29090 add `no_rip_out' option to routed o [2001/07/19] ports/29095 lioux Update of jgnat to jgnat-1.1p o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/20] kern/29104 phk [PATCH] md, disklabel and devfs do not pl o [2001/07/20] i386/29107 Unable to download repository from releng o [2001/07/20] conf/29117 pccard.conf missing an entry for NOVAC NV o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp o [2001/07/21] ports/29123 ports New version of math/Yorick a [2001/07/21] ports/29137 ports Brand New Tripwire-2.3.1 Port o [2001/07/21] ports/29138 ports update sysutils/wmhm o [2001/07/22] docs/29143 doc List of man pages that need to be written o [2001/07/22] ports/29153 nik Locating jadetex in textproc/docproj port o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] kern/29160 mount of NIKON Coolpix 995 via umass driv o [2001/07/23] ports/29163 jmz XFree86-4 port should register XFree86-4- o [2001/07/23] bin/29164 [PATCH] lack of 'Do not fragment' flag in o [2001/07/23] bin/29165 The time related functions are limited to f [2001/07/23] docs/29166 tomsoft Flaw in growfs(8) manpage o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/23] bin/29171 [PATCH] keyserv and rpc.yppasswd o [2001/07/23] bin/29172 [PATCH] Add more checks in rpc/svc_vc.c a o [2001/07/23] bin/29173 [PATCH] wrong flags for rpcgen(1) o [2001/07/23] bin/29174 [PATCH] cleanup of the ti-rpc merger o [2001/07/23] bin/29175 tmm [PATCH] rpcgen(1) and inetdflag/pmflag su o [2001/07/23] bin/29177 [PATCH] rpc client create functions with o [2001/07/23] docs/29182 doc Handbook needs to be updated to reflect s o [2001/07/23] bin/29186 Still having burncd problem from bug 2624 s [2001/07/24] kern/29187 sound device don't work o [2001/07/24] ports/29199 sobomax jdk12beta port should register open-motif o [2001/07/24] ports/29202 ports [PATCH] port of the mod_frontpage apache o [2001/07/24] kern/29203 sos Kernel panics when mounting non-fixated C o [2001/07/25] docs/29215 ue NIS Section in Handbook should be more de o [2001/07/25] docs/29216 doc Updated the cvsup addresses for the UK o [2001/07/25] ports/29219 bp smbfs-1.4.1 don't compile o [2001/07/25] ports/29223 ports cyrus-imapd and postfix master.8 manpage o [2001/07/25] ports/29224 sobomax WindowMaker-0.65.1 install fails at insta o [2001/07/25] ports/29226 sf Update port: www/w3m o [2001/07/25] ports/29227 ports New port: zclock time/date applet for GNO o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/25] kern/29235 semenu VLAN support for SMC EtherPower II (tx) o [2001/07/26] misc/29241 mike Mailing list seach web page lacks an entr o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/26] ports/29248 jmz XFree86 4.1 hangs with an i815 chip while o [2001/07/26] ports/29250 greid Update net/ettercap to 0.5.4 o [2001/07/27] ports/29261 gnome Bug-fix and feature update for Balsa-1.1. o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not o [2001/07/27] ports/29265 ports New port: tpop3d, MySQL capable pop3 daem o [2001/07/27] ports/29267 nbm Update the svscan.sh startup script for d o [2001/07/27] ports/29271 ports Update port mail/minimalist to latest o [2001/07/28] kern/29275 missing support for Epson Perfection 1240 o [2001/07/28] ports/29278 greid Update port net/ettercap o [2001/07/28] ports/29280 ports Update pspell to 0.12.2 f [2001/07/28] ports/29281 ports Update of devel/mingw packages o [2001/07/28] ports/29282 lioux New port ftp/swiftfxp o [2001/07/28] ports/29284 ports ports/archivers/freeze compiling fails in o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/28] ports/29291 billf ethereal fails to build in wiretap o [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/29] ports/29298 cpiazza Installation of documentation for vcdgear o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] ports/29310 steve Fix bento checksum errors o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar o [2001/07/29] kern/29318 Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/30] gnu/29331 obrien still documented broken options in gcc ma o [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29335 ports current airport port doesn't seem to work o [2001/07/30] ports/29338 lioux Fix jgnat-1.0p for bento o [2001/07/30] ports/29340 ports joe editor displays inverse text scrollin o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/07/31] kern/29355 [patch] lchflags support o [2001/08/01] kern/29360 sos No "\n" after "acd: Mechanism: ejectable o [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] ports/29362 ports aspell port broken o [2001/08/01] bin/29363 [PATCH] newsyslog can support time as ext o [2001/08/01] conf/29364 imp please add STI Flash 5.0 to pccard.config o [2001/08/01] ports/29369 ports new port for the CHTML package f [2001/08/01] ports/29370 ports Update port: textproc/aspell o [2001/08/01] misc/29376 phk Realloc() doesn't (by default) comply wit o [2001/08/02] ports/29385 obrien [PATCH] vim6 update o [2001/08/02] ports/29392 torstenb Small built-time glitch in Makefile for a o [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/02] ports/29399 ports tkdesk is broken due to update of other p f [2001/08/02] docs/29403 murray niceheaders problems with index, pdf book o [2001/08/02] kern/29405 many mount/umount smbfs share results in o [2001/08/03] ports/29407 ports New port: KMyMoney2 - The Personal Financ o [2001/08/03] docs/29410 doc More about RELENG_4_3 in FAQ o [2001/08/03] misc/29414 http://www.uk.freebsd.org/cgi lets anyone o [2001/08/03] ports/29418 ports New Port: www/waccess-1.1 - A Quick-N-Dir o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e o [2001/08/03] ports/29432 ports the maintainer for gnotepad has an invali o [2001/08/03] ports/29447 dburr Fix pkg-plist for games/fsgs (Bento) o [2001/08/04] ports/29455 ports [port update] net/p5-SOAP-Lite o [2001/08/04] ports/29456 ports New port of blimitd (daemon to enforce lo o [2001/08/04] misc/29458 Replace DIS_8859-15 by ISO_8859-15 o [2001/08/04] ports/29461 ports new port: x11-wm/bbapm (blackbox APM mete o [2001/08/04] ports/29462 ports new port: x11-wm/bbrun (blackbox run box) f [2001/08/04] misc/29464 FreeBSD 4.3 Hangs probing devices o [2001/08/05] ports/29474 ports Update port: mail/drac o [2001/08/05] ports/29478 ports Port upgrade o [2001/08/05] docs/29479 wosch Messed up SYNOPSIS in some on-line man pa o [2001/08/06] ports/29481 ports Fix www/bacon o [2001/08/06] ports/29486 ports ports/audio/easytag has a checksum error o [2001/08/06] ports/29491 ports Keys not working in cscope + patch o [2001/08/07] kern/29499 dwmalone it is not possible to send creditionals o [2001/08/07] docs/29500 doc Handbook uses obsolete "controller" and " o [2001/08/07] docs/29504 nohup(1) page is confusing about SIGQUIT o [2001/08/07] docs/29505 doc kbdmap(1) Bugs section is for wrong comma o [2001/08/07] docs/29506 doc kbdmap(1) doesn't explain that cmd is int o [2001/08/07] misc/29513 FreeBSD 4.3-20010715-STABLE doesn't recog o [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] bin/29516 telnet from an non FreeBSD host still use o [2001/08/07] docs/29517 doc Handbook missing fast method of cleaning o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/07] kern/29520 sos Enable tagged ATA for IBM 60GXP HDD (IC35 o [2001/08/07] docs/29522 doc Handbook: A few changes related to cvsup o [2001/08/07] ports/29524 mi port graphics/libfpx does not compile und o [2001/08/07] docs/29525 doc hier(7) has sometimes-erroneous descripti o [2001/08/07] ports/29528 dburr Update misc/tvguide to 0.9.0 o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo o [2001/08/07] kern/29530 KingByte USB Pen Drive doesn't work with o [2001/08/07] docs/29531 doc FreeBSD.org site's PR form doesn't match o [2001/08/08] ports/29537 dougb "make packge" fails for xscreensaver port o [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/08] ports/29546 portmgr Fix USE_MESA in bsd.port.mk o [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 f [2001/08/08] ports/29555 gnome [PATCH] Mpzilla 0.9.3 build fails at nsKe o [2001/08/09] docs/29560 doc make buildkernel as described in the hand o [2001/08/09] ports/29564 ports Wish: Muttprint o [2001/08/09] ports/29565 dirk Update port: www/mod_php4 o [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] ports/29573 ports New port: A script to fetch mail from a H o [2001/08/09] ports/29576 ports ports/print/ghostscript6 needs updated. o [2001/08/09] ports/29579 ports Update port: print_ghostscript55 to 6.51 o [2001/08/09] ports/29580 ports Update port: print_ghostscript6 to 7.00 ( o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation o [2001/08/09] ports/29585 ports Update Plugger-3.3 to use Mozilla, etc. o [2001/08/09] misc/29587 jkh outdated variable in an example configura o [2001/08/09] ports/29588 obrien Update net/ngrep to 1.40 o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/10] ports/29591 knu fix port: graphics/picturebook o [2001/08/10] ports/29596 trevor Fix linker errors for audio/snd (Bento) o [2001/08/10] ports/29597 trevor Fix linker errors for audio/spiralsynth o [2001/08/10] ports/29600 trevor Fix linker error for x11-fm/xdiskusage (B o [2001/08/10] kern/29602 darrenr kernel doesn't check if newly allocated e o [2001/08/10] ports/29604 ports update for net/flow-tools port o [2001/08/10] i386/29611 nfsd eats 100% cpu when run without TCP s o [2001/08/10] ports/29614 ports Update port: security/py-m2crypto to v0.0 o [2001/08/10] ports/29616 ports ports/net/generic-nqs loaddaemon does not o [2001/08/10] ports/29620 lioux New port: devel/libcapsinetwork o [2001/08/11] kern/29621 Missing man page for ulpt f [2001/08/11] misc/29622 garbage input to -I crashes /usr/bin/tar o [2001/08/11] kern/29624 kernel prints "bmaj but is not a boot dis o [2001/08/11] ports/29630 ports New port : xtexsh o [2001/08/11] ports/29633 torstenb port update - autoconf 2.52 with config.g o [2001/08/11] ports/29637 ports New port: logjam livejournal client (prev o [2001/08/11] ports/29638 green [patch] upgrade security/cfs o [2001/08/12] i386/29639 entry for zip 250 drives in /etc/disktab o [2001/08/12] ports/29641 ports netscape-remote port broken o [2001/08/12] ports/29642 ports New port devel/hp48cc o [2001/08/12] ports/29643 ports New port lang/slisp o [2001/08/12] ports/29644 ports updating xmsgsaver ports o [2001/08/12] ports/29646 ports [PATCH] New port for SpeedTouch ADSL USB o [2001/08/12] ports/29650 ports New: xworld-2.0 o [2001/08/12] ports/29652 ports New port: japanese/netypesv o [2001/08/12] ports/29654 ports New ports: japanese/netype o [2001/08/12] ports/29656 jkoshy Upgrade port lang/sml-nj-devel to 110.34 o [2001/08/12] docs/29657 doc NICE_HEADERS conflicts with authorgroup g o [2001/08/12] ports/29658 ports New port: security/p5-GPG o [2001/08/12] ports/29660 ports port japanese/xjman MASTER_SITES moved o [2001/08/12] ports/29664 ports New port: net/p5-Net-Traceroute6 o [2001/08/12] ports/29665 ports New port: mail/p5-Mail-ListDetector o [2001/08/12] ports/29667 ports New port: www/mod_auth_pwcheck o [2001/08/13] ports/29674 ports diclookup-mule port which works on emacs- o [2001/08/13] bin/29675 lint fails on stdio.h o [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/13] ports/29693 ports New port: www/mod_cvs o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/14] ports/29701 sobomax Add to the post-patch for x11-wm/windowma o [2001/08/14] ports/29706 ports [patch] Update net/smm++ to support itcl/ o [2001/08/14] ports/29710 portmgr bsd.port.mk - Include more MASTER_SITE_* o [2001/08/14] ports/29711 ports New port: xjumpx -- improved version of g o [2001/08/14] ports/29712 ports New port : muttprint - fancy printing for o [2001/08/14] ports/29714 ports New port: security/drweb o [2001/08/14] ports/29716 ports Update port: graphics/kuickshow o [2001/08/14] ports/29718 kiri update of xemacs packages suite o [2001/08/14] ports/29719 ports update extipl-5.03 o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d o [2001/08/15] ports/29731 ports minor errors in docs, install o [2001/08/15] ports/29732 sobomax linking error o [2001/08/15] docs/29740 doc [PATCH] Setting WRKDIRPREFIX=/usr/obj is o [2001/08/15] docs/29744 doc [PATCH] SGML tags and entities in the "Di o [2001/08/15] ports/29745 keith Fix pkg-plist for chinese/CJK o [2001/08/15] ports/29746 obrien Fix pkg-plist for chinese/cless o [2001/08/15] ports/29747 obrien Fix pkg-plist for chinese/cxterm o [2001/08/15] ports/29749 obrien Fix pkg-plist for chinese/gb2ps o [2001/08/15] ports/29750 keith Fix pkg-plist for chinese/libtabe o [2001/08/15] ports/29751 ports Fix pkg-plist for chinese/muni o [2001/08/15] ports/29753 keith Fix pkg-plist for chinese/xcin25 o [2001/08/15] ports/29754 sobomax Fix pkg-plist for comms/mserver o [2001/08/15] ports/29756 sobomax Fix pkg-plist and Makefile for comms/sred o [2001/08/15] ports/29757 se Fix pkg-plist for comms/yaps o [2001/08/15] ports/29758 ports Fix pkg-plist for converters/aish o [2001/08/15] ports/29759 ports Fix pkg-plist for converters/i18ntools o [2001/08/15] ports/29760 hoek Fix pkg-plist and Makefile for converters o [2001/08/15] ports/29761 hoek Fix pkg-plist and Makefile for converters o [2001/08/15] ports/29762 hoek Fix Makefile and pkg-plist for converters f [2001/08/16] ports/29763 ade port addition request o [2001/08/16] kern/29769 Kernel configuration hangs on i815e with o [2001/08/16] ports/29772 ports audio/grip's distinfo out of date o [2001/08/16] ports/29775 ports Update port sysutils/wminet o [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a o [2001/08/16] ports/29781 ports New port sysutils/wmcube-gdk o [2001/08/16] ports/29783 obrien update devel/pccts from 1.33.22 to 1.33.2 o [2001/08/16] bin/29791 ee takes full cpu when killing shell with o [2001/08/17] ports/29796 ports Fix port databases/dbview o [2001/08/17] ports/29797 ports Fix port databases/gadfly o [2001/08/17] ports/29798 ports Fix pkg-plist for port databases/gtksql o [2001/08/17] ports/29799 ports Fix pkg-plist for port databases/mysql-ed o [2001/08/17] ports/29800 dirk Fix pkg-plist for port databases/mysql323 o [2001/08/17] ports/29801 ports Fix pkg-plist for port databases/metakit s [2001/08/17] ports/29802 will [PATCH] fix kdebase2 pkg-plist o [2001/08/17] docs/29803 doc Handbook section on KDM: update for KDE 2 o [2001/08/17] ports/29805 ports New port: devel/c2man o [2001/08/17] docs/29807 doc [PATCH] XFREE86_VERSION is undocumented o [2001/08/17] ports/29811 ports Last portion of gtkada needs ${PTHREAD_LI o [2001/08/17] ports/29814 ports New port audio/xmms-volnorm o [2001/08/17] ports/29815 ports Update port audio/xmms-shn o [2001/08/17] ports/29817 ports Update port: java/linux-ibm-jdk13 o [2001/08/17] ports/29818 ports Update port: net/py-xmlrpc to 0.8.7 o [2001/08/17] ports/29819 ports Update port: databases/unixODBC to 2.0.9 o [2001/08/17] ports/29821 ports Update port: ftp/pavuk to 0.8.28 o [2001/08/17] ports/29822 ports Update port: games/nethack-qt to 3.3.1 o [2001/08/17] ports/29823 ports Update port: graphics/aalib o [2001/08/17] ports/29824 ports Update port: graphics/aview o [2001/08/17] ports/29826 jseger Update port: www/lynx to 2.8.4.1 o [2001/08/17] ports/29827 ports Update port: x11-fm/mtoolsfm to 1.9 o [2001/08/17] ports/29828 ports Update port: x11-wm/golem o [2001/08/17] ports/29829 ports New port sysutils/gkrellflynn o [2001/08/17] ports/29830 ports New port graphics/gkrellkam o [2001/08/17] ports/29831 ume Fix port sysutils/gkrellm o [2001/08/17] ports/29832 ports Update port mail/gkrellmmailwatch o [2001/08/17] ports/29833 ports New port sysutils/gkrellmouse o [2001/08/17] ports/29834 ports New port misc/gkrellscore o [2001/08/17] ports/29836 ports New port: cyrus-imspd o [2001/08/17] ports/29837 ports New port sysutils/replaceit o [2001/08/17] ports/29839 ports New port audio/xmms-crystality o [2001/08/17] ports/29840 ports New port: mail/qmHandle o [2001/08/18] ports/29843 ports StarOffice 5.2 port does not find CD-ROM o [2001/08/18] docs/29848 doc Handbook Chapter 13 (Backups) minor chang o [2001/08/18] bin/29850 markm ftpd.c doesn´t check via PAM/pam_acct_mgm o [2001/08/18] ports/29851 kuriyama ports/textproc/cocoon has a checksum erro o [2001/08/18] docs/29852 doc Two mistypings in fdp-primer o [2001/08/18] ports/29853 ports New port: www/mod_watch o [2001/08/18] ports/29854 ports Update port: ftp/py-curl o [2001/08/18] ports/29856 ports make extract of cyrus did an install of c o [2001/08/18] ports/29857 ports New port: www/py-websvcs o [2001/08/18] ports/29858 ports Updated port: audio/lame (3.89b) o [2001/08/18] ports/29859 greid Update port: Cups o [2001/08/18] ports/29860 ports New port: x11-toolkits/flvw (20000224) o [2001/08/18] ports/29861 ports New port: x11-toolkits/fl_editor (0.4) o [2001/08/18] ports/29862 ports New port: databases/mysql-gui (1.7.5) o [2001/08/18] ports/29865 ports [PATCH] security/krb5: Alternate site for o [2001/08/19] ports/29868 ports Updated port: mail/elm+ME - 2.4ME+94 o [2001/08/19] docs/29869 doc [patch] how to get -STABLE by ftp o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/19] kern/29875 CURRENT driver for Tekram DC395X and DC31 o [2001/08/19] ports/29876 portmgr bsd.port.mk: MLINKS Description wrong o [2001/08/19] ports/29877 ports port update : ftp/pure-ftpd (roam) o [2001/08/19] ports/29879 ports New port: security/drweb-sendmail o [2001/08/19] ports/29881 ports New port: mail/sigit o [2001/08/19] ports/29883 ports Update textproc/par to 1.53 o [2001/08/20] ports/29891 ports New port: devel/p5-String-CRC32 o [2001/08/20] bin/29892 pw user add + qmail problem o [2001/08/20] misc/29893 suggestions for 4.4 sysinstall o [2001/08/20] ports/29894 ports Add patch-gkrellweather.c to port misc/gk o [2001/08/20] kern/29896 sound wrong URL in soundcard.h o [2001/08/20] bin/29897 pam_unix patch, which uses loginclass pas o [2001/08/20] ports/29898 ports mark audio/waveplay as i386-only o [2001/08/20] ports/29900 ports update port: benchmarks/tmetric o [2001/08/20] ports/29902 ports Mozilla package URL problems o [2001/08/20] ports/29905 ports Update port to 1.2.9.1, add doxywizard an 1783 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 Aug 20 11:25: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 ED67F37B406; Mon, 20 Aug 2001 11:25:47 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KIJUn17571; Mon, 20 Aug 2001 11:19:30 -0700 (PDT) (envelope-from schweikh) Date: Mon, 20 Aug 2001 11:19:30 -0700 (PDT) From: Message-Id: <200108201819.f7KIJUn17571@freefall.freebsd.org> To: robert+freebsd@cyrus.watson.org, schweikh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/6000: kadmin ank uses bad default expiration of account Sender: owner-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: kadmin ank uses bad default expiration of account State-Changed-From-To: open->closed State-Changed-By: schweikh State-Changed-When: Mon Aug 20 11:18:01 PDT 2001 State-Changed-Why: This appears to be a Y2K bug that expired 20 moons ago. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=6000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 12: 5: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 E343B37B40A; Mon, 20 Aug 2001 12:05:47 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KIx4134264; Mon, 20 Aug 2001 11:59:04 -0700 (PDT) (envelope-from phk) Date: Mon, 20 Aug 2001 11:59:04 -0700 (PDT) From: Message-Id: <200108201859.f7KIx4134264@freefall.freebsd.org> To: wollman@khavrinen.lcs.mit.edu, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16350: Kerberized rlogind no longer compiles Sender: owner-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: Kerberized rlogind no longer compiles State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Mon Aug 20 11:58:48 PDT 2001 State-Changed-Why: see log. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16350 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 12: 5: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 B6B9337B414; Mon, 20 Aug 2001 12:05:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KJ1GA34727; Mon, 20 Aug 2001 12:01:16 -0700 (PDT) (envelope-from phk) Date: Mon, 20 Aug 2001 12:01:16 -0700 (PDT) From: Message-Id: <200108201901.f7KJ1GA34727@freefall.freebsd.org> To: jmcoopr@webmail.bmi.net, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/25978: Problem with 'moused' or XFree86-4.03 and Logitech MouseMan+ WheelMouse Sender: owner-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 with 'moused' or XFree86-4.03 and Logitech MouseMan+ WheelMouse State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Mon Aug 20 12:01:10 PDT 2001 State-Changed-Why: see log http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25978 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 20 17:10: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 4E10237B407 for ; Mon, 20 Aug 2001 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L0A1b86226; Mon, 20 Aug 2001 17: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 77D6037B409 for ; Mon, 20 Aug 2001 17:05:14 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L05ES84446; Mon, 20 Aug 2001 17:05:14 -0700 (PDT) (envelope-from nobody) Message-Id: <200108210005.f7L05ES84446@freefall.freebsd.org> Date: Mon, 20 Aug 2001 17:05:14 -0700 (PDT) From: Joe DiMartino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29915: kernel panics on interaction with mlock and mmap Sender: owner-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: 29915 >Category: kern >Synopsis: kernel panics on interaction with mlock and mmap >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 17:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe DiMartino >Release: 4.1-RELEASE >Organization: Mirapoint, Inc. >Environment: FreeBSD w-joe.pdx.mirapoint.com 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Fri Jan 12 09:50:01 PST 2001 (no fixes present in 4.3-RELEASE) >Description: There appears to be a bad interaction between mmap'ed kernel addresses and mlock() that causes a VM panic upon exit. panic: vm_page_unwire: invalid wire count: 0 Program received signal SIGTRAP, Trace/breakpoint trap. Debugger (msg=0xc023165b "panic") at /usr/src/sys/i386/i386/db_interface.c:332 332 cndebugoff(); (kgdb) bt #0 Debugger (msg=0xc023165b "panic") at /usr/src/sys/i386/i386/db_interface.c:332 #1 0xc016601a in panic ( fmt=0xc0241600 "vm_page_unwire: invalid wire count: %d\n") at /usr/src/sys/kern/kern_shutdown.c:552 #2 0xc01e61df in vm_page_unwire (m=0xc04335c0, activate=1) at /usr/src/sys/vm/vm_page.c:1219 #3 0xc01de65c in vm_fault_unwire (map=0xd1669fc0, start=672096256, end=672100352) at /usr/src/sys/vm/vm_fault.c:981 #4 0xc01e11b0 in vm_map_entry_unwire (map=0xd1669fc0, entry=0xd1be1840) at /usr/src/sys/vm/vm_map.c:1713 #5 0xc01e12d2 in vm_map_delete (map=0xd1669fc0, start=0, end=3217031168) at /usr/src/sys/vm/vm_map.c:1803 #6 0xc01e1409 in vm_map_remove (map=0xd1669fc0, start=0, end=3217031168) at /usr/src/sys/vm/vm_map.c:1859 #7 0xc015e421 in exit1 (p=0xd1ba6300, rv=0) at /usr/src/sys/kern/kern_exit.c:216 #8 0xc015e1f9 in exit (p=0xd1ba6300, uap=0xd1c08f80) at /usr/src/sys/kern/kern_exit.c:103 #9 0xc0219a22 in syscall2 (frame={tf_fs = -1078001617, tf_es = -1078001617, tf_ds = -1078001617, tf_edi = 0, tf_esi = -1, tf_ebp = -1077937156, tf_isp = -775909420, tf_ebx = 672019876, tf_edx = 672019488, tf_ecx = -1077937224, tf_eax = 1, tf_trapno = 8, tf_err = 2, tf_eip = 671729148, tf_cs = 31, tf_eflags = 647, tf_esp = -1077937200, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1253 #10 0xc020b115 in Xint0x80_syscall () >How-To-Repeat: The following program will display this behaviour every time it is run. It does an nlist to extract the kernel virtual address for "boottime", mmap()'s that into the process address space and then mlock()'s the entire address space (including the mmap region). It panics on exit (see stack trace in Full Description). Of course, you have to have read permission on /dev/kmem. [I know I'm not supposed to submit code as plain text, but there was nowhere in the problem report form to submit a tarball.] --------- Begin source ---------- #include #include #include #include #include #include #include #include #include #include #include #include #include typedef struct timeval timeval_t; static void mlock_as(void); static timeval_t getboottime(void); struct nlist timeaddr_nl[] = { { "boottime" }, { "" }, }; int main(int argc, char *argv[]) { timeval_t time1, time2; time1 = getboottime(); /* * lock all existing pages of user virtual space into memory. */ mlock_as(); time2 = getboottime(); printf("It took %ld:%03ld seconds to lock pages.\n", time2.tv_sec - time1.tv_sec, time2.tv_usec - time1.tv_usec); exit(0); } /* * void * mlock_as(void) * Lock all pages presently in existence in the address space of the * calling process into memory, such that we are immune to page-faults. */ static void mlock_as(void) { void *addr; size_t pagesize; char pagestate; size_t npages; pagesize = getpagesize(); npages = 0; addr = (void *)0; do { if (mincore(addr, pagesize, &pagestate) == -1 && errno == EINVAL) { /* We reached the end of user virtual space */ break; } (void)mlock(addr, pagesize); addr += pagesize; } while (addr != (void *)0); /* safety check for addr wrap */ } static volatile timeval_t *kboottime = 0; static timeval_t getboottime(void) { timeval_t now; if (kboottime == 0) { int nl; int kfd; off_t kbootaddr; printf("bootfile is: '%s'\n", getbootfile()); if ((nl = nlist(getbootfile(), timeaddr_nl)) == -1) { (void) perror("nlist failed"); exit(errno); } kbootaddr = (off_t)timeaddr_nl[0].n_value; printf("boottime addr is: 0x%qx\n", kbootaddr); /* * Map the kernel boottime into this processes address * space to avoid the syscall overhead for repeated use. */ kfd = open("/dev/kmem", O_RDONLY); kboottime = (timeval_t *)mmap((void *)NULL, sizeof(*kboottime), PROT_READ, MAP_NOCORE, kfd, kbootaddr); (void) close(kfd); if (kboottime == MAP_FAILED) { (void) perror("Cannot map kernel boottime"); fflush(stderr); exit(errno); } } now = *kboottime; return(now); } --------- End source ---------- >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 Aug 20 22: 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 BDD6837B40A for ; Mon, 20 Aug 2001 22:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L500V27378; Mon, 20 Aug 2001 22:00:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19B2E37B403 for ; Mon, 20 Aug 2001 21:57:27 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L4vRX27192; Mon, 20 Aug 2001 21:57:27 -0700 (PDT) (envelope-from nobody) Message-Id: <200108210457.f7L4vRX27192@freefall.freebsd.org> Date: Mon, 20 Aug 2001 21:57:27 -0700 (PDT) From: "Richard S. Conto" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29919: Laptop w/pccard modem & ethernet communication problems Sender: owner-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: 29919 >Category: kern >Synopsis: Laptop w/pccard modem & ethernet communication problems >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 Aug 20 22:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Richard S. Conto >Release: 4.4-PRERELEASE, cvsup Wed Aug 15, ~ 10:00 EDT >Organization: Merit Network, Inc. >Environment: FreeBSD x25.home 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Wed Aug 15 16:33:29 EDT 2001 rsc@x25.home:/usr/src/sys/compile/INSPIRION3K i386 (Dell Inspiron 3000, 3Com Corporation (/3C589/), >Description: I think this is related to kern/29794 and kern/29742. I cvsup'd to -stable around 10:00am Wed August 15, 2001 EDT, but didn't start excercising it until the next day, when I discovered that TCP/IP connectivity was abysmal. I first noticed the abysmal connectevity when I tried to start `arla' (`ports/net/arla', and discovered that my ethernet connection at work was even worse than my piddly dialip connection at home. After some poking around, I discovered a most unusual fact: If I ran 'ping -c 1000 -i 10 -s 1200 ' I got delays of 2 seconds. Even more unusual was the delay would drop by 10 ms every 'ping' packet, until the delay reached 1.1 seconds, when the delay would reset to 2 seconds. This is very frustrating, as I don't have a way to easily connect to a network right now. (I suppose I'll have to use an external modem.) B.T.W.: Another box I have (an ancient Gateway 2000 P5-120) is still working, but it just isn't portable. It was upgraded later that day, and again after I ran into troubles with the laptop. I'm trying to keep a full CVS archive of 'src-all' on this machine. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 0: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 27ACE37B40A for ; Tue, 21 Aug 2001 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L7o2068935; Tue, 21 Aug 2001 00:50:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 00:50:02 -0700 (PDT) Message-Id: <200108210750.f7L7o2068935@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O 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/29845; it has been noted by GNATS. From: Andre Albsmeier To: David Malone Cc: Andre Albsmeier , FreeBSD-gnats-submit@freebsd.org, Ian Dowse Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Date: Tue, 21 Aug 2001 09:43:14 +0200 On Sat, 18-Aug-2001 at 14:49:23 +0100, David Malone wrote: > On Sat, Aug 18, 2001 at 01:33:22PM +0200, Andre Albsmeier wrote: > > I have saved the crashdumps for further examination. As you can see, > > the box crashes in whichever process it wants... > > I'd guess that something is freeing an mbuf while it is still in > use. This would result in either a panic when the mbuf is corrupted > while in use or a double freeing of the mbuf. This could plausable > explain the panics you included trace backs for. > > I think Ian Dowse has some tools for examining the mbuf free lists > in kernel dumps. He did also have some patches for catching writes > to shared or free mbuf clusters, which might help figure out what's > going on here. > > The only thing that doesn't tally is that this is only effecting > your laptop and not all your machines. OK, I have some news here: 1.) I put the harddisk into another machine of the same type (Siemens Mobile 510 AGP). Same bad effects here. So we can be quite sure it is no problem with RAM/CPU ... 2.) I tried the newest 4.4-RC1. Same problems. Now it comes: 3.) I put the box into a docking station which got an Intel Etherexpress PRO 100 sitting on the PCI bus. Now I can stress the machine as much as I want... no problems. As soon as I go back using the pccard stuff for networking my problems are back. It really seems to be somehow pccard related... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 5: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 10C9B37B406; Tue, 21 Aug 2001 05:10:01 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LC9r931736; Tue, 21 Aug 2001 05:09:53 -0700 (PDT) (envelope-from ru) Date: Tue, 21 Aug 2001 05:09:53 -0700 (PDT) From: Message-Id: <200108211209.f7LC9r931736@freefall.freebsd.org> To: lwa@teaser.fr, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: bin/24230: getcwd(3) manual page has wrong STANDARDS paragraph Sender: owner-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: getcwd(3) manual page has wrong STANDARDS paragraph State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Tue Aug 21 05:08:03 PDT 2001 State-Changed-Why: Fixed in 5.0-CURRENT, getcwd.3,v 1.13 and in 4.3-STABLE, getcwd.3,v 1.7.2.4. Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: ru Responsible-Changed-When: Tue Aug 21 05:08:03 PDT 2001 Responsible-Changed-Why: Dima handled this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24230 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 6: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 7DFD637B434 for ; Tue, 21 Aug 2001 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LDo2x53276; Tue, 21 Aug 2001 06:50:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 06:50:02 -0700 (PDT) Message-Id: <200108211350.f7LDo2x53276@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ian Dowse Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Reply-To: Ian Dowse Sender: owner-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/29845; it has been noted by GNATS. From: Ian Dowse To: Andre Albsmeier Cc: Warner Losh , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Date: Tue, 21 Aug 2001 14:42:54 +0100 [ Andre tried adding the kludge from if_sl.c that merges the tty and net interrupt masks - not as a solution - but just to determine if these crashes are caused by an spl problem. It seems they are. ] In message <20010821143627.A26964@curry.mchp.siemens.de>, Andre Albsmeier write s: >On Tue, 21-Aug-2001 at 11:52:57 +0100, Ian Dowse wrote: >> The fact that it is only pccard cards that have problems really >> suggests a problem there, but the crashes are so random that it >> has to be some kind of spl problem. Previously the cards got their >> own IRQ, so they would set it up with the right interrupt mask. >> Now all pccard interrupt handlers are called from the pcic one, >> so I don't think splimp() is blocking these interrupts. > >Yes, that seems to do it! I have my dd from /dev/zero to /dev/null via >rsh running in both directions for about 5 minutes now... No problems >so far. So at the moment, when the network code calls splimp(), it does not block NIC interrupts that come in via the pccard code. That certainly explains all the odd crashes. I'm not sure how to solve this problem properly, but it seems that pcic_pci_setup_intr() needs to call bus_generic_setup_intr() to properly update the interrupt masks. I assume there is a reason for not just using bus_generic_setup_intr() as the pcic_pci bus_setup_intr method? Thanks for trying out that kludge Andre! Hopefully there's enough information now to get it fixed properly. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 7: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 C321537B406 for ; Tue, 21 Aug 2001 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LEK1F60355; Tue, 21 Aug 2001 07:20:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 07:20:01 -0700 (PDT) Message-Id: <200108211420.f7LEK1F60355@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O 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/29845; it has been noted by GNATS. From: Andre Albsmeier To: Ian Dowse Cc: Andre Albsmeier , Warner Losh , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Date: Tue, 21 Aug 2001 16:17:49 +0200 On Tue, 21-Aug-2001 at 14:42:54 +0100, Ian Dowse wrote: > > [ Andre tried adding the kludge from if_sl.c that merges the tty and > net interrupt masks - not as a solution - but just to determine if > these crashes are caused by an spl problem. It seems they are. ] > > In message <20010821143627.A26964@curry.mchp.siemens.de>, Andre Albsmeier write > s: > >On Tue, 21-Aug-2001 at 11:52:57 +0100, Ian Dowse wrote: > >> The fact that it is only pccard cards that have problems really > >> suggests a problem there, but the crashes are so random that it > >> has to be some kind of spl problem. Previously the cards got their > >> own IRQ, so they would set it up with the right interrupt mask. > >> Now all pccard interrupt handlers are called from the pcic one, > >> so I don't think splimp() is blocking these interrupts. > > > >Yes, that seems to do it! I have my dd from /dev/zero to /dev/null via > >rsh running in both directions for about 5 minutes now... No problems > >so far. > > So at the moment, when the network code calls splimp(), it does > not block NIC interrupts that come in via the pccard code. That > certainly explains all the odd crashes. > > I'm not sure how to solve this problem properly, but it seems that > pcic_pci_setup_intr() needs to call bus_generic_setup_intr() to > properly update the interrupt masks. I assume there is a reason > for not just using bus_generic_setup_intr() as the pcic_pci > bus_setup_intr method? > > Thanks for trying out that kludge Andre! Hopefully there's enough > information now to get it fixed properly. Well I was only whining about the problem, you fixed it (or at least isolated it) :-) Anyway, I am looking forward to testing other suggestions. It seems that I have an environment that triggers the problem easily. Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 8:22:32 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 6796C37B40C for ; Tue, 21 Aug 2001 08:22:16 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-b023.otenet.gr [195.167.121.151]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f7LFMCF25668 for ; Tue, 21 Aug 2001 18:22:13 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.4/8.11.4) id f7LD43Q28345 for freebsd-bugs@FreeBSD.ORG; Tue, 21 Aug 2001 16:04:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 21 Aug 2001 16:04:02 +0300 From: Giorgos Keramidas To: FreeBSD bugs list Subject: Re: open PR's (mis)filed to gnats-admin and in limbo Message-ID: <20010821160401.A25065@hades.hell.gr> References: <200108201800.f7KI06911689@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: <200108201800.f7KI06911689@freefall.freebsd.org>; from bugmaster@FreeBSD.ORG on Mon, Aug 20, 2001 at 11:00:06AM -0700 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: FreeBSD bugmaster Subject: open PR's (mis)filed to gnats-admin and in limbo Date: Mon, Aug 20, 2001 at 11:00:06AM -0700 > Current FreeBSD problem reports > No matches to your query Great news to hear this :-) -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 8:40: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 8247737B401 for ; Tue, 21 Aug 2001 08:40:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LFeRO72279; Tue, 21 Aug 2001 08:40:27 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 08:40:27 -0700 (PDT) Message-Id: <200108211540.f7LFeRO72279@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Warner Losh Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Reply-To: Warner Losh Sender: owner-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/29845; it has been noted by GNATS. From: Warner Losh To: Ian Dowse Cc: Andre Albsmeier , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Date: Tue, 21 Aug 2001 09:35:51 -0600 In message <200108211442.aa32071@salmon.maths.tcd.ie> Ian Dowse writes: : I'm not sure how to solve this problem properly, but it seems that : pcic_pci_setup_intr() needs to call bus_generic_setup_intr() to : properly update the interrupt masks. I assume there is a reason : for not just using bus_generic_setup_intr() as the pcic_pci : bus_setup_intr method? I wanted the ability to intercept the interrupt. I can do that easily enough with a second function... I'm still not sure the proper way to handle this. But if I'm understanding you correctly, we're not blocking splnet interrupts. But in this case, when there's only one network card, wouldn't the net spl mask only have one bit, which is the IRQ that we're in? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 8:40: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 8405737B406 for ; Tue, 21 Aug 2001 08:40:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LFeT472285; Tue, 21 Aug 2001 08:40:29 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 08:40:29 -0700 (PDT) Message-Id: <200108211540.f7LFeT472285@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Warner Losh Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Reply-To: Warner Losh Sender: owner-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/29845; it has been noted by GNATS. From: Warner Losh To: Andre Albsmeier Cc: Ian Dowse , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Date: Tue, 21 Aug 2001 09:39:50 -0600 In message <20010821161749.A29621@curry.mchp.siemens.de> Andre Albsmeier writes: : Well I was only whining about the problem, you fixed it (or at least : isolated it) :-) Here's a simple fix you can try. I don't see how this would help, but if it does, we know what the problem is. Ian suggested this a while ago, and I'm still not sure how this could be a problem, but if it is Ian's suggestions are right. Warner Index: pcic_pci.c =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/sys/pccard/pcic_pci.c,v retrieving revision 1.54.2.7 diff -u -r1.54.2.7 pcic_pci.c --- pcic_pci.c 2001/08/21 09:06:25 1.54.2.7 +++ pcic_pci.c 2001/08/21 15:38:29 @@ -522,8 +522,11 @@ * interrupt handler for it. Since multifunction cards aren't * supported, this shouldn't cause a problem in practice. */ - if (sc->cd_present && sp->intr != NULL) + if (sc->cd_present && sp->intr != NULL) { + s = splhigh(); sp->intr(sp->argp); + splx(s); + } } /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 9: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 CA33137B407 for ; Tue, 21 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LGK1s79960; Tue, 21 Aug 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 09:20:01 -0700 (PDT) Message-Id: <200108211620.f7LGK1s79960@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ian Dowse Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Reply-To: Ian Dowse Sender: owner-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/29845; it has been noted by GNATS. From: Ian Dowse To: Warner Losh Cc: Andre Albsmeier , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Date: Tue, 21 Aug 2001 17:13:26 +0100 In message <200108211539.f7LFdoW65851@harmony.village.org>, Warner Losh writes: >Here's a simple fix you can try. I don't see how this would help, but >if it does, we know what the problem is. Ian suggested this a while >ago, and I'm still not sure how this could be a problem, but if it is >Ian's suggestions are right. No, I was confused when I suggested this to you :-) It is too late when pcic_pci_intr() is called, because at that point a critical section of some network code has already been interrupted. Once a NIC has registered a net interrupt on IRQ X, splimp() should mask IRQ X, but here the pcic code never changes the interrupt mask when a NIC registers its interrupt. e.g. consider some network code that does splimp(): s = splimp(); (critical stuff where no net interrupts should occur) pcic_pci_intr() called s = splhigh(); (this blocks further interrupts) NIC ISR called (messes with splimp-protected state) splx(x); pcic_pci_intr() returns (network code finds its state messed up) splx(s); When the pccard NIC sets up its interrupt, it needs to go through all the mask adjustment behind bus_generic_setup_intr() to ensure that the first splimp() call above actually blocks the pcic interrupts too. That's why I'm suggesting using bus_generic_setup_intr() either within or instead of pcic_pci_setup_intr(). Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 9: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 EC89037B408 for ; Tue, 21 Aug 2001 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LGe1E82143; Tue, 21 Aug 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 09:40:01 -0700 (PDT) Message-Id: <200108211640.f7LGe1E82143@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Warner Losh Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Reply-To: Warner Losh Sender: owner-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/29845; it has been noted by GNATS. From: Warner Losh To: Ian Dowse Cc: Andre Albsmeier , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/29845: 4.4-PRERELEASE crashes under heavy net I/O Date: Tue, 21 Aug 2001 10:33:13 -0600 In message <200108211713.aa61585@salmon.maths.tcd.ie> Ian Dowse writes: : No, I was confused when I suggested this to you :-) It is too late : when pcic_pci_intr() is called, because at that point a critical : section of some network code has already been interrupted. Once a : NIC has registered a net interrupt on IRQ X, splimp() should mask : IRQ X, but here the pcic code never changes the interrupt mask when : a NIC registers its interrupt. Lightbulb. I completely understand now. NEWCARD has exactly the same problem. : When the pccard NIC sets up its interrupt, it needs to go through : all the mask adjustment behind bus_generic_setup_intr() to ensure : that the first splimp() call above actually blocks the pcic interrupts : too. That's why I'm suggesting using bus_generic_setup_intr() either : within or instead of pcic_pci_setup_intr(). I think we need to use it within pcic_pci_setup_intr so our own function gets called and we only call the ISR if the card is in place. My splhigh() changes have 0 chance of working. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 11:20: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 D5DEE37B405 for ; Tue, 21 Aug 2001 11:20:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LIKTj00973; Tue, 21 Aug 2001 11:20:29 -0700 (PDT) (envelope-from gnats) Received: from mintaka.lcs.mit.edu (mintaka.lcs.mit.edu [18.26.0.36]) by hub.freebsd.org (Postfix) with ESMTP id BF10A37B405 for ; Tue, 21 Aug 2001 11:17:15 -0700 (PDT) (envelope-from wollman@mintaka.lcs.mit.edu) Received: (from wollman@localhost) by mintaka.lcs.mit.edu (8.11.5/8.11.5) id f7LIHEr86469; Tue, 21 Aug 2001 14:17:14 -0400 (EDT) (envelope-from wollman) Message-Id: <200108211817.f7LIHEr86469@mintaka.lcs.mit.edu> Date: Tue, 21 Aug 2001 14:17:14 -0400 (EDT) From: "Garrett A. Wollman" Reply-To: "Garrett A. Wollman" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/29928: SENDMAIL_ADDITIONAL_MC is less than entirely useful Sender: owner-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: 29928 >Category: conf >Synopsis: SENDMAIL_ADDITIONAL_MC is less than entirely useful >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: Tue Aug 21 11:20:28 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Garrett A. Wollman >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: MIT Laboratory for Computer Science >Environment: System: FreeBSD mintaka.lcs.mit.edu 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #9: Wed Aug 15 17:13:02 EDT 2001 root@mintaka.lcs.mit.edu:/usr/src/sys/compile/MINTAKA i386 >Description: SENDMAIL_ADDITIONAL_MC allows one to specify a list of additional sendmail.cf prototypes to be processed using the configuration macro system. However, these files are simply built -- they don't get installed anywhere. This is not particularly useful for my servers, where everything is installed on the master server and then propagated to slaves using rdist. >How-To-Repeat: Put stuff in SENDMAIL_ADDITIONAL_MC. cd /usr/src/etc/sendmail; make && make install Observe that the additional .cf files did not get installed. >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/src/etc/sendmail/Makefile,v retrieving revision 1.3.2.8 diff -u -r1.3.2.8 Makefile --- Makefile 2001/08/01 03:38:44 1.3.2.8 +++ Makefile 2001/08/21 18:08:57 @@ -42,7 +42,8 @@ # Additional .cf files to build .if defined(SENDMAIL_ADDITIONAL_MC) -ALL+= ${SENDMAIL_ADDITIONAL_MC:S/.mc$/.cf/g} +SENDMAIL_ADDITIONAL_CF= ${SENDMAIL_ADDITIONAL_MC:S/.mc$/.cf/g} +ALL+= ${SENDMAIL_ADDITIONAL_CF} .endif CLEANFILES+= ${ALL} @@ -60,6 +61,10 @@ .if ${INSTALL_CF} != ${DEST_CF} ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${INSTALL_CF} \ ${DEST_CF} +.endif +.if defined(SENDMAIL_ADDITIONAL_CF) + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 \ + ${SENDMAIL_ADDITIONAL_CF} ${DESTDIR}/etc/mail .endif .endif >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 Aug 21 13:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E1E537B405 for ; Tue, 21 Aug 2001 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LKA2W18111; Tue, 21 Aug 2001 13:10:02 -0700 (PDT) (envelope-from gnats) Received: from mail.kapu.hu (mail.kapu.hu [195.70.32.236]) by hub.freebsd.org (Postfix) with ESMTP id 1DAD837B403 for ; Tue, 21 Aug 2001 13:06:56 -0700 (PDT) (envelope-from crow@kapu.hu) Received: from cmt.city.tvnet.hu ([195.38.101.186] helo=darksun) by mail.kapu.hu with esmtp (Exim 3.31 #5) id 15ZHnf-00040A-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 21 Aug 2001 22:06:59 +0200 Message-Id: <998424471.1690.18.camel@DarkSun> Date: 21 Aug 2001 22:07:51 +0200 From: Foldi Tamas To: FreeBSD-gnats-submit@freebsd.org Subject: kern/29931: problems with kern.corefile handling Sender: owner-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: 29931 >Category: kern >Synopsis: if expand_name() return with NULL, coredump() crashes the kernel >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 Aug 21 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Foldi Tamas >Release: FreeBSD 4.3-RELEASE i386 >Organization: Nektor IT >Environment: System: FreeBSD mancika.kapusoft 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 Generic kernel. x86 architecture. >Description: When the expand_name() generates too large core filename, it's return value is NULL address. This NULL value is given to vn_open(), which causes kernel panic. In some cases (non default kern.corefile settings) users can freeze the system (of course, root always can). >How-To-Repeat: #!/bin/sh /sbin/sysctl -w kern.corefile=`perl -e 'print "%N" x 512'` echo 'int main (){int *a;printf("segfaulting...\n");printf("%u",*a);}'>/tmp/seg.c cd /tmp && make seg && /tmp/seg cd - >Fix: --- kern_sig.c.orig Thu Feb 22 06:15:04 2001 +++ kern_sig.c Tue Aug 21 11:35:35 2001 @@ -1620,6 +1620,8 @@ return 0; name = expand_name(p->p_comm, p->p_ucred->cr_uid, p->p_pid); + if (name == NULL) + return (EINVAL); NDINIT(&nd, LOOKUP, NOFOLLOW, UIO_SYSSPACE, name, p); error = vn_open(&nd, O_CREAT | FWRITE | O_NOFOLLOW, S_IRUSR | S_IWUSR); free(name, M_TEMP); >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 Aug 21 15:15: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 8691037B40B; Tue, 21 Aug 2001 15:15:52 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LMDua37849; Tue, 21 Aug 2001 15:13:56 -0700 (PDT) (envelope-from n_hibma) Date: Tue, 21 Aug 2001 15:13:56 -0700 (PDT) From: Message-Id: <200108212213.f7LMDua37849@freefall.freebsd.org> To: ushida@msa.biglobe.ne.jp, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26295: mount of Olympus Digital Camera via umass 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: mount of Olympus Digital Camera via umass driver State-Changed-From-To: open->closed State-Changed-By: n_hibma State-Changed-When: Tue Aug 21 15:09:43 PDT 2001 State-Changed-Why: Committed. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26295 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 15:25: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 DA8CB37B407; Tue, 21 Aug 2001 15:25:55 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LMHKI38415; Tue, 21 Aug 2001 15:17:20 -0700 (PDT) (envelope-from n_hibma) Date: Tue, 21 Aug 2001 15:17:20 -0700 (PDT) From: Message-Id: <200108212217.f7LMHKI38415@freefall.freebsd.org> To: ernst@heinz.jollem.com, n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26917: HP ScanJet 4300C not recognized by ugen Sender: owner-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: HP ScanJet 4300C not recognized by ugen State-Changed-From-To: open->closed State-Changed-By: n_hibma State-Changed-When: Tue Aug 21 15:17:01 PDT 2001 State-Changed-Why: Committed. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26917 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 15: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 88D9937B407 for ; Tue, 21 Aug 2001 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LMU1x40778; Tue, 21 Aug 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 8103337B403 for ; Tue, 21 Aug 2001 15:23:15 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LMNFE39458; Tue, 21 Aug 2001 15:23:15 -0700 (PDT) (envelope-from nobody) Message-Id: <200108212223.f7LMNFE39458@freefall.freebsd.org> Date: Tue, 21 Aug 2001 15:23:15 -0700 (PDT) From: Craig Partridge To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29936: constant PCIBIOS_BIOS_PRESENT missing causes kernel to fail to compile Sender: owner-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: 29936 >Category: kern >Synopsis: constant PCIBIOS_BIOS_PRESENT missing causes kernel to fail to compile >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 Aug 21 15:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Craig Partridge >Release: FreeBSD 4.4-PRERELEASE >Organization: BBN Technologies >Environment: FreeBSD aland.bbn.com 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #4: Tue Aug 7 12:30:38 EDT 2001 craig@aland.bbn.com:/usr/src/sys/compile/ALAND i386 >Description: attempts to compile a new kernel (to deal with procfs problem) currently fail with cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/isa/pci_cfgreg.c ../../i386/isa/pci_cfgreg.c: In function `pcibios_get_version': ../../i386/isa/pci_cfgreg.c:76: `PCIBIOS_BIOS_PRESENT' undeclared (first use in this function) ../../i386/isa/pci_cfgreg.c:76: (Each undeclared identifier is reported only once ../../i386/isa/pci_cfgreg.c:76: for each function it appears in.) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 21 15: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 4F6C937B405 for ; Tue, 21 Aug 2001 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LMe1U42004; Tue, 21 Aug 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 B355837B409 for ; Tue, 21 Aug 2001 15:34:39 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LMYdZ41395; Tue, 21 Aug 2001 15:34:39 -0700 (PDT) (envelope-from nobody) Message-Id: <200108212234.f7LMYdZ41395@freefall.freebsd.org> Date: Tue, 21 Aug 2001 15:34:39 -0700 (PDT) From: Dave Cole To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29937: PCMCIA cards not initializing, PCI bus 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 >Number: 29937 >Category: kern >Synopsis: PCMCIA cards not initializing, PCI bus not found >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 15:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dave Cole >Release: FreeBSD 4.4-RC >Organization: >Environment: FreeBSD ginaz.corp.netcom.ca 4.4-RC FreeBSD 4.4-RC #10: Tue Aug 21 15:29:14 EDT 2001 dacole@ginaz.corp.netcom.ca:/usr/local/obj/usr/local/src/sys/ginaz-a21m-local i386 >Description: Error when card is inserted (before or after boot time, same error) pccard1: Assigning an0: io 0x240-0x27f irq 13 mem 0x0-0xffffffff pcic: I/O win 0 flags 15 240-27f pcic: I/O win 0 flags 5 240-27f an0: at port 0x240-0x27f irq 13 slot 1 on pccard1 pcic: I/O win 0 flags 15 240-27f pcic0: Hardware does not support irq 13. setup intr failed 22 pcic: I/O win 0 flags 5 240-27f device_probe_and_attach: an0 attach returned 22 Aug 21 17:17:53 ginaz pccardd[86]: driver allocation failed for Cisco Systems(350 Series Wireless LAN Adapter): Invalid argument /etc/defaults/pccard.conf suggests IRQ 13 is not even an option. Even starting pccardd with '-i 10' doesn't change this IRQ 13 attempt. A small clip of when an older system (seems both pccard binaries and older kernel must be used together to get this working): Aug 14 17:48:45 ginaz pccardd[86]: Card "Cisco Systems"("350 Series Wireless LAN Adapter") [(null)] [(null)] matched "Cisco Systems" ("350 Series Wireless LAN Adapter") [(null)] [(null)] an0: at port 0x240-0x27f irq 3 slot 1 on pccard1 an0: Ethernet address: As well, it seems the PCI bus is not being found. It seems a separate issue however. An example of dmesg PCI related lines from a failed boot: # grep -i pci dmesg-no_fxp-cropped pcibios: PCI BIOS entry at 0x19f pci_open(1): mode 1 addr port (0x0cf8) is 0x80000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcic0: at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 pcic1: not probed (disabled) pcic: I/O win 0 flags 15 240-27f pcic: I/O win 0 flags 5 240-27f pcic: I/O win 0 flags 15 240-27f pcic0: Hardware does not support irq 13. pcic: I/O win 0 flags 5 240-27f And from a happy boot (with an older kernel): # grep -i pci ../dmesg.today pcibios: PCI BIOS entry at 0x19f pci_open(1): mode 1 addr port (0x0cf8) is 0x80000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: (vendor=0x1002, dev=0x4c4d) at 0.0 irq 11 pcic-pci0: mem 0x50000000-0x50000fff irq 11 at device 2.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][FUNC pci int + CSC serial isa irq] pcic-pci0: Legacy address set to 0x3e0 PCI Config space: pcic-pci1: mem 0x50100000-0x50100fff irq 11 at device 2.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][FUNC pci int + CSC serial isa irq] PCI Config space: fxp0: port 0x1800-0x183f mem 0xf4100000-0xf411ffff,0xf4120000-0xf4120fff irq 11 at device 3.0 on pci0 fxp0: PCI IDs: 8086 1229 8086 2408 0009 pci0: (vendor=0x115d, dev=0x000c) at 3.1 irq 11 pci0: (vendor=0x1013, dev=0x6003) at 5.0 irq 11 isab0: at device 7.0 on pci0 atapci0: port 0x1850-0x185f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x1860-0x187f irq 11 at device 7.2 on pci0 chip1: port 0x1040-0x104f at device 7.3 on pci0 pcic0: at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 pcic1: not probed (disabled) >How-To-Repeat: PCMCIA woes continue whether you boot with the card in or slap it in after the fact. Rebooting repeatedly does nothing for the PCI bus problem. >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 Aug 21 22:10: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 47C6737B406 for ; Tue, 21 Aug 2001 22:10:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M5AIU77520; Tue, 21 Aug 2001 22:10:18 -0700 (PDT) (envelope-from gnats) Received: from kame199.kame.net (kame199.kame.net [203.178.141.199]) by hub.freebsd.org (Postfix) with ESMTP id 4FA1237B413 for ; Tue, 21 Aug 2001 22:07:14 -0700 (PDT) (envelope-from itojun@kame.net) Received: (from itojun@localhost) by kame199.kame.net (8.9.3+3.2W/3.7W) id OAA03950; Wed, 22 Aug 2001 14:07:13 +0900 (JST) Message-Id: <200108220507.OAA03950@kame199.kame.net> Date: Wed, 22 Aug 2001 14:07:13 +0900 (JST) From: itojun@itojun.org Reply-To: itojun@kame.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/29946: ntohl() and friends uses non-standard types Sender: owner-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: 29946 >Category: i386 >Synopsis: ntohl() and friends uses non-standard types >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 22:10:17 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jun-ichiro itojun Hagino >Release: FreeBSD 2.2.8 and up to current >Organization: itojun.org >Environment: all past revisions of freebsd/i386. checked with cvs. >Description: in XNET 5.2, ntohl() and htonl() are typed as follows: uint32_t ntohl(uint32_t x); and ntohs() and htons() are: uint16_t ntohs(uint16_t x); freebsd src/sys/i386/include/endian.h uses u_long and u_short, which are different from these types, and causes problem in portable appliation programming. >How-To-Repeat: code inspection >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 Aug 21 22: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 5109937B40B for ; Tue, 21 Aug 2001 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M5U1782465; Tue, 21 Aug 2001 22: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 C17C437B40B for ; Tue, 21 Aug 2001 22:22:15 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M5MFD81635; Tue, 21 Aug 2001 22:22:15 -0700 (PDT) (envelope-from nobody) Message-Id: <200108220522.f7M5MFD81635@freefall.freebsd.org> Date: Tue, 21 Aug 2001 22:22:15 -0700 (PDT) From: George Kerr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/29947: After running CVSup, natd fails to run "ipfw: get sockopt (ip_fw_add): invalid command Sender: owner-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: 29947 >Category: bin >Synopsis: After running CVSup, natd fails to run "ipfw: get sockopt (ip_fw_add): invalid command >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 22:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: George Kerr >Release: 4.3 >Organization: >Environment: 4.4-RC FreeBSD 4.4-RC #0 Mon Aug 20 21:53:31 MDT 2001 >Description: After I got updates using CVSup, - default release=cvs tag=RELENG_4 - and src-all, plus a few other common lines, the natd portion of the firewall fails to run. The line in rc.ipfw " ${fwcmd} add divert natd all from any to any via ${natd_interface} " gives the following error ip_fw_ctl: Invalid command ipfw: get sockopt(ip_fw_add): Invalid argument. I am sure this worked before getting the update on Saturday Aug 18, 2001 Hope this is a good enough explanation. George Kerr >How-To-Repeat: Kernel with IPFIREWALL, IPDIVERT, rc.conf- firewall_type="simple", gaetway_enable="YES", natd_enable="YES", firewall_script="/etc/rc.ipfw", in rc.ipfw, this line: ${fwcmd} add divert natd all from any to any via ${natd_interface} >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 Aug 21 23: 0: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 C0FE137B40F for ; Tue, 21 Aug 2001 23:00:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M60FA85697; Tue, 21 Aug 2001 23:00:15 -0700 (PDT) (envelope-from gnats) Date: Tue, 21 Aug 2001 23:00:15 -0700 (PDT) Message-Id: <200108220600.f7M60FA85697@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/29947: After running CVSup, natd fails to run "ipfw: get sockopt (ip_fw_add): invalid command Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29947; it has been noted by GNATS. From: "Crist J. Clark" To: George Kerr Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/29947: After running CVSup, natd fails to run "ipfw: get sockopt (ip_fw_add): invalid command Date: Tue, 21 Aug 2001 22:49:56 -0700 On Tue, Aug 21, 2001 at 10:22:15PM -0700, George Kerr wrote: > > >Number: 29947 > >Category: bin > >Synopsis: After running CVSup, natd fails to run "ipfw: get sockopt (ip_fw_add): invalid command Are your world and kernel in sync? That is, did you rebuild and install world and kernel? This is more of a question for the mail lists and should be submitted as a PR after it has been verified to most likely be a bug and not pilot error. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 0:32: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 612FD37B40A; Wed, 22 Aug 2001 00:32:32 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7M7WM100814; Wed, 22 Aug 2001 00:32:22 -0700 (PDT) (envelope-from ru) Date: Wed, 22 Aug 2001 00:32:22 -0700 (PDT) From: Message-Id: <200108220732.f7M7WM100814@freefall.freebsd.org> To: craig@bbn.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: kern/29936: constant PCIBIOS_BIOS_PRESENT missing causes kernel to fail to compile Sender: owner-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: constant PCIBIOS_BIOS_PRESENT missing causes kernel to fail to compile State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Aug 22 00:31:46 PDT 2001 State-Changed-Why: Already fixed in sys/i386/include/pc/bios.h,v 1.7.2.2. Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: ru Responsible-Changed-When: Wed Aug 22 00:31:46 PDT 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29936 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 6:15: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 4D17737B40D; Wed, 22 Aug 2001 06:15:52 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MD9XO64346; Wed, 22 Aug 2001 06:09:33 -0700 (PDT) (envelope-from bde) Date: Wed, 22 Aug 2001 06:09:33 -0700 (PDT) From: Message-Id: <200108221309.f7MD9XO64346@freefall.freebsd.org> To: arjan@jak.nl, bde@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19256: in devicedriver cy.c make_dev (..) problem's occur using 2 or more cy boards Sender: owner-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: in devicedriver cy.c make_dev (..) problem's occur using 2 or more cy boards State-Changed-From-To: suspended->closed State-Changed-By: bde State-Changed-When: Wed Aug 22 06:07:02 PDT 2001 State-Changed-Why: Fixed in rev.1.120 (-current) and rev.1.197.2.2 (RELENG_4) of cy.c. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19256 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 7: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 80CD737B40F for ; Wed, 22 Aug 2001 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MEK1283055; Wed, 22 Aug 2001 07:20:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 07:20:01 -0700 (PDT) Message-Id: <200108221420.f7MEK1283055@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: James Thomason Subject: Re: i386/25463: PS/2 mouse sync problems with KVM switch - /dev/sysmouse and /dev/psm0 Reply-To: James Thomason Sender: owner-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/25463; it has been noted by GNATS. From: James Thomason To: freebsd-gnats-submit@FreeBSD.org, brian215@netscape.net Cc: Subject: Re: i386/25463: PS/2 mouse sync problems with KVM switch - /dev/sysmouse and /dev/psm0 Date: Tue, 21 Aug 2001 23:44:33 -0700 (PDT) This happens because the mouse driver desyncs with the pointing device. The fix may be found at the following URL. Regards, James Thomason http://www.pl.freebsd.org/FAQ/FAQ134.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 7:30: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 16C4237B41F for ; Wed, 22 Aug 2001 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MEU3N84719; Wed, 22 Aug 2001 07:30:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 07:30:03 -0700 (PDT) Message-Id: <200108221430.f7MEU3N84719@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: tilo kremer Subject: Re: kern/29785: 4.4-PRERELEASE not booting with aic-7770 Reply-To: tilo kremer Sender: owner-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/29785; it has been noted by GNATS. From: tilo kremer To: freebsd-gnats-submit@freebsd.org, root@mannu.hack.ee Cc: Subject: Re: kern/29785: 4.4-PRERELEASE not booting with aic-7770 Date: Wed, 22 Aug 2001 16:27:07 +0200 i have the same problem on a fairly standard machine: PIII-500, Asus-Mainboard and Adaptec 2940U2. when i boot with -v, the last line printed is isa_probe_children: probing PnP devices and the the machine hangs. It worked with 4.0 to 4.3-STABLE without problems. My kernelconf is GENERIC apart from device pcm device sbc options netatalk and i386/486 code disabled. -- ---------------------------------------------- tilo kremer hfbk - interdisziplin=E4re computerei lerchenfeld 2 22081 hamburg t. +49-40-42832-3467 f. +49-40-42832-2279 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 7:30: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 D8F9F37B41C for ; Wed, 22 Aug 2001 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MEU1984706; Wed, 22 Aug 2001 07:30:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 07:30:01 -0700 (PDT) Message-Id: <200108221430.f7MEU1984706@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Lauri Laupmaa Subject: Re: kern/29785: 4.4-PRERELEASE not booting with aic-7770 Reply-To: Lauri Laupmaa Sender: owner-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/29785; it has been noted by GNATS. From: Lauri Laupmaa To: freebsd-gnats-submit@FreeBSD.org, root@mannu.hack.ee Cc: Subject: Re: kern/29785: 4.4-PRERELEASE not booting with aic-7770 Date: Wed, 22 Aug 2001 16:19:43 +0300 This is a cryptographically signed message in MIME format. --------------msCD734CD1008047D37B620B19 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Today cvsupped source and the problem is fixed. Thanx! -- L. --------------msCD734CD1008047D37B620B19 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIIWQYJKoZIhvcNAQcCoIIISjCCCEYCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BlswggOaMIIDA6ADAgECAhALHrUzH3OC/XdLMyZInrUVMA0GCSqGSIb3DQEBBAUAMFgxJzAl BgNVBAoTHkJyaXRpc2ggVGVsZWNvbW11bmljYXRpb25zIHBsYzEtMCsGA1UECxMkQlQgVHJ1 c3R3aXNlIC0gQ2xhc3MgMSBJbmRpdmlkdWFsIENBMB4XDTAxMDQwNzAwMDAwMFoXDTAyMDQw NzIzNTk1OVowggEQMScwJQYDVQQKEx5Ccml0aXNoIFRlbGVjb21tdW5pY2F0aW9ucyBwbGMx LTArBgNVBAsTJEJUIFRydXN0d2lzZSAtIENsYXNzIDEgSW5kaXZpZHVhbCBDQTFGMEQGA1UE CxM9d3d3LnRydXN0d2lzZS5jb20vcmVwb3NpdG9yeS9SUCBJbmNvcnAuIGJ5IFJlZi4sTElB Qi5MVEQoYyk5ODEzMDEGA1UECxMqRGlnaXRhbCBJRCBDbGFzcyAxIC0gTmV0c2NhcGUgRnVs bCBTZXJ2aWNlMRYwFAYDVQQDEw1MYXVyaSBMYXVwbWFhMSEwHwYJKoZIhvcNAQkBFhJtYXVy aUBpbnNwaXJhbC5uZXQwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAJzUqp8mECVjvb9d IyJM4hrIvJBAV7dTGBvdo2oc/u2R3SH0qi0itj/SFBzfJms/Uc6aEUo1oB8v0E5oLCLFLU5J bkT5eTgHB8dGOhH9Xh8PzjAGf5gZCYO0LlYgEu1D6yHGsmitve54GQGIuG88nRIA1UfPas+D Z71P6gar7YbvAgMBAAGjgaowgacwCQYDVR0TBAIwADARBglghkgBhvhCAQEEBAMCB4AwgYYG CmCGSAGG+EUBBgMEeBZ2ZDQ2NTJiZDYzZjIwNDcwMjkyOTg3NjNjOWQyZjI3NTA2OWM3MzU5 YmVkMWIwNTlkYTc1YmM0YmM5NzAxNzQ3ZGE1ZDNmNDE0MWJlYWRiMmJkMmU4OTIxMWE5NmRm MWQ2MTE0OTljYTJiOTQ1ZmRmM2VhNDUwYzANBgkqhkiG9w0BAQQFAAOBgQApdhKrDGE3FGWh DdpbHTKvPsVVtrko03+JpZIOXKCvHCtpa4exojQ2VAXR7L8PQpBsT3PPlgII9BRmVshHfNJl IDAz8AcSARy3SGDf1ukOxxT5VZzhEIm2ZaSLTMuNSG01R7ScmEWn8xALNLNB25i8PCmZtBor S1PjmiCptejpajCCArkwggIioAMCAQICEQDTMEme8pktUNvTeQdK1A09MA0GCSqGSIb3DQEB AgUAMF8xCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMu Q2xhc3MgMSBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05ODAy MTIwMDAwMDBaFw0wMzAyMTIyMzU5NTlaMFgxJzAlBgNVBAoTHkJyaXRpc2ggVGVsZWNvbW11 bmljYXRpb25zIHBsYzEtMCsGA1UECxMkQlQgVHJ1c3R3aXNlIC0gQ2xhc3MgMSBJbmRpdmlk dWFsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRAbfSgRbbwvRn/l8LTe19n5rZ qEFBh6FnqGtxvU9bpkhe6qbnLwqnNgn2suFGQwDcHMfx4AJNWGSf+oAmaoKbYZMNrt655Xyr oD/Qj+n0rBqGSMSAbh7HKxn2y+WjbX4dafTIW2scCtoq42hk4+kWc0/l06kC45tXmUrK1TkC WQIDAQABo3wwejARBglghkgBhvhCAQEEBAMCAQYwRwYDVR0gBEAwPjA8BgtghkgBhvhFAQcB ATAtMCsGCCsGAQUFBwIBFh93d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvUlBBMA8GA1Ud EwQIMAYBAf8CAQAwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBAgUAA4GBAFIByZr2+qS9hLia JePq3mM8NVqj2kiN3FZONGiJE9FGLvDPQ6f2NTOpUryxVys8inDGa+eU7K+MzwqllolVcQKu ByV82UZHnx5KLJNIfIE7RdQrhcsmTCQFfIGaIdz7faXmC8L5Be4ZxxQR2DxZn8456hExsJ0a 7DX4t4TnmHgnMYIBxjCCAcICAQEwbDBYMScwJQYDVQQKEx5Ccml0aXNoIFRlbGVjb21tdW5p Y2F0aW9ucyBwbGMxLTArBgNVBAsTJEJUIFRydXN0d2lzZSAtIENsYXNzIDEgSW5kaXZpZHVh bCBDQQIQCx61Mx9zgv13SzMmSJ61FTAJBgUrDgMCGgUAoIGxMBgGCSqGSIb3DQEJAzELBgkq hkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTAxMDgyMjEzMTk0NlowIwYJKoZIhvcNAQkEMRYE FCHk5lqnpgm5F5HE5D68TUiI3NgIMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYI KoZIhvcNAwICAgCAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgFAMA0GCCqGSIb3DQMCAgEoMA0G CSqGSIb3DQEBAQUABIGAJoCrExEZ0b2Uph3c/tmffcB3uDCZjTeSwDg0v+79zdFFbOFDFSjw DzbqjEa0ST1iUFiKTfyD46ONG6T1VgWHzNI9nzD8HAXBVB7y2segbZbQQ0aGcL3Iv+bv35l8 +o41a59GfrdLXXY90O1VpT5LvgBJPPo4YrcskfO/L512DVc= --------------msCD734CD1008047D37B620B19-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 9: 1: 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 05F4037B42C for ; Wed, 22 Aug 2001 09:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MG0Y798165; Wed, 22 Aug 2001 09:00:34 -0700 (PDT) (envelope-from gnats) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id F18B837B42C for ; Wed, 22 Aug 2001 08:58:40 -0700 (PDT) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.11.3/8.11.3) id f7MFwZ917329; Wed, 22 Aug 2001 19:58:35 +0400 (MSD) (envelope-from marck) Message-Id: <200108221558.f7MFwZ917329@woozle.rinet.ru> Date: Wed, 22 Aug 2001 19:58:35 +0400 (MSD) From: Dmitry Morozovsky Reply-To: marck@rinet.ru, yar@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29957: enabling ppp in rc.conf breaks rc.network execution Sender: owner-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: 29957 >Category: bin >Synopsis: enabling ppp in rc.conf breaks rc.network execution >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 Aug 22 09:00:32 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4.3-STABLE i386 / FreeBSD-current >Organization: Cronyx Plus LLC >Environment: Various >Description: Enabling ppp in /etc/rc.conf leads to "exec ppp" at /etc/rc.network, whick breaks following network daemons, such as named ntpd, and ipfw rules also. >How-To-Repeat: f.e, add ppp_enable="yes" named_enable="yes" to /etc/rc.conf After reboot, named (and other daemons in rc.conf after ppp start) will not start. >Fix: For -current (for 4-stable the same except for line numbers): Index: rc.network =================================================================== RCS file: /home/ncvs/src/etc/rc.network,v retrieving revision 1.102 diff -u -r1.102 rc.network --- rc.network 2001/07/30 23:12:02 1.102 +++ rc.network 2001/08/22 15:47:54 @@ -249,7 +249,7 @@ ppp_command="${ppp_command} ${ppp_profile}" echo "Starting ppp as \"${ppp_user}\"" - su -m ${ppp_user} -c "exec ${ppp_command}" + su -m ${ppp_user} -c "${ppp_command}" ;; esac >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 Aug 22 9:50: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 808CF37B41A for ; Wed, 22 Aug 2001 09:50:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MGoGr06548; Wed, 22 Aug 2001 09:50:16 -0700 (PDT) (envelope-from gnats) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id 0D3E237B40A for ; Wed, 22 Aug 2001 09:44:37 -0700 (PDT) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.11.3/8.11.3) id f7MGiZp19480; Wed, 22 Aug 2001 20:44:35 +0400 (MSD) (envelope-from marck) Message-Id: <200108221644.f7MGiZp19480@woozle.rinet.ru> Date: Wed, 22 Aug 2001 20:44:35 +0400 (MSD) From: Dmitry Morozovsky Reply-To: marck@woozle.rinet.ru To: FreeBSD-gnats-submit@freebsd.org Cc: marck@rinet.ru X-Send-Pr-Version: 3.113 Subject: bin/29961: A4 paper size for groff knob for /etc/make.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 >Number: 29961 >Category: bin >Synopsis: A4 paper size for groff knob for /etc/make.conf >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 Aug 22 09:50:16 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4.3-STABLE i386 / FreeBSD-current >Organization: Cronyx Plus LLC >Environment: Variuos >Description: Outside the US I suppose it is useful to make groff output for A4 paper size. gnu groff already contains the knob needed, so the only thing we need to do is place it into etc/make.conf. Here is (small and obvious) patch. >How-To-Repeat: [ empty ] >Fix: Index: etc/defaults/make.conf =================================================================== RCS file: /home/ncvs/src/etc/defaults/make.conf,v retrieving revision 1.172 diff -u -r1.172 make.conf --- etc/defaults/make.conf 2001/08/16 06:05:17 1.172 +++ etc/defaults/make.conf 2001/08/22 16:40:02 @@ -231,6 +231,11 @@ #USA_RESIDENT= YES # # +# Paper size for groff. Default is Letter. +# +#PAPERSIZE= A4 +# +# # Override "don't install a port that's already installed" behavior. # One might wish to do this for ports debugging or to unconditionally # reinstall a set of suspect/broken ports. Index: gnu/usr.bin/groff/Makefile.inc =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/groff/Makefile.inc,v retrieving revision 2.5 diff -u -r2.5 Makefile.inc --- gnu/usr.bin/groff/Makefile.inc 2001/04/17 12:36:30 2.5 +++ gnu/usr.bin/groff/Makefile.inc 2001/08/22 16:40:02 @@ -6,7 +6,11 @@ # Define `page' to be letter if your PostScript printer uses 8.5x11 # paper (USA) and define it to be A4, if it uses A4 paper (rest of the # world). +.if defined(PAPERSIZE) +PAGE=${PAPERSIZE} +.else PAGE=letter +.endif # Normally the Postscript driver, grops, produces output that conforms # to version 3.0 of the Adobe Document Structuring Conventions. >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 Aug 22 10: 6:45 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from directcommunications.net (mailgate.bridgetrading.com [62.49.201.178]) by hub.freebsd.org (Postfix) with ESMTP id 7F90637B414; Wed, 22 Aug 2001 09:52:45 -0700 (PDT) (envelope-from owner-ringtones@mobiledirect.uk.com) Received: from localhost (mail@localhost) by directcommunications.net (8.11.0/8.11.0) with SMTP id f7MGqQ332067; Wed, 22 Aug 2001 17:52:26 +0100 X-Authentication-Warning: hercules.bti.com: mail owned process doing -bs Received: by hercules.bti.com (bulk_mailer v1.13); Wed, 22 Aug 2001 17:44:45 +0100 Received: from mobiledirect.uk.com (aries.bti.com [10.54.1.1]) by directcommunications.net (8.11.0/8.11.0) with ESMTP id f7MGiiU01504 for ; Wed, 22 Aug 2001 17:44:44 +0100 Message-ID: <3B83E168.2090106@mobiledirect.uk.com> Date: Wed, 22 Aug 2001 17:44:24 +0100 From: Mobile Ringtones User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3+) Gecko/20010817 X-Accept-Language: en-us MIME-Version: 1.0 To: ringtones@mobiledirect.uk.com Subject: Ringtones and Logos Content-Type: multipart/related; boundary="------------050200090204050702040306" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --------------050200090204050702040306 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit newlogo




Personalise You Nokia with these great Logos!!!

Picture of Logo

Picture of BITCH
Picture of HOPE
Picture of Bomb
Picture of Dragon
Picture of BEER
Bitch
21692
Hope
21716
Sex Bomb
21740
Dragon 1
20110
Love Beer
20203
Picture of Fcuk
Picture of eyes
Picture of Trust
Picture ot rizla
Picture of Simpsons
fcuk
21951
Loving Eyes 20142
Trust No One 20409
Rizla
21256 
The Simpsons 20399



Call Now ON  "0906 400 2144"

Quote the 5 digit number and your logo / Ringtone will be sent immediately!!
For many more please visit www.mobiledirect.uk.com




Get Your Mobile Rocking with these great Ringtones!!!

Picture of ringtones

Description
Code
Listen
Baha Men - Who let the dogs out
10138
Bob the Builder - Can We Fix It?
11107
Shaggy Feat Rikrok - It Wasn't Me
11762
The Simpsons
10009
James Bond Theme
10000
Star Wars Imperial March
10085


Please note: the call costs £1.50 per minute and the average call length is 2 minutes. Please ask bill payer for permission. Calls from mobiles cost more depending on service. The following phones receive both logos and tones - Nokia 3210, 3310,6090, 6110, 6130, 6150, 6210, 6250, 7110, 8110i, 8210, 8810, 8850, 9000i and 9110. Nokia models: 402 and 51XX receive logos only. Motorola T250, T2288, V50, V100, V2288, V8088 receive ring tones only. Please make sure that your mobile is listed here before ordering. Mobile Direct reserves the right not to refund your money if your phone is not listed here. If you experience any problem, call Customer Service on 0800 015 1175. Orders normally sent immediately, depending on network.

For hundreds more ringtones and logos just click on to www.mobiledirect.uk.com - pass this on to a friend or stick it on the notice board

Important Notice: If you do not wish to receive any more emails, please mail us on majordomo@mobiledirect.uk.com and click "send." and your address will removed


--------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhiAFAAPcAAP////39/Z+fn/n5+ZycnO7u7tXV1b29verq6vv7+/f399vb27GxsX9/ f2NjY7a2tnx8fPT09M/Pz2RkZOHh4fDw8IWFhY6OjpmZmZubm/Ly8tjY2KysrIuLi6Kiot3d 3cbGxtfX16SkpLOzs9HR0ZSUlMjIyLm5uaqqqu3t7dPT0+Pj4+fn56amps3NzYCAgIeHh6Cg oIKCgsPDw+Xl5cTExJKSkq6urqioqImJid7e3sDAwFVVVZeXl3FxcWdnZ/74+bq6umlpacvL yywsLHZ2duUsTB4eHkhISPEsT09PT2FhYXR0dFZWVj09PVBQUCMjI1paWisrKzQ0NM3NtRwc HCQkJAcHBzs7O0VFRScnJzExMQgICO8AKhYWFg4ODgAAAA0NDRAQEBISEgUFBd4AJwICAuU5 V3l5eY2NjdPTvunp6ZCQkLW1tfz8+m5ububm2uzs40dHR2tra3Nzc9bWw+wsTr6+vhoaGlNT U3p6euMsTPb28RkZGS4uLjIyMu4CLNKvtQsLCykpKUBAQENDQ2xsbO4sTv77/BUVFSAgIDc3 Nzg4OEtLS0xMTFlZWVxcXOMkReMlRucsTegsTfEpTPErTvorUO85Wu9QbOpbdNCts9CvteTG zOvDyv75+v7+/gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAiAFAAAAI/gABCBxIsKDBgwgTKlzIsKHD hxAjSpxIsaLFixgzatwI0Q2cOlRCihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz0qwDx01D Pmp0Ch1KtKjRo0iTKl16Uw2fhW6CqonDsarVq1izat3KtavXhHGk+kwIh4qasV/Tql3Ltq3b t1ijUoGjMChVuHjz6t3Lt2/GOFTqKAzpt7Dhw4gTfyWckLHix5AjS54MwPFBy5Qza97MWSvm gp87ix5NuvRlKoNRm17NunXm0ANhu55Nu3Zb2ZVV297Nu7dn3ad9Cx9OnCJu3MWTKxd+HPjy 59B5N48IqLr164AIXh+I3eB27diz/nMP370gefPfwVcHQD79eOsQyzd0j/B8/fD35aOHX3VN Dx9LOCDggA4sQYcHKRgUQQxFEEiggTEkKNAQAi6RhkMJQBDgHAjEEKADKkDkAgxLfOjggzCA 5pyK1LXHH3sv4qeeeAK5+J6NN9oHI33bubhejvTlF6SQCvlII5Av1ujjjPpZFEEPeIAh5ZRU TkmECKAIBAoOWlTppZR+CCCQCFM64RAoVUy5gANTjtAQKCM0QsaXdPrBYmMrLmTkj+npuCON Riq5pKCD+tnjoIQ2edChP+qZ5H6I/qnjnoC2p9EPdGZKgEAwZEqnDACgMKUcZx6hpiFtNtSA p3ROcSdC/sh5tyehSM6YqH2z3oqrjLQGquuji/IHbLCNyuqrpJPmGmlFOiQypRhHHCHIlGNE K8aUVawBChRTXhHtt+BOK6UgLIwwKoY5+OBDEQVgKqWbC40w55RhgGvvt1U88Wpw8T36XZ/J 8snjkbRCWmx3lvY67I3gMfRvsQkNiSyTiaJ3K8XuQUxRGlMWskIEEaAxZQ8gbzDIlBlIgO0M ILfscgh9tPnAlEhQtESqCzVBZRUhKODzz0ADva9BsUJq9J9IVrqeouwZS7CkBiPbKKNP29ri 0hoTSSzECA8pXpNdZ40RBCMP1KmUmwqks5Q5mDDlBAshMWUbM0uZBSh45423/gIBEBSABDWA YAIoN7/L0NpSLgGA3ozrTXSesUEesb9Txwjfw1iLvbXTm1OtMI5S9yvx5qQbPXrBpvOa0apS XigQ62CkDQDiHbjw9kJyTPlA3WAIQsTvwP/uhxMwIKClH2aQIcgHc+CsEA9UjuFH8NT/LoUU MwytvaOIApz590gfzbD4tlKdnfmqJ+xwkFWjTj7D7F8+LOZMTwT7BQPBLjv0UtY+pQO40x3v WAWGPqQIFCcDAxmY57yE8I+AVWrD9iJ3NT+FL3yeix/XgOU1+QkMfMf61Xz00z73WS11GvMc 50SIkfvlb0r7m5L/pARAheROSruDIJXYAAApSIkL/gw03EIeqEMhUhBPFVSU975mKQ0SzImd E1YTl6WrIk2xhBd83+eepsL3WdB+U8Lf62A4kAfOEAxwU4jccMi7KkxgAg6awA/+MCUtVMAP PwwiGO7AECJq4QdwPJGDQkSQ6YjufAOrnCLDtsFGcnF+HlQaIytoxQ+eTmId/N4TI1k6LUrE hWNEWxllWIMpKU6Nc+OdIxISAUWMiwR0BAMQmyclPi4kD1T6gXEklxtKZvGCGZMRCSmXwkSC r1ang9EJV1ixSrYPbPQ7kvmipszxWQSUANDfKNm2gSkpIgYhCIEKxknODYzAWVIKAu+cYIB2 urOdGyAAOsOwgS1I6QoU/qDDlJRgAnGS858hAMAjdiaCDbzzoO0MwQYmKJCinTCYi2SSJUFn wl+VB6LoG6b6mPnLre3qWJSy6BJVRxFsalMgD0yRFajEhSu49KVX4AKVvrACc0nJDDCFqUzL pAA8guEKHwjBThXY0py61AsJGIG4plRUo8LUCgzt5SFzZE1jLvKLmSwUMSNpqI06jaIeFWau RCpJ0IGVImSTkhgBkNbYDQRxDQBADIoopRsA4AZ0FcMMQOFTMgQUVQQURAUAQCa6ggEPUXWo NaEGzK0ezKsVJetiJxbCsxoMshKVTwgtelmNkpQiepiS6wAQWlEKRAlT0sOYprBUOnFhCj0Q /kgLdBgGJ/BxW1MiAQAiAAFFmMFTZJAQBxrRh3kR0AuJ5WUnMWi5Yjq2hJckqRMRedb6fVWS kwPrF4GUXUwmEyIhwIAAMhBQgYRXAARYqEB2kAEBYKC8i9vADQgggPraF703WECWBEIB+taX AAAOMAEykIEbfKBvAEgABzAA4AIMRAMziEEGBCxgDwyAICm4w4ApzGEMxCC50QlxaUABhBIT hMQmPnGJEdEQRHyixPudjCFFTOPJZKISSUiCHYywByPYIcc6nkSPDwFkO0hiEkaYBJGBzGQm U4LHPs6xJS7hCVBEoAAJGAjeFjeAFERAy6BIQQo0MJAIrADBGqgA/ijSvN8AtLlveCuAl3db ACvXGcQ1zrNVLmwVSZThz4AOtKAHTehCG7oLnDAQAZYAgwQkoAkfJkAjBJCGJei2CHmIAQH4 qIAlMCEGStjUHXKABQgwYL8wmMKFIEAHAKRBDgC2KwhKgAUm4IDPR4SVcgeCaz37Wi2TMLSw h01sQAMiEIrgoblqAAAvpOgNixAIHh4BgEIQIgAITkMVEvSCNwhEZQwgCCS+YIVHEwIAE1DE ABAMgBSAIbaPS82v512YYBf73vj+87H9EFsNkCEDADhCivSABz0wwQkSVEIVGkCALC2i1QUJ ARkkOJA8MEEIS4hCIwDwhi80oHgCSQEZ/mRXSF4qlt4o54q9881yYe8b4CsAg12rYAEA0AEK nfowAOQghy3PLg8CWUENskQCMrhpv0qAgMQVsXEhKAIUWRZIAcgAbzynXMTs5kskWs71Qndh E39AAgSeEAUEJIDmNmfEXaGwqUZAQQYv8AAAQrAIC02hAUSfuM3t+gQfAMAHYAD6GxLxAhj0 IMtTr3rJ5X31xrdFE2eIvOQnT/nKW/7ymMdEJ1xwAxGYQEs7+AAANgACgdSAjyQYQQxiYMsU xCANLnjwCRK0gwUAwAUBBcUDYr8BBrRABCPIEihOsAJ+6drxyE8+V2as/OY7HyPMf770p++Q 6FP/+thfPBI5/rKBAzjYIC44AQDWcAD1YqX7EkLIAA4Qe4GEXy3on8j7tZKAAwzBIBWowQEO UBg0+P///scGwQcAaABwBtEBHWAQOoAGtoRhaGBXNEAAMACAaMAGd9A3GYAGB3EDaJB+amF9 F+ECEPB9BbEGC5UCECABWiGCJIgQacABA2GCaiEBEOCBDyGDW5EGKGAQI/ACBqBbfjEBQkCB RfBGsTUBa0UQ/mcQCzAB4VYQCDABBJACQjABbwCAdPBGEnQBaVQQBDABxsMW0dcGLTAC9uUB G3AH9iUCazB391VfOFABNNhea9iGI8ABAVAAKZgAJ/CGIqADBrEGIvCGAqABgviG/h4AiDRY ACsgAIRkeoXoajkgADB4hwEQAoQYhwMAfBxwXygwAAOAAoRofgOBifdlAyNYAZ14X3EIAAdA iMxmiSHgAYS4Apt4h544AKr4hpooivf1AjBYEBxgAXegW4d4X4m4iXewiipIEAPgAfAiEGoY Acd4hoDoAgLQhgPBAcEoEEhoEBrgAxr4jQaxhAXRhE9IEFFIAE2ocwTRhJvChQfxhWG4FtHH ATLwfRVgAQTAZzQAAfxHaV8mEAaQgos4ECwAkABQXwCghxJAARDAbFJnAd04EAcAAfW4W/UH ATQwEAVAkQCwiA5JEBcpEC+4WwspJgI5EAWpgmlAAAMJ/gAgAAEUAJGfNxAJEJMDsZLfNoIX 2ZEEmYJsxQFRJxCDxZACwAYxeZAvGZMzSQE/yZIpCJESaZIVKRAckAMUUHxROZEw+JJ8ppNW SZIQ4Ioc6ZEgeZA7KSYDMQEQAAJwGZc1MAdlSY4FYY7v6IQGsY7ouJdSCADyaBD0eBsm5xwc MFquVpEKyZAeaZAjSBCLKSYOCZE98ItXCQA6YAMdwIopUJIEcZIiKZQWWZaJuZYpSRAjeZID AZEUoAEZAAPISIoCwZg9WQAXeV8ZIJQcAAN0WF/MhpRsWZuluZo0eZv2lZsPSZOfeZmHOZoF cZKq6YIVWZKeORCg+Zim2ZZv/rSd3BkEf7cEBMAA4jmeV2gQKzABPuAB4ymeMSCFfQmFfxmY XgiGhMl424iY0clWAal4CSkBNJh+AxCZDTmVECCbDaFgN3CRMRkAOQCDodl+AjECpJkGLWCa AsCfQpmfrHkQJsBDBXGhBMGCF9lrCYEAEFABSIkBBMGUFcmaI2oQEEmKHcCco6WgA8GgX3mZ n1mhzmmjAoGjIQkBLEAQ4kUQbhmXcRkEQlCWKgAB3MmdGmgQJ/AGT7qd7KiX8BmPXUgQgymG hVkQGWABCJYAFuCOFQABbnIHEFAC9gUDMEADdyAD/iUAHWABAVUCbBAAKxCRFZAGMnBfGEAB BlEA/mx6nDAwBCEgA5tZX2zwAve3AxyZADbwAv5FAGkAAWR2AxCQATCIpwGgpoUqAG5KAwNg ATwalCEyp/UFA3ZVEKBqXyUAASsQAhawqIwaoW/YASWQAJ76qvWFigVQqqcKAAWpArRqq0kJ ABXQAX9aXxiQA+64kzCAYIlqq406BKUarQahqeJVX5c6d4pqX9cKADTgpvYlgTZgpEn4o3QQ peO3APAKrxtQngehp/EKrzXgnhOwgwVxnloaYwPRA/TppfaZfW2hlpNRnRVhhRfQsA6bhQkI ACvgsA7rAxMQsQYBAhR7AWkwBxMwAmuwBBMAAxTbAR7rJu35BhvrpEIgx5aL8aUGqxYrUABy pqmDBRkzWwBrEAOkaRFV+kYQEAMD2YRPCgEecLMGwQBPKgQw0AZ9swAEYLHbyWhOuzhtAANV uJ1v0AHwZY8wG7NfUQPcyI1V+RjLOLbNCLbad3xq27bOB4JuG7f0BrdyW7d5Rrd2m7fRgRsg cRd6+7chBhhqoBBlcRaAe7jLIRd0kRByMRWI+7jCERZmgRYIARRMcbmYm7mau7mc27mc6xQN 4REg4bmkW7qme7qom7pCwROUC7mu63gBAQAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhUABIAPcAAP////f1//b29vX18e7v9+7u//Du8O3n+Obm7+Xl5t/l6+Df+Njl4d7d 8N7g597d4NPb5tnZ8dXU5tjX39XU1c7W383Y1MnW3MXW09PQ387O4s7N3sfO2MzMzMLN0MTE 1sXGxHz3fLPMvsDI1L3FzbzCxsW/18K/zb27xb290Ly8vHbsdru7uLa8yLO6v762x7i6trW0 z3Pmc7y0vruzuLW1xbS1tra2vbS0rq6zxK20vHPbc6y0s7etv6OytaC9pbWts2vcaq6qxLOv rXPWc62uvK2tra2ttaurqKOquqSrtrOos2vWa6aqra+kvqepqKymtWXUYqymr6imu6qmp6Sl taWlpaWlrZ+ktp6irGbMZqKcs5uopWrEaqaarXm6gaadpp6ct2PFY52crZyapaOVtaaRrKST o5mZmZmZmZmZmWO+Y5+VrZyVpJeXpV28XWW4Z1y7YJSTqZuMpVy4X2avc5KOn2mpeVq1Wmau ZpOLlI6MoI2Pko2NjWaldVqtWmSobICJmGibfFKxUWaZd02qUlelVmmVfYOEioWDlWaZZoWE hXePhlKlUmaVeGiKcV2aXIB9i3x9j1CaUHl8em2AeXp4hlWTWEyZTFWVVVeVZmmEZmd8b0qU SmGAZFGLUXRzh3Nzc3VzfHBxblqHWVWCX02MS2x0fXBrgm5yclCIT1p7Z3RsdWV2bEWLRUuE SWtsdFp2ZkKEQmtmdGZmZkh6RmZmZlJzW0x6UGRmdVlpZEJ5QmRebjx5PFZiaUdsVWJdYkZu Rjt1R09jVFxcbTpzOldaYlBlTllXWDxpST9lP0xbVjdtN1hPX1ZVVlNPXFNSVDNmM1BHYD9a Q0VPVU5NTU5JVktIV0pJSz9SSDFeMTVUNitYKzpMQD9HPTBQMEVDRkc8UkJCQilSKTRNOTpE OidMJz49Oy5BNzg6QTo6OSw/KyNIIy08MCFCITMzMx86Hxs3GyssLhkxGScnKRYqFiEiHhIm EhAhEA4bDgsXCwgQCAUJBQAIAAAAAGbMZiH/C05FVFNDQVBFMi4wAwEAAAAh+QQFSAD/ACwA AAAAUABIAAAI/wABAHjAYsiTgwgTKlzIsKHDhxATWiHDQoDABxQ6qLCBo6PHjyBDihxJsqTJ jkaMkFnExwBGChRUIDGCY4jNmzdr4tyZk6fPn0CD2kRiRQ8lYGhYdOhQogQII1aeWIl60MqV K1kkPrly8OrVLFGvSKFyxQqVJleakDW79QmSJgibwH1C5axcugflzn1i48giYMhoGWGhwogD AC/GpMWS9sgRLEcUNzlSJIuRLFWuFBGy5QjmJkp6QFEidnQPIJmlGNFsY0rKI1Bu2IAypQmQ IjlsLCmipAgUITaUTNHQYFG1as6e1LyiAIANK6stG6lSZXX1JlWg0JRr3ciQI1dWY/8psrqJ 9ypFbBhJcsQIlPZD3hvZXYQH5SI4bue4f39KBgSWiIMNNNAh8UQCAOTgRnjlGYFWSlegd5l5 V711hWNXTSFFFuGJ1UNkRwxxRRjkWWaDFE3QAMSFNhRRhQ03THHEDaLBKOMRFyhgiTrgVFPg EwgAcIMcaWGV1oNVYAZFE1lgh6JcVUxRhRKT4VBEZVIcoQQSUvhmhA7aTVnFEjxAUYQUUEAB RJkyStFXEfdNVgEClKgjjo9G8CWAACopgYVcWYTxZxO1PTEGFlQi4QMJGJDg4gcf1ODBBRlw MMIHJBjhwwQp6ICBC1zcEIEGcB4hxYW9AQHbWbvpcMQUU1z/oUQVEwhQ553QPXEDAARUAV1a Dl41XRVyRYihEhxUIMEHyH5QgQYt6HDBAhxcUAIGHBShAgY8GGFBBAt8kEV6EeoAZnpLQKGD fUfYAISZUHQAACJ24vmEDgEIUMSCDjY5BJMyCntZEWI1mkIEI3jwwQYkZEEGCRBwsAEHCtQg RwsV+FCCARuAS7AOZ96nZg7agewEECAvUQUHBCxSL3RWsACAAVNIdqis4DUxhlyOWTaGERWM UIQEC0TwAQYXaGBCBRyYkEERGkhwQw4boAABARlE0AAIo+nQl3a+FaHDEkc0UcQUXnt2QgH0 4pqnzARIYQV4WYC3hRIOSjZlv0ag/9BCFTdooIELLnygwQUb6ODCCVhUkUEHObRgwgY51FAD CScUgQR/KTWBww1OlH0lZUcg4cG877hthQq8VkGGeUQdkaTZDsq1M4XjIZEFFDxUsQWKWUzh YhhGIDGeDbLygJV2VPaFnnp82WD2DS4egRoWRnQgQNt4rg6AAlvsDMUVio1/BRRV3H4FouFN 0Vt2WEnR5RZcEgsEEFIkUYVqTdhQ3RIXqo0RZDdAWH2nce45wlYeBoA+pK57rEPAGciQpK8o BivuqwKioGADF/BGCUrwwRSEICW0jI82VMjC7rKkAxBW4V1FqIGr2uUY2YDHCFRyDFpU44YP NPCBMCtB6/+gQywctCgHKFABboCwhSuAwQ56kEQiEmGJU4hCFKyABSxoAYtZ8IIYvPCFL3hB C1rwIhewyAUqQMHGRLSBDGCYzA2EoIIb1CAFKsiBbHCWhdM5UHUgAAACXCeFF8wAClKoghwQ EQlUkBEYz7jGNbpRjmxYspLZ6IY3LjmNbJQDHd4oBzm8EcpyhBId5ShHOtIBjmu00hjEMAYr ECGJPWzhPTdAQWSuAAIB/LF7gXwAGbCnh1kQwxrSCMc72vGOb3xjG9OYRjCCUYtX1OISn1BF Ni/BzUtkopvc/IQ4x3kJVZjiFa/4RC1qEYxpbOOZ5EAHOtJxDWk0Ixd7uNIYagD/AD4AESqB HKQbcvEOcwijGJq4gx/EoIWGOvShEI2oRCdKUS3UwQ9+EAQuvmEPecCCQ0L0JyABUIAb8EIY jYhDEJgQhZZW9KUwjakWWtrSIGjBEK+gByiK4IEAiBSYAEjAGHARhZXK9KhIjWkQgmAKZIwh Bf38pxUCmQA7dCGpWH0oE7TAhK5q1atd3apEg/AIO2zghyMNgB3WkFWsMkEMjdBCIzrRiK3u YAdzbcQO/tCJSYgVolE4hB0sAAA9SDWQBFhrW7E6D38wQRbRyIc2dsCMTsiCGfooRieiUQ9z /NWhURCEHDgQ1ZEiYA9sXexRmTCOfohhBTuIxz5kUI9x/8hAG/roxQpkMA5/SDQKd7ADVH8K s0D69A2qPaoMeuHYTuwjGlyVBSZ2IAN44OMPzxXDZx3aBTTICw2HBUAAEkGH5Mp0B73gxw7g sQ9taEMG/DCHLMyRj0Zwgx/a4MZE12AHCpQWqAHYQxzMe1SGikEMeCgvQ9+AhzW8FcHllega 9nA64gJUvOSV6B82nNqG/iGuDvWHNlarBW74g6FtXUMiSGvhqYrXEniQqD9mXA86vKEXrnDF PnqB4n34oxg2fekaGlEMf+yjGJPoRYy1EAQZbHe/kThri40rCeRG1B/mwIQ/6OoPffwBH/7A RzRkoA9/8EMWMngpHZxr5E7MWP8fdGACPPKBCUPEQwu9uLOE95CB/xZXvIEY8JXH4Y584CEf M5aFO2bMj2K8AR4z7kWaJ7pcfphZG7Lwx6HZIYt++KMXWr6tbyWcCP9OGQACyPCVZ3yPaMzY H/PIxzyY6w9mhIDWaJaoDDJd6z+EINPauAc/6oEPVzRi0dy4x6gjmoc+XMDPF57XkiH6alY3 wsci/rU/7sGERph523TYgUNlgAdlWzquO+C1iGGNiXzEgxlt/q0j7AABaLs4wIKmdj1cXe0Z ayMEJnaHNvzRCEiHWRYOlUWZ/QEPb49D22IQdqzZ0Q9ZGIIfvZhoFAixBwnYO5DbizC1mUHr vtJaH/H/mLE5osGPELhDH/y27aL7EQ19uGMF++DGrf3xcnjweh8rgHTGf0uIREzg4wJBxLQf +mp2TEIGTS7yjOPRia7uAx6d6MQ9zKGFaDBhxOPAxyQ64Yp5MLkT8YCHNv7wdXbgwc35oOjG 9XCYUwPADiJ/aC96IYsd/FUGmOC7UbWgaHewgx3i3qpde6uPuTaUCTtYakOD4Pc/4FjuhLBD 3cMLADfkG6IyELdEiQDRuz4eol398NLbGlo7PADpACDD5wlMe41znAGwB8Psa8970DqiDEGy Owo63Pviz9QRU1gA7GNAfOPzPrBVMADsh+9840fBEVIYAFqBCoAONL/6WVW8/+9vYBFESJV1 AJhAF7p9j3jUQxZBBn9Mu+0Przc0Co84QQAAsIjzX+Sqb6AN8zAObCd/5xUPkVWAUVAJLxAk vwQz6DcBcMBVYlAPjRB/BvhSQYB441BXDVUJH0AA2weBAuEAyRAFTAYPKJaBMBUE7sAE5lBX UVAHluBxAhAJLwMVMgMAB8AIKChXLChTG+gO+IAHLFUHfDAB+4eDqoN+BMAFKOhVXGV8iid6 MvUGKBYFgOAGEhAABbAjbsMXIggAPxAFf7ALTrYGxRBWXCWF4pdUlrcCjcAODgZWYSVWUih5 MwUIYWAAAbAAopCDSHAFHgcAIhAE3uYKO0BsKzB2TP9AB5jgClogBpPwBpOwgvP3B1umZXDl Cg42Ca4Aiobgd321UpggCwylhVVAAAHgAKEgiFfwes5RCHjAav7ADp2gD/fADUUWD+7gZpnm gTLFBLUIa77VCOZwD94GabJlCNxQD/zgCsyAcSjmCE1gAATgioJoBX0GACcACLUYDdHgi+6w D+NgDsWwD67gD7vgD1omjPNXi73gYwFoDv6QaW7mCvwwjfPgDsUQDfNQD2/ABGtwCj1AUhvw im6jEj4EABTwBYPgD5MQAvdwD5iwj67gasz1ZZAGjzBFjASnBY2nD5CWaZnGXP+ID8WACZjg DmbHBH/QDCYgECRAC+fgNrr/Q1oAIAFfEAWT4GCNoFeN4AqYQAeNYIlM8AZ9hYkxRYlvEAQx ppSVOJVvcJRMYFmG4HhbZQjAsAEFYAAfAAs3iSeDmAIWcQCH8JSPp3h3OIVs6Fanx4biZ4dv GQTtMApdeAAxYJMLaQU5IIIDIAqX8INBiFRMMAn0EAkLUAANkANiuZBkcAUIEgBuQAp5UJhI FQRrsA7vsAfSxwBJMAtjCR2XQQayiALJQApdQJiYSVEw+QrrkA4+sCcegAWPiSerMQZCJEi5 8A2QkAdMsFJtyYJR0FU1pQWQoAzqYA/E4AACMAApsAW3SZrkYwMCEAAB4ALd0A7H8AqmcAmG YAiY/3CJLEVT5nme6Jme6klTeRCef4AHmfAL07AO9HANRXCdCjAFWZAKo1k8hLIFHaAACZAB Y8ALxnAN4SAN1JAN4IANw3AMw/Cgx4ALuBALq3ALv1AKq7ChnlAKt+AJnrAKsbAJnhALnrAJ q8AJm7AJsdAKLiqiujAMy2AMuqALz/AMxmAMouA4CNAAL4AGVxAK/bk5NTAGbtACHAApNpAF YzAGZPBGT4oGdjAHdtAGbDAHc8AGZpClXtAGbTAHXmAGZeAFXnClXjAGYyqmZgAGYLAFTgAG bCAHc2AGY1AFcMoGYEAFVRADNYACJsABNeAG98IKY/kExXMEKQAeVdADNf9gA0OAAzMBA3AC AzfAA0NAAy7AA5RKHjCQqTbAAz5gBDRwA+YiqUpgAy2iAzhAA/hBqTcAA0oEBIThAjDAAiww AyqQq6TqKkxaBTogpKrTBCdwAy9AMjWwHyxwrFPQqL3RAsGhR68yA60BHK8iG1DQAzcAG9h6 rS5AMrIBBDdwA/eDAjMABDTwAjUAAzMgGzYwrDaAAjmQHc+aCg+EBmTAB4iACKIQCleUCrAQ Cvy6r6cAC6kAsAArClrECgqrsKOQCqwQCqwwCqHQsA+bCv7asLDQsBrbsKGQCqOwsBBrsSKr Rf4KsFoEDvKgDtXAAotwFNUgDuoQs+dwDjFbszNhS7PqgLM3m7M0u7M5y7M9e7NCK7Qyq7NF G7Q+ew7vIA/0YA+UMAB8ABjVAA7iULVWe7VYm7Vau7Vc27Vee7XvYA/IgCAGgAbA4AzQcBxq u7Zs27Zu+7ZwG7dy27aUgCABAQAh+QQFUAD/ACwPAB0AMQALAAAI/wC1CBxIsKDBgwOZDBSD ECGTIAkVPiQI0aHCNWKCaBTzUGOQHTsQBnFVj2GQaLKYmIP3hwmTRvXwBGHXi1u+fPXq6cuH qR6+nfjqTYI3L+e4RnQO7ujlj6GMcftk3PPHTUYQTP7+yNDHrZc7d/7qmWOHdR67r+Y6+YvH zlw9f42UMnUKVUY+ePjGrWjkD8/WcUQE7pMVYgUeuCs07vX3ZoUMMfPMKSy4tKmWp1H1jduh LxpTv5pDauHXaweTP/5Sh11sSOGKePVEE6zMEfNWdiu05EsNmp1of8VCrtEmqzgmGXwNaWzE b57shJj2Sfenj52MffFkMBGzL6sMf/BkCFj0x0z8G3+9fvIjH49p6nprRHYqRr+XS1mdJveK toZJr/wCFdOIQpBFUwwz9GEyTy/MIPjGZA1pQURgEkKoxS6uXFZRhQMFodCEgUEkg3gRljgQ SCamWFBAACH5BAVYAP8ALA0AHQAzAAoAAAj/AP/9W1PMHyY69fz1WiOwoYwgQfA0msiwoUWB fyY2uvhvUqePnSb++6PPn8mT/vL9+deoWDFtIflFYxZPVsNiM4sJZLaPWbRo2ly61DZPm7af 2vS9Obnvnj5890ya23HUlax58zBhMmfzDZ5O8Fy5GsfO3T8xvdx1wjPJqixZkxr9gecOj7ti 7BodlfVmUq9ojcw1YtaLXydMvRqZnPTPqLlO5uK96dWJ6klZWhL6a9rrD7dijfTpE0ikETt9 MsXskIHvXyd/svzBE2M1iCx37P4RcQePnT88YvxxawRvXy9/9zDheePOnTkZ3JALlIUTU7TP WpgIV9yP2Qo8+ri9157HD5+YeP7mMXnT+h8/fv7iRd+HKYSYcfvqvanXvpdPbv+s0MkaWvDD jGbjNEKHP39g4g8TeLhyXHydFcMPN9H4w08vb2Ayjz/msKNNPrCpBSAeJ+GjhQwr+OcSM1qA GA08y5nU0yTuMPFhNP+8IQMzzj220T+9EAVPNHjs0xGGsvTSyy5M/HPiPT4ZYtNKtBni0kjR yNKSOf8wIctRPP6Dxz+Y6IVUPgCOlBY8cMIjy5ksTcLNPnDiw84a/MQT54V9wjPPPfXo4+Uu yNUDZ3eNYNIJYwEBACH5BAlYAP8ALAAAAABQAEgAAAj/AP8JHEiwoMGDCBMqXMiwocOHECNK nEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMK HZpTi9GjRwmO88dU37+kBhsJJEKESS94WPHhm5ePHVKoGr8iZcLkX1lz8OrVY+YOrFEx3O79 axQtWqdiYmTImsdNRhB9g8RuFItUzBsmMnr566RNFjd+TAiP0zJOjBhXsuLVK9ZpnLl65rT1 euo2I+GvO1b8GSf1j7Zifr8yMffnXpBGWmS4uqft3rhecQ2RLo1Ri0CxQZj80RzPHTxDvfSx m2eOrPEg0epp09eJnxZz+f5p/+tU7988TGK0RSZ+0fhwo0wauWMab57AcfnyxevnD96kP0Fg xw4TOzSGBzsraPPGClpow4w547Czg2BhHUcWgbIwVQweK4QAzz9MyRLCP67Mhw8dO+wgA1my rCEcN/i4M0lc9+gFTxAUmnYdHo24wk4n/pgTAo5asMOUP73goeIK9eBjCDPc/NGIGPCs8c8b eNwTTTG9xMOONn+4sx57FhnVCD9HHrkLE9rkc8+RDnaCxx/6pMnUOLJg4t48e7njHDc+5jgY M8w0YqihhpRn36GNFENoI8xEYwijf9STnBZv0BENpvrgs88aRSJF1KiklmrqqaimquqqrLbq 6quwxhYq66y01mrrrbjmquuuvPbq66/AyhoQADs= --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAAACjYSPGctxDJo00lEIk96U13U5HziGIrhZ 3JWSGVY2ESpnirraj0ujIVLr8TQ6TxEmBPpmQ+YJ51ztdMipEhe0ZK9LU8mLXVKLThl4hBaa mVcu8XNOf9nmcbi5ja+nYp62f/dkwsYH1dKF9Hfn9lLlJkXYVgfIqBZpBdn1M7nIR5h3Axlh NPGDWagCqqBRAAA7 --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAAAChoQPgZuhDKOclD3onMwo63Z1nuGNEVeJ 5WKaR6nBFNq9H+iqJL0rHF/T2VSPnOUCBO0amxCN18rBkDebLzYVopJQ6fQH/q5Yn2JISCTL xOHKj9mED63ma69anRmPyh59uGXnN3bH1lWIl6gERpdlRXKHocYnUrhkmZKQualHNbeZxyk6 GlEAADs= --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAAACiISPqcvtD6OcMVgLQqa8P41cBnhhZQai o7iSqcl+ytmKJ7bWWrnDfdxIjTZE4TDUO7yIm19TGeQthUamEnd8Dklb6ALHc9CA1ia3GzIz wNJKGUWFThM7L/0XhtSRquxeK2eHJEV2dWPz4oJoQweHNUhYpVPT10cDl7VVqNPm4fnpmAc6 ykHYUAAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACkISPaRHqD+NpErJ7UcNMA7pkyyc6VDdx mYpZJAt7cKuA3DuHd5qq+p4AhWqnm/BxGhWPMtqn1nMCJ7+SxrqxXm3RaCnLGuaq0+erQh6h qU+mK2majSXLMBLnM8Vjxw3+W5aXtoVC2MFlh4TltFdX+OfXJvhT5aVldmZmFPPHE+Qo+NgV IcqptqL2WYiy4nZQAAA7 --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACgoyPqcvt74AEalpZZ9AbL55RnZhYyIVu p8aB3ni8Jri+X3TVuYHKnh3b8WamYGrUQ6Z6pBKNKVT6ikaatFkFDq3bJfTKImK7IWPomexS j+dp0p2DUuTgMVL3rm33Hy2fe4cX5iTEpoaVdtYXZQbj2NEI+adlqLe4Q5cpBsHZ6fmZUAAA Ow== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODdhSAAOAIAAAP///wAAACwAAAAASAAOAAACc4yBicbqDyM8UrH2aN08hw5cmvWB5jZW Yumk55u40dqu7GJ7843XfCia/Ho+0k4XGwIvwqaTiDRCPcyo1CoDIpXJau2JUrq8Epo1CcqO S1wcGX2GT6/y7BLzjU/VvxH/PSfXlUfSx4PXhSjoEyQUtAa2VAAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACc4SPqWvhD2NgQB5bpab3de1R4JZEXOks JBJmI8h+0OlOH3226IwrGLOqvSYzj0mUkg2TvqUlNEIyla7ecNfjOIONTXF6zPJwYeF1KqTp zNydM8Mua79EmGqbhKbkbtZxfXflpwSIkoOm9gNkgnjYmFVCUQAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACZYSPqcvtz0Iw8lRwsZyZTg2G3nhVXXJC SKq27gvH8kzXTvmF5rejPPdbBXG6nAUo3HgyHaImtQkWWbaq1RjDWmHKaHH5M0ZzXh9OCVY4 v2XRCLRmD8e+t5yEJcb1c/v2DxgoiFAAADs= --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACH5BAAAAAAALAAAAABIAA4AAAKCBIKJdmqamGN00otzhbF1 HkgdBmniqE0jyp1hisKL+cyeCG9vVtK33zgJLzEbKWSUAW+WIDEZw0Vtq92zhXserZufDhR1 sYzhpBgK7h1rZGuZe4ZT50qvs1a/smnh7fB+N/fyQWfSdzWYxmYBtucB5wLUo/ioArJYKTNj ttTp+UlTAAA7 --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhSAAOAIAAAP///wAAACwAAAAASAAOAEACkQSCqcZtwaCb50BE85IR36s5IEh9DXem nai0oVih6vxi9PMk2fmZu66rlG6d1mJiE1pkOOSOiHK5WDAhc2X9WZrBCOyK8xxfTSWvzDQa taOnJ/ykddXTKtnudSdn6zyVN+aUBLYUwzdF8geXOCRGFhQI6dM4pCGzlyehefXmh+RYVrk1 WsJBGHqaSRqHWtrWUAAAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhUABLAPcAAP////f39/L08/Hz8fPy8/Py8u/v7+rt7Ojs6eHs7uvq6ubm5uHk5N7k 4Obe5t7e3tve2dnc29fd2NbW1s/W1M/U0MjY28bTyrbS28zMzMXLxr/Mw8XFxcXJysDFw73D vsW9xbfEvLXFtb2+vZbSr63Csri+u7W8t7y5uLW1vbW1tZy7xaK+rau1ta61rpu8pY3JpqW1 rYrCoKC3vK+wsa2trY+8oZ20pIm7naetqqWtpYLAnIO5l5mwpY22nH7AmaWmpaWlraGmoJGt n4K2mIO0lZ6lop2lnY6vm4iwl320lIKrkpyfoHmrknmrjpmZmZmZmZmZmZmZmXSrioybk4Kg pXmojHOoioyVkYyUjYeSi3Kbg4uMjG2cgIWMiWyaf4KMhHOUhGSefH6IgmuVe4SEhIWHiWWT eHyGgWmOeHqFfWqKdXaCeWONdWCJbnp+fF6IcHZ7e3F7dF+DblOObW14cVyGbHJycmF7bGxz cU2DZF1+amp0bld6ZlR5ZEp6X0d4XVNzYWZmZmZmZmZmZmZmZlFyXl5oYkxyXFRuX09tW1xk YVdhW0trW0toVVVgXExmV1hcW0piUkRfT1NaWUJjSlJaUktXUFFTUUJbS0pRUT1XSUlOTDZc RUJUSD5TRUlJSTdRREFJSD9JRThMQkJCQjROQDVIOztEQStJOjBCOCJJMzY6OyZEMzU4OiJB MS46Mio3LSg7MTMzMyQ8LyE6KRo2KCsvMycyKiQyKCgoKBoxIyMrJyEpIxgpICEjJyAgIBkh HRgfGgwnGRAkGBkZGRQaFhIWEw8PDwkUDgoKCgAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFFADMACwA AAAAUABLAAAI/wABCBxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDQjwA4YDI kwUVVDhR44SGCgpQimSQg0qNERkeIHjQYYFMjwqEjAHiocOEAwGSPsgw4KdGAkDiPPnwoUOD AwKSJp1QIYDTix7eeDmhgkaGDBIOHBigVUCGCF8pGsgxRoUJJjk8TBjxYcEBAwS0KsgQMy7E CjpUZKjBxcgJDxoQ5NCgdkBgrxEyeDXMMMAIHRo8MBlDJYeKDxq45mCA4EABrQEqPODM8IQO CRm85GHzBIgLEx4qNGCSAQECA1m9IshgkjbCDFSAaxG0m4qQlqglUGCyoDVbrREmOP9H6IKK Dh1sIpmRk+WIaRMcKkxwUcG4gddeDVTwOb6gCus6PEEJF3J48YQOLjymwQMsLbAAW5cBwEBX /RHEAYA5HPIGGGpYV8NpGmRQAQUNDEBBB1oBEMAEDFQ40ANUHIHgGItgIQcW7v0GGYkTGDGG HAgkJRACE2xW4QBHHJiDEJRgwQYYTwiR4AcZTHBCGYt4oQICAgj0gHwtugiAC1ic5wIfcXjB RoymfeDCGIfEQQUFfwGAABK4cDFBBEb2p0EWQiCoBSNPsMcEgh+gEckYJ0jAQAEHiFDED6ug csIE/FX4AI465JADI1xsGGUOJggBBgcTPKDABT7sQEIbtAT/A8aCfToXABOH5nCCGnwQGCOC JoTIgAQvKMGDFZ4o44stoLiAqZj/deqCDpFwUYcWvbmgQgURlFAEDDhM0ksuvCgCSDBeWFUr bRVwqisfd6DR4RHbbpAED1s0soUTmaiSCRlt7IJJDhEU1t8BT8iYmIDWYuHSDVbwIIMqvnxB BizCSDLHHp3wgoUGDKzLWQ1KkrpImiqEsIQTOMjgiDKywKFIJob0kYgkiPjCBw0PNNcfdEB4 akIWlDDBQRM88KCEIsEE84kie/gRCCSSkJLJK6gcwaLIcRlwhBA5fHgCJW98kIQSTuwBizGT tNGHIpNM8sknkMCSSi9emNCdiyfI/+hCDR6AgYkKMYjRRRu9GKNIH45Isgkpp2SyBB6yECPI aiFr6neCJ2hihgZbnKHEKcI4QgowkH+yRx9brIHLMLA8cZTPttYAtgsuaPBGJB70IEYTmxzT izCxbKJIGp6Q4QkyivyhBg0cCJD5zzm64CYmT4DuR+LHqLKHG2lsAUkvp3ThwwYAeHBCAAsY UKEBgeKuWByCZDBELscgI8seinxCRizB6AMRWDCBAgBABSMIgAHC1J8PHKEGuNNADh7BhAts QhiICIQd7OAHXpDiCjYIQc+QAgQKBGAA0xtPA3J0ghNkoA6CqAAVWgEHP7ghF7nwgxJekIEG LIABEegAE/9G8AABKIB2znGBb8iSASFcggkUCIUpeHGMTYjBB5eCgAQ4gBMaoEEzBkChiybw wCllgA+LmAAVkkELPUzhBvGZgAdyMIIFBEAFZgiAAO7DgC71JwBmOgF9mCAKLESgEXRAAnw4 kIEcACEDFkjAA7jwAQD8ZQDGcZEGjKAtFUCGEZoYwSY9YALUPAELLVgBBiYAhCcI5C8GWKCL BnC7FlIAC5yIoQfodYI45CELVZgBChjTIgEsYI8I6KOLPiAEGrRQAyM4BCXqcJYTPOEYugDV E1RQAyAIAFLJzACJkEgbBBghB5yjABryEAk+fOABGqiBGZ5wExF5gQELRIAJIsD/AAZkqj8n kBITdXAtShxCEG9gghG4QAOcMOAJKDCOB2jwlwMc00ULOIK2ToCTOlCBCahgBR8ikYUyPOEE qGpkAwzQmwcZQC1iCmiCtuUkF2SBE6LgxBO8wAQaBOcB2kEYDQzwpQYYrD8Z3aj6+ECvHNzh ZGVggmIokCAPZIABDYhAHR9wUb4J9AQVUIMWPmSCHDyBVFYFAg1YpIH21aAC+SQnbTJaA2c2 kg/o1NEHIOMjLjQKUxTIwlG49E+Ago0GJnjhNm3DBCDUIANv0AQX0CKBBXTgDUfppx3FlFGz busIcjiBF+qQAw6oAAgmKANoSukBCRARNxJ4gPvEVCos/wjBAxfIwxEoUYo4cKGsVMqAEWgQ HqYwgAb+dJCY7HQEJrzBBRR4AhsEMQuytQQ+T1ADEDoQngOcAAgGOI4CCLBcEwAhqpDJwxPG ACgmSEkDmMAEFzpQAQmwFAsQWIACWrNcBTzQNLd8w13KIIQRqCAHWFiEETwgygqYlwF7YtFy AeDAHEDPA4I4Ah9EIYgsqGDBpATCCRiQmgPs5YcP4BpnvKbWS2lBDXn4hSsiYQS7eOAJZjDL BI6Sg57oFwET1sATnMkBDFMhD3KgQsK0pYlc0rcBDzCDB/opvQkHAGwmuNRoVXAELqAWCEZY BCewAJkQ+VUCAxBAA1TMmQocIf/LHPjAIqggCE1ElQZUGEENPhC2lXBLAWHc7ITDlmUKeIEP lNAFKijxBG194Alc8AA8MdUdAxTWRRA4qUs8sAg5UCJLSvaUJiIhYL1AgDURAPKEBeKCI9jS C4c4AhbAQCogZMEVqECDCymQqgjMZtUCeeiUOMAINXx6EagdQw6Y4ALIVODZl55w37Isw0uw 4ha34IMXNGqCbnsAMqoG9kAIwOwToOYRIcXEjYzQKRWQxQNNEXdBMsCELGcAC5pgwxi0gIUo deq2bF51DXTgbUYcQg37VnK/KyDvhGS0hRx4wij4gHA2xAEI0W74QO6NIBcsYtGHAEMGNM6Q CrA7oGoGwIJmnBMQACH5BAUUAMwALCQABAAKABIAAAhzAJkJZLZgwsCDzCKUQThQAbARDJkZ OPYrAEMDs5YJYrhARZxlKBAyCAmqlMgazB78qnCQAUpmglS0fIkl5ECXArMYHHgApYInFplR GDFCpocMAu8oW6bsCbMDArksm7pMyMFSVIsxOEjD1a1ILBEe2MowIAAh+QQFFADMACw1AAoA DAASAAAIjgCZCRTIgcbAgwMzUEKIkMGyhQwFRrgDjFNEZh0EBdC1KOKDZVgMGOvAkAGoZRzi mGHYgQkQYG+eMJxQzICQZSNKAtMVAFQNhhlycAFlRibCDAZrFMtxcEEEDj+ZlenILECcYsqA MWVGQBADZneWiV0GRGAALAsWFBura4HACmWZZbnF8cHAEW4FLvgaMSAAIfkECRQAzAAsAAAA AFAASwAACN0AmQkcSLCgwYMIEypcyLChw4cQIwpcMEGixYsYI5TByLEjQwXARngcSVKggWO/ ApRcidHArGWCWMqMuEBFnGUoZupkyCAnqFI7gyJkUIPZg19CkxIkKjCmUqVMmWF5CrUosyxU kx4oquBJ1p0URoxQwcxDhq8z7yhbpszrAbQyuSybu0wI3Jml6BZjcFcmDVe3IlXoO/MAX8KI EytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4 c+vezbu379/Ag1cOCAA7 --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhEAAWAKIGAGV/ov///wAAAGB7nzJAUrbD0////wAAACH5BAEAAAYALAAAAAAQABYA AANTaLrc/jBKIeQiQABLhiiF1AFAEWwKqnTBF5zpxXomrBKBObTCq66Dwo7W+xk6ulbGRspg hhSfg8JywR6CjnVjVGRJUkPXkP0UVOPyeFqxuN9wRgIAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306 Content-Type: image/gif; name="Sent" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="Sent" R0lGODlhmgEFAID/AP///zMzmSH/C0FET0JFOklSMS4wAt7tACH5BAAAAAAALAAAAACaAQUA AAJBhI+py+0Po5y02ouz3rz7D4biSJbmiabqygbuC8fyTNf2jef6zvf+DwwKh8Si8YiEsZbM pvMJjUqn1Kr1is1qEQUAOw== --------------050200090204050702040306-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 11: 5: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 91A2437B40D; Wed, 22 Aug 2001 11:05:52 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MHw0017625; Wed, 22 Aug 2001 10:58:00 -0700 (PDT) (envelope-from jedgar) Date: Wed, 22 Aug 2001 10:58:00 -0700 (PDT) From: Message-Id: <200108221758.f7MHw0017625@freefall.freebsd.org> To: dspartz@yahoo.com, jedgar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/29904: make world failure, 4.3.0 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: make world failure, 4.3.0 release State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Aug 22 10:57:30 PDT 2001 State-Changed-Why: Originator report error due to a skewed system clock. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 13: 2: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 741C437B444 for ; Wed, 22 Aug 2001 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MK01t37252; Wed, 22 Aug 2001 13:00:01 -0700 (PDT) (envelope-from gnats) Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id B05AD37B43B for ; Wed, 22 Aug 2001 12:59:29 -0700 (PDT) (envelope-from anarcat@anarcat.dyndns.org) Received: from khan.anarcat.dyndns.org ([65.92.160.180]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010822195928.PWEH3759.tomts6-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Wed, 22 Aug 2001 15:59:28 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id D33B618A1 for ; Wed, 22 Aug 2001 15:59:19 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id BFA2120AFC; Wed, 22 Aug 2001 15:59:17 -0400 (EDT) Message-Id: <20010822195917.BFA2120AFC@shall.anarcat.dyndns.org> Date: Wed, 22 Aug 2001 15:59:17 -0400 (EDT) From: The Anarcat Reply-To: The Anarcat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29964: Setting iotcl SNDCTL_DSP_CHANNELS to an unaccepted value sets it to another unaccepted value Sender: owner-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: 29964 >Category: kern >Synopsis: Setting iotcl SNDCTL_DSP_CHANNELS to an unaccepted value sets it to another unaccepted value >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 13:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.4-RC i386 >Organization: Nada, Inc. >Environment: System: FreeBSD shall.anarcat.dyndns.org 4.4-RC FreeBSD 4.4-RC #4: Wed Aug 22 12:21:57 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386 FreeBSD Audio Driver (newpcm) Aug 22 2001 12:19:11 Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 (1p/1r/0v channels duplex) >Description: Using a test program (rec: http://anarcat.dyndns.org/ftp/pub/FreeBSD/local/src/rec.tar.gz), setting the number of read channels to 4 on a soundcard that supports only 2 (my soundblaster) sets the number of channels to 0, which is non-sensical. >How-To-Repeat: anarcat@shall [rec]$ ./rec -c 4 test.raw recording until INT (control-c). number of channels (4) not supported, falling back to 0 Device: /dev/dsp Output format: 44100 Hz, 0 channels, 16 bits signed little-endian Floating point exception (core dumped) >Fix: I tried to dig around in the newpcm driver a bit, but it's a bit harsh for me, as I have no knowledge of FreeBSD kernel drivers internals. The SNDCTL_DSP_CHANNELS (or SOUND_PCM_WRITE_CHANNELS) ioctl is handled in: $FreeBSD: src/sys/dev/sound/pcm/dsp.c,v 1.15.2.9 2001/08/15 00:34:59 cg Exp $, line 673. Now there, a few things happen that i do not understand. Problem 1: if (*arg_i == 1 || *arg_i == 2) { ... } else *arg_i = 0; That means that we do not support channel counts != 1 or 2, right? Then we should instead change *arg_i to a sane value, *not* 0! Fix 1: if arg_i is not 1 or 2, make it 2. --- /sys/dev/sound/pcm/dsp.c Tue Aug 21 13:14:47 2001 +++ /home/anarcat/dsp.c.new Wed Aug 22 15:31:12 2001 @@ -672,25 +672,25 @@ case SOUND_PCM_WRITE_CHANNELS: /* case SNDCTL_DSP_CHANNELS: ( == SOUND_PCM_WRITE_CHANNELS) */ - if (*arg_i == 1 || *arg_i == 2) { - tmp = 0; - *arg_i = (*arg_i == 2)? AFMT_STEREO : 0; - if (wrch) { - CHN_LOCK(wrch); - ret = chn_setformat(wrch, (wrch->format & ~AFMT_STEREO) | *arg_i); - tmp = (wrch->format & AFMT_STEREO)? 2 : 1; - CHN_UNLOCK(wrch); - } - if (rdch && ret == 0) { - CHN_LOCK(rdch); - ret = chn_setformat(rdch, (rdch->format & ~AFMT_STEREO) | *arg_i); - if (tmp == 0) - tmp = (rdch->format & AFMT_STEREO)? 2 : 1; - CHN_UNLOCK(rdch); - } - *arg_i = tmp; - } else - *arg_i = 0; + if (*arg_i != 1 && *arg_i != 2) { + *arg_i = 2; + } + tmp = 0; + *arg_i = (*arg_i == 2)? AFMT_STEREO : 0; + if (wrch) { + CHN_LOCK(wrch); + ret = chn_setformat(wrch, (wrch->format & ~AFMT_STEREO) | *arg_i); + tmp = (wrch->format & AFMT_STEREO)? 2 : 1; + CHN_UNLOCK(wrch); + } + if (rdch && ret == 0) { + CHN_LOCK(rdch); + ret = chn_setformat(rdch, (rdch->format & ~AFMT_STEREO) | *arg_i); + if (tmp == 0) + tmp = (rdch->format & AFMT_STEREO)? 2 : 1; + CHN_UNLOCK(rdch); + } + *arg_i = tmp; break; case SOUND_PCM_READ_CHANNELS: Problem 2: Now this might be the core of the problem, and obviously, the most uncomprehensible. :) From what I can understand here, tmp = 0; *arg_i = (*arg_i == 2)? AFMT_STEREO : 0; if (wrch) { CHN_LOCK(wrch); ret = chn_setformat(wrch, (wrch->format & ~AFMT_STEREO) | *arg_i); tmp = (wrch->format & AFMT_STEREO)? 2 : 1; CHN_UNLOCK(wrch); } if (rdch && ret == 0) { CHN_LOCK(rdch); ret = chn_setformat(rdch, (rdch->format & ~AFMT_STEREO) | *arg_i); if (tmp == 0) tmp = (rdch->format & AFMT_STEREO)? 2 : 1; CHN_UNLOCK(rdch); } *arg_i = tmp; if !wrch, then the second if will rely on an undefine value of ret. If that value is not 0, the second if will not be executed, and therefore tmp = *arg_i will be 0! Shouldn't ret be initialized (to 0) at the beginning of the case? I think there are many of these around the switch, so I don't know if I'm wrong here. So my "fix" here would be to add ret = 0; at the beginning of the case. >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 Aug 22 14: 0:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A1B037B420 for ; Wed, 22 Aug 2001 14:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ML00j54028; Wed, 22 Aug 2001 14:00:00 -0700 (PDT) (envelope-from gnats) Received: from kitty.wpub.hole.ru (wpub.rinet.ru [195.54.193.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D47B37B42B for ; Wed, 22 Aug 2001 13:57:07 -0700 (PDT) (envelope-from marck@kitty.wpub.hole.ru) Received: (from marck@localhost) by kitty.wpub.hole.ru (8.11.5/8.11.5) id f7MKrwm24440; Thu, 23 Aug 2001 00:53:59 +0400 (MSD) (envelope-from marck) Message-Id: <200108222053.f7MKrwm24440@kitty.wpub.hole.ru> Date: Thu, 23 Aug 2001 00:53:59 +0400 (MSD) From: Dmitry Morozovsky Reply-To: Dmitry Morozovsky , yar@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29966: cleanup of ppp server socket on unclean startup Sender: owner-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: 29966 >Category: bin >Synopsis: cleanup of ppp server socket on unclean startup >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 Aug 22 14:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4.3-STABLE i386 >Organization: Cronyx Plus LLC >Environment: Various >Description: After unclean shutdown (e.g, crash) ppp server socket remains on file system. Then, if ppp started automatically during startup, it cannot bind to that socket >How-To-Repeat: ppp_enable="YES" at /etc/rc.conf boot killall -9 ppp shutdown -r now >Fix: Add another little knob to rc.conf and appropriate part to rc.network --- etc/defaults/rc.conf Fri Aug 17 11:26:38 2001 +++ /etc/defaults/rc.conf Thu Aug 23 00:20:33 2001 @@ -105,6 +105,7 @@ ppp_nat="YES" # Use PPP's internal network address translation or NO. ppp_profile="papchap" # Which profile to use from /etc/ppp/ppp.conf. ppp_user="root" # Which user to run ppp as +ppp_server="/var/tmp/loop" # PPP server socket ### Network daemon (miscellaneous) & NFS options: ### syslogd_enable="YES" # Run syslog daemon (or NO). --- etc/rc.network Mon Aug 20 14:47:38 2001 +++ /etc/rc.network Thu Aug 23 00:39:51 2001 @@ -243,7 +243,12 @@ ppp_command="${ppp_command} ${ppp_profile}" + # Clean old server socket + if [ "${ppp_server}" != "" -a -S "${ppp_server}" ]; then + rm -f "${ppp_server}" + fi + echo "Starting ppp as \"${ppp_user}\"" su -m ${ppp_user} -c "exec ${ppp_command}" ;; esac >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 Aug 22 16:20: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 07CF537B410 for ; Wed, 22 Aug 2001 16:20:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNKT387336; Wed, 22 Aug 2001 16:20:29 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 16:20:29 -0700 (PDT) Message-Id: <200108222320.f7MNKT387336@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/29966: cleanup of ppp server socket on unclean startup Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29966; it has been noted by GNATS. From: "Crist J. Clark" To: Dmitry Morozovsky , yar@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/29966: cleanup of ppp server socket on unclean startup Date: Wed, 22 Aug 2001 16:19:17 -0700 On Thu, Aug 23, 2001 at 12:53:59AM +0400, Dmitry Morozovsky wrote: [snip] > >Description: > > After unclean shutdown (e.g, crash) ppp server socket > remains on file system. Then, if ppp started automatically > during startup, it cannot bind to that socket > > >How-To-Repeat: > > ppp_enable="YES" at /etc/rc.conf > > boot > > killall -9 ppp > shutdown -r now This is actually a more general issue than dealing with start-ups. You can just do, # ppp -background WhatEver Working in background mode Using interface: tun0 PPP enabled # kill -KILL `cat /var/run/tun.pid` ppp -background Earthlink Working in background mode Using interface: tun0 Warning: Local: bind: Address already in use Warning: set server: Failed 2 And get the same failure. > >Fix: > > Add another little knob to rc.conf and appropriate part to > rc.network Actually, a much easier fix is to put your server socket above /var/run. Everything above /var/run is already cleaned during the boot process. It's simply not possible to make the rc(8) scripts completely bulletproof when coming up from a crash. I personally don't see a need for this addition to the process. Using /var/run or some other location automatically cleaned at boot for your socket seems to be a much more general solution. Unless someone has some compelling arguments on why ppp(8) needs this special treatment in rc(8) scripts, I'll close this PR tomorrow. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 16:30: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 F226937B406 for ; Wed, 22 Aug 2001 16:30:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNUWJ88632; Wed, 22 Aug 2001 16:30:32 -0700 (PDT) (envelope-from gnats) Date: Wed, 22 Aug 2001 16:30:32 -0700 (PDT) Message-Id: <200108222330.f7MNUWJ88632@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dmitry Morozovsky Subject: Re: bin/29966: cleanup of ppp server socket on unclean startup Reply-To: Dmitry Morozovsky Sender: owner-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/29966; it has been noted by GNATS. From: Dmitry Morozovsky To: Cc: , Subject: Re: bin/29966: cleanup of ppp server socket on unclean startup Date: Thu, 23 Aug 2001 03:29:46 +0400 (MSD) Hello ther Crist, On Wed, 22 Aug 2001, Crist J. Clark wrote: CJC> > After unclean shutdown (e.g, crash) ppp server socket CJC> > remains on file system. Then, if ppp started automatically CJC> > during startup, it cannot bind to that socket [snip] CJC> Actually, a much easier fix is to put your server socket above CJC> /var/run. Everything above /var/run is already cleaned during the boot CJC> process. Unfortunately, it's not such easy now. I use my socket in /var/run/ppp and it is not cleaned. AFAICC, the only files that are now cleaned from /var/run is pid files -- and it's not "The Right Thing (tm)" for me to name socket ending with .pid ;-) Or did I miss some serious changes with purgedir()? CJC> It's simply not possible to make the rc(8) scripts completely CJC> bulletproof when coming up from a crash. I personally don't see a need CJC> for this addition to the process. Using /var/run or some other CJC> location automatically cleaned at boot for your socket seems to be a CJC> much more general solution. Unless someone has some compelling CJC> arguments on why ppp(8) needs this special treatment in rc(8) scripts, CJC> I'll close this PR tomorrow. Thank you for your cooperation and especially for quick reaction. Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 16:33:42 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id 0852237B405; Wed, 22 Aug 2001 16:33:39 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (marck@localhost) by woozle.rinet.ru (8.11.3/8.11.3) with ESMTP id f7MNXcm38278; Thu, 23 Aug 2001 03:33:38 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Thu, 23 Aug 2001 03:33:37 +0400 (MSD) From: Dmitry Morozovsky To: , Subject: Re: bin/29957: enabling ppp in rc.conf breaks rc.network execution In-Reply-To: <200108221600.f7MG0XF98157@freefall.freebsd.org> Message-ID: <20010823033158.E31792-100000@woozle.rinet.ru> X-NCC-RegID: ru.rinet 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, 22 Aug 2001 gnats-admin@FreeBSD.org wrote: Hmm... something very strange seemed to happen with my home machine, as I cant reproduce the bug myself. I suppose this PR should be closed as faulty. Sorry everybody for bothering ;-) Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 16:41: 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 826C037B410 for ; Wed, 22 Aug 2001 16:40:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MNeSl89393; Wed, 22 Aug 2001 16:40:28 -0700 (PDT) (envelope-from gnats) Received: from mail.newgold.net (aphex.newgold.net [209.42.222.44]) by hub.freebsd.org (Postfix) with SMTP id 5C23B37B405 for ; Wed, 22 Aug 2001 16:37:45 -0700 (PDT) (envelope-from jmallett@mail.newgold.net) Received: (qmail 37869 invoked by uid 1000); 22 Aug 2001 23:37:37 -0000 Message-Id: <20010822233737.37868.qmail@mail.newgold.net> Date: 22 Aug 2001 23:37:37 -0000 From: Joseph Mallett To: FreeBSD-gnats-submit@freebsd.org Cc: Joseph Mallett X-Send-Pr-Version: 3.113 Subject: kern/29967: src/sys/net/bpf.c comments are incorrect Sender: owner-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: 29967 >Category: kern >Synopsis: bpf code has a misleading comment >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 16:40:27 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Mallett >Release: FreeBSD 4.4-RC i386 >Organization: xMach >Environment: System: FreeBSD Aphex.NewGold.NET 4.4-RC FreeBSD 4.4-RC #0: Mon Aug 20 06:41:21 GMT 2001 jmallett@Aphex.NewGold.NET:/usr/people/jmallett/obj i386 >Description: Ever since some time in ancient history (4.4-lite?), the comment for bpfattach has been pretty incorrect when it comes to explaining what the parameters are. ifp is not explained, and driverp (which is no longer present in FreeBSD) is still explained. >How-To-Repeat: vi /sys/net/bpf.c :/bpfattach/ >Fix: --- bpf.orig Wed Aug 22 23:31:16 2001 +++ bpf.c Wed Aug 22 23:33:27 2001 @@ -1272,9 +1272,10 @@ } /* - * Attach an interface to bpf. driverp is a pointer to a (struct bpf_if *) - * in the driver's softc; dlt is the link layer type; hdrlen is the fixed - * size of the link header (variable length headers not yet supported). + * Attach an interface to bpf. ifp is a pointer to the structure defining + * the interface to be attached; dlt is the link layer type; hdrlen is the + * fixed size of the link header (variable length headers are not + * supported, yet.) */ void bpfattach(ifp, dlt, hdrlen) >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 Aug 22 20:25: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 8A20C37B40B; Wed, 22 Aug 2001 20:25:53 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N3KmP21964; Wed, 22 Aug 2001 20:20:48 -0700 (PDT) (envelope-from mike) Date: Wed, 22 Aug 2001 20:20:48 -0700 (PDT) From: Message-Id: <200108230320.f7N3KmP21964@freefall.freebsd.org> To: swear@aa.net, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: docs/29504: nohup(1) page is confusing about SIGQUIT Sender: owner-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: nohup(1) page is confusing about SIGQUIT State-Changed-From-To: open->closed State-Changed-By: mike State-Changed-When: Wed Aug 22 20:15:45 PDT 2001 State-Changed-Why: This has been fixed in -CURRENT and -STABLE with my last commit to nohup(1) which removes the ability to ignore SIGQUIT. The change also makes nohup(1) more standards compliant. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29504 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 20:35: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 B5AE437B407; Wed, 22 Aug 2001 20:35:53 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N3QOa22441; Wed, 22 Aug 2001 20:26:24 -0700 (PDT) (envelope-from mike) Date: Wed, 22 Aug 2001 20:26:24 -0700 (PDT) From: Message-Id: <200108230326.f7N3QOa22441@freefall.freebsd.org> To: peter@baileynm.com, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/6320: Sometimes nohup isn't good enough. Sender: owner-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: Sometimes nohup isn't good enough. State-Changed-From-To: open->closed State-Changed-By: mike State-Changed-When: Wed Aug 22 20:25:13 PDT 2001 State-Changed-Why: As far as I can tell, the proposed system utility is a duplicate of daemon(3). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=6320 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 20:50: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 4D76B37B40B for ; Wed, 22 Aug 2001 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N3o1V24873; Wed, 22 Aug 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 CE99437B407 for ; Wed, 22 Aug 2001 20:41:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N3fYW24056; Wed, 22 Aug 2001 20:41:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200108230341.f7N3fYW24056@freefall.freebsd.org> Date: Wed, 22 Aug 2001 20:41:34 -0700 (PDT) From: Joseph Mallett To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29970: tcp_input.c changes made in comments when patching RST DoS have typo. Sender: owner-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: 29970 >Category: kern >Synopsis: tcp_input.c changes made in comments when patching RST DoS have typo. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 20:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Mallett >Release: RELENG_4 >Organization: xMach >Environment: NA >Description: When lengthy explainations were being added to FreeBSD to patch the RST DoS bug, a typo was introduced. >How-To-Repeat: vi tcp_input.c :/FIN_WAIT2 >Fix: --- tcp_input.orig Wed Aug 22 23:41:35 2001 +++ tcp_input.c Wed Aug 22 23:41:45 2001 @@ -1488,7 +1488,7 @@ * SYN_RECEIVED STATE: * If passive open, return to LISTEN state. * If active open, inform user that connection was refused. - * ESTABLISHED, FIN_WAIT_1, FIN_WAIT2, CLOSE_WAIT STATES: + * ESTABLISHED, FIN_WAIT_1, FIN_WAIT_2, CLOSE_WAIT STATES: * Inform user that connection was reset, and close tcb. * CLOSING, LAST_ACK STATES: * Close the tcb. >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 Aug 22 20:50: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 7077337B40D for ; Wed, 22 Aug 2001 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N3o1924882; Wed, 22 Aug 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 D745D37B409 for ; Wed, 22 Aug 2001 20:43:29 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N3hTZ24329; Wed, 22 Aug 2001 20:43:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200108230343.f7N3hTZ24329@freefall.freebsd.org> Date: Wed, 22 Aug 2001 20:43:29 -0700 (PDT) From: Joseph Mallett To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29971: variables are named inconsistently in MAKEDEV Sender: owner-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: 29971 >Category: misc >Synopsis: variables are named inconsistently in MAKEDEV >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 20:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Mallett >Release: RELENG_4 >Organization: xMach >Environment: NA >Description: There seems to be a convention in MAKEDEV to use 'units' as the number of units of a particular device major to create (and it is used to generate sequential minors and device names, etc.). However, a few locations stray from this and use names like 'nbpf' or 'ntun'. >How-To-Repeat: grep ntap MAKEDEV >Fix: --- makedev.orig Mon Aug 20 11:39:53 2001 +++ MAKEDEV Mon Aug 20 11:49:49 2001 @@ -1079,9 +1079,9 @@ ;; bpf*) - nbpf=`expr $i : 'bpf\(.*\)$'` + units=`expr $i : 'bpf\(.*\)$'` unit=0 - while [ $unit -le $nbpf ]; do + while [ $unit -le $units ]; do mknod bpf$unit c 23 `unit2minor $unit` unit=$(($unit + 1)) done @@ -1164,9 +1164,9 @@ # the manual that comes with the system. ttyA*) major=68 - nports=`expr $i : 'ttyA\(.*\)$'` + units=`expr $i : 'ttyA\(.*\)$'` port=1 - while [ $port -le $nports ]; do + while [ $port -le $units ]; do minor=$(expr $port - 1) name=$(printf %02d $port) mknod ttyA$name c $major $minor @@ -1181,9 +1181,9 @@ cuaA*) umask 7 major=68 - nports=`expr $i : 'cuaA\(.*\)$'` + units=`expr $i : 'cuaA\(.*\)$'` port=1 - while [ $port -le $nports ]; do + while [ $port -le $units ]; do minor=$(expr $port - 1) name=$(printf %02d $port) mknod cuaA$name c $major `expr $minor + 128` uucp:dialer @@ -1541,18 +1541,18 @@ ;; tun*) - ntun=`expr $i : 'tun\(.*\)$'` + units=`expr $i : 'tun\(.*\)$'` unit=0 - while [ $unit -le $ntun ]; do + while [ $unit -le $units ]; do mknod tun$unit c 52 `unit2minor $unit` unit=$(($unit + 1)) done ;; tap*) - ntap=`expr $i : 'tap\(.*\)$'` + units=`expr $i : 'tap\(.*\)$'` unit=0 - while [ $unit -le $ntap ]; do + while [ $unit -le $units ]; do mknod tap$unit c 149 `unit2minor $unit` root:network unit=$(($unit + 1)) done >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 Aug 22 22:35:17 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 BBA8B37B40A; Wed, 22 Aug 2001 22:35:11 -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 mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f7N5Z4c21470; Thu, 23 Aug 2001 07:35:04 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id f7N5Z3m21531; Thu, 23 Aug 2001 07:35:03 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.6/8.11.6) id f7N5Z3L68302; Date: Thu, 23 Aug 2001 07:35:03 +0200 From: Andre Albsmeier To: Peter Wemm Cc: freebsd-bugs@FreeBSD.ORG, Ruslan Ermilov , Andre.Albsmeier@mchp.siemens.de Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Message-ID: <20010823073503.A15122@curry.mchp.siemens.de> References: <200108152350.f7FNo2o26457@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: <200108152350.f7FNo2o26457@freefall.freebsd.org>; from peter@wemm.org on Wed, Aug 15, 2001 at 04:50:02PM -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 Ruslan, Peter, any chance of getting this (or something similar) into the tree before 4.4-RELEASE? Anything I can do to help? Thanks, -Andre On Wed, 15-Aug-2001 at 16:50:02 -0700, Peter Wemm wrote: > The following reply was made to PR conf/29699; it has been noted by GNATS. > > ... > > > The attached patch fixes this and the "old (potentially dangerous) setuid > > binary" problem, but in a different way. With NO_MAILWRAPPER, we should > > install sendmail(8) and friends into its canonical paths. > > This is even worse. If you have NO_SENDMAIL, then /usr/bin/newalises > is not installed at all. > > If you are going to persist in this line, then you can allow the sendmail > makefile to *also* install symlinks if NO_MAILWRAPPER is set. > > usr.sbin/sendmail/Makefile belongs to gshapiro now anyway. > > > Also, Peter, why did you drop the support for /usr/bin/hoststat and > > /usr/sbin/purgestat in sendmail/Makefile 1.14 -> mailwrapper/Makefile 1.1 > > change? > > Because they weren't generally useful and we dont install .cf files with it > active. Dont forget, purgestat and hoststat are aliases for > sendmail -bh (hoststat) and sendmail -bH (purgestat). > > Anyway, I'd prefer something like this: > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/mailwrapper/Makefile,v > retrieving revision 1.8 > diff -u -r1.8 Makefile > --- Makefile 2001/07/20 06:19:59 1.8 > +++ Makefile 2001/08/15 23:43:50 > @@ -1,19 +1,27 @@ > # $FreeBSD: src/usr.sbin/mailwrapper/Makefile,v 1.8 2001/07/20 06:19:59 obrien Exp $ > > +.if !defined(NO_MAILWRAPPER) > PROG= mailwrapper > MAN= mailwrapper.8 > > DPADD= ${LIBUTIL} > LDADD= -lutil > +.endif > > SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \ > ${BINDIR}/mailwrapper /usr/bin/newaliases \ > ${BINDIR}/mailwrapper /usr/bin/mailq > > +.if defined(NO_MAILWRAPPER) && !defined(NO_SENDMAIL) > +SYMLINKS+= /usr/libexec/sendmail/sendmail ${BINDIR}/mailwrapper > +.endif > + > afterinstall: > +.if !defined(NO_MAILWRAPPER) > .if !exists(${DESTDIR}/etc/mail/mailer.conf) > ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 \ > ${.CURDIR}/../../etc/mail/mailer.conf ${DESTDIR}/etc/mail > +.endif > .endif > > .include > > peter@daintree[4:43pm]~src/usr.sbin/mailwrapper-145> make -i install NO_MAILWRAPPER=yes > /usr/sbin/sendmail -> /usr/sbin/mailwrapper > /usr/bin/newaliases -> /usr/sbin/mailwrapper > /usr/bin/mailq -> /usr/sbin/mailwrapper > /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail > > And of course the corresponding change to usr.sbin/Makefile. > > Cheers, > -Peter > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 22 23: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 9129337B415 for ; Wed, 22 Aug 2001 23:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N6o0J88048; Wed, 22 Aug 2001 23:50:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3540A37B40A for ; Wed, 22 Aug 2001 23:47:06 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N6kcp85890; Wed, 22 Aug 2001 23:46:38 -0700 (PDT) (envelope-from nobody) Message-Id: <200108230646.f7N6kcp85890@freefall.freebsd.org> Date: Wed, 22 Aug 2001 23:46:38 -0700 (PDT) From: Andre Guibert de Bruet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29974: smbfs generates a ''Negative opencount'' error message on unmount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29974 >Category: kern >Synopsis: smbfs generates a ''Negative opencount'' error message on unmount >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 22 23:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andre Guibert de Bruet >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: FreeBSD theta.properkernel.com 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 23 00:26:18 EDT 2001 root@theta.properkernel.com:/usr/src/sys/compile/THETA i386 >Description: Unmounting an smbfs filesystem generates a "Negative opencount" message on two (so far) different 4.4-RC i386 machines. I have been able to reproduce this with both the kld and the in-kernel versions of smbfs. I traced down the error message and it comes from a call to smb_closel() in /usr/src/sys/fs/smbfs/smbfs_vnops.c. >How-To-Repeat: Either compile a kernel with smbfs or load the kld. Mount an smb filesystem and unmount it. >Fix: I created a patch which addresses the issue. It is available at http://siliconlandmark.com/staff/andre/smbfs.diff . >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 Aug 22 23:56: 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 9BB0537B413; Wed, 22 Aug 2001 23:55:54 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: (from yar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N6oGw88223; Wed, 22 Aug 2001 23:50:16 -0700 (PDT) (envelope-from yar) Date: Wed, 22 Aug 2001 23:50:16 -0700 (PDT) From: Message-Id: <200108230650.f7N6oGw88223@freefall.freebsd.org> To: marck@rinet.ru, yar@freebsd.org, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/29957: enabling ppp in rc.conf breaks rc.network execution Sender: owner-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: enabling ppp in rc.conf breaks rc.network execution State-Changed-From-To: open->closed State-Changed-By: yar State-Changed-When: Wed Aug 22 23:47:48 PDT 2001 State-Changed-Why: The originator admitted in a private mail that the problem couldn't be reproduced and seemed to have nothing to do with the "exec". http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29957 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 23 0:16:33 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id EE0D937B40E for ; Thu, 23 Aug 2001 00:16:29 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from blossom.cjclark.org (dialup-209.247.137.194.Dial1.SanJose1.Level3.net [209.247.137.194]) by swan.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id AAA11426; Thu, 23 Aug 2001 00:16:27 -0700 (PDT) Received: (from cjc@localhost) by blossom.cjclark.org (8.11.4/8.11.3) id f7N7GQg80366; Thu, 23 Aug 2001 00:16:26 -0700 (PDT) (envelope-from cjc) Date: Thu, 23 Aug 2001 00:16:14 -0700 From: "Crist J. Clark" To: Dmitry Morozovsky Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/29966: cleanup of ppp server socket on unclean startup Message-ID: <20010823001614.F78008@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <200108222330.f7MNUWJ88632@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: <200108222330.f7MNUWJ88632@freefall.freebsd.org>; from marck@rinet.ru on Wed, Aug 22, 2001 at 04:30:32PM -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, Aug 22, 2001 at 04:30:32PM -0700, Dmitry Morozovsky wrote: > On Wed, 22 Aug 2001, Crist J. Clark wrote: > > CJC> > After unclean shutdown (e.g, crash) ppp server socket > CJC> > remains on file system. Then, if ppp started automatically > CJC> > during startup, it cannot bind to that socket > > [snip] > > CJC> Actually, a much easier fix is to put your server socket above > CJC> /var/run. Everything above /var/run is already cleaned during the boot > CJC> process. > > Unfortunately, it's not such easy now. I use my socket in /var/run/ppp and > it is not cleaned. AFAICC, the only files that are now cleaned from > /var/run is pid files -- and it's not "The Right Thing (tm)" for me to > name socket ending with .pid ;-) > > Or did I miss some serious changes with purgedir()? Right now, purgedir() looks like, purgedir() { local dir file if [ $# -eq 0 ]; then purgedir . else for dir do ( cd "$dir" && for file in .* * do [ ."$file" = .. -o ."$file" = ... ] && continue if [ -d "$file" -a ! -L "$file" ] then purgedir "$file" else rm -f -- "$file" fi done ) done fi } Which sure looks like it should get _everything_ in /var/run, not just '.pid' files. You listed 4.3-STABLE as your OS. Going to 4.3-RELEASE, there are some cosmetic changes, but purgedir() has the same functionality. Does your purgedir() not look like this? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 23 0:30:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6AE237B412 for ; Thu, 23 Aug 2001 00:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N7U1Q08298; Thu, 23 Aug 2001 00: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 B2BDD37B406 for ; Thu, 23 Aug 2001 00:28:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N7SGY08014; Thu, 23 Aug 2001 00:28:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200108230728.f7N7SGY08014@freefall.freebsd.org> Date: Thu, 23 Aug 2001 00:28:16 -0700 (PDT) From: "c. van zundert" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29978: cvsup from 4.1 release tot stable results in error 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 >Number: 29978 >Category: misc >Synopsis: cvsup from 4.1 release tot stable results in error code >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 Aug 23 00:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: c. van zundert >Release: 4.1 >Organization: IPD >Environment: FreeBSD 34mbit.i-p-d.nl 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Fri Jul 28 14:30:31 GMT 2000 jkh@ref4.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: comlete output make buildworld available cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/usr/src/gnu/ usr.bin/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 -I/usr/src/gnu/usr.b in/binutils/ld/../../../../contrib/binutils/include -DDEFAULT_EMULATION=\"elf_i386\" -DTAR GET=\"i386-unknown-freebsd\" -DSCRIPTDIR=\"/usr/obj/usr/src/i386/usr/libdata\" -I/usr/src/ gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld /../../../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/ld/../../../../include - DVERSION=\""2.11.2 20010719 [FreeBSD]"\" -DBFD_VERSION=\""2.11.2 20010719 [FreeBSD]"\" - I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/binutils/ld/../../../../contri b/binutils/ld/mri.c cc -O -pipe -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/usr/src/gnu/ usr.bin/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 -I/usr/src/gnu/usr.b in/binutils/ld/../../../../contrib/binutils/include -DDEFAULT_EMULATION=\"elf_i386\" -DTAR GET=\"i386-unknown-freebsd\" -DSCRIPTDIR=\"/usr/obj/usr/src/i386/usr/libdata\" -I/usr/src/ gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld -I/usr/src/gnu/usr.bin/binutils/ld /../../../../contrib/binutils/bfd -I/usr/src/gnu/usr.bin/binutils/ld/../../../../include - DVERSION=\""2.11.2 20010719 [FreeBSD]"\" -DBFD_VERSION=\""2.11.2 20010719 [FreeBSD]"\" - I/usr/obj/usr/src/i386/usr/include -static -o ld eelf_i386.o ldcref.o ldctor.o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldver.o ldwrite.o lexsup.o mr i.o ../libbfd/libbfd.a ../libiberty/libiberty.a eelf_i386.o: In function `gldelf_i386_open_dynamic_archive': eelf_i386.o(.text+0xc7b): undefined reference to `basename' *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/ld. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. >How-To-Repeat: do make buildworld again >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 23 2: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 2836737B40B for ; Thu, 23 Aug 2001 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N9o1L28737; Thu, 23 Aug 2001 02: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 818F037B401 for ; Thu, 23 Aug 2001 02:47:07 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N9l7V28430; Thu, 23 Aug 2001 02:47:07 -0700 (PDT) (envelope-from nobody) Message-Id: <200108230947.f7N9l7V28430@freefall.freebsd.org> Date: Thu, 23 Aug 2001 02:47:07 -0700 (PDT) From: Iouri Ivliev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29983: Problem with "TI PCI-1250 PCI-CardBus Bridge" on IBM ThinkPad 560X Sender: owner-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: 29983 >Category: kern >Synopsis: Problem with "TI PCI-1250 PCI-CardBus Bridge" on IBM ThinkPad 560X >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 02:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Iouri Ivliev >Release: 4.3-20010822-STABLE aka 4.4-RC >Organization: AnySoft Russia >Environment: FreeBSD nb.home.anysoft.com.ru 4.3-20010822-STABLE FreeBSD 4.3-20010822-STABLE #0: Wed Aug 22 15:43:05 GMT 2001 root@shalob.anysoft.com.ru:/usr/src/sys/compile/GENERIC i386 >Description: PC-CARD slots don’t initializes. Look at dmsg.boot: 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-20010822-STABLE #0: Wed Aug 22 15:43:05 GMT 2001 root@shalob.anysoft.com.ru:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P55C (quarter-micron) (231.78-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x581 Stepping = 1 Features=0x8001bf real memory = 66912256 (65344K bytes) avail memory = 60514304 (59096K bytes) Preloaded elf kernel "kernel.GENERIC" at 0xc0488000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 1.0 on pci0 isa0: on isab0 atapci0: port 0xfcf0-0xfcff at device 1.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 uhci0: port 0x9000-0x901f irq 11 at device 1.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0xefa0-0xefaf at device 1.3 on pci0 pci_cfgintr: BIOS 0.00 doesn't support interrupt routing pcic0: mem 0x20822000-0x20822fff at device 2.0 on pci0 pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq] pci_cfgintr: BIOS 0.00 doesn't support interrupt routing pcic0: Failed to allocate managment irq device_probe_and_attach: pcic0 attach returned 5 pci_cfgintr: BIOS 0.00 doesn't support interrupt routing pcic0: mem 0x20821000-0x20821fff at device 2.1 on pci0 pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq] pci_cfgintr: BIOS 0.00 doesn't support interrupt routing pcic0: Failed to allocate managment irq device_probe_and_attach: pcic0 attach returned 5 pci0: at 3.0 irq 11 orm0: