From owner-freebsd-bugs Sun Feb 10 2:20: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7233537B417 for ; Sun, 10 Feb 2002 02:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AAK2l64767; Sun, 10 Feb 2002 02:20:02 -0800 (PST) (envelope-from gnats) Date: Sun, 10 Feb 2002 02:20:02 -0800 (PST) Message-Id: <200202101020.g1AAK2l64767@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Makonnen Subject: Re: conf/34780: locate(1)'s database is generated with root permissions Reply-To: Mike Makonnen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/34780; it has been noted by GNATS. From: Mike Makonnen To: "f. johan beisser" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/34780: locate(1)'s database is generated with root permissions Date: Sun, 10 Feb 2002 02:17:25 -0800 On Sat, 2002-02-09 at 18:29, f. johan beisser wrote: > the locate(1) database is generated with root permissions. this allows any user to find the existance of any other users files through the locate(1) command. > this means doing a search for any users login, you can get a list of > all of the files in their home direcotry, no matter what permissions > the file has. Yes, it is called by root, but the script su's to user nobody before updating the database. cheers, mike makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 3:30:23 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 073CB37B41B for ; Sun, 10 Feb 2002 03:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1ABU2m75987; Sun, 10 Feb 2002 03:30:02 -0800 (PST) (envelope-from gnats) Received: from adsl-113.cshore.com (adsl-113.cshore.com [65.113.124.113]) by hub.freebsd.org (Postfix) with ESMTP id 2E7FB37B41A for ; Sun, 10 Feb 2002 03:28:44 -0800 (PST) Received: from [192.168.231.227] (helo=there) by adsl-113.cshore.com with smtp (Exim 3.33 #1) id 16ZsA0-000HEd-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 10 Feb 2002 06:28:44 -0500 Message-Id: Date: Sun, 10 Feb 2002 11:28:48 +0000 From: David S Madole To: FreeBSD-gnats-submit@freebsd.org Subject: kern/34789: PNY brand USB flash readers need 10 byte commands Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34789 >Category: kern >Synopsis: PNY brand USB flash readers need 10 byte commands >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 03:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: David S Madole >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD 4.5-RELEASE #11 i386 >Description: PNY brand USB flash readers, both compactflash and smartmedia do not work correctly. These do not seem to have a specific part or model number. The UPC codes are 5149221159 (SM) and 514922115 (CF). The cause is the same thing that apparently affects a lot of other USB flash readers: these need 10-byte read commands rather than 6-byte. Adding these to the quirks table in scsi_da.c seems to fix the problem. >How-To-Repeat: Install one of these and do I/O. All calls succeed, but it appears that you always read or write the first two sectors on the device. >Fix: *** scsi_da.c.orig Sat Feb 9 11:32:30 2002 --- scsi_da.c Sat Feb 9 00:24:30 2002 *************** *** 345,350 **** --- 345,366 ---- */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "DIVA USB", "Media Reader","*"}, /*quirks*/ DA_Q_NO_6_BYTE + }, + { + /* + * PNY Compact Flash Reader (apparently made by Sandisk) + * Doesn't work correctly with 6 byte reads/writes. + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "SanDisk", "SDCFB-32","*"}, + /*quirks*/ DA_Q_NO_6_BYTE + }, + { + /* + * PNY Smart Media Reader (possibly made by Shuttle) + * Doesn't work correctly with 6 byte reads/writes. + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "SM Media", "-Shuttle","*"}, + /*quirks*/ DA_Q_NO_6_BYTE } }; ------------------------------------------------------- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 3:30:26 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D50AB37B416 for ; Sun, 10 Feb 2002 03:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1ABU2W75978; Sun, 10 Feb 2002 03:30:02 -0800 (PST) (envelope-from gnats) Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id 62F8C37B405 for ; Sun, 10 Feb 2002 03:25:36 -0800 (PST) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id NJV46438; Sun, 10 Feb 2002 13:25:32 +0200 (EET) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.6/8.11.6) id g1ABOPa07227; Sun, 10 Feb 2002 13:24:25 +0200 (EET) (envelope-from netch) Message-Id: <200202101124.g1ABOPa07227@iv.nn.kiev.ua> Date: Sun, 10 Feb 2002 13:24:25 +0200 (EET) From: Valentin Nechayev Reply-To: Valentin Nechayev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/34788: dmesg issues with console output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34788 >Category: misc >Synopsis: dmesg issues with console output >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 Feb 10 03:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Valentin Nechayev >Release: FreeBSD 4.5-RELEASE i386 >Organization: home sweet home >Environment: System: FreeBSD iv.nn.kiev.ua 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Sat Feb 2 21:46:14 EET 2002 root@iv.nn.kiev.ua:/var/obj/sys4/nn14 i386 AFAIS all fixes are easily-portable to -CURRENT. >Description: This is a gathering of problems and annoyances due to new dmesg buffer implementation which logs console output. It is tagged as `misc' category because some fixes are for `kern', some for `bin' and, possible, some stuff is for `conf' also. 1. For now, all console output is put to message buffer. But, that is possibly ignored that in single-user mode all interactive work of sysadmin is put to console. As a result, 1) message buffer is spammed with information which is mainly unuseful in it; in case of sysinstall were run, message buffer is garbaged with pieces of fullscreen ncurses output, which makes it totally unreadable; 2) useful stuff from message buffer - e.g. kernel startup output - is often flushed from message buffer during sysadmin activity; but kernel startup output is often vital for operations made in single-user mode. I suppose the correct fix is to disable console logging during single-user mode. I can't imagine a real need to log sysadmin activity in single-user mode; if he wants this, he can use other tools which are more reliable, particularly, for dealing with fullscreen output. This also can be important security issue with some circumstances. 2. Dmesg buffer keeps kernel messages and messages to console with syslog-styled priority tags (" text..."). For now /sbin/dmesg deletes this tags from all output. There are some situations when it is highly important to see these tags. Instead of writing own tool, IMO /sbin/dmesg should be extended to do it upon user's request. 3. Dmesg buffer now is circular buffer of bytes, separated with '\n'. When old contents is being flushed, almost always some line loses its beginning, but rest of the line keeps in buffer. As a result, malformed line is kept at buffer head. A strange result of this misfeature is that dmesg diff part daily security output regularly contains "hanging" line chunk. >How-To-Repeat: >Fix: Following fixes are in strong correspondence with problems described above: 1. Patch to sys/kern/tty_cons.c allows control whether to log to message buffer all stuff printed to console. It creates and uses new sysctl variable. Values 0 and 1 means disabling and enabling controlled by /sbin/init. Other values are possible; 2,3,... means uncontrolled enabling; -1,-2,... means uncontrolled disabling (this is why variable is defined as int, not unsigned or another boolean type). This scheme is almost equal to one of kern.securelevel. 2. Patch to sbin/init/init.c uses control from paragraph 1 to enable/disable logging of console output. A most-adoptable scheme is used when logging is disabled during single user mode and enabled otherwise. /sbin/init changes only 0 to 1 and 1 to 0. 3. Patch to sbin/dmesg/dmesg.8, sbin/dmesg/dmesg.c provides show of message buffer with syslog priority tags. Deleting whole line from message buffer is unimplemented here (yet?) diff -rNu 0/sbin/dmesg/dmesg.8 1/sbin/dmesg/dmesg.8 --- 0/sbin/dmesg/dmesg.8 Sat Aug 18 16:16:17 2001 +++ 1/sbin/dmesg/dmesg.8 Sat Nov 10 12:37:36 2001 @@ -72,6 +72,11 @@ .It Fl N Extract the name list from the specified system instead of the default, which is the kernel image the system has booted from. +.It Fl p +Do not suppress syslog priority labels at beginning of each line. +Implies +.Fl a +option. .El .Sh FILES .Bl -tag -width ".Pa /var/run/dmesg.boot" -compact diff -rNu 0/sbin/dmesg/dmesg.c 1/sbin/dmesg/dmesg.c --- 0/sbin/dmesg/dmesg.c Sat Aug 18 16:16:17 2001 +++ 1/sbin/dmesg/dmesg.c Sat Nov 10 12:39:52 2001 @@ -82,13 +82,14 @@ kvm_t *kd; char buf[5]; int all = 0; + int withprio = 0; int pri; size_t buflen; int bufpos; (void) setlocale(LC_CTYPE, ""); memf = nlistf = NULL; - while ((ch = getopt(argc, argv, "aM:N:")) != -1) + while ((ch = getopt(argc, argv, "aM:N:p")) != -1) switch(ch) { case 'a': all++; @@ -99,6 +100,9 @@ case 'N': nlistf = optarg; break; + case 'p': + withprio = 1; + break; case '?': default: usage(); @@ -172,7 +176,7 @@ } continue; } - if (newl && ch == '<') { + if (newl && ch == '<' && !withprio) { pri = 0; skip = 1; continue; diff -rNu 0/sbin/init/init.c 1/sbin/init/init.c --- 0/sbin/init/init.c Sun Oct 7 22:27:03 2001 +++ 1/sbin/init/init.c Sat Nov 10 12:40:29 2001 @@ -548,6 +548,25 @@ } /* + * Allow/disallow logging of console output to message buffer. + */ +void +set_msgbuf_log_console(int yesno) +{ + int oldval; + size_t vlen; + vlen = sizeof(oldval); + if(sysctlbyname("kern.msgbuf_log_allowed", &oldval, &vlen, + NULL, 0) == 0) { + /* If we don't know this value, skip it. */ + if(oldval != 0 && oldval != 1) + return; + sysctlbyname("kern.msgbuf_log_allowed", NULL, 0, + &yesno, sizeof(int)); + } +} + +/* * Change states in the finite state machine. * The initial state is passed as an argument. */ @@ -555,8 +574,10 @@ transition(s) state_t s; { - for (;;) + for (;;) { + set_msgbuf_log_console(s != single_user); s = (state_t) (*s)(); + } } /* Binary files 0/sbin/init/init.o and 1/sbin/init/init.o differ diff -rNu 0/sys/kern/tty_cons.c 1/sys/kern/tty_cons.c --- 0/sys/kern/tty_cons.c Fri Nov 9 19:06:22 2001 +++ 1/sys/kern/tty_cons.c Sat Nov 10 12:41:13 2001 @@ -84,6 +84,11 @@ SYSCTL_OPAQUE(_machdep, CPU_CONSDEV, consdev, CTLFLAG_RD, &cn_udev_t, sizeof cn_udev_t, "T,dev_t", ""); +static int flag_log_console = 1; + +SYSCTL_INT(_kern, OID_AUTO, msgbuf_log_console, CTLFLAG_RW, + &flag_log_console, 0, ""); + static int cn_mute; int cons_unavail = 0; /* XXX: @@ -355,7 +360,8 @@ dev = constty->t_dev; else dev = cn_tab->cn_dev; - log_console(uio); + if (flag_log_console > 0) + log_console(uio); return ((*devsw(dev)->d_write)(dev, uio, flag)); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 3:40: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A74D37B402 for ; Sun, 10 Feb 2002 03:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1ABe1F76761; Sun, 10 Feb 2002 03:40:01 -0800 (PST) (envelope-from gnats) Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id E97AF37B400 for ; Sun, 10 Feb 2002 03:33:42 -0800 (PST) Received: from blackbox.pacbell.net ([64.166.84.196]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GRB00HAPES6O5@mta5.snfc21.pbi.net> for FreeBSD-gnats-submit@freebsd.org; Sun, 10 Feb 2002 03:33:42 -0800 (PST) Received: (from mikem@localhost) by blackbox.pacbell.net (8.11.6/8.11.6) id g1ABXi121927; Sun, 10 Feb 2002 03:33:44 -0800 (PST envelope-from mikem) Message-Id: <200202101133.g1ABXi121927@blackbox.pacbell.net> Date: Sun, 10 Feb 2002 03:33:44 -0800 (PST) From: Mike Makonnen Reply-To: Mike Makonnen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/34790: [PATCH] fortune(6) typo fixes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34790 >Category: misc >Synopsis: [PATCH] fortune(6) typo fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 03:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: mikem >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD blackbox.pacbell.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jan 5 01:38:46 PST 2002 mikem@blackbox.pacbell.net:/FreeBSD/builds/current/src.obj/FreeBSD/builds/current/src/sys/BLACKBOX i386 >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 4:51:53 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C99537B417; Sun, 10 Feb 2002 04:51:51 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1ACpmK93872; Sun, 10 Feb 2002 04:51:48 -0800 (PST) (envelope-from iedowse) Date: Sun, 10 Feb 2002 04:51:48 -0800 (PST) From: Message-Id: <200202101251.g1ACpmK93872@freefall.freebsd.org> To: regnauld@td.rh.dk, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/25245: mounting NFS to/from same host + activity will eventually lock up all processes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mounting NFS to/from same host + activity will eventually lock up all processes State-Changed-From-To: feedback->closed State-Changed-By: iedowse State-Changed-When: Sun Feb 10 04:50:34 PST 2002 State-Changed-Why: Submitter wasn't able to reproduce this on recent sources. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25245 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 5: 2: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1342137B439; Sun, 10 Feb 2002 05:01:51 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AD1AK94872; Sun, 10 Feb 2002 05:01:10 -0800 (PST) (envelope-from dwmalone) Date: Sun, 10 Feb 2002 05:01:10 -0800 (PST) From: Message-Id: <200202101301.g1AD1AK94872@freefall.freebsd.org> To: otterr@telocity.com, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/34594: Addition of native Tekram DC395U/UW support (TRM-S1040 chipset) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Addition of native Tekram DC395U/UW support (TRM-S1040 chipset) State-Changed-From-To: open->closed State-Changed-By: dwmalone State-Changed-When: Sun Feb 10 05:00:10 PST 2002 State-Changed-Why: Closed at submitters request as a duplicated of http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29875 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 5:50: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA87E37B416 for ; Sun, 10 Feb 2002 05:50:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1ADo4e05961; Sun, 10 Feb 2002 05:50:04 -0800 (PST) (envelope-from gnats) Date: Sun, 10 Feb 2002 05:50:04 -0800 (PST) Message-Id: <200202101350.g1ADo4e05961@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "f.johan.beisser" Subject: Re: conf/34780: locate(1)'s database is generated with root permissions Reply-To: "f.johan.beisser" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/34780; it has been noted by GNATS. From: "f.johan.beisser" To: Mike Makonnen Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/34780: locate(1)'s database is generated with root permissions Date: Sun, 10 Feb 2002 05:46:13 -0800 (PST) On Sun, 10 Feb 2002, Mike Makonnen wrote: > Yes, it is called by root, but the script su's to user nobody before > updating the database. of course, now that i've gone though this again (3rd times a charm), i see the line i wish i'd seen before: cd / echo /usr/libexec/locate.updatedb | nice -5 su -fm nobody || rc=3 chmod 444 $locdb || rc=3;; whoops. my brain is failing me today. -------/ f. johan beisser /--------------------------------------+ http://caustic.org/~jan jan@caustic.org "John Ashcroft is really just the reanimated corpse of J. Edgar Hoover." -- Tim Triche To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 5:50:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B3F837B402 for ; Sun, 10 Feb 2002 05:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1ADo2x05952; Sun, 10 Feb 2002 05:50:02 -0800 (PST) (envelope-from gnats) Date: Sun, 10 Feb 2002 05:50:02 -0800 (PST) Message-Id: <200202101350.g1ADo2x05952@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Makonnen Subject: Re: misc/34790: [PATCH] fortune(6) typo fixes Reply-To: Mike Makonnen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/34790; it has been noted by GNATS. From: Mike Makonnen To: bug-followup@freebsd.org Cc: Subject: Re: misc/34790: [PATCH] fortune(6) typo fixes Date: Sun, 10 Feb 2002 05:45:32 -0800 Fix: Index: games/fortune/datfiles//fortunes =================================================================== RCS file: /home/ncvs/src/games/fortune/datfiles/fortunes,v retrieving revision 1.74 diff -u -r1.74 fortunes --- games/fortune/datfiles//fortunes 7 Jan 2002 13:47:22 -0000 1.74 +++ games/fortune/datfiles//fortunes 10 Feb 2002 11:15:15 -0000 @@ -10756,10 +10756,10 @@ Q: How did you get into artificial intelligence? A: Seemed logical -- I didn't have any real intelligence. % -Q: How many DEC repairman does it take to fix a flat ? +Q: How many DEC repairmen does it take to fix a flat? A: Five; four to hold the car up and one to swap tires. % -Q: How many DEC repairman does it take to fix a flat? +Q: How many DEC repairmen does it take to fix a flat? A: Five; four to hold the car up and one to swap tires. Q: How long does it take? Index: games/fortune/datfiles//fortunes-o.real =================================================================== RCS file: /home/ncvs/src/games/fortune/datfiles/fortunes-o.real,v retrieving revision 1.9 diff -u -r1.9 fortunes-o.real --- games/fortune/datfiles//fortunes-o.real 1 Oct 2001 01:10:15 -0000 1.9 +++ games/fortune/datfiles//fortunes-o.real 10 Feb 2002 11:25:31 -0000 @@ -839,7 +839,7 @@ If you meet somebody who tells you that he loves you more than anybody in the whole wide world, don't trust him. It means he experiments. % -If you think sex is a pain in the ass, try different position. +If you think sex is a pain in the ass, try a different position. % "If you're a real good kid, I'll give you a piggy-back ride on a buzz-saw." @@ -1365,7 +1365,7 @@ -- Dave Barry, "Pornography" % The computer is the ultimate polluter: its shit is indistinguishable -from the food it produces. +from the food it consumes. % The defense attorney was hammering away at the plaintiff: "You claim," he jeered, "that my client came at you with a broken bottle in Index: games/fortune/datfiles//fortunes2 =================================================================== RCS file: /home/ncvs/src/games/fortune/datfiles/fortunes2,v retrieving revision 1.29 diff -u -r1.29 fortunes2 --- games/fortune/datfiles//fortunes2 7 Jan 2002 13:47:22 -0000 1.29 +++ games/fortune/datfiles//fortunes2 10 Feb 2002 11:18:21 -0000 @@ -36577,7 +36577,7 @@ Q: How many college football players does it take to screw in a lightbulb? A: Only one, but he gets three credits for it. % -Q: How many DEC repairman does it take to fix a flat? +Q: How many DEC repairmen does it take to fix a flat? A: Five; four to hold the car up and one to swap tires. Q: How long does it take? Index: games/fortune/datfiles//fortunes2-o =================================================================== RCS file: /home/ncvs/src/games/fortune/datfiles/fortunes2-o,v retrieving revision 1.6 diff -u -r1.6 fortunes2-o --- games/fortune/datfiles//fortunes2-o 25 Oct 1999 04:23:21 -0000 1.6 +++ games/fortune/datfiles//fortunes2-o 10 Feb 2002 11:17:40 -0000 @@ -12547,7 +12547,7 @@ The butcher, the baker, the candlestick make her, why can't I? % The computer is the ultimate polluter: -Its shit is indistinguishable from the food it produces. +Its shit is indistinguishable from the food it consumes. % The country girl who became a city madam has obviously gone from rags to rigids. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 6:11:53 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AEE737B405; Sun, 10 Feb 2002 06:11:51 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AEBIb13948; Sun, 10 Feb 2002 06:11:18 -0800 (PST) (envelope-from joe) Date: Sun, 10 Feb 2002 06:11:18 -0800 (PST) From: Message-Id: <200202101411.g1AEBIb13948@freefall.freebsd.org> To: joe@FreeBSD.org, freebsd-bugs@FreeBSD.org, joe@FreeBSD.org Subject: Re: kern/34789: PNY brand USB flash readers need 10 byte commands Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PNY brand USB flash readers need 10 byte commands Responsible-Changed-From-To: freebsd-bugs->joe Responsible-Changed-By: joe Responsible-Changed-When: Sun Feb 10 06:11:07 PST 2002 Responsible-Changed-Why: I'm working on this one. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34789 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 6:40: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AB5337B41A for ; Sun, 10 Feb 2002 06:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AEe2Q26001; Sun, 10 Feb 2002 06:40:02 -0800 (PST) (envelope-from gnats) Received: from fafoe.dyndns.org (chello212186121237.14.vie.surfer.at [212.186.121.237]) by hub.freebsd.org (Postfix) with ESMTP id 0AD6437B405 for ; Sun, 10 Feb 2002 06:37:53 -0800 (PST) Received: by stefan.fafoe (Postfix, from userid 1001) id 16D13EBAA; Sun, 10 Feb 2002 15:42:56 +0100 (CET) Message-Id: <20020210144256.16D13EBAA@stefan.fafoe> Date: Sun, 10 Feb 2002 15:42:56 +0100 (CET) From: Stefan Farfeleder Reply-To: Stefan Farfeleder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/34791: MFC removal of outdated comment from syscalls.master Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34791 >Category: kern >Synopsis: MFC removal of outdated comment from syscalls.master >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 06:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Stefan Farfeleder >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD stefan.fafoe 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Sat Feb 2 13:05:42 CET 2002 stefan@stefan.fafoe:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: from src/sys/kern/syscalls.master: --- 21 STD BSD { int mount(char *type, char *path, int flags, \ caddr_t data); } ; XXX 4.4lite2 uses `char *type' but we're not ready for that. --- type was changed to char * in version 1.32 of syscalls.master back in 1997, in HEAD the comment was removed in version 1.91. >How-To-Repeat: >Fix: Remove the XXX line. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 8:50: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AB8937B416 for ; Sun, 10 Feb 2002 08:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AGo1R52537; Sun, 10 Feb 2002 08:50:01 -0800 (PST) (envelope-from gnats) Received: from mx1.datanet.hu (mx1.datanet.hu [194.149.13.160]) by hub.freebsd.org (Postfix) with ESMTP id 0BBC137B404 for ; Sun, 10 Feb 2002 08:48:22 -0800 (PST) Received: from fonix.adamsfamily.xx (nilus-939.adsl.datanet.hu [195.56.95.170]) by mx1.datanet.hu (DataNet) with ESMTP id CC1B0F8D3 for ; Sun, 10 Feb 2002 17:48:19 +0100 (CET) Received: (from cc@localhost) by fonix.adamsfamily.xx (8.11.6/8.11.6) id g1AGmLR19935 for freebsd-gnats-submit@freebsd.org; Sun, 10 Feb 2002 17:48:21 +0100 (CET) (envelope-from sziszi@bsd.hu) Message-Id: <20020210164819.GA19168@fonix.adamsfamily.xx> Date: Sun, 10 Feb 2002 17:48:20 +0100 From: Szilveszter Adam To: freebsd-gnats-submit@freebsd.org Subject: misc/34795: Deprecated uudecode option used during 'make world' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34795 >Category: misc >Synopsis: Deprecated uudecode option used during 'make world' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 08:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Szilveszter Adam >Release: FreeBSD 5.0-CURRENT i386 >Organization: private user >Environment: System: FreeBSD fonix.adamsfamily.xx 5.0-CURRENT FreeBSD 5.0-CURRENT #29: Sun Feb 3 18:15:43 CET 2002 root@fonix.adamsfamily.xx:/usr/src/sys/i386/compile/FONIX i386 COMPAT1X etc options set in /etc/make.conf >Description: When any of the COMPAT1X etc options are set in /etc/make.conf, the appropriate set of compat libraries will be uudecoded and gunzipped during the make buildworld process from under src/lib/compat. Recently, in rev1.17 of src/usr.bin/uudecode/uudecode.c the "-p" option was deprecated (and "-o /dev/stdout" suggested instead.) This change has not been MFCd so only -CURRENT is affected for now. The Makefiles under src/lib/compat failed to take into account this change and still try to use the "-p" option to uudecode. This is not (yet) fatal as I see, but produces a warning and should be fixed before "-p" support is removed. >How-To-Repeat: Set any of the COMPAT1X etc variables in /etc/make.conf and use 'make world' or 'make release'. Or cd to src/lib/compat directly and "make obj && make && make install" >Fix: Easy: swap any invocation of "uudecode -p" in the Makefiles under src/lib/compat for "uudecode -o dev/stdout". BTW I think those invocations are not very elegant; there is quite some duplication there and the value of uudecode is hardwired. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 9:20: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64FDE37B402 for ; Sun, 10 Feb 2002 09:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AHK1u59743; Sun, 10 Feb 2002 09:20:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA62837B416 for ; Sun, 10 Feb 2002 09:13:03 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AHD3N58855; Sun, 10 Feb 2002 09:13:03 -0800 (PST) (envelope-from nobody) Message-Id: <200202101713.g1AHD3N58855@freefall.freebsd.org> Date: Sun, 10 Feb 2002 09:13:03 -0800 (PST) From: Georg Schwarz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/34796: wrong path in /etc/XF86Config (purely cosmetical) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34796 >Category: misc >Synopsis: wrong path in /etc/XF86Config (purely cosmetical) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 09:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Georg Schwarz >Release: 4.5 Release >Organization: >Environment: 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: XF86Setup (maybe only when using the S3 XF86 server) creates the following line of information in /etc/XF86Config: "# Refer to /usr/X11R6/lib/doc/README.S3, and the XF86_S3 man page." However, for FreeBSD (and maybe other OS as well) that path should be /usr/X11R6/lib/X11/doc/README.S3. This might apply to other X servers' READMEs as well. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 10:38:55 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by hub.freebsd.org (Postfix) with SMTP id A38CE37B402 for ; Sun, 10 Feb 2002 10:38:52 -0800 (PST) Received: (qmail 31742 invoked by uid 10); 10 Feb 2002 18:38:46 -0000 Received: by robkaos.ruhr.de (Smail-3.2.0.111 2000-Feb-17 #1) id ; Sun, 10 Feb 2002 19:43:19 +0100 (CET) Message-Id: From: robsch@robkaos.ruhr.de (Robert Schien) Subject: Can't connect remote X clients to 4.5-R-system To: freebsd-bugs@freebsd.org Date: Sun, 10 Feb 2002 19:43:19 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Has something changed significantly when in comes to displaying remote X clients on a 4.5-RELEASE system? On my remote system (robk2) I enter as usual: setenv DISPLAY robk1:0 On the local system robk1 (the 4.5 system) I enter xhost + robk2 When I now try to start a remote xterm, for ex. I get X11TransSocketInetConnect: Can't connect errno=61 Even a 'xhost +' does not help. It has been worked for ages on ealier versions of FreeBSD. Other network connections (telnet, ftp, ssh etc) work perfectly between the hosts. I apologize if this is an FAQ. But I haven't found anythings about it. Thanks in advance. Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 11:30:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E5A537B405 for ; Sun, 10 Feb 2002 11:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AJU5M83441; Sun, 10 Feb 2002 11:30:05 -0800 (PST) (envelope-from gnats) Received: from adsl-209-233-28-31.dsl.snfc21.pacbell.net (adsl-209-233-28-31.dsl.snfc21.pacbell.net [209.233.28.31]) by hub.freebsd.org (Postfix) with ESMTP id 5E01C37B416 for ; Sun, 10 Feb 2002 11:24:27 -0800 (PST) Received: (from grady@localhost) by adsl-209-233-28-31.dsl.snfc21.pacbell.net (8.11.3/8.11.3) id g1AJSRH24248; Sun, 10 Feb 2002 11:28:27 -0800 (PST) (envelope-from grady) Message-Id: <200202101928.g1AJSRH24248@adsl-209-233-28-31.dsl.snfc21.pacbell.net> Date: Sun, 10 Feb 2002 11:28:27 -0800 (PST) From: Steven Grady Reply-To: grady@adsl-209-233-28-31.dsl.snfc21.pacbell.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/34800: tcsh's complete.tcsh should be installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34800 >Category: misc >Synopsis: tcsh's complete.tcsh should be installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 11:30:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Steven Grady >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD adsl-209-233-28-31.dsl.snfc21.pacbell.net 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Sep 18 16:58:48 PDT 2001 grady@adsl-209-233-28-31.dsl.snfc21.pacbell.net:/usr/src/sys/compile/SEMPRINI i386 >Description: tcsh comes with a useful file, "complete.tcsh", providing hundreds of completion commands. It should probably be installed by default, since tcsh is now part of the base FreeBSD distribution. (As it stands, an old version (from 6.08) is installed /usr/compat/linux..) >How-To-Repeat: "locate complete.tcsh" >Fix: I suggest installing it in /usr/share/misc/complete.tcsh, or /usr/share/examples/tcsh/complete.tcsh. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 11:40: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0E1737B41A for ; Sun, 10 Feb 2002 11:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AJe1I87047; Sun, 10 Feb 2002 11:40:01 -0800 (PST) (envelope-from gnats) Received: from lilac.csi.cam.ac.uk (lilac.csi.cam.ac.uk [131.111.8.44]) by hub.freebsd.org (Postfix) with ESMTP id E66DD37B404 for ; Sun, 10 Feb 2002 11:34:12 -0800 (PST) Received: from m218-3.phy.cam.ac.uk ([131.111.79.217]) by lilac.csi.cam.ac.uk with esmtp (Exim 3.34 #1) id 16Zzjo-0000Gb-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 10 Feb 2002 19:34:12 +0000 Received: from sa264 by m218-3.phy.cam.ac.uk with local (Exim 3.34 #1) id 16Zzjo-0006YJ-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 10 Feb 2002 19:34:12 +0000 Message-Id: Date: Sun, 10 Feb 2002 19:34:12 +0000 From: AMAKAWA Shuhei Reply-To: AMAKAWA Shuhei To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/34801: TCP window size bug (afflicting IP Filter keep state) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34801 >Category: kern >Synopsis: TCP window size bug (afflicting IP Filter keep state) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 11:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD m218-3.phy.cam.ac.uk 4.5-STABLE FreeBSD 4.5-STABLE #4: Fri Feb 1 20:30:18 GMT 2002 sa264@m218-3.phy.cam.ac.uk:/usr/obj/usr/src/sys/KERNCONF i386 >Description: The default value of net.inet.tcp.recvspace was raised to 65536 a few months ago. So, the max TCP window size is 65536 now. But this amounts to 0 in the 16-bit world. The valid max window size is 65535 (forget about RFC 1323 here). Apparently a number of IP Filter users have been afflicted by this. IP Filter's stateful inspection code uses the window size information to decide whether a packet can be regarded as valid or not. IP Filter's state entry treats the window size as 16-bit. >How-To-Repeat: tcpdump. Use IP Filter, keep state flags S. Then transfer a big file. Packet loss will lead to the following valid packets being blocked and the connection will be lost. >Fix: Workaround: sysctl net.inet.tcp.recvspace=65535 or less. Fix: --- /usr/src/sys/netinet/tcp_usrreq.c Sun Dec 16 18:16:51 2001 +++ tcp_usrreq.c Sun Feb 10 18:43:44 2002 @@ -995,7 +995,7 @@ u_long tcp_sendspace = 1024*32; SYSCTL_INT(_net_inet_tcp, TCPCTL_SENDSPACE, sendspace, CTLFLAG_RW, &tcp_sendspace , 0, "Maximum outgoing TCP datagram size"); -u_long tcp_recvspace = 1024*64; +u_long tcp_recvspace = 1024*64-1; SYSCTL_INT(_net_inet_tcp, TCPCTL_RECVSPACE, recvspace, CTLFLAG_RW, &tcp_recvspace , 0, "Maximum incoming TCP datagram size"); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 11:51:52 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CAB737B400; Sun, 10 Feb 2002 11:51:51 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AJp0T88913; Sun, 10 Feb 2002 11:51:00 -0800 (PST) (envelope-from dwmalone) Date: Sun, 10 Feb 2002 11:51:00 -0800 (PST) From: Message-Id: <200202101951.g1AJp0T88913@freefall.freebsd.org> To: jan@caustic.org, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/34780: locate(1)'s database is generated with root permissions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: locate(1)'s database is generated with root permissions State-Changed-From-To: open->closed State-Changed-By: dwmalone State-Changed-When: Sun Feb 10 11:50:31 PST 2002 State-Changed-Why: Submitter spotted the "su nobody" just after submitting! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34780 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 12: 1:55 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B5A037B405; Sun, 10 Feb 2002 12:01:52 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AJt3G89616; Sun, 10 Feb 2002 11:55:03 -0800 (PST) (envelope-from dwmalone) Date: Sun, 10 Feb 2002 11:55:03 -0800 (PST) From: Message-Id: <200202101955.g1AJt3G89616@freefall.freebsd.org> To: dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org, dwmalone@FreeBSD.org Subject: Re: misc/34788: dmesg issues with console output Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: dmesg issues with console output Responsible-Changed-From-To: freebsd-bugs->dwmalone Responsible-Changed-By: dwmalone Responsible-Changed-When: Sun Feb 10 11:53:12 PST 2002 Responsible-Changed-Why: I suggested something similar to this to phk a while back - I'll read over your patches and see if I can do something about it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34788 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 12: 1:56 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0CEA37B402; Sun, 10 Feb 2002 12:01:51 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AJpxE89129; Sun, 10 Feb 2002 11:51:59 -0800 (PST) (envelope-from dwmalone) Date: Sun, 10 Feb 2002 11:51:59 -0800 (PST) From: Message-Id: <200202101951.g1AJpxE89129@freefall.freebsd.org> To: david@catwhisker.org, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/23081: Touchpad on NEC Versa laptop is unusable as mouse button. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Touchpad on NEC Versa laptop is unusable as mouse button. State-Changed-From-To: open->closed State-Changed-By: dwmalone State-Changed-When: Sun Feb 10 11:51:13 PST 2002 State-Changed-Why: Closed at submitters request as it relates to old, possibly twitchy hardware. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23081 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 16: 1:55 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10F9137B400; Sun, 10 Feb 2002 16:01:52 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1ANx3Q36998; Sun, 10 Feb 2002 15:59:03 -0800 (PST) (envelope-from cjc) Date: Sun, 10 Feb 2002 15:59:03 -0800 (PST) From: Message-Id: <200202102359.g1ANx3Q36998@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/34796: wrong path in /etc/XF86Config (purely cosmetical) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: wrong path in /etc/XF86Config (purely cosmetical) Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cjc Responsible-Changed-When: Sun Feb 10 15:57:32 PST 2002 Responsible-Changed-Why: Misfiled PR. XFree86 is a port and not maintained by FreeBSD. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34796 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 16:30: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC40C37B41A for ; Sun, 10 Feb 2002 16:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B0U1C44378; Sun, 10 Feb 2002 16:30:01 -0800 (PST) (envelope-from gnats) Received: from mailoutvl21.berlin.de (mail.berlin.de [195.243.105.33]) by hub.freebsd.org (Postfix) with ESMTP id B246A37B402 for ; Sun, 10 Feb 2002 16:25:42 -0800 (PST) Received: from herceg.de ([213.7.62.104]) by mailoutvl21.berlin.de (InterMail vK.4.03.05.00 201-232-132 license c0e4b842f1eddc5308d584e55543c802) with ESMTP id <20020211002736.JKUF27460.mailoutvl21@herceg.de> for ; Mon, 11 Feb 2002 01:27:36 +0100 Received: (from eserte@localhost) by vran.herceg.de (8.11.4/8.9.3) id g1B09XF29027; Mon, 11 Feb 2002 01:09:33 +0100 (CET) (envelope-from eserte) Message-Id: <200202110009.g1B09XF29027@vran.herceg.de> Date: Mon, 11 Feb 2002 01:09:33 +0100 (CET) From: Slaven Rezic Reply-To: Slaven Rezic To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/34811: sh: "jobs" is not pipeable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34811 >Category: bin >Synopsis: sh: "jobs" is not pipeable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 16:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Slaven Rezic >Release: FreeBSD 4.3-STABLE i386 >Organization: www.rezic.de >Environment: System: FreeBSD vran.herceg.de 4.3-STABLE FreeBSD 4.3-STABLE #6: Mon Jul 9 11:49:47 CEST 2001 root@vran.herceg.de:/vran/home/src/FreeBSD-4/src/sys/compile/VRAN i386 >Description: The output of /bin/sh's "jobs" builtin cannot be sent to a pipe. >How-To-Repeat: Start a process in a sh in the background. Type: jobs | grep . There is no output. But: jobs > /tmp/foo will output the jobs into /tmp/foo. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 17: 2: 1 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8EE737B417; Sun, 10 Feb 2002 17:01:52 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B0vo348166; Sun, 10 Feb 2002 16:57:50 -0800 (PST) (envelope-from iedowse) Date: Sun, 10 Feb 2002 16:57:50 -0800 (PST) From: Message-Id: <200202110057.g1B0vo348166@freefall.freebsd.org> To: bakhtin@amt.ru, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org, iedowse@FreeBSD.org Subject: Re: bin/25474: dump can't close fifo pipe correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: dump can't close fifo pipe correctly State-Changed-From-To: feedback->suspended State-Changed-By: iedowse State-Changed-When: Sun Feb 10 16:56:08 PST 2002 State-Changed-Why: Committed (with minor style adjustments), thanks! Responsible-Changed-From-To: freebsd-bugs->iedowse Responsible-Changed-By: iedowse Responsible-Changed-When: Sun Feb 10 16:56:08 PST 2002 Responsible-Changed-Why: My MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25474 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 18:30:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46ED337B416 for ; Sun, 10 Feb 2002 18:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B2U1v78463; Sun, 10 Feb 2002 18:30:01 -0800 (PST) (envelope-from gnats) Received: from descent.robbins.dropbear.id.au (090.a.005.mel.iprimus.net.au [210.50.40.90]) by hub.freebsd.org (Postfix) with ESMTP id 1274737B402 for ; Sun, 10 Feb 2002 18:29:46 -0800 (PST) Received: (from tim@localhost) by descent.robbins.dropbear.id.au (8.11.6/8.11.6) id g1B2TsY28465; Mon, 11 Feb 2002 13:29:54 +1100 (EST) (envelope-from tim) Message-Id: <200202110229.g1B2TsY28465@descent.robbins.dropbear.id.au> Date: Mon, 11 Feb 2002 13:29:54 +1100 (EST) From: Tim Robbins Reply-To: Tim Robbins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/34813: [PATCH] sed dumps core on "unusual" scripts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34813 >Category: bin >Synopsis: [PATCH] sed dumps core on "unusual" scripts >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 Feb 10 18:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tim Robbins >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD descent.robbins.dropbear.id.au 4.5-STABLE FreeBSD 4.5-STABLE #3: Thu Feb 7 01:39:15 EST 2002 tim@descent.robbins.dropbear.id.au:/usr/obj/usr/src/sys/DESCENT i386 >Description: Refer to keoki's post to the vuln-dev list, archived here: http://marc.theaimsgroup.com/?l=vuln-dev&m=101301566910174&w=2 Essentially: A problem exist in FreeBSD's version of SED, that when you specify last line and do not get contents of hold area and then delete the first part of a pattern space against a file which contains two lines or more, it results in a Segmentation fault "coredump". >How-To-Repeat: From keoki's post: [keoki@jeff:~/test] for i in 1 2; do echo "blah" >> example; done [keoki@jeff:~/test] sed '$!g; D' example Segmentation fault (core dumped) [keoki@jeff:~/test] sed '$g; D' example Segmentation fault (core dumped) [keoki@jeff:~/test] I have verified that this affects 4.5-STABLE and -CURRENT. >Fix: 1 was being subtracted from 0 of an unsigned type, causing it to wrap back around to ~0. This was used as a buffer length, causing sed to examine more memory than it should and eventually segfault. Index: sed/process.c =================================================================== RCS file: /home/ncvs/src/usr.bin/sed/process.c,v retrieving revision 1.12 diff -u -r1.12 process.c --- sed/process.c 2001/12/12 23:20:16 1.12 +++ sed/process.c 2002/02/11 01:26:39 @@ -136,7 +136,8 @@ case 'D': if (pd) goto new; - if ((p = memchr(ps, '\n', psl - 1)) == NULL) { + if (psl == 0 || + (p = memchr(ps, '\n', psl - 1)) == NULL) { pd = 1; goto new; } else { @@ -186,7 +187,8 @@ case 'P': if (pd) break; - if ((p = memchr(ps, '\n', psl - 1)) != NULL) { + if (psl != 0 && + (p = memchr(ps, '\n', psl - 1)) != NULL) { oldpsl = psl; psl = (p + 1) - ps; } @@ -238,7 +240,7 @@ HS = tspace; break; case 'y': - if (pd) + if (pd || psl == 0) break; for (p = ps, len = psl; --len; ++p) *p = cp->u.y[(unsigned char)*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 Sun Feb 10 18:31:57 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E1B37B404; Sun, 10 Feb 2002 18:31:52 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B2QCp77578; Sun, 10 Feb 2002 18:26:12 -0800 (PST) (envelope-from dd) Date: Sun, 10 Feb 2002 18:26:12 -0800 (PST) From: Message-Id: <200202110226.g1B2QCp77578@freefall.freebsd.org> To: joshua@roughtrade.net, dd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/34784: EVFILT_TIMER documentation not MFC'd despite long wait. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: EVFILT_TIMER documentation not MFC'd despite long wait. State-Changed-From-To: open->closed State-Changed-By: dd State-Changed-When: Sun Feb 10 18:25:42 PST 2002 State-Changed-Why: Requested action taken. In the future, please file stuff related to manual pages as a "docs" PR. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34784 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 18:38:10 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mta08.mail.mel.aone.net.au (mta08.mail.au.uu.net [203.2.192.89]) by hub.freebsd.org (Postfix) with ESMTP id B1A4C37B404; Sun, 10 Feb 2002 18:37:08 -0800 (PST) Received: from jackiejackie.alburycity.nsw.gov.au ([203.102.157.194]) by mta08.mail.mel.aone.net.au with ESMTP id <20020211023706.VUDD25886.mta08.mail.mel.aone.net.au@jackiejackie.alburycity.nsw.gov.au>; Mon, 11 Feb 2002 13:37:06 +1100 Received: from cip.bwl.uni-muenchen.de (212.45.23.10 [212.45.23.10]) by jackiejackie.alburycity.nsw.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 1VBG3WCS; Mon, 11 Feb 2002 13:36:42 +1100 To: From: "Mr. Natural" Subject: Get Stoned...Legally! 11020 Date: Sun, 10 Feb 2002 06:36:05 -2000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <20020211023706.VUDD25886.mta08.mail.mel.aone.net.au@jackiejackie.alburycity.nsw.gov.au> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Now Offering for your "Sensitive" Delight ... NEW & IMPROVED *** KATHMANDU 2 *** Thanks to recent dramatic advances in the laboratorial processes for the extraction of botanical/herbal alkaloids and glycocides, we are now able to offer what has already been the most incredibly potent marijuana/cannabis alternative available on the planet .... KATHMANDU TEMPLE KIFF!!! It is NEW, IMPROVED and 20 times more stokin'-tokin' potent in its formulation. KATHMANDU 2 ... a viripotent cannabis alternative for blissful regressions of vexatious depressions... * BURNS AND SMOKES EASIER! * TOKES DEEPER! * TASTES SWEETER! * LASTS LONGER! Kathmandu Temple Kiff is a proprietary; Nepalese, sensitive, pipe-smoking/stoking substance. Kathmandu Temple Kiff is indeed the most substantial marijuana/cannabis alternative on the planet. Absolutely Legal! Marvelously Potent! Kathmandu Temple Kiff possesses all of the positive virtues fine ganja/cannabis without any of the negatives. An amalgamation of high concentrates of rare euphoric herbas, Kathmandu is offered in a solid jigget/bar format and is actually more UPLIFTING & POISED than cannabis / marijuana while rendering Euphoria, Happiness, Mood-Enhancement, Stress/Depression Relief and promoting contemplativeness, creativity, better sleep, lucid dreaming ... and enhancing the sexual experience!!! Kathmandu Temple Kiff is simply the best and just a little pinch/snippet of the Kathmandu goes a long, "sensitive" way. Just 4 or 5 draws of the pipe ... (an herb pipe included with each package of Kathmandu Temple Kiff). PLEASE NOTE: Although no botanical factor in Kathmandu Temple Kiff is illegal or considered to be harmful by regulatory agencies and no tobacco is included therein, it is the policy of our company that Kathmandu Temple Kiff may not be offered or sold to any person that has not attained at least 21 years of age. So power-smokin potent is our new formulation, that much to our delight and actually even to our amazement, we have even be able to establish a very happy clientele within the hard core stoner market. Here is what our customers are saying about Kathmandu Temple Kiff: "Thank you so much for the Temple Kiff. It is everything you guys claim, and then some! I was a bit skeptical when I read your description of its effects, but there is literally no exaggeration in your advertisements. How nice that this is legal! It tastes great and feels great too! I am so glad I took a chance and ordered. Blessings to all of you." -- Frankie R. "I'm a man of my 40's and I really know my stuff. I don't drink or do illegal drugs anymore and have found a much more spiritual path. I used to have to take Valium in the past. Not anymore with the Temple Kiff. It really amazes me how this stuff tastes exactly like the lebanese red and blond hash I used to smoke in the 70's and it has a much more pleasurable effect. I am very satisfied with this product. I like it a lot and will be a customer for life for sure. Whoever makes this stuff is an ARTIST at it. Who would have thought?! Folks, this is the real stuff! Look no further!!" -- A.J. ************************************************************ Our other fine herbal, botanical products include the following: 1. Sweet Vjestika Aphrodisia Drops (tm); An erotic aphrodisia; sexual intensifier / enhancer liquid amalgamated extract for MEN and WOMEN. 2. "Seventh Heaven" Prosaka Tablets (tm); a botanical alternative to pharmaceutical medications for calm, balance, serenity and joyful living... 3. "Seventh Heaven" Gentle Ferocity Tablets (tm); a most efficacious, non-caffeine, non-ephedrine, non-MaHuang botanical energizer and cutting-edge appetite suppressant... 4. Extreme Martial Arts Botanical Remedies; Equivalence Tablets & Dragon Wing Remedy Spray ... pain management that works to alleviate pain even for arthritis and fibromyalgia sufferers... ********************************************* Sweet Vjestika Aphrodisia Drops (tm) inspires and enhances: * Penile & clitoral sensitivity * Sensitivity to touch * Desire to touch and be touched * Fantasy, lust, rapture, erogenous sensitivity ... * Prolongs and intensifies foreplay, orgasm & climax ********************************************* "Seventh Heaven" Prosaka Tablets ... Entirely natural, proprietary, botanical prescription comprised of uncommon Asian Herbs for Calm, Balance, Serenity and Joyful Living. "Seventh Heaven" Prosaka is indeed a most extraordinary, viripotent, calming, centering, mood-enhancing, holistically-formulated, exotic herbaceous alternative to pharmaceutical medications for depression, anxiety, stress, insomnia, etc. NO side effects! NO dependency! Vivaciously Mellow! ********************************************** "Seventh Heaven" Gentle Ferocity Tablets (tm) ... a non-caffeine, non-ephedrine, non-ephedra, non-MaHuang; viripotent, herbaceous prescription for the dynamic energization of body, mind and spirit. This Gentle Ferocity Formulation is amalgamated in accordance with the fundamental Taoist herbal principle of botanical interactiveness and precursorship which in essence is a molecular equation of the relevant botanical/herbal alkaloids and glycosides interacting with one another to prolificate molecular communion and thereby to achieve demonstrative herbal efficaciousness without negative implication to any aspect of human composition. These Gentle Ferocity Cordial Tablets are incredulously and thoroughly effective. Enjoy! For those of you who seek to achieve most demonstrative/non-invasive/non-prohibitive appetite suppression without the negative implications of ongoing usage of MaHuang Herb, Ephedra/Ephedrine or Caffeine as are so magnaminously utilized in a multitude of herbal "diet aids" entitled as "Thermogenics" ... this is ABSOLUTELY the herbal agenda/product for you!! Entirely Natural! Increases Energy! Increases Metabolism! Decreases Appetite! *********************************************** Extreme Martial Arts Botanical Remedies Eastern culture has long had a treatment for bone, muscle, tendon, ligament, sinew and joint distress, traumas, afflictions and constrictions. We are pleased to offer Equivalence Tablets & Dragon Wing Remedy Spray (Hei Ping Shun) (Hei Long Chibang) PLEASE NOTE: While it is true that all physiological traumas and injuries are unique and that no product can arbitrarily eliminate all of the pain and discomfort in all people all of the time, the combination of Equivalence Tablets (Hei Ping Shun) and Dragon Wing Remedy (Hei Long Chibang) remedial botanicals does guarantee to at the least: 1. Significantly reduce discomfort and pain! (In many instances most, if not all, traumas and distress can be eliminated!) 2. Significantly increase mobility and strength ratio. (Please remember also the significance of proper diet, excercise, rest and prayer.) Equivalence Tablets & Dragon Wing Spray Remedials are comprised of entirely natural botanical factors. While Equivalence Tablets (Hei Ping Shun) and Dragon Wing Remedy Spray (Hei Long Chibang) are extremely effective individually, they are utilized to maximum advantage when used in conjunction with one another. ======================================================== PRICING INFORMATION: 1. SEVENTH HEAVEN KATHMANDU TEMPLE KIFF (tm) One .75 oz. jigget/bar $65.00 One 2.0 oz. jigget/bar $115.00 (Free Capillaris Herba with 2.0 oz. bar. Refer to Capillaris paragraph at end of text) 2. SWEET VJESTIKA APHRODISIA DROPS (tm) One 1.0 oz. bottle $90.00 Two 1.0 oz. bottles $140.00 3. SEVENTH HEAVEN PROSAKA (tm) One 100 tablet tin $40.00 Three 100 tablet tins $105.00 Six 100 tablet tins $185.00 4. SEVENTH HEAVEN GENTLE FEROCITY (tm) One 300 tablet jar $130.00 5. Equivalence Tablets - Each bottle contains 90 - 500mg tablets. ** 3-pack (270 tablets) $83.00 ** 6-pack (540 tablets) $126.00 (save $40.00) ** 9-pack (810 tablets) $159.00 (save $90.00) ** 12-pack (1,080 tablets) $192.00 (save $140.00) 6. Dragon Wing Spray Remedy - Each spray bottle contains 4 liquid oz. ** 3-pack (3 - 4 oz. bottles) $83.00 ** 6-pack (6 - 4 oz. bottles) $126.00 (save $40.00) ** 9-pack (9 - 4 oz. bottles) $159.00 (save $90.00) ** 12-pack (12 - 4 oz. bottles) $192.00 (save $140.00) 7. Dynamic Duo Introductory Offers ** 3-pack Equivalence Tabs & 3-pack Dragon Wing $126.00 (save $40.00) ** 6-pack Equivalence Tabs & 3-pack Dragon Wing $159.00 (save $50.00) ** 9-pack Equivalence Tabs & 6-pack Dragon Wing $215.00 (save $70.00) ** 12-pack Equivalence Tabs & 9-pack Dragon Wing $271.00 (save $80.00) 8. SWEET APHRODISIA INTRO COMBINATION OFFER Includes one, 2.0 oz. jigget/bar of Kathmandu Temple Kiff & one, 1 oz. bottle of Sweet Vjestika Aphrodisia Drops. For $150.00 (Reg. $205.00 Save $55) (Free Capillaris Herba with this intro offer. Refer to Capillaris paragraph at end of text) 9. BODY, MIND, SPIRIT "HEAVENLY" INTRO COMBINATION OFFER Includes one, 2.0 oz. jigget/bar of Kathmandu Temple Kiff & 1 tin (100 tablets) of Seventh Heaven Prosaka. For $125.00 (Reg. $155.00 Save $30) (Free Capillaris Herba with this intro offer. Refer to Capillaris paragraph at end of text) 10. "PURE ENERGY" INTRO COMBINATION OFFER Includes one, 2.0 oz. jigget/bar of Kathmandu Temple Kiff & 1 jar (300 tablets) of Seventh Heaven Gentle Ferocity. For $170.00 (Reg. $245.00 Save $75) (Free Capillaris Herba with this intro offer Refer to Capillaris paragraph at end of text) 11. "SENSITIVE" PREFERENTIAL INTRO COMBINATION OFFER Includes one, 2.0 oz. jigget/bar of Kathmandu Temple Kiff & 1 tin (100 tablets) of Seventh Heaven Prosaka & 1 jar (300 tablets) of Seventh Heaven Gentle Ferocity For $200.00 (Reg. $285.00 Save $85) (Free Capillaris Herba with this intro offer Refer to Capillaris paragraph at end of text.) 12. ULTIMATE HERBACEOUSNESS INTRO COMBINATION OFFER Includes one - 2.0 oz. jigget / bar of Kathmandu Temple Kiff, one - 1 oz. bottle of Sweet Vjestika Aphrodisia Drops, one - 100 tablet tin of Prosaka, and one - 300 count jar of Gentle Ferocity for a deep discounted Retail Price of $260.00 (Reg. $375.00 Save $115) (Free Capillaris Herba with this intro offer Refer to Capillaris paragraph at end of text.) SPECIAL OFFER: For a limited time only, you will receive a FREE personal brass hookah with the Ultimate Herbaceous Intro Offer as our gift to you. This hookah has a retail value of $25.00. ************************************************** ORDERING INFORMATION: For your convenience, you can call us direct with your orders or questions. Call 1-623-974-2295 Monday - Friday -- 10:30 AM to 7:00 PM (Mountain Time) Saturday -- 11:00 AM to 3:00 PM (Mountain Time) For all domestic orders, add $5.00 shipping & handling (shipped U.S. Priority Mail). Add $20.00 for International orders. ************************************************** SPECIAL DISCOUNT & GIFT Call now and receive a FREE botanical gift! With every order for a 2.0 oz. jigget / bar of Kathmandu Temple Kiff or one of our four (4) Intro Combination Offers, we will include as our free gift to you ... a 2.0 oz. package of our ever so sedate, sensitive Asian import, loose-leaf Capillaris Herba for "happy" smoking or brewing ... (a $65.00 retail value). ==================================================== To remove your address from our list, click "Reply" in your email software and type "Remove" in the subject field, then send. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 18:41:56 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4649F37B405; Sun, 10 Feb 2002 18:41:52 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B2WeE78931; Sun, 10 Feb 2002 18:32:40 -0800 (PST) (envelope-from dd) Date: Sun, 10 Feb 2002 18:32:40 -0800 (PST) From: Message-Id: <200202110232.g1B2WeE78931@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, maxim@FreeBSD.org Subject: Re: bin/29164: [PATCH] lack of 'Do not fragment' flag in ping(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] lack of 'Do not fragment' flag in ping(8) Responsible-Changed-From-To: freebsd-bugs->maxim Responsible-Changed-By: dd Responsible-Changed-When: Sun Feb 10 18:32:30 PST 2002 Responsible-Changed-Why: Over to originator. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29164 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 19:50:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9851937B417 for ; Sun, 10 Feb 2002 19:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B3o1t94613; Sun, 10 Feb 2002 19:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C096137B402 for ; Sun, 10 Feb 2002 19:48:44 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B3mi094500; Sun, 10 Feb 2002 19:48:44 -0800 (PST) (envelope-from nobody) Message-Id: <200202110348.g1B3mi094500@freefall.freebsd.org> Date: Sun, 10 Feb 2002 19:48:44 -0800 (PST) From: Steve Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/34814: Typo in mpegaudio port patch-aa Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34814 >Category: misc >Synopsis: Typo in mpegaudio port patch-aa >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 19:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: 4.5 >Organization: >Environment: FreeBSD thx1138 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Thu Jan 31 12:46:29 GMT 2002 steve@thx1138:/usr/obj/usr/src/sys/THX1138 i386 >Description: Running mpeg_musicin produces errors due to typo in port: thx1138# mpeg_musicin /usr/tmp/foo.AUDraw /usr/tmp/foo.mp2 Encoding configuration: Layer=II mode=stereo extn=0 psy model=2 samp frq=44.1 kHz total bitrate=384 kbps de-emph=0 c/right=0 orig=0 errprot=0 input file: '/usr/tmp/foo.AUDraw' output file: '/usr/tmp/foo.mp2' OpenTable: could not find /usr/local/share/mepgaudio/tables/alloc_1 Check local directory './/usr/local/share/mepgaudio/tables' or setenv MPEGTABLES Please check bit allocation table alloc_1 Setting MPEGTABLES to the correct path solves this problem. >How-To-Repeat: Install the mpegaudio port and run mpeg_musicin. >Fix: There is a typo in files/patch-aa of the mpegaudio port. See: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/audio/mpegaudio/files/patch-aa?rev=1.2&content-type=text/plain The string "mepgaudio" should be "mpegaudio". >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 20: 1:55 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64DBB37B41B; Sun, 10 Feb 2002 20:01:52 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B3w8Y96066; Sun, 10 Feb 2002 19:58:08 -0800 (PST) (envelope-from dd) Date: Sun, 10 Feb 2002 19:58:08 -0800 (PST) From: Message-Id: <200202110358.g1B3w8Y96066@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/34814: Typo in mpegaudio port patch-aa Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Typo in mpegaudio port patch-aa Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: dd Responsible-Changed-When: Sun Feb 10 19:57:58 PST 2002 Responsible-Changed-Why: ports issue http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34814 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 21: 0:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A6C037B405 for ; Sun, 10 Feb 2002 21:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B501J05595; Sun, 10 Feb 2002 21:00:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7809C37B41C for ; Sun, 10 Feb 2002 20:56:41 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B4uf305254; Sun, 10 Feb 2002 20:56:41 -0800 (PST) (envelope-from nobody) Message-Id: <200202110456.g1B4uf305254@freefall.freebsd.org> Date: Sun, 10 Feb 2002 20:56:41 -0800 (PST) From: Robert Saft To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34816: Cannot Compile 4.4 Kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34816 >Category: kern >Synopsis: Cannot Compile 4.4 Kernel >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 10 21:00:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Robert Saft >Release: 4.4 - Release >Organization: >Environment: FreeBSD freya 4.4-STABLE FreeBSD 4.4-STABLE #3: Wed Oct 10 00:32:13 PDT 2001 root@freya.vampyre.com:/usr/src/sys/compile/freya i386 >Description: The linux_proto.h has multiple errors that prevent the kernel from compiling. All sources are current via CVSup. Output from build follows. In file included from linux_sysent.c:14: linux_proto.h:57: syntax error before `linux_time_t' linux_proto.h:57: `linux_time_t' undeclared here (not in a function) linux_proto.h:57: syntax error before `)' linux_proto.h:57: `linux_time_t' undeclared here (not in a function) linux_proto.h:57: syntax error before `)' linux_proto.h:156: syntax error before `linux_handler_t' linux_proto.h:156: `linux_handler_t' undeclared here (not in a function) linux_proto.h:156: `linux_handler_t' undeclared here (not in a function) linux_proto.h:184: syntax error before `linux_dev_t' linux_proto.h:184: `linux_dev_t' undeclared here (not in a function) linux_proto.h:184: `linux_dev_t' undeclared here (not in a function) linux_proto.h:189: syntax error before `linux_osigaction_t' linux_proto.h:189: `linux_osigaction_t' undeclared here (not in a function) linux_proto.h:189: syntax error before `)' linux_proto.h:189: `linux_osigaction_t' undeclared here (not in a function) linux_proto.h:189: syntax error before `)' linux_proto.h:190: syntax error before `linux_osigaction_t' linux_proto.h:190: `linux_osigaction_t' undeclared here (not in a function) linux_proto.h:190: syntax error before `)' linux_proto.h:190: `linux_osigaction_t' undeclared here (not in a function) linux_proto.h:190: syntax error before `)' linux_proto.h:196: syntax error before `linux_osigset_t' linux_proto.h:196: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:196: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:200: syntax error before `linux_osigset_t' linux_proto.h:200: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:200: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:201: syntax error before `linux_osigset_t' linux_proto.h:201: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:201: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:204: syntax error before `linux_osigset_t' linux_proto.h:204: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:204: syntax error before `)' linux_proto.h:204: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:204: syntax error before `)' linux_proto.h:216: syntax error before `linux_gid_t' linux_proto.h:216: `linux_gid_t' undeclared here (not in a function) linux_proto.h:216: syntax error before `)' linux_proto.h:216: `linux_gid_t' undeclared here (not in a function) linux_proto.h:216: syntax error before `)' linux_proto.h:220: syntax error before `linux_gid_t' linux_proto.h:220: `linux_gid_t' undeclared here (not in a function) linux_proto.h:220: syntax error before `)' linux_proto.h:220: `linux_gid_t' undeclared here (not in a function) linux_proto.h:220: syntax error before `)' linux_proto.h:344: syntax error before `linux_osigset_t' linux_proto.h:344: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:344: syntax error before `)' linux_proto.h:344: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:344: syntax error before `)' linux_proto.h:345: syntax error before `linux_osigset_t' linux_proto.h:345: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:345: syntax error before `)' linux_proto.h:345: `linux_osigset_t' undeclared here (not in a function) linux_proto.h:345: syntax error before `)' linux_proto.h:380: syntax error before `linux_uid_t' linux_proto.h:380: `linux_uid_t' undeclared here (not in a function) linux_proto.h:380: `linux_uid_t' undeclared here (not in a function) linux_proto.h:383: syntax error before `linux_gid_t' linux_proto.h:383: `linux_gid_t' undeclared here (not in a function) linux_proto.h:383: `linux_gid_t' undeclared here (not in a function) linux_proto.h:410: syntax error before `linux_pid_t' linux_proto.h:410: `linux_pid_t' undeclared here (not in a function) linux_proto.h:410: `linux_pid_t' undeclared here (not in a function) linux_proto.h:439: syntax error before `linux_uid_t' linux_proto.h:439: `linux_uid_t' undeclared here (not in a function) linux_proto.h:439: syntax error before `)' linux_proto.h:439: `linux_uid_t' undeclared here (not in a function) linux_proto.h:439: syntax error before `)' linux_proto.h:440: syntax error before `linux_uid_t' linux_proto.h:440: `linux_uid_t' undeclared here (not in a function) linux_proto.h:440: syntax error before `)' linux_proto.h:440: `linux_uid_t' undeclared here (not in a function) linux_proto.h:440: syntax error before `)' linux_proto.h:441: syntax error before `linux_uid_t' linux_proto.h:441: `linux_uid_t' undeclared here (not in a function) linux_proto.h:441: syntax error before `)' linux_proto.h:441: `linux_uid_t' undeclared here (not in a function) linux_proto.h:441: syntax error before `)' linux_proto.h:453: syntax error before `linux_gid_t' linux_proto.h:453: `linux_gid_t' undeclared here (not in a function) linux_proto.h:453: syntax error before `)' linux_proto.h:453: `linux_gid_t' undeclared here (not in a function) linux_proto.h:453: syntax error before `)' linux_proto.h:454: syntax error before `linux_gid_t' linux_proto.h:454: `linux_gid_t' undeclared here (not in a function) linux_proto.h:454: syntax error before `)' linux_proto.h:454: `linux_gid_t' undeclared here (not in a function) linux_proto.h:454: syntax error before `)' linux_proto.h:455: syntax error before `linux_gid_t' linux_proto.h:455: `linux_gid_t' undeclared here (not in a function) linux_proto.h:455: syntax error before `)' linux_proto.h:455: `linux_gid_t' undeclared here (not in a function) linux_proto.h:455: syntax error before `)' linux_proto.h:465: syntax error before `linux_sigaction_t' linux_proto.h:465: `linux_sigaction_t' undeclared here (not in a function) linux_proto.h:465: syntax error before `)' linux_proto.h:465: `linux_sigaction_t' undeclared here (not in a function) linux_proto.h:465: syntax error before `)' linux_proto.h:466: syntax error before `linux_sigaction_t' linux_proto.h:466: `linux_sigaction_t' undeclared here (not in a function) linux_proto.h:466: syntax error before `)' linux_proto.h:466: `linux_sigaction_t' undeclared here (not in a function) linux_proto.h:466: syntax error before `)' linux_proto.h:471: syntax error before `linux_sigset_t' linux_proto.h:471: `linux_sigset_t' undeclared here (not in a function) linux_proto.h:471: syntax error before `)' linux_proto.h:471: `linux_sigset_t' undeclared here (not in a function) linux_proto.h:471: syntax error before `)' linux_proto.h:472: syntax error before `linux_sigset_t' linux_proto.h:472: `linux_sigset_t' undeclared here (not in a function) linux_proto.h:472: syntax error before `)' linux_proto.h:472: `linux_sigset_t' undeclared here (not in a function) linux_proto.h:472: syntax error before `)' linux_proto.h:485: syntax error before `linux_sigset_t' linux_proto.h:485: `linux_sigset_t' undeclared here (not in a function) linux_proto.h:485: syntax error before `)' linux_proto.h:485: `linux_sigset_t' undeclared here (not in a function) linux_proto.h:485: syntax error before `)' linux_proto.h:516: syntax error before `*' linux_proto.h:516: syntax error before `linux_stack_t' linux_proto.h:516: syntax error before `linux_stack_t' linux_proto.h:517: syntax error before `linux_stack_t' linux_proto.h:517: `linux_stack_t' undeclared here (not in a function) linux_proto.h:517: syntax error before `)' linux_proto.h:517: `linux_stack_t' undeclared here (not in a function) linux_proto.h:517: syntax error before `)' *** Error code 1 Stop in /usr/src/sys/modules/linux. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 >How-To-Repeat: With current sources, re-compile the kernel... >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Feb 10 22:31:57 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE22D37B41A; Sun, 10 Feb 2002 22:31:55 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B6SAP20944; Sun, 10 Feb 2002 22:28:10 -0800 (PST) (envelope-from mckusick) Date: Sun, 10 Feb 2002 22:28:10 -0800 (PST) From: Message-Id: <200202110628.g1B6SAP20944@freefall.freebsd.org> To: archie@packetdesign.com, mckusick@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/27044: remounting a r/w filesystem read-only causes shutdown problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: remounting a r/w filesystem read-only causes shutdown problem State-Changed-From-To: open->closed State-Changed-By: mckusick State-Changed-When: Sun Feb 10 22:25:54 PST 2002 State-Changed-Why: This bug was fixed by revision 1.167 to /sys/ufs/ffs/ffs_vfsops.c. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27044 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 0:31:54 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FD3937B41A; Mon, 11 Feb 2002 00:31:53 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B8S3b44596; Mon, 11 Feb 2002 00:28:03 -0800 (PST) (envelope-from dwmalone) Date: Mon, 11 Feb 2002 00:28:03 -0800 (PST) From: Message-Id: <200202110828.g1B8S3b44596@freefall.freebsd.org> To: zardoz@vampyre.com, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/34816: Cannot Compile 4.4 Kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot Compile 4.4 Kernel State-Changed-From-To: open->feedback State-Changed-By: dwmalone State-Changed-When: Mon Feb 11 00:27:23 PST 2002 State-Changed-Why: Have a look at /usr/src/UPDATING - the entry for 20011110 - I think this will solve your problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34816 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 1:28:57 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id 6042D37B404; Mon, 11 Feb 2002 01:28:47 -0800 (PST) Received: from freya.vampyre.com ([66.122.121.58]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GRD00FJH3NVZW@mta5.snfc21.pbi.net>; Mon, 11 Feb 2002 01:28:46 -0800 (PST) Received: by freya.vampyre.com (Postfix, from userid 666) id E0B043D22; Mon, 11 Feb 2002 01:30:31 -0800 (PST) Date: Mon, 11 Feb 2002 01:30:31 -0800 (PST) From: "Robert N. Saft [zardoz]" Subject: Re: kern/34816: Cannot Compile 4.4 Kernel In-reply-to: <200202110828.g1B8S3b44596@freefall.freebsd.org> X-X-Sender: zardoz@freya To: dwmalone@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks for the pointer - however, after doing both suggested proceedures, still no go... Just for good measure, I did a make clean in the kernel compile dir, afterwards, then just did a make modules - crashes as before on the linux mod. If I just build the linux module - it compiles with no problem. I'm baffled. /robert/ 20011110: Some linux module changes, merged from current, require that you clean out the old compile directory. If you are building with MODULES_WITH_WORLD=yes, then you need to cd to src/sys/modules/linux and run "make cleandir". If not, then you need to cd src/sys/compile/$KERNCONF and do a make modules-clean. On Mon, 11 Feb 2002, dwmalone@FreeBSD.org babbled on and on about: > Synopsis: Cannot Compile 4.4 Kernel > > State-Changed-From-To: open->feedback > State-Changed-By: dwmalone > State-Changed-When: Mon Feb 11 00:27:23 PST 2002 > State-Changed-Why: > Have a look at /usr/src/UPDATING - the entry for 20011110 - I think > this will solve your problem. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34816 > -- ----- End ----- Sometimes you stop at the edge - sometimes you don't -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- When authorities warn you of the sinfulness of sex, there is an important lesson to be learned. Do not have sex with the authorities. -- Matt Groening To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 1:48:13 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id AC3FE37B400; Mon, 11 Feb 2002 01:48:11 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020211094811.MGBF1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Mon, 11 Feb 2002 09:48:11 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1B9mBF22563; Mon, 11 Feb 2002 01:48:11 -0800 (PST) (envelope-from cjc) Date: Mon, 11 Feb 2002 01:48:10 -0800 From: "Crist J. Clark" To: "Robert N. Saft [zardoz]" Cc: dwmalone@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/34816: Cannot Compile 4.4 Kernel Message-ID: <20020211014810.F20884@blossom.cjclark.org> References: <200202110828.g1B8S3b44596@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: ; from zardoz@vampyre.com on Mon, Feb 11, 2002 at 01:30:31AM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Feb 11, 2002 at 01:30:31AM -0800, Robert N. Saft [zardoz] wrote: > Thanks for the pointer - however, after doing both suggested > proceedures, still no go... > > Just for good measure, I did a make clean in the kernel compile > dir, afterwards, then just did a make modules - crashes as before > on the linux mod. > > If I just build the linux module - it compiles with no problem. > > I'm baffled. It sounds like stale stuff in your object tree. First, just to be clear on the source tree, it's 'cleandir,' not 'clean,' # cd /usr/src/sys/modules # make cleandir; make cleandir As for the object tree, how are you building the kernel? Are you doing 'buildkernel?' # rm -rf /usr/obj/usr/src/sys/$KERNCONF Are you doing an "old-style" build? # rm -rf /usr/src/sys/compile/$KERNCONF Try again. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 1:51:55 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D44337B416; Mon, 11 Feb 2002 01:51:53 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1B9h4A60876; Mon, 11 Feb 2002 01:43:04 -0800 (PST) (envelope-from sheldonh) Date: Mon, 11 Feb 2002 01:43:04 -0800 (PST) From: Message-Id: <200202110943.g1B9h4A60876@freefall.freebsd.org> To: troyc@tacsoft.com, sheldonh@FreeBSD.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/34247: auto mount smbfs in /etc/fstab AFTER network startup (a la NFS) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: auto mount smbfs in /etc/fstab AFTER network startup (a la NFS) State-Changed-From-To: analyzed->feedback State-Changed-By: sheldonh State-Changed-When: Mon Feb 11 01:40:50 PST 2002 State-Changed-Why: Merging the change onto the RELENG_4 branch is made tricky by the different handling of diskless booting on that branch. I can't test diskless booting, nor the impact of this change on it, so what's required now is feedback from diskless users on how the delayed network fs mounting support should be implemented. Responsible-Changed-From-To: sheldonh->freebsd-bugs Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Feb 11 01:40:50 PST 2002 Responsible-Changed-Why: Since I can't test this for RELENG_4, there's no sense in me hogging feedback. Thrown open to the floor. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34247 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 2:20:27 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D0BC37B41B for ; Mon, 11 Feb 2002 02:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BAK2b69542; Mon, 11 Feb 2002 02:20:02 -0800 (PST) (envelope-from gnats) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 6A0F737B400 for ; Mon, 11 Feb 2002 02:17:59 -0800 (PST) Received: from fwd03.sul.t-online.de by mailout03.sul.t-online.com with smtp id 16aDX4-0002uE-01; Mon, 11 Feb 2002 11:17:58 +0100 Received: from pc5.abc (520067998749-0001@[217.233.119.135]) by fmrl03.sul.t-online.com with esmtp id 16aDWu-1po2xkC; Mon, 11 Feb 2002 11:17:48 +0100 Received: (from nicolas@localhost) by pc5.abc (8.11.6/8.11.6) id g1BAHhm07609; Mon, 11 Feb 2002 11:17:43 +0100 (CET) (envelope-from nicolas) Message-Id: <200202111017.g1BAHhm07609@pc5.abc> Date: Mon, 11 Feb 2002 11:17:43 +0100 (CET) From: Nicolas Rachinsky Reply-To: Nicolas Rachinsky To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/34819: bzip2 cannot handle filenames containing * or ? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34819 >Category: bin >Synopsis: bzip2 cannot handle filenames containing * or ? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 02:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Nicolas Rachinsky >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD pc5.abc 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sat Feb 9 15:45:34 CET 2002 nicolas@pc5.abc:/usr/obj/usr/src/sys/NR i386 >Description: bzip2 seems to try its own expansion of wildcards like * or ?. So you cannot compress files which names contain * or ?. This is my first PR, so please excuse if it's not in a good shape or bits are missing (I hope it's ok, but I don't know). >How-To-Repeat: #date > aa\*aa #bzip2 aa\*aa #date > aa\?aa #bzip2 aa\?aa >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 2:40:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F4AB37B41A for ; Mon, 11 Feb 2002 02:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BAe3f71966; Mon, 11 Feb 2002 02:40:03 -0800 (PST) (envelope-from gnats) Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id 8CE9837B402 for ; Mon, 11 Feb 2002 02:35:16 -0800 (PST) Received: from fwd07.sul.t-online.de by mailout04.sul.t-online.com with smtp id 16aDnn-0004Rm-09; Mon, 11 Feb 2002 11:35:15 +0100 Received: from pc5.abc (520067998749-0001@[217.233.119.135]) by fmrl07.sul.t-online.com with esmtp id 16aDnW-1X3hEOC; Mon, 11 Feb 2002 11:34:58 +0100 Received: (from nicolas@localhost) by pc5.abc (8.11.6/8.11.6) id g1BAYvi07954; Mon, 11 Feb 2002 11:34:57 +0100 (CET) (envelope-from nicolas) Message-Id: <200202111034.g1BAYvi07954@pc5.abc> Date: Mon, 11 Feb 2002 11:34:57 +0100 (CET) From: Nicolas Rachinsky Reply-To: Nicolas Rachinsky To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/34820: FreeBSD should be able to beep after shutdown Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34820 >Category: kern >Synopsis: FreeBSD should be able to beep after shutdown >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 02:40:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Nicolas Rachinsky >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD pc5.abc 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sat Feb 9 15:45:34 CET 2002 nicolas@pc5.abc:/usr/obj/usr/src/sys/NR i386 >Description: FreeBSD should be able to beep after shutdown, that you know when it's safe to turn off the machine. This is particularly usefull for headless machines. And there are still people using older machines which cannot turn the power off via APM/ATX. >How-To-Repeat: >Fix: The following patch applies cleanly to 4.{3,4,5}-RELEASE, I think it will work only for i386. --- sys/i386/conf/LINT.orig Thu Aug 30 14:29:56 2001 +++ sys/i386/conf/LINT Sun Nov 25 00:08:38 2001 @@ -914,6 +914,10 @@ # Size of the kernel message buffer. Should be N * pagesize. options MSGBUF_SIZE=40960 +# Makes the Kernel beep after shutdown (when you are allowed +# to turn the machine off) +options SHUTDOWN_BEEP + ##################################################################### # HARDWARE DEVICE CONFIGURATION --- sys/i386/isa/clock.c.orig Thu Apr 19 01:17:41 2001 +++ sys/i386/isa/clock.c Sun Nov 25 00:08:38 2001 @@ -509,7 +509,7 @@ #endif } -static void +void sysbeepstop(void *chan) { outb(IO_PPI, inb(IO_PPI)&0xFC); /* disable counter2 output to speaker */ --- sys/i386/include/clock.h.orig Wed Dec 29 05:32:58 1999 +++ sys/i386/include/clock.h Sun Nov 25 00:08:38 2001 @@ -44,6 +44,7 @@ int release_timer1 __P((void)); #endif int sysbeep __P((int pitch, int period)); +void sysbeepstop __P((void *chan)); void i8254_restore __P((void)); #endif /* _KERNEL */ --- sys/kern/kern_shutdown.c.orig Thu Aug 23 12:32:29 2001 +++ sys/kern/kern_shutdown.c Sun Nov 25 00:08:38 2001 @@ -43,6 +43,7 @@ #include "opt_hw_wdog.h" #include "opt_panic.h" #include "opt_show_busybufs.h" +#include "opt_kern_shutdown.h" #include #include @@ -329,6 +330,13 @@ printf("\n"); printf("The operating system has halted.\n"); printf("Please press any key to reboot.\n\n"); + +#ifdef SHUTDOWN_BEEP + sysbeep(500,1); + DELAY(500000); + sysbeepstop(NULL); +#endif /*SHUTDOWN_BEEP*/ + switch (cngetc()) { case -1: /* No console, just die */ cpu_halt(); --- sys/conf/options.orig Fri Aug 3 02:47:27 2001 +++ sys/conf/options Sun Nov 25 00:08:38 2001 @@ -101,6 +101,7 @@ UCONSOLE ICMP_BANDLIM VFS_AIO +SHUTDOWN_BEEP opt_kern_shutdown.h # POSIX kernel options P1003_1B opt_posix.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 3:10: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ED0A37B417 for ; Mon, 11 Feb 2002 03:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BBA2a81214; Mon, 11 Feb 2002 03:10:02 -0800 (PST) (envelope-from gnats) Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id C815437B402 for ; Mon, 11 Feb 2002 03:02:24 -0800 (PST) Received: (from netch@localhost) by segfault.kiev.ua (8) id LQN90716; Mon, 11 Feb 2002 11:42:55 +0200 (EET) (envelope-from netch) Message-Id: <200202110942.LQN90716@segfault.kiev.ua> Date: Mon, 11 Feb 2002 11:42:55 +0200 (EET) From: netch@netch.kiev.ua (Valentin Nechayev) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/34825: Incorrect rc in /etc/periodic/daily/400.status-disks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34825 >Category: conf >Synopsis: Incorrect rc in /etc/periodic/daily/400.status-disks >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 03:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Valentin Nechayev >Release: FreeBSD 4.3-RELEASE-p24 i386 >Organization: private >Environment: System: FreeBSD segfault.kiev.ua 4.3-RELEASE-p24 FreeBSD 4.3-RELEASE-p24 #0: Mon Jan 28 14:35:45 EET 2002 root@segfault.kiev.ua:/var/obj/sys/sf4 i386 4.4, 4.5 - the same >Description: If /etc/periodic/daily/400.status-disks shows disks status, it returns 0, which means silent success. But for it, rc=1 is correct, which means that some info was put out and should be printed in daily log. >How-To-Repeat: Set daily_show_success=NO and see that no disks status is printed. >Fix: --- 400.status-disks.orig Mon Feb 11 11:39:14 2002 +++ 400.status-disks Mon Feb 11 11:38:59 2002 @@ -16,7 +16,7 @@ echo "" echo "Disk status:" - df $daily_status_disks_df_flags && rc=0 || rc=3 + df $daily_status_disks_df_flags && rc=1 || rc=3 # display which filesystems need backing up >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 3:39:23 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id C3E7D37B419; Mon, 11 Feb 2002 03:39:00 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA27682; Mon, 11 Feb 2002 22:38:55 +1100 Date: Mon, 11 Feb 2002 22:41:45 +1100 (EST) From: Bruce Evans X-X-Sender: To: Matteo Cc: , , , Subject: Re: Crash System with MSDOS file-system driver! In-Reply-To: <20020208163715.14085.qmail@web13205.mail.yahoo.com> Message-ID: <20020211221141.R682-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 8 Feb 2002, Matteo wrote: > Hi all, > > I've 4.5-RELEASE and 4.4-STABLE. > > Try to follow this steps: > > 1) Mount a msdos floppy write protected in /floppy > 2) cd /floppy > 3) rm somefile > At this point kernel show this message: > > fd0c: hard error writing fsbn 56 of 56-63 (ST0 > 40 ST1 2 etc etc > > Next Step: > > 4) ls > > And system halt! I try with a UFS floppy and it's all > ok. %%% The hang is caused by msdosfs_readdir() "handling" reads of 0 bytes by spinning forever. msdosfs_read() seems to have the same bug. ufs_readdir() works because it calls VOP_READ() == ffs_read() which treats reads of 0 bytes as EOF instead of spinning forever. Reads of 0 bytes and other short reads shouldn't happen, but they happen because failed writes clobber b_resid and breadn() later returns with the clobbered value. Filesystems use b_resid to determine the extent of i/o in a few places (all (?) cloned from ufs_readwrite.c). This is probably wrong and very incomplete -- most places, including critical block allocation code, just assume that breadn() returns an error if everything could not be read. The patch mainly just resets b_resid in breadn(). Determining the value after the i/o that filled the buffer doesn't seem to be easy, but it should be 0. Index: vfs_bio.c =================================================================== RCS file: /home/ncvs/src/sys/kern/vfs_bio.c,v retrieving revision 1.296 diff -u -r1.296 vfs_bio.c --- vfs_bio.c 31 Jan 2002 18:39:44 -0000 1.296 +++ vfs_bio.c 11 Feb 2002 11:09:22 -0000 @@ -614,6 +614,13 @@ vfs_busy_pages(bp, 0); VOP_STRATEGY(vp, bp); ++readwait; + } else { + /* + * Recover from failed writes clobbering b_resid. b_resid is + * strictly only valid after i/o, but some filesystems expect + * it to give the part of `size' that was not readable here. + */ + bp->b_resid = 0; } for (i = 0; i < cnt; i++, rablkno++, rabsize++) { @@ -640,6 +647,16 @@ if (readwait) { rv = bufwait(bp); + /* + * Convert short reads to i/o errors, since short reads aren't + * useful for the buffer cache and they are mostly not handled + * in callers. + * XXX we don't always get here for read-ahead blocks. + * b_resid for read-ahead blocks may be clobbered by failed + * attempts to write the blocks. + */ + if (rv == 0 && bp->b_resid != 0) + rv = EIO; } return (rv); } %%% Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 3:52: 1 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4918837B405; Mon, 11 Feb 2002 03:51:53 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BBg1q85840; Mon, 11 Feb 2002 03:42:01 -0800 (PST) (envelope-from dwmalone) Date: Mon, 11 Feb 2002 03:42:01 -0800 (PST) From: Message-Id: <200202111142.g1BBg1q85840@freefall.freebsd.org> To: zardoz@vampyre.com, dwmalone@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/34816: Cannot Compile 4.4 Kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannot Compile 4.4 Kernel State-Changed-From-To: feedback->closed State-Changed-By: dwmalone State-Changed-When: Mon Feb 11 03:41:15 PST 2002 State-Changed-Why: Blowing away the kernel compile directory helped - must have been some cruft left sitting around somewhere. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34816 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 4:30:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78BC637B400 for ; Mon, 11 Feb 2002 04:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BCU5n02898; Mon, 11 Feb 2002 04:30:05 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 04:30:05 -0800 (PST) Message-Id: <200202111230.g1BCU5n02898@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mike Makonnen Subject: Re: bin/34819: bzip2 cannot handle filenames containing * or ? Reply-To: Mike Makonnen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/34819; it has been noted by GNATS. From: Mike Makonnen To: Nicolas Rachinsky Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/34819: bzip2 cannot handle filenames containing * or ? Date: Mon, 11 Feb 2002 04:26:15 -0800 It appears from the source code that it specifically checks for the occurrence of '*' and '?' in the file name and fails if either one does occur: static Bool containsDubiousChars ( Char* name ) { Bool cdc = False; for (; *name != '\0'; name++) if (*name == '?' || *name == '*') cdc = True; return cdc; } and ... if ( srcMode != SM_I2O && containsDubiousChars ( inName ) ) { if (noisy) fprintf ( stderr, "%s: There are no files matching `%s'.\n", progName, inName ); setExit(1); return; } The error string should probably be more helpful. Having said that, bzip2 is contributed software so you should complain to its creator: Julian Seward http://sources.redhat.com/bzip2/ cheers, mike makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 5:36: 4 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from home.mdlink.com.br (dl-rip-scl-C8B1596F.p001.terra.com.br [200.177.89.111]) by hub.freebsd.org (Postfix) with ESMTP id 53D5C37B417 for ; Mon, 11 Feb 2002 05:35:50 -0800 (PST) Received: from dq.ufscar.br (localhost.mdlink.com.br [127.0.0.1]) by home.mdlink.com.br (Postfix) with ESMTP id 8E63D14B for ; Mon, 11 Feb 2002 11:40:46 -0200 (BRST) Message-ID: <3C67C9DE.DCAB6693@dq.ufscar.br> Date: Mon, 11 Feb 2002 11:40:46 -0200 From: Marcelo Jose Duarte X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Subject: CDR Problems with 4.5-Stable Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi everybody ! I have a problem with 4.5-STABLE ... My CDR don't work, it is a BUG ? (pass1:ahc0:0:2:0): Unexpected busfree in Command phase SEQADDR == 0x160 (pass1:ahc0:0:2:0): Unexpected busfree in Command phase SEQADDR == 0x160 (pass1:ahc0:0:2:0): Unexpected busfree in Command phase SEQADDR == 0x160 (pass1:ahc0:0:2:0): Unexpected busfree in Command phase SEQADDR == 0x160 (pass1:ahc0:0:2:0): Unexpected busfree in Command phase SEQADDR == 0x160 (pass1:ahc0:0:2:0): Unexpected busfree in Command phase SEQADDR == 0x160 (pass1:ahc0:0:2:0): Unexpected busfree in Command phase SEQADDR == 0x160 (pass1:ahc0:0:2:0): Unexpected busfree in Command phase SEQADDR == 0x160 (pass1:ahc0:0:2:0): Unexpected busfree in Command phase SEQADDR == 0x160 Thanks Macelo Duarte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 5:50:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FA8137B419 for ; Mon, 11 Feb 2002 05:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BDo1U45030; Mon, 11 Feb 2002 05:50:01 -0800 (PST) (envelope-from gnats) Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id ECF1537B417 for ; Mon, 11 Feb 2002 05:44:17 -0800 (PST) Received: from blackbox.pacbell.net ([64.166.84.140]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GRD00GEBFHS0Z@mta5.snfc21.pbi.net> for FreeBSD-gnats-submit@freebsd.org; Mon, 11 Feb 2002 05:44:16 -0800 (PST) Received: (from mikem@localhost) by blackbox.pacbell.net (8.11.6/8.11.6) id g1BDiCr32659; Mon, 11 Feb 2002 05:44:12 -0800 (PST envelope-from mikem) Message-Id: <200202111344.g1BDiCr32659@blackbox.pacbell.net> Date: Mon, 11 Feb 2002 05:44:12 -0800 (PST) From: Mike Makonnen Reply-To: mikem To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/34831: [PATCH] send-pr -a doesn't work as advertised Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34831 >Category: bin >Synopsis: [PATCH] send-pr -a doesn't work as advertised >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 05:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mike Makonnen >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: >Description: The -a switch to send-pr doesn't attach files to the 'Fix:' section if the PR template is obtained from the environment variable $PR_FORM. I've emailed the same patch to the GNATS developers. >How-To-Repeat: >Fix: --- send-pr.diff begins here --- Index: gnu/usr.bin/send-pr/send-pr.sh =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/send-pr.sh,v retrieving revision 1.28 diff -u -r1.28 send-pr.sh --- gnu/usr.bin/send-pr/send-pr.sh 10 Jan 2002 07:43:38 -0000 1.28 +++ gnu/usr.bin/send-pr/send-pr.sh 11 Feb 2002 13:10:26 -0000 @@ -295,6 +295,7 @@ if [ -n "$PR_FORM" -a -z "$PRINT_INTERN" ]; then cp $PR_FORM $TEMP || ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit ) + [ -n "$ATTACHED_FILES" ] && echo "$ATTACHED_FILES" >> $TEMP else for file in $TEMP $REF ; do cat > $file << '__EOF__' --- send-pr.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 5:50:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15D6937B416 for ; Mon, 11 Feb 2002 05:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BDo1D45017; Mon, 11 Feb 2002 05:50:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D21937B419 for ; Mon, 11 Feb 2002 05:42:26 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BDgQc31078; Mon, 11 Feb 2002 05:42:26 -0800 (PST) (envelope-from nobody) Message-Id: <200202111342.g1BDgQc31078@freefall.freebsd.org> Date: Mon, 11 Feb 2002 05:42:26 -0800 (PST) From: Olivier PAGE To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34830: frequent panic . 4.3-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34830 >Category: kern >Synopsis: frequent panic . 4.3-STABLE >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 05:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Olivier PAGE >Release: 4.3-STABLE >Organization: ESM2 >Environment: FreeBSD remoudou.esm2.imt-mrs.fr 4.3-STABLE FreeBSD 4.3-STABLE #2: Tue Jan 8 10:07:39 CET 2002 root@remoudou.esm2.imt-mrs.fr:/u/promo2004/src/sys/compile/mamienne i386 >Description: Frequent Panic ( 1 each month ) . Problem linked to nfs with linux clients. The system reboots until the guily linux client is powered off. if you need more information about this kernel crash dump, ask me, i'm a newbie with kernel debugging. (kgdb) where #0 dumpsys () at ../../kern/kern_shutdown.c:472 #1 0xc01b53d3 in boot (howto=260) at ../../kern/kern_shutdown.c:312 #2 0xc01b5784 in poweroff_wait (junk=0xc0329032, howto=1) at ../../kern/kern_shutdown.c:559 #3 0xc0329032 in bsl1 () #4 0xc01e4918 in sync (p=0xc03ea760, uap=0x0) at ../../kern/vfs_syscalls.c:544 #5 0xc01b5186 in boot (howto=256) at ../../kern/kern_shutdown.c:233 #6 0xc01b5784 in poweroff_wait (junk=0xc036927c, howto=60) at ../../kern/kern_shutdown.c:559 #7 0xc01e27d6 in vrele (vp=0xdedd1180) at ../../kern/vfs_subr.c:1451 #8 0xc02433ce in nfsrv_symlink (nfsd=0xc2e64200, slp=0xc2b2e500, procp=0xd9005260, mrq=0xde5d7df8) at ../../nfs/nfs_serv.c:2646 #9 0xc025342a in nfssvc_nfsd (nsd=0xde5d7e58, argp=0x807c900 "", p=0xd9005260) at ../../nfs/nfs_syscalls.c:602 #10 0xc0252d7f in nfssvc (p=0xd9005260, uap=0xde5d7f80) at ../../nfs/nfs_syscalls.c:306 #11 0xc032b089 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = 0, tf_ebp = -1077936884, tf_isp = -564297772, tf_ebx = 18, tf_edx = 1, tf_ecx = -4, tf_eax = 155, tf_trapno = 12, tf_err = 2, tf_eip = 134518292, tf_cs = 31, tf_eflags = 647, tf_esp = -1077937312, tf_ss = 47}) at ../../i386/i386/trap.c:1150 #12 0xc0315c0b in Xint0x80_syscall () #13 0x8048135 in ?? () (kgdb) #0 dumpsys () at ../../kern/kern_shutdown.c:472 #1 0xc01b53d3 in boot (howto=260) at ../../kern/kern_shutdown.c:312 #2 0xc01b5784 in poweroff_wait (junk=0xc0329032, howto=1) at ../../kern/kern_shutdown.c:559 #3 0xc0329032 in bsl1 () #4 0xc01e4918 in sync (p=0xc03ea760, uap=0x0) at ../../kern/vfs_syscalls.c:544 #5 0xc01b5186 in boot (howto=256) at ../../kern/kern_shutdown.c:233 #6 0xc01b5784 in poweroff_wait (junk=0xc036927c, howto=60) at ../../kern/kern_shutdown.c:559 #7 0xc01e27d6 in vrele (vp=0xdedd1180) at ../../kern/vfs_subr.c:1451 #8 0xc02433ce in nfsrv_symlink (nfsd=0xc2e64200, slp=0xc2b2e500, procp=0xd9005260, mrq=0xde5d7df8) at ../../nfs/nfs_serv.c:2646 #9 0xc025342a in nfssvc_nfsd (nsd=0xde5d7e58, argp=0x807c900 "", p=0xd9005260) at ../../nfs/nfs_syscalls.c:602 #10 0xc0252d7f in nfssvc (p=0xd9005260, uap=0xde5d7f80) at ../../nfs/nfs_syscalls.c:306 #11 0xc032b089 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = 0, tf_ebp = -1077936884, tf_isp = -564297772, tf_ebx = 18, tf_edx = 1, tf_ecx = -4, tf_eax = 155, tf_trapno = 12, tf_err = 2, tf_eip = 134518292, tf_cs = 31, tf_eflags = 647, tf_esp = -1077937312, tf_ss = 47}) at ../../i386/i386/trap.c:1150 #12 0xc0315c0b in Xint0x80_syscall () #13 0x8048135 in ?? () >How-To-Repeat: Don't know. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 6:21:55 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1BCA37B400; Mon, 11 Feb 2002 06:21:53 -0800 (PST) Received: (from yar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BEGtU75167; Mon, 11 Feb 2002 06:16:55 -0800 (PST) (envelope-from yar) Date: Mon, 11 Feb 2002 06:16:55 -0800 (PST) From: Message-Id: <200202111416.g1BEGtU75167@freefall.freebsd.org> To: kolya@orbit.zepa.net, yar@FreeBSD.org, freebsd-bugs@FreeBSD.org, yar@FreeBSD.org Subject: Re: kern/28976: ddb doesn't understand ctrl-u Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ddb doesn't understand ctrl-u State-Changed-From-To: open->analyzed State-Changed-By: yar State-Changed-When: Mon Feb 11 06:15:11 PST 2002 State-Changed-Why: Committed to -current, will be in -stable in a week. Thanks! Responsible-Changed-From-To: freebsd-bugs->yar Responsible-Changed-By: yar Responsible-Changed-When: Mon Feb 11 06:15:11 PST 2002 Responsible-Changed-Why: MFC reminder for me. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28976 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 6:50:20 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5579A37B41A for ; Mon, 11 Feb 2002 06:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BEo3290930; Mon, 11 Feb 2002 06:50:03 -0800 (PST) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id F16CF37B421 for ; Mon, 11 Feb 2002 06:43:02 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g1BEgZk06018; Mon, 11 Feb 2002 09:42:35 -0500 (EST) (envelope-from alane) Message-Id: <200202111442.g1BEgZk06018@wwweasel.geeksrus.net> Date: Mon, 11 Feb 2002 09:42:35 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/34832: /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, not cipher.3.gz Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34832 >Category: bin >Synopsis: /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, not cipher.3.gz >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 06:50:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.5-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 21:25:34 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: On a fresh 4.5-RELEASE installation, /usr/share/man/cat3/setkey.3.gz is the same file as crypt.3.gz. It should be hard-linked to cipher.3.gz. Note: It's correct in /usr/share/man/man3. Only cat3 has the error. [blank lines inserted for readability] [alane ~]$ ls -l /usr/share/man/{man,cat}3/{setkey,cipher,crypt}.3* -rw-r--r-- 1 man wheel 1389 Feb 11 08:37 /usr/share/man/cat3/cipher.3.gz -rw-r--r-- 7 man wheel 2799 Jan 28 09:35 /usr/share/man/cat3/crypt.3.gz -rw-r--r-- 7 man wheel 2799 Jan 28 09:35 /usr/share/man/cat3/setkey.3.gz -r--r--r-- 5 root wheel 2019 Jan 28 08:13 /usr/share/man/man3/cipher.3.gz -r--r--r-- 3 root wheel 3402 Jan 28 08:11 /usr/share/man/man3/crypt.3.gz -r--r--r-- 5 root wheel 2019 Jan 28 08:13 /usr/share/man/man3/setkey.3.gz >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 7: 0:28 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6110737B42A for ; Mon, 11 Feb 2002 07:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BF04a48090; Mon, 11 Feb 2002 07:00:04 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 07:00:04 -0800 (PST) Message-Id: <200202111500.g1BF04a48090@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sameh Ghane Subject: Re: kern/34830: frequent panic . 4.3-STABLE Reply-To: Sameh Ghane Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34830; it has been noted by GNATS. From: Sameh Ghane To: Olivier PAGE Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/34830: frequent panic . 4.3-STABLE Date: Mon, 11 Feb 2002 15:54:41 +0100 Le (On) Mon, Feb 11, 2002 at 05:42:26AM -0800, Olivier PAGE ecrivit (wrote): > > >Environment: > FreeBSD remoudou.esm2.imt-mrs.fr 4.3-STABLE FreeBSD 4.3-STABLE #2: Tue Jan 8 10:07:39 CET 2002 root@remoudou.esm2.imt-mrs.fr:/u/promo2004/src/sys/compile/mamienne i386 > >Description: > Frequent Panic ( 1 each month ) . > Problem linked to nfs with linux clients. > The system reboots until the guily linux client is powered off. Hi, You should really try with a -STABLE kernel. A lot of NFS issues have been fixed. And then send-pr again if it still fails. Cheers, -- Sameh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 7:11:57 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B571A37B400; Mon, 11 Feb 2002 07:11:53 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BF97J14553; Mon, 11 Feb 2002 07:09:07 -0800 (PST) (envelope-from iedowse) Date: Mon, 11 Feb 2002 07:09:07 -0800 (PST) From: Message-Id: <200202111509.g1BF97J14553@freefall.freebsd.org> To: olivier@esm2.org, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/34830: frequent panic . 4.3-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: frequent panic . 4.3-STABLE State-Changed-From-To: open->feedback State-Changed-By: iedowse State-Changed-When: Mon Feb 11 07:04:36 PST 2002 State-Changed-Why: As a follow-up to Sameh's message, this is almost certainly fixed by revision 1.93.2.1 of src/sys/nfs/nfs_serv.c. Either update to a recent -STABLE, or apply the patch at: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/nfs/Attic/nfs_serv.c.diff?r1=1.93&r2=1.93.2.1 Can you confirm that this solves the problem? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34830 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 7:40:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B500F37B416 for ; Mon, 11 Feb 2002 07:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BFe3m09842; Mon, 11 Feb 2002 07:40:03 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 07:40:03 -0800 (PST) Message-Id: <200202111540.g1BFe3m09842@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexey Zelkin Subject: Re: misc/34800: tcsh's complete.tcsh should be installed Reply-To: Alexey Zelkin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/34800; it has been noted by GNATS. From: Alexey Zelkin To: Steven Grady Cc: FreeBSD-gnats-submit@FreeBSD.ORG, mp@FreeBSD.ORG Subject: Re: misc/34800: tcsh's complete.tcsh should be installed Date: Mon, 11 Feb 2002 17:36:06 +0200 hi, On Sun, Feb 10, 2002 at 11:28:27AM -0800, Steven Grady wrote: > > >Number: 34800 > >Category: misc > >Synopsis: tcsh's complete.tcsh should be installed > > >Description: > tcsh comes with a useful file, "complete.tcsh", providing > hundreds of completion commands. It should probably be > installed by default, since tcsh is now part of the base > FreeBSD distribution. (As it stands, an old version (from > 6.08) is installed /usr/compat/linux..) > > >How-To-Repeat: > "locate complete.tcsh" > >Fix: > > I suggest installing it in /usr/share/misc/complete.tcsh, > or /usr/share/examples/tcsh/complete.tcsh. Good idea! Are these patches working for you :) Index: Makefile =================================================================== RCS file: /home/cvs/freebsd/src/bin/csh/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 4 Dec 2001 01:57:39 -0000 1.25 +++ Makefile 11 Feb 2002 14:09:30 -0000 @@ -42,6 +42,9 @@ CLEANFILES= ${GENHDRS} gethost csh.1 +FILESDIR= ${SHAREDIR}/examples/tcsh +FILES= complete.tcsh csh-mode.el + csh.1: tcsh.man ln -sf ${.ALLSRC} ${.TARGET} Index: BSD.usr.dist =================================================================== RCS file: /home/cvs/freebsd/src/etc/mtree/BSD.usr.dist,v retrieving revision 1.253 diff -u -r1.253 BSD.usr.dist --- BSD.usr.dist 29 Jan 2002 01:10:31 -0000 1.253 +++ BSD.usr.dist 11 Feb 2002 14:10:49 -0000 @@ -433,6 +433,8 @@ sort .. .. + tcsh + .. worm .. .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 7:40:25 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDAA737B41B for ; Mon, 11 Feb 2002 07:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BFe5i09865; Mon, 11 Feb 2002 07:40:05 -0800 (PST) (envelope-from gnats) Received: from whiterose.net (whiterose.net [64.65.220.94]) by hub.freebsd.org (Postfix) with ESMTP id BCE9C37B405 for ; Mon, 11 Feb 2002 07:36:38 -0800 (PST) Received: by whiterose.net (Postfix, from userid 1006) id 2C69E4B921; Mon, 11 Feb 2002 10:36:46 -0500 (EST) Message-Id: <20020211153646.2C69E4B921@whiterose.net> Date: Mon, 11 Feb 2002 10:36:46 -0500 (EST) From: Tomas Svensson Reply-To: Tomas Svensson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/34834: "fix" of du(1) and -h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34834 >Category: bin >Synopsis: "fix" of du(1) and -h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 07:40:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tomas Svensson >Release: FreeBSD 5.0-CURRENT i386 >Organization: BSD Slackers Inc. >Environment: FreeBSD 5.0-CURRENT i386 >Description: The manpages for df(1), du(1) and ls(1) claim that -h (print human- readable numbers) will reduce the number of digits to three or fewer, but this isn't true. It will print numbers such as 1000K or 1010K (since these are slightly less than a megabyte). Also, the 'K' for kilo should really be 'k'. Here is a fix for du(1) (I'll fix the others too if this patch is accepted). This version will display "1.0M" where the old version displayed "1012K", "32k" instead of "32K" etc. As a "side effect", df doesn't need the math library anymore (still does proper rounding) and the source is more than a kB smaller :) An alternative would be to add a more extensive humanize function to libc... >How-To-Repeat: >Fix: Index: du.c =================================================================== RCS file: /home/ncvs/src/usr.bin/du/du.c,v retrieving revision 1.23 diff -u -r1.23 du.c --- du.c 8 Feb 2002 07:49:13 -0000 1.23 +++ du.c 11 Feb 2002 13:18:33 -0000 @@ -57,39 +57,12 @@ #include #include #include -#include #include #include #include #include #include -#define KILO_SZ(n) (n) -#define MEGA_SZ(n) ((n) * (n)) -#define GIGA_SZ(n) ((n) * (n) * (n)) -#define TERA_SZ(n) ((n) * (n) * (n) * (n)) -#define PETA_SZ(n) ((n) * (n) * (n) * (n) * (n)) - -#define KILO_2_SZ (KILO_SZ(1024ULL)) -#define MEGA_2_SZ (MEGA_SZ(1024ULL)) -#define GIGA_2_SZ (GIGA_SZ(1024ULL)) -#define TERA_2_SZ (TERA_SZ(1024ULL)) -#define PETA_2_SZ (PETA_SZ(1024ULL)) - -#define KILO_SI_SZ (KILO_SZ(1000ULL)) -#define MEGA_SI_SZ (MEGA_SZ(1000ULL)) -#define GIGA_SI_SZ (GIGA_SZ(1000ULL)) -#define TERA_SI_SZ (TERA_SZ(1000ULL)) -#define PETA_SI_SZ (PETA_SZ(1000ULL)) - -unsigned long long vals_si [] = {1, KILO_SI_SZ, MEGA_SI_SZ, GIGA_SI_SZ, TERA_SI_SZ, PETA_SI_SZ}; -unsigned long long vals_base2[] = {1, KILO_2_SZ, MEGA_2_SZ, GIGA_2_SZ, TERA_2_SZ, PETA_2_SZ}; -unsigned long long *valp; - -typedef enum { NONE, KILO, MEGA, GIGA, TERA, PETA, UNIT_MAX } unit_t; - -int unitp [] = { NONE, KILO, MEGA, GIGA, TERA, PETA }; - SLIST_HEAD(ignhead, ignentry) ignores; struct ignentry { char *mask; @@ -98,8 +71,7 @@ int linkchk __P((FTSENT *)); static void usage __P((void)); -void prthumanval __P((double)); -unit_t unit_adjust __P((double *)); +void prthumanval __P((u_int64_t)); void ignoreadd __P((const char *)); void ignoreclean __P((void)); int ignorep __P((FTSENT *)); @@ -165,7 +137,6 @@ case 'h': putenv("BLOCKSIZE=512"); hflag = 1; - valp = vals_base2; break; case 'k': if (!hflag) @@ -349,43 +320,29 @@ * especially on huge disks. * */ -unit_t -unit_adjust(val) - double *val; -{ - double abval; - unit_t unit; - unsigned int unit_sz; - - abval = fabs(*val); - - unit_sz = abval ? ilogb(abval) / 10 : 0; - - if (unit_sz >= UNIT_MAX) { - unit = NONE; - } else { - unit = unitp[unit_sz]; - *val /= (double)valp[unit_sz]; - } - - return (unit); -} - void prthumanval(bytes) - double bytes; + u_int64_t bytes; { - unit_t unit; + static const char prefixes[] = "BkMGTPE"; + + int i; + u_int64_t s1, s2; - bytes *= 512; - unit = unit_adjust(&bytes); + bytes *= 51200; - if (bytes == 0) - (void)printf(" 0B"); - else if (bytes > 10) - (void)printf("%3.0f%c", bytes, "BKMGTPE"[unit]); - else - (void)printf("%3.1f%c", bytes, "BKMGTPE"[unit]); + for (i = 0; bytes >= 100000 && i < sizeof(prefixes); i++) + bytes /= 1024; + + if (bytes < 1000 ) { + s1 = bytes / 100; + if (( s2 = (( (bytes % 100 ) + 5 ) / 10 ) ) == 10 ) { + s1++; + s2 = 0; + } + printf("%qd.%qd%c", s1, s2, prefixes[i]); + } else + printf("%3qd%c", (bytes + 50) / 100, prefixes[i]); } static void Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.bin/du/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 8 Feb 2002 22:31:38 -0000 1.7 +++ Makefile 11 Feb 2002 13:18:33 -0000 @@ -2,7 +2,5 @@ # $FreeBSD: src/usr.bin/du/Makefile,v 1.7 2002/02/08 22:31:38 markm Exp $ PROG= du -DPADD= ${LIBM} -LDADD= -lm .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 9:45:23 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 78CD037B419; Mon, 11 Feb 2002 09:45:14 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g1BHiko94481; Mon, 11 Feb 2002 19:44:46 +0200 (EET) (envelope-from ru) Date: Mon, 11 Feb 2002 19:44:46 +0200 From: Ruslan Ermilov To: Kim Scarborough Cc: bug-followup@FreeBSD.org, bugs@FreeBSD.org Subject: Re: misc/21528: installworld fails in secure/usr.bin/openssl Message-ID: <20020211194446.A91112@sunbay.com> References: <200202101730.g1AHU2Z60910@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200202101730.g1AHU2Z60910@freefall.freebsd.org> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Feb 10, 2002 at 09:30:02AM -0800, Kim Scarborough wrote: > > Can this bug be reopened? I must respectfully dissent from ru's analysis > of the problem. > No. > I ran into this behavior yesterday when upgrading a machine I had just > CVSupped to -STABLE. I've upgraded it many times in the past with no > problems, but before building world this time I set "NOMANCOMPRESS= true" > in make.conf and this happened. I could find no evidence of a timestamp > discrepancy in /usr/src or in the existing system files; furthermore, I > had been running xntpd when I fetched and build world-ed. Finally, I was > able to duplicate this behavior on another machine. > Great, then you have two buggy environments. :-) > Anyway, I don't understand why a timestamp issue would affect what seems > to be a PATH issue anyway. This error occurred for me in two places: > /usr/src/secure/usr.bin/openssl and /usr/src/secure/lib/libcrypto. All I > had to do was change pod2man to /usr/bin/pod2man in both Makefiles and it > worked. > Because it's not a PATH issue. Manpages are supposed to be built during `buildworld' stage, and not the `installworld' stage. At the time of INSTALLATION, you should have all the bits ALREADY BUILT UP. Do you understand how make(1) works? It rebuilds something if it's not up-to-date with its "sources". That's why such problems usually indicate a problem with either system time, timezone setting, or modification time on source files. If the source file has modtime set in the future, its target will always be considered out-of-date. > If I'm missing something, let me know... I would also like to hear if > you are able to duplicate this problem or not. I just think this hasn't > come up too much because not that many people disable compression of man > pages. > No, I can't. There's an unrelated bug exists in openssl/Makefile; it doesn't add generated openssl.1 to CLEANFILES. If you want a further help, please provide additional details, such as how do you build and install your world. Note that you should run buildworld and installworld in the same make(1) environment, e.g., if you specify -DNOMANCOMPRESS to installworld, you should also specify -DNOMANCOMPRESS to buildworld, etc. Otherwise it will fail. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 10:10:31 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E6A937B443 for ; Mon, 11 Feb 2002 10:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BIA1t44903; Mon, 11 Feb 2002 10:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E18D037B405 for ; Mon, 11 Feb 2002 10:02:00 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BI20j40188; Mon, 11 Feb 2002 10:02:00 -0800 (PST) (envelope-from nobody) Message-Id: <200202111802.g1BI20j40188@freefall.freebsd.org> Date: Mon, 11 Feb 2002 10:02:00 -0800 (PST) From: Brandon Poyner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/34839: syslogd fails to create additional log socket when socket already exists Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34839 >Category: misc >Synopsis: syslogd fails to create additional log socket when socket already 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: Mon Feb 11 10:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Brandon Poyner >Release: 4.5 >Organization: BiznessOnline >Environment: FreeBSD sandbox.ct.thebiz.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: If syslogd is run with -l flag to create additional log sockets it can under certain circumstances fail to unlink those log sockets before syslogd is started again. Syslogd will then report syslogd: cannot create /usr/jail/log: Address already in use >How-To-Repeat: If the server is power cycled (improper shutdown) syslogd will not get a signal to be killed and therefore not unlink() the additional log sockets. I have also seen this behavior during a 'sync;reboot' but I'm having trouble recreating that scenario. >Fix: Suggest that syslogd on startup automatically unlink() all sockets specified with -l as it currently does with /var/run/log, or a new flag to force the unlinking. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 10:40:34 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58D0E37B420 for ; Mon, 11 Feb 2002 10:40:16 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BIeGM49906; Mon, 11 Feb 2002 10:40:16 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 10:40:16 -0800 (PST) Message-Id: <200202111840.g1BIeGM49906@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Maxim Konovalov Subject: Re: misc/34839: syslogd fails to create additional log socket when socket already exists Reply-To: Maxim Konovalov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/34839; it has been noted by GNATS. From: Maxim Konovalov To: Brandon Poyner Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/34839: syslogd fails to create additional log socket when socket already exists Date: Mon, 11 Feb 2002 21:39:29 +0300 (MSK) Could you please try a patch below (obtained from OpenBSD): Index: syslogd.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/syslogd/syslogd.c,v retrieving revision 1.95 diff -u -r1.95 syslogd.c --- syslogd.c 9 Jan 2002 17:36:53 -0000 1.95 +++ syslogd.c 11 Feb 2002 18:26:24 -0000 @@ -444,6 +444,8 @@ #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) #endif for (i = 0; i < nfunix; i++) { + (void)unlink(funixn[i]); + memset(&sunx, 0, sizeof(sunx)); sunx.sun_family = AF_UNIX; (void)strlcpy(sunx.sun_path, funixn[i], sizeof(sunx.sun_path)); -- 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 Mon Feb 11 10:50:27 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C0CC37B440 for ; Mon, 11 Feb 2002 10:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BIo1j51286; Mon, 11 Feb 2002 10:50:01 -0800 (PST) (envelope-from gnats) Received: from mail.bluetail.com (mail.bluetail.com [195.149.129.26]) by hub.freebsd.org (Postfix) with ESMTP id 3570437B404 for ; Mon, 11 Feb 2002 10:47:35 -0800 (PST) Received: from tordmule.bluetail.com (tordmule.bluetail.com [192.168.128.49]) by duva.bluetail.com (BLUETAIL Mail Robustifier 2.2.2) with ESMTP id 409912.453253.1013duva-s1 for ; Mon, 11 Feb 2002 19:47:33 +0100 Received: (from per@localhost) by tordmule.bluetail.com (8.11.6/8.11.6) id g1BIlWf14160; Mon, 11 Feb 2002 19:47:32 +0100 (CET) (envelope-from per) Message-Id: <200202111847.g1BIlWf14160@tordmule.bluetail.com> Date: Mon, 11 Feb 2002 19:47:32 +0100 (CET) From: Per Hedeland Reply-To: Per Hedeland To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: misc/34842: VmWare port + NIS causes "broadcast storm" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34842 >Category: misc >Synopsis: VmWare port + NIS causes "broadcast storm" >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 10:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Per Hedeland >Release: FreeBSD 4.5-RELEASE i386 >Organization: none >Environment: System: FreeBSD tordmule.bluetail.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Feb 4 19:33:09 CET 2002 root@:/usr/src/sys/compile/TORDMULE i386 Vmware2 port: vmware2-2.0.4.1142 >Description: If running the vmware2 port in bridging mode on a system that is a NIS client (without specific server(s) specified to ypbind), and the NIS server is unavailable for some length of time while no vmware host is running, the system will start sending UDP broadcasts to port 111 at an extremely high rate. Observed with a Pentium-III 800Mhz on 100Mb Ethernet: 200 broadcast packets/sec sent - which in turn cause 200 response packets/sec, which in turn cause 200 ICMP port unreachable packets/sec from the FreeBSD, system since nothing there is listening for the responses - in total 600 packets/sec. >How-To-Repeat: See description. Killing the ypserv process on the (only) NIS server will cause the problem to appear after some time (not measured); it can be more quickly reproduced by killing and restarting ypbind on the FreeBSD system while the NIS server is down. >Fix: The above is actually caused by the interaction of a series of problems: 1) When bridging is chosen at installation of the vmware2 port, the vmnet1 interface is still configured with a "dummy" IP address of its own (192.168.0.1), netmask (255.255.255.0), and corresponding broadcast address (192.168.0.255). As far as I understand, a set of bridged interfaces should have at most one IP address total among them. 2) If packets are sent to *any* address in the "vmnet1 net" besides the configured one (192.168.0.1) when no vmware host is running, sendto() (or whatever) will soon return ENOBUFS, since the "send queue" has filled up. (Needless to say, nothing will ever really receive such packets - but they seem to "disappear" if a vmware host is running.) 3) The RPC broadcast function (/usr/src/lib/libc/rpc/pmap_rmt.c/ clnt_broadcast()) gives up sending immediately (returning RPC_CANTSEND), without even waiting for responses, if sending to any one of the broadcast-capable interfaces fails for whatever reason. 4) Ypbind, when getting any error back from clnt_broadcast(), retries immediately, without any delay or backoff strategy. So, in this scenario, ypbind calls clnt_broadcast(), which sends a packet out the physical interface, then a packet on the vmnet1 interface, gets ENOBUFS and gives up, and ypbind starts the process over again, ad infinitum. The "storm" can be prevented by fixing any one of the problems 1)-4); a real fix (allowing ypbind to succeed) requires a fix to one of 1)-3). Ideally all should be fixed, of course. I worked around problem 1) in FreeBSD 4.2-RELEASE and an other version of the vmware2 port by modifying the vmware config and startup scripts to simply not configure an IP address on vmnet1 when bridging is used - however this does not work in current versions (vmware complains about not being able to get the interface address), at least not the trivial way I did it. Instead I now looked at problem 2), and came up with the first patch below. It seems reasonable to me, solves problem 2), and doesn't seem to affect the "normal" traffic to the vmware host in any way - but I guess I could be missing something... I've also enclosed what seems to me to be a reasonable fix for problem 3), however this is totally untested. I haven't looked for a fix for problem 4), but someone probably should... Patch for problem 2): --- /usr/src/sys/net/if_tap.c.ORIG Thu Jul 27 15:57:05 2000 +++ /usr/src/sys/net/if_tap.c Mon Feb 11 15:20:30 2002 @@ -467,10 +467,10 @@ /* * do not junk pending output if we are in VMnet mode. * XXX: can this do any harm because of queue overflow? + * Ummm, yes... */ - if (((tp->tap_flags & TAP_VMNET) == 0) && - ((tp->tap_flags & TAP_READY) != TAP_READY)) { + if ((tp->tap_flags & TAP_READY) != TAP_READY) { struct mbuf *m = NULL; TAPDEBUG("%s%d not ready. minor = %#x, tap_flags = 0x%x\n", Patch for problem 3): --- /usr/src/lib/libc/rpc/pmap_rmt.c.ORIG Fri Mar 3 14:04:58 2000 +++ /usr/src/lib/libc/rpc/pmap_rmt.c Mon Feb 11 12:54:33 2002 @@ -330,15 +330,19 @@ * minute or so */ for (t.tv_sec = 4; t.tv_sec <= 14; t.tv_sec += 2) { + int success = 0; for (i = 0; i < nets; i++) { baddr.sin_addr = addrs[i]; if (sendto(sock, outbuf, outlen, 0, (struct sockaddr *)&baddr, - sizeof (struct sockaddr)) != outlen) { - perror("Cannot send broadcast packet"); - stat = RPC_CANTSEND; - goto done_broad; + sizeof (struct sockaddr)) == outlen) { + success++; } + } + if (!success) { + perror("Cannot send broadcast packet"); + stat = RPC_CANTSEND; + goto done_broad; } if (eachresult == NULL) { stat = RPC_SUCCESS; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 11: 0:14 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8502637B400 for ; Mon, 11 Feb 2002 11:00:12 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BJ0Ab52874 for freebsd-bugs@freebsd.org; Mon, 11 Feb 2002 11:00:10 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 11 Feb 2002 11:00:10 -0800 (PST) Message-Id: <200202111900.g1BJ0Ab52874@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports No matches to your query To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 11: 6: 6 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13D1A37B402 for ; Mon, 11 Feb 2002 11:00:27 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BJ0Dn52891 for freebsd-bugs@freebsd.org; Mon, 11 Feb 2002 11:00:13 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 11 Feb 2002 11:00:13 -0800 (PST) Message-Id: <200202111900.g1BJ0Dn52891@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 f [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die o [1999/05/31] kern/11966 ru TCP copies send and receive socket buffer s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch f [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde f [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C f [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/10/30] kern/14614 dillon VM DoS attack (with exploit attached) f [1999/11/22] i386/15040 Installation problems with 3.x FreeBSD f [1999/12/05] kern/15281 Please fix handling Ross(?) host to PCI b o [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/18] i386/16802 An user math program have the system on K o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy f [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/04] bin/17791 mjacob Restore does not handle bad or missing ta f [2000/04/04] i386/17808 cannot swap /dev/.... o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig f [2000/05/29] kern/18874 peter 32bit NFS servers export wrong negative v 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/07/01] conf/19629 dougb /etc/rc.sysctl can't set all syctls s [2000/07/05] kern/19722 rwatson FreeBSD box responds to broadcast IP o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/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] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond f [2000/09/13] bin/21253 mjacob dump/restore fail on any stream (tape/pip o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 f [2000/09/19] kern/21397 joerg Floppy drive doesn't work on Compaq ProLi f [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR f [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel f [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation f [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA f [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ a [2000/12/21] kern/23740 roam kernel DoS tha could be executed by any u o [2000/12/26] kern/23859 panicked on sofree o [2001/01/17] kern/24418 jasone read/write in thread library (-lc_r) does f [2001/01/18] kern/24433 NFSv3 service hangs when writing large am f [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca a [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't f [2001/02/19] kern/25215 RELENG_4 kernel crashes starting SCSI dis f [2001/02/20] kern/25235 OS Hungs up when using with a Battery of f [2001/02/23] i386/25328 4.x stable kernel crash: page fault f [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to f [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w f [2001/03/30] kern/26224 dillon VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/04/02] bin/26305 mjacob Cannnot restore partions with FreeBSD 4.x f [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 f [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo f [2001/04/25] kern/26840 dillon process doing mmap() over nfs hangs in vm o [2001/05/02] ports/27036 sobomax All Ports using Mesa3 are required with - f [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails f [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD f [2001/05/03] kern/27059 groudier (symbios) SCSI subsystem hangs under heav a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number o [2001/05/11] kern/27275 kernel bug ? f [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale o [2001/06/07] bin/27939 rlogin uses wrong IP address for remote h o [2001/06/08] kern/27985 Recent -STABLE crashes when accessing dc o [2001/06/09] kern/27987 New ATA Driver failure with VIA Southbrid a [2001/06/09] i386/27991 ssh 1 and 2 login with keys is not possib o [2001/06/09] bin/28002 ru SHARED=symlinks is broken f [2001/06/14] kern/28162 RELENG_4 (4.2, 4.3) Panics when system ha f [2001/06/14] kern/28163 in_pcballoc Panic in RELENG_4 with large o [2001/06/20] i386/28293 imp Dell Latitude CpxJ 750 hangs on install o [2001/06/25] kern/28402 kernel panic caused by softupdates (may b o [2001/06/25] kern/28418 XFree86 4.X panics FreeBSD 4.3-STABLE on o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in f [2001/06/30] i386/28558 makedev return non-zero status after inst o [2001/07/02] kern/28630 Look like hung up a kernel after few minu f [2001/07/04] kern/28703 dillon Kernel reboot during tape backup of nfs m o [2001/07/05] kern/28751 n_hibma USB Mouse doesn't seem to work! o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/14] kern/28974 PPPoE software fails when SOCK_RAW employ o [2001/07/15] ports/28995 max deMime produces blank line in header part f [2001/07/17] i386/29045 Heavy disk usage causes panic in ffs_blkf f [2001/07/19] i386/29096 freebsd 4.2/4.3 hangs after probing devic o [2001/07/21] kern/29121 msdos fs causes kernel panic when writing o [2001/07/24] bin/29191 NFS file locking fails from Solaris 8 cli o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/08/13] ports/29681 portmgr bsd.port.mk cannot handle some module's P o [2001/08/14] conf/29699 Setting NO_MAILWRAPPER results in a syst o [2001/08/15] kern/29741 ptrace(pid);ptrace(ppid) makes pid and pp o [2001/08/15] kern/29742 PCCARD Modems don't work on cardbus bridg o [2001/08/15] kern/29743 TI-1450 interrupt storm o [2001/08/18] kern/29844 setpgrp does not behave as manual says o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and f [2001/08/31] kern/30238 3Com 509-Combo ISA NIC don`t work o [2001/09/03] ports/30292 kde QT/KDE 1.x needs to be removed o [2001/09/03] kern/30300 -current hang caught and crash-dump'd. o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var o [2001/09/09] i386/30458 Workstation sometimes hangs when connecte f [2001/09/12] i386/30527 does not like scsi on atrend 6260 dual PI o [2001/09/19] i386/30670 4.3 and 4.4 mfsroot floppies reboot Dell o [2001/09/20] i386/30693 On new install bootup does endless usb0: f [2001/09/21] i386/30705 msmith Installation fails on system with Mylex A o [2001/09/23] kern/30771 Panic when mounting drive a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/27] bin/30869 dump does not dump all files of a filesys o [2001/09/28] i386/30898 Inspiron 8100 keyboard unusable off mains o [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don´t work an o [2001/09/30] ports/30935 taoka pips sc880 - needs to have syvr4 support o [2001/10/01] i386/30961 On lsdev -> error & BTX halted =( o [2001/10/04] kern/31042 murray Device name conflict o [2001/10/12] kern/31233 Kernel panics after upgrading to 4.4-STAB o [2001/10/13] ports/31254 obrien I cannot compile Java src files using gcj o [2001/10/14] misc/31266 System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe fix crunchgen to work with more contrib-k o [2001/10/17] conf/31327 Fixes and improvements for rc.diskless* s o [2001/10/20] kern/31391 n_hibma usb.h uses a variable name "class" which o [2001/10/24] kern/31468 Spontaneous crashes, possible related to o [2001/10/25] kern/31493 BTX halted with big disk and 4.4R f [2001/10/31] i386/31671 4.4 installer hangs at " Mounting root fr o [2001/11/02] kern/31710 kernel reboots; looks like an unintended o [2001/11/03] i386/31728 Install hangs on: (debug screens last wri o [2001/11/12] ports/31938 ports Broken cookie handling in lynx-ssl-2.8.4. o [2001/11/12] ports/31948 steve open-motif: having USE_MOTIF in /etc/make o [2001/11/16] bin/32040 brian 4.4-Release "set mtu" in ppp is broken wi f [2001/11/20] i386/32127 Proliant 1600 kernel panics after SMP is o [2001/11/22] kern/32184 Kernel crashes in ufs code o [2001/11/23] i386/32237 4.4-RELEASE keyboard doesnt work after bo o [2001/11/30] kern/32418 kernel table full o [2001/12/04] ports/32506 des Apache mod_auth_pam doesn't works o [2001/12/07] conf/32583 jkh System becomes unusable after performing o [2001/12/09] ports/32664 obrien open-motif-devel-2.1.30 registers itself o [2001/12/11] ports/32707 ports ghostscript-gnu fails during install o [2001/12/11] kern/32713 usb mouse detaches from hub and doesnt re o [2001/12/11] ports/32714 kde KDE build failure: Qt's uic core dumps o [2001/12/12] alpha/32757 alpha fatal kernel trap using generic kernel fo o [2001/12/14] i386/32830 FreeBSD 4.4 install fails on Thinkpad 750 a [2001/12/14] kern/32831 sos HP Colorado IDE tape drive get wedged eas o [2001/12/16] bin/32895 imp rebooting between Win98SE and 4.4-2001121 f [2001/12/22] i386/33089 re GENERIC bloat causes 'make world' to brea o [2001/12/25] misc/33169 system freeze after cron daily security c o [2001/12/26] kern/33219 bp smbfs case senstitive problem o [2001/12/27] misc/33261 dwmalone FreeBSD base system does not install tcpd o [2001/12/27] gnu/33262 mp gdb does not handle pending signals corre f [2001/12/30] conf/33345 pnpinfo not finding info for pnp pci mode o [2001/12/31] kern/33397 "panic: unknown/reserved trap" with moder f [2002/01/04] i386/33525 root access without password o [2002/01/04] kern/33542 a few of swapping completly freeze system f [2002/01/04] misc/33567 RELENG_4 won't makeworld; bsd.dep.mk, Mak o [2002/01/05] i386/33574 kernel hangs on page fault during boot pr o [2002/01/05] ports/33587 ports biabam needs base64 capable encoder f [2002/01/07] kern/33637 dillon Panic: vm_page_unwire: invalid wire count o [2002/01/07] bin/33670 dwmalone default inetd install allows for unlimite f [2002/01/08] misc/33688 Downloading some files with ftp hangs the o [2002/01/08] ports/33703 ports crossfire-0.94.3 crashes often on encount o [2002/01/14] ports/33887 kris security/snort port cannot find its rule o [2002/01/16] kern/33951 pthread_cancel is ignored o [2002/01/16] kern/33952 Bogus error message from correct phreads o [2002/01/16] ports/33964 ports games/flightgear broken (uncompilable) o [2002/01/16] kern/33970 random freeze on IDE Raid 0 (Highpoint HP o [2002/01/17] misc/33997 Reboot Fails on Server o [2002/01/17] i386/34018 response to request from ipv6 client does o [2002/01/18] bin/34028 brian userland ppp o [2002/01/18] i386/34051 Install menu crashes o [2002/01/19] ports/34058 gnome bonobo-1.0.18 port fails to configure und o [2002/01/19] kern/34067 Reproducable crash on usb ugen o [2002/01/19] kern/34071 pcn-driver is sort-of-broken in 4.5RC2 (a o [2002/01/21] ports/34123 mharo sudo coredumps on ^C in password prompt & o [2002/01/21] i386/34144 installation,mounting root from ufs:/dev/ o [2002/01/22] ports/34191 dirk palm/malsync files to build o [2002/01/25] bin/34274 green 4.5-RC Interoperability issue: sshd o [2002/01/27] ports/34357 ports ports needs a resume function. f [2002/01/28] ports/34393 trevor ghostscript-gnu 6.52_1 fails to build o [2002/01/28] ports/34395 gnome gnomelibs-1.4.1.2_2 fails to build o [2002/01/29] ports/34433 obrien devel/gdb51 port doesn't build f [2002/01/30] kern/34447 DLink DFE 500 rev E1 + dhclient dc0 crash o [2002/01/30] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/01/31] ports/34493 ports linux-realplayer has a security vulnerabi o [2002/01/31] bin/34502 ssh can crash the 4.5 system o [2002/02/02] ports/34552 ports lame don't compile o [2002/02/02] ports/34553 ports fetchmail can lose mail in POP3+UIDL mode o [2002/02/02] ports/34564 ports bug fix: ports/editors/cooledit fails to o [2002/02/03] i386/34576 cannot load freebsd o [2002/02/04] ports/34623 knu portupgrade -R ruby fails on 4.5RC3 o [2002/02/05] kern/34646 4.5-stable crashes on thttpd restart unde o [2002/02/06] kern/34658 syncache related panic (2nd panic from so o [2002/02/06] ports/34669 www "download" links in WWW ports listing are o [2002/02/06] misc/34675 Restore asking for another volume - on la o [2002/02/06] kern/34680 Kernel panics when checking-out a tree (d o [2002/02/07] kern/34711 frequent system stall under moderate scsi o [2002/02/07] ports/34713 ports Non-maintainer update to net/radiusd-cist f [2002/02/11] kern/34830 frequent panic . 4.3-STABLE 215 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable a [1997/04/01] bin/3170 sheldonh vi freaks and dump core if user doesn't e f [1997/05/04] i386/3502 mdodd Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator s [1997/07/26] bin/4176 mjacob restore gets confused when run over pipe o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/22] bin/4357 bug in adduser script causes duplicate UI o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work s [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 des restore doesn't correctly handle "sparse" o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [1997/12/14] bin/5297 make incompatibility with System V style o [1998/01/27] kern/5587 des session id gets dropped o [1998/02/28] kern/5877 bmilekic sb_cc counts control data as well as data o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/10] bin/8646 peter Implement rlogind -a option a [1998/11/18] bin/8745 yar adduser permit adding `root' and mail ali f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/07] bin/9379 pppd does not go through all interfaces l s [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible s [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec s [1999/04/07] bin/11005 iedowse `umount -f' does not work if the NFS-serv s [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim s [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # s [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/13] kern/13740 jlemon wrong IP statistics s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 rwatson RLIMIT_NPROC works unadequately for jails s [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie f [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > s [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system s [2000/01/02] i386/15845 Driver for RealTek 8029 f [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P o [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 qa Sysinstall/disklabel: bad partition table o [2000/02/25] misc/16991 jhb booting install disk and USB s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/06] kern/17829 The dc driver is seriously broken o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m f [2000/04/10] kern/17895 dwmalone stale unix domain connections f [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex o [2000/04/28] kern/18285 the system froze when use scon -s 50 o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran f [2000/07/27] kern/20217 darrenr IPF default block and inclusion in rc.net o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/29] conf/20282 qa sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons a [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] misc/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 mp gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. 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 a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites o [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 emulationLinux compatability mode should not allow o [2000/09/26] i386/21559 BTX loader sometime show registers f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde f [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc f [2000/10/02] misc/21701 qa Keymap selection menu broken on initial i o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/05] kern/21771 murray Fix for sppp and Cronyx drivers update f [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m f [2000/10/26] i386/22315 Cannot reboot or power-off the machine 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 f [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 f [2000/11/07] kern/22677 (Was pr: misc/11525) similar behavior in o [2000/11/13] kern/22826 emulationMemory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int f [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible f [2000/11/17] kern/22926 kernel 4.1-RELEASE, 4.1.1-RELEASE (floppy o [2000/11/18] kern/22943 emulationProblem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 f [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI f [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/25] bin/23098 ambrisko If installing on a serial console, enable o [2000/11/26] ports/23125 mbr Successful emulation of StarOffice depend f [2000/11/29] i386/23188 PCI modem doesn't work with 4.1-RELEASE w f [2000/11/30] conf/23192 FTP REALLY slow on internal NIC aswel (12 a [2000/11/30] bin/23203 opie doesn't know that ssh connections ar o [2000/12/04] bin/23269 green OpenSSH TIS Authentication support has br f [2000/12/06] i386/23320 Can`t create a new thread for connect to o [2000/12/07] bin/23352 [SECURITY] buffer overflow in opieftpd f [2000/12/07] misc/23364 gethostbyaddr takes longer or locks up an a [2000/12/07] misc/23376 tobez The version of CGI.pm bundled with perl i o [2000/12/08] kern/23400 IPsec transport mode precludes filtering o [2000/12/11] kern/23468 imp xe Driver causes kernel panic when Xircom o [2000/12/11] bin/23489 tcsh fails to do file completion on non-E o [2000/12/12] kern/23515 get error in messages system log "Dec 11 o [2000/12/13] kern/23535 imp 4.x kernels seem to no longer support Ada o [2000/12/14] misc/23561 emulationLinux compatibility mode does not support f [2000/12/15] i386/23572 486/66 on Micronics motherboard will not o [2000/12/16] gnu/23593 obrien [patch] possible fix to awk(1) o [2000/12/18] ports/23638 kuriyama Add turbine-pool.jar to Cocoon CLASSPATH o [2000/12/22] kern/23771 bridge/firewall doesn't work as in bridge o [2000/12/26] bin/23866 dwmalone patch for pointing out current date o [2001/01/02] kern/24032 markm rndcontrol and pccardd use of interupt ha o [2001/01/03] kern/24059 n_hibma USB support broken in SMP kernel o [2001/01/04] kern/24070 n_hibma uhci USB driver disables port on reatachi o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be f [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/06] kern/24100 imp Having a 3c589 PCMCIA/PCCARD inserted pre o [2001/01/06] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN f [2001/01/09] i386/24210 compaq dl360 hangs with smp kernel f [2001/01/10] conf/24238 First physical interface always has IPv6 o [2001/01/12] bin/24271 dumpon should check its argument more o [2001/01/16] misc/24391 cannot kill amd after interface disappear o [2001/01/19] bin/24461 pirzyk Being able to increase the YP timeout wit o [2001/01/19] bin/24472 libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/22] kern/24559 aio_suspend() had Bus error when using -l s [2001/01/23] misc/24590 timezone function not compatible witn Sin f [2001/01/23] kern/24593 NFS hang between stable and current boxes o [2001/01/25] kern/24629 ng_socket failes to declare connected dat o [2001/01/25] bin/24632 libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 jasone pthread_rwlock_rdlock can deadlock o [2001/01/28] bin/24691 map-mbone segfaults at getsockname o [2001/01/29] ports/24711 portmgr ${MAKEFILE} causing trouble with ports o [2001/01/30] i386/24737 Socks5 clients die with leaving zombie pr a [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH o [2001/02/01] ports/24778 portmgr "update" target not available in categori o [2001/02/06] gnu/24903 Patch to remove 32bit limit from tar f [2001/02/06] i386/24916 SCSI timeout errors with adv0 driver (Adv o [2001/02/09] kern/24982 stack gap usage o [2001/02/10] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x o [2001/02/12] kern/25037 top doesn't show CPU states (shows zeroes o [2001/02/12] kern/25038 dhcp client could not set hostname on boo o [2001/02/13] kern/25067 adrian able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ f [2001/02/16] kern/25136 Fatal trap 12: page fault while in kernel a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] kern/25213 peter Bus abstraction interface doesn't allow p f [2001/02/19] i386/25214 Installing 4.2, and after the initial set o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca o [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/25] ports/25374 okazaki A new port math/atlas highly optimized BL o [2001/02/28] bin/25461 qa sysinstall's fdisk and disklabel don't wo f [2001/02/28] kern/25464 if_xl.so kld does not work with "options f [2001/03/01] kern/25476 [PATCH] The syscall oldgetkerninfo can re o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/14] misc/25801 imp change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 qa Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc f [2001/03/18] i386/25889 FDISK lost a partition ! o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/20] i386/25958 msmith Xfree86's savage and vesa drivers can pan o [2001/03/22] kern/25986 Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem f [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 emulationnot work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver f [2001/04/01] conf/26275 darrenr ipfilter_enable in rc.conf does not load o [2001/04/02] bin/26307 libc_r aborts when using the KDE media pl o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 mountd breaks IRIX automounter f [2001/04/04] kern/26356 Large copy of files to the machine causes a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 mbr Citrix client no longer reads files in lo o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/11] kern/26501 imp Unsuported PCCARD freeze the kernel in is o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/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/16] kern/26613 ethernet vr0 hangs o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/23] bin/26809 /etc not saved on upgrade o [2001/04/25] bin/26842 dd dump with h flag takes a very long time o [2001/04/25] ports/26848 sobomax jre port core dumps a [2001/04/25] bin/26869 sheldonh vi(1) crashes in viewing a file with long o [2001/04/27] misc/26897 qa 4.3R sysinstall fails to create swap part f [2001/04/27] i386/26903 qa Cannot use DHCP from /stand/sysinstall ne o [2001/04/28] kern/26920 imp PCI autoconfiguration of USB, dc ether, a f [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/30] i386/26985 jkh floppy install 4.3 via FTP hangs o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/01] kern/27020 FreeBSD 4.3RC compiled with an SMP kernel o [2001/05/02] ports/27052 portmgr libtool port broken in 4.3 RELEASE o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding f [2001/05/04] kern/27087 FreeBSD 4.3-RELEASE does not recognize Gi a [2001/05/08] ports/27202 dougb mail/pine sucks rocks when saving over NF o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd o [2001/05/09] kern/27237 Watchdog Timeouts under EXCESSIVE load o [2001/05/09] kern/27242 SIGHUP propagation failure to processes o o [2001/05/10] i386/27247 Panic on install - "page fault syncing di a [2001/05/10] kern/27262 process won't be terminated after CPUTIME a [2001/05/15] ports/27358 znerd Naming scheme for JDK ports (java) o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/17] ports/27419 jhb E-FancyLauncer clones itself over and ove o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u o [2001/06/01] misc/27810 rpc.statd can loop o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/04] ports/27883 bp shares mounted by the smbfs-1.4.1 port ar f [2001/06/05] misc/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/07] ports/27925 portmgr index is not updated when it html manpage o [2001/06/07] ports/27926 portmgr bsd.port.mk does not handle MLINKS with h o [2001/06/07] ports/27929 jmz make extract on x11/XFree86-4 port fails o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] kern/28100 Hang after device probe on EISA machine o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/15] ports/28179 nbm vsftpd port creates a user without a warn o [2001/06/15] misc/28188 Cron is being started to early in /etc/rc o [2001/06/16] kern/28218 A peer of TCP socket cannot detect termin o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/17] i386/28231 /boot/loader can't load kernel on Xyberna o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent f [2001/06/22] misc/28339 roam Slow Disk performance on 4.3 (about half o [2001/06/23] ports/28378 jedgar p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/23] bin/28381 Can't turn off telnet autologin o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/26] kern/28434 cs0's promiscuous mode does not work o [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist f [2001/06/28] kern/28497 dmesg corrupted buffer/output o [2001/06/28] kern/28498 /var/log/messages incorrect o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/06/30] i386/28536 writing to corrupted msdosfs causes kerne o [2001/06/30] bin/28552 EUC support of wcstombs(3) is broken for o [2001/07/01] i386/28592 Please support boot from ATA RAID-0 devic o [2001/07/02] misc/28629 ftpd REST command does not support restar o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/04] kern/28713 luigi NEW IPFW FEATURE [PATCHES]: Dynamic rule o [2001/07/05] misc/28737 D-Link DFE530TX - vr0: Watchdog Timeouts; o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/06] bin/28773 [PATCH] Bug in pw, no $ in username o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] ports/28853 gnome textproc/scrollkeeper doesn't compile o [2001/07/09] kern/28856 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/13] bin/28935 dwmalone syslogd -u doesn't treat * as "all levels o [2001/07/15] i386/28985 Installing FreeBSD 4.3 on a Dell Optiplex o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green multi-user with star o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa a [2001/09/17] ports/30638 ports SQL-Ledger port update o [2001/09/18] kern/30653 brooks KAME option MAX_GIF_NEST missing from /us o [2001/09/18] bin/30654 Added ability for newsyslog to archive lo f [2001/09/18] ports/30663 ports NEW PORT: devel/libCxClient o [2001/09/21] misc/30708 DHCP and multiple interfaces o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/21] ports/30728 portmgr pkg_add causes install of multiple versio o [2001/09/22] kern/30744 UDMA ICRC error results in kernel panic o [2001/09/23] kern/30755 It is impossible to mount CD-ROM in some o [2001/09/23] ports/30767 jmz silly links break XFree-4 port if /usr/X1 o [2001/09/24] i386/30784 4.4 does not install KDE or Gnome+Sawfish o [2001/09/24] kern/30798 contigfree() doesn't o [2001/09/25] kern/30820 sound PCM sound fails o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/26] bin/30837 Sysinstall doesn't set the schg flag on t o [2001/09/27] gnu/30876 tar ignores complaints from gzip o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/09/30] kern/30948 ls'ing mounted brand new floppy locks up o [2001/09/30] kern/30952 kernel panics with 3C905[BC] cards / xl d o [2001/10/01] kern/30958 QUOTA with 0 bytes in quota.user hangs up o [2001/10/01] bin/30959 newfs -i x dumps core for small values of o [2001/10/01] i386/30965 Cyclades Cyclom-Yep causes FreeBSD to han f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter NFS client modification time resolution i o [2001/10/02] i386/30991 pcm in PNP-OS mode vs. non-PNP-OS mode po o [2001/10/02] bin/30993 xxgdb cannot open source file o [2001/10/04] bin/31029 cjc syslogd remote logging back down o [2001/10/04] i386/31035 Smart Array & SMP hangs on Proliant 1600 o [2001/10/04] bin/31045 routed dumps core o [2001/10/04] kern/31046 Linux OpenGL programs do not work under t o [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/06] kern/31084 imp xe driver device probe fails in CIS tuple o [2001/10/06] kern/31085 kernel panic on tftp only pxeboot o [2001/10/07] kern/31102 lge + Pentium III data transmission probl o [2001/10/07] kern/31103 nfs read i/o error when nfs-mounting onto o [2001/10/07] ports/31113 portmgr bsd.ports.subdir.mk: remove NOCLEANDEPEND a [2001/10/08] ports/31143 ports gd does not compile, uses nonexistent ftg o [2001/10/08] kern/31147 Kernel panics (double fault) in some "net o [2001/10/09] misc/31175 4.4 wikk not detect ethernet cards on HP o [2001/10/09] ports/31184 ports Latex2html problem o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/10/10] kern/31203 Cardbus xl driver broken on -CURRENT o [2001/10/11] ports/31216 znerd New port: devel/plist-builder o [2001/10/12] kern/31238 `hpijs' process hangs unkillably in `devb o [2001/10/14] docs/31265 doc crontab(1) doesn't decribe format of allo o [2001/10/14] conf/31280 /etc/rc.network NFS server startup broken o [2001/10/15] bin/31306 sysinstall fails to create non-root parti o [2001/10/17] bin/31339 make's .if processing buggy o [2001/10/18] ports/31352 ports Netsaint check_by_ssh: fcntl(0, F_SETFL, o [2001/10/18] misc/31363 sysinstall "partition editor" silently co o [2001/10/21] kern/31398 cg newpcm does not play back the tail of sou o [2001/10/21] ports/31414 ports gd won't compile on 4.3 f [2001/10/21] ports/31422 ache Does pkg_delete have to erase /usr/local/ f [2001/10/24] kern/31471 Specific IPFW's FWD rule crashes the kern o [2001/10/24] i386/31481 FreeBSD does Not find disk drives with Co o [2001/10/25] kern/31492 Panic in sysctl_remove_oid. o [2001/10/25] ports/31494 ache mod_perl fixes for apache13 port o [2001/10/26] ports/31511 obrien g++30 produces binaries which SIGBUS when o [2001/10/26] kern/31515 Use of USB Keyboard crashes 4.4 during in o [2001/10/26] ports/31527 dwcjr "reject_unknown_client" configuration pro a [2001/10/27] kern/31530 Fatal trap 12 when reading from DVD. o [2001/10/28] ports/31567 ports tgif -print fails to create temp files o [2001/10/29] kern/31586 archie netgraph bridges cause connectivity probs o [2001/10/29] kern/31597 pcm_addchan incorrectly adds vchans to PC o [2001/10/29] ports/31605 kde kmail cannot decrpyt/encrypt/verify gnupg o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/10/31] kern/31659 n_hibma USB controller driver will die after some o [2001/10/31] bin/31661 jasone pthread_kill signal handler doesn't get s o [2001/10/31] misc/31670 Wide-Ultra 10k SCSI 3 drive is not recogn o [2001/10/31] bin/31678 A bug in handling an error reading a CD-R o [2001/11/01] ports/31688 java JDK 1.3.1 Update for Sun's Java Communica o [2001/11/01] ports/31689 java JDK 1.3.1 update for FreeBSD/Java Commapi f [2001/11/01] bin/31692 2872-or-less-byte ftp binary transfer fro o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap f [2001/11/03] misc/31736 DMA mode not possible switching to PIO mo o [2001/11/03] kern/31746 failed connect(2) seems to cause problems o [2001/11/04] ports/31767 ports Fix glide3 includes for DRI compile o [2001/11/05] kern/31768 darrenr Use of fastroute in IPFilter reboots the o [2001/11/05] i386/31771 brian PPP compares CHAP81 response case sensiti o [2001/11/05] kern/31790 problem with NFS and jail() o [2001/11/05] ports/31793 billf snmpd loops on udp.ipv6UdpTable.ipv6UdpEn o [2001/11/06] kern/31804 Clearing PME mode kills network performan o [2001/11/07] ports/31819 jmz ports/ispell install doesn't work o [2001/11/07] bin/31835 dhclient doesn't close FD's before spawni o [2001/11/07] bin/31837 sysinstall change mountpoint o [2001/11/07] kern/31839 mdodd ex0 panic if NIC not cabled a [2001/11/07] ports/31840 portmgr package naming inadequation (gnome vs gtk o [2001/11/07] i386/31845 Toshiba Satellite 2105CDS won't boot Free o [2001/11/08] i386/31850 panic: allocdirect_check o [2001/11/08] bin/31860 read wont timeout on sockets if using thr o [2001/11/08] misc/31864 system header file attempts to redefine a o [2001/11/09] ports/31893 des gnats-3.113.1 conflicts with /usr/bin/sen o [2001/11/12] gnu/31929 GNU Tar shipped with FreeBSD handles rela o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/13] i386/31967 reboot/shutdown hangs on Sony VAIO 505 w/ o [2001/11/14] kern/31979 Setup and boot locks Compaq Armada E500 l o [2001/11/17] ports/32063 znerd patch for /usr/ports/java/linux-jdk about o [2001/11/17] bin/32072 setuid w/o immutable flag o [2001/11/18] kern/32098 semctl() does not propagate permissions o [2001/11/19] kern/32118 21143 with dc driver will not select 10ba o [2001/11/19] ports/32121 jmz xf86cfg 4.1.0 writes bad "Chipset" value o [2001/11/20] kern/32124 Cannot set 128 bit wep key on prism2 (wi0 a [2001/11/21] ports/32164 skv New port: p5-XML-SAX-Simple-0.01 f [2001/11/21] bin/32175 green ssh-keygen -p core dumps o [2001/11/22] misc/32194 Adaptec SCSI RAID 2100 fails by reboot o [2001/11/22] bin/32205 brian PPP login fails in LCP negotiation on opt o [2001/11/23] ports/32223 ports Port databases/mysql-jdbc-mm is quite out o [2001/11/23] kern/32226 time of day clock runs fast (approx twice o [2001/11/23] ports/32234 portmgr Perl ports not $LOCALBASE clean o [2001/11/24] kern/32256 System crash/reboot when deleting file on o [2001/11/24] bin/32261 dump creates a dump file much larger than o [2001/11/26] alpha/32289 alpha memory management fault o [2001/11/26] bin/32295 pthread dont dequeue signals o [2001/11/26] misc/32296 dwmalone brk() has illegal prototype o [2001/11/26] misc/32297 sound Scratchy sound, bad hiss with ALS4000 bas f [2001/11/27] kern/32331 system panic in quotaoff o [2001/11/27] kern/32338 Network to disk write performance low und o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/28] gnu/32365 obrien gcc optimiser bug with -O -march=i686 o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/11/29] ports/32382 znerd 'ant' doesn't work if JAVA_HOME not set o [2001/11/29] ports/32383 sobomax 'javavm' doesn't work if more than 1 argu o [2001/12/01] bin/32432 /etc/rc.diskless2 borken in stable. o [2001/12/03] ports/32465 ports emulators/vmware2 doesn't build o [2001/12/03] ports/32471 ports amavis-perl only usable for sendmail o [2001/12/03] ports/32476 skv New port: oracle7-client o [2001/12/03] ports/32477 skv New port: p5-DBD-Oracle-1.12 o [2001/12/03] ports/32491 ports XF86 4.1.0 DPMS not functioning o [2001/12/04] ports/32524 kde Port build failed: x11-toolkits/qt23 o [2001/12/05] ports/32529 kde Konqueror 2.2.2 refuses to follow some li o [2001/12/06] kern/32556 sound system crashes when unloading sound modul o [2001/12/06] ports/32558 olgeni www/sitecopy is broken o [2001/12/07] ports/32589 dirk mod_php4 configure script fails o [2001/12/07] bin/32591 assar The memory block doubly freed in Heimdal o [2001/12/08] kern/32600 luigi [PATCH] incorrect handling of parent rule o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/08] misc/32631 installing 4.4 "mounting root from ufs:/d f [2001/12/08] ports/32637 ports Can't make install ja-mozilla-jlp-0.9.6, o [2001/12/09] ports/32639 ports freeamp: preference AllowMultipleInstance o [2001/12/09] ports/32663 kde kdelibs2 port potentially conflicts with o [2001/12/10] kern/32668 peter NFS directory removal problems manifested o [2001/12/10] ports/32669 sobomax mpg123 can't play mono mp3 file after ste o [2001/12/10] ports/32670 sobomax mpg123: -b doesn't work f [2001/12/10] bin/32686 wosch locate command dumps a core file with bro o [2001/12/11] misc/32699 Tulip ether card EN2242 (if_dc.c) use wro o [2001/12/11] ports/32700 assar inode changes for large o [2001/12/11] kern/32716 system hangs when running vid (usb webcam o [2001/12/11] bin/32717 brian ppp(8) change mss to wrong size o [2001/12/12] bin/32759 [PATCH] make(1) System V include behaviou o [2001/12/12] misc/32760 Please MFC /usr/include/malloc.h to -STAB f [2001/12/12] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol o [2001/12/13] kern/32797 Problem with IPX and netgraph(4) o [2001/12/13] ports/32800 dec gated dies on ppp interface up/down o [2001/12/13] ports/32805 ports The apache2 port overwrites configuration o [2001/12/13] kern/32809 yet another panic while syncing disks aft o [2001/12/13] bin/32817 tobez Base system includes outdated CGI module o [2001/12/14] kern/32827 small SO_RCVTIMEO values are taken to be o [2001/12/14] ports/32832 kde Kmail 1.3.2 / kde 2.2.1 / PGP 6.5.8 - kma o [2001/12/14] ports/32844 kde exiting konq term emulator causes crash o [2001/12/16] ports/32903 ports Kernel panic when returning from single m o [2001/12/16] ports/32922 trevor ports/devel/bin86 won't build with umask o [2001/12/16] misc/32924 dmlb raylink driver having problems receiving o [2001/12/17] ports/32943 ports PostgreSQL port broken o [2001/12/18] ports/32963 skv New port: p5-Class-ISA-0.32 o [2001/12/18] ports/32965 skv New port: p5-Class-BlackHole-0.03 o [2001/12/18] ports/32966 skv New port: p5-Ima-DBI-0.26 o [2001/12/18] ports/32967 skv New port: p5-Class-WhiteHole-0.03 o [2001/12/18] ports/32968 skv New port: p5-Class-DBI-0.36 o [2001/12/18] ports/32970 skv New port: p5-XML-DBMS-1.01.3 o [2001/12/18] ports/32974 skv New port: p5-Math-SimpleVariable-0.03 o [2001/12/18] ports/32975 skv New port: p5-Math-LinearCombination-0.03 o [2001/12/19] ports/33001 skv New port: p5-PodParser-1.18 o [2001/12/19] ports/33002 skv New port: p5-Pod-POM-0.11 o [2001/12/21] kern/33074 joe USB printer support does not detect print o [2001/12/21] ports/33080 ume grkrellmvolume interferes with the abilit o [2001/12/21] ports/33082 ports audio/mxv fails to compile o [2001/12/22] kern/33085 jlemon Samba's NMBD cannot find alias interface o [2001/12/22] bin/33087 ume No automatic ipf setup for IPv6 o [2001/12/22] ports/33093 jdp cvsup SNAP_16_1e breaks by SIGILL during o [2001/12/24] kern/33138 pnp problem in 4.3, 4.4, 4.5 o [2001/12/24] kern/33143 Kernel panic in uhci_abort_xfer_end o [2001/12/24] bin/33155 green [PATCH] sshd can leave hanging processes o [2001/12/25] ports/33170 ports zip -T [zip file] fails with message abou o [2001/12/26] kern/33201 net/net_osdep.c:if_name is broken o [2001/12/26] kern/33206 sound Soundcard f [2001/12/26] misc/33213 ume rarpd fails to init IPv6 enabled interfac o [2001/12/27] kern/33234 luigi dummynet localhost pipe causes machine to o [2001/12/27] bin/33235 find terminates with "find: fts_read: Per o [2001/12/29] misc/33315 pthread_key_create does not zero out the o [2001/12/30] kern/33344 memory leak in device resource config loa o [2001/12/30] kern/33346 jhb Kernel panic with SMP kernel o [2001/12/30] kern/33353 panic at odd times...idle, under no load, o [2001/12/30] misc/33370 Post configuration issue o [2002/01/01] ports/33440 ports Ports can not resume an interrupted downl o [2002/01/01] ports/33443 reg gettext-0.1.0.35 broken with new autoconf o [2002/01/01] ports/33447 gnome Galeon cannot access secure pages without o [2002/01/02] kern/33464 dillon soft update inconsistencies after system o [2002/01/02] ports/33482 ports New port for gimp-print o [2002/01/03] bin/33515 amd incorrectly handles multi-homed nfs s o [2002/01/03] ports/33519 portmgr make index fails if PERL_VERSION is 5.6.1 o [2002/01/03] ports/33522 jkh Cvsupit out of date, RELENG_4 or RELENG_4 o [2002/01/04] pending/33532sound Playing audio on some soundcards with pcm o [2002/01/04] kern/33535 invalid kernel diagnostic while writing d o [2002/01/04] bin/33537 savecore cannot save kernel core if it's f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories f [2002/01/05] kern/33578 FreeBSD panics when accessing encrypted D o [2002/01/06] ports/33614 ports port devel/pike is out of date ! o [2002/01/07] ports/33643 vanilla irssi port: broken Perl support o [2002/01/07] ports/33650 kde py-numeric, koffice, others are hard code o [2002/01/07] kern/33653 DSL PPPoE connection error on 4.5-PRERELE o [2002/01/07] ports/33667 ports [PATCH] mozilla locale description still o [2002/01/07] ports/33671 gnome galeon-1.0.2 fails to compile on FreeBSD o [2002/01/07] misc/33672 sheldonh telnetd and mount_mfs signal handlers cal f [2002/01/08] ports/33680 okazaki /usr/ports/graphics/aalib fails to compil o [2002/01/08] kern/33712 joe Duplicate make_dev panic in ugen.c + patc o [2002/01/09] misc/33723 select(2) implementation in threaded (-lc o [2002/01/09] kern/33738 argv == NULL is not handled correctly by o [2002/01/10] bin/33770 ftpd performs an infinite loop after send f [2002/01/11] misc/33785 alfred Accept Filtering Stops Answering o [2002/01/11] ports/33795 ports [PATCH] quakeserver questionable file own o [2002/01/12] conf/33810 /etc/ttys: document how to make console i o [2002/01/13] kern/33833 Correct kernel config for 4.4-RELEASE is o [2002/01/13] kern/33839 joe usb0: host controller halted (involving A o [2002/01/13] alpha/33841 alpha ifconfig causes unaligned accesses on Alp a [2002/01/13] bin/33846 yar 4.5RC1: ftpd dies with SIGSEGV after ABOR o [2002/01/13] ports/33848 ports CUPS doesn't find parallel port o [2002/01/13] conf/33855 gshapiro freebsd.mc enables relay_based_on_MX: ope o [2002/01/14] ports/33878 ports perl 5.6.1 port doesn't run h2ph o [2002/01/14] bin/33881 adduser additions: selectable crypt schem o [2002/01/15] ports/33924 ports firebird-devel build fails - can not appl o [2002/01/15] ports/33925 ports update port www/cgi-lib o [2002/01/15] ports/33927 ports ja-dvipdfm port requires texmf/dvips/base o [2002/01/15] ports/33929 doc Section 15.15 of the FreeBSD Porter's Han o [2002/01/15] ports/33931 mbr trouble installing StarOffice 5.2 over li o [2002/01/16] kern/33940 quotactl allows compromise gid-quotas o [2002/01/16] ports/33972 ports stow upgraded (fixes serious bug re delet o [2002/01/16] kern/33974 Can not record anything with emu10k1 on 4 f [2002/01/17] kern/33978 can't kill process o [2002/01/17] i386/33986 sound SMP and audio causes hard lockups (random o [2002/01/17] ports/34006 ports new port: x11/fspanel o [2002/01/17] bin/34007 pkg_create -b forgets to include install o [2002/01/17] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] kern/34020 programs fail that poll(2) on fifos o [2002/01/18] pending/34021 Request to add ukrainian whois server to o [2002/01/18] bin/34022 dwmalone syslog(3) clobbers static storage used by o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w o [2002/01/18] pending/34031 hang with linux emulation in 4.5-RC o [2002/01/18] bin/34032 make fails to evaluate some reasonable co o [2002/01/18] i386/34033 Suspend doesn't work on Dell Latitude CPx o [2002/01/18] ports/34056 ports vmware2 complains of missing file o [2002/01/19] ports/34066 ports Port update: x11-fm/afterstep o [2002/01/19] bin/34072 semenu corrupted transfers on mounted ntfs parti f [2002/01/19] misc/34073 3com 3c980c runs "bursty" / freezes-unfre o [2002/01/20] ports/34089 ports Maintainer-update: misc/libmcal causes er o [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/20] ports/34099 java /usr/ports/java/jdk13 fails to build o [2002/01/21] ports/34110 des linux-opera TP3 doesn't work o [2002/01/21] ports/34124 gnome gnucash 1.65 doesnt build o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/21] ports/34153 andreas The apsfilter configure script adds bzip2 o [2002/01/22] ports/34188 ports security/p5-Authen-PAM o [2002/01/23] kern/34205 joe detect USB memory device, But can not use o [2002/01/23] ports/34212 cpiazza Segmentation fault in audio/gmixer o [2002/01/23] ports/34213 ports New Port: (ignore previous) lang/kawa Jav o [2002/01/23] ports/34214 ports New Port: lang/kawa Java Based Scheme Imp o [2002/01/24] kern/34228 Dual processor machine hangs at reboot o [2002/01/24] kern/34242 Off-by-one bug in /usr/src/sys/crypto/sha o [2002/01/24] ports/34245 gnome [patch] devel/gnomevfs doesn't compile wi o [2002/01/24] gnu/34246 joe CVS doesn't rebuild CVSROOT/options o [2002/01/25] ports/34263 dirk auto{conf,make,header} problem with lyx-1 o [2002/01/25] kern/34266 SMP does not work on CPQ0579 System board o [2002/01/25] i386/34267 semenu FreeBSD hangs and reboots when overloaded o [2002/01/25] bin/34269 tcpdump -v incorectly identifies packets o [2002/01/25] misc/34270 man -k could be used to execute any comma o [2002/01/25] ports/34294 gnome libiconv port tries to install stuff in t f [2002/01/26] kern/34306 gibbs 4.5-RC panics on boot with half-supported o [2002/01/26] ports/34308 ports perl build fails due to locales (*.ISO885 o [2002/01/26] ports/34313 ports Security: unbreak french/xtel o [2002/01/26] ports/34318 se ports/games/rt2-demo-files/do-install has o [2002/01/27] ports/34329 obrien [patch] unbreak lang/nawk o [2002/01/27] ports/34332 nik print/jadetext fails to build with TeX er f [2002/01/27] ports/34347 knu portupgrade (latest) dies on TypeError f [2002/01/27] ports/34363 dinoex openssh-portable does not support modern f [2002/01/28] ports/34388 knu portupgrade 20020128 won't upgrade since s [2002/01/28] misc/34390 roam incorrect error with getaddrinfo with hos o [2002/01/29] ports/34402 ports librsvg port broken o [2002/01/29] ports/34407 ports libwmf port broken o [2002/01/29] ports/34409 ports prc-tools from ports fails to compile on f [2002/01/29] i386/34422 crash system wnen kill pppd with reattach o [2002/01/29] ports/34431 gnome gnomedb-0.2.95 fails to build o [2002/01/30] ports/34436 ports /usr/libexec/ld-elf.so.1: Shared object " o [2002/01/30] ports/34444 ports Python 2.2 fails to find socket symbol o [2002/01/30] misc/34458 green 4.5S/sshd forwarding problems o [2002/01/30] ports/34467 portmgr bsd.port.mk is broken WRT USE_AUTOCONF_VE o [2002/01/31] ports/34480 jmz system hangs after killing xinit o [2002/01/31] ports/34510 knu ruby hardcodes /usr/local $LOAD_PATH, ign o [2002/01/31] ports/34512 ports [PATCH] Fix linking errors in deskutils/m o [2002/01/31] ports/34516 ports /usr/ports/misc/compat3x package doesn't o [2002/01/31] ports/34517 ports /usr/ports/misc/compat4x package doesn't o [2002/01/31] ports/34518 trevor WRKDIRPREFIX in /etc/make.conf causes lin a [2002/02/01] conf/34535 sheldonh mailnull and smmsp should be in /etc/ftpu o [2002/02/01] i386/34536 accept() blocks other threads o [2002/02/01] bin/34539 [PATCH] fsck(8) doesn't account for negat o [2002/02/01] kern/34544 Kernel crash on fclose() of /dev/kbd1 whe o [2002/02/02] ports/34558 sobomax wxgtk-devel port broken o [2002/02/02] ports/34562 knu pkg_tarup-1.2_3 has invalid distinfo name o [2002/02/02] misc/34568 turning printer on and off hangs the comp o [2002/02/02] kern/34569 kernel panic. Related to softupdate o [2002/02/03] ports/34584 ports New port: mail/nocc (A webmail system bas o [2002/02/03] bin/34586 burncd -t blank blanks CD o [2002/02/03] i386/34588 read-prefetch on VIA 686B IDE causes hang o [2002/02/03] ports/34593 anders minicom-2.00.0 does not build when autoco o [2002/02/03] ports/34599 ports Imagemagick a [2002/02/03] bin/34601 sheldonh bc(1)'s multi-line file parsing problem o [2002/02/04] bin/34604 restore fails with "Changing volumes on p o [2002/02/04] i386/34607 peter incorrect PAP authorization in pppd o [2002/02/04] kern/34619 TCP - FINs with different sequence number o [2002/02/04] ports/34625 ports [PATCH] Update Ada 95 compiler to 3.14p o [2002/02/05] ports/34636 ports XmHTML does not build: debug.c:113: initi o [2002/02/05] ports/34648 ports system hangs if you 'shutdown now' while o [2002/02/06] ports/34661 ports lang/gcl fails to compile o [2002/02/06] ports/34664 gnome Build of GNumeric/Bonobo has hidden depen o [2002/02/06] kern/34672 NEWCARD panic. o [2002/02/06] kern/34677 burncd does not work with USB CDRW o [2002/02/06] bin/34682 scanf/sscanf doesn't understand %lld o [2002/02/06] ports/34683 dwcjr samba doesn't include cups dependency by o [2002/02/06] i386/34684 sysinstall core-dumped o [2002/02/07] ports/34691 ports new port for sfs - the self-certifying fi o [2002/02/07] ports/34692 ports typing error in bsd.port.mk o [2002/02/07] ports/34705 gnome Galeon 1.0.3 won't build with mozilla 0.9 o [2002/02/07] ports/34710 ports Add CONFLICT= (like BROKEN=) to bsd.port. o [2002/02/07] ports/34715 nakai x11-wm/xfce broken due to missing -liconv o [2002/02/07] bin/34725 sos burncd cannot write audio file as the 1st o [2002/02/07] bin/34727 ``/bin/mkdir -p /'' fails o [2002/02/08] ports/34730 ports new port qmail-scanner - a virus-scanning o [2002/02/08] ports/34734 ports There is no pngquant port o [2002/02/08] misc/34739 [BROKEN] The FreeBSD PR submission system o [2002/02/08] bin/34741 pkg_info -R gives empty output o [2002/02/09] kern/34764 cisco aironet driver freezes with toshiba o [2002/02/09] kern/34765 Unloading the ipl.ko module will panic th o [2002/02/10] kern/34801 TCP window size bug (afflicting IP Filter o [2002/02/10] ports/34803 ports lftp broken (not the port, but the app) o [2002/02/10] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] ports/34829 ports new port: pisg 0.36 o [2002/02/11] ports/34838 ports databases/mysql323-client fails to instal o [2002/02/11] misc/34842 VmWare port + NIS causes "broadcast storm 846 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1995/01/11] i386/105 Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def f [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong o [1996/11/04] ports/1961 dinoex [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 tegge vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d s [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) f [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO f [1997/04/07] ports/3225 dinoex [PATCH] uucpd.c should normalize host nam o [1997/04/14] bin/3284 mikeh [PATCH] symorder(1): -t option doesn´t wo a [1997/05/08] gnu/3552 the -L option of tar does not work proper f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk f [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/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 roberto find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta f [1997/09/13] kern/4528 processes hang if the mount_portal proces o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 qa Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p f [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT a [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/11] gnu/5982 no error exit code from tar on child fail f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl f [1998/03/30] bin/6176 running architextSearch (excite) under li f [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i a [1998/04/16] misc/6320 mike Sometimes nohup isn't good enough. o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 joe Kernel version strings need to relate to f [1998/05/11] i386/6595 Old IP address persistent after change f [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper cd9660_mount NULL pointer deref for no CD f [1998/06/06] kern/6874 accounting prevents transition to multi u 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 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/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 qa Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). f [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c s [1998/08/22] kern/7722 Changes to acct format o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/08] bin/7860 gad Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) f [1998/10/12] bin/8295 order of options in printcap causes some f [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> f [1998/11/08] kern/8604 ps u gets confused about process start ti f [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/27] i386/8867 qa /stand/sysinstall core dumps (signal 11) o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 kris pax can't read tar archives that contain f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/04] bin/9318 vgrind(1): no JAVA support a [1999/01/05] bin/9333 jkoshy timestamp dump's progress f [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts f [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. f [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 cg Generic AD1816 sound suport in Luigi's pc o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [1999/02/26] bin/10283 Race condition in rc.network o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. s [1999/03/15] bin/10601 iedowse Ownership of symlinks copied by adduser a o [1999/03/15] i386/10608 add Opti Viper-M PCI ID f [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/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 f [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/04/03] bin/10931 biff b o [1999/04/05] ports/10965 ports lcc-3.6 unable to compile anything o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag f [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] bin/11248 Shuffle o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM 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 f [1999/05/30] kern/11945 mjacob tape problems on -stable, mt bl(ocksize), f [1999/05/31] kern/11968 kldload should call module entry point be f [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/18] bin/12280 jdp LD_IGNORE_MISSING_OBJECTS not honored for f [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/21] conf/12324 qa Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std f [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/28] conf/12432 dougb empty amd_flags causes start failure in r o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics o [1999/07/20] kern/12723 des Unnecessary use of magic numbers in F_[SG o [1999/07/25] bin/12801 nvi infinite recursion with options "left o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, f [1999/08/04] kern/12966 wpaul receiver lockups in vr0 driver f [1999/08/05] bin/12982 keramida last does not support -y option. f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. f [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/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 f [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 green sshd does not print before motd o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed f [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil o [2000/06/06] ports/19051 asami New target for bsd.port.mk : fetchdepends f [2000/06/06] bin/19057 offer of patch to uname that produces pre o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] gnu/19327 Fix to build 'a.out' binary. o [2000/06/19] misc/19391 emulationEvilness with Linux Terminus, causes X to o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr a [2000/06/21] bin/19422 mikeh users can overflow argv to make ps segfau 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/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup s [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19591 issei ssh2 port ignores 'ignorenologin' from lo o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/06] gnu/19733 mp GDB 4.18 is not GDB 4.18 o [2000/07/07] kern/19756 Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 ambrisko Run Fit it floppy from serial port o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 alfred select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/18] gnu/20004 FBSD4 gcc __attribute__(constructor) not o [2000/07/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] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide 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] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 Can't make only cd0 under 4.1-STABLE o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. 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 a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 patrick New port of cgoban2 o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE s [2000/08/22] conf/20774 dougb 'NFS access cache time=2' is not a daemon o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] 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/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/29] kern/20927 ume dmesg output: looutput: mbuf allocation f o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/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 dwmalone top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c o [2000/09/12] kern/21222 dillon wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 mbr vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/22] misc/21494 yar ftpd can't handle /etc/chroot entries wit o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q o [2000/09/28] ports/21621 portmgr Update port: devel/libtool to 1.3.5 f [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/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/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] ports/21765 portmgr I cat't make ports using pw_gid) != typeof(group->g o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change f [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) s [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] bin/22612 crontab -e failures o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] bin/22730 fenner tcpslice doesn't handle long file offsets f [2000/11/14] conf/22859 darrenr rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 yar [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] bin/22933 green Typographical error in ssh.1 f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/23] conf/23063 ru [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser f [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 a [2000/11/26] kern/23123 yar IP options reveal IPstealth mode. Just t o [2000/11/27] misc/23148 getopt(3) works non-intuitively? o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same 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 a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/04] ports/23287 portmgr allow system-local patches for ports o [2000/12/05] kern/23304 POSIX clock_gettime, clock_getres return f [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B f [2000/12/07] misc/23362 fenner tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB o [2000/12/09] conf/23402 sysinstall upgrade ought to check partiti o [2000/12/09] ports/23410 obrien [PATCH] FreeBSD throws away information o o [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 Merge libgcc_r with libgcc o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois f [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa o [2000/12/22] misc/23766 /etc/periodic/daily/440.status-mailq does o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages a [2000/12/28] bin/23912 sheldonh underflow of cnt in vs_paint() by O_NUMBE o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro o [2001/01/04] bin/24066 mp gdb can't detach from programs linked wit o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/07] misc/24132 mp gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 sound emu10k1 has trouble playing non-44.1KHz s o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. a [2001/01/14] misc/24324 phantom Greek console support o [2001/01/15] ports/24361 asami wrong filemodes o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco o [2001/01/18] bin/24435 Changing slice type causes Auto-partition o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us o [2001/01/21] misc/24513 peter new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24569 PATCH for PPPD o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 yokota Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r f [2001/02/04] gnu/24844 gdb does not support Linux threads a [2001/02/05] docs/24869 keramida Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 qa Options screen at MenuMedia menu problem o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 asami Emacs ports have misleading names o [2001/02/10] ports/24987 nbm New port: Courier mail server. o [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu a [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/13] bin/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] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s o [2001/02/21] ports/25251 dima acroread4 uses hard coded path for lpr f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all f [2001/02/21] kern/25275 X server freezes system randomly on pentu f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25313 wosch Script source displayed at http://www.nl. o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) o [2001/02/26] docs/25405 wosch misleading warning from catman(1), etc. a [2001/02/27] ports/25419 ports Difficulties installing print/teTeX port o [2001/02/27] kern/25445 kernel statistics are displayed in wrong a [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir f [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le f [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch s [2001/03/01] bin/25474 iedowse 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 phantom missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/03] kern/25517 ARP cache timeout behavior can be improve o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD o [2001/03/05] ports/25564 obrien Port ups-debug doesn't build on the alpha o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with s [2001/03/07] bin/25584 arp.c - better printed ether address s [2001/03/07] bin/25587 des Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil o [2001/03/09] misc/25635 gad lpr -# didn't work on network printer a [2001/03/11] ports/25708 dougb pine4 port hard-code /usr/local/include a [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/12] ports/25763 shige XV fails to refresh properly on image dis o [2001/03/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num f [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui f [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 des Changing zone(9) man page o [2001/03/22] kern/26016 VMWare is crash on SMP machine f [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent f [2001/03/27] misc/26153 sed G does not double space o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no 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/26297 ports New port: devel/florist o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 dillon Defaults for NFS mounts over TCP are slow o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] kern/26385 VMWare reboots entire system after starti f [2001/04/08] kern/26437 Kernel Panics on SMP box when subjected t o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/15] bin/26602 RELENG_4 ssh/sshd modifies the 'erase' ch o [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] misc/26636 If /etc/ttys goes empty, init(8) never re o [2001/04/17] kern/26644 sos [PATCH] ATA/ATAPI driver doesn't implemen a [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26653 RTL8012 ethernet not listed in LINT or ha o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] misc/26678 Correction of: misc/26521 o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] docs/26692 rnordier boot manpage describes bootfile prompt in o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/19] misc/26720 Both .cshrc and .profile should have the o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement f [2001/04/22] misc/26763 darrenr installing ipfilter sample files to share o [2001/04/22] kern/26787 dd sysctl change request o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] kern/26800 wpaul Support for Netgear MA-301 wireless o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/25] bin/26854 Better fix for ESS Technology Maestro-2E o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v s [2001/04/26] ports/26882 kde KDE should use ca-roots port for SSL cert a [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] kern/26885 keichii add if_xe as kernel module o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 qa sysinstall' fdisk can ONLY set bootable f o [2001/04/29] bin/26943 [patch] description of :C modifier is mis o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] misc/27039 new syscons screensaver a [2001/05/02] docs/27040 dougb rc(8) and syscons(4) talk about rc.conf.l o [2001/05/02] misc/27041 modify src/release/Makefile to make anoth f [2001/05/03] bin/27063 darrenr /sbin/ipfs missing f [2001/05/03] conf/27070 darrenr save/restore IP Filter's state tables at o [2001/05/04] ports/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs o [2001/05/06] ports/27167 ports ETHOberonV4 won't run a [2001/05/07] ports/27182 mharo Teach portlint to recognize RUN_DEPENDS=$ o [2001/05/07] ports/27187 jmz add linux ioctl handler to dri xf86-403 c o [2001/05/07] bin/27188 fix of rsh non-interactive mode behaviour o [2001/05/07] misc/27190 Day light savings in Mexico. o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/08] i386/27216 qa Can not get to shell prompt from serial c o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r o [2001/05/12] ports/27291 jim Bluefish port doesn't build mo files o [2001/05/12] bin/27294 paul pkg_update disregards suffixes (portrevis o [2001/05/13] i386/27306 mp hw watchpoints work unreliable under gdb o [2001/05/14] misc/27311 jasone pthread_attr_setscope always fails o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/15] kern/27342 change-request o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/17] bin/27423 change request o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] ports/27473 jmz when I install the package XFree86-4.0.3_ f [2001/05/22] ports/27542 sobomax xmps should not require gnome a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/26] misc/27677 miss BIND name server library o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken o [2001/05/31] gnu/27803 Enhancement to sort(1) a [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/01] misc/27816 rpcgen -b generates server code which doe o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc o [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe o [2001/06/02] ports/27838 keichii dot.emacs is 600 s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/06] ports/27903 peter Update: www/transproxy o [2001/06/06] docs/27915 doc man 5 passwd does not properly explain th o [2001/06/06] docs/27919 n_hibma missing usb man pages o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 a [2001/06/08] ports/27956 ports New port:A messenging client supporting A a [2001/06/08] conf/27959 imp Add cygwin termcap entry o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod a [2001/06/11] conf/28078 /stand/sysinstall skips distro selection a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/13] ports/28121 sobomax New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona a [2001/06/15] bin/28171 des [PATCH] to support a HTTP_REFERER env var a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 pirzyk ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] misc/28255 picobsd documentation still references ol s [2001/06/18] kern/28260 UIO_MAXIOV needs to be made public a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/20] bin/28294 dump of vinum based file systems by devic o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/21] ports/28332 dwcjr Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco a [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction o [2001/06/26] ports/28432 obrien [patch] comms/conserver fails with MD5 pa o [2001/06/26] bin/28435 [patch] allow newsyslog to signal process f [2001/06/27] i386/28444 qa instal.cfg; setting tryRTSOL=NO does not o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input a [2001/06/27] misc/28455 GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/06/29] ports/28526 nakai x11-wm/icewm can't show the CPU status wi o [2001/06/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' f [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/06/30] docs/28555 doc [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] ports/28680 portmgr pkg_update complains about missing REQUIR o [2001/07/03] kern/28681 ATAPI MO drive support o [2001/07/03] ports/28682 portmgr Some port install builds fail if silent ( o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/05] ports/28717 billf net/net-snmp stop enumerate interfaces wh a [2001/07/05] ports/28758 roam New port: security/apg o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/07] ports/28803 obrien ports/comms/conserver does not support ## o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/08] bin/28820 tar and cpio cannot deal with files > 2GB o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t o [2001/07/13] kern/28947 jasone dup2 closing pthread file descriptor a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma o [2001/07/14] i386/28975 mjacob RocketPort problems a [2001/07/14] kern/28976 yar ddb doesn't understand ctrl-u o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 o [2001/07/16] ports/29009 dburr fsgs port installs cfg file with wrong pa o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 At loading notebook pccardd not correctly o [2001/07/19] docs/29088 phk jail(8) man page has innacurate instructi o [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/19] bin/29090 add `no_rip_out' option to routed o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis a [2001/07/21] ports/29137 cy Brand New Tripwire-2.3.1 Port o [2001/07/22] docs/29143 doc List of man pages that need to be written o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] ports/29163 jmz XFree86-4 port should register XFree86-4- o [2001/07/23] bin/29164 maxim [PATCH] lack of 'Do not fragment' flag in f [2001/07/23] docs/29166 tomsoft Flaw in growfs(8) manpage o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/23] bin/29175 tmm [PATCH] rpcgen(1) and inetdflag/pmflag su o [2001/07/23] bin/29177 [PATCH] rpc client create functions with o [2001/07/24] ports/29199 sobomax jdk12beta port should register open-motif o [2001/07/25] ports/29219 bp smbfs-1.4.1 don't compile o [2001/07/25] ports/29223 portmgr cyrus-imapd and postfix master.8 manpage o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/26] ports/29248 jmz XFree86 4.1 hangs with an i815 chip while o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not o [2001/07/27] ports/29267 nbm Update the svscan.sh startup script for d a [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/29] ports/29298 cpiazza Installation of documentation for vcdgear o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar f [2001/07/29] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/30] gnu/29331 still documented broken options in gcc ma f [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/07/31] kern/29355 adrian [patch] lchflags support o [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 [PATCH] newsyslog can support time as ext o [2001/08/01] conf/29364 imp please add STI Flash 5.0 to pccard.config o [2001/08/02] ports/29392 portmgr Small built-time glitch in Makefile for a o [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] kern/29499 dwmalone it is not possible to send creditionals f [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/07] ports/29528 dburr Update misc/tvguide to 0.9.0 o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 f [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation f [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/11] kern/29621 n_hibma Missing man page for ulpt o [2001/08/11] ports/29638 green [patch] upgrade security/cfs a [2001/08/12] i386/29639 murray entry for zip 250 drives in /etc/disktab o [2001/08/13] bin/29675 lint fails on stdio.h f [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work f [2001/08/14] ports/29712 dwcjr New port : muttprint - fancy printing for o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d o [2001/08/15] ports/29732 sobomax linking error f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a f [2001/08/17] docs/29807 dd [PATCH] XFREE86_VERSION is undocumented f [2001/08/17] ports/29836 ports New port: cyrus-imspd f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm o [2001/08/18] ports/29851 kuriyama ports/textproc/cocoon has a checksum erro f [2001/08/18] ports/29856 portmgr make extract of cyrus did an install of c o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/19] kern/29875 CURRENT driver for Tekram DC395X and DC31 o [2001/08/19] ports/29876 portmgr bsd.port.mk: MLINKS Description wrong o [2001/08/19] ports/29883 markm Update textproc/par to 1.53 o [2001/08/20] misc/29893 qa suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 markm pam_unix patch, which uses loginclass pas a [2001/08/20] docs/29902 www Mozilla package URL problems o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29924 ports remove port smalleiffel-0.76.b4 o [2001/08/21] ports/29929 ports wginstall.pl script chokes on calculated o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak o [2001/08/22] kern/29962 sent broadcast packets get spurious 4 byt a [2001/08/22] ports/29969 gnome gnomedb does not build a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/23] ports/30012 dirk mod_php4 does not build on 4.4 with apach o [2001/08/24] kern/30052 dc(4) driver queues outgoing pkts indefin a [2001/08/24] bin/30054 mike ftp(1)'s fetch.c could easily have vhost o [2001/08/25] docs/30082 jkoshy Dead URL on website o [2001/08/27] ports/30148 portmgr devel/libtool: shared libs with compaq-cc o [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] ports/30166 ports ports/net/nettest2001 o [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] ports/30196 portmgr HTTP_PROXY (and FTP_PROXY) in /etc/make.c o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl o [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe o [2001/08/30] misc/30224 No irq - PCI wi card doesn't allow interu o [2001/08/30] ports/30225 nectar mozilla 0.93 build problem o [2001/09/01] bin/30247 sh cannot redirect to /dev/fd/1 or from / f [2001/09/01] ports/30249 ports SmallEiffel update to -0.75 o [2001/09/01] docs/30253 bp [PATCH] mount_unionfs(8) and mount_nullfs o [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/02] ports/30264 greid Update port: graphics/xawtv o [2001/09/02] ports/30272 grog [PATCH] instant-workstation RUN_DEPENDS b o [2001/09/03] misc/30297 dwmalone CLOCKS_PER_SEC non-standard o [2001/09/03] ports/30298 chuckr [PATCH] a2ps-4.13 can't cope with ENOMEM o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] ports/30314 ports [PATCH] Add Exim packages to CDROM 1 o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/05] bin/30334 mount_nfs ignores acregmin, acregmax, axd o [2001/09/05] ports/30339 nakai port compilation problem found in rpm arc o [2001/09/05] conf/30341 be keymap: wrong Capslock behaviour with o [2001/09/05] bin/30360 vmstat returns impossible data f [2001/09/06] ports/30383 sobomax Updated port: x11-toolkits/gtk-engines-co o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen f [2001/09/06] ports/30395 ports New port: lang/spl o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/08] conf/30441 Can't set interface arguments for dhcp co o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 keramida remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 keramida remove broken references to gated(8) and o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 jasone pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/10] bin/30484 rpc.rstatd consumed lots of open file des o [2001/09/10] bin/30496 `host` does not work properly with top-le o [2001/09/10] ports/30499 portmgr libtool-1.4.1 port diffs o [2001/09/11] i386/30503 imp stray pccard card insertion events after o [2001/09/11] kern/30510 no apm for VIA KT133A chipset o [2001/09/11] ports/30511 kde Problem getting opengl/mesa to work with o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] misc/30526 inserting a Sony Ninja-ATA pcmcia style c o [2001/09/12] ports/30535 nakai Update port: x11-wm/icewm (fix ports/2806 o [2001/09/12] misc/30536 sos burncd(8) doesn't wait long enough for CD o [2001/09/12] kern/30540 [PATCH] spelling and grammar fixes in a c o [2001/09/12] kern/30541 imp [PATCH] old pccard beep depends on value o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall s [2001/09/12] bin/30543 ru [PATCH] use err() instead of just exit() o [2001/09/12] bin/30546 [PATCH] /etc/rc pedantry o [2001/09/13] docs/30556 doc vnconfig man page incorrect; functionalit o [2001/09/13] ports/30557 ports bitchx fails to build when WITH_TCL=yes i o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 nakai /usr/X11R6/bin/xfce_setup does not create o [2001/09/15] ports/30604 ports postgresql7 doesn't build with kerberos5 o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri f [2001/09/16] ports/30615 ports The 'bcwipe' port installs Linux binaries o [2001/09/16] docs/30618 keramida ediff man page incomplete o [2001/09/16] ports/30623 sobomax Update of the audio/glame port o [2001/09/17] ports/30625 ports [PATCH] vmware2 patch for -current with K o [2001/09/17] misc/30631 readdir_r() SEGV on large directories o [2001/09/17] kern/30634 kevent.data value incorrect for UDP socke o [2001/09/17] bin/30639 apmd crashes on SIGHUP (under certain con o [2001/09/17] bin/30640 apmd does not terminate properly on SIGTE o [2001/09/18] misc/30647 "make release" in src/release/ creates po o [2001/09/18] bin/30661 FreeBSD-current fails to do partial NFS f o [2001/09/20] misc/30683 [PATCH] loader(8) fails to load module wh a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump o [2001/09/20] ports/30698 ports New port: news/pl-slrn o [2001/09/20] misc/30699 jasone pthread_attr_setscope function fails unco o [2001/09/20] i386/30700 sound Applications cannot synchronize sound usi o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user o [2001/09/21] ports/30707 ports midnight commander can't handle correctly o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por o [2001/09/23] misc/30778 termcap problem with wyse-60 terminal o [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/24] kern/30794 sound ESS Solo-1 does not work after suspend/re o [2001/09/24] i386/30808 sound t4dwave on Acer Alladin M5451 interrupt p o [2001/09/24] docs/30809 doc fdisk(8) cleanup o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] ports/30813 jmz Xfree86-4 port creates libfreetype.so.6 w o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/25] kern/30836 wpaul Chipset SiS735 / NIC SiS 900 f [2001/09/26] ports/30845 ports New port: textproc/xerces-c: Xerces C++ X o [2001/09/26] ports/30848 roam courier imapd won't compile with vpopmail o [2001/09/26] ports/30849 ports news/nntpcache fails compiling authinfo_p o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] misc/30857 intr_machdep.c allows access out of array f [2001/09/26] ports/30859 ports A New Port f [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro o [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/28] bin/30887 dump allways saves files with modified c- o [2001/09/29] bin/30907 green [PATCH] ssh configuration oddities o [2001/09/29] bin/30908 [PATCH] Tweak ldd to provide more informa o [2001/09/29] ports/30912 gnome [PATCH] port editors/AbiWord fails to set o [2001/09/29] ports/30923 obrien small fix for devel/gindent port o [2001/09/30] ports/30929 brian [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30936 taoka pips-sc880 installed script contains inco o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/01] bin/30972 peter nfsd and mountd are in the wrong location o [2001/10/01] ports/30979 ports New port for "txfonts" TeX's font package o [2001/10/02] ports/30983 portmgr [PATCH] Some staroffice cdrom fixes o [2001/10/02] ports/30986 obrien vim6 LITE=YES packing list incorrect o [2001/10/03] ports/31013 obrien John The Ripper Package Lists Bad Path o [2001/10/03] ports/31019 nakai Fix x11/xmascot o [2001/10/03] ports/31022 nakai Fix port games/xrubik o [2001/10/03] ports/31026 ports New Port: Internet Message Support Protoc o [2001/10/04] bin/31034 regularly add original address logging fo f [2001/10/04] ports/31037 ports NEW PORT: Krusader o [2001/10/04] kern/31043 Missing Ptrace functionality in Linuxulat o [2001/10/04] kern/31048 linprocfs:/proc/meminfo cannot handle mul a [2001/10/04] bin/31049 yar /usr/sbin/adduser does not allow '.' in l o [2001/10/04] bin/31052 fenner Traceroute needs update o [2001/10/05] ports/31061 ports New port: security/gnupg-devel o [2001/10/06] bin/31088 tobez Make whereis.pl use strict, and a couple a [2001/10/06] ports/31093 ports new port "flyway" o [2001/10/06] ports/31096 znerd New port for jakarta-tomcat 4 o [2001/10/07] misc/31097 main thread will accept() failure when so o [2001/10/07] ports/31101 roam Update port: mail/vpopmail various requir o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/08] bin/31135 /bin/df reporting 'NaNB' as a Size. o [2001/10/08] ports/31142 portmgr patch-libtool target in bsd.port.mk break a [2001/10/08] ports/31144 ports New port: x11/xcursor f [2001/10/09] ports/31159 cpiazza gmixer 0.98c dumps core with some mixers o [2001/10/09] docs/31164 doc man page for strftime is incorrect o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] conf/31200 Modification of rc.diskless1 needs change o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/10] bin/31205 [PATCH] WARNSify and add a new option to o [2001/10/10] docs/31210 peter cvs info page missing -R o [2001/10/11] misc/31218 How to build release from selected date a [2001/10/11] conf/31219 Missing cons25u entry in termcap o [2001/10/11] ports/31222 ports ports:astro/SETIsupport(version is wrong) o [2001/10/11] ports/31223 ports ImageMagick utilities link without -lciph o [2001/10/11] misc/31225 "make release" fails if TERMCAP environme o [2001/10/11] bin/31228 vnconfig -ae configures but not mount dev o [2001/10/11] ports/31229 ports new port: astro/linux-setiathome-i686 o [2001/10/13] kern/31255 select with zero timeout returns 0 even w o [2001/10/14] docs/31264 jdp cvsup(1) "base" option and keyword descri a [2001/10/14] docs/31271 doc rl(4) discourages vender openness by disp o [2001/10/15] ports/31282 ports NEW PORT: aolserver+ad f [2001/10/15] ports/31288 ports LPRng-3.7.9 port (LPRng) update o [2001/10/15] misc/31297 yokota New screen blanker module for syscons o [2001/10/17] ports/31342 ports I was trying to install xscreensaver and o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T a [2001/10/18] conf/31358 sheldonh Need to load NFS client LKM. o [2001/10/18] ports/31364 sobomax URW fonts needed to run jdk13 jfc demos a o [2001/10/19] kern/31367 General boot fault during mounting root w o [2001/10/19] ports/31369 adrian New KMerlin Port o [2001/10/19] docs/31370 fenner typo in tcpdump manpage o [2001/10/19] misc/31380 NFS rootfs mount failure message too cryp o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/20] ports/31389 portmgr tidy readme templates + port readme enhan o [2001/10/21] ports/31399 jkh sysinstall (4.4REL) hangs on pkg_add of c o [2001/10/21] i386/31427 minor incorrect code in sys/i386/i386/pma o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/22] kern/31445 sound cat sound.au > /dev/audio fails for sound a [2001/10/23] kern/31455 n_hibma [PATCH] ohci driver probrem when send dat o [2001/10/23] kern/31456 Register number definition for AMD PCnet o [2001/10/23] ports/31461 ports New ports: deskutils/mcal & gmcal - a lib o [2001/10/23] ports/31462 peter rdist6 does not like accounts with '.' in o [2001/10/24] bin/31476 ifconfig's lladdr is ethernet specific o [2001/10/25] ports/31486 kuriyama ports/palm/prc-tools-gcc does not build m f [2001/10/25] ports/31487 dinoex licq-qt-gui plugin does not parse local a f [2001/10/25] misc/31489 Conflict Between BPF and ssh2 protocol in o [2001/10/25] kern/31490 Panic in sysctl_sysctl_next_ls on empy no o [2001/10/26] ports/31517 ports New Port: kdetheme-qnix o [2001/10/26] ports/31518 ports GD 1.8.4 port fails to build TTF support o [2001/10/26] kern/31521 cg pcm0 plays too fast on Intel 82801BA (ICH o [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/28] conf/31555 rc.syscons does not run standalone f [2001/10/28] ports/31579 kde kdessl of kde-2.2.1 wants to link to libs o [2001/10/29] bin/31588 change request to allow mount(1) to set t a [2001/10/29] ports/31591 kde kdeinit crashes when I close KDE2 session o [2001/10/29] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] ports/31630 ports Port se-ispell install the dictionary in o [2001/10/30] bin/31632 ip6fw error under DNS dislabled environme o [2001/10/30] docs/31640 doc Avoiding uppercase program names in manpa o [2001/10/30] ports/31644 jmacd Update: devel/prcs o [2001/10/30] ports/31645 nakai Update port: editors/dedit to 0.6.2.2 o [2001/10/30] kern/31647 socket calls can return undocumented EINV o [2001/10/30] ports/31652 obrien default make package fails for editors/vi o [2001/10/30] docs/31653 doc Chapter 14 of the Handbook lacks content o [2001/10/31] ports/31669 ports New port: graphics/xawtv_applet o [2001/10/31] ports/31674 ports port math/plplot doesn't build a TCL enab o [2001/10/31] ports/31684 ports ports/comms/hylafax fixes o [2001/11/01] gnu/31685 apropos(1) manual page doesn't tell that o [2001/11/01] i386/31686 Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/02] kern/31711 Enhancements and bug fixes to Aironet dri o [2001/11/02] ports/31712 ports Add the Linux to flash Cisco/Aironet card o [2001/11/02] i386/31716 FreeBSD uses broken tsc timecounter by de o [2001/11/03] ports/31739 ports New port: lang/python-devel o [2001/11/03] ports/31744 ports New port: emulators/minix (2.0.0) a [2001/11/03] docs/31747 dd pthread_create.3 does not markup NULL o [2001/11/04] ports/31755 znerd linux-jdk1.2.2 looks for registervm in st o [2001/11/04] ports/31757 ports devel/gvd doesn't build without tex o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/05] ports/31773 ports New port: audio/cplay, audioplayer for th o [2001/11/05] ports/31775 ports Better path for the X11 fonts from the po s [2001/11/06] ports/31809 kde [UPDATE] qt23 port to qt-2.3.2 o [2001/11/06] ports/31813 ports New Port - Update: dbXML - Java Native XM o [2001/11/07] ports/31841 ports update to geda tool set o [2001/11/08] ports/31858 ports New port: pike 7.2.234 (current CVS versi o [2001/11/08] ports/31862 portmgr [PATCH] 'make search' problem if /usr/obj o [2001/11/09] misc/31890 new syscons font o [2001/11/10] bin/31906 No method available to unwind atexit(3) s o [2001/11/11] ports/31910 greid comms/sms_client o [2001/11/12] ports/31926 ports New port security/drweb-qmail: Qmail mess o [2001/11/12] bin/31933 pw can interpret numeric name as userid d a [2001/11/12] ports/31943 dirk mysql323-server port hostname look up fai o [2001/11/12] ports/31944 portmgr bsd.port.mk: USE_XPM (implied by USE_MOTI a [2001/11/12] ports/31945 ports new port: devel/xbkregex library o [2001/11/13] ports/31957 znerd Update tomcat port to jdk 1.3.1 o [2001/11/13] ports/31970 ports New port o [2001/11/13] kern/31971 microuptime() went backwards when apm is o [2001/11/14] ports/31975 ports "Error in backend/storage/lmgr/proc.c: Pr o [2001/11/14] misc/31981 (mis)feature in getnetent parsing -- comm o [2001/11/14] ports/31984 znerd Update orion port for config of rmi serve o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator o [2001/11/14] ports/31996 ports Build of db3 fails at ./configure a [2001/11/14] bin/31997 des login: chmod(/dev/tty??): No such file or o [2001/11/15] i386/32014 ppi locks up system during boot o [2001/11/15] ports/32015 kuriyama ports/palm/pilrc bugs o [2001/11/15] docs/32020 doc loader.8 manpage missing tunables o [2001/11/15] ports/32022 znerd New port: Jakarta Tomcat 4.0.1 o [2001/11/15] ports/32034 ports [NEW PORT] ncurses-ada -- an Ada 95 bindi o [2001/11/16] ports/32037 ports New port: pm-lib o [2001/11/16] ports/32039 greid UPDATE devel/asmutils 0.14 -> 0.15 o [2001/11/16] docs/32041 doc Add point about net.inet.tcp.portange.{fi o [2001/11/16] ports/32046 ports Port cleanup: x11-fonts/webfonts o [2001/11/16] ports/32048 ports New port: palm/hdunix (1.0) o [2001/11/16] docs/32054 doc inconsistency between index.3 and rindex. o [2001/11/17] ports/32056 ports New Port: emulators/adamem f [2001/11/17] ports/32060 ports New port: mkfile(8) for FreeBSD o [2001/11/17] conf/32067 Problems with spanish keyboard in console o [2001/11/17] ports/32069 nakai malloc.h fix for games/kxl o [2001/11/18] ports/32076 ports WISH: merge icon patch to blackbox port o [2001/11/18] bin/32079 minor timebomb in /etc/rc o [2001/11/18] bin/32092 crypt pickups the wrong password format o [2001/11/18] ports/32097 nik scr2png doesn't make with other LOCALBASE o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc o [2001/11/19] ports/32114 portmgr WRKDIRs should be moved to a central loca a [2001/11/19] misc/32119 phantom Support for the modern greek language a [2001/11/19] misc/32120 PR misc/24324 errata o [2001/11/19] ports/32122 jmz xf86cfg graphics-mode fails on Samsung Sy o [2001/11/20] ports/32125 keichii ports/chinese/rxvt-gb is missing checksum o [2001/11/20] bin/32126 getopt(3) not Unix-98 conformant a [2001/11/20] misc/32133 phantom Bug in greek locale fixed o [2001/11/20] bin/32138 iedowse better progress reporting for dump(8) f [2001/11/20] misc/32144 murray unattended install with sysinstall doesn' o [2001/11/20] ports/32145 jmz XFree86 doesn't ldconfig itself o [2001/11/20] ports/32147 kris mindguard port dumps core o [2001/11/20] kern/32157 sound AC97 Audio (appears to be) unsupported o [2001/11/21] kern/32169 kernel option to enable PCI devices on ma o [2001/11/21] ports/32174 portmgr Autoconf patch for bsd.port.mk a [2001/11/22] misc/32193 phantom Termcap ACS support for greek ISO-8859-7 o [2001/11/22] ports/32202 ports ports/devel/py-htmlkit distribution does o [2001/11/22] ports/32207 gnome libiconv cannot be built by a pleb o [2001/11/23] misc/32210 System hangs while kernel waiting for SCS o [2001/11/23] ports/32224 znerd java/linux-jdk is out of date (RC4 iso FC o [2001/11/23] docs/32229 keramida Omission from Handbook Chapter 17.8 (DHCP a [2001/11/23] ports/32231 ports Update port devel/fam o [2001/11/23] ports/32232 dirk Update and bugfix port: www/mod_php4 a [2001/11/23] misc/32233 Fix /usr/src/sbin/mount_msdosfs/iso72dos o [2001/11/23] ports/32243 sobomax ports/py-wxPython fails to compile o [2001/11/24] i386/32251 bugfix and new feature for apmd o [2001/11/24] ports/32258 scrappy converters/p5-Convert-ASN1 out of date o [2001/11/24] ports/32259 scrappy Update security/p5-IO-Socket-SSL request o [2001/11/25] misc/32265 dwmalone Adding calendar.french o [2001/11/25] i386/32269 [PATCH] - categorizing (XXX Lines) in NOT s [2001/11/25] ports/32271 dwcjr [PATCH] pkg-plist for net/isc-dhcp2 incor o [2001/11/25] ports/32272 petef port upgrade to latest blender version o [2001/11/25] ports/32273 kde kdm doesn't set paths from login.conf o [2001/11/25] ports/32281 ports Dead project for openverse. o [2001/11/25] ports/32282 petef fvwm 2.4.3 generate error wrt 'Help' key o [2001/11/25] ports/32283 nbm Port upgrade: www/zope from 2.4.2 to 2.4. o [2001/11/26] ports/32285 vanilla a new port for application gimp-print o [2001/11/26] conf/32288 After install: /etc/rc complains if crypt o [2001/11/26] bin/32299 peter nm coredumps on sendmail in -current o [2001/11/26] i386/32301 dfr Fix for agpgart for the AMD-751 and relat o [2001/11/26] ports/32317 petef Request for linux-qt port o [2001/11/26] bin/32318 cjc no userland tool available to test resolv a [2001/11/26] docs/32323 doc man page `named(8)' do not have link for f [2001/11/27] ports/32328 ports Port update: mc-4.5.55 o [2001/11/27] bin/32342 vmstat.c: certain variables appear to hav o [2001/11/27] ports/32345 ports New port: devel/hmake o [2001/11/28] ports/32361 ports port doesn't work o [2001/11/28] ports/32362 ports postgresql7 port should install more *.h o [2001/11/29] docs/32373 doc Bad ifconfig(8) alias advice in FAQ 10.9 a [2001/11/29] conf/32375 murray sysinstall doesn't respect User generated o [2001/11/29] ports/32379 ports NEW PORT: wots 1.22 f [2001/11/29] ports/32391 shige psgml-emacs20 breaks emacs's standard htm o [2001/11/30] misc/32400 rwhod - option to specify hostname o [2001/11/30] ports/32405 dirk Japanese encoding translation support for o [2001/11/30] ports/32407 sobomax Update port: graphics/tiff to 5.3.7 o [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/01] docs/32425 doc Document cvs update `P file' output o [2001/12/01] bin/32433 Cannot specify files beginning with + on o [2001/12/01] ports/32434 ports New Port: TeXmacs, a free wysiwyg scienti o [2001/12/02] ports/32440 ports graphics/gd does not build (requires free o [2001/12/02] ports/32444 dirk www/mod_php4: ctype support o [2001/12/02] ports/32445 portmgr CONFIGURE_TARGET default setting is bogus a [2001/12/02] misc/32448 phantom Cyrillic ISO 8859-5 fonts a [2001/12/02] misc/32449 phantom Cyrillic ISO 8859-5 keymaps a [2001/12/02] misc/32450 phantom Ukrainian ISO 8859-5 locale files o [2001/12/02] docs/32460 keramida named.conf(5) types and two bad markups. o [2001/12/03] docs/32468 doc broken link in handbook: sysutils/mkisofs o [2001/12/03] kern/32478 scsi/NIC drivers fail when using SMP kern o [2001/12/03] misc/32480 Missing graphic characters in syscons fon o [2001/12/03] misc/32490 umass support for ATAPI [with patch] o [2001/12/04] bin/32501 quot(8) is stupid regarding the filesyste o [2001/12/04] ports/32502 dima port update palm/pilot-link to 0.9.6 o [2001/12/04] ports/32508 sobomax www/flashplugin-mozilla has malloc bug o [2001/12/04] ports/32517 green Update port: emulators/snes9x to 1.39 o [2001/12/05] docs/32542 rwatson tuning(7) inaccurate o [2001/12/05] ports/32546 znerd Remove fully-qualified lib symlinks from o [2001/12/06] docs/32561 jasone missed functions in pthread(3) o [2001/12/06] ports/32565 ports New port: QScheme scheme interpretor o [2001/12/07] ports/32572 kde net/kio_fish: konq has no icons for fish: s [2001/12/07] docs/32578 doc A _really_ petty change to the front page o [2001/12/07] ports/32582 greid Update port: audio/tempest_for_eliza o [2001/12/07] ports/32585 nbm x11-wm/pwm/pkg-descr refers to "screensho o [2001/12/07] bin/32588 grog operator should backup vinum vols o [2001/12/07] ports/32596 keichii update port: chinese/auto-tw-l10n o [2001/12/08] ports/32604 ports Many ports which depends on apache don't f [2001/12/08] misc/32605 nsouch SMBus driver broken o [2001/12/09] ports/32643 anders update mod_watch from 2.4 to 3.0 o [2001/12/09] ports/32651 ache a small patch to obtain socks5 support to o [2001/12/09] kern/32652 n_hibma Add new scanners and a new ioctl to uscan o [2001/12/09] ports/32653 ports Added patches to improve USB scanner supp f [2001/12/09] bin/32657 sed file handing is non-standard o [2001/12/09] kern/32659 jhb VM and VNODE leak with vm.swap_idle_enabl o [2001/12/09] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/09] docs/32662 dd arp(8) uses "this host" with two differen o [2001/12/10] i386/32666 imp mbufs leaks in dev/ed o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] kern/32671 imp Patch to generate usbdevs.h automatically o [2001/12/10] docs/32674 doc no man page for the ntp_adjtime system ca a [2001/12/10] bin/32675 kris openssl dhparam hangs when using /dev/ran o [2001/12/10] kern/32677 pciconf -l opens /dev/pci for read/write o [2001/12/10] misc/32680 [PATCH] Allows users to start jails by ho o [2001/12/10] ports/32690 keichii Uodate port: chinese/rxvt from 2.7.5 to 2 o [2001/12/11] ports/32704 obrien update ical to use tk8.3 o [2001/12/12] ports/32743 ports Update port: games/nethack3-gnome/games/n o [2001/12/12] ports/32762 ache Update for archivers/xpk o [2001/12/13] kern/32799 ucom and uplcom drivers ported from NetBS o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 roger bktr driver missing tuner for eeprom dete o [2001/12/13] ports/32815 roam PORT UPDATE : ftp/curl 7.9.1 -> 7.9.2 o [2001/12/13] docs/32825 doc undocumented options in LINT o [2001/12/14] bin/32828 phk w incorrectly handles stale utmp slots wi o [2001/12/14] ports/32838 gnome Add LDAP support to mail/evolution o [2001/12/14] conf/32841 cjc kernel ppp sample conf files missing fro o [2001/12/15] ports/32864 trevor Update port: x11-wm/swm to 1.3.2 (fix por o [2001/12/15] docs/32877 darrenr typo in ipfs.8 o [2001/12/15] kern/32880 ambrisko Update aironet driver to correct signal s o [2001/12/15] ports/32883 ports New port: deskutils/nag - Horde's task li o [2001/12/15] ports/32892 ports New ports: x11-toolkits/gtk12-apireferenc o [2001/12/16] ports/32899 ports mail/nbsmtp causes segfaults while a comm o [2001/12/16] docs/32901 doc Misleading statement about "X Windows" o [2001/12/16] gnu/32902 Incremental tar archiving using GNU style o [2001/12/16] ports/32907 nakai ports/graphics/gqview update o [2001/12/16] ports/32911 ports New Port: devel/scons - SCons 0.01 - a bu o [2001/12/16] kern/32912 msmith options misssing TCBHASHSIZE o [2001/12/16] ports/32917 ports installing ports may fail if $GREP_OPTION o [2001/12/17] ports/32926 lioux [NEW PORT] djvulibre-3.5.2--a Mozilla plu o [2001/12/17] bin/32935 /bin/sh buildin echo command have invalid o [2001/12/17] ports/32936 mharo ports/security/keyprint only supports S/K o [2001/12/18] conf/32976 assar Kerberos5 config files not installed by d o [2001/12/18] docs/32979 assar manpages are not installed for k5admin an o [2001/12/18] ports/32986 ports new port: graphics/transcode o [2001/12/18] ports/32999 ports New ports: devel/ORBacus4 o [2001/12/19] kern/33004 n_hibma Patch for USB (uhci) o [2001/12/19] misc/33007 n_hibma umass device timeout after successive use o [2001/12/19] ports/33008 will New Port: x11-wm/kwinacqua o [2001/12/19] misc/33013 cg mixer does not have treble/bass for Sound o [2001/12/19] kern/33014 installkernel without buildkernel gives c o [2001/12/19] ports/33015 ports PORT UPDATE, PREFIX FIX : textproc/p5-XML o [2001/12/19] conf/33018 Patch for RC (add multiple SSHD configura a [2001/12/19] ports/33023 ports failed to make install ports/textproc/p5- a [2001/12/20] i386/33031 phantom /usr/src/share/mklocale/zh_TW.Big5.src ty o [2001/12/20] ports/33038 keith update port: chinese/ttfm for bento error o [2001/12/20] ports/33039 keith update port: chinese/moefonts-cid for pkg o [2001/12/20] docs/33042 doc Minor changes to Chapter 2 of the handboo o [2001/12/20] ports/33049 mharo proftpd file permission error. o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/21] ports/33067 ports rdesktop port doesn't list dependencies p a [2001/12/22] ports/33094 okazaki converters/mule-ucs, add emacs21 support s [2001/12/22] ports/33095 dirk update cdrtools to 1.11a13pre3 (1.10.p11. o [2001/12/22] i386/33097 sound Crystal 4237b mixer problems o [2001/12/23] ports/33108 portmgr Generate an error if WRKDIRPREFIX == /usr o [2001/12/23] ports/33109 ports Xercec-C++ port proposals o [2001/12/23] kern/33117 empty struct md_coredump in pcb.h and use o [2001/12/23] ports/33118 keith update port: chinese/moefonts-cid for Ado o [2001/12/23] ports/33122 greid update port: www/dillo from 0.5.0 to 0.6. o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt o [2001/12/23] bin/33133 keyinit outputs wrong next login password o [2001/12/23] ports/33134 keith update port: chinese/ghostscript6 for Ado o [2001/12/23] ports/33135 ports New port: devel/kprof - A profiling tool o [2001/12/24] ports/33157 ports Fix port: graphics/graphviz o [2001/12/24] ports/33159 ports New port: graphics/py-graphviz o [2001/12/25] ports/33168 ports new port: mail/mavbiff o [2001/12/25] ports/33176 ports fix minor build problem with ac-archive o [2001/12/25] gnu/33182 mp gdb seg faults when given handle SIGALRM o [2001/12/26] ports/33192 ports java/jdbcpool: update to 0.99 o [2001/12/26] ports/33194 ports Update port: cad/pcb o [2001/12/26] ports/33196 portmgr duplicate lines in /usr/ports/INDEX o [2001/12/26] ports/33200 sobomax Installation of WindowMaker fails o [2001/12/26] kern/33202 msmith sys/dev/mly/mly.c minor mly_printf cosmet o [2001/12/26] kern/33203 dillon "got bad cookie" errors on NFS client o [2001/12/26] ports/33207 ports LPRng port update o [2001/12/26] ports/33208 ports ifhp port update o [2001/12/26] ports/33209 ports LPRngTool port o [2001/12/26] ports/33212 tobez perl5 port fails to register dependency o o [2001/12/26] misc/33220 phantom Greek locale MFC plea o [2001/12/26] ports/33222 lioux new port: net/linux-edonkey2000-server o [2001/12/26] ports/33224 me Build breaks on CURRENT due to 0.4.8 o [2002/01/30] ports/34442 ports xt, xalan-j, saxon should have the same C o [2002/01/30] ports/34449 ports New Port: lang/dice (Matt Dillon's 68000 o [2002/01/30] ports/34450 ports games/crossfire port outdated (updated po o [2002/01/30] ports/34451 ports security/drweb-sendmail: check that a var o [2002/01/30] ports/34452 ports New port emulators/mtf An NT Backup archi o [2002/01/30] ports/34453 sobomax Update xlhtml port o [2002/01/30] ports/34459 ports Dumping config.log on configure error is o [2002/01/30] ports/34461 ports Port for H+B EDV avmailgate o [2002/01/30] ports/34472 ports Maintainer update: mail/elm+ME (2.4.96b) o [2002/01/30] ports/34473 ports new yorick-doc port o [2002/01/31] ports/34486 ports Please update news/diablo from 3.0-REL to o [2002/01/31] ports/34488 ports New port: emulators/hercules (System/370, o [2002/01/31] ports/34490 ports [MAINTAINER UPDATE] libesmtp updated tarb o [2002/01/31] ports/34491 ports curl-7.9.2 port does not create libcurl.s o [2002/01/31] conf/34494 n_hibma usb configuration problem - usb does not o [2002/01/31] bin/34497 calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/01/31] ports/34503 ports Upgrade news/newsx to v. 1.4.6 o [2002/01/31] ports/34505 ports New port: DBMAIL IMAP4rev1/POP3 mail serv o [2002/01/31] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/01] ports/34523 ports man pages of nwclient602 install to wrong o [2002/02/01] docs/34524 doc [PATCH] - Add important pre-installation o [2002/02/01] docs/34529 doc [patch] Grammar nits in usbd.conf(5) and f [2002/02/01] ports/34534 dinoex licq-qt-gui-1.0.3, builds fine, but when f [2002/02/01] i386/34537 The second NIC card could not get configu o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d o [2002/02/01] ports/34546 cjh Fix port: korean/msdosfs o [2002/02/01] docs/34547 keramida [patch] edits of FAQ Introduction o [2002/02/02] ports/34549 petef update x11-wm/fvwm2 to latest stable vers o [2002/02/02] ports/34550 ports ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34551 billf net/net-snmp is not LOCALBASE clean o [2002/02/02] ports/34559 trevor audio/csound includes malloc.h o [2002/02/02] ports/34565 ports graphics/blender port is broke o [2002/02/02] ports/34567 ports New port: IMCom command-line Jabber clien o [2002/02/02] ports/34570 ports Broken "Makefile" in /usr/port/misc/afbac o [2002/02/02] ports/34571 gnome [PATCH] Update math/gnumeric to 1.0.4 o [2002/02/02] ports/34572 gnome [PATCH] Update news/pan to 0.11.1.94 o [2002/02/02] ports/34573 gnome [PATCH] Update editors/glimmer to 1.2.1 o [2002/02/03] ports/34574 gnome [PATCH] Update x11-toolkits/gob to 1.0.12 o [2002/02/03] docs/34577 doc Some man pages still advise using "confli o [2002/02/03] docs/34583 doc DECLARE_MODULE(9) man page is broken. o [2002/02/03] ports/34585 ports Mail-SpamAssassin problem when invoked fr o [2002/02/03] kern/34591 ICMP bandwidth limiting does not indicate o [2002/02/03] misc/34596 slow gettimeofday in FreeBSD 4.5 o [2002/02/03] ports/34597 eivind [PATCH] Update ports/mail/isync to 0.8 o [2002/02/03] ports/34600 kevlo Update port: textproc/xerces to 2.0.0 o [2002/02/04] ports/34603 gnome gnome panel swallow applet do not actual o [2002/02/04] ports/34610 ports chinese/mutt causes some strange line wra o [2002/02/04] ports/34612 dwcjr new version of postfix available (1.1.3) o [2002/02/04] misc/34621 billf i have a patch for (lol) /usr/games/fish o [2002/02/04] docs/34626 doc Copyright on "Index of /mail/current" pag o [2002/02/04] bin/34628 pkg-routines ignore the recorded md5 chec o [2002/02/04] bin/34629 des fetch(1) cannot download RH 7.2 ISOs from o [2002/02/05] ports/34635 ports games/flightgear o [2002/02/05] kern/34637 LINT is wrong -- NMBCLUSTERS doesn't auto o [2002/02/05] kern/34639 IPFW skipto works too slow o [2002/02/05] ports/34641 ports A XINE Input Plugin MMS(Microsoft Media S o [2002/02/05] misc/34642 Windows 2000 will not dual boot with Free o [2002/02/05] docs/34644 jim [PATCH] Handbook chapter(s) o [2002/02/05] ports/34650 nbm UPDATE/FIX : database/phppgadmin 2.3 -> 2 o [2002/02/05] ports/34652 gnome [PATCH] Remove malloc.h from textproc/lib o [2002/02/05] ports/34653 gnome [PATCH] Update www/galeon to 1.0.3 o [2002/02/05] docs/34654 doc Update UIDs for porters handbook o [2002/02/06] ports/34659 gnome Proposed change to Mozilla port's Makefil o [2002/02/06] ports/34660 ache Update ftp/wu-ftpd to use ./configure o [2002/02/06] bin/34663 [PATCH] vintage tr(1) -c "" bug o [2002/02/06] kern/34665 ipfilter rcmd proxy "hangs". o [2002/02/06] ports/34671 dirk fix problem of mod_php4 with SNMP support o [2002/02/06] misc/34673 Second call to select() waits ~100ms befo o [2002/02/06] ports/34674 eric www/skipstone fails to compile o [2002/02/06] bin/34676 obrien dhclient always in -q quiet mode (PATCH E o [2002/02/07] ports/34694 nakai icewm port outdated o [2002/02/07] ports/34697 gnome [PATCH] Update mail/balsa to 1.3.1 o [2002/02/07] bin/34698 des bug in truss/main.c o [2002/02/07] ports/34700 gnome print/gnomeprint needs gdk-pixbuf but not o [2002/02/07] gnu/34709 [patch] Inaccurate GDB documentation o [2002/02/07] kern/34712 [patch] SCSI quirk for USB Memorybird o [2002/02/07] ports/34714 ache unzip(1) breaks filenames in non-ASCII ch o [2002/02/07] ports/34717 portmgr bsd.port.mk: extraneous quotes in PTHREAD o [2002/02/07] ports/34718 portmgr make fetch-list includes things make fetc o [2002/02/07] ports/34719 ache procmail MAILSPOOLDIR change o [2002/02/07] ports/34722 gnome can't build gnomelibs o [2002/02/07] ports/34723 ports ports submission request graphics/xmms-fi o [2002/02/07] bin/34728 DHCP hostname set as Hexadecimal string o [2002/02/08] conf/34729 treat smbfs as network file system in /et o [2002/02/08] conf/34733 useless/invalid lomac option added by sys o [2002/02/08] ports/34737 ports New port: graphics/lodju o [2002/02/08] ports/34738 gnome [PATCH] Update pan to 0.11.2 o [2002/02/08] ports/34740 ports port update: security/ssh2 2.3.9 -> 3.1.0 o [2002/02/08] ports/34742 obrien bash2 missing build dependency on autocon o [2002/02/08] docs/34743 doc nfsd(8) lacking signal explanation o [2002/02/08] bin/34744 Add -a (same as -PpR) flag to cp(1) o [2002/02/08] kern/34747 Please add USB floppy entry o [2002/02/09] ports/34754 ports New port: muttprint - pretty printing of o [2002/02/09] misc/34757 Difficulty in starting x-server o [2002/02/09] misc/34759 Phantasia does not accept [enter] key o [2002/02/09] ports/34760 ports New port: net/dstumbler a curses based ap o [2002/02/09] docs/34763 doc Broken link from RELNOTSES a [2002/02/09] ports/34770 dougb Update port: graphics/xpdf to 1.00 (fix p o [2002/02/09] ports/34774 trevor Update port: x11-wm/aewm to 1.2.0 (fix po o [2002/02/09] ports/34775 nakai Update port: x11-wm/xfce to 3.8.14c o [2002/02/09] conf/34776 rc.diskless1 creates insufficiently sized o [2002/02/09] ports/34777 gnome x11-toolkits/panel-- won't compile o [2002/02/09] ports/34779 ports Update port: ja-kdevelop, ja-kdenetwork, o [2002/02/09] docs/34782 doc pw(8) contains conflicting explanations f o [2002/02/09] kern/34783 HP 5490C scanner not identified as scanne o [2002/02/10] misc/34788 dwmalone dmesg issues with console output o [2002/02/10] kern/34789 joe PNY brand USB flash readers need 10 byte o [2002/02/10] misc/34790 [PATCH] fortune(6) typo fixes o [2002/02/10] kern/34791 MFC removal of outdated comment from sysc o [2002/02/10] ports/34792 ports New port: acfax o [2002/02/10] docs/34794 doc [patch] Documentation Primer uses depreca o [2002/02/10] misc/34795 Deprecated uudecode option used during 'm o [2002/02/10] ports/34796 jmz wrong path in /etc/XF86Config (purely cos o [2002/02/10] ports/34797 ports xmame links with wrong libusb o [2002/02/10] ports/34798 ports o [2002/02/10] misc/34800 tcsh's complete.tcsh should be installed o [2002/02/10] ports/34802 ports [MAINTAINER PATCH] Update ports/editors/j o [2002/02/10] ports/34804 ports .asmailrc -- the user config file for por o [2002/02/10] ports/34806 gnome esd from esound-0.2.23 port doesn't conne o [2002/02/10] ports/34809 ports german/bbbike update o [2002/02/10] ports/34812 ports [MAINTAINER UPDATE] database/firebird-dev o [2002/02/10] bin/34813 [PATCH] sed dumps core on "unusual" scrip o [2002/02/10] ports/34815 ports new port: freenet, the anonymous internet o [2002/02/10] ports/34817 ports Qtella 0.3.6 have been released o [2002/02/11] bin/34819 bzip2 cannot handle filenames containing o [2002/02/11] kern/34820 FreeBSD should be able to beep after shut o [2002/02/11] docs/34821 doc New Article: Filtering Bridges (Italian) o [2002/02/11] ports/34822 ports [patch] net/silc-server master_site renam o [2002/02/11] ports/34823 ports [patch] net/silc-client master_site chang o [2002/02/11] ports/34824 ports [patch] net/silc-doc has a changed master o [2002/02/11] conf/34825 Incorrect rc in /etc/periodic/daily/400.s o [2002/02/11] ports/34826 ports [patch] devel/silc-toolkit has a changed o [2002/02/11] ports/34827 billf [patch] net/ethereal has a changed master o [2002/02/11] bin/34831 [PATCH] send-pr -a doesn't work as advert o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to o [2002/02/11] ports/34833 ports p5-Mail-SpamAssassin patch for local mail o [2002/02/11] bin/34834 "fix" of du(1) and -h o [2002/02/11] ports/34835 ports [PATCH] ghostscript-gnu fails to compile o [2002/02/11] ports/34836 ports Update port: japanese/mutt-devel o [2002/02/11] misc/34839 syslogd fails to create additional log so o [2002/02/11] ports/34840 ports New port: DansGuardian -- fast web conten o [2002/02/11] ports/34841 ports Adding cyrus to mod_php 1873 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 11:10: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3C0237B402 for ; Mon, 11 Feb 2002 11:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BJA2559618; Mon, 11 Feb 2002 11:10:02 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 11:10:02 -0800 (PST) Message-Id: <200202111910.g1BJA2559618@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brandon Poyner Subject: Re: misc/34839: syslogd fails to create additional log socket when socket already exists Reply-To: Brandon Poyner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/34839; it has been noted by GNATS. From: Brandon Poyner To: Maxim Konovalov Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/34839: syslogd fails to create additional log socket when socket already exists Date: Mon, 11 Feb 2002 14:07:03 -0500 (EST) Thank you, the patch works as expected. The socket was re-created during startup after a powercycle (improper shutdown). -- Brandon Poyner, Unix Systems Engineer brandon@thebiz.net BiznessOnline.com, Inc. http://www.BiznessOnline.com/ On Mon, 11 Feb 2002, Maxim Konovalov wrote: > > Could you please try a patch below (obtained from OpenBSD): > > Index: syslogd.c > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/syslogd/syslogd.c,v > retrieving revision 1.95 > diff -u -r1.95 syslogd.c > --- syslogd.c 9 Jan 2002 17:36:53 -0000 1.95 > +++ syslogd.c 11 Feb 2002 18:26:24 -0000 > @@ -444,6 +444,8 @@ > #define SUN_LEN(unp) (strlen((unp)->sun_path) + 2) > #endif > for (i = 0; i < nfunix; i++) { > + (void)unlink(funixn[i]); > + > memset(&sunx, 0, sizeof(sunx)); > sunx.sun_family = AF_UNIX; > (void)strlcpy(sunx.sun_path, funixn[i], sizeof(sunx.sun_path)); > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 11:41:56 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCF9537B416; Mon, 11 Feb 2002 11:41:53 -0800 (PST) Received: (from ashp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BJZbW63374; Mon, 11 Feb 2002 11:35:37 -0800 (PST) (envelope-from ashp) Date: Mon, 11 Feb 2002 11:35:37 -0800 (PST) From: Message-Id: <200202111935.g1BJZbW63374@freefall.freebsd.org> To: ashp@FreeBSD.org, freebsd-bugs@FreeBSD.org, wosch@FreeBSD.org Subject: Re: gnu/31685: apropos(1) manual page doesn't tell that keyword can be regular expression Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: apropos(1) manual page doesn't tell that keyword can be regular expression Responsible-Changed-From-To: freebsd-bugs->wosch Responsible-Changed-By: ashp Responsible-Changed-When: Mon Feb 11 11:35:08 PST 2002 Responsible-Changed-Why: Reassigning this based on a recommendation from Ruslan. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31685 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 12: 0:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 558C337B421 for ; Mon, 11 Feb 2002 12:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BK01568427; Mon, 11 Feb 2002 12:00:01 -0800 (PST) (envelope-from gnats) Received: from achilles.linearity.org (achilles.cs.brandeis.edu [129.64.3.120]) by hub.freebsd.org (Postfix) with ESMTP id 5E89137B405 for ; Mon, 11 Feb 2002 11:55:16 -0800 (PST) Received: (from bawden@localhost) by achilles.linearity.org (8.11.3/8.11.3/Erasmus) id g1BJtDm42834; Mon, 11 Feb 2002 14:55:13 -0500 (EST) (envelope-from bawden) Message-Id: <200202111955.g1BJtDm42834@achilles.linearity.org> Date: Mon, 11 Feb 2002 14:55:13 -0500 (EST) From: Alan Bawden Reply-To: Alan@LCS.MIT.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/34843: `tcpdump port echo' filters for port 4 instead of 7 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34843 >Category: bin >Synopsis: `tcpdump port echo' filters for port 4 instead of 7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 12:00:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Bawden >Release: FreeBSD 4.3-RELEASE i386 >Organization: ITS Preservation Society >Environment: System: FreeBSD achilles.linearity.org 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Tue Oct 2 16:54:42 EDT 2001 bawden@achilles.linearity.org:/usr/src/sys/compile/ACHILLES i386 >Description: If you do: tcpdump port echo and send some traffic to TCP or UDP port 7 on your machine, tcpdump won't report seeing any packets at all. >How-To-Repeat: If you do `tcpdump -d port echo' and read the BPF assembly listing, you will see that it is looking for packets with port 4 in the header instead of port 7. This is because /etc/services contains the line: echo 4/ddp #AppleTalk Echo Protocol and the author of pcap_nametoport() in contrib/libpcap/nametoaddr.c clearly never contemplated this possibility! >Fix: Depends on where you think the problem is. Note that this is the -only- instance of this problem in /etc/services, so a simple fix is to declare that services with the same name MUST always have the same number and then fix that one entry. But perhaps you think the "ddp" protocol is entitled to call its own echo service by its proper name in /etc/services, in which case pcap_nametoport() needs to be fixed. The easiest fix here is to just have it call getservbyname() twice, once with "tcp" as the second argument and once with "udp" as the second argument. That way the "ddp" entries will be totally ignored. (The logic of what you do if you find that the "tcp" port doesn't match the "udp" port is another matter, but the existing code is already choking on that problem.) If somebody thinks the solution I outline in the previous paragraph sounds like the way to go, I'd be happy to test and submit a patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 12: 6:45 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 63D1637B400; Mon, 11 Feb 2002 12:06:22 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g1BK6Dw56980; Mon, 11 Feb 2002 12:06:13 -0800 (PST) (envelope-from dillon) Date: Mon, 11 Feb 2002 12:06:13 -0800 (PST) From: Matthew Dillon Message-Id: <200202112006.g1BK6Dw56980@apollo.backplane.com> To: Bruce Evans Cc: Matteo , , , Subject: Re: Crash System with MSDOS file-system driver! References: <20020211221141.R682-100000@gamplex.bde.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well, I think you did find a bug in VFS/BIO. Even UFS will unnecessarily break if a fully valid buffer is written and the write fails, due to b_resid being left non-zero (B_ERROR is cleared in that case and the write is re-queued). But we have a problem here. You can't gratuitously clear b_resid for the B_CACHE case. NFS depends on it being persistent for VLNK handling. In fact, NFS even assumes it is persistent for directory reading but since VMIO-backed buffers can be dropped and later reconstituted (zeroing b_resid), there is a hack in there to magically fix it for the VDIR case. This ability to drop and reconstitute the buffer implies that we can legally zero b_resid in the B_CACHE|B_VMIO case, but we cannot legally clear b_resid in the non-VMIO case. I also don't think it's a good idea to just munge breadn() and leave bread() alone. What I recommend is that the b_resid clearing code actually be put in getblk() itself but only for the B_CACHE|B_VMIO case, and with a big comment describing why it is there. If you want to work up a patch for that, Bruce, I'll be happy to help test it. Or I can just do it if you don't want to. The code is almost exactly the same. I do not understand the last bit of your patch that converts a non-error'd short read into an EIO. This case cannot happen on the first bp with either UFS or MSDOSFS because they explicitly conditionalize the breadn() call for the case where there is at least one full buffer's worth of data is left in the file or directory. Consequently the first buffer will never have a short read. The API, in general, does not explicitly disallow EOF occuring in the first buffer so unless you believe an API change is in order and clearly document it in breadn()'s comments, you should not commit this patch. (For example, NFS doesn't use breadn() but if it did it would likely assume that EOF could occur anywhere, even in the first buffer). -Matt :On Fri, 8 Feb 2002, Matteo wrote: : :> Hi all, :> :> I've 4.5-RELEASE and 4.4-STABLE. :> :> Try to follow this steps: :> :> 1) Mount a msdos floppy write protected in /floppy :> 2) cd /floppy :> 3) rm somefile :> At this point kernel show this message: :> :> fd0c: hard error writing fsbn 56 of 56-63 (ST0 :> 40 ST1 2 etc etc :> :> Next Step: :> :> 4) ls :> :> And system halt! I try with a UFS floppy and it's all :> ok. : :%%% :The hang is caused by msdosfs_readdir() "handling" reads of 0 bytes by :spinning forever. msdosfs_read() seems to have the same bug. :ufs_readdir() works because it calls VOP_READ() == ffs_read() which :treats reads of 0 bytes as EOF instead of spinning forever. : :Reads of 0 bytes and other short reads shouldn't happen, but they :happen because failed writes clobber b_resid and breadn() later returns :with the clobbered value. Filesystems use b_resid to determine the :extent of i/o in a few places (all (?) cloned from ufs_readwrite.c). :This is probably wrong and very incomplete -- most places, including :critical block allocation code, just assume that breadn() returns an :error if everything could not be read. : :The patch mainly just resets b_resid in breadn(). Determining the :value after the i/o that filled the buffer doesn't seem to be easy, :but it should be 0. : :Index: vfs_bio.c :=================================================================== :RCS file: /home/ncvs/src/sys/kern/vfs_bio.c,v :retrieving revision 1.296 :diff -u -r1.296 vfs_bio.c :--- vfs_bio.c 31 Jan 2002 18:39:44 -0000 1.296 :+++ vfs_bio.c 11 Feb 2002 11:09:22 -0000 :@@ -614,6 +614,13 @@ : vfs_busy_pages(bp, 0); : VOP_STRATEGY(vp, bp); : ++readwait; :+ } else { :+ /* :+ * Recover from failed writes clobbering b_resid. b_resid is :+ * strictly only valid after i/o, but some filesystems expect :+ * it to give the part of `size' that was not readable here. :+ */ :+ bp->b_resid = 0; : } : : for (i = 0; i < cnt; i++, rablkno++, rabsize++) { :@@ -640,6 +647,16 @@ : : if (readwait) { : rv = bufwait(bp); :+ /* :+ * Convert short reads to i/o errors, since short reads aren't :+ * useful for the buffer cache and they are mostly not handled :+ * in callers. :+ * XXX we don't always get here for read-ahead blocks. :+ * b_resid for read-ahead blocks may be clobbered by failed :+ * attempts to write the blocks. :+ */ :+ if (rv == 0 && bp->b_resid != 0) :+ rv = EIO; : } : return (rv); : } :%%% : :Bruce : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 12:57:53 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id 4961A37B41E for ; Mon, 11 Feb 2002 12:57:48 -0800 (PST) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id WWF13417 for freebsd-bugs@freebsd.org; Mon, 11 Feb 2002 22:57:43 +0200 (EET) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.6/8.11.6) id g1ALw6D01849 for freebsd-bugs@freebsd.org; Sun, 10 Feb 2002 23:58:06 +0200 (EET) (envelope-from netch) Date: Sun, 10 Feb 2002 23:58:06 +0200 From: Valentin Nechayev To: freebsd-bugs@freebsd.org Subject: /bin/sh: MAXPWD Message-ID: <20020210235806.A491@iv.nn.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-42: On Organization: Dark side of coredump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org /bin/sh, both in -current and in -stable, limits allowed current directory path to 256 chars (`#define MAXPWD 256' in cd.c). Why? It may be more correct to use at least PATH_MAX or MAXPATHLEN... /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 13: 0: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C510837B419 for ; Mon, 11 Feb 2002 13:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BL03P81852; Mon, 11 Feb 2002 13:00:03 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 13:00:03 -0800 (PST) Message-Id: <200202112100.g1BL03P81852@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: misc/34739: [BROKEN] The FreeBSD PR submission system is now broken Reply-To: John Merryweather Cooper Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/34739; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, john_m_cooper@yahoo.com Cc: Subject: Re: misc/34739: [BROKEN] The FreeBSD PR submission system is now broken Date: Mon, 11 Feb 2002 12:53:40 -0800 Incredibly, I was able to get send-pr to work today. Nothings changed on this end. :) -- jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 15:10: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FEAB37B405 for ; Mon, 11 Feb 2002 15:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BNA1112369; Mon, 11 Feb 2002 15:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C55D37B425 for ; Mon, 11 Feb 2002 15:05:26 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BN5QK09958; Mon, 11 Feb 2002 15:05:26 -0800 (PST) (envelope-from nobody) Message-Id: <200202112305.g1BN5QK09958@freefall.freebsd.org> Date: Mon, 11 Feb 2002 15:05:26 -0800 (PST) From: Steffen Mutter To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/34848: make of python21 hangs in loop Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34848 >Category: i386 >Synopsis: make of python21 hangs in loop >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 15:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Steffen Mutter >Release: 4.5 >Organization: www.newbie-net.de >Environment: bash-2.05a$ uname -a FreeBSD staff.mutter-net.de 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: It's not possible for me to 'make' python21 out of the FreeBSD ports. >How-To-Repeat: Just jump in /usr/ports/lang/python21 in the new 4.5 FreeBSD and check it out on your own ;o) >Fix: Maybe it's not your fault at all, because your OS fetches from ftp://ftp.python.org - there could be a bug in their sourcecode, but I'm a real newbie to Unix at all... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 15:40: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FD6637B404 for ; Mon, 11 Feb 2002 15:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BNe2o16952; Mon, 11 Feb 2002 15:40:02 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 15:40:02 -0800 (PST) Message-Id: <200202112340.g1BNe2o16952@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/34832: /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, not cipher.3.gz Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/34832; it has been noted by GNATS. From: "Crist J. Clark" To: Alan Eldridge Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/34832: /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, not cipher.3.gz Date: Mon, 11 Feb 2002 15:30:44 -0800 On Mon, Feb 11, 2002 at 09:42:35AM -0500, Alan Eldridge wrote: [snip] > >Description: > > On a fresh 4.5-RELEASE installation, /usr/share/man/cat3/setkey.3.gz is the > same file as crypt.3.gz. > > It should be hard-linked to cipher.3.gz. > > Note: It's correct in /usr/share/man/man3. Only cat3 has the error. > > [blank lines inserted for readability] > [alane ~]$ ls -l /usr/share/man/{man,cat}3/{setkey,cipher,crypt}.3* > > -rw-r--r-- 1 man wheel 1389 Feb 11 08:37 /usr/share/man/cat3/cipher.3.gz > -rw-r--r-- 7 man wheel 2799 Jan 28 09:35 /usr/share/man/cat3/crypt.3.gz > -rw-r--r-- 7 man wheel 2799 Jan 28 09:35 /usr/share/man/cat3/setkey.3.gz > > -r--r--r-- 5 root wheel 2019 Jan 28 08:13 /usr/share/man/man3/cipher.3.gz > -r--r--r-- 3 root wheel 3402 Jan 28 08:11 /usr/share/man/man3/crypt.3.gz > -r--r--r-- 5 root wheel 2019 Jan 28 08:13 /usr/share/man/man3/setkey.3.gz This is a problem with the way the catpages are distributed. Right now, they are a separate distro. They are built for a "default" install. In such a default install, the des_cipher(3), des_setkey(3), encrypt(3), and setkey(3) are all linked to crypt(3). When you add the 'crypto' distribution, it correctly clobbers the manpages as you have seen, but it does not do the catpages (since catpages are a separate distro and other distros do not contain catpages). The workaround for this is not as easy as it could be; catman(1) won't see the current inconsistencies in your man and catpages, # cd /usr/share/man/cat3 # rm cipher.3.gz des_cipher.3.gz des_setkey.3.gz encrypt.3.gz setkey.3.gz # echo /usr/bin/catman | su -m man There may be other inconsistencies between your catpages and manpages. I'd actually recommend that instead of the above, you rebuild them all, # find /usr/share/man/cat* -type f -delete # echo /usr/bin/catman | su -m man It takes a few minutes, but it is a one time cost. As for a fix, too late for 4.5-RELEASE, obviously. Off the top of my head, I cannot really think of an easy way to do this. We do not want the crypto, or other distros, adding catpages unconditionally. There is no good way to let the catman distro know which other distros were chosen and add the appropriate catpages; that's not how the distros work. The only reasonable possibility I can think of that fits the current distro model is to have a separate crypto-catpages (like there is already a separate crypto-src) sub-distro. OTOH, IMHO, probably the best thing to do would be to do away with the catman distro all together and have sysinstall run catman(1) after all manpages are installed and guarantee that the two are in sync. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 15:41:57 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41F7F37B400; Mon, 11 Feb 2002 15:41:54 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BNVwE15154; Mon, 11 Feb 2002 15:31:58 -0800 (PST) (envelope-from cjc) Date: Mon, 11 Feb 2002 15:31:58 -0800 (PST) From: Message-Id: <200202112331.g1BNVwE15154@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/34848: make of python21 hangs in loop Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: make of python21 hangs in loop Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cjc Responsible-Changed-When: Mon Feb 11 15:31:18 PST 2002 Responsible-Changed-Why: Misfiled PR. Ports problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34848 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 16: 0:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63AC037B404 for ; Mon, 11 Feb 2002 16:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C002219715; Mon, 11 Feb 2002 16:00:02 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 16:00:02 -0800 (PST) Message-Id: <200202120000.g1C002219715@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alan Eldridge Subject: Re: bin/34832: /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, not cipher.3.gz Reply-To: Alan Eldridge Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/34832; it has been noted by GNATS. From: Alan Eldridge To: "Crist J. Clark" Cc: Alan Eldridge , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/34832: /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, not cipher.3.gz Date: Mon, 11 Feb 2002 18:50:07 -0500 On Mon, Feb 11, 2002 at 03:30:44PM -0800, Crist J. Clark wrote: >On Mon, Feb 11, 2002 at 09:42:35AM -0500, Alan Eldridge wrote: >[snip] >This is a problem with the way the catpages are distributed. Right >now, they are a separate distro. They are built for a "default" >The workaround for this is not as easy as it could be; catman(1) >won't see the current inconsistencies in your man and catpages, > > # cd /usr/share/man/cat3 > # rm cipher.3.gz des_cipher.3.gz des_setkey.3.gz encrypt.3.gz setkey.3.gz > # echo /usr/bin/catman | su -m man > >There may be other inconsistencies between your catpages and >manpages. I'd actually recommend that instead of the above, you >rebuild them all, > > # find /usr/share/man/cat* -type f -delete > # echo /usr/bin/catman | su -m man > >It takes a few minutes, but it is a one time cost. Ah...now is there a way to say "find all files that are dupes of each other and (hard-or-sym) link 'em together"? From "man catman": BUGS man(1) is a setuid program. Be careful that user `man' has write permis- sions to the catman directories. Catman does not check for any `.so' in man page sources. Use hard or symlinks to avoid redundant formatted man pages. I presume this means that it *doesn't* use hard or symlinks on its own. -- Alan Eldridge "Dave's not here, man." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 16: 0:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B496C37B416 for ; Mon, 11 Feb 2002 16:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C002C19726; Mon, 11 Feb 2002 16:00:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CAD837B404 for ; Mon, 11 Feb 2002 15:58:43 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1BNwhm19456; Mon, 11 Feb 2002 15:58:43 -0800 (PST) (envelope-from nobody) Message-Id: <200202112358.g1BNwhm19456@freefall.freebsd.org> Date: Mon, 11 Feb 2002 15:58:43 -0800 (PST) From: Alan Larson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/34850: scp cannot talk to ssh2 sites that have Ssh1Compatability no Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34850 >Category: misc >Synopsis: scp cannot talk to ssh2 sites that have Ssh1Compatability no >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 16:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Larson >Release: 4.3 4.4 >Organization: PAIX.net >Environment: multiple machines... client running generic 4.3, for example >Description: scp (from openssh) cannot copy to/from systems running ssh2 with "Ssh1Compatibility no" in /etc/ssh2/sshd2_config . scp -v -p host.paix.net:watch3.in /tmp/fox.in Executing: program /usr/bin/ssh host host.paix.net, user (unspecified), command scp -v -p -f watch3.in larson@host.paix.net's password: scp: warning: Executing scp1 compatibility. select: Bad file descriptor >How-To-Repeat: configure one system with ssh1/ssh2, disable ssh1 access in /etc/ssh2/ssh2d_config -- then try the command above from a standard openssh install on another freebsd system. >Fix: no fix known. One would be most welcome. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 16:20:18 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2C3037B419 for ; Mon, 11 Feb 2002 16:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C0K0L25572; Mon, 11 Feb 2002 16:20:00 -0800 (PST) (envelope-from gnats) Received: from areilly.bpc-users.org (CPE-144-132-240-160.nsw.bigpond.net.au [144.132.240.160]) by hub.freebsd.org (Postfix) with SMTP id 996ED37B417 for ; Mon, 11 Feb 2002 16:12:46 -0800 (PST) Received: (qmail 59679 invoked by uid 1000); 12 Feb 2002 00:12:46 -0000 Message-Id: <20020212001246.59678.qmail@areilly.bpc-users.org> Date: 12 Feb 2002 00:12:46 -0000 From: "Andrew Reilly" Reply-To: Andrew Reilly To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/34851: My USB scanner is not recognised by uscanner driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34851 >Category: kern >Synopsis: My USB scanner is not recognised by uscanner driver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 16:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Andrew Reilly >Release: FreeBSD 4.5-STABLE i386 >Organization: Just me >Environment: System: FreeBSD gurney.reilly.home 4.5-STABLE FreeBSD 4.5-STABLE #1: Sat Feb 9 11:24:40 EST 2002 root@gurney.reilly.home:/usr/obj/usr/src/sys/GURNEY i386 >Description: Without the following modification to sys/dev/usb/uscanner.c, the USB driver correctly locates my USB scanner and displays it's product ID string at boot time, but I can't talk to it like a scanner, with xsane (for example). >How-To-Repeat: Plug in AGFA Snapscan e20 into USB port re-boot system observe log messages observe failure of scanner software to find device >Fix: Apply the following patch to /usr/src/sys/dev/usb/uscanner.c: --- uscanner.c.orig Mon Oct 15 14:44:06 2001 +++ uscanner.c Mon Oct 15 14:43:13 2001 @@ -91,6 +91,7 @@ { USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCAN1212U }, { USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCAN1212U2 }, { USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANTOUCH }, + { USB_VENDOR_AGFA, USB_PRODUCT_AGFA_SNAPSCANE20 }, /* Kye */ { USB_VENDOR_KYE, USB_PRODUCT_KYE_VIVIDPRO }, I use a /usr/local/etc/sane.d/snapscan.config file that looks like: usb /dev/uscanner0 firmware /usr/local/share/sane/snape20.bin Snape20.bin is a file from the DRIVERS directory on the Agfa "ScanWise" CD that came with the scanner. Both xsane and xscanimage now work, with the device set to snapscan:/dev/uscanner0. Oddly, the appropriate patch to usbdevs was committed some considerable time ago, along with a whole bunch of other AGFA scanner model IDs, but I can't test those, so they're not part of this report. Thanks to the authors of the uscanner driver: it works beautifully most of the time. (The scanner software wedges if the scanner takes too long to warm up, but killing and restarting seems to fix that. I don't have anything concrete enough to base a PR on for that...) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 16:38:47 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from sparc1.amuser-net.ne.jp (sparc1.amuser-net.ne.jp [210.164.150.34]) by hub.freebsd.org (Postfix) with ESMTP id 25B1E37B405; Mon, 11 Feb 2002 16:38:36 -0800 (PST) Received: from your13jxqacx6s ([210.155.148.84]) by sparc1.amuser-net.ne.jp (8.9.3/3.7Wpl2/DEKIRU1.00) with SMTP id HAA14514; Tue, 12 Feb 2002 07:20:20 +0900 Message-ID: <01da01c1b34a$67797750$c933fea9@your13jxqacx6s> From: "=?iso-2022-jp?B?GyRCRnxLXDFHMmg4JjVmMnEbKEI=?=" To: Subject: =?iso-2022-jp?B?GyRCJU8lJCVTJTglZyVzISYlIiVAJWslSCVTJUclKiROJDQwRkZiGyhC?= Date: Tue, 12 Feb 2002 06:10:01 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org $B%S%G%*$N==G\0J>e$N2hLL>pJs$K$h$kGw??$N1GA|!*(B $B!J%S%G%*#C#GEy$N(B352$B!_(B240$B2hAG$KBP$7(B1024$B!_(B768$B2hAG!K(B $B$b$A$m$sL5=$@5!"$"$i$f$k:YIt$,$/$C$-$j8+$($^$9!#(B $B:G?7$N%G%8%?%k5;=Q$GC0uM-8z!K(B $B")#1#7#0!!K-EgM9JX6I;_$a!!F|K\1G2h8&5f2q(B $B%O%$%S%8%g%s#A#V$N:F@8$K$O0J2<$N4D6-$,I,MW$G$9!#(B $B%Z%s%F%#%"%`-60J>e!"(BWindows98$B!"(B2000$B!"(BXP $B%Q%o!<#P#C!!#G#30J>e!!#O#S#80J9_(B $B$$$:$l$b(B1024$B!_(B768$B0J>e$N%G%#%9%W%l%$!!(B $B!!!!!!!!%a%b%j(B64MB$B0J>e!J(BXP$B$O(B128MB$B0J>e!K(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 17:10: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3549537B404 for ; Mon, 11 Feb 2002 17:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C1A2m35257; Mon, 11 Feb 2002 17:10:02 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 17:10:02 -0800 (PST) Message-Id: <200202120110.g1C1A2m35257@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/34832: /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, not cipher.3.gz Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/34832; it has been noted by GNATS. From: "Crist J. Clark" To: Alan Eldridge Cc: bug-followup@FreeBSD.ORG Subject: Re: bin/34832: /usr/share/man/cat3/setkey.3.gz linked to crypt.3.gz, not cipher.3.gz Date: Mon, 11 Feb 2002 17:02:50 -0800 On Mon, Feb 11, 2002 at 04:00:02PM -0800, Alan Eldridge wrote: [snip] > > # find /usr/share/man/cat* -type f -delete > > # echo /usr/bin/catman | su -m man > > > >It takes a few minutes, but it is a one time cost. > > Ah...now is there a way to say "find all files that are dupes > of each other and (hard-or-sym) link 'em together"? > > From "man catman": > > BUGS > man(1) is a setuid program. Be careful that user `man' has write permis- > sions to the catman directories. Catman does not check for any `.so' in > man page sources. Use hard or symlinks to avoid redundant formatted man > pages. > > I presume this means that it *doesn't* use hard or symlinks on its own. I'm a bit confused by that BUGS section too. catman(1) _does_ do links properly. Run, # echo /usr/bin/catman -p -v | su -m man To see what it will do. I _think_ the BUGS section is saying to link or symlink your _manpages._ That's how catman(1) knows when to link rather than reprocess. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 17:20: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E0B337B41B for ; Mon, 11 Feb 2002 17:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C1K2f36327; Mon, 11 Feb 2002 17:20:02 -0800 (PST) (envelope-from gnats) Date: Mon, 11 Feb 2002 17:20:02 -0800 (PST) Message-Id: <200202120120.g1C1K2f36327@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: AMAKAWA Shuhei Subject: Re: kern/34801: TCP window size bug (afflicting IP Filter keep state) Reply-To: AMAKAWA Shuhei Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34801; it has been noted by GNATS. From: AMAKAWA Shuhei To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/34801: TCP window size bug (afflicting IP Filter keep state) Date: Tue, 12 Feb 2002 01:19:00 +0000 kern/34801 is obviously incorrect. In fact, RFC 1323 comes into play. The default value of net.inet.tcp.recvspace of 65536 requires that the RFC 1323 window scale extention be used. However, IP Filter apparently doesn't support RFC 1323 extensions and takes the window size field literally. You could blame IP Filter for this, but I think lowering the default tcp.recvspace to 65535 is a reasonable concession to make, to make IP Filter work without tweaking anything. The original aim of raising it to 64K must not have been to activate window scaling. So, please apply the patch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 19:16:31 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4092137BB12 for ; Mon, 11 Feb 2002 19:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C3A3363101; Mon, 11 Feb 2002 19:10:03 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2D0337C12F for ; Mon, 11 Feb 2002 19:04:40 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C34el58957; Mon, 11 Feb 2002 19:04:40 -0800 (PST) (envelope-from nobody) Message-Id: <200202120304.g1C34el58957@freefall.freebsd.org> Date: Mon, 11 Feb 2002 19:04:40 -0800 (PST) From: Wesley Miaw To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34854: /src/sys/dev/sound doesn't work correctly, post Aug 2001 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34854 >Category: kern >Synopsis: /src/sys/dev/sound doesn't work correctly, post Aug 2001 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 19:10:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Wesley Miaw >Release: 4.4-RELEASE >Organization: Berkeley Multimedia Research Center >Environment: FreeBSD quimby.bmrc.berkeley.edu 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Feb 11 18:17:05 PST 2002 root@quimby.bmrc.berkeley.edu:/usr/obj/usr/src/sys/QUIMBY i386 >Description: The 4.4-RELEASE /src/sys/dev/sound code causes write() to return -1 with Invalid Argument when using Open Mash vat with a Yamaha OPL3-SAx sound card. Swapping in the sound directory from 'cvs co -D "July 31, 2001 12:00pm" sys_dev_sound' fixes the problem, and write returns normally. I saw a discussion on the FreeBSD newsgroup about this problem occuring in 4.4-PRERELEASE and this confirms that the problem still exists in 4.4-RELEASE. >How-To-Repeat: Install Open Mash from cvs (instructions at http://www.openmash.org/developers/cvs/unix.html) on a FreeBSD 4.4-RELEASE machine with sound compiled into the kernel. Use a Yamaha OPL3-SAx sound card (or possibly any other half-duplex only card) and try to receive audio from a multicast session using vat. vat will appear to hang, but it is actually caught in a loop trying to write audio because write() is returning -1. >Fix: Revert to the old /src/sys/dev/sound code. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Feb 11 21: 4:20 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAF9C37B402; Mon, 11 Feb 2002 21:04:16 -0800 (PST) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C4rJt81091; Mon, 11 Feb 2002 20:53:19 -0800 (PST) (envelope-from mp) Date: Mon, 11 Feb 2002 20:53:19 -0800 (PST) From: Message-Id: <200202120453.g1C4rJt81091@freefall.freebsd.org> To: grady@adsl-209-233-28-31.dsl.snfc21.pacbell.net, mp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/34800: tcsh's complete.tcsh should be installed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: tcsh's complete.tcsh should be installed State-Changed-From-To: open->closed State-Changed-By: mp State-Changed-When: Mon Feb 11 20:51:26 PST 2002 State-Changed-Why: Patch from Alexey has been committed. Thanks for the bug report. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34800 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 1:26:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 850EC37B417; Tue, 12 Feb 2002 01:26:10 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C9CrW37102; Tue, 12 Feb 2002 01:12:53 -0800 (PST) (envelope-from n_hibma) Date: Tue, 12 Feb 2002 01:12:53 -0800 (PST) From: Message-Id: <200202120912.g1C9CrW37102@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/33638: quirk for DIVA USB Mp3 player Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: quirk for DIVA USB Mp3 player Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Tue Feb 12 01:12:37 PST 2002 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33638 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 1:26:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 701E837B42C; Tue, 12 Feb 2002 01:26:12 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C99vk36653; Tue, 12 Feb 2002 01:09:57 -0800 (PST) (envelope-from n_hibma) Date: Tue, 12 Feb 2002 01:09:57 -0800 (PST) From: Message-Id: <200202120909.g1C99vk36653@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/34067: Reproducable crash on usb ugen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Reproducable crash on usb ugen Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Tue Feb 12 01:09:46 PST 2002 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34067 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 2:35:38 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE55937B41E; Tue, 12 Feb 2002 02:35:36 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CARZZ52976; Tue, 12 Feb 2002 02:27:35 -0800 (PST) (envelope-from joe) Date: Tue, 12 Feb 2002 02:27:35 -0800 (PST) From: Message-Id: <200202121027.g1CARZZ52976@freefall.freebsd.org> To: joe@FreeBSD.org, freebsd-bugs@FreeBSD.org, joe@FreeBSD.org Subject: Re: kern/34851: My USB scanner is not recognised by uscanner driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: My USB scanner is not recognised by uscanner driver Responsible-Changed-From-To: freebsd-bugs->joe Responsible-Changed-By: joe Responsible-Changed-When: Tue Feb 12 02:27:13 PST 2002 Responsible-Changed-Why: I fixed this in -current a few days ago, and will MFC shortly. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34851 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 4: 3:45 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B492437B41B for ; Tue, 12 Feb 2002 04:03:40 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CC07O71220; Tue, 12 Feb 2002 04:00:07 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 04:00:07 -0800 (PST) Message-Id: <200202121200.g1CC07O71220@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/34834: "fix" of du(1) and -h Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/34834; it has been noted by GNATS. From: "Crist J. Clark" To: Tomas Svensson Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/34834: "fix" of du(1) and -h Date: Tue, 12 Feb 2002 03:50:37 -0800 On Mon, Feb 11, 2002 at 10:36:46AM -0500, Tomas Svensson wrote: [snip] > >Description: > The manpages for df(1), du(1) and ls(1) claim that -h (print human- > readable numbers) will reduce the number of digits to three or fewer, > but this isn't true. It will print numbers such as 1000K or 1010K > (since these are slightly less than a megabyte). Also, the 'K' for > kilo should really be 'k'. 'k' is generally used for multiples of 1000. 'K' is used for multiples of 1024. Sticking with 'K' is prefered except possibly for the '-H' option of df(1). But it seems like a lot of trouble to change that one case to 'k'. The current method does seem to be overkill. Why not just divide by 1024 n-times until the result is < 1024 rather than ilogb(3)? We lose the math library, and we don't need that table of values. One comment about the patch, [snip] > + printf("%qd.%qd%c", s1, s2, prefixes[i]); > + } else > + printf("%3qd%c", (bytes + 50) / 100, prefixes[i]); Quads? Ewwww... -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 5:25:59 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53D5637B419 for ; Tue, 12 Feb 2002 05:25:46 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CDK1I96229; Tue, 12 Feb 2002 05:20:01 -0800 (PST) (envelope-from gnats) Received: from kebab.gaffel.nu (kebab.gaffel.nu [217.8.138.140]) by hub.freebsd.org (Postfix) with SMTP id 2254137B417 for ; Tue, 12 Feb 2002 05:11:04 -0800 (PST) Received: (qmail 27191 invoked by uid 1000); 12 Feb 2002 13:07:06 -0000 Message-Id: <20020212130706.27190.qmail@kebab.gaffel.nu> Date: 12 Feb 2002 13:07:06 -0000 From: "Øyvind" Kolbu Reply-To: "Øyvind" Kolbu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/34874: Netstat output to small Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34874 >Category: bin >Synopsis: Netstat output to small >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 12 05:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Øyvind Kolbu >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD kebab.gaffel.nu 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #4: Tue Dec 25 18:02:35 CET 2001 oyvind@kebab.gaffel.nu:/usr/obj/usr/src/sys/kebab i386 netstat from 4.5-PRERELEASE >Description: When having aliases with a total length of more than 13 characters, the remaing 2 possible characters are removed. This only happens in the third column, in the fourth it is displayed correctly. Example output, with the alias set to 192.168.168.168: dc0 1500 192.168.168.1 192.168.168.168 ... etc >How-To-Repeat: run `netstat -I device0 -n' with an IP with 3 digits in all the fields. >Fix: Increase the max width between the third and the forth column to 20. 17 for the IP, and three for additional CIDR notation. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 5:54:32 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id F31C637B400; Tue, 12 Feb 2002 05:53:46 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id XAA26950; Tue, 12 Feb 2002 23:54:21 +1100 Date: Tue, 12 Feb 2002 23:57:15 +1100 (EST) From: Bruce Evans X-X-Sender: To: Matthew Dillon Cc: Matteo , , , Subject: Re: Crash System with MSDOS file-system driver! In-Reply-To: <200202112006.g1BK6Dw56980@apollo.backplane.com> Message-ID: <20020212225510.F4096-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 11 Feb 2002, Matthew Dillon wrote: > Well, I think you did find a bug in VFS/BIO. Even UFS will unnecessarily > break if a fully valid buffer is written and the write fails, due to > b_resid being left non-zero (B_ERROR is cleared in that case and the > write is re-queued). I think that failure is fairly safe. The read will just terminate early for the bad block. > But we have a problem here. You can't gratuitously clear b_resid for > the B_CACHE case. NFS depends on it being persistent for VLNK handling. > In fact, NFS even assumes it is persistent for directory reading but > since VMIO-backed buffers can be dropped and later reconstituted (zeroing > b_resid), there is a hack in there to magically fix it for the VDIR > case. I forgot about nfs. > I also don't think it's a good idea to just munge breadn() and leave > bread() alone. bread() just calls breadn(). > What I recommend is that the b_resid clearing code actually be put in > getblk() itself but only for the B_CACHE|B_VMIO case, and with a big > comment describing why it is there. If you want to work up a patch > for that, Bruce, I'll be happy to help test it. Or I can just do it > if you don't want to. The code is almost exactly the same. Please do it. > I do not understand the last bit of your patch that converts a non-error'd > short read into an EIO. This case cannot happen on the first bp with > either UFS or MSDOSFS because they explicitly conditionalize the breadn() > call for the case where there is at least one full buffer's worth of data > is left in the file or directory. Consequently the first buffer will > never have a short read. It is just a sanity check. Device drivers return a short read for EOF at least. The EOF case shouldn't happen because filesystems are built of whole blocks. Except I forgot the nfs case... I knew that short reads were non-errors for block devices and thought that removing block devices made them errors in all cases. > The API, in general, does not explicitly > disallow EOF occuring in the first buffer so unless you believe an API > change is in order and clearly document it in breadn()'s comments, you > should not commit this patch. (For example, NFS doesn't use breadn() > but if it did it would likely assume that EOF could occur anywhere, even > in the first buffer). It's not a good API, so some changes to it wouldn't hurt. Currently, callers of bread() are apparently required to detect short reads by comparing bp->b_bcount - bp->b_resid with their requested size. Most callers don't bother. physio() is the main exception. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 6: 1:49 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2064337B419 for ; Tue, 12 Feb 2002 06:01:44 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CE04u11713; Tue, 12 Feb 2002 06:00:04 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 06:00:04 -0800 (PST) Message-Id: <200202121400.g1CE04u11713@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tomas Svensson Subject: Re: bin/34834: "fix" of du(1) and -h Reply-To: Tomas Svensson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/34834; it has been noted by GNATS. From: Tomas Svensson To: "Crist J. Clark" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/34834: "fix" of du(1) and -h Date: Tue, 12 Feb 2002 14:52:46 +0100 Tuesday, February 12, 2002, 12:50:37 PM, you wrote: CJC> On Mon, Feb 11, 2002 at 10:36:46AM -0500, Tomas Svensson wrote: CJC> [snip] >> >Description: >> The manpages for df(1), du(1) and ls(1) claim that -h (print human- >> readable numbers) will reduce the number of digits to three or fewer, >> but this isn't true. It will print numbers such as 1000K or 1010K >> (since these are slightly less than a megabyte). Also, the 'K' for >> kilo should really be 'k'. CJC> 'k' is generally used for multiples of 1000. 'K' is used for multiples CJC> of 1024. Sticking with 'K' is prefered except possibly for the '-H' CJC> option of df(1). But it seems like a lot of trouble to change that one CJC> case to 'k'. Yes you're right, change the 'k' to 'K'. Just because 3-4 people told me that 'k' was right, I assumed that they were correct. CJC> The current method does seem to be overkill. Why not just divide by CJC> 1024 n-times until the result is < 1024 rather than ilogb(3)? We lose CJC> the math library, and we don't need that table of values. < 1024 will still give the irritating '1000K' result. CJC> One comment about the patch, CJC> [snip] >> + printf("%qd.%qd%c", s1, s2, prefixes[i]); >> + } else >> + printf("%3qd%c", (bytes + 50) / 100, prefixes[i]); CJC> Quads? Ewwww... The smaller types won't do for the calculation, so no point in convertning before printing? (Ok, s1 and s2 doesn't need to be quads). -Tomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 6:21:54 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from gidgate.gid.co.uk (gid.co.uk [194.32.164.225]) by hub.freebsd.org (Postfix) with ESMTP id 7D9AA37B400 for ; Tue, 12 Feb 2002 06:21:50 -0800 (PST) Received: (from rb@localhost) by gidgate.gid.co.uk (8.11.6/8.11.6) id g1CEJwQ88673; Tue, 12 Feb 2002 14:19:58 GMT (envelope-from rb) Message-Id: <4.3.2.7.2.20020212141136.00bfa950@gid.co.uk> X-Sender: rbmail@gid.co.uk X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 12 Feb 2002 14:19:55 +0000 To: Tomas Svensson , freebsd-bugs@FreeBSD.ORG From: Bob Bishop Subject: Re: bin/34834: "fix" of du(1) and -h In-Reply-To: <200202121400.g1CE04u11713@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, > CJC> 'k' is generally used for multiples of 1000. 'K' is used for multiples > CJC> of 1024. Sticking with 'K' is prefered except possibly for the '-H' > CJC> option of df(1). But it seems like a lot of trouble to change that one > CJC> case to 'k'. > > Yes you're right, change the 'k' to 'K'. Just because 3-4 people told > me that 'k' was right, I assumed that they were correct. *ALL* the standard one-letter prefixes strictly denote powers of 10, so being precious over k/K doesn't really help much. See http://physics.nist.gov/cuu/Units/prefixes.html and http://physics.nist.gov/cuu/Units/binary.html for the applicable standards. -- Bob Bishop +44 (0)118 977 4017 rb@gid.co.uk fax +44 (0)118 989 4254 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 8:43: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9395437B41C for ; Tue, 12 Feb 2002 08:43:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CGe6s52830; Tue, 12 Feb 2002 08:40:06 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 08:40:06 -0800 (PST) Message-Id: <200202121640.g1CGe6s52830@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: kern/21051: Updating 4.1-RELEASE to -current fails because document is insufficient Reply-To: Makoto Matsushita Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/21051; it has been noted by GNATS. From: Makoto Matsushita To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/21051: Updating 4.1-RELEASE to -current fails because document is insufficient Date: Wed, 13 Feb 2002 01:16:53 +0900 > While updating 4.1-RELEASE to -current according to '/usr/src/UPDATING', > I got following message in 'make installkernel ...': > You must activate /boot/device.hints in loader.conf. In src/UPDATING, you can find: 20000825: /boot/device.hints is now required for installkernel to succeed. You should copy GENERIC.hints for your architecture into /boot/device.hints. If and only if you compile hints into your kernel, then this file may be empty. Please note, if you have an empty or missing /boot/device.hints file and you neglected to compile hints into your kernel, no boot messages will appear after the boot loader tries to start the kernel. I think 5-current user *must* read src/UPDATING before doing anything. Is it not sufficient description for you? If not, what's missing? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 8:43: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DB4537B417 for ; Tue, 12 Feb 2002 08:43:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CGe8U52837; Tue, 12 Feb 2002 08:40:08 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 08:40:08 -0800 (PST) Message-Id: <200202121640.g1CGe8U52837@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: i386/12383: make release warns about /dev entries making bin/bin tarball Reply-To: Makoto Matsushita Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/12383; it has been noted by GNATS. From: Makoto Matsushita To: bug-followup@FreeBSD.org Cc: iedowse@FreeBSD.org Subject: Re: i386/12383: make release warns about /dev entries making bin/bin tarball Date: Wed, 13 Feb 2002 01:09:20 +0900 iedowse> Can this be closed? Yes, it can be closed sice we remake all device file after extracting bin distribution. In a radical way, we can exclude all device files from bin distribution except dev/MAKEDEV :-) Original PR submitter say nothing about 'what' is the problem. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 8:43:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC22537B423 for ; Tue, 12 Feb 2002 08:43:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CGe9M52842; Tue, 12 Feb 2002 08:40:09 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 08:40:09 -0800 (PST) Message-Id: <200202121640.g1CGe9M52842@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: misc/27041: modify src/release/Makefile to make another floppy image Reply-To: Makoto Matsushita Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/27041; it has been noted by GNATS. From: Makoto Matsushita To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/27041: modify src/release/Makefile to make another floppy image Date: Wed, 13 Feb 2002 01:29:53 +0900 > No problem, no fix. Can we close this PR? It would be better that some tools to tweak boot floppies to put /boot.config file, but it is rare case for the ordinal users... -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 8:43:30 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B47437B417 for ; Tue, 12 Feb 2002 08:43:26 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CGe3652819; Tue, 12 Feb 2002 08:40:03 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 08:40:03 -0800 (PST) Message-Id: <200202121640.g1CGe3652819@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: 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 Reply-To: Makoto Matsushita Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/26608; it has been noted by GNATS. From: Makoto Matsushita To: bug-followup@FreeBSD.org Cc: Subject: Re: 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 Date: Wed, 13 Feb 2002 01:27:28 +0900 > By booting with the 4.2 Release cd or by updating my system to 4.2 Stable Is it still a problem for you? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 9: 5: 1 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A249E37B41A; Tue, 12 Feb 2002 09:04:48 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CGrZU55194; Tue, 12 Feb 2002 08:53:35 -0800 (PST) (envelope-from petef) Date: Tue, 12 Feb 2002 08:53:35 -0800 (PST) From: Message-Id: <200202121653.g1CGrZU55194@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/34878: sysinstall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: sysinstall Responsible-Changed-From-To: freebsd-ports->freebsd-bugs Responsible-Changed-By: petef Responsible-Changed-When: Tue Feb 12 08:53:15 PST 2002 Responsible-Changed-Why: This appears to be a problem with sysinstall, not the port itself. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 9: 5: 3 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26FD737B416 for ; Tue, 12 Feb 2002 09:04:46 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CH02656272; Tue, 12 Feb 2002 09:00:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 316FA37B41E for ; Tue, 12 Feb 2002 08:54:37 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CGpq554846; Tue, 12 Feb 2002 08:51:52 -0800 (PST) (envelope-from nobody) Message-Id: <200202121651.g1CGpq554846@freefall.freebsd.org> Date: Tue, 12 Feb 2002 08:51:52 -0800 (PST) From: Dominic Blais To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34880: Impossibility of grouping IP into a pipe for traffic shaping... Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34880 >Category: kern >Synopsis: Impossibility of grouping IP into a pipe for traffic shaping... >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Tue Feb 12 09:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Blais >Release: 4.3 >Organization: Interplex Telecom >Environment: Doesn't matter >Description: I would like to be able to GROUP IPs and associate it with a single pipe in order to limit the bandwidth on this group. This would be really usefull for us... I tried with /31 and /30 masks and it only works as if it was /32 it looks like only /0 /8 /16 /24 /32 works.... >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 Feb 12 10:53:49 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20B5837B425 for ; Tue, 12 Feb 2002 10:53:47 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CIo2679044; Tue, 12 Feb 2002 10:50:02 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 10:50:02 -0800 (PST) Message-Id: <200202121850.g1CIo2679044@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andrew Gallatin Subject: Re: kern/34801: TCP window size bug (afflicting IP Filter Reply-To: Andrew Gallatin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34801; it has been noted by GNATS. From: Andrew Gallatin To: freebsd-gnats-submit@FreeBSD.org, sa264@cam.ac.uk Cc: Subject: Re: kern/34801: TCP window size bug (afflicting IP Filter Date: Tue, 12 Feb 2002 13:36:51 -0500 (EST) keep state) X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid I'd greatly prefer we keep the default tcp_recvspace a multiple of MCLBYTES, or better yet, a multiple of PAGE_SIZE. So if its decided that reducing tcp_recvspace is the expediant fix (rather than fixing ipfiler, which would be much better), set it to 56k or 32k or something. Don't set it to 64k-1. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 11:56:41 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 140A137B405 for ; Tue, 12 Feb 2002 11:56:40 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CJo2493234; Tue, 12 Feb 2002 11:50:02 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 11:50:02 -0800 (PST) Message-Id: <200202121950.g1CJo2493234@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/34880: Impossibility of grouping IP into a pipe for traffic shaping... Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34880; it has been noted by GNATS. From: Ruslan Ermilov To: Dominic Blais Cc: bug-followup@FreeBSD.org Subject: Re: kern/34880: Impossibility of grouping IP into a pipe for traffic shaping... Date: Tue, 12 Feb 2002 19:31:36 +0200 On Tue, Feb 12, 2002 at 08:51:52AM -0800, Dominic Blais wrote: > > I would like to be able to GROUP IPs and associate it with a single > pipe in order to limit the bandwidth on this group. This would be > really usefull for us... I tried with /31 and /30 masks and it > only works as if it was /32 it looks like only /0 /8 /16 /24 /32 > works.... > Please provide a How-To-Repeat steps. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 12:12:44 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 06FBB37B405; Tue, 12 Feb 2002 12:12:37 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g1CK9ZW64977; Tue, 12 Feb 2002 12:09:35 -0800 (PST) (envelope-from dillon) Date: Tue, 12 Feb 2002 12:09:35 -0800 (PST) From: Matthew Dillon Message-Id: <200202122009.g1CK9ZW64977@apollo.backplane.com> To: Bruce Evans Cc: Matteo , , , Subject: Re: Crash System with MSDOS file-system driver! References: <20020212225510.F4096-100000@gamplex.bde.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org : :On Mon, 11 Feb 2002, Matthew Dillon wrote: : :> Well, I think you did find a bug in VFS/BIO. Even UFS will unnecessarily :> break if a fully valid buffer is written and the write fails, due to :> b_resid being left non-zero (B_ERROR is cleared in that case and the :> write is re-queued). : :I think that failure is fairly safe. The read will just terminate early :for the bad block. Oh no, definitely not safe. It's similar to the problem we had when write-failures caused the dirty block to be removed from the buffer cache. You wind up with an inconsistent filesystem - for example, with inconsistent meta-data, as if the system just decided to randomly drop a dirty buffer. This can result in unrecoverable filesystem corruption. So instead of having a simple write error and a failure on that directory or file, one winds up with a write error plus additional unrelated filesystem corruption. Bitmap and inode blocks are especially vulnerable. :> I also don't think it's a good idea to just munge breadn() and leave :> bread() alone. : :bread() just calls breadn(). As a general case, the situation should apply to anyone locking a buffer, thus the placement in getblk(). If it weren't for NFS we could do it across the board. In anycase, once I get the rest of the MFCs done I'll do a quick workup and start testing a fix. :It is just a sanity check. Device drivers return a short read for EOF at :least. The EOF case shouldn't happen because filesystems are built of :whole blocks. Except I forgot the nfs case... I knew that short reads :were non-errors for block devices and thought that removing block devices :made them errors in all cases. Remember, the buffer cache is a logical block cache, not a physical block cache (though it does that too). Blocks are primarily relative to their logical files. NFS has no concept of physical backing store, and even UFS differentiates between a fragment-backed block and full-block-backed block. The UFS strategy code actually figures out the correct block size and so does not depend on b_resid to detect a short read. NFS does not have this luxury in the case of a directory or softlink but hacks around the directory problem by keeping track of the directory's ending offset. Physio depends on b_resid to detect an EOF condition. :> The API, in general, does not explicitly :> disallow EOF occuring in the first buffer so unless you believe an API :> change is in order and clearly document it in breadn()'s comments, you :> should not commit this patch. (For example, NFS doesn't use breadn() :> but if it did it would likely assume that EOF could occur anywhere, even :> in the first buffer). : :It's not a good API, so some changes to it wouldn't hurt. Currently, :callers of bread() are apparently required to detect short reads by :comparing bp->b_bcount - bp->b_resid with their requested size. Most :callers don't bother. physio() is the main exception. : :Bruce Short reads can only be implemented by the underlying physio. Filesystems such as UFS and MSDOSFS know how large the underlying physical device is (and for files know how large the underlying file is) and so simply ensure that they do not attempt to read past the underlying device's EOF or past the file EOF. This is why they can make the assumption that a short read will not occur. A read error will return a real B_ERROR. NFS depends on short reads for directory and symlink operations and also depends on short reads for regular file reads if the server chooses to optimize a block of zeros. Fortunately NFS only assumes persistent state for (non-VMIO) symlink reads. Physio depends on short reads for EOF detection but since buffers are not cached it is a transitory indicator (and, in anycase, also non-VMIO). The buffer cache API supports short reads. It is not a bug or a mistake. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 12:41:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5784637B47F for ; Tue, 12 Feb 2002 12:40:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CKe4q04980; Tue, 12 Feb 2002 12:40:04 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 12:40:04 -0800 (PST) Message-Id: <200202122040.g1CKe4q04980@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Fernando Schapachnik Subject: Re: bin/23944: Patch for ftpd to add a cd after the chroot. Reply-To: Fernando Schapachnik Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/23944; it has been noted by GNATS. From: Fernando Schapachnik To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/23944: Patch for ftpd to add a cd after the chroot. Date: Tue, 12 Feb 2002 17:08:05 -0300 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Hi, Here it is an updated version of the patch against 4.5-RELEASE. I'd like to see it come into the main tree. Regards. Fernando P. Schapachnik Gerente de tecnología de red y sistemas de información VIA NET.WORKS ARGENTINA S.A. fschapachnik@vianetworks.com.ar Tel.: (54-11) 4323-3381 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ftpd.patch-4.5" --- ftpd.c.orig Tue Dec 18 15:35:55 2001 +++ ftpd.c Tue Feb 12 16:51:22 2002 @@ -140,6 +140,7 @@ int anon_only = 0; /* Only anonymous ftp allowed */ int guest; int dochroot; +char *cd_dir= NULL, *chroot_dir= NULL; int stats; int statfd = -1; int type; @@ -191,6 +192,9 @@ char *pid_file = NULL; +/* WARNING: FTP_CHROOT_SEPARATOR *MUST* end in / */ +#define FTP_CHROOT_SEPARATOR "/./" + /* * Limit number of pathnames that glob can return. * A limit of 0 indicates the number of pathnames is unlimited. @@ -261,6 +265,7 @@ static char *sgetsave __P((char *)); static void reapchild __P((int)); static void logxfer __P((char *, long, long)); +static void get_chroot_and_cd_dirs __P((char *, char **, char **)); static char * curdir() @@ -1056,6 +1061,14 @@ logged_in = 0; guest = 0; dochroot = 0; + if (chroot_dir!=NULL) { + free(chroot_dir); + chroot_dir= NULL; + } + if (cd_dir!=NULL) { + free(cd_dir); + cd_dir= NULL; + } } #if !defined(NOPAM) @@ -1320,7 +1333,8 @@ goto bad; } } else if (dochroot) { - if (chroot(pw->pw_dir) < 0 || chdir("/") < 0) { + get_chroot_and_cd_dirs(pw->pw_dir, &chroot_dir, &cd_dir); + if (chroot(chroot_dir) < 0 || chdir(cd_dir) < 0) { reply(550, "Can't change root."); goto bad; } @@ -2841,5 +2855,53 @@ ctime(&now)+4, ident, remotehost, path, name, size, now - start + (now == start)); write(statfd, buf, strlen(buf)); + } +} + +/* + * Make a pointer to the chroot dir and another to the cd dir. + * The first is all the path up to the first FTP_CHROOT_SEPARATOR. + * The later is the remaining chars, not including the FTP_CHROOT_SEPARATOR, + * but prepending a '/', if FTP_CHROOT_SEPARATOR is found. + * Otherwise, return user_home_dir as chroot_dir and "/" as cd_dir. + */ +static void +get_chroot_and_cd_dirs(user_home_dir, chroot_dir, cd_dir) + char *user_home_dir; + char **chroot_dir; + char **cd_dir; +{ + char *p; + int len= strlen(user_home_dir); + + /* Make a pointer to first character of string FTP_CHROOT_SEPARATOR + inside user_home_dir. */ + p = (char *) strstr(user_home_dir, FTP_CHROOT_SEPARATOR); + if (p == NULL) { + /* + * There is not FTP_CHROOT_SEPARATOR string inside + * user_home_dir. Return user_home_dir as chroot_dir, + * and "/" as cd_dir. + */ + if ((*chroot_dir = (char *) strdup(user_home_dir)) == NULL) + fatal("Ran out of memory."); + if ((*cd_dir = (char *) strdup("/")) == NULL) + fatal("Ran out of memory."); + } else { + /* + * Use strlen(user_home_dir) as maximun length for + * both cd_dir and chroot_dir, as both are substrings of + * user_home_dir. + */ + if ((*chroot_dir = malloc(len)) == NULL) + fatal("Ran out of memory."); + if ((*cd_dir = malloc(len)) == NULL) + fatal("Ran out of memory."); + (void) strncpy(*chroot_dir, user_home_dir, len-strlen(p)); + *(*chroot_dir+(len-strlen(p)))= '\0'; + /* Skip FTP_CHROOT_SEPARATOR (except the last /). */ + p += strlen(FTP_CHROOT_SEPARATOR)-1; + (void) strncpy(*cd_dir, p, strlen(p)); + *(*cd_dir+strlen(p))= '\0'; } } --- ftpd.8.orig Tue Dec 18 15:35:55 2001 +++ ftpd.8 Tue Feb 12 16:51:22 2002 @@ -321,13 +321,14 @@ or the user is a member of a group with a group entry in this file, i.e. one prefixed with .Ql \&@ , -the session's root will be changed to the user's login directory by +the session's root will be changed to the user's login directory (up to the first /./) by .Xr chroot 2 as for an .Dq anonymous or .Dq ftp account (see next item). +The user is placed into the directory that remainds after stripping the former from the user's login directory. This facility may also be triggered by enabling the boolean "ftp-chroot" capability in .Xr login.conf 5 . --- ftpcmd.y.orig Tue Feb 12 16:59:03 2002 +++ ftpcmd.y Tue Feb 12 17:00:30 2002 @@ -94,6 +94,8 @@ extern int noepsv; extern int noretr; extern int noguestretr; +extern int dochroot; +extern char *cd_dir, *chroot_dir; off_t restart_point; @@ -525,7 +527,9 @@ if ($2) { if (guest) cwd("/"); - else + else if (dochroot) { + cwd(cd_dir); + } else cwd(pw->pw_dir); } } --0F1p//8PRICkK4MW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 13:10:58 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 680CA37B437 for ; Tue, 12 Feb 2002 13:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CLA2W12956; Tue, 12 Feb 2002 13:10:02 -0800 (PST) (envelope-from gnats) Date: Tue, 12 Feb 2002 13:10:02 -0800 (PST) Message-Id: <200202122110.g1CLA2W12956@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: AMAKAWA Shuhei Subject: Re: kern/34801: TCP window size bug (afflicting IP Filter Reply-To: AMAKAWA Shuhei Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34801; it has been noted by GNATS. From: AMAKAWA Shuhei To: Andrew Gallatin Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/34801: TCP window size bug (afflicting IP Filter Date: Tue, 12 Feb 2002 21:01:37 +0000 At Tue, 12 Feb 2002 13:36:51 -0500 (EST), Andrew Gallatin wrote: > I'd greatly prefer we keep the default tcp_recvspace a multiple of > MCLBYTES, or better yet, a multiple of PAGE_SIZE. > > So if its decided that reducing tcp_recvspace is the expediant fix > (rather than fixing ipfiler, which would be much better), set it to > 56k or 32k or something. Don't set it to 64k-1. Sounds fine to me. As a matter of fact, I use 32768. The question is what the folks who decided to make this change have to say. I don't know why the particular value of 64k was chosen. I'm interested to hear the reason behind Matt Dillon's reservation about going beyond 32k, noted in the CVS log (if he had such reservation at all). http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/netinet/tcp_usrreq.c revision 1.64 -- Shuhei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Feb 12 18:27:26 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from zork.punq.net (punq.net [207.154.84.94]) by hub.freebsd.org (Postfix) with SMTP id E8C5537B416 for ; Tue, 12 Feb 2002 18:27:16 -0800 (PST) Received: (qmail 63736 invoked by uid 1000); 13 Feb 2002 02:27:16 -0000 Date: Tue, 12 Feb 2002 18:27:16 -0800 From: Marcus Reid To: freebsd-stable@freebsd.org Cc: freebsd-bugs@freebsd.org Subject: Panic in vnlru in 4.5-RELEASE Message-ID: <20020212182716.A63685@blazingdot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Coffee-Level: high Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi: I've been able to get this machine to crash a few times while copying the ports tree over to it over NFS. I'm wondering if it's more likely that it's a hardware thing, or if there's a bug in the new vnlru stuff. The crashdump below was from the 4.5-RELEASE GENERIC kernel. root@tin# gdb -k kernel.0 vmcore.0 GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...(no debugging symbols found)... IdlePTD at phsyical address 0x004b5000 initial pcb at physical address 0x003f5ea0 panicstr: vinvalbuf: dirty bufs panic messages: --- panic: vinvalbuf: dirty bufs syncing disks... 86 20 18 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 giving up on 10 buffers Uptime: 18m56s dumping to dev #ad/0x20001, offset 524448 dump ata0: resetting devices .. done 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 --- #0 0xc01c1fe2 in dumpsys () (kgdb) bt #0 0xc01c1fe2 in dumpsys () #1 0xc01c1df7 in boot () #2 0xc01c21d8 in poweroff_wait () #3 0xc01ee972 in vinvalbuf () #4 0xc01efc0b in vclean () #5 0xc01efe1f in vgonel () #6 0xc01ee47a in vlrureclaim () #7 0xc01ee548 in vnlru_proc () (kgdb) Output of dmesg is as follows: Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.5-RELEASE #0: Tue Feb 12 16:17:34 PST 2002 root@tin.blazingdot.com:/usr/obj/home/archive/releases/RELENG_4_5/src/sys/TIN Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(TM)Processor (1007.39-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x642 Stepping = 2 Features=0x183f9ff AMD Features=0xc0440000<,AMIE,DSP,3DNow!> real memory = 268353536 (262064K bytes) avail memory = 257359872 (251328K bytes) Preloaded elf kernel "kernel" at 0xc03b5000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 11 entries at 0xc00f1770 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 ohci0: mem 0xed800000-0xed800fff irq 9 at device 2.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered atapci0: port 0xd400-0xd40f at device 4.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 pcm0: port 0xd000-0xd0ff irq 5 at device 5.0 on pci0 ohci1: mem 0xec800000-0xec800fff irq 12 at device 6.0 on pci0 usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered isab0: at device 7.0 on pci0 isa0: on isab0 fxp0: port 0xb400-0xb43f mem 0xeb000000-0xeb0fffff,0xeb800000-0xeb800fff irq 10 at device 10.0 on pci0 fxp0: Ethernet address 00:90:27:57:61:11 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto chip1: at device 17.0 on pci0 orm0:
Not using ":" may not be = optional.  Trying=20 mount_nfs on a 'dos-like' server requires the ":" to identify the drive = to be=20 mounted on multi-drive systems.  Using strchr solved the problem = for me; an=20 extra flag sound like an alternative.
 
Jorge.
 
------=_NextPart_000_0003_01C1B56D.C66ED6E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 14 11:30:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B13237B402 for ; Thu, 14 Feb 2002 11:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1EJU5i83272; Thu, 14 Feb 2002 11:30:05 -0800 (PST) (envelope-from gnats) Date: Thu, 14 Feb 2002 11:30:05 -0800 (PST) Message-Id: <200202141930.g1EJU5i83272@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nicolas Rachinsky Subject: Re: bin/34819: bzip2 cannot handle filenames containing * or ? Reply-To: Nicolas Rachinsky Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/34819; it has been noted by GNATS. From: Nicolas Rachinsky To: Mike Makonnen Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/34819: bzip2 cannot handle filenames containing * or ? Date: Thu, 14 Feb 2002 20:13:44 +0100 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * On Mon, Feb 11, 2002 at 04:26:15AM -0800, * Mike Makonnen wrote: > Having said that, bzip2 is contributed software so you should complain > to its creator: Julian Seward http://sources.redhat.com/bzip2/ I asked Julian, see the attached mail. Nicolas --mP3DRpeJDSE+ciuQ Content-Type: message/rfc822 Content-Disposition: inline Received: from localhost (localhost.abc [127.0.0.1]) by pc5.abc (8.11.6/8.11.6) with ESMTP id g1EJ4P149266 for ; Thu, 14 Feb 2002 20:04:25 +0100 (CET) (envelope-from Julian_Seward@muraroa.demon.co.uk) Envelope-to: list@rachinsky.de Delivery-date: Thu, 14 Feb 2002 20:04:14 +0100 Received: from pop.kundenserver.de [212.227.126.142] by localhost with POP3 (fetchmail-5.9.6 polling lists account pt6334525-123) for nicolas@localhost (single-drop); Thu, 14 Feb 2002 20:04:25 +0100 (CET) Received: from [194.217.242.20] (helo=tele-post-20.mail.demon.net) by mxng04.kundenserver.de with esmtp (Exim 3.22 #2) id 16bRAg-0005Gb-00 for list@rachinsky.de; Thu, 14 Feb 2002 20:03:54 +0100 Received: from muraroa.demon.co.uk ([194.222.137.74]) by tele-post-20.mail.demon.net with esmtp (Exim 3.34 #1) id 16bRAe-000EzQ-0K for list@rachinsky.de; Thu, 14 Feb 2002 19:03:53 +0000 Sender: sewardj@pop.kundenserver.de Message-ID: <3C6C07C9.3E92CB41@muraroa.demon.co.uk> Date: Thu, 14 Feb 2002 18:54:01 +0000 From: Julian Seward X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.9-13 i586) X-Accept-Language: en MIME-Version: 1.0 To: Nicolas Rachinsky Subject: Re: bzip2 cannot handle filenames containing * or ? References: <20020214104356.GA20084@pc5.abc> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Nicolas Rachinsky wrote: > > Hallo, > > first I want to say bzip2 is really a good program. > > But I have one problem with it, it cannot handle files which names > contain * or ?. The source code shows this behaviour is intended, but > I think that's not good, because unix software should be able to > handle all possible filenames. Or is there any thing I overlooked? > > Thanks > Nicolas Upgrade to 1.0.2; this problem is fixed there. http://sources.redhat.com/bzip2 J --mP3DRpeJDSE+ciuQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 14 11:40: 4 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1AFC37B402 for ; Thu, 14 Feb 2002 11:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1EJe2486300; Thu, 14 Feb 2002 11:40:02 -0800 (PST) (envelope-from gnats) Date: Thu, 14 Feb 2002 11:40:02 -0800 (PST) Message-Id: <200202141940.g1EJe2486300@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Andrey A. Chernov" Subject: Re: misc/34935: New locale (Cyrillic Windows Codepage 1251) for FreeBSD Reply-To: "Andrey A. Chernov" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/34935; it has been noted by GNATS. From: "Andrey A. Chernov" To: Dmitry Andrianov Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/34935: New locale (Cyrillic Windows Codepage 1251) for FreeBSD Date: Thu, 14 Feb 2002 22:34:18 +0300 On Thu, Feb 14, 2002 at 10:53:21 -0800, Dmitry Andrianov wrote: > I'm sending you all files, needed to build CP1251 locale (i think the best name for it is ru_RU.CP1251). There may be some inconsistencies with these files - i'm not guru :) At least, uppercase/lowercase conversion works, as well as sorting. 1) "Some things works" is not acceptable, all locales must strictly conforms corresponding standards in all possible aspects. 2) Files you submit appearse like for FreeBSD-stable version while all development changes must pass FreeBSD-current first. 3) We already have some CP1251 related files in -current (for BG locale), better way will be to use them. -- 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 Thu Feb 14 12:40:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 661C037B405 for ; Thu, 14 Feb 2002 12:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1EKe1w97908; Thu, 14 Feb 2002 12:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71C2737B478 for ; Thu, 14 Feb 2002 12:38:18 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1EKcIJ97541; Thu, 14 Feb 2002 12:38:18 -0800 (PST) (envelope-from nobody) Message-Id: <200202142038.g1EKcIJ97541@freefall.freebsd.org> Date: Thu, 14 Feb 2002 12:38:18 -0800 (PST) From: Kevin Dorne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/34939: tar quits silently creating archive containing a file with a backslash in the name Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34939 >Category: gnu >Synopsis: tar quits silently creating archive containing a file with a backslash in the name >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 14 12:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kevin Dorne >Release: 4.5-STABLE >Organization: Tentacle.net >Environment: FreeBSD chaos.tentacle.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Feb 6 12:12:52 PST 2002 root@chaos.tentacle.net:/usr/local/obj/usr/local/src/sys/CHAOS i386 >Description: I first encountered this problem using tar with the -T option. If you create an archive including a file with a backslash, such as 'foo\' or 'f\oo', tar will silently stop creating the archive at that file, ignoring all following files. >How-To-Repeat: Create an archive with a file containing a backslash ('\'). Most apparent when using a file list (-T option): create a file 'contents': foo bar oof\ rab % tar -cv -T contents -f archive.tar foo bar >Fix: Workaround: rename files, removing backslashes >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 Feb 14 12:49:41 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.polchat.pl (polchat.pl [213.25.49.1]) by hub.freebsd.org (Postfix) with SMTP id 3FDB837B476 for ; Thu, 14 Feb 2002 12:49:29 -0800 (PST) Received: (qmail 7216 invoked by uid 513); 14 Feb 2002 20:48:33 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Feb 2002 20:48:33 -0000 Date: Thu, 14 Feb 2002 21:48:33 +0100 (CET) From: X-Sender: kurnik@polchat.pl To: Jonathan Lemon Cc: David Malone , ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, jlemon@FreeBSD.org, Alan Judge , mark@lomag.net Subject: Re: kern/34658: syncache related panic (2nd panic from softdep) In-Reply-To: <20020214105435.B14437@prism.flugsvamp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 14 Feb 2002, Jonathan Lemon wrote: > On Thu, Feb 14, 2002 at 02:34:31PM +0000, David Malone wrote: > > On Thu, Feb 14, 2002 at 05:29:24AM -0800, ru@FreeBSD.org wrote: > > > Jonathan, could this be related to a problem fixed in tcp_syncache.c,v 1.11? > > > > Jonathan asked Alan to test the following patch, and I think that > > the problem went away. > > > > Attached is a more robust version of the same patch. > Please test, as I'm not able to at the moment. Disabling syncookies Works fine. cheers, M. -- KURNIK! -- gry sieciowe warte swieczki :) http://www.kurnik.pl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 14 14:49: 7 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 6417837B41A for ; Thu, 14 Feb 2002 14:49:05 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020214224905.HOAX2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Thu, 14 Feb 2002 22:49:05 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1EMn2D37015; Thu, 14 Feb 2002 14:49:02 -0800 (PST) (envelope-from cjc) Date: Thu, 14 Feb 2002 14:49:01 -0800 From: "Crist J. Clark" To: Sheldon Hearn Cc: Lukasz.Stelmach@k.telmark.waw.pl, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/34932: cannot get smbfs compiled with smp Message-ID: <20020214144901.A36782@blossom.cjclark.org> References: <200202141512.g1EFCXt28788@freefall.freebsd.org> <36237.1013708793@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <36237.1013708793@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Thu, Feb 14, 2002 at 07:46:33PM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 14, 2002 at 07:46:33PM +0200, Sheldon Hearn wrote: > > > On Thu, 14 Feb 2002 07:12:33 PST, maxim@FreeBSD.org wrote: > > > Synopsis: cannot get smbfs compiled with smp > > > > State-Changed-From-To: open->closed > > State-Changed-By: maxim > > State-Changed-When: Thu Feb 14 07:10:11 PST 2002 > > State-Changed-Why: > > Duplicated with misc/33985. Please take a look at > > Just so you know, misc/33985 is stalled at the moment, because Boris > can't give a detailed explanation of the problem and nobody on the > -hackers mailing list responded to my request for more information > either. I am not sure what the confusion is. The SMBFS module is not built with SMP support if you use the stock module Makefile. If you have SMP built into your kernel, the two will not play well together. The are three solutions I can think of, 1) Build SMBFS statically in your kernel. 2) Build your kernel without SMP. 3) Modify the sys/module/smbfs/Makefile to enable SMP. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 14 14:52:19 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B898A37B423; Thu, 14 Feb 2002 14:52:02 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1EMgfJ27935; Thu, 14 Feb 2002 14:42:41 -0800 (PST) (envelope-from cjc) Date: Thu, 14 Feb 2002 14:42:41 -0800 (PST) From: Message-Id: <200202142242.g1EMgfJ27935@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/34936: netscape6 will not launch from launcher on gnome panel.. only from terminal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: netscape6 will not launch from launcher on gnome panel.. only from terminal Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cjc Responsible-Changed-When: Thu Feb 14 14:41:21 PST 2002 Responsible-Changed-Why: Misfiled PR (and more of a question than real PR). Gnome is a ports problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34936 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 14 15:30:15 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3812737B402 for ; Thu, 14 Feb 2002 15:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1ENU1c37214; Thu, 14 Feb 2002 15:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E234737B404 for ; Thu, 14 Feb 2002 15:23:28 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1ENNSt36307; Thu, 14 Feb 2002 15:23:28 -0800 (PST) (envelope-from nobody) Message-Id: <200202142323.g1ENNSt36307@freefall.freebsd.org> Date: Thu, 14 Feb 2002 15:23:28 -0800 (PST) From: William Ward , wardd@mobycarp.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34942: Attempt to play -> "pcm0: play interrupt timeout, channel dead" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34942 >Category: kern >Synopsis: Attempt to play -> "pcm0: play interrupt timeout, channel dead" >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 Feb 14 15:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: William Ward >Release: 4.5-RELEASE >Organization: none >Environment: FreeBSD lappy.exu.ericsson.se 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Thu Feb 14 22:56:27 CST 2002 wardd@lappy.exu.ericsson.se: /usr/src/sys/compile/LAPPY i386 >Description: Sending data to pcm device results in messsage from kernel: pcm0: play interrupt timeout, channel dead The machine is a Toshiba Tecra 8000. The sound works with FreeBSD 4.2 RELEASE but not with 4.5. It may have actually been broaken around 4.4 or so. % cat /dev/sndstat FreeBSD Audio Driver (newpcm) Feb 14 2002 21:20:52 Installed devices: pcm0: at io 0x530 irq 10 drq 1 (1p/1r/0v channels) I can cat a file to /dev/audio and get sound for about one second. Then the sound stops and pcm0 reports the error. >How-To-Repeat: Using Tecra 8000 laptop, build kernel with the following line: device pcm0 at isa? irq 10 drq 1 flags 0x0 Then send some data to it: % cat /kernel > /dev/audio An audio file might sound better but if the problem is happening you will only get about one second of kernel music. >Fix: Is it normal for one's brain to mealt down while reading source code? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 14 17:30: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FEBC37B402 for ; Thu, 14 Feb 2002 17:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F1U1r61962; Thu, 14 Feb 2002 17:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88C2D37B402 for ; Thu, 14 Feb 2002 17:27:10 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F1RAA61707; Thu, 14 Feb 2002 17:27:10 -0800 (PST) (envelope-from nobody) Message-Id: <200202150127.g1F1RAA61707@freefall.freebsd.org> Date: Thu, 14 Feb 2002 17:27:10 -0800 (PST) From: ecsd To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/34949: 4.5 mfsroot floppy default system to install is 4.3, not 4.5 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34949 >Category: misc >Synopsis: 4.5 mfsroot floppy default system to install is 4.3, not 4.5 >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: Thu Feb 14 17:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: ecsd >Release: 4.5 >Organization: UC Telecommunications Company >Environment: Multics v0.9. Just kidding. 4.5, okay? >Description: /pub/FreeBSD/releases/i386/4.5-RELEASE/floppies/mfsroot.flp the default system to install is listed as 4.3-RELEASE, not 4.5-RELEASE. >How-To-Repeat: download the listed file and use it in an install, observe the results. >Fix: If the floppy content is being shared in the FTP system, make sure it no longer is and correct the label. >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 Feb 14 21: 9: 2 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from yahoo.com (host-64-110-31-18.interpacket.net [64.110.31.18]) by hub.freebsd.org (Postfix) with SMTP id 85F5B37B402 for ; Thu, 14 Feb 2002 21:08:51 -0800 (PST) From: "MR MICHEAL ADAM" To: Subject: Partnership Proposal Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Thu, 14 Feb 2002 06:16:39 -0000 Reply-To: "MR MICHEAL ADAM" Content-Transfer-Encoding: 8bit Message-Id: <20020215050851.85F5B37B402@hub.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ATTN: THE PRESIDENT/CEO Dear Sir / Madam, I am Dr. Mrs. Marian Abacha, wife to the late Nigerian Head of state, General Sani Abacha who died on the 8th of June 1998 while still on active service for our Country. I am contacting you with the hope that you will be of great assistance to me, I currently have within my reach the sum of 76MILLION U.S dollars cash which l intend to use for investment purposes outside Nigeria. This money came as a result of a payback contract deal between my husband and a Russian firm in our country's multi-billion dollar Ajaokuta steel plant. The Russian partners returned my husband's share being the above sum after his death. Presently, the new civilian Government has intensified their probe into my husband's financial resources, which has led to the freezing of all our accounts, local and foreign, the revoking of all our business licenses and the arrest of my First son. In view of this I acted very fast to withdraw this money from one of our finance houses before it was closed down. I have deposited the money in a security vault for safe keeping with the help of very loyal officials of my late husband. No record is known about this fund by the government because there is no documentation showing that we received such funds. Due to the current situation in the country and government attitude to my financial affairs, I cannot make use of this money within. Bearing in mind that you may assist me, 20% of the total amount will be paid to you for your assistance, while 5% will be set aside for expenses incurred by the parties involved and this will be paid before sharing. Half of my75% will be paid in to my account on your instruction once the money hits your account, while the other half will be invested by your humble self in any viable business venture you deem fit, with you as manager of the invested funds. Remunerations, during the investment period will be on a 50/50 basis. Your URGENT response is needed. All correspondence must be through my lawyer,fax:234-1-4709814. Attentioned to my attorney (HAMZA IBU). Please do not forget to include your direct tel/fax line for easy reach. I hope I can trust you with my family's last financial hope.Regards Dr. Mrs. Marian Sani Abacha. C/o HAMZA IBU (counsel) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Feb 14 21:11:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D06737B43C for ; Thu, 14 Feb 2002 21:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F5A1W05875; Thu, 14 Feb 2002 21:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CACB137B405 for ; Thu, 14 Feb 2002 21:07:07 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F577U05553; Thu, 14 Feb 2002 21:07:07 -0800 (PST) (envelope-from nobody) Message-Id: <200202150507.g1F577U05553@freefall.freebsd.org> Date: Thu, 14 Feb 2002 21:07:07 -0800 (PST) From: Jeremy Chadwick To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34952: Mouse cursor invisible with USB mice and usbd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34952 >Category: kern >Synopsis: Mouse cursor invisible with USB mice and usbd >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 Feb 14 21:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jeremy Chadwick >Release: 4.5-STABLE >Organization: >Environment: Not applicable. >Description: When using a USB mouse on console, the mouse cursor is not present. >How-To-Repeat: Use usbd_enable="yes" in rc.conf, reboot. Note the lack-of mouse cursor. >Fix: The problem is because "vidcontrol -m on" is not being called anywhere in the rc scripts. Two probable solutions: 1. Modify the usbd source (or usbd.conf, if it supports something like "&&" when passing the string to the shell) to do "vidcontrol -m on" when plugging in/unplugging a mouse. 2. Modify the rc files to support something like vidcontrol_init="yes" and vidcontrol_flags="-m on" in rc.conf. I'm very surprised no one's noticed this by now. :-) >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 Feb 14 21:50:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E25BF37B402 for ; Thu, 14 Feb 2002 21:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F5o2j10097; Thu, 14 Feb 2002 21:50:02 -0800 (PST) (envelope-from gnats) Date: Thu, 14 Feb 2002 21:50:02 -0800 (PST) Message-Id: <200202150550.g1F5o2j10097@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Josef Karthauser Subject: Re: kern/34952: Mouse cursor invisible with USB mice and usbd Reply-To: Josef Karthauser Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34952; it has been noted by GNATS. From: Josef Karthauser To: Jeremy Chadwick Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/34952: Mouse cursor invisible with USB mice and usbd Date: Fri, 15 Feb 2002 05:49:00 +0000 --lEGEL1/lMxI0MVQ2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 14, 2002 at 09:07:07PM -0800, Jeremy Chadwick wrote: >=20 > 2. Modify the rc files to support something like vidcontrol_init=3D"yes"= and vidcontrol_flags=3D"-m on" in rc.conf. >=20 Can't you just add the following to /etc/rc.conf? allscreens_flags=3D"-m on" Joe --lEGEL1/lMxI0MVQ2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjxsoUsACgkQXVIcjOaxUBZkpQCg1XzYMt0WgUCIFTyTzynQ4G7i HloAn0PiOtNWzlsZnuB+XEJcWqDDXlRF =g5Ga -----END PGP SIGNATURE----- --lEGEL1/lMxI0MVQ2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 0:40: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22FE737B416 for ; Fri, 15 Feb 2002 00:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F8e3I54388; Fri, 15 Feb 2002 00:40:03 -0800 (PST) (envelope-from gnats) Date: Fri, 15 Feb 2002 00:40:03 -0800 (PST) Message-Id: <200202150840.g1F8e3I54388@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jeremy Chadwick Subject: Re: kern/34952: Mouse cursor invisible with USB mice and usbd Reply-To: Jeremy Chadwick Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34952; it has been noted by GNATS. From: Jeremy Chadwick To: Josef Karthauser Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/34952: Mouse cursor invisible with USB mice and usbd Date: Fri, 15 Feb 2002 00:33:41 -0800 On Fri, Feb 15, 2002 at 05:49:00AM +0000, Josef Karthauser wrote: > On Thu, Feb 14, 2002 at 09:07:07PM -0800, Jeremy Chadwick wrote: > > > > 2. Modify the rc files to support something like vidcontrol_init="yes" and vidcontrol_flags="-m on" in rc.conf. > > > > Can't you just add the following to /etc/rc.conf? > > allscreens_flags="-m on" > > Joe Fairly odd solution (I would call it more of a "hack"), for two reasons: 1. usbd, since it relies upon spawning external applications to enable features (i.e. moused), should also permit the user to run something like "vidcontrol -m off" when detaching a device; presently, usbd already calls moused on attach and "killall moused" on detach -- so why not also do vidcontrol? Generally this is considered a "clean" way of doing things, since usbd seems to already be doing this already... :-) Regardless, this might cut down on some of the PRs, like "USB mouse doesn't work in STABLE!". 2. allscreens_flags is used in a very peculiar manner: if [ -n "${allscreens_flags}" ]; then echo -n ' allscreens' for ttyv in /dev/ttyv*; do vidcontrol ${allscreens_flags} < ${ttyv} > ${ttyv} 2>&1 done fi In reference to my bug report, I'm curious how redirecting stdin and stdout to the actual console ttys would affect vidcontrol when using "-m on". Would this have any consequences? I'd rather put faith into Option #1. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 1:40: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FC6037B405 for ; Fri, 15 Feb 2002 01:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1F9e1e67998; Fri, 15 Feb 2002 01:40:01 -0800 (PST) (envelope-from gnats) Received: from mms-o00.iijmio-mail.jp (mms-o00.iijmio-mail.jp [210.138.144.205]) by hub.freebsd.org (Postfix) with ESMTP id 6DCFA37B400 for ; Fri, 15 Feb 2002 01:31:09 -0800 (PST) Received: MMS O id g1F9V8910618; Fri, 15 Feb 2002 18:31:08 +0900 (JST) Received: MMS R00 id g1F9V7u06488; Fri, 15 Feb 2002 18:31:07 +0900 (JST) from localhost (atmark-gw.as.wakwak.ne.jp [61.115.127.5]) for ; (authenticated) Message-Id: <20020215.183102.730548077.FM814DQV@mbox.iijmio-mail.jp> Date: Fri, 15 Feb 2002 18:31:02 +0900 (JST) From: tomo@oso.to Reply-To: tomo@oso.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/34954: pccard.conf entry for BUFFALO LPC3-CLT (10Base-T Ethernet PC-Card) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34954 >Category: conf >Synopsis: pccard.conf entry for BUFFALO LPC3-CLT (10Base-T Ethernet PC-Card) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 01:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: TANAKA Tomohiko >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD kuro 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Sat Feb 9 18:26:13 JST 2002 tanaka@kuro:/usr/src/sys/compile/KURO2002013001 i386 >Description: Entry for pccard.conf to add support for BUFFALO LPC3-CLT (10Base-T Ethernet PC-Card). Please add this entry to /etc/default/pccard.conf : # BUFFALO LPC3-CLT card "BUFFALO" "LPC3-CLT" config auto "ed" ? 0x30000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop >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 Feb 15 2:42: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4ED737B402; Fri, 15 Feb 2002 02:42:03 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FAf5t80270; Fri, 15 Feb 2002 02:41:05 -0800 (PST) (envelope-from cjc) Date: Fri, 15 Feb 2002 02:41:05 -0800 (PST) From: Message-Id: <200202151041.g1FAf5t80270@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: conf/34954: pccard.conf entry for BUFFALO LPC3-CLT (10Base-T Ethernet PC-Card) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pccard.conf entry for BUFFALO LPC3-CLT (10Base-T Ethernet PC-Card) Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: cjc Responsible-Changed-When: Fri Feb 15 02:38:57 PST 2002 Responsible-Changed-Why: Warner is Removable Media Man. He loves adding things to pccard.conf. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34954 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 2:50:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9867137B417 for ; Fri, 15 Feb 2002 02:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FAo0Q81680; Fri, 15 Feb 2002 02:50:00 -0800 (PST) (envelope-from gnats) Received: from descent.robbins.dropbear.id.au (146.d.010.mel.iprimus.net.au [210.50.203.146]) by hub.freebsd.org (Postfix) with ESMTP id 8B3BE37B416 for ; Fri, 15 Feb 2002 02:49:46 -0800 (PST) Received: (from tim@localhost) by descent.robbins.dropbear.id.au (8.11.6/8.11.6) id g1EAnFG18080; Thu, 14 Feb 2002 21:49:15 +1100 (EST) (envelope-from tim) Message-Id: <200202141049.g1EAnFG18080@descent.robbins.dropbear.id.au> Date: Thu, 14 Feb 2002 21:49:15 +1100 (EST) From: Tim Robbins Reply-To: Tim Robbins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/34955: [PATCH] ps(1) is out of touch with reality Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34955 >Category: bin >Synopsis: [PATCH] ps(1) is out of touch with reality >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 02:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tim Robbins >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD descent.robbins.dropbear.id.au 4.5-STABLE FreeBSD 4.5-STABLE #3: Thu Feb 7 01:39:15 EST 2002 tim@descent.robbins.dropbear.id.au:/usr/obj/usr/src/sys/DESCENT i386 >Description: The `flags' and `state' information in ps(1) is out of sync with both and the ps program. There are more flags, and MADV_{SEQUENTIAL,RANDOM} information is not printed anymore. >How-To-Repeat: N/A >Fix: Diff is against RELENG_4; ps(1) in -CURRENT is also out of sync. Index: ps.1 =================================================================== RCS file: /home/ncvs/src/bin/ps/ps.1,v retrieving revision 1.24.2.6 diff -u -r1.24.2.6 ps.1 --- ps.1 2002/02/01 14:09:30 1.24.2.6 +++ ps.1 2002/02/15 10:45:20 @@ -197,7 +197,6 @@ .It Dv "P_ADVLOCK" Ta No "0x00001 Process may hold a POSIX advisory lock" .It Dv "P_CONTROLT" Ta No "0x00002 Has a controlling terminal" .It Dv "P_INMEM" Ta No "0x00004 Loaded into memory" -.It Dv "P_NOCLDSTOP" Ta No "0x00008 No SIGCHLD when children stop" .It Dv "P_PPWAIT" Ta No "0x00010 Parent is waiting for child to exec/exit" .It Dv "P_PROFIL" Ta No "0x00020 Has started profiling" .It Dv "P_SELECT" Ta No "0x00040 Selecting; wakeup/waiting danger" @@ -211,6 +210,13 @@ .It Dv "P_EXEC" Ta No "0x04000 Process called exec" .It Dv "P_OWEUPC" Ta No "0x20000 Owe process an addupc() call at next ast" .It Dv "P_SWAPPING" Ta No "0x40000 Process is being swapped" +.It Dv "P_SWAPINREQ" Ta No "0x80000 Swapin request due to wakeup" +.It Dv "P_KTHREADP" Ta No "0x200000 Process is really a kernel thread" +.It Dv "P_DEADLKTREAT" Ta No "0x800000 Lock acquisition - deadlock treatment" +.It Dv "P_JAILED" Ta No "0x1000000 Process is in jail" +.It Dv "P_OLDMASK" Ta No "0x2000000 Need to restore mask before pause" +.It Dv "P_ALTSTACK" Ta No "0x4000000 Have alternate signal stack" +.It Dv "P_INEXEC" Ta No "0x8000000 Process is in execve()" .El .It lim The soft limit on memory used, specified via a call to @@ -241,11 +247,6 @@ Marks a process in disk (or other short term, uninterruptible) wait. .It I Marks a process that is idle (sleeping for longer than about 20 seconds). -.It J -Marks a process which is in -.Xr jail 2 . -The hostname of the prison can be found in -.Ql Li /proc//status . .It R Marks a runnable process. .It S @@ -266,20 +267,13 @@ The process has raised .Tn CPU scheduling priority. -.It > -The process has specified a soft limit on memory requirements and is -currently exceeding that limit; such a process is (necessarily) not -swapped. -.It A -the process has asked for random page replacement -.Pf ( Dv MADV_RANDOM , -from -.Xr madvise 2 , -for example, -.Xr lisp 1 -in a garbage collect). .It E The process is trying to exit. +.It J +Marks a process which is in +.Xr jail 2 . +The hostname of the prison can be found in +.Ql Li /proc//status . .It L The process has pages locked in core (for example, for raw .Tn I/O ) . @@ -288,15 +282,6 @@ .Tn CPU scheduling priority (see .Xr setpriority 2 ) . -.It S -The process has asked for -.Tn FIFO -page replacement -.Pf ( Dv MADV_SEQUENTIAL , -from -.Xr madvise 2 , -for example, a large image processing program using virtual memory to -sequentially address voluminous data). .It s The process is a session leader. .It V >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 Feb 15 3: 0: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABD8137B404 for ; Fri, 15 Feb 2002 03:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FB03V83593; Fri, 15 Feb 2002 03:00:03 -0800 (PST) (envelope-from gnats) Date: Fri, 15 Feb 2002 03:00:03 -0800 (PST) Message-Id: <200202151100.g1FB03V83593@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: misc/34949: 4.5 mfsroot floppy default system to install is 4.3, not 4.5 Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/34949; it has been noted by GNATS. From: "Crist J. Clark" To: ecsd Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/34949: 4.5 mfsroot floppy default system to install is 4.3, not 4.5 Date: Fri, 15 Feb 2002 02:53:54 -0800 On Thu, Feb 14, 2002 at 05:27:10PM -0800, ecsd wrote: [snip] > >Description: > /pub/FreeBSD/releases/i386/4.5-RELEASE/floppies/mfsroot.flp > the default system to install is listed as 4.3-RELEASE, not > 4.5-RELEASE. > >How-To-Repeat: > download the listed file and use it in an install, observe the results. > >Fix: > If the floppy content is being shared in the FTP system, make sure > it no longer is and correct the label. You didn't happen to use a 4.3-RELEASE kern.flp? It is actually the release of the kern.flp that will determine what is used as the release name, not anything on the mfsroot.flp. Make sure you are using a 4.5-RELEASE kern.flp and try again. I'll close this up if you can verify that this is the issue. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 4:19:55 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 4F91B37B404 for ; Fri, 15 Feb 2002 04:19:47 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id A34F5459; Fri, 15 Feb 2002 12:19:40 +0000 (GMT) Date: Fri, 15 Feb 2002 12:19:40 +0000 From: Josef Karthauser To: Jeremy Chadwick Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/34952: Mouse cursor invisible with USB mice and usbd Message-ID: <20020215121940.GC44099@genius.tao.org.uk> References: <200202150840.g1F8e3I54388@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Clx92ZfkiYIKRjnr" Content-Disposition: inline In-Reply-To: <200202150840.g1F8e3I54388@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Clx92ZfkiYIKRjnr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 15, 2002 at 12:40:03AM -0800, Jeremy Chadwick wrote: > =20 > 1. usbd, since it relies upon spawning external applications to enable > features (i.e. moused), should also permit the user to run something > like "vidcontrol -m off" when detaching a device; presently, usbd already > calls moused on attach and "killall moused" on detach -- so why not also > do vidcontrol? Generally this is considered a "clean" way of doing thin= gs, > since usbd seems to already be doing this already... :-) Regardless, th= is > might cut down on some of the PRs, like "USB mouse doesn't work in STABL= E!". > =20 Why not submit a patch, either to usbd or to /etc/usbd.conf for consideration? Joe --Clx92ZfkiYIKRjnr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjxs/NwACgkQXVIcjOaxUBamRACg4KW/wPYgq9XazMhOuRvbjAF7 cP8An2GpoLzWi8Uty1fAFB/QRL8vz5YG =cJMr -----END PGP SIGNATURE----- --Clx92ZfkiYIKRjnr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 6:50:52 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C99E37B432 for ; Fri, 15 Feb 2002 06:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FEo0469840; Fri, 15 Feb 2002 06:50:00 -0800 (PST) (envelope-from gnats) Received: from neon.suedwest.energis-ision.com (neon.suedwest.energis-ision.com [212.116.0.35]) by hub.freebsd.org (Postfix) with ESMTP id 67B9837B416 for ; Fri, 15 Feb 2002 06:49:03 -0800 (PST) Received: (from root@localhost) by neon.suedwest.energis-ision.com (8.11.6/8.11.6) id g1FFoX922224; Fri, 15 Feb 2002 15:50:33 GMT (envelope-from root) Message-Id: <200202151550.g1FFoX922224@neon.suedwest.energis-ision.com> Date: Fri, 15 Feb 2002 15:50:33 GMT From: juergen.unger@energis-ision.com Reply-To: juergen.unger@energis-ision.com To: FreeBSD-gnats-submit@freebsd.org Cc: juergen.unger@energis-ision.com X-Send-Pr-Version: 3.113 Subject: kern/34963: identify procs belonging to the same jail Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34963 >Category: kern >Synopsis: identify procs belonging to the same jail >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 Feb 15 06:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Juergen Unger >Release: FreeBSD 4.5-STABLE i386 >Organization: Energis-Ision >Environment: System: FreeBSD neon.suedwest.energis-ision.com 4.5-STABLE FreeBSD 4.5-STABLE #1: Wed Feb 6 20:04:44 GMT 2002 root@neon.suedwest.energis-ision.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: to identify all processes belonging to the same jail the only secure way is to use the IP of this jail as criteria. Unfortunately this information is not visible within the process-list of the host or within the procfs of the host. There is the hostname of the jail the process belongs to in the procfs but this information can be change by jail-root users and therefore is not a valid uniq ID for the jail. This patch now adds the IP of the jail the process runs in to the last field of the file /proc//status. >How-To-Repeat: none. system lacks this feature >Fix: apply this little patch: |--- /usr/src/sys/miscfs/procfs/procfs_status.c.old Tue Jan 22 17:22:59 2002 |+++ /usr/src/sys/miscfs/procfs/procfs_status.c Fri Feb 15 15:08:40 2002 |@@ -159,7 +159,7 @@ | | if (p->p_prison) | ps += snprintf(ps, psbuf + sizeof(psbuf) - ps, |- " %s", p->p_prison->pr_host); |+ " %s,%lu", p->p_prison->pr_host, p->p_prison->pr_ip); | else | ps += snprintf(ps, psbuf + sizeof(psbuf) - ps, " -"); | DOCHECK(); the version of /usr/src/sys/miscfs/procfs/procfs_status.c is * $FreeBSD: src/sys/miscfs/procfs/procfs_status.c,v 1.20.2.4 2002/01/22 17:22:59 nectar Exp $ >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 Feb 15 7:10:16 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD78937B42F for ; Fri, 15 Feb 2002 07:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FFA0A67528; Fri, 15 Feb 2002 07:10:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C1D137B41C for ; Fri, 15 Feb 2002 07:07:48 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FF7mO67130; Fri, 15 Feb 2002 07:07:48 -0800 (PST) (envelope-from nobody) Message-Id: <200202151507.g1FF7mO67130@freefall.freebsd.org> Date: Fri, 15 Feb 2002 07:07:48 -0800 (PST) From: Francois Pollet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34965: 4.4, 4.5 freeze at boot time on ASUS P2B series MBs (P2B-B) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34965 >Category: kern >Synopsis: 4.4, 4.5 freeze at boot time on ASUS P2B series MBs (P2B-B) >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 Feb 15 07:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Francois Pollet >Release: 4.4-RELEASE, 4.5-RELEASE >Organization: Perceval Technologies >Environment: GENERIC kernel (original floppies) on i386 ASUS P2B-B motherboard ATA CD-ROM Adaptec AHA2940UW >Description: FreeBSD 4.4 and 4.5 hangs at boot time during device detection. Kernel boot is OK Device selection is OK Devices detection hangs after serial (sioX) and parallel (ppcX) ports detection. The last line printed is: plip0 .... It seems that some kind of conflict happens between ppc0 and ATA/SCSI drives detection. The same hardware works without any trouble during a FreeBSD 4.3 installation. >How-To-Repeat: Restart the machine ... >Fix: Do not know the fix, but the workaround is: ! Enable the USB interrupt in the P2B Motherboard BIOS config ! No jumper exist on the MB to disable the USB ports, but those who do not need USB usualy disable the IRQ to keep one more IRQ free. DON'T DO THAT ! This is probably due to some changes in the usb code between 4.3 and 4.4 ? >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 Feb 15 8:40: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23D3B37B400 for ; Fri, 15 Feb 2002 08:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FGe4K85751; Fri, 15 Feb 2002 08:40:04 -0800 (PST) (envelope-from gnats) Date: Fri, 15 Feb 2002 08:40:04 -0800 (PST) Message-Id: <200202151640.g1FGe4K85751@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jeremy Lea Subject: Re: kern/34965: 4.4, 4.5 freeze at boot time on ASUS P2B series MBs (P2B-B) Reply-To: Jeremy Lea Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34965; it has been noted by GNATS. From: Jeremy Lea To: Francois Pollet Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/34965: 4.4, 4.5 freeze at boot time on ASUS P2B series MBs (P2B-B) Date: Fri, 15 Feb 2002 18:35:05 +0200 Hi, On Fri, Feb 15, 2002 at 07:07:48AM -0800, Francois Pollet wrote: > It seems that some kind of conflict happens between ppc0 and ATA/SCSI > drives detection. This was reported by someone on the lists, and upgrading to the latest BIOS (xxx13) fixed it for them. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 10:30:33 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5301A37B42B for ; Fri, 15 Feb 2002 10:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FIU0Q08123; Fri, 15 Feb 2002 10:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96CEF37B41E for ; Fri, 15 Feb 2002 10:21:15 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FILFB06571; Fri, 15 Feb 2002 10:21:15 -0800 (PST) (envelope-from nobody) Message-Id: <200202151821.g1FILFB06571@freefall.freebsd.org> Date: Fri, 15 Feb 2002 10:21:15 -0800 (PST) From: Fred To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/34974: Incorrect mouse config in kde 2.2.2 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34974 >Category: i386 >Synopsis: Incorrect mouse config in kde 2.2.2 >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 Feb 15 10:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Fred >Release: 4.5-RELEASE >Organization: >Environment: >Description: When I try to select text in kde2.2.2, the selection begin some caracter after the first caracter i tried to select. If I click, wait and after move to do the selection ,this is correct. Trying to change (in kde control panel) the mouse delay on a click don't work. >How-To-Repeat: Simply select some text ... >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 Feb 15 10:40:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20D2537B41B for ; Fri, 15 Feb 2002 10:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FIe1e09789; Fri, 15 Feb 2002 10:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A20E337B416 for ; Fri, 15 Feb 2002 10:30:23 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FIUN808161; Fri, 15 Feb 2002 10:30:23 -0800 (PST) (envelope-from nobody) Message-Id: <200202151830.g1FIUN808161@freefall.freebsd.org> Date: Fri, 15 Feb 2002 10:30:23 -0800 (PST) From: Fred To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/34975: mplayer don't compile with divx codec Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34975 >Category: misc >Synopsis: mplayer don't compile with divx codec >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 Feb 15 10:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Fred >Release: 4.5-RELEASE >Organization: >Environment: >Description: The current version of mplayer in port (mplayer-0.50.0.2_1 ) don't autodetect divx4linux (divx4linux-0.20010824 ) when it is installed. The documentation from the upstream maintainer say that : "MPlayer autodetects if DivX4 is (properly) installed, just compile as usual. If it doesn't detect it, you didn't install it exactly as above, and/or has messed up config (see last question of 5.1 section)." (http://www.mplayerhq.hu/DOCS/codecs.html#2.2.1.1) >How-To-Repeat: >Fix: I think that divx4linux is not properly installed by the port. >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 Feb 15 10:50:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E246737B405 for ; Fri, 15 Feb 2002 10:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FIo2r11372; Fri, 15 Feb 2002 10:50:02 -0800 (PST) (envelope-from gnats) Date: Fri, 15 Feb 2002 10:50:02 -0800 (PST) Message-Id: <200202151850.g1FIo2r11372@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "."@babolo.ru Subject: Re: kern/34963: identify procs belonging to the same jail Reply-To: "."@babolo.ru Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34963; it has been noted by GNATS. From: "."@babolo.ru To: juergen.unger@energis-ision.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/34963: identify procs belonging to the same jail Date: Fri, 15 Feb 2002 21:49:10 +0300 (MSK) juergen.unger@energis-ision.com writes: > to identify all processes belonging to the same jail the only secure > way is to use the IP of this jail as criteria. Unfortunately this It is possible to start different jails with the same IP (and different servises in them) So IP does not uniqly identify jail > information is not visible within the process-list of the host or within > the procfs of the host. There is the hostname of the jail the process > belongs to in the procfs but this information can be change by jail-root > users and therefore is not a valid uniq ID for the jail. > This patch now adds the IP of the jail the process runs in to the last > field of the file /proc//status. > >How-To-Repeat: > none. system lacks this feature > >Fix: > apply this little patch: > > |--- /usr/src/sys/miscfs/procfs/procfs_status.c.old Tue Jan 22 17:22:59 2002 > |+++ /usr/src/sys/miscfs/procfs/procfs_status.c Fri Feb 15 15:08:40 2002 > |@@ -159,7 +159,7 @@ > | > | if (p->p_prison) > | ps += snprintf(ps, psbuf + sizeof(psbuf) - ps, > |- " %s", p->p_prison->pr_host); > |+ " %s,%lu", p->p_prison->pr_host, p->p_prison->pr_ip); > | else > | ps += snprintf(ps, psbuf + sizeof(psbuf) - ps, " -"); > | DOCHECK(); > > the version of /usr/src/sys/miscfs/procfs/procfs_status.c is > * $FreeBSD: src/sys/miscfs/procfs/procfs_status.c,v 1.20.2.4 2002/01/22 17:22:59 nectar Exp $ > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 11:10:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CB8F37B404 for ; Fri, 15 Feb 2002 11:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FJA1L18088; Fri, 15 Feb 2002 11:10:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2384B37B400 for ; Fri, 15 Feb 2002 11:01:30 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FJ1Uk13047; Fri, 15 Feb 2002 11:01:30 -0800 (PST) (envelope-from nobody) Message-Id: <200202151901.g1FJ1Uk13047@freefall.freebsd.org> Date: Fri, 15 Feb 2002 11:01:30 -0800 (PST) From: Han Hwei Woo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/34977: IPFW UID/GID Based Filtering doesn't work in 4.5 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34977 >Category: i386 >Synopsis: IPFW UID/GID Based Filtering doesn't work in 4.5 >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 Feb 15 11:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Han Hwei Woo >Release: 4.5-STABLE >Organization: Premium Canadian Enterprises, Inc. >Environment: FreeBSD gatts.pce-net.com 4.5-STABLE FreeBSD 4.5-STABLE #1: Tue Feb 12 17:18:51 PST 2002 hhw@gatts.pce-net.com:/usr/obj/usr/src/sys/CUSTOM i386 >Description: Since I updated my source/rebuilt the system from 4.4-STABLE to 4.5-STABLE, any rules in IPFW with UID/GID based filtering have no effect. Here are the rules: 20100 allow tcp from any to 216.18.3.69 in 20200 allow tcp from 216.18.3.69 to any uid hhw out 20900 deny tcp from 216.18.3.69 to any I am certain it has to do with the UID part, since if I add an additional rule: 20300 allow tcp from 216.18.3.69 to any out Packets are able to get through. >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 Feb 15 11:50:20 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E22E637B419 for ; Fri, 15 Feb 2002 11:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FJo0Y24805; Fri, 15 Feb 2002 11:50:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F185037B417 for ; Fri, 15 Feb 2002 11:45:01 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FJj1E24085; Fri, 15 Feb 2002 11:45:01 -0800 (PST) (envelope-from nobody) Message-Id: <200202151945.g1FJj1E24085@freefall.freebsd.org> Date: Fri, 15 Feb 2002 11:45:01 -0800 (PST) From: James Gritton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/34979: __semctl verifies semid against wrong value Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34979 >Category: kern >Synopsis: __semctl verifies semid against wrong value >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 Feb 15 11:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: James Gritton >Release: 4.5 >Organization: Verio >Environment: FreeBSD flail.e.gritton.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Thu Feb 7 11:16:16 MST 2002 gritton@flail.e.gritton.org:/usr/src/sys/compile/FLAIL i386 >Description: __semctl in sysv_sem.c does a boundary check on the semid against seminfo.semmsl. But that's the limit on semaphores per ID, not max IDs. The proper limit to check is seminfo.semmni. >How-To-Repeat: I haven't seen any actual panics or anything from this (though it's remotely possible). >Fix: --- sysv_sem.c.orig Mon Sep 10 05:37:34 2001 +++ sysv_sem.c Fri Feb 15 12:42:39 2002 @@ -415,7 +415,7 @@ return (ENOSYS); semid = IPCID_TO_IX(semid); - if (semid < 0 || semid >= seminfo.semmsl) + if (semid < 0 || semid >= seminfo.semmni) return(EINVAL); semaptr = &sema[semid]; >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 Feb 15 15:22:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFFE737B41C; Fri, 15 Feb 2002 15:22:06 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FNGrg68702; Fri, 15 Feb 2002 15:16:53 -0800 (PST) (envelope-from matusita) Date: Fri, 15 Feb 2002 15:16:53 -0800 (PST) From: Message-Id: <200202152316.g1FNGrg68702@freefall.freebsd.org> To: yu@installer.org, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21051: Updating 4.1-RELEASE to -current fails because document is insufficient Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updating 4.1-RELEASE to -current fails because document is insufficient State-Changed-From-To: open->feedback State-Changed-By: matusita State-Changed-When: Fri Feb 15 15:16:10 PST 2002 State-Changed-Why: Waiting submitter's feedback. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21051 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 15:22:30 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21FC537B417; Fri, 15 Feb 2002 15:22:05 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FNIS169001; Fri, 15 Feb 2002 15:18:28 -0800 (PST) (envelope-from matusita) Date: Fri, 15 Feb 2002 15:18:28 -0800 (PST) From: Message-Id: <200202152318.g1FNIS169001@freefall.freebsd.org> To: logo@blackened.com, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/27041: modify src/release/Makefile to make another floppy image Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: modify src/release/Makefile to make another floppy image State-Changed-From-To: open->feedback State-Changed-By: matusita State-Changed-When: Fri Feb 15 15:18:10 PST 2002 State-Changed-Why: Waiting submitter's feedback. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 15:22:39 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F0E037B41D; Fri, 15 Feb 2002 15:22:07 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FNHof68874; Fri, 15 Feb 2002 15:17:50 -0800 (PST) (envelope-from matusita) Date: Fri, 15 Feb 2002 15:17:50 -0800 (PST) From: Message-Id: <200202152317.g1FNHof68874@freefall.freebsd.org> To: waleedkhan@yahoo.com, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 State-Changed-From-To: open->feedback State-Changed-By: matusita State-Changed-When: Fri Feb 15 15:17:29 PST 2002 State-Changed-Why: Waiting submitter's feedback. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26608 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 18:30: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9152B37B404 for ; Fri, 15 Feb 2002 18:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G2U2P07784; Fri, 15 Feb 2002 18:30:02 -0800 (PST) (envelope-from gnats) Date: Fri, 15 Feb 2002 18:30:02 -0800 (PST) Message-Id: <200202160230.g1G2U2P07784@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: sue@welearn.com.au Subject: Re: kern/34942: Attempt to play -> "pcm0: play%2 Reply-To: sue@welearn.com.au Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/34942; it has been noted by GNATS. From: sue@welearn.com.au To: freebsd-gnats-submit@FreeBSD.org, william.ward@ericsson.com Cc: Subject: Re: kern/34942: Attempt to play -> "pcm0: play%2 Date: Sat, 16 Feb 2002 13:21:21 +1100 (EST) >The machine is a Toshiba Tecra 8000. The sound works with >FreeBSD 4.2 RELEASE but not with 4.5. It may have actually >been broaken around 4.4 or so. FYI, similar experiences here with 4.4R after prior success. Maybe same problem? $ uname -a FreeBSD set.welearn.com.au 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Sun Feb 3 07:02:56 EST 2002 root@set.welearn.com.au:/local/src/sys/compile/SET i386 $ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Dec 26 2001 06:50:47 Installed devices: pcm0: at io 0x530 irq 5 drq 0:1 (1p/1r/0v channels duplex) Feb 16 07:29:29 set /kernel: pcm0: play interrupt timeout, channel dead Feb 16 07:41:10 set last message repeated 9 times Feb 16 07:47:35 set last message repeated 3 times Feb 16 08:12:58 set /kernel: pcm0: play interrupt timeout, channel dead >I can cat a file to /dev/audio and get sound for about one >second. Then the sound stops and pcm0 reports the error. In my case, after a second it stops and keeps holding on the second or third note, along with a low raspy note, until I kill the player app. I made a midi file containing only one very short note, and it sustained that note until killed, too. I was using timidity for days with great success, then this error started and I can't play any kind of sound file any more, with any app, not even cat a .au to /dev/audio. Just before it happened, I was using gtkmidi where I attempted to rewind a few times and changed the volume within gtkmidi and it stopped playing, froze, and I had to kill the app. Since then nothing can play sound files any more. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Feb 15 20:50:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C72437B416 for ; Fri, 15 Feb 2002 20:50:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G4o0t41291; Fri, 15 Feb 2002 20:50:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C40337B41A for ; Fri, 15 Feb 2002 20:49:40 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G4neM41254; Fri, 15 Feb 2002 20:49:40 -0800 (PST) (envelope-from nobody) Message-Id: <200202160449.g1G4neM41254@freefall.freebsd.org> Date: Fri, 15 Feb 2002 20:49:40 -0800 (PST) From: Fred To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/34990: Kde coredump on halt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34990 >Category: misc >Synopsis: Kde coredump on halt >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 20:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Fred >Release: 4.5-RELEASE >Organization: >Environment: FreeBSD asterix.local.qc 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Wed Feb 6 17:49:57 EST 2002 fred@asterix.local.qc:/usr/src/sys/compile/ASTERIX i386 >Description: If I'm work on kde, open a konsole, do a su to be root and after type the command "halt", kde is not apropriatly killed. When I list my home directory after reboot, I get a "kdeinit.core" file. This occure even with the generic kernel. With Linux, this nerver occur. The core dump file do not containt util explanation (except that it is a signal 11): gaudrs@asterix:~$ gcc -c kdeinit.core gcc: kdeinit.core: linker input file unused since linking not done gaudrs@asterix:~$ gdb -c kdeinit.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". Core was generated by `kdeinit'. Program terminated with signal 11, Segmentation fault. #0 0x288e4cfc in ?? () (gdb) bt #0 0x288e4cfc in ?? () #1 0x288c10ee in ?? () #2 0x2843a6eb in ?? () #3 0x28f2237d in ?? () #4 0x28f18073 in ?? () #5 0x2885cade in ?? () #6 0x2857c981 in ?? () #7 0x28570451 in ?? () #8 0x2856f3c7 in ?? () #9 0x28bed55c in ?? () #10 0x28bea65f in ?? () #11 0x28beb986 in ?? () #12 0x28bdab58 in ?? () #13 0x28f1dbd5 in ?? () #14 0x28f1749e in ?? () #15 0x28f19a82 in ?? () #16 0x804ca9e in ?? () #17 0x804d6aa in ?? () #18 0x804db6c in ?? () #19 0x804ebe1 in ?? () #20 0x804addd in ?? () (gdb) >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 Feb 16 0:42:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 256CC37B405; Sat, 16 Feb 2002 00:42:06 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G8WEo88593; Sat, 16 Feb 2002 00:32:14 -0800 (PST) (envelope-from cjc) Date: Sat, 16 Feb 2002 00:32:14 -0800 (PST) From: Message-Id: <200202160832.g1G8WEo88593@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/34974: Incorrect mouse config in kde 2.2.2 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Incorrect mouse config in kde 2.2.2 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cjc Responsible-Changed-When: Sat Feb 16 00:31:44 PST 2002 Responsible-Changed-Why: Misfiled PR. KDE is a port. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34974 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 0:42:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DDB737B417; Sat, 16 Feb 2002 00:42:06 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G8WiX88734; Sat, 16 Feb 2002 00:32:44 -0800 (PST) (envelope-from cjc) Date: Sat, 16 Feb 2002 00:32:44 -0800 (PST) From: Message-Id: <200202160832.g1G8WiX88734@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/34975: mplayer don't compile with divx codec Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mplayer don't compile with divx codec Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cjc Responsible-Changed-When: Sat Feb 16 00:32:18 PST 2002 Responsible-Changed-Why: Misfiled PR. mplayer is a port. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34975 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 0:42:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0075D37B419; Sat, 16 Feb 2002 00:42:07 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G8bJt89171; Sat, 16 Feb 2002 00:37:19 -0800 (PST) (envelope-from cjc) Date: Sat, 16 Feb 2002 00:37:19 -0800 (PST) From: Message-Id: <200202160837.g1G8bJt89171@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/34990: Kde coredump on halt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Kde coredump on halt Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cjc Responsible-Changed-When: Sat Feb 16 00:35:56 PST 2002 Responsible-Changed-Why: Misfiled PR. KDE is a port. (But as for the problem, don't use halt(8), use shutdown(8).) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34990 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 1: 0: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06F2837B402 for ; Sat, 16 Feb 2002 01:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G901f91281; Sat, 16 Feb 2002 01:00:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E352337B402 for ; Sat, 16 Feb 2002 00:52:18 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1G8qIv90495; Sat, 16 Feb 2002 00:52:18 -0800 (PST) (envelope-from nobody) Message-Id: <200202160852.g1G8qIv90495@freefall.freebsd.org> Date: Sat, 16 Feb 2002 00:52:18 -0800 (PST) From: Shunichiro Ariura To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/34992: fetch can not change timestamp when same name file is exist. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34992 >Category: bin >Synopsis: fetch can not change timestamp when same name file is 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: Sat Feb 16 01:00:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Shunichiro Ariura >Release: 4.5-STABLE >Organization: >Environment: FreeBSD comet.blackshell.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Feb 14 19:08\ :36 JST 2002 admin@comet.blackshell.org:/opt/sources/src-stable/sys/compile\ /COMET i386 >Description: When downloading finished, fetch changes timestamp of file to original file's timestamp on remote host. But, if same name file is exist, fetch can not change This function is implemented as following: # I said abount src/usr.bin/fetch/fetch.c,v 1.10.2.17 2001/12/18 09:48:09 1) If same name file(original file) is exist, fetch download to templary file.(L475-489) 2) When downloading finished, fetch change timestamp of original file.(L544-554) 3) fetch rename from temporary file to original file. finaly, the file's timestamp is not changed. >How-To-Repeat: comet:ariura{83} date Sat Feb 16 17:43:34 JST 2002 comet:ariura{84} ls -l index.html ls: index.html: No such file or directory comet:ariura{85} fetch -q http://www.freebsd.org/index.html comet:ariura{86} ls -l index.html -rw-r--r-- 1 ariura wheel 24106 Feb 12 22:34 index.html comet:ariura{87} fetch -q http://www.freebsd.org/index.html comet:ariura{88} ls -l index.html -rw------- 1 ariura wheel 24106 Feb 16 17:43 index.html >Fix: When fetch change timestamp, check tmppath variable is NULL. If tmppath is'nt NULL, use tmppath to call utimes. I.E.: 552,553c552,558 < if (utimes(path, tv)) < warn("%s: utimes()", path); --- > if (tmppath != NULL ) { > if (utimes(tmppath, tv)) > warn("%s: utimes()", tmppath); > } else { > if (utimes(path, tv)) > warn("%s: utimes()", path); > } >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 Feb 16 4: 0:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6A1337B405 for ; Sat, 16 Feb 2002 04:00:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GC09W18286; Sat, 16 Feb 2002 04:00:09 -0800 (PST) (envelope-from gnats) Date: Sat, 16 Feb 2002 04:00:09 -0800 (PST) Message-Id: <200202161200.g1GC09W18286@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gerald Pfeifer Subject: Re: misc/18286: mailx, which is part of Unix 98, does not exist Reply-To: Gerald Pfeifer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/18286; it has been noted by GNATS. From: Gerald Pfeifer To: Mike Heffner Cc: Tim Vanderhoek , Subject: Re: misc/18286: mailx, which is part of Unix 98, does not exist Date: Sat, 16 Feb 2002 12:50:39 +0100 (CET) Mike, could you please consider MFCing the following (and possible related changes) to usr.bin/mail? Makefile revision 1.8 date: 2002/01/19 23:47:21; author: mikeh; state: Exp; lines: +2 -2 Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant, but it is pretty close. Not objected to by: -standards I believe this would fix http://www.FreeBSD.org/cgi/query-pr.cgi?pr=misc/18286 which was incorrectly closed, IMO. Thanks, Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 5: 2: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9485F37B416; Sat, 16 Feb 2002 05:02:06 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GCqFM35426; Sat, 16 Feb 2002 04:52:15 -0800 (PST) (envelope-from cjc) Date: Sat, 16 Feb 2002 04:52:15 -0800 (PST) From: Message-Id: <200202161252.g1GCqFM35426@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/34992: fetch can not change timestamp when same name file is exist. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: fetch can not change timestamp when same name file is exist. Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: cjc Responsible-Changed-When: Sat Feb 16 04:51:56 PST 2002 Responsible-Changed-Why: Over to fetch(1) maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34992 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 5:40:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA4CA37B402 for ; Sat, 16 Feb 2002 05:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GDe1f46501; Sat, 16 Feb 2002 05:40:01 -0800 (PST) (envelope-from gnats) Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 0CCFC37B41B for ; Sat, 16 Feb 2002 05:34:14 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16c4yi-0002FN-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 16 Feb 2002 13:34:12 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id B1F3A13040 for ; Sat, 16 Feb 2002 14:34:11 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 0) id A2810225BC; Sat, 16 Feb 2002 14:34:11 +0100 (CET) Message-Id: <20020216133411.A2810225BC@angel.raggedclown.net> Date: Sat, 16 Feb 2002 14:34:11 +0100 (CET) From: "toor@angel" Reply-To: "toor@angel" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/34993: Inappropriate check for starting sendmail in /etc/rc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34993 >Category: conf >Synopsis: Inappropriate check for starting sendmail in /etc/rc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 16 05:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: cliff@raggedclown.net >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD angel.raggedclown.intra 4.5-STABLE FreeBSD 4.5-STABLE #6: Thu Feb 14 07:11:29 CET 2002 toor@angel.raggedclown.intra:/usr/obj/usr/src/sys/ANGEL-S i386 >Description: When sendmail_enable is set to YES then in /etc/rc before that is honoured a check is made to see if /etc/mail/sendmail.cf exists. This check means that if you use an MTA other than sendmail (e.g. Postfix) and remove sendmail.cf then the MTA will not be started up. >How-To-Repeat: Remove or rename sendmail.cf on a system with an alternate MTA. >Fix: Change check as in the diff below (or remove check altogether). --- rc.orig Sat Feb 16 13:52:28 2002 +++ rc Sat Feb 16 13:58:13 2002 @@ -525,7 +525,7 @@ ;; esac -if [ -r /etc/mail/sendmail.cf ]; then +if [ -x /usr/sbin/sendmail ]; then case ${sendmail_enable} in [Yy][Ee][Ss]) echo -n ' sendmail' >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 Feb 16 8:10: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBF8D37B400 for ; Sat, 16 Feb 2002 08:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GGA2j89731; Sat, 16 Feb 2002 08:10:02 -0800 (PST) (envelope-from gnats) Date: Sat, 16 Feb 2002 08:10:02 -0800 (PST) Message-Id: <200202161610.g1GGA2j89731@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: IMAMURA Tomoaki Subject: Re: kern/21051: Updating 4.1-RELEASE to -current fails because document is insufficient Reply-To: IMAMURA Tomoaki Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/21051; it has been noted by GNATS. From: IMAMURA Tomoaki To: freebsd-gnats-submit@FreeBSD.org, yu@installer.org Cc: Subject: Re: kern/21051: Updating 4.1-RELEASE to -current fails because document is insufficient Date: Sun, 17 Feb 2002 01:04:59 +0900 > I think 5-current user *must* read src/UPDATING before doing > anything. Is it not sufficient description for you? If not, what's > missing? I don't have the exact environment now, but I'm afraid I was looking old "src/UPDATING" at that time. In "src/UPDATING" of revision 1.108(changed at Tue Aug 29 06:35:46 2000 UTC), this probrem was already fixed. Best regards, -- IMAMURA Tomoaki // yu@installer.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 9:12:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 704DE37B404; Sat, 16 Feb 2002 09:12:10 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GH51V97042; Sat, 16 Feb 2002 09:05:01 -0800 (PST) (envelope-from matusita) Date: Sat, 16 Feb 2002 09:05:01 -0800 (PST) From: Message-Id: <200202161705.g1GH51V97042@freefall.freebsd.org> To: yu@installer.org, matusita@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/21051: Updating 4.1-RELEASE to -current fails because document is insufficient Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updating 4.1-RELEASE to -current fails because document is insufficient State-Changed-From-To: feedback->closed State-Changed-By: matusita State-Changed-When: Sat Feb 16 09:03:22 PST 2002 State-Changed-Why: The original PR submitter agrees that this problem was already fixed. Thank you. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21051 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 11:30:19 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4703437B416 for ; Sat, 16 Feb 2002 11:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GJU1V24852; Sat, 16 Feb 2002 11:30:01 -0800 (PST) (envelope-from gnats) Received: from mail.junkproof.net (mail.junkproof.net [206.55.70.12]) by hub.freebsd.org (Postfix) with ESMTP id 0D46E37B404 for ; Sat, 16 Feb 2002 11:27:03 -0800 (PST) Received: from mail (helo=mail.junkproof.net) by mail.junkproof.net with local-bsmtp (Exim 3.32 #1) id 16cAW1-0009l3-00 for freebsd-gnats-submit@freebsd.org; Sat, 16 Feb 2002 13:28:57 -0600 Received: from bill.twwells.com ( [68.44.48.161] ) by mail.junkproof.net via tcp with submission id 3c6eb1cf-009224; Sat, 16 Feb 2002 13:23:59 -0600 Received: from bill by bill.twwells.com with local (Exim 3.34 #1) id 16cAPF-0002Qk-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 16 Feb 2002 14:21:57 -0500 Message-Id: Date: Sat, 16 Feb 2002 14:21:57 -0500 From: Bill Wells Reply-To: Bill Wells To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/35004: [PATCH] Fix for pcm driver lockups Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35004 >Category: kern >Synopsis: [PATCH] Fix for pcm driver lockups >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 Feb 16 11:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Bill Wells >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD bill.twwells.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Feb 16 04:01:38 EST 2002 toor@bill.twwells.com:/usr/obj/usr/src/sys/BILL i386 >Description: There is a race condition in pcm that will cause it to lock up in certain circumstances. When the driver is locked up, all further attempts at accessing it result in "Device busy". (NB: The -current fixes don't correct this.) >How-To-Repeat: Run this: while :; do cp beep.au /dev/audio; done And while it is running, enter this: cp beep.au /dev/audio (beep.au can be anything, but the shorter it is the better.) >Fix: The appended patches (against stable) fix this problem and a few others as well. Before the patches (use patch -l and you'll probably have to fix the spacing by hand), I'll explain what they're about. The first patch, against sound.c, simply adds some newlines to certain debugging messages. The second patch involves a number of changes to resolve the lockup problem and other problems. First, this bit of code in dsp_open (and its equivalent for wrch), sets up the channel. Its main problem is that the reference count is not updated for a newly opened channel but is instead updated if the channel had been previously opened. (E.g., an open to read will not increment the count but a following call to write will cause the *read* count to be incremented.) These reference count problems have the effect of preventing kldload from unloading the driver under certain circumstances. if (rdch) { if (flags & FREAD) { chn_reset(rdch, fmt); if (flags & O_NONBLOCK) rdch->flags |= CHN_F_NBIO; } else { CHN_LOCK(rdch); pcm_chnref(rdch, 1); } CHN_UNLOCK(rdch); } Here's the replacement code. This code is much simpler because it takes advantage of a couple of facts. First, if FREAD is set, rdch (i_dev->si_drv1) *must* have previously been null and *must* be non-null now. So, no need to test it. Also, the channel that was allocated is already locked, so no need to do that again. if (flags & FREAD) { chn_reset(rdch, fmt); if (flags & O_NONBLOCK) rdch->flags |= CHN_F_NBIO; pcm_chnref(rdch, 1); CHN_UNLOCK(rdch); } The remaining changes are in dsp_close. This bit of code (and the equivalent wrch code) leaves the channel locked if the reference count doesn't go to zero. That means that the channel remains locked when dsp_close exits; I don't think that's intended. The unlock goes afer the "if", not inside it. if (rdch) { CHN_LOCK(rdch); if (pcm_chnref(rdch, -1) > 0) { CHN_UNLOCK(rdch); exit = 1; } } Note this comment that I've included in the patch. If the answer is "no", then all is good and the comment can go away. Otherwise, it's necessary to someday fix the problem and the comment should be retained in the code. /* XXX And what happens if one of the channels had 2 references and the other has but one? The latter won't get reset. Can that happen? */ In the original code, these twe lines are executed if both of the reference counts go to zero but not if either is nonzero. If the reference counts are supposed to indicate the number of references from si_drv?'s, that's wrong; these need to be nulled out regardless of what the reference counts do. i_dev->si_drv1 = NULL; i_dev->si_drv2 = NULL; So, one fix involving these lines is to add them to the "if (exit)" code. This ensures that the reference counts correspond to the references. However, that's not the only problem with these two lines. In the original code, the fields are cleared before the abort and flush. In my patch, they are cleared after it. This misplacement is the actual cause of the lockups. *** sound.c.orig Fri Feb 15 16:44:01 2002 --- sound.c Sat Feb 16 03:28:30 2002 *************** *** 416,434 **** snd_mtxlock(d->lock); if (d->inprog) { ! device_printf(dev, "unregister: operation in progress"); snd_mtxunlock(d->lock); return EBUSY; } SLIST_FOREACH(sce, &d->channels, link) { if (sce->channel->refcount > 0) { ! device_printf(dev, "unregister: channel busy"); snd_mtxunlock(d->lock); return EBUSY; } } if (mixer_uninit(dev)) { ! device_printf(dev, "unregister: mixer busy"); snd_mtxunlock(d->lock); return EBUSY; } --- 416,434 ---- snd_mtxlock(d->lock); if (d->inprog) { ! device_printf(dev, "unregister: operation in progress\n"); snd_mtxunlock(d->lock); return EBUSY; } SLIST_FOREACH(sce, &d->channels, link) { if (sce->channel->refcount > 0) { ! device_printf(dev, "unregister: channel busy\n"); snd_mtxunlock(d->lock); return EBUSY; } } if (mixer_uninit(dev)) { ! device_printf(dev, "unregister: mixer busy\n"); snd_mtxunlock(d->lock); return EBUSY; } *** dsp.c.orig Fri Feb 15 16:28:58 2002 --- dsp.c Sat Feb 16 03:33:40 2002 *************** *** 240,265 **** /* finished with snddev, new channels still locked */ /* bump refcounts, reset and unlock any channels that we just opened */ - if (rdch) { if (flags & FREAD) { chn_reset(rdch, fmt); if (flags & O_NONBLOCK) rdch->flags |= CHN_F_NBIO; - } else { - CHN_LOCK(rdch); pcm_chnref(rdch, 1); - } CHN_UNLOCK(rdch); } - if (wrch) { if (flags & FWRITE) { chn_reset(wrch, fmt); if (flags & O_NONBLOCK) wrch->flags |= CHN_F_NBIO; - } else { - CHN_LOCK(wrch); pcm_chnref(wrch, 1); - } CHN_UNLOCK(wrch); } splx(s); --- 240,257 ---- *************** *** 286,316 **** if (rdch) { CHN_LOCK(rdch); if (pcm_chnref(rdch, -1) > 0) { - CHN_UNLOCK(rdch); exit = 1; } } if (wrch) { CHN_LOCK(wrch); if (pcm_chnref(wrch, -1) > 0) { - CHN_UNLOCK(wrch); exit = 1; } } if (exit) { snd_mtxunlock(d->lock); splx(s); return 0; } - /* both refcounts are zero, abort and release */ if (d->fakechan) d->fakechan->flags = 0; - i_dev->si_drv1 = NULL; - i_dev->si_drv2 = NULL; - d->flags &= ~SD_F_TRANSIENT; snd_mtxunlock(d->lock); --- 278,310 ---- if (rdch) { CHN_LOCK(rdch); if (pcm_chnref(rdch, -1) > 0) { exit = 1; } + CHN_UNLOCK(rdch); } if (wrch) { CHN_LOCK(wrch); if (pcm_chnref(wrch, -1) > 0) { exit = 1; } + CHN_UNLOCK(wrch); } + /* XXX And what happens if one of the channels had 2 references and + the other has but one? The latter won't get reset. Can that + happen? */ + if (exit) { + i_dev->si_drv1 = NULL; + i_dev->si_drv2 = NULL; snd_mtxunlock(d->lock); splx(s); return 0; } /* both refcounts are zero, abort and release */ if (d->fakechan) d->fakechan->flags = 0; d->flags &= ~SD_F_TRANSIENT; snd_mtxunlock(d->lock); *************** *** 326,331 **** --- 320,327 ---- chn_reset(wrch, 0); pcm_chnrelease(wrch); } + i_dev->si_drv1 = NULL; + i_dev->si_drv2 = NULL; splx(s); return 0; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 13:40: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CE1937B41A for ; Sat, 16 Feb 2002 13:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GLe2c49633; Sat, 16 Feb 2002 13:40:02 -0800 (PST) (envelope-from gnats) Date: Sat, 16 Feb 2002 13:40:02 -0800 (PST) Message-Id: <200202162140.g1GLe2c49633@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Szilveszter Adam Subject: Re: misc/34795: Deprecated uudecode option used during 'make world' Reply-To: Szilveszter Adam Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/34795; it has been noted by GNATS. From: Szilveszter Adam To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: misc/34795: Deprecated uudecode option used during 'make world' Date: Sat, 16 Feb 2002 22:37:44 +0100 Hello, Sorry to follow up on my own PR. The "-p" option to uudecode was un-deprecated today, so this "fixes" the problem in a quick way.:-) This PR can now be closed. -- Regards: Szilveszter ADAM Szombathely Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 13:50:37 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5929F37B41B for ; Sat, 16 Feb 2002 13:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GLo1g50977; Sat, 16 Feb 2002 13:50:01 -0800 (PST) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [80.91.32.29]) by hub.freebsd.org (Postfix) with ESMTP id 034F337B400 for ; Sat, 16 Feb 2002 13:41:58 -0800 (PST) Received: by totem.fix.no (Postfix, from userid 1000) id 049E43C93; Sat, 16 Feb 2002 22:42:03 +0100 (CET) Message-Id: <20020216214203.049E43C93@totem.fix.no> Date: Sat, 16 Feb 2002 22:42:03 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/35010: pcm0 fails to attach with Intel 82801BA (ICH2, Acer TravelMate 613 TXV) / system freeze Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35010 >Category: kern >Synopsis: pcm0 fails to attach with Intel 82801BA (ICH2, Acer TravelMate 613 TXV) / system freeze >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 16 13:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.5-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD lappy 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Feb 15 22:42:06 CET 2002 root@:/usr/obj/usr/src/sys/LAPPY i386 kern.osreldate: 450000 (-stable source fetched february 11 2002) >Description: The pcm driver fails to map IO port space upon booting: Feb 12 02:52:36 lappy /kernel: Copyright (c) 1992-2002 The FreeBSD Project. Feb 12 02:52:36 lappy /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Feb 12 02:52:36 lappy /kernel: The Regents of the University of California. All rights reserved. Feb 12 02:52:36 lappy /kernel: FreeBSD 4.5-STABLE #0: Tue Feb 12 02:05:56 CET 2002 Feb 12 02:52:36 lappy /kernel: root@lappy:/usr/obj/usr/src/sys/LAPPY Feb 12 02:52:36 lappy /kernel: Timecounter "i8254" frequency 1193182 Hz Feb 12 02:52:36 lappy /kernel: CPU: Pentium III/Pentium III Xeon/Celeron (997.82-MHz 686-class CPU) Feb 12 02:52:36 lappy /kernel: Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Feb 12 02:52:36 lappy /kernel: Features=0x383f9ff Feb 12 02:52:36 lappy /kernel: real memory = 535232512 (522688K bytes) Feb 12 02:52:36 lappy /kernel: avail memory = 515706880 (503620K bytes) Feb 12 02:52:36 lappy /kernel: Preloaded elf kernel "kernel" at 0xc04f1000. Feb 12 02:52:36 lappy /kernel: Preloaded elf module "linux.ko" at 0xc04f109c. Feb 12 02:52:36 lappy /kernel: Preloaded elf module "agp.ko" at 0xc04f113c. Feb 12 02:52:36 lappy /kernel: Pentium Pro MTRR support enabled Feb 12 02:52:36 lappy /kernel: md0: Malloc disk Feb 12 02:52:36 lappy /kernel: Using $PIR table, 7 entries at 0xc00fdf50 Feb 12 02:52:36 lappy /kernel: apm0: on motherboard Feb 12 02:52:36 lappy /kernel: apm: found APM BIOS v1.2, connected at v1.2 Feb 12 02:52:36 lappy /kernel: npx0: on motherboard Feb 12 02:52:36 lappy /kernel: npx0: INT 16 interface Feb 12 02:52:36 lappy /kernel: pcib0: on motherboard Feb 12 02:52:36 lappy /kernel: pci0: on pcib0 Feb 12 02:52:36 lappy /kernel: agp0: mem 0xf4000000-0xf407ffff,0xf8000000-0xfbffffff irq 11 at device 2.0 on pci0 Feb 12 02:52:36 lappy /kernel: pcib1: at device 30.0 on pci0 Feb 12 02:52:36 lappy /kernel: pci1: on pcib1 Feb 12 02:52:36 lappy /kernel: fxp0: port 0x3000-0x303f mem 0xf4100000-0xf4100fff irq 11 at device 8.0 on pci1 Feb 12 02:52:36 lappy /kernel: fxp0: Ethernet address 00:00:e2:54:b4:bb Feb 12 02:52:36 lappy /kernel: inphy0: on miibus0 Feb 12 02:52:36 lappy /kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Feb 12 02:52:36 lappy /kernel: pcic0: mem 0x44000000-0x44000fff irq 11 at device 15.0 on pci1 Feb 12 02:52:36 lappy /kernel: pcic0: Warning: O2micro OZ68xx chips may not work Feb 12 02:52:36 lappy /kernel: pccard0: on pcic0 Feb 12 02:52:36 lappy /kernel: pcic1: mem 0x44001000-0x44001fff irq 11 at device 15.1 on pci1 Feb 12 02:52:36 lappy /kernel: pcic1: Warning: O2micro OZ68xx chips may not work Feb 12 02:52:36 lappy /kernel: pccard1: on pcic1 Feb 12 02:52:36 lappy /kernel: isab0: at device 31.0 on pci0 Feb 12 02:52:36 lappy /kernel: isa0: on isab0 Feb 12 02:52:36 lappy /kernel: atapci0: port 0x1800-0x180f at device 31.1 on pci0 Feb 12 02:52:36 lappy /kernel: ata0: at 0x1f0 irq 14 on atapci0 Feb 12 02:52:36 lappy /kernel: ata1: at 0x170 irq 15 on atapci0 Feb 12 02:52:36 lappy /kernel: uhci0: port 0x1820-0x183f irq 10 at device 31.2 on pci0 Feb 12 02:52:36 lappy /kernel: usb0: on uhci0 Feb 12 02:52:36 lappy /kernel: usb0: USB revision 1.0 Feb 12 02:52:36 lappy /kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Feb 12 02:52:36 lappy /kernel: uhub0: 2 ports with 2 removable, self powered Feb 12 02:52:36 lappy /kernel: ums0: Microsoft Microsoft USB Mouse, rev 1.10/20.06, addr 2, iclass 3/1 Feb 12 02:52:36 lappy /kernel: ums0: 3 buttons and Z dir. Feb 12 02:52:36 lappy /kernel: uscanner0: AGFA Snapscan1212u_2, rev 1.00/1.32, addr 3 Feb 12 02:52:36 lappy /kernel: pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 10 Feb 12 02:52:36 lappy /kernel: uhci1: port 0x1840-0x185f irq 11 at device 31.4 on pci0 Feb 12 02:52:36 lappy /kernel: usb1: on uhci1 Feb 12 02:52:36 lappy /kernel: usb1: USB revision 1.0 Feb 12 02:52:36 lappy /kernel: uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Feb 12 02:52:36 lappy /kernel: uhub1: 2 ports with 2 removable, self powered Feb 12 02:52:36 lappy /kernel: pcm0: irq 10 at device 31.5 on pci0 Feb 12 02:52:36 lappy /kernel: pcm0: unable to map IO port space Feb 12 02:52:36 lappy /kernel: device_probe_and_attach: pcm0 attach returned 6 Feb 12 02:52:36 lappy /kernel: pci0: (vendor=0x8086, dev=0x2446) at 31.6 irq 10 Feb 12 02:52:36 lappy /kernel: eisa0: on motherboard Feb 12 02:52:36 lappy /kernel: eisa0: unknown card SBA0000 (0x4c410000) at slot 1 Feb 12 02:52:36 lappy /kernel: orm0: >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 13:52:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 966C937B419; Sat, 16 Feb 2002 13:52:11 -0800 (PST) Received: (from maxim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GLliQ50712; Sat, 16 Feb 2002 13:47:44 -0800 (PST) (envelope-from maxim) Date: Sat, 16 Feb 2002 13:47:44 -0800 (PST) From: Message-Id: <200202162147.g1GLliQ50712@freefall.freebsd.org> To: sziszi@bsd.hu, maxim@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/34795: Deprecated uudecode option used during 'make world' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Deprecated uudecode option used during 'make world' State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Sat Feb 16 13:45:07 PST 2002 State-Changed-Why: uudecode(1)'s "-p" option is un-deprecated in ver.1.18. Closed by submitter request, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34795 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 14: 0:56 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A716A37B41B for ; Sat, 16 Feb 2002 14:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1GM03e52114; Sat, 16 Feb 2002 14:00:03 -0800 (PST) (envelope-from gnats) Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id D4A7F37B41B for ; Sat, 16 Feb 2002 13:57:18 -0800 (PST) Received: (qmail 7515 invoked by uid 100); 16 Feb 2002 18:45:02 -0000 Message-Id: <20020216184502.7514.qmail@guru.mired.org> Date: 16 Feb 2002 18:45:02 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/35012: [PATCH] SiS 7012 in the SiS 735 chips isn't supported. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35012 >Category: kern >Synopsis: [PATCH] SiS 7012 in the SiS 735 chips isn't supported. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 16 14:00:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.5-STABLE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.5-STABLE FreeBSD 4.5-STABLE #15: Sat Feb 16 00:40:53 CST 2002 mwm@guru.mired.org:/usr/src/sys/compile/GURU i386 Includes patches for both -current and -stable as of that date. >Description: The onboard sound on motherboards using the SiS 735 chipset - and possibly the 745 as well - is not recognized by the FreeBSD pcm drivers. >How-To-Repeat: Purchase such a board (they're cheap, and work well), enable the onboard sound and pcm in the kernel, then note that you don't have any pcm drivers after you boot. >Fix: The following patches to the ich driver cause it to recognize the SiS 7012, allow the user to manipulate the mixer, and play pcm back through it. Recording works, but apparently the hardware doesn't support variable rate recording, so it's not suitable for serious use. Patches for -current: --- ich.c-current Fri Feb 15 16:07:46 2002 +++ ich.c Sat Feb 16 12:31:26 2002 @@ -41,6 +40,8 @@ #define ICH_DEFAULT_BUFSZ 16384 #define ICH_MAX_BUFSZ 65536 +#define SIS7012ID 0x70121039 /* SiS 7012 needs special handling */ + /* buffer descriptor */ struct ich_desc { volatile u_int32_t buffer; @@ -69,6 +70,7 @@ device_t dev; int hasvra, hasvrm, hasmic; unsigned int chnum, bufsz; + int sample_size, swap_reg; struct resource *nambar, *nabmbar, *irq; int nambarid, nabmbarid, irqid; @@ -191,7 +193,8 @@ for (i = 0; i < ICH_DTBL_LENGTH; i++) { ch->dtbl[i].buffer = base + (ch->blksz * (i % ch->blkcnt)); - ch->dtbl[i].length = ICH_BDC_IOC | (ch->blksz / 2); + ch->dtbl[i].length = ICH_BDC_IOC + | (ch->blksz / ch->parent->sample_size); } } @@ -392,7 +395,9 @@ if ((ch->imask & gs) == 0) continue; gs &= ~ch->imask; - st = ich_rd(sc, ch->regbase + ICH_REG_X_SR, 2); + st = ich_rd(sc, ch->regbase + + (sc->swap_reg ? ICH_REG_X_PICB : ICH_REG_X_SR), + 2); st &= ICH_X_SR_FIFOE | ICH_X_SR_BCIS | ICH_X_SR_LVBCI; if (st & (ICH_X_SR_BCIS | ICH_X_SR_LVBCI)) { /* block complete - update buffer */ @@ -414,7 +419,9 @@ } /* clear status bit */ - ich_wr(sc, ch->regbase + ICH_REG_X_SR, st, 2); + ich_wr(sc, ch->regbase + + (sc->swap_reg ? ICH_REG_X_PICB : ICH_REG_X_SR), + st, 2); } if (gs != 0) { device_printf(sc->dev, @@ -589,6 +597,10 @@ device_set_desc(dev, "Intel 82801CA (ICH3)"); return 0; + case SIS7012ID: + device_set_desc(dev, "SiS 7012"); + return 0; + default: return ENXIO; } @@ -610,6 +622,18 @@ bzero(sc, sizeof(*sc)); sc->dev = dev; + /* + * The SiS 7012 register set isn't quite like the standard ich. + * There really should be a general "quirks" mechanism. + */ + if (pci_get_devid(dev) == SIS7012ID) { + sc->swap_reg = 1; + sc->sample_size = 1; + } else { + sc->swap_reg = 0; + sc->sample_size = 2; + } + data = pci_read_config(dev, PCIR_COMMAND, 2); data |= (PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); pci_write_config(dev, PCIR_COMMAND, data, 2); Patches for -stable. This includes some changes from -current. Part of them are required to get recording to work at all - even on ich hardware - and the rest came along as well. A separate request has been made to MFC these changes, after which the patches to -current above should work on -stable. --- ich.c-stable Wed Feb 13 23:27:48 2002 +++ ich.c Sat Feb 16 12:31:26 2002 @@ -34,11 +32,15 @@ #include #include + /* -------------------------------------------------------------------- */ #define ICH_TIMEOUT 1000 /* semaphore timeout polling count */ #define ICH_DTBL_LENGTH 32 #define ICH_DEFAULT_BUFSZ 16384 +#define ICH_MAX_BUFSZ 65536 + +#define SIS7012ID 0x70121039 /* SiS 7012 needs special handling */ /* buffer descriptor */ struct ich_desc { @@ -50,8 +52,8 @@ /* channel registers */ struct sc_chinfo { - u_int32_t num, run; - u_int32_t blksz, blkcnt; + u_int32_t num:8, run:1, run_save:1; + u_int32_t blksz, blkcnt, spd; u_int32_t regbase, spdreg; u_int32_t imask; u_int32_t civ; @@ -66,8 +68,9 @@ /* device private data */ struct sc_info { device_t dev; - int hasvra, hasvrm; - int chnum; + int hasvra, hasvrm, hasmic; + unsigned int chnum, bufsz; + int sample_size, swap_reg; struct resource *nambar, *nabmbar, *irq; int nambarid, nabmbarid, irqid; @@ -190,7 +193,8 @@ for (i = 0; i < ICH_DTBL_LENGTH; i++) { ch->dtbl[i].buffer = base + (ch->blksz * (i % ch->blkcnt)); - ch->dtbl[i].length = ICH_BDC_IOC | (ch->blksz / 2); + ch->dtbl[i].length = ICH_BDC_IOC + | (ch->blksz / ch->parent->sample_size); } } @@ -229,7 +233,7 @@ { struct sc_info *sc = devinfo; struct sc_chinfo *ch; - int num; + unsigned int num; num = sc->chnum++; ch = &sc->ch[num]; @@ -240,7 +244,7 @@ ch->run = 0; ch->dtbl = sc->dtbl + (ch->num * ICH_DTBL_LENGTH); ch->blkcnt = 2; - ch->blksz = ICH_DEFAULT_BUFSZ / ch->blkcnt; + ch->blksz = sc->bufsz / ch->blkcnt; switch(ch->num) { case 0: /* play */ @@ -268,7 +272,7 @@ return NULL; } - if (sndbuf_alloc(ch->buffer, sc->dmat, ICH_DEFAULT_BUFSZ)) + if (sndbuf_alloc(ch->buffer, sc->dmat, sc->bufsz)) return NULL; ich_wr(sc, ch->regbase + ICH_REG_X_BDBAR, (u_int32_t)vtophys(ch->dtbl), 4); @@ -292,12 +296,12 @@ int r; if (sc->ac97rate <= 32000 || sc->ac97rate >= 64000) sc->ac97rate = 48000; - r = speed * 48000 / sc->ac97rate; - return ac97_setrate(sc->codec, ch->spdreg, r) * - sc->ac97rate / 48000; + r = (speed * 48000) / sc->ac97rate; + ch->spd = (ac97_setrate(sc->codec, ch->spdreg, r) * sc->ac97rate) / 48000; } else { - return 48000; + ch->spd = 48000; } + return ch->spd; } static int @@ -323,7 +327,7 @@ case PCMTRIG_START: ch->run = 1; ich_wr(sc, ch->regbase + ICH_REG_X_BDBAR, (u_int32_t)vtophys(ch->dtbl), 4); - ich_wr(sc, ch->regbase + ICH_REG_X_CR, ICH_X_CR_RPBM | ICH_X_CR_LVBIE | ICH_X_CR_IOCE | ICH_X_CR_FEIE, 1); + ich_wr(sc, ch->regbase + ICH_REG_X_CR, ICH_X_CR_RPBM | ICH_X_CR_LVBIE | ICH_X_CR_IOCE, 1); break; case PCMTRIG_ABORT: @@ -391,7 +395,9 @@ if ((ch->imask & gs) == 0) continue; gs &= ~ch->imask; - st = ich_rd(sc, ch->regbase + ICH_REG_X_SR, 2); + st = ich_rd(sc, ch->regbase + + (sc->swap_reg ? ICH_REG_X_PICB : ICH_REG_X_SR), + 2); st &= ICH_X_SR_FIFOE | ICH_X_SR_BCIS | ICH_X_SR_LVBCI; if (st & (ICH_X_SR_BCIS | ICH_X_SR_LVBCI)) { /* block complete - update buffer */ @@ -413,7 +419,9 @@ } /* clear status bit */ - ich_wr(sc, ch->regbase + ICH_REG_X_SR, st, 2); + ich_wr(sc, ch->regbase + + (sc->swap_reg ? ICH_REG_X_PICB : ICH_REG_X_SR), + st, 2); } if (gs != 0) { device_printf(sc->dev, @@ -520,6 +528,7 @@ printf(", will use %d Hz", sc->ac97rate); printf("\n"); } + return sc->ac97rate; } @@ -547,7 +556,9 @@ ich_wr(sc, ICH_REG_GLOB_CNT, ICH_GLOB_CTL_COLD | ICH_GLOB_CTL_PRES, 4); - if (ich_resetchan(sc, 0) || ich_resetchan(sc, 1) || ich_resetchan(sc, 2)) + if (ich_resetchan(sc, 0) || ich_resetchan(sc, 1)) + return ENXIO; + if (sc->hasmic && ich_resetchan(sc, 2)) return ENXIO; if (bus_dmamem_alloc(sc->dmat, (void **)&sc->dtbl, BUS_DMA_NOWAIT, &sc->dtmap)) @@ -586,6 +597,10 @@ device_set_desc(dev, "Intel 82801CA (ICH3)"); return 0; + case SIS7012ID: + device_set_desc(dev, "SiS 7012"); + return 0; + default: return ENXIO; } @@ -607,6 +622,18 @@ bzero(sc, sizeof(*sc)); sc->dev = dev; + /* + * The SiS 7012 register set isn't quite like the standard ich. + * There really should be a general "quirks" mechanism. + */ + if (pci_get_devid(dev) == SIS7012ID) { + sc->swap_reg = 1; + sc->sample_size = 1; + } else { + sc->swap_reg = 0; + sc->sample_size = 2; + } + data = pci_read_config(dev, PCIR_COMMAND, 2); data |= (PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN); pci_write_config(dev, PCIR_COMMAND, data, 2); @@ -627,8 +654,9 @@ sc->nabmbart = rman_get_bustag(sc->nabmbar); sc->nabmbarh = rman_get_bushandle(sc->nabmbar); + sc->bufsz = ICH_DEFAULT_BUFSZ; if (bus_dma_tag_create(NULL, 8, 0, BUS_SPACE_MAXADDR_32BIT, BUS_SPACE_MAXADDR, - NULL, NULL, ICH_DEFAULT_BUFSZ, 1, 0x3ffff, 0, &sc->dmat) != 0) { + NULL, NULL, sc->bufsz, 1, 0x3ffff, 0, &sc->dmat) != 0) { device_printf(dev, "unable to create dma tag\n"); goto bad; } @@ -652,19 +680,22 @@ /* check and set VRA function */ extcaps = ac97_getextcaps(sc->codec); + sc->hasvra = extcaps & AC97_EXTCAP_VRA; sc->hasvrm = extcaps & AC97_EXTCAP_VRM; - ac97_setextmode(sc->codec, sc->hasvra | sc->hasvrm); + sc->hasmic = extcaps & 1; + ac97_setextmode(sc->codec, sc->hasvra | sc->hasvrm | sc->hasmic); - if (pcm_register(dev, sc, 1, 2)) + if (pcm_register(dev, sc, 1, sc->hasmic? 2 : 1)) goto bad; - pcm_addchan(dev, PCMDIR_PLAY, &ichchan_class, sc); - pcm_addchan(dev, PCMDIR_REC, &ichchan_class, sc); - pcm_addchan(dev, PCMDIR_REC, &ichchan_class, sc); + pcm_addchan(dev, PCMDIR_PLAY, &ichchan_class, sc); /* play */ + pcm_addchan(dev, PCMDIR_REC, &ichchan_class, sc); /* record */ + if (sc->hasmic) + pcm_addchan(dev, PCMDIR_REC, &ichchan_class, sc); /* record mic */ - snprintf(status, SND_STATUSLEN, "at io 0x%lx, 0x%lx irq %ld", - rman_get_start(sc->nambar), rman_get_start(sc->nabmbar), rman_get_start(sc->irq)); + snprintf(status, SND_STATUSLEN, "at io 0x%lx, 0x%lx irq %ld bufsz %u", + rman_get_start(sc->nambar), rman_get_start(sc->nabmbar), rman_get_start(sc->irq), sc->bufsz); pcm_setstatus(dev, status); @@ -676,16 +707,16 @@ bad: if (sc->codec) ac97_destroy(sc->codec); + if (sc->ih) + bus_teardown_intr(dev, sc->irq, sc->ih); + if (sc->irq) + bus_release_resource(dev, SYS_RES_IRQ, sc->irqid, sc->irq); if (sc->nambar) bus_release_resource(dev, SYS_RES_IOPORT, sc->nambarid, sc->nambar); if (sc->nabmbar) bus_release_resource(dev, SYS_RES_IOPORT, sc->nabmbarid, sc->nabmbar); - if (sc->ih) - bus_teardown_intr(dev, sc->irq, sc->ih); - if (sc->irq) - bus_release_resource(dev, SYS_RES_IRQ, sc->irqid, sc->irq); free(sc, M_DEVBUF); return ENXIO; } @@ -711,9 +742,29 @@ } static int +ich_pci_suspend(device_t dev) +{ + struct sc_info *sc; + int i; + + sc = pcm_getdevinfo(dev); + for (i = 0 ; i < 3; i++) { + sc->ch[i].run_save = sc->ch[i].run; + if (sc->ch[i].run) { + ichchan_trigger(0, &sc->ch[i], PCMTRIG_ABORT); + } + } + + /* ACLINK shut off */ + ich_wr(sc,ICH_REG_GLOB_CNT, ICH_GLOB_CTL_SHUT, 4); + return 0; +} + +static int ich_pci_resume(device_t dev) { struct sc_info *sc; + int i; sc = pcm_getdevinfo(dev); @@ -727,6 +778,15 @@ device_printf(dev, "unable to reinitialize the mixer\n"); return ENXIO; } + /* Re-start DMA engines */ + for (i = 0 ; i < 3; i++) { + struct sc_chinfo *ch = &sc->ch[i]; + if (sc->ch[i].run_save) { + ichchan_setblocksize(0, ch, ch->blksz); + ichchan_setspeed(0, ch, ch->spd); + ichchan_trigger(0, ch, PCMTRIG_START); + } + } return 0; } @@ -735,6 +795,7 @@ DEVMETHOD(device_probe, ich_pci_probe), DEVMETHOD(device_attach, ich_pci_attach), DEVMETHOD(device_detach, ich_pci_detach), + DEVMETHOD(device_suspend, ich_pci_suspend), DEVMETHOD(device_resume, ich_pci_resume), { 0, 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 Sat Feb 16 15:23:16 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.ex.comedyaccess.com (adsl-63-202-71-50.dsl.snfc21.pacbell.net [63.202.71.50]) by hub.freebsd.org (Postfix) with ESMTP id 2B70737B400 for ; Sat, 16 Feb 2002 15:23:01 -0800 (PST) Received: from mail pickup service by mail.ex.comedyaccess.com with Microsoft SMTPSVC; Sat, 16 Feb 2002 09:09:57 -0800 From: To: Subject: Shang Personally Invites you to Urban Comedy on the High Seas... Don't Miss It Date: Sat, 16 Feb 2002 09:09:55 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_33A8_01C1B6C9.B34379B0" X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 16 Feb 2002 17:09:57.0906 (UTC) FILETIME=[C2D11F20:01C1B70C] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_33A8_01C1B6C9.B34379B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Image1.gif Saturday, February 16, 2002 Issue #1 Image2.gif 3 Day Baja Mexico Cruise from Los Angeles April 5-8, 2002 2 Nights of Urban Comedy 1 Night with a Special Show Speedy Parties aboard the Ecstasy Excursions in Ensenada Shang Luenell Mike Bonner Rodney Perry Also Starring: Rip Da Playa Kirk McHenry Get ready for some serious partying and hilarious urban comedy. The "Comedy on the High Seas II" cruise is set. This year's cruise features two nights of "Off the Chain" urban comedy and one night with a special surprise show. The cruise is a three day party to Ensenada, Mexico from Los Angeles, California. The special Web Site for the cruise is ComedyCruise.com . The site features preview performances of the comedians for this year's cruise, a complete schedule and description of all of the planned events, video clips and photos from last year's cruise (including never before seen ones), a preview of the Ecstasy, events and destinations in Ensenada, and a complete on-line reservation system. Last year's cruise sold out early. To avoid missing out on what everyone is still talking about, make sure that you book early, only a minimal deposit is required to hold your cabin. For more information or to book the cruise, please call Comedy Access at (510) 777-2952 or send an e-mail to info@comedycruise.com . Payment options and payment plans are available. Image5.gif This is a private event... Available exclusively through ComedyAccess. Please choose SHANG as reference during registration Please foward this email to as many people that you want to go on this trip of a lifetime. ------=_NextPart_000_33A8_01C1B6C9.B34379B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 3DImage1.gif
Saturday, = February 16, 2002   Issue #1
= =

 

3DImage2.gif
3 Day Baja Mexico Cruise from = Los Angeles
April 5-8, 2002 =

2 Nights of = Urban Comedy

 1 Night with a Special = Show


Speedy

Parties aboard = the Ecstasy

Excursions in = Ensenada


Shang


Luenell

=


Mike = Bonner


Rodney = Perry

Also = Starring:
=
Rip Da = Playa

Kirk = McHenry
=
Get ready for some serious partying and = hilarious urban comedy. The "Comedy on the High Seas II" = cruise is set. This year's cruise features two nights of "Off the = Chain" urban comedy and one night with a special surprise show. The = cruise is a three day party to Ensenada, Mexico from Los Angeles, = California.

The special Web = Site for the cruise is ComedyCruise.com. The site = features preview performances of the comedians for this year's cruise, a = complete schedule and description of all of the planned events, video = clips and photos from last year's cruise (including never before seen = ones), a preview of the Ecstasy, events and destinations in Ensenada, = and a complete on-line reservation system.

=
Last = year's cruise sold out early. To avoid missing out on what everyone is = still talking about, make sure that you book early, only a minimal = deposit is required to hold your cabin.

=
For = more information or to book the cruise, please call Comedy Access at = (510) 777-2952 or send an e-mail to info@comedycruise.com. Payment = options and payment plans are available.3DImage5.gif


This is a private event... Available exclusively through = ComedyAccess.

Please choose SHANG as reference during = registration

Please foward this email to as many people that you want = to go on this trip of a lifetime. =

------=_NextPart_000_33A8_01C1B6C9.B34379B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 18:10: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B30E837B416 for ; Sat, 16 Feb 2002 18:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H2A0r04156; Sat, 16 Feb 2002 18:10:00 -0800 (PST) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 2C09237B405 for ; Sat, 16 Feb 2002 18:04:59 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 1174B2B6AF for ; Sun, 17 Feb 2002 03:04:55 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 5E05F42B; Sun, 17 Feb 2002 13:04:47 +1100 (EST) Message-Id: <20020217020447.5E05F42B@k7.mavetju.org> Date: Sun, 17 Feb 2002 13:04:47 +1100 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/35017: /sbin/route: weird behaviour with using the -interface flag Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35017 >Category: bin >Synopsis: /sbin/route: weird behaviour with using the -interface flag >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 Feb 16 18:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Fri Feb 1 09:51:30 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 Running the net/freenet6-port, revision 0.9.5 FreeBSD 4.5 specific, FreeBSD 4.4. didn't have this problem. >Description: See also http://docs.freebsd.org/cgi/getmsg.cgi?fetch=167189+0+current/freebsd-net During the setup of an IPv6 over IPv4 tunnel, the freenet port uses the statement: "route add -inet6 default -interface gif0" When sending TCP traffic over this tunnel, the first few packets get send without problems until my host starts sending out CMP6 neighbor solicitation requests. From that moment on, my host doesn't send any packet anymore for this TCP session. New TCP sessions can be start without problems (but experience the same problems), ICMP6 packets of other sessions keep flowing without interruption. It's only this TCP session which is hanging. I've posted a message about this in -hackers and -net and got two groups of answers: yes I have the same problem and no I don't have this problem anymore since I've changed to a different IPv6 provider. When comparing what was going different with different providers, I saw they were issueing the "route add -inet6 default ipaddress" statement instead of the "route add -inet6 default -interface ..." statement. When using this statement in the scripts of freenet6 my tunnels stayed up without problems. I have informed the people from freenet6.net about this, I have submitted a patch for the net/freenet6 port. But the real problem lies somewhere in the way FreeBSD 4.5 is looking through its routing-table. >How-To-Repeat: Install net/freenet6 version 0.9.5 and setup a tcp-session towards an IPv6 enabled host. >Fix: Unfortunatly I'm not skilled enough to fix what is going wrong here... >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 Feb 16 19: 2:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BA7D37B404; Sat, 16 Feb 2002 19:02:09 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H31U911246; Sat, 16 Feb 2002 19:01:30 -0800 (PST) (envelope-from cjc) Date: Sat, 16 Feb 2002 19:01:30 -0800 (PST) From: Message-Id: <200202170301.g1H31U911246@freefall.freebsd.org> To: toor@raggedclown.net, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, cjc@FreeBSD.org Subject: Re: conf/34993: Inappropriate check for starting sendmail in /etc/rc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Inappropriate check for starting sendmail in /etc/rc State-Changed-From-To: open->analyzed State-Changed-By: cjc State-Changed-When: Sat Feb 16 18:59:46 PST 2002 State-Changed-Why: Fixed in revision 1.295. (But the PR is not noted in the PR log. I didn't see the PR until after I made the change.) The sendmail.conf is simly removed. Responsible-Changed-From-To: freebsd-bugs->cjc Responsible-Changed-By: cjc Responsible-Changed-When: Sat Feb 16 18:59:46 PST 2002 Responsible-Changed-Why: I will handle the MFC in two days. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34993 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 19: 4:28 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 00D2837B400 for ; Sat, 16 Feb 2002 19:04:24 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020217030423.MSDR2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Sun, 17 Feb 2002 03:04:23 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1H34M549924; Sat, 16 Feb 2002 19:04:22 -0800 (PST) (envelope-from cjc) Date: Sat, 16 Feb 2002 19:04:22 -0800 From: "Crist J. Clark" To: toor@raggedclown.net, freebsd-bugs@FreeBSD.ORG Subject: Re: conf/34993: Inappropriate check for starting sendmail in /etc/rc Message-ID: <20020216190422.E48401@blossom.cjclark.org> References: <200202170301.g1H31U911246@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: <200202170301.g1H31U911246@freefall.freebsd.org>; from cjc@FreeBSD.ORG on Sat, Feb 16, 2002 at 07:01:30PM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Feb 16, 2002 at 07:01:30PM -0800, cjc@FreeBSD.ORG wrote: > Synopsis: Inappropriate check for starting sendmail in /etc/rc > > State-Changed-From-To: open->analyzed > State-Changed-By: cjc > State-Changed-When: Sat Feb 16 18:59:46 PST 2002 > State-Changed-Why: > Fixed in revision 1.295. (But the PR is not noted in the PR log. I > didn't see the PR until after I made the change.) The sendmail.conf is > simly removed. "But the PR is not noted in the commit log." Duh. I'll mention the PR when I make the change to -STABLE. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 19:12:17 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B508937B404; Sat, 16 Feb 2002 19:12:08 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H37kY16059; Sat, 16 Feb 2002 19:07:46 -0800 (PST) (envelope-from cjc) Date: Sat, 16 Feb 2002 19:07:46 -0800 (PST) From: Message-Id: <200202170307.g1H37kY16059@freefall.freebsd.org> To: ecsd@transbay.net, cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/34949: 4.5 mfsroot floppy default system to install is 4.3, not 4.5 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 4.5 mfsroot floppy default system to install is 4.3, not 4.5 State-Changed-From-To: open->feedback State-Changed-By: cjc State-Changed-When: Sat Feb 16 19:07:07 PST 2002 State-Changed-Why: Waiting to hear from submitter on whether he used a 4.5-RELEASE kern.flp. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34949 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Feb 16 19:30:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E9A337B41A for ; Sat, 16 Feb 2002 19:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H3U0918517; Sat, 16 Feb 2002 19:30:00 -0800 (PST) (envelope-from gnats) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id 40E8737B402; Sat, 16 Feb 2002 19:22:46 -0800 (PST) Received: from corbulon.video-collage.com (localhost [127.0.0.1]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g1H3MXR5078162; Sat, 16 Feb 2002 22:22:33 -0500 (EST) (envelope-from mi@corbulon.video-collage.com) Received: (from root@localhost) by corbulon.video-collage.com (8.12.2/8.12.2/Submit) id g1H3MWRP078161; Sat, 16 Feb 2002 22:22:32 -0500 (EST) (envelope-from mi) Message-Id: <200202170322.g1H3MWRP078161@corbulon.video-collage.com> Date: Sat, 16 Feb 2002 22:22:32 -0500 (EST) From: Mikhail Teterin Reply-To: Mikhail Teterin To: FreeBSD-gnats-submit@freebsd.org Cc: brian@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/35018: enhancing daily/460.status-mail-rejects Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35018 >Category: bin >Synopsis: enhancing daily/460.status-mail-rejects >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 Feb 16 19:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.5-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: System: FreeBSD corbulon.video-collage.com 4.5-STABLE FreeBSD 4.5-STABLE #1: Mon Feb 11 02:22:13 EST 2002 mi@corbulon.video-collage.com:/home/src/sys/compile/Corbulon i386 >Description: My primary trouble with the current version, is that it relies on the arg1 element of the logged string to contain the culprit. That is often a wrong assumption -- depending on the ruleset, arg1 may contain the local address, for example. The attached patch makes use of the relay= element of the string, processing its entire content -- not just the IP address. The patch also: . obviates the need for daily_status_mail_rejects_logs by using find(1) to find the maillog-s modified within the last two days . allows one to keep maillog-s bzip2-ed . removes one invocation of sort(1) and one of uniq(1) -- both, perl and awk are quite capable of counting and hashing . removes one invocation of date -- both awk and perl are capable of figuring out the todays date . stops the input processing as soon as the timestamp on the next line starts indicating today -- to save time . replaces perl with awk, because I don't know perl that well >How-To-Repeat: Here is the typical output of the current version. Note, that ALDAN.ALGEBRA.COM and virtual-estates.net are local machines here and are listed because certain addresses at them are blocked. Checking for rejected mail hosts: 7 ALDAN.ALGEBRA.COM 4 virtual-estates.net 4 [200.35.80.90] 3 [207.252.175.120] 2 imail.com 2 [61.144.185.23] 1 tig249-rsby.isp.net.au 1 spiderman.webworld1.net 1 host-148-244-121-173.block.alestra.net.mx 1 [216.105.175.129] 1 [208.60.110.2] 1 [200.74.132.158] 1 61-222-234-50.HINET-IP.hinet.net Here are the same logs processed by the new version: Checking for rejected mail hosts: 4 [200.35.80.90] 3 [207.252.175.120] 2 auction.jackpot.com [64.70.22.158] (may be forged) 2 [64.86.133.90] 2 [61.144.185.23] 1 tig249-rsby.isp.net.au [203.202.67.250] 1 qm-2.dlbdirect.com [64.152.73.103] 1 opt.edirectnetwork.net [66.115.47.116] (may be forged) 1 mailer5.hispeedoffers.com [64.32.63.39] 1 mail8.transcentives.net [216.23.198.158] 1 mail.bigfoot.com [64.15.239.140] 1 laoutbound3.jackpot.com [64.70.22.156] 1 host-148-244-121-173.block.alestra.net.mx [148.244.121.173] 1 cc7.optinmail.cc [64.38.239.36] 1 cc43.optinmail.cc [64.38.239.149] 1 cc42.optinmail.cc [64.38.239.148] 1 cc13.optinmail.cc [64.38.239.77] 1 [216.105.175.129] 1 [211.20.3.171] 1 [208.60.110.2] 1 [203.247.158.7] 1 [200.74.132.158] 1 61-222-234-50.HINET-IP.hinet.net [61.222.234.50] >Fix: --- 460.status-mail-rejects Tue Oct 31 18:47:27 2000 +++ 460.status-mail-rejects Sat Feb 16 22:05:02 2002 @@ -33,23 +33,32 @@ echo Checking for rejected mail hosts: - start=`date -v-1d '+%b %d' | sed 's/0\(.\)$/ \1/'` - n=$(($daily_status_mail_rejects_logs - 2)) rc=$({ - while [ $n -ge 0 ] + for f in `find /var/log -name maillog\* \ + \( -mtime 1 -o -mtime 2 \) | xargs ls -tr` do - if [ -f /var/log/maillog.$n ] - then - cat /var/log/maillog.$n - elif [ -f /var/log/maillog.$n.gz ] - then - zcat -fc /var/log/maillog.$n.gz - fi - n=$(($n - 1)) + case $f in + *.gz) zcat -fc $f;; + *.bz2) bzip2 -cd $f;; + *) cat $f;; + esac done - cat /var/log/maillog - } | - perl -ne "print \"\$2\n\" - if (/reject=/ and /^$start.*ruleset=check_\S+,\s+arg1=(<[^@]+@)?([^>,]+).*reject=/o);" | - sort -f | uniq -ic | sort -fnr | tee /dev/stderr | wc -l) + } | awk ' + BEGIN { + today=systime(); + yesterday=strftime("%b %d", today-86400); + today=strftime("%b %d", today); + } + { + relay=gensub("^" yesterday ".*, relay=([^,]+), reject=.*", + "\\1", 1); + if (relay != $0) + rejects[relay]++; + else if (match($0, "^" today)) + exit; + } + END { + for (relay in rejects) + printf("%4d %s\n", rejects[relay], relay); + }' | sort -fnr | tee /dev/stderr | wc -l) [ $rc -gt 0 ] && rc=1 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 Sat Feb 16 20:30:21 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C3B737B417 for ; Sat, 16 Feb 2002 20:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H4U1V33049; Sat, 16 Feb 2002 20:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5829D37B402 for ; Sat, 16 Feb 2002 20:26:12 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H4QCl30503; Sat, 16 Feb 2002 20:26:12 -0800 (PST) (envelope-from nobody) Message-Id: <200202170426.g1H4QCl30503@freefall.freebsd.org> Date: Sat, 16 Feb 2002 20:26:12 -0800 (PST) From: Igor M Podlesny To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/35022: network broadcast addresses may be used for communications with the system just as well as if it was her own. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35022 >Category: misc >Synopsis: network broadcast addresses may be used for communications with the system just as well as if it was her own. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 16 20:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Igor M Podlesny >Release: 4.5-STABLE 4.5-PRERELEASE and 4.4 >Organization: Morning Network Ltd >Environment: it ranges from 4.4 up to 4.5 and have not too much sense at all... >Description: SORRY(DISCLAIMER): For this moment I don't have enough time & knowledge to explore the problem in all its deepness, so the following description could be just a a special case of the more common one. DESCRIPTION ITSELF: It seems FreeBSD's networking internals introduce new vulnerability -- network broadcast addresses may be used for communications with the system just as well as it was her own. In conjunction with using ipfw's `me'-keyword this may leave holes in hosts security, because ipfw's `me' understanding differs from other networking internals approach (in ip_input, for e.g., i.e., it may treat a packet as `ours' more widely than `me' does.) While using ipfw's `me'-keyword, one might consider using `deny tcp from any to me', for e.g., as a safe equivalent of `deny tcp from any to any except forwarded connections' but this can fail (sometimes, under circumstances not well known to me) in cases when IP-packets will be forwarded via broadcast media being destined to the network broadcast IP-address (at the networking level) and to the MAC-address of the system's NIC (at the channel level). As I said before this is because of the FreeBSD TCP/IP stack implementation features. >How-To-Repeat: try using such configuration: [box A]---ethernet---[box B] Assume network 192.168.12.0/24 lies on the ethernet, box A has 192.168.12.1, box B 192.168.12.2 On box A add route to 192.168.13.0/24 via 192.168.12.2 and start pinging 192.168.13.255 for now no response should be heard. Then add an alias 192.168.13.1 to box B's NIC. Immediately box A will hear box B responding. As my experience shows, sometimes it is even possible to (s)login, for e.g., into the B box, and have other tcp/(udp?)-services responding. It's obviously dangerous and serious. >Fix: I wrote a quick-hack-patch, making `me' to match broadcast addresses also (it is available at http://www.morning.ru/~poige/patchzone also): ----------X-8-----------X-8-----------X-8-----------X-8----------- --- in_var.h.org Sat Feb 16 16:23:12 2002 +++ in_var.h Sat Feb 16 23:41:21 2002 @@ -105,17 +105,26 @@ * Macro for finding the interface (ifnet structure) corresponding to one * of our IP addresses. */ -#define INADDR_TO_IFP(addr, ifp) \ - /* struct in_addr addr; */ \ - /* struct ifnet *ifp; */ \ -{ \ - struct in_ifaddr *ia; \ -\ - LIST_FOREACH(ia, INADDR_HASH((addr).s_addr), ia_hash) \ - if (IA_SIN(ia)->sin_addr.s_addr == (addr).s_addr) \ - break; \ - (ifp) = (ia == NULL) ? NULL : ia->ia_ifp; \ -} + +#define INADDR_TO_IFP(addr, ifp) \ + /* struct in_addr addr; */ \ + /* struct ifnet *ifp; */ \ +do { \ + register struct in_ifaddr *ia; \ + (ifp) = NULL; \ + for (ia = in_ifaddrhead.tqh_first; ia != NULL; \ + ia = ia->ia_link.tqe_next) \ + { \ + if ((addr).s_addr == IA_SIN(ia)->sin_addr.s_addr \ + || ia->ia_ifp && \ + ia->ia_ifp->if_flags & IFF_BROADCAST && \ + (addr).s_addr == IA_DSTSIN(ia)->sin_addr.s_addr)\ + { \ + (ifp) = ia->ia_ifp; \ + break; \ + } \ + } \ +} while (0) /* * Macro for finding the internet address structure (in_ifaddr) corresponding ----------X-8-----------X-8-----------X-8-----------X-8----------- but as far as I can suppose more qualitative solution is needed. (IMHO: I'd like to have BSDi's ipfw or may be Linux 2.4 netfilter's approach in classifying of the packets and cooperating with other networking internals implemented in FreeBSD). >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 Feb 16 22:30:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A0A137B404 for ; Sat, 16 Feb 2002 22:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H6U1733445; Sat, 16 Feb 2002 22:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53E5E37B400 for ; Sat, 16 Feb 2002 22:25:08 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H6P8M29536; Sat, 16 Feb 2002 22:25:08 -0800 (PST) (envelope-from nobody) Message-Id: <200202170625.g1H6P8M29536@freefall.freebsd.org> Date: Sat, 16 Feb 2002 22:25:08 -0800 (PST) From: Masahiro HARADA To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/35029: LBA48-code miscalculates size of LBA48-ready disk drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35029 >Category: kern >Synopsis: LBA48-code miscalculates size of LBA48-ready disk drive >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 16 22:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Masahiro HARADA >Release: 4.5-STABLE >Organization: (none) >Environment: FreeBSD athlon.Free.BSD 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 17 11:24:59 JST 2002 root@athlon.Free.BSD:/usr/obj/usr/src/sys/GENERIC i386 >Description: When I try to install FreeBSD to new machine, installer can not recognize a hard disk. I attached an other disk drive on ata0-slave, and boot from the disk drive. dmesg says: ad0: 0MB [0/16/63] at ata0-master UDMA100 ad1: 38166MB [77545/16/63] at ata0-slave UDMA100 acd0: CD-RW at ata1-master using PIO4 Mounting root from ufs:/dev/ad1s3a I add some printf to 'sys/dev/ata/ata-disk.c': --- sys/dev/ata/ata-disk.c.orig Sun Feb 17 10:48:37 2002 +++ sys/dev/ata/ata-disk.c Sun Feb 17 11:19:45 2002 @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.60.2.19 2002/01/05 17:49:36 sos Exp $ + * $FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.60.2.19 2002/01/05 17:49:36 sos Exp $ *** */ #include "opt_global.h" @@ -138,6 +138,9 @@ if (AD_PARAM->cylinders == 16383 && adp->total_secs < AD_PARAM->lba_size) adp->total_secs = AD_PARAM->lba_size; + printf( "* 1 * total_secs = %llu\n", adp->total_secs ); + printf( " support.address48 = %d\n", AD_PARAM->support.address48 ); + printf( " lba_size48 = %llu\n", AD_PARAM->lba_size48 ); /* use the 48bit LBA size if valid */ if (AD_PARAM->support.address48) adp->total_secs = AD_PARAM->lba_size48; Then compile it, and reboot. The patch reports: * 1 * total_secs = 156301488 support.address48 = 1 lba_size48 = 0 ad0: 0MB [0/16/63] at ata0-master UDMA100 * 1 * total_secs = 78165360 support.address48 = 0 lba_size48 = 0 ad1: 38166MB [77545/16/63] at ata0-slave UDMA100 It seems: (1) adp->total_secs keeps right value before the LBA-48 check code. (2) Seagate ST-380020A CE supports LBA-48 extension. (3) But AD_PARAM->lba_size48 has 0, so the disk size is forced to 0MB. Reading 'ATA Attachment - 6 with Packet Interface revision 3a' (download from http://www.t13.org/), on Page 52 (Acrobat 66/496) , it says: The device shall indicate support of the 48-bit Address feature set in the IDENTIFY DEVICE response. In addition, IDENTIFY DEVICE response words (103:100) contain the maximum user LBA + 1 that is accessible by 48-bit addressable commands . If the value contained in IDENTIFY DEVICE response words (103:100) is equal to or less than 268,435,455, then the content of words (61:60) shall be as described in 6.2.1. If the value in contained IDENTIFY DEVICE response words (103:100) is greater than 268,435,455, then the maximum value in words (61:60) shall be 268,435,455. That is, if the device contains greater than the capacity addressable with 28-bit commands, words (61:60) shall describe the maximum capacity that can be addressed by 28-bit commands. When the 48-bit Address feature set is implemented, the native maximum address is the highest address accepted by the device in the factory default condition using a 48-bit Address feature set command. The native maximum address is the value returned by a READ NATIVE MAX ADDRESS EXT command. If the native maximum address of a device is equal to or less than 268,435,455, a READ NATIVE MAX ADDRESS shall return the native maximum address. If the native maximum address is greater than 268,435,455, a READ NATIVE MAX ADDRESS command shall cause the device to return a value of 268,435,455. My understand is * The AD_PARAM->lba_size48 value is valid only if the value is greater then 268435455 (= 0x0FFFFFFF). * If the value is less-than or equal-to 268435455, do not use the value. (Use old method to calculate disk size.) I change the code that it checks AD_PARAM->lba_size48 (see below "Fix to the problem if known"). It looks me that the code works fine. ad0: 76319MB [155061/16/63] at ata0-master UDMA100 ad1: 38166MB [77545/16/63] at ata0-slave UDMA100 acd0: CD-RW at ata1-master using PIO4 Mounting root from ufs:/dev/ad1s3a >How-To-Repeat: Connecting 'Seagate ST-380020A CE' and boot. >Fix: --- sys/dev/ata/ata-disk.c.orig Sun Feb 17 10:48:37 2002 +++ sys/dev/ata/ata-disk.c Sun Feb 17 11:36:34 2002 @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.60.2.19 2002/01/05 17:49:36 sos Exp $ + * $FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.60.2.19 2002/01/05 17:49:36 sos Exp $ *** */ #include "opt_global.h" @@ -139,7 +139,7 @@ adp->total_secs = AD_PARAM->lba_size; /* use the 48bit LBA size if valid */ - if (AD_PARAM->support.address48) + if (AD_PARAM->support.address48 && AD_PARAM->lba_size48 > 0x0FFFFFFF) adp->total_secs = AD_PARAM->lba_size48; /* use multiple sectors/interrupt if device supports 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 Sat Feb 16 23:12:10 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5372C37B402; Sat, 16 Feb 2002 23:12:08 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1H76cd48244; Sat, 16 Feb 2002 23:06:38 -0800 (PST) (envelope-from obrien) Date: Sat, 16 Feb 2002 23:06:38 -0800 (PST) From: Message-Id: <200202170706.g1H76cd48244@freefall.freebsd.org> To: mwm@mired.org, obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30908: [PATCH] Tweak ldd to provide more information if requested Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Tweak ldd to provide more information if requested State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Sat Feb 16 22:53:15 PST 2002 State-Changed-Why: Committed http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30908 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message