From owner-freebsd-bugs Sun Aug 12 0:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A3BE37B40A for ; Sun, 12 Aug 2001 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C7o2B51728; Sun, 12 Aug 2001 00:50:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 131D637B401 for ; Sun, 12 Aug 2001 00:45:38 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7C7jcO51588; Sun, 12 Aug 2001 00:45:38 -0700 (PDT) (envelope-from nobody) Message-Id: <200108120745.f7C7jcO51588@freefall.freebsd.org> Date: Sun, 12 Aug 2001 00:45:38 -0700 (PDT) From: David Yeske To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/29639: entry for zip 250 drives in /etc/disktab Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29639 >Category: i386 >Synopsis: entry for zip 250 drives in /etc/disktab >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 12 00:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: 4.x stable >Organization: nCircle >Environment: FreeBSD flagship 4.3-STABLE FreeBSD 4.3-STABLE #2: Sun Jul 29 17:45:31 PDT 2001 root@flagship:/usr/obj/usr/src/sys/FLAGSHIP i386 >Description: missing entry for zip 250 drives in /etc/disktab >How-To-Repeat: n/a >Fix: http://dyeske.netrush.net/freebsd/disktab.patch Index: disktab =================================================================== RCS file: /home/ncvs/freebsd/src/etc/etc.i386/disktab,v retrieving revision 1.20.2.1 diff -u -r1.20.2.1 disktab --- disktab 2001/03/06 02:39:02 1.20.2.1 +++ disktab 2001/08/06 21:20:08 @@ -222,6 +222,12 @@ :pb#196608:ob#0:bb#4096:fb#512:\ :pc#196608:oc#0:bc#4096:fc#512: +zip250|zip 250:\ + :ty=removable:se#512:nc#239:nt#64:ns#32:\ + :pa#489472:oa#0:ba#4096:fa#512:\ + :pb#489472:ob#0:bb#4096:fb#512:\ + :pc#489472:oc#0:bc#4096:fc#512: + orb2200|orb22|orb:\ :ty=removable:ns#63:nt#128:nc#4273:sc#1008:su#4307184:se#512:\ :pa#4307184:oa#0:ba#8192:fa#1024:\ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 3:50:38 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 8748837B408 for ; Sun, 12 Aug 2001 03:50:32 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id MAA08791; Sun, 12 Aug 2001 12:50:22 +0200 (CEST) Received: (from j@localhost) by uriah.heep.sax.de (8.11.4/8.11.4) id f7CASg589520; Sun, 12 Aug 2001 12:28:42 +0200 (MET DST) (envelope-from j) Date: Sun, 12 Aug 2001 12:28:42 +0200 From: Joerg Wunsch To: Mike Meyer Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/20725: Raw floppy writes fail for partial bytes. Message-ID: <20010812122842.I12441@uriah.heep.sax.de> Reply-To: Joerg Wunsch References: <200108101249.f7ACnWi99159@freefall.freebsd.org> <15222.6738.319729.986142@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <15222.6738.319729.986142@guru.mired.org>; from mwm@mired.org on Sun, Aug 12, 2001 at 12:55:30AM -0500 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org As Mike Meyer wrote: > While I don't object to this being closed, I'd like for a couple of > comments to make it into the PR log. [In that case you gotta send it to freebsd-gnats-submit@freebsd.org.] > First, /dev/fd is historically not a raw device on FreeBSD, or Unix > in general. This means that instructions written for Unix in general > - like those at - > which used to work on FreeBSD are no longer correct. It could be argued that they haven't been correct at all. ;-) Buffered devices had solely one purpose: to mount a filesystem on top of them. Abusing them as a generic vehicle for lazy users to write unaligned data to it always could cause problems. One of the problems caused by it was the subject of PR 20725. Another of those problems i've seen years ago on DG/UX: writing only a few bytes to a buffered floppy device never got the data to the floppy, only to the buffer cache of the OS. You needed to shutdown the OS in order to get the data actually written. (An umount also causes them to be written, but you obviously cannot umount something you never mounted.) So you should point out that to people writing those instructions. Apparently, the GRUB instructions have been written by someone who knows mainly the Linux behaviour (which doesn't have raw devices at all, but instead implies some reliable semantics for buffered devices). > > Use a tool like tar or cpio when copying arbitrary stuff to raw > > devices. > > Those can't be used to build a boot floppy. The correct tool for > writing arbitrary data to a floppy is still dd, you just have to > account for their being no cooked floppy device: > > dd if=TESTFILE of=/dev/fd0 bs=512 conv=sync Normally, one would expect the tools that produce binary images for boot floppies to already implement this kind of padding. See the tools that produce FreeBSD boot floppies. So that's merely another flaw in GRUB; their `make' instructions should pad the data (and should also implement a check that the resulting data do not overflow the space constraints). -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 6:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7412537B40A for ; Sun, 12 Aug 2001 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CDA1q93572; Sun, 12 Aug 2001 06:10:01 -0700 (PDT) (envelope-from gnats) Received: from mgate10.so-net.ne.jp (mgate10.so-net.ne.jp [210.139.254.157]) by hub.freebsd.org (Postfix) with ESMTP id 3269437B40B for ; Sun, 12 Aug 2001 06:04:11 -0700 (PDT) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from mail.ba2.so-net.ne.jp (mail.ba2.so-net.ne.jp [210.139.254.21]) by mgate10.so-net.ne.jp (8.9.3/3.7W01060506) with ESMTP id WAA26859 for ; Sun, 12 Aug 2001 22:04:10 +0900 (JST) Received: from ba2.so-net.ne.jp (pd301e9.tkyoea00.ap.so-net.ne.jp [61.211.1.233]) by mail.ba2.so-net.ne.jp with ESMTP id f7CD49s16519 for ; Sun, 12 Aug 2001 22:04:09 +0900 (JST) Received: (from sanewo@localhost) by ba2.so-net.ne.jp (8.11.5/8.11.5) id f7CD48503629; Sun, 12 Aug 2001 22:04:08 +0900 (JST) (envelope-from sanewo) Message-Id: <200108121304.f7CD48503629@ba2.so-net.ne.jp> Date: Sun, 12 Aug 2001 22:04:08 +0900 (JST) From: Takanori Saneto To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29645: pam_ssh bug causes xdm dumps core at the end of session Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29645 >Category: bin >Synopsis: pam_ssh bug causes xdm dumps core at the end of session >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 12 06:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Takanori Saneto >Release: FreeBSD 5.0-CURRENT i386 >Organization: an individual >Environment: System: FreeBSD muse.sanewo 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Aug 10 08:39:44 JST 2001 root@:/export/usr.obj/usr/src/sys/MUSE i386 pam_ssh module as of today: FreeBSD: src/lib/libpam/modules/pam_ssh/pam_ssh.c,v 1.16 2001/08/11 12:37:55 markm Exp /etc/pam.conf: xdm auth requisite pam_cleartext_pass_ok.so xdm auth required pam_nologin.so xdm auth sufficient pam_ssh.so try_first_pass xdm auth required pam_unix.so xdm account required pam_unix.so xdm session optional pam_ssh.so xdm session required pam_deny.so xdm password required pam_deny.so >Description: With above configratuin, xdm dumps core at the end of session. This is due to free()ing non-malloc()ed memory in pam's session cleanup code. The data being free()ed is the one passed to pam_set_data() in pam_ssh and it is not a malloc()ed chunk, but a part of an array. >How-To-Repeat: Login to xdm and then logout. >Fix: Index: pam_ssh.c =================================================================== RCS file: /export/cvsup/cvs/src/lib/libpam/modules/pam_ssh/pam_ssh.c,v retrieving revision 1.16 diff -u -r1.16 pam_ssh.c --- pam_ssh.c 2001/08/11 12:37:55 1.16 +++ pam_ssh.c 2001/08/12 12:24:55 @@ -405,6 +405,11 @@ } else if (strcmp(&env_string[strlen(env_string) - strlen(ENV_PID_SUFFIX)], ENV_PID_SUFFIX) == 0) { + env_value = strdup(env_value); + if (env_value == NULL) { + syslog(LOG_CRIT, "%s: %m", MODULE_NAME); + PAM_RETURN(PAM_SERVICE_ERR); + } retval = pam_set_data(pamh, "ssh_agent_pid", env_value, ssh_cleanup); if (retval != PAM_SUCCESS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 11:25:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D91D937B403; Sun, 12 Aug 2001 11:25:28 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CINdn65768; Sun, 12 Aug 2001 11:23:39 -0700 (PDT) (envelope-from mike) Date: Sun, 12 Aug 2001 11:23:39 -0700 (PDT) From: Message-Id: <200108121823.f7CINdn65768@freefall.freebsd.org> To: ilmar@ints.ru, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15089: mmap of files from 2K-block device failed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mmap of files from 2K-block device failed State-Changed-From-To: feedback->closed State-Changed-By: mike State-Changed-When: Sun Aug 12 11:21:27 PDT 2001 State-Changed-Why: Originator confirmed this bug no longer exists in 5.0-CURRENT. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15089 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 11:50:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1A9937B407 for ; Sun, 12 Aug 2001 11:50:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CIoJ767712; Sun, 12 Aug 2001 11:50:19 -0700 (PDT) (envelope-from gnats) Date: Sun, 12 Aug 2001 11:50:19 -0700 (PDT) Message-Id: <200108121850.f7CIoJ767712@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Simon Nielsen Subject: Re: misc/28938: PicoBSD - An update to the build script to add new features Reply-To: Simon Nielsen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/28938; it has been noted by GNATS. From: Simon Nielsen To: Cc: Subject: Re: misc/28938: PicoBSD - An update to the build script to add new features Date: Sun, 12 Aug 2001 20:46:22 +0200 (CEST) This PR should be assigned to freebsd-small. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 12:15:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E3E137B40A; Sun, 12 Aug 2001 12:15:28 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CJEZ472086; Sun, 12 Aug 2001 12:14:35 -0700 (PDT) (envelope-from dougb) Date: Sun, 12 Aug 2001 12:14:35 -0700 (PDT) From: Message-Id: <200108121914.f7CJEZ472086@freefall.freebsd.org> To: dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: bin/29645: pam_ssh bug causes xdm dumps core at the end of session Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pam_ssh bug causes xdm dumps core at the end of session Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: dougb Responsible-Changed-When: Sun Aug 12 12:12:59 PDT 2001 Responsible-Changed-Why: Over to Mr. Pam http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29645 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 12:21:59 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 0BFB437B408 for ; Sun, 12 Aug 2001 12:21:57 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id MAA57422; Sun, 12 Aug 2001 12:21:45 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3B76D749.C15AF02D@DougBarton.net> Date: Sun, 12 Aug 2001 12:21:45 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Simon Nielsen Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/28938: PicoBSD - An update to the build script to add newfeatures References: <200108121850.f7CIoJ767712@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Simon Nielsen wrote: > > The following reply was made to PR misc/28938; it has been noted by GNATS. > > From: Simon Nielsen > To: > Cc: > Subject: Re: misc/28938: PicoBSD - An update to the build script to add new > features > Date: Sun, 12 Aug 2001 20:46:22 +0200 (CEST) > > This PR should be assigned to freebsd-small. Done To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 12:25:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FF6D37B407; Sun, 12 Aug 2001 12:25:28 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CJLUN72701; Sun, 12 Aug 2001 12:21:30 -0700 (PDT) (envelope-from dougb) Date: Sun, 12 Aug 2001 12:21:30 -0700 (PDT) From: Message-Id: <200108121921.f7CJLUN72701@freefall.freebsd.org> To: dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-small@FreeBSD.org Subject: Re: misc/28938: PicoBSD - An update to the build script to add new features Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PicoBSD - An update to the build script to add new features Responsible-Changed-From-To: freebsd-bugs->freebsd-small Responsible-Changed-By: dougb Responsible-Changed-When: Sun Aug 12 12:21:05 PDT 2001 Responsible-Changed-Why: According to Simon Nielsen http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28938 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 14:15:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA58737B407; Sun, 12 Aug 2001 14:15:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CLE7w87893; Sun, 12 Aug 2001 14:14:07 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 14:14:07 -0700 (PDT) From: Message-Id: <200108122114.f7CLE7w87893@freefall.freebsd.org> To: gbuchana@home.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/13359: Read permission to /dev/io does not grant IO to non-root processes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Read permission to /dev/io does not grant IO to non-root processes State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Sun Aug 12 14:11:11 PDT 2001 State-Changed-Why: Fixed in -current by updating io(4) to match reality. I'll MFC to -stable after 4.4-RELEASE. Thanks for the PR! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13359 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 14:25:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D332F37B406; Sun, 12 Aug 2001 14:25:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CLJDT88416; Sun, 12 Aug 2001 14:19:13 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 14:19:13 -0700 (PDT) From: Message-Id: <200108122119.f7CLJDT88416@freefall.freebsd.org> To: root@dva.in-berlin.de, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16574: missing aout shared libs -> panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: missing aout shared libs -> panic State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 14:18:36 PDT 2001 State-Changed-Why: Does this still occur in more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16574 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 14:45:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E381A37B408; Sun, 12 Aug 2001 14:45:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CLeHt89779; Sun, 12 Aug 2001 14:40:17 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 14:40:17 -0700 (PDT) From: Message-Id: <200108122140.f7CLeHt89779@freefall.freebsd.org> To: jay.krell@cornell.edu, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/14800: FreeBSD BootMgr not configurable (or at least no info) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD BootMgr not configurable (or at least no info) State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 14:39:26 PDT 2001 State-Changed-Why: Is this still a problem with the newer boot0 boot manager? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14800 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15: 5:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15F0C37B408; Sun, 12 Aug 2001 15:05:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CM3GP92866; Sun, 12 Aug 2001 15:03:16 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:03:16 -0700 (PDT) From: Message-Id: <200108122203.f7CM3GP92866@freefall.freebsd.org> To: paluch@KMLinux.fjfi.cvut.cz, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/15218: kernel says: raw partition size != slice size on ext part. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kernel says: raw partition size != slice size on ext part. State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 14:59:50 PDT 2001 State-Changed-Why: Is this still a problem? It looks like a BSD disklabel ended up on the second slice, maybe from a previous installation or something. If so, you could probably clear it by zeroing the second sector of the second slice, though you'd want to be sure that doing so doesn't clobber anything important. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15218 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:15:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2088B37B406; Sun, 12 Aug 2001 15:15:32 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMCU602387; Sun, 12 Aug 2001 15:12:30 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:12:30 -0700 (PDT) From: Message-Id: <200108122212.f7CMCU602387@freefall.freebsd.org> To: stevel@communicom.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/16474: SCSI (AHA-2940UW) CDROM install freezes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: SCSI (AHA-2940UW) CDROM install freezes State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:11:54 PDT 2001 State-Changed-Why: Is this still a problem with more recent releases. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16474 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:15:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B9F437B40D; Sun, 12 Aug 2001 15:15:32 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CM7Dj98475; Sun, 12 Aug 2001 15:07:13 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:07:13 -0700 (PDT) From: Message-Id: <200108122207.f7CM7Dj98475@freefall.freebsd.org> To: jhanna@cproject.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/16411: DUMP freezes system if uucico or samba writes during the dump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: DUMP freezes system if uucico or samba writes during the dump State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:06:24 PDT 2001 State-Changed-Why: Does this still occur with more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16411 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:35:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF1B037B403; Sun, 12 Aug 2001 15:35:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMTj014406; Sun, 12 Aug 2001 15:29:45 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:29:45 -0700 (PDT) From: Message-Id: <200108122229.f7CMTj014406@freefall.freebsd.org> To: netdude@bc.sympatico.ca, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16828: High Speed Pinging Over 8184 bytes Kills Server Instantly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: High Speed Pinging Over 8184 bytes Kills Server Instantly State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:29:17 PDT 2001 State-Changed-Why: Is this still a problem with more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16828 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:35:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0255A37B405; Sun, 12 Aug 2001 15:35:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMV3f15175; Sun, 12 Aug 2001 15:31:03 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:31:03 -0700 (PDT) From: Message-Id: <200108122231.f7CMV3f15175@freefall.freebsd.org> To: lew@persiankitty.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16890: Fatal trap 12: page fault while in kernel mode (panic: sbdrop) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fatal trap 12: page fault while in kernel mode (panic: sbdrop) State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:30:35 PDT 2001 State-Changed-Why: Does this still occur on more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16890 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:35:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 574A637B40C; Sun, 12 Aug 2001 15:35:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMRdn12923; Sun, 12 Aug 2001 15:27:39 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:27:39 -0700 (PDT) From: Message-Id: <200108122227.f7CMRdn12923@freefall.freebsd.org> To: trost@cloud.rain.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/16722: squid (a 3.x binary) won't run under 4.0-prerelease Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: squid (a 3.x binary) won't run under 4.0-prerelease State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:23:45 PDT 2001 State-Changed-Why: I don't think that it is useful to keep this PR open any longer; if there was a problem in the compat3.x libraries it is unlikely to get fixed now. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16722 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:45:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AD0237B40B; Sun, 12 Aug 2001 15:45:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMj9D24969; Sun, 12 Aug 2001 15:45:09 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:45:09 -0700 (PDT) From: Message-Id: <200108122245.f7CMj9D24969@freefall.freebsd.org> To: fbibsd@yahoo.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17870: 4.0-release consistently crashes a couple seconds into the MFSROOT floppy boot process (kern.flp seems OK) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 4.0-release consistently crashes a couple seconds into the MFSROOT floppy boot process (kern.flp seems OK) State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:44:44 PDT 2001 State-Changed-Why: Is this still a problem in more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17870 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:45:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02B9937B403; Sun, 12 Aug 2001 15:45:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMbRU19455; Sun, 12 Aug 2001 15:37:27 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:37:27 -0700 (PDT) From: Message-Id: <200108122237.f7CMbRU19455@freefall.freebsd.org> To: jduganncsa.uiuc.edu@ncsa.uiuc.edu, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16920: cdcontrol fails under 4.0-20000214-CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cdcontrol fails under 4.0-20000214-CURRENT State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:37:06 PDT 2001 State-Changed-Why: Can this be closed? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16920 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:55:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4872337B40A; Sun, 12 Aug 2001 15:55:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMoER28820; Sun, 12 Aug 2001 15:50:14 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:50:14 -0700 (PDT) From: Message-Id: <200108122250.f7CMoER28820@freefall.freebsd.org> To: hgh02351@nifty.ne.jp, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18232: SMP + APM configerd 4.0 kernel did panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: SMP + APM configerd 4.0 kernel did panic State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:49:51 PDT 2001 State-Changed-Why: Does this still occur with more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18232 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:55:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2BAB37B405; Sun, 12 Aug 2001 15:55:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMr1f30753; Sun, 12 Aug 2001 15:53:01 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:53:01 -0700 (PDT) From: Message-Id: <200108122253.f7CMr1f30753@freefall.freebsd.org> To: jduganncsa.uiuc.edu@ncsa.uiuc.edu, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16920: cdcontrol fails under 4.0-20000214-CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cdcontrol fails under 4.0-20000214-CURRENT State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:52:44 PDT 2001 State-Changed-Why: Mail to submitter bounces. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16920 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:55:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4275E37B406; Sun, 12 Aug 2001 15:55:30 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMljT27045; Sun, 12 Aug 2001 15:47:45 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:47:45 -0700 (PDT) From: Message-Id: <200108122247.f7CMljT27045@freefall.freebsd.org> To: g.w.roberts@bangor.ac.uk, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18074: Fatal trap 12: page fault while in kernel mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fatal trap 12: page fault while in kernel mode State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:47:14 PDT 2001 State-Changed-Why: Is this still a problem on more recent releases. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18074 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:55:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DBCA37B40B; Sun, 12 Aug 2001 15:55:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMkDh25817; Sun, 12 Aug 2001 15:46:13 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:46:13 -0700 (PDT) From: Message-Id: <200108122246.f7CMkDh25817@freefall.freebsd.org> To: alex@sense-sea-MegaSub-1-212.oz.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/17906: le ethernet device doesn't work in 4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: le ethernet device doesn't work in 4.0 State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:45:47 PDT 2001 State-Changed-Why: Is this still a problem in more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17906 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 15:55:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67BFE37B407; Sun, 12 Aug 2001 15:55:30 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CMpuI29948; Sun, 12 Aug 2001 15:51:56 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 15:51:56 -0700 (PDT) From: Message-Id: <200108122251.f7CMpuI29948@freefall.freebsd.org> To: fbibsd@yahoo.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17870: 4.0-release consistently crashes a couple seconds into the MFSROOT floppy boot process (kern.flp seems OK) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 4.0-release consistently crashes a couple seconds into the MFSROOT floppy boot process (kern.flp seems OK) State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:51:24 PDT 2001 State-Changed-Why: Mail to submitter bounces. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17870 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 16:25:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5D9F37B401; Sun, 12 Aug 2001 16:25:28 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CNFop39536; Sun, 12 Aug 2001 16:15:50 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 16:15:50 -0700 (PDT) From: Message-Id: <200108122315.f7CNFop39536@freefall.freebsd.org> To: serhad@ce.washington.edu, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/18786: SCSI hangs during FreeBSD 4.0 installation, Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: SCSI hangs during FreeBSD 4.0 installation, State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 16:15:07 PDT 2001 State-Changed-Why: Is this still a problem with more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18786 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 16:35:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3129337B407; Sun, 12 Aug 2001 16:35:37 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CNTAE40452; Sun, 12 Aug 2001 16:29:10 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 16:29:10 -0700 (PDT) From: Message-Id: <200108122329.f7CNTAE40452@freefall.freebsd.org> To: stuartjc@dynamite.com.au, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19794: FreeBSD 4.0-Stable crash Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: FreeBSD 4.0-Stable crash State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 16:28:17 PDT 2001 State-Changed-Why: Does this problem still occur with more recent -stable sources? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19794 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 16:45:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F9F437B409; Sun, 12 Aug 2001 16:45:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CNdev41302; Sun, 12 Aug 2001 16:39:40 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 16:39:40 -0700 (PDT) From: Message-Id: <200108122339.f7CNdev41302@freefall.freebsd.org> To: bigfoot@stomped.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/21253: dump/restore fail on any stream (tape/pipe/file) over 4GB Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: dump/restore fail on any stream (tape/pipe/file) over 4GB State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 16:39:08 PDT 2001 State-Changed-Why: Can this be closed? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21253 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 16:45:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1AE637B40C; Sun, 12 Aug 2001 16:45:29 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CNZk541036; Sun, 12 Aug 2001 16:35:46 -0700 (PDT) (envelope-from iedowse) Date: Sun, 12 Aug 2001 16:35:46 -0700 (PDT) From: Message-Id: <200108122335.f7CNZk541036@freefall.freebsd.org> To: pherman@frenchfries.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21162: panic in ffs_softdep.c: handle_workitem_freeblocks() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: panic in ffs_softdep.c: handle_workitem_freeblocks() State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 16:35:23 PDT 2001 State-Changed-Why: Is this still happening with more recent sources? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21162 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 16:49:19 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.techhosting.net (mx1.techhosting.net [209.81.54.4]) by hub.freebsd.org (Postfix) with ESMTP id 2B18E37B409; Sun, 12 Aug 2001 16:49:17 -0700 (PDT) (envelope-from lew@persiankitty.com) Received: from lewdesktop (master.lppi.com [209.81.2.82]) by mx1.techhosting.net (8.11.1/8.11.1) with SMTP id f7CNnBp13001; Sun, 12 Aug 2001 16:49:11 -0700 (PDT) From: "Lew Payne" To: , Subject: RE: kern/16890: Fatal trap 12: page fault while in kernel mode (panic: sbdrop) Date: Sun, 12 Aug 2001 16:49:13 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <200108122231.f7CMV3f15175@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org A year and a half after reporting the problem, I get a response? I'll tell you what -- I'm never going to help, much less give the freebsd team the time of day, again. Regards, Lew Payne Network Operations Persian Kitty's Adult Links http://www.persiankitty.com -----Original Message----- From: iedowse@FreeBSD.org [mailto:iedowse@FreeBSD.org] Sent: Sunday, August 12, 2001 3:31 PM To: lew@persiankitty.com; iedowse@FreeBSD.org; freebsd-bugs@FreeBSD.org Subject: Re: kern/16890: Fatal trap 12: page fault while in kernel mode (panic: sbdrop) Synopsis: Fatal trap 12: page fault while in kernel mode (panic: sbdrop) State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Sun Aug 12 15:30:35 PDT 2001 State-Changed-Why: Does this still occur on more recent releases? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16890 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 17:40:26 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51C7137B40E for ; Sun, 12 Aug 2001 17:40:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D0eLD47989; Sun, 12 Aug 2001 17:40:21 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90B8337B40B for ; Sun, 12 Aug 2001 17:32:58 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D0WwW47388; Sun, 12 Aug 2001 17:32:58 -0700 (PDT) (envelope-from nobody) Message-Id: <200108130032.f7D0WwW47388@freefall.freebsd.org> Date: Sun, 12 Aug 2001 17:32:58 -0700 (PDT) From: Alexander Favorov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29651: mount_cd9660 masks filenames containing non-ASCII (e.g. cyrillyc) chars with '?'s Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29651 >Category: kern >Synopsis: mount_cd9660 masks filenames containing non-ASCII (e.g. cyrillyc) chars with '?'s >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 12 17:40:20 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexander Favorov >Release: RELENG_4 (various up to current date) >Organization: - >Environment: FreeBSD 4.3-STABLE 1-Aug-2001 i386 >Description: Any non-ASCII character (>0x7F) in a CD-ROM filename looks like '?' when directory is listed. File can be accessed via this name if it is unique. >How-To-Repeat: get the CD with non-ascii filenames and try to mount it. mount succeeds, but -- see description ;-) >Fix: none known at the moment (no time/skills to dig deeply into miscfs/cd9660 code) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 17:50:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A806037B40B for ; Sun, 12 Aug 2001 17:50:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D0oLj48692; Sun, 12 Aug 2001 17:50:21 -0700 (PDT) (envelope-from gnats) Date: Sun, 12 Aug 2001 17:50:21 -0700 (PDT) Message-Id: <200108130050.f7D0oLj48692@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ian Dowse Subject: Re: kern/16890: Fatal trap 12: page fault while in kernel mode (panic: sbdrop) Reply-To: Ian Dowse Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/16890; it has been noted by GNATS. From: Ian Dowse To: Lew Payne Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/16890: Fatal trap 12: page fault while in kernel mode (panic: sbdrop) Date: Mon, 13 Aug 2001 01:46:10 +0100 In message , Lew Payne write s: >A year and a half after reporting the problem, I get a response? >I'll tell you what -- I'm never going to help, much less give the >freebsd team the time of day, again. I'm sorry if you are unhappy with the lack of responses. This problem sounds like an obscure hardware-specific issue that I don't think was ever fully tracked down; you didn't get an answer because nobody knew the answer. May I take it that I can close this PR? Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 17:55:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 022C137B405; Sun, 12 Aug 2001 17:55:29 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D0mQj48551; Sun, 12 Aug 2001 17:48:26 -0700 (PDT) (envelope-from alfred) Date: Sun, 12 Aug 2001 17:48:26 -0700 (PDT) From: Message-Id: <200108130048.f7D0mQj48551@freefall.freebsd.org> To: lew@persiankitty.com, alfred@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16890: Fatal trap 12: page fault while in kernel mode (panic: sbdrop) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fatal trap 12: page fault while in kernel mode (panic: sbdrop) State-Changed-From-To: feedback->closed State-Changed-By: alfred State-Changed-When: Sun Aug 12 17:46:56 PDT 2001 State-Changed-Why: Submitter refuses to assist in solving the problem, which may not even exist any longer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16890 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 18: 0:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 975F137B407 for ; Sun, 12 Aug 2001 18:00:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D10TU49483; Sun, 12 Aug 2001 18:00:29 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28EB737B408 for ; Sun, 12 Aug 2001 17:54:51 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D0spc49005; Sun, 12 Aug 2001 17:54:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200108130054.f7D0spc49005@freefall.freebsd.org> Date: Sun, 12 Aug 2001 17:54:51 -0700 (PDT) From: Uvendran Naidoo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29653: buildworld fails at libncurses Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29653 >Category: misc >Synopsis: buildworld fails at libncurses >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 12 18:00:28 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Uvendran Naidoo >Release: 4.3-STABLE >Organization: Secure Internet Technologies >Environment: FreeBSD lucifer.fuzion.za.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Thu Jul 19 02:11 :06 SAST 2001 root@lucifer.fuzion.za.org:/usr/obj/usr/src/sys/TiamaT i386 >Description: make buildworld on latest releng_4_3 cvs (cvsup2.za.FreeBSD.org) sources fails with : /usr/src/lib/libncurses/termcap.c comp_captab.c:1511: missing white space after number `2' comp_captab.c:3016: missing white space after number `2' mkdep: compile failed *** Error code 1 Stop in /usr/src/lib/libncurses. *** Error code 1 >How-To-Repeat: cvsup from cvsup2.za.freebsd.org make buildworld error as stated >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 18:55:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A81037B406; Sun, 12 Aug 2001 18:55:29 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D1mxw56702; Sun, 12 Aug 2001 18:48:59 -0700 (PDT) (envelope-from dd) Date: Sun, 12 Aug 2001 18:48:59 -0700 (PDT) From: Message-Id: <200108130148.f7D1mxw56702@freefall.freebsd.org> To: favorov@sensi.org, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/29651: mount_cd9660 masks filenames containing non-ASCII (e.g. cyrillyc) chars with '?'s Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mount_cd9660 masks filenames containing non-ASCII (e.g. cyrillyc) chars with '?'s State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sun Aug 12 18:48:29 PDT 2001 State-Changed-Why: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#CDROM-UNICODE-FILENAMES http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29651 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 18:55:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E4B037B407; Sun, 12 Aug 2001 18:55:29 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D1njb56875; Sun, 12 Aug 2001 18:49:46 -0700 (PDT) (envelope-from dd) Date: Sun, 12 Aug 2001 18:49:46 -0700 (PDT) From: Message-Id: <200108130149.f7D1njb56875@freefall.freebsd.org> To: naidoou@sec-it.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/29653: buildworld fails at libncurses Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: buildworld fails at libncurses State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sun Aug 12 18:49:04 PDT 2001 State-Changed-Why: As a rule of thumb, if the release branch doesn't build for you, you did something wrong. We've only had one branch, but it has never been broken (yet?). This is esp. true in this case since ncurses wasn't touched. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29653 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 19: 1: 9 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id C349B37B401; Sun, 12 Aug 2001 19:01:05 -0700 (PDT) (envelope-from paul@freebsd-services.com) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id 7215F1D146; Mon, 13 Aug 2001 03:01:03 +0100 (BST) Date: Mon, 13 Aug 2001 03:01:03 +0100 From: Paul Richards To: dd@FreeBSD.org, naidoou@sec-it.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/29653: buildworld fails at libncurses Message-ID: <57390000.997668063@lobster.originative.co.uk> In-Reply-To: <200108130149.f7D1njb56875@freefall.freebsd.org> References: <200108130149.f7D1njb56875@freefall.freebsd.org> X-Mailer: Mulberry/2.1.0b3 (Linux/x86 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --On Sunday, August 12, 2001 18:49:46 -0700 dd@FreeBSD.org wrote: > Synopsis: buildworld fails at libncurses > > State-Changed-From-To: open->closed > State-Changed-By: dd > State-Changed-When: Sun Aug 12 18:49:04 PDT 2001 > State-Changed-Why: > As a rule of thumb, if the release branch doesn't build for you, you > did something wrong. We've only had one branch, but it has never been > broken (yet?). This is esp. true in this case since ncurses wasn't > touched. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29653 The PR was against 4.3-stable and not 4.3, therefore it wasn't a release branch but the current -stable branch which could well have been broken. Paul Richards FreeBSD Services Ltd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 19: 4:23 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id C408D37B408 for ; Sun, 12 Aug 2001 19:04:20 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 5FBE33E28; Sun, 12 Aug 2001 19:04:19 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 4D26E3C12B; Sun, 12 Aug 2001 19:04:19 -0700 (PDT) To: Paul Richards Cc: naidoou@sec-it.net, freebsd-bugs@FreeBSD.org Subject: Re: misc/29653: buildworld fails at libncurses In-Reply-To: <57390000.997668063@lobster.originative.co.uk>; from paul@freebsd-services.com on "Mon, 13 Aug 2001 03:01:03 +0100" Date: Sun, 12 Aug 2001 19:04:14 -0700 From: Dima Dorfman Message-Id: <20010813020419.5FBE33E28@bazooka.unixfreak.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Paul Richards writes: > --On Sunday, August 12, 2001 18:49:46 -0700 dd@FreeBSD.org wrote: > > > Synopsis: buildworld fails at libncurses > > > > State-Changed-From-To: open->closed > > State-Changed-By: dd > > State-Changed-When: Sun Aug 12 18:49:04 PDT 2001 > > State-Changed-Why: > > As a rule of thumb, if the release branch doesn't build for you, you > > did something wrong. We've only had one branch, but it has never been > > broken (yet?). This is esp. true in this case since ncurses wasn't > > touched. > > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29653 > > The PR was against 4.3-stable and not 4.3, therefore it wasn't a release > branch but the current -stable branch which could well have been broken. No. Here's a quote: : Description : : make buildworld on latest releng_4_3 cvs (cvsup2.za.FreeBSD.org) sources fails : with : : /usr/src/lib/libncurses/termcap.c Notice that it cites RELENG_4_3 as the branch in question. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 20:45:50 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id 1ECBA37B407 for ; Sun, 12 Aug 2001 20:45:47 -0700 (PDT) (envelope-from paul@freebsd-services.com) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id BA5711D146; Mon, 13 Aug 2001 04:45:43 +0100 (BST) Date: Mon, 13 Aug 2001 04:45:43 +0100 From: Paul Richards To: Dima Dorfman Cc: naidoou@sec-it.net, freebsd-bugs@FreeBSD.org Subject: Re: misc/29653: buildworld fails at libncurses Message-ID: <79510000.997674343@lobster.originative.co.uk> In-Reply-To: <20010813020419.5FBE33E28@bazooka.unixfreak.org> References: <20010813020419.5FBE33E28@bazooka.unixfreak.org> X-Mailer: Mulberry/2.1.0b3 (Linux/x86 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --On Sunday, August 12, 2001 19:04:14 -0700 Dima Dorfman wrote: > Paul Richards writes: >> --On Sunday, August 12, 2001 18:49:46 -0700 dd@FreeBSD.org wrote: >> >> > Synopsis: buildworld fails at libncurses >> > >> > State-Changed-From-To: open->closed >> > State-Changed-By: dd >> > State-Changed-When: Sun Aug 12 18:49:04 PDT 2001 >> > State-Changed-Why: >> > As a rule of thumb, if the release branch doesn't build for you, you >> > did something wrong. We've only had one branch, but it has never been >> > broken (yet?). This is esp. true in this case since ncurses wasn't >> > touched. >> > >> > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29653 >> >> The PR was against 4.3-stable and not 4.3, therefore it wasn't a release >> branch but the current -stable branch which could well have been broken. > > No. Here's a quote: > > : Description > : > : make buildworld on latest releng_4_3 cvs (cvsup2.za.FreeBSD.org) > sources fails : with : > : /usr/src/lib/libncurses/termcap.c > > Notice that it cites RELENG_4_3 as the branch in question. I suspect that's the typo, rather than everywhere else where it says -stable Environment FreeBSD lucifer.fuzion.za.org 4.3-STABLE FreeBSD 4.3-STABLE #1: Thu Jul 19 02:11 Anyway, this bug can't still exist in -stable or it wouldn't currently build so closing it is fine, but the close message suggests it's the submitter's fault whereas I suspect we did have a glitch Paul Richards FreeBSD Services Ltd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 21:19: 2 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from elm.phenome.org (elm.phenome.org [194.153.169.3]) by hub.freebsd.org (Postfix) with ESMTP id AC2FB37B403 for ; Sun, 12 Aug 2001 21:18:56 -0700 (PDT) (envelope-from joshua@roughtrade.net) Received: from localhost (joshua@localhost [127.0.0.1]) by localhost (8.12.0.Beta7/8.12.0.Beta7/Debian 8.12.0.Beta7-1) with ESMTP id f7D4ItCC002888 for ; Mon, 13 Aug 2001 05:18:55 +0100 Date: Mon, 13 Aug 2001 05:18:55 +0100 (BST) From: Joshua Goodall X-X-Sender: To: Subject: PR kern/29355 didn't appear in -bugs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org very annoying, I though it would turn up here, but no! Is there a filter? How can I avoid hitting said filter in future? Joshua To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 21:30:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FEF337B40B for ; Sun, 12 Aug 2001 21:30:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D4UOF76319; Sun, 12 Aug 2001 21:30:24 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE23537B40A for ; Sun, 12 Aug 2001 21:23:26 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D4NQa75926; Sun, 12 Aug 2001 21:23:26 -0700 (PDT) (envelope-from nobody) Message-Id: <200108130423.f7D4NQa75926@freefall.freebsd.org> Date: Sun, 12 Aug 2001 21:23:26 -0700 (PDT) From: KANOU Hiroki To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29660: port japanese/xjman MASTER_SITES moved Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29660 >Category: misc >Synopsis: port japanese/xjman MASTER_SITES moved >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 12 21:30:23 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: 4.4-PRERELEASE #2 >Organization: >Environment: >Description: Master site of japanese/xjman moved the location of distribution. >How-To-Repeat: >Fix: --- Makefile~ Sun Aug 12 02:39:20 2001 +++ Makefile Mon Aug 13 13:18:29 2001 @@ -11,7 +11,7 @@ PORTVERSION?= 0.6 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ - http://xjman.dsl.gr.jp/ + http://xjman.dsl.gr.jp/dist/ MAINTAINER?= sada@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 21:50:26 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7F8B37B40B for ; Sun, 12 Aug 2001 21:50:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D4oNe77692; Sun, 12 Aug 2001 21:50:23 -0700 (PDT) (envelope-from gnats) Date: Sun, 12 Aug 2001 21:50:23 -0700 (PDT) Message-Id: <200108130450.f7D4oNe77692@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: jkoshy@FreeBSD.ORG (Joseph Koshy) Subject: Re: bin/10793: cvs update modification time check granularity is 1 second Reply-To: jkoshy@FreeBSD.ORG (Joseph Koshy) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/10793; it has been noted by GNATS. From: jkoshy@FreeBSD.ORG (Joseph Koshy) To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/10793: cvs update modification time check granularity is 1 second Date: Sun, 12 Aug 2001 21:47:47 -0700 (PDT) A followup (material which I should have added to the PR log the first time round): One of the problems of keeping a higher resolution timestamp `portably' is that the POSIX and SUS specfication only require that `stat(2)' return a 'time_t' for field `st_mtime'. `time_t' measures time in "seconds", which is what CVS is using. FreeBSD/NetBSD/and possibly other OSes seem to maintain a higher-resolution timestamp, as a `struct timespec', but other OSes don't. Regards, Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 22: 0:10 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-169-104-252.dsl.lsan03.pacbell.net [64.169.104.252]) by hub.freebsd.org (Postfix) with ESMTP id 6BDD037B62A; Sun, 12 Aug 2001 22:00:02 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6EB0A66CC1; Sun, 12 Aug 2001 22:00:00 -0700 (PDT) Date: Sun, 12 Aug 2001 21:59:58 -0700 From: Kris Kennaway To: roam@FreeBSD.ORG Cc: devin@spamcop.net, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/29622: garbage input to -I crashes /usr/bin/tar Message-ID: <20010812215957.A7636@xor.obsecurity.org> References: <200108111901.f7BJ1qN52714@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108111901.f7BJ1qN52714@freefall.freebsd.org>; from roam@FreeBSD.ORG on Sat, Aug 11, 2001 at 12:01:52PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I MFCed this fix the other week. Kris On Sat, Aug 11, 2001 at 12:01:52PM -0700, roam@FreeBSD.ORG wrote: > Synopsis: garbage input to -I crashes /usr/bin/tar >=20 > State-Changed-From-To: open->feedback > State-Changed-By: roam > State-Changed-When: Sat Aug 11 12:00:56 PDT 2001 > State-Changed-Why:=20 > I believe that this has been fixed in -stable after 4.3 was released. > Can you try updating your system to 4.3-STABLE (which is currently > 4.4-PRERELEASE) and see if this problem persists? >=20 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D29622 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7d17NWry0BWjoQKURAsFZAJ4uUz6sJiFR4SwEdNCu1OaArscqmgCgrRqH k9p8hBdcrOzkdlW5mokDF5s= =Odap -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 23:56:58 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from turtle.pangeatech.com (turtle.pangeatech.com [65.192.22.128]) by hub.freebsd.org (Postfix) with ESMTP id A2BB337B409 for ; Sun, 12 Aug 2001 23:56:51 -0700 (PDT) (envelope-from bt@turtle.pangeatech.com) Received: from turtle.pangeatech.com (localhost [127.0.0.1]) by home.turtle.pangeatech.com (8.11.1/8.9.3) with ESMTP id f7C1MSi92199 for ; Sat, 11 Aug 2001 18:22:28 -0700 (PDT) (envelope-from bt@turtle.pangeatech.com) Message-ID: <3B75DA53.A7D7832@turtle.pangeatech.com> Date: Sat, 11 Aug 2001 18:22:27 -0700 From: Igor Serikov Organization: Private Person X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: FreeBSD Bugs Subject: bios timecounter in doscmd Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, As I found, I have overlooked a routine updating bios 0x6c & 0x70 fields. It is in function video_update (module tty.c): *(u_long *)&BIOSDATA[0x6c] += 1; /* Timer ticks since midnight... */ while (*(u_long *)&BIOSDATA[0x6c] >= 24*60*6*182) { *(u_long *)&BIOSDATA[0x6c] -= 24*60*6*182; BIOSDATA[0x70]++; /* BIOSDATA[0x70] # times p> } The problem with this code is that it works only "if (!booting)". I do not see the reason for such a restriction. I would suggest to move it to int08 routine in timer.c in replacement to what is suggested in my previous message, since this this routine also increments field 0x70. Thanks, Igor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Aug 12 23:57: 0 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from turtle.pangeatech.com (turtle.pangeatech.com [65.192.22.128]) by hub.freebsd.org (Postfix) with ESMTP id 0B8FD37B40F; Sun, 12 Aug 2001 23:56:52 -0700 (PDT) (envelope-from bt@turtle.pangeatech.com) Received: from turtle.pangeatech.com (localhost [127.0.0.1]) by home.turtle.pangeatech.com (8.11.1/8.9.3) with ESMTP id f7BDNFi41384; Sat, 11 Aug 2001 06:23:15 -0700 (PDT) (envelope-from bt@turtle.pangeatech.com) Message-ID: <3B7531C2.479A7AC4@turtle.pangeatech.com> Date: Sat, 11 Aug 2001 06:23:14 -0700 From: Igor Serikov Organization: Private Person X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: FreeBSD Hackers , FreeBSD Bugs Subject: bios timecounter in doscmd Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, As I found, I have overlooked a routine updating bios 0x6c & 0x70 fields. It is in function video_update (module tty.c): *(u_long *)&BIOSDATA[0x6c] += 1; /* Timer ticks since midnight... */ while (*(u_long *)&BIOSDATA[0x6c] >= 24*60*6*182) { *(u_long *)&BIOSDATA[0x6c] -= 24*60*6*182; BIOSDATA[0x70]++; /* BIOSDATA[0x70] # times p> } The problem with this code is that it works only "if (!booting)". I do not see the reason for such a restriction. I would suggest to move it to int08 routine in timer.c in replacement to what is suggested in my previous message, since this this routine also increments field 0x70. Thanks, Igor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 0:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4281037B405 for ; Mon, 13 Aug 2001 00:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D7U2410242; Mon, 13 Aug 2001 00:30:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Aug 2001 00:30:02 -0700 (PDT) Message-Id: <200108130730.f7D7U2410242@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: pavalos@theshell.com Subject: Re: bin/13463: /bin/sh does not handle interrupts co Reply-To: pavalos@theshell.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/13463; it has been noted by GNATS. From: pavalos@theshell.com To: freebsd-gnats-submit@freebsd.org, hoek@freebsd.org Cc: Subject: Re: bin/13463: /bin/sh does not handle interrupts co Date: Sat, 11 Aug 2001 22:38:28 -0700 (PDT) It still happens on my 4.4-PRERELEASE system. Source is from Aug. 11, 2001. --Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 2: 0:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B8FF37B40E for ; Mon, 13 Aug 2001 02:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D903o25132; Mon, 13 Aug 2001 02:00:03 -0700 (PDT) (envelope-from gnats) Received: from pille.addcom.de (pille.addcom.de [62.96.128.34]) by hub.freebsd.org (Postfix) with SMTP id 44FB137B409 for ; Mon, 13 Aug 2001 01:56:18 -0700 (PDT) (envelope-from sblank@addcom.de) Received: (qmail 31400 invoked by uid 502); 13 Aug 2001 08:56:12 -0000 Received: from n-dialin-4140.addcom.de (HELO ally.privat.de) (root@62.246.20.60) by pille.addcom.de with SMTP; 13 Aug 2001 08:56:12 -0000 Received: (from sblank@localhost) by ally.privat.de (8.11.5/8.11.5) id f7D8haJ10262; Mon, 13 Aug 2001 10:43:36 +0200 (CEST) (envelope-from sblank) Message-Id: <200108130843.f7D8haJ10262@ally.privat.de> Date: Mon, 13 Aug 2001 10:43:36 +0200 (CEST) From: Sascha Blank Reply-To: Sascha Blank To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29671: restore changes attributes of directories despite "-N" flag Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29671 >Category: bin >Synopsis: restore changes attributes of directories despite "-N" flag >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 13 02:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sascha Blank >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: none >Environment: System: FreeBSD ally.privat.de 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sat Aug 11 11:46:42 CEST 2001 sblank@ally.privat.de:/disc2/releng-4/obj/ disc2/releng-4/src/sys/ALLY i386 # ident /usr/src/sbin/restore/dirs.c /usr/src/sbin/restore/dirs.c: $FreeBSD: src/sbin/restore/dirs.c,v 1.14.2.3 2001/08/01 08:57:43 obrien Exp $ Attention: This bug is likely to affect 5.0-CURRENT as well! >Description: According to the restore manpage: -N Do the extraction normally, but do not actually write any changes to disk. This can be used to check the integrity of dump media or other test purposes. This is _not_ true for the "Set directory mode, owner, and times" pass that happens last during the restore process. >How-To-Repeat: I can reproduce it the with these steps: 1st) % ls -ld /home/sblank /home/sblank/tmp drwxr-xr-x 42 sblank users 3584 11 Aug 11:54 /home/sblank drwx------ 2 sblank users 512 11 Aug 15:39 /home/sblank/tmp 2nd) % cd ~sblank 3rd) % su root 4th) # pwd /home/sblank 5th) # restore -rNv -f ... a backup of your '/' filesystem 6th) # ls -ld /home/sblank /home/sblank/tmp drwxr-xr-x 42 root wheel 3584 11 Aug 11:54 /home/sblank drwxrwxrwt 2 root wheel 512 11 Aug 15:39 /home/sblank/tmp The change of the attributes happens because the "Set directory mode, owner, and times" pass ignores the -N flag. Normaly you don't notice unless it tries to change the attribues of a directory that happens to live under the same name relative to the directory where you have started restore from. To explain this particular example: The "Set directory mode, owner, and times" pass also runs across the directories "." and "./tmp" during its course. Since I have started restore from my home directory every directory that is found on the backup is looked up to see if it already exists relative to my home directory. Since "/home/sblank/." and "/home/sblank/tmp" happen to exist in this case, they are changed to what the backup says. The result of this can be seen in step 6. Attention: Though it might look like this problem can only happen when restore is run by root, this is not strictly true: looking at the code in "setdirmodes" one can see that the chmod() and utimes() calls can even succeed when restore is run by an unpriviledged user. Though no real damage can be done in this case it might be surprising nonetheless to see that certain directories suddenly have other attributes than expected. >Fix: Make the routine "setdirmodes" in dirs.c respect the "-N" flag. *** /usr/src/sbin/restore/my-dirs.c Wed Aug 1 10:57:43 2001 --- /usr/src/sbin/restore/dirs.c Mon Aug 13 09:51:33 2001 *************** *** 630,639 **** panic("cannot find directory inode %d\n", node.ino); } else { cp = myname(ep); ! (void) chown(cp, node.uid, node.gid); ! (void) chmod(cp, node.mode); ! utimes(cp, node.timep); ! (void) chflags(cp, node.flags); ep->e_flags &= ~NEW; } } --- 630,641 ---- panic("cannot find directory inode %d\n", node.ino); } else { cp = myname(ep); ! if (!Nflag) { ! (void) chown(cp, node.uid, node.gid); ! (void) chmod(cp, node.mode); ! utimes(cp, node.timep); ! (void) chflags(cp, node.flags); ! } ep->e_flags &= ~NEW; } } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 2:45:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F94B37B40B; Mon, 13 Aug 2001 02:45:30 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D9hji43761; Mon, 13 Aug 2001 02:43:45 -0700 (PDT) (envelope-from joerg) Date: Mon, 13 Aug 2001 02:43:45 -0700 (PDT) From: Message-Id: <200108130943.f7D9hji43761@freefall.freebsd.org> To: tempest@ecst.csuchico.edu, joerg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12367: Writing files larger than floppy capacity with tar reboots machine Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Writing files larger than floppy capacity with tar reboots machine State-Changed-From-To: suspended->closed State-Changed-By: joerg State-Changed-When: Mon Aug 13 11:42:16 MEST 2001 State-Changed-Why: Since we do no longer offer user-visible buffered devices, this problem is now completely solved. Verified that multi-volume tar archives to floppies do work as expected. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=12367 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 4:35:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FDB937B408; Mon, 13 Aug 2001 04:35:30 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DBVlQ65509; Mon, 13 Aug 2001 04:31:47 -0700 (PDT) (envelope-from joerg) Date: Mon, 13 Aug 2001 04:31:47 -0700 (PDT) From: Message-Id: <200108131131.f7DBVlQ65509@freefall.freebsd.org> To: joerg@FreeBSD.org, freebsd-bugs@FreeBSD.org, joerg@FreeBSD.org Subject: Re: kern/29538: Mounting /dev/fd0 never completes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Mounting /dev/fd0 never completes Responsible-Changed-From-To: freebsd-bugs->joerg Responsible-Changed-By: joerg Responsible-Changed-When: Mon Aug 13 13:30:58 MEST 2001 Responsible-Changed-Why: I might have a look into this, assuming it's actually a problem of the floppy driver. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29538 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 4:35:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9FE037B409; Mon, 13 Aug 2001 04:35:30 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DBTu665205; Mon, 13 Aug 2001 04:29:56 -0700 (PDT) (envelope-from joerg) Date: Mon, 13 Aug 2001 04:29:56 -0700 (PDT) From: Message-Id: <200108131129.f7DBTu665205@freefall.freebsd.org> To: vas@mpeks.tomsk.su, joerg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/29584: 'restore -r' sets permissions on the current directory even if -N flag is set Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 'restore -r' sets permissions on the current directory even if -N flag is set State-Changed-From-To: open->closed State-Changed-By: joerg State-Changed-When: Mon Aug 13 13:29:03 MEST 2001 State-Changed-Why: There's a duplicate PR bin/29671 which contains a full analysis of the problem plus a patch. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29584 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 4:53:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7544537B405; Mon, 13 Aug 2001 04:53:13 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DBnfZ67632; Mon, 13 Aug 2001 04:49:41 -0700 (PDT) (envelope-from joerg) Date: Mon, 13 Aug 2001 04:49:41 -0700 (PDT) From: Message-Id: <200108131149.f7DBnfZ67632@freefall.freebsd.org> To: grog@mojave.worldwide.lemis.com, joerg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/18182: Remote serial gdb no longer works since mid-April Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Remote serial gdb no longer works since mid-April State-Changed-From-To: open->feedback State-Changed-By: joerg State-Changed-When: Mon Aug 13 13:48:45 MEST 2001 State-Changed-Why: Greg, i've been using remote gdb a lot lately, it seems to work for me (@9600 Bd though). Does your problem still exist, and do you perhaps more datapoints? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18182 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 4:53:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DFCD37B406; Mon, 13 Aug 2001 04:53:14 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DBkKo67126; Mon, 13 Aug 2001 04:46:20 -0700 (PDT) (envelope-from joerg) Date: Mon, 13 Aug 2001 04:46:20 -0700 (PDT) From: Message-Id: <200108131146.f7DBkKo67126@freefall.freebsd.org> To: eduardo.viruena@esfm.ipn.mx, joerg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/17558: ncr1 controller is not working properly in the GENERIC kernel. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ncr1 controller is not working properly in the GENERIC kernel. State-Changed-From-To: open->closed State-Changed-By: joerg State-Changed-When: Mon Aug 13 13:44:51 MEST 2001 State-Changed-Why: The ncr driver is deprecated in favour of the sym driver. The originator never repsonded to a followup sent by mjacob, so the problem is most likely gone now with sym. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17558 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 8: 6:56 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D6A337B40D; Mon, 13 Aug 2001 08:06:52 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DExDm09627; Mon, 13 Aug 2001 07:59:13 -0700 (PDT) (envelope-from ru) Date: Mon, 13 Aug 2001 07:59:13 -0700 (PDT) From: Message-Id: <200108131459.f7DExDm09627@freefall.freebsd.org> To: william.carrel@infospace.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/25640: DLink DFE-530TX+ cards are not recognized by the kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: DLink DFE-530TX+ cards are not recognized by the kernel State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Mon Aug 13 07:58:43 PDT 2001 State-Changed-Why: Superseded by PR 29027. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25640 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 8: 6:56 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 271CA37B40B; Mon, 13 Aug 2001 08:06:52 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DExtW09787; Mon, 13 Aug 2001 07:59:55 -0700 (PDT) (envelope-from ru) Date: Mon, 13 Aug 2001 07:59:55 -0700 (PDT) From: Message-Id: <200108131459.f7DExtW09787@freefall.freebsd.org> To: seva@sevasoft.kiev.ua, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/25566: [PATCH] Missing PCI Id's for DLink DFE-538TX ethernet card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Missing PCI Id's for DLink DFE-538TX ethernet card State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Mon Aug 13 07:59:39 PDT 2001 State-Changed-Why: Superseded by PR 29027. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25566 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 8:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86DA637B40E for ; Mon, 13 Aug 2001 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DFK1C14843; Mon, 13 Aug 2001 08:20:01 -0700 (PDT) (envelope-from gnats) Received: from botbay.net (botbay.net [151.197.159.116]) by hub.freebsd.org (Postfix) with ESMTP id 6762037B40A for ; Mon, 13 Aug 2001 08:15:50 -0700 (PDT) (envelope-from wcampbel@botbay.net) Received: (from wcampbel@localhost) by botbay.net (8.11.4/8.11.4) id f7DFFj466717; Mon, 13 Aug 2001 11:15:45 -0400 (EDT) (envelope-from wcampbel) Message-Id: <200108131515.f7DFFj466717@botbay.net> Date: Mon, 13 Aug 2001 11:15:45 -0400 (EDT) From: Walter Campbell Reply-To: Walter Campbell To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29675: lint fails on stdio.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29675 >Category: bin >Synopsis: lint fails on stdio.h >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 Aug 13 08:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Walter Campbell >Release: FreeBSD 4.3-STABLE i386 >Organization: botbay.net >Environment: System: FreeBSD botbay.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jul 27 11:53:35 EDT 2001 root@botbay.net:/usr/obj/usr/src/sys/KABEL i386 Also checked with current cvsup (as of 11h03 EDT) >Description: lint(1) will fail on C files that include stdio.h >How-To-Repeat: wcampbel@botbay (alis-2.2beta2.patched): lint -aacgprxhH *.c alis.c: stdio.h:299: syntax error alis.c:56: warning: argument id unused in function channel_hash_func alis.c:126: warning: pointer casts may be troublesome alis.c:133: warning: pointer casts may be troublesome alis.c:144: warning: pointer casts may be troublesome alis.c:162: warning: pointer casts may be troublesome alis.c:176: warning: pointer casts may be troublesome alis.c:202: warning: pointer casts may be troublesome alis.c:251: warning: declaration hides earlier one: tmp alis.c:753: warning: statement not reached alis.c:711: warning: argument argc unused in function main alis.c:711: warning: argument argv unused in function main This happens with make lint on ircd-hybrid 6.2rc1 netdb.h:127: warning: struct sockaddr never defined dbuf.c: stdio.h:299: syntax error make lint will then error out with return code 1. Sample code that can cause lint to error out: #include int main(int argc, char *arvg[]) { printf("Test\n"); return 0; } Giving the messages: wcampbel@botbay (wcampbel): lint -aacgprxhH lint-test.c lint-test.c: stdio.h:299: syntax error lint-test.c:3: warning: argument argc unused in function main lint-test.c:3: warning: argument arvg unused in function main wcampbel@botbay (wcampbel): echo $? 1 >Fix: I am not sure how to fix this. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 10:50:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3641F37B410 for ; Mon, 13 Aug 2001 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DHo2X37725; Mon, 13 Aug 2001 10:50:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Aug 2001 10:50:02 -0700 (PDT) Message-Id: <200108131750.f7DHo2X37725@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Salvo Bartolotta Subject: Re: bin/29675: lint fails on stdio.h Reply-To: Salvo Bartolotta Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29675; it has been noted by GNATS. From: Salvo Bartolotta To: Walter Campbell Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/29675: lint fails on stdio.h Date: Mon, 13 Aug 2001 19:40:23 +0200 (CEST) >>Number: 29675 >>Category: bin >>Synopsis: lint fails on stdio.h >>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 Aug 13 08:20:01 PDT 2001 >>Closed-Date: >>Last-Modified: >>Originator: Walter Campbell >>Release: FreeBSD 4.3-STABLE i386 >>Organization: >botbay.net >>Environment: >System: FreeBSD botbay.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jul 27 >11:53:35 EDT 2001 root@botbay.net:/usr/obj/usr/src/sys/KABEL i386 >Also checked with current cvsup (as of 11h03 EDT) >>Description: >lint(1) will fail on C files that include stdio.h AFAIK, or rather, AFAICROTL (As Far As I Can Read On The Lists), lint(1) has not been [actively] mantained for quite a while. You may wish to search the archives for this topic. AFAICS, instead of lint(1), gcc options are used. You maight want to take a look at the Warning options in gcc(1). HTH ( yet another acronym :-)), Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 10:50:17 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 814E037B415 for ; Mon, 13 Aug 2001 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DHo2T37734; Mon, 13 Aug 2001 10:50:02 -0700 (PDT) (envelope-from gnats) Received: from blue.webair.com (ftp14.webair.com [216.130.161.105]) by hub.freebsd.org (Postfix) with ESMTP id 56A4737B409 for ; Mon, 13 Aug 2001 10:41:39 -0700 (PDT) (envelope-from sagi@blue.webair.com) Received: (from root@localhost) by blue.webair.com (8.9.3/8.9.3) id NAA26719; Mon, 13 Aug 2001 13:41:38 -0400 (EDT) (envelope-from sagi) Message-Id: <200108131741.NAA26719@blue.webair.com> Date: Mon, 13 Aug 2001 13:41:38 -0400 (EDT) From: sagi Reply-To: sagi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/29679: FreeBSD and 4GB of ram not working Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29679 >Category: i386 >Synopsis: FreeBSD and 4GB of ram not working >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 Aug 13 10:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sagi Brody >Release: FreeBSD 4.3-STABLE i386 >Organization: Webair Internet Development Inc >Environment: System: FreeBSD blue.webair.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jul 5 18:39:57 EDT 2001 root@blue.webair.com:/usr/src/sys/compile/BLUE i386 >Description: This problem has been tested on 2 machines: 1 is a DELL 6450 PowerEdge, with 4GB of memory (16 256mb dimms) 2 700 Xeons processors. a Intel board (SRKA4) with 4GB of memory (4 512mb dimms) and 4 700 Xeons processors. I'm unable to get FreeBSD to work with 4GB of memory at all. 2GB works fine. When booting off a 4.3-release CD, after the kernel finishes loading and before /stand/sysinstall starts i get: swap_pager_swap == NULL and it crashes. The intel machine is fully functional with the 2GB. When bringing it to 4GB the error persists, right before it goes to mount the drives. I've attempted to remove the swap area from /etc/fstab and not use swap at all. Please let me know if this issue has been resolved, and if so what is the work around. When trying to install on 4.1.1 it traps immediatly (trap 12?). >How-To-Repeat: Attempt to use FreeBSD on a machine with 4GB of memory. >Fix: I've heard it will work on 3.5. However I would like to use 4.x >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 11: 0: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 630A937B412 for ; Mon, 13 Aug 2001 11:00:05 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DI05C38624 for freebsd-bugs@freebsd.org; Mon, 13 Aug 2001 11:00:05 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Aug 2001 11:00:05 -0700 (PDT) Message-Id: <200108131800.f7DI05C38624@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports No matches to your query To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 11: 2:42 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D29DC37B414 for ; Mon, 13 Aug 2001 11:00:10 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DI05G38629 for freebsd-bugs@freebsd.org; Mon, 13 Aug 2001 11:00:05 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Aug 2001 11:00:05 -0700 (PDT) Message-Id: <200108131800.f7DI05G38629@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die f [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 will When a fork/exec stress test is run, the o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/30] kern/14614 dillon VM DoS attack (with exploit attached) o [1999/11/20] kern/15013 SMP Panic on Dell PowerEdge 1300/600 f [1999/11/22] i386/15040 Installation problems with 3.x FreeBSD f [1999/11/23] kern/15069 gibbs T400s hangs on any access o [1999/12/05] kern/15281 Please fix handling Ross(?) host to PCI b o [1999/12/08] kern/15356 ahc driver (Adaptec 7896) cannot see 4x18 o [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/01/19] ports/16211 markm pgp5 port creates pgp_old instead of pgpo o [2000/01/25] bin/16350 Kerberized rlogind no longer compiles o [2000/01/28] kern/16420 mdodd 3C5x9 isa nic card f [2000/01/30] i386/16474 SCSI (AHA-2940UW) CDROM install freezes o [2000/02/05] kern/16510 User processes locked on SMP box while bu f [2000/02/07] kern/16574 missing aout shared libs -> panic o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/15] kern/16740 mckusick The kernel panics with "ffs_clusteralloc: o [2000/02/18] i386/16802 An user math program have the system on K f [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills f [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP f [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/04] bin/17791 Restore does not handle bad or missing ta o [2000/04/04] ports/17806 msmith make in ports/net/citrix_ica loops on scr o [2000/04/04] i386/17808 cannot swap /dev/.... f [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel f [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/23] misc/18786 SCSI hangs during FreeBSD 4.0 installatio s [2000/05/24] misc/18793 ken Hitachi DK319H needs quirk entry to work o [2000/05/29] kern/18874 32bit NFS servers export wrong negative v o [2000/05/29] bin/18887 Undefined symbol "_krb_err_txt" in telnet f [2000/06/09] kern/19162 4.0-STABLE panics w/ softupdates and quot o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom o [2000/06/16] conf/19336 write failure when adding distribution fi o [2000/06/23] kern/19480 System hang when use current (GENERIC) ke a [2000/06/30] ports/19613 nate java causing SIGSEGV 11* segmentation vi o [2000/07/01] conf/19629 imp /etc/rc.sysctl can't set all syctls o [2000/07/05] kern/19726 wpaul fatal trap 12 / page fault f [2000/07/09] kern/19794 FreeBSD 4.0-Stable crash o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! f [2000/07/18] alpha/20011 alpha trap entry = 0x2 (memory management fault o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] bin/20489 davidn pw problems: -w random not working correc o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/15] ports/20624 vmware vmmon module locks kernel o [2000/08/16] kern/20671 wpaul panicstr:page fault; panic messages:Fatal o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model f [2000/09/08] i386/21117 When booting 4.0 install disk receive thi o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond f [2000/09/13] bin/21253 dump/restore fail on any stream (tape/pip o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 o [2000/09/18] kern/21378 Accessing floppy under 4.1-STABLE (with D o [2000/09/19] kern/21397 Floppy drive doesn't work on Compaq ProLi o [2000/10/01] i386/21677 Instalation crashed when shell started o [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR o [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/10/06] kern/21783 When msgrcv() blocks, it blocks ALL threa o [2000/10/06] kern/21790 marcel fstat64 does not exist in Linux emulation o [2000/10/06] i386/21802 after working fine for a few weeks, mach o [2000/10/26] kern/22324 Kernel panic when second Compaq Smart Arr o [2000/10/28] kern/22376 Some problems in ar driver with FastTrak o [2000/10/31] ports/22444 ache The 'screen' port has reproducable segfau o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel o [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) o [2000/11/02] kern/22561 xl networkhanging f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/06] i386/22640 SCSI problem halts system after long peri f [2000/11/06] kern/22648 SCSI sup system freezes 4.2-BETA o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN o [2000/11/26] kern/23126 Can't boot kernel with ADAPTEC 1522 SCSI f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation o [2000/12/04] kern/23258 mckusick panic: softdep_lock: locking against myse o [2000/12/04] kern/23281 Installation hangs on PowerEdge 2450 Per3 o [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce o [2000/12/11] kern/23480 panic: vm_pageout_flush page 0xc0a0a8fc i o [2000/12/12] kern/23505 processes die with SIGPROF, usually under a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA o [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2000/12/19] i386/23681 keyboard is not working when the laptop i a [2000/12/21] kern/23740 roam kernel DoS tha could be executed by any u o [2000/12/22] kern/23752 panic with smp 4.2 kernel and dma lpt o [2000/12/26] kern/23859 panicked on sofree o [2000/12/27] kern/23887 panic: softdep_disk_write_complete: lock o [2000/12/30] misc/23958 Installation fails on an i486 DX2 machine o [2000/12/30] misc/23960 Installation fails on an i486 DX2 machine f [2001/01/01] kern/24018 4.2-STABLE, 4.0-RELEASE fatal trap 12: pa o [2001/01/16] kern/24378 ahc broken in STABLE o [2001/01/17] kern/24418 jasone read/write in thread library (-lc_r) does o [2001/01/18] kern/24433 NFSv3 service hangs when writing large am o [2001/01/19] i386/24469 system hangs on scsi disk access error f [2001/01/30] kern/24740 filesystem corruption CFP1080 CAM SCSI ca o [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't o [2001/02/03] kern/24829 ufs incompatibility (4.1.1-STABLE -> 4.2- o [2001/02/15] i386/25123 Heavy NFS traffic over virtual interface f [2001/02/15] kern/25130 dcs kernel crash with kldload/kldunload md.ko o [2001/02/19] kern/25215 RELENG_4 kernel crashes starting SCSI dis f [2001/02/20] misc/25230 gibbs ... SCB Memory Parity Error at seqaddr = o [2001/02/20] kern/25235 OS Hungs up when using with a Battery of o [2001/02/23] i386/25328 4.x stable kernel crash: page fault o [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A a [2001/03/04] kern/25536 ache fix annoying console mouse cursor flicker o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 Bad drives on asr look zero-length and pa o [2001/03/22] kern/26018 Even FreeBSD 4.2 rises ProblemReport kern o [2001/03/24] kern/26048 4.3-RC: SMP and asr driver don't work to o [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/03/30] kern/26224 VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/04/02] bin/26305 Cannnot restore partions with FreeBSD 4.x f [2001/04/07] kern/26417 kernel crash using mpd-netgraph o [2001/04/12] kern/26510 kernel panic while booting on Intel STL2 o [2001/04/13] kern/26549 IPsec policies for more than one pair of a [2001/04/18] kern/26667 Kernel Page Fault/Panic on SWAP Partition o [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo o [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm o [2001/04/27] ports/26890 will KDE Media Player don't work! o [2001/05/02] ports/27036 sobomax All Ports using Mesa3 are required with - o [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails o [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD o [2001/05/03] kern/27059 (symbios) SCSI subsystem hangs under heav o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install o [2001/05/09] bin/27231 NFS client-side locking problem a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number o [2001/05/11] bin/27264 green ssh won't do RSA authentication with Open o [2001/05/11] kern/27275 kernel bug ? o [2001/05/11] kern/27278 ex0 panics system at boot with Ethernet c o [2001/05/16] conf/27385 BusLogic FlashPoint SCSI not found by ins o [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale o [2001/05/20] misc/27475 jlemon Intel 815EEA onboard 82559 causes system o [2001/06/07] bin/27939 rlogin uses wrong IP address for remote h o [2001/06/08] kern/27985 Recent -STABLE crashes when accessing dc o [2001/06/09] kern/27987 New ATA Driver failure with VIA Southbrid a [2001/06/09] i386/27991 ssh 1 and 2 login with keys is not possib o [2001/06/09] i386/28002 make world fails (ref. to ipf) o [2001/06/11] kern/28031 ThinkPad 570 doesn't need clkrun_hack o [2001/06/11] kern/28087 Fatal trap 12: page fault while in kernel o [2001/06/14] kern/28162 RELENG_4 (4.2, 4.3) Panics when system ha o [2001/06/14] kern/28163 in_pcballoc Panic in RELENG_4 with large o [2001/06/15] bin/28191 rtld-elf ignores LD_LIBRARY_PATH f [2001/06/16] ports/28201 ports althea hangs on startup o [2001/06/20] i386/28293 imp Dell Latitude CpxJ 750 hangs on install o [2001/06/25] kern/28402 kernel panic caused by softupdates (may b o [2001/06/25] kern/28418 XFree86 4.X panics FreeBSD 4.3-STABLE on o [2001/06/27] bin/28447 GNU tar silently fails on large files (> o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] ports/28549 will kdenetwork2 compile error o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in o [2001/06/30] i386/28558 makedev return non-zero status after inst o [2001/07/01] misc/28571 Missing ukrainian capital GHE (G3) in koi o [2001/07/01] misc/28573 Missing ukrainian GHE in koi8-u keyboard o [2001/07/02] kern/28630 Look like hung up a kernel after few minu o [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/05] kern/28751 n_hibma USB Mouse doesn't seem to work! o [2001/07/06] kern/28762 jlemon fxp timeout o [2001/07/09] kern/28844 Router/nameserver system crashes 2-3 time o [2001/07/12] kern/28905 wpaul FreeBSD 4.3 freeze when ppp dials over T- o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/14] kern/28974 PPPoE software fails when SOCK_RAW employ o [2001/07/15] ports/28995 max deMime produces blank line in header part o [2001/07/17] i386/29045 Heavy disk usage causes panic in ffs_blkf o [2001/07/19] i386/29096 freebsd 4.2/4.3 hangs after probing devic o [2001/07/21] kern/29121 msdos fs causes kernel panic when writing o [2001/07/22] kern/29150 Incomplete cleanup in the netgraph bridge o [2001/07/24] bin/29191 NFS file locking fails from Solaris 8 cli o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause f [2001/07/29] i386/29315 Promise ATA100 UDMA5 works incorrectly o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/08/01] kern/29365 When We configure up the xl0 device BSD h o [2001/08/04] kern/29454 buslogic driver checks wrong bit for exte o [2001/08/05] i386/29471 latest 4.3 stable fails to boot up; hung 205 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable f [1997/02/22] kern/2800 DDS large data writing probrem f [1997/03/01] kern/2840 tegge mlock+minherit+fork+munlock causes panics a [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator f [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI f [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work f [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" f [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's f [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/12/14] bin/5297 will make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) o [1998/02/28] kern/5877 bmilekic sb_cc counts control data as well as data f [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A f [1998/03/28] bin/6162 mikeh kinit does not default to the current use o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/19] kern/6351 DPT RAID controller stops working under h f [1998/04/20] i386/6368 murray Stallion Easyio 8 port not detected using a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty s [1998/06/02] bin/6830 will make(1) exhibits confusing and non-standa s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/26] kern/7405 dillon in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 dillon Machine crashes do not occur very often, s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/27] kern/7766 de driver still buggy - random ifc death f [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/09] bin/7876 tegge gethostbyname flags temporary failure as o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas f [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/06] kern/9355 [MFC] can't select() for writes on a bpf s [1999/01/07] bin/9379 pppd does not go through all interfaces l s [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == f [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi f [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible f [1999/02/28] kern/10316 le0 goes OACTIVE after some time s [1999/03/02] bin/10353 mikeh ypserv gets segmentation violation f [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet f [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/09] bin/10510 Remote cvs botches commits on occassion f [1999/03/14] kern/10594 EXT2FS mount problems f [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd f [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. f [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec f [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] bin/11005 iedowse `umount -f' does not work if the NFS-serv s [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim f [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval f [1999/04/13] bin/11119 mikeh NFS quotas fail to report if alternate fi s [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # s [1999/05/07] gnu/11562 tar verification doesn't work f [1999/05/12] i386/11664 lnc1 NIC fail to work f [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go f [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam f [1999/05/29] kern/11937 vm problems after havy memory usage f [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/04] kern/12022 phk System clock timewarps f [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/12] gnu/12175 obrien gdb crashes with pids > 32736 o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde Bad scheduling in FreeBSD o [1999/06/30] kern/12464 bp bad reference in struct vm_zone f [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short f [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/20] bin/12727 billf Game patches from NetBSD f [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/24] kern/12800 tegge buffer leak in cluster_wbuild f [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX f [1999/08/03] misc/12938 mikeh gethostbyaddr(209.201.116.19) - Bus error o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro a [1999/08/15] kern/13150 mckusick panic: ufs_dirbad: bad dir f [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted f [1999/08/17] gnu/13200 The assembler chokes on very long operand f [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/27] gnu/13427 obrien gdb reports wrong info f [1999/08/28] gnu/13438 objc forward core dump using system cc f [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver f [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails f [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d s [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 dillon NFS client appears to lose data f [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" s [1999/10/20] bin/14444 enigma command can't decrypt files encryp f [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron f [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 murray when sysinstall is running as init it sho f [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master s [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested f [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol f [1999/11/17] misc/14964 mikeh Network Interface Configuration Problem a o [1999/11/19] i386/15003 mdodd 3C574 (ep0) reads bogus ethernet address o [1999/11/23] bin/15070 tegge vfprintf/cvt/__dtoa race condition in thr o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f f [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern f [1999/12/13] kern/15475 pppd(8) sets the Source Address field of s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c f [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt f [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system s [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s f [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p f [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/01/17] bin/16155 cp -p does not preserve modification time f [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel f [2000/01/21] kern/16257 Kernel panic in sbdrop f [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/23] alpha/16319 alpha No trailing newline in /usr/src/lib/libc/ o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. f [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection f [2000/01/25] bin/16353 rlogin encryption is broken on transmit s o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict f [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P f [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c f [2000/02/20] conf/16832 amd.map options won't play with Solaris N o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 murray Sysinstall/disklabel: bad partition table o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] misc/16991 jhb booting install disk and USB f [2000/02/28] bin/17056 rshd does improper home directory check s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm f [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting f [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/11] ports/17313 ache wu-ftpd ports install invalid file owners o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh f [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed f [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it f [2000/03/28] kern/17634 Non-deterministic PnP sound device config o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit f [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/06] kern/17829 The dc driver is seriously broken f [2000/04/07] kern/17842 Erratic user time reports for long runnin o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m f [2000/04/10] kern/17895 dwmalone stale unix domain connections f [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/11] i386/17930 wpaul Patch to MFC WaveLAN WEP into 3.4-STABLE f [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia f [2000/04/19] i386/18089 4.0R install hangs on newfs or fsck o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex o [2000/04/28] kern/18285 the system froze when use scon -s 50 f [2000/04/30] kern/18316 close-together bt848/878 captures to file o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is f [2000/07/22] kern/20115 greid pcm0 doesnot work on Panasonic Let's note o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/26] bin/20194 amd doesn't provide directories automatic o [2000/07/27] kern/20213 NFS and Linuxulator issues in PR kern/194 o [2000/07/27] kern/20217 darrenr IPF default block and inclusion in rc.net o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/28] bin/20259 des fetch(1) confused when redirected from ht o [2000/07/29] conf/20282 murray sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons a [2000/08/02] bin/20373 obrien Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, o [2000/08/15] kern/20631 kernel panics on ifconfig if_le f [2000/08/15] kern/20632 stacking mount_null causes an error: moun o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/20] kern/20734 n_hibma USB mouse detaches and never reataches f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 obrien gdb does not recognise old executables. o [2000/08/30] bin/20952 ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/06] i386/21087 tanimura ed driver incorrectly fails probe for ISA o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/08] kern/21118 luigi Multiple problems in ipfw's stateful code o [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. o [2000/09/09] kern/21143 `#define schedsofttty' et al. should not o [2000/09/09] bin/21152 mikeh @monthly entry in crontab is run every da o [2000/09/09] kern/21155 Load average (either with uptime both top f [2000/09/10] kern/21162 panic in ffs_softdep.c: handle_workitem_f o [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/11] ports/21210 dima acroread port missing lib a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] kern/21270 Kernel compilation errors and dies when c o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre o [2000/09/15] i386/21297 kernel panic TRAP 18 during kern.flp inst o [2000/09/15] misc/21300 Install CD-ROMs don't give users enough r o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites o [2000/09/20] kern/21424 Blocking issue while regenerating aliases f [2000/09/20] kern/21429 box reboots with panic: pipeinit: cannot o [2000/09/20] gnu/21433 obrien g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 marcel Linux compatability mode should not allow o [2000/09/21] ports/21464 marcel linux_base port installs insecure glibc r o [2000/09/26] i386/21559 rnordier BTX loader sometime show registers o [2000/09/27] conf/21593 Whither cons25, or, cons25 causing intero f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] i386/21624 trap in gusc_attach o [2000/09/28] kern/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/09/29] kern/21653 I need a AD1816 Driver o [2000/09/29] bin/21654 Re: nvi's -c flag does no do what it is d o [2000/10/01] kern/21674 Fujitsu MO drives M2513A don't like the s o [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc o [2000/10/02] misc/21701 murray Keymap selection menu broken on initial i o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/02] misc/21716 The site search results *suck*. o [2000/10/04] ports/21756 adrian errors in Squid-2.3.4's configure prevent o [2000/10/04] ports/21761 adrian Re: errors in Squid-2.3.4's configure pre o [2000/10/05] kern/21771 Fix for sppp and Cronyx drivers update o [2000/10/05] gnu/21779 patch(1)'s bug of new file creation o [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/07] i386/21824 bt driver no longer attaches due to chang o [2000/10/07] kern/21827 mount causes freebsd 4.1.1 to reboot o [2000/10/09] kern/21860 The fix to TCP_ISSINCR after the bugtraq o [2000/10/09] kern/21869 Compiling a a.out kernel on FreeBSD 4.0 o [2000/10/09] bin/21877 green [PATCH] DSA support for pam_ssh o [2000/10/10] kern/21898 If options NFS is not in the kernel, moun o [2000/10/12] misc/21940 Modem Power-Off kills system o [2000/10/13] kern/21965 Running ldconfig (linux binary) from ld-1 o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/17] kern/22063 jdp bpf when used with the select system call o [2000/10/18] bin/22105 /usr/src/bin/sh - Permission denied when f [2000/10/19] misc/22111 Install 4.1.1 o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/22] kern/22225 Trying to build a CURRENT snapshot on 4.1 o [2000/10/23] kern/22265 Suspend only possible once after reboot o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22286 marcel siglongjmp does not properly restore the o [2000/10/25] conf/22287 binary upgrade install to 4.1.1 does not o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/26] i386/22315 Cannot reboot or power-off the machine o [2000/10/29] ports/22403 portmgr "make readmes" hangs if category director o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/10/31] kern/22460 PCMCIA card using ed driver temporarily f o [2000/11/02] kern/22532 [patch] /dev/dsp is sometimes busy when n o [2000/11/03] misc/22588 scp hangs when using Lucent 802.11b card f [2000/11/03] kern/22594 NFS can't handle asymmetric server routin o [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/06] kern/22642 Load average stuck not changing o [2000/11/06] kern/22643 Cannot compile kernel with support for Gr o [2000/11/06] bin/22647 rmail calls sendmail with -G which upsets o [2000/11/08] bin/22685 Repairing a directory hard link. o [2000/11/08] i386/22708 fpe in healthd when it starts o [2000/11/08] i386/22712 sysinstall makes wacky keymap choices o [2000/11/10] bin/22737 syslog gets spammed with /kernel: arp_rtr o [2000/11/13] kern/22826 marcel Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible o [2000/11/15] kern/22877 installation panic if ep0 presents o [2000/11/16] kern/22896 When kernel boots uhci fails o [2000/11/17] kern/22926 kernel 4.1-RELEASE, 4.1.1-RELEASE (floppy o [2000/11/18] kern/22942 Problem with ext2fs support o [2000/11/18] kern/22943 marcel Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB s [2000/11/18] bin/22945 tftp (4.1.1-RELEASE) appears broken a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI o [2000/11/19] i386/22969 4.1.1 stable kernel cannot find console f [2000/11/20] conf/22998 darrenr ipf fails to load the rules if IPFILTER i o [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/25] bin/23098 If installing on a serial console, enable o [2000/11/26] misc/23120 '|more' takes up to 100% system resources f [2000/11/26] ports/23122 sobomax programs requiring glib13 fail in configu o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/11/27] ports/23140 pst GNU id-utils port is out-of-date o [2000/11/28] misc/23161 imp tcsh execs /bin/ls --color 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/16] kern/25136 Fatal trap 12: page fault while in kernel o [2001/02/16] bin/25153 pirzyk kdump does not finish displaying data a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] ports/25205 greid mail/pop3lite port update o [2001/02/19] kern/25213 Bus abstraction interface doesn't allow p o [2001/02/19] i386/25214 Installing 4.2, and after the initial set o [2001/02/20] i386/25236 Intel 82559 is not working behind a DEC/I o [2001/02/20] bin/25244 termcap and printcap interference o [2001/02/21] kern/25245 mounting NFS to/from same host + activity o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't o [2001/02/21] kern/25255 keyboard response very slow with PCMCIA E f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of a [2001/02/21] kern/25266 chris fdesc file system in -STABLE locks up dur o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca o [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/24] kern/25344 ipfilter and ppp insecure in 4.2-Stable o [2001/02/24] kern/25346 Some interrupts not delivered on Dell Wor o [2001/02/25] ports/25374 okazaki A new port math/atlas highly optimized BL o [2001/02/26] bin/25403 darrenr ipfilter: enable ipv6 and STATETOP in 4.2 o [2001/02/28] bin/25461 jkh sysinstall's fdisk and disklabel don't wo o [2001/02/28] kern/25464 if_xl.so kld does not work with "options o [2001/03/01] kern/25476 [PATCH] The syscall oldgetkerninfo can re o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/10] kern/25650 le nic driver causes kernel panic o [2001/03/11] i386/25693 VGA driver on Current not found o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/14] misc/25801 imp change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 jkh Security hole in anonymous FTP setup scri o [2001/03/17] bin/25885 telnet -a off still uses SRA authenticati o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/18] i386/25889 FDISK lost a partition ! o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/20] kern/25953 sos Attempt to access CD changer results in p o [2001/03/20] i386/25958 jhb Xfree86's savage and vesa drivers can pan o [2001/03/20] kern/25959 pcn driver disables nic after kernel is l o [2001/03/21] i386/25968 /usr/src/lib/libcrypt/../libutil/property o [2001/03/22] kern/25986 Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c a [2001/03/22] bin/26010 ache tar(1) core-dumps on '-I file' o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 marcel not work Linux-emulator, but hi is work i o [2001/03/29] conf/26203 No CODA devices in MAKEDEV f [2001/03/29] bin/26209 imp pccardd will not recognise any pc cards o o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/01] conf/26275 darrenr ipfilter_enable in rc.conf does not load o [2001/04/02] kern/26304 pcm only plays left channel in FreeBSD 4. o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 mountd breaks IRIX automounter o [2001/04/04] misc/26356 Large copy of files to the machine causes o [2001/04/04] kern/26361 5.0-04022001-CURRENT kernel panic on kern f [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/09] kern/26466 devfs panics o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/11] kern/26501 imp Unsuported PCCARD freeze the kernel in is o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/12] kern/26517 sos ATAPI DVD drive not recognized (solo mast o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/15] ports/26607 adrian squid port don't work corretly when compi o [2001/04/16] kern/26613 ethernet vr0 hangs f [2001/04/18] ports/26679 sobomax make on qpopper4 fails because it's using o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( a [2001/04/22] gnu/26771 cvs checkout bug with existing val-tags a o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/23] bin/26809 /etc not saved on upgrade o [2001/04/25] bin/26842 dd dump with h flag takes a very long time o [2001/04/25] ports/26848 sobomax jre port core dumps o [2001/04/25] bin/26869 vi(1) crashes in viewing a file with long f [2001/04/26] kern/26877 greid loading snd_emu10k1 module causes lockup o [2001/04/26] kern/26878 Kernel panic in nfs subststem (vrele: neg o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 ports omniORB 3.0.3 servers die when using Free o [2001/04/27] kern/26896 Kernel panic during ktrace (vrele: negati o [2001/04/27] misc/26897 jkh 4.3R sysinstall fails to create swap part o [2001/04/27] i386/26903 jkh Cannot use DHCP from /stand/sysinstall ne o [2001/04/27] ports/26909 chuckr a2ps cannot handle long hostnames o [2001/04/28] kern/26920 imp PCI autoconfiguration of USB, dc ether, a o [2001/04/28] bin/26924 jkh sysinstall has problem parsing "dists=" f o [2001/04/28] misc/26933 jkh sysinstall - fdisk does not properly "dan o [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/30] i386/26985 jkh floppy install 4.3 via FTP hangs o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/01] i386/27009 XFree86 4.0.3_3 fails to start on GeForce o [2001/05/01] bin/27016 ipnat should not require existence of ipf o [2001/05/01] kern/27020 FreeBSD 4.3RC compiled with an SMP kernel o [2001/05/02] kern/27044 remounting a r/w filesystem read-only cau o [2001/05/02] ports/27052 reg libtool port broken in 4.3 RELEASE o [2001/05/04] ports/27073 ports devel/jakarta-ant doesn't work out of the o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding o [2001/05/04] kern/27087 FreeBSD 4.3-RELEASE does not recognize Gi f [2001/05/07] i386/27197 tobez 4.3-STABLE make buildworld fails at perl a [2001/05/08] ports/27202 dougb mail/pine sucks rocks when saving over NF o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd o [2001/05/09] kern/27237 Watchdog Timeouts under EXCESSIVE load o [2001/05/09] kern/27242 SIGHUP propagation failure to processes o o [2001/05/10] i386/27247 Panic on install - "page fault syncing di o [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) o [2001/05/16] misc/27384 SCSI Hardrive bios of COMPAQ Proliant is o [2001/05/16] kern/27395 mjacob Problems with Qlogic 2200 FC card. The sy o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/17] i386/27404 FreeBSD-4.3 crashes in VMware o [2001/05/17] ports/27419 jhb E-FancyLauncer clones itself over and ove o [2001/05/19] kern/27460 n_hibma Bad entries for EPSON 1240U scanner o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] misc/27510 Alcatel Speed Touch ASDL Modem - USB o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] bin/27593 sos burncd msinfo returns wrong info at more s [2001/05/23] kern/27601 infinite loop at end (?) of ifnet list .. o [2001/05/23] docs/27605 doc Cross-document references () f [2001/05/24] bin/27630 mktime failure. o [2001/05/25] ports/27632 reg SNNSv4.2 port has known and fixable bug o [2001/05/25] ports/27645 portmgr PKG_IGNORE_DEPENDS for X does not work o [2001/05/26] kern/27661 >1000 ipfw rules and heavy traffic crash a [2001/05/26] kern/27674 sos IDE Interrupts disabled on resume o [2001/05/27] kern/27694 cg Panic in csa(4) o [2001/05/28] ports/27705 ports The p5-Tcl port is broken due to wrong in f [2001/05/28] i386/27711 panic: ffs_write: type: 0xc39b2fc9 9 (0,5 o [2001/05/29] i386/27729 the ls120 device "afd" does not show up u a [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/05/29] kern/27753 sos ATA driver in FreeBSD 4.2 and later no lo o [2001/05/30] ports/27769 ports New port: p5-XML-LibXSLT - Interface to G o [2001/05/30] kern/27782 darrenr ipf packet munging bug using "to" option o [2001/06/01] misc/27810 rpc.statd can loop a [2001/06/01] kern/27812 sos Some weird ATA[PI] problem ? o [2001/06/03] ports/27865 ports mod_python port is broken o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and f [2001/06/04] misc/27880 select fails to return incoming connect o [2001/06/04] ports/27883 bp shares mounted by the smbfs-1.4.1 port ar o [2001/06/05] misc/27893 can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/06] bin/27922 imp FreeBSD-SA-01:40 o [2001/06/07] ports/27925 portmgr index is not updated when it html manpage o [2001/06/07] ports/27926 portmgr bsd.port.mk does not handle MLINKS with h o [2001/06/07] ports/27929 jmz make extract on x11/XFree86-4 port fails o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/11] ports/28030 ports VMware requires block device for linux /d o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] i386/28098 mbus leakage in FreeBSD 4.3R somewhere o [2001/06/12] kern/28100 Hang after device probe on EISA machine o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/12] kern/28112 Packet capture does not work well with -p o [2001/06/13] ports/28136 kiri xemacs JDE needs elib package o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/14] kern/28164 [PATCH] crashdump can trash disklabel/oth o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/15] ports/28177 mharo installation of www/analog port always ov o [2001/06/15] ports/28179 nbm vsftpd port creates a user without a warn o [2001/06/15] misc/28188 Cron is being started to early in /etc/rc o [2001/06/16] kern/28218 A peer of TCP socket cannot detect termin o [2001/06/16] bin/28221 dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/17] ports/28228 sobomax Cannot make Mesa 3.4.2 port with XFree86 o [2001/06/17] i386/28231 /boot/loader can't load kernel on Xyberna o [2001/06/18] i386/28253 VIA Rhine (I) reboots/crashes FreeBSD 4.2 o [2001/06/19] ports/28278 gnome mozilla doesn't build o [2001/06/19] ports/28279 ports Some X applications freeze the system o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/21] ports/28322 gnome pan-0.9.7 fails to compile on FreeBSD 4.3 o [2001/06/21] ports/28326 ports xmms fails to build on FreeBSD4.3 RELEASE f [2001/06/22] misc/28339 roam Slow Disk performance on 4.3 (about half f [2001/06/23] conf/28361 gshapiro sendmail.cf is missing some STARTTLS supp o [2001/06/23] misc/28374 Re: gdb output is wrong (same as #13427 ? o [2001/06/23] ports/28378 ports p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/23] ports/28380 jmz XFree86-4 doesn't give enough information o [2001/06/23] bin/28381 Can't turn off telnet autologin o [2001/06/24] ports/28394 ports p5-TclTk-b2 fails to build with a syntax o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/25] bin/28403 will Re: make(1) does not correctly substitute o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/26] kern/28434 cs0's promiscuous mode does not work o [2001/06/26] ports/28438 ports gawk-3.0.6 coredumps building guile-1.4 o [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/27] ports/28458 gnome Gnome-1.4's use of Xalf out of sync with o [2001/06/28] ports/28474 ports incorrect permissions on log files create o [2001/06/28] ports/28475 will klaptop daemon incorrectly thinks that th o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist o [2001/06/28] kern/28497 dmesg corrupted buffer/output o [2001/06/28] kern/28498 /var/log/messages incorrect o [2001/06/28] kern/28507 jlemon fxp timeout o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/06/30] i386/28536 writing to corrupted msdosfs causes kerne o [2001/06/30] bin/28552 EUC support of wcstombs(3) is broken for o [2001/07/01] i386/28592 Please support boot from ATA RAID-0 devic o [2001/07/01] misc/28605 Syntax error in Ukrainian message in INDE o [2001/07/01] kern/28616 sos ATA probe problem with VIA 82C686 o [2001/07/02] ports/28623 ports New port: Sun's Java Communication API o [2001/07/02] ports/28624 ports New port: FreeBSD-specific support for Su o [2001/07/02] misc/28629 ftpd REST command does not support restar o [2001/07/02] kern/28660 jlemon timeout promrem on Intel PCL 10/100 Ether o [2001/07/03] kern/28672 Erroneously mounting Audio-CDs as ISO cra o [2001/07/03] ports/28673 ports New Port: nhc98 - a haskell compiler to p o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/04] ports/28697 ports gnotepad+ won't build on my box o [2001/07/04] kern/28713 NEW IPFW FEATURE [PATCHES]: Dynamic rule o [2001/07/05] bin/28724 green ssh client won't do RhostsRSAAuthenticati o [2001/07/05] ports/28726 dinoex tclConfig.sh has error in LD_SEARCH_FILES o [2001/07/05] misc/28737 D-Link DFE530TX - vr0: Watchdog Timeouts; o [2001/07/05] misc/28740 sos burncd fails with multiple IOCTL errors o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/06] ports/28769 shige ports japanese/xv, graphics/xv-m17n build o [2001/07/06] bin/28773 [PATCH] Bug in pw, no $ in username o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] ports/28801 torstenb autoconf update from 2.13 to 2.50 o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] ports/28853 gnome textproc/scrollkeeper doesn't compile o [2001/07/09] kern/28856 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/13] bin/28935 dwmalone syslogd -u doesn't treat * as "all levels o [2001/07/15] i386/28985 Installing FreeBSD 4.3 on a Dell Optiplex o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 .root fails to o [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 sheldonh man can display the same man page twice o [1997/08/29] bin/4420 roberto find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/13] kern/4528 processes hang if the mount_portal proces o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i o [1997/11/14] kern/5048 dillon Calling shutdown(fd,1) multiple times wil o [1997/11/20] kern/5108 dillon pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 dillon kernel crash & core in pmap_testbit durin s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/11] kern/5275 dillon [PATCH] Added volume (barcode) support to s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with f [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/24] i386/5559 imp PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/06] kern/5672 dillon Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/06] kern/5931 dma errors in syslog with GUS-max a [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl o [1998/03/30] bin/6176 running architextSearch (excite) under li o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 will bsd.man.mk can't handle man pages with ": f [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 phk sysinstall: install from MS-DOS MO divece o [1998/06/22] bin/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 murray Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 portmgr MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c s [1998/08/22] kern/7722 Changes to acct format o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 rwatson patches to add a p_auth extension pointer o [1998/09/08] bin/7860 gad Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/09/20] bin/7998 jkh pkg_add seems to have unneeded umask s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/27] i386/8867 murray /stand/sysinstall core dumps (signal 11) o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 kris pax can't read tar archives that contain o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/28] kern/9748 error in queue handling of at_shutdown() a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10274 will make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] bin/10358 mikeh ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/14] conf/10582 marcel Makefile.upgrade fails with make -j o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] misc/10667 murray Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] bin/11114 will make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] bin/11248 Shuffle o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/05/26] bin/11900 mikeh Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 wosch makewhatis during installworld uses /usr/ o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/13] ports/12188 trevor new port: misc/pbs - a batch scheduler o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics f [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG f [1999/07/22] misc/12765 mikeh cable problem: link down for de0 NICs. o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy o [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/28] kern/12855 mckusick panic:softdep_flushfiles:looping, caused f [1999/07/30] misc/12887 mikeh Problem with "top" command in SMP f [1999/07/30] misc/12888 mikeh strange kernel messages when copying file o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/07] docs/13020 doc Manpage capitalization o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 will make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 dwhite new man page describing timeradd() family o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/29] ports/18896 jseger Tcl "info hostname" command returns chop- o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/05/31] kern/18928 options ROOTDENAME=xxx on kernel config f o [2000/06/01] bin/18946 jhb Add support for enabling USB daemon from o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 green sshd does not print before motd o [2000/06/02] bin/18967 ypserv not linked with tcp wrappers o [2000/06/03] misc/18987 Problems with Comtrol RocketPort o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/05] docs/19010 doc Bad144 obsoletion by 4.0 is undocumented; o [2000/06/05] i386/19012 No volume run out for /var and lead my Fr f [2000/06/06] bin/19056 yacc in 3.4 and 4.0 reports "maximum tabl o [2000/06/06] bin/19057 offer of patch to uname that produces pre f [2000/06/06] ports/19061 kuriyama ports/textproc/lotusxsl the source zip pa f [2000/06/06] kern/19063 rnordier VGA keyboard sometimes fails to work in b o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/08] misc/19124 ps(1) to support SysV-style options? o [2000/06/08] misc/19129 AMI Raid Express 200 card extremely slow o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/09] kern/19158 U.S.Robotics 56K FAX INT not recognize co f [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] ports/19325 tom ports/mail/ezmlm-idx: mysql & pgsql suppo o [2000/06/15] gnu/19327 obrien Fix to build 'a.out' binary. o [2000/06/17] bin/19355 fstat gives signal 10 (SIGBUS) when outpu o [2000/06/18] misc/19367 markm /etc/defaults/make.conf lists wrong value o [2000/06/18] bin/19369 Inadequate error reporting in "mount" com o [2000/06/19] misc/19391 marcel Evilness with Linux Terminus, causes X to o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/20] i386/19410 spontaneous reboot when esd runs on a -ST f [2000/06/21] bin/19422 dd users can overflow argv to make ps segfau o [2000/06/22] conf/19442 can't install on diverse harddisks. o [2000/06/22] ports/19448 markm filename input broken o [2000/06/22] ports/19456 chuckr the sp port is hardwired to install it's o [2000/06/22] ports/19457 vanilla The gimp port has /usr/local/bin hardwire o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/26] ports/19523 billf Update port: graphics/gd o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup o [2000/06/28] bin/19558 amd doesn't know whether NFS feature is a o [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19585 obrien bounce port misconfiguration o [2000/06/29] ports/19591 issei ssh2 port ignores 'ignorenologin' from lo f [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] kern/19624 make {DFL,MAX}SSIZ kernel options o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/05] kern/19706 Framing error on PC/NET 32 also used in o o [2000/07/05] bin/19719 imp pccard_ether lacks the start_if hooks as o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/05] misc/19725 4.0-STABLE: sys/boot/ficl build fails if o [2000/07/06] gnu/19733 obrien GDB 4.18 is not GDB 4.18 o [2000/07/07] bin/19755 nologin not configurable o [2000/07/07] kern/19756 sheldonh Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/09] misc/19805 not installable on old-fashioned dx50 o [2000/07/10] ports/19823 gnome gnucache build depends on unimplemented s o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 murray Run Fit it floppy from serial port o [2000/07/11] conf/19849 MAKEDEV still defaults to da0X instead of o [2000/07/11] kern/19863 markm Non-blocking IO not supported on /dev/ran o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 select on named pipes always returns 'ava o [2000/07/13] i386/19890 davidn Stallion serial driver support missing [p o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/16] i386/19972 Add of pckg (several pkgs) aborted, error o [2000/07/17] ports/19977 rse mod_php3 and mod_php4 ports doesn't recog f [2000/07/17] docs/19981 doc Indonesian translations o [2000/07/18] gnu/20004 obrien FBSD4 gcc __attribute__(constructor) not o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] ports/20145 dburr improving the devel/SN port o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] bin/20165 markm PERL_THREADED=true fails; "yes" works; ma o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/30] ports/20301 billf New port: irc/ircd-hybrid6 o [2000/07/31] bin/20311 markm src/release/Makefile: broken CHECKSUM.MD5 o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 sheldonh ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide o [2000/08/02] bin/20371 dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/03] kern/20393 dillon processes get stuck in vmwait instead of o [2000/08/04] docs/20400 doc Building a kernel with debugging info sec o [2000/08/04] bin/20402 ache 4.1R's ls conflicts with Emacs' dired mod o [2000/08/04] misc/20408 Distribution CDs will not boot on IBM Thi o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 asmodai Can't make only cd0 under 4.1-STABLE o [2000/08/06] kern/20448 luigi expired dynamic rules shown in "ipfw get" o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/07] kern/20473 itojun socket(AF_INET, SOCK_RAW, 4) no longer wo o [2000/08/07] misc/20475 mjacob SES/SAF-TE giving bogus temps on JMR ELEC o [2000/08/08] conf/20479 dd updates for rc.conf.5 manpage o [2000/08/08] i386/20485 AdvanSys ISA probe problems in 4.1-R GENE o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c o [2000/08/09] bin/20501 extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. s [2000/08/10] kern/20529 billf gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/13] ports/20587 kiri Update port: upsd-2.0.1.6 o [2000/08/13] ports/20588 kiri New port: upsd100-2.0.1.6(sysutils/upsd10 o [2000/08/14] bin/20600 dd getpeereid obtains credentials from conne a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 patrick New port of cgoban2 o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/22] conf/20774 sheldonh 'NFS access cache time=2' is not a daemon o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] bin/20827 billf pkg_add -r only fetchs one-level deep dep o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/25] ports/20849 dec fix port: net/gated o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 murray /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/08/30] docs/20950 kris [PATCH] openssl.1 has bogus section title f [2000/09/01] kern/20992 kern/tty_subr.c, b_to_q to a clist with n f [2000/09/02] ports/20995 sheldonh freeciv-civ gtk make problem. o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd a [2000/09/02] kern/21000 sheldonh 4.1-STABLE doesn't have card ID f [2000/09/02] ports/21003 ports New Port, modification of tcopy o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/04] ports/21038 jseger CFengine doesn't install info files o [2000/09/04] kern/21051 Updating 4.1-RELEASE to -current fails be o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 sheldonh top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/08] ports/21120 grog Update port: x11-servers/x2x o [2000/09/08] gnu/21128 a proposed patch for uucp package o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] kern/21154 Change the name of *_saver.ko to saver_*. o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt o [2000/09/11] ports/21211 rse the startup file installed by apache-mods o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/12] bin/21231 roberto the ntp HTML docs don't have the images f [2000/09/12] kern/21240 mbufs allocated to data is huge number in o [2000/09/12] kern/21242 Koutech PCI dual port serial card patch o [2000/09/13] misc/21255 phk /sbin/md5 suggestion o [2000/09/14] misc/21273 PLIP Configuration in sysinstall is broke f [2000/09/15] misc/21298 mikeh tftpd problem "Socket operation on non-so f [2000/09/16] misc/21310 mikeh Telnetd locks up when trying to connect v o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/18] ports/21351 jhb ports/emulators/bfe sourcetarball no long s [2000/09/18] ports/21371 bp Update port: net/mars_nwe to 0.99.20 o [2000/09/19] kern/21402 marcel Linuxulator: getpgid(0) fails o [2000/09/19] kern/21405 dd Default module patch mismatch between ker o [2000/09/19] kern/21409 The ID for the VIA KT133 chipset is not i o [2000/09/20] bin/21436 pkg_install will not compile without erro o [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] conf/21489 imp /etc/pccard_ether feature request o [2000/09/22] misc/21494 mikeh ftpd can't handle /etc/chroot entries wit o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] misc/21528 kris installworld fails in secure/usr.bin/open o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new o [2000/09/25] misc/21536 jkh [PATCH] Add Hungarian FTP mirror to sysin a [2000/09/25] docs/21542 asmodai sigaction(2) man page is misleading f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/26] ports/21584 archie mpd whines if kernel has option NETGRAPH f [2000/09/26] misc/21587 mikeh install problem in 4.1-Stable o [2000/09/28] ports/21621 reg Update port: devel/libtool to 1.3.5 o [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin o [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] docs/21712 dan core(5) manpage fails to mention kern.sug o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/02] ports/21719 nbm New Port: Courier Mail Suite o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb o [2000/10/03] kern/21737 sendto returns systematically EINVAL with o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21752 Infortrend IFT-3102 doesn't like SCSI Cac o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] ports/21765 portmgr I cat't make ports using pw_gid) != typeof(group->g o [2000/10/22] bin/22211 typoed tar -c clobbers archives o [2000/10/23] ports/22259 obrien bash: root directory change directory bug o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/26] docs/22338 asmodai ugen(4) man page missing o [2000/10/27] bin/22347 dd copies incorrect data after 2^32 bytes o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou f [2000/10/28] ports/22379 ports New port: libudbc o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) s [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/03] ports/22590 jseger graphics/xpaint writes pixmaps to stdout o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] bin/22612 crontab -e failures o [2000/11/05] kern/22617 Incorrect PnP ID for ALS120 game/joystick o [2000/11/05] i386/22633 when kernel boots smp scsi fails o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong f [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] conf/22695 MAKEDEV has no entry for cfs0, the device o [2000/11/08] misc/22696 picobsd build with router configuration c o [2000/11/08] ports/22698 nbm Ports' rc.d files should use rc.conf o [2000/11/09] ports/22716 billf [PATCH] ports/net/ucd-snmp f [2000/11/09] conf/22718 sysinstall in FreeBSD 3.5.1 generates bad o [2000/11/09] bin/22730 tcpslice doesn't handle long file offsets o [2000/11/10] ports/22735 will KGhostView doesn't recognize spaces in fi o [2000/11/10] kern/22754 mmap man page states that non-page aligne o [2000/11/10] alpha/22759 alpha zip cannot work with existing .zip archiv o [2000/11/12] kern/22801 Modem 'OMRON ME5614ISA' is not recognized o [2000/11/13] alpha/22824 alpha unaligned accesses from dhclient o [2000/11/14] conf/22859 darrenr rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 doc newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/16] kern/22905 Netgear FA311 Not supported. o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] bin/22933 green Typographical error in ssh.1 o [2000/11/18] i386/22940 Can't install 4.1.1 on ad0s2 if da0 exist o [2000/11/19] kern/22967 murray stallion driver (stl) shipped with FBSD 4 f [2000/11/20] ports/22970 ports New Port : textproc/py2html a [2000/11/20] i386/22971 marcel RealProducer doesn't work on linux emulat f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/23] ports/23060 steve lsof warning msg o [2000/11/23] conf/23063 [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23081 Touchpad on NEC Versa laptop is unusable o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/24] misc/23084 mount_nfs hangs self with some NFS server o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/26] kern/23123 IP options reveal IPstealth mode. Just t o [2000/11/27] i386/23141 ad1816 audio driver produces noise. o [2000/11/27] misc/23148 getopt(3) works non-intuitively? f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan f [2000/11/28] ports/23172 jseger update cfengine port o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB o [2000/12/02] ports/23234 se port update request: xblast a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/04] ports/23259 asami Please remove the following redundant por f [2000/12/04] ports/23267 sada New port submittion: devel/lxr (lxr-0.3) o [2000/12/04] ports/23287 portmgr allow system-local patches for ports o [2000/12/05] ports/23298 ports New port: lame-devel 3.87 o [2000/12/05] kern/23304 POSIX clock_gettime, clock_getres return o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B o [2000/12/06] bin/23321 [PATCH] reduce redundant code in /bin/cat o [2000/12/06] ports/23332 obrien urlview's url_handler.sh written in bash o [2000/12/06] misc/23339 roberto ntp version is 4.0.99b -- current version o [2000/12/07] kern/23353 fcntl(F_GETLK) return l_pid equal to -1 f o [2000/12/07] i386/23359 Installation diskettes don't boot o [2000/12/07] misc/23362 tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB o [2000/12/09] conf/23402 sysinstall upgrade ought to check partiti o [2000/12/09] ports/23410 obrien [PATCH] FreeBSD throws away information o o [2000/12/10] kern/23414 fail to probe my pnp modem o [2000/12/11] bin/23472 obrien gdb weirdness on programs compiled with - o [2000/12/11] docs/23488 doc A manpage for section 7 regarding a Toron o [2000/12/11] kern/23493 race in 'make -jN buildkernel' pollutes / a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/12] ports/23504 jseger Small stylistic fix in ports/editors/emac o [2000/12/12] bin/23509 Augment dev_mkdb to allow different direc o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] bin/23526 Patch for bin/9529 (ftp completion cant h o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] ports/23543 imp Update net/socks5 to install sample confi o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/14] docs/23559 doc missing manpage for hsearch libc function o [2000/12/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 obrien Merge libgcc_r with libgcc o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/19] ports/23649 rse the port of mod_php4 does not install cor o [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa f [2000/12/22] ports/23753 ports [PATCH] audio/mxv has unfetchable distfil o [2000/12/22] ports/23762 jseger Update port: misc/git to 4.3.20 o [2000/12/22] misc/23766 /etc/periodic/daily/440.status-mailq does a [2000/12/22] ports/23780 ports New port (audio/ecawave): Simple graphica o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages o [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro o [2001/01/01] kern/23989 NEW CODE: AMD 756 Power Management / SMBu o [2001/01/02] misc/24034 "CWD" discloses the full "real" path in a o [2001/01/02] docs/24035 doc ptrace(2) PT_STEP incorrect documentation o [2001/01/03] bin/24063 /bin/stty ek doesnt work despite man page o [2001/01/04] bin/24066 gdb can't detach from programs linked wit f [2001/01/04] ports/24071 trevor security/digest - md5,md4,sha1,ripemd160 o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/07] misc/24132 gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 emu10k1 has trouble playing non-44.1KHz s o [2001/01/08] i386/24150 network traffic appears bottlecaped. o [2001/01/08] ports/24163 grog ports/benchmarks/rawio checksum error o [2001/01/08] ports/24167 sobomax pango fails to build on -current o [2001/01/09] ports/24207 jseger port "tcl83" cannot load shared objects o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/10] misc/24226 joe PicoBSD do not build on 5.0-current o [2001/01/10] bin/24230 getcwd(3) manual page has wrong STANDARDS a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/11] misc/24265 Linksys LNE100TX V.4.1 MAC address not de o [2001/01/12] kern/24269 Failure to setup DMA on ATA HDs (Alladin o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. a [2001/01/14] misc/24324 Greek console support o [2001/01/15] ports/24361 asami wrong filemodes o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco f [2001/01/16] ports/24395 ports Date object is not deserialized correct o [2001/01/17] ports/24408 ijliao new port : java2html o [2001/01/18] bin/24435 Changing slice type causes Auto-partition o [2001/01/18] bin/24439 suggested replament for adduser(8) o [2001/01/18] bin/24444 cjc syslogd(8) does not update hostname o [2001/01/19] ports/24451 mharo Portlint doesn't catch some literal comma o [2001/01/19] bin/24458 named-xfer executed at 20 priority level o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us f [2001/01/21] misc/24513 new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] kern/24516 Mouse Logitech M-S48 does not in FreeBSD o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/22] ports/24558 torstenb Updated port: converters/recode - 3.5 o [2001/01/23] bin/24569 PATCH for PPPD o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/26] docs/24662 doc too many questions about source managemen o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/29] ports/24713 ports New port: xmotd - message-of-the-day brow o [2001/01/30] bin/24732 dwmalone cmp can not compare files lager 2GB but s a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] ports/24756 billf net-snmp-4.2 does not compile with LPRng o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/02/01] conf/24781 MAKEDEV: rast* -> ast* a [2001/02/01] misc/24784 Why isn't bind always running as -u bind o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r o [2001/02/04] gnu/24844 gdb does not support kernel threads o [2001/02/04] ports/24845 tegge linuxthreads does not detect failed rfork o [2001/02/04] kern/24851 ISA PnP Modem Type is unregistered in sio a [2001/02/05] docs/24869 asmodai Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 jkh Options screen at MenuMedia menu problem o [2001/02/06] docs/24921 phk Typo /devs --> /dev o [2001/02/06] docs/24923 doc 4.2 Release Errata page has no informatio o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/07] misc/24942 tftp client timeout failure o [2001/02/07] bin/24944 new execute-file can't running(not found o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24954 Old driver /src/sys/dev/sound/isa/sb.c sh o [2001/02/08] bin/24955 /usr/bin/tail -F in 4.1+ doesn't work if o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 asami Emacs ports have misleading names o [2001/02/10] ports/24987 nbm New port: Courier mail server. o [2001/02/10] ports/24991 ports New port: eudc-emacs20 o [2001/02/10] kern/24998 More verbose logging for Joliet CDs o [2001/02/11] docs/25000 doc matcd(4) SYNOPSIS is wrong o [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu o [2001/02/11] docs/25016 doc symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/12] ports/25042 peter cvsup missed a couple of deletes in /usr/ o [2001/02/13] bin/25059 dlopen(..,RTLD_GLOBAL) doesn't work for s o [2001/02/13] bin/25070 newsyslog(8) should send signals only onc o [2001/02/13] ports/25071 peter Ports-Skeletons gone after update o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/15] ports/25119 sobomax pango does not build on -current o [2001/02/17] ports/25169 wosch [PATCH] update of p5-libwww port 1.62 -> a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current o [2001/02/19] misc/25217 user with login 'connected' shows bogus f o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/19] conf/25223 darrenr PATCH for rc.network to enable ipnat sepe a [2001/02/20] docs/25239 doc fdp-primer/tools/chapter.sgml says about o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s o [2001/02/21] ports/25251 dima acroread4 uses hard coded path for lpr f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all o [2001/02/21] kern/25275 X server freezes system randomly on pentu f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25297 kevlo kcontrol writes wrong variable names in c o [2001/02/23] ports/25299 kevlo kdmīs "Console mode" command isnīt meanin o [2001/02/23] ports/25313 wosch Script source displayed at http://www.nl. o [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/25] misc/25354 Slovak (sk_SK) locale missing o [2001/02/25] kern/25369 Miscellaneous CD drivers have potentially o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/26] docs/25392 doc Chapter 9 pages could use 'location of fu o [2001/02/26] docs/25405 doc misleading warning from catman(1), etc. o [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/27] docs/25420 doc man page missing important information. o [2001/02/27] docs/25437 doc kernel configs are the only precious file f [2001/02/27] i386/25442 cg T20 CS4624/CS4297a sound problems: "pcm0: o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/03/01] conf/25472 add bg_BG.CP1251 locale support o [2001/03/01] bin/25474 dump can't close fifo pipe correctly o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) a [2001/03/02] conf/25495 keichii missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/03] kern/25517 ARP cache timeout behavior can be improve o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/04] ports/25530 torstenb ports/net/cricket port does dependencies o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD o [2001/03/05] alpha/25564 alpha Port ups-debug doesn't build on the alpha o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with s [2001/03/06] kern/25582 paul lnc driver uses wrong driver name s [2001/03/07] bin/25584 arp.c - better printed ether address o [2001/03/07] bin/25587 Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha o [2001/03/08] docs/25606 keichii Incorrect Email Lists on Website a [2001/03/08] kern/25608 sos ATA CD-ROM is not recognized on IBM Netfi s [2001/03/09] bin/25627 will Cannot append hash after .elif in Makefil o [2001/03/09] misc/25635 gad lpr -# didn't work on network printer a [2001/03/10] docs/25648 asmodai typos in some manpages (dependant) o [2001/03/10] docs/25657 doc no netid(5) man page a [2001/03/11] ports/25708 dougb pine4 port hard-code /usr/local/include o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/12] bin/25754 PicoBSD uses broken vnconfig syntax o [2001/03/12] ports/25763 shige XV fails to refresh properly on image dis o [2001/03/13] ports/25773 ports omniORB-Notify update to 3.0.3 o [2001/03/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m f [2001/03/13] i386/25782 greid CSA sound device repeated sound o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num o [2001/03/14] bin/25798 dd adduser does full *pwd.db rebuild, instea o [2001/03/14] conf/25809 /etc/default/rc.conf bad default ipfilter o [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] ports/25828 torstenb The devel/autoconf port won't install ins o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow f [2001/03/15] bin/25833 LOG_FAC() is bogus a [2001/03/16] bin/25850 peter CRON shouts o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/16] docs/25876 doc typos in jail.2 o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads a [2001/03/18] bin/25895 keichii Add Big5 multibyte support for tcsh f [2001/03/18] kern/25905 greid Sound failed s [2001/03/18] ports/25907 roam Firebird shared libs not added to shared o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] conf/25914 added more modules to /boot/defaults/load o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui o [2001/03/19] docs/25919 doc supported hardware list says 'no' for Sou o [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs o [2001/03/21] i386/25978 Problem with 'moused' or XFree86-4.03 and a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 o [2001/03/22] docs/26001 doc typo in sched_get_priority_max.2 f [2001/03/22] docs/26003 doc getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v o [2001/03/22] docs/26006 doc Changing zone(9) man page o [2001/03/22] bin/26012 FTPD utmp logging support o [2001/03/22] kern/26016 VMWare is crash on SMP machine o [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/24] ports/26058 billf textproc/htdig simplifications and separa o [2001/03/25] bin/26080 [PATCH] various RPC fixes s [2001/03/26] ports/26092 ports ksh93 port not installing properly o [2001/03/26] ports/26104 billf PORT UPDATE: add ${FREETYPE_CONFIG} suppo o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/27] bin/26152 ps compat4x should include librsaINTL.so o [2001/03/27] misc/26153 sed G does not double space o [2001/03/28] misc/26187 jkh setting nonInteractive in install.cfg is o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/28] docs/26194 wosch BSD Family Tree needs updated o [2001/03/29] bin/26201 telnet SRA password exchange trap when no a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt o [2001/04/02] kern/26295 mount of Olympus Digital Camera via umass a [2001/04/02] ports/26297 ports New port: devel/florist o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et a [2001/04/03] kern/26317 roam /modules not created by make installkerne o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] misc/26378 All 4.X-Release and 4.3rc2 Panics Install o [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/06] ports/26387 ports numerous fixes and improvements to micq-0 o [2001/04/07] conf/26420 addition of a serial 3-wire entry into ge o [2001/04/08] ports/26436 kris dejasearch port should be marked broken o [2001/04/08] kern/26437 Kernel Panics on SMP box when subjected t o [2001/04/08] docs/26451 doc ctype.h defined functions are not accurat o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] ports/26478 will KDE2.1 - Kpresenter & Kmediaplayer Crash o [2001/04/10] conf/26488 incomplete named sandbox information o [2001/04/10] docs/26489 doc incomplete info in the ppp faq about "PPP o [2001/04/12] ports/26511 ports New port: mail/emh-emacs20,emh-xemacs21-m a [2001/04/13] ports/26530 markp New port: editors/ted: An easy to use ric f [2001/04/13] bin/26531 sysinstall's disk labeler creates too sma a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26546 des Add ioctl support to linux emulation and o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] ports/26551 jseger Update port: graphics/pstoedit to 3.21 o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] misc/26583 jkh sysinstall display problem if >7 partitio o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/15] bin/26602 RELENG_4 ssh/sshd modifies the 'erase' ch o [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] misc/26636 If /etc/ttys goes empty, init(8) never re o [2001/04/17] kern/26638 kern.fast_vfork sysctl doesn't do anythin o [2001/04/17] ports/26642 ports (Corrected) New port: russian/tac+ia o [2001/04/17] kern/26644 sos [PATCH] ATA/ATAPI driver doesn't implemen a [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26653 RTL8012 ethernet not listed in LINT or ha o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] ports/26670 markp ports/biology/molden has a checksum error o [2001/04/18] misc/26678 Correction of: misc/26521 o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] docs/26692 doc boot manpage describes bootfile prompt in o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/19] misc/26720 Both .cshrc and .profile should have the o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement o [2001/04/21] misc/26742 doc misleading information in handbook f [2001/04/21] bin/26746 dmesg only prints the last couple of line s [2001/04/21] ports/26759 dwcjr databases/pgaccess port superfluous o [2001/04/22] misc/26763 darrenr installing ipfilter sample files to share o [2001/04/22] conf/26770 jkh sysinstall does not generate correct rc.c o [2001/04/22] conf/26774 Installation of rmail, even without sendm o [2001/04/22] kern/26787 dd sysctl change request o [2001/04/22] ports/26788 obrien ratfor name incorrect? o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] kern/26800 Support for Netgear MA-301 wireless o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/23] ports/26802 will can't make new directories in kde o [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 old bootstrap /sys/i386/boot/... still in o [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so f [2001/04/25] conf/26846 gshapiro /etc/aliases is not used any more o [2001/04/25] bin/26854 Better fix for ESS Technology Maestro-2E o [2001/04/25] docs/26861 doc accept(2) manpage documents non-existant a [2001/04/26] ports/26872 olgeni ports/devel/wedit has a checksum error o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v o [2001/04/26] ports/26882 will KDE should use ca-roots port for SSL cert o [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] kern/26885 add if_xe as kernel module o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] kern/26917 HP ScanJet 4300C not recognized by ugen o [2001/04/28] bin/26919 jkh sysinstall' fdisk can ONLY set bootable f f [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/04/29] bin/26943 will [patch] description of :C modifier is mis o [2001/04/29] kern/26955 marcel Patches to get the DVD-ROM ioctl()s in th o [2001/04/29] ports/26976 marcel [PORT UPDATE] emulators/linux_base o [2001/04/30] ports/26983 jseger can't compile libwww o [2001/04/30] misc/26990 jkh no sawfish package in 4.3-release ISO o [2001/04/30] i386/26994 AMD Athlon Thunderbird not known to ident o [2001/04/30] ports/26997 ports Update/New port: math/scilab 2.6 o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] docs/27027 doc Update src/share/misc/iso639 o [2001/05/02] misc/27039 new syscons screensaver o [2001/05/02] docs/27040 doc rc(8) and syscons(4) talk about rc.conf.l o [2001/05/02] misc/27041 modify src/release/Makefile to make anoth o [2001/05/02] misc/27043 jkh WindowMaker missing from FreeBSD 4.3 ISO o [2001/05/03] bin/27063 darrenr /sbin/ipfs missing o [2001/05/03] conf/27070 darrenr save/restore IP Filter's state tables at o [2001/05/04] ports/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs o [2001/05/06] ports/27167 ports ETHOberonV4 won't run o [2001/05/07] ports/27182 mharo Teach portlint to recognize RUN_DEPENDS=$ o [2001/05/07] ports/27187 jmz add linux ioctl handler to dri xf86-403 c o [2001/05/07] bin/27188 fix of rsh non-interactive mode behaviour o [2001/05/07] ports/27189 ports ports/comms/hylafax completely broken o [2001/05/07] misc/27190 Day light savings in Mexico. o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] ports/27206 ports ports/astro/xtide missing harmonics.gz f o [2001/05/08] docs/27209 doc [PATCH] ascii.7 table rearrangement and u o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] ports/27266 kevlo Port textproc/xerces should be named xerc o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 sys/soundcard.h fails to define AFMT_S16_ a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes o [2001/05/12] ports/27282 mharo Proftpd with__modldap seems to be broken f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r a [2001/05/12] misc/27290 Slovak(sk) locale was not present o [2001/05/12] ports/27291 jim Bluefish port doesn't build mo files o [2001/05/12] bin/27294 paul pkg_update disregards suffixes (portrevis o [2001/05/13] i386/27306 obrien hw watchpoints work unreliable under gdb o [2001/05/14] misc/27311 pthread_attr_setscope always fails o [2001/05/14] ports/27313 ports New port to ports collection: Geheimnis-2 o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/14] docs/27320 doc excessively vague information in pppoe pa o [2001/05/14] ports/27323 trevor Port out of date. o [2001/05/15] ports/27332 ports New port: swedish/staroffice52 o [2001/05/15] kern/27334 load average constantly above 1.0, even w o [2001/05/15] kern/27342 change-request o [2001/05/16] bin/27374 Added bold color to the /bin/ls color sup o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/17] misc/27415 Mouse inop in X Windows o [2001/05/17] conf/27418 There are *no* examples of using /etc/tty o [2001/05/17] ports/27421 dirk UPDATE databases/mysql323-server o [2001/05/17] bin/27423 change request a [2001/05/18] misc/27425 Slovak definitions of locale missing o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] docs/27430 doc Addition to the doc/sr_YU/articles tree o [2001/05/18] kern/27432 I don't understand one of the kernel boot o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] ports/27473 jmz when I install the package XFree86-4.0.3_ o [2001/05/20] bin/27482 ru /var/log/wtmp is not updated on logout o [2001/05/20] bin/27483 make sysinstall ask for the keymap at ins o [2001/05/20] bin/27489 patch for feature sysconf(_SC_NPROCESSORS o [2001/05/22] conf/27540 jkh /stand/sysinstall incorrectly updates /et f [2001/05/22] ports/27542 sobomax xmps should not require gnome o [2001/05/22] ports/27554 max UPDATE japanese/cdrom2 a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] docs/27572 luigi ipfw(8) manpage does not clearly state ch o [2001/05/23] ports/27573 ports The port of ascd dumped core o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] ports/27610 ports www/apache-jserv: some docs are installed o [2001/05/24] ports/27611 demon Bug in ports/devel/p5-Locale-gettext o [2001/05/24] kern/27615 darrenr ipf restricts rule-changing at secureleve o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/25] ports/27641 billf UPDATE irc/bnc to 2.8.4 o [2001/05/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 o [2001/05/26] ports/27658 torstenb UPDATE to mail/metamail o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/26] misc/27677 miss BIND name server library o [2001/05/26] docs/27678 murray Kobj documentation for the FreeBSD Develo o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken o [2001/05/28] gnu/27715 dwmalone UUCP doesn't recognize traditional BSD co f [2001/05/29] ports/27740 ports new port: isoqlog Qmail Log Analyzer o [2001/05/29] ports/27743 kuriyama UPDATE to converters/tcs o [2001/05/29] kern/27750 sos [PATCH] Promise Ultra100 TX2 unsupported o [2001/05/29] docs/27758 doc ptrace(2) man page outdated o [2001/05/31] kern/27792 n_hibma can't detect I-O DATA USB-ET/TX(USB Ether o [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/01] conf/27811 bad order of rpc.lockd and rpc.statd star o [2001/06/01] misc/27816 rpcgen -b generates server code which doe o [2001/06/01] ports/27825 torstenb MASTER_SITES update : x11-wm/ctwm o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only o [2001/06/02] docs/27833 doc No man page for locate.rc o [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe o [2001/06/02] ports/27838 keichii dot.emacs is 600 o [2001/06/02] docs/27843 doc [PATCH] make.conf WITH_* variables aren't o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory s [2001/06/03] ports/27863 dwcjr Delete net/netatalk-asun o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/05] kern/27894 remounting local filesystem causes nfsd t o [2001/06/06] ports/27903 peter Update: www/transproxy f [2001/06/06] kern/27912 darrenr ipfilter state table limits are too small o [2001/06/06] docs/27915 doc man 5 passwd does not properly explain th o [2001/06/06] ports/27916 ports pptpclient doesne't work with 4.3 Stable o [2001/06/06] docs/27919 n_hibma missing usb man pages o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 obrien NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp o [2001/06/07] ports/27935 markp New port: palm/plucker a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] ports/27956 ports New port:A messenging client supporting A a [2001/06/08] conf/27959 imp Add cygwin termcap entry o [2001/06/08] bin/27970 cp -pR does not preserve modification tim o [2001/06/08] bin/27972 losing information with talk o [2001/06/08] ports/27981 ports New port: xmakemol - a motif molecule vie o [2001/06/09] docs/28000 doc adding and changing information in vidcon o [2001/06/10] bin/28007 added "force printing of non-print chars" o [2001/06/10] ports/28009 ports New port : libkmsn o [2001/06/10] ports/28010 ports New port - kmsn - MSN instant messenger c o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod o [2001/06/10] ports/28025 ports New port: net/spread o [2001/06/10] bin/28026 Graphics mode suspend causes weird hang o o [2001/06/11] ports/28065 nakai Update port: x11-wm/icewm o [2001/06/11] kern/28070 dwmalone suport Pentium3 SSE o [2001/06/11] ports/28076 obrien Fix port emulators/ia64sim o [2001/06/11] conf/28078 /stand/sysinstall skips distro selection o [2001/06/11] conf/28081 /stand/sysinstall errs out if /cdrom/ alr o [2001/06/12] ports/28106 ports New port: libCxClient-0.10 - Citadel/UX C o [2001/06/12] bin/28109 [PATCH] Add "kill -s" to tcsh builtin for o [2001/06/12] ports/28110 ports new port : P4DB, perforce web interface o [2001/06/12] ports/28111 jseger pcb port has unlisted dependencies a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/13] bin/28116 des init: allow reboot during runcom o [2001/06/13] ports/28121 sobomax New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona o [2001/06/14] docs/28143 asmodai the Hz kernel config option is not docume s [2001/06/14] docs/28144 doc no manpage for host.conf, no xrefs in oth o [2001/06/14] ports/28145 kuriyama Unbreak references in non-html output for o [2001/06/14] kern/28166 sos Mounted CD-ROM can be ejected in some cas o [2001/06/15] bin/28171 des [PATCH] to support a HTTP_REFERER env var o [2001/06/15] docs/28180 dillon tuning man page and rfc1323 o [2001/06/15] ports/28183 ports JDK Documentation ports for JDK 1.1, 1.2, a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi f [2001/06/16] misc/28203 NEWCARD won't recognize my cardbus contro o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/16] ports/28209 greid Update port: cups o [2001/06/17] ports/28225 ports [New Port] net/xipdump - displays ip pack o [2001/06/17] misc/28230 iso-8859-1_to_cp437.scm doesn't contain s o [2001/06/17] kern/28233 splash_bmp broken in 4.3-STABLE o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 pirzyk ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] ports/28252 ports New port: xpp: A tool for choosing and co o [2001/06/18] misc/28255 picobsd documentation still references ol o [2001/06/18] ports/28256 ports New port: citadel-5.74 s [2001/06/18] kern/28260 UIO_MAXIOV needs to be made public o [2001/06/19] ports/28271 tobez New port: A perl GUI toolkit a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/20] conf/28290 peter Mouse refuses to run o [2001/06/20] bin/28294 dump of vinum based file systems by devic o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/20] ports/28303 will The kde2 metaport doesnt build kde2.tar.g o [2001/06/20] docs/28306 doc docbook.css and OBJDIR o [2001/06/21] conf/28320 dougb Denied zone transfers in daily run output o [2001/06/21] ports/28332 ports Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/22] ports/28347 ports New port: devel/agenda-headers o [2001/06/22] ports/28348 ports New port: devel/agenda-libs o [2001/06/22] ports/28349 ports New port: devel/mipsel-linux-binutils o [2001/06/22] ports/28350 ports New port: devel/mipsel-linux-egcs o [2001/06/22] misc/28360 ru /sbin/route bug o [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction o [2001/06/23] ports/28375 vanilla New port: chinese/pycodec o [2001/06/23] ports/28379 murray NASM port is broken under -CURRENT o [2001/06/24] misc/28384 make installworld fails from R/O /usr/obj o [2001/06/25] alpha/28401 alpha make world problem f [2001/06/25] ports/28405 roam display port does not display properly if o [2001/06/26] ports/28421 dburr Update port: misc/tvguide o [2001/06/26] ports/28428 ports New port: graphics/xmms-xvs o [2001/06/26] ports/28432 obrien [patch] comms/conserver fails with MD5 pa o [2001/06/26] bin/28435 [patch] allow newsyslog to signal process o [2001/06/27] i386/28444 jkh instal.cfg; setting tryRTSOL=NO does not o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod o [2001/06/27] misc/28455 ache GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28464 ports New port: www/orion-current f [2001/06/27] misc/28468 There may be problems about login o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] ports/28473 ports New Port: BlueJ 1.1.4 o [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/29] ports/28509 gnome zh-dia is broken o [2001/06/29] ports/28510 portmgr Can't make ports readmes if categories mi f [2001/06/29] ports/28511 obrien update devel/pccts from 1.33.22 to 1.33.2 o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/06/29] ports/28526 nakai x11-wm/icewm can't show the CPU status wi o [2001/06/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' o [2001/06/30] ports/28551 dwcjr ports/mail/faces doesn't build (linking w o [2001/06/30] docs/28555 doc [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] ports/28576 sobomax Fix pkg-plist for archivers/ucl o [2001/07/01] kern/28604 DVD_REPORT_RPC/DVD_SEND_RPC in ATAPI driv o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st a [2001/07/02] bin/28634 dwmalone Bug in syslogd.c prevents #+hostname work o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/02] ports/28658 ports new port: x11/mwheel.el o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] docs/28679 doc Images in handbook/advanced-networking mi o [2001/07/03] ports/28680 portmgr pkg_update complains about missing REQUIR o [2001/07/03] kern/28681 ATAPI MO drive support o [2001/07/03] ports/28682 portmgr Some port install builds fail if silent ( o [2001/07/03] ports/28684 will Patches needed for qt-designer to build a o [2001/07/04] ports/28691 ports New port: napshare-0.1: GTK based Gnutell o [2001/07/04] ports/28693 ports Simplification of idled.sh o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/04] ports/28707 ports Submitting port of Click Modular Router o [2001/07/05] ports/28717 billf net/net-snmp stop enumerate interfaces wh o [2001/07/05] ports/28727 ports patch to make expect build WITHOUT_X11 o [2001/07/05] bin/28738 IPFW log messages causes syslogd to fsync o [2001/07/05] ports/28741 will Update games/xscorch to 0.1.12 o [2001/07/05] kern/28742 sos CD_BUFFER_BLOCKS used in ide ioctl CDIOCR o [2001/07/05] ports/28749 tobez New port databases/p5-CDB_File o [2001/07/05] ports/28755 grog Fix port: cad/sceptre a [2001/07/05] ports/28758 roam New port: security/apg o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] bin/28790 mike [PATCH] whois: AUNIC fix, Add an option t o [2001/07/07] ports/28796 ports New port: russian/tac+ia o [2001/07/07] ports/28797 dwcjr Upgrade port: audio/lame o [2001/07/07] misc/28800 sysinstall provides no way to overwrite M o [2001/07/07] ports/28803 obrien ports/comms/conserver does not support ## o [2001/07/08] ports/28806 portmgr FIND inconsistency o [2001/07/08] ports/28809 ports New ports: japanese/dvipdfm o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/08] ports/28812 ports New port: databases/ccc o [2001/07/08] bin/28820 tar and cpio cannot deal with files > 2GB o [2001/07/08] ports/28821 ports New port: clips, an expert language tool o [2001/07/08] bin/28824 sos [patch] src/usr.sbin/burncd warning clean o [2001/07/09] i386/28831 murray [patch] Stallion driver jumbo patch o [2001/07/09] ports/28837 torstenb Update port: astro/sunclock o [2001/07/09] ports/28841 ports New port: khordpro o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/10] ports/28871 ports New port: mail/imp - a complete webmail s o [2001/07/10] ports/28872 ports New port www/horde: a common code-base us o [2001/07/10] conf/28882 Network defaults are absurdly low. o [2001/07/10] ports/28883 ports Upgrade tuxracer port from 0.12 to 0.61 o [2001/07/10] bin/28884 auth.conf out of date in -Stable o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz f [2001/07/11] i386/28892 sos Poor disk performance on version 4.3 o [2001/07/11] ports/28901 ports Update port misc/logsurfer f [2001/07/11] ports/28904 ports bsd.port.mk: PLIST_SUB for DOCSDIR, DATAD o [2001/07/12] ports/28918 ports Update port: mail/sylpheed o [2001/07/12] ports/28934 ports treecc -- New Port. o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t o [2001/07/13] kern/28947 dup2 closing pthread file descriptor o [2001/07/13] ports/28948 dirk Add domxml and imap-ssl support to mod_ph o [2001/07/13] docs/28949 doc the mknod(8) man page stills refers to bl o [2001/07/13] misc/28957 sos burncd fails with ioctl(CDRIOCCLOSETRACK) o [2001/07/13] ports/28962 joe Enable SSL support for jabber/jabberd o [2001/07/14] ports/28964 ports New port: chat client for VChat conferenc o [2001/07/14] ports/28965 ports ndtpd.sh should be independent from $PWD o [2001/07/14] bin/28972 gamma returns same result as lgamma o [2001/07/14] i386/28975 RocketPort problems o [2001/07/14] kern/28976 ddb doesn't understand ctrl-u o [2001/07/14] ports/28978 ports Vipec port is broken. o [2001/07/14] kern/28979 sos Patches fot Promise UltraATA100 TX2 o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/14] ports/28981 obrien vnterm(1V) man page errors o [2001/07/14] ports/28982 obrien errors in the vnelvis(1V) man page o [2001/07/15] ports/28983 ports ports/cad/xcircuit has a checksum error o [2001/07/15] bin/28988 We need more simple message digesting too f [2001/07/15] bin/28990 mikeh ftp(1) has stack overflow when "mget *", f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 o [2001/07/16] ports/29001 ports ports/games/gnomekiss has a checksum erro o [2001/07/16] ports/29004 gnome make error at gnomeutils/po o [2001/07/16] ports/29009 dburr fsgs port installs cfg file with wrong pa o [2001/07/16] ports/29029 ports Remove ORBS from mail/rblcheck o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 o [2001/07/16] ports/29032 will PORT UPDATE : games/xscorch 0.1.9 -> 0.1. o [2001/07/16] ports/29034 ports new port, pnet 0.0.6 (c# compiler) o [2001/07/17] ports/29048 ports new port: misc/hb - A simple budget manag o [2001/07/17] ports/29053 ports New version of ftree, and some cleanups o [2001/07/18] ports/29056 ports New port: graphics/tcm o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] ports/29068 hetzels cyrus-sasl port pwcheck should allow PAM o [2001/07/18] ports/29069 portmgr Update port devel/autoconf o [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 At loading notebook pccardd not correctly o [2001/07/19] ports/29080 ports New port: net/icradius - IC-Radius daemon o [2001/07/19] ports/29081 ports New port: net/p5-IC-Radius o [2001/07/19] ports/29082 ports New port: net/tvark o [2001/07/19] docs/29088 phk jail(8) man page has innacurate instructi o [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/19] bin/29090 add `no_rip_out' option to routed o [2001/07/19] ports/29092 ports update sysutils/sdd to 1.31 o [2001/07/19] ports/29095 lioux Update of jgnat to jgnat-1.1p o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/20] kern/29104 phk [PATCH] md, disklabel and devfs do not pl o [2001/07/20] i386/29107 Unable to download repository from releng o [2001/07/20] ports/29112 ports Potential security issues in Balsa & Enco o [2001/07/20] conf/29117 pccard.conf missing an entry for NOVAC NV o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp o [2001/07/21] ports/29123 ports New version of math/Yorick f [2001/07/21] ports/29127 ports Adjusting MASTER site o [2001/07/21] ports/29137 ports Brand New Tripwire-2.3.1 Port o [2001/07/21] ports/29138 ports update sysutils/wmhm o [2001/07/22] docs/29143 doc List of man pages that need to be written o [2001/07/22] ports/29153 nik Locating jadetex in textproc/docproj port o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] ports/29158 ports New port: nML, a dialect/harmony of Stand o [2001/07/23] kern/29160 mount of NIKON Coolpix 995 via umass driv f [2001/07/23] ports/29161 tobez [MAINTAINER PATCH] p5-IMAP-Admin o [2001/07/23] ports/29163 jmz XFree86-4 port should register XFree86-4- o [2001/07/23] bin/29164 [PATCH] lack of 'Do not fragment' flag in o [2001/07/23] bin/29165 The time related functions are limited to o [2001/07/23] docs/29166 tomsoft Flaw in growfs(8) manpage o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/23] bin/29171 [PATCH] keyserv and rpc.yppasswd o [2001/07/23] bin/29172 [PATCH] Add more checks in rpc/svc_vc.c a o [2001/07/23] bin/29173 [PATCH] wrong flags for rpcgen(1) o [2001/07/23] bin/29174 [PATCH] cleanup of the ti-rpc merger o [2001/07/23] bin/29175 tmm [PATCH] rpcgen(1) and inetdflag/pmflag su o [2001/07/23] bin/29177 [PATCH] rpc client create functions with o [2001/07/23] docs/29182 doc Handbook needs to be updated to reflect s o [2001/07/23] bin/29186 Still having burncd problem from bug 2624 s [2001/07/24] kern/29187 sound device don't work f [2001/07/24] ports/29197 keichii New port: chinese/cmexfonts o [2001/07/24] ports/29199 sobomax jdk12beta port should register open-motif o [2001/07/24] ports/29202 ports [PATCH] port of the mod_frontpage apache o [2001/07/24] kern/29203 sos Kernel panics when mounting non-fixated C o [2001/07/25] docs/29215 ue NIS Section in Handbook should be more de o [2001/07/25] docs/29216 doc Updated the cvsup addresses for the UK o [2001/07/25] ports/29219 bp smbfs-1.4.1 don't compile o [2001/07/25] ports/29223 ports cyrus-imapd and postfix master.8 manpage o [2001/07/25] ports/29224 sobomax WindowMaker-0.65.1 install fails at insta o [2001/07/25] ports/29226 sf Update port: www/w3m o [2001/07/25] ports/29227 ports New port: zclock time/date applet for GNO o [2001/07/25] ports/29229 gnome Mozilla port won't compile on -current o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/25] kern/29235 semenu VLAN support for SMC EtherPower II (tx) o [2001/07/26] misc/29241 mike Mailing list seach web page lacks an entr o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/26] bin/29247 fmt should not expand tabs. o [2001/07/26] ports/29248 jmz XFree86 4.1 hangs with an i815 chip while o [2001/07/26] ports/29250 greid Update net/ettercap to 0.5.4 o [2001/07/27] ports/29259 ports New Port: sysutils/abck o [2001/07/27] ports/29261 gnome Bug-fix and feature update for Balsa-1.1. o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not o [2001/07/27] ports/29265 ports New port: tpop3d, MySQL capable pop3 daem o [2001/07/27] ports/29267 nbm Update the svscan.sh startup script for d o [2001/07/27] ports/29271 ports Update port mail/minimalist to latest o [2001/07/28] kern/29275 missing support for Epson Perfection 1240 o [2001/07/28] ports/29278 greid Update port net/ettercap o [2001/07/28] ports/29280 ports Update pspell to 0.12.2 f [2001/07/28] ports/29281 ports Update of devel/mingw packages o [2001/07/28] ports/29282 lioux New port ftp/swiftfxp o [2001/07/28] ports/29284 ports ports/archivers/freeze compiling fails in o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/28] ports/29290 ports update port: net/p5-Net-Jabber o [2001/07/28] ports/29291 ports ethereal fails to build in wiretap o [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/29] ports/29298 cpiazza Installation of documentation for vcdgear o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/29] ports/29302 tobez p5-IMAP-Admin get_acl returns no data o [2001/07/29] ports/29303 ports ports/chinese/gugod-clean update o [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] ports/29310 steve Fix bento checksum errors o [2001/07/29] ports/29311 ports Fix Howto-1.0_1 for bento o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar o [2001/07/29] ports/29313 ports Fix battalion-1.4 for bento o [2001/07/29] kern/29318 Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/30] ports/29322 ports new port: XSB Prolog: A tabled Logic Prog o [2001/07/30] ports/29324 ports submit of afbackup-port o [2001/07/30] ports/29326 ports Port for xcmd o [2001/07/30] ports/29327 ports security/mdcrack : tar file repackaged in o [2001/07/30] gnu/29331 obrien still documented broken options in gcc ma o [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29333 ports new port: graphics/cthumb o [2001/07/30] ports/29334 ports update mail/pflogsumm to 0.9.0 o [2001/07/30] ports/29335 ports current airport port doesn't seem to work o [2001/07/30] ports/29338 lioux Fix jgnat-1.0p for bento o [2001/07/30] ports/29340 ports joe editor displays inverse text scrollin o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/07/31] kern/29355 [patch] lchflags support o [2001/08/01] kern/29360 sos No "\n" after "acd: Mechanism: ejectable o [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] ports/29362 ports aspell port broken o [2001/08/01] bin/29363 [PATCH] newsyslog can support time as ext o [2001/08/01] conf/29364 imp please add STI Flash 5.0 to pccard.config o [2001/08/01] ports/29369 ports new port for the CHTML package f [2001/08/01] ports/29370 ports Update port: textproc/aspell o [2001/08/01] misc/29376 phk Realloc() doesn't (by default) comply wit o [2001/08/01] ports/29379 ports Upgrade Apache13-fp to 1.3.20 o [2001/08/01] docs/29380 doc setsockopt(IPV6_BINDV6ONLY) not documente o [2001/08/02] ports/29381 billf [patch] fix ethereal build failure (on ca o [2001/08/02] ports/29385 obrien [PATCH] vim6 update o [2001/08/02] ports/29392 torstenb Small built-time glitch in Makefile for a o [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/02] ports/29399 ports tkdesk is broken due to update of other p f [2001/08/02] docs/29403 murray niceheaders problems with index, pdf book o [2001/08/02] kern/29405 many mount/umount smbfs share results in o [2001/08/03] ports/29407 ports New port o [2001/08/03] docs/29410 doc More about RELENG_4_3 in FAQ o [2001/08/03] misc/29414 http://www.uk.freebsd.org/cgi lets anyone o [2001/08/03] ports/29418 ports New Port: www/waccess-1.1 - A Quick-N-Dir o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e o [2001/08/03] ports/29432 ports the maintainer for gnotepad has an invali o [2001/08/03] ports/29447 dburr Fix pkg-plist for games/fsgs (Bento) o [2001/08/04] ports/29455 ports [port update] net/p5-SOAP-Lite o [2001/08/04] ports/29456 ports New port of blimitd (daemon to enforce lo o [2001/08/04] ports/29457 keichii ports/chinese/gugod-clean update o [2001/08/04] misc/29458 Replace DIS_8859-15 by ISO_8859-15 o [2001/08/04] ports/29461 ports new port: x11-wm/bbapm (blackbox APM mete o [2001/08/04] ports/29462 ports new port: x11-wm/bbrun (blackbox run box) f [2001/08/04] misc/29464 FreeBSD 4.3 Hangs probing devices o [2001/08/05] kern/29467 phk Linux ls fails on DEVFS /dev a [2001/08/05] docs/29472 nik Upgrade of EXAMPLES section in mount_ntfs o [2001/08/05] ports/29474 ports Update port: mail/drac o [2001/08/05] ports/29478 ports Port upgrade o [2001/08/05] docs/29479 wosch Messed up SYNOPSIS in some on-line man pa o [2001/08/06] ports/29481 ports Fix www/bacon o [2001/08/06] ports/29486 ports ports/audio/easytag has a checksum error o [2001/08/06] ports/29491 ports Keys not working in cscope + patch o [2001/08/07] ports/29493 will KDE template problem o [2001/08/07] kern/29499 dwmalone it is not possible to send creditionals o [2001/08/07] docs/29500 doc Handbook uses obsolete "controller" and " o [2001/08/07] docs/29504 nohup(1) page is confusing about SIGQUIT o [2001/08/07] docs/29505 doc kbdmap(1) Bugs section is for wrong comma o [2001/08/07] docs/29506 doc kbdmap(1) doesn't explain that cmd is int o [2001/08/07] misc/29513 FreeBSD 4.3-20010715-STABLE doesn't recog o [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] bin/29516 telnet from an non FreeBSD host still use o [2001/08/07] docs/29517 doc Handbook missing fast method of cleaning o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/07] kern/29520 sos Enable tagged ATA for IBM 60GXP HDD (IC35 o [2001/08/07] docs/29522 doc Handbook: A few changes related to cvsup o [2001/08/07] ports/29524 mi port graphics/libfpx does not compile und o [2001/08/07] docs/29525 doc hier(7) has sometimes-erroneous descripti o [2001/08/07] ports/29528 dburr Update misc/tvguide to 0.9.0 o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo o [2001/08/07] kern/29530 KingByte USB Pen Drive doesn't work with o [2001/08/07] docs/29531 doc FreeBSD.org site's PR form doesn't match o [2001/08/08] ports/29537 dougb "make packge" fails for xscreensaver port o [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/08] ports/29546 portmgr Fix USE_MESA in bsd.port.mk o [2001/08/08] docs/29549 doc at(1) has erroneous statement about /var/ o [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 o [2001/08/08] ports/29555 gnome [PATCH] Mpzilla 0.9.3 build fails at nsKe o [2001/08/08] ports/29559 ports [new port] textproc/p5-XML-Twig for proce o [2001/08/09] docs/29560 doc make buildkernel as described in the hand o [2001/08/09] ports/29564 ports Wish: Muttprint o [2001/08/09] ports/29565 dirk Update port: www/mod_php4 o [2001/08/09] docs/29566 doc some punctuation etc. for Handbook Chapte o [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] ports/29573 ports New port: A script to fetch mail from a H o [2001/08/09] ports/29576 ports ports/print/ghostscript6 needs updated. o [2001/08/09] ports/29579 ports Update port: print_ghostscript55 to 6.51 o [2001/08/09] ports/29580 ports Update port: print_ghostscript6 to 7.00 ( o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation o [2001/08/09] ports/29585 ports Update Plugger-3.3 to use Mozilla, etc. o [2001/08/09] misc/29587 jkh outdated variable in an example configura o [2001/08/09] ports/29588 obrien Update net/ngrep to 1.40 o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/10] ports/29591 knu fix port: graphics/picturebook o [2001/08/10] ports/29593 ports Fix linker problems in games/battalion (B o [2001/08/10] ports/29594 ports Fix linker errors in games/bzflag (Bento) o [2001/08/10] ports/29595 ports Fix linker errors for sysutils/glload (Be o [2001/08/10] ports/29596 ports Fix linker errors for audio/snd (Bento) o [2001/08/10] ports/29597 trevor Fix linker errors for audio/spiralsynth o [2001/08/10] ports/29598 ports Fix linker error for graphics/togl (Bento o [2001/08/10] ports/29599 ports Fix linker error in x11-wm/wmanager (Bent o [2001/08/10] ports/29600 trevor Fix linker error for x11-fm/xdiskusage (B o [2001/08/10] kern/29602 darrenr kernel doesn't check if newly allocated e o [2001/08/10] ports/29604 ports update for net/flow-tools port o [2001/08/10] i386/29611 nfsd eats 100% cpu when run without TCP s o [2001/08/10] ports/29614 ports Update port: security/py-m2crypto to v0.0 o [2001/08/10] ports/29616 ports ports/net/generic-nqs loaddaemon does not o [2001/08/10] ports/29620 ports New port: devel/libcapsinetwork o [2001/08/11] kern/29621 Missing man page for ulpt f [2001/08/11] misc/29622 garbage input to -I crashes /usr/bin/tar o [2001/08/11] kern/29624 kernel prints "bmaj but is not a boot dis o [2001/08/11] ports/29628 ports Update converters/p5-Text-Iconv to 1.2 o [2001/08/11] ports/29629 ports gnome-db portion of glade-0.6.2_1 is brok o [2001/08/11] ports/29630 ports New port : xtexsh o [2001/08/11] conf/29631 portmap not automatically enabled in /etc o [2001/08/11] ports/29633 ports port update - autoconf 2.52 with config.g o [2001/08/11] ports/29636 ports Update misc/logsurfer to 1.5a o [2001/08/11] ports/29637 ports New port: logjam livejournal client (prev o [2001/08/11] ports/29638 green [patch] upgrade security/cfs o [2001/08/12] i386/29639 entry for zip 250 drives in /etc/disktab o [2001/08/12] ports/29641 ports netscape-remote port broken o [2001/08/12] ports/29642 ports New port devel/hp48cc o [2001/08/12] ports/29643 ports New port lang/slisp o [2001/08/12] ports/29644 ports updating xmsgsaver ports o [2001/08/12] ports/29646 ports [PATCH] New port for SpeedTouch ADSL USB o [2001/08/12] ports/29647 ports New port - p5-Test-Harness o [2001/08/12] ports/29648 ports New port - p5-Date-Chinese o [2001/08/12] ports/29650 ports New: xworld-2.0 o [2001/08/12] ports/29652 ports New port: japanese/netypesv o [2001/08/12] ports/29654 ports New ports: japanese/netype o [2001/08/12] docs/29655 doc minor comment fixes in doc/share/sgml/fre o [2001/08/12] ports/29656 jkoshy Upgrade port lang/sml-nj-devel to 110.34 o [2001/08/12] docs/29657 doc NICE_HEADERS conflicts with authorgroup g o [2001/08/12] ports/29658 ports New port: security/p5-GPG o [2001/08/12] misc/29660 port japanese/xjman MASTER_SITES moved o [2001/08/12] ports/29663 kuriyama Update mail/p5-Mail-Tools to 1.16 o [2001/08/12] ports/29664 ports New port: net/p5-Net-Traceroute6 o [2001/08/12] ports/29665 ports New port: mail/p5-Mail-ListDetector o [2001/08/12] ports/29667 ports New port: www/mod_auth_pwcheck o [2001/08/13] bin/29671 restore changes attributes of directories o [2001/08/13] ports/29674 ports diclookup-mule port which works on emacs- o [2001/08/13] bin/29675 lint fails on stdio.h o [2001/08/13] ports/29676 ports Update port: net/nemesis (update to lates o [2001/08/13] ports/29677 ports Maintainer-Update [PATCH] of libesmtp to o [2001/08/13] ports/29678 ports New port: net/p5-URI-Find 1769 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 11:15:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9D5337B401; Mon, 13 Aug 2001 11:15:30 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DIDpi43759; Mon, 13 Aug 2001 11:13:51 -0700 (PDT) (envelope-from rnordier) Date: Mon, 13 Aug 2001 11:13:51 -0700 (PDT) From: Message-Id: <200108131813.f7DIDpi43759@freefall.freebsd.org> To: rnordier@FreeBSD.org, rnordier@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19063: VGA keyboard sometimes fails to work in boot loader Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: VGA keyboard sometimes fails to work in boot loader Responsible-Changed-From-To: rnordier->freebsd-bugs Responsible-Changed-By: rnordier Responsible-Changed-When: Mon Aug 13 11:12:59 PDT 2001 Responsible-Changed-Why: Give someone else a chance to attend to this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19063 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 11:15:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6E8137B40F; Mon, 13 Aug 2001 11:15:30 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DICiu43604; Mon, 13 Aug 2001 11:12:44 -0700 (PDT) (envelope-from rnordier) Date: Mon, 13 Aug 2001 11:12:44 -0700 (PDT) From: Message-Id: <200108131812.f7DICiu43604@freefall.freebsd.org> To: rnordier@FreeBSD.org, rnordier@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/21559: BTX loader sometime show registers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: BTX loader sometime show registers Responsible-Changed-From-To: rnordier->freebsd-bugs Responsible-Changed-By: rnordier Responsible-Changed-When: Mon Aug 13 11:09:54 PDT 2001 Responsible-Changed-Why: Give someone else a chance to attend to this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21559 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 12: 5:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B719537B411; Mon, 13 Aug 2001 12:05:30 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DJ3rV49450; Mon, 13 Aug 2001 12:03:53 -0700 (PDT) (envelope-from iedowse) Date: Mon, 13 Aug 2001 12:03:53 -0700 (PDT) From: Message-Id: <200108131903.f7DJ3rV49450@freefall.freebsd.org> To: paluch@KMLinux.fjfi.cvut.cz, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/15218: kernel says: raw partition size != slice size on ext part. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kernel says: raw partition size != slice size on ext part. State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Mon Aug 13 11:58:53 PDT 2001 State-Changed-Why: Submitter says this can be closed; the problem went away after a reformat, so it was probably a left-over disklabel. A second problem mentioned in the PR was not reproducable on other hardware, and the submitter is unable to verify if it has been resolved. Thanks for the quick response! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15218 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 12:20:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0AE437B40D for ; Mon, 13 Aug 2001 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DJK1P54103; Mon, 13 Aug 2001 12:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9690837B40A for ; Mon, 13 Aug 2001 12:19:32 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DJJW454033; Mon, 13 Aug 2001 12:19:32 -0700 (PDT) (envelope-from nobody) Message-Id: <200108131919.f7DJJW454033@freefall.freebsd.org> Date: Mon, 13 Aug 2001 12:19:32 -0700 (PDT) From: Rob Mallory To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29680: picobsd in -current needs mdconfig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29680 >Category: misc >Synopsis: picobsd in -current needs mdconfig >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 Aug 13 12:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Mallory >Release: 5.0-current >Organization: E >Environment: 5.0-current Aug 2001 >Description: /src/release/picobsd/build/Makefile.conf needs $COMPILE to ref $ARCH/compile, and there is quite a bit of work to UNBLOAT the kernel, but here is the basic patch to fix up the picobsd script to use mdconfig instead of deprecated vnconfig. *** picobsd Thu Jun 21 08:49:46 2001 --- picobsd_mdconfig Tue Jul 24 20:10:46 2001 *************** *** 77,87 **** SITE=${SITE:-} FLOPPY_SIZE=${FLOPPY_SIZE:-1440} - NO_DEVFS=yes # DEVFS is currently broken. Always set this. - # Find a suitable vnode ! VNUM=`mount | awk "/vn/ { num++ } END { printf \"%d\", num }"` ! log "---> Using vn${VNUM}..." # Location of the boot blocks (in case you want them custom-built) boot1=/boot/boot1 --- 77,85 ---- SITE=${SITE:-} FLOPPY_SIZE=${FLOPPY_SIZE:-1440} # Find a suitable vnode ! VNUM=`mount | awk "/md/ { num++ } END { printf \"%d\", num }"` ! log "---> Using ${VNUM}..." # Location of the boot blocks (in case you want them custom-built) boot1=/boot/boot1 *************** *** 365,371 **** log "---> Preparing kernel \"$name\" in $MY_TREE" (cd $MY_TREE; export name SRC CONFIG # used in this makefile ; make -v -f ${PICO_TREE}/build/Makefile.conf ) ! cp -p ${SRC}/sys/compile/PICOBSD-${name}/kernel ${BUILDDIR}/kernel || \ fail $? missing_kernel (cd ${BUILDDIR}; strip kernel --- 363,369 ---- log "---> Preparing kernel \"$name\" in $MY_TREE" (cd $MY_TREE; export name SRC CONFIG # used in this makefile ; make -v -f ${PICO_TREE}/build/Makefile.conf ) ! cp -p ${SRC}/sys/i386/compile/PICOBSD-${name}/kernel ${BUILDDIR}/kernel || \ fail $? missing_kernel (cd ${BUILDDIR}; strip kernel *************** *** 445,457 **** # installed so you have more space on the disk... # For small image sizes, use std disktypes if [ ${MFS_SIZE} -lt 1024 ] ; then ! disklabel -rw vn${VNUM} fd${MFS_SIZE} || fail $? mfs_disklabel else ! disklabel -rw vn${VNUM} auto || fail $? mfs_disklabel fi ! newfs -i ${MFS_INODES} -m 0 -p 0 -o space /dev/rvn${VNUM}c > /dev/null ! mount /dev/vn${VNUM}c ${MFS_MOUNTPOINT} || fail $? no_mount ! log "`df /dev/vn${VNUM}c`" } # Populate the memory filesystem with binaries and non-variable --- 443,455 ---- # installed so you have more space on the disk... # For small image sizes, use std disktypes if [ ${MFS_SIZE} -lt 1024 ] ; then ! disklabel -rw md${VNUM} fd${MFS_SIZE} || fail $? mfs_disklabel else ! disklabel -rw md${VNUM} auto || fail $? mfs_disklabel fi ! newfs -i ${MFS_INODES} -m 0 -p 0 -o space /dev/md${VNUM}c > /dev/null ! mount /dev/md${VNUM}c ${MFS_MOUNTPOINT} || fail $? no_mount ! log "`df /dev/md${VNUM}c`" } # Populate the memory filesystem with binaries and non-variable *************** *** 480,490 **** ln -s /dev/null ${MFS_MOUNTPOINT}/var/run/log ln -s /etc/termcap ${MFS_MOUNTPOINT}/usr/share/misc/termcap - if [ "${NO_DEVFS}" != "" ] ; then - (cd ${MFS_MOUNTPOINT}/dev ; ln -s /dev/MAKEDEV ; - ./MAKEDEV ${MY_DEVS}; rm MAKEDEV) - fi - ( cd ${BUILDDIR}/crunch log "---> Making and installing crunch1 from `pwd`..." --- 478,483 ---- *************** *** 530,544 **** (log "---> Fixing permissions"; cd ${MFS_MOUNTPOINT}; chown -R root . ) df -ik ${MFS_MOUNTPOINT} umount ${MFS_MOUNTPOINT} ! fsck -p /dev/rvn${VNUM}c ! vnconfig -u vn${VNUM} } # free as much as possible from the vnode free_vnode() { umount ${MFS_MOUNTPOINT} 2> /dev/null || true ! umount /dev/vn${VNUM} 2> /dev/null || true ! vnconfig -u vn${VNUM} 2> /dev/null || true } final_cleanup() { --- 523,537 ---- (log "---> Fixing permissions"; cd ${MFS_MOUNTPOINT}; chown -R root . ) df -ik ${MFS_MOUNTPOINT} umount ${MFS_MOUNTPOINT} ! fsck -p /dev/md${VNUM}c ! mdconfig -a -t vnode -u ${VNUM} } # free as much as possible from the vnode free_vnode() { umount ${MFS_MOUNTPOINT} 2> /dev/null || true ! umount /dev/md${VNUM} 2> /dev/null || true ! mdconfig -d -u ${VNUM} 2> /dev/null || true } final_cleanup() { *************** *** 555,568 **** echo "---> fail: Error <$errno> error code <$errcode>" case $errcode in no_vnconfig) ! echo "Error while doing vnconfig of ${imgname} on /dev/rvn${VNUM}..." echo " Most probably your running kernel doesn't have the vn(4) device." ;; mfs_disklabel) echo "Error while labeling ${MFS_NAME} size ${MFS_SIZE}" ;; no_mount) ! echo "Error while mounting ${MFS_NAME} (/dev/vn${VNUM}c) on ${MFS_MOUNTPOINT}" ;; mtree) echo "Error while making hierarchy in ${MFS_MOUNTPOINT}" --- 548,561 ---- echo "---> fail: Error <$errno> error code <$errcode>" case $errcode in no_vnconfig) ! echo "Error while doing vnconfig of ${imgname} on /dev/md${VNUM}..." echo " Most probably your running kernel doesn't have the vn(4) device." ;; mfs_disklabel) echo "Error while labeling ${MFS_NAME} size ${MFS_SIZE}" ;; no_mount) ! echo "Error while mounting ${MFS_NAME} (/dev/md${VNUM}c) on ${MFS_MOUNTPOINT}" ;; mtree) echo "Error while making hierarchy in ${MFS_MOUNTPOINT}" *************** *** 599,605 **** dd if=/dev/zero of=${imgname} count=${imgsize} bs=1k 2> /dev/null dd if=${boot1} of=${imgname} conv=notrunc 2> /dev/null ! vnconfig -c -s labels vn${VNUM} ${imgname} || fail $? no_vnconfig } --- 592,598 ---- dd if=/dev/zero of=${imgname} count=${imgsize} bs=1k 2> /dev/null dd if=${boot1} of=${imgname} conv=notrunc 2> /dev/null ! mdconfig -a -t vnode -u ${VNUM} -f ${imgname} || fail $? no_vnconfig } *************** *** 619,630 **** log "---> Labeling floppy image" b2=${BUILDDIR}/boot2 # modified boot2 perl -pne 's/\/boot\/loader/\/kernel\0\0\0\0\0/' ${boot2} > ${b2} ! disklabel -Brw -b ${boot1} -s ${b2} vn${VNUM} fd${FLOPPY_SIZE} || \ fail $? floppy_disklabel ! newfs -i ${FLOPPY_INODES} -m 0 -p 0 -o space /dev/vn${VNUM}c > /dev/null ! mount /dev/vn${VNUM}c ${MFS_MOUNTPOINT} # preload kernel, compress with kgzip and copy to floppy image ( --- 612,623 ---- log "---> Labeling floppy image" b2=${BUILDDIR}/boot2 # modified boot2 perl -pne 's/\/boot\/loader/\/kernel\0\0\0\0\0/' ${boot2} > ${b2} ! disklabel -Brw -b ${boot1} -s ${b2} md${VNUM} fd${FLOPPY_SIZE} || \ fail $? floppy_disklabel ! newfs -i ${FLOPPY_INODES} -m 0 -p 0 -o space /dev/md${VNUM}c > /dev/null ! mount /dev/md${VNUM}c ${MFS_MOUNTPOINT} # preload kernel, compress with kgzip and copy to floppy image ( >How-To-Repeat: (cd /src/release/picobsd/build; ./picobsd) in -current >Fix: Hopefully the patch above will provoke a few people into fixing the rest of the broken things related to picobsd in -current. Commiting this patch sooner rather than later would be _nice_, since I always like to base my firewall-floppy off of -current. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 12:50:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C738A37B407 for ; Mon, 13 Aug 2001 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DJo1157822; Mon, 13 Aug 2001 12:50:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Aug 2001 12:50:01 -0700 (PDT) Message-Id: <200108131950.f7DJo1157822@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Pierre Beyssac Subject: bin/29026: fix for traceroute Reply-To: Pierre Beyssac Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29026; it has been noted by GNATS. From: Pierre Beyssac To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: bin/29026: fix for traceroute Date: Mon, 13 Aug 2001 21:45:26 +0200 ----- Forwarded message from Pierre Beyssac ----- Date: Mon, 16 Jul 2001 21:06:37 +0200 From: Pierre Beyssac To: freebsd-net@FreeBSD.ORG Cc: traceroute@ee.lbl.gov Subject: fix for traceroute (bin/29026) Could anyone check this fix for PR bin/29026 (traceroute -s option)? It just reenables the bind(2) call checking for the source address correctness, and moves the IP_HDRINCL after that (once IP_HDRINCL is enabled on the socket, bind doesn't check this anymore). It seems to work on my (very outdated) current as well as -stable, but I'm not able to check it on a recent -current, and although I have tested it with and without -s I may have missed some side effects with weird options combinations. If someone can confirm that this works, I can commit it. Index: traceroute.c =================================================================== RCS file: /home/ncvs/src/contrib/traceroute/traceroute.c,v retrieving revision 1.18 diff -u -r1.18 traceroute.c --- traceroute.c 2001/06/06 16:12:59 1.18 +++ traceroute.c 2001/07/16 18:53:44 @@ -727,13 +727,6 @@ exit(1); } #endif -#ifdef IP_HDRINCL - if (setsockopt(sndsock, IPPROTO_IP, IP_HDRINCL, (char *)&on, - sizeof(on)) < 0) { - Fprintf(stderr, "%s: IP_HDRINCL: %s\n", prog, strerror(errno)); - exit(1); - } -#endif if (options & SO_DEBUG) (void)setsockopt(sndsock, SOL_SOCKET, SO_DEBUG, (char *)&on, sizeof(on)); @@ -744,14 +737,19 @@ if (source != NULL) { source = savestr(getsin(&from, source)); outip->ip_src = from.sin_addr; -#ifndef IP_HDRINCL if (bind(sndsock, (struct sockaddr *)&from, sizeof(from)) < 0) { Fprintf(stderr, "%s: bind: %s\n", prog, strerror(errno)); exit (1); } -#endif } +#ifdef IP_HDRINCL + if (setsockopt(sndsock, IPPROTO_IP, IP_HDRINCL, (char *)&on, + sizeof(on)) < 0) { + Fprintf(stderr, "%s: IP_HDRINCL: %s\n", prog, strerror(errno)); + exit(1); + } +#endif #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC) if (setpolicy(sndsock, "in bypass") < 0) -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org Why write portable code when you can write Linux code? Free domains: http://www.eu.org/ or mail dns-manager@EU.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 12:55:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F303A37B401; Mon, 13 Aug 2001 12:55:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DJjcA57312; Mon, 13 Aug 2001 12:45:38 -0700 (PDT) (envelope-from ache) Date: Mon, 13 Aug 2001 12:45:38 -0700 (PDT) From: Message-Id: <200108131945.f7DJjcA57312@freefall.freebsd.org> To: fenner@research.att.com, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/23203: opie doesn't know that ssh connections are secure and you can't tell it Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: opie doesn't know that ssh connections are secure and you can't tell it State-Changed-From-To: open->analyzed State-Changed-By: ache State-Changed-When: Mon Aug 13 12:44:37 PDT 2001 State-Changed-Why: All fixed in -current http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23203 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 14: 0:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE06237B40C for ; Mon, 13 Aug 2001 14:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DL05N69604; Mon, 13 Aug 2001 14:00:05 -0700 (PDT) (envelope-from gnats) Received: from tao.org.uk (xwing.creative.net.au [203.56.168.36]) by hub.freebsd.org (Postfix) with ESMTP id DD5D237B408 for ; Mon, 13 Aug 2001 13:52:05 -0700 (PDT) (envelope-from joe@tao.org.uk) Received: by tao.org.uk (Postfix, from userid 100) id 5D3C337C; Sun, 12 Aug 2001 16:23:56 +0100 (BST) Message-Id: <20010812152356.5D3C337C@tao.org.uk> Date: Sun, 12 Aug 2001 16:23:56 +0100 (BST) From: Joe Karthauser Reply-To: Joe Karthauser To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29682: /proc/pid/status broken for irqN processes. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29682 >Category: kern >Synopsis: /proc/pid/status broken for irqN processes. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 13 14:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Karthauser >Release: FreeBSD 5.0-CURRENT i386 >Organization: Tao Research >Environment: System: FreeBSD genius.tao.org.uk 5.0-CURRENT FreeBSD 5.0-CURRENT #12: Sun Aug 12 14:13:44 BST 2001 root@:/usr/obj/usr/src/sys/GENIUS i386 >Description: Processes that use procfs, like wmtop, are broken under -current. This is because the /proc/pid/status file is a space separated list of entries, but irq threads in -current contain spaces in their names. This makes it impossible to parse the status file correctly. genius# cat /proc/15/status swi5: task queue 15 0 0 0 -1,-1 noflags 997626444,23 0,0 0,0 nochan 0 0 0,0 - The field 'swi5: task queue' should is a single field, but contains spaces. >How-To-Repeat: >Fix: I've fixed it locally by replacing spaces with underscores whilst constructing the status file in sys/fs/procfs/procfs_status.c. The following patch illustrates the idea, but please note that it's a hack[tm], not a recommendation: Index: procfs_status.c =================================================================== RCS file: /home/ncvs/src/sys/fs/procfs/procfs_status.c,v retrieving revision 1.32 diff -u -r1.32 procfs_status.c --- procfs_status.c 2001/07/05 17:10:43 1.32 +++ procfs_status.c 2001/08/12 15:03:10 @@ -58,6 +58,8 @@ #include +void jbcopy(const char *src0, char *dst0, register size_t length); + #define DOCHECK() do { if (ps >= psbuf+sizeof(psbuf)) goto bailout; } while (0) int procfs_dostatus(curp, p, pfs, uio) @@ -95,7 +97,7 @@ ("Too short buffer for new MAXCOMLEN")); ps = psbuf; - bcopy(p->p_comm, ps, MAXCOMLEN); + jbcopy(p->p_comm, ps, MAXCOMLEN); ps[MAXCOMLEN] = '\0'; ps += strlen(ps); DOCHECK(); @@ -188,6 +190,34 @@ bailout: return (ENOMEM); +} + + + +void +jbcopy(src0, dst0, length) + const char *src0; + char *dst0; + register size_t length; +{ + int i; + + for (i = 0 ; i < length ; ++i) { + *dst0 = *src0; + if (*dst0 == ' ') { + *dst0 = '_'; + } + if (!*src0) { + break; + } + + ++dst0; + ++src0; + } + + if (i == length) { + *dst0 = '\0'; + } } int >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 16:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08CAE37B40D for ; Mon, 13 Aug 2001 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DNA2t05272; Mon, 13 Aug 2001 16:10:02 -0700 (PDT) (envelope-from gnats) Received: from torb.pix.net (torb.pix.net [192.135.81.20]) by hub.freebsd.org (Postfix) with ESMTP id 5102A37B406 for ; Mon, 13 Aug 2001 16:01:59 -0700 (PDT) (envelope-from stripes@torb.pix.net) Received: (from stripes@localhost) by torb.pix.net (8.11.4/8.11.4) id f7DN1w805346; Mon, 13 Aug 2001 19:01:58 -0400 (EDT) (envelope-from stripes) Message-Id: <200108132301.f7DN1w805346@torb.pix.net> Date: Mon, 13 Aug 2001 19:01:58 -0400 (EDT) From: stripes@iamsofired.com Reply-To: stripes@iamsofired.com To: FreeBSD-gnats-submit@freebsd.org Cc: stripes@iamsofired.com X-Send-Pr-Version: 3.113 Subject: kern/29686: kevent EV_ADD EVFILT_WRITE does the wrong thing on a closed fd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29686 >Category: kern >Synopsis: kevent EV_ADD EVFILT_WRITE does the wrong thing on a closed fd >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 Aug 13 16:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: jmo >Release: FreeBSD 4.3-RELEASE i386 >Organization: Not relivant >Environment: System: FreeBSD -noname- 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Thu Jun 21 08:44:59 EDT 2001 stripes@torb.pix.net:/usr/src/sys/compile/PLASTIC i386 P-III, 4.3-RELEASE, libc >Description: I have a one shot EVFILT_WRITE filter on fd#7, it fires, and I close fd#7. My code (incorrectly) asks for the filter to be added again without opening the file descriptor again (fd#7 is a TCP stream, when open). kevent does not return with EBADF as I think it should. This might be a documentation issue, maybe someone really does want to be told about events on fd#7 after they open it. I would rather the EBADF though. kevent does return telling me I can write some data down the CLOSED fd#7. That's just wrong. Since we are trying to promote kevent as the new bestest way to do event driven I/O and stuff, having it be harder to use then needed seems like a bad idea. That's why I said the bug is "serious" even though the work around is "don't write the user land code to do The Wrong Thing". >How-To-Repeat: I can't submit the code, it was done for work. This pr isn't even from the same machine (I did put the problem machine's info in, not my own machine's info). >Fix: None, but as a work around, be careful not to ask for events on closed files. I admit I did the wrong thing there, but it will be easier to spot that if the kernel tells you right away... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 16:15:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 820C237B409; Mon, 13 Aug 2001 16:15:31 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7DNCWC05592; Mon, 13 Aug 2001 16:12:32 -0700 (PDT) (envelope-from iedowse) Date: Mon, 13 Aug 2001 16:12:32 -0700 (PDT) From: Message-Id: <200108132312.f7DNCWC05592@freefall.freebsd.org> To: pherman@frenchfries.net, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21162: panic in ffs_softdep.c: handle_workitem_freeblocks() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: panic in ffs_softdep.c: handle_workitem_freeblocks() State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Mon Aug 13 16:11:20 PDT 2001 State-Changed-Why: Submitter says this can be closed. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21162 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 17: 0:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F89837B40E for ; Mon, 13 Aug 2001 17:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E005k09319; Mon, 13 Aug 2001 17:00:05 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Aug 2001 17:00:05 -0700 (PDT) Message-Id: <200108140000.f7E005k09319@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/29675: lint fails on stdio.h Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29675; it has been noted by GNATS. From: Bruce Evans To: Walter Campbell Cc: Subject: Re: bin/29675: lint fails on stdio.h Date: Tue, 14 Aug 2001 09:53:56 +1000 (EST) On Mon, 13 Aug 2001, Walter Campbell wrote: > >Description: > > lint(1) will fail on C files that include stdio.h > > >How-To-Repeat: > > wcampbel@botbay (alis-2.2beta2.patched): lint -aacgprxhH *.c > alis.c: > stdio.h:299: syntax error > ... > This happens with make lint on ircd-hybrid 6.2rc1 > ... What version of lint is in that? I think thre is no problem here with FreeBSD lint, but stdio.h is certainly broken for most foreign versions of lint, compilers other than gcc, and old version of gcc. The hard-coded __attribute__(()) in it needs to be ifdef'ed, not quite as in the following patch. --- Index: stdio.h =================================================================== RCS file: /home/ncvs/src/include/stdio.h,v retrieving revision 1.34 diff -u -2 -r1.34 stdio.h --- stdio.h 2001/04/22 01:56:08 1.34 +++ stdio.h 2001/05/04 02:28:31 @@ -69,7 +69,4 @@ }; -/* hold a buncha junk that would grow the ABI */ -struct __sFILEX; - /* * stdio state variables. @@ -116,5 +113,5 @@ /* separate buffer for long sequences of ungetc() */ struct __sbuf _ub; /* ungetc buffer */ - struct __sFILEX *_extra; /* additions to FILE to not break ABI */ + struct __sFILEX *_extra; /* additions to FILE to not break ABI */ int _ur; /* saved _r when _r is counting ungetc data */ @@ -263,7 +260,4 @@ FILE *fdopen __P((int, const char *)); int fileno __P((FILE *)); -int ftrylockfile __P((FILE *)); -void flockfile __P((FILE *)); -void funlockfile __P((FILE *)); __END_DECLS #endif /* not ANSI */ @@ -300,10 +294,16 @@ int asprintf __P((char **, const char *, ...)) __printflike(2, 3); char *ctermid_r __P((char *)); -__const char *fmtcheck __P((const char *, const char *)) - __attribute__((__format_arg__(2))); char *fgetln __P((FILE *, size_t *)); +void flockfile __P((FILE *)); +__const char *fmtcheck __P((const char *, const char *)) +#ifdef __GNUC__ + __attribute__((__format_arg__(2))) +#endif + ; int fpurge __P((FILE *)); int fseeko __P((FILE *, _BSD_OFF_T_, int)); _BSD_OFF_T_ ftello __P((FILE *)); +int ftrylockfile __P((FILE *)); +void funlockfile __P((FILE *)); int getw __P((FILE *)); int pclose __P((FILE *)); @@ -349,7 +349,7 @@ __BEGIN_DECLS int __srget __P((FILE *)); -int __vfscanf __P((FILE *, const char *, _BSD_VA_LIST_)); int __svfscanf __P((FILE *, const char *, _BSD_VA_LIST_)); int __swbuf __P((int, FILE *)); +int __vfscanf __P((FILE *, const char *, _BSD_VA_LIST_)); __END_DECLS --- Don't use the other parts of this patch. A more complicated ifdef like the ones in is required to support old versions of gcc. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 17:19:17 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6080237B406; Mon, 13 Aug 2001 17:19:14 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 57FFD6ACBC; Tue, 14 Aug 2001 09:49:45 +0930 (CST) Date: Tue, 14 Aug 2001 09:49:45 +0930 From: Greg Lehey To: joerg@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/18182: Remote serial gdb no longer works since mid-April Message-ID: <20010814094945.N48157@wantadilla.lemis.com> References: <200108131149.f7DBnfZ67632@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108131149.f7DBnfZ67632@freefall.freebsd.org>; from joerg@FreeBSD.org on Mon, Aug 13, 2001 at 04:49:41AM -0700 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Monday, 13 August 2001 at 4:49:41 -0700, joerg@FreeBSD.org wrote: > Synopsis: Remote serial gdb no longer works since mid-April > > State-Changed-From-To: open->feedback > State-Changed-By: joerg > State-Changed-When: Mon Aug 13 13:48:45 MEST 2001 > State-Changed-Why: > Greg, i've been using remote gdb a lot lately, it seems to > work for me (@9600 Bd though). Does your problem still exist, > and do you perhaps more datapoints? I believe the problem still exists. I can get it to work at 9600 bps, but not reliably any faster. bde recently sent out a message, which I've been maturing, which points to a number of problems in the code. I'll bounce it to you. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 17:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 063A037B40E for ; Mon, 13 Aug 2001 17:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E0K1b14102; Mon, 13 Aug 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Aug 2001 17:20:01 -0700 (PDT) Message-Id: <200108140020.f7E0K1b14102@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Walter Campbell Subject: Re: bin/29675: lint fails on stdio.h Reply-To: Walter Campbell Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29675; it has been noted by GNATS. From: Walter Campbell To: Bruce Evans Cc: Subject: Re: bin/29675: lint fails on stdio.h Date: Mon, 13 Aug 2001 20:15:32 -0400 (EDT) On Tue, 14 Aug 2001, Bruce Evans wrote: > On Mon, 13 Aug 2001, Walter Campbell wrote: > > > >Description: > > > > lint(1) will fail on C files that include stdio.h > > > > >How-To-Repeat: > > > > wcampbel@botbay (alis-2.2beta2.patched): lint -aacgprxhH *.c > > alis.c: > > stdio.h:299: syntax error > > ... > > This happens with make lint on ircd-hybrid 6.2rc1 > > ... > > What version of lint is in that? I think thre is no problem here with > FreeBSD lint, but stdio.h is certainly broken for most foreign versions > of lint, compilers other than gcc, and old version of gcc. The > hard-coded __attribute__(()) in it needs to be ifdef'ed, not quite as > in the following patch. I'm using the stock FreeBSD lint. It does give me the syntax error, which causes all my lint's to fail. In response to an earlier reply, lint does things that gcc's -W flags do not, such as identifying unused structures, functions, and helping identify some pieces of code that can be troublesome. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 19:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AC3F37B40D for ; Mon, 13 Aug 2001 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E2e0K32734; Mon, 13 Aug 2001 19:40:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 363AB37B40D for ; Mon, 13 Aug 2001 19:30:25 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E2UPv32102; Mon, 13 Aug 2001 19:30:25 -0700 (PDT) (envelope-from nobody) Message-Id: <200108140230.f7E2UPv32102@freefall.freebsd.org> Date: Mon, 13 Aug 2001 19:30:25 -0700 (PDT) From: Brent Cook To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29689: ahc driver hangs before drive detection Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29689 >Category: kern >Synopsis: ahc driver hangs before drive detection >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 13 19:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Brent Cook >Release: 4.4-prerelease >Organization: UT AUstin >Environment: FreeBSD ozzy.hauschen 4.3-CURRENT FreeBSD 4.3-CURRENT #2 Wed Jun 13 10:54:49 GMT 2001 busterb@ozzy.hauschen:/usr/src/sys/compile/OZZY i386 - note, this is from the last time I could get uname -a to work (since the kernel hangs). >Description: Updating a Compaq Prosignia VS (EISA) from FreeBSD 4.3-CURRENT to 4.4-PRERELEASE causes kernel to hang on boot right before it normally prints "Waiting for SCSI devices to settle". No error messages, just a hang. Using an EISA Adaptec 2740A card. >How-To-Repeat: Boot EISA machine using Adaptec 2740A card with 4.4-RELEASE. Note, I have only tried this with the Compaq, which has worked since FreeBSD 2.8. >Fix: Tried to get older versions of aic7xxx driver from CVS to see if recent merges from HEAD were the culprit. Couldn't get the mess to compile (the rest of the kernel was still 4.4 PRERELEASE.) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 20:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CF6E37B401 for ; Mon, 13 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E3o2h41647; Mon, 13 Aug 2001 20:50:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 13 Aug 2001 20:50:02 -0700 (PDT) Message-Id: <200108140350.f7E3o2h41647@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/29675: lint fails on stdio.h Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29675; it has been noted by GNATS. From: Bruce Evans To: Walter Campbell Cc: Subject: Re: bin/29675: lint fails on stdio.h Date: Tue, 14 Aug 2001 12:41:37 +1000 (EST) On Mon, 13 Aug 2001, Walter Campbell wrote: > On Tue, 14 Aug 2001, Bruce Evans wrote: > > > On Mon, 13 Aug 2001, Walter Campbell wrote: > > > wcampbel@botbay (alis-2.2beta2.patched): lint -aacgprxhH *.c > > > alis.c: > > > stdio.h:299: syntax error > > > ... > > > This happens with make lint on ircd-hybrid 6.2rc1 > > > ... > > > > What version of lint is in that? I think thre is no problem here with > > FreeBSD lint, but stdio.h is certainly broken for most foreign versions > > of lint, compilers other than gcc, and old version of gcc. The > > hard-coded __attribute__(()) in it needs to be ifdef'ed, not quite as > > in the following patch. > > I'm using the stock FreeBSD lint. It does give me the syntax error, > which causes all my lint's to fail. I see. I tested under -current and FreeBSD lint doesn't give the syntax error there. This is a bug in -current. FreeBSD lint now uses "/usr/bin/cc -E x c -D__attribute__(x)= ..." for the preprocessor instead of the correct /usr/bin/cpp (in it 4.3 uses /usr/libexec/cpp which is correct there). Using cc instead of cpp results in __GNUC__ and possibly other wrong things being defined. This would break all programs that carefully use "#ifdef __GNUC ...", except some of the breakage is worked around by defining away __attribute__(x). But defining away __attribute__(x) mainly breaks lint's detection of use of this unportable feature. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 22:15:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5DE437B40C; Mon, 13 Aug 2001 22:15:31 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E59Ji67733; Mon, 13 Aug 2001 22:09:19 -0700 (PDT) (envelope-from dd) Date: Mon, 13 Aug 2001 22:09:19 -0700 (PDT) From: Message-Id: <200108140509.f7E59Ji67733@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29660: port japanese/xjman MASTER_SITES moved Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port japanese/xjman MASTER_SITES moved Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: dd Responsible-Changed-When: Mon Aug 13 22:09:08 PDT 2001 Responsible-Changed-Why: wrong category http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29660 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 22:35:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEC9B37B40F; Mon, 13 Aug 2001 22:35:31 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E5VJj70362; Mon, 13 Aug 2001 22:31:19 -0700 (PDT) (envelope-from dd) Date: Mon, 13 Aug 2001 22:31:19 -0700 (PDT) From: Message-Id: <200108140531.f7E5VJj70362@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: bin/29671: restore changes attributes of directories despite "-N" flag Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: restore changes attributes of directories despite "-N" flag Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Mon Aug 13 22:31:06 PDT 2001 Responsible-Changed-Why: Excellent analysis, I'll apply this in a few days. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29671 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Aug 13 22:55:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 027AA37B40D; Mon, 13 Aug 2001 22:55:32 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E5pHs73171; Mon, 13 Aug 2001 22:51:17 -0700 (PDT) (envelope-from dd) Date: Mon, 13 Aug 2001 22:51:17 -0700 (PDT) From: Message-Id: <200108140551.f7E5pHs73171@freefall.freebsd.org> To: t-ogawa@triaez.kaisei.org, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/29631: portmap not automatically enabled in /etc/rc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: portmap not automatically enabled in /etc/rc State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Mon Aug 13 22:51:11 PDT 2001 State-Changed-Why: Thanks for your excellent analysis of the problem! I've applied the patch to -current, and barring any problems, I'll try to get it MFC'd for 4.4. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29631 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 0: 0:26 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E43737B40D for ; Tue, 14 Aug 2001 00:00:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E70HE87217; Tue, 14 Aug 2001 00:00:17 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Aug 2001 00:00:17 -0700 (PDT) Message-Id: <200108140700.f7E70HE87217@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Larry Rosenman Subject: Re: kern/26224 Reply-To: Larry Rosenman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/26224; it has been noted by GNATS. From: Larry Rosenman To: Thomas Moestl Cc: IA Network Engineering , Frank Durda IV , jamesn@airmail.net, freebsd-gnats-submit@freebsd.org Subject: Re: kern/26224 Date: Tue, 14 Aug 2001 01:53:09 -0500 * Larry Rosenman [010725 19:05]: > * Thomas Moestl [010725 17:05]: > > On Wed, 2001/07/25 at 16:49:52 -0500, Larry Rosenman wrote: > > > * Thomas Moestl [010725 13:11]: > > > > On Wed, 2001/07/25 at 12:41:14 -0500, Larry Rosenman wrote: > > > > > Any news on the kern/26224 bug? > > > > > > > > For -STABLE, the simplelocks can most probably just be removed > > > > totally, so that this bug won't occur. For -CURRENT, this will need to > > > > be done in a different way, but locking is in a state of flux there > > > > anyway. > > > > > > > > Tor Egge had a patch to remove the locks, I'll ask him again if he > > > > thinks that it is ready for commit. > > > Thanks. The lockup version of this just bit me again. :-( > > > > > > I'm willing to be a guinea pig, if you need one. > > > > I have attached a patch I want to post to -stable soon for people to > > test. I'm sure that it fixes this panic (the lock is just removed; > > this section is also protected by the mp_lock, so it should be > > safe). However, this is largely untested (I don't have an SMP box, and > > on UP simplelocks are disabled). So, be warned, I could have > > overlooked something, so other panics might surface... > > On the other hand, you could probably test this patch well, because > > your box seems rather stressed ;) > Ok, it's applied, and booted. We'll see. This one seems to hit me > every 3-4 weeks. Even WITH this fix in, I just had the lockup version hit me. Unfortunately, ctrl/break did *NOT* bring up DDB. The basic TCP stack was working (ping, telnet got to the connected to xxx part), but the box wouldn't give a login prompt nor serve www pages. I don't know how to get the debug info. The box was up for 19+ days (almost 20, not sure exactly). How would you recomment proceeding? > > Thanks! > > LER > > > > > - thomas > > > Index: vfs_subr.c > > =================================================================== > > RCS file: /home/ncvs/src/sys/kern/vfs_subr.c,v > > retrieving revision 1.249.2.9 > > diff -u -r1.249.2.9 vfs_subr.c > > --- vfs_subr.c 2001/06/26 04:20:08 1.249.2.9 > > +++ vfs_subr.c 2001/07/25 21:35:01 > > @@ -730,12 +730,10 @@ > > /* > > * Destroy the copy in the VM cache, too. > > */ > > - simple_lock(&vp->v_interlock); > > if (VOP_GETVOBJECT(vp, &object) == 0) { > > vm_object_page_remove(object, 0, 0, > > (flags & V_SAVE) ? TRUE : FALSE); > > } > > - simple_unlock(&vp->v_interlock); > > > > if (!TAILQ_EMPTY(&vp->v_dirtyblkhd) || !TAILQ_EMPTY(&vp->v_cleanblkhd)) > > panic("vinvalbuf: flush failed"); > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler@lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 0:10:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14AFE37B40E for ; Tue, 14 Aug 2001 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E7A1l90974; Tue, 14 Aug 2001 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A61837B40D for ; Tue, 14 Aug 2001 00:05:18 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E75IT89728; Tue, 14 Aug 2001 00:05:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200108140705.f7E75IT89728@freefall.freebsd.org> Date: Tue, 14 Aug 2001 00:05:18 -0700 (PDT) From: Craig Harvey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29695: Fetch - When no URL scheme given, fetch guesses wrong scheme. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29695 >Category: misc >Synopsis: Fetch - When no URL scheme given, fetch guesses wrong scheme. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 14 00:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Craig Harvey >Release: 4.3 >Organization: Nokia IPRG >Environment: FreeBSD oz-net-14.iprg.nokia.com 4.3-BETA FreeBSD 4.3-BETA #0: Wed Mar 21 15:31:16 EST 2001 root@oz-net-14.iprg.nokia.com:/usr/obj/OZNET14 i386 >Description: In src/usr.bin.fetch/fetch.c, the fetch() function incorrectly guesses the URL scheme. >How-To-Repeat: Call fetch with a schemeless URL. >Fix: When attempting to "guess" the scheme, put a '!' in front of the strncasecmp() calls. The function returns 0 if the comparison is successful, thus the else if statement fails when it should succeed. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 0:35:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 364A337B406; Tue, 14 Aug 2001 00:35:32 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E7VhR96541; Tue, 14 Aug 2001 00:31:43 -0700 (PDT) (envelope-from dd) Date: Tue, 14 Aug 2001 00:31:43 -0700 (PDT) From: Message-Id: <200108140731.f7E7VhR96541@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: misc/29695: Fetch - When no URL scheme given, fetch guesses wrong scheme. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fetch - When no URL scheme given, fetch guesses wrong scheme. Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: dd Responsible-Changed-When: Tue Aug 14 00:30:36 PDT 2001 Responsible-Changed-Why: Over to maintainer. DES: this is the bug you fixed in rev. 1.32. It'd be nice to see the fix in 4.4. If you don't have time to MFC it, let me know and I can do it for you. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29695 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 1: 5:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0207037B40B; Tue, 14 Aug 2001 01:05:32 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E7vMc99531; Tue, 14 Aug 2001 00:57:22 -0700 (PDT) (envelope-from jkoshy) Date: Tue, 14 Aug 2001 00:57:22 -0700 (PDT) From: Message-Id: <200108140757.f7E7vMc99531@freefall.freebsd.org> To: jkoshy@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkoshy@FreeBSD.org Subject: Re: bin/29625: limits -d etc. should not output warning Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: limits -d etc. should not output warning Responsible-Changed-From-To: freebsd-bugs->jkoshy Responsible-Changed-By: jkoshy Responsible-Changed-When: Tue Aug 14 00:56:43 PDT 2001 Responsible-Changed-Why: I'll take care of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29625 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 2:20:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90BF837B40F for ; Tue, 14 Aug 2001 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E9K1d14504; Tue, 14 Aug 2001 02:20:01 -0700 (PDT) (envelope-from gnats) Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by hub.freebsd.org (Postfix) with ESMTP id 466A737B407 for ; Tue, 14 Aug 2001 02:19:27 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.9.3/8.9.3) with UUCP id LAA08501 for FreeBSD-gnats-submit@freebsd.org; Tue, 14 Aug 2001 11:19:26 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: (from root@localhost) by nihil.plaut.de (8.11.3/8.8.8) id f7EBIxV07015; Tue, 14 Aug 2001 13:18:59 +0200 (CEST) (envelope-from root) Message-Id: <200108141118.f7EBIxV07015@nihil.plaut.de> Date: Tue, 14 Aug 2001 13:18:59 +0200 (CEST) From: Michael Reifenberger Reply-To: root@nihil.plaut.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29698: linux ipcs doesn'work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29698 >Category: kern >Synopsis: linux ipcs doesn'work >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 Aug 14 02:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Reifenberger >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD nihil 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Aug 12 15:01:29 CEST 2001 root@nihil:/usr/src/sys/i386/compile/nihil i386 >Description: /compat/linux/usr/bin/ipcs [-s|-a] doesn't work >How-To-Repeat: /compat/linux/usr/bin/ipcs [-s|-a] >Fix: It is the needed step in getting "/compat/linux/usr/bin/ipcs -s" working. Furthermore it enhances the sysv[sem|shm] sysctl's into tunables so they can preset to usable values on modload. --- ./i386/linux/linux.h.orig Wed Aug 8 00:09:28 2001 +++ ./i386/linux/linux.h Mon Aug 13 00:41:50 2001 @@ -457,4 +457,6 @@ #define LINUX_SETVAL 16 #define LINUX_SETALL 17 +#define LINUX_SEM_STAT 18 +#define LINUX_SEM_INFO 19 /* --- ./kern/sysv_sem.c.orig Sun Aug 12 13:18:34 2001 +++ ./kern/sysv_sem.c Sun Aug 12 23:31:10 2001 @@ -171,4 +171,14 @@ register int i; + TUNABLE_INT_FETCH("kern.ipc.semmap", &seminfo.semmap); + TUNABLE_INT_FETCH("kern.ipc.semmni", &seminfo.semmni); + TUNABLE_INT_FETCH("kern.ipc.semmns", &seminfo.semmns); + TUNABLE_INT_FETCH("kern.ipc.semmnu", &seminfo.semmnu); + TUNABLE_INT_FETCH("kern.ipc.semmsl", &seminfo.semmsl); + TUNABLE_INT_FETCH("kern.ipc.semopm", &seminfo.semopm); + TUNABLE_INT_FETCH("kern.ipc.semume", &seminfo.semume); + TUNABLE_INT_FETCH("kern.ipc.semusz", &seminfo.semusz); + TUNABLE_INT_FETCH("kern.ipc.semvmx", &seminfo.semvmx); + TUNABLE_INT_FETCH("kern.ipc.semaem", &seminfo.semaem); sem = malloc(sizeof(struct sem) * seminfo.semmns, M_SEM, M_WAITOK); if (sem == NULL) @@ -471,4 +481,21 @@ return (ENOSYS); + switch(cmd) { + case SEM_STAT: + if (semid < 0 || semid >= seminfo.semmsl) + return(EINVAL); + semaptr = &sema[semid]; + if ((semaptr->sem_perm.mode & SEM_ALLOC) == 0 ) + return(EINVAL); + if ((eval = ipcperm(p, &semaptr->sem_perm, IPC_R))) + return(eval); + if ((eval = copyin(arg, &real_arg, sizeof(real_arg))) != 0) + return(eval); + eval = copyout((caddr_t)semaptr, real_arg.buf, + sizeof(struct semid_ds)); + rval = IXSEQ_TO_IPCID(semid,semaptr->sem_perm); + goto out; + } + semid = IPCID_TO_IX(semid); if (semid < 0 || semid >= seminfo.semmsl) @@ -602,4 +629,6 @@ return(EINVAL); } + +out: if (eval == 0) --- ./kern/sysv_shm.c.orig Sun Aug 12 13:18:43 2001 +++ ./kern/sysv_shm.c Sun Aug 12 21:11:36 2001 @@ -716,4 +716,10 @@ int i; +TUNABLE_INT_FETCH("kern.ipc.shmmaxpgs", &shminfo.shmall); +shminfo.shmmax = shminfo.shmall * PAGE_SIZE; +TUNABLE_INT_FETCH("kern.ipc.shmmin", &shminfo.shmmin); +TUNABLE_INT_FETCH("kern.ipc.shmmni", &shminfo.shmmni); +TUNABLE_INT_FETCH("kern.ipc.shmseg", &shminfo.shmseg); +TUNABLE_INT_FETCH("kern.ipc.shm_use_phys", &shm_use_phys); shmalloced = shminfo.shmmni; shmsegs = malloc(shmalloced * sizeof(shmsegs[0]), M_SHM, M_WAITOK); --- ./sys/sem.h.orig Sun Aug 12 23:17:32 2001 +++ ./sys/sem.h Mon Aug 13 00:40:50 2001 @@ -59,4 +59,6 @@ #define SETVAL 8 /* Set the value of semval to arg.val {ALTER} */ #define SETALL 9 /* Set semvals from arg.array {ALTER} */ +#define SEM_STAT 10 /* Like IPC_STAT but treats semid as sema-index*/ +#define SEM_INFO 11 /* for future use */ /* --- ./compat/linux/linux_ipc.c.orig Sat Aug 4 17:49:33 2001 +++ ./compat/linux/linux_ipc.c Mon Aug 13 00:45:27 2001 @@ -41,4 +41,34 @@ #include +struct linux_seminfo { + int semmap; + int semmni; + int semmns; + int semmnu; + int semmsl; + int semopm; + int semume; + int semusz; + int semvmx; + int semaem; +}; + +struct linux_shminfo { + int shmmax; + int shmmin; + int shmmni; + int shmseg; + int shmall; +}; + +struct linux_shm_info { + int used_ids; + unsigned long shm_tot; /* total allocated shm */ + unsigned long shm_rss; /* total resident shm */ + unsigned long shm_swp; /* total swapped shm */ + unsigned long swap_attempts; + unsigned long swap_successes; +}; + struct linux_ipc_perm { linux_key_t key; @@ -183,4 +213,5 @@ { struct linux_semid_ds linux_semid; + struct linux_seminfo linux_seminfo; struct semid_ds bsd_semid; struct __semctl_args /* { @@ -238,5 +269,9 @@ return __semctl(p, &bsd_args); case LINUX_IPC_STAT: - bsd_args.cmd = IPC_STAT; + case LINUX_SEM_STAT: + if( args->arg3 == IPC_STAT ) + bsd_args.cmd = IPC_STAT; + else + bsd_args.cmd = SEM_STAT; unptr = stackgap_alloc(&sg, sizeof(union semun *)); dsp = stackgap_alloc(&sg, sizeof(struct semid_ds)); @@ -255,5 +290,24 @@ if (error) return error; + p->p_retval[0] = IXSEQ_TO_IPCID(bsd_args.semid, bsd_semid.sem_perm); return copyout((caddr_t)&linux_semid, ldsp, sizeof(linux_semid)); + case LINUX_IPC_INFO: + case LINUX_SEM_INFO: + error = copyin(args->ptr, &ldsp, sizeof(ldsp)); + if (error) + return error; + bcopy(&seminfo, &linux_seminfo, sizeof(linux_seminfo) ); +/* XXX +#define used_semids 10 +#define used_sems 10 + linux_seminfo.semusz = used_semids; + linux_seminfo.semaem = used_sems; + } */ + error = copyout((caddr_t)&linux_seminfo, ldsp, + sizeof(linux_seminfo) ); + if (error) + return error; + p->p_retval[0] = seminfo.semmni; + return(0); case LINUX_GETALL: /* FALLTHROUGH */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 2:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FAB837B40D for ; Tue, 14 Aug 2001 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E9U1k15436; Tue, 14 Aug 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id D6B1937B40A for ; Tue, 14 Aug 2001 02:29:19 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f7E9TIc15678 for ; Tue, 14 Aug 2001 11:29:18 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.4/8.11.4) with ESMTP id f7E9THn22192 for ; Tue, 14 Aug 2001 11:29:17 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f7E9THu84069 for FreeBSD-gnats-submit@freebsd.org; Tue, 14 Aug 2001 11:29:17 +0200 (CEST) Message-Id: <200108140929.f7E9THL61157@curry.mchp.siemens.de> Date: Tue, 14 Aug 2001 11:29:17 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29699 >Category: conf >Synopsis: Setting NO_MAILWRAPPER results in a system without working MTA >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 14 02:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: FreeBSD 4.4-PRERELEASE #18: Thu Aug 9 14:53:01 CEST 2001 >Description: When setting NO_MAILWRAPPER to /etc/make.conf sendmail still gets installed into /usr/libexec/sendmail/sendmail. In case mailwrapper has been used before, an old /usr/sbin/mailwrapper is lying around and usually the link from /usr/sbin/sendmail is set. When you remove mailwrapper from /usr/sbin the link is stale and no /usr/sbin/sendmail is available anymore. >How-To-Repeat: Add NO_MAILWRAPPER to /etc/make.conf rm /usr/sbin/sendmail /usr/sbin/mailwrapper make world ls -l /usr/sbin/sendmail >Fix: Maybe this way: --- usr.sbin/sendmail/Makefile.ORI Tue Aug 14 11:20:01 2001 +++ usr.sbin/sendmail/Makefile Tue Aug 14 11:20:27 2001 @@ -7,7 +7,11 @@ SMDIR= ${SENDMAIL_DIR}/src .PATH: ${SMDIR} +.if defined(NO_MAILWRAPPER) +BINDIR= /usr/sbin +.else BINDIR= /usr/libexec/sendmail +.endif PROG= sendmail MAN= mailq.1 newaliases.1 aliases.5 sendmail.8 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 3:30:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B717437B40C for ; Tue, 14 Aug 2001 03:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EAU2l26507; Tue, 14 Aug 2001 03:30:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Aug 2001 03:30:02 -0700 (PDT) Message-Id: <200108141030.f7EAU2l26507@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Ruslan Ermilov To: Andre Albsmeier Cc: FreeBSD-gnats-submit@FreeBSD.ORG, Sheldon Hearn Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Tue, 14 Aug 2001 13:19:41 +0300 On Tue, Aug 14, 2001 at 11:29:17AM +0200, Andre Albsmeier wrote: > > When setting NO_MAILWRAPPER to /etc/make.conf sendmail still gets installed > into /usr/libexec/sendmail/sendmail. In case mailwrapper has been used before, > an old /usr/sbin/mailwrapper is lying around and usually the link from > /usr/sbin/sendmail is set. When you remove mailwrapper from /usr/sbin > the link is stale and no /usr/sbin/sendmail is available anymore. > [...] > Maybe this way: > > --- usr.sbin/sendmail/Makefile.ORI Tue Aug 14 11:20:01 2001 > +++ usr.sbin/sendmail/Makefile Tue Aug 14 11:20:27 2001 > @@ -7,7 +7,11 @@ > SMDIR= ${SENDMAIL_DIR}/src > .PATH: ${SMDIR} > > +.if defined(NO_MAILWRAPPER) > +BINDIR= /usr/sbin > +.else > BINDIR= /usr/libexec/sendmail > +.endif > > PROG= sendmail > MAN= mailq.1 newaliases.1 aliases.5 sendmail.8 > Or better yet, this one: Index: usr.sbin/sendmail/Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/sendmail/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- usr.sbin/sendmail/Makefile 2001/08/03 16:22:47 1.34 +++ usr.sbin/sendmail/Makefile 2001/08/14 10:19:26 @@ -7,7 +7,9 @@ SMDIR= ${SENDMAIL_DIR}/src .PATH: ${SMDIR} +.if !defined(NO_MAILWRAPPER) BINDIR= /usr/libexec/sendmail +.endif PROG= sendmail MAN= mailq.1 newaliases.1 aliases.5 sendmail.8 Index: share/man/man5/make.conf.5 =================================================================== RCS file: /home/ncvs/src/share/man/man5/make.conf.5,v retrieving revision 1.25 diff -u -r1.25 make.conf.5 --- share/man/man5/make.conf.5 2001/08/07 13:26:57 1.25 +++ share/man/man5/make.conf.5 2001/08/14 10:19:26 @@ -370,6 +370,10 @@ Set to not build the .Xr mailwrapper 8 MTA selector. +If set, +.Xr sendmail 8 +is installed as +.Pa /usr/sbin/sendmail . .It Va NO_MAKEDEV_INSTALL .Pq Vt bool Set to avoid installing Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 3:40:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2562937B406 for ; Tue, 14 Aug 2001 03:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EAe3j27542; Tue, 14 Aug 2001 03:40:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Aug 2001 03:40:03 -0700 (PDT) Message-Id: <200108141040.f7EAe3j27542@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Andre Albsmeier To: Ruslan Ermilov Cc: Andre Albsmeier , FreeBSD-gnats-submit@FreeBSD.ORG, Sheldon Hearn Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Tue, 14 Aug 2001 12:30:07 +0200 On Tue, 14-Aug-2001 at 13:19:41 +0300, Ruslan Ermilov wrote: > On Tue, Aug 14, 2001 at 11:29:17AM +0200, Andre Albsmeier wrote: > > > > When setting NO_MAILWRAPPER to /etc/make.conf sendmail still gets installed > > into /usr/libexec/sendmail/sendmail. In case mailwrapper has been used before, > > an old /usr/sbin/mailwrapper is lying around and usually the link from > > /usr/sbin/sendmail is set. When you remove mailwrapper from /usr/sbin > > the link is stale and no /usr/sbin/sendmail is available anymore. > > > [...] > > Maybe this way: > > > > --- usr.sbin/sendmail/Makefile.ORI Tue Aug 14 11:20:01 2001 > > +++ usr.sbin/sendmail/Makefile Tue Aug 14 11:20:27 2001 > > @@ -7,7 +7,11 @@ > > SMDIR= ${SENDMAIL_DIR}/src > > .PATH: ${SMDIR} > > > > +.if defined(NO_MAILWRAPPER) > > +BINDIR= /usr/sbin > > +.else > > BINDIR= /usr/libexec/sendmail > > +.endif > > > > PROG= sendmail > > MAN= mailq.1 newaliases.1 aliases.5 sendmail.8 > > > Or better yet, this one: > > Index: usr.sbin/sendmail/Makefile > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/sendmail/Makefile,v > retrieving revision 1.34 > diff -u -r1.34 Makefile > --- usr.sbin/sendmail/Makefile 2001/08/03 16:22:47 1.34 > +++ usr.sbin/sendmail/Makefile 2001/08/14 10:19:26 > @@ -7,7 +7,9 @@ > SMDIR= ${SENDMAIL_DIR}/src > .PATH: ${SMDIR} > > +.if !defined(NO_MAILWRAPPER) > BINDIR= /usr/libexec/sendmail > +.endif > > PROG= sendmail > MAN= mailq.1 newaliases.1 aliases.5 sendmail.8 Ah, yes, this is better. I didn't tweak lots of Makefiles in /usr/src before so I forgot about the default :-) And here is one more to add (hope it is right this way): --- etc/Makefile.ORI Tue Aug 14 12:23:19 2001 +++ etc/Makefile Tue Aug 14 12:25:21 2001 @@ -45,8 +45,11 @@ NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost PPPCNF= ppp.deny ppp.shells.sample PPPCF2= ppp.conf -ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \ +ETCMAIL=Makefile README access.sample virtusertable.sample \ mailertable.sample aliases +.if !defined(NO_MAILWRAPPER) +ETCMAIL+=mailer.conf +.endif # Special top level files for FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 3:59:31 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 4EBDD37B406; Tue, 14 Aug 2001 03:59:27 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA62757; Tue, 14 Aug 2001 12:59:26 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: dd@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/29695: Fetch - When no URL scheme given, fetch guesses wrong scheme. References: <200108140731.f7E7VhR96541@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 14 Aug 2001 12:59:25 +0200 In-Reply-To: <200108140731.f7E7VhR96541@freefall.freebsd.org> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org dd@FreeBSD.org writes: > DES: this is the bug you fixed in rev. 1.32. It'd be nice to see the fix > in 4.4. If you don't have time to MFC it, let me know and I can do it for > you. Please do. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 5: 0:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F171E37B40D for ; Tue, 14 Aug 2001 05:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EC0GD44441; Tue, 14 Aug 2001 05:00:16 -0700 (PDT) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 83E6A37B405 for ; Tue, 14 Aug 2001 04:54:53 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.1/8.11.1) with ESMTP id f7EBspb05113 for ; Tue, 14 Aug 2001 13:54:52 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.4/8.11.4) with ESMTP id f7EBson26569 for ; Tue, 14 Aug 2001 13:54:50 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f7EBsou84875 for FreeBSD-gnats-submit@freebsd.org; Tue, 14 Aug 2001 13:54:50 +0200 (CEST) Message-Id: <200108141154.f7EBsoB02537@curry.mchp.siemens.de> Date: Tue, 14 Aug 2001 13:54:50 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29709: last sound driver MFC introduced problems with various applications Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29709 >Category: kern >Synopsis: last sound driver MFC introduced problems with various applications >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 14 05:00:16 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: FreeBSD 4.4-PRERELEASE #25: Tue Aug 14 09:50:27 CEST 2001 with pcm enabled >Description: Since the pcm MFC on August 1st various applications have problems. Here is a summary of the observations taken from -multimedia: pcm0: at io 0x220 irq 5 drq 1:5 (1p/1r/0v channels duplex) - mtv (linux) audio doesn't work, the console says: pcm0: play interrupt timeout, channel dead - in mxaudio the progress slider runs like hell; a 4 minute song is processed in 4 seconds. No audio appears.. - sox produces a short blip as though the sample is playing too fast - mpg123 works! pcm0: at memory 0xf4000000 irq 10 (4p/1r/0v channels duplex) - same with mtv I assume the list isn't complete; it just lists the problems seen until now. >How-To-Repeat: Update to a recent 4.4-PRERELEASE and try some of the above combinations. >Fix: I replaced /sys/dev/sound completely with the version before august 1st and created empty pci/ich.c, pcm/vchan.c, pcm/sndstat.c and pcm/feeder_rate.c files so I didn't have to mess around with sys/conf/files :-) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 5: 1:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B8EF37B40B; Tue, 14 Aug 2001 05:01:30 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EBxV744346; Tue, 14 Aug 2001 04:59:31 -0700 (PDT) (envelope-from tg) Date: Tue, 14 Aug 2001 04:59:31 -0700 (PDT) From: Message-Id: <200108141159.f7EBxV744346@freefall.freebsd.org> To: nmh@t3x.org, tg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/29601: doscmd INT 10, FNs 0x09,0x0A cause wrong output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: doscmd INT 10, FNs 0x09,0x0A cause wrong output State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Tue Aug 14 04:58:14 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 6:30:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F4C137B405 for ; Tue, 14 Aug 2001 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EDU2259139; Tue, 14 Aug 2001 06:30:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Aug 2001 06:30:02 -0700 (PDT) Message-Id: <200108141330.f7EDU2259139@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/29247: fmt should not expand tabs. Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29247; it has been noted by GNATS. From: Ruslan Ermilov To: Ian Dowse Cc: bug-followup@FreeBSD.org Subject: Re: bin/29247: fmt should not expand tabs. Date: Tue, 14 Aug 2001 16:20:18 +0300 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Aug 06, 2001 at 03:40:35PM +0100, Ian Dowse wrote: > In message <20010806170033.A44549@sunbay.com>, Ruslan Ermilov writes: > >Ah, that. That could be achieved by `fmt -l 8'. Don't take it wrong! > >fmt(1) always replaces spaces by tabs first. The old fmt(1) then did > >what new `-l 8' currently does, unconditionally, i.e., replaces every > >8 leading spaces by a single tab character. > > Ok, I didn't understand fully why it worked, but a "!}fmt" in vi > has always left a tab-indented paragraph with tabs in the indentation, > and now it doesn't. This is the only way I ever use fmt, so the > new behaviour is quite annoying, and I don't think I'll just get > used to typing "!}fmt -l 8" instead :-). > > I agree that the old behaviour was not an ideal way to achieve the > effect of keeping tab indents, but the outcome for me was the same > as if it had not expanded the tabs in the first place. I think that > to avoid this unwanted change in behaviour, either fmt needs to > remember whether the indentation used tabs, or it should default > to -l 8... > OK, how about the following? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: fmt.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/fmt/fmt.1,v retrieving revision 1.8 diff -u -p -r1.8 fmt.1 --- fmt.1 2001/06/06 10:17:05 1.8 +++ fmt.1 2001/08/14 13:20:10 @@ -115,8 +115,13 @@ escaped to protect them from your shell. .It Fl l Ar number Replace multiple spaces with tabs at the start of each output line, if possible. +Each .Ar number spaces will be replaced with one tab. +The default is 8. +If +.Ar number +is 0, spaces are preserved. .It Fl t Ar number Assume that the input files' tabs assume .Ar number Index: fmt.c =================================================================== RCS file: /home/ncvs/src/usr.bin/fmt/fmt.c,v retrieving revision 1.15 diff -u -p -r1.15 fmt.c --- fmt.c 2001/08/11 00:49:11 1.15 +++ fmt.c 2001/08/14 13:20:11 @@ -202,6 +202,15 @@ get_positive(const char *s, const char * return (size_t) result; } +static size_t +get_nonnegative(const char *s, const char *err_mess, int fussyP) { + char *t; + long result = strtol(s,&t,0); + if (*t) { if (fussyP) goto Lose; else return 0; } + if (result<0) { Lose: errx(EX_USAGE, "%s", err_mess); } + return (size_t) result; +} + /* Global variables */ static int centerP=0; /* Try to center lines? */ @@ -210,7 +219,7 @@ static size_t max_length=0; /* Maximum l static int coalesce_spaces_P=0; /* Coalesce multiple whitespace -> ' ' ? */ static int allow_indented_paragraphs=0; /* Can first line have diff. ind.? */ static int tab_width=8; /* Number of spaces per tab stop */ -static size_t output_tab_width=0; /* Ditto, when squashing leading spaces */ +static size_t output_tab_width=8; /* Ditto, when squashing leading spaces */ static const char *sentence_enders=".?!"; /* Double-space after these */ static int grok_mail_headers=0; /* treat embedded mail headers magically? */ @@ -258,7 +267,7 @@ main(int argc, char *argv[]) { continue; case 'l': output_tab_width - = get_positive(optarg, "output tab width must be positive", 1); + = get_nonnegative(optarg, "output tab width must be non-negative", 1); continue; case 'm': grok_mail_headers = 1; --7JfCtLOvnd9MIVvH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 8:15:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D09B837B407; Tue, 14 Aug 2001 08:15:32 -0700 (PDT) (envelope-from greid@FreeBSD.org) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EF7vB86202; Tue, 14 Aug 2001 08:07:57 -0700 (PDT) (envelope-from greid) Date: Tue, 14 Aug 2001 08:07:57 -0700 (PDT) From: Message-Id: <200108141507.f7EF7vB86202@freefall.freebsd.org> To: greid@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/29709: last sound driver MFC introduced problems with various applications Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: last sound driver MFC introduced problems with various applications Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: greid Responsible-Changed-When: Tue Aug 14 08:07:35 PDT 2001 Responsible-Changed-Why: Sound issue http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29709 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 9:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 279BF37B40B for ; Tue, 14 Aug 2001 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EGU2398051; Tue, 14 Aug 2001 09:30:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Aug 2001 09:30:02 -0700 (PDT) Message-Id: <200108141630.f7EGU2398051@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ian Dowse Subject: Re: bin/29247: fmt should not expand tabs. Reply-To: Ian Dowse Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29247; it has been noted by GNATS. From: Ian Dowse To: Ruslan Ermilov Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/29247: fmt should not expand tabs. Date: Tue, 14 Aug 2001 17:29:45 +0100 In message <200108141330.f7EDU2259139@freefall.freebsd.org>, Ruslan Ermilov wri tes: > > > OK, how about the following? That looks great! I just tried it and it works as expected. Thanks, Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 10:55:40 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58FAE37B40B; Tue, 14 Aug 2001 10:55:38 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EHndr09571; Tue, 14 Aug 2001 10:49:39 -0700 (PDT) (envelope-from schweikh) Date: Tue, 14 Aug 2001 10:49:39 -0700 (PDT) From: Message-Id: <200108141749.f7EHndr09571@freefall.freebsd.org> To: brandon@cold.org, schweikh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/8061: profiling utilities seperate from profiling libs, broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: profiling utilities seperate from profiling libs, broken State-Changed-From-To: open->closed State-Changed-By: schweikh State-Changed-When: Tue Aug 14 10:47:27 PDT 2001 State-Changed-Why: I've updated gprof(1) manual page in -current to add a note on how we name profiled libraries and how you may specify them if you use -l directly. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=8061 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 11:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD8AB37B401 for ; Tue, 14 Aug 2001 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EIo1l18432; Tue, 14 Aug 2001 11:50:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Aug 2001 11:50:01 -0700 (PDT) Message-Id: <200108141850.f7EIo1l18432@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Andre Albsmeier To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Tue, 14 Aug 2001 20:42:44 +0200 One more thing I noticed here: When using the above Makefile and NO_MAILWRAPPER is set and the link /usr/sbin/sendmail -> /usr/sbin/mailwrapper exists, sendmail gets installed as /usr/sbin/mailwrapper: andre@voyager:/usr/sbin>ll sendmail mailwrapper -r-sr-xr-x 1 root wheel - 371756 Aug 14 20:35 mailwrapper* lrwxr-xr-x 1 root wheel - 21 Aug 14 20:34 sendmail@ -> /usr/sbin/mailwrapper I don't understand this since man install says: -S Safe copy. Normally, install unlinks an existing target before installing the new file. With the -S flag a temporary file is used and then renamed to be the target. The reason this is safer is that if the copy or rename fails, the existing target is left untouched. The -S option is not used during the install, so the file should get unlinked before but this is obviously not the case. I have helped myself with the following, additional path to usr.sbin/sendmail/Makefile: --- Makefile.ORI Sat Aug 4 09:07:27 2001 +++ Makefile Tue Aug 14 20:40:36 2001 @@ -58,6 +60,11 @@ LDADD+=${SENDMAIL_LDADD} LDFLAGS+=${SENDMAIL_LDFLAGS} +.if defined(NO_MAILWRAPPER) && exists(/usr/sbin/sendmail) +beforeinstall: + @rm /usr/sbin/sendmail +.endif + afterinstall: @if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/sendmail.cf -a \ ! -f ${DESTDIR}/etc/mail/sendmail.cf ]; then \ I assume there are better ways of doing this -- or install is broken. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 13: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B25C37B407 for ; Tue, 14 Aug 2001 13:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EK03T27988; Tue, 14 Aug 2001 13:00:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Aug 2001 13:00:03 -0700 (PDT) Message-Id: <200108142000.f7EK03T27988@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Wemm Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Peter Wemm To: Andre Albsmeier Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Tue, 14 Aug 2001 12:54:21 -0700 Andre Albsmeier wrote: > >Synopsis: Setting NO_MAILWRAPPER results in a system without working MTA > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Description: > > When setting NO_MAILWRAPPER to /etc/make.conf sendmail still gets installed > into /usr/libexec/sendmail/sendmail. In case mailwrapper has been used before , > an old /usr/sbin/mailwrapper is lying around and usually the link from > /usr/sbin/sendmail is set. When you remove mailwrapper from /usr/sbin > the link is stale and no /usr/sbin/sendmail is available anymore. This was intentional. NO_MAILWRAPPER was added specifically to leave /usr/sbin/sendmail *alone* so that people that clobbered it to install their own MTA rather than using mailer.conf didn't get it overwritten. The problem with the attached patches (and the followups) is that they leave /usr/libexec/sendmail/sendmail behind. If somebody really wants to change this, then set a symlink from /usr/sbin/sendmail -> /usr/libexec/sendmail/sendmail so that we dont have (potentially dangerous) old setuid binaries left behind that are no longer getting updated. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 13:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B078337B406 for ; Tue, 14 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EKK1F32979; Tue, 14 Aug 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Aug 2001 13:20:01 -0700 (PDT) Message-Id: <200108142020.f7EKK1F32979@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Andre Albsmeier To: Peter Wemm Cc: Andre Albsmeier , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Tue, 14 Aug 2001 22:12:58 +0200 On Tue, 14-Aug-2001 at 12:54:21 -0700, Peter Wemm wrote: > Andre Albsmeier wrote: > > > >Synopsis: Setting NO_MAILWRAPPER results in a system without working > MTA > > >Confidential: no > > >Severity: critical > > >Priority: high > > >Responsible: freebsd-bugs > > >State: open > > > >Description: > > > > When setting NO_MAILWRAPPER to /etc/make.conf sendmail still gets installed > > into /usr/libexec/sendmail/sendmail. In case mailwrapper has been used before > , > > an old /usr/sbin/mailwrapper is lying around and usually the link from > > /usr/sbin/sendmail is set. When you remove mailwrapper from /usr/sbin > > the link is stale and no /usr/sbin/sendmail is available anymore. > > This was intentional. NO_MAILWRAPPER was added specifically to leave > /usr/sbin/sendmail *alone* so that people that clobbered it to install > their own MTA rather than using mailer.conf didn't get it overwritten. > > The problem with the attached patches (and the followups) is that they leave > /usr/libexec/sendmail/sendmail behind. If somebody really wants to change Well, I think there _is_ need for changing something because otherwise /usr/sbin/sendmail points to a not existing/stale /usr/sbin/mailwrapper in case NO_MAILWRAPPER is used. > this, then set a symlink from /usr/sbin/sendmail -> > /usr/libexec/sendmail/sendmail so that we dont have (potentially dangerous) > old setuid binaries left behind that are no longer getting updated. So you suggest that if NO_MAILWRAPPER is specified, the usr.sbin/sendmail/Makefile should set a symlink from /usr/sbin/sendmail pointing to /usr/libexec/sendmail/sendmail? How about the etc/Makefile? Is the modification okay so there is no unneeded mailer.conf hanging around if NO_MAILWRAPPER is specified? -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 13:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC54637B40A for ; Tue, 14 Aug 2001 13:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7EKe2o34575; Tue, 14 Aug 2001 13:40:02 -0700 (PDT) (envelope-from gnats) Received: from cerebus.novagate.net (cerebus.novagate.net [205.138.135.7]) by hub.freebsd.org (Postfix) with ESMTP id 3C91337B405 for ; Tue, 14 Aug 2001 13:36:51 -0700 (PDT) (envelope-from rcarn@cerebus.novagate.net) Received: (from root@localhost) by cerebus.novagate.net (8.11.5/8.11.5) id f7EKacS47066; Tue, 14 Aug 2001 16:36:38 -0400 (EDT) (envelope-from rcarn) Message-Id: <200108142036.f7EKacS47066@cerebus.novagate.net> Date: Tue, 14 Aug 2001 16:36:38 -0400 (EDT) From: ".R." Reply-To: ".R." To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/29715: buildworld dies in /usr/src/share/termcap Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29715 >Category: i386 >Synopsis: buildworld dies in /usr/src/share/termcap >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 14 13:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: .R. >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: >Description: After cvsup'ing using the stable-supfile, I started a 'make buildworld' which runs fine until it gets to the /usr/src/share/termcap directory, where it dies with the following error-message: TERM=dumb ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null *** Error code 1 ...thinking maybe my Makefile was that dir was messed up, I compared to the ftp mirrors and other FBSD boxes and found the same Makefile everywhere. I'm not sure what is causing it. :/ >How-To-Repeat: I can manually cause the same error by running make in the same dir. >Fix: I'd like to know. ;) >Release-Note: >Audit-Trail: >Unformatted: >System: FreeBSD cerebus.novagate.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Fri Aug 10 12:21:01 EDT 2001 rcarn@cerebus.novagate.net:/usr/obj/usr/src/sys/CEREBUS i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 16:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0D3337B40F for ; Tue, 14 Aug 2001 16:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ENU0u80488; Tue, 14 Aug 2001 16:30:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C50437B40E for ; Tue, 14 Aug 2001 16:29:46 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7ENTkZ80449; Tue, 14 Aug 2001 16:29:46 -0700 (PDT) (envelope-from nobody) Message-Id: <200108142329.f7ENTkZ80449@freefall.freebsd.org> Date: Tue, 14 Aug 2001 16:29:46 -0700 (PDT) From: Dale Clapperton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29717: 4.4-PRERELEASE wont installworld due to missing directories Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29717 >Category: misc >Synopsis: 4.4-PRERELEASE wont installworld due to missing directories >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 14 16:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dale Clapperton >Release: 4.4-PRERELEASE >Organization: TTL >Environment: FreeBSD shaft.tdce.com.au 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #2: Tue Aug 14 19:17:44 EST 2001 dale@shaft.tdce.com.au:/usr/obj/usr/src/sys/SHAFT1 i386 >Description: On two different servers which were cvsupped to 4.4-PRERELEASE, a make installworld would repeatedly fail, like so: ~~~~ install -c -o root -g wheel -m 644 isdn/isdnd_acct /usr/share/examples/isdn/isdnd_acct install -c -o root -g wheel -m 644 isdn/contrib/README /usr/share/examples/isdn/contrib/README install: /usr/share/examples/isdn/contrib/README: No such file or directory *** Error code 71 Stop in /usr/src/share/examples. *** Error code 1 ~~~~ Manually creating two directories fixes the problem and the installworld runs as normal. >How-To-Repeat: cvsup a 4.3-STABLE machine to 4.4-PRERELEASE, and attempt to make installworld. If the directories /usr/share/examples/isdn/contrib and /usr/share/examples/isdn/v21 are absent (as they were on the two servers in question, this may or may not be the case on other servers) the installworld will fail. >Fix: mkdir -p /usr/share/examples/isdn/contrib mkdir -p /usr/share/examples/isdn/v21 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 17:40: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from jhb-proxy.mweb.co.za (jhb-proxy.mweb.co.za [196.2.48.243]) by hub.freebsd.org (Postfix) with ESMTP id 4391637B411 for ; Tue, 14 Aug 2001 17:40:05 -0700 (PDT) (envelope-from psyv@root.org.za) Received: from pta-dial-196-31-184-190.mweb.co.za ([196.31.184.190]) by jhb-proxy.mweb.co.za (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0GI30059M36NQJ@jhb-proxy.mweb.co.za> for freebsd-bugs@freebsd.org; Wed, 15 Aug 2001 02:40:01 +0200 (GMT-2) Date: Wed, 15 Aug 2001 02:42:04 +0200 (SAST) From: The Psychotic Viper Subject: Re: misc/29653: buildworld fails at libncurses To: freebsd-bugs@freebsd.org Message-id: <20010815024141.B4499-100000@lucifer.fuzion.za.org> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII X-X-Sender: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, if this list is not open to long emails tell me to shoo and I will:) (sorry for late post just got around to following up on the PR so as to have given a few days for processing) Sorry if this is overkill but looking at my post with the above PR # I noticed I did make a few errors, lack of sleep or plain forgetful my apologies. Would like to give a few more details in the hope it may be solved or my mistake pointed out. Firstly yes its releng_4 not 4_3 but i receive the same error on both so its certain I am doing something wrong or something unhealthy is going on. I have tried multiple updates to no avail. PsyV (yes that was me who submitted) :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 20:49: 5 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from iatl0x01.coxmail.com (iatl0x02.coxmail.com [206.157.225.11]) by hub.freebsd.org (Postfix) with ESMTP id 5C0C537B434; Tue, 14 Aug 2001 20:48:56 -0700 (PDT) (envelope-from mheffner@novacoxmail.com) Received: from enterprise.muriel.penguinpowered.com ([209.249.161.66]) by iatl0x01.coxmail.com (InterMail vK.4.03.02.00 201-232-124 license eaa2928f5bcba31507d4d280f1027278) with ESMTP id <20010815034855.PLOT70.iatl0x01@enterprise.muriel.penguinpowered.com>; Tue, 14 Aug 2001 23:48:55 -0400 Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 14 Aug 2001 23:45:24 -0400 (EDT) Reply-To: Mike Heffner From: Mike Heffner To: Andre Albsmeier Subject: Re: bin/21152: @monthly entry in crontab is run every day Cc: "Alexander S. Usov" , freebsd-gnats-submit@freebsd.org, FreeBSD-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Can you see whether the following, untested, patch works? It should fix the @monthly and @weekly entries. Also, it should fix the @yearly/@annually entry so that it doesn't execute daily during January. Thanks, Mike -- Mike Heffner Fredericksburg, VA Index: entry.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/cron/lib/entry.c,v retrieving revision 1.14 diff -u -r1.14 entry.c --- entry.c 2001/07/18 11:49:45 1.14 +++ entry.c 2001/08/15 03:40:59 @@ -156,6 +156,7 @@ bit_set(e->dom, 0); bit_set(e->month, 0); bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); + e->flags |= DOW_STAR; } else if (!strcmp("monthly", cmd)) { Debug(DPARS, ("load_entry()...monthly shortcut\n")) bit_set(e->minute, 0); @@ -163,11 +164,13 @@ bit_set(e->dom, 0); bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1)); bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1)); + e->flags |= DOW_STAR; } else if (!strcmp("weekly", cmd)) { Debug(DPARS, ("load_entry()...weekly shortcut\n")) bit_set(e->minute, 0); bit_set(e->hour, 0); bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1)); + e->flags |= DOM_STAR; bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1)); bit_set(e->dow, 0); } else if (!strcmp("daily", cmd) || !strcmp("midnight", cmd)) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 21: 2:57 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from iatl0x01.coxmail.com (iatl0x02.coxmail.com [206.157.225.11]) by hub.freebsd.org (Postfix) with ESMTP id 252F937B40C; Tue, 14 Aug 2001 21:02:43 -0700 (PDT) (envelope-from mheffner@novacoxmail.com) Received: from enterprise.muriel.penguinpowered.com ([209.249.161.66]) by iatl0x01.coxmail.com (InterMail vK.4.03.02.00 201-232-124 license eaa2928f5bcba31507d4d280f1027278) with ESMTP id <20010815040242.PMOV70.iatl0x01@enterprise.muriel.penguinpowered.com>; Wed, 15 Aug 2001 00:02:42 -0400 Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="_=XFMail.1.5.0.FreeBSD:20010814235912:291=_"; micalg=pgp-md5; protocol="application/pgp-signature" Date: Tue, 14 Aug 2001 23:59:12 -0400 (EDT) Reply-To: Mike Heffner From: Mike Heffner To: freebsd-gnats-submit@freebsd.org Subject: FW: Re: bin/12801: nvi infinite recursion with options "leftrigh Cc: FreeBSD-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.5.0.FreeBSD:20010814235912:291=_ Content-Type: multipart/mixed; boundary="_=XFMail.1.5.0.FreeBSD:20010814235912:291=_" This message is in MIME format --_=XFMail.1.5.0.FreeBSD:20010814235912:291=_ Content-Type: text/plain; charset=us-ascii Forwarding to audit-trail. -----FW: <20010814234350.A52363@unknown.whichever.org>----- Date: Tue, 14 Aug 2001 23:43:50 -0400 From: Alexander Litvin To: Sheldon Hearn Subject: Re: bin/12801: nvi infinite recursion with options "leftright" and "comment" Cc: mikeh@FreeBSD.org > In message about "Re: bin/12801: nvi infinite recursion with options "leftright" and "comment"" > on Fri, Jul 06, 2001, at 08:48:09 AM you wrote: > > > > Synopsis: nvi infinite recursion with options "leftright" and "comment" > > > > > > State-Changed-From-To: suspended->feedback > > > State-Changed-By: mikeh > > > State-Changed-When: Thu Jul 5 17:26:35 PDT 2001 > > > State-Changed-Why: > > > Is this fixed with the patch in bin/28687? > > > > Should be. :-) > > No, unfortunately it's not. Actually, as I investigated the problem, it is more severe then just using to incompatible options. That is, this infinite recursion can be "achieved" even without "comment" option -- it is enougth, for example, to do the following: 1) go to the line with number NUM, where 1 < NUM < "screen height"/2; 2) make the line to be on the top of the screen (e.g. by z+); 3) do :e What I figured is that during switching files vi somehow messes up the old and new state -- like sp (pointer to screen structure?) already contains (mostly) info about new file, but HMAP macro (what's this exactly?) still has information about old file position. The fact that this mess really works through vs_refresh() is, IMHO, accidential. The attached patch seems to fix the problem. This is sort of hack, because I don't exactly understand the guts of vi, and I have no idea how produce politically correct fix. But at least it doesn't do anything bad (IMHO). --- Laugh at your problems; everybody else does. --------------End of forwarded message------------------------- Mike -- Mike Heffner Fredericksburg, VA --_=XFMail.1.5.0.FreeBSD:20010814235912:291=_ Content-type: text/plain; NAME=vi.diff; charset=us-ascii Content-disposition: attachment; filename=vi.diff *** src/contrib/nvi/vi/vi.c.orig Tue Aug 14 23:13:30 2001 --- src/contrib/nvi/vi/vi.c Tue Aug 14 23:14:34 2001 *************** *** 399,404 **** --- 399,408 ---- if (F_ISSET(sp, SC_FSWITCH)) { F_CLR(sp, SC_FSWITCH); (void)sp->gp->scr_rename(sp, sp->frp->name, 1); + /* XXX */ + HMAP->lno = sp->lno; + HMAP->coff = 0; + HMAP->soff = 1; } /* If leaving vi, return to the main editor loop. */ --_=XFMail.1.5.0.FreeBSD:20010814235912:291=_-- End of MIME message --_=XFMail.1.5.0.FreeBSD:20010814235912:291=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7efOQFokZQs3sv5kRAuvuAJ0UDhHUc1UbDWNkv4CiscRvCeG8WwCcCGhB LwuMb75VTX/Indma8/kN6Ys= =0qy3 -----END PGP SIGNATURE----- --_=XFMail.1.5.0.FreeBSD:20010814235912:291=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Aug 14 21:10:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D121F37B403 for ; Tue, 14 Aug 2001 21:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7F4A4v22436; Tue, 14 Aug 2001 21:10:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 14 Aug 2001 21:10:04 -0700 (PDT) Message-Id: <200108150410.f7F4A4v22436@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: misc/29717: 4.4-PRERELEASE wont installworld due to missing directories Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/29717; it has been noted by GNATS. From: Kris Kennaway To: Dale Clapperton Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/29717: 4.4-PRERELEASE wont installworld due to missing directories Date: Tue, 14 Aug 2001 21:08:15 -0700 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I think this was already fixed. Generally you should bring up things like this on the -stable mailing list instead of the PR database, because they're usually transient failures resulting from an incomplete MFC. Please cvsup again and confirm whether or not this problem remains. Kris --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7efWuWry0BWjoQKURAgURAJ41rSqPwSEBsNVmbFSVXFkaLWmXogCfaLkb P0ajFTn+X7IXHLV/i2gAxLc= =mLvs -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 0:48:39 2001 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 6D84D37B40D; Wed, 15 Aug 2001 00:48:35 -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.11.1/8.11.1) with ESMTP id f7F7mSb28968; Wed, 15 Aug 2001 09:48:29 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.4/8.11.4) with ESMTP id f7F7mSn06073; Wed, 15 Aug 2001 09:48:28 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f7F7mSK90389; Date: Wed, 15 Aug 2001 09:48:27 +0200 From: Andre Albsmeier To: Mike Heffner Cc: Andre Albsmeier , "Alexander S. Usov" , freebsd-gnats-submit@freebsd.org, FreeBSD-bugs Subject: Re: bin/21152: @monthly entry in crontab is run every day Message-ID: <20010815094827.A9328@curry.mchp.siemens.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mheffner@novacoxmail.com on Tue, Aug 14, 2001 at 11:45:24PM -0400 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 14-Aug-2001 at 23:45:24 -0400, Mike Heffner wrote: > Can you see whether the following, untested, patch works? It should fix the > @monthly and @weekly entries. Also, it should fix the @yearly/@annually entry Done! I have added weekly and monthly test entries in my crontab and we will see. Thanks so far, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 0:56:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0E6037B405; Wed, 15 Aug 2001 00:56:13 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7F7tm455008; Wed, 15 Aug 2001 00:55:48 -0700 (PDT) (envelope-from ru) Date: Wed, 15 Aug 2001 00:55:48 -0700 (PDT) From: Message-Id: <200108150755.f7F7tm455008@freefall.freebsd.org> To: dale@tdce.com.au, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/29717: 4.4-PRERELEASE wont installworld due to missing directories Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 4.4-PRERELEASE wont installworld due to missing directories State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Aug 15 00:53:46 PDT 2001 State-Changed-Why: Already fixed in src/etc/mtree/BSD.usr.dist,v 1.188.2.18. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29717 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 2:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B24A37B442 for ; Wed, 15 Aug 2001 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7F9A2E68493; Wed, 15 Aug 2001 02:10:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Aug 2001 02:10:02 -0700 (PDT) Message-Id: <200108150910.f7F9A2E68493@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: i386/29715: buildworld dies in /usr/src/share/termcap Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/29715; it has been noted by GNATS. From: Ruslan Ermilov To: ".R." Cc: bug-followup@FreeBSD.org Subject: Re: i386/29715: buildworld dies in /usr/src/share/termcap Date: Wed, 15 Aug 2001 12:04:55 +0300 On Tue, Aug 14, 2001 at 04:36:38PM -0400, .R. wrote: > > After cvsup'ing using the stable-supfile, I started a 'make buildworld' which runs > fine until it gets to the /usr/src/share/termcap directory, where it dies with the > following error-message: > TERM=dumb ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null > *** Error code 1 > > ...thinking maybe my Makefile was that dir was messed up, I compared to the ftp > mirrors and other FBSD boxes and found the same Makefile everywhere. I'm not sure > what is causing it. :/ > Make sure that ``reorder'' and ``termcap.src'' files are not corrupt: MD5 (reorder) = 57a07a2aea2ded6e39fc99acfb3281e3 MD5 (termcap.src) = 0b42b7ad52519f6ea591ceaeb2235bdd Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 3:10:40 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B5A937B410 for ; Wed, 15 Aug 2001 03:10:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FAAIx76501; Wed, 15 Aug 2001 03:10:18 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B7EA37B409 for ; Wed, 15 Aug 2001 03:07:00 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FA70076311; Wed, 15 Aug 2001 03:07:00 -0700 (PDT) (envelope-from nobody) Message-Id: <200108151007.f7FA70076311@freefall.freebsd.org> Date: Wed, 15 Aug 2001 03:07:00 -0700 (PDT) From: Eugene Grosbein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/29725: [PATCH] Fixed segmentation fault in simple_httpd and some other bugfixes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29725 >Category: bin >Synopsis: [PATCH] Fixed segmentation fault in simple_httpd and some other bugfixes >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 Aug 15 03:10:17 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 3.5-STABLE (the same applies to FreeBSD 4.3-STABLE and 5.0-CURRENT) >Organization: Svyaz-Service JSC >Environment: FreeBSD www.svzserv.kemerovo.su 3.5-STABLE FreeBSD 3.5-STABLE #0: Tue Aug 7 09:59:15 KRAST 2001 eu@www.svzserv.kemerovo.su:/home3/src/sys/compile/WWW i386 >Description: This PR fixes some bugs in /usr/src/release/picobsd/simple_httpd and tries to clean up code. * Fixed segmentation fault when serving request of file without '.' in the name. Added file mime_t.h introducing array mime_type[][] for mapping of file extentions to mime types and string default_mime_type for unknown/missing extentions. * The 'Content-length' header prepared but not sent - fixed. * Fixed format string in init_servconnection() - missing "%d" added. * Fixed format string for value of type off_t in http_request() - "%d" replaced with "%lld" * Commented out unused variables ld, http1, msg in http_request() * Commented out unused variables bflad, fd, lg in main() >How-To-Repeat: Build, configure and run simple_httpd. Connect to it using telnet and try to 'GET' a file with an extention - you will get no 'Content-length' header in the reply. Try to 'GET' a file with no extention - you will get no file and coredump of simple_httpd. >Fix: There are a patch for simple_httpd.c and new file mime_t.h for including into tree. Feel free editing there but please commit fixes for bugs. /* start of mime_t.h */ #ifndef _MIME_T #define _MIME_T const char* default_mime_type = "application/octet-stream"; const char* mime_type[][2] = { { "txt", "text/plain" }, { "htm", "text/html" }, { "html", "text/html" }, { "gif", "image/gif" }, { "jpg", "image/jpeg" }, { "mp3", "audio/mpeg" } }; const int mime_type_max = sizeof(mime_type) / sizeof(mime_type[0]) - 1; #endif /* end of mime_t.h */ Here is a patch for simple_httpd.c from my local repository: diff -u -r1.1.1.1 -r1.9 --- simple_httpd.c 2001/08/15 04:09:38 1.1.1.1 +++ simple_httpd.c 2001/08/15 09:32:34 1.9 @@ -47,6 +47,8 @@ #include #include +#include "mime_t.h" + int http_port = 80; int daemonize = 1; int verbose = 0; @@ -99,7 +101,7 @@ perror("bind socket"); exit(1); } - if (verbose) printf("simple_httpd\n",http_port); + if (verbose) printf("simple_httpd:%d\n",http_port); } /* @@ -191,14 +193,15 @@ */ http_request() { - int fd, lg, ld, i; + int fd, lg, /*ld,*/ i; int cmd = 0; - int http1 = 0; +/* int http1 = 0; */ char *p, *par; char *filename, *c; + size_t fname_len; struct stat file_status; char req[1024]; - char msg[1024]; +/* char msg[1024]; */ char buff[8192]; lg = read(con_sock, req, 1024); @@ -231,10 +234,13 @@ c = strtok(NULL, " "); if (fetch_mode[0] != NULL) strcpy(filename,fetch_mode); - if (filename == NULL || - strlen(filename)==1) filename="/index.html"; + fname_len=strlen(filename); + if (filename == NULL || fname_len == 1) { + filename="/index.html"; + fname_len=11; + } - while (filename[0]== '/') filename++; + while (filename[0]== '/') { filename++; fname_len--; } /* CGI handling. Untested */ if (!strncmp(filename,"cgi-bin/",8)) @@ -243,6 +249,7 @@ if (par=strstr(filename,"?")) { *par=0; +/* fname_len=par-filename; // not used but note to the future */ par++; } if (access(filename,X_OK)) goto conti; @@ -309,23 +316,22 @@ http_output(httpd_server_ident); http_date(); - sprintf(buff, "Content-length: %d\r\n", file_status.st_size); - - if (strstr(filename,".txt")) { - strcpy(buff,"Content-type: text/plain\r\n"); - } else if (strstr(filename,".html") || strstr(filename,".htm")) { - strcpy(buff,"Content-type: text/html\r\n"); - } else if (strstr(filename,".gif")) { - strcpy(buff,"Content-type: image/gif\r\n"); - } else if (strstr(filename,".jpg")) { - strcpy(buff,"Content-type: image/jpeg\r\n"); - } else { - /* Take a guess at content if we don't have something already */ - strcpy(buff,"Content-type: "); - strcat(buff,strstr(filename,".")+1); - strcat(buff,"\r\n"); - } + sprintf(buff, "Content-length: %lld\r\n", file_status.st_size); write(con_sock, buff, strlen(buff)); + + strcpy(buff,"Content-type: "); + i=-1; + if (strchr(filename,'.')) + for (i=mime_type_max; i>=0; i--) /* file has an extention */ + if ((c=strstr(filename,mime_type[i][0]))) + if (filename+fname_len==c+strlen(mime_type[i][0])) { + strcat(buff,mime_type[i][1]); + break; + } + + if (i<0) /* extention is unknown */ + strcat(buff,default_mime_type); /* or file has no extention */ + http_output(buff); strftime(buff, 50, "Last-Modified: %a, %d %h %Y %H:%M:%S %Z\r\n\r\n", gmtime(&file_status.st_mtime)); write(con_sock, buff, strlen(buff)); @@ -351,8 +357,8 @@ { extern char *optarg; extern int optind; - int bflag, ch, fd, ld; - int lg; + int /*bflag,*/ ch, /*fd,*/ ld; +/* int lg; */ int httpd_group = 65534; pid_t server_pid; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 3:20:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AE3A37B407 for ; Wed, 15 Aug 2001 03:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FAK5677498; Wed, 15 Aug 2001 03:20:05 -0700 (PDT) (envelope-from gnats) Received: from core.pourIX.net (core.pourIX.net [62.4.18.12]) by hub.freebsd.org (Postfix) with ESMTP id 9BAFA37B407 for ; Wed, 15 Aug 2001 03:13:31 -0700 (PDT) (envelope-from sw@core.pourIX.net) Received: (from sw@localhost) by core.pourIX.net (8.11.5/8.11.5) id f7FACwn24056; Wed, 15 Aug 2001 12:12:58 +0200 (CEST) (envelope-from sw) Message-Id: <200108151012.f7FACwn24056@core.pourIX.net> Date: Wed, 15 Aug 2001 12:12:58 +0200 (CEST) From: Sameh Ghane Reply-To: Sameh Ghane To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29726: IPv6 and default route issues with PPP/PPPoE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29726 >Category: bin >Synopsis: IPv6 and default route issues with PPP/PPPoE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 15 03:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sameh Ghane >Release: FreeBSD 5.0-CURRENT i386 >Organization: PourIX >Environment: System: FreeBSD core.pourIX.net 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Tue Aug 14 06:56:32 CEST 2001 root@core.pourIX.net:/var/obj/var/src/sys/CORE i386 Freshly updated -current, with: 2 4 0xc22ed000 11000 netgraph.ko 3 2 0xc2303000 4000 ng_ether.ko 4 1 0xc2307000 7000 ng_pppoe.ko 5 1 0xc2310000 5000 ng_socket.ko loaded into the kernel. Tested with 3 different ADSL providers. >Description: At the end of the PPP negociation, ppp doesn't add the default route. When killing ppp, it also appears that removal of IPv6 routes fails. Here is the ppp log of connection: Aug 15 12:00:12 core ppp[23850]: tun0: Command: default: set dial Aug 15 12:00:12 core ppp[23850]: tun0: Command: default: set login Aug 15 12:00:12 core ppp[23850]: tun0: Command: default: set ifaddr 10.0.0.1/0 10.0.0.2/0 Aug 15 12:00:12 core ppp[23850]: tun0: Command: default: add default HISADDR Aug 15 12:00:12 core ppp[23850]: tun0: Command: default: enable dns Aug 15 12:00:12 core ppp[23850]: tun0: Command: default: enable tcpmssfixup Aug 15 12:00:12 core ppp[23850]: tun0: Command: default: set speed sync Aug 15 12:00:12 core ppp[23850]: tun0: Command: default: set ctsrts off Aug 15 12:00:12 core ppp[23850]: tun0: Command: default: enable lqr Aug 15 12:00:12 core ppp[23850]: tun0: Command: nerim: set authname sameh@net1.nerim.fsa Aug 15 12:00:12 core ppp[23850]: tun0: Command: nerim: set authkey ******** Aug 15 12:00:12 core ppp[23851]: tun0: Phase: PPP Started (ddial mode). Aug 15 12:00:12 core ppp[23851]: tun0: Phase: bundle: Establish Aug 15 12:00:12 core ppp[23851]: tun0: Phase: deflink: closed -> opening Aug 15 12:00:12 core ppp[23851]: tun0: Phase: deflink: Connected! Aug 15 12:00:12 core ppp[23851]: tun0: Phase: deflink: opening -> dial Aug 15 12:00:12 core ppp[23851]: tun0: Phase: deflink: dial -> carrier Aug 15 12:00:16 core ppp[23851]: tun0: Phase: Received NGM_PPPOE_SUCCESS (hook "tun0") Aug 15 12:00:16 core ppp[23851]: tun0: Phase: deflink: carrier -> login Aug 15 12:00:16 core ppp[23851]: tun0: Phase: deflink: login -> lcp Aug 15 12:00:16 core ppp[23851]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492 Aug 15 12:00:16 core ppp[23851]: tun0: Phase: bundle: Authenticate Aug 15 12:00:16 core ppp[23851]: tun0: Phase: deflink: his = CHAP 0x05, mine = none Aug 15 12:00:16 core ppp[23851]: tun0: Phase: Chap Input: CHALLENGE (16 bytes from BSBGN103) Aug 15 12:00:16 core ppp[23851]: tun0: Phase: Chap Output: RESPONSE (sameh@net1.nerim.fsa) Aug 15 12:00:18 core ppp[23851]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492 Aug 15 12:00:18 core ppp[23851]: tun0: Phase: deflink: his = CHAP 0x05, mine = none Aug 15 12:00:18 core ppp[23851]: tun0: Phase: Chap Input: CHALLENGE (16 bytes from NERIM) Aug 15 12:00:18 core ppp[23851]: tun0: Phase: Chap Output: RESPONSE (sameh@net1.nerim.fsa) Aug 15 12:00:18 core ppp[23851]: tun0: Phase: Chap Input: SUCCESS Aug 15 12:00:18 core ppp[23851]: tun0: CCP: FSM: Using "deflink" as a transport Aug 15 12:00:18 core ppp[23851]: tun0: CCP: deflink: State change Initial --> Closed Aug 15 12:00:18 core ppp[23851]: tun0: CCP: deflink: LayerStart. Aug 15 12:00:18 core ppp[23851]: tun0: CCP: MPPE: Not usable without CHAP81 Aug 15 12:00:18 core ppp[23851]: tun0: CCP: deflink: SendConfigReq(1) state = Closed Aug 15 12:00:18 core ppp[23851]: tun0: CCP: DEFLATE[4] win 15 Aug 15 12:00:18 core ppp[23851]: tun0: CCP: PRED1[2] Aug 15 12:00:18 core ppp[23851]: tun0: CCP: deflink: State change Closed --> Req-Sent Aug 15 12:00:18 core ppp[23851]: tun0: Phase: deflink: lcp -> open Aug 15 12:00:18 core ppp[23851]: tun0: Phase: bundle: Network Aug 15 12:00:18 core ppp[23851]: tun0: IPCP: FSM: Using "deflink" as a transport Aug 15 12:00:18 core ppp[23851]: tun0: IPCP: deflink: State change Initial --> Closed Aug 15 12:00:18 core ppp[23851]: tun0: IPCP: deflink: LayerStart. Aug 15 12:00:18 core ppp[23851]: tun0: IPCP: deflink: SendConfigReq(1) state = Closed Aug 15 12:00:18 core ppp[23851]: tun0: IPCP: IPADDR[6] 10.0.0.1 Aug 15 12:00:18 core ppp[23851]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Aug 15 12:00:18 core ppp[23851]: tun0: IPCP: PRIDNS[6] 62.4.17.109 Aug 15 12:00:18 core ppp[23851]: tun0: IPCP: SECDNS[6] 255.255.255.255 Aug 15 12:00:18 core ppp[23851]: tun0: IPCP: deflink: State change Closed --> Req-Sent Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: RecvConfigReq(1) state = Req-Sent Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: IPADDR[6] 194.206.78.3 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: SendConfigAck(1) state = Req-Sent Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: IPADDR[6] 194.206.78.3 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: State change Req-Sent --> Ack-Sent Aug 15 12:00:19 core ppp[23851]: tun0: CCP: deflink: State change Req-Sent --> Stopped Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: RecvConfigRej(1) state = Ack-Sent Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: SendConfigReq(2) state = Ack-Sent Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: IPADDR[6] 10.0.0.1 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: PRIDNS[6] 62.4.17.109 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: SECDNS[6] 255.255.255.255 Aug 15 12:00:19 core ppp[23851]: tun0: Phase: deflink: IPV6CP protocol reject closes IPV6CP ! Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: RecvConfigNak(2) state = Ack-Sent Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: IPADDR[6] 62.4.18.12 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: IPADDR[6] changing address: 10.0.0.1 --> 62.4.18.12 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: PRIDNS[6] 62.4.16.70 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: SECDNS[6] 62.4.17.109 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: Primary nameserver set to 62.4.16.70 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: Secondary nameserver set to 62.4.17.109 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: SendConfigReq(3) state = Ack-Sent Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: IPADDR[6] 62.4.18.12 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: PRIDNS[6] 62.4.16.70 Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: SECDNS[6] 62.4.17.109 Aug 15 12:00:19 core ppp[23851]: tun0: Phase: deflink: IPV6CP protocol reject closes IPV6CP ! Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: RecvConfigAck(3) state = Ack-Sent Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: State change Ack-Sent --> Opened Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: deflink: LayerUp. Aug 15 12:00:19 core ppp[23851]: tun0: IPCP: myaddr 62.4.18.12 hisaddr = 194.206.78.3 Aug 15 12:00:22 core ppp[23851]: tun0: Phase: deflink: IPV6CP protocol reject closes IPV6CP ! Aug 15 12:00:31 core last message repeated 3 times Here is the routing table, *before* connecting: Internet: Destination Gateway Flags Refs Use Netif Expire 62.4.21.188 ff:ff:ff:ff:ff:ff UHLWb 0 12 ed0 => 62.4.21.188/30 link#1 UC 2 0 ed0 62.4.21.191 ff:ff:ff:ff:ff:ff UHLWb 0 3 ed0 127.0.0.1 127.0.0.1 UH 2 269 lo0 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UH lo0 fe80::%ed0/64 link#1 UC ed0 fe80::280:c8ff:fef2:dc34%ed0 0:80:c8:f2:dc:34 UHL lo0 fe80::%xl0/64 link#2 UC xl0 fe80::204:76ff:fe11:d475%xl0 0:4:76:11:d4:75 UHL lo0 fe80::%lo0/64 fe80::1%lo0 Uc lo0 fe80::1%lo0 link#3 UHL lo0 ff01::/32 ::1 U lo0 ff02::%ed0/32 link#1 UC ed0 ff02::%xl0/32 link#2 UC xl0 ff02::%lo0/32 ::1 UC lo0 ff02::%tun0/32 fe80::280:c8ff:fef2:dc34%tun0 UC tun0 And *after* connecting, I get this routes added: 194.206.78.3 62.4.18.12 UH 0 0 tun0 fe80::%tun0/64 fe80::280:c8ff:fef2:dc34%tun0 Uc tun0 fe80::280:c8ff:fef2:dc34%tun0 link#6 UHL lo0 No default route. Also, when killing ppp, here is the log: Aug 15 11:59:26 core ppp[23791]: tun0: Phase: total 37 bytes/sec, peak 190 bytes/sec on Wed Aug 15 11:59:26 2001 Aug 15 11:59:26 core ppp[23791]: tun0: Phase: deflink: hangup -> closed Aug 15 11:59:26 core ppp[23791]: tun0: Warning: Del route failed: ff02::%tun0/32: Non-existent Aug 15 11:59:26 core ppp[23791]: tun0: Phase: bundle: Dead Aug 15 11:59:26 core ppp[23791]: tun0: Phase: PPP Terminated (normal). Aug 15 11:59:26 core ppp[23791]: tun0: Warning: Del route failed: ff02::%tun0/32: Non-existent >How-To-Repeat: Use PPPoE to connect to a DSL provider with a new -current. >Fix: Add a default route manually :) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 3:25: 7 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from day.anthologeek.net (day.anthologeek.net [212.43.217.20]) by hub.freebsd.org (Postfix) with ESMTP id C6F1837B40B for ; Wed, 15 Aug 2001 03:25:03 -0700 (PDT) (envelope-from sw@anthologeek.net) Received: by day.anthologeek.net (Postfix, from userid 1000) id 2A33117126; Wed, 15 Aug 2001 12:23:09 +0200 (CEST) Date: Wed, 15 Aug 2001 12:23:09 +0200 From: Sameh Ghane To: Pierre Beyssac Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/29026: fix for traceroute Message-ID: <20010815122309.A46718@anthologeek.net> References: <200108131950.f7DJo1157822@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200108131950.f7DJo1157822@freefall.freebsd.org>; from pb@fasterix.freenix.org on Mon, Aug 13, 2001 at 12:50:01PM -0700 X-PGP-Keys: 0x1289F00D: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Le (On) Mon, Aug 13, 2001 at 12:50:01PM -0700, Pierre Beyssac ecrivit (wrote): > The following reply was made to PR bin/29026; it has been noted by GNATS. > > From: Pierre Beyssac > To: FreeBSD-gnats-submit@FreeBSD.ORG > Cc: > Subject: bin/29026: fix for traceroute > Date: Mon, 13 Aug 2001 21:45:26 +0200 > > ----- Forwarded message from Pierre Beyssac ----- > > Date: Mon, 16 Jul 2001 21:06:37 +0200 > From: Pierre Beyssac > To: freebsd-net@FreeBSD.ORG > Cc: traceroute@ee.lbl.gov > Subject: fix for traceroute (bin/29026) > > Could anyone check this fix for PR bin/29026 (traceroute -s option)? > > It just reenables the bind(2) call checking for the source address > correctness, and moves the IP_HDRINCL after that (once IP_HDRINCL > is enabled on the socket, bind doesn't check this anymore). > > It seems to work on my (very outdated) current as well as -stable, > but I'm not able to check it on a recent -current, and although I > have tested it with and without -s I may have missed some side > effects with weird options combinations. > > If someone can confirm that this works, I can commit it. It works fine here, with a brand new -current. -- Sameh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 4:10:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 655F437B40C for ; Wed, 15 Aug 2001 04:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FBA5H89733; Wed, 15 Aug 2001 04:10:05 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9840437B40A for ; Wed, 15 Aug 2001 04:03:53 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FB3rl86388; Wed, 15 Aug 2001 04:03:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200108151103.f7FB3rl86388@freefall.freebsd.org> Date: Wed, 15 Aug 2001 04:03:53 -0700 (PDT) From: Katsuyuki Yumoto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29727: amr_enquiry3 structure in amrreg.h (amr driver) is incorrect. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29727 >Category: kern >Synopsis: amr_enquiry3 structure in amrreg.h (amr driver) is incorrect. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 15 04:10:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Katsuyuki Yumoto >Release: 4.3R >Organization: HP Japan >Environment: >Description: In the amr_enquiry3 structure described in amrreg.h file, Please make sure ae_drivestate is not physical drive state but logical one. Also ae_phydrivestate has to follow it. >How-To-Repeat: getting result of amr_enquiry3 structure by issuing Enq3 command via ioctl(). >Fix: apply following patch diff -u -N -r sys.b/dev/amr/amrreg.h sys/dev/amr/amrreg.h --- sys.b/dev/amr/amrreg.h Tue Aug 14 18:38:41 2001 +++ sys/dev/amr/amrreg.h Tue Aug 14 18:37:54 2001 @@ -341,7 +341,8 @@ u_int16_t ae_opstatus[AMR_40LD_MAXDRIVES / 8]; /* operation status per drive */ u_int32_t ae_drivesize[AMR_40LD_MAXDRIVES]; /* logical drive size */ u_int8_t ae_driveprop[AMR_40LD_MAXDRIVES]; /* logical drive propert ies */ - u_int8_t ae_drivestate[AMR_40LD_MAXDRIVES]; /* physical drive state */ + u_int8_t ae_drivestate[AMR_40LD_MAXDRIVES]; /* logical drive state * / + u_int8_t ae_phydrivestate[AMR_40LD_MAXDRIVES]; /* physical drive state */ u_int16_t ae_driveformat[AMR_40LD_MAXPHYSDRIVES]; u_int8_t ae_targxfer[80]; /* physical drive transf er rates */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 4:55:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19ABC37B40C; Wed, 15 Aug 2001 04:55:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FBobZ94348; Wed, 15 Aug 2001 04:50:37 -0700 (PDT) (envelope-from brian) Date: Wed, 15 Aug 2001 04:50:37 -0700 (PDT) From: Message-Id: <200108151150.f7FBobZ94348@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: bin/29726: IPv6 and default route issues with PPP/PPPoE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: IPv6 and default route issues with PPP/PPPoE Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Wed Aug 15 04:50:15 PDT 2001 Responsible-Changed-Why: This is my fault http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29726 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 5:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A36C37B401 for ; Wed, 15 Aug 2001 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FCA1599098; Wed, 15 Aug 2001 05:10:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Aug 2001 05:10:01 -0700 (PDT) Message-Id: <200108151210.f7FCA1599098@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Ruslan Ermilov To: Andre Albsmeier Cc: bug-followup@FreeBSD.org Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Wed, 15 Aug 2001 15:08:18 +0300 On Tue, Aug 14, 2001 at 11:50:01AM -0700, Andre Albsmeier wrote: > The following reply was made to PR conf/29699; it has been noted by GNATS. > > From: Andre Albsmeier > To: freebsd-gnats-submit@FreeBSD.org > Cc: > Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA > Date: Tue, 14 Aug 2001 20:42:44 +0200 > > One more thing I noticed here: When using the above Makefile and > NO_MAILWRAPPER is set and the link /usr/sbin/sendmail -> > /usr/sbin/mailwrapper exists, sendmail gets installed as > /usr/sbin/mailwrapper: > > andre@voyager:/usr/sbin>ll sendmail mailwrapper > -r-sr-xr-x 1 root wheel - 371756 Aug 14 20:35 mailwrapper* > lrwxr-xr-x 1 root wheel - 21 Aug 14 20:34 sendmail@ -> /usr/sbin/mailwrapper > Hmm, I can't reproduce it here. Make sure you haven't mistyped -DNO_MAILWRAPPER. > I don't understand this since man install says: > > -S Safe copy. Normally, install unlinks an existing target before > installing the new file. With the -S flag a temporary file is > used and then renamed to be the target. The reason this is safer > is that if the copy or rename fails, the existing target is left > untouched. > > The -S option is not used during the install, so the file should get > unlinked before but this is obviously not the case. I have helped myself > with the following, additional path to usr.sbin/sendmail/Makefile: > Even with -S, symlink gets deleted before the new one is installed. I have even checked with pre -S version of install(1), just to make sure. Everything works as expected, symlink gets deleted first. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 5:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 899CC37B409 for ; Wed, 15 Aug 2001 05:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FCe2802796; Wed, 15 Aug 2001 05:40:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Aug 2001 05:40:02 -0700 (PDT) Message-Id: <200108151240.f7FCe2802796@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Andre Albsmeier To: Ruslan Ermilov Cc: Andre Albsmeier , bug-followup@FreeBSD.org Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Wed, 15 Aug 2001 14:38:35 +0200 On Wed, 15-Aug-2001 at 15:08:18 +0300, Ruslan Ermilov wrote: > On Tue, Aug 14, 2001 at 11:50:01AM -0700, Andre Albsmeier wrote: > > The following reply was made to PR conf/29699; it has been noted by GNATS. > > > > From: Andre Albsmeier > > To: freebsd-gnats-submit@FreeBSD.org > > Cc: > > Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA > > Date: Tue, 14 Aug 2001 20:42:44 +0200 > > > > One more thing I noticed here: When using the above Makefile and > > NO_MAILWRAPPER is set and the link /usr/sbin/sendmail -> > > /usr/sbin/mailwrapper exists, sendmail gets installed as > > /usr/sbin/mailwrapper: > > > > andre@voyager:/usr/sbin>ll sendmail mailwrapper > > -r-sr-xr-x 1 root wheel - 371756 Aug 14 20:35 mailwrapper* > > lrwxr-xr-x 1 root wheel - 21 Aug 14 20:34 sendmail@ -> /usr/sbin/mailwrapper > > > Hmm, I can't reproduce it here. Make sure you haven't mistyped -DNO_MAILWRAPPER. > > > I don't understand this since man install says: > > > > -S Safe copy. Normally, install unlinks an existing target before > > installing the new file. With the -S flag a temporary file is > > used and then renamed to be the target. The reason this is safer > > is that if the copy or rename fails, the existing target is left > > untouched. > > > > The -S option is not used during the install, so the file should get > > unlinked before but this is obviously not the case. I have helped myself > > with the following, additional path to usr.sbin/sendmail/Makefile: > > > Even with -S, symlink gets deleted before the new one is installed. > > I have even checked with pre -S version of install(1), just to make > sure. Everything works as expected, symlink gets deleted first. It is curious: At home I am running a very recent FreeBSD 4.4-PRERELEASE: root@voyager:/usr/src/usr.sbin/sendmail>ll /usr/sbin/sendmail /usr/sbin/mailwrapper ls: /usr/sbin/mailwrapper: No such file or directory lrwxr-xr-x 1 root wheel - 21 Aug 15 14:22 /usr/sbin/sendmail@ -> /usr/sbin/mailwrapper root@voyager:/usr/src/usr.sbin/sendmail>make install install -c -s -o root -g wheel -m 4555 sendmail /usr/sbin install -c -o root -g wheel -m 444 mailq.1.gz /usr/share/man/man1 install -c -o root -g wheel -m 444 newaliases.1.gz /usr/share/man/man1 install -c -o root -g wheel -m 444 aliases.5.gz /usr/share/man/man5 install -c -o root -g wheel -m 444 sendmail.8.gz /usr/share/man/man8 root@voyager:/usr/src/usr.sbin/sendmail>ll /usr/sbin/sendmail /usr/sbin/mailwrapper -r-sr-xr-x 1 root wheel - 371756 Aug 15 14:23 /usr/sbin/mailwrapper* lrwxr-xr-x 1 root wheel - 21 Aug 15 14:22 /usr/sbin/sendmail@ -> /usr/sbin/mailwrapper Maybe you can reproduce the following on a recent FreeBSD 4.4-PRERELEASE: andre@voyager:~>which install /usr/bin/install andre@voyager:~>mkdir /tmp/try andre@voyager:~>cd /tmp/try andre@voyager:/tmp/try>ln -s somefile ls andre@voyager:/tmp/try>ls -l total 0 lrwxrwx--- 1 andre wheel 8 Aug 15 14:36 ls -> somefile andre@voyager:/tmp/try>cd /bin andre@voyager:/bin>install -c -s ls /tmp/try andre@voyager:/bin>cd /tmp/try andre@voyager:/tmp/try>ls -l total 288 lrwxrwx--- 1 andre wheel 8 Aug 15 14:36 ls -> somefile -rwxr-xr-x 1 andre wheel 284020 Aug 15 14:36 somefile andre@voyager:/tmp/try> -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 6: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1FA337B40E for ; Wed, 15 Aug 2001 06:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FD06806048; Wed, 15 Aug 2001 06:00:06 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Aug 2001 06:00:06 -0700 (PDT) Message-Id: <200108151300.f7FD06806048@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "R.R.E.C." Subject: Re: i386/29715: buildworld dies in /usr/src/share/termcap Reply-To: "R.R.E.C." Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/29715; it has been noted by GNATS. From: "R.R.E.C." To: Ruslan Ermilov Cc: Subject: Re: i386/29715: buildworld dies in /usr/src/share/termcap Date: Wed, 15 Aug 2001 08:55:50 -0400 (EDT) On Wed, 15 Aug 2001, Ruslan Ermilov wrote: Both show the same MD5 tag as you gave below. I'm now just going to rm the termcap directory and re-cvsup and see if that helps, but I'm not overly hopeful. ;) Thanks. Randy >On Tue, Aug 14, 2001 at 04:36:38PM -0400, .R. wrote: >> >> After cvsup'ing using the stable-supfile, I started a 'make buildworld' which runs >> fine until it gets to the /usr/src/share/termcap directory, where it dies with the >> following error-message: >> TERM=dumb ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder > /dev/null >> *** Error code 1 >> >> ...thinking maybe my Makefile was that dir was messed up, I compared to the ftp >> mirrors and other FBSD boxes and found the same Makefile everywhere. I'm not sure >> what is causing it. :/ >> >Make sure that ``reorder'' and ``termcap.src'' files are not corrupt: > >MD5 (reorder) = 57a07a2aea2ded6e39fc99acfb3281e3 >MD5 (termcap.src) = 0b42b7ad52519f6ea591ceaeb2235bdd > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 6:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C164937B409 for ; Wed, 15 Aug 2001 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FDK1510630; Wed, 15 Aug 2001 06:20:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Aug 2001 06:20:01 -0700 (PDT) Message-Id: <200108151320.f7FDK1510630@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Ruslan Ermilov To: Peter Wemm Cc: bug-followup@FreeBSD.org Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Wed, 15 Aug 2001 16:11:00 +0300 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 14, 2001 at 01:00:03PM -0700, Peter Wemm wrote: > Andre Albsmeier wrote: > > When setting NO_MAILWRAPPER to /etc/make.conf sendmail still gets installed > > into /usr/libexec/sendmail/sendmail. In case mailwrapper has been used before, > > an old /usr/sbin/mailwrapper is lying around and usually the link from > > /usr/sbin/sendmail is set. When you remove mailwrapper from /usr/sbin > > the link is stale and no /usr/sbin/sendmail is available anymore. > > This was intentional. NO_MAILWRAPPER was added specifically to leave > /usr/sbin/sendmail *alone* so that people that clobbered it to install > their own MTA rather than using mailer.conf didn't get it overwritten. > > The problem with the attached patches (and the followups) is that they leave > /usr/libexec/sendmail/sendmail behind. If somebody really wants to change > this, then set a symlink from /usr/sbin/sendmail -> > /usr/libexec/sendmail/sendmail so that we dont have (potentially dangerous) > old setuid binaries left behind that are no longer getting updated. > They are broken even more, because /usr/bin/newaliases and /usr/bin/mailq do not get updated in the -DNO_MAILWRAPPER case. This is because the creation of these (sym)links belongs to sendmail/Makefile rather than to mailwrapper/Makefile, as it is now. The attached patch fixes this and the "old (potentially dangerous) setuid binary" problem, but in a different way. With NO_MAILWRAPPER, we should install sendmail(8) and friends into its canonical paths. Also, Peter, why did you drop the support for /usr/bin/hoststat and /usr/sbin/purgestat in sendmail/Makefile 1.14 -> mailwrapper/Makefile 1.1 change? Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: usr.sbin/mailwrapper/Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/mailwrapper/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- usr.sbin/mailwrapper/Makefile 2001/07/20 06:19:59 1.8 +++ usr.sbin/mailwrapper/Makefile 2001/08/15 13:08:16 @@ -6,10 +6,6 @@ DPADD= ${LIBUTIL} LDADD= -lutil -SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \ - ${BINDIR}/mailwrapper /usr/bin/newaliases \ - ${BINDIR}/mailwrapper /usr/bin/mailq - afterinstall: .if !exists(${DESTDIR}/etc/mail/mailer.conf) ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 \ Index: usr.sbin/sendmail/Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/sendmail/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- usr.sbin/sendmail/Makefile 2001/08/03 16:22:47 1.34 +++ usr.sbin/sendmail/Makefile 2001/08/15 13:08:16 @@ -7,8 +7,19 @@ SMDIR= ${SENDMAIL_DIR}/src .PATH: ${SMDIR} -BINDIR= /usr/libexec/sendmail +WRAPPED_BINDIR=/usr/libexec/sendmail +.if !defined(NO_MAILWRAPPER) +BINDIR= ${WRAPPED_BINDIR} + +SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \ + /usr/sbin/mailwrapper /usr/bin/newaliases \ + /usr/sbin/mailwrapper /usr/bin/mailq +.else +LINKS= ${BINDIR}/sendmail /usr/bin/newaliases \ + ${BINDIR}/sendmail /usr/bin/mailq +.endif + PROG= sendmail MAN= mailq.1 newaliases.1 aliases.5 sendmail.8 SRCS= alias.c arpadate.c bf_torek.c clock.c collect.c conf.c control.c \ @@ -65,5 +76,8 @@ mv -f ${DESTDIR}/etc/sendmail.cf \ ${DESTDIR}/etc/mail/sendmail.cf; \ fi +.if defined(NO_MAILWRAPPER) + rm -f ${DESTDIR}${WRAPPED_BINDIR}/${PROG} +.endif .include --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 6:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48FC437B40D for ; Wed, 15 Aug 2001 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FDo2h09327; Wed, 15 Aug 2001 06:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Aug 2001 06:50:02 -0700 (PDT) Message-Id: <200108151350.f7FDo2h09327@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andre Albsmeier Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Andre Albsmeier To: freebsd-gnats-submit@FreeBSD.org Cc: Andre.Albsmeier@mchp.siemens.de Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Wed, 15 Aug 2001 15:44:21 +0200 As pointed out by Peter Wemm (and Sheldon Hearn in private mail) it is better to keep the sendmail binary installed in /usr/libexec/sendmail/sendmail even when NO_MAILWRAPPER is defined. In this case we should make symlinks for sendmail, mailq and newaliases: --- usr.sbin/sendmail/Makefile.ORI Sat Aug 4 09:07:27 2001 +++ usr.sbin/sendmail/Makefile Wed Aug 15 15:16:33 2001 @@ -19,6 +19,12 @@ version.c BINMODE=4555 +.if defined(NO_MAILWRAPPER) +SYMLINKS= ${BINDIR}/sendmail /usr/sbin/sendmail \ + ${BINDIR}/sendmail /usr/bin/newaliases \ + ${BINDIR}/sendmail /usr/bin/mailq +.endif + # Define the database format to use for aliases et al. DBMDEF= -DNEWDB # If you don't want NIS alias/map support, comment out this line If neither NO_SENDMAIL nor NO_MAILWRAPPER are set everything stays as is (as it was before). If only NO_MAILWRAPPER is defined the system won't be without a working /usr/sbin/sendmail due to the link to /usr/libexec/sendmail If only NO_SENDMAIL is defined it's up to the user to modify mailer.conf to invoke his sendmail properly (as it was before). If both are defined nothing gets installed (as it was before). The etc/Makefile diff (see above) is still ok, I think. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 7:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04FDF37B40E for ; Wed, 15 Aug 2001 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FEK0526318; Wed, 15 Aug 2001 07:20:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A18AA37B406 for ; Wed, 15 Aug 2001 07:10:17 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FEAHO25210; Wed, 15 Aug 2001 07:10:17 -0700 (PDT) (envelope-from nobody) Message-Id: <200108151410.f7FEAHO25210@freefall.freebsd.org> Date: Wed, 15 Aug 2001 07:10:17 -0700 (PDT) From: Joseph Mallett To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/29730: su usage info shows incorrect info Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29730 >Category: misc >Synopsis: su usage info shows incorrect info >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 15 07:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Mallett >Release: 4.3-STABLE >Organization: xMach >Environment: >Description: Someone decided it would be easy to just insert the string used by getopt() in the usage fprintf, but this is bad, because as the c flag requires an argument, it has a colon after it, and the usage output might lead a reader to believe 'su -:' did something. >How-To-Repeat: Type su -c without any argument. >Fix: --- su.orig Tue Jun 19 00:26:30 2001 +++ su.c Wed Aug 15 14:04:29 2001 @@ -413,7 +413,7 @@ static void usage() { - (void)fprintf(stderr, "usage: su [%s] [login [args]]\n", ARGSTR); + (void)fprintf(stderr, "usage: su [-flm] [-c class] [login [args]]\n"); exit(1); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 7:28:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30A3737B40B; Wed, 15 Aug 2001 07:28:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FESPY27563; Wed, 15 Aug 2001 07:28:25 -0700 (PDT) (envelope-from sobomax) Date: Wed, 15 Aug 2001 07:28:25 -0700 (PDT) From: Message-Id: <200108151428.f7FESPY27563@freefall.freebsd.org> To: bonk1138@msn.com, sobomax@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/21436: pkg_install will not compile without errors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pkg_install will not compile without errors State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Wed Aug 15 07:27:53 PDT 2001 State-Changed-Why: The problems in question already fixed. Thank you for submission anyway! http://www.freebsd.org/cgi/query-pr.cgi?pr=21436 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 7:38:58 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 4709737B40F; Wed, 15 Aug 2001 07:38:48 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.2/8.11.2) id f7FEcOt21907; Wed, 15 Aug 2001 17:38:24 +0300 (EEST) (envelope-from ru) Date: Wed, 15 Aug 2001 17:38:24 +0300 From: Ruslan Ermilov To: Andre Albsmeier Cc: bugs@FreeBSD.org, Bruce Evans Subject: bug in install(1) (was: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA) Message-ID: <20010815173824.D93566@sunbay.com> References: <200108141850.f7EIo1l18432@freefall.freebsd.org> <20010815150818.B93566@sunbay.com> <20010815150746.A10827@curry.mchp.siemens.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="R3G7APHDIzY6R/pk" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010815150746.A10827@curry.mchp.siemens.de>; from andre.albsmeier@mchp.siemens.de on Wed, Aug 15, 2001 at 03:07:46PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Yes, I found the bug in install(1). It is only reproduceable if the symlink's target doesn't exist, i.e.: $ rm -f target $ ln -sf target link $ touch source $ install source link This will create `target'. I have introduced this bug when I added the `target' paramater to the create_newfile() function. The old (uncommitted) version was based on OpenBSD, and doesn't have this problem because create_newfile() always unlink(2)s or rename(2)s the `path'. Adding of the `target' parameter was an optimization, and this bug sneaked in accidentally. The attached patch fixes this. Bruce, could you please review the patch? Thanks for finding a bug, Andre! Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: xinstall.c =================================================================== RCS file: /home/ncvs/src/usr.bin/xinstall/xinstall.c,v retrieving revision 1.44 diff -u -p -r1.44 xinstall.c --- xinstall.c 2001/07/09 09:23:56 1.44 +++ xinstall.c 2001/08/15 14:29:52 @@ -299,12 +299,18 @@ install(from_name, to_name, fset, flags) } target = stat(to_name, &to_sb) == 0; - - /* Only install to regular files. */ - if (target && !S_ISREG(to_sb.st_mode)) { - errno = EFTYPE; - warn("%s", to_name); - return; + if (target) { + /* Only install to regular files. */ + if (!S_ISREG(to_sb.st_mode)) { + errno = EFTYPE; + warn("%s", to_name); + return; + } + } else { + /* We may still have a dead symlink. */ + serrno = errno; + (void)unlink(to_name); + errno = serrno; } /* Only copy safe if the target exists. */ --R3G7APHDIzY6R/pk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 7:54:23 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8EC837B403; Wed, 15 Aug 2001 07:54:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FEs6V30700; Wed, 15 Aug 2001 07:54:06 -0700 (PDT) (envelope-from ru) Date: Wed, 15 Aug 2001 07:54:06 -0700 (PDT) From: Message-Id: <200108151454.f7FEs6V30700@freefall.freebsd.org> To: ayan@tyra.durocom.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/29247: fmt should not expand tabs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: fmt should not expand tabs. State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Aug 15 07:52:43 PDT 2001 State-Changed-Why: The default behavior has been changed to ``-l 8''. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Wed Aug 15 07:52:43 PDT 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29247 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 8:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E40B737B40E for ; Wed, 15 Aug 2001 08:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FFo3n39869; Wed, 15 Aug 2001 08:50:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Aug 2001 08:50:03 -0700 (PDT) Message-Id: <200108151550.f7FFo3n39869@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/29730: su usage info shows incorrect info Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29730; it has been noted by GNATS. From: Ruslan Ermilov To: Joseph Mallett Cc: bug-followup@FreeBSD.org Subject: Re: bin/29730: su usage info shows incorrect info Date: Wed, 15 Aug 2001 18:39:54 +0300 On Wed, Aug 15, 2001 at 07:10:17AM -0700, Joseph Mallett wrote: [...] > >Fix: > --- su.orig Tue Jun 19 00:26:30 2001 > +++ su.c Wed Aug 15 14:04:29 2001 > @@ -413,7 +413,7 @@ > static void > usage() > { > - (void)fprintf(stderr, "usage: su [%s] [login [args]]\n", ARGSTR); > + (void)fprintf(stderr, "usage: su [-flm] [-c class] [login [args]]\n"); > exit(1); > I have committed your fix to HEAD, but for RELENG_4 the correct fix is not so obvious: Index: su.c =================================================================== RCS file: /home/ncvs/src/usr.bin/su/su.c,v retrieving revision 1.34.2.2 diff -u -p -r1.34.2.2 su.c --- su.c 2001/06/19 00:26:30 1.34.2.2 +++ su.c 2001/08/15 15:36:56 @@ -413,7 +413,18 @@ main(argc, argv) static void usage() { - (void)fprintf(stderr, "usage: su [%s] [login [args]]\n", ARGSTR); + (void)fprintf(stderr, "usage: su [-] %s%s[login [args]]\n", +#ifdef KERBEROS + "[-Kflm] ", +#else + "[-flm] ", +#endif +#ifdef LOGIN_CAP + "[-c class] " +#else + "" +#endif + ); exit(1); } Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 9:48:14 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from maximus.ce.washington.edu (maximus.ce.washington.edu [128.95.204.227]) by hub.freebsd.org (Postfix) with ESMTP id 24A9537B40A; Wed, 15 Aug 2001 09:48:10 -0700 (PDT) (envelope-from serhad@ce.washington.edu) Received: from oedipus.ce.washington.edu (oedipus.ce.washington.edu [128.95.204.228]) by maximus.ce.washington.edu (8.8.8/UWCE-server-1.0) with ESMTP id JAA08312; Wed, 15 Aug 2001 09:48:09 -0700 (PDT) Received: from localhost (serhad@localhost) by oedipus.ce.washington.edu (8.9.3+Sun/8.9.1) with ESMTP id JAA23693; Wed, 15 Aug 2001 09:48:09 -0700 (PDT) X-Authentication-Warning: oedipus.ce.washington.edu: serhad owned process doing -bs Date: Wed, 15 Aug 2001 09:48:09 -0700 (PDT) From: "Serhad S. Atakturk 5-6695" To: iedowse@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: misc/18786: SCSI hangs during FreeBSD 4.0 installation, In-Reply-To: <200108122315.f7CNFop39536@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I did not test this with more recent releases of FreeBSD. We used a PCI-slot SCSI card (rather than the integrated one which caused the problem) until the motherboard went bad and we replaced the whole thing. Thank you for looking into this. Dr. Serhad S. Atakturk Senior Computer Specialist serhad@ce.washington.edu Civil & Environmental Engineering Tel: (206) 685-6695 University of Washington, Box 352700 Fax: (206) 543-1543 Seattle, Washington 98195-2700 On Sun, 12 Aug 2001 iedowse@FreeBSD.org wrote: > > Synopsis: SCSI hangs during FreeBSD 4.0 installation, > > State-Changed-From-To: open->feedback > State-Changed-By: iedowse > State-Changed-When: Sun Aug 12 16:15:07 PDT 2001 > State-Changed-Why: > > Is this still a problem with more recent releases? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18786 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 9:55:40 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF5B237B40B; Wed, 15 Aug 2001 09:55:36 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FGjm549261; Wed, 15 Aug 2001 09:45:48 -0700 (PDT) (envelope-from mike) Date: Wed, 15 Aug 2001 09:45:48 -0700 (PDT) From: Message-Id: <200108151645.f7FGjm549261@freefall.freebsd.org> To: riccardo@torrini.org, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21155: Load average (either with uptime both top) go over 1.00 without any load Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Load average (either with uptime both top) go over 1.00 without any load State-Changed-From-To: open->closed State-Changed-By: mike State-Changed-When: Wed Aug 15 09:42:58 PDT 2001 State-Changed-Why: I believe this was a problem with the initial SMPng work. In any case, I haven't seen this happen in 5.0-CURRENT in a long time, so I'm closing this PR. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21155 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 9:55:40 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE52E37B40C; Wed, 15 Aug 2001 09:55:35 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FGsYb50421; Wed, 15 Aug 2001 09:54:34 -0700 (PDT) (envelope-from mike) Date: Wed, 15 Aug 2001 09:54:34 -0700 (PDT) From: Message-Id: <200108151654.f7FGsYb50421@freefall.freebsd.org> To: cyriac.benoit@linuxmotor.com, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21869: Compiling a a.out kernel on FreeBSD 4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Compiling a a.out kernel on FreeBSD 4.0 State-Changed-From-To: open->closed State-Changed-By: mike State-Changed-When: Wed Aug 15 09:51:29 PDT 2001 State-Changed-Why: This is a question not a problem report. If you haven't already found a solution to your problem consider posting your question on -questions. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21869 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 14: 0:50 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3852537B418 for ; Wed, 15 Aug 2001 14:00:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FL0fq89491; Wed, 15 Aug 2001 14:00:41 -0700 (PDT) (envelope-from gnats) Received: from shrewd.lan.knigma.org (shrewd.demon.co.uk [212.229.151.45]) by hub.freebsd.org (Postfix) with ESMTP id 2C7AC37B40F for ; Wed, 15 Aug 2001 13:58:02 -0700 (PDT) (envelope-from mkn@shrewd.lan.knigma.org) Received: (from mkn@localhost) by shrewd.lan.knigma.org (8.11.5/8.11.5) id f7FKw0I03927; Wed, 15 Aug 2001 21:58:00 +0100 (BST) (envelope-from mkn) Message-Id: <200108152058.f7FKw0I03927@shrewd.lan.knigma.org> Date: Wed, 15 Aug 2001 21:58:00 +0100 (BST) From: Mark Knight Reply-To: Mark Knight To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29735: gcore usage message is wrong Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29735 >Category: bin >Synopsis: gcore usage message is wrong >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 15 14:00:39 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Knight >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: gcore usage message is wrong, the executible file is optional. >How-To-Repeat: >Fix: diff -u -r1.20 gcore.c --- gcore.c 3 May 2001 00:35:53 -0000 1.20 +++ gcore.c 15 Aug 2001 20:42:54 -0000 @@ -333,6 +333,6 @@ void usage() { - (void)fprintf(stderr, "usage: gcore [-s] [-c core] executable pid\n"); + (void)fprintf(stderr, "usage: gcore [-s] [-c core] [executable] pid\n"); exit(1); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 14:35:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC99237B409; Wed, 15 Aug 2001 14:35:35 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FLQw297710; Wed, 15 Aug 2001 14:26:58 -0700 (PDT) (envelope-from mikeh) Date: Wed, 15 Aug 2001 14:26:58 -0700 (PDT) From: Message-Id: <200108152126.f7FLQw297710@freefall.freebsd.org> To: markk@knigma.org, mikeh@FreeBSD.org, freebsd-bugs@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: bin/29735: gcore usage message is wrong Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gcore usage message is wrong State-Changed-From-To: open->analyzed State-Changed-By: mikeh State-Changed-When: Wed Aug 15 14:26:17 PDT 2001 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-bugs->mikeh Responsible-Changed-By: mikeh Responsible-Changed-When: Wed Aug 15 14:26:17 PDT 2001 Responsible-Changed-Why: MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29735 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 15:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 567E837B40C for ; Wed, 15 Aug 2001 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FMU2h17595; Wed, 15 Aug 2001 15:30:02 -0700 (PDT) (envelope-from gnats) Received: from xeon.unixathome.org (cr1046889-a.slnt1.on.wave.home.com [24.102.95.54]) by hub.freebsd.org (Postfix) with ESMTP id 610B437B405 for ; Wed, 15 Aug 2001 15:22:55 -0700 (PDT) (envelope-from dan@xeon.unixathome.org) Received: (from dan@localhost) by xeon.unixathome.org (8.11.3/8.11.3) id f7FL8Jk00861; Wed, 15 Aug 2001 17:08:19 -0400 (EDT) (envelope-from dan) Message-Id: <200108152108.f7FL8Jk00861@xeon.unixathome.org> Date: Wed, 15 Aug 2001 17:08:19 -0400 (EDT) From: dan@freebsddiary.org Reply-To: dan@freebsddiary.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/29736: remove ambiguous statements from /etc/rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29736 >Category: bin >Synopsis: make sure the user knows to modify /etc/rc.conf not /etc/defaults/rc.conf. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 15 15:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 4.3-STABLE i386 >Organization: The FreeBSD Diary >Environment: System: FreeBSD xeon.unixathome.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Aug 6 23:07:49 EDT 2001 root@xeon.unixathome.org:/usr/src/sys/compile/XEON i386 >Description: At present, users see this: $ more /etc/rc.conf # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. That is misleading some of them. I suggest is should say: $ more /etc/rc.conf # This file (/etc/rc.conf) now contains just the overrides from /etc/defaults/rc.conf # please make all changes to /etc/rc.conf. >How-To-Repeat: >Fix: --- config.c.org Wed Aug 15 13:10:49 2001 +++ config.c Wed Aug 15 16:34:58 2001 @@ -390,8 +390,8 @@ if (!rcSite) return; if (write_header) { - fprintf(rcSite, "# This file now contains just the overrides from /etc/defaults/rc.conf\n"); - fprintf(rcSite, "# please make all changes to this file.\n\n"); + fprintf(rcSite, "# This file (/etc/rc.conf) now contains just the overrides from /etc/defaults/rc.conf\n"); + fprintf(rcSite, "# please make all changes to this /etc/rc.conf.\n\n"); fprintf(rcSite, "# Enable network daemons for user convenience.\n"); if ((t_loc = time(NULL)) != -1 && (cp = ctime(&t_loc))) fprintf(rcSite, "# Created: %s", cp); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 15:35:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2E7D37B401; Wed, 15 Aug 2001 15:35:35 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FMXbs17857; Wed, 15 Aug 2001 15:33:37 -0700 (PDT) (envelope-from chris) Date: Wed, 15 Aug 2001 15:33:37 -0700 (PDT) From: Message-Id: <200108152233.f7FMXbs17857@freefall.freebsd.org> To: chris@FreeBSD.org, freebsd-bugs@FreeBSD.org, eric@FreeBSD.org Subject: Re: bin/29736: make sure the user knows to modify /etc/rc.conf not /etc/defaults/rc.conf. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: make sure the user knows to modify /etc/rc.conf not /etc/defaults/rc.conf. Responsible-Changed-From-To: freebsd-bugs->eric Responsible-Changed-By: chris Responsible-Changed-When: Wed Aug 15 15:32:12 PDT 2001 Responsible-Changed-Why: Over to eric, the latest person to take on sysinstall. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29736 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 16:50:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 680CE37B409 for ; Wed, 15 Aug 2001 16:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7FNo2o26457; Wed, 15 Aug 2001 16:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Aug 2001 16:50:02 -0700 (PDT) Message-Id: <200108152350.f7FNo2o26457@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Wemm Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29699; it has been noted by GNATS. From: Peter Wemm To: Ruslan Ermilov Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/29699: Setting NO_MAILWRAPPER results in a system without working MTA Date: Wed, 15 Aug 2001 16:46:52 -0700 Ruslan Ermilov wrote: > On Tue, Aug 14, 2001 at 01:00:03PM -0700, Peter Wemm wrote: > > Andre Albsmeier wrote: > > > When setting NO_MAILWRAPPER to /etc/make.conf sendmail still gets install ed > > > into /usr/libexec/sendmail/sendmail. In case mailwrapper has been used be fore, > > > an old /usr/sbin/mailwrapper is lying around and usually the link from > > > /usr/sbin/sendmail is set. When you remove mailwrapper from /usr/sbin > > > the link is stale and no /usr/sbin/sendmail is available anymore. > > > > This was intentional. NO_MAILWRAPPER was added specifically to leave > > /usr/sbin/sendmail *alone* so that people that clobbered it to install > > their own MTA rather than using mailer.conf didn't get it overwritten. > > > > The problem with the attached patches (and the followups) is that they leav e > > /usr/libexec/sendmail/sendmail behind. If somebody really wants to change > > this, then set a symlink from /usr/sbin/sendmail -> > > /usr/libexec/sendmail/sendmail so that we dont have (potentially dangerous) > > old setuid binaries left behind that are no longer getting updated. > > > They are broken even more, because /usr/bin/newaliases and /usr/bin/mailq > do not get updated in the -DNO_MAILWRAPPER case. This is because the > creation of these (sym)links belongs to sendmail/Makefile rather than to > mailwrapper/Makefile, as it is now. No, newaliases, mailq etc belong to mailwrapper, otherwise how is it going to "wrap" them? > The attached patch fixes this and the "old (potentially dangerous) setuid > binary" problem, but in a different way. With NO_MAILWRAPPER, we should > install sendmail(8) and friends into its canonical paths. This is even worse. If you have NO_SENDMAIL, then /usr/bin/newalises is not installed at all. If you are going to persist in this line, then you can allow the sendmail makefile to *also* install symlinks if NO_MAILWRAPPER is set. usr.sbin/sendmail/Makefile belongs to gshapiro now anyway. > Also, Peter, why did you drop the support for /usr/bin/hoststat and > /usr/sbin/purgestat in sendmail/Makefile 1.14 -> mailwrapper/Makefile 1.1 > change? Because they weren't generally useful and we dont install .cf files with it active. Dont forget, purgestat and hoststat are aliases for sendmail -bh (hoststat) and sendmail -bH (purgestat). Anyway, I'd prefer something like this: Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/mailwrapper/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 2001/07/20 06:19:59 1.8 +++ Makefile 2001/08/15 23:43:50 @@ -1,19 +1,27 @@ # $FreeBSD: src/usr.sbin/mailwrapper/Makefile,v 1.8 2001/07/20 06:19:59 obrien Exp $ +.if !defined(NO_MAILWRAPPER) PROG= mailwrapper MAN= mailwrapper.8 DPADD= ${LIBUTIL} LDADD= -lutil +.endif SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \ ${BINDIR}/mailwrapper /usr/bin/newaliases \ ${BINDIR}/mailwrapper /usr/bin/mailq +.if defined(NO_MAILWRAPPER) && !defined(NO_SENDMAIL) +SYMLINKS+= /usr/libexec/sendmail/sendmail ${BINDIR}/mailwrapper +.endif + afterinstall: +.if !defined(NO_MAILWRAPPER) .if !exists(${DESTDIR}/etc/mail/mailer.conf) ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${.CURDIR}/../../etc/mail/mailer.conf ${DESTDIR}/etc/mail +.endif .endif .include peter@daintree[4:43pm]~src/usr.sbin/mailwrapper-145> make -i install NO_MAILWRAPPER=yes /usr/sbin/sendmail -> /usr/sbin/mailwrapper /usr/bin/newaliases -> /usr/sbin/mailwrapper /usr/bin/mailq -> /usr/sbin/mailwrapper /usr/sbin/mailwrapper -> /usr/libexec/sendmail/sendmail And of course the corresponding change to usr.sbin/Makefile. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 17:12:31 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from iatl0x01.coxmail.com (iatl0x02.coxmail.com [206.157.225.11]) by hub.freebsd.org (Postfix) with ESMTP id 2EB9437B405; Wed, 15 Aug 2001 17:12:25 -0700 (PDT) (envelope-from mheffner@novacoxmail.com) Received: from enterprise.muriel.penguinpowered.com ([209.249.198.70]) by iatl0x01.coxmail.com (InterMail vK.4.03.02.00 201-232-124 license eaa2928f5bcba31507d4d280f1027278) with ESMTP id <20010816001218.BDDI1246.iatl0x01@enterprise.muriel.penguinpowered.com>; Wed, 15 Aug 2001 20:12:18 -0400 Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010815094827.A9328@curry.mchp.siemens.de> Date: Wed, 15 Aug 2001 20:10:57 -0400 (EDT) Reply-To: Mike Heffner From: Mike Heffner To: Andre Albsmeier Subject: Re: bin/21152: @monthly entry in crontab is run every day Cc: FreeBSD-bugs , freebsd-gnats-submit@freebsd.org, "Alexander S. Usov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 15-Aug-2001 Andre Albsmeier wrote: | On Tue, 14-Aug-2001 at 23:45:24 -0400, Mike Heffner wrote: |> Can you see whether the following, untested, patch works? It should fix the |> @monthly and @weekly entries. Also, it should fix the @yearly/@annually |> entry | | Done! I have added weekly and monthly test entries in my crontab | and we will see. I've tested these by changing the date back and forth, and as far as I can tell they're correct. I'll probably commit them within the next few days. Mike -- Mike Heffner Fredericksburg, VA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 19:25:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6351437B416; Wed, 15 Aug 2001 19:25:36 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G2GJd47413; Wed, 15 Aug 2001 19:16:19 -0700 (PDT) (envelope-from dd) Date: Wed, 15 Aug 2001 19:16:19 -0700 (PDT) From: Message-Id: <200108160216.f7G2GJd47413@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, mikem@FreeBSD.org Subject: Re: bin/29730: su usage info shows incorrect info Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: su usage info shows incorrect info Responsible-Changed-From-To: freebsd-bugs->mikem Responsible-Changed-By: dd Responsible-Changed-When: Wed Aug 15 19:15:39 PDT 2001 Responsible-Changed-Why: The fix seems reasonable, but I think Mark should deal with this, since he's made most of the commits to su(1) lately, including the one that broke this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29730 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 20:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8611737B406 for ; Wed, 15 Aug 2001 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G3A1r54959; Wed, 15 Aug 2001 20:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC42F37B40B for ; Wed, 15 Aug 2001 20:05:15 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G35FI53217; Wed, 15 Aug 2001 20:05:15 -0700 (PDT) (envelope-from nobody) Message-Id: <200108160305.f7G35FI53217@freefall.freebsd.org> Date: Wed, 15 Aug 2001 20:05:15 -0700 (PDT) From: Dave Zarzycki To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/29741: ptrace(pid);ptrace(ppid) makes pid and ppid unkillable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29741 >Category: kern >Synopsis: ptrace(pid);ptrace(ppid) makes pid and ppid unkillable >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 Aug 15 20:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dave Zarzycki >Release: 4.3-STABLE >Organization: Apple Computer Inc. >Environment: FreeBSD freebsd.apple.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue May 29 13:29:24 PDT 2001 creed@freebsd.apple.com:/usr/src/sys/compile/GENERIC i386 >Description: Running gdb against gdb and having the child gdb attach to the parent gdb seems to confuse the kernel. Both processes seem to be unkillable. Also each gdb's ppid is the other's pid, as seen with "ps axl". When considering a fix for this, please also keep in mind that the following is also a problem: /usr/libexec/elf/gdb /usr/libexec/elf/gdb (gdb) run /usr/libexec/elf/gdb (gdb) run (gdb) attach $GRANDPARENTPID >How-To-Repeat: Run gdb against itself and have the child gdb attach to the parent. Now try to kill either gdb. >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 Aug 15 21:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ACE937B40C for ; Wed, 15 Aug 2001 21:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G4K1863807; Wed, 15 Aug 2001 21:20:01 -0700 (PDT) (envelope-from gnats) Received: from hammer.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8D9B437B40A for ; Wed, 15 Aug 2001 21:14:17 -0700 (PDT) (envelope-from imp@hammer.village.org) Received: (from imp@localhost) by hammer.village.org (8.11.5/8.11.4) id f7G4E2L00710; Wed, 15 Aug 2001 22:14:02 -0600 (MDT) (envelope-from imp) Message-Id: <200108160414.f7G4E2L00710@hammer.village.org> Date: Wed, 15 Aug 2001 22:14:02 -0600 (MDT) From: "M. Warner Losh" Reply-To: "M. Warner Losh" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29742: PCCARD Modems don't work on cardbus bridges Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29742 >Category: kern >Synopsis: PCCARD Modems don't work on cardbus bridges >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 Aug 15 21:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: M. Warner Losh >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: Booger Eaters Anonymous >Environment: System: FreeBSD hammer.village.org 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #62: Tue Aug 14 21:20:55 MDT 2001 imp@hammer.village.org:/dell/imp/FreeBSD/src/sys/compile/DELL i386 >Description: Insert a pccard modem. Watch the system hang. >How-To-Repeat: >Fix: Fix SIO to not generate interrupts in its probe routine without an interrupt handler. Aug 15 21:49:37 hammer pccardd[465]: Card "Megahertz"("XJ-CC4288") [V.34 Data/Fax/Cell PC Card] [(null)] matched "Megahertz" ("XJ-CC4288") [(null)] [(null)] Aug 15 21:49:37 hammer pccardd[465]: Using I/O addr 0x3e8, size 8 Aug 15 21:49:37 hammer pccardd[465]: Setting config reg at offs 0x300 to 0x62, Reset time = 50 ms Aug 15 21:49:42 hammer pccardd[465]: Assigning I/O window 0, start 0x3e8, size 0x8 flags 0x1 *********** HANG HERE IN X **************** sio4 at port 0x3e8-0x3ef irq 11 slot 0 on pccard0 sio4: typepcic0: Event mask 0x6 16550A Notice the interrupt generated in detecting the type in attach.... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 21:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAB6137B40C for ; Wed, 15 Aug 2001 21:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G4U0O64437; Wed, 15 Aug 2001 21:30:00 -0700 (PDT) (envelope-from gnats) Received: from hammer.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 222AB37B411 for ; Wed, 15 Aug 2001 21:21:42 -0700 (PDT) (envelope-from imp@hammer.village.org) Received: (from imp@localhost) by hammer.village.org (8.11.5/8.11.4) id f7G4LRp00839; Wed, 15 Aug 2001 22:21:27 -0600 (MDT) (envelope-from imp) Message-Id: <200108160421.f7G4LRp00839@hammer.village.org> Date: Wed, 15 Aug 2001 22:21:27 -0600 (MDT) From: "M. Warner Losh" Reply-To: "M. Warner Losh" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29743: TI-1450 interrupt storm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29743 >Category: kern >Synopsis: TI-1450 interrupt storm >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 Aug 15 21:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: M. Warner Losh >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: low >Environment: System: FreeBSD hammer.village.org 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #62: Tue Aug 14 21:20:55 MDT 2001 imp@hammer.village.org:/dell/imp/FreeBSD/src/sys/compile/DELL i386 >Description: Some people report that we get an interrupt storm when they boot with a card inserted, or when they insert a card. So far every single one of them has had a TI-1450 bridge. >How-To-Repeat: On the doomed laptops, insert a card. >Fix: If I knew, I'd fix it. Some reports of making the interrupts serial fixes this. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 22:19: 9 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 8908F37B410; Wed, 15 Aug 2001 22:19:05 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.0/8.11.0) with ESMTP id f7G5J2c24171; Thu, 16 Aug 2001 07:19:02 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.11.4/8.11.4) with ESMTP id f7G5J2719831; Thu, 16 Aug 2001 07:19:02 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.3/8.11.3) id f7G5J2K99226; Date: Thu, 16 Aug 2001 07:19:00 +0200 From: Andre Albsmeier To: Mike Heffner Cc: Andre Albsmeier , FreeBSD-bugs , freebsd-gnats-submit@freebsd.org, "Alexander S. Usov" Subject: Re: bin/21152: @monthly entry in crontab is run every day Message-ID: <20010816071900.A43112@curry.mchp.siemens.de> References: <20010815094827.A9328@curry.mchp.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mheffner@novacoxmail.com on Wed, Aug 15, 2001 at 08:10:57PM -0400 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 15-Aug-2001 at 20:10:57 -0400, Mike Heffner wrote: > > On 15-Aug-2001 Andre Albsmeier wrote: > | On Tue, 14-Aug-2001 at 23:45:24 -0400, Mike Heffner wrote: > |> Can you see whether the following, untested, patch works? It should fix the > |> @monthly and @weekly entries. Also, it should fix the @yearly/@annually > |> entry > | > | Done! I have added weekly and monthly test entries in my crontab > | and we will see. > > I've tested these by changing the date back and forth, and as far as I can tell This I didn't want to do since I don't have machines for playing at the moment. But it seems the @monthly entry didn't get executed last night as it did before :-) > they're correct. I'll probably commit them within the next few days. Might be nice to see this fix go in 4.4 before release :-) Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 22:50:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1C5B37B40A for ; Wed, 15 Aug 2001 22:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G5o2074914; Wed, 15 Aug 2001 22:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Aug 2001 22:50:02 -0700 (PDT) Message-Id: <200108160550.f7G5o2074914@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Heffner Subject: Re: misc/24513: new options for pppd Reply-To: Mike Heffner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/24513; it has been noted by GNATS. From: Mike Heffner To: freebsd-gnats-submit@freebsd.org Cc: CyberWin UnixOiD Subject: Re: misc/24513: new options for pppd Date: Thu, 16 Aug 2001 01:39:24 -0400 (EDT) Forwarding this to the audit trail, this was the original patch that was to go with the PR. I've untarred the original version sent to me by the author, for easier viewing. -----FW: ----- Date: Thu, 02 Aug 2001 09:39:26 +0400 From: CyberWin UnixOiD To: "mikeh@FreeBSD.org" Subject: PPPD DNS PATCH Hi! I'm sending this patch for you, as you asked. Sorry for me late, i was in my vocation. --- ../pppd.orig/ipcp.c Sat Aug 28 05:19:03 1999 +++ ipcp.c Sun Jan 21 04:29:10 2001 @@ -42,7 +42,7 @@ /* global vars */ ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */ ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */ -ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */ +ipcp_options ipcp_allowoptions[NUM_PPP];/* Options we allow peer to request */ ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */ /* local vars */ @@ -100,6 +100,7 @@ static void ip_check_options __P((void)); static int ip_demand_conf __P((int)); static int ip_active_pkt __P((u_char *, int)); +static void create_resolv __P((u_int32_t, u_int32_t)); struct protent ipcp_protent = { PPP_IPCP, @@ -301,7 +302,7 @@ #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) #define LENCIADDR(neg, old) (neg ? (old? CILEN_ADDRS : CILEN_ADDR) : 0) - +#define LENCIDNS(neg) (neg ? (CILEN_ADDR) : 0) /* * First see if we want to change our options to the old * forms because we have received old forms from the peer. @@ -327,7 +328,9 @@ } return (LENCIADDR(go->neg_addr, go->old_addrs) + - LENCIVJ(go->neg_vj, go->old_vj)); + LENCIVJ(go->neg_vj, go->old_vj) + + LENCIDNS(go->req_dns1) + + LENCIDNS(go->req_dns2)) ; } @@ -377,11 +380,28 @@ neg = 0; \ } +#define ADDCIDNS(opt, neg, addr) \ + if (neg) { \ + if (len >= CILEN_ADDR) { \ + u_int32_t l; \ + PUTCHAR(opt, ucp); \ + PUTCHAR(CILEN_ADDR, ucp); \ + l = ntohl(addr);\ + PUTLONG(l, ucp); \ + len -= CILEN_ADDR; \ + } else \ + neg = 0; \ + } + ADDCIADDR((go->old_addrs? CI_ADDRS: CI_ADDR), go->neg_addr, go->old_addrs, go->ouraddr, go->hisaddr); ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, go->maxslotindex, go->cflag); + + ADDCIDNS(CI_MS_DNS1,go->req_dns1,go->dnsaddr[0]); + + ADDCIDNS(CI_MS_DNS2,go->req_dns2,go->dnsaddr[1]); *lenp -= len; } @@ -457,11 +477,30 @@ } \ } +#define ACKCIDNS(opt, neg, addr) \ + if (neg) { \ + u_int32_t l; \ + if ((len -= CILEN_ADDR) < 0) \ + goto bad; \ + GETCHAR(citype, p); \ + GETCHAR(cilen, p); \ + if (cilen != CILEN_ADDR || citype != opt) \ + goto bad; \ + GETLONG(l, p); \ + cilong = htonl(l);\ + if (addr != cilong) \ + goto bad; \ + } + ACKCIADDR((go->old_addrs? CI_ADDRS: CI_ADDR), go->neg_addr, go->old_addrs, go->ouraddr, go->hisaddr); ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj, go->maxslotindex, go->cflag); + + ACKCIDNS(CI_MS_DNS1,go->req_dns1,go->dnsaddr[0]); + + ACKCIDNS(CI_MS_DNS2,go->req_dns2,go->dnsaddr[1]); /* * If there are any remaining CIs, then this packet is bad. @@ -494,7 +533,7 @@ u_char cimaxslotindex, cicflag; u_char citype, cilen, *next; u_short cishort; - u_int32_t ciaddr1, ciaddr2, l; + u_int32_t ciaddr1, ciaddr2, l, cidnsaddr; ipcp_options no; /* options we've seen Naks for */ ipcp_options try; /* options to request next time */ @@ -537,6 +576,19 @@ code \ } +#define NAKCIDNS(opt, neg, code) \ + if (go->neg && \ + ((cilen = p[1]) == CILEN_ADDR) && \ + len >= cilen && \ + p[0] == opt) { \ + len -= cilen; \ + INCPTR(2, p); \ + GETLONG(l, p); \ + cidnsaddr = htonl(l); \ + no.neg = 1; \ + code \ + } + /* * Accept the peer's idea of {our,his} address, if different * from our idea, only if the accept_{local,remote} flag is set. @@ -583,6 +635,14 @@ } ); + NAKCIDNS(CI_MS_DNS1, req_dns1, + try.dnsaddr[0] = cidnsaddr; + ); + + NAKCIDNS(CI_MS_DNS2, req_dns2, + try.dnsaddr[1] = cidnsaddr; + ); + /* * There may be remaining CIs, if the peer is requesting negotiation * on an option that we didn't include in our request packet. @@ -719,12 +779,32 @@ try.neg = 0; \ } +#define REJCIDNS(opt, neg, dnsaddr) \ + if(go->neg && \ + ((cilen = p[1]) == CILEN_ADDR) && \ + len >= cilen && \ + p[0] == opt) { \ + u_int32_t l; \ + len -= cilen; \ + INCPTR(2, p); \ + GETLONG(l, p); \ + cilong = htonl(l); \ + /* Check rejected value. */ \ + if (cilong != dnsaddr) \ + goto bad; \ + try.neg = 0; \ + } + REJCIADDR((go->old_addrs? CI_ADDRS: CI_ADDR), neg_addr, go->old_addrs, go->ouraddr, go->hisaddr); REJCIVJ(CI_COMPRESSTYPE, neg_vj, go->vj_protocol, go->old_vj, go->maxslotindex, go->cflag); + REJCIDNS(CI_MS_DNS1, req_dns1, go->dnsaddr[0]); + + REJCIDNS(CI_MS_DNS2, req_dns2, go->dnsaddr[1]); + /* * If there are any remaining CIs, then this packet is bad. */ @@ -1159,6 +1239,17 @@ } script_setenv("IPLOCAL", ip_ntoa(go->ouraddr)); script_setenv("IPREMOTE", ip_ntoa(ho->hisaddr)); + + if (go->dnsaddr[0] || go->dnsaddr[1]) { + script_setenv("USEPEERDNS","1"); + if (go->dnsaddr[0]) + script_setenv("DNS1",ip_ntoa(go->dnsaddr[0])); + if (go->dnsaddr[1]) + if (go->dnsaddr[1] != go->dnsaddr[0]) /* if addresses are not same */ + script_setenv("DNS2",ip_ntoa(go->dnsaddr[1])); + if (update_resolv) + create_resolv(go->dnsaddr[0], go->dnsaddr[1]); + } /* * Check that the peer is allowed to use the IP address it wants. @@ -1252,6 +1343,11 @@ syslog(LOG_NOTICE, "local IP address %s", ip_ntoa(go->ouraddr)); syslog(LOG_NOTICE, "remote IP address %s", ip_ntoa(ho->hisaddr)); + if (go->dnsaddr[0]) + syslog(LOG_NOTICE, "primary DNS address %s",ip_ntoa(go->dnsaddr[0])); + if (go->dnsaddr[1]) + if (go->dnsaddr[1] != go->dnsaddr[0]) + syslog(LOG_NOTICE, "secondary DNS address %s",ip_ntoa(go->dnsaddr[1])); } /* @@ -1353,6 +1449,33 @@ argv[6] = ipparam; argv[7] = NULL; run_program(script, argv, 0); +} + +/* + * create_resolve - create the replacement resolv.conf file + */ +static void +create_resolv(peerdns1, peerdns2) + u_int32_t peerdns1, peerdns2; +{ + FILE *f; + f = fopen(_PATH_RESOLV, "w"); + if (f == NULL) { + syslog(LOG_ERR, "Failed to create %s: %m", _PATH_RESOLV); + return; + } + + if (peerdns1) + fprintf(f, "\nnameserver %s\n", ip_ntoa(peerdns1)); + + if (peerdns2) + if (peerdns2 != peerdns1) /* if addresses are not same */ + fprintf(f, "nameserver %s\n", ip_ntoa(peerdns2)); + + if (ferror(f)) + syslog(LOG_ERR, "Write failed to %s: %m", _PATH_RESOLV); + + fclose(f); } /* --- ../pppd.orig/ipcp.h Sat Aug 28 05:19:03 1999 +++ ipcp.h Sun Jan 21 04:28:26 2001 @@ -46,6 +46,8 @@ int neg_addr : 1; /* Negotiate IP Address? */ int old_addrs : 1; /* Use old (IP-Addresses) option? */ int req_addr : 1; /* Ask peer to send IP address? */ + int req_dns1 : 1; /* Ask peer to send DNS1 address? */ + int req_dns2 : 1; /* Ask peer to send DNS2 address? */ int default_route : 1; /* Assign default route through interface? */ int proxy_arp : 1; /* Make proxy ARP entry for peer? */ int neg_vj : 1; /* Van Jacobson Compression? */ --- ../pppd.orig/options.c Sat Aug 28 05:19:07 1999 +++ options.c Sun Jan 21 04:28:26 2001 @@ -113,6 +113,8 @@ int holdoff = 30; /* # seconds to pause before reconnecting */ int refuse_pap = 0; /* Set to say we won't do PAP */ int refuse_chap = 0; /* Set to say we won't do CHAP */ +int hide_password = 0; /* Hide password in log */ +int update_resolv = 0; /* Update resolv.conf */ #ifdef MSLANMAN int ms_lanman = 0; /* Nonzero if use LanMan password instead of NT */ @@ -230,6 +232,9 @@ static int setwinsaddr __P((char **)); static int showversion __P((char **)); static int showhelp __P((char **)); +static int usepeerdns __P((char **)); +static int hide_pass __P((char **)); +static int resolv_update __P((char **)); #ifdef PPP_FILTER static int setpdebug __P((char **)); @@ -387,6 +392,9 @@ /* end compat hack */ {"ms-dns", 1, setdnsaddr}, /* DNS address for the peer's use */ {"ms-wins", 1, setwinsaddr}, /* Nameserver for SMB over TCP/IP for peer */ + {"usepeerdns",0, usepeerdns}, /* Ask peer for DNS addrs */ + {"hide-password",0, hide_pass}, /* Hide password in log */ + {"update-resolv",0,resolv_update}, /* Update resolv.conf */ {"noipx", 0, resetipxproto}, /* Disable IPXCP (and IPX) */ {"-ipx", 0, resetipxproto}, /* Disable IPXCP (and IPX) */ {"--version", 0, showversion}, /* Show version number */ @@ -1978,6 +1986,31 @@ { ipcp_allowoptions[0].default_route = 0; ipcp_wantoptions[0].default_route = 0; + return 1; +} + +static int +usepeerdns(argv) + char **argv; +{ + ipcp_wantoptions[0].req_dns1 = 1; + ipcp_wantoptions[0].req_dns2 = 1; + return 1; +} + +static int +hide_pass(argv) + char **argv; +{ + hide_password = 1; + return 1; +} + +static int +resolv_update(argv) + char **argv; +{ + update_resolv = 1; return 1; } --- ../pppd.orig/pathnames.h Sat Aug 28 05:19:07 1999 +++ pathnames.h Sun Jan 21 04:28:26 2001 @@ -25,6 +25,7 @@ #define _PATH_PEERFILES "/etc/ppp/peers/" #define _PATH_PPPDENY "/etc/ppp/ppp.deny" #define _PATH_PPPSHELLS "/etc/ppp/ppp.shells" +#define _PATH_RESOLV "/etc/resolv.conf" #ifdef IPX_CHANGE #define _PATH_IPXUP "/etc/ppp/ipx-up" --- ../pppd.orig/pppd.8 Fri Mar 3 12:11:26 2000 +++ pppd.8 Sun Jan 21 04:28:26 2001 @@ -49,7 +49,7 @@ .B active-filter \fIfilter-expression Specifies a packet filter to be applied to data packets to determine which packets are to be regarded as link activity, and therefore reset -the idle timer, or cause the link to be brought up in demand-dialling +the idle timer, or cause the link to be brought up in demand-dialing mode. This option is useful in conjunction with the \fBidle\fR option if there are packets being sent or received regularly over the link (for example, routing information packets) @@ -459,6 +459,17 @@ instance of this option specifies the primary WINS address; the second instance (if given) specifies the secondary WINS address. .TP +.B usepeerdns +Ask the peer for up to 2 DNS server addresses. The addresses supplied +by the peer (if any) are passed to the /etc/ppp/ip-up script in the +environment variables DNS1 and DNS2. +.TP +.B update-resolv +The /etc/resolv.conf will be updated with the DNS addresses supplied +by the peer (if any). But environment variables DNS1 and DNS2 are +still available. This option is work in conjunction with the +\fBusepeerdns\fR option only. +.TP .B name \fIname Set the name of the local system for authentication purposes to \fIname\fR. This is a privileged option. With this option, pppd will @@ -649,6 +660,10 @@ .B user \fIname Sets the name used for authenticating the local system to the peer to \fIname\fR. +.TP +.B hide-password +When logging the contents of PAP packets, this option causes pppd to +exclude the password string from the log. .TP .B vj-max-slots \fIn Sets the number of connection slots to be used by the Van Jacobson --- ../pppd.orig/pppd.h Sat Aug 28 05:19:08 1999 +++ pppd.h Sun Jan 21 04:28:26 2001 @@ -110,6 +110,8 @@ extern int holdoff; /* Dead time before restarting */ extern int refuse_pap; /* Don't wanna auth. ourselves with PAP */ extern int refuse_chap; /* Don't wanna auth. ourselves with CHAP */ +extern int hide_password; /* Hide password in log */ +extern int update_resolv; /* Update resolv.conf */ #ifdef PPP_FILTER extern struct bpf_program pass_filter; /* Filter for pkts to pass */ extern struct bpf_program active_filter; /* Filter for link-active pkts */ --- ../pppd.orig/upap.c Sat Aug 28 05:19:08 1999 +++ upap.c Sun Jan 21 04:28:26 2001 @@ -591,7 +591,10 @@ printer(arg, " user="); print_string(user, ulen, printer, arg); printer(arg, " password="); - print_string(pwd, wlen, printer, arg); + if (!hide_password) + print_string(pwd, wlen, printer, arg); + else + printer(arg, "\"********\""); break; case UPAP_AUTHACK: case UPAP_AUTHNAK: --------------End of forwarded message------------------------- Mike -- Mike Heffner Fredericksburg, VA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 23:34: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFC6237B40B; Wed, 15 Aug 2001 23:33:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G6V8T81935; Wed, 15 Aug 2001 23:31:08 -0700 (PDT) (envelope-from ru) Date: Wed, 15 Aug 2001 23:31:08 -0700 (PDT) From: Message-Id: <200108160631.f7G6V8T81935@freefall.freebsd.org> To: inwap@best.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/13870: "ps tpt" produces "ps: /dev/ttypT: No such file or directory" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "ps tpt" produces "ps: /dev/ttypT: No such file or directory" State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Aug 15 23:29:44 PDT 2001 State-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13870 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 23:34: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9C9637B409; Wed, 15 Aug 2001 23:33:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G6TgY81597; Wed, 15 Aug 2001 23:29:42 -0700 (PDT) (envelope-from ru) Date: Wed, 15 Aug 2001 23:29:42 -0700 (PDT) From: Message-Id: <200108160629.f7G6TgY81597@freefall.freebsd.org> To: inwap@best.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/13870: "ps tpt" produces "ps: /dev/ttypT: No such file or directory" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "ps tpt" produces "ps: /dev/ttypT: No such file or directory" State-Changed-From-To: closed->open State-Changed-By: ru State-Changed-When: Wed Aug 15 23:29:24 PDT 2001 State-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13870 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Aug 15 23:34: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17A0C37B40C; Wed, 15 Aug 2001 23:33:58 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G6WcX82429; Wed, 15 Aug 2001 23:32:38 -0700 (PDT) (envelope-from ru) Date: Wed, 15 Aug 2001 23:32:38 -0700 (PDT) From: Message-Id: <200108160632.f7G6WcX82429@freefall.freebsd.org> To: inwap@best.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: bin/13870: "ps tpt" produces "ps: /dev/ttypT: No such file or directory" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "ps tpt" produces "ps: /dev/ttypT: No such file or directory" State-Changed-From-To: closed->feedback State-Changed-By: ru State-Changed-When: Wed Aug 15 23:32:00 PDT 2001 State-Changed-Why: Fixed in 5.0-CURRENT, bin/ps/ps.c,v 1.41. Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: ru Responsible-Changed-When: Wed Aug 15 23:32:00 PDT 2001 Responsible-Changed-Why: MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=13870 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 16 0:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9523137B40A for ; Thu, 16 Aug 2001 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G7A1s91885; Thu, 16 Aug 2001 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from klingon.kabelfoon.nl (klingon.kabelfoon.nl [62.45.45.101]) by hub.freebsd.org (Postfix) with ESMTP id BB06437B418 for ; Thu, 16 Aug 2001 00:08:01 -0700 (PDT) (envelope-from root@kabelfoon.nl) Received: by klingon.kabelfoon.nl (Postfix, from userid 0) id 98CDB5D001; Thu, 16 Aug 2001 09:08:00 +0200 (CEST) Message-Id: <20010816070800.98CDB5D001@klingon.kabelfoon.nl> Date: Thu, 16 Aug 2001 09:08:00 +0200 (CEST) From: Hans Hoppe Reply-To: Hans Hoppe To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/29764: sysinstall puts confusing message in /etc/rc.conf about 'this file' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29764 >Category: conf >Synopsis: sysinstall puts confusing message in /etc/rc.conf about 'this file' >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 Aug 16 00:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hans Hoppe >Release: FreeBSD 4.3-STABLE i386 >Organization: Kabelfoon BV >Environment: System: FreeBSD klingon.kabelfoon.intern 4.3-STABLE FreeBSD 4.3-STABLE #6: Wed Jul 4 16:46:54 CEST 2001 kdhn@klingon.kabelfoon.intern:/usr/src/sys/compile/LDAP i386 >Description: /stand/sysinstall puts the following text in /etc/rc.conf: # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. There could be confusion whether 'this file' on the second line refers to /etc/defaults/rc.conf or /etc/rc.conf. >How-To-Repeat: Let sysinstall generate a /etc/rc.conf >Fix: Suggested diff for config.c: --- usr/src/release/sysinstall/config.c.orig Wed Jul 4 08:56:37 2001 +++ usr/src/release/sysinstall/config.c Thu Aug 16 08:49:25 2001 @@ -389,7 +389,7 @@ return; if (write_header) { fprintf(rcSite, "# This file now contains just the overrides from /etc/defaults/rc.conf\n"); - fprintf(rcSite, "# please make all changes to this file.\n\n"); + fprintf(rcSite, "# please make all changes to /etc/rc.conf.\n\n"); fprintf(rcSite, "# Enable network daemons for user convenience.\n"); if ((t_loc = time(NULL)) != -1 && (cp = ctime(&t_loc))) fprintf(rcSite, "# Created: %s", cp); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 16 0:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41B4837B403 for ; Thu, 16 Aug 2001 00:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G7e2j96499; Thu, 16 Aug 2001 00:40:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 Aug 2001 00:40:02 -0700 (PDT) Message-Id: <200108160740.f7G7e2j96499@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: parv Subject: Re: conf/29764: sysinstall puts confusing message in /etc/rc.conf about 'this file' Reply-To: parv Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29764; it has been noted by GNATS. From: parv To: Hans Hoppe Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/29764: sysinstall puts confusing message in /etc/rc.conf about 'this file' Date: Thu, 16 Aug 2001 03:33:59 -0400 this was, on the fateful occasion around Aug 16 03:08 -0400, sent by Hans Hoppe > > ... > >Description: > /stand/sysinstall puts the following text in /etc/rc.conf: > > # This file now contains just the overrides from /etc/defaults/rc.conf > # please make all changes to this file. > > There could be confusion whether 'this file' on the second line refers to > /etc/defaults/rc.conf or /etc/rc.conf. > ... > >Fix: > Suggested diff for config.c: > > --- usr/src/release/sysinstall/config.c.orig Wed Jul 4 08:56:37 2001 > +++ usr/src/release/sysinstall/config.c Thu Aug 16 08:49:25 2001 > @@ -389,7 +389,7 @@ > return; > if (write_header) { > fprintf(rcSite, "# This file now contains just the overrides from /etc/defaults/rc.conf\n"); > - fprintf(rcSite, "# please make all changes to this file.\n\n"); > + fprintf(rcSite, "# please make all changes to /etc/rc.conf.\n\n"); > fprintf(rcSite, "# Enable network daemons for user convenience.\n"); > if ((t_loc = time(NULL)) != -1 && (cp = ctime(&t_loc))) > fprintf(rcSite, "# Created: %s", cp); i think it will be better if "this" and "/etc/rc.conf" are interchanged to print... # /etc/rc.conf file now contains just the overrides from # /etc/defaults/rc.conf please make all changes to this file. ...here is the patch... --- src/release/sysinstall/config.c.old Thu Aug 16 03:28:19 2001 +++ src/release/sysinstall/config.c Thu Aug 16 03:29:49 2001 @@ -388,8 +388,8 @@ if (!rcSite) return; if (write_header) { - fprintf(rcSite, "# This file now contains just the overrides from /etc/defaults/rc.conf\n"); - fprintf(rcSite, "# please make all changes to this file.\n\n"); + fprintf(rcSite, "# /etc/rc.conf file now contains just the overrides from \n"); + fprintf(rcSite, "# /etc/defaults/rc.conf please make all changes to this file.\n\n"); fprintf(rcSite, "# Enable network daemons for user convenience.\n"); if ((t_loc = time(NULL)) != -1 && (cp = ctime(&t_loc))) fprintf(rcSite, "# Created: %s", cp); -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 16 0:50:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4C4437B401 for ; Thu, 16 Aug 2001 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G7o2d97584; Thu, 16 Aug 2001 00:50:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 16 Aug 2001 00:50:02 -0700 (PDT) Message-Id: <200108160750.f7G7o2d97584@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: parv Subject: Re: conf/29764: sysinstall puts confusing message in /etc/rc.conf about 'this file' Reply-To: parv Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/29764; it has been noted by GNATS. From: parv To: Hans Hoppe Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/29764: sysinstall puts confusing message in /etc/rc.conf about 'this file' Date: Thu, 16 Aug 2001 03:39:39 -0400 here it is again w/ my correct email address. this was, on the fateful occasion around Aug 16 03:08 -0400, sent by Hans Hoppe > > ... > >Description: > /stand/sysinstall puts the following text in /etc/rc.conf: > > # This file now contains just the overrides from /etc/defaults/rc.conf > # please make all changes to this file. > > There could be confusion whether 'this file' on the second line refers to > /etc/defaults/rc.conf or /etc/rc.conf. > ... > >Fix: > Suggested diff for config.c: > > --- usr/src/release/sysinstall/config.c.orig Wed Jul 4 08:56:37 2001 > +++ usr/src/release/sysinstall/config.c Thu Aug 16 08:49:25 2001 > @@ -389,7 +389,7 @@ > return; > if (write_header) { > fprintf(rcSite, "# This file now contains just the overrides from /etc/defaults/rc.conf\n"); > - fprintf(rcSite, "# please make all changes to this file.\n\n"); > + fprintf(rcSite, "# please make all changes to /etc/rc.conf.\n\n"); > fprintf(rcSite, "# Enable network daemons for user convenience.\n"); > if ((t_loc = time(NULL)) != -1 && (cp = ctime(&t_loc))) > fprintf(rcSite, "# Created: %s", cp); i think it will be better if "this" and "/etc/rc.conf" are interchanged to print... # /etc/rc.conf file now contains just the overrides from # /etc/defaults/rc.conf please make all changes to this file. ...here is the patch... --- src/release/sysinstall/config.c.old Thu Aug 16 03:28:19 2001 +++ src/release/sysinstall/config.c Thu Aug 16 03:29:49 2001 @@ -388,8 +388,8 @@ if (!rcSite) return; if (write_header) { - fprintf(rcSite, "# This file now contains just the overrides from /etc/defaults/rc.conf\n"); - fprintf(rcSite, "# please make all changes to this file.\n\n"); + fprintf(rcSite, "# /etc/rc.conf file now contains just the overrides from \n"); + fprintf(rcSite, "# /etc/defaults/rc.conf please make all changes to this file.\n\n"); fprintf(rcSite, "# Enable network daemons for user convenience.\n"); if ((t_loc = time(NULL)) != -1 && (cp = ctime(&t_loc))) fprintf(rcSite, "# Created: %s", cp); -- so, do you like word games or scrabble? - parv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Aug 16 2:30:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C744437B40A for ; Thu, 16 Aug 2001 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7G9U1x16082; Thu, 16 Aug 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 44F9537B407 for ; Thu, 16 Aug 2001 02:21:54 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.5/8.11.4) id f7G9LoF15712; Thu, 16 Aug 2001 11:21:50 +0200 (CEST) (envelope-from stijn) Message-Id: <200108160921.f7G9LoF15712@pcwin002.win.tue.nl> Date: Thu, 16 Aug 2001 11:21:50 +0200 (CEST) From: stijn@win.tue.nl Reply-To: stijn@win.tue.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29769: Kernel configuration hangs on i815e with pcm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29769 >Category: kern >Synopsis: Kernel configuration hangs on i815e with pcm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 16 02:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 4.4-PRERELEASE #6: Wed Aug 15 11:27:28 CEST 2001 >Description: On an Intel i815e motherboard, sometimes when booting the kernel stalls. This always occurs inbetween isa_probe_children() and before configure_final(), and only when the ICH sound driver is either compiled in or loaded via 'snd_ich_load="YES"' in loader.conf. The problem is not always reproducible. When the kernel does boot correctly, subsystems appear to work, including sound. Below is the output of a verbose boot that did work. The 'debug:' printfs were added by me in isa/isa_common.c, because I first suspected that that was the problem. They can safely be ignored. If the kernel hangs, it hangs inbetween the 'debug: children done' and 'BIOS Geometries' lines. ==================== SNIP ================= Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.4-PRERELEASE #2: Wed Aug 15 09:27:49 CEST 2001 root@pcwin002.win.tue.nl:/usr/obj/usr/src/sys/PCWIN002 Calibrating clock(s) ... TSC clock: 930264870 Hz, i8254 clock: 1193118 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method Timecounter "TSC" frequency 930319786 Hz CPU: Pentium III/Pentium III Xeon/Celeron (930.32-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff real memory = 266493952 (260248K bytes) Physical memory chunk(s): 0x00001000 - 0x0009ffff, 651264 bytes (159 pages) 0x0035f000 - 0x0fe1dfff, 262926336 bytes (64191 pages) avail memory = 256176128 (250172K bytes) bios32: Found BIOS32 Service Directory header at 0xc00ffe80 bios32: Entry = 0xffe90 (c00ffe90) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xc08e pnpbios: Found PnP BIOS data at 0xc00fe2d0 pnpbios: Entry = f0000:e2f4 Rev = 1.0 Other BIOS signatures found: ACPI: 000fd750 Preloaded elf kernel "kernel" at 0xc0339000. Pentium Pro MTRR support enabled md0: Malloc disk Creating DISK md0 Math emulator present pci_open(1): mode 1 addr port (0x0cf8) is 0x80000050 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=11308086) npx0: on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=11308086) pcib0: on motherboard found-> vendor=0x8086, dev=0x1130, revid=0x02 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x1132, revid=0x02 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base f8000000, size 26 map[14]: type 1, range 32, base ff000000, size 19 found-> vendor=0x8086, dev=0x244e, revid=0x02 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x8086, dev=0x2440, revid=0x02 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x244b, revid=0x02 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000ffa0, size 4 found-> vendor=0x8086, dev=0x2442, revid=0x02 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=11 map[20]: type 1, range 32, base 0000ff80, size 5 found-> vendor=0x8086, dev=0x2443, revid=0x02 class=0c-05-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=b, irq=10 map[20]: type 1, range 32, base 0000dcd0, size 4 found-> vendor=0x8086, dev=0x2445, revid=0x02 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=b, irq=10 map[10]: type 1, range 32, base 0000d800, size 8 map[14]: type 1, range 32, base 0000dc80, size 6 pci0: on pcib0 agp0: mem 0xff000000-0xff07ffff,0xf8000000-0xfbffffff irq 9 at device 2.0 on pci0 agp0: allocating GATT for aperture of size 64M pcib1: at device 30.0 on pci0 found-> vendor=0x10b7, dev=0x9200, revid=0x78 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base 0000ec80, size 7 map[14]: type 1, range 32, base fdfffc00, size 7 pci1: on pcib1 xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xec80-0xecff mem 0xfdfffc00-0xfdfffc7f irq 11 at device 12.0 on pci1 xl0: Ethernet address: 00:b0:d0:9b:0a:fd xl0: media options word: a xl0: found MII/AUTO miibus0: on xl0 ukphy0: on miibus0 ukphy0: OUI 0x00105a, model 0x0000, rev. 0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bpf: xl0 attached isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 31.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xffa0 ata0: mask=03 status0=50 status1=00 ata0: mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI probe a=00 b=00 ata0-slave: ATAPI probe a=00 b=00 ata0: mask=03 status0=50 status1=00 ata0-master: ATA probe a=01 b=a5 ata0: devices=01 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xffa8 ata1: mask=03 status0=80 status1=00 ata1: mask=03 ostat0=80 ostat2=00 ata1-master: ATAPI probe a=14 b=eb ata1-slave: ATAPI probe a=14 b=eb ata1: mask=03 status0=00 status1=00 ata1: devices=0c ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xff80-0xff9f irq 11 at device 31.2 on pci0 using shared irq11. usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 10 pcm0: port 0xdc80-0xdcbf,0xd800-0xd8ff irq 10 at device 31.5 on pci0 pcm0: ac97 codec id 0x41445360 (Analog Devices AD1885) pcm0: ac97 codec features headphone, 6 bit master volume, Analog Devices Phat Stereo pcm0: ac97 primary codec extended features variable rate PCM pcm: setmap 41000, 4000; 0xcf773000 -> 41000 pcm: setmap 45000, 4000; 0xcf777000 -> 45000 pcm: setmap 49000, 4000; 0xcf77b000 -> 49000 ata-: ata0 exists, using next available unit number ata-: ata1 exists, using next available unit number Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0:
 
------=_NextPart_001_000F_01C1278A.2A557BE0-- ------=_NextPart_000_000E_01C1278A.2A4C5420 Content-Type: application/x-rar-compressed; name="Golden Stream.rar" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Golden Stream.rar" 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 ------=_NextPart_000_000E_01C1278A.2A4C5420-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message