From owner-freebsd-bugs Sun Jul 9 4: 0: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 911D137B5D9 for ; Sun, 9 Jul 2000 04:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24409; Sun, 9 Jul 2000 04:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 9 Jul 2000 04:00:05 -0700 (PDT) Message-Id: <200007091100.EAA24409@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Robert Drehmel Subject: Re: bin/19772: df output wrong for union-mounts Reply-To: Robert Drehmel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19772; it has been noted by GNATS. From: Robert Drehmel To: freebsd-gnats-submit@FreeBSD.org Cc: bdluevel@heitec.net Subject: Re: bin/19772: df output wrong for union-mounts Date: Sun, 09 Jul 2000 12:54:32 +0200 This is a multi-part message in MIME format. --------------F4ADB7FBFEE0C8F7415DC772 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit > 'df -t nonfs' lists, if two partitions are mounted > to the same mountpoint with 'union', one of them > twice and omits the other. 'df' by itself lists both, > as expected. > This also affects the "daily" report to root, > /etc/periodic/daily/400.status-disks Use df -n or take this patch. I'm not quite sure for what the statfs(2) call down in regetmntinfo() is. statfs(2) takes the path and a ``struct statfs´´ buffer as arguments; it can not distinguish between two identical paths (who can? :-), so the information about the last filesystem mounted on that path is written into the buffer. Or am I wrong ? Anyway, the patch works for me... -- Robert S. F. Drehmel linux.de: "Forget Ctrl-Alt-Del, use Linux" Right, their productivity seems to be the same. --------------F4ADB7FBFEE0C8F7415DC772 Content-Type: text/plain; charset=us-ascii; name="df.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="df.diff" *** ../df.c Sun Jul 9 12:11:07 2000 --- df.c Sun Jul 9 12:09:23 2000 *************** *** 296,304 **** for (j = 0, i = 0; i < mntsize; i++) { if (checkvfsname(mntbuf[i].f_fstypename, vfslist)) continue; ! if (!nflag) ! (void)statfs(mntbuf[i].f_mntonname,&mntbuf[j]); ! else if (i != j) mntbuf[j] = mntbuf[i]; j++; } --- 296,302 ---- for (j = 0, i = 0; i < mntsize; i++) { if (checkvfsname(mntbuf[i].f_fstypename, vfslist)) continue; ! if (i != j) mntbuf[j] = mntbuf[i]; j++; } --------------F4ADB7FBFEE0C8F7415DC772-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 5: 0: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A08FD37B749 for ; Sun, 9 Jul 2000 05:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA31335; Sun, 9 Jul 2000 05:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 139AF37B715; Sun, 9 Jul 2000 04:57:47 -0700 (PDT) Message-Id: <20000709115747.139AF37B715@hub.freebsd.org> Date: Sun, 9 Jul 2000 04:57:47 -0700 (PDT) From: octaphial@yahoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19798: 4DWAVE doesn't work. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19798 >Category: misc >Synopsis: 4DWAVE doesn't work. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 09 05:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Byunghyun Oh >Release: 4.0-RELEASE >Organization: >Environment: FreeBSD localhost 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Sun Jul 9 11:29:42 KST 2000 root@localhost:/usr/src/sys/compile/MYKERNEL i386 >Description: I compiled kernel including 'device pcm' and FreeBSD seems to recognize my card. I can hear CD-DA well but when I play wave files, it sounds terrible. PS) I'm using Hoontech SoundTrack Digital 4DWAVE NX now. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 6:10:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A27FD37B71A for ; Sun, 9 Jul 2000 06:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA37780; Sun, 9 Jul 2000 06:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 9 Jul 2000 06:10:04 -0700 (PDT) Message-Id: <200007091310.GAA37780@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: sanpei@FreeBSD.org Subject: Re: conf/19236: not-existing PCMCI cards in pccard.conf.sample Reply-To: sanpei@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19236; it has been noted by GNATS. From: sanpei@FreeBSD.org To: freebsd-gnats-submit@FreeBSD.org, vova@express.ru Cc: Subject: Re: conf/19236: not-existing PCMCI cards in pccard.conf.sample Date: Sun, 09 Jul 2000 22:03:38 +0900 Thanks for your PC-Card information. I added Shining PMIDE-ASC CDROM card config into /etc/defaults/pccard.conf. By the way, could you use ``Xircom CompactCard GSM modem'' card with ``generic serial'' in /etc/defaults/pccard.conf? But current /usr/sbin/pccardd does not know used io-port... This ``generic serial'' is not perfect. If you could not, please send dumpcis of Xircom CompactCard GSM modem card. # pccardc dumpcis --- MIHIRA Sanpei Yoshiro Yokohama, Japan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 8:16:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F4FA37B8A5; Sun, 9 Jul 2000 08:16:10 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA49457; Sun, 9 Jul 2000 08:16:10 -0700 (PDT) (envelope-from alex@FreeBSD.org) Date: Sun, 9 Jul 2000 08:16:10 -0700 (PDT) From: Message-Id: <200007091516.IAA49457@freefall.freebsd.org> To: alex@big.endian.de, alex@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/18829: add HTTP-URI-encoding to vis(3) and unvis(3) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add HTTP-URI-encoding to vis(3) and unvis(3) State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Sun Jul 9 08:15:57 PDT 2000 State-Changed-Why: Close my (committed) PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=18829 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 8:40:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F57D37B53A for ; Sun, 9 Jul 2000 08:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA51695; Sun, 9 Jul 2000 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 19E5D37B844; Sun, 9 Jul 2000 08:35:10 -0700 (PDT) Message-Id: <20000709153510.19E5D37B844@hub.freebsd.org> Date: Sun, 9 Jul 2000 08:35:10 -0700 (PDT) From: nm@web.am To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19803: Ext2fs kld module submission Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19803 >Category: kern >Synopsis: Ext2fs kld module submission >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: Sun Jul 09 08:40:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gaspar Chilingarov >Release: FreeBSD 5.0-current >Organization: WEB Ltd., http://www.web.am >Environment: FreeBSD nightmar.web.am 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Sat Jul 8 15:21:04 GMT 2000 root@nightmar.web.am:/usr/src/sys/compile/nm i386 >Description: Just loadable version of ext2fs driver to get rid of EXT2FS from kernel :) sorry for inconvient form of supplying patch, but all my mails got rejected because of absent reverse DNS record. >How-To-Repeat: >Fix: Apply this patch in /usr/src/sys/gnu/ext2fs --cut-- --- ext2_readwrite.c.orig Sun Jul 9 20:39:57 2000 +++ ext2_readwrite.c Sun Jul 9 19:52:50 2000 @@ -48,6 +48,36 @@ #define WRITE ext2_write #define WRITE_S "ext2_write" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include + /* * Vnode op for reading. */ --cut-- and put this Makefile into /sys/modules/ext2fs --cut-- .PATH: ${.CURDIR}/../../gnu/ext2fs KMOD= ext2fs SRCS= vnode_if.h \ opt_quota.h \ opt_ddb.h \ opt_suiddir.h \ ext2_inode.c \ ext2_alloc.c \ ext2_balloc.c \ ext2_extern.h \ ext2_fs.h \ ext2_fs_sb.h \ ext2_inode_cnv.c \ ext2_linux_balloc.c \ ext2_linux_ialloc.c \ ext2_lookup.c \ ext2_readwrite.c \ ext2_subr.c \ ext2_vfsops.c \ ext2_vnops.c \ fs.h \ i386-bitops.h NOMAN= .include --cut-- >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 Jul 9 8:42:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A28337B53A; Sun, 9 Jul 2000 08:42:50 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA51862; Sun, 9 Jul 2000 08:42:48 -0700 (PDT) (envelope-from alex@FreeBSD.org) Date: Sun, 9 Jul 2000 08:42:48 -0700 (PDT) From: Message-Id: <200007091542.IAA51862@freefall.freebsd.org> To: ue@nathan.ruhr.de, alex@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/19770: Confusing NOTES entry for SOFTUPDATES Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Confusing NOTES entry for SOFTUPDATES State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Sun Jul 9 08:42:01 PDT 2000 State-Changed-Why: Committed the "is a technique" fix. The other was fixed already, as you wrote me :) http://www.freebsd.org/cgi/query-pr.cgi?pr=19770 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 8:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EAC537B757 for ; Sun, 9 Jul 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA52562; Sun, 9 Jul 2000 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 88C7D37B550; Sun, 9 Jul 2000 08:44:16 -0700 (PDT) Message-Id: <20000709154416.88C7D37B550@hub.freebsd.org> Date: Sun, 9 Jul 2000 08:44:16 -0700 (PDT) From: NKoch@gmx.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19804: printer port 3bc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19804 >Category: misc >Synopsis: printer port 3bc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 09 08:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Norbert Koch >Release: 4.00 >Organization: >Environment: FreeBSD 4.0-Release #3 i386 >Description: The computer is an old-fashioned dx2/66 eisa pc. Allocation of io-port-range fails for parallel port on an old monochrome graphics card. >How-To-Repeat: >Fix: Either change the port allocation function in the parallel driver to only allocate 4 ports (which I did for this specific machine) or create a new flag for that driver. >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 Jul 9 8:50:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDB7937C26C for ; Sun, 9 Jul 2000 08:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA52573; Sun, 9 Jul 2000 08:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C78A737B53A; Sun, 9 Jul 2000 08:48:11 -0700 (PDT) Message-Id: <20000709154811.C78A737B53A@hub.freebsd.org> Date: Sun, 9 Jul 2000 08:48:11 -0700 (PDT) From: NKoch@gmx.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19805: not installable on old-fashioned dx50 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19805 >Category: misc >Synopsis: not installable on old-fashioned dx50 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 09 08:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Norbert Koch >Release: 4.00 >Organization: >Environment: FreeBSD 4.0-Release #3 i386 >Description: I could not install bsd on an old Tulip Vision Line dx50 pc. The same is true for OpenBSD and NetBSD. (Linux works ;-) The problem (for FreeBSD) is the probing for pnp devices. At address 3c3 there seems to be a critical port which leeds to a hang-up. >How-To-Repeat: >Fix: Quick and dirty: Elimination of pnp scanning in the kernel. Is there a kernel switch I did not find? If it is so: sorry, just a RTFM problem. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 12:50: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAD6037BAC3 for ; Sun, 9 Jul 2000 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA76006; Sun, 9 Jul 2000 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gonzo.paleale.net (paleale.net [205.179.172.210]) by hub.freebsd.org (Postfix) with ESMTP id 887F437BAC3 for ; Sun, 9 Jul 2000 12:49:54 -0700 (PDT) (envelope-from alan@gonzo.paleale.net) Received: (from alan@localhost) by gonzo.paleale.net (8.9.3/8.9.3) id MAA27427; Sun, 9 Jul 2000 12:49:51 -0700 (PDT) (envelope-from alan) Message-Id: <200007091949.MAA27427@gonzo.paleale.net> Date: Sun, 9 Jul 2000 12:49:51 -0700 (PDT) From: Alan Strassberg Reply-To: astrassb@hotmail.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19807: kern - softupdates file dates 2001 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19807 >Category: kern >Synopsis: incorrect dates >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: Sun Jul 09 12:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alan Strassberg >Release: FreeBSD 4.0-STABLE i386 >Organization: paleale.net >Environment: n/a >Description: some dates in /usr/src/sys/ufs/ffs are 2001. >How-To-Repeat: n/a >Fix: d''oh >Release-Note: >Audit-Trail: >Unformatted: Some of the files in 4.0-STABLE under /usr/src/sys/ufs/ffs are dated 2001. ncftp ...stable/src/sys/ufs/ffs > dir drwxrwxr-x 2 2035 207 512 Apr 24 23:20 CVS -rw-rw-r-- 1 2035 207 1484 Dec 3 1999 README.softupdates -rw-rw-r-- 1 2035 207 47375 Mar 16 08:15 ffs_alloc.c -rw-rw-r-- 1 2035 207 10833 Feb 24 20:43 ffs_balloc.c -rw-rw-r-- 1 2035 207 5631 Jan 9 2001 ffs_extern.h -rw-rw-r-- 1 2035 207 15356 Aug 28 1999 ffs_inode.c -rw-rw-r-- 1 2035 207 5665 Jan 10 2001 ffs_softdep_stub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 13:40: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A516137BEE1 for ; Sun, 9 Jul 2000 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA81653; Sun, 9 Jul 2000 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id AF3CB37BE8A for ; Sun, 9 Jul 2000 13:31:29 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Jul 2000 21:31:28 +0100 (BST) Message-Id: <200007092131.aa41223@walton.maths.tcd.ie> Date: Sun, 9 Jul 2000 21:31:26 +0100 (BST) From: iedowse@maths.tcd.ie Reply-To: iedowse@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org Cc: iedowse@maths.tcd.ie, bmilekic@dsuper.net X-Send-Pr-Version: 3.2 Subject: kern/19809: Make mbstat.m_mtypes[] u_long instead of u_short Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19809 >Category: kern >Synopsis: Make mbstat.m_mtypes[] u_long instead of u_short >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: Sun Jul 09 13:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ian Dowse >Release: FreeBSD 4.0-STABLE i386 >Organization: School of Mathematics Trinity College Dublin >Environment: All versions of FreeBSD >Description: The mbstat.m_mtypes[] array, which is used to store mbuf type statistics, is declared with type u_short. For most people this is large enough, but large systems with more than 64k mbufs configured are becoming quite common now. On these systems, overflows can occur, causing meaningless values to appear int the output of "netstat -m". A related problem, which looks like it has always existed in FreeBSD, is that the m_mtypes[MT_FREE] counter is not incremented when new mbufs are allocated, so it does not reflect the number of free mbufs. >How-To-Repeat: Configure a system with more than 64k mbufs, and notice that the 'XX mbufs allocated to data' output from netstat wraps around at 64k. The m_mtypes[MT_FREE] bug can be observed by typing print mbstat.m_mtypes[0] from a kgdb session; the number printed will generally be around 65500 on a quiet system with only a few mbufs allocated. >Fix: Apply the following patch. This fixes both of the above issues, and removes some assumptions within netstat(1) about the size of the m_mtypes[] array. The patch also reduces the size of the m_mtypes[] array from 256 to 32. Currently there are only 16 mbuf types defined, and the definitions of 9 of these are #if 0'd out, so we are unlikely to reach 32 types anytime soon. This reduces the kernel bss size by a few hundred bytes. Index: sys/kern/uipc_mbuf.c =================================================================== RCS file: /home/iedowse/CVS/src/sys/kern/uipc_mbuf.c,v retrieving revision 1.52 diff -u -r1.52 uipc_mbuf.c --- sys/kern/uipc_mbuf.c 2000/07/04 16:35:03 1.52 +++ sys/kern/uipc_mbuf.c 2000/07/09 17:54:30 @@ -184,6 +184,7 @@ p += MSIZE; } mbstat.m_mbufs += nmb; + mbstat.m_mtypes[MT_FREE] += nmb; return (1); } Index: sys/sys/mbuf.h =================================================================== RCS file: /home/iedowse/CVS/src/sys/sys/mbuf.h,v retrieving revision 1.51 diff -u -r1.51 mbuf.h --- sys/sys/mbuf.h 2000/07/04 16:35:15 1.51 +++ sys/sys/mbuf.h 2000/07/09 17:55:26 @@ -191,7 +191,7 @@ u_long m_drops; /* times failed to find space */ u_long m_wait; /* times waited for space */ u_long m_drain; /* times drained protocols for space */ - u_short m_mtypes[256]; /* type specific mbuf allocations */ + u_long m_mtypes[32]; /* type specific mbuf allocations */ u_long m_mcfail; /* times m_copym failed */ u_long m_mpfail; /* times m_pullup failed */ u_long m_msize; /* length of an mbuf */ Index: usr.bin/netstat/mbuf.c =================================================================== RCS file: /home/iedowse/CVS/src/usr.bin/netstat/mbuf.c,v retrieving revision 1.17 diff -u -r1.17 mbuf.c --- usr.bin/netstat/mbuf.c 1999/12/28 06:38:37 1.17 +++ usr.bin/netstat/mbuf.c 2000/07/09 20:26:37 @@ -91,8 +91,8 @@ { 0, 0 } }; -int nmbtypes = sizeof(mbstat.m_mtypes) / sizeof(short); -bool seen[256]; /* "have we seen this type yet?" */ +#define NMBTYPES (sizeof(mbstat.m_mtypes) / sizeof(mbstat.m_mtypes[0])) +bool seen[NMBTYPES]; /* "have we seen this type yet?" */ /* * Print mbuf statistics. @@ -133,11 +133,6 @@ #undef MCLBYTES #define MCLBYTES (mbstat.m_mclbytes) - if (nmbtypes != 256) { - warnx("unexpected change to mbstat; check source"); - return; - } - totmbufs = 0; for (mp = mbtypes; mp->mt_name; mp++) totmbufs += mbstat.m_mtypes[mp->mt_type]; @@ -146,13 +141,13 @@ for (mp = mbtypes; mp->mt_name; mp++) if (mbstat.m_mtypes[mp->mt_type]) { seen[mp->mt_type] = YES; - printf("\t%u mbufs allocated to %s\n", + printf("\t%lu mbufs allocated to %s\n", mbstat.m_mtypes[mp->mt_type], mp->mt_name); } seen[MT_FREE] = YES; - for (i = 0; i < nmbtypes; i++) + for (i = 0; i < NMBTYPES; i++) if (!seen[i] && mbstat.m_mtypes[i]) { - printf("\t%u mbufs allocated to \n", + printf("\t%lu mbufs allocated to \n", mbstat.m_mtypes[i], i); } printf("%lu/%lu/%u mbuf clusters in use (current/peak/max)\n", >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 Jul 9 14:20:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 067D437B9AE for ; Sun, 9 Jul 2000 14:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA86070; Sun, 9 Jul 2000 14:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id 21C9A37C0CF for ; Sun, 9 Jul 2000 14:11:56 -0700 (PDT) (envelope-from nimrodm@bezeqint.net) Received: from bsd.net.il ([212.179.170.16]) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0FXG002L4862BJ@mail.bezeqint.net> for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Jul 2000 00:10:50 +0300 (IDT) Received: (from nimrodm@localhost) by localhost.my.domain (8.9.3/8.9.3) id AAA08051; Fri, 23 Jun 2000 00:13:59 +0300 (IDT envelope-from nimrodm) Message-Id: <200006222113.AAA08051@localhost.my.domain> Date: Fri, 23 Jun 2000 00:13:59 +0300 (IDT) From: nimrodm@email.com Reply-To: nimrodm@email.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19810: i4b isdntel core-dumping if screen cols<80 or lines<25 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19810 >Category: bin >Synopsis: i4b isdntel core-dumping if screen cols<80 or lines<25 >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 Jul 09 14:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Nimrod Mesika >Release: FreeBSD 4.0-STABLE i386 >Organization: none >Environment: I4B used as an answering machine. >Description: isdntel uses a curses based interface. The program core-dumps (segmentation violation) if the terminal does not have enough lines or columns. The correct action should be clean exit with an error displayed. >How-To-Repeat: Create a small xterm and run isdntel. >Fix: /usr/src/usr.sbin/i4b/isdntel/display.c, line 53 is currently fatal(0, "ERROR, minimal screensize must ...continued... and should be changed to: fatal("ERROR, minimal screensize must ... continued ... >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 Jul 9 14:20:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 364A037B9DF for ; Sun, 9 Jul 2000 14:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA86079; Sun, 9 Jul 2000 14:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id 8AAAA37C0E5 for ; Sun, 9 Jul 2000 14:11:56 -0700 (PDT) (envelope-from nimrodm@bezeqint.net) Received: from bsd.net.il ([212.179.170.16]) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0FXG002L4862BJ@mail.bezeqint.net> for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Jul 2000 00:10:51 +0300 (IDT) Received: (from nimrodm@localhost) by localhost.my.domain (8.9.3/8.9.3) id AAA08168; Fri, 23 Jun 2000 00:22:28 +0300 (IDT envelope-from nimrodm) Message-Id: <200006222122.AAA08168@localhost.my.domain> Date: Fri, 23 Jun 2000 00:22:28 +0300 (IDT) From: Nimrod Mesika Reply-To: nimrodm@bezeqint.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19811: i4b isdntel leaving the tty in a strange state when aborting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19811 >Category: bin >Synopsis: i4b isdntel leaving the tty in a strange state when aborting >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 Jul 09 14:20:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Nimrod Mesika >Release: FreeBSD 4.0-STABLE i386 >Organization: none >Environment: i4b acting as an answering machine. isdntel being executed inside a small xterm. >Description: If the terminal is too small isdntel aborts with a fatal error. Before aborting isdntel calls curses' initscr() which changes the state of the tty. endwin() should be called to restore terminal settings and is not in this particular scenario. The user has to 'reset' the terminal to work normally again. >How-To-Repeat: Run isdntel in a small (less than 80x25) xterm. >Fix: /usr/src/usr.sbin/i4b/isdntel/main.c from, lines 311-312: endwin(); } should be switched: } endwin(); i.e., call endwin() in all cases. >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 Jul 9 21:47:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id C225B37C492 for ; Sun, 9 Jul 2000 21:47:47 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id C7AAF1E031; Mon, 10 Jul 2000 00:47:40 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id AAA18949; Mon, 10 Jul 2000 00:47:40 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id VAA10346; Sun, 9 Jul 2000 21:47:39 -0700 (PDT) Message-Id: <200007100447.VAA10346@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: benny@c2032.net Subject: Re: telnet Cc: bugs@freebsd.org Date: Sun, 9 Jul 2000 21:47:39 -0700 Versions: dmail (solaris) 2.2g/makemail 2.9a Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This appears to be a bug in getnameinfo(). Workaround: use telnet -N. (131.118.32.4's PTR points to ".", which is illegal but shouldn't cause a core dump). Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 22: 0: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62DB937B5CF for ; Sun, 9 Jul 2000 22:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA46784; Sun, 9 Jul 2000 22:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 9 Jul 2000 22:00:04 -0700 (PDT) Message-Id: <200007100500.WAA46784@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Will Andrews Subject: Re: kern/19794: FreeBSD 4.0-Stable crash Reply-To: Will Andrews Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19794; it has been noted by GNATS. From: Will Andrews To: stuartjc@dynamite.com.au Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/19794: FreeBSD 4.0-Stable crash Date: Sun, 9 Jul 2000 03:13:49 -0400 On Sat, Jul 08, 2000 at 11:58:54PM -0700, stuartjc@dynamite.com.au wrote: > Output kgdb : > (kgdb) where > #0 0xc013f108 in boot () > #1 0xc013f48c in poweroff_wait () > #2 0xc0260881 in trap_fatal () > #3 0xc0260559 in trap_pfault () > #4 0xc026012b in trap () > #5 0xc025e748 in pmap_remove_pages () > #6 0xc0137d17 in exit1 () > #7 0xc0137b04 in exit1 () > #8 0xc0260b2d in syscall2 () > #9 0xc0252ab6 in Xint0x80_syscall () > Cannot access memory at address 0xbfbff7f8. > > Panic reads: > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0xc14ebff0 > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc025e748 > stack pointer = 0x10:0xc6268ed4 > frame pointer = 0x10:0xc6268ee4 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 31182 (cc1) > interrupt mask = net tty bio cam > trap number = 12 > panic: page fault Could you provide your kernel configuration file, a more detailed description of your hardware, etc. ? Also, a copy of /var/run/dmesg.boot would be nice to see what hardware the kernel hooks up with. Bug reports are fairly unhelpful when they don't come with any sort of clue as to how to reproduce them. Thanks, -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 22: 0:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B01E37C492 for ; Sun, 9 Jul 2000 22:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA46789; Sun, 9 Jul 2000 22:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 9 Jul 2000 22:00:06 -0700 (PDT) Message-Id: <200007100500.WAA46789@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Will Andrews Subject: Re: kern/19794: FreeBSD 4.0-Stable crash Reply-To: Will Andrews Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19794; it has been noted by GNATS. From: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/19794: FreeBSD 4.0-Stable crash Date: Sun, 9 Jul 2000 22:32:19 -0400 Originator submitted this information to me: ----- Forwarded message from StuBerger ----- From: StuBerger Reply-To: stuartjc@dynamite.com.au To: Will Andrews Subject: Re: kern/19794: FreeBSD 4.0-Stable crash Date: Mon, 10 Jul 2000 08:07:10 +1000 X-Mailer: KMail [version 1.0.28] On Sun, 09 Jul 2000, you wrote: > > Could you provide your kernel configuration file, a more detailed > description of your hardware, etc. ? Also, a copy of > /var/run/dmesg.boot would be nice to see what hardware the kernel hooks > up with. Bug reports are fairly unhelpful when they don't come with any > sort of clue as to how to reproduce them. > Output of dmesg: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-STABLE #2: Sun Jun 25 12:44:33 EST 2000 root@ihmij.net.au:/usr/src/sys/compile/SNOWGUM Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (300.68-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x584 Stepping = 4 Features=0x8001bf AMD Features=0x80000800 real memory = 67108864 (65536K bytes) avail memory = 62304256 (60844K bytes) md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 atapci0: port 0x4000-0x400f,0x374-0x377,0x170-0x177, 0x3f4-0x3f7,0x1f0-0x1f7 irq 14 at device 0.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 isab0: at device 1.0 on pci0 isa0: on isab0 pci0: (vendor=0x1039, dev=0x0009) at 1.1 pcib2: at device 2.0 on pci0 pci1: on pcib2 pci1: at 0.0 irq 11 pcib1: on motherboard pci2: on pcib1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ad0: 16446MB [33416/16/63] at ata0-master using UDMA33 ad1: 4103MB [8894/15/63] at ata0-slave using UDMA33 acd0: CDROM at ata1-master using PIO3 Mounting root from ufs:ad0s1e --- That pretty much describes my hardware as well ( I'm just staring at the hardware now! ) . The only item I don't understand is pci0: (vendor=0x1039, dev=0x0009) at 1.1 ( where in my SB Live! Sound Card used to sit, which I pulled out due to the possibility of it causing the prob, which it didn't ) CPU: K6/2 300, M/B PCI 100 MHz , PS/2 Mouse, 2 IDE HDs, and an IDE ATAPI CDROM, intel i740 Video Card. My Kernel Config, well, to summarise I added a device pcm0 for my soundcard, and removed some things id didn't need. I'll include the file for completeness eeh, it's long. The problem also occurs with the GENERIC kernel as well, however i'd need to boot it up again to confirm that, I modified my H/W config since then. # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246 2000/03/09 16:32:55 jlemon Exp $ machine i386 cpu I586_CPU cpu I686_CPU ident SNOWGUM maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives # device atapifd # ATAPI floppy drives # device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers # device ahb # EISA AHA1742 family # device ahc # AHA2940 and onboard AIC7xxx devices # device amd # AMD 53C974 (Teckram DC-390(T)) # device dpt # DPT Smartcache - See LINT for options! # device isp # Qlogic family # device ncr # NCR/Symbios Logic # device sym # NCR/Symbios Logic (newer chipsets) # device adv0 at isa? # device adw # device bt0 at isa? # device aha0 at isa? # device aic0 at isa? # SCSI peripherals # device scbus # SCSI bus (required) # device da # Direct Access (disks) # device sa # Sequential Access (tape etc) # device cd # CD # device pass # Passthrough device (direct SCSI access) # RAID controllers # device ida # Compaq Smart RAID # device amr # AMI MegaRAID # device mlx # Mylex DAC960 family # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support # device card # device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 # device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. # device de # DEC/Intel DC21x4x (``Tulip'') # device fxp # Intel EtherExpress PRO/100B (82557, 82558) # device tx # SMC 9432TX (83c170 ``EPIC'') # device vx # 3Com 3c590, 3c595 (``Vortex'') # device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) device tl # Texas Instruments ThunderLAN device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. # device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. # device an # The probe order of these is presently determined by i386/isa/isa_compat.c. # device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 # device fe0 at isa? port 0x300 # device le0 at isa? port 0x300 irq 5 iomem 0xd0000 # device lnc0 at isa? port 0x280 irq 10 drq 0 # device cs0 at isa? port 0x300 # device sn0 at isa? port 0x300 irq 10 # requires PCCARD (PCMCIA) support to be activated # device xe0 at isa? # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet # Hopeful of SBLive PnP Support device pcm ----- End forwarded message ----- -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jul 9 22:30:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23E1637C643 for ; Sun, 9 Jul 2000 22:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA53795; Sun, 9 Jul 2000 22:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fenestro.attlabs.att.com (adsl-216-103-84-67.dsl.snfc21.pacbell.net [216.103.84.67]) by hub.freebsd.org (Postfix) with ESMTP id 076B437B5DF for ; Sun, 9 Jul 2000 22:22:59 -0700 (PDT) (envelope-from fenner@fenestro.attlabs.att.com) Received: (from fenner@localhost) by fenestro.attlabs.att.com (8.9.3/8.9.3) id WAA15748; Sun, 9 Jul 2000 22:22:58 -0700 (PDT) (envelope-from fenner) Message-Id: <200007100522.WAA15748@fenestro.attlabs.att.com> Date: Sun, 9 Jul 2000 22:22:58 -0700 (PDT) From: Bill Fenner Reply-To: fenner@research.att.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19816: getnameinfo() dumps core on 131.118.32.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19816 >Category: bin >Synopsis: getnameinfo() dumps core on 131.118.32.4 >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 Jul 09 22:30:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Bill Fenner >Release: FreeBSD 4.0-STABLE i386 >Organization: AT&T Labs - Research >Environment: >Description: getnameinfo() dumps core on 131.118.32.4 It assumes that getipnodebyaddr() can not return an hp->h_name of NULL. However, it can, with the odd PTR record that 131.118.32.4 has: 4.32.118.131.in-addr.arpa. 1D IN PTR . I don't know if this is a bug in getipnodebyaddr() or getnameinfo(). >How-To-Repeat: #include #include #include #include #include int main(int argc,char **argv) { struct sockaddr_in sin; char _hostname[256]; sin.sin_family = AF_INET; sin.sin_len = sizeof(sin); sin.sin_addr.s_addr = inet_addr("131.118.32.4"); getnameinfo((struct sockaddr*)&sin, sin.sin_len, _hostname, sizeof(_hostname) - 1, NULL, 0, NI_NAMEREQD); } >Fix: Unknown. Workaround: don't try to look up this IP address using getnameinfo(). >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 Jul 10 0:20:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 829BE37BFB9 for ; Mon, 10 Jul 2000 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA65512; Mon, 10 Jul 2000 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 43E2537B669; Mon, 10 Jul 2000 00:18:33 -0700 (PDT) Message-Id: <20000710071833.43E2537B669@hub.freebsd.org> Date: Mon, 10 Jul 2000 00:18:33 -0700 (PDT) From: scott_long@btc.adaptec.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19817: usbd broken, does not parse usbd.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19817 >Category: misc >Synopsis: usbd broken, does not parse usbd.conf >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 10 00:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Scott Long >Release: 5.0-CURRENT >Organization: >Environment: FreeBSD mitchman.co 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jul 9 22:33:53 MDT 2000 scottl@mitchman.co:/usr/obj/usr/src/sys/MITCHMAN i386 >Description: usbd fails to parse it's config file, usbd.conf. Even though the conf file is correct in all respects, attempting to start usbd yields "etc/usbd.conf:10: Syntax error in 'device'". Looking at the source of usbd shows a for loop that reads each line of the conf file and parses it. The problem arises in that when the 'device' line is parsed, the same line is then parsed for the next keyword. COrrect behaviour is for the for loop to break and allow the next conf file line to be read in. Attahched patch does this. >How-To-Repeat: Problem will be apparent when usbd is run >Fix: *** usbd.c.old Mon Jul 10 00:48:05 2000 --- usbd.c Mon Jul 10 00:46:46 2000 *************** *** 516,528 **** /* Add it to the end of the list to preserve order */ STAILQ_INSERT_TAIL(&actions, action, next); - } ! if (action == NULL) { ! line[len] = '\0'; /* XXX zero terminate */ ! fprintf(stderr, "%s:%d: Doesn't start with 'device' " ! "but '%s'\n", configfile, lineno, field); ! exit(2); } for (i = 0; config_fields[i].name ; i++) { --- 516,531 ---- /* Add it to the end of the list to preserve order */ STAILQ_INSERT_TAIL(&actions, action, next); ! if (action == NULL) { ! line[len] = '\0'; /* XXX zero terminate */! fprintf(stderr, "%s:%d: Doesn't start with " ! "'device' but '%s'\n", configfile, ! lineno, field); ! exit(2); ! } ! /* Break here so that the next line can be parsed */ ! break; } for (i = 0; config_fields[i].name ; i++) { >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 Jul 10 1: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3990137B506 for ; Mon, 10 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA69646; Mon, 10 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 Jul 2000 01:00:03 -0700 (PDT) Message-Id: <200007100800.BAA69646@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: sanpei@FreeBSD.org Subject: Re: conf/19236: not-existing PCMCI cards in pccard.conf.sample Reply-To: sanpei@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19236; it has been noted by GNATS. From: sanpei@FreeBSD.org To: freebsd-gnats-submit@FreeBSD.org, vova@express.ru Cc: Subject: Re: conf/19236: not-existing PCMCI cards in pccard.conf.sample Date: Sun, 09 Jul 2000 22:03:38 +0900 Thanks for your PC-Card information. I added Shining PMIDE-ASC CDROM card config into /etc/defaults/pccard.conf. By the way, could you use ``Xircom CompactCard GSM modem'' card with ``generic serial'' in /etc/defaults/pccard.conf? But current /usr/sbin/pccardd does not know used io-port... This ``generic serial'' is not perfect. If you could not, please send dumpcis of Xircom CompactCard GSM modem card. # pccardc dumpcis --- MIHIRA Sanpei Yoshiro Yokohama, Japan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 1:32: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56F8237BD60; Mon, 10 Jul 2000 01:32:04 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA74957; Mon, 10 Jul 2000 01:32:04 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Date: Mon, 10 Jul 2000 01:32:04 -0700 (PDT) From: Message-Id: <200007100832.BAA74957@freefall.freebsd.org> To: avatar@mmlab.cse.yzu.edu.tw, sanpei@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18866: No card in database for "PCMCIA CARD 56KFaxModem"("FM56C-NFS") Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: No card in database for "PCMCIA CARD 56KFaxModem"("FM56C-NFS") State-Changed-From-To: open->closed State-Changed-By: sanpei State-Changed-When: Mon Jul 10 01:31:21 PDT 2000 State-Changed-Why: Committed in rev 1.117 http://www.freebsd.org/cgi/query-pr.cgi?pr=18866 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:28:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C59537B562; Mon, 10 Jul 2000 02:28:13 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA83875; Mon, 10 Jul 2000 02:28:13 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Date: Mon, 10 Jul 2000 02:28:13 -0700 (PDT) From: Message-Id: <200007100928.CAA83875@freefall.freebsd.org> To: shirai@nintendo.co.jp, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12375: mv(1) cannot inherit the file flags. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mv(1) cannot inherit the file flags. State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Mon Jul 10 02:27:36 PDT 2000 State-Changed-Why: This is not the case anymore on 4.0-STABLE. With 4.0-STABLE mv(1) honours flags. http://www.freebsd.org/cgi/query-pr.cgi?pr=12375 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:46:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5367237B744; Mon, 10 Jul 2000 02:46:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86156; Mon, 10 Jul 2000 02:46:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Mon, 10 Jul 2000 02:46:45 -0700 (PDT) From: Message-Id: <200007100946.CAA86156@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: bin/1849: gdb sets library breakpoints on the wrong address Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gdb sets library breakpoints on the wrong address Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Jul 10 02:46:25 PDT 2000 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=1849 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:47:39 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7803937C53A; Mon, 10 Jul 2000 02:47:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86292; Mon, 10 Jul 2000 02:47:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Mon, 10 Jul 2000 02:47:37 -0700 (PDT) From: Message-Id: <200007100947.CAA86292@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: gnu/6107: gdb should support PRINTF_HAS_LONG_LONG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gdb should support PRINTF_HAS_LONG_LONG Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Jul 10 02:46:57 PDT 2000 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=6107 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:48: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from poseidon.dcs.napier.ac.uk (poseidon.dcs.napier.ac.uk [146.176.161.4]) by hub.freebsd.org (Postfix) with ESMTP id 1CF4537C57B for ; Mon, 10 Jul 2000 02:48:00 -0700 (PDT) (envelope-from bsc4093@dcs.napier.ac.uk) Received: from artemis (artemis [146.176.161.5]) by poseidon.dcs.napier.ac.uk (8.9.3/8.9.3) with SMTP id KAA09215; Mon, 10 Jul 2000 10:46:13 +0100 (BST) Date: Mon, 10 Jul 2000 10:44:45 +0100 (BST) From: Robin Carey X-Sender: bsc4093@artemis To: Brooks Davis Cc: bugs@FreeBSD.ORG Subject: Re: FBSD-4.0/pcm driver In-Reply-To: <20000702210940.B16196@orion.ac.hmc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 2 Jul 2000, Brooks Davis wrote: > On Fri, Jun 30, 2000 at 09:51:20AM +0100, Robin Carey wrote: > > Seems FreeBSD-4.0 errata is missing the following: > > > > After installing the system, I discover that all of the sound-card related > > character devices (e.g. audio0, midi0, dsp0, e.t.c.) are missing and > > ./MAKEDEV snd fails with some kind of error. > > That's not an error. Since sound isn't compiled in by default there > aren't bogus /dev entries for it. Generally, you'll be much more likely > to get something resembling a response if you give more details then > "[it] fails with some kind of error." Something more like: Ok - I'll take your word that "./MAKEDEV snd0" works. As far as "giving more details of the error" goes, that would be a lot less hassle for me if I had internet access from home, and didn't have to use web-cafes (where time costs money). > > When I run ./MAKEDEV snd it fails like this: > > $ ./MAKEDEV snd > expr: syntax error > bad node: mknod mixer Yeh ... well I tend to write shell-scripts that give meaningful error diagnostics when they can't handle a command-line argument. Perhaps thats not FreeBSD policy :) > > The command you want is "./MAKEDEV snd0" > > -- Brooks > > -- > Any statement of the form "X is the one, true Y" is FALSE. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:48:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06A9537C57B; Mon, 10 Jul 2000 02:48:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86442; Mon, 10 Jul 2000 02:48:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Mon, 10 Jul 2000 02:48:09 -0700 (PDT) From: Message-Id: <200007100948.CAA86442@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: gnu/17214: gdb doesn't honor auto-solib-add Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gdb doesn't honor auto-solib-add Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Jul 10 02:47:52 PDT 2000 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=17214 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:48:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F8ED37C5BF; Mon, 10 Jul 2000 02:48:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86622; Mon, 10 Jul 2000 02:48:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Mon, 10 Jul 2000 02:48:33 -0700 (PDT) From: Message-Id: <200007100948.CAA86622@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: gnu/10910: Integration of Objective C patches into gdb source. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Integration of Objective C patches into gdb source. Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Jul 10 02:48:21 PDT 2000 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=10910 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:49:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B40437B744; Mon, 10 Jul 2000 02:49:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86761; Mon, 10 Jul 2000 02:49:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Mon, 10 Jul 2000 02:49:15 -0700 (PDT) From: Message-Id: <200007100949.CAA86761@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: gnu/4042: gdb stackframe in static library shows not the calling function Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gdb stackframe in static library shows not the calling function Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Jul 10 02:48:42 PDT 2000 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=4042 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:49:37 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1040037C56C; Mon, 10 Jul 2000 02:49:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86879; Mon, 10 Jul 2000 02:49:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Mon, 10 Jul 2000 02:49:35 -0700 (PDT) From: Message-Id: <200007100949.CAA86879@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: gnu/12175: gdb crashes with pids > 32736 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gdb crashes with pids > 32736 Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Jul 10 02:49:23 PDT 2000 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=12175 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:50: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 071DB37C5C0; Mon, 10 Jul 2000 02:50:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86981; Mon, 10 Jul 2000 02:50:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Mon, 10 Jul 2000 02:50:05 -0700 (PDT) From: Message-Id: <200007100950.CAA86981@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: gnu/13427: gdb reports wrong info Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gdb reports wrong info Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Mon Jul 10 02:49:43 PDT 2000 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=13427 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:50:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 481F237C5DF for ; Mon, 10 Jul 2000 02:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86994; Mon, 10 Jul 2000 02:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 Jul 2000 02:50:07 -0700 (PDT) Message-Id: <200007100950.CAA86994@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: kern/19273: Halt key for syscons. Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19273; it has been noted by GNATS. From: David Malone To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: kern/19273: Halt key for syscons. Date: Mon, 10 Jul 2000 10:48:05 +0100 Here is another version of the halt patch which defines a powerdown action for syscons, aswell as the halt action in the old patch. David. Index: src/sys/kern/kern_shutdown.c =================================================================== RCS file: /cvs/FreeBSD-CVS/src/sys/kern/kern_shutdown.c,v retrieving revision 1.76 diff -u -r1.76 kern_shutdown.c --- src/sys/kern/kern_shutdown.c 2000/07/04 11:25:22 1.76 +++ src/sys/kern/kern_shutdown.c 2000/07/10 07:43:56 @@ -162,6 +162,30 @@ } return; } +void +halt_nice() +{ + /* Send a signal to init(8) and have it shutdown the world */ + if (initproc != NULL) { + psignal(initproc, SIGUSR1); + } else { + /* No init(8) running, so simply halt */ + boot(RB_NOSYNC|RB_HALT); + } + return; +} +void +pdwn_nice() +{ + /* Send a signal to init(8) and have it shutdown the world */ + if (initproc != NULL) { + psignal(initproc, SIGUSR2); + } else { + /* No init(8) running, so simply halt and poweroff */ + boot(RB_NOSYNC|RB_HALT|RB_POWEROFF); + } + return; +} static int waittime = -1; static struct pcb dumppcb; Index: src/sys/pc98/pc98/syscons.c =================================================================== RCS file: /cvs/FreeBSD-CVS/src/sys/pc98/pc98/syscons.c,v retrieving revision 1.147 diff -u -r1.147 syscons.c --- src/sys/pc98/pc98/syscons.c 2000/06/25 09:55:12 1.147 +++ src/sys/pc98/pc98/syscons.c 2000/07/10 07:45:08 @@ -3117,6 +3117,18 @@ #endif break; + case HALT: +#ifndef SC_DISABLE_REBOOT + halt_nice(); +#endif + break; + + case PDWN: +#ifndef SC_DISABLE_REBOOT + pdwn_nice(); +#endif + break; + #if NAPM > 0 case SUSP: apm_suspend(PMST_SUSPEND); Index: src/sys/sys/kbio.h =================================================================== RCS file: /cvs/FreeBSD-CVS/src/sys/sys/kbio.h,v retrieving revision 1.5 diff -u -r1.5 kbio.h --- src/sys/sys/kbio.h 1999/12/29 04:24:43 1.5 +++ src/sys/sys/kbio.h 2000/07/10 07:45:45 @@ -171,6 +171,8 @@ #define RCTRA 0x9e /* right ctrl key / alt lock */ #define LALTA 0x9f /* left alt key / alt lock */ #define RALTA 0xa0 /* right alt key / alt lock */ +#define HALT 0xa1 /* halt machine */ +#define PDWN 0xa2 /* halt machine and power down */ #define F(x) ((x)+F_FN-1) #define S(x) ((x)+F_SCR-1) Index: src/sys/sys/systm.h =================================================================== RCS file: /cvs/FreeBSD-CVS/src/sys/sys/systm.h,v retrieving revision 1.116 diff -u -r1.116 systm.h --- src/sys/sys/systm.h 2000/06/05 18:30:55 1.116 +++ src/sys/sys/systm.h 2000/07/10 07:46:17 @@ -185,6 +185,8 @@ /* Finalize the world. */ void shutdown_nice __P((void)); +void halt_nice __P((void)); +void pdwn_nice __P((void)); /* * Kernel to clock driver interface. Index: src/usr.sbin/kbdcontrol/kbdcontrol.c =================================================================== RCS file: /cvs/FreeBSD-CVS/src/usr.sbin/kbdcontrol/kbdcontrol.c,v retrieving revision 1.30 diff -u -r1.30 kbdcontrol.c --- src/usr.sbin/kbdcontrol/kbdcontrol.c 1999/12/10 04:24:26 1.30 +++ src/usr.sbin/kbdcontrol/kbdcontrol.c 2000/07/10 07:47:56 @@ -197,6 +197,10 @@ return LALTA | 0x100; case TRALTA: return RALTA | 0x100; + case THALT: + return HALT | 0x100; + case TPDWN: + return PDWN | 0x100; case TACC: if (ACC(number) > L_ACC) return -1; @@ -428,6 +432,12 @@ case RALTA | 0x100: fprintf(fp, " ralta "); break; + case HALT | 0x100: + fprintf(fp, " halt "); + break; + case PDWN | 0x100: + fprintf(fp, " pdwn "); + break; default: if (value & 0x100) { if (val >= F_FN && val <= L_FN) @@ -620,6 +630,12 @@ break; case RALTA: printf("RALTA, "); + break; + case HALT: + printf(" HALT, "); + break; + case PDWN: + printf(" PDWN, "); break; default: if (value >= F_FN && value <= L_FN) Index: src/usr.sbin/kbdcontrol/lex.h =================================================================== RCS file: /cvs/FreeBSD-CVS/src/usr.sbin/kbdcontrol/lex.h,v retrieving revision 1.9 diff -u -r1.9 lex.h --- src/usr.sbin/kbdcontrol/lex.h 1999/12/10 04:24:27 1.9 +++ src/usr.sbin/kbdcontrol/lex.h 2000/07/10 07:48:39 @@ -61,6 +61,8 @@ #define TRCTRA 286 #define TLALTA 287 #define TRALTA 288 +#define THALT 289 +#define TPDWN 290 extern int number; extern char letter; Index: src/usr.sbin/kbdcontrol/lex.l =================================================================== RCS file: /cvs/FreeBSD-CVS/src/usr.sbin/kbdcontrol/lex.l,v retrieving revision 1.11 diff -u -r1.11 lex.l --- src/usr.sbin/kbdcontrol/lex.l 1999/12/10 04:24:27 1.11 +++ src/usr.sbin/kbdcontrol/lex.l 2000/07/10 07:49:01 @@ -68,6 +68,8 @@ rctrla { return TRCTRA; } lalta|alta { return TLALTA; } ralta { return TRALTA; } +halt { return THALT; } +pdwn { return TPDWN; } NUL|nul { number = 0; return TNUM; } SOH|soh { number = 1; return TNUM; } Index: src/sys/dev/kbd/kbd.c =================================================================== RCS file: /cvs/FreeBSD-CVS/src/sys/dev/kbd/kbd.c,v retrieving revision 1.19 diff -u -r1.19 kbd.c --- src/sys/dev/kbd/kbd.c 2000/05/26 02:03:00 1.19 +++ src/sys/dev/kbd/kbd.c 2000/07/10 07:39:23 @@ -1144,6 +1144,7 @@ /* NON-LOCKING KEYS */ case SPSC: case RBT: case SUSP: case STBY: case DBG: case NEXT: case PREV: case PNC: + case HALT: case PDWN: *accents = 0; break; case BTAB: Index: src/sys/dev/syscons/syscons.c =================================================================== RCS file: /cvs/FreeBSD-CVS/src/sys/dev/syscons/syscons.c,v retrieving revision 1.342 diff -u -r1.342 syscons.c --- src/sys/dev/syscons/syscons.c 2000/06/25 09:55:07 1.342 +++ src/sys/dev/syscons/syscons.c 2000/07/10 07:40:23 @@ -3098,6 +3098,19 @@ #endif break; + case HALT: +#ifndef SC_DISABLE_REBOOT + halt_nice(); +#endif + break; + + case PDWN: +#ifndef SC_DISABLE_REBOOT + pdwn_nice(); +#endif + break; + + #if NAPM > 0 case SUSP: apm_suspend(PMST_SUSPEND); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 2:58:58 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from poseidon.dcs.napier.ac.uk (poseidon.dcs.napier.ac.uk [146.176.161.4]) by hub.freebsd.org (Postfix) with ESMTP id 2653337C56C; Mon, 10 Jul 2000 02:58:55 -0700 (PDT) (envelope-from bsc4093@dcs.napier.ac.uk) Received: from artemis (artemis [146.176.161.5]) by poseidon.dcs.napier.ac.uk (8.9.3/8.9.3) with SMTP id KAA09801; Mon, 10 Jul 2000 10:57:02 +0100 (BST) Date: Mon, 10 Jul 2000 10:55:35 +0100 (BST) From: Robin Carey X-Sender: bsc4093@artemis To: Neil Blakey-Milner Cc: bugs@freebsd.org, asami@freebsd.org Subject: Re: your mail In-Reply-To: <20000630110558.A78154@mithrandr.moria.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org PORTS: I'm still wondering if FreeBSD are going to put my NetServe library into the ports collection ... I sent an E-mail to the ports maintainer about this quite some time ago and I don't think I recveived a reply. I'm just wondering why ? Is my code not good enough ? Or perhaps the quality of my code will "shame" others ? Or is it perhaps that when I wrote NetServe (some years back now) I was naive enough to make the mistake of using GPLL (and am therefore being punished for this) ? On Fri, 30 Jun 2000, Neil Blakey-Milner wrote: [...] > > Thanks for not bothering to reply to my last E-mail/question to > > "questions". > > cd /dev && sh MAKEDEV snd0 > Thanks for the advice. I made the devices "by hand", but maybe I'll remember next time. > You'll get more of a response if you give the exact error, and not 'with > some kind of error'. This is also answered in the FAQ. > > Please continue to use questions@FreeBSD.org for questions. Not really worth it if I don't get a reply ! cheers .... > > Neil > -- > Neil Blakey-Milner > Sunesi Clinical Systems > nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 3:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6993037B52F for ; Mon, 10 Jul 2000 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA98619; Mon, 10 Jul 2000 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 Jul 2000 03:40:02 -0700 (PDT) Message-Id: <200007101040.DAA98619@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/19803: Ext2fs kld module submission Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19803; it has been noted by GNATS. From: Bruce Evans To: nm@web.am Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/19803: Ext2fs kld module submission Date: Mon, 10 Jul 2000 20:37:20 +1000 (EST) > >Description: > Just loadable version of ext2fs driver to get rid of EXT2FS from kernel :) There is already an open PR about this (PR 14217). I think shipping GPLed modules would result in the whole kernel being covered by the GPL, so the ext2fs module would have to be built specially to keep it out of distributions. > --- ext2_readwrite.c.orig Sun Jul 9 20:39:57 2000 > +++ ext2_readwrite.c Sun Jul 9 19:52:50 2000 > @@ -48,6 +48,36 @@ > #define WRITE ext2_write > #define WRITE_S "ext2_write" > +#include > +#include > ... This is bogus. ext2_readwrite.c is not a standalone file. It is included by ext2_vnops.c for historical reasons (the ufs version of it was once shared by ffs and lfs). The bogusness only wastes space, since ext2fs_readwite.c only contains static functions, so the functions don't conflict with the ones in ext2_vnops.c. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 4:18:58 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2658337B51A; Mon, 10 Jul 2000 04:18:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA15550; Mon, 10 Jul 2000 04:18:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) Date: Mon, 10 Jul 2000 04:18:57 -0700 (PDT) From: Message-Id: <200007101118.EAA15550@freefall.freebsd.org> To: nm@web.am, bde@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19803: Ext2fs kld module submission Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ext2fs kld module submission State-Changed-From-To: open->closed State-Changed-By: bde State-Changed-When: Mon Jul 10 04:14:40 PDT 2000 State-Changed-Why: Essentially a duplicate of PR 14217. Closed at originator's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=19803 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 4:39:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id E54F637B51A; Mon, 10 Jul 2000 04:39:10 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13Bbtc-0000OT-00; Mon, 10 Jul 2000 13:38:44 +0200 From: Sheldon Hearn To: Robin Carey Cc: Neil Blakey-Milner , bugs@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: your mail In-reply-to: Your message of "Mon, 10 Jul 2000 10:55:35 +0100." Date: Mon, 10 Jul 2000 13:38:44 +0200 Message-ID: <1516.963229124@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 10 Jul 2000 10:55:35 +0100, Robin Carey wrote: > PORTS: I'm still wondering if FreeBSD are going to put my NetServe > library into the ports collection ... I sent an E-mail to the ports > maintainer about this quite some time ago and I don't think I recveived a > reply. Have you read what the online handbook has to say about submitting new ports? If so, where in the process are you getting stuck? If not, check out http://www.freebsd.org/porters-handbook/ . Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 4:48:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id E869937B581 for ; Mon, 10 Jul 2000 04:48:08 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13Bc2P-0000RX-00; Mon, 10 Jul 2000 13:47:49 +0200 From: Sheldon Hearn To: Robin Carey Cc: Brooks Davis , bugs@FreeBSD.ORG Subject: Re: FBSD-4.0/pcm driver In-reply-to: Your message of "Mon, 10 Jul 2000 10:44:45 +0100." Date: Mon, 10 Jul 2000 13:47:49 +0200 Message-ID: <1706.963229669@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 10 Jul 2000 10:44:45 +0100, Robin Carey wrote: > Yeh ... well I tend to write shell-scripts that give meaningful > error diagnostics when they can't handle a command-line argument. > > Perhaps thats not FreeBSD policy :) Most of us could do without your sarcasm. Right now, your mail just looks like a lot of whining, which always makes me think I'd prefer to help someone else. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 4:49:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F5CD37B51A; Mon, 10 Jul 2000 04:49:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA26266; Mon, 10 Jul 2000 04:49:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 04:49:42 -0700 (PDT) From: Message-Id: <200007101149.EAA26266@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: misc/19817: usbd broken, does not parse usbd.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: usbd broken, does not parse usbd.conf Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 04:49:26 PDT 2000 Responsible-Changed-Why: Nick, this one has a patch on it. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19817 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 4:50: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2892937B622 for ; Mon, 10 Jul 2000 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA26414; Mon, 10 Jul 2000 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 83B0537B51A; Mon, 10 Jul 2000 04:47:10 -0700 (PDT) Message-Id: <20000710114710.83B0537B51A@hub.freebsd.org> Date: Mon, 10 Jul 2000 04:47:10 -0700 (PDT) From: Michael.Reifenberger.gp@icn.siemens.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/19820: Installation of Lotus Notes 5.0 for Linux triggers Bug in Linuxerator Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19820 >Category: i386 >Synopsis: Installation of Lotus Notes 5.0 for Linux triggers Bug in Linuxerator >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 Jul 10 04:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Michael Reifenberger >Release: FreeBSD -current >Organization: >Environment: ...FreeBSD 5.0-Current... linux_devel, linux_base from ports. Additionally perl-5.0*.rpm from Redhat (needed by installer) Lotus notes for Linux 5.0 trial version vom http://www.notes.net >Description: After Downloading, adapting script.dat, running ./install -script script.dat (thats the base installation) you logon as notes-user and do: /opt/lotus/bin/http httpsetup This leads in en endless loop producing to 'sigaltstack: too few memory' on the console and endlessly: 'kernel trap 12 with interrupts disabled kernel trap 9 with interrupts disabled'. >How-To-Repeat: Download and do it as described above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:11:37 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D69437B749; Mon, 10 Jul 2000 05:11:36 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA35515; Mon, 10 Jul 2000 05:11:35 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:11:35 -0700 (PDT) From: Message-Id: <200007101211.FAA35515@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, shin@FreeBSD.org Subject: Re: bin/19816: getnameinfo() dumps core on 131.118.32.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: getnameinfo() dumps core on 131.118.32.4 Responsible-Changed-From-To: freebsd-bugs->shin Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 05:11:15 PDT 2000 Responsible-Changed-Why: Over to Inoue-san, whose code this seems to be. http://www.freebsd.org/cgi/query-pr.cgi?pr=19816 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:14:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A45737B68C; Mon, 10 Jul 2000 05:14:26 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA36562; Mon, 10 Jul 2000 05:14:25 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:14:25 -0700 (PDT) From: Message-Id: <200007101214.FAA36562@freefall.freebsd.org> To: astrassb@hotmail.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19807: incorrect dates Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: incorrect dates State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Mon Jul 10 05:14:11 PDT 2000 State-Changed-Why: Not over here, and not in the repository. How did these files get onto your disk? This looks like a local problem. Could you do some investigation on your end? http://www.freebsd.org/cgi/query-pr.cgi?pr=19807 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:20:49 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 178B337B757; Mon, 10 Jul 2000 05:20:48 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38629; Mon, 10 Jul 2000 05:20:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:20:47 -0700 (PDT) From: Message-Id: <200007101220.FAA38629@freefall.freebsd.org> To: octaphial@yahoo.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: misc/19798: 4DWAVE doesn't work. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4DWAVE doesn't work. State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Mon Jul 10 05:17:50 PDT 2000 State-Changed-Why: There are a few things that the maintainer will almost certainly want from you: 1) The output of the dmesg(8) command. 2) The hardware resources allocated to your card. 3) The results when you upgrade to 4.0-STABLE. Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 05:17:50 PDT 2000 Responsible-Changed-Why: Over to the pcm maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19798 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:22:50 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6C7937B844; Mon, 10 Jul 2000 05:22:48 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39168; Mon, 10 Jul 2000 05:22:48 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:22:48 -0700 (PDT) From: Message-Id: <200007101222.FAA39168@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, darrenr@FreeBSD.org Subject: Re: misc/19793: [PATCH] ipfilter - improve line reading Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ipfilter - improve line reading Responsible-Changed-From-To: freebsd-bugs->darrenr Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 05:22:28 PDT 2000 Responsible-Changed-Why: Over to the ipfilter maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19793 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:23:39 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29B2A37B774; Mon, 10 Jul 2000 05:23:37 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39395; Mon, 10 Jul 2000 05:23:36 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Mon, 10 Jul 2000 05:23:36 -0700 (PDT) From: Message-Id: <200007101223.FAA39395@freefall.freebsd.org> To: shirai@nintendo.co.jp, sada@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12375: mv(1) cannot inherit the file flags. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mv(1) cannot inherit the file flags. State-Changed-From-To: closed->analyzed State-Changed-By: sada State-Changed-When: Mon Jul 10 05:20:54 PDT 2000 State-Changed-Why: On my -current the same problem occurs. Take care that source and destination dirs are not on same FS in this case. http://www.freebsd.org/cgi/query-pr.cgi?pr=12375 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:26:50 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC31637B68C; Mon, 10 Jul 2000 05:26:48 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA40250; Mon, 10 Jul 2000 05:26:48 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:26:48 -0700 (PDT) From: Message-Id: <200007101226.FAA40250@freefall.freebsd.org> To: chesprit@netzero.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/19791: Can seem to boot freebsd 4.0 with CD-ROM (IBM NetFinity 3000) or with Dos Install command. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can seem to boot freebsd 4.0 with CD-ROM (IBM NetFinity 3000) or with Dos Install command. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Jul 10 05:23:38 PDT 2000 State-Changed-Why: The CD kits come with an installation booklet. Take a look at it. :-) If you've lost the booklet or you borrowed the CDROM from a friend or for some other reason don't have the booklet, there's also quite a lot of help available at http://www.freebsd.org/projects/newbies.html#fbsd Should you continue to have difficulties, please read this article: http://www.lemis.com/questions.html http://www.freebsd.org/cgi/query-pr.cgi?pr=19791 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:31:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8E6737B593; Mon, 10 Jul 2000 05:31:41 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA41880; Mon, 10 Jul 2000 05:31:35 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:31:35 -0700 (PDT) From: Message-Id: <200007101231.FAA41880@freefall.freebsd.org> To: brett@lariat.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/19790: Cannot rebuild sendmail.cf without installing full source dist Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Cannot rebuild sendmail.cf without installing full source dist State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Jul 10 05:29:34 PDT 2000 State-Changed-Why: The following is taken from the FreeBSD FAQ: ( http://www.freebsd.org/FAQ/admin.html#UUCPMAIL ) If you didn't install your system with full sources, the sendmail config stuff has been broken out into a separate source distribution tarball just for you. Assuming you've got your CD-ROM mounted, do: # cd /cdrom/src # cat scontrib.?? | tar xzf - -C /usr/src contrib/sendmail http://www.freebsd.org/cgi/query-pr.cgi?pr=19790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:34:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88E6037B68C; Mon, 10 Jul 2000 05:34:40 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA42952; Mon, 10 Jul 2000 05:34:40 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:34:40 -0700 (PDT) From: Message-Id: <200007101234.FAA42952@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: bin/19789: [PATCH] msinfo reports incorrect data for multisession disks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] msinfo reports incorrect data for multisession disks Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 05:34:22 PDT 2000 Responsible-Changed-Why: Over to the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19789 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:39:58 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6630637B685; Mon, 10 Jul 2000 05:39:57 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA44745; Mon, 10 Jul 2000 05:39:57 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:39:57 -0700 (PDT) From: Message-Id: <200007101239.FAA44745@freefall.freebsd.org> To: andrsn@andrsn.stanford.edu, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/19573: Dot Files for Optional Shells Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Dot Files for Optional Shells State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Mon Jul 10 05:37:34 PDT 2000 State-Changed-Why: > Why not provide dot files to be placed in /usr/local/share/skel, > and alter adduser to provide the option [...] Indeed, why not? :-) If I were you, I'd produce patches that abstain from actually introducing any new dot files. Just add the machanism to handle them. That way, your idea (which is good) is not lost in a religious war about what should be in dot files. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19573 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:41: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8C0F37B685; Mon, 10 Jul 2000 05:41:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA45259; Mon, 10 Jul 2000 05:41:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:41:06 -0700 (PDT) From: Message-Id: <200007101241.FAA45259@freefall.freebsd.org> To: jblaine@mitre.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19726: fatal trap 12 / page fault Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fatal trap 12 / page fault State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Mon Jul 10 05:40:14 PDT 2000 State-Changed-Why: Still waiting for the originator to try swapping out memory, since (as I suggested from the start) we haven't seen this as a common complaint about 4.0-RELEASE. http://www.freebsd.org/cgi/query-pr.cgi?pr=19726 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 5:44:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E45037B685; Mon, 10 Jul 2000 05:44:26 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA47878; Mon, 10 Jul 2000 05:44:26 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 05:44:26 -0700 (PDT) From: Message-Id: <200007101244.FAA47878@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, dirk@FreeBSD.org Subject: Re: kern/19782: mkisofs 1.12.1 (i386-unknown-freebsd4.0) doesn't preserve hard links Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mkisofs 1.12.1 (i386-unknown-freebsd4.0) doesn't preserve hard links Responsible-Changed-From-To: freebsd-bugs->dirk Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 05:43:24 PDT 2000 Responsible-Changed-Why: Dirk, could you chase up on this? I realize that the PR suggests a bug in a part of FreeBSD which is not your area, but since you're the maintainer of the port, you might be a good person to run around asking the right people the right questions. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19782 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 6:10:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A14D337B95C for ; Mon, 10 Jul 2000 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA61478; Mon, 10 Jul 2000 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pancake.earlsfort.iol.ie (pancake.earlsfort.iol.ie [194.125.21.11]) by hub.freebsd.org (Postfix) with ESMTP id 1F0A737B91A for ; Mon, 10 Jul 2000 06:01:27 -0700 (PDT) (envelope-from nick@pancake.earlsfort.iol.ie) Received: (from nick@localhost) by pancake.earlsfort.iol.ie (8.9.1/8.9.1) id OAA24927; Mon, 10 Jul 2000 14:01:24 +0100 (IST) Message-Id: <200007101301.OAA24927@pancake.earlsfort.iol.ie> Date: Mon, 10 Jul 2000 14:01:24 +0100 (IST) From: nick@iol.ie Reply-To: nick@iol.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19821: extra "-h" option for logger(1) to log to a remote host Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19821 >Category: bin >Synopsis: logger(1) does not log messages to a remote host. >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 Jul 10 06:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Nick Hilliard >Release: FreeBSD 2.2.6-RELEASE i386 and onwards >Organization: Ireland On-Line >Environment: (not relevant) >Description: There are a bunch of circumstances where the ability to send syslog messages to a remote host is convenience. This patch adds a new option to logger(1), "-h", which specifies the host to send the syslog message to. >How-To-Repeat: (not relevant) >Fix: Apply the following patch. --- logger.c.old Wed Jun 30 12:04:32 1999 +++ logger.c Wed Jun 30 12:37:40 1999 @@ -42,9 +42,15 @@ static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: logger.c,v 1.2.2.3 1997/09/15 08:32:18 jkh Exp $"; + "$Id: logger.c,v 1.2 1998/01/29 17:28:54 nick Exp $"; #endif /* not lint */ +#include +#include +#include +#include +#include + #include #include #include @@ -57,8 +63,11 @@ int decode __P((char *, CODE *)); int pencode __P((char *)); +void logmessage __P((int, char *, char *)); static void usage __P((void)); +#define MAXBUF 1024 + /* * logger -- read and log utility * @@ -71,13 +80,13 @@ char *argv[]; { int ch, logflags, pri; - char *tag, buf[1024]; + char *tag, *host, buf[MAXBUF]; - tag = NULL; + host = tag = NULL; pri = LOG_NOTICE; logflags = 0; unsetenv("TZ"); - while ((ch = getopt(argc, argv, "f:ip:st:")) != -1) + while ((ch = getopt(argc, argv, "f:h:ip:st:")) != -1) switch((char)ch) { case 'f': /* file to log */ if (freopen(optarg, "r", stdin) == NULL) @@ -95,6 +104,9 @@ case 't': /* tag */ tag = optarg; break; + case 'h': + host = optarg; /* hostname to deliver to */ + break; case '?': default: usage(); @@ -114,11 +126,11 @@ for (p = buf, endp = buf + sizeof(buf) - 2; *argv;) { len = strlen(*argv); if (p + len > endp && p > buf) { - syslog(pri, "%s", buf); + logmessage(pri, host, buf); p = buf; } if (len > sizeof(buf) - 1) - syslog(pri, "%s", *argv++); + logmessage(pri, host, *argv++); else { if (p != buf) *p++ = ' '; @@ -127,14 +139,76 @@ } } if (p != buf) - syslog(pri, "%s", buf); + logmessage(pri, host, buf); } else while (fgets(buf, sizeof(buf), stdin) != NULL) - syslog(pri, "%s", buf); + logmessage(pri, host, buf); exit(0); } /* + * Send the message to syslog, either on the local host, or on a remote host + */ +void +logmessage(int pri, char *host, char *buf) +{ + static int sock = -1; + static struct sockaddr_in sin; + + struct msghdr msg; + struct iovec iov[1]; + ssize_t size; + struct in_addr in; + struct servent *sp; + struct hostent *hp = NULL; + char line[MAXBUF + sizeof("")]; /* int is always < 11 chars */ + + if (host == NULL) { + syslog(pri, "%s", buf); + return; + } + + if (sock == -1) { /* set up socket stuff */ + if ((sp = getservbyname("syslog", "udp")) == NULL) + warnx ("syslog/udp: unknown service"); /* not fatal */ + + /* resolve hostname */ + if (!(inet_aton (host, &in)) && !(hp = gethostbyname(host))) { + errx (1, "unknown host: %s", host); + } + if (hp != NULL) + memcpy ((void *)&in.s_addr, hp->h_addr, + sizeof(struct in_addr)); + + /* set up struct sockaddr_in */ + sin.sin_family = AF_INET; + sin.sin_port = (sp == NULL ? 514 : sp->s_port); + memcpy ((void *)&sin.sin_addr, (void *)&in.s_addr, + sizeof(struct in_addr)); + + sock = socket (PF_INET, SOCK_DGRAM, 0); + if (sock < 0) + errx(1, "socket"); + } + + msg.msg_name = (void *)&sin; + msg.msg_namelen = sizeof sin; + msg.msg_iov = iov; + msg.msg_iovlen = 0; + msg.msg_control = 0; + msg.msg_controllen = 0; + msg.msg_flags = 0; + + snprintf (line, sizeof (line) - 1, "<%d>%s", pri, buf); + + iov[msg.msg_iovlen].iov_base = line; + iov[msg.msg_iovlen++].iov_len = strlen(line); + + if (sendmsg (sock, &msg, 0) < strlen(line)) + warnx ("sendmsg"); +} + +/* * Decode a symbolic name to a numeric value */ int @@ -183,6 +257,6 @@ usage() { (void)fprintf(stderr, - "usage: logger [-is] [-f file] [-p pri] [-t tag] [message ...]\n"); + "usage: logger [-is] [-f file] [-p pri] [-t tag] [-h host] [message ...]\n"); exit(1); } --- logger.1.old Wed Jun 30 12:38:27 1999 +++ logger.1 Wed Jun 30 12:42:48 1999 @@ -43,6 +43,7 @@ .Op Fl f Ar file .Op Fl p Ar pri .Op Fl t Ar tag +.Op Fl h Ar host .Op Ar message ... .Sh DESCRIPTION .Nm Logger @@ -73,6 +74,10 @@ .It Fl t Ar tag Mark every line in the log with the specified .Ar tag . +.It Fl h Ar host +Send the message to the remote system +.Ar host +instead of logging it locally. .It Ar message Write the message to log; if not specified, and the .Fl f >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 Jul 10 6:37: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27A2D37BA83; Mon, 10 Jul 2000 06:37:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA70529; Mon, 10 Jul 2000 06:37:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 06:37:04 -0700 (PDT) From: Message-Id: <200007101337.GAA70529@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, hm@FreeBSD.org Subject: Re: bin/19810: i4b isdntel core-dumping if screen cols<80 or lines<25 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: i4b isdntel core-dumping if screen cols<80 or lines<25 Responsible-Changed-From-To: freebsd-bugs->hm Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 06:36:41 PDT 2000 Responsible-Changed-Why: Over to the i4b maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19810 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 6:37:37 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 989DF37B700; Mon, 10 Jul 2000 06:37:35 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA70771; Mon, 10 Jul 2000 06:37:35 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 06:37:35 -0700 (PDT) From: Message-Id: <200007101337.GAA70771@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, hm@FreeBSD.org Subject: Re: bin/19811: i4b isdntel leaving the tty in a strange state when aborting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: i4b isdntel leaving the tty in a strange state when aborting Responsible-Changed-From-To: freebsd-bugs->hm Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 06:37:12 PDT 2000 Responsible-Changed-Why: Over to the i4b maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19811 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 6:43:56 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAD7A37B685; Mon, 10 Jul 2000 06:43:53 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA90358; Mon, 10 Jul 2000 06:43:54 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 06:43:54 -0700 (PDT) From: Message-Id: <200007101343.GAA90358@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/19771: elm port in 4.0-RELEASE is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: elm port in 4.0-RELEASE is broken Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 06:42:26 PDT 2000 Responsible-Changed-Why: Mis-filed PR. Christpoh, have you contacted the port's maintainer, toasty@dragondata.com? http://www.freebsd.org/cgi/query-pr.cgi?pr=19771 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 6:45:37 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A06A537B700; Mon, 10 Jul 2000 06:45:36 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98789; Mon, 10 Jul 2000 06:45:36 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 06:45:36 -0700 (PDT) From: Message-Id: <200007101345.GAA98789@freefall.freebsd.org> To: root@nihil.plaut.de, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18019: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Jul 10 06:45:03 PDT 2000 State-Changed-Why: Closed at the originator's request (believed fixed). http://www.freebsd.org/cgi/query-pr.cgi?pr=18019 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 7:20:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4047A37B537 for ; Mon, 10 Jul 2000 07:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA51859; Mon, 10 Jul 2000 07:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 Jul 2000 07:20:08 -0700 (PDT) Message-Id: <200007101420.HAA51859@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jeff Blaine Subject: Re: kern/19726: fatal trap 12 / page fault Reply-To: Jeff Blaine Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19726; it has been noted by GNATS. From: Jeff Blaine To: freebsd-gnats-submit@freebsd.org, jblaine@mitre.org Cc: Subject: Re: kern/19726: fatal trap 12 / page fault Date: Mon, 10 Jul 2000 10:19:16 -0400 Actually, the first suggestion was for me to re-seat the memory. I did that, and the box still crashed. The next suggestion was to do some memory swapping to see if there were any bad SIMMs. I took 16 of the 32MB out last night. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 7:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 034B537B685 for ; Mon, 10 Jul 2000 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA62490; Mon, 10 Jul 2000 07:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 533BB37C57A; Mon, 10 Jul 2000 07:32:49 -0700 (PDT) Message-Id: <20000710143249.533BB37C57A@hub.freebsd.org> Date: Mon, 10 Jul 2000 07:32:49 -0700 (PDT) From: pam@polynet.lviv.ua To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/19822: (sysinstall) Configuration->TimeZone->Ukraine lists 4 choices of regions in Ukraine, _all_ of which are in the same time zone?! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19822 >Category: conf >Synopsis: (sysinstall) Configuration->TimeZone->Ukraine lists 4 choices of regions in Ukraine, _all_ of which are in the same time zone?! >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 Jul 10 07:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Adrian Pavlykevych >Release: RELENG_4 >Organization: State Univiversity "Lvivska Polytechnica" >Environment: FreeBSD ghost.lp.lviv.ua 4.0-STABLE FreeBSD 4.0-STABLE #0: Fri Jun 30 17:05:22 EEST 2000 >Description: All locations in Ukraine belong to the same timezone (EEST), so there is no point, to ask user to pick his region, if any of his choices result in the same timezone setting. It is even stranger, how those four regions and their naming were picked, neither official administrative boundaries nor naming were used, in general there is no particular logical reasons to be seen. Looks like clear case of some sort of political/ethnical revisionism, which certainly does not belong to the scope of FreeBSD project. >How-To-Repeat: Run /stand/sysinstall, choose Configuration->TimeZone->Europe->Ukraine, check result of choosing any region (all will set TZ to EEST). >Fix: Set EEST time zone for entire Ukraine, like for the rest of East European countries. >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 Jul 10 7:55: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1593537B67F; Mon, 10 Jul 2000 07:55:03 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA69307; Mon, 10 Jul 2000 07:55:03 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 10 Jul 2000 07:55:03 -0700 (PDT) From: Message-Id: <200007101455.HAA69307@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: conf/19822: (sysinstall) Configuration->TimeZone->Ukraine lists 4 choices of regions in Ukraine, _all_ of which are in the same time zone?! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: (sysinstall) Configuration->TimeZone->Ukraine lists 4 choices of regions in Ukraine, _all_ of which are in the same time zone?! Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 10 07:54:30 PDT 2000 Responsible-Changed-Why: Ruslan is our zoneinfo maintainer by way of association. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19822 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 9:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6236437BCB9 for ; Mon, 10 Jul 2000 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36641; Mon, 10 Jul 2000 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 965EB37B578; Mon, 10 Jul 2000 09:15:55 -0700 (PDT) Message-Id: <20000710161555.965EB37B578@hub.freebsd.org> Date: Mon, 10 Jul 2000 09:15:55 -0700 (PDT) From: Masahiro@FreeBSD.ORG, Ito@FreeBSD.ORG To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19827: psm flag bit9(NOIDPROBE) doesn't work correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19827 >Category: kern >Synopsis: psm flag bit9(NOIDPROBE) doesn't work correctly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 10 09:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: masahiro@znet.or.jp >Release: 4.0-STABLE >Organization: >Environment: FreeBSD xxx.xxx.jp 4.0-STABLE FreeBSD 4.0-STABLE #24: Mon Jul 10 00:12:37 JST 2000 masahiro@xxx.xxx.jp:/usr/src/sys/compile/MASAHIRO i386 >Description: Though the psm flag bit9 is set, psm driver probe "GlidePoint". ("Generic PS/2 mouse" should be probed.) >How-To-Repeat: kernel configuration file: device psm0 at atkbdc? irq 12 flags 0x0200 build a new kernel and reboot: psm0: flags 0x200 irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0 ~~~~~~~~~~ => Generic PS/2 mouse >Fix: --- /usr/src/sys/isa/psm.c.orig Fri Mar 31 21:52:05 2000 +++ /usr/src/sys/isa/psm.c Tue Jul 11 01:04:28 2000 @@ -294,7 +294,7 @@ static struct { { MOUSE_MODEL_GENERIC, 0xc0, MOUSE_PS2_PACKETSIZE, NULL, }, }; -#define GENERIC_MOUSE_ENTRY 7 +#define GENERIC_MOUSE_ENTRY 10 /* device driver declarateion */ static device_method_t psm_methods[] = { >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 Jul 10 9:38:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 718) id F386F37B563; Mon, 10 Jul 2000 09:38:29 -0700 (PDT) To: jasone@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jasone@FreeBSD.ORG From: jasone@FreeBSD.ORG Subject: Re: kern/19292 Message-Id: <20000710163829.F386F37B563@hub.freebsd.org> Date: Mon, 10 Jul 2000 09:38:29 -0700 (PDT) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: a problem in pthread_mutex_trylock Responsible-Changed-From-To: freebsd-bugs->jasone Responsible-Changed-By: jasone Responsible-Changed-When: Mon Jul 10 09:38:01 PDT 2000 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 10: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA5CA37B56C for ; Mon, 10 Jul 2000 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA66174; Mon, 10 Jul 2000 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 Jul 2000 10:00:01 -0700 (PDT) Message-Id: <200007101700.KAA66174@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: kern/19809: Make mbstat.m_mtypes[] u_long instead of u_short Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19809; it has been noted by GNATS. From: Garrett Wollman To: iedowse@maths.tcd.ie Cc: FreeBSD-gnats-submit@FreeBSD.ORG, bmilekic@dsuper.net Subject: kern/19809: Make mbstat.m_mtypes[] u_long instead of u_short Date: Mon, 10 Jul 2000 12:56:10 -0400 (EDT) < Apply the following patch. This fixes both of the above > issues, and removes some assumptions within netstat(1) about > the size of the m_mtypes[] array. Looks good to me. I'd rather have the counts exported as a separate MIB entry, though, which would avoid any dependency by netstat on the actual number of types supported in the kernel. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 11:30:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A9F437B929 for ; Mon, 10 Jul 2000 11:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA82093; Mon, 10 Jul 2000 11:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id EB64D37B837; Mon, 10 Jul 2000 11:27:17 -0700 (PDT) Message-Id: <20000710182717.EB64D37B837@hub.freebsd.org> Date: Mon, 10 Jul 2000 11:27:17 -0700 (PDT) From: Ruslan@Shevchenko.Kiev.UA To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19828: graphics/ImageMagick is outdated Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19828 >Category: misc >Synopsis: graphics/ImageMagick is outdated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 10 11:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ruslan Shevchenko >Release: >Organization: private person >Environment: >Description: >How-To-Repeat: >Fix: diff -udr ImageMagick.orig/Makefile ImageMagick/Makefile --- ImageMagick.orig/Makefile Fri Jul 7 17:51:10 2000 +++ ImageMagick/Makefile Fri Jul 7 17:51:37 2000 @@ -6,7 +6,7 @@ # PORTNAME= ImageMagick -PORTVERSION= 5.1.1 +PORTVERSION= 5.2.1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \ diff -udr ImageMagick.orig/files/md5 ImageMagick/files/md5 --- ImageMagick.orig/files/md5 Fri Jul 7 17:51:10 2000 +++ ImageMagick/files/md5 Fri Jul 7 17:52:13 2000 @@ -1 +1 @@ -MD5 (ImageMagick-5.1.1.tar.gz) = 04a606d99dfa8db3e5aa5e31cf074482 +MD5 (ImageMagick-5.2.1.tar.gz) = 54110802f62a492988e173742180083f Only in ImageMagick.orig/patches: patch-ab >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 Jul 10 11:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC2AC37B9F1 for ; Mon, 10 Jul 2000 11:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA84500; Mon, 10 Jul 2000 11:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 62C9B37B929 for ; Mon, 10 Jul 2000 11:49:35 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.10.1/8.10.1) with ESMTP id e6AInWR03915 for ; Mon, 10 Jul 2000 20:49:32 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.10.1/8.10.1) with ESMTP id e6AInWf08686 for ; Mon, 10 Jul 2000 20:49:32 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.10.2/8.10.2) id e6AInWa17431 for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Jul 2000 20:49:32 +0200 (CEST) Message-Id: <200007101849.e6AInWu80911@curry.mchp.siemens.de> Date: Mon, 10 Jul 2000 20:49:32 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19830: Some of the crypto stuff is missing in the ctm files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19830 >Category: bin >Synopsis: Some of the crypto stuff is missing in the ctm files >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 10 11:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 3.5-STABLE i386 >Organization: >Environment: Any system that receives updates via ctm. >Description: A few days ago, the crypto bits from internat.freebsd.org have gone into the base system. However, when you are updating things via ctm, there is some stuff missing: The cvs tree up to cvs-cur.6507.gz contains none of the crypto bits ==> ./src/secure ./src/crypto and ./src/sys/crypto are missing. The 3.5-STABLE tree up to src-3.0611.gz contains none of the crypto bits ==> ./secure ./crypto and ./sys/crypto are missing. The 4.0-STABLE tree up to src-4.0151.gz contains ./sys/crypto ==> ./secure and ./crypto are missing. The 5.0-current tree up to src-cur.4433.gz contains ./sys/crypto ==> ./secure and ./crypto are missing. The cvs tree at freebsd.org contains all three of ./src/secure ./src/crypto and ./src/sys/crypto so there might be something wrong with the ctm delta generation. >How-To-Repeat: ctm -v files_mentioned_above and look into the resulting trees. >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 12:46:25 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 258F837B9F0; Mon, 10 Jul 2000 12:46:23 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA93634; Mon, 10 Jul 2000 12:46:23 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Mon, 10 Jul 2000 12:46:23 -0700 (PDT) From: Message-Id: <200007101946.MAA93634@freefall.freebsd.org> To: vns@delta.odessa.ua, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: kern/19331: Broken linprocfs filesystem in -stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Broken linprocfs filesystem in -stable State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Mon Jul 10 12:43:13 PDT 2000 State-Changed-Why: Fixed. Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: ru Responsible-Changed-When: Mon Jul 10 12:43:13 PDT 2000 Responsible-Changed-Why: The person who fixed that :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19331 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 14: 0: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEB6937B7A9 for ; Mon, 10 Jul 2000 14:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA03724; Mon, 10 Jul 2000 14:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 Jul 2000 14:00:03 -0700 (PDT) Message-Id: <200007102100.OAA03724@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ferruccio Zamuner Subject: Re: conf/19336: write failure when adding distribution files Reply-To: Ferruccio Zamuner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19336; it has been noted by GNATS. From: Ferruccio Zamuner To: freebsd-gnats-submit@FreeBSD.org, trevlig@solace.mh.se Cc: Subject: Re: conf/19336: write failure when adding distribution files Date: Mon, 10 Jul 2000 21:43:08 +0200 This is a multi-part message in MIME format. --------------98B64A22B6D8378F23237CC8 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I've already installed on my PC FreeBSD 2.7, 3.0 and 3.4 successfully wit= hout any troubles. Now I've recycled an old Pentium 133 with Triton chipset and I'd the same= kind of error you had described here. Write failure on transfer! (wrote -1 bytes of 1024) I've bootstrap from boot floppy and mfsroot floppy of version 3.4, I've p= artitioned the HD and labeled it properly (/ swap /var & /usr), but during the transfer from CDROM to HD it gives randomly this er= ror (after few chunks). The CDROM is the same from which I've already installed the same operatin= g system on my running FreeBSD. I=ECve repeated the installation more times with the same bad results. I was fear that there was something wrong in the bios setting, so I've tr= ied to install on the same troubling PC a Debian Linux distribution and everything goes right. I've also bootstraped and tested = it. --------------98B64A22B6D8378F23237CC8 Content-Type: text/x-vcard; charset=us-ascii; name="nonsolosoft.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Ferruccio Zamuner Content-Disposition: attachment; filename="nonsolosoft.vcf" begin:vcard n:Zamuner;Ferruccio tel;fax:011 9691920 x-mozilla-html:FALSE url:http://www.nonsolosoft.com/ org:NonSoLoSoft - Italia version:2.1 email;internet:nonsolosoft@diff.org adr;quoted-printable:;;P.Box 63=0D=0A=0D=0A;Chieri;;I-10023;Italia note;quoted-printable:=0D=0A x-mozilla-cpt:;20032 fn:Ferruccio Zamuner end:vcard --------------98B64A22B6D8378F23237CC8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 14:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BB2637BA87 for ; Mon, 10 Jul 2000 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA07224; Mon, 10 Jul 2000 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id CF9F537B7A9 for ; Mon, 10 Jul 2000 14:15:04 -0700 (PDT) (envelope-from ambrisko@whistle.com) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id OAA41517 for ; Mon, 10 Jul 2000 14:11:36 -0700 (PDT) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id OAA15710; Mon, 10 Jul 2000 14:11:25 -0700 (PDT) (envelope-from ambrisko) Message-Id: <200007102111.OAA15710@whistle.com> Date: Mon, 10 Jul 2000 14:11:25 -0700 (PDT) From: ambrisko@whistle.com Reply-To: ambrisko@whistle.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19835: telnet -X SRA core dump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19835 >Category: bin >Synopsis: Fix core dump when disabling SRA authentication (telnet -X SRA) >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 Jul 10 14:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Doug Ambrisko >Release: FreeBSD 5.0-CURRENT i386 >Organization: Whistle/IBM >Environment: US release >Description: "telnet -X SRA" results in a core dump. This is due to a NULL pointer passed to strcasecmp in libtelnet. So this also effect telnetd as well. >How-To-Repeat: >Fix: Index: auth.c =================================================================== RCS file: /cvs/freebsd/src/crypto/telnet/libtelnet/auth.c,v retrieving revision 1.3 diff -c -r1.3 auth.c *** auth.c 1999/08/16 11:24:25 1.3 --- auth.c 2000/07/10 21:03:07 *************** *** 249,255 **** { int x; for (x = 0; x < AUTHTYPE_CNT; ++x) { ! if (!strcasecmp(name, AUTHTYPE_NAME(x))) { i_wont_support |= typemask(x); break; } --- 249,255 ---- { int x; for (x = 0; x < AUTHTYPE_CNT; ++x) { ! if (AUTHTYPE_NAME(x) && !strcasecmp(name, AUTHTYPE_NAME(x))) { i_wont_support |= typemask(x); break; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 14:50: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F9A337B595 for ; Mon, 10 Jul 2000 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA11207; Mon, 10 Jul 2000 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 9E73937B568 for ; Mon, 10 Jul 2000 14:45:05 -0700 (PDT) (envelope-from ambrisko@whistle.com) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id OAA42241 for ; Mon, 10 Jul 2000 14:36:57 -0700 (PDT) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id OAA16146; Mon, 10 Jul 2000 14:36:51 -0700 (PDT) (envelope-from ambrisko) Message-Id: <200007102136.OAA16146@whistle.com> Date: Mon, 10 Jul 2000 14:36:51 -0700 (PDT) From: ambrisko@whistle.com Reply-To: ambrisko@whistle.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/19837: Run Fit it floppy from serial port Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19837 >Category: misc >Synopsis: Run Fit it floppy from serial port >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 Jul 10 14:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Doug Ambrisko >Release: FreeBSD 5.0-CURRENT i386 >Organization: Whistle/IBM >Environment: The FixIt floppy doesn't work with a serial console since you can't switch vty's. So we have to do something else. >Description: >How-To-Repeat: Try to use FixIt floppy from a serial port. It will say switch to vtyx which it can't do. >Fix: This patch comes from Joerg Wunsch (joerg_wunsch@uriah.heep.sax.de) with some fixes/enhancements and testing by myself. It exits libdialog, spawns the shell as needed. When the shell is exited it then re-starts libdialog and continues. It gets tricky due to the forked shell. Index: install.c =================================================================== RCS file: /cvs/freebsd/src/release/sysinstall/install.c,v retrieving revision 1.274 diff -c -r1.274 install.c *** install.c 2000/05/31 00:57:48 1.274 --- install.c 2000/07/10 21:25:20 *************** *** 56,61 **** --- 56,62 ---- * Used by package.c */ int _interactiveHack; + int FixItMode = 0; static void create_termcap(void); static void fixit_common(void); *************** *** 248,255 **** --- 249,258 ---- int installFixitHoloShell(dialogMenuItem *self) { + FixItMode = 1; systemCreateHoloshell(); return DITEM_SUCCESS; + FixItMode = 0; } int *************** *** 397,402 **** --- 400,407 ---- msgConfirm("Couldn't symlink the /etc/ files! I'm not sure I like this.."); if (!file_readable(TERMCAP_FILE)) create_termcap(); + if (!OnVTY) + systemSuspendDialog(); /* must be before the fork() */ if (!(child = fork())) { int i, fd, fdstop; struct termios foo; Index: sysinstall.h =================================================================== RCS file: /cvs/freebsd/src/release/sysinstall/sysinstall.h,v retrieving revision 1.190 diff -c -r1.190 sysinstall.h *** sysinstall.h 2000/06/05 13:17:23 1.190 --- sysinstall.h 2000/07/10 21:25:20 *************** *** 398,403 **** --- 398,404 ---- extern DMenu MenuUsermgmt; /* User management menu */ extern DMenu MenuFixit; /* Fixit floppy/CDROM/shell menu */ extern DMenu MenuXF86Config; /* Select XFree86 configuration type */ + extern int FixItMode; /* FixItMode starts shell onc urrent device (ie Serial port) */ /* Stuff from libdialog which isn't properly declared outside */ extern void display_helpfile(void); *************** *** 707,712 **** --- 708,715 ---- extern void systemShutdown(int status); extern int execExecute(char *cmd, char *name); extern int systemExecute(char *cmd); + extern void systemSuspendDialog(void); + extern void systemResumeDialog(void); extern int systemDisplayHelp(char *file); extern char *systemHelpFile(char *file, char *buf); extern void systemChangeFont(const u_char font[]); Index: system.c =================================================================== RCS file: /cvs/freebsd/src/release/sysinstall/system.c,v retrieving revision 1.104 diff -c -r1.104 system.c *** system.c 2000/03/25 04:23:08 1.104 --- system.c 2000/07/10 21:25:20 *************** *** 217,222 **** --- 217,244 ---- return status; } + /* suspend/resume libdialog/curses screen */ + static WINDOW *oldW; + + void + systemSuspendDialog(void) + { + + oldW = savescr(); + dialog_clear(); + dialog_update(); + end_dialog(); + DialogActive = FALSE; + } + + void + systemResumeDialog(void) + { + + DialogActive = TRUE; + restorescr(oldW); + } + /* Display a help file in a filebox */ int systemDisplayHelp(char *file) *************** *** 355,361 **** void systemCreateHoloshell(void) { ! if (OnVTY && RunningAsInit) { if (ehs_pid != 0) { int pstat; --- 377,385 ---- void systemCreateHoloshell(void) { ! int waitstatus; ! ! if ((FixItMode || OnVTY) && RunningAsInit) { if (ehs_pid != 0) { int pstat; *************** *** 377,382 **** --- 401,408 ---- (void) waitpid(ehs_pid, &pstat, WNOHANG); } + if (!OnVTY) + systemSuspendDialog(); /* must be before the fork() */ if ((ehs_pid = fork()) == 0) { int i, fd; struct termios foo; *************** *** 385,391 **** ioctl(0, TIOCNOTTY, NULL); for (i = getdtablesize(); i >= 0; --i) close(i); ! fd = open("/dev/ttyv3", O_RDWR); ioctl(0, TIOCSCTTY, &fd); dup2(0, 1); dup2(0, 2); --- 411,420 ---- ioctl(0, TIOCNOTTY, NULL); for (i = getdtablesize(); i >= 0; --i) close(i); ! if (OnVTY) ! fd = open("/dev/ttyv3", O_RDWR); ! else ! fd = open("/dev/console", O_RDWR); ioctl(0, TIOCSCTTY, &fd); dup2(0, 1); dup2(0, 2); *************** *** 400,415 **** } else msgDebug("Doctor: I'm unable to get the terminal attributes!\n"); execlp("sh", "-sh", 0); msgDebug("Was unable to execute sh for Holographic shell!\n"); exit(1); } else { ! WINDOW *w = savescr(); ! msgNotify("Starting an emergency holographic shell on VTY4"); ! sleep(2); ! restorescr(w); } } } --- 429,454 ---- } else msgDebug("Doctor: I'm unable to get the terminal attributes!\n"); + if (!OnVTY){ + printf("Type ``exit'' in this fixit shell to resume sysinstall.\n\n"); + fflush(stdout); + } execlp("sh", "-sh", 0); msgDebug("Was unable to execute sh for Holographic shell!\n"); exit(1); } else { ! if (OnVTY) { ! WINDOW *w = savescr(); ! msgNotify("Starting an emergency holographic shell on VTY4"); ! sleep(2); ! restorescr(w); ! } ! if (!OnVTY){ ! (void)waitpid(ehs_pid, &waitstatus, 0); ! systemResumeDialog(); ! } } } } >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 Jul 10 15:40:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07FE937B992 for ; Mon, 10 Jul 2000 15:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA17968; Mon, 10 Jul 2000 15:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 Jul 2000 15:40:06 -0700 (PDT) Message-Id: <200007102240.PAA17968@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: kern/19742: Kernel compile crashes under 3.5 with sbvxi0 added Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19742; it has been noted by GNATS. From: "Chris D. Faulhaber" To: sluggo@unknown.nu Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/19742: Kernel compile crashes under 3.5 with sbvxi0 added Date: Mon, 10 Jul 2000 18:38:30 -0400 (EDT) Try including: device sbmidi0 at isa? port 0x330 or use the pcm drivers (remove controller snd0 and device sb*) and add: device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x15 ----- 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 Jul 10 18:35:33 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FBA237B6F3; Mon, 10 Jul 2000 18:35:30 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA37461; Mon, 10 Jul 2000 18:35:30 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Mon, 10 Jul 2000 18:35:30 -0700 (PDT) From: Message-Id: <200007110135.SAA37461@freefall.freebsd.org> To: nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org, ben@FreeBSD.org Subject: Re: bin/18329: futimes() and lutimes() missing from in 3.x Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: futimes() and lutimes() missing from in 3.x Responsible-Changed-From-To: freebsd-bugs->ben Responsible-Changed-By: nrahlstr Responsible-Changed-When: Mon Jul 10 18:35:09 PDT 2000 Responsible-Changed-Why: Ben is now a committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18329 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 18:38:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2355237B570; Mon, 10 Jul 2000 18:38:13 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA37756; Mon, 10 Jul 2000 18:38:13 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Mon, 10 Jul 2000 18:38:13 -0700 (PDT) From: Message-Id: <200007110138.SAA37756@freefall.freebsd.org> To: nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org, ben@FreeBSD.org Subject: Re: bin/18836: Outdated bdev/cdev comments in MAKEDEV Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Outdated bdev/cdev comments in MAKEDEV Responsible-Changed-From-To: freebsd-bugs->ben Responsible-Changed-By: nrahlstr Responsible-Changed-When: Mon Jul 10 18:37:02 PDT 2000 Responsible-Changed-Why: Ben is now a committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18836 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 19: 1:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05EC037B96F; Mon, 10 Jul 2000 19:01:50 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40073; Mon, 10 Jul 2000 19:01:50 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Mon, 10 Jul 2000 19:01:50 -0700 (PDT) From: Message-Id: <200007110201.TAA40073@freefall.freebsd.org> To: nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org, nsayer@FreeBSD.org Subject: Re: bin/5959: Cannot set up clocal gettys Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Cannot set up clocal gettys Responsible-Changed-From-To: freebsd-bugs->nsayer Responsible-Changed-By: nrahlstr Responsible-Changed-When: Mon Jul 10 19:01:20 PDT 2000 Responsible-Changed-Why: Originator is now a committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=5959 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jul 10 19:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67FDF37BA9F for ; Mon, 10 Jul 2000 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA43044; Mon, 10 Jul 2000 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 197CA37BA9F; Mon, 10 Jul 2000 19:14:40 -0700 (PDT) Message-Id: <20000711021440.197CA37BA9F@hub.freebsd.org> Date: Mon, 10 Jul 2000 19:14:40 -0700 (PDT) From: agv@tomsknet.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19839: Problem with jail(8) in 4.0-STABLE and NIS+ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19839 >Category: misc >Synopsis: Problem with jail(8) in 4.0-STABLE and NIS+ >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 10 19:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alexandr Goncharov >Release: 4.0-STABLE >Organization: DIN Tomsktelecom >Environment: FreeBSD spike.tomsknet.ru 4.0-STABLE FreeBSD 4.0-STABLE #2 Mon May 22 16:40:54 KRAST 2000 root@spike.tomsknet.ru:/usr/src/sys/compile/GENERIC i386 >Description: When authentication users in jail(8) controlled over NIS+ and unprivileged user attempt run command, executed "getpwent" (top, ls-l, etc.) - system rebooted. When these command run root - system worked! It is bug in jail or, may be, misconfigured NIS+? >How-To-Repeat: Any time. Any run these command as unprivileged user. >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 Jul 10 19:53:40 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9B1037B55B; Mon, 10 Jul 2000 19:53:38 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA46460; Mon, 10 Jul 2000 19:53:38 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Mon, 10 Jul 2000 19:53:38 -0700 (PDT) From: Message-Id: <200007110253.TAA46460@freefall.freebsd.org> To: dkelly@hiwaay.net, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11141: u_long is not big enough Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: u_long is not big enough State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Mon Jul 10 19:53:18 PDT 2000 State-Changed-Why: Fixed by sheldonh in revision 1.10 of wc.c. http://www.freebsd.org/cgi/query-pr.cgi?pr=11141 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 0:20:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1592F37BDF7 for ; Tue, 11 Jul 2000 00:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA82402; Tue, 11 Jul 2000 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8FAE537B91E; Tue, 11 Jul 2000 00:15:44 -0700 (PDT) Message-Id: <20000711071544.8FAE537B91E@hub.freebsd.org> Date: Tue, 11 Jul 2000 00:15:44 -0700 (PDT) From: scarter@pobox.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/19840: The weirdest filesystem problem I ever saw ... It's so hard to characterize Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19840 >Category: i386 >Synopsis: The weirdest filesystem problem I ever saw ... It's so hard to characterize >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 Jul 11 00:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Steve Carter >Release: 3.4-RELEASE >Organization: None >Environment: [scarter@brass] uname -a FreeBSD brass.gulp.org 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Sun Jun 25 21:59:18 MST 2000 root@brass.gulp.org:/usr/src/sys/compile/BRASS-SMP i386 >Description: I have a pretty recent ports tree that includes mutt v1.2. I tried to install an updated version (v1.2.4) of mutt and started with the usual: [scarter@brass] tar -zxvf mutt-1.2.4i.tar.gz [scarter@brass] cd mutt-1.2.4 [scarter@brass] ./configure Tunnel51281 is up, line protocol is up configure: error: missing argument to -- I didnt even know where to start looking, so I searched my file system for the 'Tunnel51281' string and got the following: [root@brass] egrep -R 'Tunnel51281' /* /dev/rda0:$TEST = 'Tunnel51281 is up, line protocol is up'; /dev/rda0:> interface Tunnel51281 /dev/rda0:> Tunnel51281 is up, line protocol is down /dev/rda0:> .Oct 5 11:28:56 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel51281, changed state to up /dev/rda0:> Tunnel51281 206.251.0.45 YES unset up up /dev/rda0:! > interface Tunnel51281 /dev/rda0:! > Tunnel51281 is up, line protocol is down /dev/rda0:! > .Oct 5 11:28:56 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel51281, changed state to up /dev/rda0:! > Tunnel51281 206.251.0.45 YES unset up up /dev/rda0:interface Tunnel51281 /dev/rda0:interface Tunnel51281 /dev/rda0:Tunnel51281 206.251.0.252 YES unset up up /dev/rda0:Tunnel51281 LSP: BR1.PAO-1/1 -> HR1.SNV /dev/rda0:Tunnel51281 Searching further I found: [scarter@brass] pwd /home/scarter/bin [scarter@brass] egrep -R 'Tunn' * DNScheck: $interface =~ s/Tunnel/t/; getLSPinfo.pl:Router Tunnel Bandwidth Utilization getLSPinfo.pl: open(ROUTER, "$command 'sh int | i ^Tunnel| BW |output rate' $router |") getLSPinfo.pl: $tunnelflag = 1 if $line =~ '^Tunnel'; getLSPinfo.pl: if($line =~ '^Tunnel') { test:$TEST = 'Tunnel51281 is up, line protocol is up'; test:print "$TEST\n" if $TEST =~ '^Tunnel'; These are scripts in my ~/bin directory Further than this I don't even know how to describe it or fix it other than reinstall the system, but then the problem would be gone and you'd not be able to fix it. >How-To-Repeat: I can repeat it on my system as many time as needed. But I wouldnt know how to configure a system to do it. I will keep the system as is for a while, I can still use it until I need to install some software. >Fix: No idea ... I could delete the scripts ... >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 Jul 11 0:44:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFE3937BF59; Tue, 11 Jul 2000 00:44:09 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA85633; Tue, 11 Jul 2000 00:44:09 -0700 (PDT) (envelope-from grog@FreeBSD.org) Date: Tue, 11 Jul 2000 00:44:09 -0700 (PDT) From: Message-Id: <200007110744.AAA85633@freefall.freebsd.org> To: scarter@pobox.com, grog@FreeBSD.org, freebsd-bugs@FreeBSD.org, grog@FreeBSD.org Subject: Re: i386/19840: The weirdest filesystem problem I ever saw ... It's so hard to characterize Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The weirdest filesystem problem I ever saw ... It's so hard to characterize State-Changed-From-To: open->feedback State-Changed-By: grog State-Changed-When: Tue Jul 11 00:40:19 PDT 2000 State-Changed-Why: Waiting for feedback. Responsible-Changed-From-To: freebsd-bugs->grog Responsible-Changed-By: grog Responsible-Changed-When: Tue Jul 11 00:40:19 PDT 2000 Responsible-Changed-Why: grog is responding to this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=19840 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1: 0: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E89637B5BD for ; Tue, 11 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA87747; Tue, 11 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jul 2000 01:00:03 -0700 (PDT) Message-Id: <200007110800.BAA87747@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Patrick Bihan-Faou" Subject: Re: conf/18583: [PATCH] DHCP should be able to override hostname. Reply-To: "Patrick Bihan-Faou" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/18583; it has been noted by GNATS. From: "Patrick Bihan-Faou" To: , Cc: Subject: Re: conf/18583: [PATCH] DHCP should be able to override hostname. Date: Tue, 11 Jul 2000 03:53:54 -0400 Hi, Although I appreciate the fact that you give credit in your version of the script I submitted for the DHCP client stuff, I would not go as far as calling it a full rewrite. Anyway, I have fixed the licence on the original version of that script, and it is now a 2 clause BSD (which was my intent to begin with). My silence on this issue was due to a wrong email address... Please update the script as you think is necessary, but don't call it a full rewrite if it is not one :). Also I think that not catching unexpected values for $reason is potentially dangerous in your script, as well as not keeping the "local" qualifiers for variables that are used only in the script functions. Sincerely, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1: 0:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5AB737B751 for ; Tue, 11 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA87756; Tue, 11 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5737E37B941; Tue, 11 Jul 2000 00:54:52 -0700 (PDT) Message-Id: <20000711075452.5737E37B941@hub.freebsd.org> Date: Tue, 11 Jul 2000 00:54:52 -0700 (PDT) From: THEBRITISHSOVEREIGN@THEUNITEDKINGDOM.COM To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19842: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19842 >Category: misc >Synopsis: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. >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 Jul 11 01:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: TOBY CHARLES MORTLOCK >Release: WORLD WIDE WEB >Organization: TAPIR - OF THE THRONE >Environment: >Description: >How-To-Repeat: >Fix: PLEASE ASSIST REPAIR AND FIX-OUT AND AWAY ANY PROBLEMATIC AREA >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 Jul 11 1: 0:22 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3FE937BB97 for ; Tue, 11 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA87774; Tue, 11 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 811B137BC6F; Tue, 11 Jul 2000 00:55:12 -0700 (PDT) Message-Id: <20000711075512.811B137BC6F@hub.freebsd.org> Date: Tue, 11 Jul 2000 00:55:12 -0700 (PDT) From: THEBRITISHSOVEREIGN@THEUNITEDKINGDOM.COM To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19844: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19844 >Category: misc >Synopsis: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. >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 Jul 11 01:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: TOBY CHARLES MORTLOCK >Release: WORLD WIDE WEB >Organization: TAPIR - OF THE THRONE >Environment: >Description: >How-To-Repeat: >Fix: PLEASE ASSIST REPAIR AND FIX-OUT AND AWAY ANY PROBLEMATIC AREA >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 Jul 11 1: 0:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3E4E37B91E for ; Tue, 11 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA87765; Tue, 11 Jul 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C024537BD6E; Tue, 11 Jul 2000 00:55:01 -0700 (PDT) Message-Id: <20000711075501.C024537BD6E@hub.freebsd.org> Date: Tue, 11 Jul 2000 00:55:01 -0700 (PDT) From: THEBRITISHSOVEREIGN@THEUNITEDKINGDOM.COM To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19843: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19843 >Category: misc >Synopsis: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. >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 Jul 11 01:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: TOBY CHARLES MORTLOCK >Release: WORLD WIDE WEB >Organization: TAPIR - OF THE THRONE >Environment: >Description: >How-To-Repeat: >Fix: PLEASE ASSIST REPAIR AND FIX-OUT AND AWAY ANY PROBLEMATIC AREA >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 Jul 11 1:16:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07B6F37BDC9; Tue, 11 Jul 2000 01:16:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA90890; Tue, 11 Jul 2000 01:16:05 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Tue, 11 Jul 2000 01:16:05 -0700 (PDT) From: Message-Id: <200007110816.BAA90890@freefall.freebsd.org> To: THEBRITISHSOVEREIGN@THEUNITEDKINGDOM.COM, will@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19842: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Tue Jul 11 01:15:52 PDT 2000 State-Changed-Why: Bogus problem report. http://www.freebsd.org/cgi/query-pr.cgi?pr=19842 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:16:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE5E437B887; Tue, 11 Jul 2000 01:16:40 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA91027; Tue, 11 Jul 2000 01:16:39 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Tue, 11 Jul 2000 01:16:39 -0700 (PDT) From: Message-Id: <200007110816.BAA91027@freefall.freebsd.org> To: THEBRITISHSOVEREIGN@THEUNITEDKINGDOM.COM, will@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19844: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Tue Jul 11 01:16:24 PDT 2000 State-Changed-Why: Bogus problem report. http://www.freebsd.org/cgi/query-pr.cgi?pr=19844 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4FEE37B887 for ; Tue, 11 Jul 2000 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA91662; Tue, 11 Jul 2000 01:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from vestein.arb-phys.uni-dortmund.de (vestein.arb-phys.uni-dortmund.de [192.109.44.6]) by hub.freebsd.org (Postfix) with ESMTP id B099537B605 for ; Tue, 11 Jul 2000 01:14:14 -0700 (PDT) (envelope-from wb@vestein.arb-phys.uni-dortmund.de) Received: from yorikke.arb-phys.uni-dortmund.de (yorikke [192.109.44.12]) by vestein.arb-phys.uni-dortmund.de (8.9.2/8.9.3) with ESMTP id KAA39795 for ; Tue, 11 Jul 2000 10:14:42 +0200 (MET DST) (envelope-from wb@vestein.arb-phys.uni-dortmund.de) Received: (from wb@localhost) by yorikke.arb-phys.uni-dortmund.de (8.9.3/8.9.3) id KAA05579; Tue, 11 Jul 2000 10:14:34 +0200 (MET DST) (envelope-from wb) Message-Id: <200007110814.KAA05579@yorikke.arb-phys.uni-dortmund.de> Date: Tue, 11 Jul 2000 10:14:34 +0200 (MET DST) From: "Wilhelm B. Kloke" Reply-To: wb@vestein.arb-phys.uni-dortmund.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/19845: Creatix PnP ISDN card conflicts with 2nd IDE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19845 >Category: misc >Synopsis: Creatix PnP ISDN card conflicts with 2nd IDE >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 Jul 11 01:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Wilhelm B. Kloke >Release: FreeBSD 4.0-STABLE i386 >Organization: Inst f Arbeitsphysiologie Uni Dortmund >Environment: >Description: The Creatix PnP ISDN card uses addresses 0x120-0x13f and 0x180-0x1bf The driver /sys/i4b/layer1/i4b_ctx_s0P.c changes this by allocating new resources 0x20 lower. This conflicts with 2nd IDE adapter at 0x170. A kernel with enabled 2nd IDE and Creatix card crashes immedatiately after not getting the required resources. >How-To-Repeat: >Fix: I changed the length of the resource request from 0x20 to 0x10. Now the kernel works fine. The ungraceful handling of the error situation must be fixed, however, as the allocation method will probably fail in other situations also( e.g. a device in 0x100-0x1f region). >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 Jul 11 1:23:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 867E737BB97; Tue, 11 Jul 2000 01:23:57 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA92323; Tue, 11 Jul 2000 01:23:57 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:23:57 -0700 (PDT) From: Message-Id: <200007110823.BAA92323@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, yokota@FreeBSD.org Subject: Re: kern/19827: psm flag bit9(NOIDPROBE) doesn't work correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: psm flag bit9(NOIDPROBE) doesn't work correctly Responsible-Changed-From-To: freebsd-bugs->yokota Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 11 01:23:28 PDT 2000 Responsible-Changed-Why: Over to the maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19827 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:25: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 273ED37BF83; Tue, 11 Jul 2000 01:24:57 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA92742; Tue, 11 Jul 2000 01:24:56 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:24:56 -0700 (PDT) From: Message-Id: <200007110824.BAA92742@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/19828: graphics/ImageMagick is outdated Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/ImageMagick is outdated Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 11 01:24:38 PDT 2000 Responsible-Changed-Why: Mis-filed PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=19828 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:26:54 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A6AF37BD6F; Tue, 11 Jul 2000 01:26:52 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA93152; Tue, 11 Jul 2000 01:26:52 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:26:52 -0700 (PDT) From: Message-Id: <200007110826.BAA93152@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: bin/19830: Some of the crypto stuff is missing in the ctm files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Some of the crypto stuff is missing in the ctm files Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 11 01:25:51 PDT 2000 Responsible-Changed-Why: Mark will understand this. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19830 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:29:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E86E37B5A0; Tue, 11 Jul 2000 01:29:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA93426; Tue, 11 Jul 2000 01:29:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:29:15 -0700 (PDT) From: Message-Id: <200007110829.BAA93426@freefall.freebsd.org> To: THEBRITISHSOVEREIGN@THEUNITEDKINGDOM.COM, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19843: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MY TRAGIC CIRCUMSTANCES HERE IN CANBERRA ARE NOT OF MY LIFE OR KNOWN , BUT BY SOME , THIS IS A TRAGEDY. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Jul 11 01:28:52 PDT 2000 State-Changed-Why: How hysterical. Bogus PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=19843 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:32:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A431437B724; Tue, 11 Jul 2000 01:32:09 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA93689; Tue, 11 Jul 2000 01:32:09 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:32:09 -0700 (PDT) From: Message-Id: <200007110832.BAA93689@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: conf/18583: [PATCH] DHCP should be able to override hostname. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] DHCP should be able to override hostname. Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 11 01:31:45 PDT 2000 Responsible-Changed-Why: Over to the DHCP maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=18583 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:35:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2165337B9D6; Tue, 11 Jul 2000 01:35:20 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA94105; Tue, 11 Jul 2000 01:35:19 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:35:19 -0700 (PDT) From: Message-Id: <200007110835.BAA94105@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, phk@FreeBSD.org Subject: Re: misc/19839: Problem with jail(8) in 4.0-STABLE and NIS+ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problem with jail(8) in 4.0-STABLE and NIS+ Responsible-Changed-From-To: freebsd-bugs->phk Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 11 01:34:33 PDT 2000 Responsible-Changed-Why: Over to mr. jail. http://www.freebsd.org/cgi/query-pr.cgi?pr=19839 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:41:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27B7E37B5A0; Tue, 11 Jul 2000 01:41:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA94991; Tue, 11 Jul 2000 01:41:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:41:49 -0700 (PDT) From: Message-Id: <200007110841.BAA94991@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, nsayer@FreeBSD.org Subject: Re: bin/19835: Fix core dump when disabling SRA authentication (telnet -X SRA) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix core dump when disabling SRA authentication (telnet -X SRA) Responsible-Changed-From-To: freebsd-bugs->nsayer Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 11 01:41:29 PDT 2000 Responsible-Changed-Why: Nick brought in the SRA authentication. http://www.freebsd.org/cgi/query-pr.cgi?pr=19835 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:43:50 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 480F037B5A0; Tue, 11 Jul 2000 01:43:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA95322; Tue, 11 Jul 2000 01:43:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:43:49 -0700 (PDT) From: Message-Id: <200007110843.BAA95322@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: misc/19837: Run Fit it floppy from serial port Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Run Fit it floppy from serial port Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 11 01:43:26 PDT 2000 Responsible-Changed-Why: Mr Stokely is being groomed as the next Mr Sysinstall. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19837 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:45: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E55537B5A0; Tue, 11 Jul 2000 01:45:05 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA96358; Tue, 11 Jul 2000 01:45:05 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:45:05 -0700 (PDT) From: Message-Id: <200007110845.BAA96358@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, hm@FreeBSD.org Subject: Re: misc/19845: Creatix PnP ISDN card conflicts with 2nd IDE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Creatix PnP ISDN card conflicts with 2nd IDE Responsible-Changed-From-To: freebsd-bugs->hm Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 11 01:44:49 PDT 2000 Responsible-Changed-Why: Over to the i4b maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19845 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 1:46:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D245237BB9C; Tue, 11 Jul 2000 01:46:24 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA97466; Tue, 11 Jul 2000 01:46:25 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jul 2000 01:46:25 -0700 (PDT) From: Message-Id: <200007110846.BAA97466@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: kern/19809: Make mbstat.m_mtypes[] u_long instead of u_short Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Make mbstat.m_mtypes[] u_long instead of u_short Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jul 11 01:46:01 PDT 2000 Responsible-Changed-Why: Haha! Assigned to a committer near you. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19809 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 2: 0:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35CBA37C0DC for ; Tue, 11 Jul 2000 02:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA08626; Tue, 11 Jul 2000 02:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jul 2000 02:00:04 -0700 (PDT) Message-Id: <200007110900.CAA08626@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Norbert Koch" Subject: RE: misc/19804: printer port 3bc Reply-To: "Norbert Koch" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19804; it has been noted by GNATS. From: "Norbert Koch" To: "Sheldon Hearn" Cc: Subject: RE: misc/19804: printer port 3bc Date: Mon, 10 Jul 2000 21:01:10 +0200 Hello Sheldon. I do not know how much of my problem report appeared in the public. But I found solutions for both problems I described. For the dx50: Installation fails because of pnp-scanning of port 3c3. Without pnp-scanning it works. For the eisa/dx266: Allocation of 8 io addresses at 3bc fails. Allocation of 4 addresses works. Bye Norbert. > -----Original Message----- > From: Sheldon Hearn [mailto:sheldonh@axl.ops.uunet.co.za]On Behalf Of > Sheldon Hearn > Sent: Monday, July 10, 2000 2:17 PM > To: NKoch@gmx.de > Subject: Re: misc/19804: printer port 3bc > > > > > On Sun, 09 Jul 2000 08:44:16 MST, NKoch@gmx.de wrote: > > > >Description: > > The computer is an old-fashioned dx2/66 eisa pc. > > Allocation of io-port-range fails for parallel port on an old > > monochrome graphics card. > > You haven't actually explained what the problem is, here. :-) > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 2: 0:19 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C31137BFBF for ; Tue, 11 Jul 2000 02:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA08650; Tue, 11 Jul 2000 02:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jul 2000 02:00:07 -0700 (PDT) Message-Id: <200007110900.CAA08650@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Norbert Koch" Subject: RE: misc/19805: not installable on old-fashioned dx50 Reply-To: "Norbert Koch" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19805; it has been noted by GNATS. From: "Norbert Koch" To: "Sheldon Hearn" Cc: Subject: RE: misc/19805: not installable on old-fashioned dx50 Date: Mon, 10 Jul 2000 21:01:08 +0200 Hello Sheldon. It has 20mb installed. The only problem for this pre-historic system is the pnp-scanning. Everything else works. (See my writing ;-) So this was only an informational not a problem report. Bye Norbert. > -----Original Message----- > From: Sheldon Hearn [mailto:sheldonh@axl.ops.uunet.co.za]On Behalf Of > Sheldon Hearn > Sent: Monday, July 10, 2000 2:16 PM > To: NKoch@gmx.de > Subject: Re: misc/19805: not installable on old-fashioned dx50 > > > > > On Sun, 09 Jul 2000 08:48:11 MST, NKoch@gmx.de wrote: > > > >Description: > > I could not install bsd on an old Tulip Vision Line dx50 pc. > > The same is true for OpenBSD and NetBSD. > > How much memory does this system have? Specifically, does it have the > required 16MB or more? :-) > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 2:44:39 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A76437B5F3; Tue, 11 Jul 2000 02:44:38 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45435; Tue, 11 Jul 2000 02:44:38 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Date: Tue, 11 Jul 2000 02:44:38 -0700 (PDT) From: Message-Id: <200007110944.CAA45435@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19557: Denying more than 10 ports with an 'open' ipfw policy causes numerous 'unfiltered' ports to appear. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Denying more than 10 ports with an 'open' ipfw policy causes numerous 'unfiltered' ports to appear. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Jul 11 02:44:13 PDT 2000 Responsible-Changed-Why: Fix up botched PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=19557 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 2:47: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C312037B5F3; Tue, 11 Jul 2000 02:47:02 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45711; Tue, 11 Jul 2000 02:47:02 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Date: Tue, 11 Jul 2000 02:47:02 -0700 (PDT) From: Message-Id: <200007110947.CAA45711@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Jul 11 02:46:37 PDT 2000 Responsible-Changed-Why: Fix botched PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=19482 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 2:49:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id DA56537B5EF; Tue, 11 Jul 2000 02:49:50 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13Bwfj-000KZ0-00; Tue, 11 Jul 2000 11:49:47 +0200 From: Sheldon Hearn To: asmodai@FreeBSD.ORG Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped In-reply-to: Your message of "Tue, 11 Jul 2000 02:47:02 MST." <200007110947.CAA45711@freefall.freebsd.org> Date: Tue, 11 Jul 2000 11:49:47 +0200 Message-ID: <79049.963308987@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Jul 2000 02:47:02 MST, asmodai@FreeBSD.ORG wrote: > Fix botched PR. Traditionally, we use "Misfiled PR" or "Mis-filed PR", as these are less likely to offend originators who may well have put a lot of effort into their submissions. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 2:54:33 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id EAA8E37BCFE for ; Tue, 11 Jul 2000 02:54:24 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id LAA83649; Tue, 11 Jul 2000 11:54:15 +0200 (CEST) (envelope-from asmodai) Date: Tue, 11 Jul 2000 11:54:15 +0200 From: Jeroen Ruigrok van der Werven To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped Message-ID: <20000711115415.G83055@lucifer.bart.nl> References: <200007110947.CAA45711@freefall.freebsd.org> <79049.963308987@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <79049.963308987@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Tue, Jul 11, 2000 at 11:49:47AM +0200 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [20000711 11:50], Sheldon Hearn (sheldonh@uunet.co.za) wrote: > > >On Tue, 11 Jul 2000 02:47:02 MST, asmodai@FreeBSD.ORG wrote: > >> Fix botched PR. > >Traditionally, we use "Misfiled PR" or "Mis-filed PR", as these are less >likely to offend originators who may well have put a lot of effort into >their submissions. :-) I use botched and misfiled when it is appropriate and these were not misfiled, thankyouverymuch. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl ``...by God I *KNOW* what this network is for, and you can't have it.'' -- Russ Albery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 3: 0:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 031F137BE1D for ; Tue, 11 Jul 2000 03:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA59589; Tue, 11 Jul 2000 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.ruhr.de (in-ruhr2.ruhr.de [141.39.224.60]) by hub.freebsd.org (Postfix) with SMTP id 9E60437BBDC for ; Tue, 11 Jul 2000 02:52:26 -0700 (PDT) (envelope-from ue@nathan.ruhr.de) Received: (qmail 32737 invoked by alias); 11 Jul 2000 09:52:46 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.9.3/8.9.3) id LAA16572; Tue, 11 Jul 2000 11:49:59 +0200 (CEST) (envelope-from ue) Message-Id: <200007110949.LAA16572@nathan.ruhr.de> Date: Tue, 11 Jul 2000 11:49:59 +0200 (CEST) From: Udo Erdelhoff Reply-To: ue@nathan.ruhr.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/19849: MAKEDEV still defaults to da0X instead of da0s1X Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19849 >Category: conf >Synopsis: MAKEDEV still defaults to da0X instead of da0s1X >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 11 03:00:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Udo Erdelhoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: src/etc/MAKEDEV versions 1.260 (HEAD), 1.243.2.7 (RELENG_4) >Description: "Dangerously dedicated" disks have been deprecated for a long time. As a result, most installations of FreeBSD 4.X (or -current, for that matter) will use slices. Sysinstall automatically creates the necessary devices (e.g. /dev/da0s1[a-h]) for the user. On the other hand, MAKEDEV {da0,std,all,fixit) will only create da0[a-h] and da0s[1-4]. This can cause problems if the user is forced to swap (or remove) disks. The missing devices on the fixit floppy are especially annoying. The problem also exists for ad and other disk devices. MAKEDEV should create the neccessary devices for filesystem on the first slice of the disk in addition to the devices for the filesystems on a "dangerously dedicated" disk. >How-To-Repeat: as root: cd /dev sh MAKEDEV da100 ls da100* >Fix: Suggested patch for src/etc/MAKEDEV 1.260 (creates da0s1[a-h] and da0[a-h]): --- MAKEDEV 2000/06/26 15:42:48 1.260 +++ MAKEDEV 2000/07/07 20:44:56 @@ -575,7 +575,7 @@ esac case $unit in [0-9]|[0-9][0-9]|[0-4][0-9][0-9]|50[0-9]|51[0-1]) - for slicepartname in s0h s1 s2 s3 s4 + for slicepartname in s0h s1h s2 s3 s4 do sh MAKEDEV $name$unit$slicepartname 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 Tue Jul 11 3: 8:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 8306237B982 for ; Tue, 11 Jul 2000 03:08:38 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13Bwxl-000KdZ-00; Tue, 11 Jul 2000 12:08:25 +0200 From: Sheldon Hearn To: Jeroen Ruigrok van der Werven Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped In-reply-to: Your message of "Tue, 11 Jul 2000 11:54:15 +0200." <20000711115415.G83055@lucifer.bart.nl> Date: Tue, 11 Jul 2000 12:08:25 +0200 Message-ID: <79332.963310105@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Jul 2000 11:54:15 +0200, Jeroen Ruigrok van der Werven wrote: > I use botched and misfiled when it is appropriate and these were not > misfiled, thankyouverymuch. Well this one (19482) certainly looks like a little effort went into it. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 3:11:44 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 440CF37BA60; Tue, 11 Jul 2000 03:11:43 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA73481; Tue, 11 Jul 2000 03:11:42 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Date: Tue, 11 Jul 2000 03:11:42 -0700 (PDT) From: Message-Id: <200007111011.DAA73481@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19213: SC_DFLT_FONT compile option breaks kernel compile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SC_DFLT_FONT compile option breaks kernel compile Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Jul 11 03:08:58 PDT 2000 Responsible-Changed-Why: Fix up botched PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=19213 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 3:13:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 8DC7B37B726; Tue, 11 Jul 2000 03:13:12 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer goliath.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.10.1/8.10.1) with ESMTP id e6BAD9B01705; Tue, 11 Jul 2000 12:13:10 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.10.1/8.10.1) with ESMTP id e6BAD9T21244; Tue, 11 Jul 2000 12:13:09 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.10.2/8.10.2) id e6BAD9a22696; Date: Tue, 11 Jul 2000 12:13:08 +0200 From: Andre Albsmeier To: sheldonh@FreeBSD.ORG Cc: freebsd-bugs@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: bin/19830: Some of the crypto stuff is missing in the ctm files Message-ID: <20000711121308.A98017@curry.mchp.siemens.de> References: <200007110826.BAA93152@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007110826.BAA93152@freefall.freebsd.org>; from sheldonh@FreeBSD.ORG on Tue, Jul 11, 2000 at 01:26:52AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11-Jul-2000 at 01:26:52 -0700, sheldonh@FreeBSD.ORG wrote: > Synopsis: Some of the crypto stuff is missing in the ctm files > > Responsible-Changed-From-To: freebsd-bugs->markm > Responsible-Changed-By: sheldonh > Responsible-Changed-When: Tue Jul 11 01:25:51 PDT 2000 > Responsible-Changed-Why: > Mark will understand this. :-) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=19830 Please close me. The crypto bits arrived today for all active branches supported by ctm. 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 Jul 11 3:15:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 564AA37B7DD for ; Tue, 11 Jul 2000 03:15:11 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id MAA84083; Tue, 11 Jul 2000 12:15:02 +0200 (CEST) (envelope-from asmodai) Date: Tue, 11 Jul 2000 12:15:02 +0200 From: Jeroen Ruigrok van der Werven To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped Message-ID: <20000711121502.H83055@lucifer.bart.nl> References: <20000711115415.G83055@lucifer.bart.nl> <79332.963310105@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <79332.963310105@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Tue, Jul 11, 2000 at 12:08:25PM +0200 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [20000711 12:10], Sheldon Hearn (sheldonh@uunet.co.za) wrote: >On Tue, 11 Jul 2000 11:54:15 +0200, Jeroen Ruigrok van der Werven wrote: > >> I use botched and misfiled when it is appropriate and these were not >> misfiled, thankyouverymuch. > >Well this one (19482) certainly looks like a little effort went into it. I put in effort as well to clean up the GNATS mishandling. So what is your point exactly? -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl ``...by God I *KNOW* what this network is for, and you can't have it.'' -- Russ Albery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 3:16:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 822C137B7DD for ; Tue, 11 Jul 2000 03:16:42 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13Bx5d-000Kip-00; Tue, 11 Jul 2000 12:16:33 +0200 From: Sheldon Hearn To: Jeroen Ruigrok van der Werven Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped In-reply-to: Your message of "Tue, 11 Jul 2000 12:15:02 +0200." <20000711121502.H83055@lucifer.bart.nl> Date: Tue, 11 Jul 2000 12:16:33 +0200 Message-ID: <79658.963310593@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Jul 2000 12:15:02 +0200, Jeroen Ruigrok van der Werven wrote: > >Well this one (19482) certainly looks like a little effort went into it. > > I put in effort as well to clean up the GNATS mishandling. > > So what is your point exactly? My point is that "mis-filed" is an accurate description, while "botched" has negative connotations which we should avoid, particularly in cases where the entire PR is not a write-off. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 3:20: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B21537B8DB for ; Tue, 11 Jul 2000 03:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA81083; Tue, 11 Jul 2000 03:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jul 2000 03:20:06 -0700 (PDT) Message-Id: <200007111020.DAA81083@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sean Winn Subject: Re: misc/19804: printer port 3bc Reply-To: Sean Winn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19804; it has been noted by GNATS. From: Sean Winn To: Norbert Koch Cc: sheldonh@freebsd.org Subject: Re: misc/19804: printer port 3bc Date: Tue, 11 Jul 2000 20:14:30 +1000 Norbert Koch wrote: > > The following reply was made to PR misc/19804; it has been noted by GNATS. > > From: "Norbert Koch" > To: "Sheldon Hearn" > Cc: > Subject: RE: misc/19804: printer port 3bc > Date: Mon, 10 Jul 2000 21:01:10 +0200 > > Hello Sheldon. > I do not know how much of my problem report appeared in the public. But I > found solutions for > both problems I described. For reference, part of this is documented in the FAQ, under "for hackers only" http://www.freebsd.org/FAQ/hackers.html#AEN4419 To quote the interesting part of it: "Microsoft took over some of the primary printer status ports to do PnP, on the logic that no boards decoded those addresses for the opposing I/O cycles. I found a genuine IBM printer board that did decode writes of the status port during the early PnP proposal review period, but MS said ``tough''. So they do a write to the printer status port for setting addresses, plus that use that address + 0x800, and a third I/O port for reading that can be located anywhere between 0x200 and 0x3ff." Of course, no-one should be using a 19 y/o video card in a recent machine in MS's eyes...it can't run Windows 95 after all... > For the dx50: Installation fails because of pnp-scanning of port 3c3. > Without pnp-scanning it works. > For the eisa/dx266: Allocation of 8 io addresses at 3bc fails. Allocation of > 4 addresses works. > Bye > Norbert. > > > -----Original Message----- > > From: Sheldon Hearn [mailto:sheldonh@axl.ops.uunet.co.za]On Behalf Of > > Sheldon Hearn > > Sent: Monday, July 10, 2000 2:17 PM > > To: NKoch@gmx.de > > Subject: Re: misc/19804: printer port 3bc > > > > > > > > > > On Sun, 09 Jul 2000 08:44:16 MST, NKoch@gmx.de wrote: > > > > > >Description: > > > The computer is an old-fashioned dx2/66 eisa pc. > > > Allocation of io-port-range fails for parallel port on an old > > > monochrome graphics card. > > > > You haven't actually explained what the problem is, here. :-) > > > > Ciao, > > Sheldon. > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 3:22: 1 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 5654D37B8FA for ; Tue, 11 Jul 2000 03:21:51 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id MAA84204; Tue, 11 Jul 2000 12:21:42 +0200 (CEST) (envelope-from asmodai) Date: Tue, 11 Jul 2000 12:21:42 +0200 From: Jeroen Ruigrok van der Werven To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped Message-ID: <20000711122142.I83055@lucifer.bart.nl> References: <20000711121502.H83055@lucifer.bart.nl> <79658.963310593@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <79658.963310593@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Tue, Jul 11, 2000 at 12:16:33PM +0200 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [20000711 12:20], Sheldon Hearn (sheldonh@uunet.co.za) wrote: >On Tue, 11 Jul 2000 12:15:02 +0200, Jeroen Ruigrok van der Werven wrote: > >> So what is your point exactly? > >My point is that "mis-filed" is an accurate description, while "botched" >has negative connotations which we should avoid, particularly in cases >where the entire PR is not a write-off. Apparantly you have negative feeling when I use botched. I don't associate it with anything negative nor have I received complaints about the usage of botched in the responses. Sorry, but I am going to describe the stuff I do with the correct words in my opinion. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl ``...by God I *KNOW* what this network is for, and you can't have it.'' -- Russ Albery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 3:27:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id CE22837BA60 for ; Tue, 11 Jul 2000 03:27:29 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13BxG2-000Klv-00; Tue, 11 Jul 2000 12:27:18 +0200 From: Sheldon Hearn To: Jeroen Ruigrok van der Werven Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped In-reply-to: Your message of "Tue, 11 Jul 2000 12:21:42 +0200." <20000711122142.I83055@lucifer.bart.nl> Date: Tue, 11 Jul 2000 12:27:18 +0200 Message-ID: <79850.963311238@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 Jul 2000 12:21:42 +0200, Jeroen Ruigrok van der Werven wrote: > Apparantly you have negative feeling when I use botched. I don't > associate it with anything negative nor have I received complaints about > the usage of botched in the responses. Trust me, the word "botched" in the English language is negative. From Webster's Revised Unabridged Dictionary (1913) [web1913]: Botch \Botch\, n.; pl. {Botches}. [Same as Boss a stud. For senses 2 & 3 cf. D. botsen to beat, akin to E. beat.] 1. A swelling on the skin; a large ulcerous affection; a boil; an eruptive disease. [Obs. or Dial.] Botches and blains must all his flesh emboss. --Milton. 2. A patch put on, or a part of a garment patched or mended in a clumsy manner. 3. Work done in a bungling manner; a clumsy performance; a piece of work, or a place in work, marred in the doing, or not properly finished; a bungle. [...] 3. To put together unsuitably or unskillfully; to express or perform in a bungling manner; to spoil or mar, as by unskillful work. > Sorry, but I am going to describe the stuff I do with the correct words > in my opinion. You're doing work that has to it a public relations aspect. You have a responsibility to be careful with your words. Why are you being so stubborn about this, anyway? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 3:54: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 1C41A37B95B for ; Tue, 11 Jul 2000 03:54:01 -0700 (PDT) (envelope-from bartequi@inwind.it) Received: from bartequi.ottodomain.org (212.141.78.227) by relay1.inwind.it; 11 Jul 2000 12:53:59 +0200 From: Salvo Bartolotta Date: Tue, 11 Jul 2000 11:54:50 GMT Message-ID: <20000711.11545000@bartequi.ottodomain.org> Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG In-Reply-To: <79850.963311238@axl.ops.uunet.co.za> References: <79850.963311238@axl.ops.uunet.co.za> X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 3. Work done in a bungling manner; a clumsy performance; a > piece of work, or a place in work, marred in the doing, or > not properly finished; a bungle. > [...] > 3. To put together unsuitably or unskillfully; to express or > perform in a bungling manner; to spoil or mar, as by > unskillful work. > > Sorry, but I am going to describe the stuff I do with the correct=20 words > > in my opinion. > You're doing work that has to it a public relations aspect. You have = a > responsibility to be careful with your words. Why are you being so > stubborn about this, anyway? > Ciao, > Sheldon. Dear Sheldon and Jeroen, my Oxford Dictionary (Pearsall, 1998) confirms the bad/negative shade=20 of meaning: botch -> verb [with obj]: /* informal */ carry out a (task) badly or=20 carelessly: he was accused of botching the job a botched attempt to kill them The corresponding noun has the same connotations. However, both of you might be surprised to learn about the etymology:=20 Late Middle English: (in the sense of "repair" but originally not=20 implying clumsiness): of unknown origin. Please note: originally NOT implying clumsiness :-O Jeroen: in your language, is there a similar word having NO such=20 bad/negative connotations ? Is this (a "false friend") the reason for=20 your current choice ? :-) If somebody tells me that English is an "easy" language, or that=20 Linguistics is an easy subject, I will (=3Dsharing the same root as=20 Latin "velle") @#[]~`=B9!'em ! [stout severely censored]. Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:12:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 8EC2537B95B; Tue, 11 Jul 2000 04:12:41 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id NAA84729; Tue, 11 Jul 2000 13:12:35 +0200 (CEST) (envelope-from asmodai) Date: Tue, 11 Jul 2000 13:12:35 +0200 From: Jeroen Ruigrok van der Werven To: Salvo Bartolotta Cc: freebsd-bugs@freebsd.org, sheldonh@freebsd.org Subject: Re: kern/19482: resent (my fault *sigh*) Message-ID: <20000711131235.K83055@lucifer.bart.nl> References: <20000711.12022100@bartequi.ottodomain.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000711.12022100@bartequi.ottodomain.org>; from bartequi@inwind.it on Tue, Jul 11, 2000 at 12:02:21PM +0000 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [20000711 13:05], Salvo Bartolotta (bartequi@inwind.it) wrote: >my Oxford Dictionary (Pearsall, 1998) confirms the bad/negative shade >of meaning: > >botch -> verb [with obj]: /* informal */ carry out a (task) badly or >carelessly: he was accused of botching the job >a botched attempt to kill them > >The corresponding noun has the same connotations. > >However, both of you might be surprised to learn about the etymology: > > >Late Middle English: (in the sense of "repair" but originally not >implying clumsiness): of unknown origin. > > >Please note: originally NOT implying clumsiness :-O > >Jeroen: in your language, is there a similar word having NO such >bad/negative connotations ? Is this (a "false friend") the reason for >your current choice ? :-) Botched always meant to me something that was broken and is now being fixed. I never even knew of the negative meanings it has. And if so, it would seem a bit hardpressed to even think I could mean the negative versions of this word. IMHO, that would be a bit shortsighted. Anyways, sorry if this sounds harsh, it is not intended that way, but I am not going to waste a single more second on this. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl ``...by God I *KNOW* what this network is for, and you can't have it.'' -- Russ Albery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:25:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8943437BE33; Tue, 11 Jul 2000 04:25:51 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA21789; Tue, 11 Jul 2000 04:25:51 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:25:51 -0700 (PDT) From: Message-Id: <200007111125.EAA21789@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: kern/19273: Syscons has no key for halting the machine. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Syscons has no key for halting the machine. Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:25:07 PDT 2000 Responsible-Changed-Why: My PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=19273 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:27:39 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1161837BE33; Tue, 11 Jul 2000 04:27:38 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA23860; Tue, 11 Jul 2000 04:27:38 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:27:38 -0700 (PDT) From: Message-Id: <200007111127.EAA23860@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/18951: top sorting error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: top sorting error Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:27:22 PDT 2000 Responsible-Changed-Why: My PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=18951 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:31: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D58B37B95B; Tue, 11 Jul 2000 04:31:07 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25969; Tue, 11 Jul 2000 04:31:07 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:31:07 -0700 (PDT) From: Message-Id: <200007111131.EAA25969@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: misc/18947: daily security script should list inode numbers? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: daily security script should list inode numbers? Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:30:15 PDT 2000 Responsible-Changed-Why: My PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=18947 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:34:41 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 302F837BE33; Tue, 11 Jul 2000 04:34:40 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29206; Tue, 11 Jul 2000 04:34:40 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:34:40 -0700 (PDT) From: Message-Id: <200007111134.EAA29206@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/7872: [PATCH] mountd(8) can apply flags to wrong filesystem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] mountd(8) can apply flags to wrong filesystem Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:34:14 PDT 2000 Responsible-Changed-Why: One of interest to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=7872 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:35:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80A9337BFC5; Tue, 11 Jul 2000 04:35:32 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29377; Tue, 11 Jul 2000 04:35:32 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:35:32 -0700 (PDT) From: Message-Id: <200007111135.EAA29377@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: kern/9848: ARP proxyall extra sanity check Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ARP proxyall extra sanity check Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:35:10 PDT 2000 Responsible-Changed-Why: Local PR. . http://www.freebsd.org/cgi/query-pr.cgi?pr=9848 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:36:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BADC37BEF1; Tue, 11 Jul 2000 04:36:30 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29656; Tue, 11 Jul 2000 04:36:30 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:36:30 -0700 (PDT) From: Message-Id: <200007111136.EAA29656@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/14250: restore(8) can loop if tty goes away or with -y option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: restore(8) can loop if tty goes away or with -y option Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:36:16 PDT 2000 Responsible-Changed-Why: Local PR http://www.freebsd.org/cgi/query-pr.cgi?pr=14250 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:37:46 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4C1F37BF5E; Tue, 11 Jul 2000 04:37:43 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29863; Tue, 11 Jul 2000 04:37:43 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:37:43 -0700 (PDT) From: Message-Id: <200007111137.EAA29863@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: kern/17347: msdosfs_rename and 'vrele: negative ref count' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: msdosfs_rename and 'vrele: negative ref count' Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:37:20 PDT 2000 Responsible-Changed-Why: Local PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=17347 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:39:33 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9950B37BEBD; Tue, 11 Jul 2000 04:39:31 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA30146; Tue, 11 Jul 2000 04:39:32 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:39:32 -0700 (PDT) From: Message-Id: <200007111139.EAA30146@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: i386/18923: boot0cfg(8) cannot select default boot slice Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: boot0cfg(8) cannot select default boot slice Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:39:12 PDT 2000 Responsible-Changed-Why: Local PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=18923 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:40:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DE7D37BF15; Tue, 11 Jul 2000 04:40:12 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA30298; Tue, 11 Jul 2000 04:40:12 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:40:12 -0700 (PDT) From: Message-Id: <200007111140.EAA30298@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/19426: fsck(8) allows non-zero di_size on device inodes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fsck(8) allows non-zero di_size on device inodes Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:39:12 PDT 2000 Responsible-Changed-Why: Local PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=18923 Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:39:12 PDT 2000 Responsible-Changed-Why: Local PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=19426 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:43:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D7AC37B9BB; Tue, 11 Jul 2000 04:43:34 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA30949; Tue, 11 Jul 2000 04:43:35 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:43:35 -0700 (PDT) From: Message-Id: <200007111143.EAA30949@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: kern/18909: select(2) timeout limited to 100000000 seconds Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: select(2) timeout limited to 100000000 seconds Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:43:05 PDT 2000 Responsible-Changed-Why: I'm interested in this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=18909 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:44:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5BCC37BE2F; Tue, 11 Jul 2000 04:44:55 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA31240; Tue, 11 Jul 2000 04:44:56 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:44:56 -0700 (PDT) From: Message-Id: <200007111144.EAA31240@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/17847: mv symbolic link cross partition fails Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mv symbolic link cross partition fails Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:44:31 PDT 2000 Responsible-Changed-Why: I'm interested in this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=17847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 4:45:54 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 708ED37BF12; Tue, 11 Jul 2000 04:45:53 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA31495; Tue, 11 Jul 2000 04:45:54 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Tue, 11 Jul 2000 04:45:54 -0700 (PDT) From: Message-Id: <200007111145.EAA31495@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/14786: [PATCH] tail breaks on large files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] tail breaks on large files Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Tue Jul 11 04:45:34 PDT 2000 Responsible-Changed-Why: Of interest to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=14786 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 6:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDD0137C029 for ; Tue, 11 Jul 2000 06:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44466; Tue, 11 Jul 2000 06:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jul 2000 06:20:03 -0700 (PDT) Message-Id: <200007111320.GAA44466@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/19635: add -c for grand total to df(1), like du(1) does Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19635; it has been noted by GNATS. From: Sheldon Hearn To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/19635: add -c for grand total to df(1), like du(1) does Date: Tue, 11 Jul 2000 15:16:17 +0200 Just by the way, the flag used for a grand total in df(1) as defined in SUSv2 is -t, not -c. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 6:53:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 74CC237B931 for ; Tue, 11 Jul 2000 06:53:55 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id JAA64548; Tue, 11 Jul 2000 09:53:47 -0400 (EDT) (envelope-from wollman) Date: Tue, 11 Jul 2000 09:53:47 -0400 (EDT) From: Garrett Wollman Message-Id: <200007111353.JAA64548@khavrinen.lcs.mit.edu> To: Jeroen Ruigrok van der Werven Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19482: Upgrade from 4.0-RELEASE to 4.0-STABLE causes RIP packets to be dropped In-Reply-To: <20000711122142.I83055@lucifer.bart.nl> References: <20000711121502.H83055@lucifer.bart.nl> <79658.963310593@axl.ops.uunet.co.za> <20000711122142.I83055@lucifer.bart.nl> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > Apparantly you have negative feeling when I use botched. Perhaps you should accept the judgment of native English speakers. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 10: 0: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A8D837BF0F for ; Tue, 11 Jul 2000 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA51198; Tue, 11 Jul 2000 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jul 2000 10:00:02 -0700 (PDT) Message-Id: <200007111700.KAA51198@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: conf/19849: MAKEDEV still defaults to da0X instead of da0s1X Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19849; it has been noted by GNATS. From: Bruce Evans To: Udo Erdelhoff Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/19849: MAKEDEV still defaults to da0X instead of da0s1X Date: Wed, 12 Jul 2000 02:55:10 +1000 (EST) On Tue, 11 Jul 2000, Udo Erdelhoff wrote: > >Description: > > "Dangerously dedicated" disks have been deprecated for a long time. As a > result, most installations of FreeBSD 4.X (or -current, for that matter) > will use slices. Sysinstall automatically creates the necessary devices > (e.g. /dev/da0s1[a-h]) for the user. /dev/da0X is not for "dangerously dedicated" disks. It is for the first BSD slice. This gives a canonical way to find all BSD partitions on most systems (ones with at most one BSD slice per disk). Unfortunately, someone attempted to deprecate using the traditional BSD partition names because of transient bugs in the boot loader interface. > MAKEDEV should create the neccessary devices for filesystem on the first > slice of the disk in addition to the devices for the filesystems on a > "dangerously dedicated" disk. No, there is nothing special about the first slice. The first slice is unlikely to be the BSD slice except on "undangerously dedicated" disks. Perhaps partitions for all slices should be created. This costs 64 directory entries and inodes per drives (16 for each slice). Some of the wastage could be recovered by not creating entries for so many drives by default. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 11:14: 0 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from brass.gulp.org (brass.gulp.org [204.245.54.130]) by hub.freebsd.org (Postfix) with ESMTP id 982C037B69C; Tue, 11 Jul 2000 11:13:46 -0700 (PDT) (envelope-from scarter@brass.gulp.org) Received: (from scarter@localhost) by brass.gulp.org (8.9.3/8.9.3) id LAA07788; Tue, 11 Jul 2000 11:13:53 -0700 (MST) (envelope-from scarter) Date: Tue, 11 Jul 2000 11:13:53 -0700 From: Steve Carter To: grog@FreeBSD.org Cc: scarter@pobox.com, freebsd-bugs@FreeBSD.org Subject: Re: i386/19840: The weirdest filesystem problem I ever saw ... It's so hard to characterize Message-ID: <20000711111353.A7755@gblx.net> References: <200007110744.AAA85633@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007110744.AAA85633@freefall.freebsd.org>; from grog@FreeBSD.org on Tue, Jul 11, 2000 at 12:44:09AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * grog@FreeBSD.org [000711 00:46]: > Synopsis: The weirdest filesystem problem I ever saw ... It's so hard to characterize > > State-Changed-From-To: open->feedback > State-Changed-By: grog > State-Changed-When: Tue Jul 11 00:40:19 PDT 2000 > State-Changed-Why: > Waiting for feedback. > > > Responsible-Changed-From-To: freebsd-bugs->grog > Responsible-Changed-By: grog > Responsible-Changed-When: Tue Jul 11 00:40:19 PDT 2000 > Responsible-Changed-Why: > grog is responding to this PR. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=19840 Heck ... and I thought I'd found a really sweet bug. This did fix the problem, thank you. -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 11:44:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9858E37B66C; Tue, 11 Jul 2000 11:44:29 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA66519; Tue, 11 Jul 2000 11:44:29 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Date: Tue, 11 Jul 2000 11:44:29 -0700 (PDT) From: Message-Id: <200007111844.LAA66519@freefall.freebsd.org> To: marcel@FreeBSD.org, freebsd-bugs@FreeBSD.org, marcel@FreeBSD.org Subject: Re: kern/17698: [PATCH] Let Makefile.inc1 installkernel install multiple kernels Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Let Makefile.inc1 installkernel install multiple kernels Responsible-Changed-From-To: freebsd-bugs->marcel Responsible-Changed-By: marcel Responsible-Changed-When: Tue Jul 11 11:05:13 PDT 2000 Responsible-Changed-Why: My plate. http://www.freebsd.org/cgi/query-pr.cgi?pr=17698 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 12:10:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CF4D37B6FD for ; Tue, 11 Jul 2000 12:10:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA70888; Tue, 11 Jul 2000 12:10:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jul 2000 12:10:08 -0700 (PDT) Message-Id: <200007111910.MAA70888@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Larry Rosenman" Subject: Re: misc/19376: ncurses alters buffering of stdin/stdout and does not restore it. Reply-To: "Larry Rosenman" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19376; it has been noted by GNATS. From: "Larry Rosenman" To: , , "Lawrence Rosenman" Cc: Subject: Re: misc/19376: ncurses alters buffering of stdin/stdout and does not restore it. Date: Tue, 11 Jul 2000 14:00:53 -0500 > I rebuilt my LERBSD box with the current (7/1) ncurses. > Please retry C-Kermit... > It's half fixed. After starting and then stopping curses, input is no longer buffered but output is still buffered. The current working sources are in /home/fdc/kermit. To build a version without the 4.0-specific setbuf hack, use: make clean make freebsd41 (I left a new "wermit" binary there too.) On the Internet, the same source package can be found at: ftp://kermit.columbia.edu/kermit/test/tar/x.tar.gz Then to test: ./wermit C-Kermit> telnet localhost (log in, start Kermit, put it in server mode, escape back) C-Kermit> send This puts up the curses display. When the transfer is done, you get the C-Kermit> prompt back. At this point, when you type a regular character (such as letter) it does not echo. However, if you type a "wakeup" character such as "?", you get the expected response, which shows that input is unbuffered. If you type a command like "echo foo", the command itself doesn't echo until you press the Return key. So in the latest ncurses, endwin() has restored the previous buffering on stdin, but not on stdout. No other version of Unix, including the other *BSD's, or even pre-4.0 versions of FreeBSD, behave this way. Or at least *behaved* this way as of about New Years Day. If the same ncurses code is finding its way into new Linuxes, etc, then maybe they have the same problem but I haven't seen it yet, since I haven't done a "build-all" since New Years (it takes about a week to hit every platform). If you could post this as a followup to: http://www.freebsd.org/cgi/query-pr.cgi?pr=19376 I'd appreciate it -- for some reason my browser won't let me do it. (Also, please include the details of your installation & ncurses version, etc.) Thanks! - Frank ** This is with a CVSUP as of yesterday (7/10/2000 around 20:00 GMT-0500 (US/Central)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 15:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE30837B520 for ; Tue, 11 Jul 2000 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA02135; Tue, 11 Jul 2000 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jul 2000 15:30:02 -0700 (PDT) Message-Id: <200007112230.PAA02135@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kevin_Badeen@harte-hanks.com Subject: Re: misc/16969: /kernel: psmintr: out of sync (0000 != 0008) Reply-To: Kevin_Badeen@harte-hanks.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/16969; it has been noted by GNATS. From: Kevin_Badeen@harte-hanks.com To: freebsd-gnats-submit@FreeBSD.org, mlindsay@expressvu.com Cc: Subject: Re: misc/16969: /kernel: psmintr: out of sync (0000 != 0008) Date: Tue, 11 Jul 2000 17:25:40 -0500 I am also having this problem on bsd 4.0 with a microsoft intellimouse. It seems that whenever the kernel gets feedback from the mouse it gives an error. Under X the mouse works if you move it slowly. If fast it will randomly jump over the deskop and click all sorts of goodies. I have been following a thread on deja about this and it has reached about 200 messages. Kevin Badeen Unix Administrator Harte-Hanks Response Management 512.434.5999 Tel 888.410.5051 Pag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 18:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DAE437BA2E for ; Tue, 11 Jul 2000 18:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA24445; Tue, 11 Jul 2000 18:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id E73A237BABC for ; Tue, 11 Jul 2000 18:09:31 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id CAA84762 for ; Wed, 12 Jul 2000 02:10:08 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: (from brian@localhost) by hak.lan.Awfulhak.org (8.9.3/8.9.3) id CAA29246; Wed, 12 Jul 2000 02:09:26 +0100 (BST) (envelope-from brian) Message-Id: <200007120109.CAA29246@hak.lan.Awfulhak.org> Date: Wed, 12 Jul 2000 02:09:26 +0100 (BST) From: brian@Awfulhak.org Reply-To: brian@Awfulhak.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19858 >Category: bin >Synopsis: mergemasters interpretation of $PAGER is incorrect [PATCH] >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 Jul 11 18:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Brian Somers >Release: FreeBSD 5.0-CURRENT i386 >Organization: Awfulhak Ltd. >Environment: Stock -current system >Description: Mergemaster treats ``more'' as an exception to it's requirement that $PAGER specifies a full path name. It also tests if ${PAGER%% *} is executable which is incorrect when ${PAGER} is not absolute. >How-To-Repeat: Run mergemaster with a $PAGER that contains a non-absolute path name. >Fix: Index: mergemaster.sh =================================================================== RCS file: /home/ncvs/src/usr.sbin/mergemaster/mergemaster.sh,v retrieving revision 1.8 diff -u -r1.8 mergemaster.sh --- mergemaster.sh 2000/05/12 03:09:57 1.8 +++ mergemaster.sh 2000/06/30 10:04:40 @@ -252,7 +252,7 @@ # case "${DONT_CHECK_PAGER}" in '') - while [ "${PAGER}" != "more" -a -n "${PAGER}" -a ! -x "${PAGER%% *}" ]; do + while ! type "${PAGER%% *}" >/dev/null && [ -n "$PAGER" ]; do echo " *** Your PAGER environment variable specifies '${PAGER}', but" echo " I cannot execute it. In general it is good practice to" echo " specify the full path for environment variables like" >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 Jul 11 20:29:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from nsx.kgc.co.jp (nsx.kgc.co.jp [210.226.77.146]) by hub.freebsd.org (Postfix) with SMTP id D898737B68A for ; Tue, 11 Jul 2000 20:29:37 -0700 (PDT) (envelope-from candy@kgc.co.jp) Received: (qmail 78132 invoked from network); 12 Jul 2000 12:29:31 +0900 Received: from ssm.kgc.co.jp (@210.226.77.148) by nsx.kgc.co.jp with SMTP; 12 Jul 2000 12:29:31 +0900 Received: (qmail 86601 invoked from network); 12 Jul 2000 12:29:31 +0900 Received: from xxx.kgc.co.jp (HELO localhost) (172.31.2.3) by ssm.kgc.co.jp with SMTP; 12 Jul 2000 12:29:31 +0900 To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/14816: lnc(4) can work with Am79C937 In-Reply-To: <199911110540.VAA81611@freefall.freebsd.org> References: <19991111053626.5D26514D25@hub.freebsd.org> <199911110540.VAA81611@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000712122931H.candy@kgc.co.jp> Date: Wed, 12 Jul 2000 12:29:31 +0900 From: KANDA Toshihiro X-Dispatcher: imput version 990905(IM130) Lines: 23 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello. Please close this old PR. The newest lnc(4) supports AmC973 now. From: gnats-admin@FreeBSD.org Subject: Re: i386/14816: lnc(4) can work with Am79C937 Date: Wed, 10 Nov 1999 21:40:01 -0800 (PST) > Thank you very much for your problem report. > It has the internal identification `i386/14816'. > The individual assigned to look at your > report is: freebsd-bugs. > > >Category: i386 > >Responsible: freebsd-bugs > >Synopsis: lnc(4) can work with Am79C937 > >Arrival-Date: Wed Nov 10 21:40:01 PST 1999 > Toshihiro Kanda To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 20:32: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4DAE37B698; Tue, 11 Jul 2000 20:32:02 -0700 (PDT) (envelope-from nra@FreeBSD.org) Received: (from nra@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA41404; Tue, 11 Jul 2000 20:32:03 -0700 (PDT) (envelope-from nra@FreeBSD.org) Date: Tue, 11 Jul 2000 20:32:03 -0700 (PDT) From: Message-Id: <200007120332.UAA41404@freefall.freebsd.org> To: candy@kgc.co.jp, nra@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/14816: lnc(4) can work with Am79C937 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lnc(4) can work with Am79C937 State-Changed-From-To: open->closed State-Changed-By: nra State-Changed-When: Tue Jul 11 20:30:53 PDT 2000 State-Changed-Why: Originator reports that the newest lnc driver now supports the AmC973 and request that this PR be closed. http://www.freebsd.org/cgi/query-pr.cgi?pr=14816 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 22: 3:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 774) id 9D55F37BB12; Tue, 11 Jul 2000 22:03:44 -0700 (PDT) To: luoqi@chen.ml.org, green@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: green@FreeBSD.ORG Subject: Re: bin/6509 Message-Id: <20000712050344.9D55F37BB12@hub.freebsd.org> Date: Tue, 11 Jul 2000 22:03:44 -0700 (PDT) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [ALMOST PATCH] Allow dd to seek/skip to offset beyond the 2G limit State-Changed-From-To: suspended->closed State-Changed-By: green State-Changed-When: Tue Jul 11 22:01:49 PDT 2000 State-Changed-Why: Wow, I sure fixed this a while ago :) dd(1) has been off_t-safe in both of the stable branches and -current for a while now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jul 11 23:50:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51AB337BC62 for ; Tue, 11 Jul 2000 23:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA69406; Tue, 11 Jul 2000 23:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BE05037BA01; Tue, 11 Jul 2000 23:41:08 -0700 (PDT) Message-Id: <20000712064108.BE05037BA01@hub.freebsd.org> Date: Tue, 11 Jul 2000 23:41:08 -0700 (PDT) From: marka@nominum.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19863: Non-blocking IO not supported on /dev/random Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19863 >Category: kern >Synopsis: Non-blocking IO not supported on /dev/random >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 11 23:50:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mark Andrews >Release: 4.0-stable >Organization: Nominum >Environment: FreeBSD drugs.dv.isc.org 4.0-STABLE FreeBSD 4.0-STABLE #1: Sat Jul 1 00:10:47 EST 2000 root@drugs.dv.isc.org:/usr/src/sys/compile/DRUGS i386 >Description: It is not possible to set /dev/random into non-blocking mode using fcntl. This make it impossible to use /dev/random in a application that requires IO not to block. >How-To-Repeat: #include #include int main(int argc, char **argv) { int fd; int flags; if ((fd = open("/dev/random", O_RDONLY, 0)) == -1) { perror("open"); exit(1); } if ((flags = fcntl(fd, F_GETFL, 0)) == -1) { perror("fcntl: F_GETFL"); exit(1); } flags |= O_NONBLOCK; if (fcntl(fd, F_SETFL, flags) == -1) { perror("fcntl: F_SETFL"); exit(1); } close(fd); exit(0); } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 1:31:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E65B37BD26; Wed, 12 Jul 2000 01:31:33 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA83730; Wed, 12 Jul 2000 01:31:33 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 12 Jul 2000 01:31:33 -0700 (PDT) From: Message-Id: <200007120831.BAA83730@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, yokota@FreeBSD.org Subject: Re: misc/16969: /kernel: psmintr: out of sync (0000 != 0008) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /kernel: psmintr: out of sync (0000 != 0008) Responsible-Changed-From-To: freebsd-bugs->yokota Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jul 12 01:31:08 PDT 2000 Responsible-Changed-Why: Over to the psm maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=16969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 1:35:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A05CD37BCF7; Wed, 12 Jul 2000 01:35:10 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA84175; Wed, 12 Jul 2000 01:35:10 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 12 Jul 2000 01:35:10 -0700 (PDT) From: Message-Id: <200007120835.BAA84175@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: kern/19863: Non-blocking IO not supported on /dev/random Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Non-blocking IO not supported on /dev/random Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jul 12 01:33:02 PDT 2000 Responsible-Changed-Why: Mark Murray has recently re-implemented the random device in the development branch of FreeBSD. This makes him the closest thing we have to a maintainer, although that may just mean you'll have to wait for the new devices to be merged back onto the stable branch. By the way, are you sure /dev/urandom doesn't do what you want? http://www.freebsd.org/cgi/query-pr.cgi?pr=19863 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 1:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F09D37BD20 for ; Wed, 12 Jul 2000 01:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA84947; Wed, 12 Jul 2000 01:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jul 2000 01:40:03 -0700 (PDT) Message-Id: <200007120840.BAA84947@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19858; it has been noted by GNATS. From: Sheldon Hearn To: brian@Awfulhak.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG, Doug Barton Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] Date: Wed, 12 Jul 2000 10:30:58 +0200 On Wed, 12 Jul 2000 02:09:26 +0100, brian@Awfulhak.org wrote: > >Number: 19858 > >Category: bin > >Synopsis: mergemasters interpretation of $PAGER is incorrect [PATCH] Since Doug is not a committer, I can't assign this PR to him. As far as I know, he was going to come up with some text to clarify mergemaster's handling of the PATH environment variable. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 3:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35EEF37BC22 for ; Wed, 12 Jul 2000 03:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA08974; Wed, 12 Jul 2000 03:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Thingol.KryptoKom.DE (Thingol.KryptoKom.DE [194.245.91.1]) by hub.freebsd.org (Postfix) with ESMTP id D192437BC22 for ; Wed, 12 Jul 2000 03:47:14 -0700 (PDT) (envelope-from yves.jaeger@aachen.utimaco.de) Received: (from root@localhost) by Thingol.KryptoKom.DE (8.9.1/8.9.3) id MAA24766 for ; Wed, 12 Jul 2000 12:45:20 +0200 Received: from cirdan.kryptokom.de by KryptoWall via esmtpp (Version 1.0.2) id /var/KryptoWall/smtpp/kwa24761; Wed Jul 12 12:45:14 2000 Message-Id: <396C4CD0.1583F318@kryptokom.de> Date: Wed, 12 Jul 2000 12:47:44 +0200 From: Yves Jaeger To: FreeBSD-gnats-submit@freebsd.org Subject: kern/19865: atapi-cd.c does not check CDIOCREADSUBCHANNEL data format Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19865 >Category: kern >Synopsis: atapi-cd.c does not check CDIOCREADSUBCHANNEL data format >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 Jul 12 03:50:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yves Jaeger >Release: FreeBSD 3.2-RELEASE i386 >Organization: Utimaco Safeware AG >Environment: Kernel configuration that uses atapi-cd.c >Description: cdcontrol shows the wrong media status if atapi-cd.c is used. >How-To-Repeat: insert a disk in a cd-rom drive, run cdcontrol and then enter the command status media then you'll see a media catalog information but no output should displayed >Fix: *** atapi-cd.c.orig Mon Jul 10 13:52:23 2000 --- atapi-cd.c Mon Jul 10 13:57:24 2000 *************** *** 751,756 **** --- 751,762 ---- u_long len = args->data_len; int abslba, rellba; + /* the following 4 lines are inserted by yves jaeger on jul 9, 2000 */ + /* currently supported is only the data_format CD_CURRENT_POSITION */ + /* TODO: support other values for data_format */ + if (args->data_format != CD_CURRENT_POSITION) + return (EINVAL); + if (len > sizeof(data) || len < sizeof(struct cd_sub_channel_header)) return EINVAL; >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 Jul 12 4:50:58 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2131E37BABE; Wed, 12 Jul 2000 04:50:56 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA18560; Wed, 12 Jul 2000 04:50:55 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 12 Jul 2000 04:50:55 -0700 (PDT) From: Message-Id: <200007121150.EAA18560@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/19865: atapi-cd.c does not check CDIOCREADSUBCHANNEL data format Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: atapi-cd.c does not check CDIOCREADSUBCHANNEL data format Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jul 12 04:50:25 PDT 2000 Responsible-Changed-Why: Over to the ata(4) maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19865 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 5:24:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 6AF2537BABE for ; Wed, 12 Jul 2000 05:24:24 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 7169A1C65; Wed, 12 Jul 2000 08:24:23 -0400 (EDT) Date: Wed, 12 Jul 2000 08:24:23 -0400 From: Bill Fumerola To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] Message-ID: <20000712082423.U4034@jade.chc-chimes.com> References: <200007120840.BAA84947@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200007120840.BAA84947@freefall.freebsd.org>; from sheldonh@uunet.co.za on Wed, Jul 12, 2000 at 01:40:03AM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jul 12, 2000 at 01:40:03AM -0700, Sheldon Hearn wrote: > > >Number: 19858 > > >Category: bin > > >Synopsis: mergemasters interpretation of $PAGER is incorrect [PATCH] > > Since Doug is not a committer, I can't assign this PR to him. As far as > I know, he was going to come up with some text to clarify mergemaster's > handling of the PATH environment variable. < /home/billf > grep -e 'MAINTAINER' /usr/src/usr.sbin/mergemaster/Makefile MAINTAINER= billf@FreeBSD.org MAINTAINER+= doug@gorean.org -- Bill Fumerola - Network Architect / Computer Horizons Corp - CHIMES e-mail: billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 5:44:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DADB837B809; Wed, 12 Jul 2000 05:44:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA24949; Wed, 12 Jul 2000 05:44:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 12 Jul 2000 05:44:15 -0700 (PDT) From: Message-Id: <200007121244.FAA24949@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, billf@FreeBSD.org Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mergemasters interpretation of $PAGER is incorrect [PATCH] Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jul 12 05:43:46 PDT 2000 Responsible-Changed-Why: Over to the one of the two maintainers who is a committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=19858 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 6:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14AF737BE2E for ; Wed, 12 Jul 2000 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30958; Wed, 12 Jul 2000 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jehovah.technokratis.com (modemcable009.62-201-24.mtl.mc.videotron.net [24.201.62.9]) by hub.freebsd.org (Postfix) with ESMTP id 8C81A37BBA0 for ; Wed, 12 Jul 2000 06:29:45 -0700 (PDT) (envelope-from bmilekic@jehovah.technokratis.com) Received: (from bmilekic@localhost) by jehovah.technokratis.com (8.9.3/8.9.3) id JAA01176; Wed, 12 Jul 2000 09:31:58 -0400 (EDT) (envelope-from bmilekic) Message-Id: <200007121331.JAA01176@jehovah.technokratis.com> Date: Wed, 12 Jul 2000 09:31:58 -0400 (EDT) From: Bosko.Milekic@jehovah.technokratis.com Reply-To: bmilekic@technokratis.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19866: mbuf ext_buf referencing (i.e. mclrefcnt, sendfile's ext_obj ref., etc.) should be changed (PATCH(es) included) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19866 >Category: kern >Synopsis: The mbuf subsystem presently uses a horrible referencing scheme for external >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 12 06:30:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Bosko Milekic >Release: FreeBSD 5.0-CURRENT i386 >Organization: N/A >Environment: The provided diff is against -CURRENT from yesterday and should ultimately be applied PRIOR to Ian Dowse's m_types changes. But if it is not, let me know so that I can merge. >Description: In Synopsis. There are two different diffs that you should look at: * http://24.201.62.9/code/mbuf/mbufref.diff : changes: - mbuf ext_buf referencing is now handled entirely at the mbuf subsystem layer. mbufs referencing the same object are kept on a doubly linked list through their m_ext structures. - sendfile(2) interface has been modified to accomodate these changes. The external referencing (increment reference count) routine has been removed. - The following drivers (gigabit ethernet card drivers that allocate and manage their own external jumbo-buffer pools) have been modified to work with the new interface, and bloat has been reduced: - if_wb - if_ti - if_sk As I don't have any of these, I am not able to test them properly. Somebody, please test! :-) - mclref*() macros have been eliminated. They are now useless. - m_ext struct within mbufs has been modified. A new void * is provided "ext_args" to which one may attach pretty much anything and have it (optionally) passed to one's ext_free routine. - various other changes have been made to accomodate the new interface. - small cleanups have been made in MGET and MGETHDR that make the system slightly more efficient but are mainly preparatory for work-to-come on the allocator. Expect another preparatory patch to come in soon. (Thanks to Ian Dowse and Mike Silbersack for often useful suggestions) ----------- * http://24.201.62.9/code/mbuf/ian.dowse.SLIP.fix : changes: - This fixes if_sl SLIP interface to use the new referencing scheme. This diff was written and produced by Ian Dowse and the full description is at the above URL. Please apply after having applied the first diff above and test if possible - I don't use SLIP. >How-To-Repeat: Not applicable. >Fix: Not applicable, please read above. Thanks! >Release-Note: >Audit-Trail: >Unformatted: objects that are attached to mbufs. An example is mclrefcnt global for mbuf clusters, or a similar referencing scheme for sendfile(2)'s sf_bufs, etc. The diff attached adopts NetBSD's referencing scheme which is far easier to manage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 9:50: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68DA837BAA9 for ; Wed, 12 Jul 2000 09:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67418; Wed, 12 Jul 2000 09:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from envy.vuurwerk.nl (envy.vuurwerk.nl [194.178.232.112]) by hub.freebsd.org (Postfix) with SMTP id 0513337B7F5 for ; Wed, 12 Jul 2000 09:46:13 -0700 (PDT) (envelope-from petervd@daemon.vuurwerk.nl) Received: (qmail 67794 invoked from network); 12 Jul 2000 16:46:01 -0000 Received: from kesteren.vuurwerk.nl (HELO daemon.vuurwerk.nl) (194.178.232.59) by envy.vuurwerk.nl with SMTP; 12 Jul 2000 16:46:01 -0000 Received: (nullmailer pid 96634 invoked by uid 11109); Wed, 12 Jul 2000 16:46:01 -0000 Message-Id: <963420361.560147.96633.nullmailer@daemon.vuurwerk.nl> Date: Wed, 12 Jul 2000 18:46:01 +0200 From: petervd@vuurwerk.nl Reply-To: petervd@vuurwerk.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/19871: select bug on named pipes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19871 >Category: gnu >Synopsis: select on named pipes always returns 'available for reading' >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 Jul 12 09:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Peter van Dijk >Release: FreeBSD 4.0-STABLE i386 >Organization: Vuurwerk Internet, Haarlem, The Netherlands >Environment: Standard FreeBSD 4.0-STABLE kernel/world (last cvsup+new world/kernel around 3 months ago). >Description: When select()'ing on a named pipe for reading, it will *always* return immediately even if no data is waiting. *also* openening the pipe for writing will fix this behaviour. >How-To-Repeat: The following snippet of code is stolen from the qmail-1.03 sources and changed slightly to compile standalone: #include #include #include #include #include #define FN "temp-trynpbg1.fifo" void main() { int flagbug; struct timeval instant; fd_set rfds; flagbug = 0; if (mkfifo(FN,0600) != -1) { close(0); if (open(FN,O_RDONLY|O_NDELAY) == 0) { FD_ZERO(&rfds); FD_SET(0,&rfds); instant.tv_sec = instant.tv_usec = 0; if (select(1,&rfds,(fd_set *) 0,(fd_set *) 0,&instant) > 0) flagbug = 1; } unlink(FN); } _exit(!flagbug); } Compile with cc -o namedpipebug namedpipebug.c Run with './namedpipebug && echo buggy' Will echo 'buggy' on FreeBSD, and nothing on, for example, Linux. >Fix: The workaround is to also open the socket for writing, as can be seen in this piece of qmail-1.03 code (from trigger.c): static int fd = -1; #ifdef HASNAMEDPIPEBUG1 static int fdw = -1; #endif void trigger_set() { if (fd != -1) close(fd); #ifdef HASNAMEDPIPEBUG1 if (fdw != -1) close(fdw); #endif fd = open_read("lock/trigger"); #ifdef HASNAMEDPIPEBUG1 fdw = open_write("lock/trigger"); #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 Wed Jul 12 13:50:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91D0737C0BE; Wed, 12 Jul 2000 13:50:34 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA04504; Wed, 12 Jul 2000 13:50:34 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Date: Wed, 12 Jul 2000 13:50:34 -0700 (PDT) From: Message-Id: <200007122050.NAA04504@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: gnu/18574: gcov is not installed, though the info pages age. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gcov is not installed, though the info pages age. Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: dwmalone Responsible-Changed-When: Wed Jul 12 13:49:29 PDT 2000 Responsible-Changed-Why: For someone who knows how the compiler gets built. http://www.freebsd.org/cgi/query-pr.cgi?pr=18574 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 14:46: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from envy.vuurwerk.nl (envy.vuurwerk.nl [194.178.232.112]) by hub.freebsd.org (Postfix) with SMTP id B3D6037C2BB for ; Wed, 12 Jul 2000 14:46:02 -0700 (PDT) (envelope-from petervd@daemon.vuurwerk.nl) Received: (qmail 72081 invoked from network); 12 Jul 2000 21:45:56 -0000 Received: from kesteren.vuurwerk.nl (HELO daemon.vuurwerk.nl) (194.178.232.59) by envy.vuurwerk.nl with SMTP; 12 Jul 2000 21:45:56 -0000 Received: (nullmailer pid 97124 invoked by uid 11109); Wed, 12 Jul 2000 21:45:56 -0000 Date: Wed, 12 Jul 2000 23:45:56 +0200 From: Peter van Dijk To: freebsd-bugs@freebsd.org Subject: Re: gnu/19871: select bug on named pipes Message-ID: <20000712234556.C96834@vuurwerk.nl> References: <963420361.560147.96633.nullmailer@daemon.vuurwerk.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <963420361.560147.96633.nullmailer@daemon.vuurwerk.nl>; from petervd@vuurwerk.nl on Wed, Jul 12, 2000 at 06:46:01PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jul 12, 2000 at 06:46:01PM +0200, petervd@vuurwerk.nl wrote: > > >Number: 19871 > >Category: gnu I am 100% certain I put down 'kern' as category... Greetz, Peter. -- petervd@vuurwerk.nl - Peter van Dijk [student:developer:ircoper] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 16: 0: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E0D337C379 for ; Wed, 12 Jul 2000 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA21044; Wed, 12 Jul 2000 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 558C437C52D; Wed, 12 Jul 2000 15:52:48 -0700 (PDT) Message-Id: <20000712225248.558C437C52D@hub.freebsd.org> Date: Wed, 12 Jul 2000 15:52:48 -0700 (PDT) From: pingpan@research.bell-labs.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19875: A new protocol family, PF_IPOPTION, to handle IP options at socket interface Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19875 >Category: kern >Synopsis: A new protocol family, PF_IPOPTION, to handle IP options at socket interface >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 12 16:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ping Pan >Release: 3.3, 3.4, 3.5, 4.0 >Organization: Bell Labs, Lucent >Environment: >Description: Please check out the doc in http://www.cs.columbia.edu/~pingpan/papers/ipopt.ps Please check out the kernel extension in http://www.cs.columbia.edu/~pingpan/software/netipopt/netipopt/ A new command is written to display IP options through CLI: http://www.cs.columbia.edu/~pingpan/software/ipodump/ipodump/ >How-To-Repeat: >Fix: Once again, please check out the kernel extension in http://www.cs.columbia.edu/~pingpan/software/netipopt/netipopt/ A new command is written to display IP options through CLI: http://www.cs.columbia.edu/~pingpan/software/ipodump/ipodump/ Thanks very very very much! >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 Jul 12 16:40: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D16737B756 for ; Wed, 12 Jul 2000 16:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA27590; Wed, 12 Jul 2000 16:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jul 2000 16:40:03 -0700 (PDT) Message-Id: <200007122340.QAA27590@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ping Pan Subject: Re: kern/19875: A new protocol family, PF_IPOPTION, to handle IP options at socket interface Reply-To: Ping Pan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19875; it has been noted by GNATS. From: Ping Pan To: freebsd-gnats-submit@freebsd.org, pingpan@research.bell-labs.com Cc: Subject: Re: kern/19875: A new protocol family, PF_IPOPTION, to handle IP options at socket interface Date: Wed, 12 Jul 2000 19:32:09 -0400 Hi, If you don't feel like of reading a long doc on why we need this protocol family. Please let me know. We can talk on the phone, or I can provide an outline. For the source code in the kernel, please pick up: http://www.cs.columbia.edu/~pingpan/software/netipopt/ipopt-1.3.tar.gz It has a README file, and several patch files for different FreeBSD level. For the new command, ipodump(), please pick up the source code in http://www.cs.columbia.edu/~pingpan/software/ipodump/ipodump-1.3.tar.gz It has a man page in it. I have tested the code inside out for months. Please let me know if something else is needed. Thanks! - Ping Pan P.S.: It seems that ftp.FreeBSD.org/pub/FreeBSD/incoming does not work anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 17:20: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A20737BD5C for ; Wed, 12 Jul 2000 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA32377; Wed, 12 Jul 2000 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8EF3E37BD5C; Wed, 12 Jul 2000 17:12:10 -0700 (PDT) Message-Id: <20000713001210.8EF3E37BD5C@hub.freebsd.org> Date: Wed, 12 Jul 2000 17:12:10 -0700 (PDT) From: bada@paragon.krasnoyarsk.su To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19880: Problem with configuring RS-232 multiport card. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19880 >Category: kern >Synopsis: Problem with configuring RS-232 multiport card. >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 Jul 12 17:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dedov Anton >Release: 4.0 >Organization: PARAGON Ltd. >Environment: >Description: I have Internet-gateway with number of company's specific services on FreeBSD 2.2.7. I had installed on special disk FreeBSD 4.0 for rapid comming from 2.2.7 to 4.0 and compiled the specific kernel. After booting with new disk my multiport card is not working corectly: ttyd5, ttyd6, ttyd7 are working right but ttyd4 is not! stty -f /dev/ttyd4 /dev/ttyd4 : Device not configured Kernel config for 2.2.7 device sio4 at isa? port 0x2a0 tty flags 0x701 device sio5 at isa? port 0x2a8 tty flags 0x701 device sio6 at isa? port 0x2b0 tty flags 0x701 device sio7 at isa? port 0x2b8 tty flags 0x701 irq 4 vector siointr Kernel config for 4.0 device sio4 at isa? port 0x2a0 flags 0x701 device sio5 at isa? port 0x2a8 flags 0x701 device sio6 at isa? port 0x2b0 flags 0x701 device sio7 at isa? port 0x2b8 flags 0x701 irq 4 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 17:34:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id A563D37BFDE for ; Wed, 12 Jul 2000 17:34:40 -0700 (PDT) (envelope-from ji@research.att.com) Received: from amontillado.research.att.com (amontillado.research.att.com [135.207.24.32]) by mail-blue.research.att.com (Postfix) with ESMTP id 533A94CE24 for ; Wed, 12 Jul 2000 20:34:39 -0400 (EDT) Received: from bual.research.att.com (bual.research.att.com [135.207.24.19]) by amontillado.research.att.com (8.8.7/8.8.7) with ESMTP id UAA01613 for ; Wed, 12 Jul 2000 20:34:34 -0400 (EDT) Received: (from ji@localhost) by bual.research.att.com (8.9.3+Sun/8.9.3) id UAA22503 for bugs@freebsd.org; Wed, 12 Jul 2000 20:34:38 -0400 (EDT) Date: Wed, 12 Jul 2000 20:34:38 -0400 (EDT) Message-Id: <200007130034.UAA22503@bual.research.att.com> From: ji@research.att.com To: bugs@freebsd.org Subject: 4.0-STABLE make buildworld error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Freshly supped 4.0-STABLE (7/12/2000), gives the following error: mkdep -f .depend -a -I/usr/obj/usr/cvsrc/src/i386/usr/include /usr/cvsrc/src/usr.sbin/lptcontrol/lptcontrol.c /usr/cvsrc/src/usr.sbin/lptcontrol/lptcontrol.c:45: dev/ppbus/lptio.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/cvsrc/src/usr.sbin/lptcontrol. *** Error code 1 Obviously, /usr/include/dev/ppbus was not copied over from the source tree (from /usr/src/sys/dev/ppbus/). Shouldn't that happen automatically? /ji -- /\ ASCII ribbon | John Ioannidis * Secure Systems Research Department \/ campaign | AT&T Labs - Research * Florham Park, NJ 07932 /\ against | "Intellectuals trying to out-intellectual / \ HTML email. | other intellectuals" (Fritz the Cat) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 20:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72E6D37C15A for ; Wed, 12 Jul 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA55194; Wed, 12 Jul 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mrout1.yahoo.com (mrout1.yahoo.com [208.48.125.95]) by hub.freebsd.org (Postfix) with ESMTP id C536B37C0B5 for ; Wed, 12 Jul 2000 20:03:28 -0700 (PDT) (envelope-from peter@yahoo-inc.com) Received: from yahoo-inc.com (daintree.yahoo.com [205.216.162.172]) by mrout1.yahoo.com (8.10.0/8.10.0/y.out) with ESMTP id e6D33M495290 for ; Wed, 12 Jul 2000 20:03:22 -0700 (PDT) Received: (from peter@localhost) by yahoo-inc.com (8.9.3/8.9.3) id UAA17171; Wed, 12 Jul 2000 20:03:22 -0700 (PDT) (envelope-from peter) Message-Id: <200007130303.UAA17171@yahoo-inc.com> Date: Wed, 12 Jul 2000 20:03:22 -0700 (PDT) From: peter@yahoo-inc.com Reply-To: peter@yahoo-inc.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/19882: ld does not detect all undefined symbols! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19882 >Category: gnu >Synopsis: ld does not detect all undefined symbols! >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 12 20:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Peter Wemm >Release: FreeBSD 5.0-CURRENT i386 >Organization: Not >Environment: Any post 3.0-RELEASE system with a recent binutils. >Description: Certain gas-generated external references to undefined symbols are not noticed by ld. For example: andl $~AST_RESCHED,_astpending If AST_RESCHED is undefined (remove the #include in i386/i386/swtch.s to cause this), then the kernel ends up with: $ nm kernel | grep AST_ U AST_RESCHED >How-To-Repeat: Remove #include from i386/i386/swtch.s, build a kernel. It will compile and end up with an undefined symbol. This was an actual problem in RELENG_4 from May 16th through July 12th. ld(8) did not mention it. The new binutils has a --no-undefined flag, but even that does not detect the undefined symbol. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 20:23:36 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B273137C226; Wed, 12 Jul 2000 20:23:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA56274; Wed, 12 Jul 2000 20:23:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Date: Wed, 12 Jul 2000 20:23:33 -0700 (PDT) From: Message-Id: <200007130323.UAA56274@freefall.freebsd.org> To: peter@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: gnu/19882: ld does not detect all undefined symbols! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ld does not detect all undefined symbols! Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: peter Responsible-Changed-When: Wed Jul 12 20:23:16 PDT 2000 Responsible-Changed-Why: Bintuils related http://www.freebsd.org/cgi/query-pr.cgi?pr=19882 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jul 12 23:20:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8219237B9E0 for ; Wed, 12 Jul 2000 23:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA78563; Wed, 12 Jul 2000 23:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 1D6DF37C2F4 for ; Wed, 12 Jul 2000 23:12:20 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id QAA67484 for ; Thu, 13 Jul 2000 16:12:13 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from hellcat.itga.com.au (hellcat.itga.com.au [192.168.71.163]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id QAA08807; Thu, 13 Jul 2000 16:12:12 +1000 (EST) Received: (from gnb@localhost) by hellcat.itga.com.au (8.9.3/8.9.3) id QAA75928; Thu, 13 Jul 2000 16:12:12 +1000 (EST) (envelope-from gnb@itga.com.au) Message-Id: <200007130612.QAA75928@hellcat.itga.com.au> Date: Thu, 13 Jul 2000 16:12:12 +1000 (EST) From: Gregory Bond To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19886: skey won't work for usernames > 8 characters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19886 >Category: bin >Synopsis: skey won't work for usernames > 8 characters >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 12 23:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gregory Bond >Release: FreeBSD 4.0-STABLE i386 >Organization: ITG Australia Limited >Environment: 4-Stable >Description: skey will not authenticate usernames longer than 8 characters. >How-To-Repeat: adduser "testuser123" and try and use s/key to log in. >Fix: Index: skeylogin.c =================================================================== RCS file: /usr/ncvs/src/lib/libskey/skeylogin.c,v retrieving revision 1.14 diff -u -r1.14 skeylogin.c --- skeylogin.c 1998/10/26 13:33:39 1.14 +++ skeylogin.c 2000/07/13 06:05:43 @@ -19,6 +19,8 @@ #include #include +#include + #include "skey.h" #include "pathnames.h" @@ -124,7 +126,7 @@ /* Look up user name in database */ len = strlen(name); - if( len > 8 ) len = 8; /* Added 8/2/91 - nmh */ + if( len > UT_NAMESIZE ) len = UT_NAMESIZE; found = 0; while(!feof(mp->keyfile)){ recstart = ftell(mp->keyfile); >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 Jul 13 2: 7: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B70A937C266; Thu, 13 Jul 2000 02:07:07 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA17521; Thu, 13 Jul 2000 02:07:07 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 02:07:07 -0700 (PDT) From: Message-Id: <200007130907.CAA17521@freefall.freebsd.org> To: chiuk@indiana.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/3399: mv of symbolic link can move directory instead of link Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mv of symbolic link can move directory instead of link State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 02:03:44 PDT 2000 State-Changed-Why: This is an intended feature, and there's been no feedback to counter this belief. http://www.freebsd.org/cgi/query-pr.cgi?pr=3399 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 2:11:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E369437BC97; Thu, 13 Jul 2000 02:11:31 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA18158; Thu, 13 Jul 2000 02:11:32 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 02:11:32 -0700 (PDT) From: Message-Id: <200007130911.CAA18158@freefall.freebsd.org> To: leres@ee.lbl.gov, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/3805: single process tftpd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: single process tftpd State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Thu Jul 13 02:10:06 PDT 2000 State-Changed-Why: Do you have an updated version of this, incorporating subsequent FreeBSD changes? http://www.freebsd.org/cgi/query-pr.cgi?pr=3805 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 2:30: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1196637C3B8 for ; Thu, 13 Jul 2000 02:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA23614; Thu, 13 Jul 2000 02:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from srodberg-host149.dsl.visi.com (srodberg-host149.dsl.visi.com [208.42.48.149]) by hub.freebsd.org (Postfix) with ESMTP id 4535437C32D for ; Thu, 13 Jul 2000 02:21:32 -0700 (PDT) (envelope-from root@srodberg-host149.dsl.visi.com) Received: (from root@localhost) by srodberg-host149.dsl.visi.com (8.9.3/8.9.3) id EAA05502; Thu, 13 Jul 2000 04:21:30 -0500 (CDT) (envelope-from root) Message-Id: <200007130921.EAA05502@srodberg-host149.dsl.visi.com> Date: Thu, 13 Jul 2000 04:21:30 -0500 (CDT) From: System Root Reply-To: srodberg@visi.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19887: SCSI hang on boot (with patch) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19887 >Category: kern >Synopsis: Boot hang while scanning SCSI bus >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 Jul 13 02:30:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Steve Rodberg >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: The kernel hangs while scanning the SCSI bus when there's an Exabyte EXB-8200 tape drive that calls itself an Exabyte IPL-6860 connected to the bus. >How-To-Repeat: Use the above drive with the FreeBSD kernel. >Fix: *** cam_xpt.c.orig Thu Jul 13 04:16:14 2000 --- /sys/cam/cam_xpt.c Thu Jul 13 04:15:31 2000 *************** *** 426,439 **** --- 426,450 ---- T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "EXABYTE", "EXB-8200*", "*" }, CAM_QUIRK_NOSERIAL|CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 }, { /* + * Let's try the same as above, but for a drive that says + * it's an IPL-6860 but is actually an EXB 8200. + */ + { + T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "EXABYTE", + "IPL-6860*", "*" + }, + CAM_QUIRK_NOSERIAL|CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 + }, + { + /* * These Hitachi drives don't like multi-lun probing. * The PR submitter has a DK319H, but says that the Linux * kernel has a similar work-around for the DK312 and DK314, * so all DK31* drives are quirked here. * PR: misc/18793 * Submitted by: Paul Haddad */ >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 Jul 13 2:40: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 066CD37C384 for ; Thu, 13 Jul 2000 02:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA30612; Thu, 13 Jul 2000 02:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 Jul 2000 02:40:04 -0700 (PDT) Message-Id: <200007130940.CAA30612@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: kern/19887: SCSI hang on boot (with patch) Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19887; it has been noted by GNATS. From: Matthew Jacob To: srodberg@visi.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/19887: SCSI hang on boot (with patch) Date: Thu, 13 Jul 2000 02:38:05 -0700 (PDT) This is indeed a problem- but that drive is quite an edge case. What we really need (D*MN IT!) is for me or somebody to get off their buts and do something loader can set up and eat, so you can enter this stuff at the loader prompt and save it in a hints file elsewhere.... On Thu, 13 Jul 2000, System Root wrote: > > >Number: 19887 > >Category: kern > >Synopsis: Boot hang while scanning SCSI bus > >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 Jul 13 02:30:03 PDT 2000 > >Closed-Date: > >Last-Modified: > >Originator: Steve Rodberg > >Release: FreeBSD 4.0-STABLE i386 > >Organization: > >Environment: > > > > >Description: > > The kernel hangs while scanning the SCSI bus when there's an > Exabyte EXB-8200 tape drive that calls itself an Exabyte IPL-6860 > connected to the bus. > > > >How-To-Repeat: > > Use the above drive with the FreeBSD kernel. > > > > >Fix: > > > *** cam_xpt.c.orig Thu Jul 13 04:16:14 2000 > --- /sys/cam/cam_xpt.c Thu Jul 13 04:15:31 2000 > *************** > *** 426,439 **** > --- 426,450 ---- > T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "EXABYTE", > "EXB-8200*", "*" > }, > CAM_QUIRK_NOSERIAL|CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 > }, > { > /* > + * Let's try the same as above, but for a drive that says > + * it's an IPL-6860 but is actually an EXB 8200. > + */ > + { > + T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "EXABYTE", > + "IPL-6860*", "*" > + }, > + CAM_QUIRK_NOSERIAL|CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 > + }, > + { > + /* > * These Hitachi drives don't like multi-lun probing. > * The PR submitter has a DK319H, but says that the Linux > * kernel has a similar work-around for the DK312 and DK314, > * so all DK31* drives are quirked here. > * PR: misc/18793 > * Submitted by: Paul Haddad > */ > > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 3: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.wintek.com (mail.wintek.com [199.233.104.76]) by hub.freebsd.org (Postfix) with ESMTP id 6610037C39B for ; Thu, 13 Jul 2000 03:00:02 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (csg-155.waterspout.com [208.13.60.155]) by mail.wintek.com (8.11.0.Beta3/8.11.0.Beta3/Wintek) with ESMTP id e6DA01248870; Thu, 13 Jul 2000 05:00:01 -0500 (EST) Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 8A5931925; Thu, 13 Jul 2000 05:57:21 -0400 (EDT) Date: Thu, 13 Jul 2000 05:57:21 -0400 From: Will Andrews To: Ping Pan Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19875: A new protocol family, PF_IPOPTION, to handle IP options at socket interface Message-ID: <20000713055721.C440@argon.gryphonsoft.com> References: <200007122340.QAA27590@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007122340.QAA27590@freefall.freebsd.org>; from pingpan@research.bell-labs.com on Wed, Jul 12, 2000 at 04:40:03PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jul 12, 2000 at 04:40:03PM -0700, Ping Pan wrote: > P.S.: It seems that ftp.FreeBSD.org/pub/FreeBSD/incoming does not work > anymore. It hasn't worked for several years now, I believe. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 3:40: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5D9637BE96 for ; Thu, 13 Jul 2000 03:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA75387; Thu, 13 Jul 2000 03:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 Jul 2000 03:40:05 -0700 (PDT) Message-Id: <200007131040.DAA75387@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/19886: skey won't work for usernames > 8 characters Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19886; it has been noted by GNATS. From: Sheldon Hearn To: Gregory Bond Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/19886: skey won't work for usernames > 8 characters Date: Thu, 13 Jul 2000 12:36:03 +0200 On Thu, 13 Jul 2000 16:12:12 +1000, Gregory Bond wrote: > skey will not authenticate usernames longer than 8 characters. Your patch doesn't deal with the header inclusions in a style(9)-consistent way. Of course, the file is already out of sync with style(9) in that respect. :-) I'm sending two patches, to be applied in order. The first corrects the existing inclusions, while the second applies the change you intended. it would be better if they were applied as two distinct commits. Note also that the style of the conditional was not consistent with the conditionals in the rest of the file. Ciao, Sheldon. Index: skeylogin.c =================================================================== RCS file: /home/ncvs/src/lib/libskey/skeylogin.c,v retrieving revision 1.14 diff -u -d -r1.14 skeylogin.c --- skeylogin.c 1998/10/26 13:33:39 1.14 +++ skeylogin.c 2000/07/13 10:30:02 @@ -10,14 +10,11 @@ #include #include - +#include #include #include #include -#include -#include #include -#include #include "skey.h" #include "pathnames.h" --- skeylogin.c.orig Thu Jul 13 12:33:23 2000 +++ skeylogin.c Thu Jul 13 12:34:08 2000 @@ -15,6 +15,7 @@ #include #include #include +#include #include "skey.h" #include "pathnames.h" @@ -121,7 +122,8 @@ /* Look up user name in database */ len = strlen(name); - if( len > 8 ) len = 8; /* Added 8/2/91 - nmh */ + if(len > UT_NAMESIZE) + len = UT_NAMESIZE; found = 0; while(!feof(mp->keyfile)){ recstart = ftell(mp->keyfile); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 3:59: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06E5737BB62; Thu, 13 Jul 2000 03:59:05 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA77746; Thu, 13 Jul 2000 03:59:04 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 03:59:04 -0700 (PDT) From: Message-Id: <200007131059.DAA77746@freefall.freebsd.org> To: sanewo@ba2.so-net.or.jp, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/3866: rcs2log fails with eastern timezones Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rcs2log fails with eastern timezones State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 03:56:56 PDT 2000 State-Changed-Why: rcs2log no longer exhibits that behaviour with me, and seems to have been rewritten since this PR, and updated when cvs-1.10.7 was imported. Feel free to open another bug report if this behaviour continues. http://www.freebsd.org/cgi/query-pr.cgi?pr=3866 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4: 1: 1 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2597537C3F2; Thu, 13 Jul 2000 04:01:00 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA78032; Thu, 13 Jul 2000 04:01:00 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 04:01:00 -0700 (PDT) From: Message-Id: <200007131101.EAA78032@freefall.freebsd.org> To: max@iclub.nsu.ru, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/4969: cdcontrol plays incorrect audio tracks in 'MSF relative to track' mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cdcontrol plays incorrect audio tracks in 'MSF relative to track' mode State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Thu Jul 13 04:00:35 PDT 2000 State-Changed-Why: Does this behaviour persist? http://www.freebsd.org/cgi/query-pr.cgi?pr=4969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4: 7:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 680D437BB4D; Thu, 13 Jul 2000 04:07:27 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA82238; Thu, 13 Jul 2000 04:07:27 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 04:07:27 -0700 (PDT) From: Message-Id: <200007131107.EAA82238@freefall.freebsd.org> To: nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, cracauer@FreeBSD.org Subject: Re: bin/6557: /bin/sh is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /bin/sh is broken Responsible-Changed-From-To: freebsd-bugs->cracauer Responsible-Changed-By: nbm Responsible-Changed-When: Thu Jul 13 04:04:02 PDT 2000 Responsible-Changed-Why: Martin can decide what to do with this. http://www.freebsd.org/cgi/query-pr.cgi?pr=6557 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4: 8:40 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F221637BDA5; Thu, 13 Jul 2000 04:08:38 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA82402; Thu, 13 Jul 2000 04:08:38 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 04:08:38 -0700 (PDT) From: Message-Id: <200007131108.EAA82402@freefall.freebsd.org> To: nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, cracauer@FreeBSD.org Subject: Re: bin/5263: sh bug (with example) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sh bug (with example) Responsible-Changed-From-To: freebsd-bugs->cracauer Responsible-Changed-By: nbm Responsible-Changed-When: Thu Jul 13 04:08:01 PDT 2000 Responsible-Changed-Why: I would normally close duplicates, but the sh maintainer can decide what to do in this case http://www.freebsd.org/cgi/query-pr.cgi?pr=5263 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4:12:18 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A2CC37BB4D; Thu, 13 Jul 2000 04:12:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA82895; Thu, 13 Jul 2000 04:12:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 04:12:16 -0700 (PDT) From: Message-Id: <200007131112.EAA82895@freefall.freebsd.org> To: mark@thuvia.demon.co.uk, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/5297: make incompatibility with System V style variable substitions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make incompatibility with System V style variable substitions State-Changed-From-To: suspended->open State-Changed-By: nbm State-Changed-When: Thu Jul 13 04:11:35 PDT 2000 State-Changed-Why: This PR received feedback, and a patch has been proposed. Leave it open for others to look at. http://www.freebsd.org/cgi/query-pr.cgi?pr=5297 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4:13:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 326E537BB4D; Thu, 13 Jul 2000 04:13:56 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA83232; Thu, 13 Jul 2000 04:13:56 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 04:13:56 -0700 (PDT) From: Message-Id: <200007131113.EAA83232@freefall.freebsd.org> To: deuerl@baerle.indra.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/5666: ifconfig fails to add alias Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ifconfig fails to add alias State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Thu Jul 13 04:12:59 PDT 2000 State-Changed-Why: Does this behaviour persist? I'm pretty certain many people use aliases successfully, but maybe it's a more specific problem? http://www.freebsd.org/cgi/query-pr.cgi?pr=5666 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4:23:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.ZSEA.zp.ua (ZSEA.zp.ua [212.8.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 0645237C334; Thu, 13 Jul 2000 04:23:23 -0700 (PDT) (envelope-from laa@laa.zp.ua) Received: from localhost (laa@localhost) by mx1.ZSEA.zp.ua (8.9.3/8.9.3) with ESMTP id OAA48103; Thu, 13 Jul 2000 14:19:31 +0300 (EEST) (envelope-from laa@laa.zp.ua) Date: Thu, 13 Jul 2000 14:19:30 +0300 (EEST) From: To: brian@freebsd.org Cc: freebsd-isp@freebsd.org, freebsd-bugs@freebsd.org Subject: PPP callback and wtmp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi. I have dialup server with PPP, I use callback service. All works fine, users (one of them is mpazuk) works for several hours (as I see on ppp.log file) but wtmp records say 00:00. laa@Eagle$ last mpazuk | tail -r | tail mpazuk ttyd7 Thu Jul 13 08:42 - 08:42 (00:00) mpazuk ttyd7 Thu Jul 13 09:40 - 09:40 (00:00) mpazuk ttyd7 Thu Jul 13 09:42 - 09:43 (00:00) mpazuk ttyd7 Thu Jul 13 10:27 - 10:27 (00:00) mpazuk ttyd7 Thu Jul 13 10:29 - 10:29 (00:00) mpazuk ttyd7 Thu Jul 13 10:47 - 10:47 (00:00) mpazuk ttyd7 Thu Jul 13 10:53 - 10:53 (00:00) mpazuk ttyd7 Thu Jul 13 10:54 - 10:54 (00:00) mpazuk ttyd7 Thu Jul 13 10:58 - 11:00 (00:01) mpazuk ttyd7 Thu Jul 13 11:02 - 11:02 (00:00) laa@Eagle$ Is it a feature or this is a bug? Thanks. -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4:30:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from poseidon.dcs.napier.ac.uk (poseidon.dcs.napier.ac.uk [146.176.161.4]) by hub.freebsd.org (Postfix) with ESMTP id BEB6837B73D; Thu, 13 Jul 2000 04:30:28 -0700 (PDT) (envelope-from bsc4093@dcs.napier.ac.uk) Received: from artemis (artemis [146.176.161.5]) by poseidon.dcs.napier.ac.uk (8.9.3/8.9.3) with SMTP id MAA23588; Thu, 13 Jul 2000 12:28:41 +0100 (BST) Date: Thu, 13 Jul 2000 12:27:10 +0100 (BST) From: Robin Carey X-Sender: bsc4093@artemis To: Sheldon Hearn Cc: Neil Blakey-Milner , bugs@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <1516.963229124@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 10 Jul 2000, Sheldon Hearn wrote: > > > On Mon, 10 Jul 2000 10:55:35 +0100, Robin Carey wrote: > > > PORTS: I'm still wondering if FreeBSD are going to put my NetServe > > library into the ports collection ... I sent an E-mail to the ports > > maintainer about this quite some time ago and I don't think I recveived a > > reply. > > Have you read what the online handbook has to say about submitting new > ports? If so, where in the process are you getting stuck? If not, > check out http://www.freebsd.org/porters-handbook/ . Possibly, but I can't remember what it says ..... I sent an E-mail to the ports-maintainer a while ago, telling him/her what my library was and where to get it (all on the web). Nothing happened. > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4:34:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 67E8237C36D; Thu, 13 Jul 2000 04:34:19 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id MAA34612; Thu, 13 Jul 2000 12:34:14 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA03002; Thu, 13 Jul 2000 12:34:11 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007131134.MAA03002@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: laa@laa.zp.ua Cc: brian@freebsd.org, freebsd-isp@freebsd.org, freebsd-bugs@freebsd.org, brian@Awfulhak.org Subject: Re: PPP callback and wtmp In-Reply-To: Message from laa@laa.zp.ua of "Thu, 13 Jul 2000 14:19:30 +0300." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 13 Jul 2000 12:34:11 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, You could try enabling ``id0'' logging to see when login()/logout() are being called from ppp. If you're running mgetty, mgetty may be making these entries, and then once ppp is envoked, ppp makes another entry (using your authname), closing the previous one. You probably want to either disable the mgetty logging on the AutoPPP line or ``disable utmp'' in ppp. > hi. > > I have dialup server with PPP, I use callback service. All works fine, > users (one of them is mpazuk) works for several hours (as I see on > ppp.log file) but wtmp records say 00:00. > > laa@Eagle$ last mpazuk | tail -r | tail > mpazuk ttyd7 Thu Jul 13 08:42 - 08:42 (00:00) > mpazuk ttyd7 Thu Jul 13 09:40 - 09:40 (00:00) > mpazuk ttyd7 Thu Jul 13 09:42 - 09:43 (00:00) > mpazuk ttyd7 Thu Jul 13 10:27 - 10:27 (00:00) > mpazuk ttyd7 Thu Jul 13 10:29 - 10:29 (00:00) > mpazuk ttyd7 Thu Jul 13 10:47 - 10:47 (00:00) > mpazuk ttyd7 Thu Jul 13 10:53 - 10:53 (00:00) > mpazuk ttyd7 Thu Jul 13 10:54 - 10:54 (00:00) > mpazuk ttyd7 Thu Jul 13 10:58 - 11:00 (00:01) > mpazuk ttyd7 Thu Jul 13 11:02 - 11:02 (00:00) > laa@Eagle$ > > > Is it a feature or this is a bug? > > Thanks. > > -- > Laa -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4:37:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from poseidon.dcs.napier.ac.uk (poseidon.dcs.napier.ac.uk [146.176.161.4]) by hub.freebsd.org (Postfix) with ESMTP id E5C6237C3AF for ; Thu, 13 Jul 2000 04:37:15 -0700 (PDT) (envelope-from bsc4093@dcs.napier.ac.uk) Received: from artemis (artemis [146.176.161.5]) by poseidon.dcs.napier.ac.uk (8.9.3/8.9.3) with SMTP id MAA23805; Thu, 13 Jul 2000 12:35:28 +0100 (BST) Date: Thu, 13 Jul 2000 12:33:57 +0100 (BST) From: Robin Carey X-Sender: bsc4093@artemis To: Sheldon Hearn Cc: Brooks Davis , bugs@FreeBSD.ORG Subject: Re: FBSD-4.0/pcm driver In-Reply-To: <1706.963229669@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 10 Jul 2000, Sheldon Hearn wrote: > > > On Mon, 10 Jul 2000 10:44:45 +0100, Robin Carey wrote: > > > Yeh ... well I tend to write shell-scripts that give meaningful > > error diagnostics when they can't handle a command-line argument. > > > > Perhaps thats not FreeBSD policy :) > > Most of us could do without your sarcasm. Right now, your mail just > looks like a lot of whining, which always makes me think I'd prefer to > help someone else. I'm staying in line with traditional BSD development methodologies. > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4:50:56 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id E107737B544; Thu, 13 Jul 2000 04:50:51 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13ChVh-000LIR-00; Thu, 13 Jul 2000 13:50:33 +0200 From: Sheldon Hearn To: Robin Carey Cc: Neil Blakey-Milner , bugs@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: your mail In-reply-to: Your message of "Thu, 13 Jul 2000 12:27:10 +0100." Date: Thu, 13 Jul 2000 13:50:33 +0200 Message-ID: <81866.963489033@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 13 Jul 2000 12:27:10 +0100, Robin Carey wrote: > I sent an E-mail to the ports-maintainer a while ago, telling him/her > what my library was and where to get it (all on the web). > Nothing happened. I don't think you understand how the ports system works. Each port has its own maintainer. There's no single ports maintainer. The person you might be thinking of is Satoshi Asami, who's the overall ports manager and oversees the ports system mechanism itself. he doesn't make the call to import individual ports. If you've created a port that you'd like incorporated, submit it as per the guidelines in the porter's guide and wait for one of the prots committers to import it into the ports tree. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 4:54:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 0205937B98C for ; Thu, 13 Jul 2000 04:54:05 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13ChYj-000LIz-00; Thu, 13 Jul 2000 13:53:41 +0200 From: Sheldon Hearn To: Robin Carey Cc: Brooks Davis , bugs@FreeBSD.ORG Subject: Re: FBSD-4.0/pcm driver In-reply-to: Your message of "Thu, 13 Jul 2000 12:33:57 +0100." Date: Thu, 13 Jul 2000 13:53:41 +0200 Message-ID: <81900.963489221@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 13 Jul 2000 12:33:57 +0100, Robin Carey wrote: > I'm staying in line with traditional BSD development methodologies. It doesn't look like it. Traditionally, users who would like to see improvements submit reports that demonstrate the exact problem, a way to reproduce it and usually a suggestion on how to fix it, often in the form of a patch. You seem to be sending in general comments which do not pinpoint problems, do not provide instructions on how to repeat the problem and do not offer any solutions. Therefore, your submissions don't seem traditional at all. If you want to help out, great. But if you're just bitching because you don't have anything else to do with your time, you should know that you're not helping out and that your efforts are not appreciated. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 5:22:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 1F1DD37B90A; Thu, 13 Jul 2000 05:22:33 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13Ci0X-000LOp-00; Thu, 13 Jul 2000 14:22:25 +0200 From: Sheldon Hearn To: nbm@FreeBSD.ORG Cc: mark@thuvia.demon.co.uk, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/5297: make incompatibility with System V style variable substitions In-reply-to: Your message of "Thu, 13 Jul 2000 04:12:16 MST." <200007131112.EAA82895@freefall.freebsd.org> Date: Thu, 13 Jul 2000 14:22:24 +0200 Message-ID: <82261.963490944@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 13 Jul 2000 04:12:16 MST, nbm@FreeBSD.ORG wrote: > State-Changed-From-To: suspended->open > State-Changed-By: nbm > State-Changed-When: Thu Jul 13 04:11:35 PDT 2000 > State-Changed-Why: > This PR received feedback, and a patch has been proposed. Leave it open > for others to look at. I haven't spent an enormous amount of time looking at the POSIX.1 specification for make(1), but it certainly seems to me that it does not define correct behaviour for an empty subst1 in $(string1[:subst1=[subst2]]) or ${string1[:subst1=[subst2]]} So we're pretty much left to our own devices. I think it makes sense to see how OpenBSD, NetBSD and BSD/OS are doing this before looking at System V and friends. However, even if we found that all the other BSD's exhibit the current behaviour, we'd be hard-pressed to justify it. I certainly can't find much use for the way make(1) behaves now. Mark, you wanna tackle the fact-finding mission? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 6:43: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F23437C456; Thu, 13 Jul 2000 06:43:06 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA03435; Thu, 13 Jul 2000 06:43:05 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 06:43:05 -0700 (PDT) From: Message-Id: <200007131343.GAA03435@freefall.freebsd.org> To: tobez@plab.ku.dk, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8163: [patch] It is impossible to assign quotas larger than 4Gbytes using edquota Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] It is impossible to assign quotas larger than 4Gbytes using edquota State-Changed-From-To: analyzed->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 06:42:34 PDT 2000 State-Changed-Why: This problem is now fixed in all supported versions of FreeBSD. http://www.freebsd.org/cgi/query-pr.cgi?pr=8163 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 6:49:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B81F37C454; Thu, 13 Jul 2000 06:49:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04113; Thu, 13 Jul 2000 06:49:12 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 06:49:12 -0700 (PDT) From: Message-Id: <200007131349.GAA04113@freefall.freebsd.org> To: thomas@x-berg.in-berlin.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8142: freebsd 2.2.7 implementation of key(1) [stand-alone program for computing responses to S/Key challenges] differs from the latest of the author´s S/KEY One-Time Password System (Version 1.1 11-01- imar.gz at thumper.bellcore.com [128.96.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: freebsd 2.2.7 implementation of key(1) [stand-alone program for computing responses to S/Key challenges] differs from the latest of the author´s S/KEY One-Time Password System (Version 1.1 11-01- imar.gz at thumper.bellcore.com [128.96.4 State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 06:48:29 PDT 2000 State-Changed-Why: wollman gave an explanation on how to do MD5 instead http://www.freebsd.org/cgi/query-pr.cgi?pr=8142 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 6:50:58 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD22C37C489; Thu, 13 Jul 2000 06:50:56 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04507; Thu, 13 Jul 2000 06:50:56 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 06:50:56 -0700 (PDT) From: Message-Id: <200007131350.GAA04507@freefall.freebsd.org> To: cj@accom.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8211: Script to search kernel for an address Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Script to search kernel for an address State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Thu Jul 13 06:50:19 PDT 2000 State-Changed-Why: Will this script function with ELF kernels? Do you have a version that will, if it doesn't? http://www.freebsd.org/cgi/query-pr.cgi?pr=8211 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7: 0: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 260C837C47E for ; Thu, 13 Jul 2000 07:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA05889; Thu, 13 Jul 2000 07:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from office.in-berlin.de (office.in-berlin.de [193.174.1.74]) by hub.freebsd.org (Postfix) with ESMTP id DF6AB37C47E for ; Thu, 13 Jul 2000 06:51:03 -0700 (PDT) (envelope-from ripley@office.in-berlin.de) Received: (from ripley@localhost) by office.in-berlin.de (8.9.3/8.9.2) id PAA31260; Thu, 13 Jul 2000 15:51:01 +0200 (CEST) (envelope-from ripley) Message-Id: <200007131351.PAA31260@office.in-berlin.de> Date: Thu, 13 Jul 2000 15:51:01 +0200 (CEST) From: ripley@nostromo.in-berlin.de Reply-To: ripley@nostromo.in-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/19889: buildworld fails at usr.sbin/lptcontrol Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19889 >Category: i386 >Synopsis: building lptcontrol fails with missing header "lptio.h" >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 13 07:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: H. Eckert >Release: FreeBSD 4-STABLE >Organization: IN-Berlin e.V. >Environment: 4.0-RELEASE, source 4.x-STABLE Installed 4.0-RELEASE from CD-ROM, cvsup'ed source today. (source tree 4.x-STABLE 2000-07-13) >Description: make buildworld fails with: ===> usr.sbin/lptcontrol rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.sbin/lptcontrol/lptcontrol.c /usr/src/usr.sbin/lptcontrol/lptcontrol.c:45: dev/ppbus/lptio.h: No such file or directory mkdep: compile failed /usr/src/sys/dev/ppbus/lptio.h exists No file "lptio.h" within /usr/obj >How-To-Repeat: make buildworld on /usr/src 4.x from 2000-07-13 >Fix: in /usr/obj/usr/src/i386/usr/include/dev: ln -s ../../../sys/dev/ppbus (similar to usb link that is made automatically) >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 Jul 13 7: 0:19 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8642C37C2DF; Thu, 13 Jul 2000 07:00:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA05936; Thu, 13 Jul 2000 07:00:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:00:16 -0700 (PDT) From: Message-Id: <200007131400.HAA05936@freefall.freebsd.org> To: nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, davidn@FreeBSD.org Subject: Re: bin/8756: 'pw' command additional feature request Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'pw' command additional feature request Responsible-Changed-From-To: freebsd-bugs->davidn Responsible-Changed-By: nbm Responsible-Changed-When: Thu Jul 13 06:59:35 PDT 2000 Responsible-Changed-Why: davidn might want to look at this http://www.freebsd.org/cgi/query-pr.cgi?pr=8756 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7: 2:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9213A37C47E; Thu, 13 Jul 2000 07:02:08 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06222; Thu, 13 Jul 2000 07:02:08 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:02:08 -0700 (PDT) From: Message-Id: <200007131402.HAA06222@freefall.freebsd.org> To: nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, murray@FreeBSD.org Subject: Re: bin/9206: sysinstall installation should create /stand Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall installation should create /stand Responsible-Changed-From-To: freebsd-bugs->murray Responsible-Changed-By: nbm Responsible-Changed-When: Thu Jul 13 07:01:33 PDT 2000 Responsible-Changed-Why: We have a victim for these PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=9206 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7: 5:18 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2DC137C47E; Thu, 13 Jul 2000 07:05:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07858; Thu, 13 Jul 2000 07:05:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:05:13 -0700 (PDT) From: Message-Id: <200007131405.HAA07858@freefall.freebsd.org> To: N/A@FreeBSD.org, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9569: top(1) ignores tty EOF condition. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: top(1) ignores tty EOF condition. State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 07:04:50 PDT 2000 State-Changed-Why: Feedback timeout, and this works correctly for me. http://www.freebsd.org/cgi/query-pr.cgi?pr=9569 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7: 9:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D959E37C43B; Thu, 13 Jul 2000 07:09:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08655; Thu, 13 Jul 2000 07:09:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:09:30 -0700 (PDT) From: Message-Id: <200007131409.HAA08655@freefall.freebsd.org> To: sdn@slip.net, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10230: -T and -B not implemented on filehandles for perl 5.005_02 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: -T and -B not implemented on filehandles for perl 5.005_02 State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Thu Jul 13 07:08:53 PDT 2000 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=10230 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7:15: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9F0537C480; Thu, 13 Jul 2000 07:15:05 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09599; Thu, 13 Jul 2000 07:15:05 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:15:05 -0700 (PDT) From: Message-Id: <200007131415.HAA09599@freefall.freebsd.org> To: sdn@slip.net, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10230: -T and -B not implemented on filehandles for perl 5.005_02 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: -T and -B not implemented on filehandles for perl 5.005_02 State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 07:09:39 PDT 2000 State-Changed-Why: Perl 5 seems to have this ability since at least 3.3-RELEASE http://www.freebsd.org/cgi/query-pr.cgi?pr=10230 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7:17:41 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C84D937C43B; Thu, 13 Jul 2000 07:17:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10191; Thu, 13 Jul 2000 07:17:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:17:39 -0700 (PDT) From: Message-Id: <200007131417.HAA10191@freefall.freebsd.org> To: mi@aldan.algebra.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10264: passwd(1) tryis NIS even with `-l' switch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: passwd(1) tryis NIS even with `-l' switch State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Thu Jul 13 07:16:55 PDT 2000 State-Changed-Why: Are you able to test whether this now works, or continues not to? http://www.freebsd.org/cgi/query-pr.cgi?pr=10264 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7:19: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D26237C4B2; Thu, 13 Jul 2000 07:19:05 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10494; Thu, 13 Jul 2000 07:19:05 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:19:05 -0700 (PDT) From: Message-Id: <200007131419.HAA10494@freefall.freebsd.org> To: jau@jau.tmt.tele.fi, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10274: make does not understand "lib(obj)" syntax on the target side of the Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make does not understand "lib(obj)" syntax on the target side of the State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Thu Jul 13 07:18:35 PDT 2000 State-Changed-Why: Is this a duplicate of the (fixed) problem in PR 13039? http://www.freebsd.org/cgi/query-pr.cgi?pr=10274 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7:25:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFF1637BE2C; Thu, 13 Jul 2000 07:25:28 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA11784; Thu, 13 Jul 2000 07:25:28 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:25:28 -0700 (PDT) From: Message-Id: <200007131425.HAA11784@freefall.freebsd.org> To: peter.jeremy@alcatel.com.au, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10342: putenv(3) unnecessarily calls strdup/free Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: putenv(3) unnecessarily calls strdup/free State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 07:23:42 PDT 2000 State-Changed-Why: rgrimes suggested this PR be closed, and provides reasoning in the audit trail. http://www.freebsd.org/cgi/query-pr.cgi?pr=10342 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7:37:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9524637B54C; Thu, 13 Jul 2000 07:37:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13141; Thu, 13 Jul 2000 07:37:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:37:13 -0700 (PDT) From: Message-Id: <200007131437.HAA13141@freefall.freebsd.org> To: wosch@freebsd.first.gmd.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10785: make aout-to-elf-install died in info target Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make aout-to-elf-install died in info target State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 07:36:17 PDT 2000 State-Changed-Why: Feedback timeout, and the info problem from 3.x to 4.0 is documented. http://www.freebsd.org/cgi/query-pr.cgi?pr=10785 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 7:40:48 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9406737BDDA; Thu, 13 Jul 2000 07:40:47 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13627; Thu, 13 Jul 2000 07:40:47 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 07:40:47 -0700 (PDT) From: Message-Id: <200007131440.HAA13627@freefall.freebsd.org> To: venglin@lagoon.freebsd.org.pl, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10878: host(1) dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: host(1) dumps core State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 07:40:23 PDT 2000 State-Changed-Why: This was fixed in 3.4-RELEASE. http://www.freebsd.org/cgi/query-pr.cgi?pr=10878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 8: 0: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEC6137BF03 for ; Thu, 13 Jul 2000 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA16282; Thu, 13 Jul 2000 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from klosterfrau.leveld.de (klosterfrau.leveld.de [212.84.237.19]) by hub.freebsd.org (Postfix) with SMTP id B84B937BF16 for ; Thu, 13 Jul 2000 07:53:27 -0700 (PDT) (envelope-from hans@klosterfrau.leveld.de) Received: from hans by klosterfrau.leveld.de with local (Exim 3.15 #1) id 13CjR5-0000rS-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 13 Jul 2000 15:53:55 +0200 Message-Id: Date: Thu, 13 Jul 2000 15:53:55 +0200 From: Hans Huebner Reply-To: hans@klosterfrau.leveld.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/19890: Stallion serial driver support missing [patch] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19890 >Category: i386 >Synopsis: Stallion serial driver support missing [patch] >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 Jul 13 08:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Hans Huebner >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: 4.0-STABLE with Stallion EasyConnection PCI >Description: MAKEDEV does not support creating device entries for the card. DEVFS support is missing. >How-To-Repeat: Install Stallion EasyConnection PCI and try to use it with 4.0-STABLE >Fix: Index: etc/MAKEDEV =================================================================== RCS file: /usr/cvs/src/etc/MAKEDEV,v retrieving revision 1.243.2.7 diff -u -r1.243.2.7 MAKEDEV --- etc/MAKEDEV 2000/06/11 07:04:36 1.243.2.7 +++ etc/MAKEDEV 2000/07/13 13:46:55 @@ -1050,6 +1050,26 @@ mknod ttym$unit c 63 $m ;; +# Stallion 'stl' driver + +cue?) + umask 7 + unit=`expr $i : 'cue[a-z]*\(.\)$'` + m=`ttyminor $unit` + mknod cue$unit c 72 `expr $m + 128` uucp:dialer + mknod cule$unit c 72 `expr $m + 64 + 128` uucp:dialer + mknod cuie$unit c 72 `expr $m + 32 + 128` uucp:dialer + umask 77 + ;; + +ttyE?) + unit=`expr $i : 'ttyE[a-z]*\(.\)$'` + m=`ttyminor $unit` + mknod ttyE$unit c 72 $m + mknod ttylE$unit c 72 `expr $m + 64` + mknod ttyiE$unit c 72 `expr $m + 32` + ;; + # Specialix SI/XIO. # Note: these are 'base 1' to match the numbers on the panels, and to match # the manual that comes with the system. Index: sys/i386/isa/stallion.c =================================================================== RCS file: /usr/cvs/src/sys/i386/isa/stallion.c,v retrieving revision 1.39 diff -u -r1.39 stallion.c --- sys/i386/isa/stallion.c 1999/09/28 11:45:27 1.39 +++ sys/i386/isa/stallion.c 2000/07/13 08:44:21 @@ -1,5 +1,7 @@ /*****************************************************************************/ +/* #define DEBUG 1 */ + /* * stallion.c -- stallion multiport serial driver. * @@ -2850,7 +2852,7 @@ static int stl_brdinit(stlbrd_t *brdp) { stlpanel_t *panelp; - int i, j, k; + int i, j, k, u; #if DEBUG printf("stl_brdinit(brdp=%x): unit=%d type=%d io1=%x io2=%x irq=%d\n", @@ -2883,12 +2885,37 @@ return(ENODEV); } - for (i = 0, k = 0; (i < STL_MAXPANELS); i++) { + for (i = 0, k = 0, u = 0; (i < STL_MAXPANELS); i++) { panelp = brdp->panels[i]; if (panelp != (stlpanel_t *) NULL) { stl_initports(brdp, panelp); - for (j = 0; (j < panelp->nrports); j++) + for (j = 0; (j < panelp->nrports); j++, u++) { + make_dev(&stl_cdevsw, + u, + UID_ROOT, GID_WHEEL, 0600, + "ttyE%r", u); + make_dev(&stl_cdevsw, + u | STL_CTRLINIT, + UID_ROOT, GID_WHEEL, 0600, + "ttyiE%r", u); + make_dev(&stl_cdevsw, + u | STL_CTRLLOCK, + UID_ROOT, GID_WHEEL, 0600, + "ttylE%r", u); + make_dev(&stl_cdevsw, + u | STL_CALLOUTDEV, + UID_UUCP, GID_DIALER, 0660, + "cue%r", u); + make_dev(&stl_cdevsw, + u | STL_CALLOUTDEV | STL_CTRLINIT, + UID_UUCP, GID_DIALER, 0660, + "cuie%r", u); + make_dev(&stl_cdevsw, + u | STL_CALLOUTDEV | STL_CTRLLOCK, + UID_UUCP, GID_DIALER, 0660, + "cule%r", u); brdp->ports[k++] = panelp->ports[j]; + } } } >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 Jul 13 8: 3:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEECD37C0AC; Thu, 13 Jul 2000 08:03:24 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA16871; Thu, 13 Jul 2000 08:03:24 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 13 Jul 2000 08:03:24 -0700 (PDT) From: Message-Id: <200007131503.IAA16871@freefall.freebsd.org> To: jbackus@plex.nl, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11032: h2ph's cpp #warning/#error directive processing is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: h2ph's cpp #warning/#error directive processing is broken State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Thu Jul 13 08:02:43 PDT 2000 State-Changed-Why: This seems to have been fixed by 3.3-RELEASE. http://www.freebsd.org/cgi/query-pr.cgi?pr=11032 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 8:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC1AA37B7C6 for ; Thu, 13 Jul 2000 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA20586; Thu, 13 Jul 2000 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 Jul 2000 08:20:01 -0700 (PDT) Message-Id: <200007131520.IAA20586@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Udo Erdelhoff Subject: Re: conf/19849: MAKEDEV still defaults to da0X instead of da0s1X Reply-To: Udo Erdelhoff Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19849; it has been noted by GNATS. From: Udo Erdelhoff To: Bruce Evans Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/19849: MAKEDEV still defaults to da0X instead of da0s1X Date: Thu, 13 Jul 2000 17:12:39 +0200 Hi Bruce, > /dev/da0X is not for "dangerously dedicated" disks. It is for the first > BSD slice. this fact should be documented somewhere. I've been using FreeBSD since 2.something and I didn't know that. A user on one of the german FreeBSD mailing lits was bitten by the missing inodes and none of the regulars (including at least one core member) had that piece of information. > Perhaps partitions for all slices should be created. This costs 64 > directory entries and inodes per drives (16 for each slice). Some of the > wastage could be recovered by not creating entries for so many drives by > default. Make that 64 directory entries and 32 inodes. The current version of MAKEDEV creates /dev/r as a hard link to /dev/. I don't mind the wastage on my rootfs (I've used the default values for newfs when I installed the current incarnation of my machine and have lots of spare inodes) and the fixit floppy is limited to da0. The basic problem remains: sysinstall's warning about using "dangerously dedicated partitions" steers the users toward slice-based setups. sysinstall creates (or causes the creation of) the neccessary device nodes for the current setup. This works as long as the drive numbering remains unchanged. If you're forced to remove a disk or if you have to swap disks around, the system won't boot. This is a major PITA for both new users and oldtimers and should be changed. The increased inode consumption on a normal rootfs is a small price for that. If it isn't possible to create all those devices on the fixit floppy, the information about /dev/da0x being a shortcut to the FreeBSD paritions on the first FreeBSD slice of the disk should be displayed alongside the current "link /etc/passwd..." message. /s/Udo -- "The only reasonable alternative we can come up with is to close off the Internet to America Online users until they have passed an entrance test. But that would break federal laws that prohibit discrimination against the intellectually challenged." - hhahn@boardwatch.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 8:30:18 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83E5A37C1A3 for ; Thu, 13 Jul 2000 08:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22048; Thu, 13 Jul 2000 08:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from office.in-berlin.de (office.in-berlin.de [193.174.1.74]) by hub.freebsd.org (Postfix) with ESMTP id 7DC8D37C1B2 for ; Thu, 13 Jul 2000 08:22:37 -0700 (PDT) (envelope-from ripley@office.in-berlin.de) Received: (from ripley@localhost) by office.in-berlin.de (8.9.3/8.9.2) id RAA31575; Thu, 13 Jul 2000 17:22:35 +0200 (CEST) (envelope-from ripley) Message-Id: <200007131522.RAA31575@office.in-berlin.de> Date: Thu, 13 Jul 2000 17:22:35 +0200 (CEST) From: ripley@nostromo.in-berlin.de Reply-To: ripley@nostromo.in-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19891: make buildkernel/installkernel installs only partly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19891 >Category: kern >Synopsis: make installkernel creates /GENERIC >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 13 08:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: H. Eckert >Release: FreeBSD 4.x-STABLE i386 >Organization: IN-Berlin e.V. >Environment: 4.0-RELEASE upgrading to -stable >Description: Upgraded 4.0-RELEASE system with the following commands: make update (runs cvsup) make buildworld make buildkernel make installkernel (this installs the kernel es /GENERIC !) shutdown (single user mode) make installworld mergemaster reboot On reboot the system paniced because the modules in /modules have been updated but the loaded kernel /kernel is still 4.0-R and thus incompatible with the new modules. (To be exact the kernel crashed after loading the linux compatibility). >How-To-Repeat: Upgrade 4.0-R system to 4.x stable, have no customized kernel but some kernel module activated on boot. >Fix: Use a customized kernel and before reboot do cd /sys/i386/conf config YOURKERNELNAME cd ../../compile/YOURKERNELNAME make depend all install This way you're sure to have a fresh kernel in sync with the installed modules. >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 Jul 13 9:20:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1555837C544; Thu, 13 Jul 2000 09:20:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA31806; Thu, 13 Jul 2000 09:20:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 13 Jul 2000 09:20:13 -0700 (PDT) From: Message-Id: <200007131620.JAA31806@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/19887: Boot hang while scanning SCSI bus Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Boot hang while scanning SCSI bus Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Jul 13 09:17:04 PDT 2000 Responsible-Changed-Why: Matt might look at this some time. http://www.freebsd.org/cgi/query-pr.cgi?pr=19887 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 9:32:23 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0140637BECB; Thu, 13 Jul 2000 09:32:22 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33433; Thu, 13 Jul 2000 09:32:21 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 13 Jul 2000 09:32:21 -0700 (PDT) From: Message-Id: <200007131632.JAA33433@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: i386/19889: building lptcontrol fails with missing header "lptio.h" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: building lptcontrol fails with missing header "lptio.h" Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Jul 13 09:32:02 PDT 2000 Responsible-Changed-Why: David's MFC. http://www.freebsd.org/cgi/query-pr.cgi?pr=19889 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 9:34:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42C2537C535; Thu, 13 Jul 2000 09:34:26 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33674; Thu, 13 Jul 2000 09:34:26 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 13 Jul 2000 09:34:26 -0700 (PDT) From: Message-Id: <200007131634.JAA33674@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, davidn@FreeBSD.org Subject: Re: bin/10264: passwd(1) tryis NIS even with `-l' switch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: passwd(1) tryis NIS even with `-l' switch Responsible-Changed-From-To: freebsd-bugs->davidn Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Jul 13 09:33:55 PDT 2000 Responsible-Changed-Why: David's interested in passwd-related issues. http://www.freebsd.org/cgi/query-pr.cgi?pr=10264 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 10: 8:54 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A985D37C4DB; Thu, 13 Jul 2000 10:08:53 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA39073; Thu, 13 Jul 2000 10:08:53 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 13 Jul 2000 10:08:53 -0700 (PDT) From: Message-Id: <200007131708.KAA39073@freefall.freebsd.org> To: ripley@nostromo.in-berlin.de, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19891: make installkernel creates /GENERIC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make installkernel creates /GENERIC State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Thu Jul 13 10:08:25 PDT 2000 State-Changed-Why: This will be resolved when Marcel gets PR 17698 sorted out. http://www.freebsd.org/cgi/query-pr.cgi?pr=19891 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 12:20: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 163AC37C606 for ; Thu, 13 Jul 2000 12:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA62728; Thu, 13 Jul 2000 12:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 35AE837C51E for ; Thu, 13 Jul 2000 12:11:42 -0700 (PDT) (envelope-from housley@thehousleys.net) Received: from baby.int.thehousleys.net (baby.int.thehousleys.net. [192.168.0.24]) by thehousleys.net (8.9.3/8.9.3) with ESMTP id PAA67830 for ; Thu, 13 Jul 2000 15:11:39 -0400 (EDT) (envelope-from housley@thehousleys.net) Received: (from housley@localhost) by baby.int.thehousleys.net (8.9.3/8.9.3) id PAA70731; Thu, 13 Jul 2000 15:11:39 -0400 (EDT) (envelope-from housley) Message-Id: <200007131911.PAA70731@baby.int.thehousleys.net> Date: Thu, 13 Jul 2000 15:11:39 -0400 (EDT) From: jim@thehousleys.net Reply-To: jim@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19897: Allow building more then 1 SENDMAIL_CF Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19897 >Category: bin >Synopsis: Allow building more then 1 SENDMAIL_CF >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 13 12:20:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James Housley >Release: FreeBSD 4.0-STABLE i386 >Organization: The Housleys dot Net >Environment: FreeBSD 4- and 5- >Description: Currently SENDMAIL_CF specified a single file to be compiled and installed as sendmail.cf. However if you do all building on a single machine for your network there might be a need for different sendmail.cf's. The attached patch adds ADDITIONAL_SENDMAIL_CF will multiple files maybe specified to be built. None are installed, only the file specified by SENDMAIL_CF is installed. >How-To-Repeat: >Fix: --- etc/sendmail/Makefile.orig Thu Jul 13 15:02:16 2000 +++ etc/sendmail/Makefile Thu Jul 13 15:01:46 2000 @@ -17,6 +17,12 @@ ALL= freebsd.cf +# Additional SENDMAIL_CF's to be built, but NOT installed. Only +# SENDMAIL_CF is installed. +.if defined(ADDITIONAL_SENDMAIL_CF) +ALL+= ${ADDITIONAL_SENDMAIL_CF} +.endif + # Local sendmail.cf, may be set in /etc/make.conf. Warning! If set, this # causes 'make install' to always copy it over /etc/mail/sendmail.cf!!! # Caveat emptor! Be sure you want this before you enable it. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 13:10: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC33E37B531 for ; Thu, 13 Jul 2000 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA71061; Thu, 13 Jul 2000 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 Jul 2000 13:10:03 -0700 (PDT) Message-Id: <200007132010.NAA71061@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: bin/19897: Allow building more then 1 SENDMAIL_CF Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19897; it has been noted by GNATS. From: Garrett Wollman To: jim@thehousleys.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/19897: Allow building more then 1 SENDMAIL_CF Date: Thu, 13 Jul 2000 16:03:45 -0400 (EDT) < The attached patch adds ADDITIONAL_SENDMAIL_CF will multiple > files maybe specified to be built. None are installed, only > the file specified by SENDMAIL_CF is installed. Here is how we do something similar: RCS file: /home/ncvs/src/etc/sendmail/Makefile,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 Makefile --- Makefile 1999/08/29 14:20:01 1.1.2.1 +++ Makefile 2000/01/08 18:07:34 @@ -15,25 +15,22 @@ $(M4) -D_CF_DIR_=${CFDIR}/ ${CFDIR}/m4/cf.m4 ${@:R}.mc) > ${.TARGET} $(CHMOD) $(ROMODE) ${.TARGET} -ALL= freebsd.cf +ALL= freebsd.cf mintaka.cf ossipee.cf lampang.cf -# Local sendmail.cf, may be set in /etc/make.conf. Warning! If set, this -# causes 'make install' to always copy it over /etc/sendmail.cf!!! -# Caveat emptor! Be sure you want this before you enable it. -.if defined(SENDMAIL_CF) -ALL+= ${SENDMAIL_CF} -.endif - CLEANFILES+=$(ALL) all: $(ALL) depend: +# Local sendmail.cf, may be set in /etc/make.conf. Warning! If set, this +# causes 'make install' to always copy it over /etc/sendmail.cf!!! +# Caveat emptor! Be sure you want this before you enable it. install: + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${ALL} \ + ${DESTDIR}/etc/mail .if defined(SENDMAIL_CF) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${SENDMAIL_CF} \ - ${DESTDIR}/etc/sendmail.cf + ln -f ${DESTDIR}/etc/mail/${SENDMAIL_CF} /etc/sendmail.cf .endif # Helper for src/etc/Makefile If I were doing this again, I would probably do it like this: .if defined(SENDMAIL_CF) set ${SENDMAIL_CF}; ln -f ${DESTDIR}/etc/mail/$1 /etc/sendmail.cf .endif In our application, we want all of the cf files to be installed; we define the role of a particular machine by linking the ``official'' configuration file names to the machine-specific versions. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 14:40:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF66C37BD6D for ; Thu, 13 Jul 2000 14:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA83787; Thu, 13 Jul 2000 14:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BF88837C5A2; Thu, 13 Jul 2000 14:36:40 -0700 (PDT) Message-Id: <20000713213640.BF88837C5A2@hub.freebsd.org> Date: Thu, 13 Jul 2000 14:36:40 -0700 (PDT) From: msat6526@kolej.mff.cuni.cz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/19899: ISA NE2000 compatible ethernet device is not available for ftp install. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19899 >Category: conf >Synopsis: ISA NE2000 compatible ethernet device is not available for ftp install. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 13 14:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Martin Saturka >Release: 4.0, the current default >Organization: Charles University >Environment: Linux kibuc 2.2.16 #1 Wed Jul 12 16:47:10 CEST 2000 i586 unknownLinux kibuc 2.2.16 #1 Wed Jul 12 16:47:10 CEST 2000 i586 unknown >Description: When I try to install FreeBSD on computer with Linux, I can not find ethernet (ed0 10 0x280) option for FTP transfer. There are PLIP, SLIP, ... choices available only. Thus, I can not install FreeBSD at all. My NIC (ISA NE2000 compatible card) works well under Linux. >How-To-Repeat: To try to do FTP install on computer without modem. >Fix: Probably an error in a configuration script. In the start of the install process (in the kernel option screen), the NIC (device ed0, IRQ 10, port 0x280) is detected. >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 Jul 13 20:10: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65E5437BD6C for ; Thu, 13 Jul 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA25851; Thu, 13 Jul 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ffnet.com (w200.z208176006.sjc-ca.dsl.cnc.net [208.176.6.200]) by hub.freebsd.org (Postfix) with ESMTP id 665ED37BB53 for ; Thu, 13 Jul 2000 20:01:56 -0700 (PDT) (envelope-from aswan@ffnet.com) Received: from geary.ffnet.com (geary.ffnet.com [172.16.248.55]) by ffnet.com (8.8.8/8.8.8) with ESMTP id UAA18877; Thu, 13 Jul 2000 20:01:23 -0700 (PDT) (envelope-from aswan) Received: (from aswan@localhost) by geary.ffnet.com (8.9.3/8.8.8) id UAA47055; Thu, 13 Jul 2000 20:01:17 -0700 (PDT) (envelope-from aswan) Message-Id: <200007140301.UAA47055@geary.ffnet.com> Date: Thu, 13 Jul 2000 20:01:17 -0700 (PDT) From: Andrew Swan To: FreeBSD-gnats-submit@freebsd.org Cc: wpaul@ctr.columbia.edu X-Send-Pr-Version: 3.2 Subject: kern/19904: sf driver doesn't handle ALLMULTI in SIFFLAGS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19904 >Category: kern >Synopsis: sf driver doesn't handle ALLMULTI in SIFFLAGS >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 13 20:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew Swan >Release: FreeBSD 3.3-RELEASE i386 >Organization: FastForward Networks, Inc. >Environment: sf driver (Adaptec "Starfire" 10/100 PCI ethernet controller) >Description: When the IFF_ALLMULTI flag is set on an sf interface and then the SIFFLAGS ioctl is invoked, the card is not properly programmed to receive all multicasts. >How-To-Repeat: Run mrouted with a vif configured on a physical sf interface and source traffic on that interface -- it will not be properly forwarded. >Fix: This patch is for version 1.2.2.2 of if_sf.c (from 3.3-RELEASE) I don't have any newer installation locally to test on. --- if_sf.c 1999/10/14 00:51:23 1.1.1.1 +++ if_sf.c 2000/07/14 02:44:48 @@ -1479,6 +1479,13 @@ SF_CLRBIT(sc, SF_RXFILT, SF_RXFILT_BROAD); } + /* Dow we want all multicasts? (e.g., multicast routing) */ + if (ifp->if_flags & IFF_ALLMULTI) { + SF_SETBIT(sc, SF_RXFILT, SF_RXFILT_ALLMULTI); + } else { + SF_CLRBIT(sc, SF_RXFILT, SF_RXFILT_ALLMULTI); + } + /* Init the completion queue indexes */ csr_write_4(sc, SF_CQ_CONSIDX, 0); csr_write_4(sc, SF_CQ_PRODIDX, 0); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 22:52:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4458E37BD9F; Thu, 13 Jul 2000 22:52:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA47048; Thu, 13 Jul 2000 22:52:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Thu, 13 Jul 2000 22:52:29 -0700 (PDT) From: Message-Id: <200007140552.WAA47048@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: bin/15046: /sbin/dhclient-script ignores resolv.conf hooks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /sbin/dhclient-script ignores resolv.conf hooks Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: obrien Responsible-Changed-When: Thu Jul 13 22:52:06 PDT 2000 Responsible-Changed-Why: all the other DHCP ones are assigned to me. http://www.freebsd.org/cgi/query-pr.cgi?pr=15046 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 23: 0:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mortis.sighup.org (mortis.over-yonder.net [208.160.105.35]) by hub.freebsd.org (Postfix) with ESMTP id 8DC1F37B690 for ; Thu, 13 Jul 2000 23:00:11 -0700 (PDT) (envelope-from fullermd@over-yonder.net) Received: by mortis.sighup.org (Postfix, from userid 100) id 919481F2C; Fri, 14 Jul 2000 01:00:09 -0500 (CDT) Date: Fri, 14 Jul 2000 01:00:09 -0500 From: "Matthew D. Fuller" To: bugs@freebsd.org Subject: PR bin/12946 Message-ID: <20000714010009.A60159@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Editor: vi X-OS: FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If someone happens to have time, bin/12946 seems to still be open, and it looks like the problem still exists. It probably wouldn't hurt to get that typo fixed before another release. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Unix Systems Administrator | fullermd@futuresouth.com Specializing in FreeBSD | http://www.over-yonder.net/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jul 13 23:50: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA3D937BFC9 for ; Thu, 13 Jul 2000 23:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA54198; Thu, 13 Jul 2000 23:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6475437BFC9; Thu, 13 Jul 2000 23:48:22 -0700 (PDT) Message-Id: <20000714064822.6475437BFC9@hub.freebsd.org> Date: Thu, 13 Jul 2000 23:48:22 -0700 (PDT) From: tolyar@mx.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19909: Problem with NFS client in 4.0-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19909 >Category: misc >Synopsis: Problem with NFS client in 4.0-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 13 23:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Zherdev Anatoly >Release: 4.0-STABLE >Organization: >Environment: FreeBSD machine_name 4.0-STABLE FreeBSD 4.0-STABLE #0: Fri Jun 23 14:11:48 MSD 2000 tolyar@machine_name:/usr/src/sys/compile/MACHINE i386 >Description: New problems with 4.0-S nfsv3 client (this problems not exist with 3.4-S) If file have write only permisson we can't append it properly, with read+write permissons all ok, this is serious error ... This was tested on a lot of clients 3.4-S and four 4.0-S clients >How-To-Repeat: Server: /etc/exports: /mnt/test -maproot=0:0 nfsclient Client: /etc/fstab: nfsserver:/mnt/test /mnt/test nfs rw,nfsv3,mntudp,intr,rdirplus > df Filesystem 512-blocks Used Avail Capacity Mounted n /dev/da0s1a 2781278 1484240 1074536 58% / procfs 8 8 0 100% /proc nfsserver:/mnt/test 52227808 43258416 4791168 90% /mnt/test > For demonstration we create user: test > id uid=10101(test) gid=10101(test) groups=10101(test) > cd > pwd /usr/home/test > ls -al total 4 drwx------ 2 test wheel 512 Jun 26 16:47 . drwxr-xr-x 10 root wheel 512 Jun 26 14:55 .. lrwxr-xr-x 1 root wheel 24 Jun 26 16:25 nfs_link -> /mnt/test -----w---- 1 root test 0 Jun 26 16:46 nonfs_file > file: ~test/nonfs_file created on local filesystem, and file: ~test/nfs_link/nfs_file created on nfs when we append file on nfs we append succesfully only first record, and next records not apended : > cd ~test/nfs_link/ > ls -al total 16 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. -----w---- 1 root test 0 Jun 26 16:44 nfs_file > echo 000 >> nfs_file > ls -al total 24 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. -----w---- 1 root test 4 Jun 26 16:59 nfs_file > echo 111 >> nfs_file > ls -al total 24 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. -----w---- 1 root test 8 Jun 26 16:59 nfs_file > echo 222 >> nfs_file > ls -al total 24 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. -----w---- 1 root test 8 Jun 26 16:59 nfs_file > echo 333 >> nfs_file > ls -al total 24 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. -----w---- 1 root test 8 Jun 26 16:59 nfs_file > file contain only first record: # cat ~test/nfs_link/nfs_file 000 # and after reading we see new file size! > ls -al total 24 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. -----w---- 1 root test 4 Jun 26 16:59 nfs_file > with rw permissions no problems exists: > ls -al total 16 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. ----rw---- 1 root test 0 Jun 26 17:24 nfs_file > > echo 000 >> nfs_file > ls -al total 24 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. ----rw---- 1 root test 4 Jun 26 17:25 nfs_file > echo 111 >> nfs_file > ls -al total 24 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. ----rw---- 1 root test 8 Jun 26 17:25 nfs_file > echo 222 >> nfs_file > ls -al total 24 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. ----rw---- 1 root test 12 Jun 26 17:25 nfs_file > echo 333 >> nfs_file > ls -al total 24 drwx------ 2 test test 512 Jun 26 16:50 . dr-xr-xr-x 10 root olsites 512 Jun 26 16:30 .. ----rw---- 1 root test 16 Jun 26 17:26 nfs_file > # cat ~test/nfs_link/nfs_file 000 111 222 333 # without nfs no problems exists: > echo 000 >> nonfs_file > ls -al total 6 drwx------ 2 test wheel 512 Jun 26 16:47 . drwxr-xr-x 10 root wheel 512 Jun 26 14:55 .. lrwxr-xr-x 1 root wheel 24 Jun 26 16:25 nfs_link -> /mnt/pub/root/roots/tet -----w---- 1 root test 4 Jun 26 16:51 nonfs_file > echo 111 >> nonfs_file > ls -al total 6 drwx------ 2 test wheel 512 Jun 26 16:47 . drwxr-xr-x 10 root wheel 512 Jun 26 14:55 .. lrwxr-xr-x 1 root wheel 24 Jun 26 16:25 nfs_link -> /mnt/pub/root/roots/tet -----w---- 1 root test 8 Jun 26 16:51 nonfs_file > echo 222 >> nonfs_file > ls -al total 6 drwx------ 2 test wheel 512 Jun 26 16:47 . drwxr-xr-x 10 root wheel 512 Jun 26 14:55 .. lrwxr-xr-x 1 root wheel 24 Jun 26 16:25 nfs_link -> /mnt/pub/root/roots/tet -----w---- 1 root test 12 Jun 26 16:51 nonfs_file > # cat ~test/nonfs_file 000 111 222 # >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 0:18:22 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sensyu.ne.jp (mail.sensyu.ne.jp [210.154.132.31]) by hub.freebsd.org (Postfix) with ESMTP id 6429937C55A for ; Fri, 14 Jul 2000 00:18:09 -0700 (PDT) (envelope-from fuji@sensyu.ne.jp) Received: from mail.sensyu.ne.jp (localhost [127.0.0.1]) by sensyu.ne.jp (8.9.3/3.7Wpl2-00061407) with SMTP id QAA29242 for ; Fri, 14 Jul 2000 16:15:32 +0900 (JST) Date: Fri, 14 Jul 2000 16:15:32 +0900 (JST) Message-Id: <200007140715.QAA29242@sensyu.ne.jp> From: =?iso-2022-jp?B?ZnV1eWFu?= To: =?iso-2022-jp?B?ZnJlZWJzZC1idWdzQEZyZWVCU0QuT1JH?= Subject: =?iso-2022-jp?B?GyRCOkc9aSRHOkc4ZSROPnBKc0RzNiEhKhsoQg==?= Mime-Version: 1.0 Content-Type: text/plain; charset= "ISO-2022-JP" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $B$3$N%a!=%k$N%"%I%l%9$O<}=86He$2$^$9!#(B $B;d$O2<5-#3E@$N%S%8%M%9$GKh7n(B40$B!A(B85$BK|$N<}F~$,$"$j$^$9!#(B $B!J3+;O8e#3%v7nL\0L$G!"K\?&$N<}F~$OF~$l$:!*!K(B $B!c!cI,8+!*9bB.9b<}F~>pJs!*!*!d!d(B $B%"%a%j%+$rH/>MCO$H$7$?6<0RE*$J9b<}F~:_Bp%S%8%M%9$G$9!*(B $B:#7n$K$J$C$F;22Ce$N<}F~$rF@(B $B$F$$$^$9!*(B $B:n6HFbMF$b4JC1$G$9!#@kEA$9$k$@$1!*K\Ev$K6u$$$F$k;~4V$G$G$-$^$9!#(B $BL5NA@kEA>l=j>pJs$bL5NA$GDs6!$7$^$9!*(B $BL5NAEj9F%a%k%^%,%5%$%H(B100$B0J>e!"4uK>\:Y@bL@$7$F$$$^$9!*(B 7/17$B%5!<%S%93+;O!*$G$9$N$G(B $B8=:_EPO?u$OF|$K(B80$B$[$IEPO??t==; Fri, 14 Jul 2000 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA58891; Fri, 14 Jul 2000 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5002637C5B3; Fri, 14 Jul 2000 00:11:44 -0700 (PDT) Message-Id: <20000714071144.5002637C5B3@hub.freebsd.org> Date: Fri, 14 Jul 2000 00:11:44 -0700 (PDT) From: robert-spam99@nisse.dk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19910: wrong group when creating files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19910 >Category: kern >Synopsis: wrong group when creating files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 14 00:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Robert Martin-Legene >Release: 4.0-RELEASE >Organization: >Environment: FreeBSD jenslyn.nisse.dk 4.0-RELEASE FreeBSD 4.0-RELEASE #22: Wed Jul 12 14:22:05 ART 2000 r@jenslyn.nisse.dk:/usr/src/sys/compile/JENSLYN i386 >Description: Upon creating a file, it will be created in the same group as the directory in which it is being created, even if you are not a member of this group. I removed my sticky bit on /tmp and tested it there. I suppose the kernel thinks that 02000 is on the directory. r@jenslyn(1) ~ $ ls -ld / /tmp /tmp/group-test ls: /tmp/group-test: No such file or directory drwxr-xr-x 18 root wheel 512 Jul 12 14:22 / drwxrwxrwx 9 root uucp 1024 Jul 14 03:54 /tmp r@jenslyn(1) ~ $ touch /tmp/group-test r@jenslyn(0) ~ $ ls -ld / /tmp /tmp/group-test drwxr-xr-x 18 root wheel 512 Jul 12 14:22 / drwxrwxrwx 9 root uucp 1024 Jul 14 03:54 /tmp -rw-r--r-- 1 r uucp 0 Jul 14 03:54 /tmp/group-test r@jenslyn(0) ~ $ id uid=1000(r) gid=1000(r) groups=1000(r), 0(wheel), 53(bind), 1005(familia), 1500(users) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 0:39:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F128F37BFCD; Fri, 14 Jul 2000 00:39:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA61687; Fri, 14 Jul 2000 00:39:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 00:39:40 -0700 (PDT) From: Message-Id: <200007140739.AAA61687@freefall.freebsd.org> To: marc@tear.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/4229: Ethernet interface unreachable on bootup Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ethernet interface unreachable on bootup State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Fri Jul 14 00:38:49 PDT 2000 State-Changed-Why: It seems unlikely this behaviour continues in general at this stage, since many people seem to use the driver without problem. Does this problem still exhibit itself locally? http://www.freebsd.org/cgi/query-pr.cgi?pr=4229 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 1:30: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58C0637C048 for ; Fri, 14 Jul 2000 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA69794; Fri, 14 Jul 2000 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from spider.comnet.bg (spider.comnet.bg [212.5.158.7]) by hub.freebsd.org (Postfix) with ESMTP id 4F9F437BE32 for ; Fri, 14 Jul 2000 01:29:39 -0700 (PDT) (envelope-from hristo@spider.comnet.bg) Received: (from hristo@localhost) by spider.comnet.bg (8.9.3/8.9.3) id LAA01549; Fri, 14 Jul 2000 11:29:21 +0300 (EEST) (envelope-from hristo) Message-Id: <200007140829.LAA01549@spider.comnet.bg> Date: Fri, 14 Jul 2000 11:29:21 +0300 (EEST) From: hristo@bginfo.net Reply-To: hristo@spider.comnet.bg To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19913: add SYN+FIN counter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19913 >Category: kern >Synopsis: add SYN+FIN counter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 14 01:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Hristo Grigorov >Release: FreeBSD 4.0-STABLE i386 >Organization: BGINFO >Environment: FreeBSD 4.0-STABLE i386 >Description: As you know FreeBSD 4 has an option to drop SYN+FIN packets but it does not has a counter of how much SYN+FIN packets were actually dropped. This minor patch add sysctl variable to count them and have it for reference when needed. >How-To-Repeat: Apply the patch. >Fix: *** tcp_input.c.old Fri May 12 10:29:45 2000 --- tcp_input.c Thu Jul 13 10:42:06 2000 *************** *** 127,134 **** --- 127,137 ---- #ifdef TCP_DROP_SYNFIN static int drop_synfin = 0; + static int drop_synfin_pkts = 0; SYSCTL_INT(_net_inet_tcp, OID_AUTO, drop_synfin, CTLFLAG_RW, &drop_synfin, 0, "Drop TCP packets with SYN+FIN set"); + SYSCTL_INT(_net_inet_tcp, OID_AUTO, drop_synfin_pkts, CTLFLAG_RD, + &drop_synfin_pkts, 0, "Dropped TCP packets with SYN+FIN set"); #endif #ifdef TCP_RESTRICT_RST *************** *** 500,507 **** * * This is incompatible with RFC1644 extensions (T/TCP). */ ! if (drop_synfin && (thflags & (TH_SYN|TH_FIN)) == (TH_SYN|TH_FIN)) goto drop; #endif /* --- 503,512 ---- * * This is incompatible with RFC1644 extensions (T/TCP). */ ! if (drop_synfin && (thflags & (TH_SYN|TH_FIN)) == (TH_SYN|TH_FIN)) { ! drop_synfin_pkts++; goto drop; + } #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 Fri Jul 14 1:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id 475EB37BE32; Fri, 14 Jul 2000 01:39:56 -0700 (PDT) (envelope-from samj@itcj.kiev.ua) Received: from tools.itci.kiev.ua (tools.itci.kiev.ua [62.244.54.249]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with ESMTP id LPI58284; Fri, 14 Jul 2000 11:39:50 +0300 (EEST) (envelope-from samj@itcj.kiev.ua) Received: from primsrv ([62.244.54.220]) by tools.itci.kiev.ua (8.9.3/8.9.3) with SMTP id LAA66244; Fri, 14 Jul 2000 11:38:36 +0300 (EEST) (envelope-from samj@itcj.kiev.ua) Message-ID: <002e01bfed6f$02cc27f0$dc36f43e@primsrv.itci.kiev.ua> From: "Yuriy" To: Cc: Subject: Make ERROR for 2.2-stable Date: Fri, 14 Jul 2000 11:39:19 +0300 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have upgraded from 2.2.7 to 2.2-stable. I do cvsup 2.2-stable and make buildworld and get ERROR /new/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:80: warning: `c atch', `throw', and `try' are all C++ reserved words /new/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc: In function `v oid operator delete(void *)': /new/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:82: declaration of `operator delete(void *)' throws different exceptions... :82: ...from previous declaration here *** Error code 1 Stop. What must I do ? Thanks. _______ Yuriy Samartsev, Firm ITC Ltd, http://www.itci.net. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 3:10:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19B1837B63D for ; Fri, 14 Jul 2000 03:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA83965; Fri, 14 Jul 2000 03:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 03:10:06 -0700 (PDT) Message-Id: <200007141010.DAA83965@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dedov Anton Subject: Re: kern/19880: Problem with configuring RS-232 multiport card. Reply-To: Dedov Anton Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19880; it has been noted by GNATS. From: Dedov Anton To: Sheldon Hearn Cc: Subject: Re: kern/19880: Problem with configuring RS-232 multiport card. Date: Fri, 14 Jul 2000 17:44:42 +0800 On Fri, Jul 14, 2000 at 11:08:26AM +0200, Sheldon Hearn wrote: > > > On Fri, 14 Jul 2000 09:18:21 +0800, Dedov Anton wrote: > > > > > stty -f /dev/ttyd4 > > > > /dev/ttyd4 : Device not configured > > > > > > Have you remade the device node in /dev with /dev/MAKEDEV? > > > > > > Ciao, > > > Sheldon. > > > > Yes, I have. > > Okay, can you post your kernel config to > freebsd-gnats-submit@FreeBSD.org, keeping this subject line intact? > > Thanks, > Sheldon. Generaly I cannot because I had restore my work system with its own disk. But actualy my kernel for 4.0 were not much different from GENERIC. I had only comment sio0..3, wrote my multiport conf: options COM_MULTIPORT device sio4 at isa? port 0x2a0 flags 0x701 device sio5 at isa? port 0x2a8 flags 0x701 device sio6 at isa? port 0x2b0 flags 0x701 device sio7 at isa? port 0x2b8 flags 0x701 irq 4 #those lines are moved from 2.2.7 config exclude "tty" and "vector" words #... #and add my ethers device ed0 at isa? port 0x220 net irq 10 iomem 0xd8000 device ed1 at isa? port 0x280 net irq 11 Arch is Pentium. Dedov Anton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 3:23:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DD7937C5A3; Fri, 14 Jul 2000 03:23:44 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA85564; Fri, 14 Jul 2000 03:23:43 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 03:23:43 -0700 (PDT) From: Message-Id: <200007141023.DAA85564@freefall.freebsd.org> To: ser@intranet.ca, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/8854: boot.flp does not probe atapi cdrom Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: boot.flp does not probe atapi cdrom State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Fri Jul 14 03:21:57 PDT 2000 State-Changed-Why: ATAPI cdroms are probed, else we'd have almost no users. A new updated PR on newer releases with this problem, if it still occurs, would be appreciated, though. Thanks for your submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=8854 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 3:24:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EBAA37C5AB; Fri, 14 Jul 2000 03:24:43 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA85681; Fri, 14 Jul 2000 03:24:43 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 03:24:43 -0700 (PDT) From: Message-Id: <200007141024.DAA85681@freefall.freebsd.org> To: SteveFriedrich@Hot-Shot.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/9051: 2.2.8R boot floppy won't write to fixit floppy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 2.2.8R boot floppy won't write to fixit floppy State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Fri Jul 14 03:24:02 PDT 2000 State-Changed-Why: Lots has changed since 2.2.7, and this behaviour doesn't recur in my testing. Nevertheless, thanks for the problem report. http://www.freebsd.org/cgi/query-pr.cgi?pr=9051 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5: 3:23 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from outpost.huebner.org (hans.walledcity.de [212.84.209.59]) by hub.freebsd.org (Postfix) with ESMTP id E40ED37C155; Fri, 14 Jul 2000 05:03:19 -0700 (PDT) (envelope-from hans@Huebner.ORG) Received: from localhost.huebner.org ([127.0.0.1] helo=localhost ident=hans) by outpost.huebner.org with esmtp (Exim 3.13 #1) id 13D4Bg-00037z-00; Fri, 14 Jul 2000 14:03:25 +0200 Date: Fri, 14 Jul 2000 14:03:24 +0200 (CEST) From: =?ISO-8859-1?Q?Hans_H=FCbner?= To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: gerg@stallion.oz.au Subject: Re: i386/19890: Stallion serial driver support missing [patch] In-Reply-To: <200007131500.IAA16278@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, is anyone else interested in this driver? Please let me know, as I want to make a few more changes regarding minor number allocation. Thanks, Hans In Thu, 13 Jul 2000 gnats-admin@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `i386/19890'. > The individual assigned to look at your > report is: freebsd-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=19890 > > >Category: i386 > >Responsible: freebsd-bugs > >Synopsis: Stallion serial driver support missing [patch] > >Arrival-Date: Thu Jul 13 08:00:01 PDT 2000 > > -- finger hans@huebner.org for details To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:24:58 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86D7837C0FE; Fri, 14 Jul 2000 05:24:57 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA01047; Fri, 14 Jul 2000 05:24:58 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 05:24:58 -0700 (PDT) From: Message-Id: <200007141224.FAA01047@freefall.freebsd.org> To: mattiasa@stacken.kth.se, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/11626: /var/log/kerberos is rotated Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /var/log/kerberos is rotated State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Fri Jul 14 05:24:26 PDT 2000 State-Changed-Why: I'll admit ignorance - Why shouldn't it be rotated? http://www.freebsd.org/cgi/query-pr.cgi?pr=11626 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:26:40 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C552737B5EE; Fri, 14 Jul 2000 05:26:38 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA01249; Fri, 14 Jul 2000 05:26:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 05:26:39 -0700 (PDT) From: Message-Id: <200007141226.FAA01249@freefall.freebsd.org> To: ryant@home.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/11925: rc.conf cosmetic naming inconsistencies Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rc.conf cosmetic naming inconsistencies State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Fri Jul 14 05:25:21 PDT 2000 State-Changed-Why: Changing variable names is bad, as it breaks existing setups. Also, the names aren't inconsistent - defaultrouter describes one concept, and lpd_enable describes the enabling of lpd. http://www.freebsd.org/cgi/query-pr.cgi?pr=11925 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:38: 2 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A34DA37C053; Fri, 14 Jul 2000 05:37:59 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA02488; Fri, 14 Jul 2000 05:37:59 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 14 Jul 2000 05:37:59 -0700 (PDT) From: Message-Id: <200007141237.FAA02488@freefall.freebsd.org> To: NKoch@gmx.de, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19804: printer port 3bc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: printer port 3bc State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Fri Jul 14 05:37:08 PDT 2000 State-Changed-Why: The originator regards this PR as an FYI and does not expect any work to be done. It will remain for posterity for those who need more information than the FAQ provides. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19804 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:39:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E207E37C81D; Fri, 14 Jul 2000 05:39:10 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA02599; Fri, 14 Jul 2000 05:39:10 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 05:39:10 -0700 (PDT) From: Message-Id: <200007141239.FAA02599@freefall.freebsd.org> To: emoc@scr3am.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/13907: dummynet.4 correction, rc addition of Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dummynet.4 correction, rc addition of State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Fri Jul 14 05:37:28 PDT 2000 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=13907 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 154AA37C771 for ; Fri, 14 Jul 2000 05:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA02735; Fri, 14 Jul 2000 05:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 05:40:04 -0700 (PDT) Message-Id: <200007141240.FAA02735@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: i386/19890: Stallion serial driver support missing [patch] Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/19890; it has been noted by GNATS. From: Sheldon Hearn To: davidn@FreeBSD.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: i386/19890: Stallion serial driver support missing [patch] Date: Fri, 14 Jul 2000 14:36:45 +0200 Hi David, Are you still interested in the stallion driver in FreeBSD? There's an open PR for it (i386/19890) and the author has been made aware of the PR. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:46:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F6337C2A9; Fri, 14 Jul 2000 05:46:26 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA03718; Fri, 14 Jul 2000 05:46:27 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 05:46:27 -0700 (PDT) From: Message-Id: <200007141246.FAA03718@freefall.freebsd.org> To: emoc@scr3am.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/13907: dummynet.4 correction, rc addition of Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dummynet.4 correction, rc addition of State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Fri Jul 14 05:44:21 PDT 2000 State-Changed-Why: Fixed in revision 1.5 and 1.4.2.1 of dummynet.4. Submitter (were his mail address not bouncing) could use /etc/sysctl.conf for sysctl manipulation. http://www.freebsd.org/cgi/query-pr.cgi?pr=13907 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:47:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 03A6937C1CF for ; Fri, 14 Jul 2000 05:47:44 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13D4sY-000HIq-00 for freebsd-bugs@FreeBSD.org; Fri, 14 Jul 2000 14:47:42 +0200 Date: Fri, 14 Jul 2000 14:47:42 +0200 From: Neil Blakey-Milner To: freebsd-bugs@FreeBSD.org Subject: Re: conf/13907: dummynet.4 correction, rc addition of Message-ID: <20000714144742.A66479@mithrandr.moria.org> References: <200007141239.FAA02599@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007141239.FAA02599@freefall.freebsd.org>; from nbm@FreeBSD.org on Fri, Jul 14, 2000 at 05:39:10AM -0700 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri 2000-07-14 (05:39), nbm@FreeBSD.org wrote: > Synopsis: dummynet.4 correction, rc addition of > > State-Changed-From-To: open->closed > State-Changed-By: nbm > State-Changed-When: Fri Jul 14 05:37:28 PDT 2000 > State-Changed-Why: > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=13907 GNATS is too clever for me. I cancelled, and it didn't change it, but it still sent the mail message. *sigh* Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB34C37C1CF for ; Fri, 14 Jul 2000 05:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA04339; Fri, 14 Jul 2000 05:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 05:50:04 -0700 (PDT) Message-Id: <200007141250.FAA04339@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: gnu/19871: select bug on named pipes Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19871; it has been noted by GNATS. From: Sheldon Hearn To: jhb@FereBSD.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: gnu/19871: select bug on named pipes Date: Fri, 14 Jul 2000 14:40:38 +0200 Hi John, Since you've had your fingers in the select code recently, could you perhaps check out PR gnu/19871? (The gnu is inaccurate; the originator meant for it to be kern). :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:50:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02C6137C7C0 for ; Fri, 14 Jul 2000 05:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA04344; Fri, 14 Jul 2000 05:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 05:50:07 -0700 (PDT) Message-Id: <200007141250.FAA04344@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: gnu/19871: select bug on named pipes Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19871; it has been noted by GNATS. From: Sheldon Hearn To: jhb@FreeBSD.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: gnu/19871: select bug on named pipes Date: Fri, 14 Jul 2000 14:41:18 +0200 Hi John, Since you've had your fingers in the select code recently, could you perhaps check out PR gnu/19871? (The gnu is inaccurate; the originator meant for it to be kern). :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:52:44 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7162C37C1CF; Fri, 14 Jul 2000 05:52:43 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA04627; Fri, 14 Jul 2000 05:52:43 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 05:52:43 -0700 (PDT) From: Message-Id: <200007141252.FAA04627@freefall.freebsd.org> To: reuben.brown@online.no, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/14075: CDROM not being recognized during certain phase of OS installation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: CDROM not being recognized during certain phase of OS installation State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Fri Jul 14 05:51:43 PDT 2000 State-Changed-Why: According to the audit trail, this is fixed at least in 4.0. http://www.freebsd.org/cgi/query-pr.cgi?pr=14075 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 5:57: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C664937C053; Fri, 14 Jul 2000 05:57:04 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA05227; Fri, 14 Jul 2000 05:57:04 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 05:57:04 -0700 (PDT) From: Message-Id: <200007141257.FAA05227@freefall.freebsd.org> To: nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: conf/14522: dhclient incorrectly reads and sets hostname as a hex string Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dhclient incorrectly reads and sets hostname as a hex string Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: nbm Responsible-Changed-When: Fri Jul 14 05:55:49 PDT 2000 Responsible-Changed-Why: Mr. O'Brien was recently accumulating dhclient PRs. http://www.freebsd.org/cgi/query-pr.cgi?pr=14522 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 6: 4:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A8A837C644; Fri, 14 Jul 2000 06:04:50 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA05860; Fri, 14 Jul 2000 06:04:50 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 06:04:50 -0700 (PDT) From: Message-Id: <200007141304.GAA05860@freefall.freebsd.org> To: khera@kciLink.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, nbm@FreeBSD.org Subject: Re: conf/15745: rc.network overrides mountd_flags rather than appending to them Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rc.network overrides mountd_flags rather than appending to them State-Changed-From-To: open->suspended State-Changed-By: nbm State-Changed-When: Fri Jul 14 06:03:46 PDT 2000 State-Changed-Why: I applied a fix in rev 1.81 of rc.network. Thanks for the report! Responsible-Changed-From-To: freebsd-bugs->nbm Responsible-Changed-By: nbm Responsible-Changed-When: Fri Jul 14 06:03:46 PDT 2000 Responsible-Changed-Why: I'll MFC this soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=15745 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 6: 8:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B2B837C31D; Fri, 14 Jul 2000 06:08:25 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA07481; Fri, 14 Jul 2000 06:08:25 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 06:08:25 -0700 (PDT) From: Message-Id: <200007141308.GAA07481@freefall.freebsd.org> To: leif@neland.dk, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/15792: can't make /dev/cd31 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't make /dev/cd31 State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Fri Jul 14 06:07:53 PDT 2000 State-Changed-Why: MAKEDEV cd31 creates /dev/cd31 http://www.freebsd.org/cgi/query-pr.cgi?pr=15792 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 6:25: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9787D37C7F3; Fri, 14 Jul 2000 06:25:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA08971; Fri, 14 Jul 2000 06:25:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 06:25:03 -0700 (PDT) From: Message-Id: <200007141325.GAA08971@freefall.freebsd.org> To: stephen@math.missouri.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/16394: Users of some printers find that lpt0 malfunctions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Users of some printers find that lpt0 malfunctions State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Fri Jul 14 06:22:08 PDT 2000 State-Changed-Why: This only applied to RELENG_3, and those following the tag will presumably understand this. (and read the kernel instructions). 4.0 and later deals with this differently. http://www.freebsd.org/cgi/query-pr.cgi?pr=16394 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 6:43: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D43DF37BFEC; Fri, 14 Jul 2000 06:43:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA22608; Fri, 14 Jul 2000 06:43:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 14 Jul 2000 06:43:06 -0700 (PDT) From: Message-Id: <200007141343.GAA22608@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: conf/19750: sbsize in /etc/login.conf is type number Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sbsize in /etc/login.conf is type number Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Jul 14 06:42:50 PDT 2000 Responsible-Changed-Why: I'll take this one http://www.freebsd.org/cgi/query-pr.cgi?pr=19750 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 6:57:46 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4281437C706; Fri, 14 Jul 2000 06:57:45 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA70788; Fri, 14 Jul 2000 06:57:45 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 06:57:45 -0700 (PDT) From: Message-Id: <200007141357.GAA70788@freefall.freebsd.org> To: nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, roberto@FreeBSD.org Subject: Re: conf/18164: /var/log/ntpstats fill with stat files by default Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /var/log/ntpstats fill with stat files by default Responsible-Changed-From-To: freebsd-bugs->roberto Responsible-Changed-By: nbm Responsible-Changed-When: Fri Jul 14 06:56:57 PDT 2000 Responsible-Changed-Why: It seems this partly involves no default ntp.conf - care to take a look? http://www.freebsd.org/cgi/query-pr.cgi?pr=18164 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 7:10: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE3A537C624 for ; Fri, 14 Jul 2000 07:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA73557; Fri, 14 Jul 2000 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3E6A637C0FE; Fri, 14 Jul 2000 07:09:24 -0700 (PDT) Message-Id: <20000714140924.3E6A637C0FE@hub.freebsd.org> Date: Fri, 14 Jul 2000 07:09:24 -0700 (PDT) From: port@iname.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/19920: Add a PNP ISA modem to sio.c (details attached) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19920 >Category: i386 >Synopsis: Add a PNP ISA modem to sio.c (details attached) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Fri Jul 14 07:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Peter Ortner >Release: 4.0-STABLE >Organization: >Environment: FreeBSD kakadu.slow 4.0-STABLE FreeBSD 4.0-STABLE #0: Sun Jul 9 22:26:08 EST 2000 root@kakadu.slow:/usr/src/sys/compile/KAKADU i386 >Description: I have a PNP ISA Maestro Jetstream modem which works perfectly (at least in my computer), once it's PNP details are added to sio.c Could you please add details? Thank you! >How-To-Repeat: Not a problem >Fix: Add details to struct isa_pnp_id sio_ids in /usr/src/sys/isa/sio.c Device name = Maestro Jetstream Int V.90 56k Voice Series 2 PNP ID = 0x21002534 viz: {0x21002534, NULL}, /* MAE0021 - Maestro Jetstream Int V.90 56k Voice Series 2 */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 7:11:37 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9B1137C6FF; Fri, 14 Jul 2000 07:11:35 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA73845; Fri, 14 Jul 2000 07:11:36 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 14 Jul 2000 07:11:36 -0700 (PDT) From: Message-Id: <200007141411.HAA73845@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, gshapiro@FreeBSD.org Subject: Re: bin/19897: Allow building more then 1 SENDMAIL_CF Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Allow building more then 1 SENDMAIL_CF Responsible-Changed-From-To: freebsd-bugs->gshapiro Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Jul 14 07:10:55 PDT 2000 Responsible-Changed-Why: Haha! We have a new sendmail maintainer! :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19897 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 7:20: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84B2537C6FF for ; Fri, 14 Jul 2000 07:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA74972; Fri, 14 Jul 2000 07:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 07:20:05 -0700 (PDT) Message-Id: <200007141420.HAA74972@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: kern/19544: panic in delete_pipe (ipfw pipe delete) Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19544; it has been noted by GNATS. From: Peter Pentchev To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/19544: panic in delete_pipe (ipfw pipe delete) Date: Fri, 14 Jul 2000 17:18:13 +0300 The attached patch solves this problem for me. I think that with the upcoming 4.1-release, it would be nice if the kernel panicked on one less occassion ;) Granted, this panic only comes as a result of an incorrect ipfw command, but how long ago was the last time you issued a command out of sequence? G'luck, Peter ---------------------------------------------- Hey, out there - is it *you* reading me, or is it someone else? diff -c src/sys/netinet/ip_dummynet.c mysrc/sys/netinet/ip_dummynet.c *** src/sys/netinet/ip_dummynet.c Tue Jun 27 18:40:50 2000 --- mysrc/sys/netinet/ip_dummynet.c Tue Jun 27 18:35:11 2000 *************** *** 1546,1551 **** --- 1546,1554 ---- struct dn_pipe *a, *b; struct dn_flow_set *fs; + if (all_pipes == NULL) + return EINVAL; /* no pipes defined, nothing to do */ + /* locate pipe */ for (a = NULL , b = all_pipes ; b && b->pipe_nr < p->pipe_nr ; a = b , b = b->next) ; *************** *** 1581,1586 **** --- 1584,1592 ---- free(b, M_IPFW); } else { /* this is a dummynet queue (dn_flow_set) */ struct dn_flow_set *a, *b; + + if (all_flow_sets == NULL) + return EINVAL; /* no flow sets defined, nothing to do */ /* locate set */ for (a = NULL, b = all_flow_sets ; b && b->fs_nr < p->fs.fs_nr ; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 7:22:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13A7637C7CD; Fri, 14 Jul 2000 07:22:37 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA75226; Fri, 14 Jul 2000 07:22:37 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 07:22:37 -0700 (PDT) From: Message-Id: <200007141422.HAA75226@freefall.freebsd.org> To: nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: conf/16076: [PATCH] pam_ssh examples for /etc/pam.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] pam_ssh examples for /etc/pam.conf Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: nbm Responsible-Changed-When: Fri Jul 14 07:22:09 PDT 2000 Responsible-Changed-Why: markm said he'd look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=16076 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 7:29:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 800A337BF8F; Fri, 14 Jul 2000 07:29:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA75853; Fri, 14 Jul 2000 07:29:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 14 Jul 2000 07:29:15 -0700 (PDT) From: Message-Id: <200007141429.HAA75853@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, wpaul@FreeBSD.org Subject: Re: kern/19904: sf driver doesn't handle ALLMULTI in SIFFLAGS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sf driver doesn't handle ALLMULTI in SIFFLAGS Responsible-Changed-From-To: freebsd-bugs->wpaul Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Jul 14 07:28:42 PDT 2000 Responsible-Changed-Why: Bill, this one includes a patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=19904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 7:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3C9F37B8DE for ; Fri, 14 Jul 2000 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA75963; Fri, 14 Jul 2000 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 07:30:03 -0700 (PDT) Message-Id: <200007141430.HAA75963@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/19899: ISA NE2000 compatible ethernet device is not available for ftp install. Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19899; it has been noted by GNATS. From: Sheldon Hearn To: msat6526@kolej.mff.cuni.cz Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/19899: ISA NE2000 compatible ethernet device is not available for ftp install. Date: Fri, 14 Jul 2000 16:26:19 +0200 On Thu, 13 Jul 2000 14:36:40 MST, msat6526@kolej.mff.cuni.cz wrote: > Probably an error in a configuration script. In the start of the install > process (in the kernel option screen), the NIC (device ed0, IRQ 10, > port 0x280) is detected. When you say "in the kernel option screen", do you mean in the visual configuration screen where you can select which drivers to probe? If so, that doesn't mean too much. What ethernet NIC do you actually have? Can you provide the exact chip make and version number? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 8: 2:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB97737C624; Fri, 14 Jul 2000 08:02:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA79786; Fri, 14 Jul 2000 08:02:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Fri, 14 Jul 2000 08:02:30 -0700 (PDT) From: Message-Id: <200007141502.IAA79786@freefall.freebsd.org> To: pangolin@home.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/18311: 4-STABLE rc.network6 1.5.2.1 needs MFC of 1.7->1.8 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4-STABLE rc.network6 1.5.2.1 needs MFC of 1.7->1.8 State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Fri Jul 14 08:01:46 PDT 2000 State-Changed-Why: Originator confirms that the MFC in question was performed on May 17. Thanks for the report! http://www.freebsd.org/cgi/query-pr.cgi?pr=18311 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 8:31:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90DC837C877 for ; Fri, 14 Jul 2000 08:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA83695; Fri, 14 Jul 2000 08:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 08:30:03 -0700 (PDT) Message-Id: <200007141530.IAA83695@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Larry Rosenman" Subject: Re: misc/19376: ncurses alters buffering of stdin/stdout and does not restore it. Reply-To: "Larry Rosenman" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19376; it has been noted by GNATS. From: "Larry Rosenman" To: , , "Lawrence Rosenman" Cc: Subject: Re: misc/19376: ncurses alters buffering of stdin/stdout and does not restore it. Date: Fri, 14 Jul 2000 10:21:08 -0500 There was some discussion on this, and Frank da Cruz has now changed Kermit to use newterm() like Solaris and others. The fixes imported with 5.1 of ncurses seems to have fixed the input side. This can be closed, we believe. Larry Rosenman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 8:48:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C26F337CDCA; Fri, 14 Jul 2000 08:48:08 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA85801; Fri, 14 Jul 2000 08:48:08 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Date: Fri, 14 Jul 2000 08:48:08 -0700 (PDT) From: Message-Id: <200007141548.IAA85801@freefall.freebsd.org> To: robert-spam99@nisse.dk, wollman@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19910: wrong group when creating files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wrong group when creating files State-Changed-From-To: open->closed State-Changed-By: wollman State-Changed-When: Fri Jul 14 08:41:51 PDT 2000 State-Changed-Why: FreeBSD implements one of two permissible behaviors defined by the POSIX 1003.1 standard. This choice was by intention, matches historic BSD behavior, and is highly unlikely to be revisited. http://www.freebsd.org/cgi/query-pr.cgi?pr=19910 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 8:50: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78F1837CE18 for ; Fri, 14 Jul 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA86014; Fri, 14 Jul 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 08:50:02 -0700 (PDT) Message-Id: <200007141550.IAA86014@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: kern/19913: add SYN+FIN counter Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19913; it has been noted by GNATS. From: Garrett Wollman To: hristo@spider.comnet.bg Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/19913: add SYN+FIN counter Date: Fri, 14 Jul 2000 11:40:32 -0400 (EDT) < As you know FreeBSD 4 has an option to drop SYN+FIN packets but it does > not has a counter of how much SYN+FIN packets were actually dropped. This > minor patch add sysctl variable to count them and have it for reference > when needed. The code that implements this `feature' is buggy. It should not drop the packets, but rather, trim them back to just a SYN, as Solaris does. (This potentially requires adjusting sequence numbers, depending on the contents of the packet.) If implemented properly, there is no need for instrumentation. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 9: 9:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A601237C98F; Fri, 14 Jul 2000 09:09:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA89500; Fri, 14 Jul 2000 09:09:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Date: Fri, 14 Jul 2000 09:09:36 -0700 (PDT) From: Message-Id: <200007141609.JAA89500@freefall.freebsd.org> To: andrew@ugh.net.au, jhb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/18538: sysinstall doesn't include enough headers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall doesn't include enough headers State-Changed-From-To: open->closed State-Changed-By: jhb State-Changed-When: Fri Jul 14 09:08:44 PDT 2000 State-Changed-Why: I just MFC'd this from -current, wish I had known about the PR earlier. http://www.freebsd.org/cgi/query-pr.cgi?pr=18538 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 9:15:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 473FE37C804 for ; Fri, 14 Jul 2000 09:15:52 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13D87x-0001lP-00; Fri, 14 Jul 2000 18:15:49 +0200 Received: from p3e9d38e5.dip0.t-ipconnect.de ([62.157.56.229] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13D87s-0003VY-00; Fri, 14 Jul 2000 18:15:44 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id DCF50AB8C; Fri, 14 Jul 2000 18:17:01 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 3E8CC14AEB; Fri, 14 Jul 2000 18:16:03 +0200 (CEST) Date: Fri, 14 Jul 2000 18:16:03 +0200 To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] Message-ID: <20000714181603.A2884@cichlids.cichlids.com> References: <200007120840.BAA84947@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007120840.BAA84947@freefall.freebsd.org>; from sheldonh@uunet.co.za on Wed, Jul 12, 2000 at 01:40:03AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Sheldon Hearn (sheldonh@uunet.co.za): > > >Synopsis: mergemasters interpretation of $PAGER is incorrect [PATCH] > Since Doug is not a committer, I can't assign this PR to him. As far as Make him a committer then :-) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 9:20:19 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C84E37C9C8 for ; Fri, 14 Jul 2000 09:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91097; Fri, 14 Jul 2000 09:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 09:20:03 -0700 (PDT) Message-Id: <200007141620.JAA91097@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Baldwin Subject: RE: gnu/19871: select bug on named pipes Reply-To: John Baldwin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19871; it has been noted by GNATS. From: John Baldwin To: Sheldon Hearn Cc: freebsd-gnats-submit@FreeBSD.org Subject: RE: gnu/19871: select bug on named pipes Date: Fri, 14 Jul 2000 09:20:16 -0700 (PDT) On 14-Jul-00 Sheldon Hearn wrote: > > Hi John, > > Since you've had your fingers in the select code recently, could you > perhaps check out PR gnu/19871? (The gnu is inaccurate; the originator > meant for it to be kern). :-) > > Ciao, > Sheldon. Umm, well, I'm not _that_ familiar with the code, but I could look at it I guess. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use 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 Fri Jul 14 9:24:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id C293E37C9E9 for ; Fri, 14 Jul 2000 09:24:29 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13D8FR-000Hy1-00; Fri, 14 Jul 2000 18:23:33 +0200 From: Sheldon Hearn To: alex@big.endian.de (Alexander Langer) Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] In-reply-to: Your message of "Fri, 14 Jul 2000 18:16:03 +0200." <20000714181603.A2884@cichlids.cichlids.com> Date: Fri, 14 Jul 2000 18:23:33 +0200 Message-ID: <69068.963591813@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 14 Jul 2000 18:16:03 +0200, Alexander Langer wrote: > > Since Doug is not a committer, I can't assign this PR to him. As far as > > Make him a committer then :-) Unfortunately for FreeBSD, Doug doesn't want a commit bit. This is one example of why it's such a bad idea for us to bicker so much. He's already seen the whole package you get when you get a commit bit. :-( Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 9:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFAED37C80D for ; Fri, 14 Jul 2000 09:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA92690; Fri, 14 Jul 2000 09:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 09:30:03 -0700 (PDT) Message-Id: <200007141630.JAA92690@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: gnu/19871: select bug on named pipes Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19871; it has been noted by GNATS. From: Sheldon Hearn To: John Baldwin Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: gnu/19871: select bug on named pipes Date: Fri, 14 Jul 2000 18:24:05 +0200 On Fri, 14 Jul 2000 09:20:16 MST, John Baldwin wrote: > Umm, well, I'm not _that_ familiar with the code, but I could look at > it I guess. I admit, I was chancing my arm. If you're too busy, let me know and I'll reassign the PR. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 10:14:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id D349837C904 for ; Fri, 14 Jul 2000 10:14:28 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13D92g-0002Ez-00; Fri, 14 Jul 2000 19:14:26 +0200 Received: from p3e9d38e5.dip0.t-ipconnect.de ([62.157.56.229] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13D92d-0007YM-00; Fri, 14 Jul 2000 19:14:23 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 0478AAB8C; Fri, 14 Jul 2000 19:15:30 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 1D91814AEB; Fri, 14 Jul 2000 19:14:19 +0200 (CEST) Date: Fri, 14 Jul 2000 19:14:19 +0200 To: Neil Blakey-Milner Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/13907: dummynet.4 correction, rc addition of Message-ID: <20000714191419.A16626@cichlids.cichlids.com> References: <200007141239.FAA02599@freefall.freebsd.org> <20000714144742.A66479@mithrandr.moria.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000714144742.A66479@mithrandr.moria.org>; from nbm@mithrandr.moria.org on Fri, Jul 14, 2000 at 02:47:42PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Neil Blakey-Milner (nbm@mithrandr.moria.org): > GNATS is too clever for me. I cancelled, and it didn't change it, but > it still sent the mail message. *sigh* Yes, GNATS owns. .-) (it deleted a PR for me, which is now STILL listed as open in all my queries, but doesn't exist for edit-pr/query-pr :-( ) ... which is bad, since I never will have the chance to have "null assigned PRs to me" :((( ;-) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 10:21:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 794D437C692 for ; Fri, 14 Jul 2000 10:21:19 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id AE80C9B1C; Fri, 14 Jul 2000 13:21:14 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id A1562BA11; Fri, 14 Jul 2000 13:21:14 -0400 (EDT) Date: Fri, 14 Jul 2000 13:21:14 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: Alexander Langer Cc: Neil Blakey-Milner , freebsd-bugs@FreeBSD.ORG Subject: Re: conf/13907: dummynet.4 correction, rc addition of In-Reply-To: <20000714191419.A16626@cichlids.cichlids.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 14 Jul 2000, Alexander Langer wrote: > Thus spake Neil Blakey-Milner (nbm@mithrandr.moria.org): > > > GNATS is too clever for me. I cancelled, and it didn't change it, but > > it still sent the mail message. *sigh* > > Yes, GNATS owns. .-) > > (it deleted a PR for me, which is now STILL listed as open in all my > queries, but doesn't exist for edit-pr/query-pr :-( ) > Sounds like something for steve to look into ----- 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 Fri Jul 14 10:30:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id BCE0C37B5FA; Fri, 14 Jul 2000 10:30:11 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13D9Ht-0004gX-00; Fri, 14 Jul 2000 19:30:09 +0200 Received: from p3e9d38e5.dip0.t-ipconnect.de ([62.157.56.229] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13D9Hq-000617-00; Fri, 14 Jul 2000 19:30:07 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 3FFEDAB8C; Fri, 14 Jul 2000 19:31:15 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 963E514AEB; Fri, 14 Jul 2000 19:30:05 +0200 (CEST) Date: Fri, 14 Jul 2000 19:30:05 +0200 From: Alexander Langer To: "Chris D. Faulhaber" Cc: Neil Blakey-Milner , freebsd-bugs@FreeBSD.ORG, steve@freebsd.org Subject: Re: conf/13907: dummynet.4 correction, rc addition of Message-ID: <20000714193005.B20410@cichlids.cichlids.com> References: <20000714191419.A16626@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from jedgar@fxp.org on Fri, Jul 14, 2000 at 01:21:14PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Chris D. Faulhaber (jedgar@fxp.org): > Sounds like something for steve to look into I mailed him, but got no respone. I even attached the PR-_file_, which I still have. (~alex/19094 on freefall) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 11:41:33 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 3571737BD02 for ; Fri, 14 Jul 2000 11:41:31 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id BB66B1C64; Fri, 14 Jul 2000 14:41:29 -0400 (EDT) Date: Fri, 14 Jul 2000 14:41:29 -0400 From: Bill Fumerola To: Sheldon Hearn Cc: Alexander Langer , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] Message-ID: <20000714144129.I4034@jade.chc-chimes.com> References: <20000714181603.A2884@cichlids.cichlids.com> <69068.963591813@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <69068.963591813@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Fri, Jul 14, 2000 at 06:23:33PM +0200 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jul 14, 2000 at 06:23:33PM +0200, Sheldon Hearn wrote: > Unfortunately for FreeBSD, Doug doesn't want a commit bit. This is one > example of why it's such a bad idea for us to bicker so much. He's > already seen the whole package you get when you get a commit bit. :-( That's not a true statement (or wasn't around the time I imported mergemaster). -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 12: 5:56 2000 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id C0D9537B54A; Fri, 14 Jul 2000 12:05:55 -0700 (PDT) Subject: Re: kern/19904: sf driver doesn't handle ALLMULTI in SIFFLAGS In-Reply-To: <200007141429.HAA75853@freefall.freebsd.org> from "sheldonh@FreeBSD.org" at "Jul 14, 2000 07:29:15 am" To: sheldonh@FreeBSD.org Date: Fri, 14 Jul 2000 12:05:55 -0700 (PDT) Cc: freebsd-bugs@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20000714190555.C0D9537B54A@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: sf driver doesn't handle ALLMULTI in SIFFLAGS > > Responsible-Changed-From-To: freebsd-bugs->wpaul > Responsible-Changed-By: sheldonh > Responsible-Changed-When: Fri Jul 14 07:28:42 PDT 2000 > Responsible-Changed-Why: > Bill, this one includes a patch. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=19904 > Yeah, but the patch is incorrect. That's ok, I can fix it. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 12:57:58 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from wormhole.bluestar.net (wormhole.bluestar.net [208.53.1.61]) by hub.freebsd.org (Postfix) with ESMTP id B94F637C239 for ; Fri, 14 Jul 2000 12:57:54 -0700 (PDT) (envelope-from steve@planetwe.com) Received: from bsd.planetwe.com (bsd.planetwe.com [64.182.69.158]) by wormhole.bluestar.net (8.10.1/8.10.1) with ESMTP id e6EJvj729363; Fri, 14 Jul 2000 14:57:45 -0500 (CDT) Received: (from steve@localhost) by bsd.planetwe.com (8.9.3/8.9.3) id OAA65534; Fri, 14 Jul 2000 14:57:46 -0500 (CDT) (envelope-from steve) Date: Fri, 14 Jul 2000 14:57:46 -0500 From: Steve Price To: Alexander Langer Cc: "Chris D. Faulhaber" , Neil Blakey-Milner , freebsd-bugs@FreeBSD.ORG Subject: Re: conf/13907: dummynet.4 correction, rc addition of Message-ID: <20000714145746.I4162@bsd.planetwe.com> References: <20000714191419.A16626@cichlids.cichlids.com> <20000714193005.B20410@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000714193005.B20410@cichlids.cichlids.com>; from alex@big.endian.de on Fri, Jul 14, 2000 at 07:30:05PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jul 14, 2000 at 07:30:05PM +0200, Alexander Langer wrote: # Thus spake Chris D. Faulhaber (jedgar@fxp.org): # # > Sounds like something for steve to look into # # I mailed him, but got no respone. # # I even attached the PR-_file_, which I still have. (~alex/19094 on # freefall) I missed it the first time around. It should be there now. Sorry for the delay. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 16:20:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EB4E37B9FF for ; Fri, 14 Jul 2000 16:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44663; Fri, 14 Jul 2000 16:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5791337BFDB; Fri, 14 Jul 2000 16:18:01 -0700 (PDT) Message-Id: <20000714231801.5791337BFDB@hub.freebsd.org> Date: Fri, 14 Jul 2000 16:18:01 -0700 (PDT) From: jamesn@airmail.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19937: tcsh is not completly compabable with csh. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19937 >Category: bin >Synopsis: tcsh is not completly compabable with csh. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 14 16:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James Nuckolls >Release: 4.0-STABLE >Organization: >Environment: FreeBSD jamesnbsd.iadfw.net 4.0-STABLE FreeBSD 4.0-STABLE #5: Fri Jul 14 15:34:14 CDT 2000 root@jamesnbsd.iadfw.net:/usr/src/sys/compile/JAMESNBSD i386 >Description: Even though the tcsh man page stats that "tcsh is an enhanced but completely compatable version of the Berkley UNIX C Shell, csh(1)," there are a few important differences. In a previous pr, I stated that prompt now treats control charcters differently. Upon analisys of the tcsh man page, I didn't find the root cause: the "command-line editor" This feature is turned on by setting envitonment variable edit. Unsetting this variable causes prompts with control charcters to work correctly. (FWIW, I don't consider unsetting the edit variable to be THE fix for this issue. It needs to be addressed via other means) Historically, setting the shell variable filec turns on file name completion. In tcsh this is not the case, it's turned on by the edit variable. Unsetting edit, with filec set disables filename completion. Of course, setting the edit variable again causes filename completion to work in the manner one would expect (well.. in the manner that tcsh does filename completion -- it's not exactilly like csh, but it's close enough for goverment work). There is, however one issue in file name completion that also should to be addressed. In csh, the completion charcter is (be default) the escape key (^[). Of course it's in tcsh. Tcsh does seem to support the use of the escape key as the completion charcter, but there is one large difference: the user must press escape twice before the shell attempts to complete the command. There are of course, many more incompatabilities, most of which are rather minor but annoying in any case, but they all seem to relate to the command-line editor in one mannor or another. The two above are the two I spotted litterily in less than 1 minute of use. >How-To-Repeat: set edit, then unset edit and note the differences. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 17:20: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9508437C68E for ; Fri, 14 Jul 2000 17:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA49753; Fri, 14 Jul 2000 17:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 26EEB37C64C; Fri, 14 Jul 2000 17:15:34 -0700 (PDT) Message-Id: <20000715001534.26EEB37C64C@hub.freebsd.org> Date: Fri, 14 Jul 2000 17:15:34 -0700 (PDT) From: defouwj@purdue.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19938: IDE tape drive (ast0) timeout too quick Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19938 >Category: kern >Synopsis: IDE tape drive (ast0) timeout too quick >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 14 17:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jeff DeFouw >Release: 4.0 >Organization: ThinkHost >Environment: FreeBSD socrates.thinkhost.com 4.0-STABLE FreeBSD 4.0-STABLE #2: Tue Jun 6 04:06:26 GMT 2000 jeff@socrates.thinkhost.com:/usr/src/sys/compile/socrates i386 >Description: Operations on the tape drive (ast0) time out after a very short period (25-30 seconds) even though the tape device is performing the operation properly. For example, from past about 10MB on the 10GB(20GB) tape mt rewind will report "Input/output error". The I/O error then causes the tape to be rewound no matter what it was supposed to do. During this time the device returns "Device busy". This happens on any command except reading and writing to the current position, which can make it difficult to use the tape drive. Kernel messages: ast0: TEST_UNIT_READY command timeout - resetting ata1: resetting devices .. ata1-slave: timeout waiting for command=ef s=11 e=04 This fails: mt -f /dev/nrast0 setspos 60000 But this works: mt -f /dev/nrast0 setspos 20000 mt -f /dev/nrast0 setspos 40000 mt -f /dev/nrast0 setspos 60000 And then will fail if you do: mt -f /dev/nrast0 rewind Auto-rewinds by /dev/rast0 will also run into this problem. >How-To-Repeat: Fastest way: mt -f /dev/nrast0 setspos 60000 Otherwise, write large enough amount of data (30MB) to tape and then rewind or use the auto-rewind device instead. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 17:37:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 3E00437B52D for ; Fri, 14 Jul 2000 17:37:44 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id RAA37219; Fri, 14 Jul 2000 17:37:12 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 14 Jul 2000 17:37:07 -0700 (PDT) From: Doug Barton X-Sender: doug@dt052n3e.san.rr.com To: Sheldon Hearn Cc: Alexander Langer , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] In-Reply-To: <69068.963591813@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 14 Jul 2000, Sheldon Hearn wrote: > On Fri, 14 Jul 2000 18:16:03 +0200, Alexander Langer wrote: > > > > Since Doug is not a committer, I can't assign this PR to him. As far as > > > > Make him a committer then :-) > > Unfortunately for FreeBSD, Doug doesn't want a commit bit. This is one > example of why it's such a bad idea for us to bicker so much. He's > already seen the whole package you get when you get a commit bit. :-( I'm not sure where this impression came from. The truth is, my name has been proposed, but vetoed by -core. While I find it disappointing that the -core member or members who vetoed me have chosen not to discuss their reasons with me, I respect their decision and have chosen to not worry about it. This may be why some have gotten the impression that I'm not interested. Believe me, it takes more than a little bickering to discourage me. :) Whether this is fortunate or unfortunate for the project is a matter of interpretation. While I appreciate the vote of confidence, that'a all I will say in public about it. I did want to take the opportunity to set the record straight however. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 18:24:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id CDD4E37C64C for ; Fri, 14 Jul 2000 18:24:07 -0700 (PDT) (envelope-from junmei@cup.hp.com) Received: from hpinrput.cup.hp.com (hpinrput.cup.hp.com [15.13.108.67]) by palrel3.hp.com (Postfix) with ESMTP id 261B1DFA for ; Fri, 14 Jul 2000 18:24:04 -0700 (PDT) Received: from cup.hp.com (junmei@hpncdjb.cup.hp.com [15.13.106.147]) by hpinrput.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id SAA00953; Fri, 14 Jul 2000 18:18:34 -0700 (PDT) Message-ID: <396FC54A.AC509627@cup.hp.com> Date: Fri, 14 Jul 2000 18:58:34 -0700 From: Junmei Yan X-Mailer: Mozilla 4.7 [en] (X11; U; HP-UX B.10.20 9000/778) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: pccardd problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I tried to install FreeBSD 2.2.5 version on my HP laptop, but after the installation. my laptop FreeBSD kernel can not find PC-CARD slots. I am using Xircom CardBus Ethernet 10/100+Modem 56 card. If anyone knows about the PC-CARD slots problem, would you please give me some help? Please allow me to thank you in advance. Junmei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 22:40:19 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE48937B706 for ; Fri, 14 Jul 2000 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA88708; Fri, 14 Jul 2000 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id 051A537BF60 for ; Fri, 14 Jul 2000 22:36:30 -0700 (PDT) (envelope-from louie@whizzo.transsys.com) Received: (from louie@localhost) by whizzo.transsys.com (8.9.3/8.9.1) id BAA00840; Sat, 15 Jul 2000 01:36:28 -0400 (EDT) (envelope-from louie) Message-Id: <200007150536.BAA00840@whizzo.transsys.com> Date: Sat, 15 Jul 2000 01:36:28 -0400 (EDT) From: Louis Mamakos Reply-To: louie@TransSys.COM To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19945 >Category: kern >Synopsis: panic: nexus_setup_intr: NULL irq resource with GUS PnP >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 14 22:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Louis Mamakos >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: AMD K6-III 450MHz Gravis Ultrasound PnP board FreeBSD 5.0-current as of 14 July 2000 >Description: After upgrading to a recent 5.0-current, system would panic upon boot with panic: nexus_setup_intr: NULL irq resource! >How-To-Repeat: Find the no-longer-manufactured GUS PnP ISA sound board, and install in your machine. After removing drivers configred into the kernel, the system boots. The panic still occurs when performing either kldload snd_gusc.ko or kldload snd_driver.ko On the console, after performing either of these two commands appears: gusc0: at port 0x220-0x226,0x320-0x327,0x32c-0x32f irq 11 drq 5,7 on isa0 gusc1: at port 0x38a-0x38b irq 9 drq 1 on isa0 panic: nexus_setup_intr: NULL irq resource! >Fix: Don't load sound driver (or configure them in the kernel); rather than listening to mp3 files, listen to the sound of the keyboard.. output of pnpinfo command: Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID GRV0001 (0x0100561e), Serial Number 0xffffffff PnP Version 1.0, Vendor Version 18 Device Description: UltraSound Plug & Play Logical Device ID: GRV0000 0x0000561e #0 Device supports I/O Range Check Device Description: Synth & Codec TAG Start DF Good Configuration IRQ: 11 12 15 - only one type (true/edge) DMA: channel(s) 5 16-bit, not a bus master, , count by word, Compatibility mode DMA: channel(s) 7 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x220 .. 0x220, alignment 0x1, len 0x10 [16-bit addr] I/O Range 0x320 .. 0x320, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x32c .. 0x32c, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 11 12 15 - only one type (true/edge) DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode I/O Range 0x220 .. 0x220, alignment 0x1, len 0x10 [16-bit addr] I/O Range 0x320 .. 0x320, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x32c .. 0x32c, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 11 12 15 - only one type (true/edge) DMA: channel(s) 5 16-bit, not a bus master, , count by word, Compatibility mode DMA: channel(s) 7 16-bit, not a bus master, , count by word, Compatibility mode I/O Range 0x240 .. 0x240, alignment 0x1, len 0x10 [16-bit addr] I/O Range 0x340 .. 0x340, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x34c .. 0x34c, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 11 12 15 - only one type (true/edge) DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode I/O Range 0x240 .. 0x240, alignment 0x1, len 0x10 [16-bit addr] I/O Range 0x340 .. 0x340, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x34c .. 0x34c, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 11 12 15 - only one type (true/edge) DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode I/O Range 0x230 .. 0x230, alignment 0x1, len 0x10 [16-bit addr] I/O Range 0x330 .. 0x330, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x33c .. 0x33c, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 11 12 15 - only one type (true/edge) DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode I/O Range 0x250 .. 0x250, alignment 0x1, len 0x10 [16-bit addr] I/O Range 0x350 .. 0x350, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x35c .. 0x35c, alignment 0x1, len 0x4 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 11 12 15 - only one type (true/edge) DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode DMA: channel(s) 1 3 5 6 7 8/16-bit, not a bus master, count by byte, count by word, Compatibility mode I/O Range 0x260 .. 0x260, alignment 0x1, len 0x10 [16-bit addr] I/O Range 0x360 .. 0x360, alignment 0x1, len 0x8 [16-bit addr] I/O Range 0x36c .. 0x36c, alignment 0x1, len 0x4 [16-bit addr] TAG End DF Logical Device ID: GRV0011 0x1100561e #1 Device supports I/O Range Check Device Description: Disabled Device Logical Device ID: PNPb02f 0x2fb0d041 #2 Device supports I/O Range Check Device Description: Game Port TAG Start DF Good Configuration I/O Range 0x201 .. 0x201, alignment 0x1, len 0x1 [16-bit addr] TAG Start DF Sub-optimal Configuration I/O Range 0x200 .. 0x2ff, alignment 0x1, len 0x1 [16-bit addr] TAG End DF Logical Device ID: GRV0003 0x0300561e #3 Device supports I/O Range Check Device Description: SB Compatible Audio DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Compatibility mode TAG Start DF Good Configuration IRQ: 5 - only one type (true/edge) I/O Range 0x388 .. 0x388, alignment 0x1, len 0x2 [16-bit addr] TAG Start DF Acceptable Configuration IRQ: 5 7 - only one type (true/edge) I/O Range 0x388 .. 0x388, alignment 0x1, len 0x2 [16-bit addr] TAG Start DF Sub-optimal Configuration IRQ: 3 5 7 9 - only one type (true/edge) I/O Range 0x38a .. 0x3f0, alignment 0x2, len 0x2 [16-bit addr] TAG End DF Logical Device ID: GRV0004 0x0400561e #4 Device supports I/O Range Check Device Description: MPU-401 GM Music TAG Start DF Good Configuration I/O Range 0x330 .. 0x330, alignment 0x2, len 0x2 [16-bit addr] TAG Start DF Sub-optimal Configuration I/O Range 0x300 .. 0x340, alignment 0x10, len 0x2 [16-bit addr] TAG Start DF Sub-optimal Configuration I/O Range 0x332 .. 0x326, alignment 0x2, len 0x2 [16-bit addr] TAG End DF End Tag Successfully got 85 resources, 5 logical fdevs -- card select # 0x0001 CSN GRV0001 (0x0100561e), Serial Number 0xffffffff Logical device #0 IO: 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 0x0220 IRQ 11 0 DMA 5 7 IO range check 0x00 activate 0x01 Logical device #1 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #2 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #3 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 9 0 DMA 4 4 IO range check 0x00 activate 0x01 Logical device #4 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x01 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 23:35: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 471D037B551 for ; Fri, 14 Jul 2000 23:34:59 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id IAA03856; Sat, 15 Jul 2000 08:34:37 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Doug Barton Cc: Sheldon Hearn , Alexander Langer , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] In-reply-to: Your message of "Fri, 14 Jul 2000 17:37:07 PDT." Date: Sat, 15 Jul 2000 08:34:36 +0200 Message-ID: <3854.963642876@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message , Doug Barton writes: > I'm not sure where this impression came from. The truth is, my >name has been proposed, but vetoed by -core. You were not vetoed by core. Nobody in core was sufficiently familiar with your work (this may reflect worse on core than on you) to approve you using our normal criteria. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jul 14 23:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDAF937C497 for ; Fri, 14 Jul 2000 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA99383; Fri, 14 Jul 2000 23:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jul 2000 23:50:02 -0700 (PDT) Message-Id: <200007150650.XAA99383@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alfred Perlstein Subject: Re: kern/19866: The mbuf subsystem presently uses a horrible referencing scheme for external Reply-To: Alfred Perlstein Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19866; it has been noted by GNATS. From: Alfred Perlstein To: freebsd-gnats-submit@FreeBSD.org Cc: bmilekic@technokratis.com Subject: Re: kern/19866: The mbuf subsystem presently uses a horrible referencing scheme for external Date: Fri, 14 Jul 2000 23:44:33 -0700 This is not how it should be done. Instead of keeping them in a linked list there should be an int/char * in the mbuf header that works the same way mclrefcnt does. Instead of managing a linked list all one has to do is copy the pointer into the new mbuf header and increment it, and decrease it on free, when it's zero the deref code is called. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 2: 0: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F29D737BC7F for ; Sat, 15 Jul 2000 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA11934; Sat, 15 Jul 2000 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id E78A137BDA8 for ; Sat, 15 Jul 2000 01:54:45 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13DNif-0007Kw-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 15 Jul 2000 10:54:45 +0200 Received: from p3e9c1174.dip0.t-ipconnect.de ([62.156.17.116] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13DNid-00075P-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 15 Jul 2000 10:54:43 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 3004FAB8C for ; Sat, 15 Jul 2000 10:56:05 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 2B2C014AEB; Sat, 15 Jul 2000 10:55:10 +0200 (CEST) Message-Id: <20000715085510.2B2C014AEB@cichlids.cichlids.com> Date: Sat, 15 Jul 2000 10:55:10 +0200 (CEST) From: alex@freebsd.org Reply-To: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19946: possible bug in sh(1) with -p flag (privileged mode) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19946 >Category: bin >Synopsis: possible bug in sh(1) with -p flag (privileged mode) >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 02:00:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD Project >Environment: -current >Description: I think I found a possible bug in the sh(1) -p (privileged mode) behaviour. On the one hand, the manpage is something broken (see pr 18243). However, this is another thing. If I understood the -p flag correctly from the source and the current manpage, the -p flag should turn off different real and effective user ids (and gids). -p turns on, that the effective uid is set TO the real uid. (and the gid's respectively). However, in this case, it makes no sense, that STILL /etc/suid_profile is parsed in spite of ~/.profile(!) - in fact, -p should turn OFF the priviledged mode behaviour, or am I wrong? So, I suggest to use the following patch, which sets the global variable `privileged' to 0 again, after the -p flag is given and the effective uid/gid are set to the real ones. This makes sh parse ~/.profile later on (in main.c), which is the correct behaviour in my opinion. I'll take a look at the manpage later to clarify this. >How-To-Repeat: n/a >Fix: cvs server: Diffing . Index: options.c =================================================================== RCS file: /home/ncvs/src/bin/sh/options.c,v retrieving revision 1.16 diff -u -r1.16 options.c --- options.c 2000/04/20 09:49:16 1.16 +++ options.c 2000/07/15 08:54:26 @@ -193,6 +193,7 @@ if (c == 'p' && !val && privileged) { (void) setuid(getuid()); (void) setgid(getgid()); + privileged = 0; } setoption(c, val); } @@ -218,6 +219,7 @@ if (!val && privileged && equal(name, "privileged")) { (void) setuid(getuid()); (void) setgid(getgid()); + privileged = 0; } setoption(optlist[i].letter, val); return; cvs server: Diffing bltin cvs server: Diffing funcs >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 3:30: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAD6D37C20B for ; Sat, 15 Jul 2000 03:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA21029; Sat, 15 Jul 2000 03:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B101E37BD0F; Sat, 15 Jul 2000 03:22:31 -0700 (PDT) Message-Id: <20000715102231.B101E37BD0F@hub.freebsd.org> Date: Sat, 15 Jul 2000 03:22:31 -0700 (PDT) From: isaki@net.ipc.hiroshima-u.ac.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19947: wrong comment in netinet/tcp_var.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19947 >Category: kern >Synopsis: wrong comment in netinet/tcp_var.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 03:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Tetsuya Isaki >Release: FreeBSD 3.4-RELEASE >Organization: Hiroshima University >Environment: FreeBSD sayaka.isr.local 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Tue Jun 6 23:32:40 JST 2000 isaki@sayaka.ipc.local:/usr/local/src/kame/freebsd3/sys/compile/SAYAKA i386 >Description: In sys/netinet/tcp_var.h, #define TCPCTL_SENDSPACE 8 /* send buffer space */ #define TCPCTL_RECVSPACE 9 /* receive buffer space */ #define TCPCTL_KEEPINIT 10 /* receive buffer space */ ^^^^^^^^^^^^^^^^^^^^ Comment for TCPCTL_KEEPINIT is wrong. Correct one is "timeout for establishing syn". >How-To-Repeat: % less /sys/netinet/tcp_var.h and % cvs diff -r1.35 -r1.36 sys/netinet/tcp_var.h >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 5:42:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id D5BA537B688 for ; Sat, 15 Jul 2000 05:42:39 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13DRGo-000JsG-00; Sat, 15 Jul 2000 14:42:14 +0200 From: Sheldon Hearn To: Doug Barton Cc: Alexander Langer , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19858: mergemasters interpretation of $PAGER is incorrect [PATCH] In-reply-to: Your message of "Fri, 14 Jul 2000 17:37:07 MST." Date: Sat, 15 Jul 2000 14:42:14 +0200 Message-ID: <76399.963664934@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 14 Jul 2000 17:37:07 MST, Doug Barton wrote: > > Unfortunately for FreeBSD, Doug doesn't want a commit bit. > > I'm not sure where this impression came from. The truth is, my > name has been proposed, but vetoed by -core. Oh, I'm sorry. I've actually told my mentor this exact same thing as well, because I thought I'd chatted to you about it before. I don't know _what_ I'm thinking about, but I'm sorry to have spread misinformation. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 8: 1:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E85937B623; Sat, 15 Jul 2000 08:01:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA47677; Sat, 15 Jul 2000 08:01:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Sat, 15 Jul 2000 08:01:21 -0700 (PDT) From: Message-Id: <200007151501.IAA47677@freefall.freebsd.org> To: shirai@nintendo.co.jp, sada@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12375: mv(1) cannot inherit the file flags. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mv(1) cannot inherit the file flags. State-Changed-From-To: analyzed->closed State-Changed-By: sada State-Changed-When: Sat Jul 15 07:59:27 PDT 2000 State-Changed-Why: Committed for HEAD branch, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=12375 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 8:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D45FF37B99C for ; Sat, 15 Jul 2000 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA51905; Sat, 15 Jul 2000 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jul 2000 08:40:03 -0700 (PDT) Message-Id: <200007151540.IAA51905@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bosko Milekic Subject: Re: kern/19866: The mbuf subsystem presently uses a horrible referencing scheme for external Reply-To: Bosko Milekic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19866; it has been noted by GNATS. From: Bosko Milekic To: Alfred Perlstein Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/19866: The mbuf subsystem presently uses a horrible referencing scheme for external Date: Sat, 15 Jul 2000 11:05:03 -0400 (EDT) I disagree. Especially since you haven't said why it's better than what's proposed. Of course, here's the reason why: If you are holding a POINTER to an outside reference counter, then you make think that you're accomodating things for counters outside the subsystem but in reality, if you are allocating objects of dynamic size with malloc() at some point, you don't really want to have to allocate and manage a reference count scheme for that one object anyway. I don't know about you but I want to be able to do malloc(), MEXTADD() the ext_buf to the mbuf, and be ready to go. Then, if m_copym ever gets called on my mbuf (or my mbuf is in the chain), I want it to be taken care of by itself, such that when the mbuf is freed, the ext_buf necessarily won't be. I don't want to have to malloc() extra space for a counter. So the point is: the mbuf subsystem is supposed to transparently manage the reference count scheme for itself and if the ext_free routine is called and there is an external reference (you can pass it using the ext_args pointer) then you don't necessarily need to free the object. If you still think it should be otherwise, let me know why and I'll change it, but I would like to get this off my back as soon as possible. On Fri, 14 Jul 2000, Alfred Perlstein wrote: > This is not how it should be done. > > Instead of keeping them in a linked list there should be an int/char * > in the mbuf header that works the same way mclrefcnt does. Instead > of managing a linked list all one has to do is copy the pointer into > the new mbuf header and increment it, and decrease it on free, when > it's zero the deref code is called. > > -- > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] -- Bosko Milekic * Voice/Mobile: 514.865.7738 * Pager: 514.921.0237 bmilekic@technokratis.com * http://www.technokratis.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 9:50: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C672237C592 for ; Sat, 15 Jul 2000 09:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA59872; Sat, 15 Jul 2000 09:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from runner.unique.kiev.ua (runner.wiuu.kiev.ua [62.244.58.97]) by hub.freebsd.org (Postfix) with ESMTP id 1CF6937BA71 for ; Sat, 15 Jul 2000 09:41:24 -0700 (PDT) (envelope-from klim@runner.unique.kiev.ua) Received: (from klim@localhost) by runner.unique.kiev.ua (8.9.3/8.9.3) id TAA00765; Sat, 15 Jul 2000 19:40:23 +0300 (EEST) (envelope-from klim) Message-Id: <200007151640.TAA00765@runner.unique.kiev.ua> Date: Sat, 15 Jul 2000 19:40:23 +0300 (EEST) From: klim@unique.kiev.ua Reply-To: klim@unique.kiev.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19950: gencat can't parse octal numbers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19950 >Category: bin >Synopsis: gencat can't parse octal numbers >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 09:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alexey Klimov >Release: FreeBSD 3.0-STABLE/4.0-STABLE/5.0-CURRENT i386 >Organization: Joint Venture "Unique" >Environment: FreeBSD runner.unique.kiev.ua 3.3-RELEASE FreeBSD 3.3-RELEASE #7: Thu Jun 22 22:02:16 EEST 2000 root@runner.unique.kiev.ua:/usr/src/sys/compile/UNIQUE i386 FreeBSD runner.unique.kiev.ua 4.0-STABLE FreeBSD 4.0-STABLE #0: Wed Jul 12 23:54:33 EEST 2000 root@runner.unique.kiev.ua:/usr/src/sys/compile/UNIQUE i386 FreeBSD runner.unique.kiev.ua 5.0-20000625-CURRENT FreeBSD 5.0-20000625-CURRENT #0: Wed Jul 5 20:06:46 EEST 2000 root@runner.unique.kiev.ua:/usr/src/sys/compile/GENERIC i386 >Description: Parsing NLS messages gencat skips octal characters (\xxx). Because it doesn't increase output string pointer after converting octal number to character. >How-To-Repeat: # cat test.msg $ $ "\123\164\162\151\156\147\040\062" == "String 2" $ $set 1 @quote " 1 "String 1" 2 "\123\164\162\151\156\147\040\062" 3 "String 3" # gencat test.cat test.msg # strings -o test.cat 0 *nazgul* 110 "String 1" 126 "String 3" >Fix: --- genlib.c.orig Sun Aug 2 18:18:44 1998 +++ genlib.c Fri Jul 14 11:32:43 2000 @@ -265,6 +265,7 @@ *tptr += (*cptr - '0'); ++cptr; } + ++tptr; } else { warning(cptr, "unrecognized escape sequence"); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 10:21:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53C3337B5F7; Sat, 15 Jul 2000 10:21:54 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA64114; Sat, 15 Jul 2000 10:21:54 -0700 (PDT) (envelope-from ache@FreeBSD.org) Date: Sat, 15 Jul 2000 10:21:54 -0700 (PDT) From: Message-Id: <200007151721.KAA64114@freefall.freebsd.org> To: klim@unique.kiev.ua, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/19950: gencat can't parse octal numbers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gencat can't parse octal numbers State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Sat Jul 15 10:21:13 PDT 2000 State-Changed-Why: Commited http://www.freebsd.org/cgi/query-pr.cgi?pr=19950 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 11:30:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 525B937B5B5 for ; Sat, 15 Jul 2000 11:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA70783; Sat, 15 Jul 2000 11:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jul 2000 11:30:05 -0700 (PDT) Message-Id: <200007151830.LAA70783@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Richard Seaman, Jr." Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Reply-To: "Richard Seaman, Jr." Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19945; it has been noted by GNATS. From: "Richard Seaman, Jr." To: Louis Mamakos , tanimura@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Date: Sat, 15 Jul 2000 13:26:06 -0500 On Sat, Jul 15, 2000 at 01:36:28AM -0400, Louis Mamakos wrote: > After upgrading to a recent 5.0-current, system would panic upon > boot with > > panic: nexus_setup_intr: NULL irq resource! I discovered the same thing here with my ancient Gus Pnp Pro. Looks like the culprit is the newmidi code, recently committed. I can boot with the following patch and play mp3's. Don't know if midi works or not. BTW, sound playing doesn't work properly in all cases for me, in any case, without hacking the pcm/channel.c code a little. The problem is that DMA interrupts don't get generated. I'd be curious to know if you get interrupts when playing sounds (assuming the patch fixes things for you). You can test this by typing "vmstat -i" before and after playing something. Your card should show lots of interrupts (ie. at least hundreds according to Cameron Grant). I don't get any, either before or after the newmidi commits. Note, if your card has 0 interrupts, it won't even print with vmstat. Index: gusc.c =================================================================== RCS file: /home/ncvs/src/sys/dev/sound/isa/gusc.c,v retrieving revision 1.7 diff -u -r1.7 gusc.c --- gusc.c 2000/07/11 11:49:30 1.7 +++ gusc.c 2000/07/15 18:02:33 @@ -324,7 +324,8 @@ return (ENXIO); } - bus_setup_intr(dev, scp->irq, INTR_TYPE_TTY, gusc_intr, scp, &ih); + if (scp->irq != NULL) + bus_setup_intr(dev, scp->irq, INTR_TYPE_TTY, gusc_intr, scp, &ih); bus_generic_attach(dev); return (0); -- Richard Seaman, Jr. email: dick@tar.com 5182 N. Maple Lane phone: 262-367-5450 Nashotah WI 53058 fax: 262-367-5852 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 12: 0: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81BD337B638 for ; Sat, 15 Jul 2000 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA73835; Sat, 15 Jul 2000 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0608237B5E9; Sat, 15 Jul 2000 11:58:50 -0700 (PDT) Message-Id: <20000715185850.0608237B5E9@hub.freebsd.org> Date: Sat, 15 Jul 2000 11:58:50 -0700 (PDT) From: ritsch_p@FreeBSD.ORG To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19951: moused has problems with XFree86 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19951 >Category: misc >Synopsis: moused has problems with XFree86 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 12:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Pierre-Yves Ritschard >Release: FreeBSD 4.1-RC >Organization: >Environment: FreeBSD slacker.bamboo.org 4.1-RC FreeBSD 4.1-RC #0: Fri Jul 14 20:50:19 CEST 2000 root@slacker.bamboo.org:/usr/src/sys/compile/smpslacker i386 >Description: since the installation of XFree86 4.0.1, it has a very annoying bug: when launched, X has no problem with the mouse (a logitech ps/2 mouse) but when exiting an xdm session, the mouse freezes and won't move anymor >How-To-Repeat: using Protocol AUTO and Device Sysmouse in /etc/XF86Config with moused running inFreeBSD 4.1-RC >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 12:43:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from osiris.ipform.ru (osiris.ipform.ru [212.158.165.98]) by hub.freebsd.org (Postfix) with ESMTP id 8C46C37B52E; Sat, 15 Jul 2000 12:43:27 -0700 (PDT) (envelope-from matrix@ipform.ru) Received: from wp2 (wp2 [192.168.0.12]) by osiris.ipform.ru (8.9.3/8.9.3) with SMTP id XAA00918; Sat, 15 Jul 2000 23:43:37 +0400 (MSD) (envelope-from matrix@ipform.ru) Message-ID: <002b01bfee94$77381d80$0c00a8c0@ipform.ru> From: "Artem Koutchine" To: Cc: Subject: VMWare locks up after last cvsuo of 4.0-stable Date: Sat, 15 Jul 2000 23:23:21 +0400 Organization: IP Form MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just made a cvsup of 4.0-stable (18:00 2000/07/15) and now when i run VMware 2.0.1.570 (the lastest from ports) the whole system locks up and dies (sometimes reboots). I ran nicely before, and now it locksup even before booting windows (sometime it start booting though). I desconnected CD-ROM and Floppy - no luck. Also, why MD5 options disappeareed from KERNEL config? Artem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 14: 0: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B42137B585 for ; Sat, 15 Jul 2000 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA86282; Sat, 15 Jul 2000 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jul 2000 14:00:02 -0700 (PDT) Message-Id: <200007152100.OAA86282@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Louis A. Mamakos" Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Reply-To: "Louis A. Mamakos" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19945; it has been noted by GNATS. From: "Louis A. Mamakos" To: "Richard Seaman, Jr." Cc: tanimura@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Date: Sat, 15 Jul 2000 16:59:21 -0400 > I discovered the same thing here with my ancient Gus Pnp Pro. Looks like > the culprit is the newmidi code, recently committed. I can boot > with the following patch and play mp3's. Don't know if midi works or not. I made the change you suggested, and loaded the snd_gusc.ko module. It now doesn't panic, and now I see: gusc0: at port 0x220-0x22f,0x320-0x327,0x32c-0x32f irq 11 drq 5,7 on isa0 gusc1: at port 0x38a-0x38b irq 9 drq 1 on isa0 gusc2: at port 0x330-0x331 on isa0 There were no device, so I tried to load snd_pcm.ko, which caused pcm0: on gusc0 to be emitted on the console. However, the kldload process is hung, waiting on "swwrt": UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 0 79430 37865 4 -18 0 176 0 swwrt D+ p1 0:08.69 kldload snd_driver.ko In this current state, the rest of the machine seems to be running just fine. I'll try to add back: device snd device gusc in my config, and see what happens at next boot. Currently, /dev/sndstat, /dev/dsp, etc. don't seem to be present. > BTW, sound playing doesn't work properly in all cases for me, in any case, > without hacking the pcm/channel.c code a little. The problem is that DMA > interrupts don't get generated. I'd be curious to know if you get interrupts > when playing sounds (assuming the patch fixes things for you). You can test > this by typing "vmstat -i" before and after playing something. Your card > should show lots of interrupts (ie. at least hundreds according to Cameron > Grant). I don't get any, either before or after the newmidi commits. Note, > if your card has 0 interrupts, it won't even print with vmstat. I'll give this a try and see what happens. The Gus PnP board was working reasonably well in 5.0-current a couple of weeks ago (other than this weird static thing that happens every so often.) louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 14:30: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0174F37B7F3 for ; Sat, 15 Jul 2000 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA97888; Sat, 15 Jul 2000 14:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C01F437B7E1; Sat, 15 Jul 2000 14:21:11 -0700 (PDT) Message-Id: <20000715212111.C01F437B7E1@hub.freebsd.org> Date: Sat, 15 Jul 2000 14:21:11 -0700 (PDT) From: nm@web.am To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19957: request for static linked make Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19957 >Category: bin >Synopsis: request for static linked make >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 14:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gaspar Chilingarov >Release: 5.0-current >Organization: WEB Ltd., http://www.web.am >Environment: >Description: Because i'm using -current version i frequently get corrupted libc - so the one way to avoid this problem is to put /dev/ad :) in other computer mount it there and overwrite with old working version . i have suggestion to have /*also*/ staticaly linked make to use it in case when make fails to load . here it is a small patch to be plased in /usr/src/usr.bin/make.static if you find this useless you can close pr without confirming with me. >How-To-Repeat: hmm .... cat /etc/tty > /usr/bin/libc.so :) do not forget to remove schg flag :) >Fix: PROG= make.static NOSHARED=yes .PATH: ${.CURDIR}/../make CFLAGS+= -I${.CURDIR}/../make SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ make.c parse.c str.c suff.c targ.c var.c util.c SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \ lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \ lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \ lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c .PATH: ${.CURDIR}/../make/lst.lib NOMAN=yes .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 14:30:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7FF837B837 for ; Sat, 15 Jul 2000 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA97900; Sat, 15 Jul 2000 14:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jul 2000 14:30:02 -0700 (PDT) Message-Id: <200007152130.OAA97900@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Richard Seaman, Jr." Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Reply-To: "Richard Seaman, Jr." Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19945; it has been noted by GNATS. From: "Richard Seaman, Jr." To: "Louis A. Mamakos" Cc: "Richard Seaman, Jr." , tanimura@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Date: Sat, 15 Jul 2000 16:23:41 -0500 On Sat, Jul 15, 2000 at 04:59:21PM -0400, Louis A. Mamakos wrote: > There were no device, so I tried to load snd_pcm.ko, which caused > > pcm0: on gusc0 > > to be emitted on the console. However, the kldload process is hung, > waiting on "swwrt": > > UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND > 0 79430 37865 4 -18 0 176 0 swwrt D+ p1 0:08.69 kldload snd_driver.ko > > In this current state, the rest of the machine seems to be running just > fine. I'll try to add back: > > device snd > device gusc > > in my config, and see what happens at next boot. Currently, /dev/sndstat, > /dev/dsp, etc. don't seem to be present. Ok. I never tried the kld since I had pcm in my kernel config. BTW, I don't seem to need "device snd" or "device gusc" in my kernel config, only device pcm It still seems to find gusc just fine. Since my message I also added: device midi device seq It appears that the midi driver does not get configured right, however. Also, you might want to do a new MAKEDEV to get the midi devices. Jul 15 14:29:56 test /kernel: gusc0: at port 0x220-0x22f,0x320-0x327,0x32c-0x32f irq 11 drq 5,7 on isa0 Jul 15 14:29:56 test /kernel: pcm0: on gusc0 Jul 15 14:29:56 test /kernel: gusc1: at port 0x388-0x389 irq 5 drq 1 on isa0 Jul 15 14:29:56 test /kernel: gusc2: at port 0x330 on isa0 Jul 15 14:29:56 test /kernel: midi1: on gusc2 Jul 15 14:29:56 test /kernel: device_probe_and_attach: midi1 attach returned 6 And: bash-2.03$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Jul 15 2000 13:51:33 Installed devices: pcm0: at io 0x32c irq 11 drq 7:5 (1p/1r channels duplex) -- Richard Seaman, Jr. email: dick@tar.com 5182 N. Maple Lane phone: 262-367-5450 Nashotah WI 53058 fax: 262-367-5852 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 14:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A829F37B905 for ; Sat, 15 Jul 2000 14:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA01091; Sat, 15 Jul 2000 14:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jul 2000 14:40:02 -0700 (PDT) Message-Id: <200007152140.OAA01091@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Louis A. Mamakos" Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Reply-To: "Louis A. Mamakos" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19945; it has been noted by GNATS. From: "Louis A. Mamakos" To: "Richard Seaman, Jr." Cc: tanimura@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/19945: panic: nexus_setup_intr: NULL irq resource with GUS PnP Date: Sat, 15 Jul 2000 17:38:14 -0400 > Ok. I never tried the kld since I had pcm in my kernel config. BTW, I don't seem > to need "device snd" or "device gusc" in my kernel config, only > > device pcm Yup, brain fart; I meant pcm instead of snd. I pulled it all out of my config while I was trying to get a kernel to boot. I rebooted, and re-made the devices. The GuS /dev/dsp0 device seems to be working just fine, essentially as before. I'm getting what I expect now out of /dev/sndstat, too. > It still seems to find gusc just fine. Since my message I also added: > > device midi > device seq Yes, just did that too. I'll see how it feels about it next time I boot. Thanks very much for the patch; this seems to fix my problem and likely should be commited. louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 15:21:44 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from finland.ispro.net.tr (finland.ispro.net.tr [212.174.120.1]) by hub.freebsd.org (Postfix) with ESMTP id AD6DA37B645 for ; Sat, 15 Jul 2000 15:21:37 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by finland.ispro.net.tr (8.9.3/8.9.3) with ESMTP id BAA29305 for ; Sun, 16 Jul 2000 01:21:27 +0300 (EEST) (envelope-from yurtesen@ispro.net.tr) Date: Sun, 16 Jul 2000 01:21:27 +0300 (EEST) From: Evren Yurtesen To: freebsd-bugs@freebsd.org Subject: NIS bug Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I believe the new tag in the first lines of master.passwd file is messing up with yppasswd just when a user wants to change his/her password the server is complaining about corrupted master.passwd file. is this a bug? Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 15:32: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 03E7D37B948 for ; Sat, 15 Jul 2000 15:32:03 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id 55A099B1C; Sat, 15 Jul 2000 18:32:00 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 47442BA11; Sat, 15 Jul 2000 18:32:00 -0400 (EDT) Date: Sat, 15 Jul 2000 18:32:00 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: Evren Yurtesen Cc: freebsd-bugs@freebsd.org Subject: Re: NIS bug In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 16 Jul 2000, Evren Yurtesen wrote: > I believe the new tag in the first lines of master.passwd file is messing > up with yppasswd just when a user wants to change his/her password the > server is complaining about corrupted master.passwd file. > > is this a bug? > Is this what was fixed by PR misc/14269 (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14629). If so, it was committed to -CURRENT 2000/06/15 and RELENG_[34] on 2000/06/20 (http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/ypserv/Makefile.yp). ----- 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 Sat Jul 15 15:40: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6882E37B905 for ; Sat, 15 Jul 2000 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA07256; Sat, 15 Jul 2000 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 38D6437BF44; Sat, 15 Jul 2000 15:35:09 -0700 (PDT) Message-Id: <20000715223509.38D6437BF44@hub.freebsd.org> Date: Sat, 15 Jul 2000 15:35:09 -0700 (PDT) From: nm@web.am To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19959: new variable modifiers for make(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19959 >Category: bin >Synopsis: new variable modifiers for make(1) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 15:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gaspar Chilingarov >Release: -current >Organization: WEB Ltd., http://www.web.am/ >Environment: -current >Description: Here is some little patch to allow usage of :U and :L modifiers for make variables - it's used in OpenBSDish makefiles (isakmpd for example) usage: --cut-- @nightmar /tmp/c# cat Makefile STR=FooBar L=${STR:L} D=${STR:U} all: @echo ${STR} @echo ${L} @echo ${D} @nightmar /tmp/c# ./make FooBar foobar FOOBAR @nightmar /tmp/c# --cut-- >How-To-Repeat: Try to compile isakmpd distribution with FBSD make - it simply dont convert feautures list to defines correctly. >Fix: apply this patch in /usr/src/usr.bin/make --cutline-- --- make.1.orig Sun Jul 16 03:34:44 2000 +++ make.1 Sun Jul 16 03:38:05 2000 @@ -595,6 +595,8 @@ Replaces each word in the variable with its suffix. .It Cm H Replaces each word in the variable with everything but the last component. +.It Cm L +Converts variable to lower-case letters. .It Cm M Ns Ar pattern Select only those words that match the rest of the modifier. The standard shell wildcard characters @@ -684,6 +686,8 @@ .Ar old_string to be replaced in .Ar new_string +.It Cm U +Converts variable to upper-case letters. .El .Sh DIRECTIVES, CONDITIONALS, AND FOR LOOPS Directives, conditionals, and for loops reminiscent --- var.c.orig Sun Jul 16 02:57:12 2000 +++ var.c Sun Jul 16 03:33:21 2000 @@ -1428,6 +1428,10 @@ * (pathname minus the suffix). * :lhs=rhs Like :S, but the rhs goes to the end of * the invocation. + * :Q Quotes every shell meta-character in the + * variable + * :U Converts variable to UPPER-CASE + * :L Converts variable to lower-case */ if ((str != (char *)NULL) && haveModifier) { /* @@ -1442,6 +1446,42 @@ printf("Applying :%c to \"%s\"\n", *tstr, str); } switch (*tstr) { + case 'U': + if (tstr[1] == endc || tstr[1] == ':') { + /* XXX are there more effective way of doing the + same thing ?*/ + Buffer buf; + buf = Buf_Init (MAKE_BSIZE); + for (cp = str; *cp; cp++) + Buf_AddByte(buf, (Byte)toupper(*cp)); + + Buf_AddByte(buf, (Byte) '\0'); + newStr = (char *)Buf_GetAll (buf, (int *)NULL); + Buf_Destroy (buf, FALSE); + + cp = tstr + 1; + termc = *cp; + break; + } + /*FALLTHRU*/ + case 'L': + if (tstr[1] == endc || tstr[1] == ':') { + /* XXX are there more effective way of doing the + same thing ?*/ + Buffer buf; + buf = Buf_Init (MAKE_BSIZE); + for (cp = str; *cp; cp++) + Buf_AddByte(buf, (Byte)tolower(*cp)); + + Buf_AddByte(buf, (Byte) '\0'); + newStr = (char *)Buf_GetAll (buf, (int *)NULL); + Buf_Destroy (buf, FALSE); + + cp = tstr + 1; + termc = *cp; + break; + } + /*FALLTHRU*/ case 'N': case 'M': { --cutline-- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 16: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3F7037B65A for ; Sat, 15 Jul 2000 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09221; Sat, 15 Jul 2000 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jul 2000 16:00:01 -0700 (PDT) Message-Id: <200007152300.QAA09221@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Martin Saturka Subject: Re: conf/19899: ISA NE2000 compatible ethernet device is not available for ftp install. Reply-To: Martin Saturka Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19899; it has been noted by GNATS. From: Martin Saturka To: Sheldon Hearn Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/19899: ISA NE2000 compatible ethernet device is not available for ftp install. Date: Sun, 16 Jul 2000 00:58:24 +0200 (CEST) > > Probably an error in a configuration script. In the start of the install > > process (in the kernel option screen), the NIC (device ed0, IRQ 10, > > port 0x280) is detected. > > When you say "in the kernel option screen", do you mean in the visual > configuration screen where you can select which drivers to probe? If OK, the problem was between my chair and keyboard. NIC is on port 0x300, so when it is changed in the CLI screen, it is OK then. Mea culpa, mea (maxima) culpa. I'm sorry again. MS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 16:42:56 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from finland.ispro.net.tr (finland.ispro.net.tr [212.174.120.1]) by hub.freebsd.org (Postfix) with ESMTP id 8314437B527 for ; Sat, 15 Jul 2000 16:42:49 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by finland.ispro.net.tr (8.9.3/8.9.3) with ESMTP id CAA51346; Sun, 16 Jul 2000 02:42:31 +0300 (EEST) (envelope-from yurtesen@ispro.net.tr) Date: Sun, 16 Jul 2000 02:42:31 +0300 (EEST) From: Evren Yurtesen To: "Chris D. Faulhaber" Cc: freebsd-bugs@freebsd.org Subject: Re: NIS bug In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org funny thing that I have 4.0-RELEASE but it has this old Makefile in /var/yp well how can I search this bug database in future? Evren On Sat, 15 Jul 2000, Chris D. Faulhaber wrote: > On Sun, 16 Jul 2000, Evren Yurtesen wrote: > > > I believe the new tag in the first lines of master.passwd file is messing > > up with yppasswd just when a user wants to change his/her password the > > server is complaining about corrupted master.passwd file. > > > > is this a bug? > > > > Is this what was fixed by PR misc/14269 > (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14629). If so, it was > committed to -CURRENT 2000/06/15 and RELENG_[34] on 2000/06/20 > (http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/ypserv/Makefile.yp). > > ----- > 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 Sat Jul 15 16:44:53 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 8E42637B6C4 for ; Sat, 15 Jul 2000 16:44:50 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1003) id D68939B1C; Sat, 15 Jul 2000 19:44:49 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id CA769BA11; Sat, 15 Jul 2000 19:44:49 -0400 (EDT) Date: Sat, 15 Jul 2000 19:44:49 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: jedgar@pawn.primelocation.net To: Evren Yurtesen Cc: freebsd-bugs@freebsd.org Subject: Re: NIS bug In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 16 Jul 2000, Evren Yurtesen wrote: > funny thing that I have 4.0-RELEASE but it has this old Makefile in > /var/yp > well how can I search this bug database in future? > The fix was committed well after 4.0-RELEASE. FreeBSD's PR database is accessible at: http://www.FreeBSD.org/support.html#gnats ----- 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 Sat Jul 15 17:43:36 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id A0D4337B53E for ; Sat, 15 Jul 2000 17:43:34 -0700 (PDT) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id RAA07053; Sat, 15 Jul 2000 17:33:09 -0700 (PDT) Date: Sat, 15 Jul 2000 17:33:09 -0700 From: Brooks Davis To: Junmei Yan Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: pccardd problem Message-ID: <20000715173309.A6865@orion.ac.hmc.edu> References: <396FC54A.AC509627@cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <396FC54A.AC509627@cup.hp.com>; from junmei@cup.hp.com on Fri, Jul 14, 2000 at 06:58:34PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jul 14, 2000 at 06:58:34PM -0700, Junmei Yan wrote: > Hi, > > I tried to install FreeBSD 2.2.5 version on my HP laptop, but after the > installation. > my laptop FreeBSD kernel can not find PC-CARD slots. I am using Xircom > CardBus Ethernet 10/100+Modem 56 card. > If anyone knows about the PC-CARD slots problem, would you please give > me > some help? CardBus is not supported under any version of FreeBSD so you will need a new ethernet card. Also, 2.2.5 is really ancient. You will certaintly want to run 2.2.8 at the very least. Also, under 2.2.x and 3.x you'll probably have better luck with the PAO patches available at http://www.jp.FreeBSD.org/PAO/. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 19:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B143637B8D9 for ; Sat, 15 Jul 2000 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA62313; Sat, 15 Jul 2000 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lafontaine.cybercable.fr (lafontaine.cybercable.fr [212.198.0.202]) by hub.freebsd.org (Postfix) with SMTP id A544E37B6AF for ; Sat, 15 Jul 2000 19:17:38 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 15615660 invoked from network); 16 Jul 2000 02:17:37 -0000 Received: from r224m65.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.224.65]) (envelope-sender ) by lafontaine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 16 Jul 2000 02:17:37 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id EAA06247; Sun, 16 Jul 2000 04:17:36 +0200 (CEST) (envelope-from root) Message-Id: <200007160217.EAA06247@gits.dyndns.org> Date: Sun, 16 Jul 2000 04:17:36 +0200 (CEST) From: clefevre@citeweb.net Reply-To: clefevre@citeweb.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19961: non existent cam/scsi/scsi_scan.c found in conf/files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19961 >Category: kern >Synopsis: non existent cam/scsi/scsi_scan.c found in conf/files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 15 19:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.0-STABLE i386 >Organization: ACME >Environment: FreeBSD gits 4.0-STABLE FreeBSD 4.0-STABLE #11: Wed Jun 28 06:32:13 CEST 2000 root@gits:/disk2/4.0-stable/src/sys/compile/CUSTOM i386 >Description: The scan driver is "documented" in /sys/conf/files but is not part of 4.0-STABLE. # grep scsi_scan /sys/conf/files cam/scsi/scsi_scan.c optional scan >How-To-Repeat: add "device scan" in kernel, then config, make depend, make and you will get the following message : make: don't know how to make /disk2/4.0-stable/src/sys/cam/scsi/scsi_scan.c. Stop >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 19:56:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E17837B9D7; Sat, 15 Jul 2000 19:56:33 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA65191; Sat, 15 Jul 2000 19:56:33 -0700 (PDT) (envelope-from ken@FreeBSD.org) Date: Sat, 15 Jul 2000 19:56:33 -0700 (PDT) From: Message-Id: <200007160256.TAA65191@freefall.freebsd.org> To: clefevre@citeweb.net, ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, ken@FreeBSD.org Subject: Re: kern/19961: non existent cam/scsi/scsi_scan.c found in conf/files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: non existent cam/scsi/scsi_scan.c found in conf/files State-Changed-From-To: open->closed State-Changed-By: ken State-Changed-When: Sat Jul 15 19:54:17 PDT 2000 State-Changed-Why: This is a new one for me, but that line has been in the CAM tree since before it went into -current. The driver has never existed, however. Thanks for catching this. I took out the line in -current, RELENG_4 and RELENG_3. Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Sat Jul 15 19:54:17 PDT 2000 Responsible-Changed-Why: I handled this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=19961 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 21:44: 1 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from racine.cybercable.fr (racine.cybercable.fr [212.198.0.201]) by hub.freebsd.org (Postfix) with SMTP id 25A4B37BA36 for ; Sat, 15 Jul 2000 21:43:56 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 183245 invoked from network); 16 Jul 2000 04:43:54 -0000 Received: from r224m65.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.224.65]) (envelope-sender ) by racine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 16 Jul 2000 04:43:54 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id GAA28229; Sun, 16 Jul 2000 06:43:53 +0200 (CEST) (envelope-from root) From: Cyrille Lefevre Posted-Date: Sun, 16 Jul 2000 06:43:53 +0200 (CEST) Message-Id: <200007160443.GAA28229@gits.dyndns.org> Subject: Re: kern/19961: non existent cam/scsi/scsi_scan.c found in conf/files In-Reply-To: <200007160256.TAA65191@freefall.freebsd.org> "from ken@FreeBSD.org at Jul 15, 2000 07:56:33 pm" To: ken@FreeBSD.org Date: Sun, 16 Jul 2000 06:43:53 +0200 (CEST) Cc: freebsd-bugs@FreeBSD.org Reply-To: clefevre@citeweb.net Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ken@FreeBSD.org wrote: > Synopsis: non existent cam/scsi/scsi_scan.c found in conf/files > > State-Changed-From-To: open->closed > State-Changed-By: ken > State-Changed-When: Sat Jul 15 19:54:17 PDT 2000 > State-Changed-Why: > This is a new one for me, but that line has been in the CAM tree since > before it went into -current. > > The driver has never existed, however. Thanks for catching this. > > I took out the line in -current, RELENG_4 and RELENG_3. > > > Responsible-Changed-From-To: freebsd-bugs->ken > Responsible-Changed-By: ken > Responsible-Changed-When: Sat Jul 15 19:54:17 PDT 2000 > Responsible-Changed-Why: > I handled this one. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=19961 by a simple awk, I find two other references to non existent files which are : net/mppcc.c and net/mppcd.c # cd /sys # awk '/standard|optional/&&!(/^#/||/\\$/){print $1}' conf/files | xargs ls -d > /dev/null ls: cam/scsi/scsi_scan.c: No such file or directory ls: net/mppcc.c: No such file or directory ls: net/mppcd.c: No such file or directory after a simple find (find /usr/src/sys -name 'mppc*'), I found a comment about them in modules/netgraph/mppc/Makefile : .if ${NETGRAPH_MPPC_COMPRESSION} > 0 # XXX These files don't exist yet, but hopefully someday they will... .PATH: ${.CURDIR}/../../../net SRCS+= mppcc.c mppcd.c .endif maybe, these references would be commented until they really exist ? Cyrille. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 23: 0: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59FF337B7AE for ; Sat, 15 Jul 2000 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90087; Sat, 15 Jul 2000 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id F3D4E37B83D; Sat, 15 Jul 2000 22:57:22 -0700 (PDT) Message-Id: <20000716055722.F3D4E37B83D@hub.freebsd.org> Date: Sat, 15 Jul 2000 22:57:22 -0700 (PDT) From: bsdx@looksharp.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19966: new syscons screensaver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19966 >Category: kern >Synopsis: new syscons screensaver >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: Sat Jul 15 23:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Adam McDougall >Release: 4.0-STABLE >Organization: >Environment: 4.0-STABLE approx Jul 5 >Description: Pharos@EFnet of bnc fame wrote a screensaver and asked me to submit it It puts a nifty wormhole design on the screen when activated >How-To-Repeat: >Fix: Grab http://www.looksharp.net/~user1/worm_saver/worm.tar.gz or the individual uncompressed files from http://www.looksharp.net/~user1/worm_saver/worm/ plop them in /sys/modules/syscons/ type make in the worm dir cp worm_saver.ko /modules kldload worm_saver shift-pause to activate review code, commit :) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 15 23:10:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lychee.itojun.org (kame202.kame.net [203.178.141.202]) by hub.freebsd.org (Postfix) with ESMTP id 03A3237B5DB for ; Sat, 15 Jul 2000 23:10:23 -0700 (PDT) (envelope-from itojun@itojun.org) Received: (from itojun@localhost) by itojun.org (8.10.0/3.7W) id e6G68aN01684; Sun, 16 Jul 2000 15:08:36 +0900 (JST) Date: Sun, 16 Jul 2000 15:08:36 +0900 (JST) From: Jun-ichiro itojun Hagino Message-Id: <200007160608.e6G68aN01684@itojun.org> To: bugs@freebsd.org Subject: Re: kern/17909 Cc: sam@inf.enst.fr, shin@kame.net Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org workaround is in the main trunc (freebsd-current). update sys/net/if.c to the latest and try to repeat the symptom please. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message