From owner-freebsd-bugs Sun Apr 15 6:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0062B37B449 for ; Sun, 15 Apr 2001 06:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3FDK3q12674; Sun, 15 Apr 2001 06:20:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 15 Apr 2001 06:20:03 -0700 (PDT) Message-Id: <200104151320.f3FDK3q12674@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: conf/26488: incomplete named sandbox information Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/26488; it has been noted by GNATS. From: David Malone To: dpelleg+bsd@cs.cmu.edu Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/26488: incomplete named sandbox information Date: Sun, 15 Apr 2001 14:13:59 +0100 > The sandbox sequence described in /etc/namedb/named.conf is not likely > to result in a working configuration. Further, neither logging nor ndc control > will work for it. We use bind in almost exactly the configuration you mention, though I also make a symlink for the pid file too. I note, however, that syslogging works fine in this setup (since syslog(3) doesn't write files directly but sends messages via the socket /var/run/log to syslogd). Other than that the change looks like a good idea. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 15 6:40: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 941FE37B509 for ; Sun, 15 Apr 2001 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3FDe1t32616; Sun, 15 Apr 2001 06:40:01 -0700 (PDT) (envelope-from gnats) Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id E931737B43E for ; Sun, 15 Apr 2001 06:37:23 -0700 (PDT) (envelope-from mike_makonnen@yahoo.com) Received: from blackbox.pacbell.net ([64.166.84.59]) by mta6.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0GBU00AN55U27D@mta6.snfc21.pbi.net> for FreeBSD-gnats-submit@freebsd.org; Sun, 15 Apr 2001 06:37:14 -0700 (PDT) Received: (from mikem@localhost) by blackbox.pacbell.net (8.11.2/8.11.3) id f3FDeHM00701; Sun, 15 Apr 2001 06:40:17 -0700 (PDT envelope-from mikem) Message-Id: <200104151340.f3FDeHM00701@blackbox.pacbell.net> Date: Sun, 15 Apr 2001 06:40:17 -0700 (PDT) From: mikem Reply-To: mike_makonnen@yahoo.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/26596: [PATCH] In /etc/rc, in symlinking /dev/log, the -h switch is used in a test Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26596 >Category: misc >Synopsis: [PATCH] In /etc/rc, in symlinking /dev/log, the -h switch is used in a test >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 Apr 15 06:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: mikem >Release: FreeBSD 4.3-BETA i386 >Organization: >Environment: System: FreeBSD blackbox.pacbell.net 4.3-BETA FreeBSD 4.3-BETA #1: Thu Mar 15 01:04:31 PST 2001 root@blackbox:/usr/obj/usr/src/sys/BLACKBOX i386 >Description: In the /etc/rc startup script a soft link is created from /var/run/log to /dev/log like this: if [ ! -h /dev/log ]; The man page for test(1) says that the -h switch is depracated and that users should NOT rely on it being available. It suggest the -L switch instead. They both do the same thing: check for the existence of the symbolic link. >How-To-Repeat: grep ' -h ' /etc/rc >Fix: This is the diff for the fix: *** rc.modified Sun Apr 15 05:52:23 2001 --- rc Sun Apr 15 05:52:30 2001 *************** *** 350,356 **** [Yy][Ee][Ss]) # Transitional symlink (for the next couple of years :) until all # binaries have had a chance to move towards /var/run/log. ! if [ ! -h /dev/log ]; then # might complain for r/o root f/s ln -sf /var/run/log /dev/log fi --- 350,356 ---- [Yy][Ee][Ss]) # Transitional symlink (for the next couple of years :) until all # binaries have had a chance to move towards /var/run/log. ! if [ ! -L /dev/log ]; then # might complain for r/o root f/s ln -sf /var/run/log /dev/log fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 15 6:44:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8529D37B43F; Sun, 15 Apr 2001 06:44:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3FDiXh53218; Sun, 15 Apr 2001 06:44:33 -0700 (PDT) (envelope-from phk) Date: Sun, 15 Apr 2001 06:44:33 -0700 (PDT) From: Message-Id: <200104151344.f3FDiXh53218@freefall.freebsd.org> To: mike_makonnen@yahoo.com, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26596: [PATCH] In /etc/rc, in symlinking /dev/log, the -h switch is used in a test Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] In /etc/rc, in symlinking /dev/log, the -h switch is used in a test State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Sun Apr 15 06:44:18 PDT 2001 State-Changed-Why: committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=26596 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 15 9:10:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6700837B496 for ; Sun, 15 Apr 2001 09:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3FGA6736232; Sun, 15 Apr 2001 09:10:06 -0700 (PDT) (envelope-from gnats) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id D900137B422 for ; Sun, 15 Apr 2001 09:02:51 -0700 (PDT) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.11.2/8.11.2) id f3FG2mi51226; Sun, 15 Apr 2001 20:02:48 +0400 (MSD) (envelope-from marck) Message-Id: <200104151602.f3FG2mi51226@woozle.rinet.ru> Date: Sun, 15 Apr 2001 20:02:48 +0400 (MSD) From: marck@rinet.ru Reply-To: marck@rinet.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/26597: cosmetic patch to /etc/rc (mounting nested NFS partitions) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26597 >Category: bin >Synopsis: cosmetic patch to /etc/rc (mounting nested NFS partitions) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 15 09:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4.2-STABLE i386 >Organization: Cronyx Plus Ltd. >Environment: Automatic mount of NFS filesystems with at lease one mount point inside NFS tree >Description: When mounting automatically nested NFS filesystems, such as at my system: xxx:/pub on /ar/pub (nfs, nodev, nosuid, read-only) xxx:/pub/.1 on /ar/pub/.1 (nfs, nodev, nosuid, read-only) xxx:/pub/.2 on /ar/pub/.2 (nfs, nodev, nosuid, read-only) /etc/rc complaints about ono-existing directory when testing. The simpleast way to avoid these complaints is redirect testing `mount -d' to /dev/null >How-To-Repeat: Add e.g. /pub and /pub/dubdir to your /etc/fstab pointing to real NFS available FSes. After reboot complaint about "non-existing directory" will be issued just before the sentense "Mounting NFS file systems:" >Fix: --- src/etc/rc.orig Thu Feb 8 16:27:05 2001 +++ src/etc/rc Sat Feb 10 18:56:21 2001 @@ -251,7 +251,7 @@ esac # Mount NFS filesystems if present in /etc/fstab -case "`mount -d -a -t nfs`" in +case "`mount -d -a -t nfs 2> /dev/null`" in *mount_nfs*) echo -n 'Mounting NFS file systems:' mount -a -t nfs >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 Apr 15 9:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A6E437B43F for ; Sun, 15 Apr 2001 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3FGo2K38257; Sun, 15 Apr 2001 09:50:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 15 Apr 2001 09:50:02 -0700 (PDT) Message-Id: <200104151650.f3FGo2K38257@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Konovalov Subject: Re: misc/25049: named.restart does not use named flags from rc.conf Reply-To: Maxim Konovalov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/25049; it has been noted by GNATS. From: Maxim Konovalov To: , Cc: Subject: Re: misc/25049: named.restart does not use named flags from rc.conf Date: Sun, 15 Apr 2001 20:41:46 +0400 (MSD) Hello, IMHO it is still a bit incorrect. How about this one: --- rc.conf.orig Sun Apr 15 20:25:26 2001 +++ rc.conf Sun Apr 15 20:27:07 2001 @@ -114,6 +114,7 @@ named_program="named" # path to named, if you want a different one. named_flags="" # Flags for named #named_flags="-u bind -g bind" # Flags for named +named_socket="/var/run/ndc" # path to named control socket kerberos_server_enable="NO" # Run a kerberos master server (or NO). kadmind_server_enable="NO" # Run kadmind (or NO) -- do not run on --- named.reload.sh.orig Sun Apr 15 20:30:55 2001 +++ named.reload.sh Sun Apr 15 20:34:16 2001 @@ -4,4 +4,12 @@ # $FreeBSD: src/usr.sbin/named.reload/named.reload.sh,v 1.2 1999/08/28 01:17:23 peter Exp $ # -exec %DESTSBIN%/%INDOT%ndc reload +if [ -r /etc/defaults/rc.conf ]; then + . /etc/defaults/rc.conf + source_rc_confs +elif [ -r /etc/rc.conf ]; then + . /etc/rc.conf +fi + +if [ +exec %DESTSBIN%/%INDOT%ndc -c ${named_socket:-/var/run/ndc} reload --- named.restart.sh.orig Sun Apr 15 20:28:15 2001 +++ named.restart.sh Sun Apr 15 20:35:52 2001 @@ -10,4 +10,4 @@ elif [ -r /etc/rc.conf ]; then . /etc/rc.conf fi -exec %DESTSBIN%/%INDOT%ndc restart ${named_flags} +exec %DESTSBIN%/%INDOT%ndc -c ${named_socket:-/var/run/ndc} -n {named_program} restart ${named_flags} - -maxim -- Maxim Konovalov, MAcomnet, Internet-Intranet Dept., system engineer phone: +7 (095) 796-9079, mailto: maxim@macomnet.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 15 11: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5778F37B443 for ; Sun, 15 Apr 2001 11:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3FI03a46755; Sun, 15 Apr 2001 11:00:03 -0700 (PDT) (envelope-from gnats) Received: from ringworld.nanolink.com (diskworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 0D69037B440 for ; Sun, 15 Apr 2001 10:52:32 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 3171 invoked by uid 1000); 15 Apr 2001 17:51:02 -0000 Message-Id: <20010415175102.3170.qmail@ringworld.nanolink.com> Date: 15 Apr 2001 17:51:02 -0000 From: Peter Pentchev Reply-To: Peter Pentchev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26602: RELENG_4 ssh/sshd modifies the 'erase' character Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26602 >Category: bin >Synopsis: RELENG_4 ssh/sshd modifies the 'erase' character >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 15 11:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter Pentchev >Release: FreeBSD 4.3-RC i386 >Organization: Orbitel JSCo. >Environment: FreeBSD ringworld.oblivion.bg 4.3-RC #49: Wed Apr 11 18:39:08 EEST 2001 >Description: When I log in on a virtual console, stty -a shows ^H as the erase character. When I ssh to the same or different RELENG_4 machine, stty -a still shows ^H as the 'erase2' char, but the 'erase' char is ^?. >How-To-Repeat: Script started on Sun Apr 15 20:48:19 2001 [roam@ringworld:p0 ~]$ stty -a | fgrep -w erase eol2 = ; erase = ^H; erase2 = ^H; intr = ^C; kill = ^U; [roam@ringworld:p0 ~]$ ssh -t ringworld 'stty -a | fgrep -w erase' roam@ringworld's password: eol2 = ; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U; Connection to ringworld closed. [roam@ringworld:p0 ~]$ exit exit Script done on Sun Apr 15 20:48:36 2001 Subtly annoying ;) >Fix: No idea.. I tried tracing the ssh client, substituting all calls to tcsetattr() with calls to a new wrapper function, so I can place breakpoints - nothing. It seems the problem is with the server, somewhere along the login procedure.. >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 Apr 15 12:22:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABCE737B422; Sun, 15 Apr 2001 12:22:35 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3FJMZ158154; Sun, 15 Apr 2001 12:22:35 -0700 (PDT) (envelope-from dd) Date: Sun, 15 Apr 2001 12:22:35 -0700 (PDT) From: Message-Id: <200104151922.f3FJMZ158154@freefall.freebsd.org> To: chern@serenivision.com, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26566: man.cgi fails to retrieve manpages with '.' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: man.cgi fails to retrieve manpages with '.' State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sun Apr 15 12:22:21 PDT 2001 State-Changed-Why: Fixed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=26566 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 15 12:46:58 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 5A81937B422; Sun, 15 Apr 2001 12:46:54 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (root@ns1.unixathome.org [192.168.0.20]) by ns1.unixathome.org (8.11.3/8.11.3) with ESMTP id f3FJkme33474; Mon, 16 Apr 2001 07:46:50 +1200 (NZST) (envelope-from dan@langille.org) Message-Id: <200104151946.f3FJkme33474@ns1.unixathome.org> From: "Dan Langille" Organization: novice in training To: Date: Sun, 15 Apr 2001 15:46:46 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: bin/25961: rmuser is not case sensitive Reply-To: dan@langille.org Cc: freebsd-bugs@FreeBSD.org, In-reply-to: <200104151925.f3FJPOm58457@freefall.freebsd.org> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Would someone please reopen this PR? I don't think we're quite finished with the feedback yet. On 15 Apr 2001, at 12:25, dougb@FreeBSD.org wrote: > Synopsis: rmuser is not case sensitive > > State-Changed-From-To: feedback->closed *sigh* > State-Changed-By: dougb > State-Changed-When: Sun Apr 15 12:23:01 PDT 2001 > State-Changed-Why: > > Installations that have two users with the same characters capitalized > differently should not be using the standard tools, since their situation > is highly non-standard, and likely to break things. You have completely missed my points. I am not saying that we should cater for such installations. I'm talking about a situation where two where two users with the same characters have been created, perhaps by accident. Then they go to delete one. But rmuser deletes both. > Given that it's hard to > place POLA on one side or the other of this argument, It's not hard to place POLA at all. Look at rmuser alone. In one section of remuser, it is case sensitive ("is this the user do you wish to delete?". In another, it's case insensitive ("OK, I'll delete both users now"). This is a bug. Plain and simple. It asks if you to delete steve. And it deletes both Steve and steve. That's not right. > let's err on the side > that is most likely to produce working systems for the majority of users. How is fixing this bug going to break anything? -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php got any work? I'm looking for some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 15 12:50: 5 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 2BE4037B43C; Sun, 15 Apr 2001 12:49:58 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.3/8.11.3) with ESMTP id f3FJnjC92514; Sun, 15 Apr 2001 21:49:45 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: dan@langille.org Cc: dougb@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/25961: rmuser is not case sensitive In-Reply-To: Your message of "Sun, 15 Apr 2001 15:46:46 EDT." <200104151946.f3FJkme33474@ns1.unixathome.org> Date: Sun, 15 Apr 2001 21:49:45 +0200 Message-ID: <92512.987364185@critter> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I agree with Dan here, rmuser breaks POLA by being inconsistent. In message <200104151946.f3FJkme33474@ns1.unixathome.org>, "Dan Langille" write s: >Would someone please reopen this PR? I don't think we're quite >finished with the feedback yet. > >On 15 Apr 2001, at 12:25, dougb@FreeBSD.org wrote: > >> Synopsis: rmuser is not case sensitive >> >> State-Changed-From-To: feedback->closed > >*sigh* > >> State-Changed-By: dougb >> State-Changed-When: Sun Apr 15 12:23:01 PDT 2001 >> State-Changed-Why: >> >> Installations that have two users with the same characters capitalized >> differently should not be using the standard tools, since their situation >> is highly non-standard, and likely to break things. > >You have completely missed my points. I am not saying that we should >cater for such installations. I'm talking about a situation where two >where two users with the same characters have been created, perhaps >by accident. Then they go to delete one. But rmuser deletes both. > >> Given that it's hard to >> place POLA on one side or the other of this argument, > >It's not hard to place POLA at all. Look at rmuser alone. In one section >of remuser, it is case sensitive ("is this the user do you wish to >delete?". In another, it's case insensitive ("OK, I'll delete both users >now"). This is a bug. Plain and simple. It asks if you to delete steve. >And it deletes both Steve and steve. That's not right. > >> let's err on the side >> that is most likely to produce working systems for the majority of users. > >How is fixing this bug going to break anything? > >-- >Dan Langille >pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php >got any work? I'm looking for some. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-bugs" in the body of the message > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 15 12:50:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2675037B496 for ; Sun, 15 Apr 2001 12:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3FJo3Q60040; Sun, 15 Apr 2001 12:50:03 -0700 (PDT) (envelope-from gnats) Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id F1A1F37B43F for ; Sun, 15 Apr 2001 12:47:11 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from spike.unixfreak.org (spike [63.198.170.139]) by bazooka.unixfreak.org (Postfix) with ESMTP id 92D063E2F for ; Sun, 15 Apr 2001 12:47:11 -0700 (PDT) Received: (from dima@localhost) by spike.unixfreak.org (8.11.3/8.11.1) id f3FJlBu36097; Sun, 15 Apr 2001 12:47:11 -0700 (PDT) (envelope-from dima) Message-Id: <200104151947.f3FJlBu36097@spike.unixfreak.org> Date: Sun, 15 Apr 2001 12:47:11 -0700 (PDT) From: dd@freebsd.org Reply-To: dd@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26603: [PATCH] add option to vidcontrol(1) to enable visual bell Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26603 >Category: bin >Synopsis: [PATCH] add option to vidcontrol(1) to enable visual bell >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 Apr 15 12:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dima Dorfman >Release: FreeBSD 5.0-20010407-CURRENT i386 >Organization: Private >Environment: System: FreeBSD spike.unixfreak.org 5.0-20010407-CURRENT FreeBSD 5.0-20010407-CURRENT #42: Fri Apr 13 16:01:31 PDT 2001 dima@spike.unixfreak.org:/c/home/dima/w/f/src/sys/compile/SPIKE i386 >Description: syscons(4) implements a visual bell feature (CONS_BELLTYPE ioctl), but there is no corresponding option in vidcontrol(1) to make use of it. >How-To-Repeat: Read syscons.c; find CONS_BELLTYPE ioctl; try to find a way to enable it from the userland; fail; apply the patch below; succeed. >Fix: The following patch is relevant to src/usr.sbin/vidcontrol on -current. Index: vidcontrol.1 =================================================================== RCS file: /st/src/FreeBSD/src/usr.sbin/vidcontrol/vidcontrol.1,v retrieving revision 1.30 diff -u -r1.30 vidcontrol.1 --- vidcontrol.1 2001/03/28 02:32:10 1.30 +++ vidcontrol.1 2001/04/15 19:02:43 @@ -21,6 +21,7 @@ .Nd a utility for manipulating the syscons console driver. .Sh SYNOPSIS .Nm +.Op Fl B Cm on | off .Op Fl b Ar color .Op Fl c Ar appearance .Op Fl d @@ -105,6 +106,13 @@ .Ar foreground and .Ar background . +.It Fl B Cm on | off +Turn the visual bell +.Cm on +or +.Cm off . +Default is +.Cm off . .It Fl b Ar color Set border color to .Ar color . Index: vidcontrol.c =================================================================== RCS file: /st/src/FreeBSD/src/usr.sbin/vidcontrol/vidcontrol.c,v retrieving revision 1.34 diff -u -r1.34 vidcontrol.c --- vidcontrol.c 2001/01/25 16:53:22 1.34 +++ vidcontrol.c 2001/04/15 19:02:43 @@ -67,7 +67,7 @@ { fprintf(stderr, "%s\n%s\n%s\n%s\n", "usage: vidcontrol [-r fg bg] [-b color] [-c appearance] [-d] [-l scrmap]", -" [-i adapter | mode] [-L] [-M char] [-m on|off]", +" [-i adapter | mode] [-L] [-M char] [-m on|off] [-B on|off]", " [-f size file] [-s number] [-t N|off] [-x] [-g geometry]", " [mode] [fgcol [bgcol]] [show]"); exit(1); @@ -419,6 +419,25 @@ } void +set_bell(char *arg) +{ + unsigned long data; + int rv = 0; + + if (strcmp(arg, "on") == 0) + data = 0x01; + else if (strcmp(arg, "off") == 0) + data = 0x02; + else { + warnx("argument to -B must be either on or off"); + return; + } + rv = ioctl(0, CONS_BELLTYPE, &data); + if (rv) + warn("ioctl(CONS_BELLTYPE)"); +} + +void set_border_color(char *arg) { int color; @@ -596,8 +615,11 @@ info.size = sizeof(info); if (ioctl(0, CONS_GETINFO, &info) < 0) err(1, "must be on a virtual console"); - while((opt = getopt(argc, argv, "b:c:df:g:i:l:LM:m:r:s:t:x")) != -1) + while((opt = getopt(argc, argv, "B:b:c:df:g:i:l:LM:m:r:s:t:x")) != -1) switch(opt) { + case 'B': + set_bell(optarg); + break; case 'b': set_border_color(optarg); break; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 15 21: 0: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5F1837B440 for ; Sun, 15 Apr 2001 21:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3G403T10351; Sun, 15 Apr 2001 21:00:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 15 Apr 2001 21:00:03 -0700 (PDT) Message-Id: <200104160400.f3G403T10351@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Michael Graziano Subject: Re: i386/26562: /dev/lpt0 returns EBUSY when attempting to open "Ready Printer" Reply-To: Michael Graziano Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/26562; it has been noted by GNATS. From: Michael Graziano To: freebsd-gnats-submit@FreeBSD.org, ve3wwg@home.com Cc: Subject: Re: i386/26562: /dev/lpt0 returns EBUSY when attempting to open "Ready Printer" Date: Sun, 15 Apr 2001 23:53:17 -0400 This solves the problem on one of my machines as well. If someone wants to clean this up and commit this I would really appreciate it. /~mikeg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 0:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE70F37B43E for ; Mon, 16 Apr 2001 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3G7K1X44213; Mon, 16 Apr 2001 00:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A051737B424 for ; Mon, 16 Apr 2001 00:16:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3G7GGX43838; Mon, 16 Apr 2001 00:16:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200104160716.f3G7GGX43838@freefall.freebsd.org> Date: Mon, 16 Apr 2001 00:16:16 -0700 (PDT) From: waleedkhan@yahoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26608: when boot Freebsd 4.2 Release from the cd it freezes when i get to the blue installation screen or update to Freebsd 4.2 Stable from the net it freezes at the logon prompt , but it installs fine with 4.0 Release Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26608 >Category: kern >Synopsis: when boot Freebsd 4.2 Release from the cd it freezes when i get to the blue installation screen or update to Freebsd 4.2 Stable from the net it freezes at the logon prompt , but it installs fine with 4.0 Release >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 16 00:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Waleed Khan >Release: 4.2 Release >Organization: Mweb >Environment: FreeBSD rebel.khan 4.0-RELEASE FreeBSD 4.0-RELEASE #6: Sun Apr 15 18:57:24 SAST 2001 rebel-x@rebel.khan:/usr/src/sys/compile/MYKERNEL i386 >Description: I was using Freebsd 4.0 Release which i installed from the cd and it worked fine, when i updated my installation , using cvsup ad doing a make buildworld , make installworld which all works fine , and then i recompiled my kernel and when i reboot it freezes at the logon prompt ,key/board doesn't respond , and the lights on the key/board flickers whilst booting the kernel , and before it gets to the login prompt the keybaord doesn't respond , my computer works perfectly with 4.0 Release ,so this only occurs when i do cvsup or when whe i boot the from 4.2 Release Cdrom >How-To-Repeat: By booting with the 4.2 Release cd or by updating my system to 4.2 Stable >Fix: solution 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 Mon Apr 16 4:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4238737B43F for ; Mon, 16 Apr 2001 04:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GBU5O88986; Mon, 16 Apr 2001 04:30:05 -0700 (PDT) (envelope-from gnats) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 6DAC737B43E for ; Mon, 16 Apr 2001 04:21:28 -0700 (PDT) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.11.3/8.11.3) id f3GBL8P10309; Mon, 16 Apr 2001 13:21:08 +0200 (CEST) (envelope-from dinoex) Message-Id: <200104161121.f3GBL8P10309@net2.dinoex.sub.org> Date: Mon, 16 Apr 2001 13:21:08 +0200 (CEST) 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: kern/26613: ethernet vr0 hangs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26613 >Category: kern >Synopsis: ethernet vr0 hangs >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 Apr 16 04:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.3-RC >Organization: privat >Environment: FreeBSD 4.3-RC #8: Sun Apr 15 01:16:51 CEST 2001 (GENERIC) vr0: port 0x6800-0x68ff mem 0xe4000000-0xe40000ff \ irq 10 at device 10.0 on pci0 vr0: Ethernet address: 00:50:ba:65:c2:13 miibus0: on vr0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: flags=8843 mtu 1500 inet 217.X.XXX.XXX netmask 0xffffff00 broadcast 217.X.XXX.XXX inet6 fe80::250:baff:fe65:c213%vr0 prefixlen 64 scopeid 0x1 inet 62.XXX.XX.XXX netmask 0xffffffc0 broadcast 62.XXX.XX.XXX inet 217.X.XXX.XXX netmask 0xffffffc0 broadcast 217.X.XXX.XXX ether 00:50:ba:65:c2:13 media: autoselect (10baseT/UTP) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP none >Description: Network seems unstable, NSF hangs, interactive Login lags sometimes. >How-To-Repeat: NFS exported volumume (server on this machine) Client hangs when copy to much data. A ping from the server to the client shows stray packages! [...] 64 bytes from 217.6.200.196: icmp_seq=17604 ttl=255 time=4.292 ms 64 bytes from 217.6.200.196: icmp_seq=17605 ttl=255 time=30.590 ms 64 bytes from 217.6.200.196: icmp_seq=17607 ttl=255 time=0.523 ms 64 bytes from 217.6.200.196: icmp_seq=17608 ttl=255 time=0.513 ms 64 bytes from 217.6.200.196: icmp_seq=17609 ttl=255 time=18.057 ms 64 bytes from 217.6.200.196: icmp_seq=17610 ttl=255 time=0.538 ms 64 bytes from 217.6.200.196: icmp_seq=17606 ttl=255 time=4518.681 ms 64 bytes from 217.6.200.196: icmp_seq=17611 ttl=255 time=0.523 ms 64 bytes from 217.6.200.196: icmp_seq=17611 ttl=255 time=0.523 ms 64 bytes from 217.6.200.196: icmp_seq=17612 ttl=255 time=22.136 ms 64 bytes from 217.6.200.196: icmp_seq=17613 ttl=255 time=27.047 ms 64 bytes from 217.6.200.196: icmp_seq=17614 ttl=255 time=0.507 ms 64 bytes from 217.6.200.196: icmp_seq=17615 ttl=255 time=0.528 ms 64 bytes from 217.6.200.196: icmp_seq=17616 ttl=255 time=11.841 ms 64 bytes from 217.6.200.196: icmp_seq=17617 ttl=255 time=17.809 ms 64 bytes from 217.6.200.196: icmp_seq=17618 ttl=255 time=7.396 ms 64 bytes from 217.6.200.196: icmp_seq=17619 ttl=255 time=23.490 ms 64 bytes from 217.6.200.196: icmp_seq=17620 ttl=255 time=0.724 ms 64 bytes from 217.6.200.196: icmp_seq=17621 ttl=255 time=14.023 ms error: No Buffer Space to reactivate the Line: $ ifconfig vr0 down $ ifconfig vr0 up After the copy is done, teh ping keeps "dancing" [...] 64 bytes from 217.6.200.196: icmp_seq=100 ttl=255 time=0.524 ms 64 bytes from 217.6.200.196: icmp_seq=62 ttl=255 time=38901.325 ms 64 bytes from 217.6.200.196: icmp_seq=101 ttl=255 time=0.494 ms [...] 64 bytes from 217.6.200.196: icmp_seq=200 ttl=255 time=0.504 ms 64 bytes from 217.6.200.196: icmp_seq=163 ttl=255 time=38231.139 ms 64 bytes from 217.6.200.196: icmp_seq=201 ttl=255 time=0.445 ms [...] 64 bytes from 217.6.200.196: icmp_seq=536 ttl=255 time=0.570 ms 64 bytes from 217.6.200.196: icmp_seq=423 ttl=255 time=114132.380 ms 64 bytes from 217.6.200.196: icmp_seq=538 ttl=255 time=0.536 ms [...] 64 bytes from 217.6.200.196: icmp_seq=631 ttl=255 time=0.510 ms 64 bytes from 217.6.200.196: icmp_seq=537 ttl=255 time=95722.164 ms 64 bytes from 217.6.200.196: icmp_seq=632 ttl=255 time=0.518 ms [...] 64 bytes from 217.6.200.196: icmp_seq=940 ttl=255 time=0.543 ms 64 bytes from 217.6.200.196: icmp_seq=813 ttl=255 time=128272.599 ms 64 bytes from 217.6.200.196: icmp_seq=942 ttl=255 time=0.531 ms [...] 64 bytes from 217.6.200.196: icmp_seq=1068 ttl=255 time=0.538 ms 64 bytes from 217.6.200.196: icmp_seq=941 ttl=255 time=128272.534 ms 64 bytes from 217.6.200.196: icmp_seq=1070 ttl=255 time=0.516 ms [...] 64 bytes from 217.6.200.196: icmp_seq=1176 ttl=255 time=0.475 ms 64 bytes from 217.6.200.196: icmp_seq=1069 ttl=255 time=108969.408 ms 64 bytes from 217.6.200.196: icmp_seq=1177 ttl=255 time=0.529 ms [...] 64 bytes from 217.6.200.196: icmp_seq=1228 ttl=255 time=0.489 ms 64 bytes from 217.6.200.196: icmp_seq=1199 ttl=255 time=29461.110 ms 64 bytes from 217.6.200.196: icmp_seq=1229 ttl=255 time=0.480 ms [...] 64 bytes from 217.6.200.196: icmp_seq=1275 ttl=255 time=0.556 ms 64 bytes from 217.6.200.196: icmp_seq=1257 ttl=255 time=18230.945 ms 64 bytes from 217.6.200.196: icmp_seq=1276 ttl=255 time=0.529 ms $ netstat -m 124/320/4096 mbufs in use (current/peak/max): 123 mbufs allocated to data 1 mbufs allocated to packet headers 121/164/1024 mbuf clusters in use (current/peak/max) 408 Kbytes allocated to network (13% of mb_map in use) >Fix: Downgrade to FreeBSD 4.2-STABLE #4: Sun Feb 18 10:48:45 CET 2001 >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 Apr 16 9:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE52F37B423 for ; Mon, 16 Apr 2001 09:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GGU4x23014; Mon, 16 Apr 2001 09:30:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 16 Apr 2001 09:30:04 -0700 (PDT) Message-Id: <200104161630.f3GGU4x23014@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Rich Wales Subject: Re: i386/26261: silo overflow problem in sio driver Reply-To: Rich Wales Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/26261; it has been noted by GNATS. From: Rich Wales To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: i386/26261: silo overflow problem in sio driver Date: Mon, 16 Apr 2001 09:20:25 -0700 (PDT) I think my "silo overflow" problem is being caused (or, at least, provoked) by XFree86-4.x. I'm using XFree86 version 4.0.1 on the machine that exhibited the problem. When I tried going back to version 3.3.6, the silo over- flows went away. Unfortunately, I had to go back to 4.0.1, as the XF86_SVGA server I need to use in 3.3.6 to run my ATI Xpert 128 video card has several nasty bugs -- but that's another story. I also get solid, error-free serial I/O if I escape out of X and display high-speed serial output directly to the monitor. Let me also mention, for the record, that I checked my null modem serial cable very carefully with a continuity tester, and the cable is definitely wired OK (it swaps RTS and CTS, for example). This presumably leaves open the question of whether the problem is due to a bug in XFree86-4.x itself, or if XFree86-4.x is innocently tickling some FreeBSD kernel bug. Rich Wales richw@webcom.com http://www.webcom.com/richw/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 10: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2265C37B449 for ; Mon, 16 Apr 2001 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GH01C25685; Mon, 16 Apr 2001 10:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D2DE37B423 for ; Mon, 16 Apr 2001 09:54:20 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GGsKe25243; Mon, 16 Apr 2001 09:54:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200104161654.f3GGsKe25243@freefall.freebsd.org> Date: Mon, 16 Apr 2001 09:54:20 -0700 (PDT) From: fredette@mit.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26618: unmount(2) can't unmount a filesystem whose device has been lost Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26618 >Category: kern >Synopsis: unmount(2) can't unmount a filesystem whose device has been lost >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 Apr 16 10:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Matthew Fredette >Release: 4.2_RELEASE >Organization: self >Environment: FreeBSD test1.home 4.2-RELEASE FreeBSD 4.2-RELEASE #7: Fri Apr 13 17:11:46 EDT 2001 root@home:/usr/src/sys/compile/TEST1 i386 >Description: unmount(2) can't unmount a filesystem on a device that has been lost. When the namei() call on the mountpoint fails with ENXIO, unmount gives up and returns immediately. >How-To-Repeat: Mount a single filesystem read-only from a SCSI disk. Power down the disk, use 'camcontrol rescan' as appropriate to lose the device. Now try to unmount the filesystem. >Fix: When namei() returns ENXIO on the mountpoint, umount could walk the list of mounted filesystems looking for the mountpoint itself. I'll attach a patch to this PR that does this in a followup email. >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 Apr 16 10: 8: 3 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by hub.freebsd.org (Postfix) with ESMTP id 2D64A37B422; Mon, 16 Apr 2001 10:07:58 -0700 (PDT) (envelope-from fredette@MIT.EDU) Received: from grand-central-station.mit.edu (GRAND-CENTRAL-STATION.MIT.EDU [18.7.21.82]) by pacific-carrier-annex.mit.edu (8.9.2/8.9.2) with ESMTP id NAA04034; Mon, 16 Apr 2001 13:07:54 -0400 (EDT) Received: from manawatu-mail-centre.mit.edu (MANAWATU-MAIL-CENTRE.MIT.EDU [18.7.21.85]) by grand-central-station.mit.edu (8.9.2/8.9.2) with ESMTP id NAA13848; Mon, 16 Apr 2001 13:07:53 -0400 (EDT) Received: from ten-thousand-dollar-bill.mit.edu (TEN-THOUSAND-DOLLAR-BILL.MIT.EDU [18.184.0.39]) by manawatu-mail-centre.mit.edu (8.9.2/8.9.2) with ESMTP id NAA09919; Mon, 16 Apr 2001 13:07:47 -0400 (EDT) Received: (from fredette@localhost) by ten-thousand-dollar-bill.mit.edu (8.9.3) id NAA26501; Mon, 16 Apr 2001 13:07:53 -0400 (EDT) Message-Id: <200104161707.NAA26501@ten-thousand-dollar-bill.mit.edu> To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26618: unmount(2) can't unmount a filesystem whose device has been lost In-Reply-To: Your message of "Mon, 16 Apr 2001 10:00:01 PDT." <200104161700.f3GH01u25681@freefall.freebsd.org> Date: Mon, 16 Apr 2001 13:07:52 -0400 From: Matthew Fredette Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here's a patch against sys/kern/vfs_syscalls.c revision 1.187: [snip] --- vfs_syscalls.c.orig Mon Apr 16 12:32:59 2001 +++ vfs_syscalls.c Mon Apr 16 12:36:37 2001 @@ -468,11 +468,71 @@ NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF, UIO_USERSPACE, SCARG(uap, path), p); - if ((error = namei(&nd)) != 0) + if ((error = namei(&nd)) == ENXIO && suser(p) == 0) { + /* + * When root is trying to unmount a filesystem on a + * device that has disappeared, try to find the + * mountpoint by looking through the mountlist. + * Otherwise, such a filesystem can never get unmounted. + */ + char *path; + register struct mount *nmp; + register struct statfs *sp; + + mp = NULL; + simple_lock(&mountlist_slock); + path = zalloc(namei_zone); + for (;;) { + + /* Copy in the mount point. */ + if ((error = copyinstr(SCARG(uap, path), path, MAXPATHLEN, NULL)) != 0) + break; + + /* Don't allow empty pathnames. */ + if (*path == '\0') { + error = ENOENT; + break; + } + + /* Walk the mount list. */ + for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) { + if (vfs_busy(mp, LK_NOWAIT, &mountlist_slock, p)) { + nmp = TAILQ_NEXT(mp, mnt_list); + continue; + } + sp = &mp->mnt_stat; + if (!strcmp(sp->f_mntonname, path)) { + vfs_unbusy(mp, p); + break; + } + nmp = TAILQ_NEXT(mp, mnt_list); + vfs_unbusy(mp, p); + } + + error = (mp == NULL ? ENOENT : 0); + break; + } + + zfree(namei_zone, path); + simple_unlock(&mountlist_slock); + if (error) + return (error); + } else if (error != 0) return (error); - vp = nd.ni_vp; - NDFREE(&nd, NDF_ONLY_PNBUF); - mp = vp->v_mount; + else { + vp = nd.ni_vp; + NDFREE(&nd, NDF_ONLY_PNBUF); + mp = vp->v_mount; + + /* + * Must be the root of the filesystem + */ + if ((vp->v_flag & VROOT) == 0) { + vput(vp); + return (EINVAL); + } + vput(vp); + } /* * Only root, or the user that did the original mount is @@ -480,7 +540,6 @@ */ if ((mp->mnt_stat.f_owner != p->p_ucred->cr_uid) && (error = suser(p))) { - vput(vp); return (error); } @@ -488,18 +547,9 @@ * Don't allow unmounting the root file system. */ if (mp->mnt_flag & MNT_ROOTFS) { - vput(vp); return (EINVAL); } - /* - * Must be the root of the filesystem - */ - if ((vp->v_flag & VROOT) == 0) { - vput(vp); - return (EINVAL); - } - vput(vp); return (dounmount(mp, SCARG(uap, flags), p)); } [snip] Matt -- Matt Fredette http://mit.edu/fredette/www To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 11: 0: 6 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08C8E37B423 for ; Mon, 16 Apr 2001 11:00:04 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GI03734938 for freebsd-bugs@freebsd.org; Mon, 16 Apr 2001 11:00:03 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 16 Apr 2001 11:00:03 -0700 (PDT) Message-Id: <200104161800.f3GI03734938@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/11/09] ports/22722 gnats-adminRe: apache-jserv (fwd) o [2000/11/23] ports/23054 gnats-adminRe: maintainer update: security/nessus su o [2000/12/06] ports/23319 gnats-adminRe: gogo: invalid source download locatio o [2000/12/10] ports/23453 gnats-adminRe: New port: audio/gdrdao o [2000/12/13] ports/23519 gnats-adminRe: xlock port doesn't check password o [2000/12/13] ports/23527 gnats-adminRe: xlock port doesn't check password o [2000/12/14] ports/23542 gnats-adminRe: xlock port doesn't check password o [2000/12/26] ports/23876 gnats-adminsmpeg-xmms port fail to compile o [2000/12/31] ports/23979 gnats-adminRe: patch: ports/audio/linux-realplayer o [2001/01/01] ports/24006 gnats-admin=09New port: httrack: An easy to use offl o [2001/01/10] ports/24215 gnats-adminRe: Updated port: mail/elm+ME - 2.4ME+87 o [2001/01/10] ports/24216 gnats-adminnew port: kde-i18n-pl o [2001/01/10] ports/24217 gnats-adminnew port: ssmtp o [2001/01/10] ports/24240 gnats-adminRe: Updated port: mail/elm+ME - 2.4ME+87 o [2001/03/01] ports/25486 gnats-admin[PATCH] ports/editors/staroffice52 PR2544 o [2001/03/23] pending/26033gnats-adminRe: FreeBSD gnupg-idea PR ports/28538 o [2001/04/06] pending/26388gnats-adminRe:%20ports/26104:%20PORT%20UPDATE%3A%20a o [2001/04/06] pending/26396gnats-adminRe: %20ports/26104:%20PORT%20UPDATE%3A%20 o [2001/04/09] pending/26460gnats-adminimap-uw ports missing imap-uw.conf in fil o [2001/04/13] pending/26538gnats-adminmpd-3.2 makes FreeBSD 4.2R panic 20 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/03/24] ports/26052 gnats-adminpatch for mail/pine4 against passive fing 1 problem total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 11: 3: 4 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC4DF37B422 for ; Mon, 16 Apr 2001 11:00:16 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GI04f34943 for freebsd-bugs@freebsd.org; Mon, 16 Apr 2001 11:00:04 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 16 Apr 2001 11:00:04 -0700 (PDT) Message-Id: <200104161800.f3GI04f34943@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/12/21] kern/5355 bp Fix for NULLFS problems o [1998/02/03] kern/5641 jasone running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste 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. a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/24] bin/8829 bug in innetgr (was: Fix port: security/s o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er 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 bp 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/20] i386/10690 Installation freezes after device selecti 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/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi f [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap f [1999/04/17] kern/11196 kernel mode page fault 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/27] kern/11351 system reboot for error with popper and d o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/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/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] 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 o [1999/07/21] kern/12730 poll() causes indeterministic program han o [1999/08/02] misc/12923 Installation fails on HP Net Server o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/08/30] misc/13474 Maximum Number of IPs Permitted in the .. o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/19] i386/13844 keyboard locks up when I page through a m 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/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/25] kern/14510 kernel panic while pressing panic o [2000/02/09] i386/16620 mdodd 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/15] kern/16740 mckusick The kernel panics with "ffs_clusteralloc: o [2000/02/18] i386/16802 An user math program have the system on K o [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills o [2000/02/21] kern/16890 Fatal trap 12: page fault while in kernel o [2000/02/26] kern/17011 Fatal trap 12 occur, dhclient with BOOTP o [2000/02/28] kern/17067 consistent "make -k buildworld" crash wit o [2000/03/03] kern/17152 alfred kernel panic:aio_write o [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke f [2000/03/15] i386/17398 imp Install failure of 4.0-Release via ftp an o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/22] i386/17558 ncr1 controller is not working properly i o [2000/03/23] kern/17565 4.0-RELEASE install does not access IDE d o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/03] kern/17776 RAID5 with crashed disk corrupts filesyst o [2000/04/04] bin/17791 Restore does not handle bad or missing ta o [2000/04/04] misc/17793 Keyboard not found o [2000/04/04] ports/17806 msmith make in ports/net/citrix_ica loops on scr o [2000/04/04] i386/17808 cannot swap /dev/.... o [2000/04/05] kern/17821 Wavelan driver not working in 4.0 o [2000/04/08] kern/17870 4.0-release consistently crashes a couple o [2000/04/09] kern/17881 4.0-RELEASE kern.flp boot crashes upon pr o [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel o [2000/04/20] i386/18123 4.0-RELEASE crashes during boot from CD-R o [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/04/24] bin/18198 owner of ccontrol file in spool dir is wr o [2000/04/24] misc/18201 Freeze at boot time when trying to upgrad o [2000/04/25] misc/18205 Install via CD-Romm hangs o [2000/04/25] i386/18207 3.2-RELEASE to 4.0-RELEASE FTP upgrade fa o [2000/04/27] kern/18265 Vendor specific word = FFFF o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru o [2000/05/13] bin/18531 installation will not read files frm flop o [2000/05/17] kern/18623 out of swap s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig o [2000/05/18] i386/18655 4.0-RELEASE Fails to install o [2000/05/18] kern/18665 Unpredictable crashes. Page fault while i o [2000/05/21] kern/18712 Kernel panic o [2000/05/22] kern/18754 grog Vinum: reviving RAID5 volume corrupts dat o [2000/05/23] misc/18786 SCSI hangs during FreeBSD 4.0 installatio s [2000/05/24] misc/18793 ken Hitachi DK319H needs quirk entry to work o [2000/05/25] alpha/18808 alpha Unalligned trap handler fails on quadword o [2000/05/29] kern/18874 32bit NFS servers export wrong negative v o [2000/05/29] bin/18887 Undefined symbol "_krb_err_txt" in telnet o [2000/06/04] kern/19000 Automatic Reebot, Fatal o [2000/06/05] kern/19022 pcm driver causes immediate panic on use o [2000/06/05] i386/19027 FTP install operation does not find XFree f [2000/06/09] kern/19162 asmodai 4.0-STABLE panics w/ softupdates and quot f [2000/06/10] misc/19175 mounting NFS can be done multiple times C o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom o [2000/06/15] kern/19297 Multi-processor kernel fails to boot on T o [2000/06/16] conf/19336 write failure when adding distribution fi o [2000/06/17] kern/19353 Cannot install 4.0 o [2000/06/23] kern/19480 System hang when use current (GENERIC) ke o [2000/06/28] kern/19572 alfred executing command cd ../cdrom after mount a [2000/06/30] ports/19613 nate java causing SIGSEGV 11* segmentation vi o [2000/07/01] conf/19629 imp /etc/rc.sysctl can't set all syctls f [2000/07/03] kern/19661 imp hang or reboot when pcmcia ethernet adapt o [2000/07/05] kern/19726 wpaul fatal trap 12 / page fault o [2000/07/09] kern/19794 FreeBSD 4.0-Stable crash o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/20] ports/20077 jmz Latex 99.12 fails to make completely o [2000/07/26] misc/20205 FreeBSD 4 will not install on a Compaq Pr o [2000/07/27] kern/20227 jlemon 4.1-RC: UDP checksum problem f [2000/07/29] kern/20296 sheldonh matcd driver is a) not in GENERIC and b) o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/01] misc/20353 4.1 doesn't work on Compaq ML370 o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] kern/20484 jlemon FreeBSD 4.0 crashes repeatedly: trap 12: o [2000/08/08] bin/20489 davidn pw problems: -w random not working correc o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/15] ports/20624 emulationvmware vmmon module locks kernel o [2000/08/16] kern/20671 wpaul panicstr:page fault; panic messages:Fatal f [2000/08/22] kern/20776 rnordier Cannot boot the install floppy for versio o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/02] i386/20994 /etc/fstab or kernel not correctly instal o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model f [2000/09/08] i386/21117 When booting 4.0 install disk receive thi o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond o [2000/09/13] bin/21253 dump/restore fail on any stream (tape/pip o [2000/09/14] misc/21269 Install does not see disk on Advansys car o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 o [2000/09/18] kern/21378 Accessing floppy under 4.1-STABLE (with D o [2000/09/19] kern/21397 Floppy drive doesn't work on Compaq ProLi o [2000/09/20] kern/21438 cg Sox recording in 16 bits creates a panic: o [2000/09/26] bin/21566 passwd does not work after updating from o [2000/10/01] i386/21677 Instalation crashed when shell started o [2000/10/02] i386/21717 DOS while opening /dev/audio o [2000/10/04] kern/21757 cp from nullfs-mounted filesystem aborts o [2000/10/04] i386/21758 X display font problem o [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR o [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/10/06] kern/21783 When msgrcv() blocks, it blocks ALL threa o [2000/10/06] kern/21790 marcel fstat64 does not exist in Linux emulation o [2000/10/06] i386/21802 after working fine for a few weeks, mach o [2000/10/09] misc/21861 PostgreSQL on jailed enviroment fails o [2000/10/11] kern/21915 grog Machine dies sig 12 in ahc driver (Freebs f [2000/10/12] kern/21929 lpd cause system crash f [2000/10/18] kern/22086 grog DMA errors during intensive disk activity o [2000/10/23] i386/22236 mouse cursor bug under text console mode o [2000/10/23] i386/22240 unstable UDMA on Iwill VD133PL v1.6 (Apol a [2000/10/23] kern/22245 Incorrect handling of end-of-media in ata o [2000/10/26] kern/22324 Kernel panic when second Compaq Smart Arr o [2000/10/28] kern/22376 Some problems in ar driver with FastTrak o [2000/10/31] ports/22444 ache The 'screen' port has reproducable segfau o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel o [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) o [2000/11/02] kern/22561 xl networkhanging o [2000/11/03] bin/22595 telnetd tricked into using arbitrary peer o [2000/11/06] i386/22640 SCSI problem halts system after long peri o [2000/11/06] kern/22648 SCSI sup system freezes 4.2-BETA o [2000/11/10] i386/22760 adaptec bios cannot find disks after 4.1. o [2000/11/16] kern/22909 Vinum RAID5 degraded write not consistenc o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/21] bin/23013 Cannot buildworld in 4.2-RELEASE o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN o [2000/11/26] kern/23126 Can't boot kernel with ADAPTEC 1522 SCSI o [2000/11/27] i386/23145 pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation o [2000/12/03] ports/23257 ports Star office 5.2 has problem being install o [2000/12/04] kern/23258 panic: softdep_lock: locking against myse o [2000/12/04] kern/23281 Installation hangs on PowerEdge 2450 Per3 o [2000/12/08] i386/23399 fbsd 4.2 locks up on my cardbus system if o [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce o [2000/12/11] kern/23480 panic: vm_pageout_flush page 0xc0a0a8fc i o [2000/12/12] bin/23501 pw destroy /etc/master.passwd when pw exe o [2000/12/12] kern/23505 processes die with SIGPROF, usually under a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA o [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2000/12/17] misc/23595 rnordier boot problem after install o [2000/12/19] ports/23646 ports Staroffice 5.2 fails to install on FreeBS o [2000/12/19] i386/23681 keyboard is not working when the laptop i a [2000/12/21] kern/23740 kernel DoS tha could be executed by any u o [2000/12/22] kern/23752 panic with smp 4.2 kernel and dma lpt o [2000/12/26] kern/23859 panicked on sofree o [2000/12/27] kern/23887 panic: softdep_disk_write_complete: lock o [2000/12/30] misc/23958 Installation fails on an i486 DX2 machine o [2000/12/30] misc/23960 Installation fails on an i486 DX2 machine f [2001/01/01] kern/24018 4.2-STABLE, 4.0-RELEASE fatal trap 12: pa f [2001/01/02] kern/24019 Frequent panics in ep driver, 3c556 pcmci o [2001/01/09] kern/24197 4.2-R floppies fail: "timeout waiting for o [2001/01/12] ports/24276 asami XFree86-4 port doesn't put patch-1 in the o [2001/01/16] kern/24378 ahc broken in STABLE o [2001/01/16] ports/24395 ports Date object is not deserialized correct o [2001/01/17] kern/24418 read/write in thread library (-lc_r) does o [2001/01/18] kern/24433 NFSv3 service hangs when writing large am o [2001/01/19] i386/24469 system hangs on scsi disk access error o [2001/01/23] ports/24568 jmz Can't get back to X after switching to co o [2001/01/25] i386/24653 can't get working install of X under 4.2 o [2001/01/28] ports/24705 jmz Bug concerning Xwrapper/XFree86-4.0.2 f [2001/01/30] kern/24740 filesystem corruption CFP1080 CAM SCSI ca o [2001/01/30] kern/24741 Reboot when using vlans on a xl card with o [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't o [2001/02/03] kern/24829 ufs incompatibility (4.1.1-STABLE -> 4.2- f [2001/02/03] kern/24831 panic in net code in many places o [2001/02/05] i386/24871 Pagefaults occur at random on a 4.2-STABL o [2001/02/06] i386/24920 moused weird o [2001/02/11] kern/25006 cannot ignore arp (ifconfig -arp doesn't o [2001/02/13] kern/25062 uid0 processes get killed after getswapsp o [2001/02/14] kern/25104 file corruption with Adaptec 29160 SCSI a o [2001/02/15] i386/25123 Heavy NFS traffic over virtual interface o [2001/02/15] kern/25125 fsck kernel crash f [2001/02/15] kern/25130 dcs kernel crash with kldload/kldunload md.ko o [2001/02/18] kern/25198 kernel crash on fsck o [2001/02/19] kern/25215 RELENG_4 kernel crashes starting SCSI dis o [2001/02/19] ports/25224 ports pth-1.3.7 hides /usr/include/pthread.h f [2001/02/20] misc/25230 gibbs ... SCB Memory Parity Error at seqaddr = o [2001/02/20] kern/25235 OS Hungs up when using with a Battery of f [2001/02/21] misc/25249 cc compiler not work o [2001/02/23] i386/25328 4.x stable kernel crash: page fault o [2001/02/25] ports/25351 ports x11/colorsel fails to build o [2001/02/25] kern/25358 Server periodically crashes o [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A o [2001/02/28] i386/25455 imp Cannot boot with 3c575BT cardbus lan pcmc a [2001/03/04] kern/25536 fix annoying console mouse cursor flicker o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/11] bin/25722 green OpenSSH on 4.2 dumps core from illegal us o [2001/03/14] misc/25813 Update from 4.0 to 5.0 fails by compiling a [2001/03/15] i386/25840 sos mounting unclosed CD causes kernel panic s [2001/03/16] misc/25856 neither 4.2 nor 4.3 boot install media o [2001/03/20] kern/25950 Bad drives on asr look zero-length and pa f [2001/03/21] kern/25974 Holes in files do not zero-fill o [2001/03/22] kern/26018 Even FreeBSD 4.2 rises ProblemReport kern o [2001/03/23] kern/26031 4.3-BETA crashes on 'mount /dev/acd0c /mn o [2001/03/24] kern/26048 4.3-RC: SMP and asr driver don't work to A [2001/03/24] kern/26061 sos 4.2 ata driver fails on CTX laptop o [2001/03/27] bin/26148 mountd: can't change attributes for /usr f [2001/03/28] kern/26176 Kernel panic when using IPsec on high loa o [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/03/30] kern/26224 VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/03/31] kern/26242 KERNEL of 4.3RC won't complie ../crypto/r o [2001/04/01] i386/26280 IDE Drive becomes corrupted after usage o [2001/04/02] bin/26305 Cannnot restore partions with FreeBSD 4.x o [2001/04/07] kern/26417 kernel crash using mpd-netgraph o [2001/04/12] kern/26510 kernel panic while booting on Intel STL2 o [2001/04/13] kern/26549 IPsec policies for more than one pair of o [2001/04/15] ports/26600 ports imap-uw port too old, no source available 297 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps o [1996/09/29] kern/1689 TCP extensions throttles distant connecti 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/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 o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre 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/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/22] kern/2800 DDS large data writing probrem f [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics 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/3219 sppp or arnet gets looped after connectio 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- f [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr f [1997/06/03] kern/3771 dillon NFS hangs when writing to local FS re-mou o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 f [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/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 dillon Under certain conditions, several krsh's o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/03] kern/4927 kernel does not check any quota and permi 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/12/06] kern/5244 F00F workaround dosn't always work on SMP o [1997/12/14] bin/5297 will make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) o [1998/01/27] kern/5587 session id gets dropped o [1998/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/04] kern/5643 NCR 810/815 do not handle rewind correctl 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/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/05/03] kern/6506 system will not soft reboot a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/12] kern/6603 ncr driver hangs under high load 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 o [1998/05/27] misc/6773 kris [PATCH] tempnam.c security problems s [1998/06/02] bin/6830 will make(1) exhibits confusing and non-standa 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/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 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 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta 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/26] kern/7405 dillon in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 dillon Machine crashes do not occur very often, s [1998/08/10] kern/7556 sl_compress_init() will fail if called an s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr 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/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/09] bin/7872 dwmalone [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] 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/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails 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/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/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 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/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] ports/8622 markm exmh2 has problems with some date formats o [1998/11/10] bin/8646 peter Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa 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 f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/02] kern/8940 system clock runs extremely slowly (and s f [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/16] kern/9095 swap detect error o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g o [1998/12/31] bin/9252 [patch] login program "login" don't set K s [1999/01/06] kern/9355 [MFC] 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 amd can't mount filesystems with type:=uf o [1999/01/13] kern/9478 support for running a script from kldload 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/21] kern/9599 SMP hang after reseting CPU 1 f [1999/01/25] kern/9673 ISO CD-ROM Problem f [1999/01/28] i386/9759 Tar process hangs on buggy tapes 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/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/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/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] 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/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/09] bin/10510 Remote cvs botches commits on occassion 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/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/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/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec 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/05] i386/10969 kernel fails to compile with ccs0 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] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal 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/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 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/11525 dwmalone [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/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 tegge Disk failure hangs system 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/20] i386/11801 Remounting CD on IDE CDROM after eject fa 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/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther 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] bin/11992 /usr/src/sbin/mountd/mountd.c has '#ifdef o [1999/06/04] kern/12022 phk System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes f [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/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] bin/12120 named crashes. o [1999/06/12] gnu/12175 obrien gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor 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/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/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken 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/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/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/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/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b 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] 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/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir 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/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 obrien gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc 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/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/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 fenner 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/13] gnu/13729 strip(1) exits with an error on script fi 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] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme 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/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] kern/14033 Data acq process gets stuck in vmopar o [1999/09/30] kern/14060 3.3-STABLE on primary mail server panics f [1999/09/30] bin/14069 mikeh Buffer overflow in mail(1) o [1999/09/30] kern/14072 Rebooting in FreeBSD 3.3 wipes out known 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] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/05] kern/14144 bad conversions in kern_fork() 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/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] kern/14285 dillon NFS client appears to lose data 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] bin/14444 enigma command can't decrypt files encryp o [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron 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 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro 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 murray 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/10] kern/14812 de0 driver malfunctions in full-duplex o [1999/11/11] ports/14826 ports security/fwtk smapd calls sendmail with w o [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/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/16] kern/14917 grog DMA doesn't works with ALI ALADDIN M1543/ o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol 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/19] i386/15003 mdodd 3C574 (ep0) reads bogus ethernet address o [1999/11/21] i386/15018 Printingproblem 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] 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 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/30] misc/15190 crashing while in a multiplatform environ o [1999/12/01] kern/15204 systems panics when ktrace-ing 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/08] i386/15364 Flash Player 4 for Linux has no sound wit 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] 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/17] kern/15542 de suddenly stops working o [1999/12/17] ports/15543 hosokawa Samba + DHCP = UNKNOWN HOST NAME o [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt o [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [1999/12/29] conf/15766 My desktop display is too large, I can´t o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system 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] 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] i386/15897 Any fix for rpc.lockd on Free BSD 3.2 nfs o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p o [2000/01/05] bin/15924 ndc restart don't preserve start options 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 o [2000/01/11] misc/16068 FreeBSD 3.3 with IDE > 32GB causes Panic: o [2000/01/12] kern/16090 mdodd No buffer space available 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/17] misc/16154 modem ring kills freebsd o [2000/01/17] bin/16155 cp -p does not preserve modification time 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] 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] 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/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] bin/16342 Problems with krb_realmofhost() and/or kr o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. 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/27] ports/16396 reg libtool -export-symbols doesn't restrict o [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/01/28] misc/16423 Installation problem of 3.4-RELEASE using 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/02/06] kern/16515 Deadlock by ntpd o [2000/02/08] bin/16578 host-name field is hexadecimal instead of o [2000/02/08] conf/16586 net if down after fail during install o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P 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/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/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/20] conf/16832 amd.map options won't play with Solaris N 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/22] bin/16920 cdcontrol fails under 4.0-20000214-CURREN o [2000/02/23] kern/16937 ie0 not probed in -current of 2000-02-18 o [2000/02/23] conf/16948 murray Sysinstall/disklabel: bad partition table o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] ports/16983 ache procmail port not prefix clean o [2000/02/25] misc/16991 jhb booting install disk and USB o [2000/02/27] kern/17033 Samsung SN-124 ATAPI CD-ROM not supported o [2000/02/28] bin/17056 rshd does improper home directory check o [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/01] conf/17117 Dial-up problems when using Kppp o [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting o [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/05] kern/17208 3.4 Lock-up during file-completion o [2000/03/06] i386/17228 Installation floppies hang up on Compaq A o [2000/03/06] misc/17235 endless loop? harddrive corrupted? o [2000/03/06] ports/17237 hosokawa in samba suite smbclient -M worked incorr o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/11] ports/17313 ache wu-ftpd ports install invalid file owners o [2000/03/11] ports/17314 hosokawa in samba: testparm incorrectly generate w o [2000/03/12] bin/17338 netstat shows down counting UDP delivery o [2000/03/12] i386/17346 APIC cannot be enabled without turning on o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh o [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/15] kern/17393 kldload syscall allows the same kernel mo f [2000/03/16] kern/17403 cg CS4232 wont play w/newpcm o [2000/03/16] conf/17406 nis in /etc/host.conf breaks network prog o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/16] i386/17423 System hangs then reboots o [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/18] bin/17482 ftpd(8) forget to close TCP port in passi o [2000/03/18] kern/17483 Cannot run disklabel on virgin disk o [2000/03/19] kern/17494 Two problems with the tun device o [2000/03/19] kern/17499 grog Can't revive VINUM RAID5 o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load o [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg o [2000/03/21] kern/17542 cg random static with GUS PnP o [2000/03/22] misc/17562 PAS16 sound cycles o [2000/03/23] misc/17567 make buildworld bombing at KerbIV o [2000/03/24] kern/17583 julian NETATALK code can corrupt mbuf free lists o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/26] kern/17613 impossible to build FS KLD without kernel o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] kern/17634 Non-deterministic PnP sound device config o [2000/03/28] kern/17636 FreeBSD 4 uses network card driver dc whe s [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/29] kern/17680 Multiple crashes due to load in 4.0/5.0 e o [2000/03/30] kern/17695 cg Vibra16X sound card doesn't record audio o [2000/03/30] kern/17697 Boot floppy+local ftp upgrade from 3.4/in o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/03/31] kern/17715 io memory requests from pnp devices lands o [2000/04/01] kern/17738 reboot after panic: softdep_lock: locking o [2000/04/02] i386/17755 FTP install of 4.0 allocates too few inod o [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part f [2000/04/03] kern/17779 ADIC 1200d (DAT changer) and Symbios SCSI o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa o [2000/04/06] kern/17829 The dc driver is seriously broken o [2000/04/07] bin/17841 ttyp0 (and only 0!) produces stdout input o [2000/04/07] kern/17842 Erratic user time reports for long runnin o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m o [2000/04/07] kern/17844 Amd wedges every morning since I've upgra o [2000/04/08] kern/17863 Running DAP reboots computer o [2000/04/08] kern/17871 starting to accumulate undeletable direct o [2000/04/09] i386/17883 4.0-RELEASE panics during install. o [2000/04/10] kern/17895 stale unix domain connections o [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/10] i386/17915 pcm0 direct DMA issues. o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/11] i386/17930 wpaul Patch to MFC WaveLAN WEP into 3.4-STABLE o [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/11] i386/17940 Cannot recongize the scsi card AIC-7899 o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/15] kern/18024 when printing through gs: panic: lockmgr: o [2000/04/17] misc/18065 FREEBSD 4.0 crashes on boot Compaq Prolia o [2000/04/18] misc/18071 I cannot install Oracle 8i in FreeBSD 4.0 o [2000/04/19] i386/18089 4.0R install hangs on newfs or fsck o [2000/04/19] kern/18096 random crashes probably caused by lockmgr o [2000/04/20] kern/18110 DC-390 SCSI BIOS setting no effect and IB o [2000/04/21] i386/18132 BTX dumps trying to boot w/ dedicated SCS o [2000/04/22] bin/18160 pppd does not hang up sometimes while sta o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ o [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex o [2000/04/27] kern/18252 sysctl -a causes panic o [2000/04/28] i386/18268 RTC BIOS error10 (memorysize) o [2000/04/28] kern/18285 the system froze when use scon -s 50 o [2000/04/30] kern/18315 System hang when doing back-to-back captu o [2000/04/30] kern/18316 close-together bt848/878 captures to file o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota kernel crash o [2000/05/18] kern/18650 panic when enabling linux with emu10k1 dr o [2000/05/19] gnu/18672 std::basic_string::c_str() o [2000/05/19] bin/18678 Bug in libz o [2000/05/19] kern/18687 mrouted and IPDIVERT cause a panic o [2000/05/20] kern/18704 GLOB_ERR not handled correctly by glob() o [2000/05/21] misc/18728 Audio and video desynch in Realplayer on o [2000/05/22] bin/18742 times.allow field parsed incorrectly o [2000/05/22] kern/18751 if_dc doesn't autosense 100Mb mode o [2000/05/22] kern/18757 dg [PATCH] fxp driver doesn't enable flow co o [2000/05/22] kern/18763 kernel crashes when sysctl(3) is called o [2000/05/22] alpha/18768 wpaul Digital DE500-BA with "dc" driver doesn't o [2000/05/28] misc/18860 Cannot write DATA record to /home/archive o [2000/05/29] kern/18869 4.0-Stable SMP kernel from 22. May unstab o [2000/05/29] kern/18875 arpintr() problem o [2000/05/30] kern/18899 if_vr.c can't bridging properly when bpf o [2000/05/30] bin/18903 pkg_add deleted its own database o [2000/05/31] kern/18924 sysctl hw.bt848 crashes machine (bktr dri o [2000/05/31] conf/18925 No X Desktop Environments in 4.0 o [2000/05/31] kern/18932 Total loss of ethernet needing reboot. P o [2000/06/01] i386/18940 Reading from stdin using linux-jdk-1.2.2 o [2000/06/02] kern/18980 ATAPI Drive boots Install CD but then say o [2000/06/03] i386/18981 3.4 CDROM fails to boot on Dell PowerEdge o [2000/06/05] kern/19020 kernel reboots sometimes o [2000/06/05] misc/19025 Installer assumes /dev exists if target d o [2000/06/07] ports/19093 obrien problem with mail/muttzilla o [2000/06/08] kern/19121 IPv4 multicast does not work without rout o [2000/06/08] misc/19125 Undefined symbol `_poll' referenced from f [2000/06/12] kern/19219 le driver causes kernel panic during ifco o [2000/06/12] bin/19231 quota/mount commands inconsistency o [2000/06/13] ports/19238 will sgmltools1 o [2000/06/13] i386/19245 -fexpensive-optimizations buggy (even wit o [2000/06/14] kern/19256 in devicedriver cy.c make_dev (..) probl o [2000/06/14] ports/19281 billf Error in ucd-snmp port with tkmib o [2000/06/16] kern/19347 top, CPU and SMP-problem in new kernel o [2000/06/17] bin/19357 swap info incorrect after using sysinstal o [2000/06/18] kern/19363 Do allow processes know about their file o [2000/06/19] bin/19375 makekey accepts only 8-byte password o [2000/06/19] misc/19376 ncurses alters buffering of stdin/stdout o [2000/06/19] kern/19389 Panic caused by sendfile(2) o [2000/06/19] bin/19393 programs using strftime () dump core if R o [2000/06/20] kern/19402 Signals 127 and 128 cannot be detected in o [2000/06/20] bin/19405 telnetd sends DO AUTHENTICATION even if a o [2000/06/23] conf/19461 X authentication doesn't work off the CD o [2000/06/23] kern/19465 SYNC_CHACHE PROBREM: NEWTECH NDA20128A o [2000/06/23] kern/19479 processes stuck in 'ffsvgt' and 'FFS no' o [2000/06/23] kern/19482 Upgrade from 4.0-RELEASE to 4.0-STABLE ca o [2000/06/25] kern/19499 EtherExpress 16 is not probed o [2000/06/25] i386/19508 pci bus not probed for pci ethernet card o [2000/06/27] conf/19542 Problem with Proxy o [2000/06/27] misc/19557 Denying more than 10 ports with an 'open' o [2000/06/28] conf/19569 stock IPFW rules have subtle udp hole o [2000/06/30] kern/19603 luigi 20 ethernet interfaces not compatible wit o [2000/06/30] docs/19604 steve Web query interface doesn't search or Ori o [2000/07/02] misc/19646 Level 0 dump takes way longer than it sho o [2000/07/02] kern/19654 wpaul 20 dc ports in one machine (5x 4port card o [2000/07/03] i386/19662 kernel panic after too many socket freed o [2000/07/03] kern/19672 dillon contigmalloc1() oddity for large alignmen o [2000/07/03] misc/19673 dhclient-script will not always set the h o [2000/07/05] ports/19711 portmgr bsd.port.mk and autoconf are conflict o [2000/07/05] kern/19714 dillon swap_pager_getswapspace: failed o [2000/07/06] i386/19737 Cannot build a profiled kernel; load fail o [2000/07/07] bin/19773 [PATCH] telnet infinite loop depending on o [2000/07/09] kern/19814 marcel Oracle8i installer triggers problem in th o [2000/07/10] i386/19820 Installation of Lotus Notes 5.0 for Linux o [2000/07/12] kern/19875 A new protocol family, PF_IPOPTION, to ha o [2000/07/12] kern/19880 Problem with configuring RS-232 multiport o [2000/07/13] misc/19909 dillon Problem with NFS client in 4.0-STABLE o [2000/07/15] bin/19946 alex possible bug in sh(1) with -p flag (privi o [2000/07/15] misc/19951 jmz moused has problems with XFree86 o [2000/07/17] misc/19994 sscanf() fails on 64-bit operations o [2000/07/18] kern/20016 jasone pthreads: Cannot set scheduling timer/Can o [2000/07/18] docs/20028 doc ASCII docs should reflect tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/22] kern/20115 cg pcm0 doesnot work on Panasonic Let's note o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/26] bin/20194 amd doesn't provide directories automatic o [2000/07/27] misc/20210 4.1-RC crashes o [2000/07/27] kern/20213 NFS and Linuxulator issues in PR kern/194 o [2000/07/27] kern/20217 darrenr IPF default block and inclusion in rc.net o [2000/07/27] bin/20220 unable to Ctrl-C (quit) when using "more" o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/28] kern/20256 phk microuptime went backwards message keeps o [2000/07/28] bin/20259 des fetch(1) confused when redirected from ht o [2000/07/29] conf/20282 murray sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons a [2000/08/02] bin/20373 obrien Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, o [2000/08/09] ports/20503 sheldonh apache w/ mod_perl segfaults on 'use IO;' f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k f [2000/08/13] ports/20581 dirk current cdrecord port fails to install o [2000/08/14] bin/20591 src/usr.bin/file/MAINT & README & file.1 o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, o [2000/08/15] kern/20619 arpintr o [2000/08/15] kern/20631 kernel panics on ifconfig if_le f [2000/08/15] kern/20632 stacking mount_null causes an error: moun o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly o [2000/08/16] bin/20646 dwmalone [PATCH] /bin/cp -p whines on set[ug]id im f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/20] bin/20725 Raw floppy writes fail for partial bytes. o [2000/08/20] kern/20734 n_hibma USB mouse detaches and never reataches f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail a [2000/08/22] kern/20785 ru changing IP address on an interface may n o [2000/08/24] ports/20819 ports XFMail 1.4.0 dumps core w/signal 6 when c o [2000/08/24] ports/20831 torstenb Autoconf Port: Bug introduced by patch-ag o [2000/08/25] gnu/20835 markm Errno.pm is lost in perl system o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 obrien gdb does not recognise old executables. o [2000/08/29] i386/20925 doscmd(1) does not truncate a file int wr o [2000/08/30] bin/20952 ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/01] ports/20986 reg Mozilla M17 installs incorrectly a [2000/09/04] kern/21028 sheldonh Add Zoom V90 Internal modem support o [2000/09/06] i386/21087 tanimura ed driver incorrectly fails probe for ISA o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w o [2000/09/08] kern/21118 luigi Multiple problems in ipfw's stateful code f [2000/09/08] ports/21126 ports httpd warnings regarding attempts to free o [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE o [2000/09/08] kern/21132 setting kern.hostid to 2887705710 fails. o [2000/09/08] bin/21133 sail driver dies f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. o [2000/09/09] kern/21143 `#define schedsofttty' et al. should not o [2000/09/09] ports/21146 green [patch] openssh with LOGIN_CAP don't setu o [2000/09/09] bin/21152 @monthly entry in crontab is run every da o [2000/09/09] kern/21155 Load average (either with uptime both top o [2000/09/10] kern/21162 panic in ffs_softdep.c: handle_workitem_f o [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/11] ports/21210 dima acroread port missing lib a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/13] misc/21252 dhclient opens too many files o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault s [2000/09/14] bin/21268 [MFC] user set no nobody is not good o [2000/09/14] kern/21270 Kernel compilation errors and dies when c o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre o [2000/09/15] i386/21297 kernel panic TRAP 18 during kern.flp inst o [2000/09/15] misc/21300 Install CD-ROMs don't give users enough r o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin o [2000/09/17] misc/21328 Should newer version of OS-BS be on CDROM a [2000/09/18] bin/21375 [PATCH] dhclient runs away on interface r o [2000/09/18] misc/21384 pcm driver has static in recorded audio o [2000/09/19] kern/21400 ata driver stealing IRQ15 on Compaq Proli o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites o [2000/09/20] kern/21424 Blocking issue while regenerating aliases o [2000/09/20] kern/21429 box reboots with panic: pipeinit: cannot o [2000/09/20] gnu/21433 obrien g++ optimiser produces bad code on right o [2000/09/21] kern/21461 ISA PnP resource allocator problem o [2000/09/21] kern/21463 marcel Linux compatability mode should not allow o [2000/09/21] ports/21464 marcel linux_base port installs insecure glibc r a [2000/09/25] conf/21540 bp installworld panics for diskless clients o [2000/09/25] ports/21548 ports libcoro.a (ports) should use MAP_STACK wh o [2000/09/26] i386/21559 rnordier BTX loader sometime show registers o [2000/09/26] misc/21583 CVS pserver - login succeeds but checkout o [2000/09/27] conf/21593 Whither cons25, or, cons25 causing intero f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] i386/21624 trap in gusc_attach o [2000/09/28] kern/21625 yokota kernel hangs if SC_NO_FONT_LOADING define o [2000/09/28] kern/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] bin/21637 [telnet] No address associated with hostn o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/09/29] kern/21653 I need a AD1816 Driver o [2000/09/29] bin/21654 Re: nvi's -c flag does no do what it is d o [2000/09/30] bin/21660 crontab mishandles day range o [2000/10/01] kern/21674 Fujitsu MO drives M2513A don't like the s o [2000/10/01] kern/21676 CDROM drive not recognised during install o [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc o [2000/10/02] misc/21701 murray Keymap selection menu broken on initial i o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/02] misc/21716 The site search results *suck*. o [2000/10/04] ports/21756 adrian errors in Squid-2.3.4's configure prevent o [2000/10/04] ports/21761 adrian Re: errors in Squid-2.3.4's configure pre o [2000/10/05] kern/21771 Fix for sppp and Cronyx drivers update o [2000/10/05] gnu/21779 patch(1)'s bug of new file creation o [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/07] i386/21824 bt driver no longer attaches due to chang o [2000/10/07] kern/21827 mount causes freebsd 4.1.1 to reboot o [2000/10/09] kern/21860 The fix to TCP_ISSINCR after the bugtraq o [2000/10/09] kern/21869 Compiling a a.out kernel on FreeBSD 4.0 o [2000/10/09] bin/21877 green [PATCH] DSA support for pam_ssh o [2000/10/10] kern/21898 If options NFS is not in the kernel, moun o [2000/10/11] bin/21918 Revision 1.5 provides incomplete fix for o [2000/10/12] misc/21940 Modem Power-Off kills system o [2000/10/12] kern/21946 vm_fault when (accidentally) attempted to o [2000/10/13] kern/21965 Running ldconfig (linux binary) from ld-1 o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/15] i386/22006 quotacheck halt s [2000/10/16] gnu/22025 markm perl does chmod in installworld o [2000/10/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/16] ports/22036 ports StarOffice 5.2 CDROM install still fails o [2000/10/17] kern/22063 brian bpf when used with the select system call o [2000/10/18] kern/22078 Option ROM(s) must be excluded from ISA I o [2000/10/18] bin/22105 /usr/src/bin/sh - Permission denied when o [2000/10/19] misc/22111 Install 4.1.1 o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/21] kern/22200 4.1.1-RELEASE can't mount CDROMS (negativ o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/22] kern/22225 Trying to build a CURRENT snapshot on 4.1 o [2000/10/22] misc/22229 X configuration o [2000/10/23] kern/22265 Suspend only possible once after reboot o [2000/10/24] misc/22283 when attempting to boot from CDROM to ins o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22286 marcel siglongjmp does not properly restore the o [2000/10/25] conf/22287 binary upgrade install to 4.1.1 does not o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m f [2000/10/26] misc/22305 o [2000/10/26] i386/22315 Cannot reboot or power-off the machine o [2000/10/26] ports/22328 mi new port -- print/ttf2pt1 o [2000/10/29] ports/22403 portmgr "make readmes" hangs if category director o [2000/10/30] ports/22416 reg mozilla segfaults on current o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/10/31] kern/22460 PCMCIA card using ed driver temporarily f o [2000/11/01] bin/22482 The sysctl (8) command uses strtol on inp o [2000/11/01] kern/22484 System locks on reboot with a Severworks o [2000/11/01] bin/22489 mass IP aliasing via ifconfig broken o [2000/11/02] kern/22521 netgroup can't work on FreeBSD-4.1.1-STAB o [2000/11/02] kern/22532 [patch] /dev/dsp is sometimes busy when n o [2000/11/03] misc/22588 scp hangs when using Lucent 802.11b card f [2000/11/03] kern/22594 NFS can't handle asymmetric server routin o [2000/11/03] ports/22597 billf [PATCH] ports/net/ucd-snmp o [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/05] kern/22634 4.2-Beta (11/06) Kernel does not detect S o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/06] kern/22642 Load average stuck not changing o [2000/11/06] kern/22643 Cannot compile kernel with support for Gr o [2000/11/07] kern/22664 [PATCH] mounting an audio CD causes kerne o [2000/11/07] kern/22680 ATA driver think Ultra ATA-100 drive is A o [2000/11/08] bin/22685 Repairing a directory hard link. o [2000/11/08] ports/22695 ports MAKEDEV has no entry for cfs0, the device o [2000/11/08] i386/22708 fpe in healthd when it starts o [2000/11/08] i386/22712 sysinstall makes wacky keymap choices o [2000/11/09] bin/22727 disklabel crashes if the number of partit o [2000/11/10] bin/22737 syslog gets spammed with /kernel: arp_rtr o [2000/11/12] ports/22802 jseger convert in ImageMagic does not work in co o [2000/11/13] kern/22826 marcel Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/14] kern/22852 Abit KT/7 Raid makes install hang o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible o [2000/11/15] kern/22874 cg newpcm CS461x sound problems o [2000/11/15] kern/22877 installation panic if ep0 presents o [2000/11/16] kern/22896 When kernel boots uhci fails o [2000/11/16] kern/22906 soundcard problems o [2000/11/17] kern/22926 kernel 4.1-RELEASE, 4.1.1-RELEASE (floppy o [2000/11/18] kern/22942 Problem with ext2fs support o [2000/11/18] kern/22943 marcel Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB s [2000/11/18] bin/22945 tftp (4.1.1-RELEASE) appears broken a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI o [2000/11/19] i386/22961 rnordier New installation of 4.1.1 won't boot o [2000/11/19] i386/22969 4.1.1 stable kernel cannot find console o [2000/11/20] i386/22971 RealProducer doesn't work on linux emulat o [2000/11/20] ports/22977 ports kmp3 has a problem o [2000/11/20] conf/22998 darrenr ipf fails to load the rules if IPFILTER i o [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] ports/23041 jmz XFree86 4.0.1 crashes when switching to a o [2000/11/23] misc/23056 clearing of memory address 0xc0000 o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] alpha/23064 jkh Alphas do not boot if `a' (/) partition i o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/24] ports/23080 jmz fr keymap don't work correctly o [2000/11/24] bin/23083 pkg_add returns 0 even if the package is a [2000/11/25] misc/23091 unable to fixate a disk with burncd o [2000/11/25] misc/23094 The PR system has no way to let committer o [2000/11/25] bin/23098 If installing on a serial console, enable o [2000/11/26] i386/23108 Boot defaults to wd(4) devices rather tha o [2000/11/26] misc/23120 '|more' takes up to 100% system resources f [2000/11/26] ports/23122 sobomax programs requiring glib13 fail in configu o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/11/27] ports/23140 pst GNU id-utils port is out-of-date o [2000/11/28] misc/23161 tcsh execs /bin/ls --color o [2000/12/19] gnu/23678 gdb won't exit if attached process disapp o [2000/12/20] kern/23697 panic at _pl_download_mhroute+0x247 o [2000/12/20] ports/23701 ports XpostitPlus fails when height or width is o [2000/12/22] kern/23771 bridge/firewall doesn't work as in bridge o [2000/12/25] misc/23827 Can't boot from the cd-rom drive o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2000/12/26] i386/23870 Crashing on make buildworld o [2000/12/26] misc/23873 4.2 install hangs on probing hardware f [2000/12/26] ports/23878 ports New port: IO - various IO modules o [2000/12/28] docs/23910 doc Handbook Chapter 14. Sound -- some fixes o [2000/12/28] kern/23913 UDMA 66 Drive forced to PIO4 on DFI AK-74 o [2000/12/28] kern/23935 Repeatable panic: blockable mtx_enter() o o [2000/12/29] i386/23939 rnordier IBM (A,T,X Series) Thinkpad won't boot of o [2000/12/30] misc/23972 releng4.freebsd.org has strange ftp behav o [2001/01/01] ports/23992 ports infinite recursion in rtelnet, setupterm( o [2001/01/02] kern/24032 rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be o [2001/01/04] misc/24079 make release fails in 4.2-STABLE o [2001/01/04] gnu/24082 Use of seekp() in C++ programs causes seg o [2001/01/05] docs/24083 doc change layout and content of kernel build o [2001/01/05] ports/24084 dbaker misc/proxyper port fails to install o [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/05] ports/24098 demon port www/links bug o [2001/01/06] kern/24100 Having a 3c589 PCMCIA/PCCARD inserted pre o [2001/01/06] i386/24117 System fails to initialize built-in PNP t o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/07] bin/24136 sysinstall's install.cfg tryRTSOL and try o [2001/01/07] kern/24137 Aironet driver breaks after firmware upgr f [2001/01/08] ports/24165 ports windowmaker-0.63.1 fails to build in libw a [2001/01/09] ports/24190 ports [NEW PORT] kde-18n polish internationaliz o [2001/01/09] i386/24210 compaq dl360 hangs with smp kernel o [2001/01/10] kern/24219 <4.2R can't use Pentium3 SSE instructions o [2001/01/10] conf/24238 First physical interface always has IPv6 o [2001/01/12] bin/24270 fsck should notice some inconsistencies o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/13] kern/24315 getcwd under Linux emulation fails after o [2001/01/14] kern/24320 DMA doesn't work with Alladain V and K6-2 o [2001/01/14] kern/24325 Athlon Thunderbird 700 on Asus K7M vs. Fr o [2001/01/14] kern/24335 Crash when returning from single user mod o [2001/01/14] ports/24336 taoka ja-FreeWnn-server port fail to compile on o [2001/01/15] ports/24347 vanilla New port: Apache::NNTPGateway - A NNTP in o [2001/01/15] docs/24363 doc lack of explanation o [2001/01/15] kern/24365 delete alias from ipv6 p-t-p iface will c o [2001/01/16] bin/24377 make(1) does not correctly substitute in o [2001/01/16] ports/24381 ports graphics/dia does not support "libraries" o [2001/01/16] i386/24387 4.2 compile bombs at PERL build o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/16] kern/24392 panic() if kldload used to load module wh o [2001/01/16] bin/24399 green OpenSSH forced commands munge output o [2001/01/18] kern/24423 yokota [Fix] syscons VT switching code errors o [2001/01/18] misc/24424 linux-programms under BSD cannot display o [2001/01/18] bin/24438 sys.mk is lacking single suffix rules for o [2001/01/18] bin/24443 Fix for spurious "arith: syntax error: " o [2001/01/18] gnu/24445 darrenr ipnat does not parse its file properly o [2001/01/19] misc/24452 random panics with Fatal trap 19 and Open o [2001/01/19] ports/24455 andreas [PATCH] print/apsfilter does not work pro o [2001/01/19] ports/24459 ports New port: package for the solution of PDE o [2001/01/19] bin/24461 Being able to increase the YP timeout wit o [2001/01/19] ports/24466 lioux net/kicq UPGRADE to 2.0.0b1 o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/21] kern/24511 keyboard lockup on boot (about 1/3 of the o [2001/01/22] conf/24524 /etc/security uses dmesg instead dmesg -a o [2001/01/22] ports/24525 portmgr USE_NEWGCC specifies incorrect port o [2001/01/22] kern/24559 aio_suspend() had Bus error when using -l o [2001/01/23] misc/24590 timezone function not compatible witn Sin o [2001/01/23] bin/24591 jobs command differs in interactive vs. n o [2001/01/23] kern/24593 NFS hang between stable and current boxes o [2001/01/24] kern/24596 sysinstall crash: Page fault while in ker o [2001/01/24] ports/24599 max New ports collection: youbin-3.4 o [2001/01/24] kern/24608 FreeBSD 4.2 Panics in Realtek rl driver o [2001/01/25] kern/24628 if netgraph seriously runs out of queue e o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 libc_r delicate deviation from libc in ha o [2001/01/25] ports/24639 dirk two problems when compiling MySQL 3.23.32 o [2001/01/25] misc/24641 pthread_rwlock_rdlock can deadlock o [2001/01/25] kern/24645 sometimes delayed ACKs timeout o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/01/28] i386/24701 tempnam() possibly used unsafely by libg2 o [2001/01/29] ports/24711 portmgr ${MAKEFILE} causing trouble with ports o [2001/01/29] misc/24712 Getting message /usr/libexec/ld-elf.so.1: o [2001/01/29] bin/24721 libgcc_r problem - library precedence wit o [2001/01/29] misc/24725 failing install: not loading proper adapt o [2001/01/30] i386/24737 Socks5 clients die with leaving zombie pr f [2001/01/30] kern/24739 darrenr "kldunload ipf" kernel module (V3.4.16) c o [2001/01/30] bin/24748 green OpenSSH creates broken pipes o [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH o [2001/01/31] bin/24760 installkernel fails trying to install *.m o [2001/01/31] ports/24763 green Licq 1.0.2 will not compile on my 4.2-sta s [2001/01/31] bin/24773 dd the -v flag of the date command does not o [2001/02/01] ports/24778 portmgr "update" target not available in categori o [2001/02/01] conf/24779 sysinstall 4.2 regresssions todo with sta o [2001/02/02] ports/24800 ports When i trying to compile mysql323-server o [2001/02/02] bin/24810 kerberosIV and heimdal ftpd is vulnerable o [2001/02/04] kern/24854 NEWCARD support for Aironet driver an(4) o [2001/02/06] ports/24895 adrian New port: www/sqmgrlog o [2001/02/06] gnu/24903 Patch to remove 32bit limit from tar o [2001/02/06] i386/24916 SCSI timeout errors with adv0 driver (Adv o [2001/02/07] kern/24937 flaky connection through vlan interface f [2001/02/08] ports/24947 ports New port: gc - a garbage collecting stora a [2001/02/08] ports/24948 ports New port: Orchard - innovative, lightweig o [2001/02/08] i386/24949 mbuf memory leak in de0 driver o [2001/02/09] kern/24982 stack gap usage o [2001/02/10] kern/24992 Writing to a write-protected floppy cause o [2001/02/10] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/11] ports/25027 ports samba nmbd core dumped on isolated machin o [2001/02/11] ports/25029 archie mpd-netgraph crashes when using netmeetin o [2001/02/12] kern/25037 top doesn't show CPU states (shows zeroes o [2001/02/12] kern/25038 dhcp client could not set hostname on boo o [2001/02/13] kern/25061 CS46xx sound broken in 4.2-STABLE (Thinkp o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/14] ports/25102 ports depends on 'wrong' openldap o [2001/02/14] conf/25105 green S/Key support is broken in sshd o [2001/02/15] bin/25110 pthread signal handler fails after forkin o [2001/02/15] ports/25129 ports Update port, problem with one last submit o [2001/02/16] bin/25132 sigprocmask problem with pthread o [2001/02/16] kern/25136 Fatal trap 12: page fault while in kernel o [2001/02/16] bin/25153 kdump does not finish displaying data s [2001/02/16] ports/25155 ports `ASSERTION FAILED' errors with security/p o [2001/02/19] kern/25201 pccard event and syscons beep duration de o [2001/02/19] ports/25205 greid mail/pop3lite port update o [2001/02/19] kern/25213 Bus abstraction interface doesn't allow p o [2001/02/19] i386/25214 Installing 4.2, and after the initial set o [2001/02/20] i386/25236 Intel 82559 is not working behind a DEC/I o [2001/02/20] bin/25244 termcap and printcap interference o [2001/02/21] kern/25245 mounting NFS to/from same host + activity o [2001/02/21] kern/25248 sys/user.h needs sys/param.h, but doesn't o [2001/02/21] bin/25250 segfault on tar Ixvf o [2001/02/21] kern/25255 keyboard response very slow with PCMCIA E o [2001/02/21] misc/25259 Problem with floppies f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25265 ports DIA crashes when using delete on an objec a [2001/02/21] kern/25266 chris fdesc file system in -STABLE locks up dur o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca o [2001/02/22] misc/25290 IDECD-ROM doesn't DETECT o [2001/02/22] kern/25292 UDMA66 Disk controller resetting hangs on o [2001/02/23] bin/25329 The current default permission of /var/lo o [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/23] kern/25338 HARD READ ERROR on IBM Hard Disks connect o [2001/02/24] kern/25344 ipfilter and ppp insecure in 4.2-Stable o [2001/02/24] kern/25346 Some interrupts not delivered on Dell Wor o [2001/02/25] ports/25374 ports A new port math/atlas highly optimized BL o [2001/02/26] bin/25403 ipfilter: enable ipv6 and STATETOP in 4.2 o [2001/02/26] misc/25404 sys/cdefs.h does not contain definitions o [2001/02/27] kern/25421 route structures are being leaked. o [2001/02/27] ports/25423 ports The "biology" category holds programs fro o [2001/02/28] bin/25461 jkh sysinstall's fdisk and disklabel don't wo o [2001/02/28] kern/25464 if_xl.so kld does not work with "options o [2001/03/01] kern/25476 [PATCH] The syscall oldgetkerninfo can re f [2001/03/01] i386/25478 yar kernel panic using vlans with fxp o [2001/03/02] ports/25492 ports patche of CLISP o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/04] kern/25528 OnStream ATAPI Streamer refuses to eject o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/05] bin/25561 [PATCH] ksrvtgt contains unsubstituted pa o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/07] kern/25592 Route table appears to fill up, and conne o [2001/03/09] ports/25636 kris openssh-askpass can't make package o [2001/03/09] kern/25640 DLink DFE-530TX+ cards are not recognized o [2001/03/10] kern/25650 le nic driver causes kernel panic f [2001/03/10] conf/25676 FBSD >= 4.0 does not recongnize NIC card o [2001/03/11] i386/25693 VGA driver on Current not found o [2001/03/11] misc/25694 change passwd on SunOS yp server o [2001/03/11] ports/25718 ports Missing xmkmf in XFree86-4.0.1,fix this b o [2001/03/12] kern/25755 cg kernel hangs when loading emu10k1 sound d o [2001/03/12] bin/25757 rcp does not handle logins with a '.' in o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/13] kern/25788 microuptime() weny backwards, again o [2001/03/14] misc/25801 change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 sysinstallSecurity hole in anonymous FTP setup scri f [2001/03/17] ports/25884 dinoex cnews-cr.g is marked as broken: gawk need o [2001/03/17] bin/25885 telnet -a off still uses SRA authenticati o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/18] i386/25889 FDISK lost a partition ! o [2001/03/18] docs/25890 doc [PATCH] There's no general guidance on cr o [2001/03/18] bin/25896 [PATCH] several fixes for nfsd(8) o [2001/03/18] misc/25899 As I have NAS storgae more than 1.2 TB wi o [2001/03/18] kern/25900 system crach and reboot when use mount_cd o [2001/03/19] ports/25920 ports cclient port should support SSL o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/19] kern/25932 dwmalone possible memory leak in /sys/kern/kern_pr o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/20] kern/25953 Attempt to access CD changer results in p o [2001/03/20] misc/25955 sysinstall cannot load config from LS-120 o [2001/03/20] ports/25958 jmz Xfree86's savage and vesa drivers can pan o [2001/03/20] kern/25959 pcn driver disables nic after kernel is l o [2001/03/21] misc/25964 What category to file problems with www.f o [2001/03/21] i386/25968 /usr/src/lib/libcrypt/../libutil/property o [2001/03/22] kern/25986 Socket would hang at LAST_ACK forever. o [2001/03/22] kern/25992 System hangs when read-only floppy has be o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c a [2001/03/22] bin/26010 tar(1) core-dumps on '-I file' o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] kern/26034 kldload() panics if error code is returne o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/23] misc/26044 vsprintf calls __swsetup, then __smakebuf o [2001/03/24] ports/26055 lioux qpopper 3.1.2_1 hangs then crashes o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 pam_unix rejects authenticating accounts o [2001/03/26] ports/26114 bmah [PATCH] pkg_version support for wildchart o [2001/03/26] misc/26132 keyboard hangs during install from the cd o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem f [2001/03/27] bin/26149 gshapiro /etc/mail/Makefile uses a wrong map type a [2001/03/27] bin/26151 sos burncd exists before fixating - 4.3 RC #0 o [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 not work Linux-emulator, but hi is work i o [2001/03/28] misc/26185 4.2-R kern.flp won't boot on PS/2 o [2001/03/29] ports/26202 ports slib 2d1 breaks GnuCash 1.2.4 o [2001/03/29] conf/26203 No CODA devices in MAKEDEV o [2001/03/29] ports/26207 ports Selecting KDE in sysinstall as GUI env do o [2001/03/29] ports/26208 will KDE 2.1 in 4.3-RC1 does not seem to work o [2001/03/29] bin/26209 pccardd will not recognise any pc cards o o [2001/03/30] i386/26216 alloca() couldn't detect thread stack lim o [2001/03/30] bin/26222 burncd(1) can't burn CD-RW with NEC NR750 o [2001/03/30] ports/26237 ports Apache 1.3.19 segfaulting in ap_get_local o [2001/03/31] bin/26244 burncd exits after displaying message 'fi o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/03/31] ports/26262 ports jgnat is broken o [2001/04/01] conf/26275 ipfilter_enable in rc.conf does not load o [2001/04/01] kern/26278 ata driver doesn't support tertiary IDE c o [2001/04/02] bin/26283 dwmalone column coredumps on specific input o [2001/04/02] kern/26304 pcm only plays left channel in FreeBSD 4. o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 mountd breaks IRIX automounter o [2001/04/04] i386/26344 3Com 3C509 EtherLink III Problem. o [2001/04/04] misc/26356 Large copy of files to the machine causes o [2001/04/04] kern/26361 5.0-04022001-CURRENT kernel panic on kern o [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/05] bin/26368 ``MAKEDEV ad0e'' fails o [2001/04/06] i386/26382 FreeBSD Bootable CDROM won't boot on IBM o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/07] ports/26418 ports cyrus-imapd fails to build o [2001/04/08] bin/26426 vi o [2001/04/08] kern/26430 -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/09] kern/26466 devfs panics o [2001/04/09] ports/26469 ports imap-uw and cclient will not install - di o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/11] kern/26501 Unsuported PCCARD freeze the kernel in is o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/12] bin/26507 [PATCH] fixes to dump(8) o [2001/04/12] kern/26517 ATAPI DVD drive not recognized (solo mast o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/15] ports/26599 ports Build problems related to REQUIRES_MOTIF o [2001/04/15] docs/26605 doc The documents for ppp(8) have some incons o [2001/04/15] ports/26607 ports squid port don't work corretly when compi o [2001/04/16] kern/26613 ethernet vr0 hangs 1133 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/01/11] i386/105 Distributed libm (msun) has non-standard 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 o [1995/10/03] kern/765 asmodai umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1995/11/30] bin/854 swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] bin/1093 route's diagnostic is weird a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/09/08] bin/1589 msmith [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def o [1996/10/20] bin/1849 obrien gdb sets library breakpoints on the wrong s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/14] bin/2216 obrien [PATCH] Ada specs not being compiled into 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 o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist 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/15] misc/2745 fenner PR querry web form doesn't sort correctly 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 cracauer 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/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/09] bin/3242 incorrect prototype for initgroups 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/29] bin/3416 ibcs emulation problems a [1997/05/08] gnu/3552 asmodai the -L option of tar does not work proper o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/07] kern/4051 pppd connect 'chat ...' broken o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 sheldonh man can display the same man page twice o [1997/08/29] bin/4420 roberto find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/13] kern/4528 processes hang if the mount_portal proces f [1997/09/16] misc/4556 will 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/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/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 imp pccard stuff fails after running Win95 wi o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i o [1997/11/14] kern/5048 dillon Calling shutdown(fd,1) multiple times wil f [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/20] kern/5108 dillon pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 dillon kernel crash & core in pmap_testbit durin 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 s [1997/12/11] kern/5275 dillon [PATCH] Added volume (barcode) support to s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1998/01/02] bin/5410 phantom pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur 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 o [1998/02/06] kern/5672 dillon Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul 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/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT 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/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/22] gnu/6107 obrien gdb should support PRINTF_HAS_LONG_LONG f [1998/03/28] bin/6161 assar 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 f [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/06] bin/6234 ypserv -d is broken o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to 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 a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf s [1998/05/05] bin/6521 nbm [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/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 will bsd.man.mk can't handle man pages with ": 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/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c f [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] 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 o [1998/06/22] bin/7023 portmgr bsd.port.(%|subdir.).mk patches for size s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % f [1998/07/02] kern/7146 imp 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 murray Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 portmgr MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad a [1998/07/31] docs/7456 doc dialog(3) man page outdated s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer 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/16] misc/7946 asami 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 gad 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/20] bin/7998 jkh pkg_add seems to have unneeded umask s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/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 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/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] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented 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/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/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/09] 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 ports 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/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/27] i386/8867 murray /stand/sysinstall core dumps (signal 11) o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul 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/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress f [1999/01/07] bin/9374 roberto Improved functionality for find(1) o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working 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/28] kern/9748 error in queue handling of at_shutdown() a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10160 kldload of umap module panics the system f [1999/02/21] ports/10178 kris USE_SOCKS=YES option broken for security/ a [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10274 will make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] 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] bin/10444 avoiding lost mail when mail filesystem i a [1999/03/06] kern/10455 pcaudio breakage f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 marcel Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] misc/10667 murray Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/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/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/31] kern/10894 wrong error message in svctcp_create() o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048 ports variable not initialized in fwtk-lib lead o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 will make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] bin/11248 Shuffle o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/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/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day 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/06] misc/11553 /usr/share/misc/latin1 (new file submissi 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/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/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] 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] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem 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 wosch makewhatis during installworld uses /usr/ 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] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor 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] bin/12115 pppd reports wrong connected duration wit 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/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m 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] bin/12357 [PATCH] allow route to create "proxy only s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/28] conf/12432 empty amd_flags causes start failure in r 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/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/08] ports/12566 billf a guide to pyrotechnics o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr 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] kern/12723 imp Unnecessary use of magic numbers in F_[SG o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. 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] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused 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] bin/12898 Added a command-line switch to netstat to o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] bin/12942 m4: len(`') returns `' o [1999/08/04] ports/12952 portmgr 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] 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 f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 will make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 dwhite new man page describing timeradd() family o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/16] misc/13185 "tengo problemas con el pop3" a [1999/08/18] docs/13218 phantom Many manpages still not conformed mdoc(7) o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque 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/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for m_pkthdr.l o [1999/11/30] bin/15182 "* Wed-1 event" in calendar produces "31 o [1999/11/30] misc/15196 shutdown -h no longer synching disks, thu o [1999/12/01] misc/15205 billf Addition to /usr/games/random o [1999/12/02] i386/15218 kernel says: raw partition size != slice o [1999/12/02] bin/15229 joe mtree - different from mtree in NetBSD 1. o [1999/12/05] kern/15280 kernel panic during FreeBSD install o [1999/12/06] bin/15301 Bug in /usr/sbin/syslogd: strips 8th bits o [1999/12/06] misc/15304 bmah proposed modifications to pkg_version o [1999/12/07] misc/15339 fdformat should exit non-zero when user c a [1999/12/09] ports/15387 billf ethereal's packet-smb.c calls str*() func 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/12] kern/15435 Attempts to execute programs from a noexe o [1999/12/12] kern/15436 syscons extension: "propellers" 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] bin/15470 Proposed change to comments in /etc/named o [1999/12/14] ports/15477 demon 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] 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 portmgr 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/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] i386/15547 discmd function 51 ( get ps ) fail o [1999/12/20] bin/15593 [SECURITY] ustrcpy() buffer overflow in d 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/15636 dillon reminder to self for MAP_ VM defines o [1999/12/23] misc/15658 edquota misinterprets usernames as uid ra o [1999/12/24] bin/15663 yokota none o [1999/12/28] bin/15739 repquota report format fix for better par o [1999/12/28] conf/15748 jkh sysinstall - upgrade o [2000/01/01] kern/15827 Power-Off causes Trap 9 in kernel o [2000/01/01] bin/15830 imp PATCH: rdump over ssh o [2000/01/02] kern/15838 Conversion tables in msdosfs_conv.c are b s [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] kern/15860 patch to make default kern.maxfilesperpro o [2000/01/03] misc/15871 small CVS directories copied to PicoBSD filesys o [2000/01/03] misc/15874 small PicoBSD can only update files from within o [2000/01/03] misc/15876 small PicoBSD message of the day problems o [2000/01/05] misc/15908 patch to fix argument mismatch in getnano s [2000/01/06] docs/15959 phantom misplaced lines in psignal.9 man page o [2000/01/08] kern/15983 n_hibma C++ keywords in kernel header files o [2000/01/08] ports/15992 joe [PATCH] Add a default for $SUP in the /us o [2000/01/08] ports/15993 portmgr [PATCH]No line-feed in warnings from ``ma o [2000/01/09] misc/16003 sysinstall crashes if it gets more than o o [2000/01/09] bin/16005 alex add new option to date(1) 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] kern/16049 Connor Drive fails cache sync o [2000/01/11] conf/16076 markm [PATCH] pam_ssh examples for /etc/pam.con o [2000/01/14] bin/16119 ctm_rmail does not honor umask o [2000/01/15] ports/16139 billf Ntop port fails to find lsof o [2000/01/18] kern/16169 The U.S. Robotics 56K Voice Int modem is 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] bin/16206 PATCH: vmstat column alignment, %ll not s 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/21] ports/16252 portmgr bsd.port.mk: Add bzip2 support for distri o [2000/01/21] bin/16275 steve approve send-pr(1) (attach files, use env o [2000/01/22] kern/16292 performance problem of divert socket 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] kern/16339 vm/vm_page.h PQ_L2_SIZE options too limit o [2000/01/25] ports/16347 sobomax Inconsistencies between Java ports o [2000/01/25] kern/16360 kernel timestamping of ICMP echo requests o [2000/01/26] bin/16364 [PATCH] Add msdosfs and cd9660 support to f [2000/01/26] ports/16374 ache Ports fix: news/tin o [2000/01/27] i386/16411 DUMP freezes system if uucico or samba wr o [2000/01/28] bin/16422 newfs always make root's / directory o [2000/01/30] bin/16480 locked accounts and adduser o [2000/02/06] conf/16536 size of /var/spool/uucp/Log, a UUCP logfi o [2000/02/06] kern/16551 cosmetic cleanup in sys/dev/ppbus/pcfcloc o [2000/02/07] ports/16570 asami ports toplevel README.html has bad link t o [2000/02/08] conf/16584 jkh Hostname field too small during install ( 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/16640 jfitz rwhois port install tries to copy wrong l o [2000/02/10] bin/16649 /bin/lastcomm: output contains extraneous o [2000/02/11] bin/16657 /bin/hostname: New feature to return subc 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] kern/16713 grog Vinum: some processes would not die; ps a 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/16] kern/16745 Kernel Makefile doesn't sanitise PATH [PA o [2000/02/16] kern/16765 Add support for mark/space parity o [2000/02/18] kern/16815 dillon Cannot "rm -rf" for not-existed file on r o [2000/02/19] misc/16830 markm PAM-related error messages on -current o [2000/02/20] misc/16839 dan MFC Matthew D. Fuller's patch to deal wit o [2000/02/20] misc/16840 dan MFC: Matthew D. Fuller's teach pkg_info t o [2000/02/20] misc/16843 jkh Knob for release/Makefile to prevent dele o [2000/02/21] ports/16872 max Update port: japanese/pine o [2000/02/21] bin/16880 davidn [PATCH] pw(8) hardcodes directory creatio o [2000/02/22] bin/16924 tmpfile(3) ignores TMPDIR and always uses o [2000/02/22] bin/16926 kris [PATCH] banner doesn't allocate space fo o [2000/02/22] kern/16928 dynamic sysctl enhancement o [2000/02/23] misc/16938 FTP does not fully parse ftp:// URLs o [2000/02/24] misc/16969 yokota /kernel: psmintr: out of sync (0000 != 00 o [2000/02/24] bin/16971 Exiting from /usr/sbin/login does not res o [2000/02/26] kern/17003 dscheck() overzealously protects labels o o [2000/02/26] kern/17007 This is a code for implementing ethernet o [2000/02/27] conf/17022 rwatson newsyslog.conf not in sync with syslog.co o [2000/02/27] alpha/17032 alpha strtod(3) floating exception o [2000/02/28] misc/17045 Cannot install on Siemens Primergy 870 (d o [2000/02/28] kern/17058 mjacob SCSI tape driver can't drive devs that ca o [2000/02/29] bin/17077 yokota write() error o [2000/03/01] docs/17104 phantom gethostbyname(3) contains a reference to o [2000/03/01] kern/17109 darrenr fastroute crashes for lo0 udp o [2000/03/02] misc/17132 bugs in xdr functions o [2000/03/02] ports/17139 billf PLIST correction for Apache13-fp o [2000/03/04] misc/17185 main ncurses headerfile is installed as c o [2000/03/04] gnu/17202 uucp grade patch and policy o [2000/03/05] conf/17207 disktab support for Fuji-MO o [2000/03/05] gnu/17214 obrien gdb doesn't honor auto-solib-add o [2000/03/06] kern/17222 Avance Logic ALS/100 sound card doesn't r o [2000/03/06] kern/17224 4.0-20000214-CURRENT: pcm/csa sound - sha o [2000/03/06] bin/17226 markm ftpd can't use PAM o [2000/03/07] ports/17255 pst Update the GNATS port to 3.113 o [2000/03/08] misc/17270 FreeBSD should support nsswitch.conf, or o [2000/03/08] misc/17272 deleting a file that a program has open c o [2000/03/08] misc/17275 portmgr make release fails when making readmes fo o [2000/03/09] bin/17289 [PATCH] wrong permissions on /var/run/pri o [2000/03/09] ports/17293 hosokawa samba port installs man-pages twice, fail o [2000/03/09] kern/17297 Panic when mounting a CDRom o [2000/03/13] kern/17358 PCI ids for Aureal 8810, 8820 and 8830 au o [2000/03/13] bin/17363 crontab(1) leaves files in /var/cron/tabs o [2000/03/13] bin/17368 billf Bad error messaging from mountd(8) o [2000/03/14] misc/17377 "Checking for rejected mail hosts:" gives o [2000/03/14] kern/17385 Support for IIT's "XC87SLC-33" numeric pr o [2000/03/15] bin/17389 /bin/cp failed on some synthetic vfs o [2000/03/15] bin/17395 This is a replacement for the perl versio o [2000/03/15] misc/17399 FTPing into machine slows it down o [2000/03/16] bin/17405 one more fstat patch o [2000/03/16] alpha/17411 alpha No link/activity lights Alpha ethernet ca o [2000/03/16] kern/17425 nsouch [PATCH] fix two small printing errors in o [2000/03/17] bin/17430 jkh Missing Czech keyboard in /stand/sysinsta f [2000/03/17] kern/17438 cg newpcm volume too low on Soundblaster Pro o [2000/03/18] ports/17471 rse presence of devel/pth-devel port breaks w o [2000/03/18] ports/17479 portmgr bsd.port.mk: PARALLEL_BUILD o [2000/03/18] bin/17480 m4 changecom doesn't work as documented o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/03/19] ports/17490 markm ports fail for some gnu programs as the g o [2000/03/19] kern/17493 Updates to use FreeBSD as a firewall and o [2000/03/20] i386/17505 Problems with with SMP on Compaq proliant f [2000/03/20] docs/17521 doc Proposed FAQ on assembly programming o [2000/03/21] bin/17532 "host" only prints A records by default o [2000/03/22] bin/17546 murray Sysinstall does not let you configure NIS o [2000/03/24] kern/17581 devices failing probing do so silently o [2000/03/25] docs/17598 doc installworld over NFS documentation no lo o [2000/03/25] ports/17602 jmz Port fix x11/XFree86-4.0 (make deinstall o [2000/03/26] bin/17611 f77 man page needs updated o [2000/03/27] bin/17619 pax cannot read all tar files created by o [2000/03/27] bin/17623 date(1) -v doesn't handle time changes (D o [2000/03/27] i386/17628 mdodd 3c509b hangs on running ifconfig o [2000/03/28] bin/17640 lseek();read() -> pread() in dump and fsc o [2000/03/29] bin/17679 wpaul wicontrol should take multiple args on co o [2000/03/30] kern/17688 es_callback() in /sys/pci/es1370.c does n o [2000/03/30] bin/17694 wcstombs(), mbstowcs() not complying with o [2000/03/30] conf/17699 Support for dutch keyboards in the consol o [2000/03/31] bin/17720 presence of old /dev entries causes sysin o [2000/04/01] kern/17728 probe Macronix 98715/98715A 10/100BaseTX f [2000/04/01] misc/17737 dwhite Major repair of PicoBSD o [2000/04/01] bin/17739 Traceroute will not compile without IPSEC o [2000/04/02] kern/17751 wpaul rl driver loaded as module when it alread f [2000/04/02] kern/17758 green Make sl driver dynamicallly expandable. o [2000/04/03] bin/17772 TFTP can not handle big files (> 32MBytes o [2000/04/03] kern/17774 doc stray irq7 o [2000/04/03] kern/17775 4.0-STABLE: Adaptec-155-ATM at en0 causi o [2000/04/04] ports/17801 jake new port: devel/binutils11 o [2000/04/04] ports/17802 jake port update: devel/gcc11 o [2000/04/04] ports/17803 jake new port: devel/gdb11 o [2000/04/05] gnu/17812 gprof gives error: o [2000/04/05] kern/17819 adrian Build ports on nfs & union mount panics k f [2000/04/06] bin/17824 sheldonh [PATCH] /usr/bin/column has arithmetic ov o [2000/04/06] bin/17830 /usr/bin/login called from command line d o [2000/04/07] misc/17848 Patches to remove support for CSRG libm f [2000/04/07] docs/17855 alex PPP Primer is out-of-date o [2000/04/07] misc/17857 During a sysinstall kernel sources say th o [2000/04/08] bin/17864 PATCH: sys/resource.h needs sys/time.h fo o [2000/04/09] misc/17889 certain type of DNS queries seem to get d o [2000/04/10] ports/17897 chuckr transfig does not compile with XFree86-4. o [2000/04/10] i386/17906 le ethernet device doesn't work in 4.0 o [2000/04/10] kern/17907 cg Audio record levels are too low o [2000/04/10] docs/17916 alex [PATCH] rewrite of cutting-edge section o a [2000/04/11] bin/17939 sheldonh routed calls ntohs twice on the same fiel o [2000/04/12] ports/17952 torstenb [PATCH] tcp_wrappers port to give better o [2000/04/12] misc/17957 installer navigation is confusing o [2000/04/13] misc/17983 Minikernel build instructions do not work o [2000/04/13] conf/17993 improving on the default /etc/amd.map o [2000/04/13] bin/17997 nvi doesn't set variables on startup (via o [2000/04/14] misc/18014 Machine doesn't boot without keyboard att o [2000/04/17] ports/18057 jmz make install for XFree86-4 fails on alpha o [2000/04/18] bin/18080 davidn [PATCH] pw documentation updated to refle o [2000/04/18] ports/18083 rse Gratuitous Apache package inconsistencies o [2000/04/19] misc/18097 What is this: LIBRATION not specified - u o [2000/04/19] bin/18100 update to src/usr.bin/from/from.c for mul o [2000/04/20] misc/18109 if pw_shell is empty(/bin/sh is assumed), s [2000/04/20] bin/18114 ken msps from iostat is wrong o [2000/04/21] misc/18131 MAX_IFS in pppd/sys-bsd.c too small for m a [2000/04/22] conf/18152 /etc/exports should suggest how to get mo o [2000/04/22] i386/18154 [PATCH] Add cpu class and features flags o [2000/04/22] bin/18157 pnpinfo only prints first io-start for ev o [2000/04/22] conf/18164 roberto /var/log/ntpstats fill with stat files by o [2000/04/23] misc/18175 strtok(3) example doesn't work. o [2000/04/23] ports/18184 ache GNU Patch 2.5.4 Port o [2000/04/24] bin/18193 Bogus diagnostics by nslookup(1) o [2000/04/26] kern/18232 SMP + APM configerd 4.0 kernel did panic o [2000/04/26] docs/18243 alex wrong description of -p option in sh(1) m o [2000/04/27] misc/18255 makewhatis weekly job doesn't look at /us o [2000/04/27] ports/18256 sada www/netscape4* lacks Fortify on alpha o [2000/04/27] ports/18259 obrien ElectricFence installation breaks if the o [2000/04/28] kern/18271 simplelock: klds not portable across UP a o [2000/04/28] bin/18275 proposed TMPDIR setting and /usr/bin/mkin o [2000/04/28] kern/18289 CPU Time exceeded delivered multiple time o [2000/04/29] ports/18291 asami make makesum fetches new sources, make fe o [2000/04/29] kern/18293 lack of versapad mouse wheel emulation o [2000/04/29] kern/18295 Audio is gone after hibernation o [2000/04/30] bin/18319 "dump" fails with "cannot reopen disk: in o [2000/05/01] bin/18326 dwmalone no /usr/libdata/lint/llib-lc.ln o [2000/05/01] bin/18329 ben futimes() and lutimes() missing from ' cannot be used in "via" o [2000/05/29] ports/18896 jseger Tcl "info hostname" command returns chop- o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se a [2000/05/30] ports/18911 sada New port - plptools o [2000/05/31] kern/18928 options ROOTDENAME=xxx on kernel config f o [2000/06/01] bin/18946 jhb Add support for enabling USB daemon from o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 green sshd does not print before motd o [2000/06/02] bin/18967 ypserv not linked with tcp wrappers o [2000/06/03] misc/18987 Problems with Comtrol RocketPort o [2000/06/03] bin/18992 log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/05] docs/19010 doc Bad144 obsoletion by 4.0 is undocumented; o [2000/06/05] i386/19012 No volume run out for /var and lead my Fr o [2000/06/05] misc/19037 Keyboard not detected on new install o [2000/06/06] bin/19056 yacc in 3.4 and 4.0 reports "maximum tabl o [2000/06/06] bin/19057 offer of patch to uname that produces pre f [2000/06/06] ports/19061 kuriyama ports/textproc/lotusxsl the source zip pa f [2000/06/06] kern/19063 rnordier VGA keyboard sometimes fails to work in b o [2000/06/06] bin/19071 fmt not folding very long lines o [2000/06/07] misc/19088 STL from SGI for FreeBSD 3.4 o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/08] bin/19118 vmstat¤Ç avm¤Èfre¤ÎÃͤ¬Àܤ¹¤ë¡£ o [2000/06/08] misc/19124 ps(1) to support SysV-style options? o [2000/06/08] misc/19129 AMI Raid Express 200 card extremely slow o [2000/06/08] kern/19132 ATM HARP support apparently does not supp o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/09] kern/19158 U.S.Robotics 56K FAX INT not recognize co o [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel o [2000/06/12] ports/19227 ports Installation problem: apache13-ssl port f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] ports/19325 tom ports/mail/ezmlm-idx: mysql & pgsql suppo o [2000/06/15] gnu/19327 obrien Fix to build 'a.out' binary. o [2000/06/16] bin/19337 obrien c89(1) not POSIX compliant (-l lib) and m o [2000/06/17] bin/19355 fstat gives signal 10 (SIGBUS) when outpu o [2000/06/18] misc/19367 markm /etc/defaults/make.conf lists wrong value o [2000/06/18] bin/19369 Inadequate error reporting in "mount" com o [2000/06/19] misc/19391 marcel Evilness with Linux Terminus, causes X to o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr o [2000/06/20] i386/19410 spontaneous reboot when esd runs on a -ST o [2000/06/21] conf/19413 Too few MCAM SCSI devices in /dev o [2000/06/21] bin/19422 users can overflow argv to make ps segfau a [2000/06/22] kern/19436 yar when using vlanX interface arp ageing wor o [2000/06/22] conf/19442 can't install on diverse harddisks. o [2000/06/22] ports/19448 markm filename input broken o [2000/06/22] ports/19456 chuckr the sp port is hardwired to install it's o [2000/06/22] ports/19457 vanilla The gimp port has /usr/local/bin hardwire o [2000/06/23] misc/19462 using HARP atm driver on FreeBSD3.4 freez o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/23] docs/19481 doc Serial Communications chapter in Handbook o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/25] kern/19497 Adaptec AHA-1530P PNP scsi card is not re o [2000/06/25] ports/19498 kris ssh (1) instal fails o [2000/06/26] bin/19514 patch to prevent tail'ing directories o [2000/06/26] ports/19523 billf Update port: graphics/gd o [2000/06/26] bin/19532 cdcontrol does not handle EOF on stdin pr o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup o [2000/06/26] bin/19536 patch to prevent head'ing directories o [2000/06/27] kern/19546 No CD audio o [2000/06/27] kern/19553 assar "panic: zone: entry not free" in namei() o [2000/06/28] bin/19558 amd doesn't know whether NFS feature is a o [2000/06/28] misc/19564 PNP-Id for ESS1681 o [2000/06/28] ports/19571 tg python/TKinter busy waits o [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19585 obrien bounce port misconfiguration o [2000/06/29] ports/19591 issei ssh2 port ignores 'ignorenologin' from lo o [2000/06/29] bin/19592 imp pccard_ether does not honor dhcp_{program f [2000/06/30] ports/19594 trevor update port: qrash o [2000/06/30] bin/19598 traceroutes default of 30 Hops is too low o [2000/07/01] kern/19624 make {DFL,MAX}SSIZ kernel options o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f o [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/03] kern/19688 jlemon Some boundry checking KASSERTS in network o [2000/07/05] kern/19706 Framing error on PC/NET 32 also used in o o [2000/07/05] bin/19719 imp pccard_ether lacks the start_if hooks as o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/05] misc/19725 4.0-STABLE: sys/boot/ficl build fails if o [2000/07/06] gnu/19733 obrien GDB 4.18 is not GDB 4.18 o [2000/07/07] bin/19755 nologin not configurable o [2000/07/07] kern/19756 sheldonh Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/09] misc/19805 not installable on old-fashioned dx50 o [2000/07/09] ports/19806 ports error message w/xcdplayer: ioctl (cdromr o [2000/07/10] ports/19823 abe gnucache build depends on unimplemented s o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 murray Run Fit it floppy from serial port o [2000/07/11] conf/19849 MAKEDEV still defaults to da0X instead of o [2000/07/11] kern/19863 markm Non-blocking IO not supported on /dev/ran o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 select on named pipes always returns 'ava o [2000/07/13] kern/19887 mjacob Boot hang while scanning SCSI bus o [2000/07/13] i386/19890 davidn Stallion serial driver support missing [p o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/16] i386/19972 Add of pckg (several pkgs) aborted, error o [2000/07/17] ports/19977 rse mod_php3 and mod_php4 ports doesn't recog f [2000/07/17] docs/19981 doc Indonesian translations o [2000/07/18] gnu/20004 obrien FBSD4 gcc __attribute__(constructor) not o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] ports/20145 dburr improving the devel/SN port o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] bin/20165 markm PERL_THREADED=true fails; "yes" works; ma o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat f [2000/07/26] kern/20198 luigi log setup of dynamic rules for ipfw o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/30] ports/20301 billf New port: irc/ircd-hybrid6 o [2000/07/31] bin/20311 markm src/release/Makefile: broken CHECKSUM.MD5 o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 sheldonh ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide o [2000/08/02] bin/20371 dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/03] kern/20393 dillon processes get stuck in vmwait instead of o [2000/08/04] docs/20400 doc Building a kernel with debugging info sec o [2000/08/04] bin/20402 ache 4.1R's ls conflicts with Emacs' dired mod o [2000/08/04] misc/20408 Distribution CDs will not boot on IBM Thi o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 asmodai Can't make only cd0 under 4.1-STABLE o [2000/08/06] kern/20448 luigi expired dynamic rules shown in "ipfw get" o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/07] kern/20473 itojun socket(AF_INET, SOCK_RAW, 4) no longer wo o [2000/08/07] misc/20475 mjacob SES/SAF-TE giving bogus temps on JMR ELEC o [2000/08/08] conf/20479 updates for rc.conf.5 manpage o [2000/08/08] i386/20485 AdvanSys ISA probe problems in 4.1-R GENE o [2000/08/09] conf/20498 brian All FreeBSD systems trigger massive late- o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c o [2000/08/09] bin/20501 extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 ports New port: lang/mercury o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. s [2000/08/10] kern/20529 billf gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin o [2000/08/12] bin/20569 sos libvgl tries to free global array o [2000/08/13] ports/20587 kiri Update port: upsd-2.0.1.6 o [2000/08/13] ports/20588 kiri New port: upsd100-2.0.1.6(sysutils/upsd10 o [2000/08/14] bin/20600 net getpeereid obtains credentials from conne o [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 ports New port of cgoban2 f [2000/08/14] kern/20611 yar VLAN parent device does not count VLAN ou o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/15] ports/20627 jseger tcl83 build is broken o [2000/08/16] ports/20644 ports Installation of port DAP requires compat3 o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/16] kern/20670 imp No PC-CARD Slots; Device Not Configured o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/17] bin/20681 des [PATCH] show service names in netstat and o [2000/08/20] ports/20730 adrian Update Squid 2.3-STABLE4 with latest vend o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/22] conf/20774 sheldonh 'NFS access cache time=2' is not a daemon o [2000/08/23] docs/20794 doc Request 2 good documents under people.fre o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/23] misc/20808 ps netstat -m doesn't use -N or -M arguments o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] bin/20827 billf pkg_add -r only fetchs one-level deep dep o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/25] ports/20849 dec fix port: net/gated s [2000/08/26] bin/20858 sos libvgl does not handle fonts wider than 8 o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 murray /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] misc/20921 yokota `Splash' screen fails to display splash.b o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/08/30] docs/20950 kris [PATCH] openssl.1 has bogus section title f [2000/09/01] kern/20992 kern/tty_subr.c, b_to_q to a clist with n f [2000/09/02] ports/20995 sheldonh freeciv-civ gtk make problem. o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd a [2000/09/02] kern/21000 sheldonh 4.1-STABLE doesn't have card ID f [2000/09/02] ports/21003 ports New Port, modification of tcopy o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/04] ports/21038 jseger CFengine doesn't install info files o [2000/09/04] kern/21051 Updating 4.1-RELEASE to -current fails be o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 sheldonh top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/06] bin/21086 joe Annoying little bug using ls -G with o [2000/09/08] ports/21120 grog Update port: x11-servers/x2x o [2000/09/08] gnu/21128 a proposed patch for uucp package o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] bin/21144 des [PATCH] fetch(1): don't bonk if ftp SIZE o [2000/09/09] kern/21154 Change the name of *_saver.ko to saver_*. o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt o [2000/09/11] ports/21211 rse the startup file installed by apache-mods o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/12] misc/21230 jhb The URL for splash window is gone o [2000/09/12] bin/21231 roberto the ntp HTML docs don't have the images f [2000/09/12] kern/21240 mbufs allocated to data is huge number in o [2000/09/12] kern/21242 Koutech PCI dual port serial card patch f [2000/09/12] bin/21246 nvi's -c flag does no do what it is docum o [2000/09/13] misc/21255 phk /sbin/md5 suggestion o [2000/09/14] bin/21261 burncd blank fails o [2000/09/14] misc/21265 Not a bug, say: feature? o [2000/09/14] misc/21273 PLIP Configuration in sysinstall is broke o [2000/09/15] misc/21287 "make all" for a jail build fails at lib/ o [2000/09/15] misc/21298 tftpd problem "Socket operation on non-so o [2000/09/16] kern/21308 Sound Blaster 16 (using pcm) and new DEVF o [2000/09/16] misc/21310 Telnetd locks up when trying to connect v o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing f [2000/09/18] ports/21346 ports ports/biology/platon o [2000/09/18] ports/21351 jhb ports/emulators/bfe sourcetarball no long o [2000/09/18] misc/21354 FreeBSD4.1 + SMP + vinum = crashes a [2000/09/18] ports/21356 ports New port: mbone/rat30 (rat-3.0.35), the s s [2000/09/18] ports/21371 bp Update port: net/mars_nwe to 0.99.20 o [2000/09/18] misc/21385 yokota About daemon_saver o [2000/09/18] kern/21391 WARNING messages occur when bpf is used w o [2000/09/19] bin/21394 [PATCH] MAKEDEV creates rocketport specia o [2000/09/19] kern/21402 marcel Linuxulator: getpgid(0) fails o [2000/09/19] kern/21405 Default module patch mismatch between ker o [2000/09/19] kern/21409 The ID for the VIA KT133 chipset is not i o [2000/09/20] ports/21435 okazaki New port Jakarta Ant (A Java based build o [2000/09/20] bin/21436 pkg_install will not compile without erro o [2000/09/21] ports/21460 jseger Patch net/trafshow: Allow showing ipv6 p o [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] conf/21489 /etc/pccard_ether feature request o [2000/09/22] misc/21494 ftpd doesn't count o [2000/09/23] misc/21512 cdrdao fails to build with SCGLIB o [2000/09/24] ports/21515 ports pine4 complains about wrong permissions o o [2000/09/24] ports/21516 ports New FreeBSD port for Fuzz o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] kern/21524 Crashs while using talk with another loca o [2000/09/24] misc/21528 kris installworld fails in secure/usr.bin/open o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new o [2000/09/24] ports/21532 ports No formal mechanism in place for discussi o [2000/09/25] misc/21536 jkh [PATCH] Add Hungarian FTP mirror to sysin a [2000/09/25] docs/21542 asmodai sigaction(2) man page is misleading o [2000/09/25] bin/21546 netstat -rn output needs netmask info add o [2000/09/25] conf/21551 /etc/services needs a kpop entry f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/26] ports/21584 archie mpd whines if kernel has option NETGRAPH o [2000/09/26] misc/21587 install problem in 4.1-Stable o [2000/09/28] ports/21621 reg Update port: devel/libtool to 1.3.5 o [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 s [2000/09/28] ports/21636 ade gnomelibs PLIST bug o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin o [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] docs/21700 bmah Description of SysKonnect Gigabit Etherne o [2000/10/02] docs/21712 dan core(5) manpage fails to mention kern.sug o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/02] ports/21719 nbm New Port: Courier Mail Suite o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb o [2000/10/03] bin/21725 mtree follows symlinks! o [2000/10/03] kern/21737 sendto returns systematically EINVAL with o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21752 Infortrend IFT-3102 doesn't like SCSI Cac o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/04] ports/21759 ports New port: py-BisonGen-0.5.0 o [2000/10/05] ports/21765 portmgr I cat't make ports using pw_gid) != typeof(group->g o [2000/10/22] bin/22211 typoed tar -c clobbers archives o [2000/10/22] kern/22228 Undocumented LINT option 'PANIC_REBOOT_WA o [2000/10/23] ports/22259 obrien bash: root directory change directory bug s [2000/10/24] bin/22270 [patch] /usr/bin/top wraps wrong w/SMP on o [2000/10/24] bin/22279 stock perl5 build does not support %Z spe o [2000/10/25] ports/22288 ports mod_perl dependancy missing from p5-HTML- o [2000/10/25] ports/22295 ports lua 4.0 beta port o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] ports/22316 hosokawa [PATCH] samba port in a jail(2) environme o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/26] docs/22333 doc share/doc/smm/07.lpd building moved in 3. o [2000/10/26] docs/22338 asmodai ugen(4) man page missing o [2000/10/27] bin/22347 dd copies incorrect data after 2^32 bytes o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou f [2000/10/28] ports/22379 ports New port: libudbc f [2000/10/28] ports/22381 ports New port: misc/mango o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/30] misc/22428 FTP: Mirror-TR down s [2000/10/30] docs/22430 darrenr ipresend man page typo o [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] bin/22442 [PATCH] Increase speed of split(1) o [2000/10/31] kern/22466 yokota function prototype inconsist in kbdreg.h f [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/03] misc/22577 486SLC2-50MHz won't boot 3.x or 4.x flopp o [2000/11/03] misc/22582 unused descr[] var in sysctl.c:RELENG_4 o [2000/11/03] ports/22590 jseger graphics/xpaint writes pixmaps to stdout o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] ports/22605 ports xmcd port depends on mailx port o [2000/11/04] bin/22612 crontab -e failures o [2000/11/05] kern/22617 Incorrect PnP ID for ALS120 game/joystick o [2000/11/05] i386/22633 when kernel boots smp scsi fails o [2000/11/06] ports/22637 adrian [PATCH] squid 2.3 fix o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong o [2000/11/07] bin/22672 Add "next" and "prev" commands to cdcontr f [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] misc/22696 picobsd build with router configuration c o [2000/11/08] ports/22698 nbm Ports' rc.d files should use rc.conf o [2000/11/08] ports/22704 ports cyrus and cyrus-sasl both install pwcheck f [2000/11/08] ports/22706 ports Update driver o [2000/11/08] kern/22709 yokota daemon_saver.c fails compile with -Wall - o [2000/11/08] kern/22710 yokota snake_saver and star_saver fail to compil o [2000/11/09] ports/22716 billf [PATCH] ports/net/ucd-snmp o [2000/11/09] conf/22718 sysinstall in FreeBSD 3.5.1 generates bad o [2000/11/09] ports/22721 paul libldap clash between openldap and ldapsd o [2000/11/09] ports/22729 billf net/ucd-snmp cannot be made on current o [2000/11/09] bin/22730 tcpslice doesn't handle long file offsets o [2000/11/10] ports/22735 ports KGhostView doesn't recognize spaces in fi o [2000/11/10] kern/22754 mmap man page states that non-page aligne o [2000/11/10] alpha/22759 alpha zip cannot work with existing .zip archiv o [2000/11/12] kern/22801 Modem 'OMRON ME5614ISA' is not recognized o [2000/11/13] alpha/22824 alpha unaligned accesses from dhclient f [2000/11/13] bin/22828 darrenr patch to enable use of LOG_SECURITY in ip o [2000/11/14] conf/22859 darrenr rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 doc newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] bin/22871 burncd fails o [2000/11/15] misc/22873 Perl's core'h conflicts with ncurses.h f [2000/11/15] ports/22878 ports piewm doesn't build o [2000/11/16] misc/22885 /usr/share/misc/units.lib contains typo o [2000/11/16] bin/22897 su doesnt't compile without LOGIN_CAP def o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/16] kern/22905 Netgear FA311 Not supported. o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] bin/22933 green Typographical error in ssh.1 o [2000/11/18] i386/22940 Can't install 4.1.1 on ad0s2 if da0 exist o [2000/11/19] kern/22967 stallion driver (stl) shipped with FBSD 4 f [2000/11/20] ports/22970 ports New Port : textproc/py2html f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/21] bin/23008 df -k reports incorrect amount of disk ta o [2000/11/21] kern/23011 UDMA 66 not working on 4.1.1-Release ? o [2000/11/23] bin/23052 ghelmer [PATCH] rmuser fails to remove at jobs o [2000/11/23] ports/23053 ports New devel port, cppadvio; request for loc o [2000/11/23] ports/23060 steve lsof warning msg o [2000/11/23] conf/23063 [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23081 Touchpad on NEC Versa laptop is unusable o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/24] misc/23084 mount_nfs hangs self with some NFS server o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/25] kern/23099 jlemon tail -f from a fifo goes into a busy loop o [2000/11/26] misc/23118 static link-level route bug? o [2000/11/26] kern/23123 IP options reveal IPstealth mode. Just t o [2000/11/27] i386/23141 ad1816 audio driver produces noise. o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/27] bin/23150 sscanf is used on a buffer that is not NU f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan o [2000/11/28] misc/23162 threaded perl incorrectly suggests -lc wh f [2000/11/28] ports/23172 jseger update cfengine port o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/11/30] kern/23191 alfred [PATCH] Fix for panics in lookup() after o [2000/12/01] bin/23204 length of salt in crypt() is not the same o [2000/12/01] kern/23216 [PATCH] PCIOCGETCONF ioctl requires write o [2000/12/01] bin/23217 [PATCH] 'pciconf -l' opens /dev/pci with a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB o [2000/12/02] ports/23234 se port update request: xblast o [2000/12/03] bin/23254 yacc accepts bad grammer o [2000/12/04] ports/23259 asami Please remove the following redundant por f [2000/12/04] ports/23267 sada New port submittion: devel/lxr (lxr-0.3) o [2000/12/04] ports/23287 portmgr allow system-local patches for ports o [2000/12/04] docs/23292 doc /etc/dumpdates is not documented in secti o [2000/12/05] misc/23296 /usr/src/etc/isdn/Makefile doesn't instal o [2000/12/05] ports/23298 ports New port: lame-devel 3.87 o [2000/12/05] kern/23304 POSIX clock_gettime, clock_getres return o [2000/12/05] ports/23306 jseger Upgrade TCL 8.3.1 to 8.3.2 o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B o [2000/12/06] bin/23321 [PATCH] reduce redundant code in /bin/cat o [2000/12/06] misc/23322 Addition / Alteration to Handbook/FAQ o [2000/12/06] ports/23332 obrien urlview's url_handler.sh written in bash o [2000/12/06] misc/23339 roberto ntp version is 4.0.99b -- current version f [2000/12/06] ports/23341 billf ucd-snmp fails to build on -current o [2000/12/07] kern/23353 fcntl(F_GETLK) return l_pid equal to -1 f o [2000/12/07] i386/23359 Installation diskettes don't boot o [2000/12/07] misc/23362 tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB o [2000/12/09] conf/23402 sysinstall upgrade ought to check partiti o [2000/12/09] kern/23409 CD-RW driver fails unless CD in drive at o [2000/12/09] ports/23410 obrien [PATCH] FreeBSD throws away information o o [2000/12/10] kern/23414 fail to probe my pnp modem o [2000/12/10] conf/23416 Adding SSL services and rsync into /etc/s o [2000/12/10] ports/23417 jmz [PATCH] XFree4-port needs patches to buil o [2000/12/10] conf/23419 'make buildkernel' doesn't work in isolat o [2000/12/10] kern/23446 billf ipfw fragment logging misses first frag o [2000/12/11] misc/23463 when the FreeBSD installation menu shows o [2000/12/11] ports/23465 scrappy Port Update: net/xicq o [2000/12/11] bin/23472 obrien gdb weirdness on programs compiled with - o [2000/12/11] docs/23488 doc A manpage for section 7 regarding a Toron o [2000/12/11] kern/23493 race in 'make -jN buildkernel' pollutes / a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/12] ports/23504 jseger Small stylistic fix in ports/editors/emac o [2000/12/12] bin/23509 Augment dev_mkdb to allow different direc o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS a [2000/12/13] ports/23524 dougb New port: rdesktop - RDP client for Windo o [2000/12/13] bin/23526 Patch for bin/9529 (ftp completion cant h o [2000/12/13] misc/23531 PERL_THREADED should specify -lc_r in Con o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] ports/23543 imp Update net/socks5 to install sample confi o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/14] docs/23559 doc missing manpage for hsearch libc function o [2000/12/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch o [2000/12/15] i386/23562 telnetd doesn't show message in file spec a [2000/12/15] ports/23578 ade GNUCash 1.4.9 fails to install on FreeBSD o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 Merge libgcc_r with libgcc o [2000/12/17] kern/23600 agp.ko module cannot be loaded o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat f [2000/12/18] ports/23608 kbyanc cclient-maildir does not install headers o [2000/12/18] misc/23612 patch for PicoBSD building (with diff) o [2000/12/18] conf/23616 IC-CARD+ not properly recognized by pccar o [2000/12/18] ports/23634 ports QuakeForge --with-svga= not works o [2000/12/18] bin/23635 [PATCH] whois enhancement - smarter whois o [2000/12/18] ports/23637 mharo Update ftp/proftpd update pkg-plist o [2000/12/19] i386/23643 dlopen() can't link to symbols in main pr o [2000/12/19] ports/23649 ports the port of mod_php4 does not install cor o [2000/12/19] ports/23660 ache Update russian/elm.language update pkg-pl o [2000/12/19] ports/23663 obrien Update chineese/cxterm update pkg-plist a o [2000/12/19] ports/23665 obrien Update editors/vim5 update pkg-plist o [2000/12/19] ports/23666 obrien Update editors/vim6 update pkg-plist o [2000/12/19] ports/23668 sobomax Update graphics/utah-glx update pkg-plist o [2000/12/20] ports/23685 ports Fxtv always starts with apectlock true o [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa o [2000/12/20] kern/23700 AMD 756 Power Management Controller / SMB o [2000/12/21] kern/23708 VESA support broken in 4.1-RELEASE with A o [2000/12/21] misc/23709 Changing from DES to MD5 passwords does n o [2000/12/21] bin/23710 [PATCH] there is no termcap(3) manpage pe o [2000/12/21] bin/23712 Unused variable CDB in /usr/src/usr.sbin/ o [2000/12/21] ports/23734 jhb [PATCH] emulators/bfe has unfetchable dis f [2000/12/22] ports/23753 ports [PATCH] audio/mxv has unfetchable distfil o [2000/12/22] ports/23762 jseger Update port: misc/git to 4.3.20 o [2000/12/22] misc/23766 /etc/periodic/daily/440.status-mailq does o [2000/12/22] docs/23767 doc ifconfig(8) manual page does not document o [2000/12/22] kern/23768 I can't install sound driver in kernel o [2000/12/22] ports/23770 ports There is not an IPv6 + SSL lynx a [2000/12/22] ports/23780 ports New port (audio/ecawave): Simple graphica o [2000/12/23] bin/23811 gshapiro Patch to Sendmail Mail Filter (Milter) AP f [2000/12/24] ports/23813 ports tirc doesn't compile from ports o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] docs/23822 dgrimes mtree entries for German X11 man pages s [2000/12/25] docs/23823 alex gethostbyname2 man page is inaccurate o [2000/12/27] ports/23893 max Update port: textproc/nfbtrans to 7.58 o [2000/12/27] ports/23903 ports New Port: py-4Suite-0.10.0 o [2000/12/28] bin/23908 repquota format fix o [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE f [2000/12/28] ports/23937 nectar security/krb5 does not read /etc/login.co o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro f [2000/12/30] ports/23961 ports New port: textproc/p5-Text-FixedLength-Ex o [2000/12/31] ports/23982 obrien [PATCH] net/queso has unfetchable distfil o [2001/01/01] kern/23989 NEW CODE: AMD 756 Power Management / SMBu f [2001/01/02] ports/24021 ports New port: textproc/p5-Sort-PolySort (Gene o [2001/01/02] misc/24034 "CWD" discloses the full "real" path in a o [2001/01/02] docs/24035 doc ptrace(2) PT_STEP incorrect documentation o [2001/01/03] misc/24048 ru natd/libalias doesn't always properly mod o [2001/01/03] bin/24063 /bin/stty ek doesnt work despite man page o [2001/01/04] bin/24066 gdb can't detach from programs linked wit f [2001/01/04] ports/24071 trevor security/digest - md5,md4,sha1,ripemd160 o [2001/01/04] ports/24076 ports Update port: devel/libgii 0.6 to 0.7 o [2001/01/04] ports/24077 ports Update port: graphics/libggi 2.0b2.1 to 2 o [2001/01/06] bin/24106 ftpd does not compile without virtual hos o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/06] misc/24121 linprocfs setup/startup lost when port mo o [2001/01/07] misc/24132 gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 emu10k1 has trouble playing non-44.1KHz s o [2001/01/08] bin/24146 obrien indent broken by commit from 09/12/2000 o [2001/01/08] i386/24150 network traffic appears bottlecaped. o [2001/01/08] ports/24163 grog ports/benchmarks/rawio checksum error o [2001/01/08] misc/24166 Allow Date to generate an RFC-822 Complia o [2001/01/08] ports/24167 sobomax pango fails to build on -current o [2001/01/08] ports/24174 kris Update of cfengine port to 1.6.1 o [2001/01/09] ports/24207 jseger port "tcl83" cannot load shared objects o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/10] misc/24226 PicoBSD do not build on 5.0-current o [2001/01/10] bin/24230 getcwd(3) manual page has wrong STANDARDS a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/11] misc/24254 Security hole in use of kbdcontrol o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/11] misc/24261 pthread_mutex_lock/pthread_mutex_unlock d a [2001/01/11] ports/24262 ports new port: slrn-pl, slrn with polish langu o [2001/01/11] misc/24265 Linksys LNE100TX V.4.1 MAC address not de o [2001/01/11] ports/24267 andreas ghostscript6 port compilation fails o [2001/01/12] ports/24268 ijliao new port : gmp3 o [2001/01/12] kern/24269 Failure to setup DMA on ATA HDs (Alladin o [2001/01/12] i386/24272 ATAPI CD "open" causes "ticks" as ATA dri o [2001/01/12] ports/24291 okazaki New port: ant build tool for Java o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. s [2001/01/13] docs/24305 ben man page syscons has reference to non exi o [2001/01/13] misc/24318 burncd fails on fixate a [2001/01/14] misc/24324 Greek console support o [2001/01/15] misc/24345 pthread library libc_r causes memory leak a [2001/01/15] i386/24351 setkey(8) man page has multiple spelling o [2001/01/15] ports/24361 asami wrong filemodes o [2001/01/15] kern/24367 ATA driver finds non-existent drives o [2001/01/15] gnu/24372 [PATCH] (cosmetic) -current send-pr break o [2001/01/16] ports/24374 dd New port: a display-based tetris game o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco o [2001/01/17] ports/24408 ijliao new port : java2html o [2001/01/17] ports/24413 jseger Building ImageMagick port with libmalloc o [2001/01/17] ports/24417 ports skin support not working without unzip o [2001/01/18] misc/24426 CDROM not detected on a multi processosr o [2001/01/18] docs/24434 ben cipher(3) man pages needs to state that - o [2001/01/18] bin/24435 Changing slice type causes Auto-partition o [2001/01/18] kern/24437 yokota syscons - MOUSE_MOUSECHAR fix o [2001/01/18] bin/24439 suggested replament for adduser(8) o [2001/01/18] bin/24444 syslogd(8) does not update hostname o [2001/01/19] ports/24451 mharo Portlint doesn't catch some literal comma o [2001/01/19] ports/24454 ports New port: BugSeeker for Java 2 (Trial ver o [2001/01/19] bin/24458 named-xfer executed at 20 priority level o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24492 jhs [PATCH] misc/estic has unfetchable distfi o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm o [2001/01/20] conf/24495 Default /etc/printcap refers to wrong han o [2001/01/21] conf/24503 /stand/sysinstall fdisk/label can't acces a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] kern/24516 Mouse Logitech M-S48 does not in FreeBSD o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] bin/24523 [PATCH] ps no longer supports the rsz for o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/22] bin/24540 add '-c' flag to src/bin/domainname to cl o [2001/01/22] ports/24558 torstenb Updated port: converters/recode - 3.5 o [2001/01/23] bin/24569 PATCH for PPPD o [2001/01/23] misc/24576 -lssh problem with libpam o [2001/01/23] ports/24580 ports cfengine giving errors when invoked o [2001/01/23] bin/24592 dmesg.boot Gets Overwritten without Reboo o [2001/01/24] misc/24603 dsp will not play .wav files at all o [2001/01/24] bin/24610 [PATCH] make inetd log hostnames when spe o [2001/01/24] bin/24623 /bin/pr ¤Ç²þÊÇ¥³¡¼¥É¤¬¹Í褵¤ì¤Æ¤¤¤Ê¤¤ f [2001/01/25] ports/24638 sobomax Mesa-3.2.1_1 fails to build on 4.2-STABLE o [2001/01/25] kern/24642 NEWCARD broken in RELENG-4 o [2001/01/25] kern/24647 Supported Gigabit Ethernet Interfaces for o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/25] bin/24654 /usr/bin/w doesn't close all files o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/26] docs/24662 doc too many questions about source managemen o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] misc/24687 ports QUAKE FORGE & SVGALIB o [2001/01/27] ports/24688 ports Full Screen Editor - MicroEmacs 4.0/PK-TO o [2001/01/28] ports/24692 ports setquota port is broken on 4.2 STABLE o [2001/01/28] kern/24696 compile error while defines DEB(x) o [2001/01/28] bin/24707 [patch] Whois IP Address Handling a [2001/01/29] ports/24713 ports New port: xmotd - message-of-the-day brow o [2001/01/30] bin/24730 tail -f barfs on files bigger than 2 Gig o [2001/01/30] bin/24732 cmp can not compare files lager 2GB but s a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24744 sys/socket.h uses u_char without includin o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24747 ports new port: MicroEmacs 4.0/PK-TOY o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/30] misc/24750 unable to make reinstall on a fresh insta o [2001/01/31] ports/24756 billf net-snmp-4.2 does not compile with LPRng o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/01/31] bin/24762 pw doesn't allow false as a shell o [2001/01/31] kern/24770 ATA_ENABLE_TAGS doesn't enable tags o [2001/01/31] ports/24775 ports Gabber freezes upon login o [2001/02/01] conf/24781 MAKEDEV: rast* -> ast* a [2001/02/01] misc/24784 Why isn't bind always running as -u bind o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/02] misc/24801 Copyright web page needs small correction s [2001/02/02] docs/24802 dd fcntl man page does not specify what happ o [2001/02/02] bin/24804 [PATCH] ps_showallprocs isn't documented. o [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r o [2001/02/03] docs/24839 doc fix ether.bridge o [2001/02/04] gnu/24843 gcc does not recognize -kthread o [2001/02/04] gnu/24844 gdb does not support kernel threads o [2001/02/04] ports/24845 tegge linuxthreads does not detect failed rfork o [2001/02/04] kern/24851 ISA PnP Modem Type is unregistered in sio o [2001/02/04] ports/24855 ports New port of FSF GMP library o [2001/02/04] bin/24857 File descriptor leak and frequent crashes o [2001/02/05] conf/24865 WITH FIX: /etc/rc.isdn overwrites $isdn_t o [2001/02/05] docs/24869 doc Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic f [2001/02/05] ports/24885 ports Update Port: audio/icecast o [2001/02/05] docs/24887 doc "make -j# installworld" can (will?) fail o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 Options screen at MenuMedia menu problem o [2001/02/06] bin/24914 /dev explicitly referenced in MAKEDEV o [2001/02/06] docs/24921 phk Typo /devs --> /dev o [2001/02/06] docs/24923 doc 4.2 Release Errata page has no informatio o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/07] misc/24942 tftp client timeout failure o [2001/02/07] bin/24944 new execute-file can't running(not found o [2001/02/08] ports/24951 ports New port: devel/omniORB-Notify o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24954 Old driver /src/sys/dev/sound/isa/sb.c sh o [2001/02/08] bin/24955 /usr/bin/tail -F in 4.1+ doesn't work if o [2001/02/08] kern/24959 proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] kern/24962 properly delay acks in half-closed TCP co o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24976 ports gemdropx port is missing a dependency on o [2001/02/09] ports/24983 asami Emacs ports have misleading names o [2001/02/10] ports/24991 ports New port: eudc-emacs20 o [2001/02/10] kern/24998 More verbose logging for Joliet CDs o [2001/02/11] docs/25000 doc matcd(4) SYNOPSIS is wrong o [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] misc/25014 junk files in ~ncvs/CVSROOT/commitlogs o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu o [2001/02/11] docs/25016 doc symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/11] kern/25019 Problem trying to build new kernel a [2001/02/11] bin/25028 imp make installworld uses wrong time o [2001/02/12] misc/25030 LINT (NOTES) has incomplete list of uses o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/12] ports/25032 obrien mail/mutt: wrong permissions of ${PREFIX} o [2001/02/12] ports/25033 bmah pkg_version -c to support packages? o [2001/02/12] kern/25039 -stable LINT missing the twe device o [2001/02/12] ports/25042 peter cvsup missed a couple of deletes in /usr/ o [2001/02/12] misc/25050 dwmalone inetd UDP echo service echos only 8K o [2001/02/12] misc/25055 Header in 'top' too long for SMP system a o [2001/02/13] bin/25059 dlopen(..,RTLD_GLOBAL) doesn't work for s o [2001/02/13] bin/25070 newsyslog(8) should send signals only onc o [2001/02/13] ports/25071 peter Ports-Skeletons gone after update o [2001/02/13] bin/25085 mlxcontrol utility fails silently if devi a [2001/02/13] ports/25087 ports new port: net/icq-transport a [2001/02/13] ports/25091 ports new port: net/yahoo-transport o [2001/02/14] ports/25106 bmah "pkg_version -c" should "make install cle o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c f [2001/02/15] kern/25117 ru ICMP Destination Port Unreachable Error M o [2001/02/15] ports/25119 sobomax pango does not build on -current o [2001/02/16] docs/25134 doc Kernel USER_LDT option help incomplete a [2001/02/16] ports/25139 ports [MAINTAINER UPDATE] audio/lopster 0.9.7_1 o [2001/02/16] misc/25147 [PATCH] to make D-Link DFE-650 work with o [2001/02/16] ports/25154 ports atmel AVR microcontroller in-circuit prog o [2001/02/16] misc/25161 During install, after boot get message: P o [2001/02/16] misc/25162 syntax error in src/release/Makefile o [2001/02/17] docs/25164 ben makewhatis(1) seems to be fouling up o [2001/02/17] ports/25169 wosch [PATCH] update of p5-libwww port 1.62 -> a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current s [2001/02/18] bin/25187 dd [PATCH] pw(8) seg faults; man page doesn' o [2001/02/19] ports/25207 tg Missing function calls o [2001/02/19] misc/25217 user with login 'connected' shows bogus f o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/19] conf/25223 darrenr PATCH for rc.network to enable ipnat sepe s [2001/02/20] docs/25227 dd Lack of the description for some options a [2001/02/20] docs/25239 doc fdp-primer/tools/chapter.sgml says about o [2001/02/20] kern/25240 incomplete CDIOCREADSUBCHANNEL support in o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s o [2001/02/21] ports/25251 dima acroread4 uses hard coded path for lpr f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25267 vmstat displays some parameters incorrect o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all o [2001/02/21] kern/25275 X server freezes system randomly on pentu o [2001/02/22] bin/25278 bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25297 kevlo kcontrol writes wrong variable names in c o [2001/02/23] ports/25299 kevlo kdm´s "Console mode" command isn´t meanin o [2001/02/23] ports/25313 wosch Script source displayed at http://www.nl. o [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/25] misc/25354 Slovak (sk_SK) locale missing o [2001/02/25] kern/25369 Miscellaneous CD drivers have potentially a [2001/02/25] kern/25370 sos ATA subsystem in 4.x fails to recognize s o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/26] docs/25392 doc Chapter 9 pages could use 'location of fu o [2001/02/26] docs/25405 doc misleading warning from catman(1), etc. o [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/27] docs/25420 doc man page missing important information. o [2001/02/27] docs/25437 doc kernel configs are the only precious file f [2001/02/27] i386/25442 cg T20 CS4624/CS4297a sound problems: "pcm0: o [2001/02/27] ports/25444 andreas gimp-print driver out of date in ghostscr o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/02/28] docs/25450 doc remove NCPU from docs f [2001/02/28] ports/25453 trevor ports/audio/csound doesn't compile on 4.2 o [2001/02/28] misc/25454 rlogin does not pass the DISPLAY environm o [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/02/28] bin/25470 ancontrol doesn't output TX rate o [2001/03/01] conf/25472 add bg_BG.CP1251 locale support o [2001/03/01] bin/25474 dump can't close fifo pipe correctly o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) a [2001/03/02] conf/25495 keichii missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/02] docs/25500 ben Update of ip(4) manpage to reflect curren o [2001/03/02] misc/25502 TFTP in libstand(3) fails on all transact o [2001/03/02] misc/25503 readudp() in libstand(3) can return incor o [2001/03/03] kern/25507 cg contribute Intel ICH sound driver o [2001/03/03] kern/25517 ARP cache timeout behavior can be improve o [2001/03/03] ports/25518 ports Could the web pages list version numbers? o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery o [2001/03/04] conf/25527 `man ldconfig' does not reflect its behav o [2001/03/04] ports/25530 torstenb ports/net/cricket port does dependencies o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users o [2001/03/05] ports/25557 patrick the pfe-devel port obsoletes the forth po a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD f [2001/03/05] ports/25562 ports [UPDATE] net/radiusd-cistron o [2001/03/05] alpha/25564 alpha Port ups-debug doesn't build on the alpha o [2001/03/06] kern/25566 [PATCH] Missing PCI Id's for DLink DFE-53 o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with o [2001/03/06] conf/25577 phk [PATCH] ifconfig support for wireless net s [2001/03/06] kern/25582 paul lnc driver uses wrong driver name s [2001/03/07] bin/25584 arp.c - better printed ether address o [2001/03/07] bin/25587 Add Solaris-like functionality to truss(1 o [2001/03/07] misc/25590 execve documentation doesn't mention EBAD o [2001/03/07] bin/25598 patch to let ftpd output message when cha o [2001/03/08] docs/25606 keichii Incorrect Email Lists on Website o [2001/03/08] kern/25608 sos ATA CD-ROM is not recognized on IBM Netfi s [2001/03/09] bin/25627 will Cannot append hash after .elif in Makefil a [2001/03/09] kern/25634 I obtain kernel trap 9 with interrupts di o [2001/03/09] misc/25635 lpr -# didn't work on network printer o [2001/03/09] ports/25643 ports "incompatible pointer" in RgbSink.c for x o [2001/03/10] docs/25648 doc typos in some manpages (dependant) o [2001/03/10] bin/25654 minor style(9) fix for sleep o [2001/03/10] docs/25657 doc no netid(5) man page o [2001/03/10] ports/25660 greid =09[MAINTAINER UPDATE] audio/quelcom -> 0 o [2001/03/10] ports/25673 ports Fix bento build error with apache13-fp an o [2001/03/11] ports/25691 ports [PATCH] x11-wm/fvwm2 update a [2001/03/11] ports/25698 ports [PATCH] Update lopster port to 0.9.8 o [2001/03/11] bin/25699 ftpd bug a [2001/03/11] ports/25704 ports www/webstone - change maintainer o [2001/03/11] ports/25708 ports pine4 port hard-code /usr/local/include o [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] bin/25712 des sockstat truncates field o [2001/03/11] conf/25715 gshapiro Failure in sendmail.cf creation leaves te o [2001/03/11] ports/25717 ports Update to xforms port o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] conf/25730 [PATCH] mount_mfs is being phased out -> o [2001/03/12] misc/25731 dougb mergemaster -a is not automatic when it f o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] docs/25735 doc error in handbook o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/12] bin/25754 PicoBSD uses broken vnconfig syntax o [2001/03/12] ports/25763 shige XV fails to refresh properly on image dis o [2001/03/13] ports/25768 vanilla New port: textproc/p5-XML-Node o [2001/03/13] ports/25773 ports omniORB-Notify update to 3.0.3 o [2001/03/13] docs/25774 doc incorrect synopsis in vnconfig(8) o [2001/03/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/13] i386/25782 cg CSA sound device repeated sound o [2001/03/13] bin/25784 dwmalone Ability to specify alternate PID file for o [2001/03/13] bin/25786 ume Misdeclared IPv6 macros. o [2001/03/13] bin/25787 dwmalone inetd/auth: -i option to return uid inste o [2001/03/13] bin/25791 pccardd(8) Can Hang Reading Config File o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num s [2001/03/14] docs/25796 dd ipfw(8) manpage has no info on "Rule -1" s [2001/03/14] docs/25797 dd socket.2 man file is strange, with a draf o [2001/03/14] bin/25798 adduser does full *pwd.db rebuild, instea o [2001/03/14] conf/25809 /etc/default/rc.conf bad default ipfilter o [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] bin/25820 diskpart(8) causes segfaults a [2001/03/15] ports/25823 ports New port: devel/py-diveintopython o [2001/03/15] ports/25828 torstenb The devel/autoconf port won't install ins o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/15] kern/25832 dwmalone mount option MNT_NOSYMFOLLOW isn't export f [2001/03/15] bin/25833 LOG_FAC() is bogus o [2001/03/15] docs/25836 ben erroneous comment in statfs manual page o [2001/03/15] bin/25837 [PATCH] properly document vfc_flags in ge o [2001/03/15] ports/25838 lioux MD5s in gnupg-idea/distinfo doesn't match o [2001/03/16] bin/25850 CRON shouts o [2001/03/16] misc/25853 jlemon ftpd eats all memory o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. a [2001/03/16] docs/25875 gshapiro the mailstats(8) header has the wrong sec o [2001/03/16] docs/25876 doc typos in jail.2 o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads o [2001/03/17] ports/25880 ache Script installed by russian/rus-ispell is o [2001/03/18] docs/25892 doc doc.html.mk: use OpenJade on alpha s [2001/03/18] gnu/25894 ru mdoc .Lb macro does not accept punctuatio a [2001/03/18] bin/25895 keichii Add Big5 multibyte support for tcsh o [2001/03/18] misc/25903 make buildworld fails in libcrypt o [2001/03/18] kern/25905 cg Sound failed o [2001/03/18] ports/25906 sf nethack-gtk refuses to run s [2001/03/18] ports/25907 roam Firebird shared libs not added to shared o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/18] ports/25911 ports flash plugin for freebsd netscape 4.7 cra o [2001/03/19] conf/25914 added more modules to /boot/defaults/load o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui o [2001/03/19] docs/25919 doc supported hardware list says 'no' for Sou o [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs o [2001/03/19] conf/25925 Add service sgi_fam to /etc/rpc o [2001/03/20] misc/25946 Add support for Topic chipset PCI modem o [2001/03/20] kern/25948 ad6, ad7 fails in 4.3-BETA cvsup 20010317 o [2001/03/20] ports/25956 okazaki New port: java/jaxp, Sun's XML API for Ja a [2001/03/21] bin/25961 dougb [MFC] rmuser is not case sensitive o [2001/03/21] i386/25978 Problem with 'moused' or XFree86-4.03 and o [2001/03/21] kern/25980 "ARCHIVE Python 06408-XXX 8130" needs qui a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro o [2001/03/21] docs/25985 ben some small fixes in raycontrol.8 o [2001/03/22] ports/25993 ports New port editors/gnuserv-emacs20 o [2001/03/22] docs/26001 doc typo in sched_get_priority_max.2 f [2001/03/22] docs/26003 doc getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v o [2001/03/22] docs/26006 doc Changing zone(9) man page o [2001/03/22] ports/26007 ports dia script in dia port doesn't show libra o [2001/03/22] bin/26012 FTPD utmp logging support o [2001/03/22] kern/26016 VMWare is crash on SMP machine o [2001/03/22] ports/26019 obrien Make editors/vim5 recognize NO_X o [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/23] ports/26039 ports The port of tidy dumped core a [2001/03/24] kern/26046 sos ATA driver won't attach Creative 24/2/2 C o [2001/03/24] ports/26052 gnats-adminpatch for mail/pine4 against passive fing o [2001/03/24] ports/26053 ports make produces error messages s [2001/03/24] docs/26054 dd obsolete options in man page o [2001/03/24] ports/26058 billf textproc/htdig simplifications and separa o [2001/03/24] docs/26060 doc No man page for /etc/host.conf o [2001/03/24] ports/26064 ports Update port: www/mod_python o [2001/03/25] docs/26065 mpp assorted broken "SEE ALSO" references o [2001/03/25] misc/26073 jkh Add ftp.gr.freebsd.org to sysinstall mirr o [2001/03/25] bin/26080 [PATCH] various RPC fixes o [2001/03/25] docs/26090 mpp more broken "SEE ALSO" references o [2001/03/26] ports/26092 ports ksh93 port not installing properly o [2001/03/26] ports/26104 billf PORT UPDATE: add ${FREETYPE_CONFIG} suppo o [2001/03/26] ports/26108 demon FEATURE REQUEST: allow cgi-gid to be over o [2001/03/26] ports/26122 ports Update port: graphics/netpbm to 9.12 o [2001/03/26] docs/26137 wosch update for BSD family tree o [2001/03/26] ports/26139 ports cclient/pine4 can do SSL if enabled o [2001/03/27] bin/26141 The FIFO file is not good!! o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/27] bin/26152 ps compat4x should include librsaINTL.so o [2001/03/27] misc/26153 sed G does not double space o [2001/03/27] ports/26154 ports databases/firebird doesn't compile o [2001/03/28] ports/26172 ports Update port: upgrade editors/joe to 2.9.4 o [2001/03/28] ports/26173 ade [PATCH] GnuCash update o [2001/03/28] misc/26187 jkh setting nonInteractive in install.cfg is o [2001/03/28] ports/26190 ports new port request: libelf o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package s [2001/03/28] docs/26193 dd builtin(1) indicates that if is not valid o [2001/03/28] docs/26194 doc BSD Family Tree needs updated o [2001/03/29] ports/26200 ports Update port: devel/py-coro o [2001/03/29] bin/26201 telnet SRA password exchange trap when no o [2001/03/30] ports/26218 ports port build breaks due to include of osrel o [2001/03/31] ports/26248 ports Netatalk port should be updated to 1.5pre o [2001/03/31] kern/26255 [patch] CS4281 driver, fixed power mode p o [2001/03/31] ports/26258 ache www/apache: patch to allow SHARED_CORE o [2001/03/31] ports/26259 ports www/apache13-modssl: patch to allow SHARE o [2001/03/31] ports/26260 sumikawa www/apache13+ipv6: patches to allow SHARE o [2001/04/01] i386/26272 Adds a sysctl to get the cpu frequency a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt s [2001/04/02] docs/26293 dd Just add detail on the tutorial o [2001/04/02] kern/26295 mount of Olympus Digital Camera via umass o [2001/04/02] ports/26296 ports p5-Spreadsheet-ParseExcel port has a pro a [2001/04/02] ports/26297 ports New port: devel/florist a [2001/04/02] misc/26299 gshapiro Improvement to Makefile in /etc/mail allo o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire o [2001/04/02] misc/26306 misspelling in burncd application s [2001/04/02] docs/26308 dd remote(5) type ("insure" for "ensure") a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/03] ports/26314 dirk mod_php4 port starts apache on install or o [2001/04/03] ports/26315 ports Update port: java/orion o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] kern/26317 /modules not created by make installkerne o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow o [2001/04/03] ports/26326 lioux Update for new crossfade (xmms plugin) re o [2001/04/03] ports/26336 ports Update security/acid f [2001/04/03] ports/26337 ports japanese/texinfo md5 changed o [2001/04/03] ports/26339 adrian squid-2.4_2, ipcCreate: $PREFIX/libexec/s o [2001/04/03] ports/26340 ade update port of gnucash s [2001/04/04] i386/26343 dd little patch for fdisk.8 (wd -> ad) o [2001/04/04] i386/26347 [pcvt] incorrect screen number in HP mode o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] ports/26351 ports mod_csacek port fix o [2001/04/04] ports/26353 ports Update port: devel/py-htmlkit o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/05] ports/26372 ports ImageMagick 5.3.0 Port doesn't build when o [2001/04/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 PAMized su allows non-wheel members to su o [2001/04/06] misc/26378 All 4.X-Release and 4.3rc2 Panics Install o [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/06] ports/26387 ports numerous fixes and improvements to micq-0 o [2001/04/06] ports/26389 ports New port: Perl extensions for keeping dat o [2001/04/07] ports/26401 orion ports/mbone/rat update o [2001/04/07] ports/26406 ports Update of /usr/ports/www/roxen/ o [2001/04/07] ports/26408 ports fix russian/wmcyrx MASTER_SITE (by mainta o [2001/04/07] ports/26412 ports New port: Modules to assemble/disassemble o [2001/04/07] ports/26419 ports upgrade port. p5-LJ-TextMessage 1.2 -> 1. o [2001/04/07] conf/26420 addition of a serial 3-wire entry into ge o [2001/04/07] ports/26421 ports Update port: games/fkiss from version 0.2 o [2001/04/08] ports/26424 ports dnssec-keygen command including ports/net o [2001/04/08] ports/26429 ports upgrade http_load (old distfile no longer s [2001/04/08] docs/26431 dd init(8) manpage incoherent o [2001/04/08] ports/26432 ports Update port: /games/acorn-media (make it o [2001/04/08] ports/26434 ports Update port: /games/uclient (make it buil o [2001/04/08] ports/26436 ports dejasearch port should be marked broken o [2001/04/08] kern/26437 Kernel Panics on SMP box when subjected t o [2001/04/08] ports/26439 ports Fix port: audio/xmp o [2001/04/08] ports/26444 ports Update Apache sites for www/apache13-fp [ a [2001/04/08] ports/26447 ports New Port: net/py-xmlrpc o [2001/04/08] ports/26448 ports New port: databases/py-bsddb3 o [2001/04/08] ports/26449 ports Fixup port net/gtk+licq o [2001/04/08] docs/26451 doc ctype.h defined functions are not accurat o [2001/04/09] kern/26454 mixer volume settings on Maestro-2E (Diam o [2001/04/09] ports/26455 ports New port: games/conquest: A multiplayer c o [2001/04/09] ports/26456 ports update for german/BBBike port o [2001/04/09] ports/26458 ports Small distfiles fix for lang/squeak2 o [2001/04/09] ports/26459 ports allow hyperwave configuration in mod_php4 o [2001/04/09] ports/26461 ports Upgrade/bugfix port: mail/pgp4pine o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] ports/26472 ports Update of the jed port to a newer version o [2001/04/10] ports/26478 will KDE2.1 - Kpresenter & Kmediaplayer Crash o [2001/04/10] docs/26480 doc shouts in named manpage o [2001/04/10] conf/26488 incomplete named sandbox information o [2001/04/10] docs/26489 doc incomplete info in the ppp faq about "PPP o [2001/04/10] ports/26492 ports Upgrade of audio/ecasound, patch included o [2001/04/11] ports/26495 ports Update devel/tmake to make use of the new o [2001/04/11] ports/26497 ports New port: roxen2 - the new branch of the o [2001/04/11] bin/26498 Fix for bug in union mounts (mout -o unio o [2001/04/11] ports/26499 ports Update port: graphics/ImageMagick to 5.3. o [2001/04/11] ports/26504 ports www/p5-HTML-Mason o [2001/04/11] ports/26505 ports Update port: security/pgpdump o [2001/04/12] kern/26508 jkh [PATCH] syscons panic in userconfig mode o [2001/04/12] misc/26509 jkh [PATCH] Obscure sysinstall NULL dereferen o [2001/04/12] ports/26511 ports New port: mail/emh-emacs20,emh-xemacs21-m o [2001/04/12] ports/26513 ports New port (print/ft2demos) is included. ft o [2001/04/12] ports/26514 ports New port for AutoTrace, automatic outline o [2001/04/12] ports/26515 ports New port for pfaedit, an outline/bitmap f o [2001/04/12] ports/26516 ports New port: games/pipenightdreams: A puzzle o [2001/04/12] ports/26518 ports New port: editors/mp: A programming text o [2001/04/12] ports/26519 ports New port: net/corkscrew: A HTTP tunnellin a [2001/04/12] docs/26520 dd getpgid(2) doesn't describe error conditi o [2001/04/12] misc/26521 Australia's whois.aunic.net as an option o [2001/04/12] ports/26524 ports New port: archivers/xdms: An Amiga DMS ar o [2001/04/12] ports/26525 ports New port: devel/gengameng: An X11 game en o [2001/04/12] ports/26526 ports New port: games/burgerspace: A BurgerTime o [2001/04/12] ports/26527 ports New port: graphics/iview: An image viewer o [2001/04/13] ports/26530 ports New port: editors/ted: An easy to use ric f [2001/04/13] bin/26531 sysinstall's disk labeler creates too sma o [2001/04/13] docs/26532 doc ".lQ ?" becomes "`'?" through nroff (and o [2001/04/13] ports/26533 ports New port: sysutils/dim: A directory liste o [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] ports/26536 ports Qmail Log analyzer software o [2001/04/13] ports/26540 ports new port: pflogsumm (Postfix Log Entry Su o [2001/04/13] ports/26542 ports kscd - part of KDE2.1.1 as package for 4. o [2001/04/13] conf/26543 gifconfig in rc.conf ignored if ipv6_enab o [2001/04/13] ports/26544 ports Update of AucTeX port o [2001/04/13] ports/26545 ports Fix port: mail/drac o [2001/04/13] kern/26546 Add ioctl support to linux emulation and o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] ports/26551 ports Update port: graphics/pstoedit to 3.21 o [2001/04/13] ports/26560 ports Update port: devel/entity o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] ports/26564 ports Update ports: net/ethereal version 0.8.17 o [2001/04/14] ports/26570 ports Update port: www/apache2 f [2001/04/14] ports/26572 roam 'xtermset -T' dumps core when /etc/malloc o [2001/04/14] misc/26573 tcsh incorrectly handles 'postcmd' o [2001/04/14] docs/26574 doc Incorrect link in individual ports README o [2001/04/14] docs/26579 doc FAQ inconsistency regarding allocating sw o [2001/04/14] ports/26580 ports New port: mail/gmail a GNOME email client o [2001/04/14] misc/26582 IPFilter's NAT.FreeBSD needs updating o [2001/04/14] misc/26583 sysinstall display problem if >7 partitio o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/14] ports/26585 ports New port: IP accounting daemon \(with rsh o [2001/04/14] ports/26590 torstenb update ports : astro/sunclock o [2001/04/15] ports/26592 ports Update port: japanese/leafrogue o [2001/04/15] bin/26597 cosmetic patch to /etc/rc (mounting neste o [2001/04/15] bin/26602 RELENG_4 ssh/sshd modifies the 'erase' ch o [2001/04/15] bin/26603 [PATCH] add option to vidcontrol(1) to en o [2001/04/15] ports/26604 ports Update port: games/xpilot 4.2.1 -> 4.3.1 o [2001/04/15] ports/26606 ports New port: VCDImager, a converter from MPE o [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] ports/26609 ports New port: games/xsc: A vector graphics sp o [2001/04/16] ports/26612 ports New port: audio/mp3check: A tool for chec o [2001/04/16] ports/26614 ports New port: graphics/icontact: Combines mul o [2001/04/16] ports/26615 ports New port: x11/bubblemon-dockapp: X eye ca o [2001/04/16] ports/26617 ports a new port o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who 1902 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 Apr 16 11:24:14 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from orthanc.ab.ca (orthanc.ab.ca [207.167.3.130]) by hub.freebsd.org (Postfix) with ESMTP id 4BE3637B42C for ; Mon, 16 Apr 2001 11:24:12 -0700 (PDT) (envelope-from lyndon@orthanc.ab.ca) Received: from orthanc.ab.ca (localhost [127.0.0.1]) by orthanc.ab.ca (8.11.2/8.11.2) with ESMTP id f3GIOBp17986 for ; Mon, 16 Apr 2001 12:24:11 -0600 (MDT) (envelope-from lyndon@orthanc.ab.ca) Message-Id: <200104161824.f3GIOBp17986@orthanc.ab.ca> To: bugs@freebsd.org Subject: Three PR's I Would Like Closed Organization: The Frobozz Magic Homing Pigeon Company Date: Mon, 16 Apr 2001 12:24:11 -0600 From: Lyndon Nerenberg Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following PR's I've submitted are no longer relevant. Could someone please close them? Thanks. bin/21375 dhclient I'll take this directly to the authors. kern/23216 pciconf Consensus is these changes are bad. bin/23217 " " " --lyndon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 11:25:59 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 142DC37B440; Mon, 16 Apr 2001 11:25:58 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GIPjd40994; Mon, 16 Apr 2001 11:25:45 -0700 (PDT) (envelope-from bmah) Date: Mon, 16 Apr 2001 11:25:45 -0700 (PDT) From: Message-Id: <200104161825.f3GIPjd40994@freefall.freebsd.org> To: lyndon@messagingdirect.com, bmah@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/21375: [PATCH] dhclient runs away on interface removal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] dhclient runs away on interface removal State-Changed-From-To: analyzed->closed State-Changed-By: bmah State-Changed-When: Mon Apr 16 11:24:57 PDT 2001 State-Changed-Why: Closed by submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=21375 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 11:26:22 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D2FF37B422; Mon, 16 Apr 2001 11:26:21 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GIQL941087; Mon, 16 Apr 2001 11:26:21 -0700 (PDT) (envelope-from bmah) Date: Mon, 16 Apr 2001 11:26:21 -0700 (PDT) From: Message-Id: <200104161826.f3GIQL941087@freefall.freebsd.org> To: lyndon@orthanc.ab.ca, bmah@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/23216: [PATCH] PCIOCGETCONF ioctl requires write permissions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] PCIOCGETCONF ioctl requires write permissions State-Changed-From-To: open->closed State-Changed-By: bmah State-Changed-When: Mon Apr 16 11:26:02 PDT 2001 State-Changed-Why: Closed by submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=23216 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 11:26:44 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5722237B423; Mon, 16 Apr 2001 11:26:43 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GIQh441197; Mon, 16 Apr 2001 11:26:43 -0700 (PDT) (envelope-from bmah) Date: Mon, 16 Apr 2001 11:26:43 -0700 (PDT) From: Message-Id: <200104161826.f3GIQh441197@freefall.freebsd.org> To: lyndon@orthanc.ab.ca, bmah@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/23217: [PATCH] 'pciconf -l' opens /dev/pci with incorrect permissions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] 'pciconf -l' opens /dev/pci with incorrect permissions State-Changed-From-To: open->closed State-Changed-By: bmah State-Changed-When: Mon Apr 16 11:26:26 PDT 2001 State-Changed-Why: Closed by submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=23217 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 11:26:59 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 1A44A37B422 for ; Mon, 16 Apr 2001 11:26:57 -0700 (PDT) (envelope-from bmah@cisco.com) Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by sj-msg-core-1.cisco.com (8.9.3/8.9.1) with ESMTP id LAA08283; Mon, 16 Apr 2001 11:27:00 -0700 (PDT) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.3/8.11.1) id f3GIQuO63911; Mon, 16 Apr 2001 11:26:56 -0700 (PDT) (envelope-from bmah) Message-Id: <200104161826.f3GIQuO63911@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.3.1 01/19/2001 with nmh-1.0.4 To: Lyndon Nerenberg Cc: bugs@FreeBSD.ORG Subject: Re: Three PR's I Would Like Closed In-Reply-To: <200104161824.f3GIOBp17986@orthanc.ab.ca> References: <200104161824.f3GIOBp17986@orthanc.ab.ca> Comments: In-reply-to Lyndon Nerenberg message dated "Mon, 16 Apr 2001 12:24:11 -0600." From: bmah@cisco.com (Bruce A. Mah) Reply-To: bmah@cisco.com X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-543872429P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 16 Apr 2001 11:26:55 -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_-543872429P Content-Type: text/plain; charset=us-ascii If memory serves me right, Lyndon Nerenberg wrote: > The following PR's I've submitted are no longer relevant. Could > someone please close them? Thanks. > > bin/21375 dhclient I'll take this directly to the authors. > kern/23216 pciconf Consensus is these changes are bad. > bin/23217 " " " Done! Bruce. --==_Exmh_-543872429P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: Exmh version 2.2 06/23/2000 iD8DBQE62zlv2MoxcVugUsMRAr3KAJ9bCu6bQ1e5eZpS8NRHLtjcWzwbGgCgv1VS Ps/CWP/++CgJ0+96SCCKCRQ= =2WxB -----END PGP SIGNATURE----- --==_Exmh_-543872429P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 12: 0: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C03A737B440 for ; Mon, 16 Apr 2001 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GJ02Z44838; Mon, 16 Apr 2001 12:00:02 -0700 (PDT) (envelope-from gnats) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 60F7037B43E for ; Mon, 16 Apr 2001 11:57:12 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta7/8.12.0.Beta7) id f3GIvBDF035576; Mon, 16 Apr 2001 11:57:11 -0700 (PDT) Message-Id: <200104161857.f3GIvBDF035576@horsey.gshapiro.net> Date: Mon, 16 Apr 2001 11:57:11 -0700 (PDT) From: gshapiro+FreeBSD-gnats@gshapiro.net Reply-To: gshapiro+FreeBSD-gnats@gshapiro.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26619: m4 silently truncates long strings Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26619 >Category: bin >Synopsis: m4 silently truncates long lines >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 Apr 16 12:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD horsey.gshapiro.net 4.3-RC FreeBSD 4.3-RC #15: Sat Apr 14 12:21:56 PDT 2001 gshapiro@horsey.gshapiro.net:/home/FreeBSD/RELENG_4/obj/sys/HORSEY i386 >Description: m4 will silently truncate long strings on some operations leaving the data corrupted. >How-To-Repeat: The m4 file below demonstrates the problem. Note that after running it with: m4 test.m4 The output shows SameList has been truncated without an error from m4. Here is test.m4: define(`LongList', ` assert.c debug.c exc.c heap.c match.c rpool.c strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c fflush.c fget.c fpos.c findfp.c flags.c fopen.c fprintf.c fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c fwrite.c get.c makebuf.c put.c refill.c rewind.c rget.c setvbuf.c smstdio.c snprintf.c sscanf.c stdio.c strio.c syslogio.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c vsprintf.c vsscanf.c wbuf.c wsetup.c stringf.c xtrap.c strto.c test.c path.c strcasecmp.c signal.c clock.c config.c shm.c ')dnl define(`SameList', `substr(LongList, 0, index(LongList, `.'))`'substr(LongList, index(LongList, `.'))')dnl Long`'List is: LongList Same`'List is: SameList ifelse(len(LongList), len(SameList), `', `errprint(`This version of m4 is broken: length problem')')dnl >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 Apr 16 14:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF91C37B43E for ; Mon, 16 Apr 2001 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GLA1c78183; Mon, 16 Apr 2001 14:10:01 -0700 (PDT) (envelope-from gnats) Received: from nl.nisser.com (nl.nisser.com [212.204.250.121]) by hub.freebsd.org (Postfix) with ESMTP id 1D81237B43F for ; Mon, 16 Apr 2001 14:02:41 -0700 (PDT) (envelope-from roelof@nl.nisser.com) Received: by nl.nisser.com (Postfix, from userid 1001) id 26085107DC; Mon, 16 Apr 2001 23:02:30 +0200 (CEST) Message-Id: <20010416210230.26085107DC@nl.nisser.com> Date: Mon, 16 Apr 2001 23:02:30 +0200 (CEST) From: roelof@nl.nisser.com Reply-To: roelof@nisser.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/26623: CERT patch not found Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26623 >Category: kern >Synopsis: patch not found >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 16 14:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Roelof Osinga >Release: FreeBSD 4.2-STABLE i386 >Organization: eBOA / Nisser >Environment: 4.2-STABLE >Description: From "FreeBSD Security Advisory FreeBSD-SA-01:32.ipfilter" nisse:~/ftp/CERT$ fetch ftp://ftp.freebsd.org/pub/FreeBSD/CERT/patches/SA-01:33/ipfilter.patch.asc fetch: ipfilter.patch.asc: File unavailable (e.g., file not found, no access) nisse:~/ftp/CERT$ nisse:~/ftp/CERT$ fetch ftp://ftp.freebsd.org/pub/FreeBSD/CERT/patches/SA-01:33/ipfilter.patch fetch: ipfilter.patch: File unavailable (e.g., file not found, no access) >How-To-Repeat: Try the fetch >Fix: Not looked into it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Apr 16 23:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6FDA37B42C for ; Mon, 16 Apr 2001 23:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H6A0u43533; Mon, 16 Apr 2001 23:10:00 -0700 (PDT) (envelope-from gnats) Received: from hobbes.melthusia.org (dt035n37.san.rr.com [24.30.140.55]) by hub.freebsd.org (Postfix) with ESMTP id 3FEBB37B42C for ; Mon, 16 Apr 2001 23:01:22 -0700 (PDT) (envelope-from gordont@hobbes.melthusia.org) Received: (from gordont@localhost) by hobbes.melthusia.org (8.11.3/8.11.3) id f3H61FX00712; Mon, 16 Apr 2001 23:01:15 -0700 (PDT) (envelope-from gordont) Message-Id: <200104170601.f3H61FX00712@hobbes.melthusia.org> Date: Mon, 16 Apr 2001 23:01:15 -0700 (PDT) From: gordont@bluemtn.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/26633: pccards don't get ipv6 network configured when ipv6_gateway_enable is set Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26633 >Category: conf >Synopsis: pccards don't get ipv6 network configured when ipv6_gateway_enable is set >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 16 23:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gordon Tetlow >Release: FreeBSD 4.3-RC i386 >Organization: Blue Mountain >Environment: System: FreeBSD hobbes.melthusia.org 4.3-RC FreeBSD 4.3-RC #0: Sat Mar 24 03:31:30 PST 2001 root@hobbes.melthusia.org:/local/obj/usr/src/sys/HOBBES i386 >Description: Using a machine that is a router with several interfaces, one of which is a wireless card, the pccard interface is not setup as an ipv6 capable interface. Basically, pccards are only allowed as endhosts. >How-To-Repeat: Turn on ipv6_gateway_enable in /etc/rc.conf and watch you wavelan card not get setup >Fix: I hacked up rc.network6 and pccard_ether so that the interface(s) that will be attempted to be brought up are passed to the function. This allows network6_interface_setup() to be reused and called by /etc/pccard_ether Anyway, here's the patch: --- etc/pccard_ether Mon Feb 12 21:00:57 2001 +++ /etc/pccard_ether Mon Apr 16 22:44:06 2001 @@ -122,17 +122,10 @@ # IPv6 setup case ${ipv6_enable} in [Yy][Ee][Ss]) - case ${ipv6_gateway_enable} in - [Yy][Ee][Ss]) - ;; - *) - sysctl -w net.inet6.ip6.forwarding=0 - sysctl -w net.inet6.ip6.accept_rtadv=1 - ifconfig ${interface} up - rtsol ${interface} - ;; - esac - ;; + if [ -r /etc/rc.network6 ]; then + . /etc/rc.network6 + network6_interface_setup ${interface} + fi esac ;; # Stop the interface --- etc/rc.network6 Fri Mar 23 23:35:53 2001 +++ /etc/rc.network6 Mon Apr 16 22:44:14 2001 @@ -129,7 +129,7 @@ network6_gif_setup # setting up interfaces - network6_interface_setup + network6_interface_setup $ipv6_network_interfaces # wait for DAD's completion (for global addrs) sleep `sysctl -n net.inet6.ip6.dad_count` @@ -251,6 +251,7 @@ } network6_interface_setup() { + interfaces=$* rtsol_interfaces='' case ${ipv6_gateway_enable} in [Yy][Ee][Ss]) @@ -261,7 +262,7 @@ prefixcmd_enable=NO ;; esac - for i in $ipv6_network_interfaces; do + for i in $interfaces; do rtsol_interface=yes eval prefix=\$ipv6_prefix_$i if [ -n "${prefix}" ]; then >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 Apr 17 0:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C17537B440 for ; Tue, 17 Apr 2001 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H7A2Z61075; Tue, 17 Apr 2001 00:10:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56C8D37B422 for ; Tue, 17 Apr 2001 00:07:59 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H77xi60302; Tue, 17 Apr 2001 00:07:59 -0700 (PDT) (envelope-from nobody) Message-Id: <200104170707.f3H77xi60302@freefall.freebsd.org> Date: Tue, 17 Apr 2001 00:07:59 -0700 (PDT) From: matt@braithwaite.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26636: If /etc/ttys goes empty, init(8) never rereads it Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26636 >Category: misc >Synopsis: If /etc/ttys goes empty, init(8) never rereads it >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 Apr 17 00:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Matthew Braithwaite >Release: 4.2-RELEASE >Organization: >Environment: >Description: If you empty out /etc/ttys, HUP init, and then put something back in /etc/ttys, init will never spawn anything ever again. >How-To-Repeat: >Fix: This patch was not made with an understanding of init, so it may well introduce problems. It merely points the direction to the solution of this problem. *** init.c~ Wed Aug 23 00:08:22 2000 --- init.c Mon Apr 16 23:53:36 2001 *************** *** 1341,1349 **** register int devlen; char *old_getty, *old_window, *old_type; - if (! sessions) - return (state_func_t) multi_user; - /* * mark all sessions for death, (!SE_PRESENT) * as we find or create new ones they'll be marked as keepers, --- 1341,1346 ---- >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 Apr 17 0:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A471137B43C for ; Tue, 17 Apr 2001 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H7o1u71415; Tue, 17 Apr 2001 00:50:01 -0700 (PDT) (envelope-from gnats) Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 03AE637B42C for ; Tue, 17 Apr 2001 00:43:34 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 4800 invoked by uid 1000); 17 Apr 2001 07:42:03 -0000 Message-Id: <20010417074203.4799.qmail@ringworld.nanolink.com> Date: 17 Apr 2001 07:42:03 -0000 From: Peter Pentchev Reply-To: Peter Pentchev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26637: [PATCH] fstat does not recognize FIFO's Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26637 >Category: bin >Synopsis: [PATCH] fstat does not recognize FIFO's >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 Apr 17 00:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter Pentchev >Release: FreeBSD 4.3-RC i386 >Organization: Orbitel JSCo. >Environment: System: FreeBSD ringworld.oblivion.bg 4.3-RC #50: Sun Apr 15 21:11:57 EEST >Description: /usr/bin/fstat does not recognize DTYPE_FIFO, and either ignores such fd's, or, if invoked with '-v', complains about unknown file types. >How-To-Repeat: Plain vanilla 4.3-RC /usr/bin/fstat.. [root@ringworld:v0]# fstat -v 2>&1 | awk '($7=="6" && $10=="368") {print}' unknown file type 4 for file 6 of pid 368 After applying the attached patch.. [root@ringworld:v0]# ./fstat -v 2>&1 | awk '($3=="368") && ($4=="6") {print}' root supervise 368 6 /usr 583875 prw------- 0 r >Fix: Against -current, applies with a negligible offset to -stable.. Index: src/usr.bin/fstat/fstat.c =================================================================== RCS file: /home/ncvs/src/usr.bin/fstat/fstat.c,v retrieving revision 1.26 diff -u -r1.26 fstat.c --- src/usr.bin/fstat/fstat.c 2001/02/15 22:42:44 1.26 +++ src/usr.bin/fstat/fstat.c 2001/04/17 07:23:05 @@ -365,6 +365,13 @@ file.f_flag); } #endif +#ifdef DTYPE_FIFO + else if (file.f_type == DTYPE_FIFO) { + if (checkfile == 0) + vtrans((struct vnode *)file.f_data, i, + file.f_flag); + } +#endif else { dprintf(stderr, "unknown file type %d for file %d of pid %d\n", >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 1:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF6F937B424 for ; Tue, 17 Apr 2001 01:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H8e0v83205; Tue, 17 Apr 2001 01:40:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E05237B43E for ; Tue, 17 Apr 2001 01:30:23 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H8UNs81522; Tue, 17 Apr 2001 01:30:23 -0700 (PDT) (envelope-from nobody) Message-Id: <200104170830.f3H8UNs81522@freefall.freebsd.org> Date: Tue, 17 Apr 2001 01:30:23 -0700 (PDT) From: matt@braithwaite.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26638: kern.fast_vfork sysctl doesn't do anything & maybe should? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26638 >Category: kern >Synopsis: kern.fast_vfork sysctl doesn't do anything & maybe should? >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 Apr 17 01:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Matthew Braithwaite >Release: 4.2-RELEASE >Organization: >Environment: >Description: This sysctl used to control whether vfork(2) passes the RFMEM flag to fork1 (see sys/kern/kern_fork.c:vfork). This behavior was removed in kern_fork.c:1.62, but the sysctl remains, and nothing uses the fast_vfork variable any more. I do not understand the commit message for 1.62, not being a kernel hacker, but it does not obviously say to me that this was a deliberate change. I'll expose my ignorance further by guessing that what `fast_vfork' means is `don't implement copy-on-write behavior for the process's memory during a vfork, so that the child is able to modify the memory that the parent will see when it's reawakened.' I am supported in this guess by the fact that restoring the old behavior, and turning fast_vfork off, fixes some problems I was having using vfork (directly, via syscall()) in Perl. So, my ignorant opinion is that the old behavior, removed in 1.62, should be restored, since this sysctl is handy. If it can't be restored, then it seems to me that it should be removed, or at least made readonly, to correspond with reality. >How-To-Repeat: >Fix: *** kern_fork.c~ Mon Nov 27 18:33:32 2000 --- kern_fork.c Tue Apr 17 01:27:02 2001 *************** *** 114,120 **** int error; struct proc *p2; ! error = fork1(p, RFFDG | RFPROC | RFPPWAIT | RFMEM, &p2); if (error == 0) { p->p_retval[0] = p2->p_pid; p->p_retval[1] = 0; --- 114,120 ---- int error; struct proc *p2; ! error = fork1(p, RFFDG | RFPROC | RFPPWAIT | (fast_vfork ? RFMEM : 0), &p2); if (error == 0) { p->p_retval[0] = p2->p_pid; p->p_retval[1] = 0; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 5:50:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42BC537B43C for ; Tue, 17 Apr 2001 05:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HCo3d50683; Tue, 17 Apr 2001 05:50:03 -0700 (PDT) (envelope-from gnats) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 691F537B43E for ; Tue, 17 Apr 2001 05:41:44 -0700 (PDT) (envelope-from p@i609.hadiko.de) Received: from nce2.hadiko.de (hadince2.hadiko.uni-karlsruhe.de [172.20.32.2]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 14pUne-0004US-00; Tue, 17 Apr 2001 14:41:42 +0200 Received: from i609.hadiko.de (hadii609.hadiko.uni-karlsruhe.de [172.20.44.159]) by nce2.hadiko.de (8.9.3/8.9.3) with ESMTP id OAA13295 for ; Tue, 17 Apr 2001 14:41:38 +0200 (MET DST) Received: (from p@localhost) by i609.hadiko.de (8.11.3/8.11.3) id f3HCfbd01363; Tue, 17 Apr 2001 14:41:37 +0200 (CEST) (envelope-from p) Message-Id: <200104171241.f3HCfbd01363@i609.hadiko.de> Date: Tue, 17 Apr 2001 14:41:37 +0200 (CEST) From: un1i@rz.uni-karlsruhe.de Reply-To: un1i@rz.uni-karlsruhe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/26644: [PATCH] ATA/ATAPI driver doesn't implement CDIOCREADSUBCHANNEL correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26644 >Category: kern >Synopsis: [PATCH] ATA/ATAPI driver doesn't implement CDIOCREADSUBCHANNEL 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: Tue Apr 17 05:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Philipp Mergenthaler >Release: FreeBSD 5.0-CURRENT i386 >Organization: Univeristy of Karlsruhe >Environment: System: FreeBSD i609.hadiko.de 5.0-CURRENT FreeBSD 5.0-CURRENT #368: Tue Apr 17 12:35:00 CEST 2001 p@i609.hadiko.de:/usr/obj/usr/src/sys/I609 i386 >Description: 1) The ioctl CDIOCREADSUBCHANNEL can be used to request position information, the media catalogue or track info. However, atapi-cd.c:acdioctl() always returns the position information. 2) At the same place, the function lba2msf() is used to compute the track relative address. However, this function adds an offset of 150 frames to convert from LBA (logical block address) to MSF (minute, second, frame). This is correct for absolute adresses, but not in this case. >How-To-Repeat: 1) Execute "cdcontrol -f /dev/acd0 status". Note that the media catalog number is bogus or contains control characters. 2) Execute "cdcontrol -f /dev/acd0 play 1 && cdcontrol -f /dev/acd0 status" and note that the "current position" starts at 0:02.00, not 0:00.00 as expected. >Fix: The following two patches are alternative. The first one tries to stay with the current style: copy all data from cdp->subchan to struct data and do the lba-msf conversion with lba2msf(). The second patch isn't so lengthy, it copies data directly from cdp->subchan to the userland and leaves the lba-msf conversion to the drive. I could imagine that reasons for the original style would be to isolate struct cd_sub_channel_info and struct subchan in case one of them changes, and to work around broken drives that can't do the lba-msf conversion. I'm not sure how relevant these are. The code in /sys/cam/scsi/scsi_cd.c looks more like my second patch. You'll notice that I always ask the drive for position information first. This is because the drive will return an error if the media catalog or track information is requested while an audio play operation is in progress. Therefore I only request that if the audio status is ok. Index: atapi-cd.c =================================================================== RCS file: /ncvs/src/sys/dev/ata/atapi-cd.c,v retrieving revision 1.88 diff -u -r1.88 atapi-cd.c --- atapi-cd.c 2001/04/05 11:17:33 1.88 +++ atapi-cd.c 2001/04/17 10:31:09 @@ -726,6 +726,8 @@ struct ioc_read_subchannel *args = (struct ioc_read_subchannel *)addr; struct cd_sub_channel_info data; + u_int8_t format; + int i; int len = args->data_len; int32_t abslba, rellba; int8_t ccb[16] = { ATAPI_READ_SUBCHANNEL, 0, 0x40, 1, 0, 0, 0, @@ -738,31 +740,108 @@ break; } + format=args->data_format; + if ((format != CD_CURRENT_POSITION) && + (format != CD_MEDIA_CATALOG) && (format != CD_TRACK_INFO)) { + error = EINVAL; + break; + } + if ((error = atapi_queue_cmd(cdp->atp, ccb, (caddr_t)&cdp->subchan, sizeof(cdp->subchan), ATPR_F_READ, 10, NULL, NULL))) { break; } - abslba = cdp->subchan.abslba; - rellba = cdp->subchan.rellba; - if (args->address_format == CD_MSF_FORMAT) { - lba2msf(ntohl(abslba), - &data.what.position.absaddr.msf.minute, - &data.what.position.absaddr.msf.second, - &data.what.position.absaddr.msf.frame); - lba2msf(ntohl(rellba), - &data.what.position.reladdr.msf.minute, - &data.what.position.reladdr.msf.second, - &data.what.position.reladdr.msf.frame); - } else { - data.what.position.absaddr.lba = abslba; - data.what.position.reladdr.lba = rellba; + + /* + * Ask for media catalogue or track info only if no audio play + * operation is in progress or the drive will return an error. + */ + + if ((format == CD_MEDIA_CATALOG) || (format == CD_TRACK_INFO)) { + if (cdp->subchan.header.audio_status == 0x11) { + error = EINVAL; + break; + } + + ccb[3] = format; + if (format == CD_TRACK_INFO) + ccb[6] = args->track; + + if ((error = atapi_queue_cmd(cdp->atp, ccb, + (caddr_t)&cdp->subchan, + sizeof(cdp->subchan), ATPR_F_READ, + 10, NULL, NULL))) { + break; + } + } + + data.header.audio_status = cdp->subchan.header.audio_status; + data.header.data_len[0] = cdp->subchan.header.data_length >> 8; + data.header.data_len[1] = cdp->subchan.header.data_length & 255; + + switch (format) { + case CD_CURRENT_POSITION: + { + abslba = cdp->subchan.what.position.abslba; + rellba = cdp->subchan.what.position.rellba; + if (args->address_format == CD_MSF_FORMAT) { + lba2msf(ntohl(abslba), + &data.what.position.absaddr.msf.minute, + &data.what.position.absaddr.msf.second, + &data.what.position.absaddr.msf.frame); + lba2msf(ntohl(rellba - 150), + &data.what.position.reladdr.msf.minute, + &data.what.position.reladdr.msf.second, + &data.what.position.reladdr.msf.frame); + } else { + data.what.position.absaddr.lba = abslba; + data.what.position.reladdr.lba = rellba; + } + data.what.position.data_format = + cdp->subchan.what.position.data_format; + data.what.position.control = + cdp->subchan.what.position.control & 0xf; + data.what.position.addr_type = + cdp->subchan.what.position.control >> 4; + data.what.position.track_number = + cdp->subchan.what.position.track; + data.what.position.index_number = + cdp->subchan.what.position.indx; + break; + } + + case CD_MEDIA_CATALOG: + { + data.what.media_catalog.data_format = + cdp->subchan.what.media_catalog.data_format; + data.what.media_catalog.mc_valid = + cdp->subchan.what.media_catalog.mc_valid; + for(i = 0; i < 15; i++) + data.what.media_catalog.mc_number[i] = + cdp->subchan.what.media_catalog.mc_number[i]; + break; + } + + case CD_TRACK_INFO: + { + data.what.track_info.data_format = + cdp->subchan.what.track_info.data_format; + data.what.track_info.control = + cdp->subchan.what.track_info.control & 0xf; + data.what.track_info.addr_type = + cdp->subchan.what.track_info.control >> 4; + data.what.track_info.track_number = + cdp->subchan.what.track_info.track; + data.what.track_info.ti_valid = + cdp->subchan.what.track_info.ti_valid; + for(i = 0; i < 15; i++) + data.what.track_info.ti_number[i] = + cdp->subchan.what.track_info.ti_number[i]; + break; + + } } - data.header.audio_status = cdp->subchan.audio_status; - data.what.position.control = cdp->subchan.control & 0xf; - data.what.position.addr_type = cdp->subchan.control >> 4; - data.what.position.track_number = cdp->subchan.track; - data.what.position.index_number = cdp->subchan.indx; error = copyout(&data, args->data, len); break; } Index: atapi-cd.h =================================================================== RCS file: /ncvs/src/sys/dev/ata/atapi-cd.h,v retrieving revision 1.25 diff -u -r1.25 atapi-cd.h --- atapi-cd.h 2001/03/21 14:59:38 1.25 +++ atapi-cd.h 2001/04/17 10:19:46 @@ -311,16 +311,40 @@ struct audiopage au; /* audio page info */ struct audiopage aumask; /* audio page mask */ struct cappage cap; /* capabilities page info */ - struct { /* subchannel info */ - u_int8_t void0; - u_int8_t audio_status; - u_int16_t data_length; - u_int8_t data_format; - u_int8_t control; - u_int8_t track; - u_int8_t indx; - u_int32_t abslba; - u_int32_t rellba; + struct { + struct { + u_int8_t void0; + u_int8_t audio_status; + u_int16_t data_length; + } header; + union { /* subchannel info */ + struct { + u_int8_t data_format; + u_int8_t control; + u_int8_t track; + u_int8_t indx; + u_int32_t abslba; + u_int32_t rellba; + } position; + struct { + u_int8_t data_format; + u_int8_t :8; + u_int8_t :8; + u_int8_t :8; + u_int8_t :7; + u_int8_t mc_valid:1; + u_int8_t mc_number[15]; + } media_catalog; + struct { + u_int8_t data_format; + u_int8_t control; + u_int8_t track; + u_int8_t :8; + u_int8_t :7; + u_int8_t ti_valid:1; + u_int8_t ti_number[15]; + } track_info; + } what; } subchan; struct changer *changer_info; /* changer info */ struct acd_softc **driver; /* softc's of changer slots */ Index: atapi-cd.c =================================================================== RCS file: /ncvs/src/sys/dev/ata/atapi-cd.c,v retrieving revision 1.88 diff -u -r1.88 atapi-cd.c --- atapi-cd.c 2001/04/05 11:17:33 1.88 +++ atapi-cd.c 2001/04/17 12:25:23 @@ -725,45 +725,57 @@ { struct ioc_read_subchannel *args = (struct ioc_read_subchannel *)addr; - struct cd_sub_channel_info data; + u_int8_t format; int len = args->data_len; - int32_t abslba, rellba; int8_t ccb[16] = { ATAPI_READ_SUBCHANNEL, 0, 0x40, 1, 0, 0, 0, sizeof(cdp->subchan)>>8, sizeof(cdp->subchan), 0, 0, 0, 0, 0, 0, 0 }; - if (len > sizeof(data) || + if (len > sizeof(struct cd_sub_channel_info) || len < sizeof(struct cd_sub_channel_header)) { error = EINVAL; break; } + format=args->data_format; + if ((format != CD_CURRENT_POSITION) && + (format != CD_MEDIA_CATALOG) && (format != CD_TRACK_INFO)) { + error = EINVAL; + break; + } + + ccb[1] = args->address_format & CD_MSF_FORMAT; + if ((error = atapi_queue_cmd(cdp->atp, ccb, (caddr_t)&cdp->subchan, sizeof(cdp->subchan), ATPR_F_READ, 10, NULL, NULL))) { break; } - abslba = cdp->subchan.abslba; - rellba = cdp->subchan.rellba; - if (args->address_format == CD_MSF_FORMAT) { - lba2msf(ntohl(abslba), - &data.what.position.absaddr.msf.minute, - &data.what.position.absaddr.msf.second, - &data.what.position.absaddr.msf.frame); - lba2msf(ntohl(rellba), - &data.what.position.reladdr.msf.minute, - &data.what.position.reladdr.msf.second, - &data.what.position.reladdr.msf.frame); - } else { - data.what.position.absaddr.lba = abslba; - data.what.position.reladdr.lba = rellba; + + /* + * Ask for media catalogue or track info only if no audio play + * operation is in progress or the drive will return an error. + */ + + if ((format == CD_MEDIA_CATALOG) || (format == CD_TRACK_INFO)) { + if (cdp->subchan.header.audio_status == 0x11) { + error = EINVAL; + break; + } + + ccb[3] = format; + if (format == CD_TRACK_INFO) + ccb[6] = args->track; + + if ((error = atapi_queue_cmd(cdp->atp, ccb, + (caddr_t)&cdp->subchan, + sizeof(cdp->subchan), ATPR_F_READ, + 10, NULL, NULL))) { + break; + } } - data.header.audio_status = cdp->subchan.audio_status; - data.what.position.control = cdp->subchan.control & 0xf; - data.what.position.addr_type = cdp->subchan.control >> 4; - data.what.position.track_number = cdp->subchan.track; - data.what.position.index_number = cdp->subchan.indx; - error = copyout(&data, args->data, len); + + error = copyout(&cdp->subchan, args->data, len); break; } Index: atapi-cd.h =================================================================== RCS file: /ncvs/src/sys/dev/ata/atapi-cd.h,v retrieving revision 1.25 diff -u -r1.25 atapi-cd.h --- atapi-cd.h 2001/03/21 14:59:38 1.25 +++ atapi-cd.h 2001/04/17 10:19:46 @@ -311,16 +311,40 @@ struct audiopage au; /* audio page info */ struct audiopage aumask; /* audio page mask */ struct cappage cap; /* capabilities page info */ - struct { /* subchannel info */ - u_int8_t void0; - u_int8_t audio_status; - u_int16_t data_length; - u_int8_t data_format; - u_int8_t control; - u_int8_t track; - u_int8_t indx; - u_int32_t abslba; - u_int32_t rellba; + struct { + struct { + u_int8_t void0; + u_int8_t audio_status; + u_int16_t data_length; + } header; + union { /* subchannel info */ + struct { + u_int8_t data_format; + u_int8_t control; + u_int8_t track; + u_int8_t indx; + u_int32_t abslba; + u_int32_t rellba; + } position; + struct { + u_int8_t data_format; + u_int8_t :8; + u_int8_t :8; + u_int8_t :8; + u_int8_t :7; + u_int8_t mc_valid:1; + u_int8_t mc_number[15]; + } media_catalog; + struct { + u_int8_t data_format; + u_int8_t control; + u_int8_t track; + u_int8_t :8; + u_int8_t :7; + u_int8_t ti_valid:1; + u_int8_t ti_number[15]; + } track_info; + } what; } subchan; struct changer *changer_info; /* changer info */ struct acd_softc **driver; /* softc's of changer slots */ >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 Apr 17 6:39:24 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5B6137B423; Tue, 17 Apr 2001 06:39:22 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HDdMc70604; Tue, 17 Apr 2001 06:39:22 -0700 (PDT) (envelope-from roam) Date: Tue, 17 Apr 2001 06:39:22 -0700 (PDT) From: Message-Id: <200104171339.f3HDdMc70604@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: kern/26644: [PATCH] ATA/ATAPI driver doesn't implement CDIOCREADSUBCHANNEL correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ATA/ATAPI driver doesn't implement CDIOCREADSUBCHANNEL correctly Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: roam Responsible-Changed-When: Tue Apr 17 06:38:55 PDT 2001 Responsible-Changed-Why: Over to Mr. ATA :) http://www.freebsd.org/cgi/query-pr.cgi?pr=26644 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 7:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7990137B424 for ; Tue, 17 Apr 2001 07:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HEA4j60558; Tue, 17 Apr 2001 07:10:04 -0700 (PDT) (envelope-from gnats) Received: from psychotic.aberrant.org (psychotic.aberrant.org [64.81.134.141]) by hub.freebsd.org (Postfix) with ESMTP id 6EBB037B43C for ; Tue, 17 Apr 2001 07:02:24 -0700 (PDT) (envelope-from seth@psychotic.aberrant.org) Received: (from seth@localhost) by psychotic.aberrant.org (8.9.3/8.9.3) id KAA11054; Tue, 17 Apr 2001 10:02:23 -0400 (EDT) (envelope-from seth) Message-Id: <200104171402.KAA11054@psychotic.aberrant.org> Date: Tue, 17 Apr 2001 10:02:23 -0400 (EDT) From: Seth Reply-To: seth@psychotic.aberrant.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/26646: srand() provides only 8-bit table Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26646 >Category: misc >Synopsis: srand() provides only 8-bit table >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 17 07:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Seth >Release: FreeBSD 4.0-20000710-STABLE i386 >Organization: >Environment: Confirmed on above system and on a 4.3-RC system. >Description: This is not a serious problem; in fact, it's well documented in the srand() and rand() manpages. However, the behavior on FreeBSD is not consistent with other operating systems, and ports that fail to take the differences into account will exhibit bad behavior under FreeBSD while appearing fine under other OSes (linux and solaris tested). The issue is that FreeBSD's srand() is acknowleged to be weak, but it's been strengthened in other OSes. (linux and solaris). FreeBSD's srand() provides an 8-bit-wide seed table, where srand(n) produces the same sequence of random numbers (returned by rand()) as srand(n*(256*m)). This affects at least one port -- ident2 -- which uses srand() and rand() with time() to produce a pseudorandom sequence of 6 characters to respond to an ident request. In FreeBSD, the weakness in srand() will cause ident2 to repeat the same 6-character ident string every 256 seconds, and will cause significant overlap in other cases (where the last 3-5 characters are the same as the first 3-5 characters of the last request). The same code on linux and solaris does not repeat with this frequency. Admittedly, this is not a huge problem in itself, but the consequences of having this weakness when other OSes don't may be a bit troubling. If coders code on linux, for example, and don't see that there's a problem with srand() /rand() returning predictable values, then ports (like ident2) will show acceptable behavior on linux but unacceptably bad randomness in FreeBSD. Now, it's entirely possible that some code (probably FreeBSD-specific, since other OSes "fix" srand()) relies on the weakness of srand() to operate correctly. I will leave it up to other, more experienced programmers to determine (a) if this in fact the case, and (b) whether that's a good way of coding. >How-To-Repeat: The weakness of srand() in FreeBSD can be demonstrated by the following code: (Please forgive the code quality; I'm not a programmer.) #define SEED 68 #define STR 6 main() { int i,j; char randstr[STR+1]; for (j = SEED;;j+=256) { printf ("testing seed of %d: ",j); srand(j); for (i = 0; i < STR; i++) { randstr[i] = rand(); while (randstr[i] > 'z') randstr[i] -= 26; while (randstr[i] < 'a') randstr[i] += 26; } randstr[STR] = 0; printf ("%s\n",randstr); } } >Fix: There are two possible workarounds. The first is to identify all third-party code that uses srand() and rand() and apply the necessary patches to make them use srandom() and random(). The second is to "fix" srand() and rand() by redefining them as srandom() and random(): #define rand (int)random #define srand(seed) srandom((int)(seed)) (The above two lines, when applied to the code, seem to "fix" the 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 Tue Apr 17 7:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3258937B42C for ; Tue, 17 Apr 2001 07:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HEK4f64047; Tue, 17 Apr 2001 07:20:04 -0700 (PDT) (envelope-from gnats) Date: Tue, 17 Apr 2001 07:20:04 -0700 (PDT) Message-Id: <200104171420.f3HEK4f64047@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: misc/26646: srand() provides only 8-bit table Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26646; it has been noted by GNATS. From: Peter Pentchev To: Seth Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: misc/26646: srand() provides only 8-bit table Date: Tue, 17 Apr 2001 17:15:08 +0300 On Tue, Apr 17, 2001 at 10:02:23AM -0400, Seth wrote: > > >Number: 26646 > >Category: misc > >Synopsis: srand() provides only 8-bit table > >Originator: Seth > >Release: FreeBSD 4.0-20000710-STABLE i386 > >Organization: [snip] > >Fix: > > There are two possible workarounds. The first is to identify all third-party > code that uses srand() and rand() and apply the necessary patches to > make them use srandom() and random(). The second is to "fix" srand() > and rand() by redefining them as srandom() and random(): There was a recent discussion on -arch, which seemed to suggest that the first workaround would be the better one. There seem to be people running programs that depend on the exact algorithm rand() uses - don't as me why.. and.. hm.. I don't seem to remember any other reasons for not strengthening s/rand() that popped up then.. G'luck, Peter -- I am jealous of the first word in this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 7:22: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28E7C37B422; Tue, 17 Apr 2001 07:22:02 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HEM2q64323; Tue, 17 Apr 2001 07:22:02 -0700 (PDT) (envelope-from ache) Date: Tue, 17 Apr 2001 07:22:02 -0700 (PDT) From: Message-Id: <200104171422.f3HEM2q64323@freefall.freebsd.org> To: seth@psychotic.aberrant.org, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26646: srand() provides only 8-bit table Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: srand() provides only 8-bit table State-Changed-From-To: open->analyzed State-Changed-By: ache State-Changed-When: Tue Apr 17 07:21:04 PDT 2001 State-Changed-Why: Already fixed in -current http://www.freebsd.org/cgi/query-pr.cgi?pr=26646 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 8: 0:22 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E957F37B620 for ; Tue, 17 Apr 2001 08:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HF0CW68702; Tue, 17 Apr 2001 08:00:12 -0700 (PDT) (envelope-from gnats) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 88E9737B423 for ; Tue, 17 Apr 2001 07:50:49 -0700 (PDT) (envelope-from p@i609.hadiko.de) Received: from nce2.hadiko.de (hadince2.hadiko.uni-karlsruhe.de [172.20.32.2]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.16 #1) id 14pWoa-0004Ym-00; Tue, 17 Apr 2001 16:50:48 +0200 Received: from i609.hadiko.de (hadii609.hadiko.uni-karlsruhe.de [172.20.44.159]) by nce2.hadiko.de (8.9.3/8.9.3) with ESMTP id QAA15678 for ; Tue, 17 Apr 2001 16:50:47 +0200 (MET DST) Received: (from p@localhost) by i609.hadiko.de (8.11.3/8.11.3) id f3HEokp00881; Tue, 17 Apr 2001 16:50:46 +0200 (CEST) (envelope-from p) Message-Id: <200104171450.f3HEokp00881@i609.hadiko.de> Date: Tue, 17 Apr 2001 16:50:46 +0200 (CEST) From: un1i@rz.uni-karlsruhe.de Reply-To: un1i@rz.uni-karlsruhe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/26647: [PATCH] ATA/ATAPI driver should check for too high track numbers for CDIOCPLAYTRACKS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26647 >Category: kern >Synopsis: [PATCH] ATA/ATAPI driver should check for too high track numbers for CDIOCPLAYTRACKS >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 Apr 17 08:00:12 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Philipp Mergenthaler >Release: FreeBSD 5.0-CURRENT i386 >Organization: University of Karlsruhe >Environment: System: FreeBSD i609.hadiko.de 5.0-CURRENT FreeBSD 5.0-CURRENT #372: Tue Apr 17 16:15:35 CEST 2001 p@i609.hadiko.de:/usr/obj/usr/src/sys/I609 i386 >Description: Cosmetic - acdioctl() doesn't check whether the starting track for CDIOCPLAYTRACKS is too high. This can result in a console message with the drive's error message. >How-To-Repeat: (for an audio cd with 20 tracks:) ~%cdcontrol play 21 acd0: PLAY_MSF - ILLEGAL REQUEST asc=0x21 ascq=0x00 error=0x00 >Fix: Index: atapi-cd.c =================================================================== RCS file: /ncvs/src/sys/dev/ata/atapi-cd.c,v retrieving revision 1.88 diff -u -r1.88 atapi-cd.c --- atapi-cd.c 2001/04/05 11:17:33 1.88 +++ atapi-cd.c 2001/04/17 14:00:05 @@ -801,7 +801,8 @@ args->end_track = cdp->toc.hdr.ending_track + 1; t1 = args->start_track - cdp->toc.hdr.starting_track; t2 = args->end_track - cdp->toc.hdr.starting_track; - if (t1 < 0 || t2 < 0) { + if (t1 < 0 || t2 < 0 || t1 > (cdp->toc.hdr.ending_track - + cdp->toc.hdr.starting_track)) { error = EINVAL; break; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 8:20: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CBFC37B42C for ; Tue, 17 Apr 2001 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HFK2V73445; Tue, 17 Apr 2001 08:20:02 -0700 (PDT) (envelope-from gnats) Received: from mgate05.so-net.ne.jp (mgate05.so-net.ne.jp [210.139.254.152]) by hub.freebsd.org (Postfix) with ESMTP id EA05B37B422 for ; Tue, 17 Apr 2001 08:13:28 -0700 (PDT) (envelope-from ipfw@ya3.so-net.ne.jp) Received: from mail.ya3.so-net.ne.jp (mspool11.so-net.ne.jp [210.139.248.11]) by mgate05.so-net.ne.jp (8.8.8+3.0Wbeta9/3.6W01041612) with ESMTP id AAA05660 for ; Wed, 18 Apr 2001 00:13:27 +0900 (JST) Received: from localhost (pd5fbf8.kngwnt01.ap.so-net.ne.jp [202.213.251.248]) by mail.ya3.so-net.ne.jp (8.9.3/3.7W01022316) with ESMTP id AAA17424 for ; Wed, 18 Apr 2001 00:13:26 +0900 (JST) Message-Id: <20010418002208X.koya@pluto.math.yokohama-cu.ac.jp> Date: Wed, 18 Apr 2001 00:22:08 +0900 From: Yoshihiro Koya Reply-To: "Yoshihiro.Koya" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/26648: Typo in /var/yp/Makefile.dist Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26648 >Category: misc >Synopsis: Typo in /var/yp/Makefile.dist >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 Apr 17 08:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Koya >Release: FreeBSD 4.3-RC i386 >Organization: Dept. of Math. Sci., Yokohama City Univ. >Environment: System: FreeBSD presario.my.domain 4.3-RC FreeBSD 4.3-RC #0: Sun Apr 15 20:51:53 JST 2001 root@presario.my.domain:/usr/obj/usr/src/sys/presario i386 >Description: the path of the mail alias file in /var/yp/Makefile.dist seems to be wrong. >How-To-Repeat: # cd /var/yp # make mail.aliases >Fix: Fix src/usr.sbin/ypserv/Makefile.yp as follows --- Makefile.yp.orig Wed Apr 18 00:16:56 2001 +++ Makefile.yp Wed Apr 18 00:17:21 2001 @@ -105,7 +105,7 @@ RPC = $(YPSRCDIR)/rpc SERVICES = $(YPSRCDIR)/services GROUP = $(YPSRCDIR)/group -ALIASES = $(YPSRCDIR)/aliases +ALIASES = $(YPSRCDIR)/mail/aliases NETGROUP = $(YPDIR)/netgroup PASSWD = $(YPDIR)/passwd .if !defined(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 Tue Apr 17 9:30:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69CB537B443 for ; Tue, 17 Apr 2001 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HGU1j86003; Tue, 17 Apr 2001 09:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBBCB37B440 for ; Tue, 17 Apr 2001 09:20:57 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HGKvq85183; Tue, 17 Apr 2001 09:20:57 -0700 (PDT) (envelope-from nobody) Message-Id: <200104171620.f3HGKvq85183@freefall.freebsd.org> Date: Tue, 17 Apr 2001 09:20:57 -0700 (PDT) From: bbauman@wgate.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26649: diskless client can't share root with server Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26649 >Category: misc >Synopsis: diskless client can't share root with server >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 Apr 17 09:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Bruce Bauman >Release: 4.3-RC >Organization: WorldGate Communications >Environment: >Description: The rc.diskless2 script creates a /dev on the client by doing a mount_mfs followed by a cpio of the server's /dev. This won't work because /dev/zero can't be copied to the client's /dev since it provides an infinite supply of data. Other devices have similar problems. >How-To-Repeat: Share the root filesystem between the boot server and client in a diskless configuration. No workee. >Fix: Rather than using cpio, we copy MAKEDEV to /tmp, then mount_mfs, then MAKEDEV the appropriate device nodes in the client's /dev. Works like a charm and allows you reduce the clutter in the diskless client's /dev. DEVFS would have been a possible solution for us, but we use dhclient on the diskless clients. dhclient relies on bpf, and bpf won't work with DEVFS, so although it is a more elegant solution, it wouldn't work for us. >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 Apr 17 9:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A425237B43E for ; Tue, 17 Apr 2001 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HGo1D88192; Tue, 17 Apr 2001 09:50:01 -0700 (PDT) (envelope-from gnats) Received: from geveor.cuivre.fr.eu.org (src14.lip6.fr [132.227.64.213]) by hub.freebsd.org (Postfix) with ESMTP id 5DDFE37B424 for ; Tue, 17 Apr 2001 09:40:28 -0700 (PDT) (envelope-from quinot@cuivre.fr.eu.org) Received: by geveor.cuivre.fr.eu.org (Postfix, from userid 11117) id B8FF6D5B3; Tue, 17 Apr 2001 18:39:46 +0200 (CEST) Message-Id: <20010417163946.B8FF6D5B3@geveor.cuivre.fr.eu.org> Date: Tue, 17 Apr 2001 18:39:46 +0200 (CEST) From: quinot@cuivre.fr.eu.org Reply-To: quinot@cuivre.fr.eu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26650: sftp-client missing. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26650 >Category: bin >Synopsis: sftp-client missing. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 17 09:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD geveor.cuivre.fr.eu.org 4.3-RC FreeBSD 4.3-RC #0: Tue Apr 3 18:49:15 CEST 2001 root@geveor.cuivre.fr.eu.org:/usr/obj/usr/src/sys/PORTAB i386 >Description: We currently install sftp-server from the OpenSSH distribution. It would be nice to have an sftp-client as well. >How-To-Repeat: >Fix: * Import OpenSSH sftp-client source; * Have sftp-client built and installed. >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 Apr 17 14: 0: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F7E437B43E for ; Tue, 17 Apr 2001 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HL02341510; Tue, 17 Apr 2001 14:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9276D37B43C for ; Tue, 17 Apr 2001 13:59:19 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HKxJC41414; Tue, 17 Apr 2001 13:59:19 -0700 (PDT) (envelope-from nobody) Message-Id: <200104172059.f3HKxJC41414@freefall.freebsd.org> Date: Tue, 17 Apr 2001 13:59:19 -0700 (PDT) From: Sean@ctinet.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26653: RTL8012 ethernet not listed in LINT or handbook Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26653 >Category: misc >Synopsis: RTL8012 ethernet not listed in LINT or handbook >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: Tue Apr 17 14:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Tash >Release: FreeBSD 4.2 Release >Organization: N/A >Environment: FreeBSD netgate.cfl.rr.com 4.2-RELEASE FreeBSD 4.2-RELEASE #5: Sat Mar 31 19:58: 41 GMT 2001 stash@netgate.cfl.rr.com:/usr/src/sys/compile/NETGATE i386 >Description: the rdp driver listed in LINT does not have any reference to the RTL8012 chipset which it supports, it only lists the older RTL8002 chipset. the handbook does not have any references to the rdp driver and the ethernet devices it supports. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 15:33:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 122C037B424; Tue, 17 Apr 2001 15:33:27 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HMXRJ57210; Tue, 17 Apr 2001 15:33:27 -0700 (PDT) (envelope-from knu) Date: Tue, 17 Apr 2001 15:33:27 -0700 (PDT) From: Message-Id: <200104172233.f3HMXRJ57210@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-bugs@FreeBSD.org, deischen@FreeBSD.org Subject: Re: bin/25110: pthread signal handler fails after forking Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pthread signal handler fails after forking Responsible-Changed-From-To: freebsd-bugs->deischen Responsible-Changed-By: knu Responsible-Changed-When: Wed Apr 18 07:32:22 JST 2001 Responsible-Changed-Why: He maintains libc_r and has a fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=25110 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 16: 9:39 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 81E7137B422; Tue, 17 Apr 2001 16:09:37 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id TAA24898; Tue, 17 Apr 2001 19:09:01 -0400 (EDT) Date: Tue, 17 Apr 2001 19:09:00 -0400 (EDT) From: Daniel Eischen To: knu@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/25110: pthread signal handler fails after forking In-Reply-To: <200104172233.f3HMXRJ57210@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does this status change mean that my patch has been tested and works? I'll commit it if it does... -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 17:58:55 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5EF437B423; Tue, 17 Apr 2001 17:58:53 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I0wrZ73164; Tue, 17 Apr 2001 17:58:53 -0700 (PDT) (envelope-from iedowse) Date: Tue, 17 Apr 2001 17:58:53 -0700 (PDT) From: Message-Id: <200104180058.f3I0wrZ73164@freefall.freebsd.org> To: quinot@inf.enst.fr, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org, iedowse@FreeBSD.org Subject: Re: bin/26148: mountd: can't change attributes for /usr Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mountd: can't change attributes for /usr State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Tue Apr 17 17:54:37 PDT 2001 State-Changed-Why: A change based on your patch was included in revision 1.45 of mountd.c. Has this fixed the problem? Responsible-Changed-From-To: freebsd-bugs->iedowse Responsible-Changed-By: iedowse Responsible-Changed-When: Tue Apr 17 17:54:37 PDT 2001 Responsible-Changed-Why: I'll take this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=26148 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 18:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC35A37B423 for ; Tue, 17 Apr 2001 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I1A1n76221; Tue, 17 Apr 2001 18:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCB9137B424 for ; Tue, 17 Apr 2001 18:00:45 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I10jQ73299; Tue, 17 Apr 2001 18:00:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200104180100.f3I10jQ73299@freefall.freebsd.org> Date: Tue, 17 Apr 2001 18:00:45 -0700 (PDT) From: joy@gkvk.hr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26658: update to src/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26658 >Category: misc >Synopsis: update to src/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici >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: Tue Apr 17 18:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Josip Rodin >Release: >Organization: >Environment: >Description: The file src/usr.bin/calendar/calendars/hr_HR.ISO_8859-2/calendar.praznici appears to contain incomplete/wrong data about holidays in Croatia. Here's a patch. >How-To-Repeat: >Fix: --- calendar.praznici~ Wed Apr 18 02:54:45 2001 +++ calendar.praznici Wed Apr 18 02:58:14 2001 @@ -9,18 +9,23 @@ LANG=hr_HR.ISO_8859-2 -/* slobodni dr¾avni praznici */ +/* dr¾avni praznici */ Jan 01 Nova godina -May 01 Prvi maj - +May 01 Praznik rada +May 30 Dan dr¾avnosti +Jun 22 Dan antifa¹istièke borbe +Aug 05 Dan domovinske zahvalnosti /* slobodni kr¹æanski praznici */ +Jan 06 Sveta tri kralja Easter-2 Veliki petak Easter Uskrs Easter+1 Uskrsni ponedjeljak Easter+49 Duhovi Easter+50 Duhovni ponedjeljak Easter+39 Uza¹a¹æe +Aug 15 Velika Gospa +Nov 01 Svi sveti Dec 25 Bo¾iæ Dec 26 Stjepandan >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 Apr 17 18:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3400937B43C for ; Tue, 17 Apr 2001 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I1A2276230; Tue, 17 Apr 2001 18:10:02 -0700 (PDT) (envelope-from gnats) Received: from nisser.com (c0039.upc-c.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 046DF37B422 for ; Tue, 17 Apr 2001 18:03:31 -0700 (PDT) (envelope-from roelof@nisser.com) Received: (from roelof@localhost) by nisser.com (8.9.3/8.9.2) id DAA32869; Wed, 18 Apr 2001 03:03:29 +0200 (CEST) (envelope-from roelof) Message-Id: <200104180103.DAA32869@nisser.com> Date: Wed, 18 Apr 2001 03:03:29 +0200 (CEST) From: roelof@nisser.com Reply-To: roelof@nisser.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/26659: FreeBSD Security Advisory FreeBSD-SA-01:33.ftpd-glob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26659 >Category: kern >Synopsis: `GLOB_LIMIT' undeclared >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 Apr 17 18:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Roelof Osinga >Release: FreeBSD 3.4-STABLE i386 >Organization: eBOA/Nisser >Environment: FreeBSD nisser.com 3.4-STABLE FreeBSD 3.4-STABLE #16: Sun Feb 13 14:51:41 CET 2000 toor@nisser.com:/usr/src/sys/compile/FORSETI i386 >Description: ... /usr/src/lib/libc/../libc/gen/glob.c: In function `globextend': /usr/src/lib/libc/../libc/gen/glob.c:689: `GLOB_LIMIT' undeclared (first use this function) *** Error code 1 >How-To-Repeat: repeat steps as in advisory on like environment >Fix: define GLOB_LIMIT? Just a guess, mind >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 Apr 17 19:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 266C237B42C for ; Tue, 17 Apr 2001 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I2o1X84549; Tue, 17 Apr 2001 19:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DAE437B422 for ; Tue, 17 Apr 2001 19:41:45 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I2fjp83998; Tue, 17 Apr 2001 19:41:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200104180241.f3I2fjp83998@freefall.freebsd.org> Date: Tue, 17 Apr 2001 19:41:45 -0700 (PDT) From: david@wmol.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26662: syslogd crashing if kill'd with -9 or already running Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26662 >Category: misc >Synopsis: syslogd crashing if kill'd with -9 or already running >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 Apr 17 19:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Hill >Release: FreeBSD 4.3-RC >Organization: >Environment: FreeBSD beast.hill.hom 4.3-RC FreeBSD 4.3-RC #1: Thu Mar 29 23:30:04 EST 2001 ocipio@beast.hill.hom:/usr/src/sys/compile/BEAST i386 >Description: 1.) If a syslogd process is already running when you try to start another, the second exits without a friendly message (root@beast /etc/defaults) /usr/sbin/syslogd -s (root@beast /etc/defaults) /usr/sbin/syslogd -s syslogd: child pid 35283 exited with return code 1 2.) killall -9 syslogd. The next time you start syslogd, it exits with a return code of 1. (root@beast /etc) /usr/sbin/syslogd -s (root@beast /etc) killall -9 syslogd (root@beast /etc) /usr/sbin/syslogd -s syslogd: child pid 35273 exited with return code 1 (root@beast /etc) /usr/sbin/syslogd -s (root@beast /etc) >How-To-Repeat: see description >Fix: If syslogd is already running, print a friendly error message saying that it is. As with the `kill -9` bug, I am not sure why it exits the next time you start it. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 21:20:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7220137B43C for ; Tue, 17 Apr 2001 21:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I4K6Q95743; Tue, 17 Apr 2001 21:20:06 -0700 (PDT) (envelope-from gnats) Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id EE4FC37B423 for ; Tue, 17 Apr 2001 21:17:46 -0700 (PDT) (envelope-from alex@kapran.bitmcnit.bryansk.su) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f3I4GTC26997 for ; Wed, 18 Apr 2001 08:16:29 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id IAA17352 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Apr 2001 08:14:00 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.3/8.11.3) id f3I4Cjo01030; Wed, 18 Apr 2001 08:12:45 +0400 (MSD) (envelope-from alex) Message-Id: <200104180412.f3I4Cjo01030@kapran.bitmcnit.bryansk.su> Date: Wed, 18 Apr 2001 08:12:45 +0400 (MSD) From: Alex Kapranoff Reply-To: alex@kapran.bitmcnit.bryansk.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/26663: [patch] ru_RU.KOI8-R message catalog for ee(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26663 >Category: bin >Synopsis: [patch] ru_RU.KOI8-R message catalog for ee(1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 17 21:20:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: Inner Mongolia >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Fri Apr 13 18:26:38 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN i386 >Description: >How-To-Repeat: >Fix: Note: closing quote on the 8th line in the catalog is intentionally not aligned with several prior lines. And thanks to Olexander for Ukrainian translation which was a good base to start. diff -ruN /usr/src/usr.bin/ee/Makefile ./Makefile --- /usr/src/usr.bin/ee/Makefile Thu Mar 29 17:40:02 2001 +++ ./Makefile Tue Apr 17 21:42:27 2001 @@ -11,7 +11,7 @@ LDADD= -lncurses LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 de_DE.ISO_8859-1 pl_PL.ISO_8859-2 \ - uk_UA.KOI8-U + uk_UA.KOI8-U ru_RU.KOI8-R FILES= ${LANGS:S/$/.ee.cat/} CLEANFILES+= ${FILES} diff -ruN /usr/src/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg ./nls/ru_RU.KOI8-R/ee.msg --- /usr/src/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg Thu Jan 1 03:00:00 1970 +++ ./nls/ru_RU.KOI8-R/ee.msg Tue Apr 17 22:20:23 2001 @@ -0,0 +1,187 @@ +$ This file contains the messages for ee ("easy editor"). See the file +$ ee.i18n.guide for more information +$ +$ Based on uk_UA.KOI8-U translation by Olexander Kunytsa +$ +$ For ee patchlevel 3 +$ +$ $FreeBSD$ +$ +$ +$set 1 +$quote " +1 "íÅÎÀ ÐÁÒÁÍÅÔÒÏ×" +2 "ÔÁÂÕÌÑÃÉÑ ÐÒÏÂÅÌÁÍÉ " +3 "ÐÏÉÓË Ó ÕÞ£ÔÏÍ ÒÅÇÉÓÔÒÁ " +4 "Á×ÔÏ-ÐÅÒÅ×ÏÄ ÓÔÒÏËÉ " +5 "Á×ÔÏ-ÆÏÒÍÁÔ ÁÂÚÁÃÁ " +6 "8-ÂÉÔÎÙÅ ÓÉÍ×ÏÌÙ " +7 "ÏËÎÏ ÐÏÄÓËÁÚËÉ " +8 "ÛÉÒÉÎÁ ÔÅËÓÔÁ " +9 "æÁÊÌ ÉÚÍÅΣÎ!" +10 "ÓÏÈÒÁÎÉÔØ É ×ÙÊÔÉ" +11 "ÎÅ ÓÏÈÒÁÎÑÔØ" +12 "íÅÎÀ ÆÁÊÌÏ×ÙÈ ÏÐÅÒÁÃÉÊ" +13 "ÐÒÏÞÅÓÔØ ÆÁÊÌ" +14 "ÚÁÐÉÓÁÔØ × ÆÁÊÌ" +15 "ÓÏÈÒÁÎÉÔØ ÆÁÊÌ" +16 "ÒÁÓÐÅÞÁÔÁÔØ" +17 "íÅÎÀ ÐÏÉÓËÁ" +18 "ÞÔÏ ÉÓËÁÔØ..." +19 "ÐÏ×ÔÏÒÉÔØ ÐÏÉÓË" +20 "íÅÎÀ ÐÒÏ×ÅÒËÉ ÐÒÁ×ÏÐÉÓÁÎÉÑ" +21 "ÚÁÐÕÓÔÉÔØ 'spell'" +22 "ÚÁÐÕÓÔÉÔØ 'ispell'" +23 "äÏÐÏÌÎÉÔÅÌØÎÙÅ ÏÐÅÒÁÃÉÉ" +24 "ÆÏÒÍÁÔÉÒÏ×ÁÔØ ÁÂÚÁÃ" +25 "ËÏÍÁÎÄÁ ÏÂÏÌÏÞËÉ" +26 "ÐÒÏ×ÅÒÉÔØ ÐÒÁ×ÏÐÉÓÁÎÉÅ" +27 "çÌÁ×ÎÏÅ ÍÅÎÀ" +28 "×ÙÊÔÉ ÉÚ ÒÅÄÁËÔÏÒÁ" +29 "ÐÏÄÓËÁÚËÁ" +30 "ÏÐÅÒÁÃÉÉ Ó ÆÁÊÌÁÍÉ" +31 "ÏÂÎÏ×ÉÔØ ÜËÒÁÎ" +32 "ÐÁÒÁÍÅÔÒÙ" +33 "ÐÏÉÓË" +34 "ÒÁÚÎÏÅ" +35 "ëÌÁ×ÉÛÉ ÕÐÒÁ×ÌÅÎÉÑ: " +36 "^a ascii-ËÏÄ ^i ÔÁÂÕÌÑÃÉÑ ^r ×ÐÒÁ×Ï " +37 "^b × ÓÁÍÙÊ ÎÉÚ ^j ÎÏ×ÁÑ ÓÔÒÏËÁ ^t × ÓÁÍÙÊ ×ÅÒÈ " +38 "^c ËÏÍÁÎÄÁ ^k ÕÄÁÌÉÔØ ÓÉÍ×ÏÌ ^u ××ÅÒÈ " +39 "^d ×ÎÉÚ ^l ×ÌÅ×Ï ^v ×ÅÒÎÕÔØ ÓÌÏ×Ï " +40 "^e ÐÏÉÓË... ^m ÎÏ×ÁÑ ÓÔÒÏËÁ ^w ÕÄÁÌÉÔØ ÓÌÏ×Ï " +41 "^f ×ÅÒÎÕÔØ ÓÉÍ×ÏÌ ^n ÓÌÅÄÕÀÝÁÑ ÓÔÒÁÎÉÃÁ ^x ÐÏ×ÔÏÒ ÐÏÉÓËÁ " +42 "^g × ÎÁÞÁÌÏ ÓÔÒÏËÉ ^o × ËÏÎÅà ÓÔÒÏËÉ ^y ÕÄÁÌÉÔØ ÓÔÒÏËÕ " +43 "^h ÚÁÂÏÊ ^p ÐÒÅÄÙÄÕÝÁÑ ÓÔÒÁÎÉÃÁ ^z ×ÅÒÎÕÔØ ÓÔÒÏËÕ " +44 "^[ (Esc) ×ÙÚÏ× ÍÅÎÀ Esc-Enter: ×ÙÊÔÉ ÉÚ ÒÅÄÁËÔÏÒÁ " +45 " " +46 "ëÏÍÁÎÄÙ: " +47 "help : ÜÔÁ ÐÏÄÓËÁÚËÁ file : ÐÏËÁÚÁÔØ ÉÍÑ ÆÁÊÌÁ " +48 "read : ÐÒÏÞÅÓÔØ ÆÁÊÌ char : ascii-ËÏÄ ÓÉÍ×ÏÌÁ " +49 "write : ÚÁÐÉÓÁÔØ × ÆÁÊÌ case : ÐÏÉÓË Ó ÕÞ£ÔÏÍ ÒÅÇÉÓÔÒÁ " +50 "exit : ×ÙÊÔÉ Ó ÓÏÈÒÁÎÅÎÉÅÍ nocase : ÐÏÉÓË ÂÅÚ ÕÞ£ÔÁ ÒÅÇÉÓÔÒÁ " +51 "quit : ×ÙÊÔÉ ÂÅÚ ÓÏÈÒÁÎÅÎÉÑ !ËÏÍÁÎÄÁ: ×ÙÚ×ÁÔØ ËÏÍÁÎÄÕ ÏÂÏÌÏÞËÉ " +52 "line : ÐÏËÁÚÁÔØ ÎÏÍÅÒ ÓÔÒÏËÉ 0-9 : ÐÅÒÅÊÔÉ Ë ÓÔÒÏËÅ N " +53 "expand : ÚÁÍÅÎÑÔØ ÔÁÂÕÌÑÃÉÀ ÐÒÏÂÅÌÁÍÉ noexpand: ÎÅ ÚÁÍÅÎÑÔØ ÔÁÂÕÌÑÃÉÀ " +54 " " +55 " ee [+#] [-i] [-e] [-h] [ÆÁÊÌÙ(Ù)] " +56 "+# :Ë ÓÔÒÏËÅ N -i :ÂÅÚ ÉÎÆÏ-ÏËÎÁ -e :ÎÅ ÚÁÍÅÎÑÔØ ÔÁÂÙ -h :ÂÅÚ ×ÙÄÅÌÅÎÉÑ ÒÁÍÏË " +57 "^[ (Esc) ÍÅÎÀ ^e ÐÏÉÓË ^y ÕÄÁÌÉÔØ ÓÔÒÏËÕ ^u ××ÅÒÈ ^p ÐÒÅÄ. ÓÔÒ. " +58 "^a ascii-ËÏÄ ^x ÐÏ×ÔÏÒ ÐÏÉÓËÁ ^z ×ÅÒÎÕÔØ ÓÔÒÏËÕ ^d ×ÎÉÚ ^n ÓÌÅÄ. ÓÔÒ. " +59 "^b × ÓÁÍÙÊ ÎÉÚ ^g × ÎÁÞÁÌÏ ÓÔÒÏËÉ ^w ÕÄÁÌÉÔØ ÓÌÏ×Ï ^l ×ÌÅ×Ï " +60 "^t × ÓÁÍÙÊ ×ÅÒÈ ^o × ËÏÎÅà ÓÔÒÏËÉ ^v ×ÅÒÎÕÔØ ÓÌÏ×Ï ^r ×ÐÒÁ×Ï " +61 "^c ËÏÍÁÎÄÁ ^k ÕÄÁÌÉÔØ ÓÉÍ×ÏÌ ^f ×ÅÒÎÕÔØ ÓÉÍ×ÏÌ Esc-Enter ×ÙÈÏÄ ÉÚ 'ee'" +62 "help : ÐÏÄÓËÁÚËÁ |file : ÐÏËÁÚÁÔØ ÉÍÑ ÆÁÊÌÁ |line: ÎÏÍÅÒ ÓÔÒÏËÉ " +63 "read : ÐÒÏÞÅÓÔØ ÆÁÊÌ |char : ascii-ËÏÄ ÓÉÍ×ÏÌÁ |0-9 : ÐÅÒÅÊÔÉ Ë ÓÔÒÏËÅ " +64 "write: ÚÁÐÉÓÁÔØ ÆÁÊÌ |case : ÐÏÉÓË Ó ÕÞ£ÔÏÍ ÒÅÇÉÓÔÒÁ |exit: ÓÏÈÒÁÎÉÔØ É ×ÙÊÔÉ" +65 "!ËÍÄ : ×ÙÐÏÌÎÉÔØ ËÍÄ. |nocase:ÐÏÉÓË ÂÅÚ ÕÞ£ÔÁ ÒÅÇÉÓÔÒÁ |quit: ÏÔÍÅÎÉÔØ É ×ÙÊÔÉ" +66 "expand: ÚÁÍÅÎÑÔØ ÔÁÂÙ |noexpand: ÎÅ ÚÁÍÅÎÑÔØ ÔÁÂÙ ÐÒÏÂÅÌÁÍÉ " +67 " ÎÁÖÍÉÔÅ Esc (^[) ÄÌÑ ×ÙÚÏ×Á ÍÅÎÀ" +68 "ÆÁÊÌ ÎÅ ÕËÁÚÁÎ" +69 "ascii-ËÏÄ: " +70 "ÐÅÒÅÄÁÀ ÓÏÄÅÒÖÉÍÏÅ ÂÕÆÅÒÁ × \"%s\" " +71 "ËÏÍÁÎÄÁ: " +72 "ÚÁÐÉÓÁÔØ × ÆÁÊÌ: " +73 "ÐÒÏÞÅÓÔØ ÆÁÊÌ: " +74 "ascii-ËÏÄ ÓÉÍ×ÏÌÁ = %d" +75 "ÎÅ×ÅÒÎÁÑ ËÏÍÁÎÄÁ \"%s\"" +76 "ÎÅÏÄÎÏÚÎÁÞÎÏÅ ÓÏËÒÁÝÅÎÉÅ ËÏÍÁÎÄÙ" +77 "ÓÔÒÏËÁ %d " +78 "ÄÌÉÎÁ = %d ÓÉÍ×." +79 "ÔÅËÕÝÉÊ ÆÁÊÌ: \"%s\" " +80 "ÉÓÐÏÌØÚÏ×ÁÎÉÅ: %s [-i] [-e] [-h] [+ÎÏÍÅÒ_ÓÔÒÏËÉ] [ÆÁÊÌ(Ù)]\n" +81 " -i ÏÔËÌÀÞÉÔØ ÏËÎÏ ÐÏÄÓËÁÚËÉ\n" +82 " -e ÎÅ ÚÁÍÅÎÑÔØ ÔÁÂÕÌÑÃÉÀ ÐÒÏÂÅÌÁÍÉ\n" +83 " -h ÎÅ ×ÙÄÅÌÑÔØ ÒÁÍËÉ\n" +84 "\"%s\" Ñ×ÌÑÅÔÓÑ ËÁÔÁÌÏÇÏÍ" +85 "ÎÏ×ÙÊ ÆÁÊÌ \"%s\"" +86 "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ \"%s\"" +87 "ÆÁÊÌ \"%s\", %d ÓÔÒÏË" +88 "ÆÁÊÌ \"%s\" ÐÒÏÞÉÔÁÎ" +89 "ÞÉÔÁÅÍ ÆÁÊÌ \"%s\"" +90 ", ÔÏÌØËÏ ÄÌÑ ÞÔÅÎÉÑ" +91 "ÆÁÊÌ \"%s\", %d ÓÔÒÏË" +92 "××ÅÄÉÔÅ ÉÍÑ ÆÁÊÌÁ: " +93 "ÉÍÑ ÆÁÊÌÁ ÎÅ ÚÁÄÁÎÏ: ÆÁÊÌ ÎÅ ÓÏÈÒÁΣÎ" +94 "÷Ù Õ×ÅÒÅÎÙ, ÞÔÏ ÈÏÔÉÔÅ ÏÔÍÅÎÉÔØ Ó×ÏÉ ÉÚÍÅÎÅÎÉÑ? (y/n [n]) " +95 "y" +96 "ÆÁÊÌ ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ, ÐÅÒÅÐÉÓÁÔØ ÐÏ×ÅÒÈ? (y/n) [n] " +97 "ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ ÆÁÊÌ \"%s\"" +98 "ÚÁÐÉÓÙ×ÁÀ ÆÁÊÌ \"%s\"" +99 "\"%s\" %d ÓÔÒÏË, %d ÓÉÍ×ÏÌÏ×" +100 " ...ÉÄ£Ô ÐÏÉÓË" +101 "ÐÏÄÓÔÒÏËÁ \"%s\" ÎÅ ÎÁÊÄÅÎÁ" +102 "ÞÔÏ ÉÓËÁÔØ: " +103 "ÎÅ ÍÏÇÕ ÚÁÐÕÓÔÉÔØ %s" +104 "ÄÌÑ ÐÒÏÄÏÌÖÅÎÉÑ ÎÁÖÍÉÔÅ Enter" +105 "ÄÌÑ ÏÔÍÅÎÙ ÎÁÖÍÉÔÅ Esc" +106 "ÓÌÉÛËÏÍ ÂÏÌØÛÏÅ ÍÅÎÀ - ÎÅ ÐÏÍÅÝÁÅÔÓÑ × ÜËÒÁÎ" +107 "ÄÌÑ ÐÒÏÄÏÌÖÅÎÉÑ ÎÁÖÍÉÔÅ ÌÀÂÕÀ ËÌÁ×ÉÛÕ" +108 "ËÏÍÁÎÄÁ ÏÂÏÌÏÞËÉ: " +109 "...ÆÏÒÍÁÔÉÒÕÀ ÁÂÚÁÃ..." +110 "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 Apr 17 21:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F86637B424 for ; Tue, 17 Apr 2001 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I4U1e96186; Tue, 17 Apr 2001 21:30:01 -0700 (PDT) (envelope-from gnats) Received: from wombat.eilio.com (wombat.eilio.com [207.202.235.154]) by hub.freebsd.org (Postfix) with ESMTP id 964F337B422 for ; Tue, 17 Apr 2001 21:22:53 -0700 (PDT) (envelope-from philip@wombat.eilio.com) Received: (from philip@localhost) by wombat.eilio.com (8.11.2/8.11.2) id f3I4MqH25155; Tue, 17 Apr 2001 21:22:52 -0700 (PDT) (envelope-from philip) Message-Id: <200104180422.f3I4MqH25155@wombat.eilio.com> Date: Tue, 17 Apr 2001 21:22:52 -0700 (PDT) From: philip@eilio.com Reply-To: philip@eilio.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/26664: pkg_version -v trims package names that are over 31 characters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26664 >Category: bin >Synopsis: pkg_version -v trims package names that are over 31 characters >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 Apr 17 21:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Philip Hallstrom >Release: FreeBSD 4.2-20010214-STABLE i386 >Organization: >Environment: Nothing special except the Release mentioned above. >Description: Ports with long names get trimmed in the output of "pkg_version -v" if the port name is over 31 characters in length. For example the port "linux-netscape-navigator-4.76" gets trimmed to "linux-netscape-navigator-4" >How-To-Repeat: If you have ports with long names installed just run "pkg_version -v" >Fix: Modify the pkg_version file. Specifically change the format "STDOUT_VERBOSE" to allow for more characters for the port name. I don't have the latest version, but the format is defined at the end of the file near line 448. >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 Apr 17 22:40:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B97B137B424 for ; Tue, 17 Apr 2001 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I5e1d08324; Tue, 17 Apr 2001 22:40:01 -0700 (PDT) (envelope-from gnats) Received: from kobayashi.uits.iupui.edu (kobayashi.uits.iupui.edu [134.68.5.17]) by hub.freebsd.org (Postfix) with ESMTP id 22B0837B423; Tue, 17 Apr 2001 22:36:52 -0700 (PDT) (envelope-from ajk@iu.edu) Received: (from ajk@localhost) by kobayashi.uits.iupui.edu (8.11.1/8.11.1) id f3I5ao631260; Wed, 18 Apr 2001 00:36:50 -0500 (EST) (envelope-from ajk) Message-Id: <200104180536.f3I5ao631260@kobayashi.uits.iupui.edu> Date: Wed, 18 Apr 2001 00:36:50 -0500 (EST) From: ajk@iu.edu Reply-To: ajk@iu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/26665: [PATCH] syslogd hangs when logging from remote hosts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26665 >Category: bin >Synopsis: [PATCH] syslogd hangs when logging from remote hosts >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 17 22:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrew J. Korty >Release: FreeBSD 4.2-RELEASE i386 >Organization: Information Technology Security Office, Indiana University >Environment: FreeBSD 4.1.1-RELEASE and later >Description: The syslogd program seems to hang after a few days of logging from remote hosts. The problem appears to be similar to one discovered last year, before the resolver was changed to use kqueue()/kevent() rather than poll(). Jonathon Lemon posted output from ktrace and a proposed solution to -hackers, and res_send.c was subsequently patched. Apparently, the fix was ignored when kqueue()/kevent() was introduced. My ktrace looks similar: 2920 syslogd 987293451.580333 PSIG SIGALRM caught handler=0x804b4c0 mask=0x1 code=0x0 2920 syslogd 987293451.580414 RET kevent -1 errno 4 Interrupted system call 2920 syslogd 987293451.580470 CALL gettimeofday(0xbfbfe3d0,0) 2920 syslogd 987293451.580518 RET gettimeofday 0 2920 syslogd 987293451.580576 CALL setitimer(0,0xbfbfe3c8,0xbfbfe3b8) 2920 syslogd 987293451.580627 RET setitimer 0 2920 syslogd 987293451.580673 CALL sigreturn(0xbfbfe424) 2920 syslogd 987293451.580722 RET sigreturn JUSTRETURN 2920 syslogd 987293451.580768 CALL kevent(0x6,0xbfbfe634,0x1,0xbfbfe634,0x1,0xbfbfe620) 2920 syslogd 987293481.591332 PSIG SIGALRM caught handler=0x804b4c0 mask=0x1 code=0x0 2920 syslogd 987293481.591453 RET kevent -1 errno 4 Interrupted system call 2920 syslogd 987293481.591505 CALL gettimeofday(0xbfbfe3d0,0) 2920 syslogd 987293481.591556 RET gettimeofday 0 2920 syslogd 987293481.591612 CALL setitimer(0,0xbfbfe3c8,0xbfbfe3b8) 2920 syslogd 987293481.591664 RET setitimer 0 2920 syslogd 987293481.591708 CALL sigreturn(0xbfbfe424) 2920 syslogd 987293481.591757 RET sigreturn JUSTRETURN 2920 syslogd 987293481.591806 CALL kevent(0x6,0xbfbfe634,0x1,0xbfbfe634,0x1,0xbfbfe620) 2920 syslogd 987293511.602331 PSIG SIGALRM caught handler=0x804b4c0 mask=0x1 code=0x0 2920 syslogd 987293511.602456 RET kevent -1 errno 4 Interrupted system call Earlier in the ktrace, it is evident that kevent times out after 5, 10, and 20 seconds, respectively. Presumably, the timeout is then increased to 40 seconds, exceeding the alarm value. >How-To-Repeat: Run syslogd with heavy traffic from remote clients for several days in an environment in which DNS times out occasionally. Using -a with domain wildcards several times may aggravate the problem. >Fix: This patch is similar to the one committed in version 1.32 of res_send.c. It should apply cleanly against 4.2-RELEASE and -CURRENT, but I have only tested it with the former. --- res_send.c.orig Wed Sep 20 16:37:01 2000 +++ res_send.c Tue Apr 17 23:53:42 2001 @@ -597,6 +597,8 @@ */ struct kevent kv; struct timespec timeout; + struct timeval timeout_tv; + struct timeval target; struct sockaddr_storage from; int fromlen; @@ -706,6 +708,10 @@ if ((long) timeout.tv_sec <= 0) timeout.tv_sec = 1; timeout.tv_nsec = 0; + (void)gettimeofday(&target, NULL); + timeout_tv.tv_sec = timeout.tv_sec; + timeout_tv.tv_usec = timeout.tv_nsec / 1000; + timeradd(&target, &timeout_tv, &target); wait: if (s < 0) { Perror(stderr, "s out-of-bounds", EMFILE); @@ -719,11 +725,25 @@ n = kevent(kq, &kv, 1, &kv, 1, &timeout); if (n < 0) { - if (errno == EINTR) - goto wait; - Perror(stderr, "kevent", errno); - res_close(); - goto next_ns; + if (errno == EINTR) { + struct timeval current; + + (void)gettimeofday(¤t, NULL); + if (timercmp(¤t, &target, + <)) { + timersub(&target, ¤t, + ¤t); + timeout.tv_sec = + current.tv_sec; + timeout.tv_nsec = + current.tv_usec * 1000; + goto wait; + } + } else { + Perror(stderr, "kevent", errno); + res_close(); + goto next_ns; + } } if (n == 0) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Apr 17 22:50: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01E1F37B423 for ; Tue, 17 Apr 2001 22:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I5o0e08902; Tue, 17 Apr 2001 22:50:00 -0700 (PDT) (envelope-from gnats) Received: from kobayashi.uits.iupui.edu (kobayashi.uits.iupui.edu [134.68.5.17]) by hub.freebsd.org (Postfix) with ESMTP id 4F95437B424; Tue, 17 Apr 2001 22:46:10 -0700 (PDT) (envelope-from ajk@iu.edu) Received: (from ajk@localhost) by kobayashi.uits.iupui.edu (8.11.1/8.11.1) id f3I5kAB31415; Wed, 18 Apr 2001 00:46:10 -0500 (EST) (envelope-from ajk) Message-Id: <200104180546.f3I5kAB31415@kobayashi.uits.iupui.edu> Date: Wed, 18 Apr 2001 00:46:10 -0500 (EST) From: ajk@iu.edu Reply-To: ajk@iu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/26666: New port: pam_ssh (moved out from base) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26666 >Category: bin >Synopsis: New port: pam_ssh (moved out from base) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 17 22:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrew J. Korty >Release: FreeBSD 4.2-RELEASE i386 >Organization: Information Technology Security Office, Indiana University >Environment: FreeBSD >Description: This PAM module provides single sign-on behavior for UNIX using SSH. Users are authenticated by decrypting their SSH private keys with the password provided (probably to XDM). In the PAM session phase, an ssh-agent process is started and keys are added. Please remove pam_ssh from the base. As a port, it can more easily be made to work with all versions of SSH on many platforms as a standalone product. (I realize it's too late for 4.3-RELEASE.) >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pam_ssh # pam_ssh/Makefile # pam_ssh/distinfo # pam_ssh/pkg-plist # pam_ssh/pkg-comment # pam_ssh/pkg-descr # echo c - pam_ssh mkdir -p pam_ssh > /dev/null 2>&1 echo x - pam_ssh/Makefile sed 's/^X//' >pam_ssh/Makefile << 'END-of-pam_ssh/Makefile' X# New ports collection makefile for: pam_ssh X# Date created: 12 April 2001 X# Whom: ajk@iu.edu X# X# $FreeBSD$ X# X XPORTNAME= pam_ssh XPORTVERSION= 1.5 XCATEGORIES= security XMASTER_SITES= http://prdownloads.sourceforge.net/pam-ssh/ X XMAINTAINER= ajk@iu.edu X XPREFIX?= ${DESTDIR}/usr X X.include END-of-pam_ssh/Makefile echo x - pam_ssh/distinfo sed 's/^X//' >pam_ssh/distinfo << 'END-of-pam_ssh/distinfo' XMD5 (pam_ssh-1.5.tar.gz) = a01f3d5e7f4cf21029b64076c9f0f60d END-of-pam_ssh/distinfo echo x - pam_ssh/pkg-plist sed 's/^X//' >pam_ssh/pkg-plist << 'END-of-pam_ssh/pkg-plist' Xlib/pam_ssh.so END-of-pam_ssh/pkg-plist echo x - pam_ssh/pkg-comment sed 's/^X//' >pam_ssh/pkg-comment << 'END-of-pam_ssh/pkg-comment' XThis PAM module provides single sign-on behavior for UNIX using SSH END-of-pam_ssh/pkg-comment echo x - pam_ssh/pkg-descr sed 's/^X//' >pam_ssh/pkg-descr << 'END-of-pam_ssh/pkg-descr' XThis PAM module provides single sign-on behavior for UNIX using XSSH. Users are authenticated by decrypting their SSH private keys with Xthe password provided (probably to XDM). In the PAM session phase, an Xssh-agent process is started and keys are added. X XWWW: http://sourceforge.net/projects/pam-ssh/ X XAndrew J. Korty END-of-pam_ssh/pkg-descr 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 Tue Apr 17 23: 7:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1765837B422; Tue, 17 Apr 2001 23:07:35 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I67YP12442; Tue, 17 Apr 2001 23:07:35 -0700 (PDT) (envelope-from will) Date: Tue, 17 Apr 2001 23:07:35 -0700 (PDT) From: Message-Id: <200104180607.f3I67YP12442@freefall.freebsd.org> To: ajk@iu.edu, will@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26666: New port: pam_ssh (moved out from base) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: pam_ssh (moved out from base) State-Changed-From-To: open->analyzed State-Changed-By: will State-Changed-When: Tue Apr 17 23:06:05 PDT 2001 State-Changed-Why: Doesn't build on 4.3-RC: cc -pipe -fpic -DPIC -O -pipe -Wall -c rijndael.c -o rijndael.So cc -pipe -fpic -DPIC -O -pipe -Wall -c xmalloc.c -o xmalloc.So building shared library pam_ssh.so /usr/libexec/elf/ld: cannot find -lgcc_pic *** Error code 1 Stop in /net/puck/will/ports/security/pam_ssh/work/pam_ssh-1.5. *** Error code 1 Removing -lgcc_pic fixes it. What shall we do here? http://www.freebsd.org/cgi/query-pr.cgi?pr=26666 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 0:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB9EC37B422 for ; Wed, 18 Apr 2001 00:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I7A3B20154; Wed, 18 Apr 2001 00:10:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 00:10:03 -0700 (PDT) Message-Id: <200104180710.f3I7A3B20154@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/26650: sftp-client missing. Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26650; it has been noted by GNATS. From: Peter Pentchev To: quinot@cuivre.fr.eu.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/26650: sftp-client missing. Date: Wed, 18 Apr 2001 10:07:56 +0300 On Tue, Apr 17, 2001 at 06:39:46PM +0200, quinot@cuivre.fr.eu.org wrote: > > >Number: 26650 > >Category: bin > >Synopsis: sftp-client missing. > >Release: FreeBSD 4.3-RC i386 > >Organization: > >Environment: > System: FreeBSD geveor.cuivre.fr.eu.org 4.3-RC FreeBSD 4.3-RC #0: Tue Apr 3 18:49:15 CEST 2001 root@geveor.cuivre.fr.eu.org:/usr/obj/usr/src/sys/PORTAB i386 > > > > >Description: > We currently install sftp-server from the OpenSSH distribution. > It would be nice to have an sftp-client as well. > >How-To-Repeat: > > >Fix: > * Import OpenSSH sftp-client source; > * Have sftp-client built and installed. There is an SFTP client in the ftp/sftp port; I believe the goal was to provide a server (which has to interoperate somewhat closer with the SSH server), and leave users to pick an SFTP client of their choice - like, say, the one from the ssh.com's SSH distribution, if there is one there (haven't looked at it in quite a while). G'luck, Peter -- This sentence every third, but it still comprehensible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 0:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ECCA37B423 for ; Wed, 18 Apr 2001 00:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I7K2V21131; Wed, 18 Apr 2001 00:20:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 00:20:02 -0700 (PDT) Message-Id: <200104180720.f3I7K2V21131@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: misc/26649: diskless client can't share root with server Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26649; it has been noted by GNATS. From: Peter Pentchev To: bbauman@wgate.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/26649: diskless client can't share root with server Date: Wed, 18 Apr 2001 10:10:15 +0300 Eh? cpio copies device files just fine - it does a lstat() on the file name, detects a device, then does a mknod() when recreating the filesystem. [root@ringworld:v0 ~/tmp/dv]# (cd /; find -x dev | cpio -o -H newc) | cpio -i -H newc -d 557 blocks 557 blocks [root@ringworld:v0 ~/tmp/dv]# du dev 1 ./dev/fd 195 ./dev [root@ringworld:v0 ~/tmp/dv]# du /dev 1 /dev/fd 195 /dev [root@ringworld:v0 ~/tmp/dv]# Seems to work for me.. G'luck, Peter -- If this sentence were in Chinese, it would say something else. On Tue, Apr 17, 2001 at 09:20:57AM -0700, bbauman@wgate.com wrote: > > >Number: 26649 > >Category: misc > >Synopsis: diskless client can't share root with server > >Originator: Bruce Bauman > >Release: 4.3-RC > >Organization: > WorldGate Communications > >Environment: > >Description: > The rc.diskless2 script creates a /dev on the client by doing a mount_mfs followed by a cpio of the server's /dev. This won't work > because /dev/zero can't be copied to the client's /dev since it > provides an infinite supply of data. Other devices have similar > problems. > >How-To-Repeat: > Share the root filesystem between the boot server and client in a diskless configuration. No workee. > >Fix: > Rather than using cpio, we copy MAKEDEV to /tmp, then mount_mfs, then > MAKEDEV the appropriate device nodes in the client's /dev. Works like > a charm and allows you reduce the clutter in the diskless client's /dev. > > DEVFS would have been a possible solution for us, but we use dhclient on the diskless clients. dhclient relies on bpf, and bpf won't work > with DEVFS, so although it is a more elegant solution, it wouldn't > work for us. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 0:31:46 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A59537B422; Wed, 18 Apr 2001 00:31:44 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I7ViR22380; Wed, 18 Apr 2001 00:31:44 -0700 (PDT) (envelope-from roam) Date: Wed, 18 Apr 2001 00:31:44 -0700 (PDT) From: Message-Id: <200104180731.f3I7ViR22380@freefall.freebsd.org> To: roelof@nisser.com, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26659: `GLOB_LIMIT' undeclared Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: `GLOB_LIMIT' undeclared State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Wed Apr 18 00:29:11 PDT 2001 State-Changed-Why: This has been discussed on the -security list, a new advisory shall be issued shortly. In the meantime, try applying this patch too: =================================================================== RCS file: /home/ncvs/src/include/glob.h,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -u -p -r1.3 -r1.3.6.1 --- src/include/glob.h 1998/02/25 02:15:59 1.3 +++ src/include/glob.h 2001/03/21 14:33:56 1.3.6.1 @@ -34,6 +34,7 @@ * SUCH DAMAGE. * * @(#)glob.h 8.1 (Berkeley) 6/2/93 + * $FreeBSD: /home/ncvs/src/include/glob.h,v 1.3.6.1 2001/03/21 14:33:56 jlemon Exp $ */ #ifndef _GLOB_H_ @@ -76,9 +77,11 @@ typedef struct { #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */ #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ +#define GLOB_MAXPATH 0x1000 /* limit number of returned paths */ #define GLOB_NOSPACE (-1) /* Malloc call failed. */ #define GLOB_ABEND (-2) /* Unignored error. */ +#define GLOB_LIMIT (-3) /* Path limit was hit. */ __BEGIN_DECLS int glob __P((const char *, int, int (*)(const char *, int), glob_t *)); http://www.freebsd.org/cgi/query-pr.cgi?pr=26659 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 0:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50B4437B424 for ; Wed, 18 Apr 2001 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I7o1f24231; Wed, 18 Apr 2001 00:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC6A837B423 for ; Wed, 18 Apr 2001 00:46:59 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3I7kx523917; Wed, 18 Apr 2001 00:46:59 -0700 (PDT) (envelope-from nobody) Message-Id: <200104180746.f3I7kx523917@freefall.freebsd.org> Date: Wed, 18 Apr 2001 00:46:59 -0700 (PDT) From: ancient@bofh.cet.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26667: Kernel Page Fault/Panic on SWAP Partition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26667 >Category: kern >Synopsis: Kernel Page Fault/Panic on SWAP Partition >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 Apr 18 00:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gary Stanley >Release: 5.0 CURRENT >Organization: >Environment: FreeBSD ancient.webjockey.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Apr 17 18:49:42 EDT 2001 root@ancient.webjockey.net:/usr/src/sys/compile/Ancient.SMP.Kernel i386 >Description: When disk intensive programs run, such as the "daily output" The machine crashes with a page fault/kernel panic message on the SWAP partition. It does also happen when I try and edit a file that is rather large in size, namely 20+ megabytes. >How-To-Repeat: Random Crash that happens without cause, even in single user mode. >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 Apr 18 1:23:53 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from puyu.time.net.my (pop.time.net.my [203.121.16.80]) by hub.freebsd.org (Postfix) with ESMTP id E975737B422 for ; Wed, 18 Apr 2001 01:23:45 -0700 (PDT) (envelope-from quenqon@time.net.my) Received: from gateway ([203.121.22.213]) by puyu.time.net.my (Netscape Messaging Server 4.15) with SMTP id GBZB5W00.VPT for ; Wed, 18 Apr 2001 16:20:20 +0800 Message-ID: <001601c0c7e1$94a84a80$d51679cb@gateway> From: "Yuen Keong Hor" To: Subject: Bugs in Crontab Date: Wed, 18 Apr 2001 16:28:43 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0013_01C0C824.A23C1BC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0013_01C0C824.A23C1BC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable A bug is found in crontab . In my shell server FreeBSD shell.snagged.net 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Sat Feb 3 = 13:22:53 EST 2001 david@box.snagged.net:/usr/src/sys/compile/DAVID = i386 A user ran crontab for his eggdrop with the username on his eggdrop's = configuration file as "root" . so when the bot dies , the crontab reload = it , but somehow the crontab reloaded it as user root ..=20 ------=_NextPart_000_0013_01C0C824.A23C1BC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
A bug is found in crontab = .
 
In my shell server
FreeBSD shell.snagged.net 4.2-RELEASE = FreeBSD=20 4.2-RELEASE #0: Sat Feb  3 13:22:53 EST = 2001     david@bo= x.snagged.net:/usr/src/sys/compile/DAVID =20 i386
 
A user ran crontab for his eggdrop with = the=20 username on his eggdrop's configuration file as "root" . so when the bot = dies ,=20 the crontab reload it , but somehow the crontab reloaded it as user root = ..=20
 
 
------=_NextPart_000_0013_01C0C824.A23C1BC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 2:18:39 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ns2.eltex.ru (ns2.eltex.ru [212.119.162.4]) by hub.freebsd.org (Postfix) with ESMTP id 2777537B422 for ; Wed, 18 Apr 2001 02:18:36 -0700 (PDT) (envelope-from amil@eltex.ru) Received: from eltex.ru (eltex-gw2.nw.ru [195.19.203.86] (may be forged)) by ns2.eltex.ru (8.9.3/8.9.3) with ESMTP id MAA02930 for ; Wed, 18 Apr 2001 12:59:47 +0400 (MSD) Received: from gadget.eltex.ru (root@gadget.eltex.ru [195.19.198.14]) by eltex.ru (8.9.3/8.9.3) with SMTP id MAA04160 for ; Wed, 18 Apr 2001 12:49:48 +0400 (MSD) Received: by gadget.eltex.ru (ssmtp TIS-0.5alpha, 19 Oct 1998); Wed, 18 Apr 2001 12:52:43 +0400 Received: from undisclosed-intranet-sender id xma024041; Wed, 18 Apr 01 12:52:12 +0400 Received: by tyger.hq.eltex.ru (8.11.3/8.8.8) id f3I942u01555 for freebsd-bugs@freebsd.org; Wed, 18 Apr 2001 13:04:02 +0400 (MSD) (envelope-from amil) From: Alexandr Alov To: freebsd-bugs@freebsd.org Subject: subscribe Date: Wed, 18 Apr 2001 13:03:18 +0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <01041813040100.01534@tyger.hq.eltex.ru> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe -- Alexandr Pryadko Eltex TC Saint-Petersburg,Russia www: www.tc.eltex.ru e-mail: amil@eltex.ru tel: +7-812-3518700 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 2:44: 1 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id A7D6A37B424 for ; Wed, 18 Apr 2001 02:43:59 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 2AFD94DF46; Wed, 18 Apr 2001 18:43:48 +0900 (JST) Date: Wed, 18 Apr 2001 18:43:48 +0900 Message-ID: <861yqqczl7.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Daniel Eischen Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/25110: pthread signal handler fails after forking In-Reply-To: References: <200104172233.f3HMXRJ57210@freefall.freebsd.org> User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.2 (=?ISO-8859-1?Q?Daish=F2?= =?ISO-8859-1?Q?ji?=) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.2 - =?ISO-8859-1?Q?=22Daish=F2ji=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Tue, 17 Apr 2001 19:09:00 -0400 (EDT), Daniel Eischen wrote: > Does this status change mean that my patch has been tested and works? > I'll commit it if it does... I didn't change the status, but yes, as I wrote in another mail, I tested it on 4-STABLE and 5-CURRENT and it actually worked. Please commit it right away. :) -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 6: 0:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E89F437B42C for ; Wed, 18 Apr 2001 06:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3ID03m75990; Wed, 18 Apr 2001 06:00:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 06:00:03 -0700 (PDT) Message-Id: <200104181300.f3ID03m75990@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Bauman Subject: RE: misc/26649: diskless client can't share root with server Reply-To: Bruce Bauman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26649; it has been noted by GNATS. From: Bruce Bauman To: 'Peter Pentchev' Cc: "'freebsd-gnats-submit@FreeBSD.org'" Subject: RE: misc/26649: diskless client can't share root with server Date: Wed, 18 Apr 2001 08:57:53 -0400 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0C807.2E9A14F0 Content-Type: text/plain; charset="iso-8859-1" My colleague just pointed out that it's an NFS mounted /dev, so cpio can't figure out that it's a device. In any case, it doesn't work. -----Original Message----- From: Peter Pentchev [mailto:roam@orbitel.bg] Sent: Wednesday, April 18, 2001 3:10 AM To: bbauman@wgate.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/26649: diskless client can't share root with server Eh? cpio copies device files just fine - it does a lstat() on the file name, detects a device, then does a mknod() when recreating the filesystem. [root@ringworld:v0 ~/tmp/dv]# (cd /; find -x dev | cpio -o -H newc) | cpio -i -H newc -d 557 blocks 557 blocks [root@ringworld:v0 ~/tmp/dv]# du dev 1 ./dev/fd 195 ./dev [root@ringworld:v0 ~/tmp/dv]# du /dev 1 /dev/fd 195 /dev [root@ringworld:v0 ~/tmp/dv]# Seems to work for me.. G'luck, Peter -- If this sentence were in Chinese, it would say something else. On Tue, Apr 17, 2001 at 09:20:57AM -0700, bbauman@wgate.com wrote: > > >Number: 26649 > >Category: misc > >Synopsis: diskless client can't share root with server > >Originator: Bruce Bauman > >Release: 4.3-RC > >Organization: > WorldGate Communications > >Environment: > >Description: > The rc.diskless2 script creates a /dev on the client by doing a mount_mfs followed by a cpio of the server's /dev. This won't work > because /dev/zero can't be copied to the client's /dev since it > provides an infinite supply of data. Other devices have similar > problems. > >How-To-Repeat: > Share the root filesystem between the boot server and client in a diskless configuration. No workee. > >Fix: > Rather than using cpio, we copy MAKEDEV to /tmp, then mount_mfs, then > MAKEDEV the appropriate device nodes in the client's /dev. Works like > a charm and allows you reduce the clutter in the diskless client's /dev. > > DEVFS would have been a possible solution for us, but we use dhclient on the diskless clients. dhclient relies on bpf, and bpf won't work > with DEVFS, so although it is a more elegant solution, it wouldn't > work for us. ------_=_NextPart_001_01C0C807.2E9A14F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: misc/26649: diskless client can't share root with = server

My colleague just pointed out that it's an NFS = mounted /dev, so cpio
can't figure out that it's a device. In any case, it = doesn't work.

-----Original Message-----
From: Peter Pentchev [mailto:roam@orbitel.bg]
Sent: Wednesday, April 18, 2001 3:10 AM
To: bbauman@wgate.com
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: misc/26649: diskless client can't share = root with server


Eh?  cpio copies device files just fine - it = does a lstat() on the file name,
detects a device, then does a mknod() when = recreating the filesystem.

[root@ringworld:v0 ~/tmp/dv]# (cd /; find -x dev | = cpio -o -H newc) | cpio -i -H newc -d
557 blocks
557 blocks
[root@ringworld:v0 ~/tmp/dv]# du dev
1       = ./dev/fd
195     ./dev
[root@ringworld:v0 ~/tmp/dv]# du /dev
1       /dev/fd
195     /dev
[root@ringworld:v0 ~/tmp/dv]#

Seems to work for me..

G'luck,
Peter

--
If this sentence were in Chinese, it would say = something else.

On Tue, Apr 17, 2001 at 09:20:57AM -0700, = bbauman@wgate.com wrote:
>
> = >Number:         = 26649
> = >Category:       misc
> = >Synopsis:       diskless client can't = share root with server
> >Originator:     Bruce = Bauman
> = >Release:        4.3-RC
> >Organization:
> WorldGate Communications
> >Environment:
> >Description:
> The rc.diskless2 script creates a /dev on the = client by doing a mount_mfs followed by a cpio of the server's /dev. = This won't work

> because /dev/zero can't be copied to the = client's /dev since it
> provides an infinite supply of data. Other = devices have similar
> problems.
> >How-To-Repeat:
> Share the root filesystem between the boot = server and client in a diskless configuration. No workee.
> >Fix:
> Rather than using cpio, we copy MAKEDEV to = /tmp, then mount_mfs, then
> MAKEDEV the appropriate device nodes in the = client's /dev. Works like
> a charm and allows you reduce the clutter in = the diskless client's /dev.
>
> DEVFS would have been a possible solution for = us, but we use dhclient on the diskless clients. dhclient relies on = bpf, and bpf won't work

> with DEVFS, so although it is a more elegant = solution, it wouldn't
> work for us.

------_=_NextPart_001_01C0C807.2E9A14F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 6:10:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB86A37B507 for ; Wed, 18 Apr 2001 06:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3IDA3479381; Wed, 18 Apr 2001 06:10:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 06:10:03 -0700 (PDT) Message-Id: <200104181310.f3IDA3479381@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Thomas Quinot Subject: Re: bin/26650: sftp-client missing. Reply-To: Thomas Quinot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26650; it has been noted by GNATS. From: Thomas Quinot To: Peter Pentchev Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/26650: sftp-client missing. Date: Wed, 18 Apr 2001 15:04:08 +0200 Le 2001-04-18, Peter Pentchev écrivait : > There is an SFTP client in the ftp/sftp port; I believe the goal was to provide > a server (which has to interoperate somewhat closer with the SSH server), > and leave users to pick an SFTP client of their choice - like, say, the one > from the ssh.com's SSH distribution, if there is one there (haven't looked > at it in quite a while). The ftp/sftp port is the first version of the sftp client and server. This version has been deprecated by the (incompatible) sftp-server which is part of the current OpenSSH distribution. The client from the port cannot be used with the OpenSSH sftp-server; its documentation mentions that version 1 is deprecated, and that the client and server from OpenSSH should be used instead: "sftp(0.9.6) NEW: Now that openssh supports the ssh2 sftp protocol, there's probably no reason to use this program anymore, unless you like it better. There probably won't be any new versions, for the same reason. " (http://www.xbill.org/sftp/) -- Thomas Quinot ** Département Informatique & Réseaux ** quinot@inf.enst.fr ENST // 46 rue Barrault // 75634 PARIS CEDEX 13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 8:39:39 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from tempest.waterspout.com (cc444939-a.lwrnc1.in.home.com [24.178.180.124]) by hub.freebsd.org (Postfix) with ESMTP id 8A71137B422; Wed, 18 Apr 2001 08:39:36 -0700 (PDT) (envelope-from ajk@iu.edu) Received: from localhost (ajk@localhost) by tempest.waterspout.com (8.11.1/8.11.1) with ESMTP id f3IFdbu05210; Wed, 18 Apr 2001 10:39:38 -0500 (EST) (envelope-from ajk@iu.edu) Date: Wed, 18 Apr 2001 10:39:37 -0500 (EST) From: "Andrew J. Korty" X-X-Sender: To: Cc: Subject: Re: bin/26666: New port: pam_ssh (moved out from base) In-Reply-To: <200104180607.f3I67YP12442@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 17 Apr 2001 will@FreeBSD.org wrote: > State-Changed-Why: > Doesn't build on 4.3-RC: > > cc -pipe -fpic -DPIC -O -pipe -Wall -c rijndael.c -o rijndael.So > cc -pipe -fpic -DPIC -O -pipe -Wall -c xmalloc.c -o xmalloc.So > building shared library pam_ssh.so > /usr/libexec/elf/ld: cannot find -lgcc_pic > *** Error code 1 > > Stop in /net/puck/will/ports/security/pam_ssh/work/pam_ssh-1.5. > *** Error code 1 > > Removing -lgcc_pic fixes it. What shall we do here? I'm not sure why I was using -lgcc_pic before, but it doesn't appear to be necessary under 4.2-RELEASE. I've removed it from the Makefile and moved the tag for 1.5, but I can't log in to SourceForge to change replace the file. I'll try later. If you want, just make a patch to remove it. -- Andrew J. Korty, Principal Security Engineer, GCIA Office of the Vice President for Information Technology Indiana University To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 8:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2206E37B43C for ; Wed, 18 Apr 2001 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3IFo2v31257; Wed, 18 Apr 2001 08:50:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ACC037B424 for ; Wed, 18 Apr 2001 08:47:23 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3IFlNx24895; Wed, 18 Apr 2001 08:47:23 -0700 (PDT) (envelope-from nobody) Message-Id: <200104181547.f3IFlNx24895@freefall.freebsd.org> Date: Wed, 18 Apr 2001 08:47:23 -0700 (PDT) From: dan@freebsddiary.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/26674: rmuser xyz reports incorrect error message if xyz does not exist Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26674 >Category: bin >Synopsis: rmuser xyz reports incorrect error message if xyz does not exist >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 Apr 18 08:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: 4.3-BETA >Organization: The FreeBSD Diary / FreshPorts >Environment: FreeBSD ns1.unixathome.org 4.3-BETA FreeBSD 4.3-BETA #1: Tue Mar 13 16:03:23 NZD T 2001 root@xeon.int.nz.freebsd.org:/usr/obj/usr/src/sys/DUCKY i386 >Description: if you use rmuser to remove a user which does not exist, the message is: /usr/sbin/rmuser: Error: I'd rather not remove a user with a uid of 0. The message should be: /usr/sbin/rmuser: Error: User xyz not in password database >How-To-Repeat: Remove a user which does not exist # grep xyz /etc/passwd # rmuser xyz /usr/sbin/rmuser: Error: I'd rather not remove a user with a uid of 0. # >Fix: The problem appears to be with the return value from getpwnam. Here's some code from /usr/sbin/rmuser. mux is hunting around for more info. ($name, $password, $uid, $gid, $change, $class, $gecos, $home_dir, $shell) = (getpwnam("$login_name")); if ($?) { print STDERR "${whoami}: Error: User ${login_name} not in password database\ &unlockpw; exit 1; } if ($uid == 0) { print "${whoami}: Error: I'd rather not remove a user with a uid of 0.\n"; &unlockpw; exit 1; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 9:10: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E82AE37B422 for ; Wed, 18 Apr 2001 09:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3IGA4R92573; Wed, 18 Apr 2001 09:10:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 09:10:04 -0700 (PDT) Message-Id: <200104181610.f3IGA4R92573@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Will Andrews Subject: FW: Re: bin/26666: New port: pam_ssh (moved out from base) Reply-To: Will Andrews Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26666; it has been noted by GNATS. From: Will Andrews To: obrien@FreeBSD.org Cc: ajk@iu.edu, FreeBSD GNATS DB Subject: FW: Re: bin/26666: New port: pam_ssh (moved out from base) Date: Wed, 18 Apr 2001 10:58:56 -0500 David, Am I right that revs 1.87 and 1.61.2.12 of src/sys/sys/param.h denote the removal of -lgcc_pic? I need an ${OSVERSION} check on this to regex out the -lgcc_pic for newer systems. See: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/param.h Andy, It may be easier to simply use a regex in the port Makefile to adjust settings, at least until you can make a similar adjustment in the pam_ssh Makefile. I think you'd want something similar to this: OSVERSION!= /sbin/sysctl -n kern.osreldate .if (${OSVERSION} <= 420001) LDADD+= -lgcc_pic .endif You could wrap this with an .if (${OSNAME} == "FreeBSD") if you are so inclined to make it portable among BSD (with a similar definition of course :-). ----- Forwarded message from "Andrew J. Korty" ----- Date: Wed, 18 Apr 2001 10:39:37 -0500 (EST) From: "Andrew J. Korty" To: Cc: Subject: Re: bin/26666: New port: pam_ssh (moved out from base) On Tue, 17 Apr 2001 will@FreeBSD.org wrote: > State-Changed-Why: > Doesn't build on 4.3-RC: > > cc -pipe -fpic -DPIC -O -pipe -Wall -c rijndael.c -o rijndael.So > cc -pipe -fpic -DPIC -O -pipe -Wall -c xmalloc.c -o xmalloc.So > building shared library pam_ssh.so > /usr/libexec/elf/ld: cannot find -lgcc_pic > *** Error code 1 > > Stop in /net/puck/will/ports/security/pam_ssh/work/pam_ssh-1.5. > *** Error code 1 > > Removing -lgcc_pic fixes it. What shall we do here? I'm not sure why I was using -lgcc_pic before, but it doesn't appear to be necessary under 4.2-RELEASE. I've removed it from the Makefile and moved the tag for 1.5, but I can't log in to SourceForge to change replace the file. I'll try later. If you want, just make a patch to remove it. -- Andrew J. Korty, Principal Security Engineer, GCIA Office of the Vice President for Information Technology Indiana University ----- End forwarded message ----- -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 9:10:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7343937B422 for ; Wed, 18 Apr 2001 09:10:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3IGA8f92699; Wed, 18 Apr 2001 09:10:08 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 09:10:08 -0700 (PDT) Message-Id: <200104181610.f3IGA8f92699@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxime Henrion Subject: Re: bin/26674: rmuser xyz reports incorrect error message if xyz does not exist Reply-To: Maxime Henrion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26674; it has been noted by GNATS. From: Maxime Henrion To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/26674: rmuser xyz reports incorrect error message if xyz does not exist Date: Wed, 18 Apr 2001 18:08:26 +0200 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here is the patch. Thanks to Anton Berezin :-) mux -- Don't be fooled by cheap finnish imitations ; BSD is the One True Code Key fingerprint = F9B6 1D5A 4963 331C 88FC CA6A AB50 1EF2 8CBE 99D6 Public Key : http://www.epita.fr/~henrio_m/ --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="rmuser.diff" *** /usr/src/usr.sbin/adduser/rmuser.perl Sun Jan 14 11:21:11 2001 --- src/rmuser.perl Wed Apr 18 18:02:17 2001 *************** *** 120,126 **** ($name, $password, $uid, $gid, $change, $class, $gecos, $home_dir, $shell) = (getpwnam("$login_name")); ! if ($?) { print STDERR "${whoami}: Error: User ${login_name} not in password database\n"; &unlockpw; exit 1; --- 120,126 ---- ($name, $password, $uid, $gid, $change, $class, $gecos, $home_dir, $shell) = (getpwnam("$login_name")); ! if (!defined $uid) { print STDERR "${whoami}: Error: User ${login_name} not in password database\n"; &unlockpw; exit 1; --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 11:10:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF04937B63C for ; Wed, 18 Apr 2001 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3IIA2819575; Wed, 18 Apr 2001 11:10:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 11:10:02 -0700 (PDT) Message-Id: <200104181810.f3IIA2819575@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David O'Brien" Subject: Re: FW: Re: bin/26666: New port: pam_ssh (moved out from base) Reply-To: "David O'Brien" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26666; it has been noted by GNATS. From: "David O'Brien" To: Will Andrews Cc: ajk@iu.edu, FreeBSD GNATS DB Subject: Re: FW: Re: bin/26666: New port: pam_ssh (moved out from base) Date: Wed, 18 Apr 2001 11:03:57 -0700 On Wed, Apr 18, 2001 at 10:58:56AM -0500, Will Andrews wrote: > Am I right that revs 1.87 and 1.61.2.12 of src/sys/sys/param.h denote > the removal of -lgcc_pic? Yes. [for the ELF case] -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 11:35:41 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from www.mdres.com (www.mdres.com [209.180.205.201]) by hub.freebsd.org (Postfix) with ESMTP id 734FF37B424; Wed, 18 Apr 2001 11:35:25 -0700 (PDT) (envelope-from list-owner@mdres.com) Received: (from petidomo@localhost) by www.mdres.com (8.9.3/8.9.3) id JAA12674; Wed, 18 Apr 2001 09:15:44 -0700 X-Authentication-Warning: www.mdres.com: petidomo set sender to list-owner@mdres.com using -f Received: from mktg ([209.180.205.202]) by www.mdres.com (8.9.3/8.9.3) with SMTP id JAA12670 for ; Wed, 18 Apr 2001 09:15:44 -0700 From: "Hamilton Global Management" To: Subject: New CD-ROM Atlas of Russia - all oblasts, krays, and republics Date: Wed, 18 Apr 2001 10:16:12 -0700 Message-ID: Reply-To: mktg@mdres.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Colleague, Subject: New CD-ROM Atlas of Russia - all oblasts, krays, and republics We have recently acquired a new, unique CD-ROM atlas of the Russian Federation. The atlas displays highly detailed maps of all oblasts, krays, and republics. Visible details include cities, towns, and villages; roads and highways; pipelines; power lines; railroads; canals; forests; bodies of water; mountains; much more. Population figures are also shown for most populated places. Additional details are available for many map objects - e.g., road coverings, route names, as well as specifics about bodies of water and forest cover. Map scales range from 1:200000 to 1:1000000. All the maps show longitude and latitude for any location or object. The atlas uses vector maps based on WGS-84 and Krasovsky systems. We invite you to see sample maps and to get additional information at our web site: http://www.mdres.com/AtlasCatalog/ The CD-ROM atlas is in stock and available for immediate shipment from the USA. It is priced at $165.00 US + $6.00 shipping and handling. Please feel free to send us an e-mail or call if you have any questions. Our customers have previously included major libraries, map centers, universities, international and national agencies, and individuals from around the world. Sincerely, David C. Andresen Vice-President P.S. This e-mail is being sent to you as a person interested in atlases and maps. If you do not wish to receive future e-mails about our map products from Russia, please let us know by return e-mail, and we will remove your e-mail address from our database. Please place the word "Remove" in the message subject box and indicate in the message body the precise e-mail address or addresses you wish us to remove. We do not share our databases with other organi- zations of any type. -------------------------------------- Hamilton Global Management, Ltd. 8103 104th St., S.W. Lakewood, WA 98498 Tel. (253) 588-4149 Fax: (253) 588-4366 E-mail: mktg@mdres.com Web: http://www.mdres.com/AtlasCatalog/ -------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 11:50:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B39A737B63E for ; Wed, 18 Apr 2001 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3IIo1t23084; Wed, 18 Apr 2001 11:50:01 -0700 (PDT) (envelope-from gnats) Received: from botbay.net (botbay.net [151.197.159.116]) by hub.freebsd.org (Postfix) with ESMTP id 9675537B42C for ; Wed, 18 Apr 2001 11:44:26 -0700 (PDT) (envelope-from wcampbel@botbay.net) Received: (from wcampbel@localhost) by botbay.net (8.11.1/8.11.3) id f3IIiO326113; Wed, 18 Apr 2001 14:44:24 -0400 (EDT) (envelope-from wcampbel) Message-Id: <200104181844.f3IIiO326113@botbay.net> Date: Wed, 18 Apr 2001 14:44:24 -0400 (EDT) From: Walter Campbell Reply-To: wcampbel@botbay.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/26678: Correction of: misc/26521 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26678 >Category: misc >Synopsis: Correction of: misc/26521 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 18 11:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Walter Campbell >Release: FreeBSD 4.2-STABLE i386 >Organization: BotBay.net >Environment: Correction of: misc/26521 Australia's whois.aunic.net as an option in whois(1) >Description: Correction of the missing u option in the manpage summary of command line options >How-To-Repeat: N/A >Fix: diff -uNrd whois.dist/whois.1 whois/whois.1 --- whois.dist/whois.1 Mon Jan 15 16:56:30 2001 +++ whois/whois.1 Wed Apr 18 14:36:57 2001 @@ -40,7 +40,7 @@ .Nd Internet domain name and network number directory service .Sh SYNOPSIS .Nm -.Op Fl adgimpQrR6 +.Op Fl adgimpQrRu6 .Op Fl h Ar host .Ar name ... .Sh DESCRIPTION @@ -117,8 +117,8 @@ .It Fl p Use the Asia/Pacific Network Information Center .Pq Tn APNIC -database. It contains network numbers used in East Asia, Australia, -New Zealand, and the Pacific islands. +database. It contains network numbers used in East Asia, New Zealand, +and the Pacific islands. .It Fl Q Do a quick lookup. This means that .Nm @@ -136,6 +136,10 @@ database. It contains network numbers and domain contact information for subdomains of .Tn \&.RU . +.It Fl u +Use the Australia Network Information Center +.Pq Tn AUNIC +database. It contains network numbers used in Australia .It Fl 6 Use the IPv6 Resource Center .Pq Tn 6bone diff -uNrd whois.dist/whois.c whois/whois.c --- whois.dist/whois.c Sat Jul 15 03:29:31 2000 +++ whois/whois.c Thu Apr 12 17:37:01 2001 @@ -62,6 +62,7 @@ #define DNICHOST "whois.nic.mil" #define GNICHOST "whois.nic.gov" #define ANICHOST "whois.arin.net" +#define AUNICHOST "whois.aunic.net" #define RNICHOST "whois.ripe.net" #define PNICHOST "whois.apnic.net" #define RUNICHOST "whois.ripn.net" @@ -96,7 +97,7 @@ qnichost = NULL; flags = 0; use_qnichost = 0; - while ((ch = getopt(argc, argv, "adgh:impQrR6")) != -1) { + while ((ch = getopt(argc, argv, "adgh:impQrRu6")) != -1) { switch((char)ch) { case 'a': host = ANICHOST; @@ -128,6 +129,9 @@ case 'R': host = RUNICHOST; break; + case 'u': + host = AUNICHOST; + break; case '6': host = SNICHOST; break; @@ -292,6 +296,6 @@ usage() { (void)fprintf(stderr, - "usage: whois [-adgimpQrR6] [-h hostname] name ...\n"); + "usage: whois [-adgimpQrRu6] [-h hostname] name ...\n"); exit(EX_USAGE); } >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 Apr 18 12:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36DCC37B423 for ; Wed, 18 Apr 2001 12:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3IJA3g27016; Wed, 18 Apr 2001 12:10:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 12:10:03 -0700 (PDT) Message-Id: <200104181910.f3IJA3g27016@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: misc/26678: Correction of: misc/26521 Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26678; it has been noted by GNATS. From: Peter Pentchev To: Walter Campbell Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: misc/26678: Correction of: misc/26521 Date: Wed, 18 Apr 2001 22:07:35 +0300 On Wed, Apr 18, 2001 at 02:44:24PM -0400, Walter Campbell wrote: > > >Number: 26678 > >Category: misc > >Synopsis: Correction of: misc/26521 > >Originator: Walter Campbell > >Release: FreeBSD 4.2-STABLE i386 I don't think this needed a whole new PR. Maybe this one should be closed, and you could sent the patch as a follow-up to the previous one? (Just send it as a reply to any mail you received with misc/26521 in the subject line, and CC it to freebsd-gnats-submit@FreeBSD.org, so it stays in GNATS's audit trail for this PR). G'luck, Peter -- If wishes were fishes, the antecedent of this conditional would be true. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 18:20:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 154BB37B42C for ; Wed, 18 Apr 2001 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J1K1R82396; Wed, 18 Apr 2001 18:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D36537B423 for ; Wed, 18 Apr 2001 18:17:56 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J1Hu182226; Wed, 18 Apr 2001 18:17:56 -0700 (PDT) (envelope-from nobody) Message-Id: <200104190117.f3J1Hu182226@freefall.freebsd.org> Date: Wed, 18 Apr 2001 18:17:56 -0700 (PDT) From: reel@sympatico.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/26689: logname returns error when passing opts args. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26689 >Category: bin >Synopsis: logname returns error when passing opts args. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 18 18:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Félix-Antoine Paradis >Release: FreeBSD 4.3-RC i386 >Organization: Idemnia Networks >Environment: FreeBSD idemnia.ath.cx 4.3-RC FreeBSD 4.3-RC #2: Thu Apr 12 11:25:41 EDT 2001 reel@idemnia.ath.cx:/usr/src/sys/compile/ZEUS i386 >Description: logname is a utility that prints the username on the standard output. when doing: 'logname meuh', it returns my login name, when doing 'logname reel', it returns my login name, when I do 'logname -e', it returns an error. As logname will always return the login whatever the argument passed is, it still wants to know if we passed some options to it. It doesn't have any options. Which means that it should not normally call getopt() to see if there is options, as the next switch only brings it to usage(). >How-To-Repeat: Type: logname -e (or any other options...) Note: logname --e will not give any errors. >Fix: Here is a patch: --- /usr/src/usr.bin/logname/logname.c Fri Mar 28 23:30:48 1997 +++ logname.c Wed Apr 18 21:04:10 2001 @@ -55,15 +55,9 @@ int argc; char *argv[]; { - int ch; char *p; - - while ((ch = getopt(argc, argv, "")) != -1) - switch (ch) { - case '?': - default: - usage(); - } + if (argc != 1) + usage(); argc -= optind; argv += optind; >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 Apr 18 19:20:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1D8C37B42C for ; Wed, 18 Apr 2001 19:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J2K8D91882; Wed, 18 Apr 2001 19:20:08 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 19:20:08 -0700 (PDT) Message-Id: <200104190220.f3J2K8D91882@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Storms of Perfection Subject: Re: kern/26667: Kernel Page Fault/Panic on SWAP Partition Reply-To: Storms of Perfection Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26667; it has been noted by GNATS. From: Storms of Perfection To: freebsd-gnats-submit@FreeBSD.org, ancient@bofh.cet.net Cc: Subject: Re: kern/26667: Kernel Page Fault/Panic on SWAP Partition Date: Wed, 18 Apr 2001 21:09:44 -0500 I turned off softupdates on /usr, and I can't seem to generate the crash anymore. If I come across some core files from the crash, I'll send them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 23: 2:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0164A37B422 for ; Wed, 18 Apr 2001 23:01:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J61LD26271; Wed, 18 Apr 2001 23:01:21 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E850237B422 for ; Wed, 18 Apr 2001 22:50:38 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J5ocr25496; Wed, 18 Apr 2001 22:50:38 -0700 (PDT) (envelope-from nobody) Message-Id: <200104190550.f3J5ocr25496@freefall.freebsd.org> Date: Wed, 18 Apr 2001 22:50:38 -0700 (PDT) From: davidx@viasoft.com.cn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/26694: finger is core dumped Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26694 >Category: bin >Synopsis: finger is core dumped >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 Apr 18 23:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Xu >Release: FreeBSD 4.3RC >Organization: Viasoft >Environment: FreeBSD davidbsd.viasoft.com.cn 4.3-RC FreeBSD 4.3-RC #25: Thu Apr 19 09:10:52 CST 2001 xyf@davidbsd.viasoft.com.cn:/usr/src/sys/compile/xu i386 >Description: finger is core dumped when fingering grog@lemis.com, want to know who is grog@lemis.org? the vinum guy. >How-To-Repeat: $finger grog@lemis.com [lemis.com] Login: grog Name: Greg Lehey Directory: /home/grog Shell: /usr/local/bin/bash Office: Echunga SA, +61-8-8388-8286 Home Phone: +61-8-8388-8250 On since Wed Apr 4 17:38 (CST) on ttyv0, idle 14 days 21:30 (messages off) On since Wed Apr 4 17:45 (CST) on ttyp0, idle 14 days 21:29, from unix:0.0 On since Wed Apr 4 17:44 (CST) on ttyp1, idle 6 days 21:05, from wantadilla:0.0 On since Wed Apr 4 17:45 (CST) on ttyp2, idle 0:34, from echunga:0.0 On since Wed Apr 4 17:45 (CST) on ttyp3, idle 0:05, from echunga:0.0 On since Wed Apr 11 09:01 (CST) on ttyp4, idle 0:15, from echunga:0.0 On since Wed Apr 4 18:29 (CST) on ttyp5, idle 10 days 1:14, from wantadilla:0.0 On since Thu Apr 5 10:19 (CST) on ttyp7, idle 1 day 2:01, from echunga:0.0 On since Fri Apr 6 10:27 (CST) on ttyp8, idle 8 days 6:33, from wantadilla:0.0 On since Mon Apr 16 11:39 (CST) on ttyp9, idle 3 days 2:32, from echunga:0.0 Last login Wed Apr 18 15:24 (CST) on ttypa from firefly.lemis.co New mail received Thu Apr 19 15:00 2001 (CST) Unread since Wed Apr 18 22:21 2001 (CST) Mail forwarded to: grog@lemis.com Project: Throw it as far as you can Home page: http://www.FreeBSD.org/~grog/ PGP public key: -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6.3ia mQCNAzTb3SMAAAEEAMS8rCMuqbX0llo8lPuE+m1/bHTNN4q3o2OFi1t9WXlYd063 XslucmHTYRk+f0OznRpcAuyr1pvYqfnl0Gi5uys/CopKiwaouXZYjSW6PzVnTQza QJKuQwlpSUJhrcj9qXn5CW6FCLRXRcZdSezTZmDPV2jKXadD30ciy96pXaeVAAUR tA5ncm9nQGxlbWlzLmNvbYkAlQMFEDTb3SRHIsveqV2nlQEBnbQD+wf6JL7GgPbM Ql+TK9ZpYUBo+brvkg4GdgWVHbiHEue8dxm0vgEB+K4GpCJEYAx+x6L7ZM4iF4Nv axzS1UrVru9IYforM51jODk4mxZAySTspIbEzmBTY5/7N2i3b4kkiqeCdVKTy2c2 fwkb1+F6EZXY8xaxIFtu3NGRxR0Pd2Am =M7yb -----END PGP PUBLIC KEY BLOCK----- Plan: 2000: Echunga 2001: Adelaide Hills 2002: South Australia 2003: Australia 2004: The world 200Segmentation fault (core dumped) >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 Wed Apr 18 23:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E804137B423 for ; Wed, 18 Apr 2001 23:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J6K2Q30181; Wed, 18 Apr 2001 23:20:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 23:20:02 -0700 (PDT) Message-Id: <200104190620.f3J6K2Q30181@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gregory Bond Subject: Re: bin/26694: finger is core dumped Reply-To: Gregory Bond Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26694; it has been noted by GNATS. From: Gregory Bond To: davidx@viasoft.com.cn Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/26694: finger is core dumped Date: Thu, 19 Apr 2001 16:13:40 +1000 >200Segmentation fault (core dumped) This is grog's little joke. This is from his .plan file, not the local finger program. Notice that no core is generated. This PR can be closed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 23:20:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 227C937B424 for ; Wed, 18 Apr 2001 23:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J6K4130191; Wed, 18 Apr 2001 23:20:04 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DCFE37B424 for ; Wed, 18 Apr 2001 23:16:33 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J6GXi29898; Wed, 18 Apr 2001 23:16:33 -0700 (PDT) (envelope-from nobody) Message-Id: <200104190616.f3J6GXi29898@freefall.freebsd.org> Date: Wed, 18 Apr 2001 23:16:33 -0700 (PDT) From: david@wmol.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26695: CHANGE REQUEST: kill(all) -l output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26695 >Category: misc >Synopsis: CHANGE REQUEST: kill(all) -l output >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 18 23:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David >Release: FreeBSD 4.3-RC >Organization: >Environment: FreeBSD beast.hill.hom 4.3-RC FreeBSD 4.3-RC #1: Thu Mar 29 23:30:04 EST 2001 ocipio@beast.hill.hom:/usr/src/sys/compile/BEAST i386 >Description: My request changes the output of both kill -l and killall -l. Maybe, make `killall -ll` do the new output, and leave -l alone? The current /usr/bin/killall -l outputs: hup int quit ill trap abrt emt fpe kill bus segv sys pipe alrm term urg stop tstp cont chld ttin ttou io xcpu xfsz vtalrm prof winch info usr1 usr2 The new way I think is more helpful, since it displays the numbers and actual words. (bash's way) 1) sighup 2) sigint 3) sigquit 4) sigill 5) sigtrap 6) sigabrt 7) sigemt 8) sigfpe 9) sigkill 10) sigbus 11) sigsegv 12) sigsys 13) sigpipe 14) sigalrm 15) sigterm 16) sigurg 17) sigstop 18) sigtstp 19) sigcont 20) sigchld 21) sigttin 22) sigttou 23) sigio 24) sigxcpu 25) sigxfsz 26) sigvtalrm 27) sigprof 28) sigwinch 29) siginfo 30) sigusr1 31) sigusr2 >How-To-Repeat: >Fix: --- killall.c.old Thu Dec 28 07:14:41 2000 +++ killall.c Thu Apr 19 02:05:17 2001 @@ -73,18 +73,23 @@ static void printsig(FILE *fp) { - const char *const * p; - int cnt; - int offset = 0; - - for (cnt = NSIG, p = sys_signame + 1; --cnt; ++p) { - offset += fprintf(fp, "%s ", upper(*p)); - if (offset >= 75 && cnt > 1) { - offset = 0; + int n, column; + + for (n = 1, column = 0; n < NSIG; n++) + { + fprintf(fp, "%2d) sig%s%s", n, sys_signame[n], + (n == NSIG -1) ? "" : " "); + + if (++column < 4) + fprintf(fp, "\t"); + else { fprintf(fp, "\n"); + column = 0; } } + fprintf(fp, "\n"); + } static void >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 23:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B212537B422 for ; Wed, 18 Apr 2001 23:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J6U3X30912; Wed, 18 Apr 2001 23:30:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 23:30:03 -0700 (PDT) Message-Id: <200104190630.f3J6U3X30912@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: bin/26694: finger is core dumped Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26694; it has been noted by GNATS. From: Dima Dorfman To: davidx@viasoft.com.cn Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/26694: finger is core dumped Date: Wed, 18 Apr 2001 23:20:14 -0700 davidx@viasoft.com.cn writes: > > >Number: 26694 > >Category: bin > >Synopsis: finger is core dumped > > [ snip output of: finger grog@lemis.com ] > Plan: > 2000: Echunga > 2001: Adelaide Hills > 2002: South Australia > 2003: Australia > 2004: The world > 200Segmentation fault (core dumped) Please send us the core file. Yes, the same one that doesn't exist because finger didn't core dump. ;-) I'm pretty sure that's part of grog's .plan file (and if not, something else on his end). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 23:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DF3637B424 for ; Wed, 18 Apr 2001 23:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J6U5v30919; Wed, 18 Apr 2001 23:30:05 -0700 (PDT) (envelope-from gnats) Date: Wed, 18 Apr 2001 23:30:05 -0700 (PDT) Message-Id: <200104190630.f3J6U5v30919@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David Xu" Subject: Re: bin/26694: finger is core dumped Reply-To: "David Xu" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26694; it has been noted by GNATS. From: "David Xu" To: "Gregory Bond" Cc: Subject: Re: bin/26694: finger is core dumped Date: Thu, 19 Apr 2001 14:23:51 +0800 hahaha, it's my mistake. bad boy grog. David Xu ----- Original Message ----- From: Gregory Bond To: Cc: Sent: Thursday, April 19, 2001 2:13 PM Subject: Re: bin/26694: finger is core dumped > >200Segmentation fault (core dumped) > > This is grog's little joke. This is from his .plan file, not the local finger > program. Notice that no core is generated. > > This PR can be closed. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Apr 18 23:35:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE8AF37B42C; Wed, 18 Apr 2001 23:35:31 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J6ZVv31680; Wed, 18 Apr 2001 23:35:31 -0700 (PDT) (envelope-from dd) Date: Wed, 18 Apr 2001 23:35:31 -0700 (PDT) From: Message-Id: <200104190635.f3J6ZVv31680@freefall.freebsd.org> To: davidx@viasoft.com.cn, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26694: finger is core dumped Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: finger is core dumped State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Wed Apr 18 23:35:04 PDT 2001 State-Changed-Why: Originator reports falling into grog's trap. ;-) http://www.freebsd.org/cgi/query-pr.cgi?pr=26694 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 19 0:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 909BF37B424 for ; Thu, 19 Apr 2001 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J7o1w41326; Thu, 19 Apr 2001 00:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC7737B42C for ; Thu, 19 Apr 2001 00:44:55 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J7itE40648; Thu, 19 Apr 2001 00:44:55 -0700 (PDT) (envelope-from nobody) Message-Id: <200104190744.f3J7itE40648@freefall.freebsd.org> Date: Thu, 19 Apr 2001 00:44:55 -0700 (PDT) From: luc@2113.ch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/26696: mediaopt doesn't work with xl drivers "ifconfig: SIOCSIFMEDIA: Device not configured" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26696 >Category: i386 >Synopsis: mediaopt doesn't work with xl drivers "ifconfig: SIOCSIFMEDIA: Device not configured" >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 Apr 19 00:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: luc >Release: FreeBSD 4.3-RC #2 >Organization: none >Environment: FreeBSD felix.net2000.ch 4.3-RC FreeBSD 4.3-RC #2: Tue Apr 10 15:14:33 CEST 2001 root@:/usr/src/sys/compile/BSD2 i386 >Description: I cannot set mediaopt to my network card. dmesg | grep xl0 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xa400-0xa47f mem 0xdf800000-0xdf80007f irq 15 at device 10.0 on pci0 xl0: Ethernet address: 00:10:5a:e2:53:58 felix# ifconfig xl0 xl0: flags=8843 mtu 1500 inet 10.0.0.10 netmask 0xffffff00 broadcast 10.0.0.255 ether 00:10:5a:e2:53:58 media: 10baseT/UTP status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX Here is my problem: felix# ifconfig xl0 mediaopt half-duplex ifconfig: SIOCSIFMEDIA: Device not configured i cannot set mediaopt at all >How-To-Repeat: get a xl netcard configured then: felix# ifconfig xl0 mediaopt half-duplex >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 19 3:34:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A43C37B43C; Thu, 19 Apr 2001 03:34:24 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JAYNc63289; Thu, 19 Apr 2001 03:34:23 -0700 (PDT) (envelope-from ache) Date: Thu, 19 Apr 2001 03:34:23 -0700 (PDT) From: Message-Id: <200104191034.f3JAYNc63289@freefall.freebsd.org> To: alex@kapran.bitmcnit.bryansk.su, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26663: [patch] ru_RU.KOI8-R message catalog for ee(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] ru_RU.KOI8-R message catalog for ee(1) State-Changed-From-To: open->analyzed State-Changed-By: ache State-Changed-When: Thu Apr 19 03:32:41 PDT 2001 State-Changed-Why: Commited into -current http://www.freebsd.org/cgi/query-pr.cgi?pr=26663 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 19 6: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D13AA37B424 for ; Thu, 19 Apr 2001 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JD01O87316; Thu, 19 Apr 2001 06:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 192E837B42C for ; Thu, 19 Apr 2001 05:54:25 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JCsPT86757; Thu, 19 Apr 2001 05:54:25 -0700 (PDT) (envelope-from nobody) Message-Id: <200104191254.f3JCsPT86757@freefall.freebsd.org> Date: Thu, 19 Apr 2001 05:54:25 -0700 (PDT) From: sugimura@jp.FreeBSD.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26703: Japanese holiday Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26703 >Category: misc >Synopsis: Japanese holiday >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 19 06:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: SUGIMURA Takashi >Release: 4.3-RC (2001/04/13) >Organization: >Environment: >Description: There are something wrong with /usr/share/calendar/calendar.holiday. Thanks for Shinya Esu . >How-To-Repeat: % grep Japan /usr/share/calendar/calendar.holiday 01/15 Adults Day in Japan 02/11 National Foundation Day in Japan 03/03 Girl's Day in Japan 05/02 Constitution Day in Japan 05/05 Children's Day in Japan, South Korea 09/15 Respect for the Aged Day in Japan 10/10 Health-Sports Day in Japan 11/03 Culture Day in Japan 11/23 Labor Thanksgiving Day in Japan 04/29 Emperor's Birthday in Japan 05/01 Boy's day in Japan >Fix: Now Japanese holidays are following: 01/01 : Beginning of the Year 2nd Monday of January : Adults Day 02/11 : National Foundation Day 03/20(or 21) : Vernal Equinox 04/29 : Day of Green 05/03 : Constitution Memorial Day 05/04 : National Holiday 05/05 : Children's Day 07/20 : Day of Sea 2nd Monday of September : Respect for the Aged Day 09/23 : Autumnal Equinox 2nd Monday of October : Health Sports Day 11/23 : Labor Thanksgiving Day 12/23 : Emperor's Birthday That's all. Thanks. >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 Apr 19 6:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25EF437B423 for ; Thu, 19 Apr 2001 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JDA1590607; Thu, 19 Apr 2001 06:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9CAE37B42C for ; Thu, 19 Apr 2001 06:01:46 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JD1km87460; Thu, 19 Apr 2001 06:01:46 -0700 (PDT) (envelope-from nobody) Message-Id: <200104191301.f3JD1km87460@freefall.freebsd.org> Date: Thu, 19 Apr 2001 06:01:46 -0700 (PDT) From: eddy+public+spam@noc.everquick.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26704: AHA-2940[UW] gives MPARERR on cold boot (4.2-R) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26704 >Category: kern >Synopsis: AHA-2940[UW] gives MPARERR on cold boot (4.2-R) >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 Apr 19 06:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: E.B. Dreger >Release: >Organization: >Environment: >Description: Upon cold boot, MPARERR is generated. I believe that it is before "Waiting XXX seconds for SCSI bus to settle" appears, but the MPARERR spams the console repeatedly... I might be missing it. This happens regardless of MB of controller, and on every cold boot, but only on cold boots. Quick STFWing via Google told me that I'm not the first: http://www.luga.at/mailing-lists/aic7xxx/msg09868.html It appears that 4.0-C was the topic of discussion, and the problem was fixed circa 2000/02/09... but my 2940 and 2940UW are most unhappy on 4.2-R. >How-To-Repeat: Cold boot. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 19 6:27:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB48137B422; Thu, 19 Apr 2001 06:27:30 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: (from orion@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JDRUq92599; Thu, 19 Apr 2001 06:27:30 -0700 (PDT) (envelope-from orion) Date: Thu, 19 Apr 2001 06:27:30 -0700 (PDT) From: Message-Id: <200104191327.f3JDRUq92599@freefall.freebsd.org> To: aab10490@pop16.odn.ne.jp, orion@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26255: [patch] CS4281 driver, fixed power mode problem. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] CS4281 driver, fixed power mode problem. State-Changed-From-To: open->closed State-Changed-By: orion State-Changed-When: Thu Apr 19 06:24:54 PDT 2001 State-Changed-Why: Patch applied. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=26255 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 19 8: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E1A737B424 for ; Thu, 19 Apr 2001 08:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JF02h00427; Thu, 19 Apr 2001 08:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5500B37B423 for ; Thu, 19 Apr 2001 07:53:37 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JErb999480; Thu, 19 Apr 2001 07:53:37 -0700 (PDT) (envelope-from nobody) Message-Id: <200104191453.f3JErb999480@freefall.freebsd.org> Date: Thu, 19 Apr 2001 07:53:37 -0700 (PDT) From: fwkg7679@mb.infoweb.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26705: P_ALTSTACK in proc::p_flag isn't copied to the child process on fork(2) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26705 >Category: kern >Synopsis: P_ALTSTACK in proc::p_flag isn't copied to the child process on fork(2) >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 Apr 19 08:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KUROSAWA Takahiro >Release: FreeBSD 4-STABLE and FreeBSD 5.0-CURRENT >Organization: >Environment: FreeBSD amdk6 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Sun Apr 15 23:59:14 JST 2001 kurosawa@amdk6:/.world/src/sys/compile/AMDK6ACPI i386 >Description: P_ALTSTACK in struct proc::p_flag should be copied to the child process on fork(2), but actually it isn't. The setting of the signal stack by sigaltstack(2) on the parent process is not inherited to the child process on fork(2) as a result of this problem. This causes a fatal problem on Pthreads applications that uses fork(2). The manpage of sigaction(2) states that the signal stack is inherited to the child process but the signal stack isn't inherited on 4-STABLE and 5-CURRENT. On 3-STABLE systems, the signal stack seems to be inherited to the child process correctly. For more information, please read these mails in -current list: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=473293+0+archive/2001/freebsd-current/20010318.freebsd-current http://docs.freebsd.org/cgi/getmsg.cgi?fetch=332928+0+archive/2001/freebsd-current/20010304.freebsd-current >How-To-Repeat: Run the following program and compare the result on other operatiing systems. At least, FreeBSD 3-STABLE and NetBSD 1.5 correctly handles the setting of the signal stack. #include #include #include #include #include #include #define ALTSTACKSIZE (1024 * 1024) static u_int64_t altstack[ALTSTACKSIZE / sizeof(u_int64_t)]; static void print_sigstack(char *info) { struct sigaltstack ss; int ret; ret = sigaltstack(NULL, &ss); if (ret < 0) { perror("sigaltstack"); exit(1); } printf("%10s: sp=%p size=%d flags=%x\n", info, ss.ss_sp, ss.ss_size, ss.ss_flags); fflush(stdout); } int main(int argc, char *argv[]) { struct sigaltstack ss; pid_t pid; int ret; print_sigstack("original"); ss.ss_sp = (char *)altstack; ss.ss_size = sizeof(altstack); ss.ss_flags = 0; ret = sigaltstack(&ss, NULL); if (ret < 0) { perror("sigaltstack"); exit(1); } print_sigstack("changed"); pid = fork(); if (pid < 0) { perror("fork"); exit(1); } if (pid == 0) { print_sigstack("child"); exit(0); } wait(NULL); print_sigstack("parent"); return 0; } >Fix: Apply this patch to kernel sources: diff -ur src.org/sys/kern/kern_fork.c src/sys/kern/kern_fork.c --- src.org/sys/kern/kern_fork.c Mon Feb 19 00:41:10 2001 +++ src/sys/kern/kern_fork.c Thu Apr 19 11:34:34 2001 @@ -434,7 +434,7 @@ * Preserve some more flags in subprocess. P_PROFIL has already * been preserved. */ - p2->p_flag |= p1->p_flag & P_SUGID; + p2->p_flag |= p1->p_flag & (P_SUGID | P_ALTSTACK); if (p1->p_session->s_ttyvp != NULL && p1->p_flag & P_CONTROLT) p2->p_flag |= P_CONTROLT; if (flags & RFPPWAIT) diff -ur src.org/sys/kern/kern_sig.c src/sys/kern/kern_sig.c --- src.org/sys/kern/kern_sig.c Thu Feb 22 14:15:04 2001 +++ src/sys/kern/kern_sig.c Thu Apr 19 11:35:03 2001 @@ -433,6 +433,7 @@ p->p_sigstk.ss_flags = SS_DISABLE; p->p_sigstk.ss_size = 0; p->p_sigstk.ss_sp = 0; + p->p_flag &= ~P_ALTSTACK; /* * Reset no zombies if child dies flag as Solaris does. */ >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 Apr 19 8:50:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37A2E37B64C for ; Thu, 19 Apr 2001 08:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JFo4L08619; Thu, 19 Apr 2001 08:50:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 19 Apr 2001 08:50:04 -0700 (PDT) Message-Id: <200104191550.f3JFo4L08619@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Akinori MUSHA" Subject: Re: misc/26703: Japanese holiday Reply-To: "Akinori MUSHA" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26703; it has been noted by GNATS. From: "Akinori MUSHA" To: sugimura@jp.FreeBSD.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/26703: Japanese holiday Date: Fri, 20 Apr 2001 00:46:53 +0900 At Thu, 19 Apr 2001 05:54:25 -0700 (PDT), sugimura@jp.FreeBSD.org wrote: > There are something wrong with /usr/share/calendar/calendar.holiday. > > Thanks for Shinya Esu . (snip) > >Fix: > Now Japanese holidays are following: > > 01/01 : Beginning of the Year > 2nd Monday of January : Adults Day > 02/11 : National Foundation Day > 03/20(or 21) : Vernal Equinox > 04/29 : Day of Green > 05/03 : Constitution Memorial Day > 05/04 : National Holiday > 05/05 : Children's Day > 07/20 : Day of Sea > 2nd Monday of September : Respect for the Aged Day > 09/23 : Autumnal Equinox > 2nd Monday of October : Health Sports Day > 11/23 : Labor Thanksgiving Day > 12/23 : Emperor's Birthday Thanks, those entries should be fixed ASAP, however, it'd be nicer if you submitted a patch instead of notes. Note that calendar.* files are formatted as described in calendar(1) manpage. For example, the preferable entries for Vernal Equinox would be as follows: 03/20* Vernal Equinox in Japan 03/21* Vernal Equinox in Japan And the one for Health Sports Day would be like this: 11/MonSecond Health Sports Day in Japan Would you like to accomplish the task? :) -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 19 9:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4108037B42C for ; Thu, 19 Apr 2001 09:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JGA3912904; Thu, 19 Apr 2001 09:10:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 19 Apr 2001 09:10:03 -0700 (PDT) Message-Id: <200104191610.f3JGA3912904@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= Subject: Re: misc/26703: Japanese holiday Reply-To: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26703; it has been noted by GNATS. From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= To: knu@iDaemons.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/26703: Japanese holiday Date: Fri, 20 Apr 2001 01:16:50 +0900 Hello knu, >Thanks, those entries should be fixed ASAP, however, it'd be nicer if >you submitted a patch instead of notes. > Oh, you are right. >Note that calendar.* files are formatted as described in calendar(1) >manpage. For example, the preferable entries for Vernal Equinox would >be as follows: > >03/20* Vernal Equinox in Japan >03/21* Vernal Equinox in Japan > >And the one for Health Sports Day would be like this: > >11/MonSecond Health Sports Day in Japan > >Would you like to accomplish the task? :) > Thank you, but I have little time to make a patch today. Parhaps I make it after tomorrow(20th) 20:00 JST.. --- SUGIMURA Takashi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 19 10:11:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A808A37B423; Thu, 19 Apr 2001 10:11:14 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JHBEI21524; Thu, 19 Apr 2001 10:11:14 -0700 (PDT) (envelope-from schweikh) Date: Thu, 19 Apr 2001 10:11:14 -0700 (PDT) From: Message-Id: <200104191711.f3JHBEI21524@freefall.freebsd.org> To: schweikh@FreeBSD.org, freebsd-bugs@FreeBSD.org, schweikh@FreeBSD.org Subject: Re: misc/25030: LINT (NOTES) has incomplete list of uses for 'option USER_LDT' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: LINT (NOTES) has incomplete list of uses for 'option USER_LDT' Responsible-Changed-From-To: freebsd-bugs->schweikh Responsible-Changed-By: schweikh Responsible-Changed-When: Thu Apr 19 10:10:16 PDT 2001 Responsible-Changed-Why: It's mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=25030 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Apr 19 16:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D9EC37B43C for ; Thu, 19 Apr 2001 16:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3JNK1M78096; Thu, 19 Apr 2001 16:20:01 -0700 (PDT) (envelope-from gnats) Received: from wumpus.wlcg.com (wumpus.wlcg.com [209.9.101.248]) by hub.freebsd.org (Postfix) with ESMTP id 1AFC437B424 for ; Thu, 19 Apr 2001 16:17:22 -0700 (PDT) (envelope-from rsimmons@wumpus.wlcg.com) Received: (from rsimmons@localhost) by wumpus.wlcg.com (8.11.3/8.11.3) id f3JNBIC60226; Thu, 19 Apr 2001 19:11:18 -0400 (EDT) (envelope-from rsimmons) Message-Id: <200104192311.f3JNBIC60226@wumpus.wlcg.com> Date: Thu, 19 Apr 2001 19:11:18 -0400 (EDT) From: Rob Simmons Reply-To: rsimmons@wumpus.wlcg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/26720: Both .cshrc and .profile should have the same path. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26720 >Category: misc >Synopsis: Both .cshrc and .profile should have the same path. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 19 16:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rob Simmons >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD wumpus 4.3-RC FreeBSD 4.3-RC #0: Tue Apr 10 14:19:08 EDT 2001 root@wumpus:/usr/obj/usr/src/sys/WUMPUS i386 >Description: The paths in the skeleton dot files for .cshrc and .profile are different. They should both include /usr/local/sbin >How-To-Repeat: Just look at the path settings in both files. >Fix: *** dot.profile Thu Apr 19 18:58:41 2001 --- /usr/src/share/skel/dot.profile Fri Aug 27 20:21:53 1999 *************** *** 6,12 **** # # remove /usr/games and /usr/X11R6/bin if you want ! PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH # Setting TERM is normally done through /etc/ttys. Do only override # if you're sure that you'll never log in via telnet or xterm or a --- 6,12 ---- # # remove /usr/games and /usr/X11R6/bin if you want ! PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH # Setting TERM is normally done through /etc/ttys. Do only override # if you're sure that you'll never log in via telnet or xterm or a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 1:11:54 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14BCD37B424; Fri, 20 Apr 2001 01:11:53 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3K8Br667188; Fri, 20 Apr 2001 01:11:53 -0700 (PDT) (envelope-from dd) Date: Fri, 20 Apr 2001 01:11:53 -0700 (PDT) From: Message-Id: <200104200811.f3K8Br667188@freefall.freebsd.org> To: dd@freebsd.org, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26507: [PATCH] fixes to dump(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] fixes to dump(8) State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Fri Apr 20 01:11:31 PDT 2001 State-Changed-Why: Patch committed by jkh to both -current and -stable. http://www.freebsd.org/cgi/query-pr.cgi?pr=26507 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 2:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A020937B43E for ; Fri, 20 Apr 2001 02:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3K9A0K74809; Fri, 20 Apr 2001 02:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA4B137B424 for ; Fri, 20 Apr 2001 02:02:21 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3K92La71729; Fri, 20 Apr 2001 02:02:21 -0700 (PDT) (envelope-from nobody) Message-Id: <200104200902.f3K92La71729@freefall.freebsd.org> Date: Fri, 20 Apr 2001 02:02:21 -0700 (PDT) From: paulchef@starwon.com.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26727: glob() function bug in ftpd daemon: what is its status in v2.2.7 and v3.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26727 >Category: misc >Synopsis: glob() function bug in ftpd daemon: what is its status in v2.2.7 and v3.4 >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 Apr 20 02:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Paul Cheffers >Release: v2.2.7 and v3.4 >Organization: Starwon Enterprises >Environment: FreeBSD zeus.starwon.com.au 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Mon Jul 31 1 1:25:57 WST 2000 louis@zeus.starwon.com.au:/usr/src/sys/compile/ZEUS i386 zeus % >Description: COVERT labs at PGP security have found a bug in the glob function for ftpd. You have said this will be fixed in v4.2. We are running v2.2.7 and v3.4 very nicely here. Is the glob() problem happening in those two versions. I also believe from reading the notes that this is not a problem in the FTPD daemon but in the actual system glob() function. Shame on you guys for not separating data and code into different segments like (excuse me) Windows does? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 3:10: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2803037B43C for ; Fri, 20 Apr 2001 03:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KAA6883192; Fri, 20 Apr 2001 03:10:06 -0700 (PDT) (envelope-from gnats) Date: Fri, 20 Apr 2001 03:10:06 -0700 (PDT) Message-Id: <200104201010.f3KAA6883192@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Sergey N. Voronkov" Subject: Re: misc/26727: glob() function bug in ftpd daemon: what is its status in v2.2.7 and v3.4 Reply-To: "Sergey N. Voronkov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26727; it has been noted by GNATS. From: "Sergey N. Voronkov" To: paulchef@starwon.com.au Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/26727: glob() function bug in ftpd daemon: what is its status in v2.2.7 and v3.4 Date: Fri, 20 Apr 2001 16:05:48 +0600 On Fri, Apr 20, 2001 at 02:02:21AM -0700, paulchef@starwon.com.au wrote: > FreeBSD zeus.starwon.com.au 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Mon Jul 31 1 > 1:25:57 WST 2000 louis@zeus.starwon.com.au:/usr/src/sys/compile/ZEUS i386 > zeus % > >Description: > COVERT labs at PGP security have found a bug in the glob function > for ftpd. You have said this will be fixed in v4.2. We are running > v2.2.7 and v3.4 very nicely here. Is the glob() problem happening in > those two versions. I also believe from reading the notes that this Sure. > is not a problem in the FTPD daemon but in the actual system glob() > function. Shame on you guys for not separating data and code into > different segments like (excuse me) Windows does? > Upgrade your systems to at least 3.5.1-STABLE or you can try to port this patch to your system by hand... if you like it. (If you see the page ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/ you can find much more security holes related to your systems. So, please think twice before porting patches.) Serg N. Voronkov. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 3:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 124D537B423 for ; Fri, 20 Apr 2001 03:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KAU4o86522; Fri, 20 Apr 2001 03:30:04 -0700 (PDT) (envelope-from gnats) Received: from cgmd76206.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 7043837B42C for ; Fri, 20 Apr 2001 03:21:05 -0700 (PDT) (envelope-from edwin@cgmd76206.chello.nl) Received: by cgmd76206.chello.nl (Postfix, from userid 1001) id 385E8236; Fri, 20 Apr 2001 12:21:04 +0200 (CEST) Message-Id: <20010420102104.385E8236@cgmd76206.chello.nl> Date: Fri, 20 Apr 2001 12:21:04 +0200 (CEST) From: edwin@mavetju.org Reply-To: edwin@mavetju.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/26729: default doc-supfile puts files in wrong default directory Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26729 >Category: misc >Synopsis: default doc-supfile puts files in wrong directory >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 Apr 20 03:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.2-RELEASE i386 >Organization: - >Environment: FreeBSD 4.2, standard doc-supfile. >Description: After cvsupping the documents-tree I realized that none of the files had changed. Later on I found that all the documents were stored in /usr/doc instead of /usr/share/doc. Realizing that this also happened with the ports-collection (/usr/ports) and checking the supfiles, I wondered if the default prefix for the doc-supfile could be changed into /usr/share so that everything there will be updated nicely. >How-To-Repeat: - >Fix: [/usr/src/share/examples/cvsup] root@p6>diff -u doc-supfile.old doc-supfile --- doc-supfile.old Fri Apr 20 12:08:33 2001 +++ doc-supfile Fri Apr 20 12:08:38 2001 @@ -50,7 +50,7 @@ # listed at http://www.freebsd.org/handbook/mirrors.html. *default host=CHANGE_THIS.FreeBSD.org *default base=/usr -*default prefix=/usr +*default prefix=/usr/share *default release=cvs tag=. *default delete use-rel-suffix >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 Apr 20 5:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F6A637B423 for ; Fri, 20 Apr 2001 05:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KCA3K10678; Fri, 20 Apr 2001 05:10:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 20 Apr 2001 05:10:03 -0700 (PDT) Message-Id: <200104201210.f3KCA3K10678@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: conf/25472: add bg_BG.CP1251 locale support Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/25472; it has been noted by GNATS. From: Peter Pentchev To: "Andrey A. Chernov" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/25472: add bg_BG.CP1251 locale support Date: Fri, 20 Apr 2001 14:59:27 +0300 OK, points taken, I'm redoing the patch now. Thanks a lot for the URL and RFC references! (and for your patience in not dismissing this PR right away, but actually trying to help :) However, I've stumbled into some problems. The windows-1251 document on IANA's ftp site points at http://www.microsoft.com/globaldev/ as the authoritative source for information about the windows-1251 charset. From that site, I found: http://www.microsoft.com/globaldev/reference/sbcs/1251.htm which lists the code -> Unicode mapping for the charset. However, RFC 1345 does not list the following three characters: 85 = U+2026 : HORIZONTAL ELLIPSIS 88 = U+20AC : EURO SIGN 95 = U+2022 : BULLET Is RFC 1345 obsoleted by some other, which includes these three codes? If not, can you tell me where I can find the names I should use for them? Many thanks again! G'luck, Peter -- If there were no counterfactuals, this sentence would not have been paradoxical. On Thu, Mar 01, 2001 at 04:40:04AM -0800, Andrey A. Chernov wrote: > The following reply was made to PR conf/25472; it has been noted by GNATS. > > From: "Andrey A. Chernov" > To: Peter Pentchev > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: conf/25472: add bg_BG.CP1251 locale support > Date: Thu, 1 Mar 2001 15:38:16 +0300 > > On Wed, Feb 28, 2001 at 18:56:05 -0000, Peter Pentchev wrote: > > > >Synopsis: add bg_BG.CP1251 locale support > > There is no CP1251 charset name in > ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets > list. Use existen standard "windows-1251" name instead. > > > + <80>;<81>;<82>;<83>;<84>;<85>;<86>;<87>;\ > > Use standard RFC1345 symbolic names here. > > > +80 \x80 > > +81 \x81 > > +82 \x82 > > The same here. Digits are not standard predefined names. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 5:30: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81B3437B42C for ; Fri, 20 Apr 2001 05:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KCU6L13015; Fri, 20 Apr 2001 05:30:06 -0700 (PDT) (envelope-from gnats) Date: Fri, 20 Apr 2001 05:30:06 -0700 (PDT) Message-Id: <200104201230.f3KCU6L13015@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Andrey A. Chernov" Subject: Re: conf/25472: add bg_BG.CP1251 locale support Reply-To: "Andrey A. Chernov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/25472; it has been noted by GNATS. From: "Andrey A. Chernov" To: Peter Pentchev Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/25472: add bg_BG.CP1251 locale support Date: Fri, 20 Apr 2001 16:22:42 +0400 On Fri, Apr 20, 2001 at 14:59:27 +0300, Peter Pentchev wrote: > Is RFC 1345 obsoleted by some other, which includes these three codes? > If not, can you tell me where I can find the names I should use for them? > Many thanks again! Yes, RFC1345 is known to be obsoleted at this moment. Use ISO 9945-2 two-letters mnemonics extensions available somewhere at ftp://std.dkuug.dk/i18n/ -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 5:36: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id AF8E037B42C for ; Fri, 20 Apr 2001 05:36:05 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f3KCa4783748 for freebsd-bugs@FreeBSD.ORG; Fri, 20 Apr 2001 16:36:04 +0400 (MSD) (envelope-from ache) Date: Fri, 20 Apr 2001 16:36:02 +0400 From: "Andrey A. Chernov" To: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/25472: add bg_BG.CP1251 locale support Message-ID: <20010420163601.A83617@nagual.pp.ru> References: <200104201230.f3KCU6L13015@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104201230.f3KCU6L13015@freefall.freebsd.org>; from ache@nagual.pp.ru on Fri, Apr 20, 2001 at 05:30:06AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 20, 2001 at 05:30:06 -0700, Andrey A. Chernov wrote: > > Yes, RFC1345 is known to be obsoleted at this moment. Use ISO 9945-2 > two-letters mnemonics extensions available somewhere at > ftp://std.dkuug.dk/i18n/ Exact name for windows-1251 charset is: ftp://std.dkuug.dk/i18n/charmaps/CP1251 -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 5:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B934C37B422 for ; Fri, 20 Apr 2001 05:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KCe3o14350; Fri, 20 Apr 2001 05:40:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 20 Apr 2001 05:40:03 -0700 (PDT) Message-Id: <200104201240.f3KCe3o14350@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: misc/26729: default doc-supfile puts files in wrong default directory Reply-To: Edwin Groothuis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26729; it has been noted by GNATS. From: Edwin Groothuis To: Victor Ivanov Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/26729: default doc-supfile puts files in wrong default directory Date: Fri, 20 Apr 2001 14:37:09 +0200 On Fri, Apr 20, 2001 at 01:53:47PM +0300, Victor Ivanov wrote: > The docs collection is not the thing in /usr/share/doc, it is the source for > it. Apologies, you're right. I was too fast with my conclusions. Can somebody close this PR? Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://FatalDimensions.nl.eu.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 5:47:39 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 2593B37B43C for ; Fri, 20 Apr 2001 05:47:21 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 34643 invoked by uid 1000); 20 Apr 2001 12:45:39 -0000 Date: Fri, 20 Apr 2001 15:45:39 +0300 From: Peter Pentchev To: "Andrey A. Chernov" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/25472: add bg_BG.CP1251 locale support Message-ID: <20010420154538.D58471@ringworld.oblivion.bg> Mail-Followup-To: "Andrey A. Chernov" , freebsd-bugs@FreeBSD.ORG References: <200104201230.f3KCU6L13015@freefall.freebsd.org> <20010420163601.A83617@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010420163601.A83617@nagual.pp.ru>; from ache@nagual.pp.ru on Fri, Apr 20, 2001 at 04:36:02PM +0400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 20, 2001 at 04:36:02PM +0400, Andrey A. Chernov wrote: > On Fri, Apr 20, 2001 at 05:30:06 -0700, Andrey A. Chernov wrote: > > > > Yes, RFC1345 is known to be obsoleted at this moment. Use ISO 9945-2 > > two-letters mnemonics extensions available somewhere at > > ftp://std.dkuug.dk/i18n/ > > Exact name for windows-1251 charset is: > ftp://std.dkuug.dk/i18n/charmaps/CP1251 Thanks again; this almost exactly coincides with my workarounds - though not quite :) It lists '.3' (midline horizonal ellipsis) for 85, nothing for 88 (the Euro sign), and 'sb' (nonexistent) for 95 (bullet). So what now? :) I can live with .3 and sb, although .3 is a mid-line ellipsis, and char 85 is a bottom ellipsis; and I would prefer to use Sb, which exists, for the bullet. What do I put for the Euro sign? :) G'luck, Peter -- I am not the subject of this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 5:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BA0B37B43C for ; Fri, 20 Apr 2001 05:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KCo3t15602; Fri, 20 Apr 2001 05:50:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 20 Apr 2001 05:50:03 -0700 (PDT) Message-Id: <200104201250.f3KCo3t15602@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: conf/25472: add bg_BG.CP1251 locale support Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/25472; it has been noted by GNATS. From: Peter Pentchev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: conf/25472: add bg_BG.CP1251 locale support Date: Fri, 20 Apr 2001 15:47:01 +0300 Hm, forgot to CC GNATS. G'luck, Peter -- I am jealous of the first word in this sentence. ----- Forwarded message from Peter Pentchev ----- Date: Fri, 20 Apr 2001 15:45:39 +0300 From: Peter Pentchev To: "Andrey A. Chernov" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/25472: add bg_BG.CP1251 locale support On Fri, Apr 20, 2001 at 04:36:02PM +0400, Andrey A. Chernov wrote: > On Fri, Apr 20, 2001 at 05:30:06 -0700, Andrey A. Chernov wrote: > > > > Yes, RFC1345 is known to be obsoleted at this moment. Use ISO 9945-2 > > two-letters mnemonics extensions available somewhere at > > ftp://std.dkuug.dk/i18n/ > > Exact name for windows-1251 charset is: > ftp://std.dkuug.dk/i18n/charmaps/CP1251 Thanks again; this almost exactly coincides with my workarounds - though not quite :) It lists '.3' (midline horizonal ellipsis) for 85, nothing for 88 (the Euro sign), and 'sb' (nonexistent) for 95 (bullet). So what now? :) I can live with .3 and sb, although .3 is a mid-line ellipsis, and char 85 is a bottom ellipsis; and I would prefer to use Sb, which exists, for the bullet. What do I put for the Euro sign? :) ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 5:59: 2 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 1381A37B42C for ; Fri, 20 Apr 2001 05:59:00 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.3/8.11.3) id f3KCwrt84067 for freebsd-bugs@FreeBSD.ORG; Fri, 20 Apr 2001 16:58:53 +0400 (MSD) (envelope-from ache) Date: Fri, 20 Apr 2001 16:58:52 +0400 From: "Andrey A. Chernov" To: freebsd-bugs@FreeBSD.ORG Subject: Re: conf/25472: add bg_BG.CP1251 locale support Message-ID: <20010420165852.A83963@nagual.pp.ru> References: <200104201230.f3KCU6L13015@freefall.freebsd.org> <20010420163601.A83617@nagual.pp.ru> <20010420154538.D58471@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010420154538.D58471@ringworld.oblivion.bg>; from roam@orbitel.bg on Fri, Apr 20, 2001 at 03:45:39PM +0300 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 20, 2001 at 15:45:39 +0300, Peter Pentchev wrote: > > So what now? :) I can live with .3 and sb, although .3 is a mid-line > ellipsis, and char 85 is a bottom ellipsis; and I would prefer to use > Sb, which exists, for the bullet. What do I put for the Euro sign? :) Sb == BULLET OPERATOR, it is different from "sb" == BULLET For Euro search in the ISO-8859-15 definition in the same directory. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 6:40:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4515237B424 for ; Fri, 20 Apr 2001 06:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KDe3925426; Fri, 20 Apr 2001 06:40:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 20 Apr 2001 06:40:03 -0700 (PDT) Message-Id: <200104201340.f3KDe3925426@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= Subject: Re: misc/26703: Japanese holiday Reply-To: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26703; it has been noted by GNATS. From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= To: knu@iDaemons.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/26703: Japanese holiday Date: Fri, 20 Apr 2001 22:45:10 +0900 ----Next_Part(Fri_Apr_20_22:45:07_2001_809)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dear knu and all, I've just made a patch to /usr/src/usr.bin/calendar/calendars/calendar.holiday. Please check and try it. Thank you, --- SUGIMURA Takashi ----Next_Part(Fri_Apr_20_22:45:07_2001_809)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="calendar.holiday.diff" --- calendar.holiday.orig Fri Apr 20 22:32:40 2001 +++ calendar.holiday Fri Apr 20 22:40:53 2001 @@ -9,6 +9,7 @@ 01/01 Independence Day in Haiti, Sudan 01/01 Universal Fraternity Day in Mozambique +01/01 Beginning of the Year in Japan 01/02 Ancestry Day in Haiti 01/02 St. Berchtold's Day in Switzerland 01/03 New Year's Holiday in Scotland @@ -23,7 +24,7 @@ 01/11 Armed Forces Day in Liberia 01/12 Zanzibar Revolution Day in Tanzania 01/13 National Liberation Day in Togo -01/15 Adults Day in Japan +01/MonSecond Adults Day in Japan 01/15 Arbor Day in Jordan 01/16 Martyrs Day in Benin 01/18 Revolution Day in Tunisia @@ -63,7 +64,6 @@ 03/02 Peasants Day in Burma 03/02 Texas Independence day 03/02 Victory of Adowa in Ethiopia -03/03 Girl's Day in Japan 03/03 Throne Day in Morocco 03/04 Vermont Admission Day (admitted as 14th state in 1791) 03/05 Independence Day in Equatorial Guinea @@ -91,6 +91,8 @@ 03/19 Tree Planting Day in Lestho 03/20 Independence Day in Tunisia 03/20 Youth Day in Oklahoma +03/20* Vernal Equinox in Japan +03/21* Vernal Equinox in Japan 03/21 Afghan New Year in Afghanistan 03/21 Juarez' Birthday in Mexico 03/22 Abolition Day in Puerto Rico @@ -142,14 +144,16 @@ 04/26 Confederate Memorial Day in Florida & Georgia 04/26 Union Day in Tanzania 04/27 Independence Day in Togo +04/29 Day of Green in Japan 04/MonLast Arbor Day in Wyoming (last Monday) 04/MonLast Confederate Memorial Day in Alabama & Mississippi (last Monday) 04/30 The Workers Day in Uruguay 05/01 Labor Day in many places 05/01 Law Day (decl. by Eisenhower) 05/01 May Day in many places -05/02 Constitution Day in Japan +05/03 Constitution Memorial Day in Japan 05/04 Rhode Island Independence Day +05/04 National Holiday in Japan 05/05 Children's Day in Japan, South Korea 05/05 Coronation Day in Thailand 05/05 Liberation Day in Netherlands @@ -255,6 +259,7 @@ 07/18 Liberation Day in Nicaragua 07/19 Martyrs Day in Burma 07/20 Independence Day in Colombia +07/20 Day of Sea in Japan 07/21 National Holiday in Belgium 07/22 National Day in Poland 07/23 Egyptian National Day in Syrian Arab Republic @@ -327,7 +332,7 @@ 09/12 Defender's Day in Maryland 09/12 Revolution Day in Ethiopia 09/13 Barry Day commemorates the death of Commodore John Barry -09/15 Respect for the Aged Day in Japan +09/MonSecond Respect for the Aged Day in Japan 09/16 Cherokee Strip Day in Oklahoma 09/16 Independence Day in Mexico, Papua, New Guinea 09/17 National Heroes Day in Angola @@ -336,6 +341,8 @@ 09/21 Independence Day in Belize 09/22 Independence Day in Mali 09/22 National Sovereignty Day in Haiti +09/22* Autumnal Equinox in Japan +09/23* Autumnal Equinox in Japan 09/24 Independence Day in Guinea-Bissau 09/24 National Day in Saudi Arabia 09/24 Republic Day in Trinidad, Tobago @@ -364,8 +371,8 @@ 10/09 Korean Alphabet Day in South Korea 10/09 Leif Erikson Day commemorates the discovery of North America in AD 1000 10/09 Republic Day in Khmer Republic +10/MonSecond Health Sports Day in Japan 10/10 Fiji Day in Fiji -10/10 Health-Sports Day in Japan 10/10 National Day in Taiwan 10/10 Oklahoma Historical Day in Oklahoma 10/11 Day of the Revolution in Panama @@ -455,6 +462,7 @@ 12/17 National Day in Bhutan 12/18 Republic Day in Niger 12/23 Victory Day in Egypt +12/23 Emperor's Birthday in Japan 12/25 Children's Day in Congo 12/26 Bank Holiday in Canada, Rep. of Ireland, and UK 12/26 Boxing Day @@ -470,9 +478,7 @@ 04/21 Tiradentes in Brazil 04/25 Anniversary of the Revolution in Portugal -04/29 Emperor's Birthday in Japan 04/30 Queen's Birthday in Netherlands, Netherlands Antilles -05/01 Boy's day in Japan 05/02 King's Birthday in Lesotho 05/05 Battle of Puebla in Mexico 05/08 Buddha's Birthday in South Korea ----Next_Part(Fri_Apr_20_22:45:07_2001_809)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 6:46:56 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F62737B423; Fri, 20 Apr 2001 06:46:54 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KDkrC49862; Fri, 20 Apr 2001 06:46:53 -0700 (PDT) (envelope-from knu) Date: Fri, 20 Apr 2001 06:46:53 -0700 (PDT) From: Message-Id: <200104201346.f3KDkrC49862@freefall.freebsd.org> To: sugimura@jp.FreeBSD.org, knu@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26703: Japanese holiday Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Japanese holiday State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Fri Apr 20 22:44:48 JST 2001 State-Changed-Why: Committed on CURRENT. It will be MFC'd later. Thanks for the patch! http://www.freebsd.org/cgi/query-pr.cgi?pr=26703 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 13:10:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AE2B37B43C for ; Fri, 20 Apr 2001 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KKA1483269; Fri, 20 Apr 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A518537B423 for ; Fri, 20 Apr 2001 13:04:28 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KK4Si80109; Fri, 20 Apr 2001 13:04:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200104202004.f3KK4Si80109@freefall.freebsd.org> Date: Fri, 20 Apr 2001 13:04:28 -0700 (PDT) From: lazaro@online.no, salem@statoil.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/26736: System freeze booting from (i386) 4.3 floppies on HP Vectra VL 6/233 Series 7 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26736 >Category: i386 >Synopsis: System freeze booting from (i386) 4.3 floppies on HP Vectra VL 6/233 Series 7 >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 Apr 20 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Lazaro D. Salem >Release: 4.3RC4 >Organization: none >Environment: Sorry, was not possible to complete the boot to run 'uname -a'. The system is a HP-Vectra VL 6/233 Series 7 (i386) with a Phoenix BIOS 4.0 Release 6.0.P (1997) >Description: I am using the 4.3RC4 floppies. After inserting the mfsroot.flp and configuring drivers w/Kernel config Menu in visual mode, I left (the minimal) following Active Drivers: Dev---IRQ--Port Storage: ata0 14 0x1f0 ata1 15 0x170 fdc0 6 0x3f0 Communications: ppc0 7 sio0 4 0x3f8 Input: atkbd0 1 psm0 12 sc0 Miscellaneous: npx0 13 0xf0 Them quit and saved config, and let the kernel autoprobe devices: --- begin transcript of last lines seen on the screen: md0: Preloaded image 2949120 bytes at 0xc03a0628 md1: Malloc disk npx0: on motherboard npx0: INT 16 interface pcbi0: on motherboard pci0: on pcib0 pcbi1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 9 isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xfcd0-0xfcdf at device 4.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xfce0-0xfcff irq 9 at device 4.2 on pci0 usb0: USB revision 1.0 uhub0: 2 ports with 2 removable, self powered chip1: port 0x8800-0x880f at device 4.3 on pci0 pci0: Advanced -> ISA Resource Exclusion (*) -> I then changed the value of the IRQ 9 item from "Available" to "Reserved" (**). All the other IRQ items (3,4,5,7,10,11 and 15) were left "Available". Trying to boot again after this BIOS setup, does not help: The system freezes at the same point with the same messages as above except for the following: every instance of 'irq 9' in the text above is replaced by 'irq 11'. If in addition to disabling the IRQ 9, I also disable the IRQ 11 and retry, the machine still hangs ('irq 11' is now replaced by 'irq 10'). Notes: (*) For this option, from the 'Item Specific Help' panel in the BIOS setup, I read: Reserves interrupts for legacy ISA devices to prevent conflict with PCI/PnP devices (**) The option Available allows to allocate IRQ for PCI or ISA PnP devices. >How-To-Repeat: >Fix: Workaround: Maybe disabling probing of USB _and_ Power management in GENERIC? Fix: I do not really know. First, notice the system has presently two graphic cards: one integrated in the motherboard (AGP Cirrus Logic Laguna GD5465) and an external one (Number 9 Imagine 128) and both are on the PCI bus. The USB and the two graphic cards presently are reported to use the same IRQ, although at different ports. Should that happen at all? I am also not really sure that this is an IRQ asignement problem, as a first look suggests. It might have to do with the power management controller... It is worth to mention I had this problem every time I tried booting from releases floppies in the 4.x branch. In all those attempts (specifically using 4.0-R,4.1.1-R and 4.2-R floppies) I had only _one_ graphic card. I still observed the same problem, which was reported in PR misc/18201. The USB messages were then slightly different. I guess that is due to the work done on the USB code since 4.0-R. But still the IRQ 9 was shared by the USB and the single graphic card (Cirrus Logic GD5465). In those cases the system stopped responding just after printing: [snip previous lines] chip1: port 0x8800-0x880f at device 4.3 on pci0 -- After that I had always to pull the chord to reboot. Puzzle: with 4.3RC4 the system hangs after recognizing the 2nd graphic card, printed after probing the Power management controller. If the 82371AB was the culprit, shouldn't it hang before the last line when trying 4.3RC floppies?. Another failed attempt was as follows: When playing with the 4.1.1 CD, I managed to install the src/sys tree, edited GENERIC, commented out all USB support in it (at least I thought so) and finally compiled a 4.x kernel which I copied to the kernel.flp diskette. No changes to mfsroot.flp, though. I tried in this way to eliminate the sharing of one IRQ by two devices. The system still hanged at boot time with these floppies. ---- The box presently runs 3.5-STABLE without no other inconvenience than be "forced" to do so. I am willing to test any floppy pair you send me to overcome this problem. Thank you for reading this long post. >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 Apr 20 14:10:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB1CD37B43E for ; Fri, 20 Apr 2001 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KLA3691267; Fri, 20 Apr 2001 14:10:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80E9537B43E for ; Fri, 20 Apr 2001 14:08:15 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KL8Fm91059; Fri, 20 Apr 2001 14:08:15 -0700 (PDT) (envelope-from nobody) Message-Id: <200104202108.f3KL8Fm91059@freefall.freebsd.org> Date: Fri, 20 Apr 2001 14:08:15 -0700 (PDT) From: sucho2@vt.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/26739: I can't seem to open files through console as a super user! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26739 >Category: i386 >Synopsis: I can't seem to open files through console as a super user! >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 20 14:10:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sung N. Cho >Release: FreeBSD 4.3-RC4 >Organization: Dept. of Physics, Virginia Polytechnic Institute & State University >Environment: FreeBSD 198.82.247.66 4.3-RC4 FreeBSD 4.3-RC4 #0: Fri Apr 20 16:14:32 EDT 2001 sncho@198.82.247.66:/usr/src/sys/compile/MYKERNEL i386 >Description: I am at the moment using XFree86 4.03. When I try to run say, gedit or any other programs as a super user from console, I get connection to ":0.0" refused by server! Here's exactly what's on my screen. %su Password: 198# gedit Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server Gtk-WARNING **: cannot open display: :0 198# Any way I can change in xserver setting so I can open editors as a super user? Thank you. Yours sincerely, Sung N. Cho, Friday, April 20, 2001. >How-To-Repeat: Log in to gnome or any othe desktop or window managers as a regular user. Then open terminal or console. Try to run any programs, say gedit or kedit as a super user. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 14:19:48 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from nova.sparklist.com (nova.sparklist.com [207.250.144.28]) by hub.freebsd.org (Postfix) with SMTP id 512F337B443 for ; Fri, 20 Apr 2001 14:18:55 -0700 (PDT) (envelope-from bounce-fwd-newswire-2059524@nova.sparklist.com) X-Mailer: Lyris Web Interface Date: Fri, 20 Apr 2001 15:21:53 -0500 Subject: FirewireDirect Gets A New Spark Mime-Version: 1.0 To: "FirewireDirect.com" From: "FirewireDirect NewsWire" Content-Type: multipart/alternative; boundary="============newsletter============" List-Unsubscribe: Reply-To: "FirewireDirect.com" X-Hosted-By: http://SparkLIST.com/ - The Business Email List Experts Message-Id: <20010420211855.512F337B443@hub.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --============newsletter============ Content-Type: text/plain; charset="iso-8859-1" ; format="flowed" Content-Transfer-Encoding: quoted-printable FirewireDirect is happy to announce the debut and immediate availability of the newest in our series of FireWire storage solutions, the 2.5" Spark II FireWire & USB Portable Hard Drive. The new design means we've retired the number of the original Spark, the popular mobile hard drive that launched our line of FireWire solutions. We've replaced it with an even smaller chassis, and added USB for extra flexability. Come by our web site to see the new package, and order this weekend to receive FREE SHIPPING. Spark II 10GB HDD - $259 Spark II 20GB HDD - $329 Spark II Firewire Enclosure Kit - $119 This offer ends Tuesday, April 24, 200. This is a special offer to subscribers to this list. Please see our web site for info about these offers. --- You are currently subscribed to fwd-newswire as: freebsd-bugs@freebsd.org To unsubscribe send a blank email to leave-fwd-newswire-2059524M@nova.sparklist.com or visit our subscription page at http://firewiredirect.com/company/newswire/subscribe.shtml --============newsletter============ Content-Type: text/html; charset="iso-8859-1" ; Content-Transfer-Encoding: 8bit
FirewireDirect Newswire April 20, 2001
If you have trouble seeing this email, please click here for help.


FirewireDirect is happy to announce the debut and immediate availability of the newest in our series of FireWire storage solutions, the 2.5" Spark II FireWire & USB Portable Hard Drive.

The new design means we've retired the number of the original Spark, the popular mobile hard drive that launched our line of FireWire solutions. We've replaced it with an even smaller chassis, and added USB for extra flexability.

Come by our web site to see the new package, and order this weekend to receive FREE SHIPPING.

Spark II 10GB HDD - $259

Spark II 20GB HDD - $329

Spark II Firewire Enclosure Kit - $119

This offer ends Tuesday, April 24, 200. This is a special offer to subscribers to this list. Please see our web site for info about these offers.


You received this message because you subscribed to the FirewireDirect Newswire.

You are currently subscribed to fwd-newswire as:
freebsd-bugs@freebsd.org
To unsubscribe send a blank email to
leave-fwd-newswire-2059524M@nova.sparklist.com
Or visit our subscription page at
http://firewiredirect.com/company/newswire/subscribe.shtml


To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 15: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7946F37B43F for ; Fri, 20 Apr 2001 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KM02M94476; Fri, 20 Apr 2001 15:00:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 20 Apr 2001 15:00:02 -0700 (PDT) Message-Id: <200104202200.f3KM02M94476@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: User & Subject: Re: i386/26739: I can't seem to open files through console as a super user! Reply-To: User & Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/26739; it has been noted by GNATS. From: User & To: sucho2@vt.edu Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/26739: I can't seem to open files through console as a super user! Date: Sat, 21 Apr 2001 00:59:26 +0300 What about using xhost ? xhost +localhost will work I think. Boris Georgiev On Fri, Apr 20, 2001 at 02:08:15PM -0700, sucho2@vt.edu wrote: > > >Number: 26739 > >Category: i386 > >Synopsis: I can't seem to open files through console as a super user! > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Fri Apr 20 14:10:03 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Sung N. Cho > >Release: FreeBSD 4.3-RC4 > >Organization: > Dept. of Physics, Virginia Polytechnic Institute & State University > >Environment: > FreeBSD 198.82.247.66 4.3-RC4 FreeBSD 4.3-RC4 #0: Fri Apr 20 16:14:32 EDT 2001 > sncho@198.82.247.66:/usr/src/sys/compile/MYKERNEL i386 > >Description: > I am at the moment using XFree86 4.03. When I try to run say, gedit > or any other programs as a super user from console, I get connection to > ":0.0" refused by server! Here's exactly what's on my screen. > > > %su > Password: > 198# gedit > Xlib: connection to ":0.0" refused by server > Xlib: Client is not authorized to connect to Server > > Gtk-WARNING **: cannot open display: :0 > 198# > > Any way I can change in xserver setting so I can open editors as a super user? > > Thank you. > > > Yours sincerely, > Sung N. Cho, > Friday, April 20, 2001. > >How-To-Repeat: > Log in to gnome or any othe desktop or window managers as a regular user. > Then open terminal or console. Try to run any programs, say gedit or kedit > as a super user. > >Fix: > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 15:37:10 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from nova.sparklist.com (nova.sparklist.com [207.250.144.28]) by hub.freebsd.org (Postfix) with SMTP id 5A34237B42C for ; Fri, 20 Apr 2001 15:37:08 -0700 (PDT) (envelope-from sparklist-admin@nova.sparklist.com) Message-Id: X-sparklist-type: unsubscribed From: "SparkLIST.com" Reply-To: "SparkLIST.com" To: freebsd-bugs@freebsd.org Subject: Re: your unsubscribe request Date: Fri, 20 Apr 2001 17:39:11 -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As you requested, you have been unsubscribed from 'fwd-newswire'. --- Return-Path: Received: from mailhost.sparknet.net ([207.67.22.123]) by nova.sparklist.com with SMTP (SparkLIST.com WIN32 version 4.1); Fri, 20 Apr 2001 17:39:10 -0500 Received: from don-oakes.sparklist.com (dhcp-client-26.sparklist.com [207.250.191.151]) by mailhost.sparknet.net (8.10.1/8.10.1) with ESMTP id f3KMfOI08668 for ; Fri, 20 Apr 2001 17:41:24 -0500 Message-Id: <4.3.1.2.20010420173335.02d7c4f0@207.67.22.123> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 20 Apr 2001 17:33:39 -0500 To: fwd-newswire-request From: admin Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed # Mail sent to leave-fwd-newswire-2059524m was converted to these commands: unsubscribe fwd-newswire freebsd-bugs@freebsd.org confirm end # This is the text of the message that triggered the action: Return-Path: Received: from mailhost.sparknet.net ([207.67.22.123]) by nova.sparklist.com with SMTP (SparkLIST.com WIN32 version 4.1); Fri, 20 Apr 2001 17:39:10 -0500 Received: from don-oakes.sparklist.com (dhcp-client-26.sparklist.com [207.250.191.151]) by mailhost.sparknet.net (8.10.1/8.10.1) with ESMTP id f3KMfOI08668 for ; Fri, 20 Apr 2001 17:41:24 -0500 Message-Id: <4.3.1.2.20010420173335.02d7c4f0@207.67.22.123> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 20 Apr 2001 17:33:39 -0500 To: leave-fwd-newswire-2059524M@nova.sparklist.com From: admin Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 15:53:53 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D69337B42C; Fri, 20 Apr 2001 15:53:51 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KMrpu01075; Fri, 20 Apr 2001 15:53:51 -0700 (PDT) (envelope-from dd) Date: Fri, 20 Apr 2001 15:53:51 -0700 (PDT) From: Message-Id: <200104202253.f3KMrpu01075@freefall.freebsd.org> To: paulchef@starwon.com.au, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26727: glob() function bug in ftpd daemon: what is its status in v2.2.7 and v3.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: glob() function bug in ftpd daemon: what is its status in v2.2.7 and v3.4 State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Fri Apr 20 15:53:23 PDT 2001 State-Changed-Why: The PR database is for problem reports, not questions. The latter belong on the freebsd-questions@freebsd.org mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=26727 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 15:54:24 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75AE837B42C; Fri, 20 Apr 2001 15:54:22 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KMsM301183; Fri, 20 Apr 2001 15:54:22 -0700 (PDT) (envelope-from dd) Date: Fri, 20 Apr 2001 15:54:22 -0700 (PDT) From: Message-Id: <200104202254.f3KMsM301183@freefall.freebsd.org> To: edwin@mavetju.org, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26729: default doc-supfile puts files in wrong directory Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: default doc-supfile puts files in wrong directory State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Fri Apr 20 15:54:03 PDT 2001 State-Changed-Why: Originator agrees that the doc sources don't belong in /usr/share. http://www.freebsd.org/cgi/query-pr.cgi?pr=26729 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Apr 20 16:20:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7937737B43E for ; Fri, 20 Apr 2001 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KNK2L06077; Fri, 20 Apr 2001 16:20:02 -0700 (PDT) (envelope-from gnats) Received: from haluter.fromme.com (haluter.fromme.com [212.66.1.135]) by hub.freebsd.org (Postfix) with ESMTP id DD2B737B424 for ; Fri, 20 Apr 2001 16:11:53 -0700 (PDT) (envelope-from olli@haluter.fromme.com) Received: (from root@localhost) by haluter.fromme.com (8.11.3/8.11.3) id f3KNBqh00491; Sat, 21 Apr 2001 01:11:52 +0200 (CEST) (envelope-from olli) Message-Id: <200104202311.f3KNBqh00491@haluter.fromme.com> Date: Sat, 21 Apr 2001 01:11:52 +0200 (CEST) From: olli@fromme.com Reply-To: olli@fromme.com To: FreeBSD-gnats-submit@freebsd.org Cc: olli@fromme.com X-Send-Pr-Version: 3.113 Subject: kern/26740: [PATCH] jail improvement Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26740 >Category: kern >Synopsis: [PATCH] jail improvement >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 20 16:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 4.3-RC2 alpha >Organization: fromme.com >Environment: System: FreeBSD haluter.fromme.com 4.3-RC2 FreeBSD 4.3-RC2 #8: Fri Apr 20 23:48:25 CEST 2001 olli@haluter.fromme.com:/sea/src/sys/compile/HALUTER alpha >Description: This patch adds a small feature to jails. Processes within a jails cannot see things outside their jail (files, processes, sockets) -- however, thay still can see _all_ mountpoints. This patch fixes that. In particular, it does two things: -1- Mounts which are outside of a jail are not returned to processes within that jail. -2- Mounts within a jail get their jail chroot prefix stripped off. See example below. The patch modifies statfs(), fstatfs() and getfsstat(). Without my patch, the output of "mount" within a jail on my test machine looks like this: /dev/da0a on / (ufs, local, soft-updates) /dev/da0f on /sea (ufs, local, soft-updates) /dev/da0e on /var (ufs, local, soft-updates) procfs on /proc (procfs, local) /dev/vn0c on /usr (ufs, local, soft-updates) /dev/vn1c on /jail/olli (ufs, local, read-only) /dev/vn2c on /jail/olli (ufs, local, union, soft-updates) procfs on /jail/olli/proc (procfs, local) /dev/vn3c on /jail/olli/home (ufs, local, read-only) With my patch, the output is this: /dev/vn1c on / (ufs, local, read-only) /dev/vn2c on / (ufs, local, union, soft-updates) procfs on /proc (procfs, local) /dev/vn3c on /home (ufs, local, read-only) There's a small point to note: If there aren't any mounts within the jail, getfsstat() returns 0 (an empty list). /bin/df handles this well, but /sbin/mount prints ,,error 0``. I tend to think that that's a bug in /sbin/mount. I'll submit a fix if desired. >How-To-Repeat: Set up a jail environment somewhere, start the jail and type "df" or "mount". You'll see all mountpoints, including those in other jails and those that aren't in any jails. >Fix: NOTE: This patch is against -stable. Unfortunately, I don't have a machine left for installing -current. I've had a quick look at the relevant files in -current in the CVS repository, and I _think_ it shouldn't be too painful to apply the patch there (change p->pr_prison to p->p_ucred->cr_prison etc.), but I can't test it myself on -current. (It's running perfectly fine on my -stable box, of course.) --- src/sys/sys/jail.h.orig Wed Nov 1 18:58:06 2000 +++ src/sys/sys/jail.h Sat Apr 7 21:00:39 2001 @@ -30,6 +30,17 @@ MALLOC_DECLARE(M_PRISON); #endif + +#ifndef MNAMELEN +/* This is taken from sys/mount.h. */ +#ifdef __i386__ +#define MNAMELEN 80 /* length of buffer for returned name */ +#endif +#ifdef __alpha__ +#define MNAMELEN 72 /* length of buffer for returned name */ +#endif +#endif + /* * This structure describes a prison. It is pointed to by all struct * proc's of the inmates. pr_ref keeps track of them and is used to @@ -39,6 +50,7 @@ struct prison { int pr_ref; char pr_host[MAXHOSTNAMELEN]; + char pr_path[MNAMELEN]; u_int32_t pr_ip; void *pr_linux; }; --- src/sys/kern/kern_jail.c.orig Wed Nov 1 18:58:06 2000 +++ src/sys/kern/kern_jail.c Sat Apr 7 21:04:31 2001 @@ -69,6 +69,9 @@ error = copyinstr(j.hostname, &pr->pr_host, sizeof pr->pr_host, 0); if (error) goto bail; + error = copyinstr(j.path, &pr->pr_path, sizeof pr->pr_path, 0); + if (error) + goto bail; pr->pr_ip = j.ip_number; ca.path = j.path; --- src/sys/kern/vfs_syscalls.c.orig Tue Mar 20 12:45:01 2001 +++ src/sys/kern/vfs_syscalls.c Fri Apr 20 23:47:16 2001 @@ -59,6 +59,7 @@ #include #include #include +#include #include #include @@ -72,6 +73,8 @@ static int change_dir __P((struct nameidata *ndp, struct proc *p)); static void checkdirs __P((struct vnode *olddp)); +static int check_prison_mount __P((struct proc *p, struct statfs *sp)); +static void trim_prison_mount __P((struct statfs *sp, int pripl)); static int chroot_refuse_vdir_fds __P((struct filedesc *fdp)); static int getutimes __P((const struct timeval *, struct timespec *)); static int setfown __P((struct proc *, struct vnode *, uid_t, gid_t)); @@ -609,6 +612,62 @@ } /* + * Check if we're imprisoned and whether the mountpoint + * is inside our prison. Return values: + * -1 if we're not supposed to see this mount. + * 0 if it's alright. + * >0 strip that many characters from the beginning of + * the path of the mountpoint. E.g. if the mount + * point is /foo/bar and the jail is chrooted at /foo, + * 4 is be returned, so only /bar will be left. + */ +static int +check_prison_mount(p, sp) + struct proc *p; + struct statfs *sp; +{ + register char *prip; /* prison path */ + register int pripl; /* prison path length */ + + if (!p->p_prison) + return (0); + prip = p->p_prison->pr_path; + pripl = strlen(prip); + if (pripl > 0 && prip[pripl - 1] == '/') + pripl--; /* ignore trailing slash, if any */ + /* + * Note that it is not sufficient to check for the + * first characters to be the same. + * We also have to make sure that the next character + * in the mountpoint path is either '\0' or '/'. + * Otherwise a jail in "/foo/bar" would be allowed + * to see a mount at "/foo/barbara". + */ + if (strncmp(prip, sp->f_mntonname, pripl) != 0 || + (sp->f_mntonname[pripl] != '\0' && sp->f_mntonname[pripl] != '/')) + return (-1); /* not our business */ + return (pripl); +} + +/* + * Remove the jail chroot path from the mountpoint, + * so that imprisoned users see everything relative + * to their jail chroot. + */ +static void +trim_prison_mount(sp, pripl) + struct statfs *sp; + int pripl; /* prison path length */ +{ + strcpy(sp->f_mntonname, sp->f_mntonname + pripl); + /* If there's nothing left, this ought to be "/". */ + if (sp->f_mntonname[0] == '\0') { + sp->f_mntonname[0] = '/'; + sp->f_mntonname[1] = '\0'; + } +} + +/* * Get filesystem statistics. */ #ifndef _SYS_SYSPROTO_H_ @@ -629,6 +688,8 @@ register struct mount *mp; register struct statfs *sp; int error; + int pripl; + int nonsu; struct nameidata nd; struct statfs sb; @@ -639,13 +700,19 @@ sp = &mp->mnt_stat; NDFREE(&nd, NDF_ONLY_PNBUF); vrele(nd.ni_vp); + if ((pripl = check_prison_mount(p, sp)) < 0) + return (ENOENT); error = VFS_STATFS(mp, sp, p); if (error) return (error); sp->f_flags = mp->mnt_flag & MNT_VISFLAGMASK; - if (suser_xxx(p->p_ucred, 0, 0)) { + nonsu = suser_xxx(p->p_ucred, 0, 0); + if (nonsu || pripl) { bcopy((caddr_t)sp, (caddr_t)&sb, sizeof(sb)); - sb.f_fsid.val[0] = sb.f_fsid.val[1] = 0; + if (nonsu) + sb.f_fsid.val[0] = sb.f_fsid.val[1] = 0; + if (pripl) + trim_prison_mount(&sb, pripl); sp = &sb; } return (copyout((caddr_t)sp, (caddr_t)SCARG(uap, buf), sizeof(*sp))); @@ -673,19 +740,27 @@ struct mount *mp; register struct statfs *sp; int error; + int pripl; + int nonsu; struct statfs sb; if ((error = getvnode(p->p_fd, SCARG(uap, fd), &fp)) != 0) return (error); mp = ((struct vnode *)fp->f_data)->v_mount; sp = &mp->mnt_stat; + if ((pripl = check_prison_mount(p, sp)) < 0) + return (ENOENT); error = VFS_STATFS(mp, sp, p); if (error) return (error); sp->f_flags = mp->mnt_flag & MNT_VISFLAGMASK; - if (suser_xxx(p->p_ucred, 0, 0)) { + nonsu = suser_xxx(p->p_ucred, 0, 0); + if (nonsu || pripl) { bcopy((caddr_t)sp, (caddr_t)&sb, sizeof(sb)); - sb.f_fsid.val[0] = sb.f_fsid.val[1] = 0; + if (nonsu) + sb.f_fsid.val[0] = sb.f_fsid.val[1] = 0; + if (pripl) + trim_prison_mount(&sb, pripl); sp = &sb; } return (copyout((caddr_t)sp, (caddr_t)SCARG(uap, buf), sizeof(*sp))); @@ -714,13 +789,16 @@ register struct statfs *sp; caddr_t sfsp; long count, maxcount, error; + int pripl; + struct statfs sb; maxcount = SCARG(uap, bufsize) / sizeof(struct statfs); sfsp = (caddr_t)SCARG(uap, buf); count = 0; simple_lock(&mountlist_slock); for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) { - if (vfs_busy(mp, LK_NOWAIT, &mountlist_slock, p)) { + pripl = check_prison_mount(p, &mp->mnt_stat); + if (pripl < 0 || vfs_busy(mp, LK_NOWAIT, &mountlist_slock, p)) { nmp = TAILQ_NEXT(mp, mnt_list); continue; } @@ -740,6 +818,11 @@ continue; } sp->f_flags = mp->mnt_flag & MNT_VISFLAGMASK; + if (pripl) { + bcopy((caddr_t)sp, (caddr_t)&sb, sizeof(sb)); + trim_prison_mount(&sb, pripl); + sp = &sb; + } error = copyout((caddr_t)sp, sfsp, sizeof(*sp)); if (error) { vfs_unbusy(mp, p); >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 Apr 21 2:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 441B137B424 for ; Sat, 21 Apr 2001 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3L9e1I97825; Sat, 21 Apr 2001 02:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 713FD37B422 for ; Sat, 21 Apr 2001 02:36:29 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3L9aTj97650; Sat, 21 Apr 2001 02:36:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200104210936.f3L9aTj97650@freefall.freebsd.org> Date: Sat, 21 Apr 2001 02:36:29 -0700 (PDT) From: d.ougy@bryden.apana.org.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26742: misleading information in handbook Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26742 >Category: misc >Synopsis: misleading information in handbook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 21 02:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Doug Young >Release: 4.2 RELEASE >Organization: >Environment: 4.2 RELEASE >Description: According to the official docs, all that needs to be added to the kernel config file is "options NETGRAPH" ... however that is a sure way to get error messages on boot "module_register: module netgraph already exists! linker_file_sysinit "netgraph.ko" failed to register! 17" I found what looks like the solution to these messages at freebsddiary.org "The above netgraph message can be eliminated by adding the following to your kernel file, eliminating the need to load the netgraph ether module, which you will need for pppoe to function anyway. NETGRAPH_ETHER In other words, these are the options that you will need to obviate the need to load any modules. options NETGRAPH options NETGRAPH_ETHER options NETGRAPH_PPPOE options NETGRAPH_SOCKET See extract from handbook .... as I read it only "options NETGRAPH" is necessary, the other lines are "optional". Well I guess they are, but it sure caused me some lost sleep until I found out was was going on !! 16.4.2. Kernel Configuration You will need to set the following options in your kernel configuration file and then compile a new kernel. a.. options NETGRAPH Optionally, you can add a.. options NETGRAPH_PPPOE b.. options NETGRAPH_SOCKET although if this functionality is not available at runtime, ppp will load the relevant modules on demand >How-To-Repeat: compile a kernel with ONLY "options NETGRAPH", not all relevant lines >Fix: Alter handbook section "16.4.2. Kernel Configuration" to state ALL netgraph options should be included in kernel config file >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 7:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DF9437B43C for ; Sat, 21 Apr 2001 07:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LEo3P40839; Sat, 21 Apr 2001 07:50:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 21 Apr 2001 07:50:03 -0700 (PDT) Message-Id: <200104211450.f3LEo3P40839@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Subject: Re: i386/26739: I can't seem to open files through console as a super user! Reply-To: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/26739; it has been noted by GNATS. From: To: , Cc: Subject: Re: i386/26739: I can't seem to open files through console as a super user! Date: Sun, 22 Apr 2001 00:40:08 +1000 (EST) Instead of using su use su -m. This way X clients will use the authentication keys(?) of the original user rather than of root (who isn't allowed to connect). This also means that you keep your shell settings - great if you have multiple people who adminster a box. Thanks, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 7:50:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91C9F37B440 for ; Sat, 21 Apr 2001 07:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LEo3540850; Sat, 21 Apr 2001 07:50:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E826437B42C for ; Sat, 21 Apr 2001 07:45:01 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LEj1640475; Sat, 21 Apr 2001 07:45:01 -0700 (PDT) (envelope-from nobody) Message-Id: <200104211445.f3LEj1640475@freefall.freebsd.org> Date: Sat, 21 Apr 2001 07:45:01 -0700 (PDT) From: td@ii.uib.no To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/26746: dmesg only prints the last couple of lines of the message buffer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26746 >Category: bin >Synopsis: dmesg only prints the last couple of lines of the message buffer >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 Apr 21 07:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Trond Davidsen >Release: 4.3-RC >Organization: University of Bergen >Environment: FreeBSD uib-vpn-gw.uib.no 4.3-RC FreeBSD 4.3-RC #0: Thu Apr 19 14:49:54 CEST 2001 root@uib-vpn-gw.uib.no:/usr/obj/usr/src/sys/VPN-GW i386 >Description: The dmesg only prints the last couple of lines from the message buffer, and the first line is only partially printed. uib-vpn-gw# dmesg p3 arplookup 192.168.0.1 failed: host is not on local network arplookup 192.168.0.1 failed: host is not on local network arplookup 192.168.0.1 failed: host is not on local network arplookup 192.168.0.1 failed: host is not on local network arplookup 192.168.0.1 failed: host is not on local network uib-vpn-gw# This is the rcsid of the dmesg with the trouble: "$FreeBSD: src/sbin/dmesg/dmesg.c,v 1.11.2.1 2001/01/12 12:40:28 phk Exp $"; Copying an older dmesg from another box with the following rcsid, fixes the problem: "$FreeBSD: src/sbin/dmesg/dmesg.c,v 1.11 1999/08/28 00:12:36 peter Exp $"; >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 Sat Apr 21 8:40:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A751737B423 for ; Sat, 21 Apr 2001 08:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LFe7H57959; Sat, 21 Apr 2001 08:40:07 -0700 (PDT) (envelope-from gnats) Date: Sat, 21 Apr 2001 08:40:07 -0700 (PDT) Message-Id: <200104211540.f3LFe7H57959@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Stas Kisel Subject: Re: kern/24608: FreeBSD 4.2 Panics in Realtek rl driver Reply-To: Stas Kisel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/24608; it has been noted by GNATS. From: Stas Kisel To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/24608: FreeBSD 4.2 Panics in Realtek rl driver Date: Sat, 21 Apr 2001 18:39:45 +0300 Thank you, it looks like this patch fixes problem. My router did not experiense panic since I've applied patch (more than week ago). \bye Stas On Thu, Apr 12, 2001 at 04:33:11PM +0100, Ian Dowse wrote: > > This looks like the symptoms of the icmp_error problem that was > fixed recently. This bug caused the two upper bytes of mh_next to > get swapped, i.e. 0xc05a8d00->0x5ac08d00. Try either updating to > a more recent -stable, or apply the following patch in > /usr/src/sys/netinet: > > Ian > > --- ip_icmp.c 2001/02/23 20:51:46 1.53 > +++ ip_icmp.c 2001/03/08 19:03:26 1.54 > @@ -164,6 +164,8 @@ > if (m == NULL) > goto freeit; > icmplen = min(oiplen + 8, oip->ip_len); > + if (icmplen < sizeof(struct ip)) > + panic("icmp_error: bad length"); > m->m_len = icmplen + ICMP_MINLEN; > MH_ALIGN(m, m->m_len); > icp = mtod(m, struct icmp *); > @@ -189,7 +191,7 @@ > } > > icp->icmp_code = code; > - bcopy((caddr_t)oip, (caddr_t)&icp->icmp_ip, icmplen); > + m_copydata(n, 0, icmplen, (caddr_t)&icp->icmp_ip); > nip = &icp->icmp_ip; > > /* > --- ip_input.c 2001/03/05 22:40:27 1.161 > +++ ip_input.c 2001/03/08 19:03:26 1.162 > @@ -1563,12 +1563,21 @@ > } > > /* > - * Save at most 64 bytes of the packet in case > - * we need to generate an ICMP message to the src. > - */ > - mcopy = m_copy(m, 0, imin((int)ip->ip_len, 64)); > - if (mcopy && (mcopy->m_flags & M_EXT)) > - m_copydata(mcopy, 0, sizeof(struct ip), mtod(mcopy, caddr_t)); > + * Save the IP header and at most 8 bytes of the payload, > + * in case we need to generate an ICMP message to the src. > + * > + * We don't use m_copy() because it might return a reference > + * to a shared cluster. Both this function and ip_output() > + * assume exclusive access to the IP header in `m', so any > + * data in a cluster may change before we reach icmp_error(). > + */ > + MGET(mcopy, M_DONTWAIT, m->m_type); > + if (mcopy != NULL) { > + M_COPY_PKTHDR(mcopy, m); > + mcopy->m_len = imin((IP_VHL_HL(ip->ip_vhl) << 2) + 8, > + (int)ip->ip_len); > + m_copydata(m, 0, mcopy->m_len, mtod(mcopy, caddr_t)); > + } > > #ifdef IPSTEALTH > if (!ipstealth) { > @@ -1715,8 +1724,6 @@ > m_freem(mcopy); > return; > } > - if (mcopy->m_flags & M_EXT) > - m_copyback(mcopy, 0, sizeof(struct ip), mtod(mcopy, caddr_t)); > icmp_error(mcopy, type, code, dest, destifp); > } > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 9: 6:49 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mr200.netcologne.de (mr200.netcologne.de [194.8.194.109]) by hub.freebsd.org (Postfix) with ESMTP id 2B8E437B422; Sat, 21 Apr 2001 09:06:46 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from husten.security.at12.de (dial-213-168-88-125.netcologne.de [213.168.88.125]) by mr200.netcologne.de (Mirapoint) with ESMTP id AEC51427; Sat, 21 Apr 2001 18:06:43 +0200 (CEST) Message-Id: <200104211606.AEC51427@mr200.netcologne.de> Received: from localhost (localhost.security.at12.de [127.0.0.1]) by husten.security.at12.de (8.11.3/8.11.3) with ESMTP id f3LG4MA24880; Sat, 21 Apr 2001 18:04:22 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Sat, 21 Apr 2001 18:04:22 +0200 (CEST) From: Paul Herman To: Cc: Subject: Re: bin/26397: cannot escape telnet connection after recent changes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 7 Apr 2001, Paul Herman wrote: > On Sat, 7 Apr 2001 roam@FreeBSD.ORG wrote: > > > Can you update your sources and try again? Nick Sayer's commit > > of 2001/04/05 10:27:08 PDT seems to have fixed it for me. > > Yep, it works. OK to close this PR. Sorry to bring this back up, but I think I spoke too soon. After upgrading to 4.3-STABLE this morning (with an empty /usr/obj), I've got the problem again. cd /usr/src/usr.bin/telnet; make install # works OK, no SRA cd /usr/src/secure/usr.bin/telnet; make install # doesn't work "make installworld" installs the secure/ telnet. I see that Nick's changes have to do with SIG* handling. I can break out of a telnet login prompt with ^C, but it exits. I'm looking to get into command mode, i.e. "telnet>" prompt via ^] at the login prompt. Can anyone else confirm this? Again, this only seems to happen while doing SRA authentification. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 9:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E324037B42C for ; Sat, 21 Apr 2001 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LGo2u50967; Sat, 21 Apr 2001 09:50:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 21 Apr 2001 09:50:02 -0700 (PDT) Message-Id: <200104211650.f3LGo2u50967@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/26397: cannot escape telnet connection after recent changes Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/26397; it has been noted by GNATS. From: Peter Pentchev To: Paul Herman Cc: freebsd-gnats-submit@FreeBSD.org, Nick Sayer Subject: Re: bin/26397: cannot escape telnet connection after recent changes Date: Sat, 21 Apr 2001 19:38:33 +0300 Hmm.. this is interesting. Nick Sayer CC'd - yes, I can confirm that 4.3-STABLE as of a few hours ago does NOT allow ^] escape to command mode during the SRA auth phase. In theory, you could always go into command mode by just typing 'telnet', and only then 'o hostname' or something.. you could disable SRA by using 'telnet -X SRA hostname'.. but an escape to command mode during the SRA auth phase would be nice :) Nick? G'luck, Peter -- .siht ekil ti gnidaer eb d'uoy ,werbeH ni erew ecnetnes siht fI On Sat, Apr 21, 2001 at 06:04:22PM +0200, Paul Herman wrote: > On Sat, 7 Apr 2001, Paul Herman wrote: > > > On Sat, 7 Apr 2001 roam@FreeBSD.ORG wrote: > > > > > Can you update your sources and try again? Nick Sayer's commit > > > of 2001/04/05 10:27:08 PDT seems to have fixed it for me. > > > > Yep, it works. OK to close this PR. > > Sorry to bring this back up, but I think I spoke too soon. After > upgrading to 4.3-STABLE this morning (with an empty /usr/obj), I've > got the problem again. > > cd /usr/src/usr.bin/telnet; make install # works OK, no SRA > cd /usr/src/secure/usr.bin/telnet; make install # doesn't work > > "make installworld" installs the secure/ telnet. > > I see that Nick's changes have to do with SIG* handling. I can break > out of a telnet login prompt with ^C, but it exits. I'm looking to > get into command mode, i.e. "telnet>" prompt via ^] at the login > prompt. > > Can anyone else confirm this? Again, this only seems to happen while > doing SRA authentification. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 9:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3005537B43E for ; Sat, 21 Apr 2001 09:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LGo3550976; Sat, 21 Apr 2001 09:50:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC90A37B422 for ; Sat, 21 Apr 2001 09:43:21 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LGhLP50269; Sat, 21 Apr 2001 09:43:21 -0700 (PDT) (envelope-from nobody) Message-Id: <200104211643.f3LGhLP50269@freefall.freebsd.org> Date: Sat, 21 Apr 2001 09:43:21 -0700 (PDT) From: plamendp@bgstore.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/26748: Aironet tcpdump wedge bug still exists Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26748 >Category: kern >Synopsis: Aironet tcpdump wedge bug still exists >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 Apr 21 09:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Plamen Petkov >Release: 4.2 RELEASE >Organization: >Environment: 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Wed Apr 11 00:35:14 EEST 2001 plamendp@phome.bgstore.com:/usr/src/sys/compile/BGSTORE i386 >Description: Running tcpdump or ntop, or any application switching to promiscuous mode makes Aironet to die by means of no traffic allowed anymore. >How-To-Repeat: Reboot, run tcpdump ( NO -p option ), or ntop. Try ping >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 Apr 21 9:50:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5207337B440 for ; Sat, 21 Apr 2001 09:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LGo3p50985; Sat, 21 Apr 2001 09:50:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88BE737B422 for ; Sat, 21 Apr 2001 09:44:22 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LGiM450435; Sat, 21 Apr 2001 09:44:22 -0700 (PDT) (envelope-from nobody) Message-Id: <200104211644.f3LGiM450435@freefall.freebsd.org> Date: Sat, 21 Apr 2001 09:44:22 -0700 (PDT) From: sucho2@vt.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/26749: Abiword package doesn't seem to run on FreeBSD 4.3_RC4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26749 >Category: i386 >Synopsis: Abiword package doesn't seem to run on FreeBSD 4.3_RC4 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 21 09:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sung N. Cho >Release: FreeBSD 4.3-RC4 >Organization: Dept. of Physics, Virginia Polytechnic Institute & State University >Environment: FreeBSD 198.82.247.66 4.3-RC4 FreeBSD 4.3-RC4 #0: Fri Apr 20 16:14:32 EDT 3001 sncho@198.82.247.66:/usr/src/sys/compile/MYKERNEL i386 >Description: I have XFree86 4.03 installed in my system and Abiword doesn't seem to start because it couldn't locate the font Times Roman regular! >How-To-Repeat: run abiword from Gnome Desktop >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 Apr 21 9:50:26 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EAE537B446 for ; Sat, 21 Apr 2001 09:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LGo3x50994; Sat, 21 Apr 2001 09:50:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F16F837B424 for ; Sat, 21 Apr 2001 09:44:27 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LGiRP50471; Sat, 21 Apr 2001 09:44:27 -0700 (PDT) (envelope-from nobody) Message-Id: <200104211644.f3LGiRP50471@freefall.freebsd.org> Date: Sat, 21 Apr 2001 09:44:27 -0700 (PDT) From: sucho2@vt.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/26750: Abiword package doesn't seem to run on FreeBSD 4.3_RC4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26750 >Category: i386 >Synopsis: Abiword package doesn't seem to run on FreeBSD 4.3_RC4 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 21 09:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sung N. Cho >Release: FreeBSD 4.3-RC4 >Organization: Dept. of Physics, Virginia Polytechnic Institute & State University >Environment: FreeBSD 198.82.247.66 4.3-RC4 FreeBSD 4.3-RC4 #0: Fri Apr 20 16:14:32 EDT 3001 sncho@198.82.247.66:/usr/src/sys/compile/MYKERNEL i386 >Description: I have XFree86 4.03 installed in my system and Abiword doesn't seem to start because it couldn't locate the font Times Roman regular! >How-To-Repeat: run abiword from Gnome Desktop >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 Apr 21 9:50:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9811737B496 for ; Sat, 21 Apr 2001 09:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LGo3U51003; Sat, 21 Apr 2001 09:50:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C5A637B424 for ; Sat, 21 Apr 2001 09:49:37 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LGnbN50931; Sat, 21 Apr 2001 09:49:37 -0700 (PDT) (envelope-from nobody) Message-Id: <200104211649.f3LGnbN50931@freefall.freebsd.org> Date: Sat, 21 Apr 2001 09:49:37 -0700 (PDT) From: sucho2@vt.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/26751: gnucash from FreeBSD package doesn't seem to run on FreeBSD 4.3-RC4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26751 >Category: i386 >Synopsis: gnucash from FreeBSD package doesn't seem to run on FreeBSD 4.3-RC4 >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 Apr 21 09:50:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sung N. Cho >Release: FreeBSD 4.3-RC4 >Organization: Dept. of Physics, Virginia Polytechnic Institute & State University >Environment: FreeBSD 198.82.247.66 4.3-RC4 FreeBSD 4.3-RC4 #0: Fri Apr 20 16:14:32 EDT 3001 sncho@198.82.247.66:/usr/src/sys/compile/MYKERNEL i386 >Description: I am using XFree86 4.0.3 from FreeBSD packages in my machine. The program gnucash package in CD doesn't run on FreeBSD 4.3-RC4. May need to recompile from source. >How-To-Repeat: run gnucash in Gnome Desktop >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 Apr 21 10:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78B0E37B423 for ; Sat, 21 Apr 2001 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LHA1o56178; Sat, 21 Apr 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1083437B423 for ; Sat, 21 Apr 2001 10:03:16 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LH3FL53034; Sat, 21 Apr 2001 10:03:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200104211703.f3LH3FL53034@freefall.freebsd.org> Date: Sat, 21 Apr 2001 10:03:16 -0700 (PDT) From: sucho2@vt.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/26752: Xscreensaver may need to be recompiled. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26752 >Category: i386 >Synopsis: Xscreensaver may need to be recompiled. >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 Apr 21 10:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sung N. Cho >Release: FreeBSD 4.3-RC4 >Organization: Dept. of Physics, Virginia Polytechnic Institute & State University >Environment: FreeBSD 198.82.247.66 4.3-RC4 FreeBSD 4.3-RC4 #0: Fri Apr 20 16:14:32 EDT 3001 sncho@198.82.247.66:/usr/src/sys/compile/MYKERNEL i386 >Description: I am using XFree86 4.0.3 I've installed xscreensaver package from the package list to make desktop locking work under Gnome Desktop. Everthing works, i.e., locking works, screensaver runs, etc. However, in Gnome Control Center, under Desktop, Screensaver, when I choose each screen saver, the screen saver preview doesn't show! It would be great if precompiled package in the CD included this capabilities. >How-To-Repeat: Go to Gnome Control Center. Under Desktop->Screensaver choose any saver and preciew doesn't show! >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 Apr 21 10:30:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC7DF37B422; Sat, 21 Apr 2001 10:30:10 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LHUAs58099; Sat, 21 Apr 2001 10:30:10 -0700 (PDT) (envelope-from roam) Date: Sat, 21 Apr 2001 10:30:10 -0700 (PDT) From: Message-Id: <200104211730.f3LHUAs58099@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26749: Abiword package doesn't seem to run on FreeBSD 4.3_RC4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Abiword package doesn't seem to run on FreeBSD 4.3_RC4 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: roam Responsible-Changed-When: Sat Apr 21 10:30:00 PDT 2001 Responsible-Changed-Why: Ports issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=26749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 10:30:30 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7DEC37B424; Sat, 21 Apr 2001 10:30:25 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LHUPY58178; Sat, 21 Apr 2001 10:30:25 -0700 (PDT) (envelope-from roam) Date: Sat, 21 Apr 2001 10:30:25 -0700 (PDT) From: Message-Id: <200104211730.f3LHUPY58178@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26750: Abiword package doesn't seem to run on FreeBSD 4.3_RC4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Abiword package doesn't seem to run on FreeBSD 4.3_RC4 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: roam Responsible-Changed-When: Sat Apr 21 10:30:14 PDT 2001 Responsible-Changed-Why: Ports issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=26750 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 10:30:46 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 953ED37B423; Sat, 21 Apr 2001 10:30:42 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LHUgQ58262; Sat, 21 Apr 2001 10:30:42 -0700 (PDT) (envelope-from roam) Date: Sat, 21 Apr 2001 10:30:42 -0700 (PDT) From: Message-Id: <200104211730.f3LHUgQ58262@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26751: gnucash from FreeBSD package doesn't seem to run on FreeBSD 4.3-RC4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gnucash from FreeBSD package doesn't seem to run on FreeBSD 4.3-RC4 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: roam Responsible-Changed-When: Sat Apr 21 10:30:29 PDT 2001 Responsible-Changed-Why: Ports issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=26751 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 10:31: 3 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49B6E37B422; Sat, 21 Apr 2001 10:31:00 -0700 (PDT) (envelope-from roam@FreeBSD.org) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LHV0Y58395; Sat, 21 Apr 2001 10:31:00 -0700 (PDT) (envelope-from roam) Date: Sat, 21 Apr 2001 10:31:00 -0700 (PDT) From: Message-Id: <200104211731.f3LHV0Y58395@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26752: Xscreensaver may need to be recompiled. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Xscreensaver may need to be recompiled. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: roam Responsible-Changed-When: Sat Apr 21 10:30:49 PDT 2001 Responsible-Changed-Why: Ports issue. http://www.freebsd.org/cgi/query-pr.cgi?pr=26752 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 12: 6:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8176037B42C; Sat, 21 Apr 2001 12:06:25 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LJ6Ps70486; Sat, 21 Apr 2001 12:06:25 -0700 (PDT) (envelope-from schweikh) Date: Sat, 21 Apr 2001 12:06:25 -0700 (PDT) From: Message-Id: <200104211906.f3LJ6Ps70486@freefall.freebsd.org> To: schweikh@FreeBSD.org, freebsd-bugs@FreeBSD.org, schweikh@FreeBSD.org Subject: Re: conf/24865: WITH FIX: /etc/rc.isdn overwrites $isdn_ttype even when explicitly set in rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: WITH FIX: /etc/rc.isdn overwrites $isdn_ttype even when explicitly set in rc.conf Responsible-Changed-From-To: freebsd-bugs->schweikh Responsible-Changed-By: schweikh Responsible-Changed-When: Sat Apr 21 12:05:53 PDT 2001 Responsible-Changed-Why: hm says I can go for it. http://www.freebsd.org/cgi/query-pr.cgi?pr=24865 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 13:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4182C37B424 for ; Sat, 21 Apr 2001 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LKU1r79227; Sat, 21 Apr 2001 13:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 241A537B423 for ; Sat, 21 Apr 2001 13:21:57 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LKLvf78459; Sat, 21 Apr 2001 13:21:57 -0700 (PDT) (envelope-from nobody) Message-Id: <200104212021.f3LKLvf78459@freefall.freebsd.org> Date: Sat, 21 Apr 2001 13:21:57 -0700 (PDT) From: panic@subphase.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/26757: ports/net/samba and samba-devel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26757 >Category: misc >Synopsis: ports/net/samba and samba-devel >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 Apr 21 13:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Steven Enderle >Release: current ports [2001-04-21] >Organization: none >Environment: >Description: net/samba-devel in the ports tree is currently samba-2.2.0 net/samba is samba-2.0.8 Since Samba 2.2.0 is officialy released, i think the name -devel is missleading. net/samba20 and net/samba22 are more correct maybe you should fix that... >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 Sat Apr 21 13:36:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E62037B422; Sat, 21 Apr 2001 13:36:17 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LKaG279857; Sat, 21 Apr 2001 13:36:16 -0700 (PDT) (envelope-from iedowse) Date: Sat, 21 Apr 2001 13:36:16 -0700 (PDT) From: Message-Id: <200104212036.f3LKaG279857@freefall.freebsd.org> To: yonatan@xpert.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/24019: Frequent panics in ep driver, 3c556 pcmcia Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Frequent panics in ep driver, 3c556 pcmcia State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Sat Apr 21 13:33:55 PDT 2001 State-Changed-Why: Submitter reports that this issue has been resolved. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=24019 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 13:38:58 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0C2337B422; Sat, 21 Apr 2001 13:38:56 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LKctV80200; Sat, 21 Apr 2001 13:38:55 -0700 (PDT) (envelope-from iedowse) Date: Sat, 21 Apr 2001 13:38:55 -0700 (PDT) From: Message-Id: <200104212038.f3LKctV80200@freefall.freebsd.org> To: myleal@spliceip.com.br, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/24608: FreeBSD 4.2 Panics in Realtek rl driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD 4.2 Panics in Realtek rl driver State-Changed-From-To: open->closed State-Changed-By: iedowse State-Changed-When: Sat Apr 21 13:37:00 PDT 2001 State-Changed-Why: Submitter says this issue has been resolved. Thanks for the bug report! http://www.freebsd.org/cgi/query-pr.cgi?pr=24608 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 13:45:29 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD75637B422; Sat, 21 Apr 2001 13:45:23 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3LKjN180944; Sat, 21 Apr 2001 13:45:23 -0700 (PDT) (envelope-from dd) Date: Sat, 21 Apr 2001 13:45:23 -0700 (PDT) From: Message-Id: <200104212045.f3LKjN180944@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26757: ports/net/samba and samba-devel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/net/samba and samba-devel Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: dd Responsible-Changed-When: Sat Apr 21 13:44:58 PDT 2001 Responsible-Changed-Why: If this isn't a ports issue I don't know what is.. http://www.freebsd.org/cgi/query-pr.cgi?pr=26757 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 21:18: 0 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-27.dsl.lsan03.pacbell.net [63.207.60.27]) by hub.freebsd.org (Postfix) with ESMTP id 1591437B422 for ; Sat, 21 Apr 2001 21:17:58 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 39A2A66BAA; Sat, 21 Apr 2001 21:17:57 -0700 (PDT) Date: Sat, 21 Apr 2001 21:17:56 -0700 From: Kris Kennaway To: Galen Menzel Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Concerning problem report kern/26298 Message-ID: <20010421211756.A59418@xor.obsecurity.org> References: <3ACA14D8.C73D2708@mail.utexas.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3ACA14D8.C73D2708@mail.utexas.edu>; from galen.menzel@mail.utexas.edu on Tue, Apr 03, 2001 at 01:22:16PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 03, 2001 at 01:22:16PM -0500, Galen Menzel wrote: > Hi there. >=20 > Yesterday I submitted problem report kern/26298, which concerned amd not = being > able to automount file systems while using the 4.3-RC FreeBSD kernel with= the > 4.2 distribution. As a follow up to that, I would like to report that af= ter > syncing my source tree and doing a make buildworld/installworld the probl= em > cleared up. I'm not sure if it was a fix in amd or what. It appears tha= t the > problem only applies to 4.2 systems that have upgraded to the 4.3-RC kern= el, > but have not upgraded the rest of the source tree. That kind of problem is expected; you can't mix and match kernels with userland of different checkout dates. Oh well, live and learn ;-) Kris --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE64ltwWry0BWjoQKURAnWNAJ4/r1+xLGrNudr93CDQnyt4Te4k+wCfdXLQ P1rFhLr0YFLfJoIecSJOLrk= =t4iZ -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 21:22:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 534C437B422; Sat, 21 Apr 2001 21:22:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3M4MXj43457; Sat, 21 Apr 2001 21:22:33 -0700 (PDT) (envelope-from kris) Date: Sat, 21 Apr 2001 21:22:33 -0700 (PDT) From: Message-Id: <200104220422.f3M4MXj43457@freefall.freebsd.org> To: roelof@nisser.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26623: patch not found Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch not found State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Apr 21 21:21:46 PDT 2001 State-Changed-Why: Patch location was updated. For the record, the FreeBSD security advisories have nothing to do with CERT, despite the presence of that name in the FTP site directory. http://www.freebsd.org/cgi/query-pr.cgi?pr=26623 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 21:23:41 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7F0137B42C; Sat, 21 Apr 2001 21:23:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3M4NdR43610; Sat, 21 Apr 2001 21:23:39 -0700 (PDT) (envelope-from kris) Date: Sat, 21 Apr 2001 21:23:39 -0700 (PDT) From: Message-Id: <200104220423.f3M4NdR43610@freefall.freebsd.org> To: quinot@cuivre.fr.eu.org, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26650: sftp-client missing. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sftp-client missing. State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Apr 21 21:22:55 PDT 2001 State-Changed-Why: The version of OpenSSH currently included in FreeBSD does not come with an sftp-client utility. When a new version is imported sftp-client will come with it. http://www.freebsd.org/cgi/query-pr.cgi?pr=26650 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 21:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54C4337B422 for ; Sat, 21 Apr 2001 21:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3M4U7l44317; Sat, 21 Apr 2001 21:30:07 -0700 (PDT) (envelope-from gnats) Date: Sat, 21 Apr 2001 21:30:07 -0700 (PDT) Message-Id: <200104220430.f3M4U7l44317@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: misc/26727: glob() function bug in ftpd daemon: what is its status in v2.2.7 and v3.4 Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/26727; it has been noted by GNATS. From: Kris Kennaway To: paulchef@starwon.com.au Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/26727: glob() function bug in ftpd daemon: what is its status in v2.2.7 and v3.4 Date: Sat, 21 Apr 2001 21:25:57 -0700 --6sX45UoQRIJXqkqR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Apr 20, 2001 at 02:02:21AM -0700, paulchef@starwon.com.au wrote: > glob() function. Shame on you guys for not separating data and code > into different segments like (excuse me) Windows does? What on earth does this have to do with data and code segments? I don't think you know what you're talking about. Kris --6sX45UoQRIJXqkqR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE64l1UWry0BWjoQKURAh4eAKC8pz9Ff0PQWWyuvzQb3Ih7D2PYiwCaAq48 6gv9oEIaSURWYdk3ALZSe24= =z6U1 -----END PGP SIGNATURE----- --6sX45UoQRIJXqkqR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 21:33: 2 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id AF86937B422; Sat, 21 Apr 2001 21:33:00 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from spike.unixfreak.org (spike [63.198.170.139]) by bazooka.unixfreak.org (Postfix) with ESMTP id 63BAA3E0B; Sat, 21 Apr 2001 21:33:00 -0700 (PDT) To: kris@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/26650: sftp-client missing. In-Reply-To: <200104220423.f3M4NdR43610@freefall.freebsd.org>; from kris@FreeBSD.org on "Sat, 21 Apr 2001 21:23:39 -0700 (PDT)" Date: Sat, 21 Apr 2001 21:33:00 -0700 From: Dima Dorfman Message-Id: <20010422043300.63BAA3E0B@bazooka.unixfreak.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org writes: > Synopsis: sftp-client missing. > > State-Changed-From-To: open->closed > State-Changed-By: kris > State-Changed-When: Sat Apr 21 21:22:55 PDT 2001 > State-Changed-Why: > The version of OpenSSH currently included in FreeBSD does > not come with an sftp-client utility. When a new version > is imported sftp-client will come with it. Speaking of which, is anybody working on importing OpenSSH 2.5? Aside from the time it takes to merge our local changes, is there any reason it can't be imported into -current? Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 21:34:59 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-27.dsl.lsan03.pacbell.net [63.207.60.27]) by hub.freebsd.org (Postfix) with ESMTP id E48A337B422; Sat, 21 Apr 2001 21:34:56 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3A91066BAA; Sat, 21 Apr 2001 21:34:53 -0700 (PDT) Date: Sat, 21 Apr 2001 21:34:53 -0700 From: Kris Kennaway To: Dima Dorfman Cc: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/26650: sftp-client missing. Message-ID: <20010421213453.A59745@xor.obsecurity.org> References: <200104220423.f3M4NdR43610@freefall.freebsd.org> <20010422043300.63BAA3E0B@bazooka.unixfreak.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010422043300.63BAA3E0B@bazooka.unixfreak.org>; from dima@unixfreak.org on Sat, Apr 21, 2001 at 09:33:00PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 21, 2001 at 09:33:00PM -0700, Dima Dorfman wrote: > writes: > > Synopsis: sftp-client missing. > >=20 > > State-Changed-From-To: open->closed > > State-Changed-By: kris > > State-Changed-When: Sat Apr 21 21:22:55 PDT 2001 > > State-Changed-Why:=20 > > The version of OpenSSH currently included in FreeBSD does > > not come with an sftp-client utility. When a new version > > is imported sftp-client will come with it. >=20 > Speaking of which, is anybody working on importing OpenSSH 2.5? Aside > from the time it takes to merge our local changes, is there any reason > it can't be imported into -current? Nope, that's the only reason. Kris --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE64l9sWry0BWjoQKURAg2WAKDeKQdbNT2a5EyRKDiXxUVOo6+W/wCggYDP rYrq0JX9XJ4cQKfSvrb2sgc= =+U8F -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 21:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B1B237B422 for ; Sat, 21 Apr 2001 21:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3M4o3e45494; Sat, 21 Apr 2001 21:50:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 21 Apr 2001 21:50:03 -0700 (PDT) Message-Id: <200104220450.f3M4o3e45494@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: misc/25761: Off-by-one error in MAKEDEV wrt. pass(4) device. Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/25761; it has been noted by GNATS. From: Kris Kennaway To: todd.showalter@home.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/25761: Off-by-one error in MAKEDEV wrt. pass(4) device. Date: Sat, 21 Apr 2001 21:41:52 -0700 --i9LlY+UWpKt15+FH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 12, 2001 at 09:01:52PM -0800, todd.showalter@home.com wrote: > > su > # cd /dev > # MAKEDEV pass4 >=20 > You only get /dev/pass0 - /dev/pass3; I noticed this because tosha > wouldn't access my cdrom drive. I think this is the desired behaviour. Kris --i9LlY+UWpKt15+FH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE64mEQWry0BWjoQKURArrxAJ49B+YEtf95qMMOrwxGB9Le95+IswCggUOy KliAqc7cmq6kaJaMAx+c2zQ= =zSin -----END PGP SIGNATURE----- --i9LlY+UWpKt15+FH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 21:50:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1F3B37B422; Sat, 21 Apr 2001 21:50:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3M4oGC45519; Sat, 21 Apr 2001 21:50:16 -0700 (PDT) (envelope-from kris) Date: Sat, 21 Apr 2001 21:50:16 -0700 (PDT) From: Message-Id: <200104220450.f3M4oGC45519@freefall.freebsd.org> To: david@wmol.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/26582: IPFilter's NAT.FreeBSD needs updating Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: IPFilter's NAT.FreeBSD needs updating State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Apr 21 21:49:16 PDT 2001 State-Changed-Why: The file referred to is part of the ipfilter sofwtare package which is maintained externally to FreeBSD. Please direct this request to the ipfilter developers for inclusion in future releases of ipfilter. http://www.freebsd.org/cgi/query-pr.cgi?pr=26582 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 21:52:54 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5B7737B424; Sat, 21 Apr 2001 21:52:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3M4qqC45780; Sat, 21 Apr 2001 21:52:52 -0700 (PDT) (envelope-from kris) Date: Sat, 21 Apr 2001 21:52:52 -0700 (PDT) From: Message-Id: <200104220452.f3M4qqC45780@freefall.freebsd.org> To: ancient@bofh.cet.net, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26667: Kernel Page Fault/Panic on SWAP Partition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Kernel Page Fault/Panic on SWAP Partition State-Changed-From-To: open->analyzed State-Changed-By: kris State-Changed-When: Sat Apr 21 21:52:35 PDT 2001 State-Changed-Why: Awaiting further information from submitter http://www.freebsd.org/cgi/query-pr.cgi?pr=26667 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 22: 0:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E582E37B422 for ; Sat, 21 Apr 2001 22:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3M505D46665; Sat, 21 Apr 2001 22:00:05 -0700 (PDT) (envelope-from gnats) Date: Sat, 21 Apr 2001 22:00:05 -0700 (PDT) Message-Id: <200104220500.f3M505D46665@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: kern/26667: Kernel Page Fault/Panic on SWAP Partition Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/26667; it has been noted by GNATS. From: Kris Kennaway To: ancient@bofh.cet.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/26667: Kernel Page Fault/Panic on SWAP Partition Date: Sat, 21 Apr 2001 21:52:29 -0700 --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Apr 18, 2001 at 12:46:59AM -0700, ancient@bofh.cet.net wrote: > When disk intensive programs run, such as the "daily output" The > machine crashes with a page fault/kernel panic message on the SWAP > partition. It does also happen when I try and edit a file that is > rather large in size, namely 20+ megabytes. Since you didn't include the panic message, we have to guess at the cause here, but it could be because your HD has a bad sector in your swap partition. Kris --69pVuxX8awAiJ7fD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE64mOMWry0BWjoQKURAjC0AJ90DCRCgaFGIqVVtNBxYcKqRJPVmgCeNq14 Sti2m5trXWALzJPFBIOWNVE= =MEZu -----END PGP SIGNATURE----- --69pVuxX8awAiJ7fD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Apr 21 22: 0:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7575937B42C for ; Sat, 21 Apr 2001 22:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3M508V46670; Sat, 21 Apr 2001 22:00:08 -0700 (PDT) (envelope-from gnats) Date: Sat, 21 Apr 2001 22:00:08 -0700 (PDT) Message-Id: <200104220500.f3M508V46670@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: bin/25896: [PATCH] varios fixes for nfsd(8) Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/25896; it has been noted by GNATS. From: Kris Kennaway To: mb@imp.ch Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/25896: [PATCH] varios fixes for nfsd(8) Date: Sat, 21 Apr 2001 21:57:42 -0700 --5gxpn/Q6ypwruk0T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Can this be closed? Kris On Sun, Mar 18, 2001 at 03:22:07PM +0100, mb@imp.ch wrote: >=20 > >Number: 25896 > >Category: bin > >Synopsis: [PATCH] several fixes for nfsd(8) > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: =20 > >Keywords: =20 > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Mar 18 06:30:03 PST 2001 > >Closed-Date: > >Last-Modified: > >Originator: Martin Blapp > >Release: FreeBSD 5.0-CURRENT i386 > >Organization: > Improware AG > >Environment: >=20 > - FreeBSD 5.0-CURRENT > - TIRPC2.3, available from http://www.attic.ch/tirpc.html > http://home.teleport.ch/freebsd/tirpc-20010318.diff.tgz >=20 > >Description: >=20 > - Merged KAME ipv6 support and fixed it. >=20 > - Added new option: -d (unregister with rpcbind) >=20 > - Added possibility to kill nfsd in a clean way: > kill -USR1 >=20 > - Fixed issues with rpcbind registration, only do > the registration once for each protocol, and for > the localhost nfsd port only. >=20 > - Fixed a bug in the for (;;) loop, correctly treat > the case: nfsd -h ip1, nfsd -h ip2 for ipv6 and > ipv4. >=20 > - Fixed a bug during startup of nfsd. If nfsd encountered an > error condition and did exit(1), the children > where still there and had to be killed manually. >=20 > - Removed ISO support >=20 > >How-To-Repeat: >=20 > - killall -9 nfsd && rpcinfo -p >=20 > - nfsd -h host1 -h host2 >=20 > >Fix: >=20 > http://home.teleport.ch/freebsd/nfsd.diff >=20 > (needs tirpc) > >Release-Note: > >Audit-Trail: > >Unformatted: >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message --5gxpn/Q6ypwruk0T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE64mTFWry0BWjoQKURAiX9AJ4mYoEQ9aED6dTHp6a4+4oGUKJnbgCg5YjD yGGbzxQIxKUud4Q4jPHTRCQ= =+rLL -----END PGP SIGNATURE----- --5gxpn/Q6ypwruk0T-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Apr 22 0: 0:27 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43C6237B43E for ; Sun, 22 Apr 2001 00:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3M707w65251; Sun, 22 Apr 2001 00:00:07 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (aragon.noos.net [212.198.2.75]) by hub.freebsd.org (Postfix) with ESMTP id C499C37B422 for ; Sat, 21 Apr 2001 23:53:05 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 3256540 invoked by uid 0); 22 Apr 2001 06:53:04 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by aragon.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 22 Apr 2001 06:53:04 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f3M6r1k51757; Sun, 22 Apr 2001 08:53:02 +0200 (CEST) (envelope-from root) Message-Id: <200104220653.f3M6r1k51757@gits.dyndns.org> Date: Sun, 22 Apr 2001 08:53:02 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@poboxes.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/26763: installing ipfilter sample files to share/examples Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26763 >Category: misc >Synopsis: installing ipfilter sample files to share/examples >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 22 00:00:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-BETA i386 >Organization: ACME >Environment: System: FreeBSD gits 4.3-BETA FreeBSD 4.3-BETA #18: Sat Mar 17 02:17:40 CET 2001 root@:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: ipfilter sample files aren't available if you don't have the source tree installed. this patch copies ipfilter sample files to /usr/share/examples/ipfilter. >How-To-Repeat: n/a >Fix: take care, this patch is in two part. the first one has been obtain using cvs diff, and the second one using diff /dev/null ... Index: share/examples/Makefile =================================================================== RCS file: /home/ncvs/src/share/examples/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- share/examples/Makefile 1999/12/09 09:35:36 1.28 +++ share/examples/Makefile 2001/04/22 06:42:57 @@ -2,7 +2,11 @@ # # Doing a make install builds /usr/share/examples -DIRS!= for i in *; do if test -d $$i -a $$i != CVS; then echo $$i; fi; done +DIRS!= for i in *; do \ + if test -d $$i -a $$i != CVS -a $$i != ipfilter; then \ + echo $$i; \ + fi; \ + done DDIR= ${DESTDIR}/usr/share/examples @@ -35,4 +39,8 @@ (cd ${.CURDIR}/../../etc; ${MAKE} etc-examples) .endif -.include +.if ${SHARED} != "symlinks" +SUBDIR= ipfilter +.endif + +.include Index: etc/mtree/BSD.usr.dist =================================================================== RCS file: /home/ncvs/src/etc/mtree/BSD.usr.dist,v retrieving revision 1.188.2.14 diff -u -r1.188.2.14 BSD.usr.dist --- etc/mtree/BSD.usr.dist 2001/03/05 12:08:49 1.188.2.14 +++ etc/mtree/BSD.usr.dist 2001/04/22 06:39:24 @@ -315,6 +315,8 @@ .. ibcs2 .. + ipfilter + .. isdn .. kld --- /dev/null Sun Apr 22 08:35:33 2001 +++ share/examples/ipfilter/Makefile Sun Apr 22 08:34:23 2001 @@ -0,0 +1,19 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../contrib/ipfilter/rules + +BINDIR= /usr/share/examples + +FILES= BASIC.NAT BASIC_1.FW BASIC_2.FW \ + example.1 example.2 example.3 example.4 example.5 \ + example.6 example.7 example.8 example.9 example.10 \ + example.11 example.12 example.13 example.sr firewall \ + ftp-proxy ftppxy nat-setup nat.eg server tcpstate + +all: + +install: ${FILES} + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ + ${.ALLSRC} ${DESTDIR}${BINDIR}/ipfilter + +.include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message