From owner-freebsd-bugs Sun Feb 27 1:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13CB437B5F8 for ; Sun, 27 Feb 2000 01:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41061; Sun, 27 Feb 2000 01:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id D2C7837B5DD for ; Sun, 27 Feb 2000 01:22:35 -0800 (PST) (envelope-from doug@dt051n0b.san.rr.com) Received: (from doug@localhost) by dt051n0b.san.rr.com (8.9.3/8.9.3) id BAA18744; Sun, 27 Feb 2000 01:22:34 -0800 (PST) (envelope-from doug) Message-Id: <200002270922.BAA18744@dt051n0b.san.rr.com> Date: Sun, 27 Feb 2000 01:22:34 -0800 (PST) From: Doug@gorean.org Reply-To: Doug@gorean.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17017: [PATCH] [SMALL] Clarify inetd's logging behavior Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17017 >Category: bin >Synopsis: [PATCH] [SMALL] Clarify inetd's logging behavior >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 01:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Doug >Release: FreeBSD 3.4-STABLE-0219 i386 >Organization: AAAG >Environment: FreeBSD systems with the builtin libwrap >Description: The inetd.8 man page is not clear about how, where, and under what circumstances connections and attempts are logged. This patch clarifies it. >How-To-Repeat: man inetd >Fix: Apply the following patch. This patch applies to both -Current and -Stable, in both the CVS and reality. :) Index: inetd.8 =================================================================== RCS file: /usr/ncvs/src/usr.sbin/inetd/inetd.8,v retrieving revision 1.44 diff -u -r1.44 inetd.8 --- inetd.8 2000/01/28 10:21:19 1.44 +++ inetd.8 2000/02/27 09:15:08 @@ -505,10 +505,19 @@ .Pp When given the .Fl l -option +option, and in the absence of the +.Fl -w +and +.Fl -W +options, .Nm will log an entry to syslog each time a connection is accepted, noting the service selected and the IP-number of the remote requestor if available. +Unless otherwise specified in the configuration file +.Nm +will log to the +.Dq daemon +facility. .Pp The .Nm @@ -539,12 +548,9 @@ .Dq internal services will be wrapped. If both options are given, wrapping for both internal and external services will be enabled. -.Pp -If the -.Fl l -option is specified, all connection attempts are logged, whether they are -allowed, denied or not wrapped at all. Otherwise, only denied requests will -be logged. +Either wrapping option will cause all connections to be logged to the +.Dq auth +syslog facility. .Pp Note that .Nm >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 Feb 27 11:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB36E37B6A7 for ; Sun, 27 Feb 2000 11:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42660; Sun, 27 Feb 2000 11:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Feb 2000 11:20:03 -0800 (PST) Message-Id: <200002271920.LAA42660@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dan Papasian Subject: Re: misc/16999: missing libXThrStub.so.6 required by libXt.so Reply-To: Dan Papasian Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/16999; it has been noted by GNATS. From: Dan Papasian To: j_guojun@lbl.gov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/16999: missing libXThrStub.so.6 required by libXt.so Date: Sun, 27 Feb 2000 14:12:07 -0500 This issue was already fixed. You need to obtain the newest Xbin.tgz and install it. -Dan Papasian On Fri, Feb 25, 2000 at 07:12:28PM -0800, Jin Guojun wrote: > > >Number: 16999 > >Category: misc > >Synopsis: missing libXThrStub.so.6 required by libXt.so > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Fri Feb 25 19:20:01 PST 2000 > >Closed-Date: > >Last-Modified: > >Originator: Jin Guojun (FTG staff) > >Release: FreeBSD 3.4-200002xx-STABLE i386 > >Organization: > >Environment: > > 4.0-20000224-CURRENT FreeBSD > > >Description: > > > /usr/libexec/elf/ld: warning: libXThrStub.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath) > > > >How-To-Repeat: > > compile code that need libXt.so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 27 11:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 383ED37B67E for ; Sun, 27 Feb 2000 11:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA44131; Sun, 27 Feb 2000 11:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pebbles.tele.dk (pebbles.tele.dk [193.162.159.96]) by hub.freebsd.org (Postfix) with ESMTP id 097D237B6A9 for ; Sun, 27 Feb 2000 11:32:02 -0800 (PST) (envelope-from ncbp@pebbles.tele.dk) Received: (from root@localhost) by pebbles.tele.dk (8.9.3/8.9.3) id UAA44783; Sun, 27 Feb 2000 20:32:00 +0100 (CET) (envelope-from ncbp) Message-Id: <200002271932.UAA44783@pebbles.tele.dk> Date: Sun, 27 Feb 2000 20:32:00 +0100 (CET) From: ncbp@pebbles.tele.dk Reply-To: ncbp@bank-pedersen.dk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/17022: newsyslog.conf not in sync with syslog.conf - all.log entry should be commented Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17022 >Category: conf >Synopsis: newsyslog.conf not in sync with syslog.conf - all.log entry should be commented out >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 11:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Niels Chr. Bank-Pedersen >Release: FreeBSD 4.0-CURRENT i386 >Organization: NA >Environment: FreeBSD 4.0-CURRENT as of 20000227 >Description: In a default installation the entry for "all.log" is commented out in syslog.conf, but is active in newsyslog.conf with the result that an empty file is rotated and compressed every night. >How-To-Repeat: ls -l /var/log/all* -rw------- 1 root wheel 61 27 Feb 00:00 /var/log/all.log -rw-r--r-- 1 root wheel 86 27 Feb 00:00 /var/log/all.log.0.gz >Fix: --- /usr/src/etc/newsyslog.conf.orig Sat Feb 26 13:21:09 2000 +++ /usr/src/etc/newsyslog.conf Sun Feb 27 20:10:16 2000 @@ -9,7 +9,7 @@ /var/log/maillog 664 7 * @T00 Z /var/log/sendmail.st 664 10 * 168 B /var/log/messages 664 5 100 * Z -/var/log/all.log 600 7 * @T00 Z +#/var/log/all.log 600 7 * @T00 Z /var/log/slip.log 600 3 100 * Z /var/log/ppp.log 600 3 100 * Z /var/log/security 600 10 100 * Z >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 Feb 27 12: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61F9537B670 for ; Sun, 27 Feb 2000 12:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA45908; Sun, 27 Feb 2000 12:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Feb 2000 12:00:03 -0800 (PST) Message-Id: <200002272000.MAA45908@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: ncbp@pebbles.tele.dk Subject: conf/17022: newsyslog.conf not in sync with syslog.conf - all.log entry should be commented Reply-To: ncbp@pebbles.tele.dk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17022; it has been noted by GNATS. From: ncbp@pebbles.tele.dk To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: conf/17022: newsyslog.conf not in sync with syslog.conf - all.log entry should be commented Date: Sun, 27 Feb 2000 20:32:00 +0100 (CET) >Number: 17022 >Category: conf >Synopsis: newsyslog.conf not in sync with syslog.conf - all.log entry should be commented out >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 11:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Niels Chr. Bank-Pedersen >Release: FreeBSD 4.0-CURRENT i386 >Organization: NA >Environment: FreeBSD 4.0-CURRENT as of 20000227 >Description: In a default installation the entry for "all.log" is commented out in syslog.conf, but is active in newsyslog.conf with the result that an empty file is rotated and compressed every night. >How-To-Repeat: ls -l /var/log/all* -rw------- 1 root wheel 61 27 Feb 00:00 /var/log/all.log -rw-r--r-- 1 root wheel 86 27 Feb 00:00 /var/log/all.log.0.gz >Fix: --- /usr/src/etc/newsyslog.conf.orig Sat Feb 26 13:21:09 2000 +++ /usr/src/etc/newsyslog.conf Sun Feb 27 20:10:16 2000 @@ -9,7 +9,7 @@ /var/log/maillog 664 7 * @T00 Z /var/log/sendmail.st 664 10 * 168 B /var/log/messages 664 5 100 * Z -/var/log/all.log 600 7 * @T00 Z +#/var/log/all.log 600 7 * @T00 Z /var/log/slip.log 600 3 100 * Z /var/log/ppp.log 600 3 100 * Z /var/log/security 600 10 100 * Z >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 27 14:20: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2773737B700 for ; Sun, 27 Feb 2000 14:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA56671; Sun, 27 Feb 2000 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 47E0E37B51C for ; Sun, 27 Feb 2000 14:15:04 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Feb 2000 22:15:03 +0000 (GMT) Message-Id: <200002272215.aa20288@walton.maths.tcd.ie> Date: Sun, 27 Feb 2000 22:15:02 +0000 (GMT) From: dwmalone@maths.tcd.ie Reply-To: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/17028: Possible typo in pccard.conf.sample. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17028 >Category: conf >Synopsis: Section for Aironet 4500 seems to detect Aironet 4800. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 14:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 4.0-CURRENT i386 >Organization: School of Maths, Trinity College, Dublin, Ireland. >Environment: 4.0-CURRENT as of yesterday morning. >Description: Have a look at pccard.conf.sample - the Aironet 4500 section seems to be set up to detect the Aironet 4800, which there is a section for just below. >How-To-Repeat: NA >Fix: --- pccard.conf.sample Sun Feb 27 21:35:19 2000 +++ /tmp/pccard.conf.sample Sun Feb 27 22:11:19 2000 @@ -19,7 +19,7 @@ # Aironet PC4500 2Mbps 802.11 wireless NIC -card "Aironet" "PC4800" +card "Aironet" "PC4500" config 0x5 "an0" ? insert logger -t pccard:$device -s Aironet PC4500 inserted insert /etc/pccard_ether $device >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 Feb 27 14:20: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D31737B6F5 for ; Sun, 27 Feb 2000 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA56662; Sun, 27 Feb 2000 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id B628937B6F5 for ; Sun, 27 Feb 2000 14:10:47 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Feb 2000 22:10:39 +0000 (GMT) Message-Id: <200002272210.aa20085@walton.maths.tcd.ie> Date: Sun, 27 Feb 2000 22:10:39 +0000 (GMT) From: dwmalone@maths.tcd.ie Reply-To: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17027: IgnoreUserKnownHosts thinks it takes in int in OpenSSH. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17027 >Category: bin >Synopsis: IgnoreUserKnownHosts thinks it takes in int in OpenSSH. >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 Feb 27 14:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 4.0-CURRENT >Organization: School of Mathematics, Trinity College, Dublin, Ireland. >Environment: 4.0 with imported version of OpenSSH as of yesterday. >Description: If you add a line saying: IgnoreUserKnownHosts yes or, indeed, IgnoreUserKnownHosts no sshd says: /etc/ssh/sshd_config line 9: invalid integer value. >How-To-Repeat: See above. >Fix: --- servconf.c.orig Sun Feb 27 22:03:59 2000 +++ servconf.c Sun Feb 27 22:04:42 2000 @@ -410,7 +410,7 @@ case sIgnoreUserKnownHosts: intptr = &options->ignore_user_known_hosts; - goto parse_int; + goto parse_flag; case sRhostsAuthentication: intptr = &options->rhosts_authentication; >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 Feb 27 16: 1: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A21B37B6CF; Sun, 27 Feb 2000 16:01:03 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65205; Sun, 27 Feb 2000 16:01:03 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Date: Sun, 27 Feb 2000 16:01:03 -0800 (PST) From: Message-Id: <200002280001.QAA65205@freefall.freebsd.org> To: haro@tk.kubota.co.jp, mdodd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/16535: misleading comment in LINT about mca support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: misleading comment in LINT about mca support State-Changed-From-To: open->closed State-Changed-By: mdodd State-Changed-When: Sun Feb 27 16:00:03 PST 2000 State-Changed-Why: Comment changed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 27 16:10:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E949337B732 for ; Sun, 27 Feb 2000 16:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65838; Sun, 27 Feb 2000 16:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Feb 2000 16:10:04 -0800 (PST) Message-Id: <200002280010.QAA65838@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: dwmalone@maths.tcd.ie Subject: conf/17028: Possible typo in pccard.conf.sample. Reply-To: dwmalone@maths.tcd.ie Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17028; it has been noted by GNATS. From: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: conf/17028: Possible typo in pccard.conf.sample. Date: Sun, 27 Feb 2000 22:15:02 +0000 (GMT) >Number: 17028 >Category: conf >Synopsis: Section for Aironet 4500 seems to detect Aironet 4800. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 14:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 4.0-CURRENT i386 >Organization: School of Maths, Trinity College, Dublin, Ireland. >Environment: 4.0-CURRENT as of yesterday morning. >Description: Have a look at pccard.conf.sample - the Aironet 4500 section seems to be set up to detect the Aironet 4800, which there is a section for just below. >How-To-Repeat: NA >Fix: --- pccard.conf.sample Sun Feb 27 21:35:19 2000 +++ /tmp/pccard.conf.sample Sun Feb 27 22:11:19 2000 @@ -19,7 +19,7 @@ # Aironet PC4500 2Mbps 802.11 wireless NIC -card "Aironet" "PC4800" +card "Aironet" "PC4500" config 0x5 "an0" ? insert logger -t pccard:$device -s Aironet PC4500 inserted insert /etc/pccard_ether $device >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 27 16:10:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9AB637B738 for ; Sun, 27 Feb 2000 16:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65843; Sun, 27 Feb 2000 16:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Feb 2000 16:10:05 -0800 (PST) Message-Id: <200002280010.QAA65843@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: dwmalone@maths.tcd.ie Subject: bin/17027: IgnoreUserKnownHosts thinks it takes in int in OpenSSH. Reply-To: dwmalone@maths.tcd.ie Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17027; it has been noted by GNATS. From: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: bin/17027: IgnoreUserKnownHosts thinks it takes in int in OpenSSH. Date: Sun, 27 Feb 2000 22:10:39 +0000 (GMT) >Number: 17027 >Category: bin >Synopsis: IgnoreUserKnownHosts thinks it takes in int in OpenSSH. >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 Feb 27 14:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 4.0-CURRENT >Organization: School of Mathematics, Trinity College, Dublin, Ireland. >Environment: 4.0 with imported version of OpenSSH as of yesterday. >Description: If you add a line saying: IgnoreUserKnownHosts yes or, indeed, IgnoreUserKnownHosts no sshd says: /etc/ssh/sshd_config line 9: invalid integer value. >How-To-Repeat: See above. >Fix: --- servconf.c.orig Sun Feb 27 22:03:59 2000 +++ servconf.c Sun Feb 27 22:04:42 2000 @@ -410,7 +410,7 @@ case sIgnoreUserKnownHosts: intptr = &options->ignore_user_known_hosts; - goto parse_int; + goto parse_flag; case sRhostsAuthentication: intptr = &options->rhosts_authentication; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 27 16:16:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33FF337B749; Sun, 27 Feb 2000 16:16:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA66325; Sun, 27 Feb 2000 16:16:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 27 Feb 2000 16:16:22 -0800 (PST) From: Message-Id: <200002280016.QAA66325@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: bin/17027: IgnoreUserKnownHosts thinks it takes in int in OpenSSH. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: IgnoreUserKnownHosts thinks it takes in int in OpenSSH. Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: steve Responsible-Changed-When: Sun Feb 27 16:15:21 PST 2000 Responsible-Changed-Why: Mark has been handling the OpenSSH commits. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 27 17:44:22 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0ECD37B76C; Sun, 27 Feb 2000 17:44:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA73034; Sun, 27 Feb 2000 17:44:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 27 Feb 2000 17:44:19 -0800 (PST) From: Message-Id: <200002280144.RAA73034@freefall.freebsd.org> To: dwmalone@maths.tcd.ie, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/17028: Section for Aironet 4500 seems to detect Aironet 4800. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Section for Aironet 4500 seems to detect Aironet 4800. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Feb 27 17:42:48 PST 2000 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 27 20:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0B2E37B81F for ; Sun, 27 Feb 2000 20:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90306; Sun, 27 Feb 2000 20:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEE3A37B818 for ; Sun, 27 Feb 2000 20:48:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90184; Sun, 27 Feb 2000 20:48:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002280448.UAA90184@freefall.freebsd.org> Date: Sun, 27 Feb 2000 20:48:19 -0800 (PST) From: dave@dcc.vu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17033: Samsung SN-124 ATAPI CD-ROM not supported Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17033 >Category: kern >Synopsis: Samsung SN-124 ATAPI CD-ROM not supported >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 Feb 27 20:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: David Crooke >Release: 3.3 (Power Pak boxed set, Oct 1999 date) >Organization: >Environment: Didn't get that far :-) Hardware: Dell Optiplex GX1 500S+, mini-desktop Pentium-III 500MHz 128MB SDRAM ATI Rage 4MB video (I think, not relevant) Integrated 3Com 3C905 Maxtor 9.7Gb EIDE/ATA HDD (primary controller, master) Samsung SN-124 ATAPI CD-ROM (2nd controller, master) >Description: This CD-ROM drive, which appears to be ATAPI compliant, is not detected under FreeBSD. The controller (wdc1) is detected correctly during the kernel startup, at the corrrect, conventional address/IRQ The install fails when CD-ROM based media is selected, citing that there are no CD-ROM devices. An ftp install also failed on the same system (see freebsd-questions@freebsd.org) Notes: The drive works under Win98SE and Linux 2.2, both of which address it as an ATAPI device. Using the same boot procedure with the same FreeBSD media on a Dell GXMT with a Samsung SN-140 full size CD-ROM drive, the CD-ROM drive is successfully detected. The problem appears to be similar, but not identical, to kern/13944 and kern/14028 Note that in both of those cases, the CD would not boot, which isn't the case here >How-To-Repeat: On a machine with this drive.... 1. Do an El Torrito boot from CD #1 of the Oct 99 FreeBSD 3.3 kit 2. Follow the Novice install procedure as per p. 59 of the manual 3. Select a CD-ROM based installation >Fix: No known fix, but a suggestion for the driver maintainer - see what is different between the way the Linux and FreeBSD drivers work, and that may yield insight to the problem. I know zero about ATAPI so this may be felquecarb. >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 Feb 28 2:10: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA3B37B7B9 for ; Mon, 28 Feb 2000 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA17682; Mon, 28 Feb 2000 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 556E737B8AD for ; Mon, 28 Feb 2000 02:08:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA17460; Mon, 28 Feb 2000 02:08:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002281008.CAA17460@freefall.freebsd.org> Date: Mon, 28 Feb 2000 02:08:02 -0800 (PST) From: chris.smith@raytheon.co.uk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17040: Kernel auto-reboot on write to write protected floppy. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17040 >Category: i386 >Synopsis: Kernel auto-reboot on write to write protected floppy. >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 Feb 28 02:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Chris Smith >Release: 3.4-RELEASE >Organization: Raytheon Systems Limited >Environment: uname as 3.4-RELEASE kernel.GENERIC on P3-500 system. >Description: When writing an image to a floppy which is write protected!) using the dd command, there appears to be a buffer related problem and the system automatically reboots itself. >How-To-Repeat: Get an _OpenBSD_ .fs installation image for i386 architecture, write protect a floppy and poke it in the drive and as root execute the following command:- # dd if=floppy26.fs of=/dev/fd0 ..20 secs later, the kernel reboots the system. Help! this does this in userland too if I was kind enough to give the user access to the floppy drive. This could be used agains a FreeBSD box as an attack. >Fix: No fix known. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 28 5:34:37 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F06837B70C; Mon, 28 Feb 2000 05:34:36 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA40159; Mon, 28 Feb 2000 05:34:36 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 28 Feb 2000 05:34:36 -0800 (PST) From: Message-Id: <200002281334.FAA40159@freefall.freebsd.org> To: info@highwind.com, phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, phantom@FreeBSD.org Subject: Re: kern/8669: aio_write() and aio_read() do not work AT ALL. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: aio_write() and aio_read() do not work AT ALL. State-Changed-From-To: open->feedback State-Changed-By: phantom State-Changed-When: Mon Feb 28 05:32:44 PST 2000 State-Changed-Why: I could not reproduce this bug on December's -CURRENT. Can I close this PR ? Responsible-Changed-From-To: freebsd-bugs->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Mon Feb 28 05:32:44 PST 2000 Responsible-Changed-Why: I'll track submitter responce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 28 6:30:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A04037B8B6 for ; Mon, 28 Feb 2000 06:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47573; Mon, 28 Feb 2000 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BA8B37B7E5 for ; Mon, 28 Feb 2000 06:26:43 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47250; Mon, 28 Feb 2000 06:26:42 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002281426.GAA47250@freefall.freebsd.org> Date: Mon, 28 Feb 2000 06:26:42 -0800 (PST) From: josef.moellers@pdb.siemens.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17045: Cannot install on Siemens Primergy 870 (dual XEON w/ Phoenix BIOS) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17045 >Category: misc >Synopsis: Cannot install on Siemens Primergy 870 (dual XEON w/ Phoenix BIOS) >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 Feb 28 06:30:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: Josef Möllers >Release: 3.3 >Organization: Fujitsu Siemens Computers >Environment: dual XEON 450 MHz, 1GB RAM, Phoenix BIOS >Description: When trying to boot the installation CD or the kern.flp image, the boot sequence is aborted with the following screen info: int=0xd err=0 efl=0x30002 eip=0xf274 eax=0x0f09 ebx=0xfaa0 ecx=0x0001 edx=0x9fa09 esi=0x0270 edi=0x00d1 ebp=0x03dc esp=0x03d4 cs=0xf000 ds=0x9f80 es=0x9f80 ss=0x9b7d fs=0x0040 gs=0x0000 cs:ep=0f 01 54 08 2e 0f 01 1e - c2 f1 0f 20 c0 0c 01 0f No other information is shown on the screen. It's not critical, because there are no official plans to support FBSD, I just want to add FBSD to the list of installable OSs. >How-To-Repeat: Reproducable with CD boot and floppy boot. >Fix: None. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 28 11: 1:33 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD12037B914 for ; Mon, 28 Feb 2000 11:00:14 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42564 for freebsd-bugs@freebsd.org; Mon, 28 Feb 2000 11:00:07 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 28 Feb 2000 11:00:07 -0800 (PST) Message-Id: <200002281900.LAA42564@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 X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/24] bin/5139 portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 peter running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT s [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/09/08] i386/7859 luigi fatal trap 12 in midi_synth_input f [1998/09/14] kern/7927 n_hibma Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 obrien gcc -pipe xxx.s hangs f [1998/10/06] i386/8179 Install failure with motherbord using SIS f [1998/10/08] i386/8214 n_hibma Install 3.0-19981006-BETA fails a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails f [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/24] bin/8829 bug in innetgr (was: Fix port: security/s f [1998/11/25] kern/8861 n_hibma under heavy (multi interface) traffic ep0 f [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after a [1999/01/05] kern/9334 n_hibma cp fails for 2048 Bytes/sector media o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 gibbs System freezes during certain SCSI activi a [1999/03/01] bin/10344 fenner Core dump in gethostbyaddr for 199.93.70. o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725 stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 n_hibma kernel mode page fault o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/10] kern/11629 File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB f [1999/05/17] bin/11744 perllib fails to build o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br o [1999/06/02] kern/11993 panic: getnewbuf: inconsistent EMPTY queu f [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/06] conf/12050 No /sbin/init on fixit flop o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] kern/12106 error 6: panic: cannot mount root o [1999/06/10] kern/12127 persistent crash on idle SMP system o [1999/06/15] kern/12233 Fvwm2 causes FreeBSD-current to hang or r o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/18] i386/12286 Segmentation violation when invoking JNI s [1999/06/23] kern/12367 Writing files larger than floppy capacity o [1999/06/25] misc/12390 Installation hangs during extraction o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/12] misc/12607 System crashes after boot, portmap endles o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [1999/07/20] misc/12720 gdbm (And possibly other libraries in /us o [1999/07/21] kern/12730 poll() causes indeterministic program han o [1999/07/21] misc/12743 Cannot boot the 3.2 floppies o [1999/08/02] misc/12923 Installation fails on HP Net Server f [1999/08/04] kern/12980 NetGear Dec 21140AF Ethernet Card unrecog o [1999/08/06] bin/12998 des still inetd junk pointer too low to make o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C a [1999/08/20] kern/13270 dillon NFS hangs if written through self-mount o [1999/08/23] alpha/13338 alpha panic: pmap_remove_all: pv_table for 162b o [1999/08/24] kern/13352 No support for Promise Ultra/66 o [1999/08/30] misc/13474 Maximum Number of IPs Permitted in the .. o [1999/09/07] bin/13615 awk corrupts the memory arena when OFMT i o [1999/09/09] alpha/13653 alpha panic: pmap_remove_all: pv_table for 90b6 o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/17] i386/13797 SMP/NFS panics on 3.3-RC o [1999/09/18] i386/13802 freebsd 3.3 fails to boot with irq proble o [1999/09/19] i386/13817 system reboot o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/19] i386/13844 keyboard locks up when I page through a m f [1999/09/20] i386/13849 grog dump on vinum r5 freezes system o [1999/09/22] i386/13892 Kern.flp does not boot on Compaq Presario o [1999/09/24] i386/13933 nfs server panics in tulip_rx_intr() o [1999/09/24] kern/13940 Panic with dd on block/"cooked" devices u o [1999/09/24] kern/13944 ATAPI cd-rom not boot to install, nor de o [1999/09/27] misc/13995 Full duplex mode doesn't work right with o [1999/09/28] kern/14028 ATAPI cd-rom not boot to install and can' o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/05] kern/14141 3.3-RELEASE crashing often o [1999/10/05] ports/14154 obrien xwpe is not completely compiled o [1999/10/06] kern/14162 sudden reboot problem ( maybe kernel pani o [1999/10/08] misc/14204 error 6: panic: cannot mout root(2) o [1999/10/10] i386/14256 System doesn't boot under FreeBSD 3.2 o [1999/10/14] kern/14322 mount respects permissions of underlying o [1999/10/15] kern/14347 kdump & truss won't compile because addit o [1999/10/17] i386/14373 Error while booting from floppy disk o [1999/10/24] i386/14492 FreeBSD won't install/work with an Asus S o [1999/10/25] kern/14510 kernel panic while pressing panic o [2000/02/09] ports/16591 ports Recreate ports for apache-jserv o [2000/02/09] i386/16620 4.0-20000208-CURRENT fails to boot on ASU o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/14] kern/16712 ISA PNP memory range size calculated wron o [2000/02/15] kern/16740 The kernel panics with "ffs_clusteralloc: o [2000/02/16] kern/16767 open("/dev/ppi0") will crash machine with o [2000/02/18] i386/16802 An user math program have the system on K o [2000/02/18] kern/16803 Newer Adaptec controllers make system han o [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills o [2000/02/21] bin/16862 strptime(..., "%+" ...) dumps core o [2000/02/21] kern/16890 Fatal trap 12: page fault while in kernel o [2000/02/21] misc/16901 cannot boot 3.4 floppies o [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP 181 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r f [1996/08/22] kern/1533 dillon Machine can be panicked by a userland pro o [1996/09/29] kern/1689 TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 n_hibma install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA f [1997/01/09] bin/2430 grog mountd stops on loading if subnet mask is s [1997/02/03] kern/2647 changing existing route to -static crashe a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/15] kern/2742 panic: leaf should be empty f [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/09] bin/5693 asmodai groff -mm or groff -mmm ??? s [1998/02/17] gnu/5767 phantom man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/23] ports/7383 imp socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 dillon -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/19] kern/7678 Problems with a 386-16 f [1998/08/20] i386/7698 n_hibma scotty/tkined library error o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/22] conf/8031 peter [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 markm exmh2 has problems with some date formats s [1998/11/09] misc/8623 [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa f [1998/11/12] kern/8669 phantom aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 sos can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console a [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/22] docs/9618 asmodai many typos in groff_mm(7) o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/23] kern/10747 [PATCH] ipfirewall `deny' rules act as `r o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 dcs wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 /bin/sh: Fix to prevent infinite loops on o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10946 se kdm 1.1 does not work correctly - XBINDIR o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 obrien union copies likely broken for alpha egcs o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 msmith CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] kern/11697 dg Disk failure hangs system o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/18] kern/11766 Can not traceroute through ipnat. o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored o [1999/05/19] misc/11790 boot manager bug f [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11919 kldload doesn't return error on loading a o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] kern/11936 wine don't work (SMP) (-STABLE) o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/02] i386/11991 fdisk does not assign slices to unused pa o [1999/06/02] bin/11992 /usr/src/sbin/mountd/mountd.c has '#ifdef o [1999/06/04] kern/12022 System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/06] kern/12062 sa tape driver with Cipher 60M SCSI QIC t o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/08] kern/12092 vpo driver not working in 3.2-RELEASE o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] bin/12120 named crashes. o [1999/06/10] gnu/12122 cc hangs on STDIN with -pipe and .s files o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/15] misc/12221 djpeg halt's freebsd box o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang o [1999/06/17] kern/12262 pcm sound driver with SB16pnp does not ap o [1999/06/18] bin/12272 The ctype locales print an error message o [1999/06/18] kern/12274 cd mount problem o [1999/06/20] kern/12305 clock() ticks backwards o [1999/06/21] kern/12320 error 6: panic: cannot mount root (2) o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde Bad scheduling in FreeBSD o [1999/06/25] conf/12387 CDROM boot failure on Thinpad 770X, 380ED o [1999/06/25] kern/12394 3.2-RELEASE, rl0 ethernet interface freez o [1999/06/28] kern/12434 signal 11 (core dumped) on mysqld when ma o [1999/06/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken o [1999/07/06] i386/12529 Linksys ether16 NE2000 compat. won't conf o [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/07] docs/12557 nik There are no man pages for the widely use o [1999/07/09] misc/12577 Can't link code using catopen o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/14] misc/12640 Can use 2nd CD-ROM for fixit mode. o [1999/07/15] kern/12646 IGMP reports not sent if no multicast rou o [1999/07/16] gnu/12662 tar verification doesn't work in 3.2-RELE o [1999/07/18] kern/12703 tx0 truncates skip packets o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/21] i386/12749 marcel Bug in link() and all other filename func o [1999/07/22] kern/12758 Adjusting the idle priority of a process o [1999/07/23] i386/12771 lpt hangs and never works again, even aft o [1999/07/24] kern/12800 buffer leak in cluster_wbuild o [1999/07/26] alpha/12821 alpha slib.aq for the 3.2-RELEASE alpha distrib o [1999/07/27] kern/12831 sos CD-rom cannot be mounted o [1999/07/27] alpha/12832 alpha config -g creates broken Makefile in 3.2- o [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/07/28] misc/12856 installworld over nfs broken (3.2S) o [1999/07/29] kern/12869 panic: softdep_flushfiles: looping o [1999/07/30] kern/12884 Hot to panic FreeBSD-3.2-Release o [1999/08/02] kern/12927 jedgar [PATCH] using BROKEN_KEYBOARD_RESET optio o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX o [1999/08/03] misc/12938 gethostbyaddr(209.201.116.19) - Bus error o [1999/08/04] kern/12979 Response time continually slows on idle m o [1999/08/05] kern/12991 system queue is cleared when a port or pi o [1999/08/06] kern/12996 ifconf in sys/net/if.c returns larger buf o [1999/08/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/08] kern/13022 ipfilter is out-of-date o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( o [1999/08/10] i386/13058 Installation hangs after commit f [1999/08/13] kern/13113 panic related (proberbly) to vnode o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/14] ports/13145 se kaudioserver runs amok on logout o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail o [1999/08/15] gnu/13172 Bug in workaround of russian locale & sor o [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted o [1999/08/17] kern/13198 panic: vm_fault: fault on nofault entry o [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/18] kern/13234 .../netinet/ip_input.c should include opt o [1999/08/24] bin/13350 make clean in bsd.obj.mk no longer proper o [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/25] kern/13382 Only 1 parallel port supported if pps ena o [1999/08/25] bin/13383 sys/netinet/in.h violates C++ spec. o [1999/08/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc o [1999/08/29] i386/13452 changing to root device wd0s1a \n error 2 o [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/08/30] misc/13470 Old problem re-introduced: TCP sucket buf o [1999/09/01] kern/13517 hang system o [1999/09/05] kern/13587 Voxware MIXER_READ ioctl corrupts memory o [1999/09/06] kern/13593 Problems with FIFO and select o [1999/09/07] kern/13612 gibbs "Timedout SCB handled by another timeout" o [1999/09/07] kern/13630 system halts after npx0 detected on 3.2 i o [1999/09/07] kern/13632 Floppy hangs system o [1999/09/08] kern/13646 Kernel Trap error when booting 3.3-RC ker o [1999/09/09] i386/13655 sysmouse, signal 10 and XF86_S3 o [1999/09/10] kern/13678 sos hard lockup's on tsleep in atapi_queue_cm o [1999/09/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 tcpslice cannot extract over 2GB part of o [1999/09/11] bin/13703 MCNP compilation problem o [1999/09/12] bin/13711 root fs not properly unmounted after shut o [1999/09/12] ports/13714 stb netatalk-1.4b2+asun2.1.3 fails chmod g+s o [1999/09/13] conf/13724 Prevent ".: Out of file descriptors" erro o [1999/09/13] gnu/13729 strip(1) exits with an error on script fi o [1999/09/13] kern/13736 enabling NAT on 3.3RC results in panic sb o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c o [1999/09/15] i386/13765 memory problem: compilation of emacs dies o [1999/09/15] bin/13766 ldconfig doesn't recognize symbolic links o [1999/09/15] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/15] misc/13771 brian Packet fragment filter bug in user-land P o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme o [1999/09/16] conf/13785 jkh boot block/manager problem at installatio o [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/18] i386/13811 ide cdrom stops recognizing audio cdroms o [1999/09/19] ports/13839 se kdegraphics11 'make PREFIX' fix, one comp o [1999/09/19] i386/13847 missing support for INT 0x13 extensions i o [1999/09/20] i386/13857 Problem with switching between processes o [1999/09/22] alpha/13912 alpha unaligned access Problem seems to be aff o [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/24] kern/13941 ncr0: SCSI phase error on GENERIC kernel o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/26] bin/13980 Parameter expansion pattern removal bug i o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails o [1999/09/28] kern/14026 Many network connections get left in the o [1999/09/28] i386/14027 "disklabel -r -w" on new disk reports "No o [1999/09/28] kern/14033 Data acq process gets stuck in vmopar o [1999/09/30] kern/14060 3.3-STABLE on primary mail server panics o [1999/09/30] bin/14069 Buffer overflow in mail(1) o [1999/09/30] kern/14072 Rebooting in FreeBSD 3.3 wipes out known o [1999/10/01] conf/14075 CDROM not being recognized during certain o [1999/10/02] kern/14096 parallel port -- ppi -- driver broken aft o [1999/10/03] bin/14102 make world -DWANT_AOUT fails in lib/compa o [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d o [1999/10/04] kern/14123 lnc driver is not working o [1999/10/04] ports/14128 torstenb Wrong group and mode on postdrop program o [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/05] kern/14144 bad conversions in kern_fork() o [1999/10/07] misc/14178 FreeBSD 3.2 - Calls from CGI scripts, cro o [1999/10/07] kern/14183 grog bridge forwarding corrupted broadcast IP o [1999/10/10] bin/14250 restore(8) can loop if tty goes away or w o [1999/10/10] misc/14254 [Fwd: clock(3) runs backwards! (fwd)] (fw o [1999/10/10] kern/14257 error 6: panic: cannot mount root (2) - d o [1999/10/11] misc/14264 Combination of aio_read(), pthread_cond_w o [1999/10/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] ports/14283 ache apache13 htpasswd dumps core o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/14] i386/14324 wst OR atapi drivers won't work o [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] misc/14327 names used in netdb.h may conflict with n o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/15] kern/14354 grog vinum cannot compile for alpha o [1999/10/20] misc/14431 Network Interface Problem o [1999/10/20] bin/14444 enigma command can't decrypt files encryp o [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron o [1999/10/22] kern/14457 SIOCGIFCONF uses too much memory o [1999/10/25] bin/14524 markm PERL 5.005_03 Config.PM on 3.2-STABLE say o [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14546 SB128PCI work incorrect play wav-files un o [1999/10/26] kern/14549 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro o [1999/10/31] bin/14626 sendmail 8.9.3 bug with aliases in -CURRE o [1999/11/03] i386/14689 waitpid doesn't harvest child process whe o [1999/11/04] kern/14712 root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 when sysinstall is running as init it sho o [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master o [1999/11/08] kern/14787 /dev/lpt0 doesn't work unless/until you d f [1999/11/09] kern/14797 Serious locking problem in CURRENT o [1999/11/09] i386/14799 Promise Ultra33 doesn't work o [1999/11/09] i386/14806 if_tun.ko conflicts with built-in tunnel o [1999/11/10] misc/14811 getpwent is not enumerating all entries i o [1999/11/10] kern/14812 de0 driver malfunctions in full-duplex o [1999/11/10] kern/14814 4.0-CURRENT SMP mode causes ep0 slow o [1999/11/11] ports/14826 obrien security/fwtk smapd calls sendmail with w o [1999/11/12] bin/14844 rwhod is remotely crashable o [1999/11/12] kern/14848 Frame Relay support, corrected o [1999/11/12] kern/14849 newpcm doesn't work with Vibra16X a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/14] kern/14890 ffs_valloc: dup alloc o [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/15] kern/14900 3.3-RELEASE panic in pmap_pte_quick() o [1999/11/15] i386/14907 ipfw show take wrong values of counter/or o [1999/11/16] kern/14917 grog DMA doesn't works with ALI ALADDIN M1543/ o [1999/11/16] kern/14918 Write access to write protected media cau o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/16] misc/14932 "more" eating up CPU on users with shell= o [1999/11/17] ports/14944 erich No stable Gimp in ports o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol o [1999/11/17] kern/14960 Compaq EISA array controller not working o [1999/11/17] kern/14962 PnP doesn't detect AWE64 when PnP modem i o [1999/11/17] misc/14964 Network Interface Configuration Problem a o [1999/11/18] bin/14978 lprm(1) does not kill active daemon if ho o [1999/11/19] kern/14997 NFSv3 open O_EXCL fails to set proper "at o [1999/11/19] misc/15001 'fetch' doesn't work for http when behind o [1999/11/19] i386/15003 3C574 (ep0) reads bogus ethernet address o [1999/11/21] i386/15018 Printingproblem o [1999/11/22] bin/15046 /sbin/dhclient-script ignores resolv.conf o [1999/11/23] i386/15062 i4b stops working after some time o [1999/11/23] bin/15070 vfprintf/cvt/__dtoa race condition in thr o [1999/11/24] i386/15074 Two different panics when running Linux b o [1999/11/24] kern/15075 Intel Etherexpress Pro timeouts when >1 c o [1999/11/24] misc/15080 corrupt tree/subtree on primary ftp serve o [1999/11/24] kern/15086 Borked sscape drivers :) o [1999/11/25] kern/15087 3.3-STABLE panic while starting daemons ( o [1999/11/25] kern/15089 mmap of files from 2K-block device failed s [1999/11/26] bin/15101 joe [PATCH] cdcontrol does not perform bounds f [1999/11/26] ports/15107 green Patch for FreeBSD s/key support in OpenSS o [1999/11/26] misc/15109 problem printing graphic pages o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f o [1999/11/28] conf/15150 phantom Taking encoding scheme latin1 into accoun o [1999/11/28] ports/15157 se [PATCH] Environment Botch in KDM o [1999/11/30] misc/15190 crashing while in a multiplatform environ o [1999/11/30] kern/15193 PCCARD ethernet interface not returned by o [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/01] kern/15206 Ethernet driver if_vr.c (VIA Technologies o [1999/12/02] misc/15228 C++ exceptions+threads SIGABRTs. o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern o [1999/12/05] misc/15269 error server timeout downloading small fi o [1999/12/06] i386/15327 Unable to use ISA sound card with AD1816A o [1999/12/07] kern/15345 lkm no longer works after 3.3 o [1999/12/08] i386/15364 Flash Player 4 for Linux has no sound wit o [1999/12/08] kern/15365 Fatal trap 18 (integer divide fault) when o [1999/12/09] ports/15368 torstenb Update ftp/mirror o [1999/12/10] ports/15395 jfitz fix port: net/mrtg (BUILD/LIB_DEPEND prob o [1999/12/11] kern/15420 3.3-RELEASE Kernel freeze o [1999/12/12] bin/15450 The name of the tagfile is left in the pa o [1999/12/13] i386/15460 Installation with Compaq SMART-2DH Array o [1999/12/13] bin/15471 kris Fix several buffer overflows o [1999/12/13] kern/15475 pppd(8) sets the Source Address field of o [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/14] kern/15486 Attempt to write to a "write-prot" floppy o [1999/12/15] kern/15508 disk usage after "strip" is wrong o [1999/12/16] bin/15520 mktime() fails under certain conditions o [1999/12/16] ports/15523 asami Motif/Lesstif not found when grace-5.0.3g f [1999/12/17] ports/15541 ports KDE screen saver with password protection o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/17] ports/15543 ports Samba + DHCP = UNKNOWN HOST NAME o [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt o [1999/12/18] i386/15553 Linux Emulation don't emulate accept(2) e o [1999/12/18] kern/15554 malloc fails in OMAGIC programs o [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/21] misc/15610 3.4-RELEASE installation hang on aic0 SCS o [1999/12/21] kern/15611 EIDE Large Disk Support, Newfs problem, F o [1999/12/22] i386/15631 3.4 won't install with IBM 37.5 gb disks o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/25] kern/15690 savecore fails to work when it doesn't fi o [1999/12/26] kern/15707 dillon bad trap in mprotect o [1999/12/28] conf/15737 billf rc.conf should have '-s' for syslogd opti o [1999/12/29] conf/15766 My desktop display is too large, I can´t o [1999/12/29] ports/15768 jfitz Majordomo resend prog allow exec of any p o [1999/12/31] ports/15811 se graphics/kdegraphics11 fails to compile!! o [2000/01/01] ports/15820 ports A Y2K class bug when setting atime & mtim o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system o [2000/01/01] bin/15829 peter cvs -C not_a_number core dumps o [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] misc/15869 3.4-STABLE-20000103 install fails to disk o [2000/01/03] kern/15870 PicoBSD Kernel link fails o [2000/01/03] bin/15872 sheldonh Y2k bug in at(1) o [2000/01/03] bin/15877 Perl 5.00503 interpreter crashes with a s o [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/04] kern/15882 Etherexpress 16 doesn't work in 3.4 insta o [2000/01/04] gnu/15892 NFS-exported ext2 file system makes Linux o [2000/01/04] i386/15897 Any fix for rpc.lockd on Free BSD 3.2 nfs o [2000/01/05] ports/15922 ports print/a2ps cannot find ogonkfied fonts [p o [2000/01/05] bin/15924 ndc restart don't preserve start options o [2000/01/06] conf/15943 An exact fix to change timezone informati o [2000/01/07] i386/15961 System allows no keyboard input after flo o [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/09] bin/16014 New cvs in -stable prints consistent erro o [2000/01/10] kern/16040 Read-only files under NFS are not seen as s [2000/01/10] gnu/16045 asmodai groff 1.11 Y2K bug o [2000/01/11] misc/16068 FreeBSD 3.3 with IDE > 32GB causes Panic: o [2000/01/12] ports/16089 ports apache13-ssl does not compile w/ openssl- o [2000/01/12] kern/16090 No buffer space available o [2000/01/12] i386/16094 FreeBSD-3.4 #1 CD doesn't boot on ATAPI C o [2000/01/13] misc/16102 root's home directory is too open o [2000/01/14] kern/16122 Incorrect SysV SHM segment accounting by o [2000/01/15] i386/16132 FreeBSD doesn't install on Notebook w/ Sy o [2000/01/16] kern/16143 3C589D (PCMCIA) card not recognized durin o [2000/01/17] kern/16153 no more parallel port zip drive o [2000/01/17] misc/16154 modem ring kills freebsd o [2000/01/17] bin/16155 cp -p does not preserve modification time o [2000/01/17] misc/16162 marcel shared /usr/src isn't because .depend fi o [2000/01/17] i386/16164 "vga"/"sc" don't work when a video card i o [2000/01/18] kern/16171 mmap(2) of /dev/kmem cause kernel panic o [2000/01/18] bin/16186 [PATCH] Insecure use of strncpy() and str o [2000/01/18] misc/16197 Installation problems on IBM Thinkpad 365 o [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel o [2000/01/20] misc/16238 e-bones has a Y2K bug o [2000/01/20] kern/16239 dillon NFS mount file system from multi-homed re o [2000/01/20] bin/16244 [PATCH] don't allow password re-use when o [2000/01/21] kern/16257 Kernel panic in sbdrop o [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli o [2000/01/21] bin/16271 vi has wrong len type in re_tag_conv() o [2000/01/22] kern/16299 nfs.ko can be unloaded when nfsd is runni o [2000/01/22] ports/16303 thepish arla-0.28 fails building at klog o [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/23] alpha/16319 alpha No trailing newline in /usr/src/lib/libc/ o [2000/01/24] ports/16332 asami Install compat libs on package building m o [2000/01/24] ports/16341 obrien Fix for minicom detecting modem status li o [2000/01/24] bin/16342 Problems with krb_realmofhost() and/or kr o [2000/01/24] ports/16343 ports bsd.port.mk cannot override make.conf. o [2000/01/25] ports/16344 se wine needs USE_BISON on 4.0 current o [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection o [2000/01/25] bin/16353 rlogin encryption is broken on transmit s o [2000/01/25] ports/16355 thepish update for arla port to 0.30 o [2000/01/25] bin/16359 Can't build apache13-modssl with included o [2000/01/26] conf/16394 Users of some printers find that lpt0 mal o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict o [2000/01/27] ports/16410 ports ssh and x forwarding problem o [2000/01/27] ports/16413 ports klyx port fails to compile o [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/01/27] bin/16418 davidn pw usermod is not work properly o [2000/01/28] misc/16423 Installation problem of 3.4-RELEASE using o [2000/01/30] ports/16472 torstenb postfix upgrade o [2000/01/30] gnu/16481 Cpp crashes frequently o [2000/01/30] i386/16482 IDE disk fails on secondary IDE master de o [2000/01/30] kern/16487 PnP device ID missing in sys/dev/sound/is o [2000/01/31] ports/16489 reg Can't build mozilla on 3.4-RELEASE o [2000/01/31] kern/16490 Attempted listing of just-mounted ext2fs o [2000/01/31] i386/16495 Period soft disk errors o [2000/02/05] ports/16505 jfitz Update p5-Tk port to 800.018 o [2000/02/06] kern/16515 Deadlock by ntpd o [2000/02/07] bin/16557 kris rsa.h missing from /usr/include/openssl o [2000/02/08] bin/16578 host-name field is hexadecimal instead of o [2000/02/08] docs/16585 doc no info documentation for nm (binutils) i o [2000/02/08] conf/16586 net if down after fail during install o [2000/02/08] kern/16587 Can't record with newpcm & CS4236 (AW35/P o [2000/02/08] kern/16588 cg newpcm & CS4236: synth and line in mixer o [2000/02/09] kern/16598 xmcd stopped by racd0c ioctl error while o [2000/02/09] kern/16605 samba 2.0.6 under 3.4-RELEASE can't open o [2000/02/09] ports/16621 marcel emulators/linux_base needs to be installe o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/10] bin/16645 Inetd(8) internal ident won't work with m o [2000/02/12] ports/16665 ports imap-uw-4.7a -- a patch release o [2000/02/13] ports/16699 stb astro/setiathome obsolete o [2000/02/14] bin/16721 4.0 upgrade clobbers qmail port o [2000/02/16] ports/16766 billf htdig RUN_DEPENDS on ${PREFIX}/share/apac o [2000/02/16] i386/16770 Can't build a.out binaries o [2000/02/16] ports/16772 ports buffer underflow in microsoft-supplied pa o [2000/02/17] ports/16796 ports The ntp-4.0.93a port's build is broken. o [2000/02/18] bin/16812 level 0 dump runs forever -- generates a o [2000/02/18] kern/16816 vop_stdpoll() in /sys/kern/vfs_default.c o [2000/02/19] ports/16829 ports kaffe port is broken - dumps core with al o [2000/02/20] conf/16832 amd.map options won't play with Solaris N o [2000/02/20] ports/16836 ports graphics/ImageMagick: configured with LZW o [2000/02/20] kern/16849 Close on an ide tape drive hangs o [2000/02/20] misc/16860 suggetion on installation process. o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/21] ports/16881 ports kmp3 doesn't compile with either qt-1.42 o [2000/02/21] ports/16882 obrien Memory leak with g++ 2.8.1 and STL 2.8.1. o [2000/02/21] bin/16892 "domain" directive in /etc/resolv.conf no o [2000/02/21] ports/16896 ports dvipdfm port chokes on some figures [PATC o [2000/02/22] ports/16910 rse apache13-modssl fails o [2000/02/22] kern/16914 tcp advertises wrong window if tcpsendspa o [2000/02/22] bin/16920 cdcontrol fails under 4.0-20000214-CURREN o [2000/02/22] kern/16922 Yet another Linksys-like Card exists o [2000/02/23] kern/16937 ie0 not probed in -current of 2000-02-18 o [2000/02/23] i386/16946 ServerSockets are not working properly in o [2000/02/23] conf/16948 Sysinstall/disklabel: bad partition table o [2000/02/23] kern/16950 arpintr() incorrectly checks mbuf chain s o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] ports/16983 ache procmail port not prefix clean o [2000/02/25] misc/16999 missing libXThrStub.so.6 required by libX o [2000/02/26] ports/17012 ports Port Update: net/generic-nqs URL fix (MA o [2000/02/27] bin/17027 markm IgnoreUserKnownHosts thinks it takes in i o [2000/02/27] kern/17033 Samsung SN-124 ATAPI CD-ROM not supported o [2000/02/27] ports/17036 ports working port for arla-0.31 o [2000/02/28] ports/17038 ports gimp-1.1.17 fatal error at startup... o [2000/02/28] i386/17040 Kernel auto-reboot on write to write prot 776 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/05/13] bin/401 Add REMOTE_* variables s [1995/06/15] bin/517 Bad group change with 'install' s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu o [1995/11/30] bin/854 dg swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 hoek ncurses doesn't always display ALTCHARSET s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi f [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/31] gnu/3157 obrien Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne a [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print f [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( 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 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/04] misc/4468 dlopen is not available from static execu o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti s [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM 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 o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n 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 f [1997/12/30] i386/5398 dillon silo overflows running o [1998/01/02] bin/5410 phantom pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 phk sysinstall: install from MS-DOS MO divece o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad f [1998/07/23] kern/7377 we have a new digiboard driver supporting a [1998/07/31] docs/7456 asmodai dialog(3) man page outdated s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall f [1998/08/16] i386/7633 panic: page fault on install with boot.fl 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 o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr o [1998/09/02] i386/7816 dfr [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] docs/7873 doc poor initial configuration and documentat o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 jkh Murphy's Laws o [1998/11/01] conf/8531 jkh sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and a [1998/12/12] bin/9064 n_hibma [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] docs/9352 asmodai wrong macro names in groff_[ms|mm|mmse].7 f [1999/01/07] bin/9374 roberto Improved functionality for find(1) o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] bin/9809 finger output format wrong o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9954 ports New port: devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/10] ports/10007 ports New port: lang/mercury (the mercury compi o [1999/02/11] ports/10023 kris New port - net/gtkcookie o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/15] gnu/10112 chris /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] ports/10124 ports New port: math/stat o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162 se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178 torstenb USE_SOCKS=YES option broken for security/ o [1999/02/22] ports/10196 torstenb Better startup scripts for ssh a [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454 obrien Update: emulators/spim a [1999/03/06] kern/10455 pcaudio breakage f [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 asami List mirror sites in MASTER_SITE_BACKUP - o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/26] misc/10803 joe whois(1) client enchancements a [1999/03/26] misc/10804 joe whois(1) enhancement o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/27] bin/10825 daily script not executed or executed twi f [1999/03/28] ports/10844 deischen New port: adagdb o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048 obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/27] ports/11353 asami Feature additions to bsd.port.mk. o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388 torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt s [1999/05/09] ports/11611 billf Update port: net/ntop o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11637 build of kdump fails o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] i386/11674 can't do make imake build or anything sin o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820 asami bsd.port.subdir.mk does not define the `m o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/22] ports/11840 asami Feature fixup: bsd.port.mk o [1999/05/24] kern/11881 when a dummynet pipe is encountered it st o [1999/05/25] misc/11890 make world creates /lkm directory o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 makewhatis during installworld uses /usr/ o [1999/05/28] i386/11920 FBSD 3.2 upgrade claims not to upgrade /u o [1999/05/28] i386/11921 /usr/X11R6/lib/aout libraries screwed up o [1999/05/29] conf/11925 rc.conf cosmetic naming inconsistencies o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] docs/11978 doc timed(8) manpage does not define '-F' swi o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/01] kern/11981 brian access to tunN devices not allowed to non o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/05] misc/12044 having tcl.h in /usr/local/include:/usr/i o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor a [1999/06/06] bin/12052 sh type builtin appends first path compon 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/09] kern/12095 [PATCH] Buggy ATAPI Zip Drive is not dete o [1999/06/09] bin/12107 Add switch to dump to support multiple du o [1999/06/10] i386/12113 ESS1688 support for VoxWare sound driver o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/15] misc/12228 phantom /etc/security don't search in all the fil o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12255 BIND 8.1.2 compilation error in IPv6 capa o [1999/06/17] bin/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 jdp LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/20] bin/12308 LPD can't be told not to bind to a TCP po o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 asami Adds refetch functionallity to bsd.port.m o [1999/06/21] i386/12326 wdc flag 0x1000 (LBA addressing) prevents o [1999/06/21] kern/12333 ProAudio Spectrum sound card broken model o [1999/06/21] kern/12334 Some ProAudio SPectrum cards do not do DM o [1999/06/21] kern/12335 if_pn.c lacks bridging support; patch enc o [1999/06/22] conf/12342 /etc/hosts.allow must use numerical IP ad o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only o [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/23] bin/12375 mv(1) cannot inherit the file flags. o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/27] kern/12409 add some more chipset models by NVidia to o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/06/30] bin/12461 it's handy to be able to send syslog mess o [1999/07/01] bin/12477 New fortune o [1999/07/02] docs/12486 mpp listing of (56) utilities in /bin:/sbin:/ o [1999/07/02] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/03] kern/12495 3.1 install fails to detect Toshiba CDROM o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/07] ports/12548 asami New 'fecth-recursive(-list)' targets in p o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr s [1999/07/12] bin/12611 sheldonh /usr/bin/jot crashes with floating point o [1999/07/12] misc/12612 ncurses ash shipped with 3.2-R missing sy o [1999/07/13] misc/12633 CMI8330 chip based integrated sound card o [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/16] kern/12668 The kernel clock goes slow with PLIP devi o [1999/07/18] kern/12697 Out of swap handling [PATCH] o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/07/22] kern/12764 luigi Patch for using x11amp with voxware (stol o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. o [1999/07/23] misc/12776 Add PAM hooks to rlogind and rshd f [1999/07/23] bin/12782 sheldonh xntpd doesn't handle interface aliases pr o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] kern/12803 obrien patch to make xe driver's noise configura o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/27] kern/12833 Support for TI1225 PCI to CardBus Bridge o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused a [1999/07/28] bin/12866 sheldonh [PATCH] RFE for /bin/ls to add a -n optio o [1999/07/30] misc/12887 Problem with "top" command in SMP o [1999/07/30] misc/12888 strange kernel messages when copying file o [1999/07/31] kern/12896 Incorrect CPU model display at boot time o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/08/01] ports/12915 ports Add elm 2.5 to ports o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] bin/12942 m4: len(`') returns `' a [1999/08/03] kern/12943 dg fxp driver not completely compatible with o [1999/08/03] bin/12946 top(1) gives incorrect delay default o [1999/08/04] ports/12952 asami make _PORT_USE touch cookies by variable, o [1999/08/04] bin/12957 rpc.rusersd dumps core with signal 11 whe o [1999/08/04] bin/12960 des basename(3) and dirname(3) o [1999/08/04] bin/12962 des basename(3) and dirname(3) part 2 o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. o [1999/08/05] misc/12983 system hang accessing mounted msdos flopp o [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/06] bin/13000 vi core dumped o [1999/08/06] ports/13006 erich update emulators/x48 to 0.4.1d o [1999/08/07] conf/13016 Wrong sendmail.cf file used by mergemaste o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] docs/13034 peter incorrect (old/obsolete) manpage for name o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI 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/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 mpp new man page describing timeradd() family o [1999/08/11] kern/13082 dfr Improved support for NE2000 PnP cards o [1999/08/12] bin/13092 des Fetch doesn't default to the correct http o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] docs/13116 phantom typo in ms(7) o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/15] kern/13164 kthread_exit stops, but doesn't release p o [1999/08/15] ports/13167 torstenb [PATCH] security/ssh package keygen fails o [1999/08/15] i386/13171 "config" not quite right for kernel not n o [1999/08/16] ports/13173 ports New port: yiff-0.33 o [1999/08/16] misc/13185 "tengo problemas con el pop3" o [1999/08/17] ports/13191 ports New port: fire-1.0 o [1999/08/17] kern/13209 IPFILTER_DEFAULT_BLOCK not in /usr/src/sy o [1999/08/17] docs/13211 chris [LIST] Some man pages has references to n o [1999/08/18] docs/13218 mpp Many manpages still not conformed mdoc(7) o [1999/08/18] kern/13220 mkdep: compile failed - ../../pci/if_de.c o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/18] ports/13251 ports New port: founts-11 s [1999/08/19] kern/13252 niced jobs don't behave really nice o [1999/08/19] bin/13254 yp_all error messages have wrong text o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/20] bin/13278 rogue: killed by fire corrupts score file o [1999/08/20] misc/13282 partial compliance of dlopen to the Singl o [1999/08/21] ports/13291 ports New port: xap-xwf-0.7.8 o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for 512MB o [1999/09/21] ports/13887 taoka New port (fmirror) o [1999/09/22] misc/13895 nonexistent words in /usr/share/dict/web2 o [1999/09/22] ports/13898 obrien New port: misc/dictd o [1999/09/22] conf/13907 dummynet.4 correction, rc addition of o [1999/09/23] conf/13916 mpp man outputs footer only page as first pag o [1999/09/23] conf/13918 Termcap entries for VESA modes missing o [1999/09/23] gnu/13921 awk -v var=val coredump o [1999/09/23] kern/13924 sb/snd driver broken under 4.0-19990918-C o [1999/09/24] i386/13936 No clear indictaion of how much space to o [1999/09/25] docs/13950 doc webpage idea o [1999/09/25] docs/13967 doc FreeBSD Related Publications in Korea o [1999/09/26] kern/13979 [PATCH] add serial number to IDE HD probe o [1999/09/26] gnu/13989 SIGWINCH corrupts the display of a multil o [1999/09/27] kern/14006 pas2_pcm.c pcm playback problem, with fix o [1999/09/29] docs/14035 doc tzfile.h referenced in tzfile(5) doesn't o [1999/09/29] bin/14040 amd has wrong uname data compile in it o [1999/09/30] i386/14048 ``doscmd -r'' doesn't work o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/09/30] i386/14071 FreeBSD 3.3 Installation CD does not boot o [1999/10/01] ports/14077 ports Multicast not available on multicast enab o [1999/10/01] bin/14078 -stable 'make release' does not work on - o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in f [1999/10/01] kern/14083 gibbs CAM 3.3-RELEASE fails boot w/2940UW + non o [1999/10/02] kern/14087 dcs update sys/boot/ficl/softwords/softcore.a o [1999/10/02] ports/14088 mharo port of new fvwm 2.3 beta (2.3.8) o [1999/10/03] ports/14100 sada New port: graphics/flashplugin o [1999/10/03] misc/14104 DISTFILES name clash between release/Make o [1999/10/04] docs/14129 phantom gated(8) and htable(8) as referenced in r o [1999/10/04] kern/14138 sos writing to ZIP 250MB drive bombs via ATAP o [1999/10/05] bin/14142 sendmail: mci.c: bad pointer conversion i o [1999/10/05] bin/14151 Patch: date(1): merge in OpenBSD enhancem o [1999/10/06] docs/14158 doc md5(1) manpage should not claim the md5 a o [1999/10/06] docs/14165 nbm FDP introduction article o [1999/10/06] kern/14166 roger AVER TVPhone o [1999/10/06] bin/14171 joe [PATCH] create symbolic links using mtree o [1999/10/07] bin/14175 route for ip aliasing o [1999/10/07] ports/14182 asami Patch: bsd.port.mk: add plist target f [1999/10/07] ports/14185 mharo ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/07] alpha/14200 alpha kldstat command has formatting problems o o [1999/10/08] kern/14217 [PATCH] EXT2FS as a KLD o [1999/10/09] ports/14225 markm Patches for security/pgp5 o [1999/10/09] kern/14240 compilation error: __cmpdi2 unresolved o [1999/10/09] bin/14246 kvm_open and kvm_openfiles not works corr o [1999/10/10] bin/14255 rup and rusers could not deal with many h o [1999/10/11] misc/14258 IP_TOS and IP_TTL sockopt doesn't work on o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/11] misc/14263 phantom There ara no ukrainian locale in stable/c o [1999/10/11] i386/14266 vfsload() looks in /lkm, not /modules o [1999/10/11] misc/14269 NIS passwd and group maps do not clean ou o [1999/10/11] misc/14273 Somewhat bogus entry in termcap o [1999/10/12] conf/14297 [Patch] pccard.conf for corega Ether PCC- o [1999/10/13] bin/14305 ru natd should know FTP EPRT command o [1999/10/13] ports/14316 markm exmh not recognizing mh and uses too many o [1999/10/13] bin/14317 jkh sysintall: instructions to reboot don't m o [1999/10/13] bin/14318 jkh sysinstall upon install has some counter- o [1999/10/14] ports/14323 markm [PATCH] ports/security/pgp5: Invoked with o [1999/10/14] bin/14330 peter [PATCH] fix clash between /usr/src/contri o [1999/10/14] bin/14335 peter Manual page for ndc gives incorrect path o [1999/10/14] ports/14337 ports xdm and Eterm: tty allocation problem? o [1999/10/14] bin/14342 [PATCH] Speed ups for regex! o [1999/10/15] kern/14346 Both pccard/cardinfo.h and sys/memrange.h o [1999/10/15] kern/14350 Security enhancement to ICMP o [1999/10/15] kern/14355 perhaps a guard page needed for UP-mode k o [1999/10/16] bin/14361 locate bogusly converts to network byte o o [1999/10/17] ports/14378 ports New port: graphics/mpeg o [1999/10/17] ports/14379 ports New port: graphics/xmrm o [1999/10/17] kern/14380 [PATCH] if_de workaround for when BIOS do o [1999/10/18] kern/14394 kernel panic when asking help in visual u o [1999/10/18] i386/14396 Floppy install of 3.2-release, 3.3-releas o [1999/10/20] i386/14437 MFC'ed identcpu.c o [1999/10/20] i386/14438 additional CPUID bit definitions for iden o [1999/10/20] i386/14440 update to identcpu.c to "support" AMD K7' o [1999/10/21] bin/14448 ftp-client may not recognize failure, rep f [1999/10/23] docs/14460 jhb Fix broken links in the FAQ f [1999/10/23] conf/14463 phantom cvs pserver does not work with out-of-the f [1999/10/23] conf/14487 phantom Please Change "/usr/share/skel/dot.login" o [1999/10/23] misc/14488 kget doesn´t write the key word "enable" o [1999/10/24] ports/14499 torstenb update port irc/ircII to 4.4L o [1999/10/24] kern/14504 Framing Error on FreeBSD Laptop o [1999/10/25] misc/14511 chapss Y2K problem o [1999/10/25] ports/14515 ports New Tripwire 1.3 Port o [1999/10/25] conf/14522 dhclient incorrectly reads and sets hostn o [1999/10/25] docs/14530 phantom Printed manual pages have extraneous blan o [1999/10/25] docs/14532 doc Much of cam_cdbparse(3) prints in Courier o [1999/10/25] bin/14533 pccardd improperly assigns irqs o [1999/10/25] bin/14534 mpp Formatting man pages gives numeric expres o [1999/10/26] bin/14545 quota reports in K, but header says 'bloc a [1999/10/27] kern/14561 ken ioctl (fd, CDIOCEJECT, (void*) 0) doesn't s [1999/10/27] kern/14562 ken ioctl() codes should be provided for ejec o [1999/10/27] docs/14563 doc Wrong manpage produced by `man 4 fd' o [1999/10/27] docs/14565 doc ioctl() codes for device type `fd' (flopp o [1999/10/27] i386/14574 ISA based ESS1688 support(partially) for o [1999/10/28] kern/14584 Proposition for improved file permissions s [1999/10/29] kern/14590 kernel panic writing to floppy o [1999/10/29] misc/14599 pam_kerberosIV.so in the 'krb.??' package o [1999/10/29] kern/14602 struct utsname fields are allocated too s o [1999/10/31] kern/14634 cg Mixer synth & mixer CD seem to be swapped o [1999/10/31] kern/14639 convert proc.p_peers to a queue(3) LIST o [1999/11/01] ports/14643 ports New port: chinese/pyDict A Chinese/Engli o [1999/11/01] kern/14646 kern.boottime affected by APM suspend/res o [1999/11/01] bin/14648 markm `make world' now requires -DNOCRYPT in my o [1999/11/01] ports/14652 se update emulators/wine to 991031 (supersed o [1999/11/02] gnu/14664 tar checks for volno-file even if it shou o [1999/11/02] docs/14677 chris listing of (48) utilities in /bin:/sbin:/ o [1999/11/03] docs/14682 doc lprm(1) unaware of lp(1) Environment Vari o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/03] bin/14697 grog Exploitable buffer overflow in Vinum (Fre o [1999/11/04] conf/14714 phantom Need support for imap4 and pop3 in /etc/p o [1999/11/06] misc/14746 xf86config shell script leaves arrow keys o [1999/11/07] ports/14760 asami bsd.port.mk: Speed-up for clean-depends o [1999/11/07] kern/14778 sio.c doesn't recognize USR model 3090 IS o [1999/11/08] ports/14783 jmz mgetty 1.1.12 always sets clocal o [1999/11/08] bin/14786 tail breaks on large files o [1999/11/08] conf/14791 Optionally change the behaviour of fsck u o [1999/11/08] i386/14793 more fdisk partition types o [1999/11/09] i386/14800 FreeBSD BootMgr not configurable (or at l o [1999/11/10] conf/14810 [PATCH] initialising multiple interfaces o [1999/11/10] i386/14816 lnc(4) can work with Am79C937 a [1999/11/10] bin/14817 strptime(3) '%C' conversion incorrect o [1999/11/11] ports/14822 jfitz majordomo sets group-writable dir's o [1999/11/11] ports/14824 wosch no '\0' at the end of buffer o [1999/11/11] bin/14829 rc.shutdown is handled unconsistently by o [1999/11/12] kern/14839 RELENG_2_2 boot kernel is large size prob o [1999/11/12] kern/14840 Opti930 doesn't work. o [1999/11/12] kern/14841 adrian IEEE 802 encapsulation for arp on etherne o [1999/11/12] ports/14854 peter port comms/conserver partially ignores ${ o [1999/11/13] conf/14864 I can not get dual Boot to boot FreeBSD f o [1999/11/14] misc/14868 Freebsd 3.2-REL with 1 ISA PNP and 1 PCI o [1999/11/14] ports/14889 se [PATCH] dynamic loading for WINE port o [1999/11/14] i386/14891 New smbus driver lmsmb o [1999/11/15] bin/14911 Install of opiekey missing links to otp-m o [1999/11/16] ports/14922 ports New port: net/infobot o [1999/11/16] ports/14924 markm p5-Apache-Radius with mod_perl broken on o [1999/11/16] bin/14925 getsubopt isn't poisonous enough o [1999/11/16] conf/14931 rc logging facility o [1999/11/16] ports/14933 imp Simple patch to log password attempts on o [1999/11/17] bin/14954 search.h is missing o [1999/11/17] ports/14965 wosch stat port doesn't know fifo file type o [1999/11/17] kern/14968 wollman Convert resource_head and resource.r_link o [1999/11/17] ports/14970 peter conserver-7.4 port submission o [1999/11/18] conf/14973 Digi-multiport serial card? o [1999/11/18] conf/14974 In RELENG_3, fdisk reports sizes incorrec o [1999/11/18] ports/14977 peter conserver doesn't support speed over than o [1999/11/18] ports/14986 torstenb possible bug in ssh1 o [1999/11/18] kern/14990 cg new-pcm caveats o [1999/11/18] ports/14991 ports New port: devel/tcl-trf Tcl Data transfo o [1999/11/19] misc/14993 Freebsd Locks up when trying to set the h o [1999/11/19] misc/14999 phantom ISO8859-5 locale missing from RELENG_3 o [1999/11/19] misc/15000 ftp(1) needs to send HTTP/1.1 Host: heade o [1999/11/20] conf/15010 "client" firewall configuration kills inc o [1999/11/21] ports/15021 asami some port installs fail for non-root user o [1999/11/21] kern/15022 mjacob Suggestion for enhancement: move isp firm o [1999/11/21] ports/15035 jseger [Tcl/Tk] apply plus patch to Tcl/Tk8.2 o [1999/11/21] conf/15038 jkh In sysinstall, easy to not notice that se o [1999/11/23] kern/15065 fsck can't fix "huge" zero length files s [1999/11/23] misc/15066 sheldonh ``allscreens_flags'' in rc.conf not docum o [1999/11/25] kern/15095 TCP's advertised window is not scaled imm o [1999/11/27] i386/15119 pcm sound driver dma problems with isa-pn o [1999/11/28] ports/15142 jmz Added DIST_SUBDIR to print/tex port o [1999/11/28] ports/15147 ports New port: audio/xsidplay o [1999/11/28] ports/15159 ports New port: games/blackpenguin o [1999/11/29] misc/15168 Adding tracklist support to fdformat o [1999/11/29] kern/15175 tcp_input() fails to update m->m_pkthdr.l o [1999/11/30] bin/15182 "* Wed-1 event" in calendar produces "31 o [1999/11/30] ports/15192 ports New port: security/ident2 o [1999/11/30] misc/15196 shutdown -h no longer synching disks, thu o [1999/12/01] misc/15205 Addition to /usr/games/random o [1999/12/01] bin/15211 CFLAGS and CC not settable and one warnin o [1999/12/01] misc/15215 Outputting in Fortune under certain circu o [1999/12/02] i386/15218 kernel says: raw partition size != slice o [1999/12/02] kern/15221 marcel Linux emulator core dumps on setreuid() o [1999/12/02] bin/15227 sheldonh New option for vacation(1) -- dir to use o [1999/12/02] bin/15229 joe mtree - different from mtree in NetBSD 1. o [1999/12/02] docs/15234 mpp sh(1) man page have capitalised instance o [1999/12/03] ports/15239 asami fix MASTER_SITE_GNOME in bsd.port.mk: mi o [1999/12/04] kern/15251 patch to add unsigned support to sysctl o [1999/12/04] docs/15259 obrien amd(8) refers to nonexistent automount(8) o [1999/12/05] kern/15280 kernel panic during FreeBSD install o [1999/12/05] bin/15285 wes unhelpful error message from brandelf o [1999/12/05] misc/15288 billf pkg_version -c output isn't safe for scri o [1999/12/05] ports/15294 jfitz Update port: mrgt from 2.8.8 to 2.8.9 o [1999/12/06] bin/15301 Bug in /usr/sbin/syslogd: strips 8th bits o [1999/12/06] misc/15304 billf proposed modifications to pkg_version o [1999/12/06] bin/15325 mpp nroff -man bombs out with more than eight o [1999/12/06] ports/15326 ache tcsh modification o [1999/12/07] ports/15329 cwt amanda24 modification o [1999/12/07] misc/15339 fdformat should exit non-zero when user c o [1999/12/07] bin/15342 replacement for the stock /sbin/dhclient- o [1999/12/08] ports/15367 ports new ports on linux emulator o [1999/12/09] bin/15371 keyinfo doesn't work without suidperl o [1999/12/09] ports/15387 billf ethereal's packet-smb.c calls str*() func o [1999/12/09] bin/15390 obrien Upgrade rdist to 6.1.5 o [1999/12/10] docs/15408 doc Description of ls and nlist wrong in man o [1999/12/10] bin/15410 edquota -p copies current usage as well a o [1999/12/11] bin/15416 addr2line is unable to find line numbers o [1999/12/11] bin/15418 tput(1) doesn't work with new libncurses. o [1999/12/11] misc/15421 initgroups(3) spits out messages to stder o [1999/12/11] ports/15424 ports New port: www/kwebsearch o [1999/12/12] kern/15435 Attempts to execute programs from a noexe o [1999/12/12] kern/15436 syscons extension: "propellers" o [1999/12/12] kern/15440 jasone support atomic locks in the UP kernel o [1999/12/12] kern/15455 dg Intel EtherExpress Pro does not properly o [1999/12/13] bin/15456 Usage of ktrace(1) is invalid a [1999/12/13] bin/15458 sort(1) doesn't sort correctly in some ca o [1999/12/13] ports/15461 jmacd Update of misc/xdelta port o [1999/12/13] bin/15470 Proposed change to comments in /etc/named o [1999/12/14] ports/15477 andreas wwwstat-2.01 port is not Y2K compliant: 1 o [1999/12/14] misc/15480 Change-request for /usr/src/usr.sbin/cdco o [1999/12/14] ports/15481 ports ports/devel/codecrusader slightly broken o [1999/12/14] i386/15488 Incorrect FPE_*_TRAP macros in machine/tr o [1999/12/14] kern/15489 running fstat causes a bus error o [1999/12/15] kern/15492 Patch to fixup bridging support for 2.2-S o [1999/12/15] kern/15493 Patch to enable bridging support for if_c o [1999/12/15] ports/15495 asami Add "addsum" target to bsd.port.mk o [1999/12/15] bin/15496 killall(1) limited to 16 character proces o [1999/12/15] bin/15497 NIS does not deal well with comments o [1999/12/15] bin/15510 df(1) does not lineup with large filesyst o [1999/12/15] kern/15511 Cannot scroll up after panic? o [1999/12/15] kern/15512 sos ATA driver bug for CD drives that don't r o [1999/12/16] misc/15519 peter Lots of bind-8.2.2 manual pages don't get o [1999/12/17] i386/15528 doscmd exec function fail. o [1999/12/17] i386/15531 doscmd DOS function 0a fail when DL is 0 o [1999/12/17] kern/15532 Reboot just to kill a print job? o [1999/12/17] ports/15545 ports New port: x11/xterm o [1999/12/17] misc/15546 Need to enable LBA flag for large IDE dis o [1999/12/17] i386/15547 discmd function 51 ( get ps ) fail o [1999/12/18] gnu/15549 obrien Fix -fformat-extensions support code merg o [1999/12/18] ports/15552 ports New port: news/knode o [1999/12/18] misc/15555 some enhancements for uudecode o [1999/12/19] docs/15561 doc regex(3) manpage needs update o [1999/12/20] bin/15593 [SECURITY] ustrcpy() buffer overflow in d o [1999/12/20] ports/15594 se kscd-1.2.7 in -STABLE ports not playing A o [1999/12/20] bin/15596 netstat -rn does'n fit on a 80 chars wide o [1999/12/21] kern/15608 acd0 / cd0 give inconsistent errors on em o [1999/12/21] conf/15612 jkh Re-Scan devices in 3.4-Release options me o [1999/12/21] i386/15619 standard pppd doesn't authenticate users o [1999/12/22] kern/15632 mss driver fails to recognize CS4239 on T o [1999/12/22] kern/15633 Joy driver fails to attach to CS joystick f [1999/12/22] ports/15634 ports upsd-2.0 package hangs 3.3-RELEASE o [1999/12/22] kern/15636 dillon reminder to self for MAP_ VM defines o [1999/12/23] misc/15658 edquota misinterprets usernames as uid ra o [1999/12/23] docs/15661 doc Handbook doesn't properly document bootin o [1999/12/24] bin/15663 yokota none o [1999/12/25] ports/15691 torstenb Ssh ports fail to check inetd.conf before o [1999/12/28] bin/15739 repquota report format fix for better par o [1999/12/28] conf/15745 rc.network overrides mountd_flags rather o [1999/12/28] kern/15747 loader's builtin "more" command won't res o [1999/12/28] conf/15748 jkh sysinstall - upgrade o [1999/12/30] misc/15782 kernel script handling breaks with perl o [1999/12/30] ports/15787 se Kvt doesn't agree with MAKEDEV on pty num o [1999/12/31] conf/15792 can't make /dev/cd31 f [1999/12/31] ports/15795 ports New port: www/bkmrkconv o [1999/12/31] ports/15796 ports New port: net/dhcp_dns o [1999/12/31] ports/15800 ports New port: games/kmud o [1999/12/31] ports/15802 ports New port: security/kssh o [1999/12/31] misc/15809 New entry for the fortune(6) database o [1999/12/31] ports/15810 jfitz p5-Net port update o [1999/12/31] ports/15812 jfitz p5-Mail-Tools port update o [1999/12/31] ports/15813 eivind p5-IO-stringy port update o [1999/12/31] ports/15814 eivind p5-MIME-Tools port update o [2000/01/01] ports/15819 cwt fix PLIST of misc/amanda24 o [2000/01/01] docs/15821 doc Wrong device names in manpages for lpt(4) o [2000/01/01] kern/15827 Power-Off causes Trap 9 in kernel o [2000/01/01] bin/15830 PATCH: rdump over ssh o [2000/01/01] bin/15832 the w commands can show a bad result on t o [2000/01/02] kern/15838 Conversion tables in msdosfs_conv.c are b o [2000/01/02] ports/15840 ports New port: x11-fonts/ucs-fixed o [2000/01/02] i386/15841 [patch] Assembler syntax fixes for the bo o [2000/01/02] ports/15844 wosch www/checkbot fix and update to 1.58 o [2000/01/02] bin/15852 asmodai predefined \*(DT string has Y2K bug o [2000/01/02] bin/15853 tar --newer-mtime flag has Y2K bug o [2000/01/03] bin/15855 comsat(8) failes to open system mail box o [2000/01/03] ports/15857 dirk new standalone port of php3 for ports/www o [2000/01/03] ports/15859 ache Fix a typo in BUILD_DEPENDS in www/p5-Par o [2000/01/03] kern/15860 patch to make default kern.maxfilesperpro o [2000/01/03] bin/15861 ftpd did not use sendfile(2) when sending o [2000/01/03] misc/15871 CVS directories copied to PicoBSD filesys o [2000/01/03] ports/15873 ports New Apache_fp+php+mod_ssl-1.3.9+3.0.12+2. o [2000/01/03] misc/15874 PicoBSD can only update files from within o [2000/01/03] misc/15875 Incorrect permissions on PicoBSD /tmp dir o [2000/01/03] misc/15876 PicoBSD message of the day problems o [2000/01/04] ports/15886 ports New port: audio/cd2mp3 o [2000/01/04] docs/15890 doc rfork(RFMEM) on SMP generates error o [2000/01/04] ports/15894 ports New port: security/aide AIDE 0.5 o [2000/01/04] ports/15895 billf new bugfix version of htdig (3.1.4) o [2000/01/05] misc/15908 patch to fix argument mismatch in getnano o [2000/01/05] kern/15923 ATA/EIDE DMA does not work with some hard o [2000/01/06] ports/15933 marcel ports/editors/staroffice requires linux l o [2000/01/06] ports/15935 msmith ports/editors/wordperfect - incorrect URL s [2000/01/06] docs/15959 phantom misplaced lines in psignal.9 man page o [2000/01/07] ports/15963 se krn requires libgdbm but port doesn't che s [2000/01/08] bin/15981 sheldonh rcp -p fails when times have high bit set o [2000/01/08] kern/15983 n_hibma C++ keywords in kernel header files o [2000/01/08] ports/15992 asami [PATCH] Add a default for $SUP in the /us o [2000/01/08] ports/15993 asami [PATCH]No line-feed in warnings from ``ma o [2000/01/08] ports/15994 ports new libapreq 0.31 port o [2000/01/09] misc/16003 sysinstall crashes if it gets more than o o [2000/01/09] bin/16005 brian add new option to date(1) o [2000/01/09] bin/16007 joe cdcontrol(1) defaulting do /dev/cdrom ins o [2000/01/09] misc/16009 Invoking /stand/sysinstall from kde termi o [2000/01/09] kern/16016 cam/scsi/scsi_da.c: Fujitsu M2952 doesn't o [2000/01/10] kern/16021 To support SMP on NEC PC98, call mp_probe o [2000/01/10] kern/16023 Add an idletime counter for sppp, just li o [2000/01/10] misc/16026 /stand/sysinstall segmentation fault when s [2000/01/10] bin/16048 asmodai "file" command cannot recognize LaTeX2e f o [2000/01/10] kern/16049 Connor Drive fails cache sync o [2000/01/11] ports/16063 jseger rdjpegcom part of the JPEG port ignores l o [2000/01/11] ports/16072 obrien vim5 port update o [2000/01/11] conf/16076 [PATCH] pam_ssh examples for /etc/pam.con o [2000/01/12] bin/16086 des Inetd internal IDENT is not work well. o [2000/01/12] ports/16088 ports apache13-ssl lacks sbin/gcache in PLIST o [2000/01/12] docs/16091 nik Update man refs for patch in pr #15958 o [2000/01/13] ports/16109 max Update port: japanese/mimekit to 1.8 o [2000/01/14] bin/16119 ctm_rmail does not honor umask o [2000/01/14] bin/16124 alfred [PATCH] Enhancement for 'lpr -r' o [2000/01/14] ports/16127 ade fix port: sysutils/upsmon - csocket.cc do o [2000/01/15] misc/16131 bizarre dates displayed when searching th o [2000/01/15] ports/16134 kris pgp4pine 1.74 port o [2000/01/15] ports/16139 billf Ntop port fails to find lsof o [2000/01/15] kern/16140 /proc contains regular files of infinite o [2000/01/17] ports/16167 torstenb y2k problem with inn 2.2.1 NEWNEWS and NE o [2000/01/18] kern/16169 The U.S. Robotics 56K Voice Int modem is o [2000/01/18] kern/16170 compiling machine/setjmp.h with g++ o [2000/01/18] docs/16173 doc [PATCH] fix for the kld/cdev example o [2000/01/18] bin/16179 ipfw(8) poor design of command line parsi o [2000/01/18] conf/16180 firewall rules may require flags to be pa o [2000/01/18] docs/16185 guido a possible typo in ipnat.5 manpage o [2000/01/18] misc/16189 Advansys ASB-3940U2W SCSI Card does not w o [2000/01/18] kern/16195 16-bit uid/gid struct in sys/ipc.h o [2000/01/19] ports/16201 ports Port of CDD isn't up to date o [2000/01/19] bin/16206 PATCH: vmstat column alignment, %ll not s o [2000/01/19] bin/16207 asmodai y2k problem in troff (e.g. 'man hosts.equ o [2000/01/19] misc/16208 ps/2 mouse problem o [2000/01/19] misc/16212 in /stand/sysinstall -- cannot exit menu o [2000/01/20] ports/16220 obrien -frepo is broken in gcc-devel and egcs po o [2000/01/20] misc/16231 CD audio wont work. o [2000/01/20] kern/16240 ICMP error generation fails to correctly o [2000/01/21] ports/16252 asami bsd.port.mk: Add bzip2 support for distri o [2000/01/21] bin/16275 approve send-pr(1) (attach files, use env o [2000/01/21] misc/16278 Crypt() function returns wierd results o [2000/01/22] kern/16292 performance problem of divert socket o [2000/01/22] misc/16301 Sysinstall -> Configure -> Distribution - o [2000/01/22] ports/16305 jfitz Upgrade port: majordomo to 1.94.5 o [2000/01/23] bin/16316 Enhancement: allow .fakeid to be a named o [2000/01/23] bin/16320 fstat -f confuses some partitions o [2000/01/24] bin/16325 /stand/sysinstall writes invalid variable o [2000/01/24] kern/16335 archie ng_ppp(8) fixes, improvements o [2000/01/24] kern/16339 vm/vm_page.h PQ_L2_SIZE options too limit o [2000/01/25] ports/16347 ports Inconsistencies between Java ports o [2000/01/25] kern/16360 kernel timestamping of ICMP echo requests o [2000/01/26] kern/16362 AMD K6-3 processor is identified as a P58 o [2000/01/26] ports/16363 pst [PATCH] Upgrade ports/databases/gnats o [2000/01/26] bin/16364 [PATCH] Add msdosfs and cd9660 support to o [2000/01/26] ports/16369 obrien Ports fix: mail/mutt o [2000/01/26] ports/16374 ache Ports fix: news/tin o [2000/01/26] ports/16377 ports new port for PGP 6.5.1i o [2000/01/26] ports/16378 jseger Update port: graphics/ImageMagick to 5.1. o [2000/01/27] ports/16397 jfitz Please update net/mrtg for current o [2000/01/27] i386/16411 DUMP freezes system if uucico or samba wr o [2000/01/27] kern/16412 cg pcm0 sound doesn't survive a suspend/resu o [2000/01/27] ports/16417 ports nethack3 port won't compile on 3.4-Stable o [2000/01/28] bin/16422 newfs always make root's / directory o [2000/01/28] misc/16434 Odd rlogin problem. o [2000/01/29] ports/16438 nectar Fix net/gnome-icu to install i18n files o [2000/01/29] docs/16439 doc fdp-primer - difficulties with split SGML o [2000/01/29] ports/16452 torstenb Update ctwm port o [2000/01/29] ports/16454 ports Patch for man page included with port ins o [2000/01/30] ports/16473 ports fix lang/smalltalk for stable o [2000/01/30] misc/16475 search.cgi gives bogus dates o [2000/01/30] ports/16476 peter Missing option and a typo o [2000/01/30] bin/16480 locked accounts and adduser o [2000/01/30] ports/16486 ports New Port: devel/linux-jdk-1.2.2 o [2000/02/05] ports/16511 obrien Makefile in error o [2000/02/06] conf/16536 size of /var/spool/uucp/Log, a UUCP logfi o [2000/02/06] ports/16546 ports mail/imap-utils: a new port o [2000/02/06] kern/16551 cosmetic cleanup in sys/dev/ppbus/pcfcloc f [2000/02/07] kern/16564 ru SLIOCSUNIT is broken and can cause panic. o [2000/02/07] ports/16565 torstenb Broken non-US-ssh-port (1.2.27) o [2000/02/07] ports/16570 asami ports toplevel README.html has bad link t o [2000/02/07] ports/16572 ports fix: devel/sdl o [2000/02/08] ports/16580 nbm Request port removal. o [2000/02/08] conf/16584 jkh Hostname field too small during install ( o [2000/02/09] ports/16592 ports Yet another JCE port o [2000/02/09] ports/16601 ports New port: games/netbsd-tetris o [2000/02/09] ports/16606 ports [NEW PORT] new port of Adobe Acrobat View o [2000/02/09] ports/16608 ports [NEW PORT] new port of pysol-sound-server a [2000/02/09] ports/16613 dburr New port: net/ppptraf o [2000/02/09] bin/16619 trimdomain does not handle peer domains o [2000/02/09] bin/16625 Incorrect information in routed(8) error o [2000/02/10] ports/16629 ports New port of vtun 2.0. o [2000/02/10] ports/16636 ports New port: GNU find o [2000/02/10] ports/16638 ports New port: GNU fileutils o [2000/02/10] ports/16640 ports rwhois port install tries to copy wrong l o [2000/02/10] ports/16642 jseger libwww port upgraded to 5.2.8 o [2000/02/10] ports/16646 ports emacs pkg on 4.0-RC needs missing libXThr o [2000/02/10] misc/16647 jkh data for fortune o [2000/02/10] ports/16648 ports Gdtclft port (TCL interface to Gd) o [2000/02/10] bin/16649 /bin/lastcomm: output contains extraneous o [2000/02/11] ports/16651 ports [ports] net/pppload fails to compile o [2000/02/11] ports/16653 ports previous master site discontinued service f [2000/02/11] ports/16654 mharo Some master sites have discontinued hosti o [2000/02/11] bin/16657 /bin/hostname: New feature to return subc o [2000/02/11] ports/16658 ports Update for russian/apache port o [2000/02/12] ports/16669 erich Update port: editors/sam o [2000/02/12] ports/16670 erich Update port: x11/9term o [2000/02/12] ports/16674 erich Update port: graphics/mplex o [2000/02/12] ports/16676 swallace Update port: games/xrisk to 2.15 o [2000/02/12] ports/16677 jmacd Update port: lang/schemetoc f [2000/02/12] ports/16687 jedgar p5-Mysql building problem due to missing o [2000/02/12] ports/16690 ports fix port: lang/nawk: [PATCH] o [2000/02/12] ports/16692 ports update port: sysutils/asmem: 1.5 -> 1.6 o [2000/02/12] ports/16693 ports new port: wavplay 1.4 now with the port! o [2000/02/13] ports/16695 ports New port: linux-flashplugin o [2000/02/13] ports/16703 ports port update from apache-ssl-1.3.9+1.37 to o [2000/02/13] ports/16704 billf cproto o [2000/02/13] bin/16705 ftpd doesn't support -h option o [2000/02/14] kern/16709 PATCH: make poll work for -STABLE's Audio o [2000/02/14] ports/16715 jseger Upgrade games/gnugo port to version 2.6 o [2000/02/14] ports/16716 mharo Fix port: devel/portlint o [2000/02/14] ports/16718 dbaker [PATCH] misc/proxyper should obey the por o [2000/02/14] misc/16719 /stand/sysinstall does not redraw the scr o [2000/02/14] i386/16722 squid (a 3.x binary) won't run under 4.0- o [2000/02/15] bin/16726 rpc.rstatd from inetd sig11's o [2000/02/15] ports/16732 roger Update port: misc/videotext to 0.6.199910 o [2000/02/15] ports/16736 ports fix: web500gw can't always parse dates (Y o [2000/02/15] ports/16739 ports New port: audio/bwap o [2000/02/16] ports/16741 ports new port: math/gsl (The GNU Scientific Li o [2000/02/16] kern/16745 Kernel Makefile doesn't sanitise PATH [PA o [2000/02/16] docs/16748 doc Documentation of Linux Mode for 2.1 is ob o [2000/02/16] ports/16753 torstenb Install postfix html doc with port o [2000/02/16] ports/16756 torstenb Correction for the latest Postfix doc pat o [2000/02/16] ports/16763 ports VxTools port o [2000/02/16] docs/16764 doc Include link to "Linux-Oracle on FreeBSD" o [2000/02/16] kern/16765 Add support for mark/space parity o [2000/02/17] ports/16779 erich Update port: astro/xephem o [2000/02/17] ports/16786 jfitz Update port: lang/rexx-imc o [2000/02/17] bin/16789 fingerd logging not IPv6 aware o [2000/02/17] ports/16794 ports New port: sdts++ o [2000/02/17] bin/16798 rmuser rebuilds entire passwd datebase fo o [2000/02/17] ports/16800 ports xwdtopnm can not work well on my 16bits/p o [2000/02/18] kern/16804 Enabling pcfclock KLD o [2000/02/18] ports/16806 ports Fix port: devel/omniORB (bentofy) o [2000/02/18] kern/16815 Cannot "rm -rf" for not-existed file on r o [2000/02/19] ports/16819 ports new port audio/gramofile o [2000/02/19] docs/16820 doc Typolet in ttcp(4) o [2000/02/19] ports/16825 ports "team.c" won't compile o [2000/02/19] ports/16827 ports New port: Mule-UCS o [2000/02/19] misc/16830 markm PAM-related error messages on -current o [2000/02/20] docs/16834 doc [Patch] Missing underline in ctm(5) o [2000/02/20] ports/16837 ports New version of the GIMP o [2000/02/20] kern/16838 MFC: phk's print uptime at reboot o [2000/02/20] misc/16839 MFC Matthew D. Fuller's patch to deal wit o [2000/02/20] misc/16840 MFC: Matthew D. Fuller's teach pkg_info t o [2000/02/20] docs/16841 doc New FAQ entry describing use of "Windows( o [2000/02/20] misc/16842 Knob for release/Makefile to prevent dele o [2000/02/20] ports/16845 ports fix port: net/icqnix: respect CXXFLAGS/Qt o [2000/02/20] misc/16848 jkh Fortune has repeat entry o [2000/02/20] ports/16857 jdp cvsup coredump o [2000/02/20] docs/16859 unfurl This section of the handbook is way out o o [2000/02/21] ports/16864 jseger Update port: graphics/ImageMagick to 5.1. o [2000/02/21] ports/16869 ports Update port: games/xphotohunter o [2000/02/21] ports/16872 max Update port: japanese/pine o [2000/02/21] ports/16874 obrien Update port: lang/Sather o [2000/02/21] bin/16880 [PATCH] pw(8) hardcodes directory creatio o [2000/02/21] docs/16891 unfurl Typo in header of FAQ o [2000/02/22] ports/16913 ports [PATCH] Update of ImageMagick and Gimp po o [2000/02/22] ports/16919 nbm UPDATE port mail/qmail-contrib missing de o [2000/02/22] bin/16924 tmpfile(3) ignores TMPDIR and always uses o [2000/02/22] ports/16925 ports Update of R port o [2000/02/22] bin/16926 [PATCH] banner doesn't allocate space fo o [2000/02/22] bin/16927 [PATCH] prevent possible race condition i o [2000/02/22] kern/16928 dynamic sysctl enhancement o [2000/02/22] bin/16929 [PATCH] prevent possible race condition i o [2000/02/23] ports/16931 ports New port: Mule-UCS 0.72 (revised) o [2000/02/23] i386/16932 linux_base 6.1 in 4.0rc aborts install wi o [2000/02/23] ports/16933 ports Update games/oonsoo to Version 1.2 o [2000/02/23] docs/16934 doc anon transfer log doesn't log all xfers o [2000/02/23] misc/16938 FTP does not fully parse ftp:// URLs o [2000/02/23] bin/16941 routed: possible netmask problem between o [2000/02/23] gnu/16942 send-pr(1) creates unsafe temp files o [2000/02/23] bin/16944 Give mtree(8) an ``exclude'' facility o [2000/02/23] ports/16949 ports New Port: audio/pimp3 o [2000/02/23] ports/16951 andreas postgresql does not support tcl82 o [2000/02/23] bin/16953 [PATCH] Fix argument overflow in dnsquery o [2000/02/23] misc/16954 [PATCH] catopen(3) in libc can overflow o o [2000/02/24] ports/16956 ports Update port: misc/deco o [2000/02/24] ports/16957 sada ports/japanese/netscape; make ENGLISH=yes o [2000/02/24] conf/16959 peter [PATCH] missing entry in /etc/make.conf o [2000/02/24] ports/16960 ports emulation/vmware: add web site info (WWW: o [2000/02/24] ports/16961 ports japanese/p5-kakasi: a new port o [2000/02/24] ports/16962 ports devel/p5-File-MMagic: a new port o [2000/02/24] ports/16963 ports Update port: devel/uclmmbase to 1.1.2 o [2000/02/24] ports/16965 ports Update port: graphics/epstool to 1.08 o [2000/02/24] ports/16966 flathill japanese/namazu2: a new port o [2000/02/24] ports/16967 ports Update port: ftp/downloader to 1.12 (fix o [2000/02/24] ports/16968 ports New URLs for CAD/FElt o [2000/02/24] misc/16969 /kernel: psmintr: out of sync (0000 != 00 o [2000/02/24] ports/16970 ports port of TclX-8.2 (lang/tclX82) o [2000/02/24] bin/16971 Exiting from /usr/sbin/login does not res o [2000/02/24] ports/16972 ports japanese/esecanna-vje30: restructuring pl o [2000/02/24] ports/16973 ports Update: QHacc upgrade to 0.3.1 from 0.2.8 o [2000/02/24] ports/16974 ports Upgrade to Apache 1.3.11 and make packaga o [2000/02/24] ports/16976 ports New port: isic o [2000/02/25] ports/16980 dirk add Sybase database support to apache13-p o [2000/02/25] bin/16981 Minor nit with (un)compress and "Operatio o [2000/02/25] ports/16982 ports graphics/povray31 does not install *.txt o [2000/02/25] ports/16987 obrien pkg_delete vim-5.X incorrect o [2000/02/25] ports/16989 ports new FreeBSD port for qico-0.45pre3 o [2000/02/25] ports/16990 ports Fix port: ftp/ftpmirror o [2000/02/25] kern/16993 Linux emulator lacks setfsuid and setfsgi o [2000/02/25] docs/16994 doc Description of `disc' does not show that o [2000/02/25] docs/16995 doc Typo in ipsec_set_policy.3 o [2000/02/25] ports/16996 ports fix port: irc/kvirc: bentoism [PATCH] o [2000/02/25] ports/16997 ports Incompatibility between GNOME and KDE o [2000/02/25] ports/16998 ports Eterm fails to function from Gnome/Enligh o [2000/02/25] ports/17000 ports New port netscape communicator 4.7.2 o [2000/02/25] ports/17001 ports [PATCH] additional fvwm2 icons o [2000/02/26] kern/17003 dscheck() overzealously protects labels o o [2000/02/26] ports/17004 ports Refactoring port: graphics/aalib o [2000/02/26] conf/17006 PCMCIA ETHERNET CARD o [2000/02/26] kern/17007 This is a code for implementing ethernet o [2000/02/26] ports/17010 ports japanese/chasen: Update to 2.02 plus o [2000/02/26] docs/17013 doc swapon(8) manpage error o [2000/02/26] docs/17014 doc send-pr sets MAIL_AGENT unconditionally o [2000/02/26] ports/17016 ports New port -- Wordnet -- dictionary and the o [2000/02/27] bin/17017 [PATCH] [SMALL] Clarify inetd's logging b o [2000/02/27] ports/17018 ports New port submission for Moneydance o [2000/02/27] ports/17020 ports New port- games/gtetrinet o [2000/02/27] conf/17022 newsyslog.conf not in sync with syslog.co o [2000/02/27] ports/17024 ports Update port: ja-mendexk-* (2.4c -> 2.4d) o [2000/02/27] ports/17025 ports Update port: ja-dvipsk-* (p1.4c -> p1.4d) o [2000/02/27] ports/17029 steve update port: graphics/Mesa3: 3.0 -> 3.1 o [2000/02/27] ports/17031 ports update port: shells/perlsh: 0.004pre2 -> o [2000/02/27] alpha/17032 alpha strtod(3) floating exception o [2000/02/27] ports/17034 ports update port: devel/kdevelop: 1.0 -> 1.1 o [2000/02/27] ports/17035 ports Update port www/ijb to both use FreeBSD g o [2000/02/28] ports/17037 ports A new port of NADAR-b04 o [2000/02/28] ports/17039 ports update of gpart port o [2000/02/28] ports/17041 ports update of www/jesred port o [2000/02/28] docs/17042 doc layout not nice of locate synopsis o [2000/02/28] ports/17044 ports [Update] tgif port o [2000/02/28] misc/17045 Cannot install on Siemens Primergy 870 (d o [2000/02/28] ports/17047 ports Let doc++ install documentation o [2000/02/28] ports/17048 ports Update port: astro/saoimage o [2000/02/28] ports/17049 ports Update port: deskutils/gnucash o [2000/02/28] ports/17050 ports Update port: devel/gide to to 0.1.7 o [2000/02/28] ports/17051 ports Update port: devel/xwpe to 1.0.22a 1350 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 Feb 28 13:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C800E37B965 for ; Mon, 28 Feb 2000 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66188; Mon, 28 Feb 2000 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBFE337B8FD for ; Mon, 28 Feb 2000 13:43:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA64353; Mon, 28 Feb 2000 13:43:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002282143.NAA64353@freefall.freebsd.org> Date: Mon, 28 Feb 2000 13:43:03 -0800 (PST) From: henrich@sigbus.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17056: rshd does improper home directory check Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17056 >Category: bin >Synopsis: rshd does improper home directory check >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 Feb 28 13:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Charles henrich >Release: 3.1 - 3.4 >Organization: >Environment: FreeBSD chillywilly.mvfx.com RELENG_3-20000201-SNAP FreeBSD RELENG_3-20000201-SNAP #1: Mon Feb 21 13:24:18 PST 2000 Rcrh@chillywilly.mvfx.com:/usr/src/sys/compile/CHILLYWILLY i386 >Description: when issuing a remote rsh command "rsh chilly ls" where the remote machine has user home directories mounted over NFS, and those home directories are not mounted w/ root permission, rsh fails to read user's startup environment (.cshrc/.login) or set the home directory variables correctly. rlogin works as it should. >How-To-Repeat: rsh a command into a machine with NFS mounted home directories. >Fix: rsh should become the user before attempting any access on the user home directories, which would fixt his problem. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 28 14:40: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D708037B98A for ; Mon, 28 Feb 2000 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA72203; Mon, 28 Feb 2000 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id E0B5237B9D3 for ; Mon, 28 Feb 2000 14:35:24 -0800 (PST) (envelope-from mjacob@semuta.feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id OAA16975 for ; Mon, 28 Feb 2000 14:35:23 -0800 Received: (from mjacob@localhost) by semuta.feral.com (8.9.3/8.9.2) id OAA00870; Mon, 28 Feb 2000 14:35:22 -0800 (PST) (envelope-from mjacob) Message-Id: <200002282235.OAA00870@semuta.feral.com> Date: Mon, 28 Feb 2000 14:35:22 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17058: SCSI tape driver can't drive devs that can't do SCSI-2 MODEs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17058 >Category: kern >Synopsis: SCSI tape driver can't drive devs that can't do SCSI-2 MODEs >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 Feb 28 14:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Matthew Jacob >Release: FreeBSD 4.0-CURRENT >Organization: Feral Software >Environment: Any system with a SCSI bus. >Description: Any really old SCSI tape drive that doesn't understand page format mode sense can't be driven. Should be fixed. Reported by grog@lemis.com. >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 Feb 28 14:41:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5732D37B678; Mon, 28 Feb 2000 14:41:37 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA72443; Mon, 28 Feb 2000 14:41:37 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Mon, 28 Feb 2000 14:41:37 -0800 (PST) From: Message-Id: <200002282241.OAA72443@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@freebsd.org Subject: Re: kern/17058: SCSI tape driver can't drive devs that can't do SCSI-2 MODEs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SCSI tape driver can't drive devs that can't do SCSI-2 MODEs Responsible-Changed-From-To: freebsd-bugs->mjacob@freebsd.org Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Feb 28 14:41:22 PST 2000 Responsible-Changed-Why: mine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 28 16: 4:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAA4537B9D7; Mon, 28 Feb 2000 16:04:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA80638; Mon, 28 Feb 2000 16:04:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 28 Feb 2000 16:04:45 -0800 (PST) From: Message-Id: <200002290004.QAA80638@freefall.freebsd.org> To: j_guojun@lbl.gov, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16999: missing libXThrStub.so.6 required by libXt.so Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: missing libXThrStub.so.6 required by libXt.so State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Feb 28 16:04:05 PST 2000 State-Changed-Why: As Dan Papasian stated this has already been fixed. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 28 22:10:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54D4737B564 for ; Mon, 28 Feb 2000 22:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA15959; Mon, 28 Feb 2000 22:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sparc.isl.net (ppp-214.centerplacenet.com [208.29.63.214]) by hub.freebsd.org (Postfix) with ESMTP id 3BF1237B9DD; Mon, 28 Feb 2000 22:09:56 -0800 (PST) (envelope-from ortmann@sparc.isl.net) Received: (from ortmann@localhost) by sparc.isl.net (8.9.3/8.9.3) id AAA00514; Tue, 29 Feb 2000 00:14:48 -0600 (CST) (envelope-from ortmann) Message-Id: <200002290614.AAA00514@sparc.isl.net> Date: Tue, 29 Feb 2000 00:14:48 -0600 (CST) From: Daniel Ortmann Reply-To: ortmann@sparc.isl.net To: FreeBSD-gnats-submit@freebsd.org, freebsd-current@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17067: consistent "make -k buildworld" crash with 2 swap partitions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17067 >Category: kern >Synopsis: consistent "make -k buildworld" crash with 2 swap partitions >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 22:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Daniel Ortmann >Release: FreeBSD 4.0-CURRENT i386 >Organization: N/A >Environment: The /etc/fstab which enables the crash is the following. To fix it comment out the second swap. Note they are on separate drives. # Device Mountpoint FStype Options Dump Pass# /dev/wd1s1b none swap sw 0 0 /dev/wd2s1b none swap sw 0 0 /dev/wd2s1a / ufs rw 1 1 /dev/wd2s1d /home ufs rw 2 2 /dev/wd1s1e /rootbak ufs ro 2 2 /dev/wd0s2a /rootboot ufs ro 2 2 /dev/wd1s1f /tmp ufs rw 2 2 /dev/wd2s1f /usr ufs rw 2 2 /dev/wd1s1h /usr/X11R6 ufs rw 2 2 /dev/wd1s1a /usr/local ufs rw 2 2 /dev/wd2s1g /usr/obj ufs rw 2 2 /dev/wd2s1h /usr/ports ufs rw 2 2 /dev/wd1s1d /usr/ports/distfiles ufs rw 2 2 /dev/wd1s1g /usr/src ufs rw 2 2 /dev/wd2s1e /var ufs rw 2 2 proc /proc procfs rw 0 0 kern /kern kernfs rw 0 0 My hardware is quite standard. The kernel config file almost matches GENERIC. Here are the options in case you find information here: options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options AUTO_EOI_1 options AUTO_EOI_2 options COMPAT_LINUX options CLK_CALIBRATION_LOOP options CLK_USE_I8254_CALIBRATION options CLK_USE_TSC_CALIBRATION options ICMP_BANDLIM options IPDIVERT options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=3 options KERNFS options MD5 options NO_F00F_HACK options PPP_DEFLATE options PPP_FILTER options SC_DISABLE_REBOOT options SOFTUPDATES options ATA_STATIC_ID #Static device numbering I should also mention that I am running softupdates. >Description: If both swap partitions are enabled then "make -k buildworld" crashes the system with ABSOLUTE CONSISTENCY. Since this behavior has been around for about a year (???) I assume my system configuration must be unusual ... or surely this would have been discovered and fixed earlier. Several months ago a bug was found with dual swap partitions. It involved some cross-partition alignment problem. When that bug was fixed most of my crashes disappeared. Except for this problem. But "make -k buildworld" continued to crash the system. >How-To-Repeat: 1) Edit fstab to use 2 separate swap partitions on 2 separate drives. 2) Run with softupdates. 3) Run "make -k buildworld" Note 1: I don't know if the second partition *must* be on a different drive to cause the crash, only that my system is set up that way. Note 2: I don't know if softupdates has anything to do with this problem. >Fix: The workaround is to comment out the second swap partition in fstab. >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 Feb 28 23:27:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B75137BA6E; Mon, 28 Feb 2000 23:27:29 -0800 (PST) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA26536; Mon, 28 Feb 2000 23:27:29 -0800 (PST) (envelope-from ps@FreeBSD.org) Date: Mon, 28 Feb 2000 23:27:29 -0800 (PST) From: Message-Id: <200002290727.XAA26536@freefall.freebsd.org> To: jayanth@yahoo.com, ps@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/16914: tcp advertises wrong window if tcpsendspace and tcprecvspace are set to 64K Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcp advertises wrong window if tcpsendspace and tcprecvspace are set to 64K State-Changed-From-To: open->closed State-Changed-By: ps State-Changed-When: Mon Feb 28 23:19:08 PST 2000 State-Changed-Why: Committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 1:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED12E37BABF for ; Tue, 29 Feb 2000 01:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41837; Tue, 29 Feb 2000 01:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB5F037BA96 for ; Tue, 29 Feb 2000 01:26:10 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41504; Tue, 29 Feb 2000 01:26:10 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002290926.BAA41504@freefall.freebsd.org> Date: Tue, 29 Feb 2000 01:26:10 -0800 (PST) From: niederacher@fh-vorarlberg.ac.at To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17069: /usr/sbin/pw pw(8) fails for a specific username "mod" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17069 >Category: misc >Synopsis: /usr/sbin/pw pw(8) fails for a specific username "mod" >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 Feb 29 01:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Egon Niederacher >Release: 3.2 >Organization: Fachhochschule Vorarlberg >Environment: FreeBSD gnu.tvlbg.ac.at 3.2-19990810-STABLE FreeBSD 3.2-19990810-STABLE #3: Tue Sep 14 19:23:56 CEST 1999 root@gnu.tvlbg.ac.at:/usr/src/sys/compile/GNU i386 >Description: our account management tools uses pw(8) for manipulating unix accounts on several hosts. we have always used the "short mode" when specifying usernames: e.g. "pw useradd " instead off "pw useradd -n " today we tried to create a user named "mod". This paricular username failed in "short mode" (pw useradd mod ... and pw usermod mod ...) on several machines running different versions of freebsd. however rewriting the scripts to issue an pw useradd -n mod ... and pw usermod -n mod ... solved the problem >How-To-Repeat: as described above: try pw useradd mod ... >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 Feb 29 2:58:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93C0137BAE6; Tue, 29 Feb 2000 02:58:29 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA50536; Tue, 29 Feb 2000 02:58:29 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 29 Feb 2000 02:58:29 -0800 (PST) From: Message-Id: <200002291058.CAA50536@freefall.freebsd.org> To: sascha@schumann.cx, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: kern/16804: Enabling pcfclock KLD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Enabling pcfclock KLD State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Feb 29 02:57:46 PST 2000 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Feb 29 02:57:46 PST 2000 Responsible-Changed-Why: I'll handle this one. Um. yes, well. It's done. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 6:30: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3518337BB81 for ; Tue, 29 Feb 2000 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA70722; Tue, 29 Feb 2000 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from galahad.camelot.com (Galahad.Camelot.com [192.55.203.135]) by hub.freebsd.org (Postfix) with ESMTP id 68B6037BB52 for ; Tue, 29 Feb 2000 06:20:27 -0800 (PST) (envelope-from cjohnson@galahad.camelot.com) Received: by galahad.camelot.com (Postfix, from userid 2455) id 30BEF12C2B; Tue, 29 Feb 2000 09:20:24 -0500 (EST) Message-Id: <20000229142024.30BEF12C2B@galahad.camelot.com> Date: Tue, 29 Feb 2000 09:20:24 -0500 (EST) From: cjohnson@galahad.camelot.com Reply-To: cjohnson@galahad.camelot.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17074: locate.updatedb fails when /root is 750 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17074 >Category: bin >Synopsis: locate.updatedb fails when /root is 750 >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 Feb 29 06:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Christopher T. Johnson >Release: FreeBSD 4.0-CURRENT i386 And back to 3.1 >Organization: Paladin Software >Environment: Repeatable in FreeBSD 3.1-STABLE Feb 1999 through FreeBSD 4.0-Current Feb 2000 >Description: If the root's home directory is set such that "nobody" can not read it then the locate.updatedb script will fail when run from /etc/periodic/weekly/310.locate Test: su cd chmod 750 . echo /usr/libexec/locate.updatedb | nice -5 su -fm nobody find .: permission denied And the locate database is not updated. This becomes a problem because /etc/periodic/weekly/310.locate does run from the /root and does do the locate as nobody. >How-To-Repeat: see description >Fix: Add a "cd /var/tmp" or "cd /tmp" in locate.updatedb >Release-Note: >Audit-Trail: >Unformatted: If the root's home directory is set such that "nobody" can not read it then the locate.updatedb script will fail when run from /etc/periodic/weekly/310.locate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 6:30: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8A0137BB63 for ; Tue, 29 Feb 2000 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA70740; Tue, 29 Feb 2000 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 29 Feb 2000 06:30:04 -0800 (PST) Message-Id: <200002291430.GAA70740@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "John Daniels" Subject: Re: misc/16901: cannot boot 3.4 floppies Reply-To: "John Daniels" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/16901; it has been noted by GNATS. From: "John Daniels" To: , Cc: Subject: Re: misc/16901: cannot boot 3.4 floppies Date: Tue, 29 Feb 2000 09:29:51 -0500 I have the same sort of problem. When I boot from the kern floppy my system hangs after the following is printed to the screen: =============================================== /boot.config: -P Keyboard: no - BTX loader 1.00 BTX version is 1.01 =============================================== My system is an Acer Aspire PIII 450, 128MB RAM, 8GB HD with the following hardware: Human Interface Devices (HID) USB mouse and keyboard (*NOTE* only USB keyboard - no PS/2 or AT-style ports) Intel 82443BX Pentium II Processor to PCI bridge Intel 82443BX Pentium II Process to AGP Controller Intel 82371AB/EB PCI to USB Universal Host Controller Intel 82371EB PCI to ISA bridge (ISA mode) Intel 82371AB/EB PCI Bus Master IDE Controller Intel 82371AB/EB Power Management Controller (the Intel 82371AB/EB architecture is specifically supported according to the hardward notes at freeBSD.org) ATI XPERT 98 Display adapter Mitsubishi Diamond Plus 70 Monitor ESS Solo-1 Soundblaster sound card Advanced Configuration and Power Interface (ACPI) BIOS Acer 56K DataFax PCI Modem 3com FastEtherlink XL 10/100MB TX Ethernet NIC (3C905B-TX) Hitachi DVD-ROM GD-2500 Generic IDE Harddisk and Floppy disk First: It's my understanding that USB is supported so I don't understand why I get the message "Keyboard: no." Second: Everything seems to go well for 2-3 minutes: the drive is humming, I get messages on the screen, etc but then the baton stops turning, the floopy stops (I guess it has finished reading) and nothing happens. NOTE I have the second floppy disk: mfsroot and I have tried putting it into the drive after a couple of minutes of inactivity (despite not being prompted to do so) but nothing happens (even after hitting return a few times). What is the correct behavior? Shouldn't there be a prompt for the second disk? FYI: I am a "newbie," and have done extensive reading about FreeBSD over teh last few days. I am very excited about getting freeBSD but I never thought I would have problems this early in the install process. I have used VAX/VMS and Win95/98/NT for many years. I was going to use Redhat but, Linux doesn't support USB. This appears to be a lucky coincidence, however, since FreeBSD seems to be *much* better (more stable, more central and coherent development, easier (PORTS), possibly a better license for developers, etc.) FreeBSD seems to be the best-kept secret in "free" operating systems! John John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 6:31:44 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 748DB37BB57; Tue, 29 Feb 2000 06:31:43 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA70954; Tue, 29 Feb 2000 06:31:43 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 29 Feb 2000 06:31:43 -0800 (PST) From: Message-Id: <200002291431.GAA70954@freefall.freebsd.org> To: chris.smith@raytheon.co.uk, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/17040: Kernel auto-reboot on write to write protected floppy. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Kernel auto-reboot on write to write protected floppy. State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Feb 29 06:30:39 PST 2000 State-Changed-Why: Duplicate of numerous other PRs containing much more detail on the problem. The short answer is "be aware of the problem and don't do that". The long answer is that it's a lot of work to fix. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 7:47:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A62337BBDE; Tue, 29 Feb 2000 07:47:15 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA43327; Tue, 29 Feb 2000 07:47:15 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 29 Feb 2000 07:47:15 -0800 (PST) From: Message-Id: <200002291547.HAA43327@freefall.freebsd.org> To: cjohnson@galahad.camelot.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/17074: locate.updatedb fails when /root is 750 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: locate.updatedb fails when /root is 750 State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Feb 29 07:46:26 PST 2000 State-Changed-Why: Already fixed in 310.locate rev1.3. Update your installed periodic scripts. (mergemaster(1) will help with that, by the way) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 8: 0:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id D1B7A37BB22 for ; Tue, 29 Feb 2000 08:00:38 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12Pp4N-0000Rh-00; Tue, 29 Feb 2000 18:00:19 +0200 From: Sheldon Hearn To: Garrett Wollman Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/16938: FTP does not fully parse ftp:// URLs In-reply-to: Your message of "Wed, 23 Feb 2000 11:00:02 PST." <200002231900.LAA04277@freefall.freebsd.org> Date: Tue, 29 Feb 2000 18:00:19 +0200 Message-ID: <1716.951840019@axl.ops.uunet.co.za> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 23 Feb 2000 11:00:02 PST, Garrett Wollman wrote: > The fact that ftp(1) knows anything at all about URIs is a bug > (imported from another *BSD). I don't agree. I understand your reservations about HTTP support in ftp(1), but you underestimate the usefulness of URI syntax for interactive use: (unset ftp_proxy; ftp ftp://ftp.example.com/some/path/) While you may wish to remove HTTP support from ftp(1), URI handling is a good thing and is worth fixing. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 8: 2:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A6D237B5F6; Tue, 29 Feb 2000 08:02:58 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45158; Tue, 29 Feb 2000 08:02:57 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 29 Feb 2000 08:02:57 -0800 (PST) From: Message-Id: <200002291602.IAA45158@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, marcel@FreeBSD.org Subject: Re: i386/16946: ServerSockets are not working properly in Linux Emulation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ServerSockets are not working properly in Linux Emulation Responsible-Changed-From-To: freebsd-bugs->marcel Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Feb 29 08:01:58 PST 2000 Responsible-Changed-Why: Over to the linuxulator's maintainer. Please be patient while waiting for feedback; the maintainer is in the process of relocating at the moment and has limited access (if any) to the Internet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 8:10: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E8637BB7B for ; Tue, 29 Feb 2000 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA46169; Tue, 29 Feb 2000 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 29 Feb 2000 08:10:02 -0800 (PST) Message-Id: <200002291610.IAA46169@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/16948: Sysinstall/disklabel: bad partition table when single->multiple slices Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/16948; it has been noted by GNATS. From: Sheldon Hearn To: wayne@staff.msen.com Cc: freebsd-gnats-submit@FreeBSD.ORG, jkh@FreeBSD.org Subject: Re: conf/16948: Sysinstall/disklabel: bad partition table when single->multiple slices Date: Tue, 29 Feb 2000 18:06:02 +0200 On Wed, 23 Feb 2000 18:56:02 PST, wayne@staff.msen.com wrote: > When converting a SCSI disk from dedicated to FreeBSD with a single > partition to multiple slices, sysinstall leaves the OLD label on the > disk. Sysinstall reads and writes the new information but O/S fails > to boot because it is still reading the old, invalid table. Are you able to verify that this is a problem in the current FreeBSD 4.0 RELEASE CANDIDATE? Sysinstall's maintainer is under quite a lot of pressure at the moment with the upcoming release, and if you could check this on the 4.0 branch, I'm sure it'd be a massive help to him. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 8:12: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F9B337B5F6; Tue, 29 Feb 2000 08:12:04 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA46493; Tue, 29 Feb 2000 08:12:04 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 29 Feb 2000 08:12:04 -0800 (PST) From: Message-Id: <200002291612.IAA46493@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, marcel@FreeBSD.org Subject: Re: kern/16993: Linux emulator lacks setfsuid and setfsgid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Linux emulator lacks setfsuid and setfsgid Responsible-Changed-From-To: freebsd-bugs->marcel Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Feb 29 08:11:51 PST 2000 Responsible-Changed-Why: Over to the linuxulator's maintainer. Please be patient while waiting for feedback; the maintainer is in the process of relocating at the moment and has limited access (if any) to the Internet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 9:29:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4461B37BC11; Tue, 29 Feb 2000 09:29:31 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55226; Tue, 29 Feb 2000 09:29:31 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 29 Feb 2000 09:29:31 -0800 (PST) From: Message-Id: <200002291729.JAA55226@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/17017: [PATCH] [SMALL] Clarify inetd's logging behavior Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] [SMALL] Clarify inetd's logging behavior Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Feb 29 09:29:09 PST 2000 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 12: 0: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E74137BE2B for ; Tue, 29 Feb 2000 12:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA71749; Tue, 29 Feb 2000 12:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from uran.kharkiv.net (uran.kharkiv.net [194.44.156.30]) by hub.freebsd.org (Postfix) with ESMTP id B4C1037BDB6 for ; Tue, 29 Feb 2000 11:51:05 -0800 (PST) (envelope-from vvc@kharkiv.net) Received: from localhost.kharkiv.net (hut.kharkiv.net [194.44.156.99]) by uran.kharkiv.net (8.9.3/8.9.3/uran) with ESMTP id VAA20688 for ; Tue, 29 Feb 2000 21:51:04 +0200 (EET) (envelope-from vvc@kharkiv.net) Received: (from vvc@localhost) by localhost.kharkiv.net (8.9.3/8.9.3) id VAA00723; Tue, 29 Feb 2000 21:50:59 +0200 (EET) (envelope-from vvc) Message-Id: <200002291950.VAA00723@localhost.kharkiv.net> Date: Tue, 29 Feb 2000 21:50:59 +0200 (EET) From: "Vadym V. Chepkov" Reply-To: vvc@kharkiv.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17077: write() error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17077 >Category: bin >Synopsis: write() error >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 Feb 29 12:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Vadym V. Chepkov >Release: FreeBSD 4.0-CURRENT i386 >Organization: Kharkiv State Polytechnical University >Environment: >Description: Garbage output from standard tools cat/head/tail/... >How-To-Repeat: When string contain TAB symbol (\t) and all string doesn't feet to one row of screen, the rest of string's symbols wrap on the same row. Make file with one long string with TAB symbol and do 'cat this-file' This affect on CURRENT and STABLE branches >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 Feb 29 14:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1871937B9EA for ; Tue, 29 Feb 2000 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA89658; Tue, 29 Feb 2000 14:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sayshell.iad.eng.us.uu.net (sayshell.iad.eng.us.uu.net [153.39.153.76]) by hub.freebsd.org (Postfix) with ESMTP id AA68F37B855; Tue, 29 Feb 2000 14:32:01 -0800 (PST) (envelope-from louie@uu.net) Received: (from louie@localhost) by sayshell.iad.eng.us.uu.net (8.9.3/8.9.3) id RAA00846; Tue, 29 Feb 2000 17:31:47 -0500 (EST) (envelope-from louie) Message-Id: <200002292231.RAA00846@sayshell.iad.eng.us.uu.net> Date: Tue, 29 Feb 2000 17:31:47 -0500 (EST) From: Louis Mamakos Reply-To: louie@uu.net To: FreeBSD-gnats-submit@freebsd.org, current@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17083: tcpdump and IPv6 poor interaction Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17083 >Category: bin >Synopsis: tcpdump vs. IPv6 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: Tue Feb 29 14:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Louis Mamakos >Release: FreeBSD 4.0-CURRENT i386 >Organization: UUNET >Environment: FreeBSD-current as-of 29 Feb 2000, IPv6 configured >Description: If a host has both A and AAAA records in the DNS, then tcpdump will complain that you're trying to apply the 'ip' modifier to an ip6 host. Curiously, the reverse also breaks: >How-To-Repeat: # tcpdump ip host whizzo.transsys.com tcpdump: 'ip' modifier applied to ip6 host # tcpdump ip6 host whizzo.transsys.com tcpdump: 'ip6' modifier applied to ip host >Fix: or at least a work-around tcpdump ip and host whizzo.transsys.com but this is ugly and not backwards compatible. >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 Feb 29 15:30: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 603B637BC55 for ; Tue, 29 Feb 2000 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA94565; Tue, 29 Feb 2000 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56]) by hub.freebsd.org (Postfix) with ESMTP id C873437B90E for ; Tue, 29 Feb 2000 15:28:43 -0800 (PST) (envelope-from bmah@nimitz.ca.sandia.gov) Received: from eisenhower.ca.sandia.gov (root@eisenhower.ca.sandia.gov [146.246.243.57]) by nimitz.ca.sandia.gov (8.10.0.Beta12/8.10.0.Beta12) with ESMTP id e1TNSXT18290 for ; Tue, 29 Feb 2000 15:28:33 -0800 (PST) Received: (from bmah@localhost) by eisenhower.ca.sandia.gov (8.9.3/8.9.3) id PAA02791; Tue, 29 Feb 2000 15:28:33 -0800 (PST) Message-Id: <200002292328.PAA02791@eisenhower.ca.sandia.gov> Date: Tue, 29 Feb 2000 15:28:33 -0800 (PST) From: "Bruce A. Mah" Reply-To: bmah@nimitz.ca.sandia.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17085: [patch] Fix typo in src/src/games/fortune/datfiles/fortunes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17085 >Category: bin >Synopsis: [patch] Fix typo in src/src/games/fortune/datfiles/fortunes >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 Feb 29 15:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 4.0-CURRENT i386 >Organization: Sandia National Laboratories >Environment: >Description: One of the fortunes, while rather amusing, needs updating due to an area-code change in the SF Bay Area that took place about 10 years ago. >How-To-Repeat: >Fix: *** fortunes.orig Tue Feb 29 15:20:23 2000 --- fortunes Tue Feb 29 15:20:34 2000 *************** *** 4150,4156 **** % For 20 dollars, I'll give you a good fortune next time ... % ! For a good time, call (415) 642-9483 % For a man to truly understand rejection, he must first be ignored by a cat. --- 4150,4156 ---- % For 20 dollars, I'll give you a good fortune next time ... % ! For a good time, call (510) 642-9483 % For a man to truly understand rejection, he must first be ignored by a cat. >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 Feb 29 15:30:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0700B37BA71 for ; Tue, 29 Feb 2000 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA94552; Tue, 29 Feb 2000 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E68D37B925 for ; Tue, 29 Feb 2000 15:20:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93631; Tue, 29 Feb 2000 15:20:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002292320.PAA93631@freefall.freebsd.org> Date: Tue, 29 Feb 2000 15:20:14 -0800 (PST) From: vova@express.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17084: memory leak in getcap.c (libc) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17084 >Category: bin >Synopsis: memory leak in getcap.c (libc) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 15:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Vladimir B. Grebenschikov >Release: FreeBSD-4.0-CURRENT >Organization: TSB Russian Express >Environment: FreeBSD lightning.express.ru 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Sun Feb 27 09:26:03 MSK 2000 root@lightning.express.ru:/usr/local/src/fbsd/src/sys/compile/LIGHTNING i386 >Description: Compile ang run program below and all your memory will eaten very quckly each itteration "eats" about 1.5k memory --- I have dip a bit into problem and found that memory leaks in cgetent() called from login_getclassbyname() >How-To-Repeat: #include #include #include #include main() { struct passwd *ent; int uid; ent = getpwnam("nobody"); while(1) { login_cap_t *lc; uid = ent->pw_uid; if ( (lc = login_getclassbyname("root", ent)) == NULL ) perror("login_getclassbyname: "); login_close(lc); } } >Fix: don't 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 Feb 29 18:38:41 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from erouter0.it-datacntr.louisville.edu (erouter0.it-datacntr.louisville.edu [136.165.1.36]) by hub.freebsd.org (Postfix) with ESMTP id BC69837BDF6; Tue, 29 Feb 2000 18:38:34 -0800 (PST) (envelope-from k.stevenson@louisville.edu) Received: from osaka.louisville.edu (osaka.louisville.edu [136.165.1.114]) by erouter0.it-datacntr.louisville.edu (Postfix) with ESMTP id 35FCC24D04; Tue, 29 Feb 2000 21:38:34 -0500 (EST) Received: by osaka.louisville.edu (Postfix, from userid 15) id B851318605; Tue, 29 Feb 2000 21:38:33 -0500 (EST) Date: Tue, 29 Feb 2000 21:38:33 -0500 From: Keith Stevenson To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: Re: bin/16880: [PATCH] pw(8) hardcodes directory creation modes Message-ID: <20000229213833.B82422@osaka.louisville.edu> References: <20000221154056.534B418605@osaka.louisville.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PNTmBPCT7hxwcZjr" X-Mailer: Mutt 1.0pre3i In-Reply-To: <20000221154056.534B418605@osaka.louisville.edu> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Attached is an updated patch which fixes some nits raised by Sheldon Hearn. Regards, --Keith Stevenson-- -- Keith Stevenson System Programmer - Data Center Services - University of Louisville k.stevenson@louisville.edu PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pw.patch" cvs server: Diffing . Index: pw.8 =================================================================== RCS file: /opt/ncvs/src/usr.sbin/pw/pw.8,v retrieving revision 1.17 diff -u -r1.17 pw.8 --- pw.8 1999/08/28 01:19:18 1.17 +++ pw.8 2000/03/01 02:01:10 @@ -41,6 +41,7 @@ .Op Fl u Ar uid .Op Fl c Ar comment .Op Fl d Ar dir +.Op Fl U Ar umask .Op Fl e Ar date .Op Fl p Ar date .Op Fl g Ar group @@ -346,6 +347,12 @@ - normally .Pa /home with the account name as a subdirectory. +.It Fl U Ar umask +Set the +.Xr umask 2 +to be used when creating the account's home directory and skeleton files. +Default is parent process +.Xr umask 2 . .It Fl e Ar date Set the account's expiration date. Format of the date is either a UNIX time in decimal, or a date in @@ -870,6 +877,7 @@ .Sh SEE ALSO .Xr chpass 1 , .Xr passwd 1 , +.Xr umask 2 , .Xr group 5 , .Xr login.conf 5 , .Xr passwd 5 , Index: pw.c =================================================================== RCS file: /opt/ncvs/src/usr.sbin/pw/pw.c,v retrieving revision 1.18 diff -u -r1.18 pw.c --- pw.c 2000/01/15 00:20:20 1.18 +++ pw.c 2000/03/01 02:01:11 @@ -29,6 +29,7 @@ "$FreeBSD: src/usr.sbin/pw/pw.c,v 1.18 2000/01/15 00:20:20 davidn Exp $"; #endif /* not lint */ +#include #include #include #include @@ -89,6 +90,8 @@ static struct cargs arglist; +static mode_t mask; + static int getindex(const char *words[], const char *word); static void cmdhelp(int mode, int which); @@ -105,13 +108,13 @@ static const char *opts[W_NUM][M_NUM] = { { /* user */ - "V:C:qn:u:c:d:e:p:g:G:mk:s:oL:i:w:h:Db:NPy:Y", - "V:C:qn:u:rY", - "V:C:qn:u:c:d:e:p:g:G:ml:k:s:w:L:h:FNPY", - "V:C:qn:u:FPa7", - "V:C:q", - "V:C:q", - "V:C:q" + "V:C:U:qn:u:c:d:e:p:g:G:mk:s:oL:i:w:h:Db:NPy:Y", + "V:C:U:qn:u:rY", + "V:C:U:qn:u:c:d:e:p:g:G:ml:k:s:w:L:h:FNPY", + "V:C:U:qn:u:FPa7", + "V:C:U:q", + "V:C:U:q", + "V:C:U:q" }, { /* grp */ "V:C:qn:g:h:M:pNPY", @@ -128,7 +131,6 @@ pw_group }; - umask(0); /* We wish to handle this manually */ LIST_INIT(&arglist); /* @@ -221,6 +223,30 @@ setgrdir(etcpath); } } + + /* + * Set the umask if specified on the command line + */ + + if (getarg(&arglist, 'U') != NULL) { + char * um = getarg(&arglist, 'U')-> val; + if (um != NULL) { + if (isdigit(*um)) { + mask = 0; + do { + if (*um >= '8' || *um < '0') { + fprintf(stderr, "Illegal umask: %s\n", um); + exit(EX_USAGE); + } + mask = (mask << 3) + (*um - '0'); + } while (*++um != '\0'); + umask(mask); + } else { + fprintf(stderr, "Illegal umask: %s\n", um); + exit(EX_USAGE); + } + } + } /* * Now, let's do the common initialisation @@ -301,6 +327,7 @@ "\t-u uid user id\n" "\t-c comment user name/comment\n" "\t-d directory home directory\n" + "\t-U umask Directory/file creation mask\n" "\t-e date account expiry date\n" "\t-p date password expiry date\n" "\t-g grp initial group\n" Index: pw_user.c =================================================================== RCS file: /opt/ncvs/src/usr.sbin/pw/pw_user.c,v retrieving revision 1.34 diff -u -r1.34 pw_user.c --- pw_user.c 2000/01/15 00:20:21 1.34 +++ pw_user.c 2000/03/01 02:01:15 @@ -179,7 +179,7 @@ if (strchr(cnf->home+1, '/') == NULL) { strcpy(dbuf, "/usr"); strncat(dbuf, cnf->home, MAXPATHLEN-5); - if (mkdir(dbuf, 0755) != -1 || errno == EEXIST) { + if (mkdir(dbuf, 0777) != -1 || errno == EEXIST) { chown(dbuf, 0, 0); symlink(dbuf, cnf->home); } @@ -191,7 +191,7 @@ while ((p = strchr(++p, '/')) != NULL) { *p = '\0'; if (stat(dbuf, &st) == -1) { - if (mkdir(dbuf, 0755) == -1) + if (mkdir(dbuf, 0777) == -1) goto direrr; chown(dbuf, 0, 0); } else if (!S_ISDIR(st.st_mode)) @@ -200,7 +200,7 @@ } } if (stat(dbuf, &st) == -1) { - if (mkdir(dbuf, 0755) == -1) { + if (mkdir(dbuf, 0777) == -1) { direrr: err(EX_OSFILE, "mkdir '%s'", dbuf); } chown(dbuf, 0, 0); @@ -734,7 +734,7 @@ * existing files will *not* be overwritten. */ if (!PWALTDIR() && getarg(args, 'm') != NULL && pwd->pw_dir && *pwd->pw_dir == '/' && pwd->pw_dir[1]) { - copymkdir(pwd->pw_dir, cnf->dotdir, 0755, pwd->pw_uid, pwd->pw_gid); + copymkdir(pwd->pw_dir, cnf->dotdir, 0777, pwd->pw_uid, pwd->pw_gid); pw_log(cnf, mode, W_USER, "%s(%ld) home %s made", pwd->pw_name, (long) pwd->pw_uid, pwd->pw_dir); } --PNTmBPCT7hxwcZjr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 18:40: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2115537BDC7 for ; Tue, 29 Feb 2000 18:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA12015; Tue, 29 Feb 2000 18:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 29 Feb 2000 18:40:03 -0800 (PST) Message-Id: <200003010240.SAA12015@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Keith Stevenson Subject: Re: bin/16880: [PATCH] pw(8) hardcodes directory creation modes Reply-To: Keith Stevenson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/16880; it has been noted by GNATS. From: Keith Stevenson To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: Re: bin/16880: [PATCH] pw(8) hardcodes directory creation modes Date: Tue, 29 Feb 2000 21:38:33 -0500 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Attached is an updated patch which fixes some nits raised by Sheldon Hearn. Regards, --Keith Stevenson-- -- Keith Stevenson System Programmer - Data Center Services - University of Louisville k.stevenson@louisville.edu PGP key fingerprint = 4B 29 A8 95 A8 82 EA A2 29 CE 68 DE FC EE B6 A0 --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="pw.patch" cvs server: Diffing . Index: pw.8 =================================================================== RCS file: /opt/ncvs/src/usr.sbin/pw/pw.8,v retrieving revision 1.17 diff -u -r1.17 pw.8 --- pw.8 1999/08/28 01:19:18 1.17 +++ pw.8 2000/03/01 02:01:10 @@ -41,6 +41,7 @@ .Op Fl u Ar uid .Op Fl c Ar comment .Op Fl d Ar dir +.Op Fl U Ar umask .Op Fl e Ar date .Op Fl p Ar date .Op Fl g Ar group @@ -346,6 +347,12 @@ - normally .Pa /home with the account name as a subdirectory. +.It Fl U Ar umask +Set the +.Xr umask 2 +to be used when creating the account's home directory and skeleton files. +Default is parent process +.Xr umask 2 . .It Fl e Ar date Set the account's expiration date. Format of the date is either a UNIX time in decimal, or a date in @@ -870,6 +877,7 @@ .Sh SEE ALSO .Xr chpass 1 , .Xr passwd 1 , +.Xr umask 2 , .Xr group 5 , .Xr login.conf 5 , .Xr passwd 5 , Index: pw.c =================================================================== RCS file: /opt/ncvs/src/usr.sbin/pw/pw.c,v retrieving revision 1.18 diff -u -r1.18 pw.c --- pw.c 2000/01/15 00:20:20 1.18 +++ pw.c 2000/03/01 02:01:11 @@ -29,6 +29,7 @@ "$FreeBSD: src/usr.sbin/pw/pw.c,v 1.18 2000/01/15 00:20:20 davidn Exp $"; #endif /* not lint */ +#include #include #include #include @@ -89,6 +90,8 @@ static struct cargs arglist; +static mode_t mask; + static int getindex(const char *words[], const char *word); static void cmdhelp(int mode, int which); @@ -105,13 +108,13 @@ static const char *opts[W_NUM][M_NUM] = { { /* user */ - "V:C:qn:u:c:d:e:p:g:G:mk:s:oL:i:w:h:Db:NPy:Y", - "V:C:qn:u:rY", - "V:C:qn:u:c:d:e:p:g:G:ml:k:s:w:L:h:FNPY", - "V:C:qn:u:FPa7", - "V:C:q", - "V:C:q", - "V:C:q" + "V:C:U:qn:u:c:d:e:p:g:G:mk:s:oL:i:w:h:Db:NPy:Y", + "V:C:U:qn:u:rY", + "V:C:U:qn:u:c:d:e:p:g:G:ml:k:s:w:L:h:FNPY", + "V:C:U:qn:u:FPa7", + "V:C:U:q", + "V:C:U:q", + "V:C:U:q" }, { /* grp */ "V:C:qn:g:h:M:pNPY", @@ -128,7 +131,6 @@ pw_group }; - umask(0); /* We wish to handle this manually */ LIST_INIT(&arglist); /* @@ -221,6 +223,30 @@ setgrdir(etcpath); } } + + /* + * Set the umask if specified on the command line + */ + + if (getarg(&arglist, 'U') != NULL) { + char * um = getarg(&arglist, 'U')-> val; + if (um != NULL) { + if (isdigit(*um)) { + mask = 0; + do { + if (*um >= '8' || *um < '0') { + fprintf(stderr, "Illegal umask: %s\n", um); + exit(EX_USAGE); + } + mask = (mask << 3) + (*um - '0'); + } while (*++um != '\0'); + umask(mask); + } else { + fprintf(stderr, "Illegal umask: %s\n", um); + exit(EX_USAGE); + } + } + } /* * Now, let's do the common initialisation @@ -301,6 +327,7 @@ "\t-u uid user id\n" "\t-c comment user name/comment\n" "\t-d directory home directory\n" + "\t-U umask Directory/file creation mask\n" "\t-e date account expiry date\n" "\t-p date password expiry date\n" "\t-g grp initial group\n" Index: pw_user.c =================================================================== RCS file: /opt/ncvs/src/usr.sbin/pw/pw_user.c,v retrieving revision 1.34 diff -u -r1.34 pw_user.c --- pw_user.c 2000/01/15 00:20:21 1.34 +++ pw_user.c 2000/03/01 02:01:15 @@ -179,7 +179,7 @@ if (strchr(cnf->home+1, '/') == NULL) { strcpy(dbuf, "/usr"); strncat(dbuf, cnf->home, MAXPATHLEN-5); - if (mkdir(dbuf, 0755) != -1 || errno == EEXIST) { + if (mkdir(dbuf, 0777) != -1 || errno == EEXIST) { chown(dbuf, 0, 0); symlink(dbuf, cnf->home); } @@ -191,7 +191,7 @@ while ((p = strchr(++p, '/')) != NULL) { *p = '\0'; if (stat(dbuf, &st) == -1) { - if (mkdir(dbuf, 0755) == -1) + if (mkdir(dbuf, 0777) == -1) goto direrr; chown(dbuf, 0, 0); } else if (!S_ISDIR(st.st_mode)) @@ -200,7 +200,7 @@ } } if (stat(dbuf, &st) == -1) { - if (mkdir(dbuf, 0755) == -1) { + if (mkdir(dbuf, 0777) == -1) { direrr: err(EX_OSFILE, "mkdir '%s'", dbuf); } chown(dbuf, 0, 0); @@ -734,7 +734,7 @@ * existing files will *not* be overwritten. */ if (!PWALTDIR() && getarg(args, 'm') != NULL && pwd->pw_dir && *pwd->pw_dir == '/' && pwd->pw_dir[1]) { - copymkdir(pwd->pw_dir, cnf->dotdir, 0755, pwd->pw_uid, pwd->pw_gid); + copymkdir(pwd->pw_dir, cnf->dotdir, 0777, pwd->pw_uid, pwd->pw_gid); pw_log(cnf, mode, W_USER, "%s(%ld) home %s made", pwd->pw_name, (long) pwd->pw_uid, pwd->pw_dir); } --PNTmBPCT7hxwcZjr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 23:54:49 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E42F37BE2D; Tue, 29 Feb 2000 23:54:48 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA39801; Tue, 29 Feb 2000 23:54:48 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 29 Feb 2000 23:54:48 -0800 (PST) From: Message-Id: <200003010754.XAA39801@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, rwatson@FreeBSD.org Subject: Re: conf/17022: newsyslog.conf not in sync with syslog.conf - all.log entry should be commented out Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: newsyslog.conf not in sync with syslog.conf - all.log entry should be commented out Responsible-Changed-From-To: freebsd-bugs->rwatson Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Feb 29 23:54:27 PST 2000 Responsible-Changed-Why: This is Robert's invention. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 29 23:57:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7780937BD4D; Tue, 29 Feb 2000 23:57:12 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA40000; Tue, 29 Feb 2000 23:57:12 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 29 Feb 2000 23:57:12 -0800 (PST) From: Message-Id: <200003010757.XAA40000@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: conf/17028: Section for Aironet 4500 seems to detect Aironet 4800. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Section for Aironet 4500 seems to detect Aironet 4800. Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Feb 29 23:56:52 PST 2000 Responsible-Changed-Why: There's a good chance that Warner will know for sure. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 0: 0: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3843237BD4D for ; Wed, 1 Mar 2000 00:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40271; Wed, 1 Mar 2000 00:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Mar 2000 00:00:04 -0800 (PST) Message-Id: <200003010800.AAA40271@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/17084: memory leak in getcap.c (libc) Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17084; it has been noted by GNATS. From: Ruslan Ermilov To: vova@express.ru Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/17084: memory leak in getcap.c (libc) Date: Wed, 1 Mar 2000 09:56:39 +0200 On Tue, Feb 29, 2000 at 03:20:14PM -0800, vova@express.ru wrote: > > Compile ang run program below > and all your memory will eaten very quckly > each itteration "eats" about 1.5k memory > --- > I have dip a bit into problem and found that memory leaks in > cgetent() called from login_getclassbyname() > >How-To-Repeat: > #include > #include > #include > #include > > > main() > { > > struct passwd *ent; > int uid; > > ent = getpwnam("nobody"); > while(1) { > login_cap_t *lc; > uid = ent->pw_uid; > if ( (lc = login_getclassbyname("root", ent)) == NULL ) > perror("login_getclassbyname: "); > login_close(lc); > } > } > Your code sucks :-) You should be calling login_close() before each subsequent call of function returning login_cap_t object, i.e. login_getclassbyname(), login_getclass(), login_getpwclass() and login_getuserclass(). : The login_cap interface provides a convenient means of retrieving login : class records with all tc= references expanded. A program will typically : call one of login_getclass(), login_getpwclass(), login_getuserclass() or : login_getclassbyname() according to its requirements. Each of these : functions returns a login capabilities structure, login_cap_t which may : subsequently be used to interrogate the database for specific values us- : ing the rest of the API. Once the login_cap_t is of no further use, the : login_close() function should be called to free all resources used. Cheers, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 0: 3:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from relay.ucb.crimea.ua (UCB-Async4-CRISCO.CRIS.NET [212.110.129.130]) by hub.freebsd.org (Postfix) with ESMTP id 861C337BE24 for ; Wed, 1 Mar 2000 00:03:34 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id KAA69985 for freebsd-bugs@FreeBSD.ORG; Wed, 1 Mar 2000 10:03:21 +0200 (EET) (envelope-from ru) Date: Wed, 1 Mar 2000 10:03:21 +0200 From: Ruslan Ermilov To: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/17084: memory leak in getcap.c (libc) Message-ID: <20000301100321.C62032@relay.ucb.crimea.ua> Mail-Followup-To: freebsd-bugs@FreeBSD.ORG References: <200003010800.AAA40271@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <200003010800.AAA40271@freefall.freebsd.org>; from Ruslan Ermilov on Wed, Mar 01, 2000 at 12:00:04AM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 01, 2000 at 12:00:04AM -0800, Ruslan Ermilov wrote: [...] > Your code sucks :-) > Oops, forget it, I was wrong, really sorry :-( -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 0:10: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B57337BE24 for ; Wed, 1 Mar 2000 00:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41191; Wed, 1 Mar 2000 00:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Mar 2000 00:10:02 -0800 (PST) Message-Id: <200003010810.AAA41191@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Vladimir B. Grebenschikov" Subject: Re: bin/17084: memory leak in getcap.c (libc) Reply-To: "Vladimir B. Grebenschikov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17084; it has been noted by GNATS. From: "Vladimir B. Grebenschikov" To: Ruslan Ermilov Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/17084: memory leak in getcap.c (libc) Date: Sat, 1 May 1999 01:18:50 +0400 (MSD) On Wed, 1 Mar 2000, Ruslan Ermilov wrote: > On Tue, Feb 29, 2000 at 03:20:14PM -0800, vova@express.ru wrote: > > > > Compile ang run program below > > and all your memory will eaten very quckly > > each itteration "eats" about 1.5k memory > > --- > > I have dip a bit into problem and found that memory leaks in > > cgetent() called from login_getclassbyname() > > >How-To-Repeat: > > #include > > #include > > #include > > #include > > > > > > main() > > { > > > > struct passwd *ent; > > int uid; > > > > ent = getpwnam("nobody"); > > while(1) { > > login_cap_t *lc; > > uid = ent->pw_uid; > > if ( (lc = login_getclassbyname("root", ent)) == NULL ) > > perror("login_getclassbyname: "); > > login_close(lc); > > } > > } > > > Your code sucks :-) > > You should be calling login_close() before each subsequent call of > function returning login_cap_t object, i.e. login_getclassbyname(), > login_getclass(), login_getpwclass() and login_getuserclass(). I am a bit missunderstand you, my alghorithm is: cycle begin: call login_getclassbyname call login_close go to cycle begin exectly what you say: login_close called before each subsequient call of login_getclassbyname. > : The login_cap interface provides a convenient means of retrieving login > : class records with all tc= references expanded. A program will typically > : call one of login_getclass(), login_getpwclass(), login_getuserclass() or > : login_getclassbyname() according to its requirements. Each of these > : functions returns a login capabilities structure, login_cap_t which may > : subsequently be used to interrogate the database for specific values us- > : ing the rest of the API. Once the login_cap_t is of no further use, the > : login_close() function should be called to free all resources used. > > > Cheers, > -- > Ruslan Ermilov Sysadmin and DBA of the > ru@ucb.crimea.ua United Commercial Bank, > ru@FreeBSD.org FreeBSD committer, > +380.652.247.647 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, vova@express.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 4:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5482237B723 for ; Wed, 1 Mar 2000 04:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA67557; Wed, 1 Mar 2000 04:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Mar 2000 04:20:03 -0800 (PST) Message-Id: <200003011220.EAA67557@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Joakim Henriksson Subject: Re: kern/16740 Reply-To: Joakim Henriksson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/16740; it has been noted by GNATS. From: Joakim Henriksson To: Joakim Henriksson Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/16740 Date: Wed, 01 Mar 2000 13:10:10 +0100 Another data point. These crashes often causes the softupdate enabled file-system to get duplicate Inodes. This is loosing me files. I'm scheduled to get a new disk sometimes next week and will be unable to test anything with regards to this PR after that. I have crash dumps and a 10Mbps network connection if anyone is willing to take a look before this time. -- regards/ Joakim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 5:46:29 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51ABA37B829; Wed, 1 Mar 2000 05:46:28 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA74690; Wed, 1 Mar 2000 05:46:28 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Wed, 1 Mar 2000 05:46:28 -0800 (PST) From: Message-Id: <200003011346.FAA74690@freefall.freebsd.org> To: pauel@encred.ru, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/14907: ipfw show take wrong values of counter/or say: "rule not found",but rule exist Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ipfw show take wrong values of counter/or say: "rule not found",but rule exist State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Mar 1 05:44:27 PST 2000 State-Changed-Why: Closed as non reproduceable. Originator was informed :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 5:54:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA24437BCE7; Wed, 1 Mar 2000 05:54:31 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA75977; Wed, 1 Mar 2000 05:54:31 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Wed, 1 Mar 2000 05:54:31 -0800 (PST) From: Message-Id: <200003011354.FAA75977@freefall.freebsd.org> To: fanf@fanf.eng.demon.net, fenner@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/13781: [PATCH] allow tcpdump to print packet contents in ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] allow tcpdump to print packet contents in ascii State-Changed-From-To: open->closed State-Changed-By: fenner State-Changed-When: Wed Mar 1 05:52:51 PST 2000 State-Changed-Why: tcpdump 3.5 has the -X flag to print ASCII. Thanks, though! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 5:56: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50A1C37BF6B; Wed, 1 Mar 2000 05:56:08 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA76233; Wed, 1 Mar 2000 05:56:08 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Wed, 1 Mar 2000 05:56:08 -0800 (PST) From: Message-Id: <200003011356.FAA76233@freefall.freebsd.org> To: fenner@FreeBSD.org, freebsd-bugs@FreeBSD.org, fenner@FreeBSD.org Subject: Re: bin/17083: tcpdump vs. IPv6 bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcpdump vs. IPv6 bug Responsible-Changed-From-To: freebsd-bugs->fenner Responsible-Changed-By: fenner Responsible-Changed-When: Wed Mar 1 05:54:46 PST 2000 Responsible-Changed-Why: fenner is tcpdump.org liasion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 10:30:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A6E937BC20 for ; Wed, 1 Mar 2000 10:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA71379; Wed, 1 Mar 2000 10:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from apollo.sitaranetworks.com (apollo.sitaranetworks.com [199.103.141.105]) by hub.freebsd.org (Postfix) with ESMTP id ABF5537BC84 for ; Wed, 1 Mar 2000 10:24:38 -0800 (PST) (envelope-from jhood@malkovich.sitaranetworks.com) Message-Id: <200003011824.NAA82716@malkovich.sitaranetworks.com> Date: Wed, 1 Mar 2000 13:24:19 -0500 (EST) From: jhood@sitaranetworks.com, cgull@owl.org Reply-To: jhood@sitaranetworks.com, cgull@owl.org To: FreeBSD-gnats-submit@freebsd.org Cc: grog@lemis.com Subject: kern/17098: /boot/loader hangs on switch to second drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17098 >Category: kern >Synopsis: /boot/loader hangs on switch to second drive >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 Mar 1 10:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: John Hood >Release: FreeBSD 3.2-RELEASE i386 >Organization: Sitara Networks >Environment: i386 3.2-RELEASE + local mods, FreeBSD installs on two drives >Description: The boot loader often hangs when requested to boot a kernel from a drive other than the one it started from. >How-To-Repeat: Set up a system with boot environment & kernels on two "fast" drives, preferably of wildly different geometry and sizes. (Floppy I/O may be slow enough to cover up this problem.) Install the sample loader.rc on boot drive, editing as necessary. Reboot & wait forever, if you are lucky-- the bug is a bit shy sometimes. Sample loader.rc: \ Loader.rc \ 1 trace! set currdev=disk2s1a: \ Something other than $loaddev \ 11000 ms \ Uncomment this to get a working load \ show \ \ Includes additional commands include /boot/loader.4th \ Reads and processes loader.rc start \ Unless set otherwise, autoboot is automatic at this point >Fix: There are two problems here: the block cache code and (presumably) the UFS code. The block cache, as implemented, has no mechanism for distinguishing which device a block or block request is for. When a different device is selected, it may return a block from the wrong device. Debugging this was complicated by the 2s block discard timeout-- debugging printfs to a serial console would make the loader work, as would executing loader commands/words by hand :) Secondarily, when this happens, some other part of the loader reacts poorly to bogus data and hangs-- I'd guess that it's the UFS code, but I've not traced the problem. The block-cache problem exists in any version of the loader that has the block cache implemented. Minimalistic i386-only fix for the block-cache problem follows-- diffs are against a locally-modified 3.2-RELEASE. Since the loader's device architecture does not have a globally-visible way of referring to a specific device and unit, this appears to be the best way to pass the necessary info into the block cache, short of wholesale rearchitecting. --john hood diff -ur /sys/boot/common/bcache.c ./common/bcache.c --- /sys/boot/common/bcache.c Sat Feb 6 09:27:29 1999 +++ ./common/bcache.c Fri Feb 18 17:35:19 2000 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bcache.c,v 1.4.2.1 1999/02/06 14:27:29 dcs Exp $ + * $Id: bcache.c,v 1.2 2000/02/18 22:35:19 jhood Exp $ */ /* @@ -62,17 +62,33 @@ static int bcache_hits, bcache_misses, bcache_ops, bcache_bypasses; static int bcache_bcount; +static void *bcache_dkstrategy; +static int bcache_dkunit; + static void bcache_insert(caddr_t buf, daddr_t blkno); static int bcache_lookup(caddr_t buf, daddr_t blkno); /* + * Invalidate the cache + */ +void +bcache_flush(void) +{ + int i; + + if (bcache_data != NULL) { + for (i = 0; i < bcache_nblks; i++) { + bcache_ctl[i].bc_count = -1; + bcache_ctl[i].bc_blkno = -1; + } + } +} +/* * Initialise the cache for (nblks) of (bsize). */ int bcache_init(int nblks, size_t bsize) { - int i; - /* discard any old contents */ if (bcache_data != NULL) { free(bcache_data); @@ -97,11 +113,9 @@ return(ENOMEM); } - /* Invalidate the cache */ - for (i = 0; i < bcache_nblks; i++) { - bcache_ctl[i].bc_count = -1; - bcache_ctl[i].bc_blkno = -1; - } + bcache_dkstrategy = NULL; + + /* bcache_flush() will happen on first call to bcache_strategy */ return(0); } @@ -130,6 +144,16 @@ DEBUG("bypass %d from %d", size / bcache_blksize, blk); bcache_bypasses++; return(dd->dv_strategy(dd->dv_devdata, rw, blk, size, buf, rsize)); + } + + /* has a new device/unit been requested? flush cache */ + if ((bcache_dkstrategy != dd->dv_strategy) || + (bcache_dkunit != dd->dv_dkunit)) { + DEBUG("cache flush, lastunit = %d newunit = %d", + bcache_dkunit, dd->dv_dkunit); + bcache_flush(); + bcache_dkstrategy = dd->dv_strategy; + bcache_dkunit = dd->dv_dkunit; } nblk = size / bcache_blksize; diff -ur /sys/boot/common/bootstrap.h ./common/bootstrap.h --- /sys/boot/common/bootstrap.h Sat Feb 6 09:27:29 1999 +++ ./common/bootstrap.h Fri Feb 18 17:35:20 2000 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bootstrap.h,v 1.18.2.1 1999/02/06 14:27:29 dcs Exp $ + * $Id: bootstrap.h,v 1.2 2000/02/18 22:35:20 jhood Exp $ */ #include @@ -84,6 +84,7 @@ struct bcache_devdata { int (*dv_strategy)(void *devdata, int rw, daddr_t blk, size_t size, void *buf, size_t *rsize); + int dv_dkunit; void *dv_devdata; }; diff -ur /sys/boot/i386/libi386/biosdisk.c ./i386/libi386/biosdisk.c --- /sys/boot/i386/libi386/biosdisk.c Tue Mar 16 09:58:25 1999 +++ ./i386/libi386/biosdisk.c Fri Feb 18 17:35:47 2000 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: biosdisk.c,v 1.20.2.4 1999/03/16 14:58:25 dcs Exp $ + * $Id: biosdisk.c,v 1.3 2000/02/18 22:35:47 jhood Exp $ */ /* @@ -573,6 +575,8 @@ struct bcache_devdata bcd; bcd.dv_strategy = bd_realstrategy; + bcd.dv_dkunit = ((struct open_disk *)(((struct i386_devdesc *) + devdata)->d_kind.biosdisk.data))->od_dkunit; bcd.dv_devdata = devdata; return(bcache_strategy(&bcd, rw, dblk, size, buf, rsize)); } >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 Mar 1 12:10: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B5AB37C2A3 for ; Wed, 1 Mar 2000 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81957; Wed, 1 Mar 2000 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBCA837BC4B for ; Wed, 1 Mar 2000 12:05:21 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81470; Wed, 1 Mar 2000 12:05:21 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003012005.MAA81470@freefall.freebsd.org> Date: Wed, 1 Mar 2000 12:05:21 -0800 (PST) From: stevedav@pacbell.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17108: SecureRPC not supported in mount_nfs command Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17108 >Category: misc >Synopsis: SecureRPC not supported in mount_nfs command >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 12:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Steve Davidson >Release: FreeBSD 3.4 >Organization: >Environment: 3.4-RELEASE >Description: NFS V3 supports security modes including secureRPC. FreeBSD also supports secureRPC, see kerserv(8), publickey(5), keylogin(1), rpc_secure(3). There is no documentation in mount_nfs(8), mountd(8), or exports(5) that supports secureRPC. How can I connect to an NFS server using secureRPC? >How-To-Repeat: Do a man on the various man pages and try to mount an NFS filesystem that is exported (from Solaris) with "sec=dh" or "-o secure" (secureRPC). >Fix: If secureRPC is supported in NFS, enhance the documentation. If not, then this is a feature request that secureRPC be added to both NFS client and server code. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 12:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A816337BFA5 for ; Wed, 1 Mar 2000 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA85249; Wed, 1 Mar 2000 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pc47668.res.cmu.edu (PC47668.RES.CMU.EDU [128.2.149.57]) by hub.freebsd.org (Postfix) with ESMTP id AB32437C77F for ; Wed, 1 Mar 2000 12:30:38 -0800 (PST) (envelope-from tyme@pc47668.res.cmu.edu) Received: (from tyme@localhost) by pc47668.res.cmu.edu (8.9.3/8.9.3) id PAA00350; Wed, 1 Mar 2000 15:30:33 -0500 (EST) (envelope-from tyme) Message-Id: <200003012030.PAA00350@pc47668.res.cmu.edu> Date: Wed, 1 Mar 2000 15:30:33 -0500 (EST) From: jguyett@andrew.cmu.edu Reply-To: jguyett@andrew.cmu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17109: ipfilter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17109 >Category: kern >Synopsis: fastroute crashes for lo0 udp >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 12:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: tyme >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD-current cvsupped on 2/28 >Description: IPFilter rule crashed a machine with a specific lo0 fastroute rule In syslog: Mar 1 14:32:32 pc47668 /kernel: vr0: can't handle af139 >How-To-Repeat: Insert the rule somewhere where it will be hit by a traceroute to localhost. block in log quick on lo0 fastroute proto udp from any port != 53 to any >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 13:53:19 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 2CD3237BB7A for ; Wed, 1 Mar 2000 13:53:10 -0800 (PST) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id NAA59190; Wed, 1 Mar 2000 13:52:57 -0800 (PST) (envelope-from Doug@gorean.org) Date: Wed, 1 Mar 2000 13:52:56 -0800 (PST) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: Chris Costello Cc: FreeBSD-bugs@FreeBSD.ORG Subject: Re: bin/17017: [PATCH] [SMALL] Clarify inetd's logging behavior In-Reply-To: <20000301132006.K5678@holly.calldei.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 1 Mar 2000, Chris Costello wrote: > On Sunday, February 27, 2000, Doug@gorean.org wrote: > > >Category: bin > > > Index: inetd.8 > > =================================================================== > > For future reference, the proper catagory for these reports is > `doc'. Ok, cool thanks. Since it was the man page for a binary I wasn't sure. Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 14: 0:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF68137C3E6 for ; Wed, 1 Mar 2000 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA93155; Wed, 1 Mar 2000 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA9C337C3E7 for ; Wed, 1 Mar 2000 13:58:36 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA93028; Wed, 1 Mar 2000 13:58:36 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003012158.NAA93028@freefall.freebsd.org> Date: Wed, 1 Mar 2000 13:58:36 -0800 (PST) From: craig@natsoft.com.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17113: Adaptec SlimSCSI 1460D Not Detected Under FreeBSD4.0RC2 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17113 >Category: misc >Synopsis: Adaptec SlimSCSI 1460D Not Detected Under FreeBSD4.0RC2 >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 Mar 1 14:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Craig Wilson >Release: FreeBSD4.0RC2 >Organization: National Software Pty Ltd >Environment: FreeBSD 4.0-20000214-CURRENT 4.0-20000214-CURRENT #0: Tue Fed 15 01:45 Compaq Armada E700 Notebook with PCI-Cardbus/PCMIA running the GENERIC kernel dmesg output: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-20000214-CURRENT #0: Tue Feb 15 01:45:52 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon (498.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383f9ff real memory = 134152192 (131008K bytes) avail memory = 126361600 (123400K bytes) Preloaded elf kernel "kernel" at 0xc0395000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vga-pci0: port 0x1000-0x10ff mem 0x41000000-0x41000fff,0x40000000-0x40ffffff irq 11 at device 0.0 on pci1 pcic-pci0: mem 0x41100000-0x41100fff irq 11 at device 4.0 on pci0 pcic-pci1: mem 0x41180000-0x41180fff irq 11 at device 4.1 on pci0 isab0: at device 7.0 on pci0 isa0: on isab0 ata-pci0: port 0x2420-0x242f at device 7.1 on pci0 ata0 at 0x01f0 irq 14 on ata-pci0 pci0: Intel 82371AB/EB (PIIX4) USB controller (vendor=0x8086, dev=0x7112) at 7.2 irq 11 chip1: port 0x4000-0x400f at device 7.3 on pci0 pci0: unknown card (vendor=0x125d, dev=0x1978) at 8.0 irq 11 fxp0: port 0x2440-0x247f mem 0x41200000-0x4121ffff,0x41280000-0x41280fff irq 11 at device 9.0 on pci0 fxp0: Ethernet address 00:b4:c0:91:00:a6, 10Mbps pci0: unknown card (vendor=0x11c1, dev=0x0445) at 9.1 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata-isa0: already registered as ata0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> pcic: management irq 10 pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pccard0: on pcic0 pccard1: on pcic0 pcic1: not probed (disabled) sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio2: not probed (disabled) sio3: not probed (disabled) ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 isa_compat: didn't get irq for lnc ad0: 17301MB [35152/16/63] at ata0-master using UDMA33 acd0: DVD-ROM at ata0-slave using PIO4 Mounting root from ufs:/dev/ad0s2a pccard: card inserted, slot 0 >Description: When the Adaptec SlimSCSI 1460D is inserted the following is displayed: pccard: card inserted, slot 0 Mar 2 08:46:11 pccardd[45]: No card in database for ""("") I have installed 4.0RC2 as this is the only version of FreeBSD that will detect the IDE controller. I am using the pccard.conf.sample as supplied on the FreeBSD4.0RC2 CD ISO image. The command 'pccardc dumpcis' returned the following: Code 85 not found Code 85 not found code Unknown ignored Code 128 not found Code 128 not found code Unknown ignored Configuration data for card in slot 0 Tuple #1, code = 0x0 (Null tuple), length = 12 000: 3c cb 9d 00 00 00 00 00 00 20 40 60 Tuple #2, code = 0x0 (Null tuple), length = 139 000: 55 44 16 00 01 08 00 30 70 50 49 2e c0 8b 2e c0 010: 50 49 86 29 00 18 00 00 0c 01 00 00 2e c0 8b 8b 020: 24 6e 01 00 00 00 00 b4 c6 02 00 00 00 56 00 00 030: 0d 43 70 72 67 74 28 29 31 39 2c 39 38 31 39 20 040: 49 74 6c 43 72 6f 61 69 6e 0a 49 74 6c 43 72 6f 050: 61 69 6e 49 74 6c 55 44 2c 50 45 32 30 28 75 6c 060: 20 37 29 48 ff ff 00 c0 f2 00 b4 cd 0a 74 32 c3 070: 01 16 02 c0 c0 02 e4 c0 55 ec 60 46 b4 bb 00 01 080: cd 66 90 c2 00 20 e2 c3 0d dc 6a Code 232 not found Tuple #3, code = 0xe8 (Unknown), length = 0 2 slots found It appears as though the system is not reading the card properly. Also when pccardd starts the following errors are displayed: pccardd: (null): illegal IRQ value at line 303, near any pccardd: (null): illegal card IRQ value at line 303, near any pccardd: (null): syntax error at line 303, near any pccardd: (null): syntax error at line 303, near insert pccardd: (null): syntax error at line 303, near logger pccardd: (null): syntax error at line 303, near - pccardd: (null): syntax error at line 303, near t pccardd: (null): syntax error at line 303, near pccard:$device pccardd: (null): syntax error at line 303, near - pccardd: (null): syntax error at line 303, near s pccardd: (null): syntax error at line 303, near Allied pccardd: (null): syntax error at line 303, near Telesis pccardd: (null): syntax error at line 303, near LA100 pccardd: (null): syntax error at line 303, near - pccardd: (null): syntax error at line 303, near PCM pccardd: (null): syntax error at line 303, near - pccardd: (null): syntax error at line 303, near T pccardd: (null): syntax error at line 303, near V2 pccardd: (null): syntax error at line 304, near inserted pccardd: (null): syntax error at line 304, near insert pccardd: (null): syntax error at line 304, near /etc/pccard_ether pccardd: (null): syntax error at line 305, near $device pccardd: (null): syntax error at line 305, near remove pccardd: (null): syntax error at line 305, near logger pccardd: (null): syntax error at line 305, near - pccardd: (null): syntax error at line 305, near t pccardd: (null): syntax error at line 305, near pccard:$device pccardd: (null): syntax error at line 305, near - pccardd: (null): syntax error at line 305, near s pccardd: (null): syntax error at line 305, near Allied pccardd: (null): syntax error at line 305, near Telesis pccardd: (null): syntax error at line 305, near LA100 pccardd: (null): syntax error at line 305, near - pccardd: (null): syntax error at line 305, near PCM pccardd: (null): syntax error at line 305, near - pccardd: (null): syntax error at line 305, near T pccardd: (null): syntax error at line 305, near V2 pccardd: (null): syntax error at line 306, near removed pccardd: (null): syntax error at line 306, near remove pccardd: (null): syntax error at line 306, near /etc/pccard_ether_remove pccardd: (null): syntax error at line 307, near $device pccardd: (null): illegal IRQ value at line 667, near any pccardd: (null): illegal card IRQ value at line 667, near any pccardd: (null): syntax error at line 667, near any pccardd: (null): syntax error at line 667, near insert pccardd: (null): syntax error at line 667, near logger pccardd: (null): syntax error at line 667, near - pccardd: (null): syntax error at line 667, near t pccardd: (null): syntax error at line 667, near pccard:$device pccardd: (null): syntax error at line 667, near - pccardd: (null): syntax error at line 667, near s pccardd: (null): syntax error at line 667, near SiliconTech pccardd: (null): syntax error at line 667, near Flash pccardd: (null): syntax error at line 667, near ATA pccardd: (null): syntax error at line 668, near inserted pccardd: (null): syntax error at line 668, near remove pccardd: (null): syntax error at line 668, near logger pccardd: (null): syntax error at line 668, near - pccardd: (null): syntax error at line 668, near t pccardd: (null): syntax error at line 668, near pccard:$device pccardd: (null): syntax error at line 668, near - pccardd: (null): syntax error at line 668, near s pccardd: (null): syntax error at line 668, near SiliconTech pccardd: (null): syntax error at line 668, near Flash pccardd: (null): syntax error at line 668, near ATA pccardd: (null): syntax error at line 669, near removed pccardd: (null): illegal IRQ value at line 746, near reset pccardd: (null): illegal card IRQ value at line 746, near reset pccardd: warning: card AT&T Paradyne(KeepInTouch Card) has no valid configuration pccardd: warning: card SiliconTech,Inc(16MB Compact PC Card) has no valid configuration pccardd: warning: card Allied Telesis, K.K.(CentreCOM LA100-PCM-T V2 100/10M LAN PC Card) has no valid configuration It appears pccardd does not like 'any' on the config line. >How-To-Repeat: Plug in an Adaptec SlimSCSI 1460D >Fix: After reading documentation etc, I do not know of a 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 Mar 1 17:50: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD74D37BEE3 for ; Wed, 1 Mar 2000 17:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA15635; Wed, 1 Mar 2000 17:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CF0537BEB0 for ; Wed, 1 Mar 2000 17:45:52 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA15305; Wed, 1 Mar 2000 17:45:52 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003020145.RAA15305@freefall.freebsd.org> Date: Wed, 1 Mar 2000 17:45:52 -0800 (PST) From: sfugarino@freewwweb.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/17117: Dial-up problems when using Kppp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17117 >Category: conf >Synopsis: Dial-up problems when using Kppp >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 17:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Samuel E. Fugarino >Release: Release 3.3 >Organization: >Environment: Pentium 166 64M Modem Blaster Flash 56 II ISA >Description: I am having problems connecting to my ISP when using Kppp on FreeBSD. I am using the same kppp configuration that I using with Linux (same machine) which works fine on Linux. My modem dials and connects, but pppd times out when logging on to the network. The debug output looks like the following: Mar 1 20:11:37 pppd[4457]: pppd 2.3.5 started by root, uid 0 Mar 1 20:11:37 Connect: ppp0 <--> /dev/cuaa2 Mar 1 20:12:07 Connection terminated, connected for 1 minute I've been able to connect twice, but usually kppp sits there waiting for logon and then times out. I had removed FreeBSD from my machine for a while. Before I had been able to log on to my ISP using kppp. That is, with the same hardware and I think software configuration. My kernel is compiled with the following options: pseudo-device ppp 1 pseudo-device tun 1 >How-To-Repeat: Start Kppp and try to logon. >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 Mar 1 22:30:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0F2137C0DC for ; Wed, 1 Mar 2000 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA38535; Wed, 1 Mar 2000 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cn.FreeBSD.org (cn.freebsd.org [202.103.100.254]) by hub.freebsd.org (Postfix) with ESMTP id 0294D37BD97 for ; Wed, 1 Mar 2000 22:23:19 -0800 (PST) (envelope-from phj@cn.FreeBSD.org) Received: (from phj@localhost) by cn.FreeBSD.org (8.9.3/8.9.2) id OAA83116; Thu, 2 Mar 2000 14:23:17 +0800 (CST) (envelope-from phj) Message-Id: <200003020623.OAA83116@cn.FreeBSD.org> Date: Thu, 2 Mar 2000 14:23:17 +0800 (CST) From: Peng HaiJie Reply-To: phj@cn.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17121: Not display argv[0] correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17121 >Category: bin >Synopsis: command would not print command name correctly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 22:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Peng HaiJie >Release: FreeBSD 3.4-STABLE i386 >Organization: cn.FreeBSD.org >Environment: >Description: would not display command name correctly if not use parameters >How-To-Repeat: >Fix: Index: httpd-error =================================================================== RCS file: /home/ncvs/src/tools/diag/httpd-error/httpd-error,v retrieving revision 1.3 diff -r1.3 httpd-error 57c57 < *) echo 'usage $0 {-host|-filehits|-user|-userhits} < error.log' >&2 --- > *) echo "usage $0 {-host|-filehits|-user|-userhits} < error.log" >&2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Mar 1 22:50:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 40CF237BED7 for ; Wed, 1 Mar 2000 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA40140; Wed, 1 Mar 2000 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from yellow.rahul.net (yellow.rahul.net [192.160.13.18]) by hub.freebsd.org (Postfix) with ESMTP id C966E37C188 for ; Wed, 1 Mar 2000 22:45:06 -0800 (PST) (envelope-from root@rahul.net) Received: by yellow.rahul.net (Postfix, from userid 0) id 88BC37C32; Wed, 1 Mar 2000 22:45:06 -0800 (PST) Message-Id: <20000302064506.88BC37C32@yellow.rahul.net> Date: Wed, 1 Mar 2000 22:45:06 -0800 (PST) From: dhesi@rahul.net Reply-To: dhesi@rahul.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17122: crash due to softdep_disk_write_complete: lock is held Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17122 >Category: kern >Synopsis: crash due to: softdep_disk_write_complete: lock is held >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 22:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: bolero rdroot >Release: FreeBSD 3.4-STABLE i386 >Organization: a2i communications >Environment: FreeBSD 3.4-STABLE i386, updated with cvsup Mon Feb 14 17:04:55 PST 2000. 300 MHz AMD-K6 CPU, FIC PA2013 (I think ) m/b, 128 M ECC memory, Tulip NIC, ncr 53c875-based SCSI. SOFTUPDATES enabled in kernel. One IBM DGHS09Z 9-gig SCSI disk. >Description: The machine crashes and reboots once every 1-3 days. Traceback of crash dump is always similar and indicates softupdates as the likely point of trouble. A debugging kernel is now in use and a full traceback with symbols is at the end of this problem report. The kernel config file is also included. Please let me know if more information is needed. >How-To-Repeat: Wait for crash. >Fix: None known. HERE IS THE TRACEBACK: Script started on Wed Mar 1 22:22:29 2000 ... # gdb -k kernel.debug vmcore.4 GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 3538944 initial pcb at 2de888 panicstr: softdep_disk_write_complete: lock is held panic messages: --- panic: softdep_fsync: pending ops syncing disks... panic: softdep_lock: locking against myself panic: softdep_disk_write_complete: lock is held panic: softdep_disk_write_complete: lock is held panic: softdep_disk_write_complete: lock is held panic: softdep_disk_write_complete: lock is held panic: softdep_disk_write_complete: lock is held panic: softdep_disk_write_complete: lock is held dumping to dev 20401, offset 786432 dump 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 boot (howto=260) at ../../kern/kern_shutdown.c:285 285 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=260) at ../../kern/kern_shutdown.c:285 #1 0xc0164440 in at_shutdown ( function=0xc02b0bd2 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2002>, arg=0xc4503f08, queue=-1044665344) at ../../kern/kern_shutdown.c:446 #2 0xc0221a40 in softdep_disk_write_complete (bp=0xc4503f08) at ../../ufs/ffs/ffs_softdep.c:2898 #3 0xc0182ac2 in biodone (bp=0xc4503f08) at ../../kern/vfs_bio.c:1925 #4 0xc012377a in dadone (periph=0xc1bb6180, done_ccb=0xc1bf2e00) at ../../cam/scsi/scsi_da.c:1312 #5 0xc011f367 in camisr (queue=0xc02ddb84) at ../../cam/cam_xpt.c:6144 #6 0xc011f179 in swi_cambio () at ../../cam/cam_xpt.c:6051 #7 0xc011c808 in xpt_polled_action (start_ccb=0xc9833324) at ../../cam/cam_xpt.c:3336 #8 0xc0123c49 in dashutdown (howto=260, arg=0x0) at ../../cam/scsi/scsi_da.c:1604 #9 0xc016418b in boot (howto=260) at ../../kern/kern_shutdown.c:280 #10 0xc0164440 in at_shutdown ( function=0xc02b0bd2 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2002>, arg=0xc44f7388, queue=-1044665344) at ../../kern/kern_shutdown.c:446 #11 0xc0221a40 in softdep_disk_write_complete (bp=0xc44f7388) at ../../ufs/ffs/ffs_softdep.c:2898 #12 0xc0182ac2 in biodone (bp=0xc44f7388) at ../../kern/vfs_bio.c:1925 #13 0xc012377a in dadone (periph=0xc1bb6180, done_ccb=0xc1cae200) ---Type to continue, or q to quit--- at ../../cam/scsi/scsi_da.c:1312 #14 0xc011f367 in camisr (queue=0xc02ddb84) at ../../cam/cam_xpt.c:6144 #15 0xc011f179 in swi_cambio () at ../../cam/cam_xpt.c:6051 #16 0xc011c808 in xpt_polled_action (start_ccb=0xc9833808) at ../../cam/cam_xpt.c:3336 #17 0xc0123c49 in dashutdown (howto=260, arg=0x0) at ../../cam/scsi/scsi_da.c:1604 #18 0xc016418b in boot (howto=260) at ../../kern/kern_shutdown.c:280 #19 0xc0164440 in at_shutdown ( function=0xc02b0bd2 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2002>, arg=0xc455db18, queue=-1044665344) at ../../kern/kern_shutdown.c:446 #20 0xc0221a40 in softdep_disk_write_complete (bp=0xc455db18) at ../../ufs/ffs/ffs_softdep.c:2898 #21 0xc0182ac2 in biodone (bp=0xc455db18) at ../../kern/vfs_bio.c:1925 #22 0xc012377a in dadone (periph=0xc1bb6180, done_ccb=0xc1bf2a00) at ../../cam/scsi/scsi_da.c:1312 #23 0xc011f367 in camisr (queue=0xc02ddb84) at ../../cam/cam_xpt.c:6144 #24 0xc011f179 in swi_cambio () at ../../cam/cam_xpt.c:6051 #25 0xc011c808 in xpt_polled_action (start_ccb=0xc9833cec) at ../../cam/cam_xpt.c:3336 #26 0xc0123c49 in dashutdown (howto=260, arg=0x0) at ../../cam/scsi/scsi_da.c:1604 #27 0xc016418b in boot (howto=260) at ../../kern/kern_shutdown.c:280 ---Type to continue, or q to quit--- #28 0xc0164440 in at_shutdown ( function=0xc02b0bd2 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2002>, arg=0xc4538678, queue=-1044665344) at ../../kern/kern_shutdown.c:446 #29 0xc0221a40 in softdep_disk_write_complete (bp=0xc4538678) at ../../ufs/ffs/ffs_softdep.c:2898 #30 0xc0182ac2 in biodone (bp=0xc4538678) at ../../kern/vfs_bio.c:1925 #31 0xc012377a in dadone (periph=0xc1bb6180, done_ccb=0xc1bbee00) at ../../cam/scsi/scsi_da.c:1312 #32 0xc011f367 in camisr (queue=0xc02ddb84) at ../../cam/cam_xpt.c:6144 #33 0xc011f179 in swi_cambio () at ../../cam/cam_xpt.c:6051 #34 0xc011c7cd in xpt_polled_action (start_ccb=0xc98341d4) at ../../cam/cam_xpt.c:3325 #35 0xc0123c49 in dashutdown (howto=260, arg=0x0) at ../../cam/scsi/scsi_da.c:1604 #36 0xc016418b in boot (howto=260) at ../../kern/kern_shutdown.c:280 #37 0xc0164440 in at_shutdown ( function=0xc02b0bd2 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2002>, arg=0xc450f930, queue=-1044665344) at ../../kern/kern_shutdown.c:446 #38 0xc0221a40 in softdep_disk_write_complete (bp=0xc450f930) at ../../ufs/ffs/ffs_softdep.c:2898 #39 0xc0182ac2 in biodone (bp=0xc450f930) at ../../kern/vfs_bio.c:1925 #40 0xc012377a in dadone (periph=0xc1bb6180, done_ccb=0xc1b69200) at ../../cam/scsi/scsi_da.c:1312 ---Type to continue, or q to quit--- #41 0xc011f367 in camisr (queue=0xc02ddb84) at ../../cam/cam_xpt.c:6144 #42 0xc011f179 in swi_cambio () at ../../cam/cam_xpt.c:6051 #43 0xc011c7cd in xpt_polled_action (start_ccb=0xc98346bc) at ../../cam/cam_xpt.c:3325 #44 0xc0123c49 in dashutdown (howto=260, arg=0x0) at ../../cam/scsi/scsi_da.c:1604 #45 0xc016418b in boot (howto=260) at ../../kern/kern_shutdown.c:280 #46 0xc0164440 in at_shutdown ( function=0xc02b0bd2 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2002>, arg=0xc4544540, queue=-1044665344) at ../../kern/kern_shutdown.c:446 #47 0xc0221a40 in softdep_disk_write_complete (bp=0xc4544540) at ../../ufs/ffs/ffs_softdep.c:2898 #48 0xc0182ac2 in biodone (bp=0xc4544540) at ../../kern/vfs_bio.c:1925 #49 0xc012377a in dadone (periph=0xc1bb6180, done_ccb=0xc1bbe600) at ../../cam/scsi/scsi_da.c:1312 #50 0xc011f367 in camisr (queue=0xc02ddb84) at ../../cam/cam_xpt.c:6144 #51 0xc011f179 in swi_cambio () at ../../cam/cam_xpt.c:6051 #52 0xc011c7cd in xpt_polled_action (start_ccb=0xc9834ba4) at ../../cam/cam_xpt.c:3325 #53 0xc0123c49 in dashutdown (howto=260, arg=0x0) at ../../cam/scsi/scsi_da.c:1604 #54 0xc016418b in boot (howto=260) at ../../kern/kern_shutdown.c:280 #55 0xc0164440 in at_shutdown ( ---Type to continue, or q to quit--- function=0xc02b01cc <__set_sysuninit_set_sym_M_DIRREM_uninit_sys_uninit+4>, arg=0xc1c97200, queue=-914141780) at ../../kern/kern_shutdown.c:446 #56 0xc021ea9d in acquire_lock (lk=0xc02d271c) at ../../ufs/ffs/ffs_softdep.c:266 #57 0xc0222451 in softdep_update_inodeblock (ip=0xc1c97200, bp=0xc455c520, waitfor=0) at ../../ufs/ffs/ffs_softdep.c:3447 #58 0xc021db24 in ffs_update (vp=0xc96dcd80, waitfor=0) at ../../ufs/ffs/ffs_inode.c:105 #59 0xc0226f86 in ffs_fsync (ap=0xc9834e64) at ../../ufs/ffs/ffs_vnops.c:258 #60 0xc022535f in ffs_sync (mp=0xc1bcbe00, waitfor=2, cred=0xc0756580, p=0xc02fa078) at vnode_if.h:499 #61 0xc0189c3b in sync (p=0xc02fa078, uap=0x0) at ../../kern/vfs_syscalls.c:549 #62 0xc0164001 in boot (howto=256) at ../../kern/kern_shutdown.c:203 #63 0xc0164440 in at_shutdown ( function=0xc02b0f42 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2882>, arg=0xc98a8080, queue=0) at ../../kern/kern_shutdown.c:446 #64 0xc02226f2 in softdep_fsync (vp=0xc98a8080) at ../../ufs/ffs/ffs_softdep.c:3567 #65 0xc018c52a in fsync (p=0xc97e04c0, uap=0xc9834f94) at ../../kern/vfs_syscalls.c:2451 #66 0xc025bb8b in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = -1077945576, tf_esi = 0, tf_ebp = -1077945816, tf_isp = -914141212, tf_ebx = 134664136, tf_edx = 8, tf_ecx = 8, ---Type to continue, or q to quit--- tf_eax = 95, tf_trapno = 7, tf_err = 2, tf_eip = 671803168, tf_cs = 31, tf_eflags = 582, tf_esp = -1077945832, tf_ss = 39}) at ../../i386/i386/trap.c:1100 #67 0xc024ecfc in Xint0x80_syscall () #68 0x804e728 in ?? () #69 0x8049bf1 in ?? () #70 0x804baf5 in ?? () #71 0x804bc06 in ?? () #72 0x80529fd in ?? () #73 0x804c377 in ?? () #74 0x8049f02 in ?? () #75 0x80499f1 in ?? () (kgdb) quit # exit exit Script done on Wed Mar 1 22:23:17 2000 HERE IS THE KERNEL CONFIG # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: i2,v 1.14 2000/03/01 11:01:31 rdroot Exp $ machine "i386" #cpu "I386_CPU" #cpu "I486_CPU" cpu "I586_CPU" cpu "I686_CPU" ident GENERIC maxusers 256 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options NMBCLUSTERS=8192 #add more mbufs (default is 1024) # Soft updates is technique for improving file system speed and # making abrupt shutdown less risky. It is not enabled by default due # to copyright restraints on the code that implement it. # # Read ../../ufs/ffs/README.softupdates to learn what you need to # do to enable this. ../../contrib/softupdates/README gives # more details on how they actually work. # options SOFTUPDATES # do optimization (not done by default) # .. disabled to see if kernel crashes go away ##makeoptions COPTFLAGS="-O2 -pipe" config kernel root on wd0 # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM device wfd0 #IDE Floppy (e.g. LS-120) # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. controller ncr0 controller ahb0 controller ahc0 controller isp0 # This controller offers a number of configuration options, too many to # document here - see the LINT file in this directory and look up the # dpt0 entry there for much fuller documentation on this. controller dpt0 controller adv0 at isa? port ? cam irq ? controller adw0 controller bt0 at isa? port ? cam irq ? controller aha0 at isa? port ? cam irq ? #controller aic0 at isa? port 0x340 bio irq 11 controller scbus0 # including device ch0 # .. causes boot to hang #device ch0 #SCSI media changers device da0 device sa0 device pass0 device cd0 #Only need one of these, the code dynamically grows device wt0 at isa? port 0x300 bio irq 5 drq 1 device mcd0 at isa? port 0x300 bio irq 10 controller matcd0 at isa? port 0x230 bio device scd0 at isa? port 0x230 bio # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) # device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? # Flags 0x30 = sum of 0x10 and 0x20. # Flags 0x10 means this device is a potential system console. # Flags 0x20 means this device is forced to be the system console. # See 'man sio' for other flags. device sio0 at isa? port "IO_COM1" flags 0x30 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? net irq 7 controller ppbus0 device nlpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? #controller vpo0 at ppbus? # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device ax0 device de0 device fxp0 device mx0 device pn0 device rl0 device tl0 device tx0 device vr0 device vx0 device wb0 device xl0 device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 device ep0 at isa? port 0x300 net irq 10 device ex0 at isa? port? net irq? device fe0 at isa? port 0x300 net irq ? device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 net irq 10 drq 0 device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 device cs0 at isa? port 0x300 net irq ? pseudo-device loop pseudo-device ether pseudo-device sl 1 pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 64 pseudo-device gzip # Exec gzipped a.out's pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device ccd 4 #Concatenated disk driver # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 4 #Berkeley packet filter ##options DUMMYNET # for dummynet(4) bandwidth limiter options IPDIVERT # to use divert(4) sockets options IPFIREWALL # needed by dummynet options IPFIREWALL_DEFAULT_TO_ACCEPT # change default of above # USB support #controller uhci0 #controller ohci0 #controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # #device ums0 #device ukbd0 #device ulpt0 #device uhub0 #device ucom0 #device umodem0 #device hid0 #device ugen0 # #options USB_DEBUG #options USBVERBOSE == 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 Thu Mar 2 0: 0:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFC1537C1FE for ; Thu, 2 Mar 2000 00:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46587; Thu, 2 Mar 2000 00:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 00:00:03 -0800 (PST) Message-Id: <200003020800.AAA46587@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: jguyett@andrew.cmu.edu Subject: kern/17109: ipfilter Reply-To: jguyett@andrew.cmu.edu Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17109; it has been noted by GNATS. From: jguyett@andrew.cmu.edu To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: kern/17109: ipfilter Date: Wed, 1 Mar 2000 15:30:33 -0500 (EST) >Number: 17109 >Category: kern >Synopsis: fastroute crashes for lo0 udp >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 12:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: tyme >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD-current cvsupped on 2/28 >Description: IPFilter rule crashed a machine with a specific lo0 fastroute rule In syslog: Mar 1 14:32:32 pc47668 /kernel: vr0: can't handle af139 >How-To-Repeat: Insert the rule somewhere where it will be hit by a traceroute to localhost. block in log quick on lo0 fastroute proto udp from any port != 53 to any >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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 0: 0:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 590BF37C5D6 for ; Thu, 2 Mar 2000 00:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46597; Thu, 2 Mar 2000 00:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 00:00:06 -0800 (PST) Message-Id: <200003020800.AAA46597@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: stevedav@pacbell.net Subject: misc/17108: SecureRPC not supported in mount_nfs command Reply-To: stevedav@pacbell.net Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/17108; it has been noted by GNATS. From: stevedav@pacbell.net To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: misc/17108: SecureRPC not supported in mount_nfs command Date: Wed, 1 Mar 2000 12:05:21 -0800 (PST) >Number: 17108 >Category: misc >Synopsis: SecureRPC not supported in mount_nfs command >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 12:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Steve Davidson >Release: FreeBSD 3.4 >Organization: >Environment: 3.4-RELEASE >Description: NFS V3 supports security modes including secureRPC. FreeBSD also supports secureRPC, see kerserv(8), publickey(5), keylogin(1), rpc_secure(3). There is no documentation in mount_nfs(8), mountd(8), or exports(5) that supports secureRPC. How can I connect to an NFS server using secureRPC? >How-To-Repeat: Do a man on the various man pages and try to mount an NFS filesystem that is exported (from Solaris) with "sec=dh" or "-o secure" (secureRPC). >Fix: If secureRPC is supported in NFS, enhance the documentation. If not, then this is a feature request that secureRPC be added to both NFS client and server code. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 0: 0:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E5CC37C376 for ; Thu, 2 Mar 2000 00:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46592; Thu, 2 Mar 2000 00:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 00:00:04 -0800 (PST) Message-Id: <200003020800.AAA46592@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: jhood@sitaranetworks.com, cgull@owl.org Subject: kern/17098: /boot/loader hangs on switch to second drive Reply-To: jhood@sitaranetworks.com, cgull@owl.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17098; it has been noted by GNATS. From: jhood@sitaranetworks.com, cgull@owl.org To: FreeBSD-gnats-submit@freebsd.org Cc: grog@lemis.com Subject: kern/17098: /boot/loader hangs on switch to second drive Date: Wed, 1 Mar 2000 13:24:19 -0500 (EST) >Number: 17098 >Category: kern >Synopsis: /boot/loader hangs on switch to second drive >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 Mar 1 10:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: John Hood >Release: FreeBSD 3.2-RELEASE i386 >Organization: Sitara Networks >Environment: i386 3.2-RELEASE + local mods, FreeBSD installs on two drives >Description: The boot loader often hangs when requested to boot a kernel from a drive other than the one it started from. >How-To-Repeat: Set up a system with boot environment & kernels on two "fast" drives, preferably of wildly different geometry and sizes. (Floppy I/O may be slow enough to cover up this problem.) Install the sample loader.rc on boot drive, editing as necessary. Reboot & wait forever, if you are lucky-- the bug is a bit shy sometimes. Sample loader.rc: \ Loader.rc \ 1 trace! set currdev=disk2s1a: \ Something other than $loaddev \ 11000 ms \ Uncomment this to get a working load \ show \ \ Includes additional commands include /boot/loader.4th \ Reads and processes loader.rc start \ Unless set otherwise, autoboot is automatic at this point >Fix: There are two problems here: the block cache code and (presumably) the UFS code. The block cache, as implemented, has no mechanism for distinguishing which device a block or block request is for. When a different device is selected, it may return a block from the wrong device. Debugging this was complicated by the 2s block discard timeout-- debugging printfs to a serial console would make the loader work, as would executing loader commands/words by hand :) Secondarily, when this happens, some other part of the loader reacts poorly to bogus data and hangs-- I'd guess that it's the UFS code, but I've not traced the problem. The block-cache problem exists in any version of the loader that has the block cache implemented. Minimalistic i386-only fix for the block-cache problem follows-- diffs are against a locally-modified 3.2-RELEASE. Since the loader's device architecture does not have a globally-visible way of referring to a specific device and unit, this appears to be the best way to pass the necessary info into the block cache, short of wholesale rearchitecting. --john hood diff -ur /sys/boot/common/bcache.c ./common/bcache.c --- /sys/boot/common/bcache.c Sat Feb 6 09:27:29 1999 +++ ./common/bcache.c Fri Feb 18 17:35:19 2000 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bcache.c,v 1.4.2.1 1999/02/06 14:27:29 dcs Exp $ + * $Id: bcache.c,v 1.2 2000/02/18 22:35:19 jhood Exp $ */ /* @@ -62,17 +62,33 @@ static int bcache_hits, bcache_misses, bcache_ops, bcache_bypasses; static int bcache_bcount; +static void *bcache_dkstrategy; +static int bcache_dkunit; + static void bcache_insert(caddr_t buf, daddr_t blkno); static int bcache_lookup(caddr_t buf, daddr_t blkno); /* + * Invalidate the cache + */ +void +bcache_flush(void) +{ + int i; + + if (bcache_data != NULL) { + for (i = 0; i < bcache_nblks; i++) { + bcache_ctl[i].bc_count = -1; + bcache_ctl[i].bc_blkno = -1; + } + } +} +/* * Initialise the cache for (nblks) of (bsize). */ int bcache_init(int nblks, size_t bsize) { - int i; - /* discard any old contents */ if (bcache_data != NULL) { free(bcache_data); @@ -97,11 +113,9 @@ return(ENOMEM); } - /* Invalidate the cache */ - for (i = 0; i < bcache_nblks; i++) { - bcache_ctl[i].bc_count = -1; - bcache_ctl[i].bc_blkno = -1; - } + bcache_dkstrategy = NULL; + + /* bcache_flush() will happen on first call to bcache_strategy */ return(0); } @@ -130,6 +144,16 @@ DEBUG("bypass %d from %d", size / bcache_blksize, blk); bcache_bypasses++; return(dd->dv_strategy(dd->dv_devdata, rw, blk, size, buf, rsize)); + } + + /* has a new device/unit been requested? flush cache */ + if ((bcache_dkstrategy != dd->dv_strategy) || + (bcache_dkunit != dd->dv_dkunit)) { + DEBUG("cache flush, lastunit = %d newunit = %d", + bcache_dkunit, dd->dv_dkunit); + bcache_flush(); + bcache_dkstrategy = dd->dv_strategy; + bcache_dkunit = dd->dv_dkunit; } nblk = size / bcache_blksize; diff -ur /sys/boot/common/bootstrap.h ./common/bootstrap.h --- /sys/boot/common/bootstrap.h Sat Feb 6 09:27:29 1999 +++ ./common/bootstrap.h Fri Feb 18 17:35:20 2000 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bootstrap.h,v 1.18.2.1 1999/02/06 14:27:29 dcs Exp $ + * $Id: bootstrap.h,v 1.2 2000/02/18 22:35:20 jhood Exp $ */ #include @@ -84,6 +84,7 @@ struct bcache_devdata { int (*dv_strategy)(void *devdata, int rw, daddr_t blk, size_t size, void *buf, size_t *rsize); + int dv_dkunit; void *dv_devdata; }; diff -ur /sys/boot/i386/libi386/biosdisk.c ./i386/libi386/biosdisk.c --- /sys/boot/i386/libi386/biosdisk.c Tue Mar 16 09:58:25 1999 +++ ./i386/libi386/biosdisk.c Fri Feb 18 17:35:47 2000 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: biosdisk.c,v 1.20.2.4 1999/03/16 14:58:25 dcs Exp $ + * $Id: biosdisk.c,v 1.3 2000/02/18 22:35:47 jhood Exp $ */ /* @@ -573,6 +575,8 @@ struct bcache_devdata bcd; bcd.dv_strategy = bd_realstrategy; + bcd.dv_dkunit = ((struct open_disk *)(((struct i386_devdesc *) + devdata)->d_kind.biosdisk.data))->od_dkunit; bcd.dv_devdata = devdata; return(bcache_strategy(&bcd, rw, dblk, size, buf, rsize)); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 0:10:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8BF137C3E3 for ; Thu, 2 Mar 2000 00:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA47285; Thu, 2 Mar 2000 00:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 00:10:04 -0800 (PST) Message-Id: <200003020810.AAA47285@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: jguyett@andrew.cmu.edu Subject: kern/17109: ipfilter Reply-To: jguyett@andrew.cmu.edu Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17109; it has been noted by GNATS. From: jguyett@andrew.cmu.edu To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: kern/17109: ipfilter Date: Wed, 1 Mar 2000 15:30:33 -0500 (EST) >Number: 17109 >Category: kern >Synopsis: fastroute crashes for lo0 udp >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 12:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: tyme >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD-current cvsupped on 2/28 >Description: IPFilter rule crashed a machine with a specific lo0 fastroute rule In syslog: Mar 1 14:32:32 pc47668 /kernel: vr0: can't handle af139 >How-To-Repeat: Insert the rule somewhere where it will be hit by a traceroute to localhost. block in log quick on lo0 fastroute proto udp from any port != 53 to any >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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 0:10:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A67F137C3B6 for ; Thu, 2 Mar 2000 00:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA47280; Thu, 2 Mar 2000 00:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 00:10:03 -0800 (PST) Message-Id: <200003020810.AAA47280@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: craig@natsoft.com.au Subject: misc/17113: Adaptec SlimSCSI 1460D Not Detected Under FreeBSD4.0RC2 Reply-To: craig@natsoft.com.au Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/17113; it has been noted by GNATS. From: craig@natsoft.com.au To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: misc/17113: Adaptec SlimSCSI 1460D Not Detected Under FreeBSD4.0RC2 Date: Wed, 1 Mar 2000 13:58:36 -0800 (PST) >Number: 17113 >Category: misc >Synopsis: Adaptec SlimSCSI 1460D Not Detected Under FreeBSD4.0RC2 >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 Mar 1 14:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Craig Wilson >Release: FreeBSD4.0RC2 >Organization: National Software Pty Ltd >Environment: FreeBSD 4.0-20000214-CURRENT 4.0-20000214-CURRENT #0: Tue Fed 15 01:45 Compaq Armada E700 Notebook with PCI-Cardbus/PCMIA running the GENERIC kernel dmesg output: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-20000214-CURRENT #0: Tue Feb 15 01:45:52 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon (498.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x383f9ff real memory = 134152192 (131008K bytes) avail memory = 126361600 (123400K bytes) Preloaded elf kernel "kernel" at 0xc0395000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vga-pci0: port 0x1000-0x10ff mem 0x41000000-0x41000fff,0x40000000-0x40ffffff irq 11 at device 0.0 on pci1 pcic-pci0: mem 0x41100000-0x41100fff irq 11 at device 4.0 on pci0 pcic-pci1: mem 0x41180000-0x41180fff irq 11 at device 4.1 on pci0 isab0: at device 7.0 on pci0 isa0: on isab0 ata-pci0: port 0x2420-0x242f at device 7.1 on pci0 ata0 at 0x01f0 irq 14 on ata-pci0 pci0: Intel 82371AB/EB (PIIX4) USB controller (vendor=0x8086, dev=0x7112) at 7.2 irq 11 chip1: port 0x4000-0x400f at device 7.3 on pci0 pci0: unknown card (vendor=0x125d, dev=0x1978) at 8.0 irq 11 fxp0: port 0x2440-0x247f mem 0x41200000-0x4121ffff,0x41280000-0x41280fff irq 11 at device 9.0 on pci0 fxp0: Ethernet address 00:b4:c0:91:00:a6, 10Mbps pci0: unknown card (vendor=0x11c1, dev=0x0445) at 9.1 irq 11 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata-isa0: already registered as ata0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> pcic: management irq 10 pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pccard0: on pcic0 pccard1: on pcic0 pcic1: not probed (disabled) sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio2: not probed (disabled) sio3: not probed (disabled) ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 isa_compat: didn't get irq for lnc ad0: 17301MB [35152/16/63] at ata0-master using UDMA33 acd0: DVD-ROM at ata0-slave using PIO4 Mounting root from ufs:/dev/ad0s2a pccard: card inserted, slot 0 >Description: When the Adaptec SlimSCSI 1460D is inserted the following is displayed: pccard: card inserted, slot 0 Mar 2 08:46:11 pccardd[45]: No card in database for ""("") I have installed 4.0RC2 as this is the only version of FreeBSD that will detect the IDE controller. I am using the pccard.conf.sample as supplied on the FreeBSD4.0RC2 CD ISO image. The command 'pccardc dumpcis' returned the following: Code 85 not found Code 85 not found code Unknown ignored Code 128 not found Code 128 not found code Unknown ignored Configuration data for card in slot 0 Tuple #1, code = 0x0 (Null tuple), length = 12 000: 3c cb 9d 00 00 00 00 00 00 20 40 60 Tuple #2, code = 0x0 (Null tuple), length = 139 000: 55 44 16 00 01 08 00 30 70 50 49 2e c0 8b 2e c0 010: 50 49 86 29 00 18 00 00 0c 01 00 00 2e c0 8b 8b 020: 24 6e 01 00 00 00 00 b4 c6 02 00 00 00 56 00 00 030: 0d 43 70 72 67 74 28 29 31 39 2c 39 38 31 39 20 040: 49 74 6c 43 72 6f 61 69 6e 0a 49 74 6c 43 72 6f 050: 61 69 6e 49 74 6c 55 44 2c 50 45 32 30 28 75 6c 060: 20 37 29 48 ff ff 00 c0 f2 00 b4 cd 0a 74 32 c3 070: 01 16 02 c0 c0 02 e4 c0 55 ec 60 46 b4 bb 00 01 080: cd 66 90 c2 00 20 e2 c3 0d dc 6a Code 232 not found Tuple #3, code = 0xe8 (Unknown), length = 0 2 slots found It appears as though the system is not reading the card properly. Also when pccardd starts the following errors are displayed: pccardd: (null): illegal IRQ value at line 303, near any pccardd: (null): illegal card IRQ value at line 303, near any pccardd: (null): syntax error at line 303, near any pccardd: (null): syntax error at line 303, near insert pccardd: (null): syntax error at line 303, near logger pccardd: (null): syntax error at line 303, near - pccardd: (null): syntax error at line 303, near t pccardd: (null): syntax error at line 303, near pccard:$device pccardd: (null): syntax error at line 303, near - pccardd: (null): syntax error at line 303, near s pccardd: (null): syntax error at line 303, near Allied pccardd: (null): syntax error at line 303, near Telesis pccardd: (null): syntax error at line 303, near LA100 pccardd: (null): syntax error at line 303, near - pccardd: (null): syntax error at line 303, near PCM pccardd: (null): syntax error at line 303, near - pccardd: (null): syntax error at line 303, near T pccardd: (null): syntax error at line 303, near V2 pccardd: (null): syntax error at line 304, near inserted pccardd: (null): syntax error at line 304, near insert pccardd: (null): syntax error at line 304, near /etc/pccard_ether pccardd: (null): syntax error at line 305, near $device pccardd: (null): syntax error at line 305, near remove pccardd: (null): syntax error at line 305, near logger pccardd: (null): syntax error at line 305, near - pccardd: (null): syntax error at line 305, near t pccardd: (null): syntax error at line 305, near pccard:$device pccardd: (null): syntax error at line 305, near - pccardd: (null): syntax error at line 305, near s pccardd: (null): syntax error at line 305, near Allied pccardd: (null): syntax error at line 305, near Telesis pccardd: (null): syntax error at line 305, near LA100 pccardd: (null): syntax error at line 305, near - pccardd: (null): syntax error at line 305, near PCM pccardd: (null): syntax error at line 305, near - pccardd: (null): syntax error at line 305, near T pccardd: (null): syntax error at line 305, near V2 pccardd: (null): syntax error at line 306, near removed pccardd: (null): syntax error at line 306, near remove pccardd: (null): syntax error at line 306, near /etc/pccard_ether_remove pccardd: (null): syntax error at line 307, near $device pccardd: (null): illegal IRQ value at line 667, near any pccardd: (null): illegal card IRQ value at line 667, near any pccardd: (null): syntax error at line 667, near any pccardd: (null): syntax error at line 667, near insert pccardd: (null): syntax error at line 667, near logger pccardd: (null): syntax error at line 667, near - pccardd: (null): syntax error at line 667, near t pccardd: (null): syntax error at line 667, near pccard:$device pccardd: (null): syntax error at line 667, near - pccardd: (null): syntax error at line 667, near s pccardd: (null): syntax error at line 667, near SiliconTech pccardd: (null): syntax error at line 667, near Flash pccardd: (null): syntax error at line 667, near ATA pccardd: (null): syntax error at line 668, near inserted pccardd: (null): syntax error at line 668, near remove pccardd: (null): syntax error at line 668, near logger pccardd: (null): syntax error at line 668, near - pccardd: (null): syntax error at line 668, near t pccardd: (null): syntax error at line 668, near pccard:$device pccardd: (null): syntax error at line 668, near - pccardd: (null): syntax error at line 668, near s pccardd: (null): syntax error at line 668, near SiliconTech pccardd: (null): syntax error at line 668, near Flash pccardd: (null): syntax error at line 668, near ATA pccardd: (null): syntax error at line 669, near removed pccardd: (null): illegal IRQ value at line 746, near reset pccardd: (null): illegal card IRQ value at line 746, near reset pccardd: warning: card AT&T Paradyne(KeepInTouch Card) has no valid configuration pccardd: warning: card SiliconTech,Inc(16MB Compact PC Card) has no valid configuration pccardd: warning: card Allied Telesis, K.K.(CentreCOM LA100-PCM-T V2 100/10M LAN PC Card) has no valid configuration It appears pccardd does not like 'any' on the config line. >How-To-Repeat: Plug in an Adaptec SlimSCSI 1460D >Fix: After reading documentation etc, I do not know of a fix. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 0:10:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9FCF37C3FC for ; Thu, 2 Mar 2000 00:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA47290; Thu, 2 Mar 2000 00:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 00:10:05 -0800 (PST) Message-Id: <200003020810.AAA47290@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: jhood@sitaranetworks.com, cgull@owl.org Subject: kern/17098: /boot/loader hangs on switch to second drive Reply-To: jhood@sitaranetworks.com, cgull@owl.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17098; it has been noted by GNATS. From: jhood@sitaranetworks.com, cgull@owl.org To: FreeBSD-gnats-submit@freebsd.org Cc: grog@lemis.com Subject: kern/17098: /boot/loader hangs on switch to second drive Date: Wed, 1 Mar 2000 13:24:19 -0500 (EST) >Number: 17098 >Category: kern >Synopsis: /boot/loader hangs on switch to second drive >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 Mar 1 10:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: John Hood >Release: FreeBSD 3.2-RELEASE i386 >Organization: Sitara Networks >Environment: i386 3.2-RELEASE + local mods, FreeBSD installs on two drives >Description: The boot loader often hangs when requested to boot a kernel from a drive other than the one it started from. >How-To-Repeat: Set up a system with boot environment & kernels on two "fast" drives, preferably of wildly different geometry and sizes. (Floppy I/O may be slow enough to cover up this problem.) Install the sample loader.rc on boot drive, editing as necessary. Reboot & wait forever, if you are lucky-- the bug is a bit shy sometimes. Sample loader.rc: \ Loader.rc \ 1 trace! set currdev=disk2s1a: \ Something other than $loaddev \ 11000 ms \ Uncomment this to get a working load \ show \ \ Includes additional commands include /boot/loader.4th \ Reads and processes loader.rc start \ Unless set otherwise, autoboot is automatic at this point >Fix: There are two problems here: the block cache code and (presumably) the UFS code. The block cache, as implemented, has no mechanism for distinguishing which device a block or block request is for. When a different device is selected, it may return a block from the wrong device. Debugging this was complicated by the 2s block discard timeout-- debugging printfs to a serial console would make the loader work, as would executing loader commands/words by hand :) Secondarily, when this happens, some other part of the loader reacts poorly to bogus data and hangs-- I'd guess that it's the UFS code, but I've not traced the problem. The block-cache problem exists in any version of the loader that has the block cache implemented. Minimalistic i386-only fix for the block-cache problem follows-- diffs are against a locally-modified 3.2-RELEASE. Since the loader's device architecture does not have a globally-visible way of referring to a specific device and unit, this appears to be the best way to pass the necessary info into the block cache, short of wholesale rearchitecting. --john hood diff -ur /sys/boot/common/bcache.c ./common/bcache.c --- /sys/boot/common/bcache.c Sat Feb 6 09:27:29 1999 +++ ./common/bcache.c Fri Feb 18 17:35:19 2000 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bcache.c,v 1.4.2.1 1999/02/06 14:27:29 dcs Exp $ + * $Id: bcache.c,v 1.2 2000/02/18 22:35:19 jhood Exp $ */ /* @@ -62,17 +62,33 @@ static int bcache_hits, bcache_misses, bcache_ops, bcache_bypasses; static int bcache_bcount; +static void *bcache_dkstrategy; +static int bcache_dkunit; + static void bcache_insert(caddr_t buf, daddr_t blkno); static int bcache_lookup(caddr_t buf, daddr_t blkno); /* + * Invalidate the cache + */ +void +bcache_flush(void) +{ + int i; + + if (bcache_data != NULL) { + for (i = 0; i < bcache_nblks; i++) { + bcache_ctl[i].bc_count = -1; + bcache_ctl[i].bc_blkno = -1; + } + } +} +/* * Initialise the cache for (nblks) of (bsize). */ int bcache_init(int nblks, size_t bsize) { - int i; - /* discard any old contents */ if (bcache_data != NULL) { free(bcache_data); @@ -97,11 +113,9 @@ return(ENOMEM); } - /* Invalidate the cache */ - for (i = 0; i < bcache_nblks; i++) { - bcache_ctl[i].bc_count = -1; - bcache_ctl[i].bc_blkno = -1; - } + bcache_dkstrategy = NULL; + + /* bcache_flush() will happen on first call to bcache_strategy */ return(0); } @@ -130,6 +144,16 @@ DEBUG("bypass %d from %d", size / bcache_blksize, blk); bcache_bypasses++; return(dd->dv_strategy(dd->dv_devdata, rw, blk, size, buf, rsize)); + } + + /* has a new device/unit been requested? flush cache */ + if ((bcache_dkstrategy != dd->dv_strategy) || + (bcache_dkunit != dd->dv_dkunit)) { + DEBUG("cache flush, lastunit = %d newunit = %d", + bcache_dkunit, dd->dv_dkunit); + bcache_flush(); + bcache_dkstrategy = dd->dv_strategy; + bcache_dkunit = dd->dv_dkunit; } nblk = size / bcache_blksize; diff -ur /sys/boot/common/bootstrap.h ./common/bootstrap.h --- /sys/boot/common/bootstrap.h Sat Feb 6 09:27:29 1999 +++ ./common/bootstrap.h Fri Feb 18 17:35:20 2000 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bootstrap.h,v 1.18.2.1 1999/02/06 14:27:29 dcs Exp $ + * $Id: bootstrap.h,v 1.2 2000/02/18 22:35:20 jhood Exp $ */ #include @@ -84,6 +84,7 @@ struct bcache_devdata { int (*dv_strategy)(void *devdata, int rw, daddr_t blk, size_t size, void *buf, size_t *rsize); + int dv_dkunit; void *dv_devdata; }; diff -ur /sys/boot/i386/libi386/biosdisk.c ./i386/libi386/biosdisk.c --- /sys/boot/i386/libi386/biosdisk.c Tue Mar 16 09:58:25 1999 +++ ./i386/libi386/biosdisk.c Fri Feb 18 17:35:47 2000 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: biosdisk.c,v 1.20.2.4 1999/03/16 14:58:25 dcs Exp $ + * $Id: biosdisk.c,v 1.3 2000/02/18 22:35:47 jhood Exp $ */ /* @@ -573,6 +575,8 @@ struct bcache_devdata bcd; bcd.dv_strategy = bd_realstrategy; + bcd.dv_dkunit = ((struct open_disk *)(((struct i386_devdesc *) + devdata)->d_kind.biosdisk.data))->od_dkunit; bcd.dv_devdata = devdata; return(bcache_strategy(&bcd, rw, dblk, size, buf, rsize)); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 0:15:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.softland.net.pl (mail.softland.net.pl [212.160.187.5]) by hub.freebsd.org (Postfix) with ESMTP id 5E3A137C11E for ; Thu, 2 Mar 2000 00:15:16 -0800 (PST) (envelope-from raflampe@softland.com.pl) Received: from default.softland.com.pl (pc180.poznan.ppp.tpnet.pl [212.160.12.180]) by mail.softland.net.pl (8.9.3/8.9.3/SOFTLAND) with ESMTP id JAA24022 for ; Thu, 2 Mar 2000 09:16:06 +0100 X-Authentication-Warning: mail.softland.net.pl: Host pc180.poznan.ppp.tpnet.pl [212.160.12.180] claimed to be default.softland.com.pl Message-Id: <4.3.0.20000301092236.00a82570@darmo.alter.pl> X-Sender: raflampe@softland.com.pl X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Wed, 01 Mar 2000 09:23:16 +0100 To: freebsd-bugs@FreeBSD.ORG From: Rafal Lampe Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org unsubscribe freebsd-bugs --- E-Mail: raflampe@softland.com.pl raflampe@poczta.onet.pl raflampe@go2.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 0:15:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D81537BF86; Thu, 2 Mar 2000 00:15:58 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA47821; Thu, 2 Mar 2000 00:15:58 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Thu, 2 Mar 2000 00:15:58 -0800 (PST) From: Message-Id: <200003020815.AAA47821@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, wosch@FreeBSD.org Subject: Re: bin/17121: [PATCH] src/tools/diag/httpd-error/httpd-error command would not print command name correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: command would not print command name correctly New Synopsis: [PATCH] src/tools/diag/httpd-error/httpd-error command would not print command name correctly Responsible-Changed-From-To: freebsd-bugs->wosch Responsible-Changed-By: ru Responsible-Changed-When: Thu Mar 2 00:11:14 PST 2000 Responsible-Changed-Why: Over to the author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 1:10: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 133FD37C109 for ; Thu, 2 Mar 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55842; Thu, 2 Mar 2000 01:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22E0037BFA6 for ; Thu, 2 Mar 2000 01:05:36 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55433; Thu, 2 Mar 2000 01:05:36 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003020905.BAA55433@freefall.freebsd.org> Date: Thu, 2 Mar 2000 01:05:36 -0800 (PST) From: pherman@piro.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17124: panic: vm_object_deallocate: object deallocated too many times Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17124 >Category: kern >Synopsis: panic: vm_object_deallocate: object deallocated too many times >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 2 01:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Paul Herman >Release: FreeBSD 3.4-stable >Organization: >Environment: FreeBSD alaaf 3.4-RELEASE FreeBSD 3.4-RELEASE #1: Wed Mar 1 22:53:54 CET 2000 root@alaaf:/usr/src/sys/compile/GENERIC i386 >Description: After repeatedly and quickly running a specific user program which swaps a lot, the kernel will panic. Plain vanilla GENERIC kernel + "option SOFTUPDATES" (couldn't seem to reproduce it without softupdates! Hmmm...) Oh yeah, I'm using vinum module, but don't think it has anything to do with that. Kaboom! Here comes the kgdb backtrace: panic messages: --- panic: vm_object_deallocate: object deallocated too many times: 0 syncing disks... 2 2 done dumping to dev 20001, offset 131200 dump 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 2 6 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 285 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 #1 0xc01640c4 in at_shutdown (function=0xc02c2294 , arg=0x0, queue=-1001078464) at ../../kern/kern_shutdown.c:446 #2 0xc0242937 in vm_object_deallocate (object=0xc456d1f0) at ../../vm/vm_object.c:305 #3 0xc023fe7f in vm_map_entry_delete (map=0xc4532880, entry=0xc454c140) at ../../vm/vm_map.c:1735 #4 0xc0240060 in vm_map_delete (map=0xc4532880, start=0, end=3217022976) at ../../vm/vm_map.c:1849 #5 0xc02400e4 in vm_map_remove (map=0xc4532880, start=0, end=3217022976) at ../../vm/vm_map.c:1874 #6 0xc015dad1 in exec_new_vmspace (imgp=0xc4568e94) at ../../kern/kern_exec.c:452 #7 0xc01543ec in exec_elf_imgact (imgp=0xc4568e94) at ../../kern/imgact_elf.c:452 #8 0xc015d52f in execve (p=0xc452ede0, uap=0xc4568f94) at ../../kern/kern_exec.c:179 #9 0xc0268ae7 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 135004496, tf_esi = 135028528, tf_ebp = -1077945476, tf_isp = -1000960028, tf_ebx = 135004336, tf_edx = 135004496, tf_ecx = 4, tf_eax = 59, tf_trapno = 12, tf_err = 2, tf_eip = 672160040, tf_cs = 31, tf_eflags = 646, tf_esp = -1077945680, tf_ss = 39}) at ../../i386/i386/trap.c:1100 #10 0xc025b62c in Xint0x80_syscall () Cannot access memory at address 0xbfbfdb7c. ------------------------------------------------------ And, for giggles, my dmesg from GENERIC: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.4-RELEASE #1: Wed Mar 1 22:53:54 CET 2000 root@alaaf:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II (233.86-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x634 Stepping = 4 Features=0x80f9ff real memory = 67043328 (65472K bytes) config> f wdc0 0xa0ffa0ff config> f wdc1 0xa0ffa0ff config> q avail memory = 61669376 (60224K bytes) Preloaded elf kernel "kernel" at 0xc0360000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc036009c. Pentium Pro MTRR support enabled Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x01 on pci0.4.0 ide_pci0: rev 0x01 on pci0.4.1 chip3: rev 0x01 on pci0.4.3 Probing for devices on PCI bus 1: vga0: rev 0x01 int a irq 0 on pci1.0.0 Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x280 fe0 not found at 0x300 atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ffa0ff on isa wdc0: unit 0 (wd0): , DMA, 32-bit, multi-block-16 wd0: 4134MB (8467200 sectors), 8960 cyls, 15 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 flags 0xa0ffa0ff on isa wdc1: unit 0 (atapi): <685A/8.4D>, removable, dma, iordy acd0: drive speed 1171KB/sec, 120KB cache acd0: supported read types: acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked wt0 not found at 0x300 mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 ie0: unknown board_id: f000 ie0 not found at 0x300 ep0 not found at 0x300 ex0 not found le0 not found at 0x300 lnc0 not found at 0x280 cs0 not found at 0x300 ze0 not found at 0x300 zp0 not found at 0x300 adv0 not found at 0x330 bt0 not found at 0x134 aha0 at 0x330-0x333 irq 11 drq 5 on isa aha0: AHA-1542CF FW Rev. C.0 (ID=45) SCSI Host Adapter, SCSI ID 7, 16 CCBs aic0 not found vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 15 seconds for SCSI devices to settle changing root device to wd0s1a da0 at aha0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 3.300MB/s transfers da0: 507MB (1039329 512 byte sectors: 64H 32S/T 507C) vinum: loaded vinum: reading configuration from /dev/wd0s4h vinum: updating configuration from /dev/wd0s2h >How-To-Repeat: 1) Add "option SOFTUPDATES" to GENERIC kernel config. 2) config & make & install kernel. boot. 3) login (root, or plain user, doesn't matter). 4) Run following program (source bellow) rapidly many times i.e.: while true; do ./mem_hog 70; done NOTE: "70" depends on system, and needs to be more than the total MB RAM you have. Point is, system needs to swap heavily. (70 worked for me on a 64MB system. If you have 256MB, try 300, etc...) 5) kernel should panic after the 3rd or 4th time... if not try maybe more MB. Would like to hear if anyone can reproduce it! I seemed to have nailed it on my system, and can do it at will 100% of the time. mem_hog CODE: --- /* mem_hog.c -- fills up pages of RAM. * Usage: ./mem_hog [mb] * mb - number of MB of RAM to fill */ #include #include int main(int ac, char **av) { int i; size_t s; char *p, *pp; if (ac > 1) s = strtol(av[1], NULL, 10); else s = 64; p = (char *)malloc(1024*1024*s); if (p == NULL) { fprintf(stderr, "Out of memory!\n"); return 1; } for (i=0, pp = p; i<1024*1024*s; i += 4096, pp += 4096) { *pp = 0x01; printf("%dKB \r", i>>10); fflush(stdout); } printf("\n"); free(p); return 0; } >Fix: No idea. This one gets into vm_map.c while loading an ELF image and is way over my head. Would like to know though! >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 Mar 2 4: 8:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mx2.tiki.ne.jp (mx2.tiki.ne.jp [210.238.45.7]) by hub.freebsd.org (Postfix) with ESMTP id 1524737BBBB for ; Thu, 2 Mar 2000 04:08:06 -0800 (PST) (envelope-from s-na@mx2.tiki.ne.jp) Received: from mx2.tiki.ne.jp (cbb3c0-023.tiki.ne.jp [203.179.192.23]) by mx2.tiki.ne.jp (8.9.3/3.7W) with SMTP id VAA10659 for ; Thu, 2 Mar 2000 21:08:03 +0900 (JST) Date: Thu, 2 Mar 2000 21:08:03 +0900 (JST) Message-Id: <200003021208.VAA10659@mx2.tiki.ne.jp> From: =?iso-2022-jp?B?GyRCJSghPCVTITw+JklKJTslcyU/ITwbKEI=?= To: =?iso-2022-jp?B?ZnJlZWJzZC1idWdzQEZyZWVCU0QuT1JH?= Subject: =?iso-2022-jp?B?XiQ5GyhCISE=?= Mime-Version: 1.0 Content-Type: text/plain; charset= "ISO-2022-JP" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ************************************************************** $B!!I{6H!&%5%$%I!&:b%F%/7O!&%Q%=%3%s!&7HBSEEOC!&%M%C%H%o!<%/(B $B!!2=>QIJ!&%?%&%s>pJs;o5Z$S%S%8%M%9>pJs;oH/9T85!&DLHN(B $B!!7r9/4XO"!&(BE-mail$B%"%I%l%9Ey$N3F\$7$$;qNA5Z$SL\O?I=$rL5NA$G?JDhCf!*(B $B!!!!!}$"$J$?$N=;=j!&;aL>!&#T#E#L!&#F#A#X$rL@5-$N>e(B $B!!!!!!#F#A#X$G;qNA$r@A5a$7$F$/$@$5$$!#(B *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* $B!!!!!!!c!c!c!c!c!c;qNA5Z$SL\O?I=$N@A5a@h!d!d!d!d!d!d(B $B!!!!!!!!!J#F#A#X!K!!#0#9#4#2(B-$B#5#2(B-$B#3#6#1#1(B $B!!!!!!!!!!")#8#3#3(B-$B#0#0#5#2(B $B!!!!!!!!!!!!!!!!J!2,8)C^8e;TBg;z@>L6ED#3#5#9#5(B-$B#4(B $B!!!!!!!!!!!!!!!!%(!<%S!<>&IJ%;%s%?!<(B *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 5:10:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7EF937C02C for ; Thu, 2 Mar 2000 05:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA80232; Thu, 2 Mar 2000 05:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id F33E337BB99 for ; Thu, 2 Mar 2000 05:07:44 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.9.3/8.9.3) with ESMTP id OAA07646 for ; Thu, 2 Mar 2000 14:07:42 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id OAA21250 for ; Thu, 2 Mar 2000 14:07:42 +0100 (MET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id OAA64115 for ; Thu, 2 Mar 2000 14:07:42 +0100 (CET) Message-Id: <200003021307.OAA41883@internal> Date: Thu, 2 Mar 2000 14:07:39 +0100 (CET) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17128: Fix for quotas grace time when using chown and soft limits are hit again Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17128 >Category: kern >Synopsis: Fix for quotas grace time when using chown and soft limits are hit again >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 Mar 2 05:10:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD 3.4-STABLE (but I assume all versions are affected) with quotas enabled >Description: Here is a problem with FreeBSD's quotas that I have observed for a long time now but finally found some time to track it down: Let's assume the following settings on a quota enabled system: soft limits : 100MB hard limits : 200MB grace period: 7 days On day 1, the user U1 creates 150MB of data. The soft limits are reached but not the hard limits. The internal grace timer is set accordingly (to current_time + 7 days). On day 3, the user U1 removes 100MB. There are 50MB remaining and the grace period is no more important. From now on, the users U1's amount of data stays between 50 and 60 MB. On day 10, user U2 leaves system forever. He got 100MB of data and the admin decides that U1 has to take care of them. So he moves U2's data to U1's directory and runs a "chown -R U1" there. Now, U1 has around 150MB of data belonging to him. The admin tells U1 that he is now over the soft limit and has got 7 days time to inspect U2's data. This is where the problem starts: When examining the quotas for U1 we find that the grace period is already over and the soft limits have turned into hard limits. This only happens if U1 has been over the soft limit some time before. So far for the facts - now let's start the wild guess :-) I assume the problem appears because the system still uses the old grace timer (set to day 7) which is exceeded on day 10 when the files are given to U1. This was no problem before (on days 8 and 9) because the grace time is only used if we are over the soft limits. When root does his chown, the grace timer for U1 is not set to day 10 + 7 days. I think the problem can be fixed _somehow_ with the following patch to /sys/ufs/ufs/ufs_quota.c: (I have included some comments manually _after_ creating the patch) --- /sys/ufs/ufs/ufs_quota.c Mon Aug 30 17:56:23 1999 +++ ufs_quota.c Wed Mar 1 21:27:14 2000 @@ -163,6 +163,10 @@ (void) tsleep((caddr_t)dq, PINOD+1, "chkdq2", 0); } dq->dq_curblocks += change; /* check if we hit the soft limits */ + if (dq->dq_curblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) /* check if we have been below the soft limits before */ + if (dq->dq_curblocks - change < dq->dq_bsoftlimit) /* yes, update the timer */ + dq->dq_btime = time_second + + VFSTOUFS(ITOV(ip)->v_mount)->um_btime[i]; dq->dq_flags |= DQ_MOD; } return (0); @@ -279,6 +283,10 @@ (void) tsleep((caddr_t)dq, PINOD+1, "chkiq2", 0); } dq->dq_curinodes += change; /* same as above for inodes */ + if (dq->dq_curinodes >= dq->dq_isoftlimit && dq->dq_isoftlimit) + if (dq->dq_curinodes - change < dq->dq_isoftlimit) + dq->dq_itime = time_second + + VFSTOUFS(ITOV(ip)->v_mount)->um_itime[i]; dq->dq_flags |= DQ_MOD; } return (0); As far as I understood things correctly, chkdq() is being called from the chown code in the kernel. When the amount of blocks (inodes) changes, there is no check being done if the soft limit is hit. In chkdqchg() we find the interesting part which I tried to bring into chkdq() with the above patch. I have no idea about vfs, ufs and all these things so maybe one of the more enlightened people (Matt, Alfred, ...) might be able to correct me. >How-To-Repeat: - Create a file system with quotas enabled. - Do mount, quotacheck, quotaon, ... - Set soft and hard limits for a user. Set a grace period so we dont' have to wait 7 days (I used 10 minutes). - Let the user allocate space somewhere between soft and hard limits. - Use the quota command to examine that the grace timer has started. - Make the user deallocate enough space to drop below soft limits. - Use the quota command to examine that the grace timer is no more important since we are below the soft limits. - Wait a bit more than the grace period (I waited 15 minutes). - As root, use chown gto ive so much space to the user that the soft limits are hit but the hard limits not. - Use the quota command to see that the grace timer has changed to "none" instead of the grace period (here 10 minutes) because it was not reset when the files were give to the user. >Fix: This is what _might_ fix it. I have tried it on a test machine and it seems to work. I will put it on my production machines as soon as I can reboot them without my users riping my head of (weekend ?!?). Please remember that this is wild gues only... --- /sys/ufs/ufs/ufs_quota.c.ORI Thu Mar 2 13:53:38 2000 +++ /sys/ufs/ufs/ufs_quota.c Thu Mar 2 13:53:55 2000 @@ -163,6 +163,10 @@ (void) tsleep((caddr_t)dq, PINOD+1, "chkdq2", 0); } dq->dq_curblocks += change; + if (dq->dq_curblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) + if (dq->dq_curblocks - change < dq->dq_bsoftlimit) + dq->dq_btime = time_second + + VFSTOUFS(ITOV(ip)->v_mount)->um_btime[i]; dq->dq_flags |= DQ_MOD; } return (0); @@ -279,6 +283,10 @@ (void) tsleep((caddr_t)dq, PINOD+1, "chkiq2", 0); } dq->dq_curinodes += change; + if (dq->dq_curinodes >= dq->dq_isoftlimit && dq->dq_isoftlimit) + if (dq->dq_curinodes - change < dq->dq_isoftlimit) + dq->dq_itime = time_second + + VFSTOUFS(ITOV(ip)->v_mount)->um_itime[i]; dq->dq_flags |= DQ_MOD; } 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 Thu Mar 2 6:30: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE15237BFD2 for ; Thu, 2 Mar 2000 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA88276; Thu, 2 Mar 2000 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EAD0C37C034 for ; Thu, 2 Mar 2000 06:22:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA87383; Thu, 2 Mar 2000 06:22:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003021422.GAA87383@freefall.freebsd.org> Date: Thu, 2 Mar 2000 06:22:02 -0800 (PST) From: stda@enea.se To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17132: bugs in xdr functions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17132 >Category: misc >Synopsis: bugs in xdr functions >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 Mar 2 06:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sten Dahlgren >Release: 3.2 >Organization: Enead Data AB >Environment: FreeBSD whip.ose.enea.se 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Thu Dec 16 18:12:00 CET 1999 bjsv@whip.ose.enea.se:/usr/src/sys/compile/WHIP i386 >Description: The implementation of xdr_*int64_t using xdr_opaque is not working in intel environment. >How-To-Repeat: >Fix: /* * XDR 64-bit integers */ bool_t xdr_int64_t (XDR *xdrs, int64_t *int64_p) { long t1; unsigned long t2; switch(xdrs->x_op) { case XDR_ENCODE: t1 = (long) ((*int64_p) >> 32); t2 = (long) (*int64_p); return (XDR_PUTLONG(xdrs, &t1) && XDR_PUTLONG(xdrs, &t2)); break; case XDR_DECODE: if (!XDR_GETLONG(xdrs, &t1) || !XDR_GETLONG(xdrs, &t2)) return FALSE; *int64_p = ((int64_t) t1) << 32; *int64_p |= t2; /* needs unsigned type */ return TRUE; break; case XDR_FREE: return TRUE; break; } return FALSE; } /* * XDR unsigned 64-bit integers */ bool_t x_xdr_u_int64_t (XDR *xdrs, u_int64_t *uint64_p) { unsigned long t1; unsigned long t2; switch(xdrs->x_op) { case XDR_ENCODE: t1 = (unsigned long) ((*uint64_p) >> 32); t2 = (unsigned long) (*uint64_p); return (XDR_PUTLONG(xdrs, &t1) && XDR_PUTLONG(xdrs, &t2)); break; case XDR_DECODE: if (!XDR_GETLONG(xdrs, &t1) || !XDR_GETLONG(xdrs, &t2)) return FALSE; *uint64_p = ((u_int64_t) t1) << 32; *uint64_p |= t2; return TRUE; break; case XDR_FREE: return TRUE; break; } return FALSE; } >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 Mar 2 6:48:46 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5B4837BC18; Thu, 2 Mar 2000 06:48:45 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA55632; Thu, 2 Mar 2000 06:48:45 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 2 Mar 2000 06:48:45 -0800 (PST) From: Message-Id: <200003021448.GAA55632@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, msmith@FreeBSD.org Subject: Re: kern/17098: /boot/loader hangs on switch to second drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /boot/loader hangs on switch to second drive Responsible-Changed-From-To: freebsd-bugs->msmith Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Mar 2 06:47:23 PST 2000 Responsible-Changed-Why: The loader is Mike's baby. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 6:52:31 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CE5037C27F; Thu, 2 Mar 2000 06:52:30 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA56190; Thu, 2 Mar 2000 06:52:29 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 2 Mar 2000 06:52:29 -0800 (PST) From: Message-Id: <200003021452.GAA56190@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, fenner@FreeBSD.org Subject: Re: bin/13691: tcpslice cannot extract over 2GB part of trace file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcpslice cannot extract over 2GB part of trace file Responsible-Changed-From-To: freebsd-bugs->fenner Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Mar 2 06:51:44 PST 2000 Responsible-Changed-Why: I only learned recently that Mr Fenner takes care of tcpdump. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 7:37:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CE2B37C1A3; Thu, 2 Mar 2000 07:37:51 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA61034; Thu, 2 Mar 2000 07:37:51 -0800 (PST) (envelope-from shin@FreeBSD.org) Date: Thu, 2 Mar 2000 07:37:51 -0800 (PST) From: Message-Id: <200003021537.HAA61034@freefall.freebsd.org> To: ben@scientia.demon.co.uk, shin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16789: fingerd logging not IPv6 aware Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fingerd logging not IPv6 aware State-Changed-From-To: open->closed State-Changed-By: shin State-Changed-When: Thu Mar 2 07:32:25 PST 2000 State-Changed-Why: The patch had been already committed and confirmed to be fixed. (This was confirmed 2 weeks ago. Sorry I forgot to close this.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 11:10: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A3F9637BD64 for ; Thu, 2 Mar 2000 11:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA82692; Thu, 2 Mar 2000 11:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0991037B545 for ; Thu, 2 Mar 2000 11:04:23 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA82033; Thu, 2 Mar 2000 11:04:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003021904.LAA82033@freefall.freebsd.org> Date: Thu, 2 Mar 2000 11:04:22 -0800 (PST) From: chjong@csie.nctu.edu.tw To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17133: /etc/pcmcia.conf.sample error with DFE-650 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17133 >Category: misc >Synopsis: /etc/pcmcia.conf.sample error with DFE-650 >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 Mar 2 11:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Chang-Han Jong >Release: 4.0-2000 -0208- current >Organization: National Chiao-Tung Univ. , Taiwan >Environment: FreeBSD 4.0-20000208-CURRENT FreeBSD 4.0-200000208-CURRENT #0: Wed Feb 9 06:46:49 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: in /etc/pccard.conf.sample in session card "D-Link" "DEF-650" all "DFE" are "DEF" and freebsd can't recognize the pcmcia nic >How-To-Repeat: >Fix: in /etc/pccard.conf.sample in session card "D-Link" "DEF-650" replace all "DEF" to "DFE" >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 Mar 2 12:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EAF9637BD28 for ; Thu, 2 Mar 2000 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91812; Thu, 2 Mar 2000 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from amp.nlanr.net (nlanr-amp.nws.orst.edu [128.193.128.26]) by hub.freebsd.org (Postfix) with ESMTP id 803D737BD28 for ; Thu, 2 Mar 2000 12:41:02 -0800 (PST) (envelope-from tshansen@amp.nlanr.net) Received: (from tshansen@localhost) by amp.nlanr.net (8.9.1/8.9.1) id MAA08259; Thu, 2 Mar 2000 12:40:45 -0800 (PST) (envelope-from tshansen) Message-Id: <200003022040.MAA08259@amp.nlanr.net> Date: Thu, 2 Mar 2000 12:40:45 -0800 (PST) From: Todd Hansen Reply-To: tshansen@nlanr.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17134: problem with cron forgetting jobs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17134 >Category: bin >Synopsis: problem with 3.0-RELEASE cron forgetting jobs >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 Mar 2 12:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Todd Hansen >Release: FreeBSD 3.0-RELEASE i386 >Organization: National Laboratory for Applied Network Research (NLANR) >Environment: host info: > uname -a FreeBSD amp.nlanr.net 3.2-RELEASE FreeBSD 3.2-RELEASE #4: Wed Jul 28 21:22:56 PDT 1999 hwb@amp.nlanr.net:/usr/src/sys/compile/NAI-AMP i386 > crontab entrys affected: joule.nlanr.net.actmon> crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.eTKvHXl788 installed on Fri Dec 31 11:14:06 1999) # (Cron version -- $Id: crontab.c,v 1.11 1997/09/15 06:39:15 charnier Exp $) # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.ZOyLKT3056 installed on Tue Oct 27 16:51:55 1998) # (Cron version -- $Id: crontab.c,v 1.6.2.3 1998/03/09 11:42:00 jkh Exp $) * * * * * cd $HOME/src/pinger/vBNS ; sleep `jot -r 1 1 15` ; ./docollector 0,10,20,30,40,50 * * * * cd $HOME/src/pinger/vBNS ; sleep `jot -r 1 1 15` ; nice ./dogentrace ; cd $HOME/src/pinger/ ; ./watchdog -ko -t 600 -w watchdog.file "./am_master -n 10 -w watchdog.file amp volt &" 10 2 * * * find $HOME/src/pinger/vBNS/data -type f -mtime +5 -exec rm {} \; joule.nlanr.net.actmon> >Description: We run a distributed system of currently 102 active measurement probes around the internet (all running freeebsd 3.0). Basically we are noticing that periodically (almost regularly) the cron daemon will forget about some of our jobs, even though it lists them with the crontab -l command. This happens on about 10 systems in about 2 months. Anyway, the problem is related to what was mentioned in bin/6004. Except we have more information and a greater need to work with you to figure this out. Unfortunatly we are still running 3.0 until we can figure out if this is fixed in 3.4 since it is a big deal to upgrade 102 sites remotely. Eventually when cron forgets about a job, it still trys to execute the job, but instead of actually, executing the job we see something like this in the log: Mar 2 12:20:00 nai-a-odun /USR/SBIN/CRON[6248]: (actmon) CMD () Where the cmd is blank but the command is run at the correct time. The interesting thing is other commands are still run fine while this command is not. The line that is affected the most by this problem is the line in the above crontab that runs ./dogentrace every 10 minutes. thanks. Todd >How-To-Repeat: It seems to repeat within a reasonable amount of time on our systems, probably becuase we have so many. >Fix: We would love one, if it can be found. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 13:32: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from natsoft.com.au (natsoft.com.au [203.39.138.130]) by hub.freebsd.org (Postfix) with ESMTP id 9D8A037B51E for ; Thu, 2 Mar 2000 13:31:59 -0800 (PST) (envelope-from craig@natsoft.com.au) Received: from Win95.natsoft.com.au (Win95 [203.39.138.131]) by natsoft.com.au (8.8.5/8.8.5) with SMTP id IAA10860 for ; Fri, 3 Mar 2000 08:35:04 +1100 (EST) Message-ID: <38BEDCDD.20F@natsoft.com.au> Date: Fri, 03 Mar 2000 08:27:57 +1100 From: Craig Wilson Organization: National Software Pty Ltd X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/17113: Adaptec SlimSCSI 1460D Not Detected Under FreeBSD4.0RC2 References: <200003020810.AAA47280@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Since I submitted this PR I have been doing further experimenting, and have since solved my problem: pccardd found the PCMIA card after changing the pccard_mem="DEFAULT" to pccard_mem="0xd4000" in rc.conf For some reason the system did not like the default of 0xd0000 I also created a seperate pccard.conf file with just the SCSI card in it and applied the changes in PAO3, incorporating the pccard_scsi script which provides for the cam driver to rescan for devices etc. I have included the pccard.conf & pccard_scsi. As far as I am concerned this PR can be closed. Thanks, Craig Wilson National Software Pty Ltd ----------------------------------------------------------------------- pccard.conf # Sample PCCARD configuration file # # Removing all IRQ conflicts from this file can't be done because of some # IRQ-selfish PC-cards. So if you want to use some of these cards in # your machine, you will be forced to modify their IRQ parameters from # the following list. # # IRQ == 0 means "allocate free IRQ from IRQ pool" # IRQ == 16 means "do not use IRQ (e.g. PIO mode)" # # $FreeBSD: src/etc/pccard.conf.sample,v 1.80 2000/02/14 08:02:27 imp Exp $ # Generally available IO ports io 0x240-0x360 # Generally available IRQs (Built-in sound-card owners remove 5) irq 3 5 10 11 13 15 # Available memory slots memory 0xd4000 96k # Adaptec SlimSCSI (also included with Sony CD-ROM players) card "Adaptec, Inc." "APA-1460 SCSI Host Adapter" config 0x9 "aic0" ? insert logger -t pccard:$device -s Adaptec Slim SCSI inserted insert /etc/pccard_scsi $device remove logger -t pccard:$device -s Adaptec Slim SCSI removed ----------------------------------------------------------------------- pccard_scsi #! /bin/sh - # # Usage: pccard_scsi interface name # # example: pccard_scsi aic0 # # T. Ichinoseki # # default value of delay (second) pccard_scsi_delay=2 # Suck in the configuration variables if [ -f /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf elif [ -f /etc/rc.conf ]; then . /etc/rc.conf fi interface=$1 bus=`/sbin/camcontrol devlist -v | \ /usr/bin/grep ${interface} | \ /usr/bin/sed -e "s/ .*$//"` if [ "$bus" ]; then if [ "$pccard_scsi_delay" ]; then if [ ${pccard_scsi_delay} -gt 0 ]; then if [ ${pccard_scsi_delay} -gt 15 ]; then # set muximum delay to 15 seconds pccard_scsi_delay=15 fi /bin/sleep ${pccard_scsi_delay} fi fi /sbin/camcontrol reset $bus /sbin/camcontrol rescan $bus fi ----------------------------------------------------------------------- craig@natsoft.com.au wrote: > Subject: misc/17113: Adaptec SlimSCSI 1460D Not Detected Under FreeBSD4.0RC2 > Date: Wed, 1 Mar 2000 13:58:36 -0800 (PST) > > >Number: 17113 > >Category: misc > >Synopsis: Adaptec SlimSCSI 1460D Not Detected Under FreeBSD4.0RC2 > Compaq Armada E700 Notebook > with PCI-Cardbus/PCMIA > running the GENERIC kernel > >Description: > When the Adaptec SlimSCSI 1460D is inserted the following is displayed: > pccard: card inserted, slot 0 > Mar 2 08:46:11 pccardd[45]: No card in database for ""("") > > I have installed 4.0RC2 as this is the only version of FreeBSD that > will detect the IDE controller. I am using the pccard.conf.sample as > supplied on the FreeBSD4.0RC2 CD ISO image. > > The command 'pccardc dumpcis' returned the following: > Code 85 not found > Code 85 not found > code Unknown ignored > Code 128 not found > Code 128 not found > code Unknown ignored > Configuration data for card in slot 0 > Tuple #1, code = 0x0 (Null tuple), length = 12 > 000: 3c cb 9d 00 00 00 00 00 00 20 40 60 > Tuple #2, code = 0x0 (Null tuple), length = 139 > 000: 55 44 16 00 01 08 00 30 70 50 49 2e c0 8b 2e c0 > 010: 50 49 86 29 00 18 00 00 0c 01 00 00 2e c0 8b 8b > 020: 24 6e 01 00 00 00 00 b4 c6 02 00 00 00 56 00 00 > 030: 0d 43 70 72 67 74 28 29 31 39 2c 39 38 31 39 20 > 040: 49 74 6c 43 72 6f 61 69 6e 0a 49 74 6c 43 72 6f > 050: 61 69 6e 49 74 6c 55 44 2c 50 45 32 30 28 75 6c > 060: 20 37 29 48 ff ff 00 c0 f2 00 b4 cd 0a 74 32 c3 > 070: 01 16 02 c0 c0 02 e4 c0 55 ec 60 46 b4 bb 00 01 > 080: cd 66 90 c2 00 20 e2 c3 0d dc 6a > Code 232 not found > Tuple #3, code = 0xe8 (Unknown), length = 0 > 2 slots found > > It appears as though the system is not reading the card properly. > > Also when pccardd starts the following errors are displayed: > pccardd: (null): illegal IRQ value at line 303, near any > pccardd: (null): illegal card IRQ value at line 303, near any > pccardd: (null): syntax error at line 303, near any > pccardd: (null): syntax error at line 303, near insert > pccardd: (null): syntax error at line 303, near logger > pccardd: (null): syntax error at line 303, near - > pccardd: (null): syntax error at line 303, near t > pccardd: (null): syntax error at line 303, near pccard:$device > pccardd: (null): syntax error at line 303, near - > pccardd: (null): syntax error at line 303, near s > pccardd: (null): syntax error at line 303, near Allied > pccardd: (null): syntax error at line 303, near Telesis > pccardd: (null): syntax error at line 303, near LA100 > pccardd: (null): syntax error at line 303, near - > pccardd: (null): syntax error at line 303, near PCM > pccardd: (null): syntax error at line 303, near - > pccardd: (null): syntax error at line 303, near T > pccardd: (null): syntax error at line 303, near V2 > pccardd: (null): syntax error at line 304, near inserted > pccardd: (null): syntax error at line 304, near insert > pccardd: (null): syntax error at line 304, near /etc/pccard_ether > pccardd: (null): syntax error at line 305, near $device > pccardd: (null): syntax error at line 305, near remove > pccardd: (null): syntax error at line 305, near logger > pccardd: (null): syntax error at line 305, near - > pccardd: (null): syntax error at line 305, near t > pccardd: (null): syntax error at line 305, near pccard:$device > pccardd: (null): syntax error at line 305, near - > pccardd: (null): syntax error at line 305, near s > pccardd: (null): syntax error at line 305, near Allied > pccardd: (null): syntax error at line 305, near Telesis > pccardd: (null): syntax error at line 305, near LA100 > pccardd: (null): syntax error at line 305, near - > pccardd: (null): syntax error at line 305, near PCM > pccardd: (null): syntax error at line 305, near - > pccardd: (null): syntax error at line 305, near T > pccardd: (null): syntax error at line 305, near V2 > pccardd: (null): syntax error at line 306, near removed > pccardd: (null): syntax error at line 306, near remove > pccardd: (null): syntax error at line 306, near /etc/pccard_ether_remove > pccardd: (null): syntax error at line 307, near $device > pccardd: (null): illegal IRQ value at line 667, near any > pccardd: (null): illegal card IRQ value at line 667, near any > pccardd: (null): syntax error at line 667, near any > pccardd: (null): syntax error at line 667, near insert > pccardd: (null): syntax error at line 667, near logger > pccardd: (null): syntax error at line 667, near - > pccardd: (null): syntax error at line 667, near t > pccardd: (null): syntax error at line 667, near pccard:$device > pccardd: (null): syntax error at line 667, near - > pccardd: (null): syntax error at line 667, near s > pccardd: (null): syntax error at line 667, near SiliconTech > pccardd: (null): syntax error at line 667, near Flash > pccardd: (null): syntax error at line 667, near ATA > pccardd: (null): syntax error at line 668, near inserted > pccardd: (null): syntax error at line 668, near remove > pccardd: (null): syntax error at line 668, near logger > pccardd: (null): syntax error at line 668, near - > pccardd: (null): syntax error at line 668, near t > pccardd: (null): syntax error at line 668, near pccard:$device > pccardd: (null): syntax error at line 668, near - > pccardd: (null): syntax error at line 668, near s > pccardd: (null): syntax error at line 668, near SiliconTech > pccardd: (null): syntax error at line 668, near Flash > pccardd: (null): syntax error at line 668, near ATA > pccardd: (null): syntax error at line 669, near removed > pccardd: (null): illegal IRQ value at line 746, near reset > pccardd: (null): illegal card IRQ value at line 746, near reset > pccardd: warning: card AT&T Paradyne(KeepInTouch Card) has no valid configuration > pccardd: warning: card SiliconTech,Inc(16MB Compact PC Card) has no valid configuration > pccardd: warning: card Allied Telesis, K.K.(CentreCOM LA100-PCM-T V2 100/10M LAN PC Card) has no valid configuration > > It appears pccardd does not like 'any' on the config line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 15:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3371137BC55 for ; Thu, 2 Mar 2000 15:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA13861; Thu, 2 Mar 2000 15:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 15:10:03 -0800 (PST) Message-Id: <200003022310.PAA13861@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gregory Bond Subject: Re: bin/17134: problem with cron forgetting jobs Reply-To: Gregory Bond Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17134; it has been noted by GNATS. From: Gregory Bond To: tshansen@nlanr.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17134: problem with cron forgetting jobs Date: Fri, 03 Mar 2000 10:03:36 +1100 I have seen similar behaviour as well on various versions up to 3.4-STABLE. In particular, if you are testing cron jobs and repeatedly putting crontab entries in for say 5 minutes in advance of the current time, sometimes these jobs don't run (but the cron log entry is generated as mentioned in the PR). I've also seen this happen on cron on Solaris 2.6, btw, which is also _very_ broken with the handling of quotes, escaped % characters. There is no way under Solaris cron to get the literal string '%' (i.e. squote pct squote) into a command. Unescaped % is a newline (as per the manual), '\%' is passed as '\%'. This does work as expected on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 19: 3:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from gw.one.com.au (gw.one.com.au [203.18.85.1]) by hub.freebsd.org (Postfix) with ESMTP id CDD6B37B59E for ; Thu, 2 Mar 2000 19:03:31 -0800 (PST) (envelope-from raymond@gw.one.com.au) Received: (from raymond@localhost) by gw.one.com.au (8.9.2/8.9.2) id NAA44373 for freebsd-bugs@FreeBSD.org; Fri, 3 Mar 2000 13:03:29 +1000 (EST) (envelope-from raymond) Date: Fri, 3 Mar 2000 13:03:29 +1000 (EST) From: User Raymond Message-Id: <200003030303.NAA44373@gw.one.com.au> To: freebsd-bugs@FreeBSD.org Subject: Problem Report kern/16849 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Could you advise if I can solve this problem by upgrading from V3.2 to a later version of FreeBSD? Thank you, Ray Newman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Mar 2 21:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E520B37B5BB for ; Thu, 2 Mar 2000 21:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA86943; Thu, 2 Mar 2000 21:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gracie.lbl.gov (gracie.lbl.gov [131.243.2.175]) by hub.freebsd.org (Postfix) with ESMTP id 9778237BF4D for ; Thu, 2 Mar 2000 21:16:52 -0800 (PST) (envelope-from jin@gracie.lbl.gov) Received: (from jin@localhost) by gracie.lbl.gov (8.9.3/8.9.3) id VAA19604; Thu, 2 Mar 2000 21:16:51 -0800 (PST) (envelope-from jin) Message-Id: <200003030516.VAA19604@gracie.lbl.gov> Date: Thu, 2 Mar 2000 21:16:51 -0800 (PST) From: Jin Guojun (FTG staff) Reply-To: jin@gracie.lbl.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/17138: 3.4-20000301-STABLE missing libXThrStub Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17138 >Category: conf >Synopsis: 3.4-20000301-STABLE missing libXThrStub >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 Mar 2 21:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (FTG staff) >Release: FreeBSD 3.4-20000301-STABLE i386 >Organization: >Environment: >Description: At login, this is the error message: /usr/libexec/ld-elf.so.1: Shared object "libXThrStub.so.6" not found >How-To-Repeat: Install 3.4-20000301-STABLE FreeBSD, when login, you will see the error. >Fix: add libXThrStub.so.6 in the distribution. >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 Mar 3 0:29:29 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id D7D1237B7D6 for ; Fri, 3 Mar 2000 00:29:26 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA74323; Fri, 3 Mar 2000 00:29:18 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <38BF77DD.D54B5478@gorean.org> Date: Fri, 03 Mar 2000 00:29:17 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-CURRENT-0302 i386) X-Accept-Language: en MIME-Version: 1.0 To: sobomax@altavista.net Cc: FreeBSD-bugs@freebsd.org Subject: Re: ports/17125: [PATCH] Update of the xfce port to the new 3.3.1 version References: <200003021010.MAA13373@vega.vega.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sobomax@altavista.net wrote: > > >Number: 17125 > >Category: ports > >Synopsis: [PATCH] Update of the xfce port to the new 3.3.1 version This is right on the money, thanks. I hope someone commits it before the release, the new titlebar is a big improvement. Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 2: 9:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D550437B5CB; Fri, 3 Mar 2000 02:09:05 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28008; Fri, 3 Mar 2000 02:09:05 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 3 Mar 2000 02:09:05 -0800 (PST) From: Message-Id: <200003031009.CAA28008@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: misc/17133: /etc/pcmcia.conf.sample error with DFE-650 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /etc/pcmcia.conf.sample error with DFE-650 Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Mar 3 02:08:48 PST 2000 Responsible-Changed-Why: Warner will know what to do. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 2:20: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22C1537B5F3 for ; Fri, 3 Mar 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28813; Fri, 3 Mar 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Mar 2000 02:20:03 -0800 (PST) Message-Id: <200003031020.CAA28813@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/17134: problem with cron forgetting jobs Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17134; it has been noted by GNATS. From: Sheldon Hearn To: tshansen@nlanr.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG, ghelmer@FreeBSD.org Subject: Re: bin/17134: problem with cron forgetting jobs Date: Fri, 03 Mar 2000 12:18:14 +0200 On Thu, 02 Mar 2000 12:40:45 PST, Todd Hansen wrote: > Anyway, the problem is related to what was mentioned in > bin/6004. Except we have more information and a greater need to work > with you to figure this out. Guy Helmer closed that PR because he couldn't get any more information from the originator. I'm copying him on this mail in the hopes that he was actually interested in that PR. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 3: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC29337B617 for ; Fri, 3 Mar 2000 03:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA32297; Fri, 3 Mar 2000 03:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B98337BFBC for ; Fri, 3 Mar 2000 02:55:37 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from imap.gv.tsc.tdk.com (imap.gv.tsc.tdk.com [192.168.241.198]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id CAA18883 for ; Fri, 3 Mar 2000 02:55:37 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from gvpc85.gv.tsc.tdk.com (gvpc85.gv.tsc.tdk.com [192.168.240.85]) by imap.gv.tsc.tdk.com (8.9.3/8.9.3) with ESMTP id CAA26806 for ; Fri, 3 Mar 2000 02:55:36 -0800 (PST) (envelope-from Don.Lewis@tsc.tdk.com) Received: (from gdonl@localhost) by gvpc85.gv.tsc.tdk.com (8.9.3/8.9.3) id CAA59961; Fri, 3 Mar 2000 02:55:36 -0800 (PST) (envelope-from Don.Lewis@tsc.tdk.com) Message-Id: <200003031055.CAA59961@gvpc85.gv.tsc.tdk.com> Date: Fri, 3 Mar 2000 02:55:36 -0800 (PST) From: Don Lewis Reply-To: gdonl@tsc.tdk.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17142: 4.0-CURRENT hangs in ex_isa_identify() when it encounters ET/5025-16 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17142 >Category: kern >Synopsis: 4.0-CURRENT hangs in ex_isa_identify() when it encounters ET/5025-16 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 03:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Don Lewis >Release: FreeBSD 4.0-CURRENT i386 >Organization: TDK Semiconductor >Environment: PC with Emerging Technologies ET/5025-16 ISA card installed. >Description: If an Emerging Technologies ET/5025-16 ISA card is installed, ex_isa_identify() hangs the machine when it accesses the I/O ports used by the ET card. It appears that ex_isa_identify() hangs when it executes look_for_card(). Apparently the code in ex_isa_identify() provokes the ET card into yanking IOCHRDY low forever. This has probably been broken since if_ex.c 1.24. >How-To-Repeat: Attempt to boot the GENERIC kernel with an ET/5025-16 card installed. >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 Mar 3 3:10:25 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C82BA37C006 for ; Fri, 3 Mar 2000 03:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA33147; Fri, 3 Mar 2000 03:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FC8C37BFBC for ; Fri, 3 Mar 2000 03:03:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA32613; Fri, 3 Mar 2000 03:03:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003031103.DAA32613@freefall.freebsd.org> Date: Fri, 3 Mar 2000 03:03:50 -0800 (PST) From: peter.edwards@ireland.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17143: [PATCH] make "tunefs -p" work for mounted filesytems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17143 >Category: misc >Synopsis: [PATCH] make "tunefs -p" work for mounted filesytems >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 03:10:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Peter Edwards >Release: -current >Organization: >Environment: FreeBSD rocklobster 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Fri Jan 21 09:42:06 GMT 2000 petere@rocklobster:/usr/src/sys/compile/PME2 i386 >Description: tunefs -p won't work on a mounted filesystem. Here's a patch that works for me >How-To-Repeat: # tunefs -p /usr tunefs: cannot work on read-write mounted file system # >Fix: There's a check at the moment to check that a filesystem is mounted R/W. If it is, tunefs exits prematurely. We need to avoid bailing out at this point, and instead open the raw device in readonly mode (otherwise we won't be able to open the device file, 'cause its busy) Patch for /usr/src/sbin/tunefs/tunefs.c included (uuencoded to keep whitespace for my cut-and-paste-to-web-browser) begin 644 tunefs.patch M*BHJ('1U;F5F7-T96T@ M:7,@;6]U;G1E9"!2+U<*(2`)"0D@*B\*(2`)"0EI9B`H*F-P("$]("=P)R`F M)B!O<&5N;6]D92`A/2!/7U)$5U(I"B$@"0D)"65R7-T M96TB*3L*("`)"0ES=VET8V@@*"IC<"D@>PH@(`H@(`D)"6-APH@(`HA(`EF:2`](&]P96XH M9FEL92P@;6]D92D["B`@"6EF("AF:2`\(#`I"B`@"0EE; Fri, 3 Mar 2000 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA39394; Fri, 3 Mar 2000 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE79F37B61C for ; Fri, 3 Mar 2000 04:07:55 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA39186; Fri, 3 Mar 2000 04:07:55 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003031207.EAA39186@freefall.freebsd.org> Date: Fri, 3 Mar 2000 04:07:55 -0800 (PST) From: gem@express.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17146: panic in devfs_open() while mounting device from devfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17146 >Category: kern >Synopsis: panic in devfs_open() while mounting device from devfs >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 Mar 3 04:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Maxim Giryaev >Release: 4.0-CURRENT >Organization: BTU "Russian Express" >Environment: FreeBSD sql.express.ru 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Fri Mar 3 06:53:46 MSK 2000 root@sql.express.ru:/ext/src/sys/compile/SQL i386 Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #3: Fri Mar 3 06:53:46 MSK 2000 root@sql.express.ru:/ext/src/sys/compile/SQL Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon (551.25-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383fbff real memory = 268435456 (262144K bytes) avail memory = 256647168 (250632K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 16 -> irq 11 IOAPIC #0 intpin 18 -> irq 10 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0346000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc034609c. DEVFS: ready for devices ccd0-3: Concatenated disk drivers Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 pci0: at 7.2 Timecounter "PIIX" frequency 3579545 Hz intpm0: port 0x440-0x44f irq 9 at device 7.3 on pci0 intpm0: I/O mapped 440 intpm0: intr IRQ 9 enabled revision 0 smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped 400 ahc0: port 0xe400-0xe4ff mem 0xfebfe000-0xfebfefff irq 11 at device 14.0 on pci0 ahc0: aic7895 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: port 0xe800-0xe8ff mem 0xfebff000-0xfebfffff irq 11 at device 14.1 on pci0 ahc1: aic7895 Wide Channel B, SCSI Id=7, 16/255 SCBs fxp0: port 0xef40-0xef5f mem 0xfea00000-0xfeafffff,0xffaff000-0xffafffff irq 10 at device 18.0 on pci0 fxp0: Ethernet address 00:50:8b:5b:b1:da fxp0: supplying EUI64: 00:50:8b:ff:fe:5b:b1:da pcib1: on motherboard pci2: on pcib1 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 flags 0x10 on isa0 sio1: type 16550A DEVFS: ready to run APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default DUMMYNET initialized (000106) IPsec: Initialized Security Association Processing. IPv6 packet filtering initialized, default to accept, logging limited to 100 packets/entry SMP: AP CPU #1 Launched! ad0: 4126MB [8944/15/63] at ata0-master using UDMA33 Waiting 2 seconds for SCSI devices to settle Mounting root from ufs:/dev/da0s1a da1 at ahc1 bus 0 target 6 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da1: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C) da0 at ahc0 bus 0 target 8 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) >Description: panic in devfs_open() while mounting device on devfs SMP 2 cpus IdlePTD 3506176 initial pcb at 2cf980 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode mp_lock = 00000002; cpuid = 0; lapic.id = 00000000 fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01903f6 stack pointer = 0x10:0xd043fcd0 frame pointer = 0x10:0xd043fd04 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 = 182 (mount) interrupt mask = none <- SMP: XXX trap number = 12 panic: page fault mp_lock = 00000002; cpuid = 0; lapic.id = 00000000 boot() called on cpu#0 syncing disks... 2 2 done Uptime: 13m8s dumping to dev #da/9, offset 86119 dump 256 255 254 253 252 251 250 ... (kgdb) bt #0 boot (howto=256) at ../../kern/kern_shutdown.c:304 #1 0xc015b560 in poweroff_wait (junk=0xc02a244f, howto=-821729120) at ../../kern/kern_shutdown.c:554 #2 0xc0263d53 in trap_fatal (frame=0xd043fc90, eva=0) at ../../i386/i386/trap.c:924 #3 0xc02639e9 in trap_pfault (frame=0xd043fc90, usermode=0, eva=0) at ../../i386/i386/trap.c:817 #4 0xc02635e7 in trap (frame={tf_fs = -800915432, tf_es = -800915440, tf_ds = -1072168944, tf_edi = -1050317440, tf_esi = -801124384, tf_ebp = -800850684, tf_isp = -800850756, tf_ebx = -1070803008, tf_edx = -800850612, tf_ecx = -801124384, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1072102410, tf_cs = 8, tf_eflags = 66194, tf_esp = -1050317440, tf_ss = 3}) at ../../i386/i386/trap.c:423 #5 0xc01903f6 in devfs_open (ap=0xd043fd4c) at ../../miscfs/devfs/devfs_vnops.c:1336 #6 0xc0220fe1 in ffs_mountfs (devvp=0xd03fcfe0, mp=0xc164fc00, p=0xcf0568a0, malloctype=0xc02c1860) at vnode_if.h:189 #7 0xc02208d4 in ffs_mount (mp=0xc164fc00, path=0xbfbff024 "/mnt", data=0xbfbfef70 "n|??", ndp=0xd043fe98, p=0xcf0568a0) at ../../ufs/ffs/ffs_vfsops.c:357 #8 0xc0186c6f in mount (p=0xcf0568a0, uap=0xd043ff80) at ../../kern/vfs_syscalls.c:304 #9 0xc0263f9e in syscall (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134664598, tf_esi = -1077940188, tf_ebp = -1077940260, tf_isp = -800849964, tf_ebx = 0, tf_edx = 0, tf_ecx = -1077940480, tf_eax = 21, tf_trapno = 12, tf_err = 2, tf_eip = 134535536, tf_cs = 31, tf_eflags = 582, tf_esp = -1077940448, tf_ss = 47}) at ../../i386/i386/trap.c:1073 #10 0xc0252031 in Xint0x80_syscall () #11 0x8048b11 in ?? () #12 0x80486a1 in ?? () #13 0x80480f9 in ?? () .... (kgdb) l 1331 return (EPERM); 1332 } 1333 if ((dsw->d_flags & D_TYPEMASK) == D_TTY) 1334 vp->v_flag |= VISTTY; 1335 VOP_UNLOCK(vp, 0, p); 1336 error = (*vp->v_rdev->si_devsw->d_open)( 1337 vp->v_rdev, 1338 ap->a_mode, 1339 S_IFCHR, 1340 p); (kgdb) p *vp $1 = {v_flag = 8192, v_usecount = 1, v_writecount = 0, v_holdcnt = 0, v_id = 4025, v_mount = 0xc163fa00, v_op = 0xc15ea200, v_freelist = { tqe_next = 0x0, tqe_prev = 0xd03fd1dc}, v_mntvnodes = { le_next = 0xd03fd1c0, le_prev = 0xc163fa18}, v_cleanblkhd = { tqh_first = 0x0, tqh_last = 0xd03fd00c}, v_dirtyblkhd = {tqh_first = 0x0, tqh_last = 0xd03fd014}, v_synclist = {le_next = 0x0, le_prev = 0x0}, v_numoutput = 0, v_type = VCHR, v_un = {vu_mountedhere = 0xc1656d80, vu_socket = 0xc1656d80, vu_spec = {vu_specinfo = 0xc1656d80, vu_specnext = {sle_next = 0x0}}, vu_fifoinfo = 0xc1656d80}, v_lease = 0x0, v_lastw = 0, v_cstart = 0, v_lasta = 0, v_clen = 0, v_object = 0xd043a8a0, v_interlock = {lock_data = 0}, v_vnlock = 0x0, v_tag = VT_DEVFS, v_data = 0xc16de400, v_cache_src = {lh_first = 0x0}, v_cache_dst = {tqh_first = 0x0, tqh_last = 0xd03fd060}, v_dd = 0xd03fcfe0, v_ddid = 0, v_pollinfo = {vpi_lock = {lock_data = 0}, vpi_selinfo = { si_pid = 0, si_flags = 0}, vpi_events = 0, vpi_revents = 0}} (kgdb) p vp->v_un.vu_spec $3 = {vu_specinfo = 0xc1656d80, vu_specnext = {sle_next = 0x0}} (kgdb) p *vp->v_un.vu_spec.vu_specinfo $5 = {si_flags = 0, si_udev = 3334, si_hash = {le_next = 0xc15c6680, le_prev = 0xc168b908}, si_hlist = {slh_first = 0xd03fcfe0}, si_name = '\000' , si_drv1 = 0x0, si_drv2 = 0x0, si_devsw = 0x0, si_devfs = 0x0, si_bdevfs = 0x0, si_iosize_max = 0, __si_u = {__si_tty = {__sit_tty = 0x0}, __si_disk = {__sid_disk = 0x0, __sid_mountpoint = 0x0, __sid_bsize_phys = 0, __sid_bsize_best = 0}}} >How-To-Repeat: bash-2.03# mount_devfs / /devs bash-2.03# mount /devs/rda0s1g /mnt >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 Mar 3 4:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8743837B6F1 for ; Fri, 3 Mar 2000 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA42272; Fri, 3 Mar 2000 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 369FB37BFE5 for ; Fri, 3 Mar 2000 04:32:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA41497; Fri, 3 Mar 2000 04:32:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003031232.EAA41497@freefall.freebsd.org> Date: Fri, 3 Mar 2000 04:32:29 -0800 (PST) From: mb@imp.ch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17148: If keyboard is not attached while booting, it is not detected if attached later Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17148 >Category: kern >Synopsis: If keyboard is not attached while booting, it is not detected if attached later >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 Mar 3 04:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Martin Blapp >Release: FreeBSD CURRENT 03032000 >Organization: Improware AG >Environment: >Description: If keyboard is not attached while booting, it is not detected if attached later. The keyboard blinks at the same time on all three leds one time, but is not functional after. Only a reset (soft or hard) does bring the keyboard back. boot -v output (if keyboard is connected at boottime) : atkbdc0: (i8042)> at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkdbc0 atkdb: the current kbd controller commend byte 0067 atkdb: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD return code:00aa kdb0: atkdb0, AT 101/102 (2), config:0x0, flags:0x3d0000 >How-To-Repeat: Remove the keyboard. Turn on the computer and boot FreeBSD. After the machine is up, attach the keyboard. >Fix: not known >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 8:50: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 381D637B64C for ; Fri, 3 Mar 2000 08:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA36441; Fri, 3 Mar 2000 08:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Mar 2000 08:50:04 -0800 (PST) Message-Id: <200003031650.IAA36441@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/17134: problem with cron forgetting jobs Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17134; it has been noted by GNATS. From: Guy Helmer To: Sheldon Hearn Cc: tshansen@nlanr.net, FreeBSD-gnats-submit@FreeBSD.ORG, Guy Helmer Subject: Re: bin/17134: problem with cron forgetting jobs Date: Fri, 3 Mar 2000 10:41:45 -0600 (CST) On Fri, 3 Mar 2000, Sheldon Hearn wrote: > On Thu, 02 Mar 2000 12:40:45 PST, Todd Hansen wrote: > > > Anyway, the problem is related to what was mentioned in > > bin/6004. Except we have more information and a greater need to work > > with you to figure this out. > > Guy Helmer closed that PR because he couldn't get any more information > from the originator. I'm copying him on this mail in the hopes that > he was actually interested in that PR. :-) I closed 6004 since I was neither able to verify that it was still a problem nor obtain further clues. I am suprised that more people have not encountered this problem if it is simply exhibited with frequently-executed jobs. I will try running cron with some debugging options enabled (-x proc and maybe some others), and see if I can duplicate this; if anyone else wants to do so also, that's fine :-) It may be helpful to obtain a core dump and executable image from from a cron daemon built with "cd /usr/src/usr.sbin/cron && make CFLAGS=-g LDFLAGS=-static clean all" -- then run cron and "kill -6" it after it has started to exhibit this behavior. The bug's cause could be a stray pointer or an off-by-one error, but seeing what was in the data structures may help. Guy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 9:55:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 7A1D237B651; Fri, 3 Mar 2000 09:55:33 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id EC3804CE0F; Fri, 3 Mar 2000 12:55:28 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id MAA16093; Fri, 3 Mar 2000 12:55:28 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id JAA06508; Fri, 3 Mar 2000 09:54:59 -0800 (PST) Message-Id: <200003031754.JAA06508@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: sheldonh@freebsd.org Subject: Re: bin/13691: tcpslice cannot extract over 2GB part of trace file Cc: freebsd-bugs@freebsd.org, fenner@freebsd.org Date: Fri, 3 Mar 2000 09:54:58 -0800 Versions: dmail (solaris) 2.2g/makemail 2.9a Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Actually, tcpdump and tcpslice are no longer a single package. I'll look at this anyway, though. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 11: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 040CE37C03E for ; Fri, 3 Mar 2000 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA48304; Fri, 3 Mar 2000 11:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B073837BB6B for ; Fri, 3 Mar 2000 10:55:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA47850; Fri, 3 Mar 2000 10:55:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003031855.KAA47850@freefall.freebsd.org> Date: Fri, 3 Mar 2000 10:55:22 -0800 (PST) From: freak@fac-simile.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17152: kernel panic:aio_write Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17152 >Category: kern >Synopsis: kernel panic:aio_write >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 11:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Patrick Julien >Release: 3.4-RELEASE >Organization: >Environment: FreeBSD bsd.local.fac-simile.com 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Dec 20 06:54:39 GMT 1999 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: Using aio_write with the rt signal notification crashes the system. 3 different machines have been crashed using this technique. Note that no signal number is specified for this test. >How-To-Repeat: #include #include #include #include int main ( void ) { int f; struct aiocb io; char data [ ] = "Donnees a ecrire\n"; f = open ( "allo", O_CREAT | O_TRUNC | O_WRONLY, 00600 ); memset ( &io, 0, sizeof ( struct aiocb ) ); io.aio_nbytes = sizeof ( data ); io.aio_fildes = f; io.aio_buf = data; io.aio_sigevent.sigev_notify = SIGEV_SIGNAL; aio_write ( &io ); sleep ( 1 ); return 0; } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 11:40: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9083E37B58A for ; Fri, 3 Mar 2000 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA52282; Fri, 3 Mar 2000 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 06E0737B6EB for ; Fri, 3 Mar 2000 11:30:48 -0800 (PST) (envelope-from mjacob@lorq.feral.com) Received: from lorq.feral.com (lorq [192.67.166.93]) by feral.com (8.9.3/8.9.3) with ESMTP id LAA32465 for ; Fri, 3 Mar 2000 11:30:46 -0800 Received: (from mjacob@localhost) by lorq.feral.com (8.9.3/8.9.3) id LAA01066; Fri, 3 Mar 2000 11:30:46 -0800 (PST) (envelope-from mjacob) Message-Id: <200003031930.LAA01066@lorq.feral.com> Date: Fri, 3 Mar 2000 11:30:46 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/17153: Qlogic Ultra2/Ultra3 cards seem to write very slow to IBM disks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17153 >Category: kern >Synopsis: Qlogic Ultra3 cards seem to write very slow to IBM disks >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 11:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Matthew Jacob >Release: FreeBSD 4.0-CURRENT i386 >Organization: Feral Software >Environment: -current as of today. I have a Qlogic 1280 dual Ultra2 controller and a Qlogic 12160 dual Ultra3 card- this behaviour is the same for both - and have 3 Ultra3 drives (shown in their Ultra2 invocations): da8 at isp1 bus 0 target 4 lun 0 da8: Fixed Direct Access SCSI-2 device da8: 80.000MB/s transfers (40.000MHz, offset 8, 16bit), Tagged Queueing Enabled da8: 8683MB (17783249 512 byte sectors: 255H 63S/T 1106C) da9 at isp1 bus 1 target 0 lun 0 da9: Fixed Direct Access SCSI-3 device da9: 80.000MB/s transfers (40.000MHz, offset 8, 16bit), Tagged Queueing Enabled da9: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) da10 at isp1 bus 1 target 1 lun 0 da10: Fixed Direct Access SCSI-3 device da10: 80.000MB/s transfers (40.000MHz, offset 8, 16bit), Tagged Queueing Enabled da10: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) Tyan 200Mhz Pentium. >Description: The read data rate is quite respectable for these drives: lorq.feral.com > root lmdd if=/dev/rda8 bs=1024k count=50 50.00 MB in 4.18 seconds (11.9530 MB/sec) lorq.feral.com > root lmdd if=/dev/rda9 bs=1024k count=50 50.00 MB in 1.90 seconds (26.3304 MB/sec) The write data rate for the Quantum okay: lorq.feral.com > root lmdd of=/dev/rda8 bs=1024k count=50 50.00 MB in 3.88 seconds (12.8946 MB/sec) The write data rate for the IBM totally sucks: lorq.feral.com > root lmdd of=/dev/rda9 bs=1024k count=50 50.00 MB in 6.80 seconds (7.3521 MB/sec) Write Cache Enable is not on for the quantum. Setting it for the IBM doesn't seem to make a difference. [ I'm filing this bug for myself to remember to look into in a couple of weeks ] >How-To-Repeat: See above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 11:45:48 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E878C37B64F; Fri, 3 Mar 2000 11:45:46 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA53008; Fri, 3 Mar 2000 11:45:46 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Date: Fri, 3 Mar 2000 11:45:46 -0800 (PST) From: Message-Id: <200003031945.LAA53008@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/17153: Qlogic Ultra3 cards seem to write very slow to IBM disks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Qlogic Ultra3 cards seem to write very slow to IBM disks Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Fri Mar 3 11:45:26 PST 2000 Responsible-Changed-Why: my driver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 12: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E25E37B69E for ; Fri, 3 Mar 2000 12:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA54429; Fri, 3 Mar 2000 12:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Mar 2000 12:00:02 -0800 (PST) Message-Id: <200003032000.MAA54429@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Todd Hansen Subject: Re: bin/17134: problem with cron forgetting jobs Reply-To: Todd Hansen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/17134; it has been noted by GNATS. From: Todd Hansen To: Guy Helmer Cc: Sheldon Hearn , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/17134: problem with cron forgetting jobs Date: Fri, 3 Mar 2000 11:56:05 -0800 (PST) I will see what I can do with our systems to help you. Maybe I can run the tests you mentioned below. At the very least I can get you a core from a 3.0-RELEASE cron binary. -todd On Fri, 3 Mar 2000, Guy Helmer wrote: > On Fri, 3 Mar 2000, Sheldon Hearn wrote: > > > On Thu, 02 Mar 2000 12:40:45 PST, Todd Hansen wrote: > > > > > Anyway, the problem is related to what was mentioned in > > > bin/6004. Except we have more information and a greater need to work > > > with you to figure this out. > > > > Guy Helmer closed that PR because he couldn't get any more information > > from the originator. I'm copying him on this mail in the hopes that > > he was actually interested in that PR. :-) > > I closed 6004 since I was neither able to verify that it was still a > problem nor obtain further clues. I am suprised that more people have not > encountered this problem if it is simply exhibited with > frequently-executed jobs. I will try running cron with some debugging > options enabled (-x proc and maybe some others), and see if I can > duplicate this; if anyone else wants to do so also, that's fine :-) > > It may be helpful to obtain a core dump and executable image from from a > cron daemon built with "cd /usr/src/usr.sbin/cron && make CFLAGS=-g > LDFLAGS=-static clean all" -- then run cron and "kill -6" it after it has > started to exhibit this behavior. The bug's cause could be a stray pointer > or an off-by-one error, but seeing what was in the data structures may > help. > > Guy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 13:10:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F2F837B667 for ; Fri, 3 Mar 2000 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62658; Fri, 3 Mar 2000 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 2179F37B667; Fri, 3 Mar 2000 13:05:18 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id QAA44752; Fri, 3 Mar 2000 16:10:43 -0500 (EST) (envelope-from cjc) Message-Id: <200003032110.QAA44752@cc942873-a.ewndsr1.nj.home.com> Date: Fri, 3 Mar 2000 16:10:43 -0500 (EST) From: "Crist J. Clark" Reply-To: cjc@cc942873-a.ewndsr1.nj.home.com To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-security@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/17155: Add mount(8) check to /etc/security Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17155 >Category: misc >Synopsis: Add mount(8) check to /etc/security >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 Mar 3 13:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Crist J. Clark >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD 3.4-STABLE, distributed /etc/security file. >Description: The other day I had to change the way a filesystem was mounted to do some administrative tasks (specifically, I turned off the nosuid option). I guess I became distracted because I never re-enabled it until just noticing it recently. I was surprised and a little bit peeved that my /etc/security script would not notice a change in the way filesystems were mounted. Rather than just complain, I modified my own /etc/security's accordingly and decided the modification was something that no one could really argue against, so I'm submitting it here. >How-To-Repeat: Do anything to your filesystem mounts. /etc/security won't notice. >Fix: The structure of the added commands parallels the existing 'dmesg' check currently in place. Frankly, it's almost exactly the same, just different filenames and another command generating the initial output. The only thing I am unsure of is which is more asthetically pleasing, using 'mount -p' output or taking 'mount' output and running it through a quick sed script to clean out the "writes:" information. At this point, I perfer the more verbose mount-sed combo. Both patches are included. Any contructive comments or criticisms appreciated. The mount-sed combo, --- /usr/src/etc/security Tue Dec 21 04:46:02 1999 +++ security Fri Mar 3 15:56:52 2000 @@ -48,6 +48,21 @@ mv $TMP $LOG/setuid.today fi +if mount | sed 's/, writes: [^\)]*//' > $TMP; then + if [ ! -f $LOG/mount.today ]; then + separator + echo "no $LOG/mount.today" + cp $TMP $LOG/mount.today + fi + if cmp $LOG/mount.today $TMP >/dev/null 2>&1; then :; else + separator + echo "$host changes in mounted filesystems:" + diff -b $LOG/mount.today $TMP + mv $LOG/mount.today $LOG/mount.yesterday + mv $TMP $LOG/mount.today + fi +fi + separator echo "checking for uids of 0:" awk -F: '$3==0 {print $1,$3}' /etc/master.passwd Now for the mount-p version, --- /usr/src/etc/security Tue Dec 21 04:46:02 1999 +++ security Fri Mar 3 15:57:52 2000 @@ -48,6 +48,21 @@ mv $TMP $LOG/setuid.today fi +if mount -p > $TMP; then + if [ ! -f $LOG/mount.today ]; then + separator + echo "no $LOG/mount.today" + cp $TMP $LOG/mount.today + fi + if cmp $LOG/mount.today $TMP >/dev/null 2>&1; then :; else + separator + echo "$host changes in mounted filesystems:" + diff -b $LOG/mount.today $TMP + mv $LOG/mount.today $LOG/mount.yesterday + mv $TMP $LOG/mount.today + fi +fi + separator echo "checking for uids of 0:" awk -F: '$3==0 {print $1,$3}' /etc/master.passwd >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 Mar 3 17:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8503B37B712 for ; Fri, 3 Mar 2000 17:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA86637; Fri, 3 Mar 2000 17:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Mar 2000 17:40:02 -0800 (PST) Message-Id: <200003040140.RAA86637@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dan Papasian Subject: Re: conf/17138: 3.4-20000301-STABLE missing libXThrStub Reply-To: Dan Papasian Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17138; it has been noted by GNATS. From: Dan Papasian To: Jin Guojun Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/17138: 3.4-20000301-STABLE missing libXThrStub Date: Fri, 3 Mar 2000 20:32:58 -0500 This issue has been fixed. You'll have to get the latest Xbin.tgz and install it. (I have a sudden deja vu- this is my first response to this, right?) -Dan Papasian On Thu, Mar 02, 2000 at 09:16:51PM -0800, Jin Guojun wrote: > > >Number: 17138 > >Category: conf > >Synopsis: 3.4-20000301-STABLE missing libXThrStub > >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 Mar 2 21:20:00 PST 2000 > >Closed-Date: > >Last-Modified: > >Originator: Jin Guojun (FTG staff) > >Release: FreeBSD 3.4-20000301-STABLE i386 > >Organization: > >Environment: > > > > >Description: > > At login, this is the error message: > > /usr/libexec/ld-elf.so.1: Shared object "libXThrStub.so.6" not found > > > >How-To-Repeat: > > Install 3.4-20000301-STABLE FreeBSD, when login, you will see > the error. > > >Fix: > > add libXThrStub.so.6 in the distribution. > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Mar 3 18:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C69937B749 for ; Fri, 3 Mar 2000 18:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90307; Fri, 3 Mar 2000 18:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A62D37B72E for ; Fri, 3 Mar 2000 18:27:54 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90101; Fri, 3 Mar 2000 18:27:54 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003040227.SAA90101@freefall.freebsd.org> Date: Fri, 3 Mar 2000 18:27:54 -0800 (PST) From: larse@isi.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17173: 4.0-20000214-CURRENT: ata with Intel ICH ATA-66 -> UDMA33 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17173 >Category: kern >Synopsis: 4.0-20000214-CURRENT: ata with Intel ICH ATA-66 -> UDMA33 >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 Mar 3 18:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: 4.0-20000214-CURRENT >Organization: USC Information Sciences Institute >Environment: FreeBSD hbo.isi.edu 4.0-20000214-CURRENT FreeBSD 4.0-20000214-CURRENT #4: Thu Feb 24 16:47:59 PST 2000 root@pub.isi.edu:/usr/src/sys/compile/PRECISION i386 >Description: For some reason, the ata driver only supports UDMA33 on an Intel ICH ATA-66 controller together with an IBM-DPTA-372730 drive. Both drive and controller should be UDMA66-capable. The relevant lines from dmesg: [hbo: /usr/src/sys] dmesg | grep ata ata-pci0: port 0xffa0-0xffaf at device 31.1 on pci0 ata0 at 0x01f0 irq 14 on ata-pci0 ata1 at 0x0170 irq 15 on ata-pci0 ad0: 26105MB [53040/16/63] at ata0-master using UDMA33 acd0: CD-RW at ata1-master using UDMA33 The relevant lines from my kernel config file: device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices I saw this note in ata(4): Remember that in order to use UDMA4 mode you have to use a special 80 conductor cable, and the driver tries to determine if you have such a ca- ble attached before setting UDMA4 mode. I'm *assuming* our machine has such a cable (it's a brand-new Dell workstation) - in any case, how do I verify that? Thanks, Lars >How-To-Repeat: n/a >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 Mar 3 22:24:25 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20B7C37B5E0; Fri, 3 Mar 2000 22:24:23 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA05122; Fri, 3 Mar 2000 22:24:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Date: Fri, 3 Mar 2000 22:24:22 -0800 (PST) From: Message-Id: <200003040624.WAA05122@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, kris@FreeBSD.org Subject: Re: bin/16926: [PATCH] banner doesn't allocate space for nul Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] banner doesn't allocate space for nul Responsible-Changed-From-To: freebsd-bugs->kris Responsible-Changed-By: kris Responsible-Changed-When: Fri Mar 3 22:23:41 PST 2000 Responsible-Changed-Why: My bug, I'll fix :) Sorry for not responding to your mail.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 1:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A975A37B7AC for ; Sat, 4 Mar 2000 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17652; Sat, 4 Mar 2000 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rivendell.apana.org.au (rivendell.apana.org.au [203.3.126.17]) by hub.freebsd.org (Postfix) with ESMTP id D06CE37B586 for ; Sat, 4 Mar 2000 01:44:34 -0800 (PST) (envelope-from phil@rivendell.apana.org.au) Received: (from phil@localhost) by rivendell.apana.org.au (8.9.3/8.9.3) id TAA45571; Sat, 4 Mar 2000 19:44:21 +1000 (EST) (envelope-from phil) Message-Id: <200003040944.TAA45571@rivendell.apana.org.au> Date: Sat, 4 Mar 2000 19:44:21 +1000 (EST) From: Phil Homewood Reply-To: phil@rivendell.apana.org.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17175 >Category: gnu >Synopsis: [PATCH] send-pr predictable tempfile vulnerability >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 Mar 4 01:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Phil Homewood >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: $FreeBSD: src/gnu/usr.bin/send-pr/send-pr.sh,v 1.9.2.3 1999/08/29 14:35:18 peter Exp $ >Description: send-pr overwrites files named after (predictable) PIDs in /tmp, following symlinks. The exploits are obvious. >How-To-Repeat: Create lots of symlinks from /tmp/p$$ to something interesting. Run send-pr, or wait for your victim to do so. Observe target file now containing victim's name. >Fix: Workaround: set TMPDIR to something safe before invoking send-pr. Fix: --- src/gnu/usr.bin/send-pr/send-pr.sh.orig Sat Sep 4 06:06:55 1999 +++ src/gnu/usr.bin/send-pr/send-pr.sh Sat Mar 4 19:33:22 2000 @@ -73,11 +73,9 @@ # -[ -z "$TMPDIR" ] && TMPDIR=/tmp - -TEMP=$TMPDIR/p$$ -BAD=$TMPDIR/pbad$$ -REF=$TMPDIR/pf$$ +TEMP=`mktemp -t send-pr.p` || exit 1 +BAD=`mktemp -t send-pr.pbad` || exit 1 +REF=`mktemp -t send-pr.pf` || exit 1 if [ -z "$LOGNAME" -a -n "$USER" ]; then LOGNAME=$USER Additional note: Do not edit /usr/bin/send-pr while sending a PR. You will lose all your hard work when you exit. >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 Mar 4 2:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57EF437B782 for ; Sat, 4 Mar 2000 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA18738; Sat, 4 Mar 2000 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 02:10:02 -0800 (PST) Message-Id: <200003041010.CAA18738@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/17175; it has been noted by GNATS. From: Sheldon Hearn To: phil@rivendell.apana.org.au Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Date: Sat, 04 Mar 2000 12:03:23 +0200 On Sat, 04 Mar 2000 19:44:21 +1000, Phil Homewood wrote: > Create lots of symlinks from /tmp/p$$ to something > interesting. Run send-pr, or wait for your victim to do > so. Observe target file now containing victim's name. This only works when the user running send-pr has write permission on the affected file, right? While this should be fixed, it's certainly not a show-stopper if it's just a user-to-user annoyance. Nobody sensible runs send-pr as root. So, assuming I'm right about the urgency involved, have you investigated the possibility of a patch from the vendor? Although the send-pr.sh file isn't on the vendor branch any more, it'd make sense to try to use a vendor-supplied patch. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 2:10: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AB9837B7AC for ; Sat, 4 Mar 2000 02:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA18744; Sat, 4 Mar 2000 02:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 02:10:03 -0800 (PST) Message-Id: <200003041010.CAA18744@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Phil Homewood Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Reply-To: Phil Homewood Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/17175; it has been noted by GNATS. From: Phil Homewood To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Date: Sat, 4 Mar 2000 20:07:01 +1000 OOPS. Previous patch is mildly bogus. This one works better. --- src/gnu/usr.bin/send-pr/send-pr.sh.orig Sat Sep 4 06:06:55 1999 +++ src/gnu/usr.bin/send-pr/send-pr.sh Sat Mar 4 20:01:14 2000 @@ -75,9 +75,9 @@ [ -z "$TMPDIR" ] && TMPDIR=/tmp -TEMP=$TMPDIR/p$$ -BAD=$TMPDIR/pbad$$ -REF=$TMPDIR/pf$$ +TEMP=`mktemp -t send-pr.p` || exit 1 +BAD=`mktemp -t send-pr.pbad` || exit 1 +REF=`mktemp -t send-pr.pf` || exit 1 if [ -z "$LOGNAME" -a -n "$USER" ]; then LOGNAME=$USER -- Phil Homewood dot@atat.dotat.org phil@rivendell.apana.org.au Member, Australian Public Access Network Association To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 2:14: 2 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A24437B7C9; Sat, 4 Mar 2000 02:14:01 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA18944; Sat, 4 Mar 2000 02:14:01 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Sat, 4 Mar 2000 02:14:01 -0800 (PST) From: Message-Id: <200003041014.CAA18944@freefall.freebsd.org> To: crp22@cam.ac.uk, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/16942: send-pr(1) creates unsafe temp files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: send-pr(1) creates unsafe temp files State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Sat Mar 4 02:10:57 PST 2000 State-Changed-Why: The patch on PR 17175 looks a little cleaner. How does it look to you? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 2:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D9CF37B60E for ; Sat, 4 Mar 2000 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA19240; Sat, 4 Mar 2000 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 02:20:02 -0800 (PST) Message-Id: <200003041020.CAA19240@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Phil Homewood Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Reply-To: Phil Homewood Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/17175; it has been noted by GNATS. From: Phil Homewood To: Sheldon Hearn Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Date: Sat, 4 Mar 2000 20:12:12 +1000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Sheldon Hearn wrote: > This only works when the user running send-pr has write permission on > the affected file, right? Yes. > While this should be fixed, it's certainly not a show-stopper if it's > just a user-to-user annoyance. Nobody sensible runs send-pr as root. You're assuming sensible users. Bad move. :-) I still think it's serious enough to warrant a fix. > So, assuming I'm right about the urgency involved, have you > investigated the possibility of a patch from the vendor? Although the > send-pr.sh file isn't on the vendor branch any more, it'd make sense to > try to use a vendor-supplied patch. PR has been submitted to vendor as well. "gnats/52" is the Cygnus tracking ID. Note too my followup patch (initial one erroneously took out the '[ -z "$TMPDIR" ] && TMPDIR=/tmp' line which is still needed. Sorry 'bout that. :-) -- Phil Homewood dot@atat.dotat.org phil@rivendell.apana.org.au Member, Australian Public Access Network Association --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia iQCVAwUBOMDhek3NkkPt4cy1AQHIzwP/RDJhh1PcRbED04LtRHg6C/DPcMhMegcs 5+OVw+ZkIteRFAPY6KX4XXrbVPO8/ouoFqNZIc8u2i9SEgVuXXANAyXjwyf8hBh8 ucuLyLzSWiUdxFaD2P+zcomO+jhDFthPh6fEQs+De/GH81XIGDMKs+wbzrdEsrW6 XNwLIiTXmbo= =PLen -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 2:20: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE3B137B7A3 for ; Sat, 4 Mar 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA19245; Sat, 4 Mar 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 02:20:03 -0800 (PST) Message-Id: <200003041020.CAA19245@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/17175; it has been noted by GNATS. From: Sheldon Hearn To: Phil Homewood Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Date: Sat, 04 Mar 2000 12:16:31 +0200 On Sat, 04 Mar 2000 20:12:12 +1000, Phil Homewood wrote: > I still think it's serious enough to warrant a fix. Oh absolutely! I'm just saying that we can probably wait for the GNU people to settle on an official patch before applying it. How long do you think it'll take for them to close their PR? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 2:30: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79C3F37B771 for ; Sat, 4 Mar 2000 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA19910; Sat, 4 Mar 2000 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 02:30:02 -0800 (PST) Message-Id: <200003041030.CAA19910@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Phil Homewood Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Reply-To: Phil Homewood Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/17175; it has been noted by GNATS. From: Phil Homewood To: Sheldon Hearn Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/17175: [PATCH] send-pr predictable tempfile vulnerability Date: Sat, 4 Mar 2000 20:20:13 +1000 --MW5yreqqjyrRcusr Content-Type: text/plain; charset=us-ascii Sheldon Hearn wrote: > Oh absolutely! I'm just saying that we can probably wait for the GNU > people to settle on an official patch before applying it. > > How long do you think it'll take for them to close their PR? No idea. First time I've ever logged a PR there, and I submitted it around the same time I submitted this one. (Didn't supply a patch to the GNATS people though, as we're not on vendor branch, and mktemp(1) isn't exactly portable anyway.) -- Phil Homewood dot@atat.dotat.org phil@rivendell.apana.org.au Member, Australian Public Access Network Association --MW5yreqqjyrRcusr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia iQCVAwUBOMDjW03NkkPt4cy1AQGW2wQAm6M7SobiH+YwXC+rhnB9zPH6+/o1wuLi L1Fjw7sjuxTL9F/0Wpwjto+LycP/OVXUfpwpqmtVQdEzXrp3SmUbm0KfHp7J1uNR FBR5d458YQR5H9iUNHP6ARa9Gm6oJiJqA8EwRKXHNMNPnFJaxRczTGbLXjvIdnXg rca3DUxGWTU= =FeEv -----END PGP SIGNATURE----- --MW5yreqqjyrRcusr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 4:50: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09BE237B796 for ; Sat, 4 Mar 2000 04:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA30646; Sat, 4 Mar 2000 04:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 063D737B704 for ; Sat, 4 Mar 2000 04:49:00 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA30568; Sat, 4 Mar 2000 04:48:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003041248.EAA30568@freefall.freebsd.org> Date: Sat, 4 Mar 2000 04:48:59 -0800 (PST) From: satherrl@dssrg.curtin.edu.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17178: -d option of lpd didnt work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17178 >Category: misc >Synopsis: -d option of lpd didnt work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 04:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Richard >Release: 3.4-STABLE >Organization: Curtin Uni >Environment: FreeBSD oldbob.curtin.edu.au 3.4-STABLE FreeBSD 3.4-STABLE #0: Sat Feb 26 20:01:28 WST 2000 root@oldbob.curtin.edu.au:/usr/src/sys/compile/DOUBLE i386 >Description: lpd -d -l produces an error setsockopt (SO_DEBUG): Invalid Argument and aborts the lpd >How-To-Repeat: type lpd -d -l >Fix: < int f, funix, finet, options, fromlen, i, errs; --- > int f, funix, finet, options, fromlen, i, errs, mflag; 283,284c283,285 < if (options & SO_DEBUG) < if (setsockopt(finet, SOL_SOCKET, SO_DEBUG, 0, 0) < 0) { --- > if (options & SO_DEBUG) { > mflag=1; > if (setsockopt(finet, SOL_SOCKET, SO_DEBUG, &mflag, sizeof(mflag)) < 0) { 287a289 > } use the right args to setsockopt, use 'option TCPDEBUG' in the kernel, use trpt -a (seems to work for 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 Mar 4 8:40: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD60B37B819 for ; Sat, 4 Mar 2000 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12165; Sat, 4 Mar 2000 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FBCA37B800 for ; Sat, 4 Mar 2000 08:30:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA11548; Sat, 4 Mar 2000 08:30:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003041630.IAA11548@freefall.freebsd.org> Date: Sat, 4 Mar 2000 08:30:38 -0800 (PST) From: gonza@techline.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/17181: update ports: www/cgi-lib Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17181 >Category: misc >Synopsis: update ports: www/cgi-lib >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: Sat Mar 4 08:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sergey Samoyloff >Release: 3.3-STABLE i386 >Organization: TECHLine Systems >Environment: >Description: make available Main Web Site on http://www.freebsd.org/ports/www.html >How-To-Repeat: >Fix: --- pkg/DESCR.orig Sat Jan 29 09:05:34 2000 +++ pkg/DESCR Sat Mar 4 19:23:57 2000 @@ -5,4 +5,4 @@ C functions. The functions are easy to use and the source code is included. -http://www.geocities.com/SiliconValley/Vista/6493/projects/cgi-lib.html +WWW: http://www.geocities.com/SiliconValley/Vista/6493/projects/cgi-lib.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 10:10: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00DA637B805 for ; Sat, 4 Mar 2000 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19694; Sat, 4 Mar 2000 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.ruhr.de (ns.ruhr.de [141.39.224.34]) by hub.freebsd.org (Postfix) with SMTP id E618437B85D for ; Sat, 4 Mar 2000 10:02:42 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 33418 invoked by alias); 4 Mar 2000 18:02:18 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.9.3/8.9.3) id TAA72891; Sat, 4 Mar 2000 19:06:20 +0100 (CET) (envelope-from ue) Message-Id: <200003041806.TAA72891@nathan.ruhr.de> Date: Sat, 4 Mar 2000 19:06:20 +0100 (CET) From: Udo Erdelhoff Reply-To: ue@nathan.ruhr.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/17185: main ncurses headerfile is installed as curses.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17185 >Category: misc >Synopsis: main ncurses headerfile is installed as curses.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 10:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Udo Erdelhoff >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: 4.0-CURRENT as of 04-MAR-2000 lib/ncurses/Makefile v 1.39 >Description: In FreeBSD 4.0, the main headerfile for the ncurses library is installed as /usr/include/curses.h. ncurses.h is a symbolic link pointing to it. In contrast, the ncurses library itself is installed as libncurses.{a,so} and libcurses.{a,so} are symbolic links to them. The same logic should be applied to {,n}curses.h. >How-To-Repeat: Make world and ls -l /usr/include/*curses* /usr/lib/*curses* on any system updated after 1999/08/30 07:56:55 (activation of src/contrib/ncurses) >Fix: (Tested with make world) Index: Makefile =================================================================== RCS file: /home/ncvs/src/lib/libncurses/Makefile,v retrieving revision 1.39 diff -r1.39 Makefile 60,61c60,63 < # Installed < HEADERS=curses.h term.h termcap.h unctrl.h --- > # These can be installed with a single execution of ${INSTALL} > HEADERS=term.h termcap.h unctrl.h > # This one needs special treatment, see beforeinstall target below > #HEADERS+=curses.h 254,255c256,259 < rm -f ${DESTDIR}/usr/include/ncurses.h < ln -s curses.h ${DESTDIR}/usr/include/ncurses.h --- > ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \ > ${DESTDIR}/usr/include/ncurses.h > rm -f ${DESTDIR}/usr/include/curses.h > ln -s ncurses.h ${DESTDIR}/usr/include/curses.h >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 Mar 4 11: 5:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lilac.csi.cam.ac.uk (lilac.csi.cam.ac.uk [131.111.8.44]) by hub.freebsd.org (Postfix) with ESMTP id E8A3C37B85D; Sat, 4 Mar 2000 11:05:04 -0800 (PST) (envelope-from crp22@cam.ac.uk) Received: from crp22.trin.cam.ac.uk ([131.111.193.222] ident=root) by lilac.csi.cam.ac.uk with esmtp (Exim 3.13 #1) id 12RJrG-0004qu-00; Sat, 04 Mar 2000 19:04:58 +0000 Received: (from cph@localhost) by crp22.trin.cam.ac.uk (8.9.3/8.9.3) id TAA99003; Sat, 4 Mar 2000 19:04:49 GMT (envelope-from crp22@cam.ac.uk) X-Authentication-Warning: crp22.trin.cam.ac.uk: cph set sender to crp22@cam.ac.uk using -f Date: Sat, 4 Mar 2000 19:04:49 +0000 From: Colin Phipps To: sheldonh@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: gnu/16942: send-pr(1) creates unsafe temp files Message-ID: <20000304190449.A98983@crp22.trin.cam.ac.uk> References: <200003041014.CAA18944@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200003041014.CAA18944@freefall.freebsd.org>; from sheldonh@freebsd.org on Sat, Mar 04, 2000 at 02:14:01AM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Mar 04, 2000 at 02:14:01AM -0800, sheldonh@freebsd.org wrote: > Synopsis: send-pr(1) creates unsafe temp files > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Sat Mar 4 02:10:57 PST 2000 > State-Changed-Why: > The patch on PR 17175 looks a little cleaner. How does it look to > you? Simplistic. It doesn't even fix the temp race, since the file pointed to by $TEMP is rm'd and reopened e.g. if send-pr is looking up the username in /etc/passwd. My patch uses a separate temporary file for each operation. Also, 17175 is more likely to leave temp files lying around if it is interrupted. My patch attempts to minimise this possibility by only creating those temporary files around the same place the trap is set up to remove them on exit. Colin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 13:10:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E96AA37B88E for ; Sat, 4 Mar 2000 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33833; Sat, 4 Mar 2000 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by hub.freebsd.org (Postfix) with ESMTP id 7F83137B79D for ; Sat, 4 Mar 2000 13:01:23 -0800 (PST) (envelope-from mark@thuvia.demon.co.uk) Received: (from mark@localhost) by thuvia.demon.co.uk (8.9.3/8.9.3) id VAA46006; Sat, 4 Mar 2000 21:01:21 GMT (envelope-from mark) Message-Id: <200003042101.VAA46006@thuvia.demon.co.uk> Date: Sat, 4 Mar 2000 21:01:21 GMT From: Mark Valentine Reply-To: mark@thuvia.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17188: make(1) option to reproduce original -V behaviour Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17188 >Category: bin >Synopsis: make(1) option to reproduce original -V behaviour >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 13:10:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mark Valentine >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: I originally submitted the make -V option as a result of trying to debug a modular build system where it wasn't clear where the final effective assignment to a variable was taking place. I could trivially see the _expanded_ value of a variable (on many make(1) implementations) using something like: show:: @echo $(VAR) = $($(VAR)) However, what I wanted to see was the actual textual assignment (because my head hurt tracing through layers of included makefile segments), in order to determine which part of my build system was responsible for the final value of the variable. The change of behaviour in 1.24 removes my ability to find what I wanted, and instead I have a second way to achieve what I could already do! :-( Since several releases have gone out with the new behaviour, it would be wrong to revert the default behaviour of -V. The patch below adds a new -X (don't expand) flag to give -V its original behaviour. $ make -V CFLAGS -O -pipe -I/usr/src/usr.bin/make $ make -X -V CFLAGS -O -pipe -I${.CURDIR} ${COPTS} ${DEBUG_FLAGS} >How-To-Repeat: >Fix: Index: main.c =================================================================== RCS file: /usr/cvs/src/usr.bin/make/main.c,v retrieving revision 1.35 diff -u -r1.35 main.c --- main.c 1999/11/23 10:35:24 1.35 +++ main.c 2000/03/04 20:32:17 @@ -122,6 +122,7 @@ static Boolean noBuiltins; /* -r flag */ static Lst makefiles; /* ordered list of makefiles to read */ static Boolean printVars; /* print value of one or more vars */ +static Boolean expandVars; /* fully expand printed variables */ static Lst variables; /* list of variables to print */ int maxJobs; /* -j argument */ static Boolean forceJobs; /* -j argument given */ @@ -175,9 +176,9 @@ optind = 1; /* since we're called more than once */ #ifdef REMOTE -# define OPTFLAGS "BD:E:I:L:PSV:d:ef:ij:km:nqrstv" +# define OPTFLAGS "BD:E:I:L:PSV:Xd:ef:ij:km:nqrstv" #else -# define OPTFLAGS "BD:E:I:PSV:d:ef:ij:km:nqrstv" +# define OPTFLAGS "BD:E:I:PSV:Xd:ef:ij:km:nqrstv" #endif rearg: while((c = getopt(argc, argv, OPTFLAGS)) != -1) { switch(c) { @@ -193,15 +194,13 @@ break; case 'V': printVars = TRUE; - p = malloc(strlen(optarg) + 1 + 3); - if (!p) - Punt("make: cannot allocate memory."); - /* This sprintf is safe, because of the malloc above */ - (void)sprintf(p, "${%s}", optarg); - (void)Lst_AtEnd(variables, (ClientData)p); + (void)Lst_AtEnd(variables, (ClientData)optarg); Var_Append(MAKEFLAGS, "-V", VAR_GLOBAL); Var_Append(MAKEFLAGS, optarg, VAR_GLOBAL); break; + case 'X': + expandVars = FALSE; + break; case 'B': compatMake = TRUE; Var_Append(MAKEFLAGS, "-B", VAR_GLOBAL); @@ -619,6 +618,7 @@ makefiles = Lst_Init(FALSE); envFirstVars = Lst_Init(FALSE); printVars = FALSE; + expandVars = TRUE; variables = Lst_Init(FALSE); beSilent = FALSE; /* Print commands as executed */ ignoreErrors = FALSE; /* Pay attention to non-zero returns */ @@ -826,10 +826,21 @@ for (ln = Lst_First(variables); ln != NILLNODE; ln = Lst_Succ(ln)) { - char *value = Var_Subst(NULL, (char *)Lst_Datum(ln), - VAR_GLOBAL, FALSE); - + char *value; + if (expandVars) { + p1 = malloc(strlen((char *)Lst_Datum(ln)) + 1 + 3); + if (!p1) + Punt("make: cannot allocate memory."); + /* This sprintf is safe, because of the malloc above */ + (void)sprintf(p1, "${%s}", (char *)Lst_Datum(ln)); + value = Var_Subst(NULL, p1, VAR_GLOBAL, FALSE); + } else { + value = Var_Value((char *)Lst_Datum(ln), + VAR_GLOBAL, &p1); + } printf("%s\n", value ? value : ""); + if (p1) + free(p1); } } Index: make.1 =================================================================== RCS file: /usr/cvs/src/usr.bin/make/make.1,v retrieving revision 1.27 diff -u -r1.27 make.1 --- make.1 2000/01/19 10:44:28 1.27 +++ make.1 2000/03/04 20:38:03 @@ -40,7 +40,7 @@ .Nd maintain program dependencies .Sh SYNOPSIS .Nm make -.Op Fl BPSeiknqrstv +.Op Fl BPSXeiknqrstv .Op Fl D Ar variable .Op Fl d Ar flags .Op Fl E Ar variable @@ -212,6 +212,11 @@ .It Fl v Be extra verbose. For multi-job makes, this will cause file banners to be generated. +.It Fl X +When using the +.Fl V +option to print the values of variables, +do not recursively expand the values. .It Ar variable Ns No = Ns Ar value Set the value of the variable .Ar variable >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 Mar 4 13:54:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from portnoy.lbl.gov (portnoy.lbl.gov [131.243.2.11]) by hub.freebsd.org (Postfix) with ESMTP id 0C6C537B897 for ; Sat, 4 Mar 2000 13:54:50 -0800 (PST) (envelope-from jin@portnoy.lbl.gov) Received: (from jin@localhost) by george.lbl.gov () id NAA11079; Sat, 4 Mar 2000 13:54:38 -0800 (PST) Date: Sat, 4 Mar 2000 13:54:38 -0800 (PST) From: Jin Guojun (FTG staff) Message-Id: <200003042154.NAA11079@george.lbl.gov> To: bugg@bugg.strangled.net, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/17138: 3.4-20000301-STABLE missing libXThrStub Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Folks, I just installed 3.4-20000304-STABLE, but get more missing library. xinit: libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x28065000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x28077000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x280bf000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x280c8000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x280dd000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x280e9000) libxpg4.so.2 => /usr/lib/libxpg4.so.2 (0x2818a000) libc.so.4 => not found (0x0) libc.so.4 => not found (0x0) libXThrStub.so.6 => not found (0x0) libXThrStub.so.6 => not found (0x0) In this case, do we distribute 4.0 applications in 3.4-STABLE? How does 3.4-STABLE apps use libc.so.4 which supposes to be used in 4.0-CURRENT? We should be more carefully, since both 3.4-xxxxyyzz-STABEL and 4.0-CURERNT will go for the formal release. Thanks, -Jin > This issue has been fixed. You'll have to get the latest Xbin.tgz > and install it. > > (I have a sudden deja vu- this is my first response to this, right?) > > -Dan Papasian > > > On Thu, Mar 02, 2000 at 09:16:51PM -0800, Jin Guojun wrote: > > > > >Number: 17138 > > >Category: conf > > >Synopsis: 3.4-20000301-STABLE missing libXThrStub > > >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 Mar 2 21:20:00 PST 2000 > > >Closed-Date: > > >Last-Modified: > > >Originator: Jin Guojun (FTG staff) > > >Release: FreeBSD 3.4-20000301-STABLE i386 > > >Organization: > > >Environment: > > > > > > > > >Description: > > > > At login, this is the error message: > > > > /usr/libexec/ld-elf.so.1: Shared object "libXThrStub.so.6" not found > > > > > > >How-To-Repeat: > > > > Install 3.4-20000301-STABLE FreeBSD, when login, you will see > > the error. > > > > >Fix: > > > > add libXThrStub.so.6 in the distribution. > > > > >Release-Note: > > >Audit-Trail: > > >Unformatted: > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 14:55:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 495A537B8C1; Sat, 4 Mar 2000 14:55:18 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41030; Sat, 4 Mar 2000 14:55:18 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 14:55:18 -0800 (PST) From: Message-Id: <200003042255.OAA41030@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/17154: need to raise file descriptor limit, its 1024 now. i did sysctl but cant get FD_SETSIZE to raise Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: need to raise file descriptor limit, its 1024 now. i did sysctl but cant get FD_SETSIZE to raise Responsible-Changed-From-To: freebsd-ports->freebsd-bugs Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Mar 4 14:54:45 PST 2000 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 15:10: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3FDE37B8F9 for ; Sat, 4 Mar 2000 15:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42730; Sat, 4 Mar 2000 15:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EB1C37B8D3 for ; Sat, 4 Mar 2000 15:02:43 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41913; Sat, 4 Mar 2000 15:02:43 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003042302.PAA41913@freefall.freebsd.org> Date: Sat, 4 Mar 2000 15:02:43 -0800 (PST) From: pam@polynet.lviv.ua To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/17191: pam_ssh.so is not linked against libssh.a thus missing couple of functions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17191 >Category: bin >Synopsis: pam_ssh.so is not linked against libssh.a thus missing couple of functions >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: Sat Mar 4 15:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Adrian Pavlykevych >Release: 4.0-CURRENT-2000027 >Organization: Lviv State University "Lvivska Polytechnica" >Environment: FreeBSD rameau.coda.cs.cmu.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Fri Mar 3 14:25:42 EST 2000 pam@rameau.coda.cs.cmu.edu:/usr/src/sys/compile/Rameau i386 >Description: pam_ssh.so module incorporated into FreeBSD distribution together with OpenSSH, is not linked against libssh.a, but relies upon functions like ssh_get_authentication_connection(). Attempt to use this module will result in: login: unable to dlopen(/usr/lib/pam_ssh.so) login: [dlerror: /usr/lib/pam_ssh.so: Undefined symbol "ssh_get_authentication_connection"] syslog messages >How-To-Repeat: add: login auth sufficient pam_ssh.so to the /etc/pam.conf and try to login >Fix: *** Makefile.orig Sat Mar 4 17:59:10 2000 --- Makefile Sat Mar 4 18:01:26 2000 *************** *** 8,14 **** SRCS= log-client.c pam_ssh.c CFLAGS+= -Wall -I${SSHSRC} DPADD+= ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ} ${LIBGCC_PIC} ! LDADD+= -lcrypto -lcrypt -lutil -lz -lgcc_pic INTERNALLIB= yes INTERNALSTATICLIB=yes --- 8,14 ---- SRCS= log-client.c pam_ssh.c CFLAGS+= -Wall -I${SSHSRC} DPADD+= ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ} ${LIBGCC_PIC} ! LDADD+= -L${.OBJDIR}/../../../../secure/lib/libssh/ -lssh -lcrypto -lcrypt -lutil -lz -lgcc_pic INTERNALLIB= yes INTERNALSTATICLIB=yes >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 Mar 4 15:24:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 433E837B79D; Sat, 4 Mar 2000 15:24:44 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA43813; Sat, 4 Mar 2000 15:24:44 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:24:44 -0800 (PST) From: Message-Id: <200003042324.PAA43813@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, marcel@FreeBSD.org Subject: Re: i386/16932: linux_base 6.1 in 4.0rc aborts install with error 2 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linux_base 6.1 in 4.0rc aborts install with error 2 Responsible-Changed-From-To: freebsd-bugs-> marcel Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Mar 4 15:24:02 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 15:26:39 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E912037B8D5; Sat, 4 Mar 2000 15:26:37 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA43995; Sat, 4 Mar 2000 15:26:37 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:26:37 -0800 (PST) From: Message-Id: <200003042326.PAA43995@freefall.freebsd.org> To: trost@grey.cloud.rain.com, cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16721: 4.0 upgrade clobbers qmail port Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.0 upgrade clobbers qmail port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Mar 4 15:25:38 PST 2000 State-Changed-Why: The qmail port was recently updated to explain the proper procedure for installing on 4.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 15:28:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1526437B8D5; Sat, 4 Mar 2000 15:28:25 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA44171; Sat, 4 Mar 2000 15:28:24 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:28:24 -0800 (PST) From: Message-Id: <200003042328.PAA44171@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, dan@FreeBSD.org Subject: Re: misc/16839: MFC Matthew D. Fuller's patch to deal with full pathnames" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MFC Matthew D. Fuller's patch to deal with full pathnames" Responsible-Changed-From-To: freebsd-bugs->dan Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Mar 4 15:27:44 PST 2000 Responsible-Changed-Why: Dan committed it to HEAD, he can MFC it too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 15:29: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CB8437B89E; Sat, 4 Mar 2000 15:29:07 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA44269; Sat, 4 Mar 2000 15:29:07 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:29:07 -0800 (PST) From: Message-Id: <200003042329.PAA44269@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, dan@FreeBSD.org Subject: Re: misc/16840: MFC: Matthew D. Fuller's teach pkg_info to deal with full pathnames Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MFC: Matthew D. Fuller's teach pkg_info to deal with full pathnames Responsible-Changed-From-To: freebsd-bugs->dan Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Mar 4 15:28:38 PST 2000 Responsible-Changed-Why: Dan committed it to HEAD, he can MFC it too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 18:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51BB837B945 for ; Sat, 4 Mar 2000 18:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA56911; Sat, 4 Mar 2000 18:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AFBA37B945 for ; Sat, 4 Mar 2000 18:17:16 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA56746; Sat, 4 Mar 2000 18:17:16 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003050217.SAA56746@freefall.freebsd.org> Date: Sat, 4 Mar 2000 18:17:16 -0800 (PST) From: sussman@red-bean.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/17196: New amr driver (perc2/sc RAID): unable to create partition 'slices' in /dev during installation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17196 >Category: conf >Synopsis: New amr driver (perc2/sc RAID): unable to create partition 'slices' in /dev during installation >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 Mar 4 18:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ben Collins-Sussman >Release: 4.0 release candidate 2 >Organization: Inso Corporation >Environment: unable to install >Description: Trying to install the 02/14/00 release candidate of FreeBSD 4.0 on a Dell Poweredge 1300 server with a Perc2/SC RAID controller. Unlike FreeBSD 3.X, the installation boot kernel actually recognized the controller with the new 'amr' driver, and the BSD fdisk program correctly recognized the large 50GB 'virtual' disk. Told fdisk to create a single large 50GB partition; used disklabel to divide into 3 slices. The problem happened when the install process actually tried to *write* the partition & disklabel information; "error, device /dev/amrXXXX not configured." When I switched to tty2, the real error was "MakeDev: unable to lookup user 'root', unable to lookup group 'operator'". When I opened the emergency shell, I noticed that /etc was completely empty except for pccard.conf (?). Perhaps this is why MakeDev couldn't configure the /dev/amrXXXX devices? >How-To-Repeat: Install FreeBSD 4.0 onto a system with nothing but a RAID array attached to a Perc2/SC controller. >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 Mar 4 22:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59A4D37B97D for ; Sat, 4 Mar 2000 22:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA70282; Sat, 4 Mar 2000 22:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17E7337B6F7 for ; Sat, 4 Mar 2000 22:01:20 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69686; Sat, 4 Mar 2000 22:01:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003050601.WAA69686@freefall.freebsd.org> Date: Sat, 4 Mar 2000 22:01:19 -0800 (PST) From: mark@tci.net.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/17198: 3.4 doesn't boot from CD on dell 3500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17198 >Category: i386 >Synopsis: 3.4 doesn't boot from CD on dell 3500 >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: Sat Mar 4 22:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mark Treacy >Release: 3.4 >Organization: ekit, inc >Environment: Not yet installed >Description: 3.4 CDROM fails to boot on two Dell 3500's (however does work on desktop with ATAPI drive). 3.3 CDROM does boot on both laptops. CDROM is a Toshiba CD-ROM XM-1902B. When attempting to boot from the 3.4 CD, the CD spins up, but the hard disk boot manager is loaded instead (either Windows or Lilo depending on which of the two laptops I experimented with). Does the new ISO image fix this problem ? >How-To-Repeat: Insert CDROM into Dell Inspiron 3500 and reboot >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 Mar 4 23: 3:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC12A37B985; Sat, 4 Mar 2000 23:03:32 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA73598; Sat, 4 Mar 2000 23:03:32 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 23:03:32 -0800 (PST) From: Message-Id: <200003050703.XAA73598@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, msmith@FreeBSD.org Subject: Re: conf/17196: New amr driver (perc2/sc RAID): unable to create partition 'slices' in /dev during installation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New amr driver (perc2/sc RAID): unable to create partition 'slices' in /dev during installation Responsible-Changed-From-To: freebsd-bugs->msmith Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Mar 4 23:02:43 PST 2000 Responsible-Changed-Why: Mike wrote the amr driver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Mar 4 23:20:23 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7F3837B992 for ; Sat, 4 Mar 2000 23:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA74315; Sat, 4 Mar 2000 23:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id EB64F37B980 for ; Sat, 4 Mar 2000 23:18:28 -0800 (PST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id IAA17953 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 08:18:28 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id HAA07496 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 07:32:44 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id GAA69253; Sun, 5 Mar 2000 06:30:09 +0100 (CET) Message-Id: <200003050530.GAA69253@home.dinoex.sub.org> Date: Sun, 5 Mar 2000 06:30:09 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/17202: uucp grade patch and policy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17202 >Category: gnu >Synopsis: uucp grade patch and policy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 23:20:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-STABLE i386 >Organization: privat >Environment: Taylor UUCP >Description: 1) The Grade patch is now common in use so it seem to make sense to include it in teh base distribution. 2) As we allow the Logfiles to rotate we sould allow UUCP to close it in time. >How-To-Repeat: >Fix: add the features by this patches: *** gnu/libexec/uucp/common_sources/policy.h Fri Sep 1 08:01:38 1995 --- gnu/libexec/uucp/common_sources/policy.h.neu Tue Apr 15 05:24:44 1997 *************** *** 566,572 **** exist when a new message is written out, it will be created. Setting CLOSE_LOGFILES to 1 will obviously require slightly more processing time. */ ! #define CLOSE_LOGFILES 0 /* The name of the default spool directory. If HAVE_TAYLOR_CONFIG is set to 1, this may be overridden by the ``spool'' command in the --- 566,572 ---- exist when a new message is written out, it will be created. Setting CLOSE_LOGFILES to 1 will obviously require slightly more processing time. */ ! #define CLOSE_LOGFILES 1 /* The name of the default spool directory. If HAVE_TAYLOR_CONFIG is set to 1, this may be overridden by the ``spool'' command in the --- gnu/libexec/uucp/uucico/uucico.c.orig Mon Aug 21 13:28:23 1995 +++ gnu/libexec/uucp/uucico/uucico.c Mon Feb 22 21:04:40 1999 @@ -126,6 +126,9 @@ struct sconnection *qconn; }; +/* min. grade set on commandline */ +static char cmdlgrade = '\0'; + /* Local functions. */ static void uusage P((void)); @@ -176,6 +179,7 @@ { "nodetach", no_argument, NULL, 'D' }, { "loop", no_argument, NULL, 'e' }, { "force", no_argument, NULL, 'f'}, + { "grade", required_argument, NULL, 'g'}, { "stdin", required_argument, NULL, 'i' }, { "prompt", no_argument, NULL, 'l' }, { "port", required_argument, NULL, 'p' }, @@ -250,9 +254,9 @@ ++zProgram; #if COHERENT_C_OPTION - zopts = "c:CDefi:I:lp:qr:s:S:u:x:X:vwz"; + zopts = "c:CDefg:i:I:lp:qr:s:S:u:x:X:vwz"; #else - zopts = "cCDefi:I:lp:qr:s:S:u:x:X:vwz"; + zopts = "cCDefg:i:I:lp:qr:s:S:u:x:X:vwz"; #endif while ((iopt = getopt_long (argc, argv, zopts, @@ -293,6 +297,14 @@ failed call. */ fforce = TRUE; break; + + case 'g': + /* Force a grade */ + if (isalpha(optarg[0])) + cmdlgrade = optarg[0]; + else + fprintf (stderr, "%s: invalid grade \n", zProgram); + break; case 'i': /* Type of port to use for standard input. Only TLI is @@ -794,6 +806,7 @@ printf ("Usage: %s [options]\n", zProgram); printf (" -s,-S,--system system: Call system (-S implies -f)\n"); printf (" -f,--force: Force call despite system status\n"); + printf (" -g,--grade: limit outgoing call to a given grade\n"); printf (" -r state: 1 for master, 0 for slave (default)\n"); printf (" --master: Act as master\n"); printf (" --slave: Act as slave (default)\n"); @@ -940,6 +953,9 @@ if (! qsys->uuconf_fcall || qsys->uuconf_qtimegrade == NULL) continue; + if (qport && strcmp (qsys->uuconf_zport,qport->uuconf_zname)) + continue; + fnevertime = FALSE; /* Make sure this is a legal time to call. */ @@ -1331,12 +1347,18 @@ boolean fret; /* Determine the grade we should request of the other system. A - '\0' means that no restrictions have been made. */ - if (! ftimespan_match (qsys->uuconf_qcalltimegrade, &ival, - (int *) NULL)) - bgrade = '\0'; + '\0' means that no restrictions have been made. + If a grade is set on the command line, the calltimegrade-value + is overwritten. */ + + if (cmdlgrade != '\0') + bgrade = cmdlgrade; else - bgrade = (char) ival; + if (! ftimespan_match (qsys->uuconf_qcalltimegrade, &ival, + (int *) NULL)) + bgrade = '\0'; + else + bgrade = (char) ival; /* Determine the name we will call ourselves. */ if (qsys->uuconf_zlocalname != NULL) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message