From owner-freebsd-bugs Sun Dec 13 03:02:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13185 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 03:02:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13142; Sun, 13 Dec 1998 03:02:01 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id WAA21601; Sun, 13 Dec 1998 22:01:56 +1100 Date: Sun, 13 Dec 1998 22:01:56 +1100 From: Bruce Evans Message-Id: <199812131101.WAA21601@godzilla.zeta.org.au> To: dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jin@iss-p5.lbl.gov Subject: Re: bin/7614 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I'm pretty sure this PR can be closed, though I will add another note: >sometimes there will be data on the disk that causes disklabel to barf, >even when you are trying to install a new label. When this happens to >... >e.g. dd if=/dev/zero of=THEPARTITION bs=64k count=1 >(this will 'destroy' the disk, after which you can install a new >label & new boot blocks with disklabel) This should fail in most cases where you need it to work, since labels are write protected. The easiest way to bypass the write protection is to exploit its brokennes for the whole disk, e.g., dd if=THEDISK of=/var/tmp/youdokeepbackupsdontyou seek=whatever count=1 dd if=/dev/zero of=THEDISK seek=whatever count=1 where `whatever' is the offset of the label in sectors (= offset of slice + 1 for "i386" disks). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 06:01:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01331 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 06:01:20 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01326; Sun, 13 Dec 1998 06:01:10 -0800 (PST) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id PAA15076; Sun, 13 Dec 1998 15:01:07 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by campa.panke.de.freebsd.org (8.8.8/8.8.8) id UAA04472; Sat, 12 Dec 1998 20:19:25 +0100 (MET) (envelope-from wosch) Message-ID: <19981212201923.B4451@panke.de.freebsd.org> Date: Sat, 12 Dec 1998 20:19:23 +0100 From: Wolfram Schneider To: Steve Price , freebsd-bugs@FreeBSD.ORG, wosch@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: misc/8038 References: <199812100142.RAA02618@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <199812100142.RAA02618@freefall.freebsd.org>; from Steve Price on Wed, Dec 09, 1998 at 05:42:53PM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1998-12-09 17:42:53 -0800, Steve Price wrote: > Old Synopsis: ftp://ftp.freebsd.org/pub/FreeBSD/index.html: missing slashes at the end of links to dirs > New Synopsis: [patch] ftp://ftp.freebsd.org/pub/FreeBSD/index.html: missing slashes at the end of links to dirs Uh, FTP links does not need a trailing slash! I see only a missing trailing slash in http://www.freebsd.org/ports > Responsible-Changed-From-To: freebsd-bugs->wosch > Responsible-Changed-By: steve > Responsible-Changed-When: Wed Dec 9 17:41:38 PST 1998 > Responsible-Changed-Why: > Patch seems reasonable. Turn this over to our webmaster for a look see. I don't have access to the ftp server. This is Jordans job ;-) Wolfram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 08:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15430 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 08:50:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15402 for ; Sun, 13 Dec 1998 08:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24649; Sun, 13 Dec 1998 08:50:00 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15210; Sun, 13 Dec 1998 08:47:41 -0800 (PST) (envelope-from nobody) Message-Id: <199812131647.IAA15210@hub.freebsd.org> Date: Sun, 13 Dec 1998 08:47:41 -0800 (PST) From: SteveFriedrich@Hot-Shot.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/9066: init ignore rc.shutdown Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9066 >Category: bin >Synopsis: init ignore rc.shutdown >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 Dec 13 08:50:00 PST 1998 >Last-Modified: >Originator: Steve Friedrich >Organization: >Release: -stable >Environment: FreeBSD 486DX66.StevenFriedrich.org 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Thu De c 10 12:57:43 EST 1998 root@486DX66.StevenFriedrich.org:/usr/src/sys/compile /AMD486 i386 >Description: man page for init claims init will invoke rc.shutdown. It doesn't. >How-To-Repeat: 1. Create an /etc/rc.shutdown with: #!/bin/sh echo Bye-bye 2. Shutdown -h now 3. Observe that rc.shutdown does not get invoked. >Fix: >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 Dec 13 09:01:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16418 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 09:01:27 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16410 for ; Sun, 13 Dec 1998 09:01:25 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id IAA06051; Sun, 13 Dec 1998 08:46:49 -0800 (PST) (envelope-from dillon) Date: Sun, 13 Dec 1998 08:46:49 -0800 (PST) From: Matthew Dillon Message-Id: <199812131646.IAA06051@apollo.backplane.com> To: Bruce Evans Cc: freebsd-bugs@FreeBSD.ORG, jin@iss-p5.lbl.gov Subject: Re: bin/7614 References: <199812131101.WAA21601@godzilla.zeta.org.au> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ooops.. I *did* mean THEDISK, not THEPARTITION. Sorry! -Matt : :This should fail in most cases where you need it to work, since labels :are write protected. : :The easiest way to bypass the write protection is to exploit its brokennes :for the whole disk, e.g., : : dd if=THEDISK of=/var/tmp/youdokeepbackupsdontyou seek=whatever count=1 : dd if=/dev/zero of=THEDISK seek=whatever count=1 : :where `whatever' is the offset of the label in sectors (= offset of slice :+ 1 for "i386" disks). : :Bruce : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 09:14:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17500 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 09:14:26 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17473 for ; Sun, 13 Dec 1998 09:14:20 -0800 (PST) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-149.laker.net [208.0.233.49]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id MAA00301 for ; Sun, 13 Dec 1998 12:14:17 -0500 Message-Id: <199812131714.MAA00301@laker.net> From: "Steve Friedrich" To: "freebsd-bugs@freebsd.org" Date: Sun, 13 Dec 1998 12:11:28 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Query GNATS with originator fails to "hit" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have submitted a few PRs recently and I wanted to check their status. I entered the following string into the originator field: Steve Friedrich SteveFriedrich@Hot-Shot.com. I verified that this string is correct, see PR conf/9051. But I don't get any "hits". Am I doing something wrong? Or is GNATS broke? Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 09:27:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18877 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 09:27:36 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18872 for ; Sun, 13 Dec 1998 09:27:34 -0800 (PST) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-149.laker.net [208.0.233.49]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id MAA00621 for ; Sun, 13 Dec 1998 12:27:31 -0500 Message-Id: <199812131727.MAA00621@laker.net> From: "Steve Friedrich" To: "freebsd-bugs@freebsd.org" Date: Sun, 13 Dec 1998 12:24:25 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Query GNATS with originator fails to "hit" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 13 Dec 1998 12:11:28 -0500, Steve Friedrich wrote: >I have submitted a few PRs recently and I wanted to check their status. >I entered the following string into the originator field: Steve >Friedrich SteveFriedrich@Hot-Shot.com. I verified that this string is >correct, see PR conf/9051. But I don't get any "hits". Am I doing >something wrong? Or is GNATS broke? I failed to mention that this all began when I tried "SteveFriedrich@Hot-Shot.com" as the originator. Then I tried "Steve Friedrich". Then I just looked for all in category conf and found the 2.2.8 boot.flp problem I submitted recently. I looked at the originator field, and it said "Steve Friedrich SteveFriedrich@Hot-Shot.com", so I tried that. Still no "hits". Finally, I tried "*Friedrich*" and I found my PRs. So what should I put in originator to find my PRs? (Hey, I KNOW I can use *Friedrich*, but why did the previous attempts fail?) Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 09:45:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20482 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 09:45:41 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20476 for ; Sun, 13 Dec 1998 09:45:40 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id LAA24403; Sun, 13 Dec 1998 11:45:36 -0600 (CST) Date: Sun, 13 Dec 1998 11:45:36 -0600 (CST) From: Steve Price To: Steve Friedrich cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Query GNATS with originator fails to "hit" In-Reply-To: <199812131714.MAA00301@laker.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 13 Dec 1998, Steve Friedrich wrote: # I have submitted a few PRs recently and I wanted to check their status. # I entered the following string into the originator field: Steve # Friedrich SteveFriedrich@Hot-Shot.com. I verified that this string is # correct, see PR conf/9051. But I don't get any "hits". Am I doing # something wrong? Or is GNATS broke? GNATS is not broke. steve[~]$ query-pr -O "Steve Friedrich" -x -q 9051 freebsd- conf open non-criti low current-us 2.2.8R boot floppy won't write to fixit floppy 9056 freebsd- bin open non-criti low current-us enhance mount/fstab with "user" option, to allow unpriv user ability to mount specific device steve[~]$ I just tried the webpage too http://www.freebsd.org/cgi/query-pr-summary.cgi?query and it appears to work as well. It turned up three open PRs. The two found above and 9066 (which was submitted this morning). I will hazard to guess that you didn't quote(Steve Friedrich) when you did the search. -steve # # Steve Friedrich # Viva la FreeBSD!! # Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 10:12:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22892 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 10:12:45 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail.rdu.bellsouth.net (mail.rdu.bellsouth.net [205.152.32.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22887 for ; Sun, 13 Dec 1998 10:12:43 -0800 (PST) (envelope-from angelsan@bellsouth.net) From: angelsan@bellsouth.net Received: from angelsan (host-209-214-163-100.rdu.bellsouth.net [209.214.163.100]) by mail.rdu.bellsouth.net (8.8.8-spamdog/8.8.5) with SMTP id NAA29824 for ; Sun, 13 Dec 1998 13:12:39 -0500 (EST) Message-Id: <199812131812.NAA29824@mail.rdu.bellsouth.net> To: freebsd-bugs@FreeBSD.ORG Date: Sun, 13 Dec 1998 13:13:25 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Bug? FreeBSD 3.0-RELEASE X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I downloaded the distribuition of FreeBSD-RELEASE to install it from a dos partition, but when I attempted to do so the installer gave me a message that could not install it with a hint that it might be because the distribution was not present in the partition I had it. At first I was using the D:\FREEBSD partition on the second drive on the first IDE controller (wd0s2). I suspected that it had to be on the C: drive so I copied evrething to C:\FREEBSD, but I got the same result. I consulted with the users and developers at #freebsd on EfNet but I was todl I was doing the righ thing. Finally I decided to mirror the CDROM by moving all the data from D:\FREEBSD to D:\ and it worked!. So I found out that the distribution needs to be on the root directory rather than on the \FREEBSD for a dos partition installation. Thanks for a great job! Angel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 10:15:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23080 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 10:15:33 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23069; Sun, 13 Dec 1998 10:15:21 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id MAA00260; Sun, 13 Dec 1998 12:15:15 -0600 (CST) Date: Sun, 13 Dec 1998 12:15:15 -0600 (CST) From: Steve Price To: Wolfram Schneider cc: wosch@FreeBSD.ORG, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8038 In-Reply-To: <19981212201923.B4451@panke.de.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 12 Dec 1998, Wolfram Schneider wrote: # I see only a missing trailing slash in # http://www.freebsd.org/ports I see those and a bunch more. :) The attached patch fixes all the ones that I saw. # # > Responsible-Changed-From-To: freebsd-bugs->wosch # > Responsible-Changed-By: steve # > Responsible-Changed-When: Wed Dec 9 17:41:38 PST 1998 # > Responsible-Changed-Why: # > Patch seems reasonable. Turn this over to our webmaster for a look see. # # I don't have access to the ftp server. This # is Jordans job ;-) Ok, you can't update the files up for ftp, but you can correct the files that these get generated from. :) Thanks. -steve # Wolfram # begin 644 www-diffs.gz M'XL("/4!=#8``V1I9F9S`.QBCBT!'/CC=G(1PBQ_=8N]D[J]O.;,8:"6N$>,JR&38:C>RLUKZ\O##; M'?B/M;O]]F6_VZO1\R#<,B?1CTW+7P9)+,*I$T=X"Q,/`]Y M"E3$BR5<5WBQ9HD_DP05OT$=7!X+F_$P=BR7^(IL=D)@M)LLX<2)76'+AZZB M./2]^>`!Y'`GXI4?/C&8_3+QG'A]9:JK1OTV5?D@F;I.M/CSM#[_PHV*WVD7 M%+_39H5YHN[G!Y1>M\U6F[4[_=XIJ':-J*#Z5]R96P&=%@XH*(T/VZ=O[#P5MF<$'3B-[R5V7E,43J\@5L!C"-BB.$T6) M8#^UK\PAZ+(_H_6A!7N7WFKH*:*88179#@C*F28H=GP!/FDM>#@7;+JN-ZKF M8=FAOY3Z_\A=+XG9"!X$X=]\N_^*KV_63[8^9VY^D/V7GS"+>ULYT/3#N1F* M.4Q=A,U%O'0/!OH4R:"1"(4EG&?!G!BL2)U-DNG2B5/%-I?\":W'<@FK(8(O MA17AV:@88@F6`0E(2;5[)"DZ_",DU5"!OZF>A:N^7[;Q\/!ELO MH^-J:JI*45*'D7K"PRF/A!D)=%GJH'1$GB"5U)'0*L&I(7-A6<3273.&=X+^ M@'>/6963S:GBP:`TT)2O"`;25;^)F+F%&E,N,AA,Q+,(N0NHPVN\]^:XG@M? M`6\*A00F*2CI*QID@3HM`X#6B3IFHF39NE,"@UDL%M?T4WYL:4"MVQJ"D3+J MD3`%77GYJY.G9-Y,GHILU-;J^^?O)&O-OC<0,2NHZ"\[RJZP[X!5?H[8Q]!/ M@F.`,,2S&<%",'S"$S.P%F`*U2,IC02>TP"&?0=,`F;S,W#=!LO&V-@5H'M` MQW4!#N(M()$GHFN+&/@9I>K+WL8OU(E5(L(?TP0TPA;F-.2.%\5^"%;X7?K[ M/ES;0LI\18O5Y!?/D5%L*41,7_^HGS?81Q$NN;5TZH,:C6&9) M",^&0`/.EAQ-#HBH+!L"VR4V/B5NPJ7>?O[^Y?L0V<6./G,OXA%JQ@L[9%\< M+WDA78O`)6XC8NY)A0VCR+<A``AO,$D4 M\'L"@)]D(=D=+^")^<('=PS:BQ&!NE6)5`Y]!7P!89'39(\"(@/PK'SJ(Z5V MIP5ZL9PB*7R`)#5U5N#8W34(\#_!7\4DH)680C@1`\0(I9N5'J75)I="!Q3+ M=E&DL4^%5LR68Q(M>2,71&TA9.Y#B1;;,'1^^!YO MUJO6-GWF!5C:%GRG/.*':E.`L_C"@]@/E$1VGH]:&N'JI#!/'33$0C;M0'R"+RQWJA5 M\>"WH&!7Q\/[@P'\(`7-4ZN?[/FXN>%YF#F?B]3X8JP("`)5:0Z?1B?B!4)P M![$:^#Q7LDK#E0H#6C6?EXLSJ1H8]+IL(JP0;1E`I,<%C_,V<\O3YJ;'68TQ M>>7&%Y'W<\P>.03$B%$>?/;9\U?TW0T0;4P&+J?D\#`M)44`D$(0-0NJ<]FA M%4('5!QXV?UL1G87?-@('@`;$<7J%3!W04L>$`$L70=8!C(GLM*[N)=[U'SU+-AV'TWPU.>AC=8(##M% M_>!,7&FGM#?0,\VMFX>O!N69PAHR%RN%_""@L5<(B>8)+)'==3T1`R*@F>@QI,UN*"E`FL4WIZ\A9"YC1*$ MWHH,^$7'M<$_&B@T/88TJ)-)"LUSIOG'8ZEP83#0J2KX;U8J@0<0BMKXM"?#V& M?#<0`SP3,@!005-OT-0Q0-JI&!LNJ-3#OG3,'81>H\!=2A?-8V$M/-_UYXY0 MN5R4\4-N].<]E/QBSXLG;&,!)22(\5T M4K"8\".JYPGQ@'1V7:/=!F='![0L4B&+^MAKG1VST[-6HW?::FW6Q\R:75?* MILZVWU&MJ2Q3L'IC/R78?EV:M#W58`]2)(!<#%IF./$;@HHG\/U:Q4$ET4S_ M4RKY/YV.GYZ1CLO#OW3\_Y6.)T_-H1LL^'\+NSFZ_PHJJ[Q8E87 ME\DUH!,A=:%P2EE;)01@H?IN'!X(9.=<3QQL?-]'E6 MF_AN,`M,$+$>+@7;P1VKV'1W9ZRH[> MA?R'XQX7K$ZM"/707%Z79%,Q6#0O0*7*P-1V"7W3%2KV'#F8@]@I^)TT6&WL MAW$R3T0DCBLRVLC;"RI_7.CR1\T6S\+U`W(LM#:!`L7W&`%DH-MG67B7.:`H ML1:,1V"2:A"/Q#J!EHH3,/H]<.L]LMQ@-W<3B>4?'Q_);^']8>+EI1S@%&H/A46E%)0C`KGQX>QD0[MERDTZBI3';1*6">QMA0F'/F$"XI MEW/R!QXWT675-EQ+M:G@*<]ZK6-VV>HV.IVS,YC^!/LX@$A:RBN7-,@\%:9< M'AE0"$`]AM?7\=.`#:#>[YF M$7L]2HI8>)MV514H^0--HWC!_/-*2)P&%#`/#4H*$?6<'%0:Z@(;;R=C MA=&PX`W1.437X.$1JWW()>Y57<6H-X*RSNWBF];)5*NDPM1/WDC)W$QJNV;( MV!A#^<*\Y'`VHA(5)#3:,(^06`KP/Y'%C"LD*O;^*!9 M]:3RN+J72`F+?5Q./^$4#[UI%/S"W$S@G_BR4"/2%!1,S^/F-&VBTKI&3ID4 M8=`%32`'@="`4J80CJESC)/`J(!.7YZ?IX" M;O5N=(#R7U&`Y,S]Z)77;?,P3#)7HD4VRE4_,T.K@/?C93'537\R@K;CHZ/__UM$646ZM\3 MU^$>QFV66!?LDRJU[4'-W(M<+OW'=[:E$%DUH#.YW(LCE8A.\3DUM2E$,,IN M8Y20EM[GG8#5(."!L#D(K\[<2_XCOY[+_\5SW/VH=M9,9!^+7"UN9E]*` M+//N4_%\]:G!XNE@4%W8K+J77+MNUQC[B=OX)&07X6>^#-*6#-F>V.ZNF(2CF-CZ_OKO`Z7*DL9Y5&,FJ61>L?=[O M7O0[[:R:57TKUK+.^[V+?EOVS9ZV4(/H)\5TDKUD>!>`)M8(`/V5QU9\C9)W M9C@D6R#2+C6\H+L)5=@@EWHYW[&Q1`JQ@(;S:CD-X\.?.MWS7P*>0:["^B44 MOK/VJ@F;;Z8,X:VNT_O2F.8!V^\)=S$#H;O-,VYCATB$D,SW7&Q,F`*^MQN> M6(%5;[7^C=V^^]K`\C.&"#%9%1T2&]0X1#5?6.OP&P_A69GF`$+4GTKI0,>" M&6B`0N]+4S)H@)8('!OWDW*RZWY"$N^=H<3I9[[S#8,_$#+,(E]?DXVEN?Q; M5G#S0]>6$8S.:&3$8HUWQ7E5>;.A&]*F>4\D/2E*Q;/N;8TU)H MGW(7!ON`/\;W\&/R%7[-*(C8:K+WI*P_L,\KE_7(-\D\803K-EFV;%^'655; M+=:6RVV=`M?K:Z1&$9V`ALKJP8YUFJ=D[B`%UJ6P6G&QE4K'"V>^P'TKE/JC M]B]:$]0V%%%3"%HZZKA8+1QK48Z_"!(XF*32W`\%J6[$CNP$NW3"N:#5#=Y4 M;N:8"T^$?A+!PE;%;N`Q4)&I*%Q^<(W6=MJ-H6.R2UJ0EWI!UDK*4F5#J[>^ M"$Q%!*$#\]0R20;OT\&"$/:C8)9)J#E-[[B/*7:12A=NN?!5Z,_?LHA'X>'?#;G)];@;;90(4"7,K#5;[$MO- M$H[G"E8;[/OGAK1O*@%GI)Y1;VBK31'.R]T/TG'KN@-B^WSW"O6=-MD0;#!. M1-^?KU3`&D95IX9_/[2!F&R"0<_/L$LOCQ)\3\*C^R14F9BVS,3HSL_:5^NS M`*@EE]!:J2%&'&![9,KWZ.3T]!CP6YOUVCW6`CQ1]BQ*7K5=`G,02"01ERTE MFN/8W^,CRVBMY$O1.\67)VCN1S'U4M\GPZ))MX7K/.=JV=0XE";NI14E$^^O M1$AE*%T2R!L`3G<'H<"6;O"EVJ!8"Q\S=]ABE+8EY<2:-1JEG7>*QR0VN0>D MG6X"P<[36*AN(P="CP#0C:Z(I$40;=2HOGAKWJM:"=YS^^T_HDWY)2W%BN0U MS-UKZ&XJ*465MKF'*ZEYO)C*<`]RYC[T4@EFS6_%7'D&3*-<:*Q`2-E+ MX^H>WIF/P[M,V`1OGX0(*!.=Z0"/4'BXYX9%@(;YU'&=#"DG,08PX@5L`,56 M<'?@1Q3#$T&9@=O74J\>)^Z#ZVG49*PN MBT6[=6B#K.LG;Z)C;B;$:HK@2;DUM/23[Q8NIWQZ!$[L=_R MD"F?`K/K6&"BY$P-=NM9I7JWS-=CF5(_GH<862<-;=X(8@=!CIVFBM(M-+5R M#R1I(H!0[%_`<(_V'X-1REYC+3@HK2ILM\\Z,K6L^Z!+Z6=M*BIL<\2].<1T M10\]D8,;K/QV*N8N,FIBP,RBL];%#^0,++WQ[?C]X4_M7O>7K`I&5@'LAK!9 M#NX!QG?F:%4MN1O:4OC.YD$L"8):ZIT!G'D)ID.1G`T>%<$E&=YH27"7,",^%%D?0!JRN>X MX?V9=M9':\^2\<#-EQ$IL_)JF)]0@DGQ55:UNKF?F(_@&KK-%SQ>]NCL[L&< MC.[-X>VOYOVDTR2V57?L9OW^>["5^/6'Z5!^&?%\^8*$HRJQD13W.Q:*GN5I M(;6**VENP\),P-%%JW7,SKJGC6Z[TRD`OUPAY%*BRLL4528>`E/-^=4"S#+M M@B`H1,EL3%P/(N?*I%^8'2+V8D0!4[LU MM(V_G0P-H/0>C^SK:$C+8#RZQ;(]5NR';KS`368LG8/MP\)!)L++'.0]W,>E]03GOUW>I?/=YO]55?R="_IF(=#.1 M:O;+L*GO/T4+X<[VW`E9^IL`6MVJMOCGM&QS/2O_=P+V)4;K0>;!Y%]P60*H MC+/\7F'_&_PWNFD`C2PS6RZI;JBAZ&CF+U&@PLLW_\6=;O$O[G19<=+T5P'R M(QO4">C07P6HO%7IU%F_U]7[@3H7M!\(#GH_T$2'?J]V`Y'QHAU!-5*"=]4M MXD\B3%L`AT]HPU5KG,2G[V2=@B'NW8N*N9T,J\F^1RR7ZB:\-,91:=(P\6C7 M1* M;`&4CNZ&#\<&L\)U$&.[2[!8LR/R61`K)F"#GP3VJ@-$1B--N./S[1B>X$GL MHU.WJ+-0%F]E`U(0BD8NN0B>S%,A>"B6/K:C%'MFIFO)%PC/UHW8;V"81S.A M^@NE'F<<`$.1-[0=''40/?G_M??NSVT<5[[XS_1?T>96V5()P.#)5VPF%$5+ MLO7@DK3E>[_U+=<`&)(C@1@$`XBB?]C_Q<[`>]>6(T6R+-&2+%FRJ9=%R=D\ M-UE[XW5BV7*<&WFSV>^WDM0]C^Z>&6`&`"FME+H556(0@^DS/=VG3Y]S^IS/ M:6"<:P/5#-@&@%2WK*/8&'01%2,:8H_HZ](&9,N2&*4'>_1'!@8DV36V,-0U MNH*_MI/4,:;3OGP=B#W'0Q8R4PNX%.A/,?OW>VAE(>8)BM/>38VXMJC;P(OQ ML1GF("<8M(E/^C`.C9*(B?GV[]@^22SS+/Z!YAY,((7"PKR3`4%9^O/6,M#` ME'%*K\!E(I]=JMC`%DGEKT9H#/0>-KLK,:TP*QU7'.DZ>W?OG4HV M5FKD2MN^9__V6>#@.G2+_)@Z?;U8A]Y9>-0&XPPC[-M16\Q2@ZU[3)QG_J7N M;4U%ZMN=+"_9/28=.S#_45$4Q8N]V1EM#,<`FV9,N+;C0H9VI)CL0R$QS2GF=[/1"(U<4S8I)'BP5 M#8@<0,8!U&`SKFR)9VFVM[$P&>P_9-2D26'7O#PDM-, M:16BB)7T]LNX<(2-&K#)MD%/(U$ZC`!KOA8DO<7$:G[\>70(OKU4+O+LXMK5 M,;Y[H:L6Q0:C2&#GU?:9\2C1JB@8?9(`#O1]?EW8!M5]-28IE^/J\`W_7EZC M(!T\F<2MN=TT*%H-$R64S!>CE>V/L-)V.-B?%.61=-N9M,[WI7T3][SO-G'I MDCT?LC7C%U74P2-&%93"*O3VF>?]Z"KTIW:1\GY[HQL!,-*JBR;EMFG]+&@/ MZO`/%N/$,:C#L)(`ZPT&$<<6(1"+9NE0LZ:=>6)W0X?V6O4D:K6DB-=_[`KRE,EM1"BG%LOXK61(9%+Y:`30OH,*K+:@L1,;I3:0_7")@((.,)LTNZ$FFSVCT[_:1+#B]8HS[, MP,!VOE?-F6JR#*,,Q.R%*MP.DX+@%Q6+(F<(RTH^H6I9[*\AAT\@9@`/`F6/ M:.^#14Q"C279WMGD`5B&H/5@-E+5DBZV0@*M/?H(BD:IPHQ%@YR9=KVD#?OH M'T((;W'K-2H"&W2UQ2:^%D_J,_H[;2\D^:!U5+Y#C5OLLI81(#$YC<-:+_.Q M#&Y;NZ:[:#3AYQK1#][6Y<%&]R?#&M8$07%8LBLKC!ZCCP,2H#LVDLY\DB;; M.>)O8:#0Z,-"?9R,=P6U4%QUR!IL'3HFG5)37,^24[4;3EV)6V0U"H5L9YY@ M-!9AT"6DEVF8W4S#;4$]^D"`!G6GV83-`3:&T3SN.@$`((EBI&_0X++"JH#> M!,L)#=SD`"-=H$(E)0+!.7:@`@;C+"1)G:UV?R0X8TWWDQVJJ3#*("PJC#RS M.`J*LV-@/UA"4YM52K#N7;ODHLU$*(6"E3E7`OWQF'*H:M:/5>WD*M#ZENUJ M1$1>Z)JBE.K M7")CD*7)1$I8HG:RB7&(7)H@]6 M4?CM\:3<38)1M^C4[9?]J&`71'A%)=A*O=IV@T'.J).RAX/.$;$=4($&ZCPQ M&,'3]I,.?26IT!Z=TQ7*1X4%1[H&`@P3]+H%(W:9ZZ(]"T$NZ=Z^&]?2D>IB MBJ,904,U,-UPR0J&4,'5+LP:0\!HIX!)_W)J.&DQXM"K"#)";334*CE+Q#"H M)BH^3OH^D2:%I^--C!=O4NB:!A]*E8$L:2-X%1O0GLI\"[J2IL)2A'T:GKX)_/.D4Q"0R=$*@ZX@OME8!P ML&=/-^L87$&![!/&#!D=$\9T0NPT]K"--6VNU)T*RDN,`$10A/F*=22`GU*W M`N>?CLH@`CH[T"6Q;X[)O+!W%L&F.G$VL4DG583T+5K(+DX1<^X8DH5XF`(+ M0=R&?,-17"F)ZOW]@5#J2$P/_JC/J3%J,:F0>/4!.#;L"*$-=[/C4M0:(H"D M#$,P9W3XW5/V.$PLL!3*O,EMVRBI`ZPU4$'M<9H#O"EJW9B-Q088++R$X5O% M+LH\12!8MX\\46F(/;NWBR<6"%PP(?$;X('X&+Y'3%90+NZQBW4P"_&1,-W; MG0:O"3,$*:)"47!Z.3P,J"TB(JS$!NC529K.3;7LF+[0KR0!Z!Q4Y-("X66M MPV:E*84OK!FGG$(D1SI086#Q#H(V3(5F#WM]9G2DP`&PZ/^AL)Q,.I%.IX4?`"MWV03[ M2X,:"PJSBLT:"SS\`$>MZOV[`\%/.B*TTK)3Y@\1(^F\"G9#N1TRA`C-=#$G]5PQM=2L*!3=.(-:7X^Q M;^&UW,.P>5@=L\R7$^$`MS98GEX$C3XHXDQ/C,L,%[]DBS MN!;\\RB%4SD[NX=X*N"]"8(*82X1'L#1$9FISRG0(G)D8$[06&+N'68HY^%` MZ!7UH]ZLH8[`8<8PLYBO+5T2*^S>D]8^G4A3T*+M'J+$$4S';*`>XI^HF#J*\SA!)A,.&2=11X,"KBQA4,N1\'S9P`-L<>'>Q6C: MY%WB#U:"HM*H%U2TXNS.W?%/M8O**;E[^][XVUP;S3LW65NI@_7*?A340$*O M/[MOMS'--\AC*()LLJO[YOK?6%FVE]J$[K2\JL]MNFRH00I&-Q(1OFD8<]AN M>E+57Q2PQ0I-GKG_+RF;!6T.CD)[RGRBSN/*=Q:[58VWK2I`"I4Z*J-YTQJ:1T MA4==IBB$KBI-+".V%#+IK6)DJ)`<&JG88O5!/:1-D4H:DJ!NT2 M)68$1H3(:T2(`=8#\ZG\%O16D#8&!Q'Q@=$M;!!=1$F%RTDVVRP MNM)9@\!>LDK04?\,'I^^ER3K3D8QYTI'9@DW9595NE(Q^B&#*C'L^Z8\>N5( M`6(<\N^#[E!*8*T.X#'NJL#/GAO7(E%.>% MP\T:`=-EW=JI)CFNB,&2)+]A)_$$-L-^$M MVK;U0.V^J',*GJ1]$WNGGAZL6T6G,AB17(/7>;IFIK;OWZ-)4VT3Z7[D]$R> MK3[)&7W0PPHIKFLN4`$@L[K0Q/,:A M>UQ M4&4FP6Q8<-!3/.8'TB1Q[BF&%K2=[IJ`NUB#+42/8._;>(@TM]%U_>2X%#-H M$2RD"=9AI9*2CL1"FAS)_"%?;<[Q?72F!":8;U9+,A+4=XK1.`(3+Z`IWI'1 M&1'0&QUD%AP%W$-GZ?!@(C*<+#04H9OCXHH[,+LB_;#!/K1=4`I?B>M9\;!E MR,CE#\41G'(>:34TS,HA'1XPR]_TO"E%S5?.8H*=@V0F65R@NVFZ[E!Q5_4= M<;!9IX)ICQS$6#I&%T(!)Y>_S;`[(26V!_%4U`L^XS2K99X$DG'(?K0G-+#X M5\59X<-"*>ZUDPMV"ASJ)?,@FHWM#K?0X9?R=X%H&QU)Z*]X[("4)]""%3.+ M9LUURK#=T6$-AR84\K2F^8,4`F".ZMNN-IN_F5\FY+^#E9_#D0V7M]FIK1#;VS9QPVKFVXSC8$8:1JAP[ M%158!"U],NU.*X5>1%+$D6?CY94JF+645.`[F]$!@V[OR9V[P\#D&/$`/+-` M551T"+DK:[$5"KR("MI3%#XH6,+@-CHZUU9>,,PD&%_9!HL:.YA'%!Z;&L47 M;;&3FMH[/@'* M><6BX(@7M>(*U[7WF$)V="`\:0[Y=#H03"F?ZOH)PWR,PG<"D\#RJS%%V;A M>[\1">UTC.Z$="H!&G3`PQ@531;'KFF!=S^+40;P647,DE#0KI#1.B8Y']MA MNWWXJ&>=Q:K8#E-:L5:>=,61PQURP4\A*SLE:'_0:/@I/@^W3'OTT^-KRX:K M5VC7!FQB75VC964)<<\9AA8T81`R>$\S7!\>[_XZ=T_G1L'F773'H-HMNJ6X7.=*! M7P1;#*J]L@@[K8JI9SW!PA><9L`\6E.X)@/8$+IP9*=B[S\CY@5ZW,!!9#!. M@67(8%EFQ:"SVH>W`".>&X^!&<[?S.9$H+.XYORO(`BZV MCOOT*LN,%?)2EV55-I#A\)2]!/I6O?3T8"IE+-CSKE%9J1Y)P5^#:*$_/8@? M]D+UZ<&ZO;#8D*G[:([#V@09>T"K!N1%*UH66+1-!(@"4P$C0(HK+#F?L:TB M>7#\B4KC6_++=P)W/+'0^):RV?NB9/1!RC^PPW5@5_$M M:,\,X@9*TUT>FH%P@#T&A4-*6EX'U`D@9(1[O<*1GI,S>VA` M".P+Z2/MW9-[I_FTMU]"1C=*U#=?ER'4.@Q@MY<()6`Y12`:Y,SG;$"XAW=M ML]&`UV1O$O1D+L.T.).@B#4B0'%R?465Y!0^6Y5J1:/?EQ#HV:3_/#SA$'YD MK%P8"HF%(>%W$H6"_J8WX'1.9+.XUO.X`0^12&B_*R`1,A(<(,\QJ@&>THHP M"(1:DZ(MR/W^=T@-(]=Q8>[3?W,N"[$<"P6]5OQ[4K(4>9+H1_!,V;26T#N_ M[/+&O(.^$P66ZTA_6W^MC9CFJGO*K*,X$`I1H^HMU%R577]BWG&@W]^*XI3Y MB@DC\O#9Q7]NO!J7SH;UN'16M'59,8]_R<<#`-[(CJ5S8[G<`--2/!1QLV2D M]%B>4979;Z;=9@/\/P6\61PO)&>M6G)T!(4ENVT1;??IP07[L&4NFRN#X6F% M5S+KJ9+;Q`.4E%5N#LJ8U(VU4L`U]`\GGS#D=XB=LKVNHQN(F=D]3T7+2;E9 MI(AR:("N+SJFP$9;ZE;)KE%80$W'_RS:-93"6]E1YI.KH-J&13(JE15R5:S0 M`66-99.M2H>8$A1`^E50&4R)70HXE5%3::V.^G&`>G`SP<&E'!),J'#=)N53 M!58#IL'":[@<\F;6,?PIQ?E%?I8%FJIE>9]-&A=+#;3AR1U*%MALFH=HHGB#,/E:F:SJ`'),IDXRAR4BQ['Q98E*2\S12`"W)>IJM[3R($Q+?%MTIK;[.6KF([#%7XY MEY4#J/-:(U/=9TX7_9"C?/&21AM--3A18"G9?K)")G4_,$\C6%8:CCH7'&!QB+` MVNP*)5:6D=[DT:I*+!U*C9F#Z8HB`W5LYG9B2== M,91/%M$!7"5,$^1=/+KG4L24<=9^@J2J+$3SGUW'R"Y4+;$`2%+JR8/CP?>" MIQXX<"".@Z,I&)$D8/GJS(;V^C<\SFVZ`>4]/V2]P']FO'T91IG*CHA`1U$; M\+^V55<`+3$W.D`44!&(N$\K`6E6`G+D1\P%@?:5/S>E[9&.@%02$<5(S:Z" M7OR&`[L5RRQ.P9C#"SX4=-_MC4X"U*E]L/()/3&;;BPF!+X=RBAVUM`3>I/& M>$W;C-S@ MT:A*@?#C))_MH]>_I"$&-]56:V?3_AVR0@7AZJK]>W^IX>#T\,3`0_RWV-#C MYF%;:`(7&Z,CF;0SGU%@$DSK`$9/[';51'Q;C^&SL$N#C'L.]+%FL0@JV:9' M\>4R^JIHU/[G#CE-/8=/-S*"K4(#DTTG^AP@L&TT2*1B[&]:2D4[D$]E"(3N42*?EL.[";;)N$DP[F%<+KLPG MX>J'F-'(X0O/VDO`=@FN5RT.U&%/JB?$Y+ZI.;%OZL`LEAI6?0F)UK"*F\GF M&'I=VV=QGAOL^'*)E+IZJ2P[&R6O]C-V+^I+>[`X!$SK-'H+2EB;0TP@S--A M2QVK8OP*HB3`>X`RAY[$PV!* MA)@EH%Q]/BU#'9CJA(D9LU*#Q4:>&#S6`:4%IE=#4ZZ0P=]%>>@B/%4P MP/Y9&:2GO\=-8I?F1D=[F*8T3%/5DM,TVX"N@_(XMP@F0@)V$C2_GW&:H$1; MU2XRH^TY>DI1I:A:QNQ<.IW.Y.5*Q&G:A6EPO!G6$;O-5>B!72/\4()($QKW)JR`L]Y'/GL[1>0'IMNF!@#%G%+2V" M*`[^K?2%@3T8+[5=(X_]#Q42/"LM!MXU%AY3N:U!A;VU4%=+) M3OZB[=V^AC=`P8@@(0;R21C/7IL;K%G;=>HA:G:UZ!PQX((-EI5KV(N5[$M# MN=$1/TL`V9&DQYC8X>!0B9T@MDG9PB_3,(]@#GZ;AVW[BMB)J?\V129'A]G' M;.0E@N%9,J56NF]2T(X3C#+HIZ71UE0,^.NA^[8?)B._XF*@XPL.N;,;W]9\M<\N+3H5TP6MN8%%FE8Z MV(IQVH>X/NA0IQ)6J]N53>A@_VTC'.S0IL.@/XEE M_(IV8Z,CRPGYF=%TQ\CN)227OZ*1#79HTR.;"XQLKFUD9PF\AC"YY!$__AZ( MSMO@X&9944BG'02A*5&H M)/1`6\=BHH2ZL_0N<_XBY^RWN:6^ZQ_;)3/)S$-V4$4]O>\CS\BNH\LJZ@<= M')'.B$QF+#TZEAO1!Z%=&B@O5AZC*20/,@MJ]57JN5+)38B.6L9@IC4QYD7L MM(M%%Y$XJF9CT<1P,0L>6Z=LX!WF89#O.V&@JAAA2AH;14BHH!BIOU&)8W)( M4F)OD=`JR(;"NE%3F`KGPP#J&CX6E8S8;HE964)Z`E=I^7%!F!L:LZ`Q%N,8 M:+H6",>.XQG_LO)5/(A'&-V>@0,.6K7(X/)`Z.QE8.^*96*VT1ZG:2/JEJG= ML7(%[U!1[#B"TTV%$1`\BA9[:/Z5OOAW60KJZKYTQ<]F!A7BP6;&5 M8Z[KSUVI40F?;+)4!QZU9!I[!\VXFVA7(6N`XZKP2`\'`8'IH@#I;+]@6/LC MVG[C"`@"=>HYBD;W88PAT#E.1E_C&$,N;HB,_@=RVV8'TNAO)#MX/#DKP104 M?^_":#B,178Q(HXJRT@K*5!.0*A6')TWDLADQ3;^T/%Y$8)TV6RX3I4$Z3Q& M1&)]50LW(Z/A'+*J;O@E>M[-$3SP.D*(B-6[PW(/86G'23QM=AN/E,*#2*)XQB\T*XE!,UQ'\]G&?YX_!I%,V M_5HB&,B*>142?42A2N=30ZDT!0,$HG>EE,/V7,$&K&>&8;:.(,`0A3!78FES M36SIET!*"KQ;@H#7+3]1$S4)H"/3FS%879?C1:6\8M9@^EQU.A&)TUXV4R5@ M\:4FA]K$_Z9Y11Y;]*9F]$?.'_-]Z-]=M"HU>%V*%W\NZZ])'[I_0\"A' M0DM8=JID&O^P9%9@W=4M8]%9QFQ6H)G4ULO&[B>VV3)574#E8FMWQ2'W2!6' M7'?%(1]2'/(BLNN=BD.NF^*0CU`<#(H=APF_>04-233$B5A3"V%9YH@!"KHB\RFTF/R[([WG;'.%RC:+Z=6S$6' M]_[BLH$'!NEA@V&!7X*NOI0)+Y6^6Y`J3Q('W=48(1[Q?%IXU!+K?EBU1J*5?RW>1*(4*NY&/D2B:C]:@"ZU$%EBO21O3C(,=T,.@41CJJU:,NEL"F M]ZM=DY/%Q),S*EBZQ*<0&,M(1'-`_3Q&C?'Y2J]L84S@+ZT%D0,S" M/VFM46IW`RW\>%UB$Z&>#R+,LUUD]B4TA=!ZFMTPRU;%K^Q%2*;3^T3=H9+I M"IF5WUNG!/J`O%C.MFPU0/V3T9B=)8,Y6!)LE8CP2WG5'Y,'\(CV,,W@,SK' MJZO4*3Q2J5.X'S=((4[J%,)2)Y?&X'<0/(5LC!ND$"5ULD-CZ1$)44:UL_F# MK;>`2NN'N3Z[XSDLK&)1*1S,*B3?H')?!0-]@R@UY%:+7W7!-8\8;['ZQT&) M^!:_\MKOCM=E-"U]`AFMMSQ?M?&EQ`ZNK+I;(16R_RU&@0-SAIBX6;;#9K]_ MG418G%X6N,_H3B`X#O-T&_PW56K65,F&6K-H+-9>"WK4L;;*V1O0II*C+)'](?$L-BB#8U M9QT2(YG[2H=YYG=!H<035,O=*NZ'3?WG]L.IX;O5"-TWIP;(]L&LX;N[ M=(+F:`.,$GZ[GKRRH<'85"_ZX=@-CL8#8]@N&C*+3EH<4W`/P0`%B\>I@E?X M;_>L7P5\%B',)G7%<$E65T2/&#[++X87=368%]:UN=&E/;7>#GURQ>6EA<[M-N)W\AY0.``2GBB99?N(#Q@FH>*48V9Z2M:Z7*DVS"-) MF#(L,D(U&A327A+Q+VL6_`=KEJBB-L&K4G9I])VR0O,A.%6K>MBN.U7ZFR#% M\:A5=)V*(U:IQF_U#R;U/_S.'3_WG)R.%D8_%+NP+/+H?K;&94P@V!.AI-_B M^./=39JA1VK2#/7(V0FG[(C(KG>:-$-M63QYD4F/97-C&31ILA$FS5"D25,8 MR^2C*L=3M(VO<3'B6^#HGZ5%0%:*F:D]4Q.SQ.1@1S\NQI);!54OPIB(#EK+2L/3 M\G42(EANDGX;$>6F3-><)WAW;JD3BW+I5!LS^\S9D>/XT!@S\LE]>_="W45F M#%Y@GDJ/(E1)-C.6S@);:6]>YXT^\^7'"B,RBP0K(]!_95#!8G9\_V%$CK.6 M%<9%4@J)9QP$FL$.QY2;B,1>-\>?=)4K;2,TC$XB+BRO1]D0F/:M M^0%=Q7)#QTQ(%3-GUR7*O!++$GLJ(>XSQ32AQ/)]$#3:*,HW-;%F=Y&+9U"^ MK`;(IZ12#0=3PF!U5680-JG#3N4P%>]0A&2B*?M8R[)@+(6UX9EY0VD;*X'! MPHXW72PSSFB%*ZX3R= MP?.'/H/'Z,.V9-4PRDK9CX\G6*<^YRBU?V:GQ"UJ^%MH;P)&#`7-AX@7A1)M MK]]&YU=K6%J"YN48,@R>8&PXG5*M_E&5G$HE",Q7=1I<#D\Y)QEW2?0:@M(* M8FOS*IRDOP.`IGV.@D_#Z$(D-!!M=Q&H`R(\B`7'01]KDA2)1E-EX6#&T0NS M\IV(B%&N1$ILV$R+H`8_`HD=?/)&(&3\[DH@$'U!2FP4V@)T!I#8F9$@D$S; MC4&)G2M(=8'!9#0DOQP]1@#8;LWC$L*0&,2_P*CV%S$PAX(HK2,@(M"20?0Q MT`7P+BP+G.`RP1@'B55+U:QBGOFBX[A4+(5"C67)TGI*\>`+E$I.!0@BN&AZ MC[V3%M(1:+Z$((4'\=4Y_,*NTO M44M%_?$(UDKHT?''"&'])E<0X2YSJGS@BJ]G#^'106%D+)T>(#J<+1]UJUXR M$GXIP\4+,KIX`2T8!G'P%P_^?_?>G6)V9M*':8,ER2AM$WOFGA[\?\#L>?S_ M'12[IG;OW`7?,YE!<6#WCKE=3P]F1P;EYJ3AZ4#KF#GY.`)Z83(4_45Y4OMVOYBD>NC[9WUS8GKR2=!U.C$3 MU#SX!Z(1L]!^("OMY`!TPB;(&#X=ZJ6/M-6!DD'C,T0[`W_XJ/[[>3PJB,I: M5MH?%U7%J<<1ED>=LKAY%;6OBI1U>)N_(3@564A5X50'U)'@2V(`6L3K=83` M8>2>Y$VMDFRH9(N*_J,1",;W*3(ZS"_!FHRNY[4$ MMD4E$1,JJ',5' M0AW&8*'"\%AN2`YD0SM?':LJJT[+Y&`D3'@';TP`NQ,@IF M@D.9.?I\'HT&!$9@H!?$..V&O=4)J,!Y+:`"':)25R M+R7IY9)YL8Q6<8KX&35M6K0:CPQM^^`#'I.OB,L:[ZYQ36&+LVYP>(:TJV.+ M92OXUQ#T&2(_%=$C@H$L6UE9U4_&444,@$:%MWX3$59I8VS6"$R=H%9ITX[F M^6RJ\(AYOK,'?0>N;)CG\VD=JM*#Y],%%:-"5?240[W2 M)&F,:>XGZ-3O-IV&A?#:M6B37/,C1C[(X8EVMP;O8'VAAKB>&Z`;X\>-)(SA M78'^\VJ>J)9YL2;U:NU<1&-M,+'M$VS58>=]B)[:+L^/9:_A$'L-BV"?D;D" MWV-8:YA8J_,^S5CIL4(A"IJ2S-$FN3ZY^&BM5@/[7FSAD$@01*7%K<%Z=8^) M9Q`@0$SHI`H0/=`(#`$\.B_[0,Q)[:1G-3X<)86W:;4O@J64PXJ.78MU&RW_ MKC\'/0#]$33ZH:C]4[L;"C22BVZ0CK82'`6U^]`(9%/I5`%N6L:S58U92OB= MY%`.#8:4]7K$&D`I`<]ID`-ORXK5V*K@>6(X?>B1"]/V'CQZ89H>RXW*NMQ< MEOMOPO1^A.FCUE$[>]#W`=C&62RCC\!ZL%AVB#-DJ.IM?O@^6"PR0GB3+#81 M8+%^Z?;%8A,/AL4(*)'4^B&EUA\X<&`L)DRZ^\&P$=\K'->`O@PB]%FS9OI% MT*@.'I7HB$(G7,0$V-3!VB`/Y/T3(I-UVBS9B*BVR\;X'`H>0H.S#3>8X(8Y MI8YL3OMEV%JW2.`.2R6V!7WNPTN:VQ6Q/?L^,CN6')'P=>9,5 MOT=$[P?#*T.;7-N/Q#0,`7[8)!^D3^T)S,$Q%N'7HN,<,I;L>MVIJ\!_Q+CD M*PQ1P7%$C<6ZTUS0=41"$E5MOZ[7: MNS<7RWA^AXY8A3BCD>O!.*EC_6I$N:4->3K@#LNB;[D.?$T8]`+,1/3X5!`- M%(MKU'!U^]5$J7J`-..B6#Z72C]2EN]\_E\#RV?9V!@BEA_ZFXA_<"(>`Q15 MD;]E=$,"_W.\4K`Z>(3H?RQ*]M^WZ%>G-_J/A[<$HA_=MV,IW&'D_M`5OT1@ M062&,!XU/:J=2U%W:NX?&P!J]=`JYXDHISBX;I'J*,;HVEC[=)&07%!4 M(E]S`)U/;-'!"=:P7AQD9UDU81;Q?)E*B.C>47$6&<#F7U7]>2Q)>X7?=UC>_,1MG4N,!LXW*[8 M8J464J(=5SH\Q\%O2I%!-,2(1F;357?"W]PT?`T);.5.;=MLEXR8/FWKHT]& MCT[A2$54BE4`2M.@II@2;:OS&GMQ^VMOQ!)`T8`<`"*;9KG(,2D8.U6W0#:X M>/9[0(*6D3!2*.6/::"GE%#E9H$(K<=`C`OR4\FIUQQ,X_#Y%7Z&]IOTWO*\/*A9O),DAN-EBQI/7/K2NMUUMK MKYQK_=1;;YUN?0E_O>,=O?E?-S_RKGAO>G>].]YKW@WONO>E][%WVKL042"& M8QY;7NN;U@5H?K-UN77UW5\#N=?ARA=T_>/6T=:9UC?>N@[.BH@F0;1/"T%J M92#6I+PBMML-CIWR;NFHK)[MC1@"U&<8I"%QY9C(B=-?'[]^\TZBK?:)K-,* M'+OT'7,!>#15!ZVRQOV:`W;;:S<:5L5MF%:9X6U@C.YX=R49>=8C"Y0@&V+^ M(P=PZ9,@X5WU/.^UU@48H:NMNS!>)V&T_LU;O_P;[TJ`8P\^S(*NX>?U'<)P ML*V.Z\'V`JT8:TL,F1OF0JX]MIX/^=A M^V=V#HX#;WX)''D=QYV\RZU3.`W]'H$!#:,[$=E/[];:GUY975V]ZL@4^'C0D)`L^`S;_SKAW_PUB^]"VSXJ>ZY(A!\@X.UT$MTXASX7H#! M\0`7JNJ8#XT-@P^,EYYM-2"S(M1/BF,-7`CA[@"#I<$>O'EO]D7B*%->ELZZ(@KO[CV"]@_:`%H1;=UH_5KV#%6 M6U_AS@&[PP;\6X:?W6>0EIM)U(*+)@`S911MQ8P#K`N M/5L?W+YU@6Y2[S6!V5XSF/W;#/8U@UD]@UDY@X\)FD,1 M$$0RA^KA":+@`S<@B$+])$=!X(*?,IA!/T$NSRF#4A!UWAD41-E<7/TYV!N^ M`$W-._L7[U9LS?GO2GQ)]SNA#5%1Z'H;ZU`WQ)8/_W#YMV/B!Q^=^\B;_RP\I,\Z\\LX?.5!`ZW&KL*>?!&WN M4ST-J#KC;LWZB51.8.$<\][WWO#6<>".7S]Y',:C?80^]5XE57O5/^8=I5KH MHZH6^D"4;4=AZV$\M+*%*LHU&.OWSWP5"%B/;;_8#+5?1#NU=0OZ=A3-@OYH M'*RUC?S:GV[\,M@T&=LTT"Y5@X%N_2L,S1?P^&NJO:YBT+.U$=T\OM_%>EN_ M6__:N@MJ^='676XNMCR%M5?;&V8C6G[2^N*5<]AF:Z_1<@^UMUUM_;9UN_5F MZU6_TZI4!.*'RL]`>#JOL;MMRR^F]`[V8RXBJZMYJ+F0:AX*KSHEXI]_[OF= M(;VX?R)&!!75[RW^+^)YUZH_Z7(&ZU;0F8%GOX_K8?7W:Y^"FJLWF]_`J[[M MK9.2?$-3.GEG[;C7\/48D,&%=Q6B9LU]OUW^%21GTT-CI:BP$> M"Q`;=\EVO_7>6_!^ZSY;8':-'K"S)TY<]NZ]=>'TQZ%Q4N/JK5\X?>JHO/EG M02KGOCS_!S`^;H!0NOO^?WWP\_,?@&"[Y[T.)'PR-^ZQ??A2NZK7=E M]?S%[VL[\6-27C_\1F2R:?'AN][ZB=\?_Z-W%(?^Y$_.G_*NG/C]ZN?>O9-O M!":#-8,T'2'P!YDH;:J`')/O!(:W[0)OD/U/%#)O8Q[6/Q&;>X;7^IAHO0IK M\-W6]?/?`ZZ*G)U@2R.VJ9AKEER)$,E3QJ6ME88?[B*'?V?(NRT_@Q)S>G)R M8F:'V#(]N7=R]P2Z83X]L^;=]H=]*T[H*=I`P`R_?$IIO0&A^T7K':"AGL#R;#VF%'3;CCH] ML7]P'/Y#,Z13JQ!H-[H.=&=S(Z:]W[%_@6Z=\>Z=>0->^Q/0;7X.B_X*O-#G MWFN=J68=3SPR,L1L@![A"GJ#ZU@'$S1@+(36EF`6U]J(:RX&A.!?=CB66WVR M0?!A5%YMSA'/59UE7MY\C[=^]>Z'_X2-Z;O_CK".7@55^8)WX_(Z;@TW/Z$M M`Y1GU.2P6*4BT'H/I\V[\=;/4,_S*5RZ`/>OO_N_KW^3\DLZY3@X/*>CPZ&W M^S&W>,FLP@8WN6C7=((5/&-Z4K2.M7X+P_V-=^7L5>]WRD6D'AKH\/NTS-=A M4?RX]0J86]^T5L_^?OV]5,06'S6NIMLDMVBJL3PX/C'[_*STA_J;P-%>4Q,@ M8<32\#O\&BRE8VO'W_D:QZWU,4G'7\+_KWGW+IZ_Y`5VHHCM5U'T^Z&\4HO+ M4A%OW4)BK==:_PBBXBCLUM=H:PRY^C$SV6C40=17Y)GHPW3]1S\]UH8,%R\? M$9W]1C.RXZI_,)`6F5$\22Z@@Y4+FW)'-S-41?$N4,^G@&CT&C=Z\>D M3*^>^0K&_,W6KUN_@F]X;G"Z]3G\]5/06\_`3!Q#]R>BA22?*HX?L(J,DQ2M ML(<$TWP]"2/6AAL7<0=IQ53J>%,/:$>FZ_8$ACIA=`Y0"-LLM:<,6P%P",;> M:-]FETRL3.LL.=]1#YFO8UD,1*V;KP^.=_^=UM;Q,]X-&.G+K;,HDF_\\M(Z M6-^#,LFL:&EKG1L.PEYV_O>PJ"Y(H^#>>W\,Z;WX6F2LWXKS#LS78SK;XP;L M+5JS,#ZWT0_D?7+B_2OG:7MF/?&LLPBJEVT5K3HF>W88P6&$QX/S=.?@ M^!.5QK?DE^\$[GABH?$MKL*\K3]*1A^D@AO[QZ#1_![/#P/>H4-DG/B'), MML%RM*Y`XT]AJY!DV-.%#]G6'PFC&PWL:+"3J#/#YT6_H^*)><>!E_U6%+O, M5\R'>]FI6R8_EL5$"N MKZFKV`_81_@X(UU0A8KXY\WB66RF;4@Z2U0+$"YH6Y]6*ILY'M@#MMQ\];T_ MKH-X.O>'-ZMMW^% M]M^%F]Z-2Y^0T*,;Z:'WO-?/_AEEU_4_P];+NP!EH[=CBW0,7T85Z:!_`917 M,$0OW3G^U>IOO*/'OUK[TWO'O1MKM^B0`6-R=`L^.J2W#^WT%)R2Z+PN70\? M?'#VASI&AW8NOU;[@ZE[TA^IWK5/](O>\]ZZ^4<9!>)?QM!]%4/'I[D9/LW- M*'L\B&0Z1)Y/]-2<&MV!#R^N_0G5HM6?K%U3 M#`#[)FQ8K==9ML!0OG[JAS=OHO_TZC'0NX^N_HCL^;LWS[__I=0^!I#\^MJG M-]>4/X%+)=W[IH(VZ6I&,`WTQ%?['8<:/>G9=/LQDWK M8R@>.6W[O_6S6Z^"J`T8@L$JT;CCM".PRNR2>B2,)7?LZ,5/UO\I,!4B\FZ! MJRQZ[.+00F,&+!8+%#M#X5H?O@MK[XKWZ>5U4)*EMR:!_GAR!P,'*;14*ND* M:LT7K=?0!:^]?5=/_&7]FGD+WOKY,]!99F.QN@H:V%WBV1O2+14[_B6[CJ6@4(G$ M&.FDU)4QB"[X7NMQ#!S=W.AL+P8.'#@0",`*"8@`,[.4(-2Y@?;MGXIV/.2M MWW]FWSD(@6XR4)_Z&K/9#TN0OK;;]#Z?&2MP,;$L"\N,WN=IL'9EQ[$!ADMF MTN+TUT\9NW1-^N?W*+@]D+E/;8],E7ZY7%7UAO_G#E@=@9(\?30R@JWHH:'. MB&Q:K/WI*0.H;)]1O>I*KU9:,A?@OQ6SB(I7@^#4C,QP9L0H6M728D;7I,=_ ML%M2W`*(R#D$5/HK(P&A['17\< M1V@8%_4P(CO*@_%BI/I+FZ!$=.:_QJ@X`>L&SV!.`IF=P0<(X`(A`Z% M_'5/ZAAQ^K#6"BYZ)U][Y\JESX'L1R"SOT19*3#OL74*Y-]M;_WX5R#IKN#6 M'Y7\A&'%OOB\*L!:AAZN?GKI^^&H:/G?W\'W8]X]VG)/8Q#*`%S\`E[E>RRC M3[UYZX)W[_+W+GZ?C%R.NC;'0R_D*VAZ$87&WBK;$N,7'1GNXI)E-M@IL$7H M"P(/.K8(_UZQ-7PXO4'B1E_4Q8#BHF'D(I!":W]*B#`?A6O]Q3T._:=F%_>\?_?N_Q^BT-SI)-H8`N='895X!._.O6U=_5#[^:= MK0GQ+%$4SZ6`E8I%LUX&?B*.&:'Z`"/IV#4]%+6F.\Q:7/UU_CE3Q1+=>M9>Z''M[1 M1&8$QI<^H@>XL(D!1@ETP"I2'1<;0]IXG'N.;&0[QDM$SZ%_7=7D"`E'["D- M;$Z\=93^*'0?X.C'*5!,@X,%"X957;`J;FG1K%2"?Z=<'OD!>:2YSMY-4H6\ M]6M?G/@YF"IT>,/C/V-6YL5L:LJG@+,0%S/4=8Q@XVM@634:U9W\Q5?@^QGE M``4C@H3/PCBH(M]]PY$)C"&B=K7H'#%D35+7L!&P M@C%QZ?:)][P;[WWY@[^@=4.>XWMK%TG7O^N]\6T>P9V85&2[;O2X==UH2Y2# M!RJ(W,XGQ0&\H&R2?EL:;4W#X]1K3PZ3DE_Q,YDN)(G;Y-^(G=C0)<3WS<%. M=_WVN=6+;\)04"("6B0D4[U;%[]_YO^C4,AU/4[[[-*B4S%=,0V*K56Q5B(& MC*&A&3,WDX\5K_D-JTS_[2.=O[^1S@=&.M\VTM*VYI$]*G#@UT\=7SOKW;O^ M$9A?,,H;'.!VT.;.`<[]]0UP[OX&.!<8X%S;`)][!<4DH#PSJ4 M8:SG3-2P#L?N6H]L6(\\UG__'B'>=@NBYWPBEB=07A?P`2\VGH/AO_?]`$] MB.W675`0SL`OU\]_3YZ5O$X!#N]@ML?0Z:\S!79Z9D;A\V/ORLDWWOF`?'%W MGY^=HO#2-;#;;K3>`$HXQ3HNR;M!`:=@NSPFT&'DG?-^J*[(@SKOF/<[[?F$ MSD1GNS1="TNXM3N9_^4%>,[)+FN M;]#IL.FTETTV]-^@ZTK*/M*5E+V?E92-6TG9C:ZD;-1*2FNLI?P(A8SRA\S] M8I9H82SY:V"=7_/#T=51S?'K)\YYZSGO?7+RHL[MAUL8$S6SM`C"\,H/+H"Q M'PCMY6+0$:+WL%,IF56GP]\?N,Z",Z9]W5FR'+-:/MBLV,KOUO7GKM3U$$S[B;:=\B,>.O:S3^KF`/0#V&`HAZV`,I[I3B!LKH?SBW;7HXC0V,9X0P/$M1?U_B M%JXX/W!@$/A5'6UAAO*I-\_^IW^X!@K";0P8PY!.D4\-I=)@?<"L?LD1%CSKU-:[ MQ9Y1//*Z_KV+Y[W/@D'NWOK%?[E\Y?P=X-+KWC7OGC[\@LF_>.?"]0]>1T(J M/#ZJ'X%3Z,C\U?82)O&_!52$/JD9_9'K9!QO_=Q['W[FK9_]X/J?O:.@X,@C M@V^KH8MZN&G9J9)I_,.263'K8&T8B\YRLN$D3?=04ILK&[N?.:"K.I![I.I` M;F/@PY%=[U0'_XOE1L]W?O>U MFQ]=/'_M^IC>$YK5JE5!!V0VE9:UG]_]X8G_/=;9V:+]MC@"IHO0;=>RH3YO^\6=%I(TJ/U"[)[*`XVH@^THJ@U-"Y9M4:GYM'Y,\F` M&NP>+%(V]0BC[V?`$V;W[]F]0\Q.S;PP-2/'5%[BLD<@C3\!KN-0_&.\#:-9 MYET'\^ZG\/T'*E!?)QN)&[^\_CHHL[5*/OHB M0=Q5EN0?J2S);PR^,K+KG;(DWTV61)67SL?(DBP;Z040(D-B&W^0+.%U%`CQ M&J/PK"DL\*T6$TF5-UO_C@D69+)W(BK=>^=KBH;E8!*&$$H(TKO6,=3_,0I' M>^M+SR/K.VY3M?"QX?S?N%](3HCHW;3C9J,G':!RZ4X&3&MXO]'37V>\&^=O M!X*FA/04'".DG/>\+\;BM8)-Q*4]B)BT=A&I)Q>%HU:224IR@'U(=[['J\TC MY2@A)NV&6;8J0BI$KX+5^4^4R_&Z=\?[9_'"]#Y!&:8<]*([2AQ48@4%PB6RZH' MF$094#WH@RVCCJWWV1W/4?QB4#\?$\P5[_SY99816B6[;!I M[5_OJD,%[C.Z$XAV_96:M=1B31=_6*R]Y#;*+I$CI#[6:C9V?^?S`OU"?$2& MX$8:I04[6;2K1MEV<5N?;3CUE52M\FU0ET8S0RFKM&17&00I]'*;)=*C9PV+ MG1P4@59WX"\J*7K8\O&H)ZM(DP]EV[JTP=;$5#*M"IUY_!%RYLU89F7..B1& M,KE1,87XM56K(12G\3(BW?W"*^>N?W[^S.7?I/CE'DMV5[:7:V:S8DCRB+$= MKW1WW"K9<8,/Z*+6QSQ!;SP("7WSH]9Y7$N;>;UL*MOOP^%6EAL;I-_WVZD' MZ)?#Z.XC^O7DL1RU^8Y[:(5"`1L8'E!I+A5M$^UZ0CNX]>K-WW8"&74<^PT- M$6OQ1T"9FUMLPL97WS.Q+YJMQ!9$I#2_BPZSCT$?QUC[.]XQE?@-JIJ$'[@O M_O-[T0\+AN_>`!>&&_:,Z M=#Q."64!1VMB:LFJ+Z`&1)%'3L59H!+0NZLEF5.AV@&)N8PQE1%K/WCK3QBF MV;JV9??L1&)Z6NC20ZQIPKP"MU3^JRJ+LRGP9%Q,S4GJF)V:F`3SJ8I0-L*`MG M(?2PS,JY-=8#13'J*@/?;-L$O9@\&X6D0^P*S'GF_#N?>.O";5#M0OTRM[C\ M5%*_)QK`0=$Q(@@`A.X.8K.V9]8\/)#6J"?W[=<-=1=9+WBAS?=22`=+RD7< M&&"UC"R=DT^,B&WT7\EJB]EQL(C.8`:,2K9.*E$:&;O.J3PJ\IZ_<7[WT40W M^,*XM",13"(*IA!)FZIW/XR(CG2!08Q-:(KOB92=Y]XX]T.9.(1NB&]:5W'S M@"NT=(\SNW72).=&M<[#YU7&:T'8JJLJ M5_SNA?]@,)W+[U]:Q_?1/;A^E'+`$1KG-4Y<\LY[ZZ?.GO\H?*;D?4E)50J' M\0:'%!?H=)$_5`KT^]=.O1G.LR_[8<2$]-'G;"HX3(8`V=8W`2.&@H]^4R[K M.^!^$C4NW@\A%*G/. M6Z=3Y'NH7W[PNG=C]4W1\ M&D87(J$!:KL+@\UNB@32-?CDC<`*^-V5F>'Z@D9EQPT].U88Y50QG1;> M=J,O70LZ68P+=F9UQGY;T)/$4%!`@'ZI1W5J[0HX0.@V4%[F(J MLR\I7J,`041UTLJ<=^^]U[V?7#MZ\Z<$VG77!WOH(H"G]]@[:;D=6;8Q"FYP MG(,]Q5ZS:BY8=9=J5KS8"^^]G8S1C8Y\!^]GL)1X(?V6_G\]\JTTH^+I&&WK MA%6IJ%S^)Z+Q"?P?3Y%![$DLEQL?_@I_$8.(1;G==.V2.PB#O7;-`W.R+2$: MFYWY-<5IAPE\F1#'?X&C3_FC/_76.=#]ZF](AL!#%:&(9:#^>`3K(/3HOJ/) MPAWFE,G`%8W%G!X2F=P8U1[0\6,1=P;7@L1BSN9Y*82R^T,P:JF4!@23GVWI MS[U1M33X;H@\8R3(%:L@$M0"YD><_^+"6YB/PR=__M8AXW001:X[=1AFTZX, M=BX/!0JE`*M1A,_0S2H9R`^->/?[5S[[8-4/"6M[AG^P$O&<]H,=>6H6QO[0 M(1Z;IVQT(:VRAE&/R(VWGZN"3I$+;AKM1>P?&1M(EIKUNE5M"&7;7+EV\0Q&1M1J M"&CII\%UJ0=#[K]BW49%H^O/;'IUX&ULV]A#C,T])0B3=E*]+7D=TF"-'[^^ M^@E@[ZK'VU<2!9T!:2N0C([EDNSD"2O63[3GY#\FXPRTEL?@1JZ MQO@1+2R?L,:`DE28CKW*()/9@<<5.4Z<)Z?'!;&%>G#,NT757-:W`C%_"[AW M^;?7SY!?C6P'"BFY]^%GG@><\3O84ME`]8^EHOOAW2+I'\")OD>O>N7J^I7/ M-/4;XH#E(VO$K.Q'O:[_>ZMF!U?U4%]5L]/IL8(J3,9UR1Y0H7CO,^!]A$6Y M_!MOG=VS?9:+?XR!4Z@*BL)CFF!U9.TOY[[4.@17LMMDF2LAL=JN$H#*)FM< MA8D(XO5`[PA+#[Y\BN[5\[YZ5T^]1>4??^ICRD?Q"&QH]X_(Z[`D7/"\FI^DJ5EH1J50*O6MX M@''*^X+[7?^$Z:+D):V\BGK`#F+:7.7597_#WE@:J!);`$` ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 10:16:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23232 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 10:16:10 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23210; Sun, 13 Dec 1998 10:16:06 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id VAA32153; Sun, 13 Dec 1998 21:02:18 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.1/8.9.1) with ESMTP id VAA01885; Sun, 13 Dec 1998 21:03:25 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199812131803.VAA01885@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Matt Dillon cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/9033 In-reply-to: Your message of "Sat, 12 Dec 1998 18:53:58 PST." <199812130253.SAA06439@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 13 Dec 1998 21:03:25 +0300 From: Dmitrij Tejblum Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Matt Dillon wrote: > it > isn't really a bug in UNIX. Most UNIX's have include file dependancies UNIX(tm), as specified in the Single Unix Specification, version 2, doesn't have include file dependecies. See ...../xsh/compilation.html. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 10:17:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23375 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 10:17:14 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23370 for ; Sun, 13 Dec 1998 10:17:12 -0800 (PST) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-149.laker.net [208.0.233.49]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id NAA01865; Sun, 13 Dec 1998 13:17:07 -0500 Message-Id: <199812131817.NAA01865@laker.net> From: "Steve Friedrich" To: "Steve Price" Cc: "freebsd-bugs@freebsd.org" Date: Sun, 13 Dec 1998 12:50:54 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Query GNATS with originator fails to "hit" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 13 Dec 1998 11:45:36 -0600 (CST), Steve Price wrote: >I will hazard to guess that you didn't quote(Steve Friedrich) >when you did the search. No I didn't. Thanks. It wasn't apparent from the web page that I would need to use quotes. Seems to me that shouldn't be necessay on the web page, but ok. Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 11:35:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00291 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 11:35:36 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from library.rcpl.org (library.rcpl.org [199.72.201.50]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA00285 for ; Sun, 13 Dec 1998 11:35:35 -0800 (PST) (envelope-from arlankfo@141.com) Received: from 141.com (unverified [199.72.201.49]) by library.rcpl.org (EMWAC SMTPRS 0.83) with SMTP id ; Sun, 13 Dec 1998 14:37:36 -0500 Message-ID: To: freebsd-bugs@FreeBSD.ORG Subject: test -n Date: Sun, 13 Dec 1998 14:35:32 -0500 From: Andrew Lankford Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have FreeBSD 2.2.5 installed on my computer, and I find that the syntax for "test" or "[" always is a major pain. According to the man page (for CURRENT as well as 2.2.5) "test -n $string" will be TRUE if $string is NOT of zero length. # set string="fred" # echo $string fred # [ -n $string ] && echo yeah yeah ...No surprise there, however.... # set string="" # [ -n $string ] && echo yeah yeah # Am I overlooking something (I'm using tcsh, but it does the same thing in Bourne shell), or is this a bug? Thanks Andrew Lankford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 11:52:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03033 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 11:52:26 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02915 for ; Sun, 13 Dec 1998 11:52:23 -0800 (PST) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-125.laker.net [208.0.233.25]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id OAA03970 for ; Sun, 13 Dec 1998 14:52:18 -0500 Message-Id: <199812131952.OAA03970@laker.net> From: "Steve Friedrich" To: "freebsd-bugs@freebsd.org" Date: Sun, 13 Dec 1998 14:49:24 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Is it possible for Originator to update (add more info) to a PR ?? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have more info regarding PR bin/9066. Is it possible for me to add remarks to it?? In case the answer is no, here's the info I want to add, in case anyone can add it. shutdown now DOES cause init to invoke rc.shutdown but shutdown -h now and reboot don't Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 11:52:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03086 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 11:52:44 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03048; Sun, 13 Dec 1998 11:52:28 -0800 (PST) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-125.laker.net [208.0.233.25]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id OAA03974; Sun, 13 Dec 1998 14:52:20 -0500 Message-Id: <199812131952.OAA03974@laker.net> From: "Steve Friedrich" To: "webmaster@freebsd.org" , "freebsd-bugs@freebsd.org" Date: Sun, 13 Dec 1998 14:42:24 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Regarding the Support page at: http://www.freebsd.org/support.html#gnats IMHO, it should also have a link to Query FreeBSD problem reports at: http://www.freebsd.org/cgi/query-pr-summary.cgi?query Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 12:22:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA05836 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 12:22:35 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA05828 for ; Sun, 13 Dec 1998 12:22:33 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id OAA16318; Sun, 13 Dec 1998 14:22:27 -0600 (CST) Date: Sun, 13 Dec 1998 14:22:27 -0600 (CST) From: Steve Price To: Steve Friedrich cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Is it possible for Originator to update (add more info) to a PR ?? In-Reply-To: <199812131952.OAA03970@laker.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 13 Dec 1998, Steve Friedrich wrote: # I have more info regarding PR bin/9066. Is it possible for me to add # remarks to it?? http://www.freebsd.org/cgi/query-pr.cgi?pr=9066 and look for the 'Submit Followup' link. # In case the answer is no, here's the info I want to add, in case anyone # can add it. # shutdown now DOES cause init to invoke rc.shutdown # but shutdown -h now and reboot don't # # # Steve Friedrich # Viva la FreeBSD!! # Unix systems measure "uptime" in years, Winblows measures it in minutes. # # # # To Unsubscribe: send mail to majordomo@FreeBSD.org # with "unsubscribe freebsd-bugs" in the body of the message # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 12:27:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06460 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 12:27:19 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA06450; Sun, 13 Dec 1998 12:27:11 -0800 (PST) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id VAA18576; Sun, 13 Dec 1998 21:27:02 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by campa.panke.de.freebsd.org (8.8.8/8.8.8) id UAA00643; Sun, 13 Dec 1998 20:04:40 +0100 (MET) (envelope-from wosch) Message-ID: <19981213200438.A627@panke.de.freebsd.org> Date: Sun, 13 Dec 1998 20:04:38 +0100 From: Wolfram Schneider To: Steve Price Cc: wosch@FreeBSD.ORG, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8038 References: <19981212201923.B4451@panke.de.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: ; from Steve Price on Sun, Dec 13, 1998 at 12:15:15PM -0600 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1998-12-13 12:15:15 -0600, Steve Price wrote: > # I see only a missing trailing slash in > # http://www.freebsd.org/ports > > I see those and a bunch more. :) The attached patch fixes > all the ones that I saw. Homepages - e.g. http://www.freebsd.org - does not require a trailing slash. Adding the / to the homepage is the job of the web browser, not of the web server. Albeit it is better to have trailing slashes ;-) I don't know if all browsers conform to the standards. > Ok, you can't update the files up for ftp, but you can > correct the files that these get generated from. :) Well, you have commit rights ;-) Wolfram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 12:50:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08173 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 12:50:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08146 for ; Sun, 13 Dec 1998 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA07521; Sun, 13 Dec 1998 12:50:01 -0800 (PST) Received: from bulben.rockefeller.edu (bulben.rockefeller.edu [129.85.41.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07507 for ; Sun, 13 Dec 1998 12:44:18 -0800 (PST) (envelope-from jtliu@bulben.rockefeller.edu) Received: (from jtliu@localhost) by bulben.rockefeller.edu (8.8.8/8.8.5) id PAA08979; Sun, 13 Dec 1998 15:44:10 -0500 (EST) Message-Id: <199812132044.PAA08979@bulben.rockefeller.edu> Date: Sun, 13 Dec 1998 15:44:10 -0500 (EST) From: jtliu@phlebas.rockefeller.edu Reply-To: jtliu@phlebas.rockefeller.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9067: panic: vm_page_unhold: hold count < 0!!! when accessing CAM passthrough driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9067 >Category: kern >Synopsis: panic: vm_page_unhold: hold count < 0!!! when accessing CAM passthrough driver >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 13 12:50:00 PST 1998 >Last-Modified: >Originator: James T. Liu >Organization: The Rockefeller University >Release: FreeBSD 3.0-RELEASE i386 >Environment: FreeBSD 3.0 running on a Pentium/100 with 32M memory and NCR 53c810 SCSI controller: speedy# dmesg Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-RELEASE #4: Fri Dec 11 19:45:00 EST 1998 jtliu@speedy:/usr/src/sys/compile/SPEEDY Timecounter "i8254" frequency 1193182 Hz cost 2759 ns Timecounter "TSC" frequency 99474243 Hz cost 225 ns CPU: Pentium/P54C (99.47-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 30408704 (29696K bytes) Probing for devices on PCI bus 0: chip0: rev 0x02 on pci0.0.0 chip1: rev 0x02 on pci0.7.0 ncr0: rev 0x02 int a irq 11 on pci0.10.0 vga0: rev 0x01 on pci0.11.0 ...cut... da0 at ncr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI2 device da0: 10.0MB/s transfers (10.0MHz, offset 8), Tagged Queueing Enabled da0: 1041MB (2131992 512 byte sectors: 255H 63S/T 132C) da1 at ncr0 bus 0 target 2 lun 0 da1: Fixed Direct Access SCSI2 device da1: 10.0MB/s transfers (10.0MHz, offset 8) da1: 1149MB (2354660 512 byte sectors: 255H 63S/T 146C) changing root device to da0s3a da2 at ncr0 bus 0 target 4 lun 0 da2: Fixed Direct Access SCSI2 device da2: 10.0MB/s transfers (10.0MHz, offset 8), Tagged Queueing Enabled da2: 2217MB (4541241 512 byte sectors: 255H 63S/T 282C) Start pid=2 Start pid=3 Start pid=4 cd1 at ncr0 bus 0 target 6 lun 0 cd1: Removable CD-ROM SCSI2 device cd1: 10.0MB/s transfers (10.0MHz, offset 8) cd1: cd present [307105 x 2048 byte records] cd0 at ncr0 bus 0 target 1 lun 0 cd0: Removable CD-ROM SCSI2 device cd0: 5.681MB/s transfers (5.681MHz, offset 8) cd0: Attempt to query device size failed: NOT READY, Medium not present speedy# camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,cd0) at scbus0 target 2 lun 0 (pass2,da1) at scbus0 target 4 lun 0 (pass3,da2) at scbus0 target 6 lun 0 (pass4,cd1) speedy# uname -a FreeBSD speedy 3.0-RELEASE FreeBSD 3.0-RELEASE #4: Fri Dec 11 19:45:00 EST 1998 jtliu@speedy:/usr/src/sys/compile/SPEEDY i386 In particular this kernel is configured with the options: options DIAGNOSTIC #for debugging panic options CAMDEBUG >Description: After upgrading to FreeBSD 3.0 (release), I also had to update some of the CDR related utilities for use with the new SCSI CAM system. In particular, I am using cdrecord 1.8a09 which includes a CAM aware cdda2wav. When running cdda2wav, I would get: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xfff3 fault code = supervisor read, page not present instruction pointer = 0x8:0xf01ddb88 stack pointer = 0x10:0xf2ffecbc frame pointer = 0x10:0xf2ffecc4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 883 (cdda2wav) interrupt mask = bio trap number = 12 panic: page fault after usually about 10-20 seconds of operation. After rebuilding the kernel with the DIAGNOSTIC option, I got a much more informative panic message which occurs right when cdda2wav starts ripping audio data: [speedy|61] /usr/libexec/aout/gdb -k kernel.2 vmcore.2 GDB is free software and you are welcome to 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. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc...(no debugging symbols found)... IdlePTD 2531328 initial pcb at 2445e0 panicstr: vm_page_unhold: hold count < 0!!! panic messages: --- panic: vm_page_unhold: hold count < 0!!! syncing disks... 23 23 11 done dumping to dev 70411, offset 132466 dump 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 0xf01351eb in boot () (kgdb) where #0 0xf01351eb in boot () #1 0xf013550b in panic () #2 0xf01f7958 in vunmapbuf () #3 0xf0108641 in cam_periph_unmapmem () #4 0xf0115445 in passsendccb () #5 0xf011537a in passioctl () #6 0xf0163cf3 in spec_ioctl () #7 0xf016352d in spec_vnoperate () #8 0xf01d65d5 in ufs_vnoperatespec () #9 0xf015da5d in vn_ioctl () #10 0xf013e5d7 in ioctl () #11 0xf01f2b1f in syscall () #12 0xf01e88ac in Xint0x80_syscall () This certainly seems to be related to the cam passthrough device, as used by cdda2wav. Looking first at vunmapbuf(bp = 0xf1371a30) (/sys/i386/i386/vm_machdep.c), we find that the panic occurs with addr = 0xf2239000 and pa = 0. Clearly something is wrong with the latter. Looking at register struct buf *bp, we find: *bp = { b_hash = { le_next = 0x00000000, le_prev = 0x00000000 }, b_vnbufs = { le_next = 0x87654321, le_prev = 0x00000000 }, b_freelist = { tqe_next = 0x00000000, tqe_prev = 0x00000000 }, b_act = { tqe_next = 0x00000000, tqe_prev = 0x00000000 }, b_proc = 0x00000000, b_flags = 0x00140010 (B_READ|B_PHYS|B_BUSY), b_qindex/b_usecount = 0x00000000, b_error = 0x00000000, b_bufsize = 0x0001f950, b_bcount = 0x00000000, b_resid = 0x00000000, b_dev = 0x00000000, b_data = 0xf2219960, b_kvabase = 0xf2219000, b_kvasize = 0x00020000, b_lblkno = 0x00000000, b_blkno = 0x00000000, b_offset = 0x00000000 0x00000000, ... } In particular, note bp->b_bufsize = 0x0001f950 and bp->b_data = 0xf2219960 (which does not start on a page boundary). vunmapbuf() loops through all the pages without any difficulty until addr reaches 0xf2239000, and then the panic occurs. This seems to indicate that we are exceeding MAXPHYS since we actually started from the middle of a page (the data is being transfered to a non page aligned location). To complete the description, note that the system call originates from ReadCddaMMC12() (in scsi_cmds.c of cdda2wav) with a request to read 55 audio sectors of 2352 bytes (which is calculated to fall under MAXPHYS). This in turn ends up calling scsi_send() (in scsi-bsd.c) which calls cam_fill_csio() and cam_send_ccb(). This results in a CAMIOCOMMAND ioctl with a ccb function code of XPT_SCSI_IO. >How-To-Repeat: Install and run cdda2wav (with SCSI CAM transport) which is included as part of cdrecord-1.8a09.tar.gz (available at ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/). >Fix: The ccb request size is checked in /sys/cam/cam_periph.c. Assuming the above description is correct, the following patch to cam_periph_mapmem() seems to fix the problem by accounting for any offset the buffer may have from a page boundary: diff -c ./cam_periph.c-3.0.0 ./cam_periph.c *** ./cam_periph.c-3.0.0 Thu Oct 15 13:46:18 1998 --- ./cam_periph.c Fri Dec 11 19:43:41 1998 *************** *** 486,500 **** switch(ccb->ccb_h.func_code) { case XPT_DEV_MATCH: ! if (ccb->cdm.pattern_buf_len > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->cdm.pattern_buf_len, MAXPHYS); return(E2BIG); ! } else if (ccb->cdm.match_buf_len > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->cdm.match_buf_len, MAXPHYS); return(E2BIG); } if (ccb->cdm.match_buf_len == 0) { --- 486,507 ---- switch(ccb->ccb_h.func_code) { case XPT_DEV_MATCH: ! if (ccb->cdm.pattern_buf_len + ! (((vm_offset_t)ccb->cdm.patterns)&PAGE_MASK) > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->cdm.pattern_buf_len + ! (((vm_offset_t)ccb->cdm.patterns)&PAGE_MASK), ! MAXPHYS); return(E2BIG); ! } else if (ccb->cdm.match_buf_len + ! (((vm_offset_t)ccb->cdm.matches)&PAGE_MASK) ! > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->cdm.match_buf_len + ! (((vm_offset_t)ccb->cdm.matches)&PAGE_MASK), ! MAXPHYS); return(E2BIG); } if (ccb->cdm.match_buf_len == 0) { *************** *** 518,527 **** } break; case XPT_SCSI_IO: ! if (ccb->csio.dxfer_len > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->csio.dxfer_len, MAXPHYS); return(E2BIG); } --- 525,537 ---- } break; case XPT_SCSI_IO: ! if (ccb->csio.dxfer_len + ! (((vm_offset_t)ccb->csio.data_ptr)&PAGE_MASK) > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->csio.dxfer_len + ! (((vm_offset_t)ccb->csio.data_ptr)&PAGE_MASK), ! MAXPHYS); return(E2BIG); } Note that this "fixes" the check for case XPT_DEV_MATCH as well, although I have no direct knowledge if there is any problem with that or not. In any case, after the addition of the above check, cdda2wav with default options no longer completes (but neither does it panic the kernel), as it now sees the E2BIG error: samplefile size will be 37189868 bytes. recording 210.82667 seconds stereo with 16 bits @ 4.41e+04 Hz ->'audio.wav'... ./cdda2wav: Undefined error: 0. WARNING: RR-scheduler not available, disabling. ./cdda2wav: Undefined error: 0. WARNING: RR-scheduler not available, disabling. ./cdda2wav: Argument list too long. Cannot send SCSI cmd via ioctl Request Sema 393216(1) failed: : Unknown error: 82 parent writer sem request failed, retry Request Sema 393216(1) failed: : Invalid argument However running cdda2wav with smaller buffers, e.g. cdda2wav -n 40 (specifying transfers of 40 sectors of 2352 bytes) works reliably. Here is a patch to cdrecord/scsi-bsd.c to properly account for MAXPHYS: diff -c scsi-bsd.c-orig scsi-bsd.c *** scsi-bsd.c-orig Mon Nov 2 16:22:24 1998 --- scsi-bsd.c Sun Dec 13 14:38:43 1998 *************** *** 575,581 **** long scsi_maxdma(scgp) SCSI *scgp; { ! return (MAXPHYS); } EXPORT void * --- 575,581 ---- long scsi_maxdma(scgp) SCSI *scgp; { ! return (MAXPHYS-PAGE_MASK); } EXPORT void * >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 Dec 13 13:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09199 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 13:00:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09176 for ; Sun, 13 Dec 1998 13:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA07976; Sun, 13 Dec 1998 13:00:01 -0800 (PST) Date: Sun, 13 Dec 1998 13:00:01 -0800 (PST) Message-Id: <199812132100.NAA07976@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: "Steve Friedrich" Subject: Re: bin/9066: init ignore rc.shutdown Reply-To: "Steve Friedrich" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/9066; it has been noted by GNATS. From: "Steve Friedrich" To: "freebsd-gnats-submit@freebsd.org" Cc: Subject: Re: bin/9066: init ignore rc.shutdown Date: Sun, 13 Dec 1998 15:47:35 -0500 shutdown now DOES cause init to invoke rc.shutdown but shutdown -h now and reboot don't Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 13:10:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10283 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 13:10:55 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10273 for ; Sun, 13 Dec 1998 13:10:53 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id WAA12317 for ; Sun, 13 Dec 1998 22:10:49 +0100 (CET) Received: from doorway.home.lan (t6o1p49.telia.com [195.67.241.109]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id WAA23772 for ; Sun, 13 Dec 1998 22:10:37 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id VAA02691 for freebsd-bugs@FreeBSD.org; Sun, 13 Dec 1998 21:26:18 +0100 (CET) (envelope-from listuser) Date: Sun, 13 Dec 1998 21:26:18 +0100 (CET) From: List User Message-Id: <199812132026.VAA02691@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Andrew Lankford Subject: test -n Received: from 141.com (unverified [199.72.201.49]) by library.rcpl.org (EMWAC SMTPRS 0.83) with SMTP id ; Sun, 13 Dec 1998 14:37:36 -0500 To: freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: X-Uidl: 5a778e72b4f8cc8bb968c28acb61d338 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 19:35:32 GMT I have FreeBSD 2.2.5 installed on my computer, and I find that the syntax for "test" or "[" always is a major pain. According to the man page (for CURRENT as well as 2.2.5) "test -n $string" will be TRUE if $string is NOT of zero length. # set string="fred" # echo $string fred # [ -n $string ] && echo yeah yeah ...No surprise there, however.... # set string="" # [ -n $string ] && echo yeah yeah # Am I overlooking something (I'm using tcsh, but it does the same thing in Bourne shell), or is this a bug? Thanks Andrew Lankford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 13:12:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10892 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 13:12:54 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10851; Sun, 13 Dec 1998 13:12:25 -0800 (PST) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA08874; Sun, 13 Dec 1998 13:12:25 -0800 (PST) Date: Sun, 13 Dec 1998 13:12:25 -0800 (PST) Message-Id: <199812132112.NAA08874@freefall.freebsd.org> To: toshi@tenchi.ne.jp, dt@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8366 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] msdosfs re-mount kernel panic. State-Changed-From-To: open-closed State-Changed-By: dt State-Changed-When: Sun Dec 13 13:11:07 PST 1998 State-Changed-Why: Comitted, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 14:58:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19608 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 14:58:45 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19595; Sun, 13 Dec 1998 14:58:27 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA13607; Sun, 13 Dec 1998 14:58:27 -0800 (PST) Date: Sun, 13 Dec 1998 14:58:27 -0800 (PST) Message-Id: <199812132258.OAA13607@freefall.freebsd.org> To: alansze@performax.ca, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/8298 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: When using "make world" for 3.0-19981009-BETA, got error code 1 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 14:57:23 PST 1998 State-Changed-Why: This problem doesn't seem to exist anymore. Please try updating your sources and trying again. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:04:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20593 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:04:37 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20585; Sun, 13 Dec 1998 15:04:25 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14034; Sun, 13 Dec 1998 15:04:25 -0800 (PST) Date: Sun, 13 Dec 1998 15:04:25 -0800 (PST) Message-Id: <199812132304.PAA14034@freefall.freebsd.org> To: aef@shu.smolensk.su, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/8373 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make buildworld on 3.0-RELEASE don't work State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:01:47 PST 1998 State-Changed-Why: Make sure you build and install a new version of as(1) first. Just doing a 'make world' should take care of the ordering for you. If you are upgrading from an a.out to ELF -current you will want do a complete a.out build first, then a 'make aout-to-elf'. See /usr/src/Makefile.upgrade for more details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:06:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21141 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:06:36 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21132; Sun, 13 Dec 1998 15:06:22 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14272; Sun, 13 Dec 1998 15:06:22 -0800 (PST) Date: Sun, 13 Dec 1998 15:06:22 -0800 (PST) Message-Id: <199812132306.PAA14272@freefall.freebsd.org> To: rei@internetional.com.br, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/8360 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: When i try to make "su" comand the system return "Segment Fault" State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:05:05 PST 1998 State-Changed-Why: Not enough detail to help fix this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:07:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21264 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:07:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21255; Sun, 13 Dec 1998 15:07:01 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14363; Sun, 13 Dec 1998 15:07:01 -0800 (PST) Date: Sun, 13 Dec 1998 15:07:01 -0800 (PST) Message-Id: <199812132307.PAA14363@freefall.freebsd.org> To: steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, grog@FreeBSD.ORG Subject: Re: bin/8395 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/src/sbin/vinum/Makefile doesn't understand /usr/src/make -DNOLKM Responsible-Changed-From-To: freebsd-bugs->grog Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 13 15:06:35 PST 1998 Responsible-Changed-Why: Greg Lehey maintains the vinum code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:08:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21419 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:08:01 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21400; Sun, 13 Dec 1998 15:07:59 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14450; Sun, 13 Dec 1998 15:07:59 -0800 (PST) Date: Sun, 13 Dec 1998 15:07:59 -0800 (PST) Message-Id: <199812132307.PAA14450@freefall.freebsd.org> To: steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: i386/8308 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Host/Domain 'problem' in install script/program Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 13 15:07:15 PST 1998 Responsible-Changed-Why: Over to Mr. Sysinstall. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:08:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21566 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:08:52 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21553; Sun, 13 Dec 1998 15:08:47 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14532; Sun, 13 Dec 1998 15:08:48 -0800 (PST) Date: Sun, 13 Dec 1998 15:08:48 -0800 (PST) Message-Id: <199812132308.PAA14532@freefall.freebsd.org> To: butenko@stalker.com, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8343 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the "poll()" function is absent in threaded libs State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:08:09 PST 1998 State-Changed-Why: See PR #8011 for a set of patches that implement pread/pwrite. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21812 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:10:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21752 for ; Sun, 13 Dec 1998 15:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14688; Sun, 13 Dec 1998 15:10:00 -0800 (PST) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20505 for ; Sun, 13 Dec 1998 15:03:06 -0800 (PST) (envelope-from root@pc1762.alcatel.com.au) Received: by border.alcanet.com.au id <40351>; Mon, 14 Dec 1998 10:02:14 +1100 Message-Id: <98Dec14.100214est.40351@border.alcanet.com.au> Date: Mon, 14 Dec 1998 10:02:49 +1100 From: Charlie Root Reply-To: peter.jeremy@alcatel.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: peter.jeremy@auss2.alcatel.com.au X-Send-Pr-Version: 3.2 Subject: kern/9068: Changes to SysV Semaphore defaults not handled in sysv_sem.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9068 >Category: kern >Synopsis: Changing SysV semaphore defaults not correctly handled >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 Dec 13 15:10:00 PST 1998 >Last-Modified: >Originator: Peter Jeremy >Organization: Alcatel Australia Limited >Release: FreeBSD 3.0-RELEASE i386 >Environment: Dell OptiPlex GXi P5-133 with 96MB ram and the following config file: machine "i386" cpu "I586_CPU" ident "pc1762" maxusers 40 options "MAXDSIZ=(256*1024*1024)" options "DFLDSIZ=(256*1024*1024)" options "MAXMEM=(96*1024)" options FAILSAFE #Be conservative config kernel root on wd0 options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SYSVSHM options SHMMAX="(16*1024*1024)" options SYSVSEM options SEMUME=1 options SEMMNU=1000 options SYSVMSG options "MD5" options KTRACE #kernel tracing options PERFMON options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INET #InterNETworking pseudo-device ether pseudo-device loop options FFS #Berkeley Fast Filesystem options FFS_ROOT # Allow FFS root options SOFTUPDATES options NFS #Network Filesystem options FDESC #File descriptor filesystem options MFS #Memory filesystem options PROCFS #Process filesystem pseudo-device pty 256 pseudo-device speaker pseudo-device gzip # Exec gzipped a.out's pseudo-device vn pseudo-device ccd 4 pseudo-device bpfilter 4 controller scbus0 device da0 # SCSI disks device st0 # SCSI tapes device pass0 # SCSI passthru for CAM controller isa0 options "AUTO_EOI_1" device ed0 at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr controller pci0 controller pnp0 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options SC_DISABLE_REBOOT device npx0 at isa? port "IO_NPX" flags 0x0 irq 13 vector npxintr controller wdc0 at isa? port "IO_WD1" flags 0xb0ffb0ff bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 disable drive 1 controller wdc1 at isa? disable port "IO_WD2" flags 0xb0ffb0ff bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 disable drive 1 options "CMD640" controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 disable drive 1 device lpt0 at isa? port? tty irq 7 vector lptintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr device apm0 at isa? # Advanced Power Management device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? disable port "IO_COM2" tty irq 3 vector siointr controller ahc0 options AHC_ALLOW_MEMIO # Memory-mapped I/O device xl0 options NO_LKM options "CLK_USE_TSC_CALIBRATION" options PPS_SYNC >Description: When running a kernel using the above config file, the system panic's `getnewbuf: inconsistent EMPTY queue, qindex=0' immediately after the message `changing root device to wd0s1a'. Tracing system initialisation showed that buf[0].b_qindex was being changed from 5 (QUEUE_EMPTY) to 0 inside seminit(). Studying the code, the default semaphore parameters are defined in sys/sem.h. These parameters can be over-ridden via config file options which are stored in opt_param.h. The parameters are mainly used to initialise the seminfo structure which is used by most of the rest of the code to define the actual number of semaphores present. The `mainly' and `most of' imply exceptions, and these are the problem: the macros SEMUME and SEMUSZ are referenced from sysv_sem.c (directly and via SEMU()). However opt_param.h is not included in sysv_sem.c so it references the default, rather than actual parameter values. The net effect is that (for the configuration above), seminit() believes there are seminfo.semmnu (1000) sem_undo structures, each of which is SEMUSZ (100), rather than seminfo.semusz (28) bytes long - incorrectly initialising assorted innocent kernel memory. There is also a problem in the SEMUSZ macro. This macro over-estimates the size of a sem_undo structure by sizeof(struct undo) [8] bytes because the first undo is counted in both the basic struct sem_undo and explicitly allocated as a struct undo. This just wastes kernel memory (rather than directly causing a problem) because this macro is always used to calculate the structure size. SysV shm is not affected (the defaults are all calculated in param.c) and SysV msg does not appear to be affected - although the defaults are calculated in sys/msg.h, they do not appear to be referenced except in param.c. >How-To-Repeat: Build 3.0-RELEASE kernel using above config file and boot it. >Fix: A number of options are possible and the choice between them is primarily stylistic and speed-driven. Note that the patches in the following have been cut-and-pasted, hence the whitespace will be wrong. There may also be discrepancies in the line numbers due to debugging code not relevant to these patches. 1) Include opt_param.h in sys/sem.h (protected by #ifdef KERNEL): --- sys/sem.h.orig Wed Jul 15 12:32:32 1998 +++ sys/sem.h Mon Dec 14 09:43:52 1998 @@ -116,6 +116,7 @@ /* * Configuration parameters */ +#include "opt_param.h" /* possibly override following macros */ #ifndef SEMMNI #define SEMMNI 10 /* # of semaphore identifiers */ #endif [It is safe to include opt_param.h multiple times because it is re-defining macros to be exactly the same expansion - which is explicitly allowed by ANSI C]. This is the simplest change and retains the efficiency of having macro references which turn into constant expressions (allowing the compiler to optimize them). 2) Include opt_param.h in kern/sysv_sem.h: --- kern/sysv_sem.c.orig Mon Dec 14 07:23:02 1998 +++ kern/sysv_sem.c Mon Dec 14 09:49:01 1998 @@ -8,6 +8,8 @@ * This software is provided ``AS IS'' without any warranties of any kind. */ +#include "opt_param.h" + #include #include #include This is basically equivalent to the above change but only includes opt_param.h into the code which (may) need it. 3) Change sys/sem.h and kern/sysv_sem.c to refer to values via seminfo rather than macros: --- sys/sem.h.orig Wed Jul 15 12:32:32 1998 +++ sys/sem.h Mon Dec 14 10:00:54 1998 @@ -150,7 +151,7 @@ /* * Macro to find a particular sem_undo vector */ -#define SEMU(ix) ((struct sem_undo *)(((intptr_t)semu)+ix * SEMUSZ)) +#define SEMU(ix) ((struct sem_undo *)(((intptr_t)semu)+ix * seminfo.semusz)) /* * Process sem_undo vectors at proc exit. --- kern/sysv_sem.c.orig Mon Dec 14 07:23:02 1998 +++ kern/sysv_sem.c Mon Dec 14 09:59:19 1998 @@ -283,7 +285,7 @@ /* Didn't find the right entry - create it */ if (adjval == 0) return(0); - if (suptr->un_cnt != SEMUME) { + if (suptr->un_cnt != seminfo.semume) { sunptr = &suptr->un_ent[suptr->un_cnt]; suptr->un_cnt++; sunptr->un_adjval = adjval; This is probably the `cleaner' patch, but may slow down semaphore undo related operations due to additional memory references and less optimisable code. In addition to the above, the definition of SEMUSZ should be changed to: --- sys/sem.h.orig Wed Jul 15 12:32:32 1998 +++ sys/sem.h Mon Dec 14 09:43:52 1998 @@ -141,7 +142,7 @@ #endif /* actual size of an undo structure */ -#define SEMUSZ (sizeof(struct sem_undo)+sizeof(struct undo)*SEMUME) +#define SEMUSZ (sizeof(struct sem_undo)+sizeof(struct undo)*(SEMUME - 1)) extern struct semid_ds *sema; /* semaphore id pool */ extern struct sem *sem; /* semaphore pool */ -- Peter Jeremy (VK2PJ) peter.jeremy@alcatel.com.au Alcatel Australia Limited 41 Mandible St Phone: +61 2 9690 5019 ALEXANDRIA NSW 2015 Fax: +61 2 9690 5982 >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 Dec 13 15:16:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22720 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:16:59 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22709; Sun, 13 Dec 1998 15:16:47 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA15340; Sun, 13 Dec 1998 15:16:47 -0800 (PST) Date: Sun, 13 Dec 1998 15:16:47 -0800 (PST) Message-Id: <199812132316.PAA15340@freefall.freebsd.org> To: grg@isabase.philol.msu.ru, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8282 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: either m4 changequote bug or 'man m4' documentation bug State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:16:26 PST 1998 State-Changed-Why: Fixed up the manpage to reflect reality. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:21:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23130 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:21:36 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23125; Sun, 13 Dec 1998 15:21:30 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16212; Sun, 13 Dec 1998 15:21:30 -0800 (PST) Date: Sun, 13 Dec 1998 15:21:30 -0800 (PST) Message-Id: <199812132321.PAA16212@freefall.freebsd.org> To: malartre@aei.ca, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8297 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: send-pr.html need a
tag (line 63 of 71 [88%]) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:20:31 PST 1998 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:26:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24069 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:26:41 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24061; Sun, 13 Dec 1998 15:26:35 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16504; Sun, 13 Dec 1998 15:26:35 -0800 (PST) Date: Sun, 13 Dec 1998 15:26:35 -0800 (PST) Message-Id: <199812132326.PAA16504@freefall.freebsd.org> To: amakawa@sf.t.u-tokyo.ac.jp, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8315 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] a bug in the usage string (-i option) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:25:38 PST 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:30:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24749 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:30:38 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24738; Sun, 13 Dec 1998 15:30:31 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16790; Sun, 13 Dec 1998 15:30:31 -0800 (PST) Date: Sun, 13 Dec 1998 15:30:31 -0800 (PST) Message-Id: <199812132330.PAA16790@freefall.freebsd.org> To: tamrin@shinzan.kuee.kyoto-u.ac.jp, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8316 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [ATAPI CD-ROM] open() doesn't return -1 when no CDs in drive. State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:27:37 PST 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 15:37:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25722 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 15:37:50 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25712; Sun, 13 Dec 1998 15:37:45 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17262; Sun, 13 Dec 1998 15:37:45 -0800 (PST) Date: Sun, 13 Dec 1998 15:37:45 -0800 (PST) Message-Id: <199812132337.PAA17262@freefall.freebsd.org> To: bmah@ca.sandia.gov, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8355 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Fix typos/grammar in sysinstall packages menu State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:36:38 PST 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 17:00:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05765 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 17:00:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05714 for ; Sun, 13 Dec 1998 17:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19940; Sun, 13 Dec 1998 17:00:00 -0800 (PST) Received: from nina.pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05634 for ; Sun, 13 Dec 1998 16:59:17 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (juana-33.pagesz.net [208.213.126.33]) by nina.pagesz.net (8.8.7/8.8.7) with ESMTP id TAA19466; Sun, 13 Dec 1998 19:59:57 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id UAA05991; Sun, 13 Dec 1998 20:00:21 -0500 (EST) (envelope-from rhh) Message-Id: <199812140100.UAA05991@stealth.dummynet.> Date: Sun, 13 Dec 1998 20:00:21 -0500 (EST) From: aa8vb@pagesz.net To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: aa8vb@pagesz.net X-Send-Pr-Version: 3.2 Subject: bin/9069: "tr" command bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9069 >Category: bin >Synopsis: "tr" command bug >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 Dec 13 17:00:00 PST 1998 >Last-Modified: >Originator: Randall Hopper >Organization: self >Release: FreeBSD 3.0-RELEASE i386 >Environment: Stock 3.0-RELEASE >Description: Run: > tr -d "\004\032" | tr "[\200-\377]" "[\000-\177]" Type: a ^D You should see: a You actually see: aD This seems like a bug. Note that piping "echo 'a'" into this command pipe generates the correct output ("a"). >How-To-Repeat: See above. Tried with tcsh and sh, so not shell-specific. Maybe related to stdin being a terminal. >Fix: >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 Dec 13 17:14:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06711 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 17:14:19 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06704; Sun, 13 Dec 1998 17:14:11 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20892; Sun, 13 Dec 1998 17:14:11 -0800 (PST) Date: Sun, 13 Dec 1998 17:14:11 -0800 (PST) Message-Id: <199812140114.RAA20892@freefall.freebsd.org> To: billf@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, billf@FreeBSD.ORG Subject: Re: bin/8880 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cp missing verbose switch Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Dec 13 17:12:26 PST 1998 Responsible-Changed-Why: I will look into this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 17:14:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06795 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 17:14:35 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06781; Sun, 13 Dec 1998 17:14:30 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20963; Sun, 13 Dec 1998 17:14:30 -0800 (PST) Date: Sun, 13 Dec 1998 17:14:30 -0800 (PST) Message-Id: <199812140114.RAA20963@freefall.freebsd.org> To: billf@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, billf@FreeBSD.ORG Subject: Re: bin/8881 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mv missing verbose switch Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Dec 13 17:14:14 PST 1998 Responsible-Changed-Why: I will look into this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 17:15:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07058 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 17:15:49 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07050; Sun, 13 Dec 1998 17:15:45 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA21223; Sun, 13 Dec 1998 17:15:45 -0800 (PST) Date: Sun, 13 Dec 1998 17:15:45 -0800 (PST) Message-Id: <199812140115.RAA21223@freefall.freebsd.org> To: billf@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, billf@FreeBSD.ORG Subject: Re: bin/8698 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add telnet option to prevent IP address to name lookup Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Dec 13 17:15:33 PST 1998 Responsible-Changed-Why: I will look into this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 17:17:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07301 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 17:17:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07290; Sun, 13 Dec 1998 17:16:58 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA21373; Sun, 13 Dec 1998 17:16:58 -0800 (PST) Date: Sun, 13 Dec 1998 17:16:58 -0800 (PST) Message-Id: <199812140116.RAA21373@freefall.freebsd.org> To: billf@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, billf@FreeBSD.ORG Subject: Re: bin/8665 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/bin/mail -u user not worked if exists $MAIL Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Dec 13 17:16:47 PST 1998 Responsible-Changed-Why: I will look into this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 17:21:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07886 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 17:21:27 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA07881 for ; Sun, 13 Dec 1998 17:21:26 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <52923(3)>; Sun, 13 Dec 1998 17:21:15 PST Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id RAA20863; Sun, 13 Dec 1998 17:21:12 -0800 (PST) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199812140121.RAA20863@mango.parc.xerox.com> To: "Steve Friedrich" cc: "freebsd-bugs@freebsd.org" Subject: Re: Query GNATS with originator fails to "hit" In-reply-to: Your message of "Sun, 13 Dec 1998 09:24:25 PST." <199812131727.MAA00621@laker.net> Date: Sun, 13 Dec 1998 17:21:12 PST From: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a bug, which I fixed a while ago but somehow managed to lose before committing it. Would you mind trying http://www.freebsd.org/~fenner/cgi/query-pr-summary.cgi?query before I commit the version that I recently re-wrote? (And actually, the query-pr.cgi script adds the email address as a nicety -- the originator stored in the database is just the full name) Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 17:31:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09082 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 17:31:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09068; Sun, 13 Dec 1998 17:31:03 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.1a/8.9.1) id TAA20078; Sun, 13 Dec 1998 19:31:00 -0600 (CST) Message-ID: <19981213193100.N4374@futuresouth.com> Date: Sun, 13 Dec 1998 19:31:00 -0600 From: "Matthew D. Fuller" To: Matt Dillon , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8662 References: <199812130410.UAA09578@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199812130410.UAA09578@freefall.freebsd.org>; from Matt Dillon on Sat, Dec 12, 1998 at 08:10:35PM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Dec 12, 1998 at 08:10:35PM -0800, Matt Dillon woke me up to tell me: > Synopsis: w (-stable) has hardwired sizes > > State-Changed-From-To: open-closed > State-Changed-By: dillon > State-Changed-When: Sat Dec 12 20:09:12 PST 1998 > State-Changed-Why: > Well, we missed this in the 2.2.8 releas and that's the final release. I > verified that the printfs use dynamic sizes in the -current version so I > am just going to close this PR. I have to disagree with that in this case. We're probably going to be using 2.2 here for a goodly while, and this change doesn't inconvenience the default case, while making non-default cases DTRT. I'm sure we're not the only one that will be hanging out on 2.2 for a while, and I doubt we're the only ones using non-standard username lengths (or possible other such fields). Seems rather win-win to me. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 17:59:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12121 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 17:59:22 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12115 for ; Sun, 13 Dec 1998 17:59:20 -0800 (PST) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-125.laker.net [208.0.233.25]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id UAA13099; Sun, 13 Dec 1998 20:59:09 -0500 Message-Id: <199812140159.UAA13099@laker.net> From: "Steve Friedrich" To: "Bill Fenner" Cc: "freebsd-bugs@freebsd.org" Date: Sun, 13 Dec 1998 20:56:24 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Query GNATS with originator fails to "hit" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 13 Dec 1998 17:21:12 PST, Bill Fenner wrote: >This is a bug, which I fixed a while ago but somehow managed to lose >before committing it. Would you mind trying > >http://www.freebsd.org/~fenner/cgi/query-pr-summary.cgi?query > >before I commit the version that I recently re-wrote? > >(And actually, the query-pr.cgi script adds the email address as >a nicety -- the originator stored in the database is just the full >name) Works for me!! Thanks... Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 18:52:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16412 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 18:52:13 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16407 for ; Sun, 13 Dec 1998 18:52:10 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id SAA18602; Sun, 13 Dec 1998 18:51:45 -0800 (PST) (envelope-from dillon) Date: Sun, 13 Dec 1998 18:51:45 -0800 (PST) From: Matthew Dillon Message-Id: <199812140251.SAA18602@apollo.backplane.com> To: Dmitrij Tejblum Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/9033 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Uh, I really, really, really doubt that anybody bothers with that specification, especially considering that I've never even heard of it before. 'UNIX' in the sense of AT&T's original trademark is 20 years out of date, anyway. Nobody in their right mind tries to adhere to somthing that old. -Matt : :Matt Dillon wrote: : :> it :> isn't really a bug in UNIX. Most UNIX's have include file dependancies : :UNIX(tm), as specified in the Single Unix Specification, version 2, :doesn't have include file dependecies. See ...../xsh/compilation.html. : :Dima : : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 21:17:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27507 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 21:17:27 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from Mailer.lynxus.com ([208.245.219.211]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA27423; Sun, 13 Dec 1998 21:17:08 -0800 (PST) (envelope-from info@nfline.com) From: info@nfline.com Message-Id: <199812140517.VAA27423@hub.freebsd.org> Subject: NFL Football Date: Sun, 13 Dec 1998 17:41:40 To: undisclosed-recipients:; Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org NFL fans! - You have expressed an interest in NFL football. Here is a site you must visit! NFLine.com is a 20 year record book at your fingertips for the non-bettor. For the bettor our Law of Averages betting guide advises you on who to take. It also proves it works for the last 20 YEARS. Did Miami beat the spread every game they played when they went undefeated for one entire season?? Our database gives you the point spreads, the final score and the location of every game played for the last 20 years. Our short and to the point book section gives you, the user, the culmination of 20 years of work, research and experience on how to beat the bookie. WE ARE NOT A RIPOFF TIPSTER!!! ARE YOU TIRED OF PAYING THE BOOKIE????? Right now the odds from Vegas to win the next Super Bowl are posted on our website---FREE. We are here to help you. Take advantage of our service and experience. The Vegas point spreads are added to our website at 4:00 PM PST on Sunday afternoon for the next Sunday's games. LADIES--This is an excellent CHRISTMAS or BIRTHDAY gift for HIM, or just a great way to say "I love you". Click here for our website www.nfline.com If you don't want further correspondance E-Mail us at Advisor@nfline.com THANKS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 21:57:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01508 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 21:57:34 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01501 for ; Sun, 13 Dec 1998 21:57:31 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id VAA28700; Sun, 13 Dec 1998 21:57:20 -0800 (PST) (envelope-from dillon) Date: Sun, 13 Dec 1998 21:57:20 -0800 (PST) From: Matthew Dillon Message-Id: <199812140557.VAA28700@apollo.backplane.com> To: "Matthew D. Fuller" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8662 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ok, I'll apply the patch to the -stable tree. -Matt :> Synopsis: w (-stable) has hardwired sizes :> :> State-Changed-From-To: open-closed : :I have to disagree with that in this case. We're probably going to be :using 2.2 here for a goodly while, and this change doesn't inconvenience :the default case, while making non-default cases DTRT. I'm sure we're :not the only one that will be hanging out on 2.2 for a while, and I doubt :we're the only ones using non-standard username lengths (or possible :other such fields). Seems rather win-win to me. Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 21:59:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01603 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 21:59:17 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from fantomas.fantomas.sk (fantomas.fantomas.sk [195.168.5.189]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01596 for ; Sun, 13 Dec 1998 21:59:15 -0800 (PST) (envelope-from uhlar@fantomas.sk) Received: (from uhlar@localhost) by fantomas.fantomas.sk (8.8.8/8.8.8/Debian/GNU) id GAA10017 for freebsd-bugs@FreeBSD.ORG; Mon, 14 Dec 1998 06:59:10 +0100 Message-ID: <19981214065910.A9981@fantomas.sk> Date: Mon, 14 Dec 1998 06:59:10 +0100 From: "Matus \"fantomas\" Uhlar" To: freebsd-bugs@FreeBSD.ORG Subject: Re: test -n Mail-Followup-To: freebsd-bugs@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: ; from Andrew Lankford on Sun, Dec 13, 1998 at 02:35:32PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -> I have FreeBSD 2.2.5 installed on my computer, and I find that the -> syntax for "test" or "[" always is a major pain. -> -> According to the man page (for CURRENT as well as 2.2.5) -> "test -n $string" will be TRUE if $string is NOT of zero length. -> -> # set string="fred" -> # echo $string -> fred -> # [ -n $string ] && echo yeah -> yeah -> -> ...No surprise there, however.... -> -> # set string="" -> # [ -n $string ] && echo yeah -> yeah -> # -> -> Am I overlooking something (I'm using tcsh, but it does the same thing in -> Bourne shell), or is this a bug? try [ -n "$string" ] && echo yeah should work. -- Matus "fantomas" Uhlar, sysadmin at NETLAB+ Kosice, Slovakia BIC coord for *.sk; admin of netlab.irc.sk; co-admin of irc.felk.cvut.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:20:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04275 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:20:20 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04255; Sun, 13 Dec 1998 22:20:04 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: from max1p09.nichols.com (max1p09.nichols.com [152.136.49.209]) by freefall.freebsd.org (8.8.8/8.8.5) with SMTP id WAA06530; Sun, 13 Dec 1998 22:20:02 -0800 (PST) Date: Sun, 13 Dec 1998 22:20:02 -0800 (PST) Message-Id: <199812140620.WAA06530@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: max1p09.nichols.com [152.136.49.209] didn't use HELO protocol To: andrew@ugh.net.au, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8369: netstat seems to miss a connection Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: netstat seems to miss a connection State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 14 06:19:14 GMT 1998 State-Changed-Why: Originator confirmed this is not a bug, but a mis-understanding. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04991 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:22 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04982 for ; Sun, 13 Dec 1998 22:25:20 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07546 for ; Mon, 14 Dec 1998 07:25:16 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18197 for ; Mon, 14 Dec 1998 07:25:15 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA06020 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:53:25 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:53:25 +0100 (CET) From: List User Message-Id: <199812140553.GAA06020@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Dmitrij Tejblum Subject: Re: kern/8366 Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA08874; Sun, 13 Dec 1998 13:12:25 -0800 (PST) To: toshi, dt, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132112.NAA08874@freefall.freebsd.org> X-Uidl: 0b15e0fb710d4592fc02f93f1a9aaa57 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 21:12:25 GMT Synopsis: [PATCH] msdosfs re-mount kernel panic. State-Changed-From-To: open-closed State-Changed-By: dt State-Changed-When: Sun Dec 13 13:11:07 PST 1998 State-Changed-Why: Comitted, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05005 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:23 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04984 for ; Sun, 13 Dec 1998 22:25:21 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07552 for ; Mon, 14 Dec 1998 07:25:17 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18201 for ; Mon, 14 Dec 1998 07:25:16 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07409 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:30 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:30 +0100 (CET) From: List User Message-Id: <199812140554.GAA07409@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: bin/8315 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16504; Sun, 13 Dec 1998 15:26:35 -0800 (PST) To: amakawa, steve, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132326.PAA16504@freefall.freebsd.org> X-Uidl: d23d8afe1f9643c24a89cd5ead59b200 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:26:35 GMT Synopsis: [PATCH] a bug in the usage string (-i option) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:25:38 PST 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05024 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:26 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04996 for ; Sun, 13 Dec 1998 22:25:23 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07562 for ; Mon, 14 Dec 1998 07:25:19 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18206 for ; Mon, 14 Dec 1998 07:25:18 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07427 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:32 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:32 +0100 (CET) From: List User Message-Id: <199812140554.GAA07427@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: misc/8297 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16212; Sun, 13 Dec 1998 15:21:30 -0800 (PST) To: malartre, steve, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132321.PAA16212@freefall.freebsd.org> X-Uidl: ec393fffc06c8c59bbe5a70e73d0edd3 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:21:30 GMT Synopsis: send-pr.html need a
tag (line 63 of 71 [88%]) State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:20:31 PST 1998 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05058 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:34 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05025 for ; Sun, 13 Dec 1998 22:25:26 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07572 for ; Mon, 14 Dec 1998 07:25:22 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18210 for ; Mon, 14 Dec 1998 07:25:21 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07587 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:39 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:39 +0100 (CET) From: List User Message-Id: <199812140554.GAA07587@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: bin/8355 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17262; Sun, 13 Dec 1998 15:37:45 -0800 (PST) To: bmah, steve, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132337.PAA17262@freefall.freebsd.org> X-Uidl: addd79ef1cdd0fb67c374526f90325ba X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:37:45 GMT Synopsis: [PATCH] Fix typos/grammar in sysinstall packages menu State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:36:38 PST 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05086 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:40 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05035 for ; Sun, 13 Dec 1998 22:25:29 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07587 for ; Mon, 14 Dec 1998 07:25:24 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18218 for ; Mon, 14 Dec 1998 07:25:23 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08180 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:55:04 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:04 +0100 (CET) From: List User Message-Id: <199812140555.GAA08180@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Bill Fumerola Subject: Re: bin/8881 Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20963; Sun, 13 Dec 1998 17:14:30 -0800 (PST) To: billf, freebsd-bugs, billf Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812140114.RAA20963@freefall.freebsd.org> X-Uidl: fc3091b07e3e24b0297da976355a4f3a X-Loop: FreeBSD.org Date: Mon, 14 Dec 1998 01:14:30 GMT Synopsis: mv missing verbose switch Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Dec 13 17:14:14 PST 1998 Responsible-Changed-Why: I will look into this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05090 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:44 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05044 for ; Sun, 13 Dec 1998 22:25:30 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07605 for ; Mon, 14 Dec 1998 07:25:26 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18222 for ; Mon, 14 Dec 1998 07:25:25 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08111 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:55:01 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:01 +0100 (CET) From: List User Message-Id: <199812140555.GAA08111@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Bill Fumerola Subject: Re: bin/8880 Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20892; Sun, 13 Dec 1998 17:14:11 -0800 (PST) To: billf, freebsd-bugs, billf Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812140114.RAA20892@freefall.freebsd.org> X-Uidl: 85f140bc52e8aa3dc421113737903d0d X-Loop: FreeBSD.org Date: Mon, 14 Dec 1998 01:14:11 GMT Synopsis: cp missing verbose switch Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Dec 13 17:12:26 PST 1998 Responsible-Changed-Why: I will look into this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05106 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:46 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05050 for ; Sun, 13 Dec 1998 22:25:32 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07617 for ; Mon, 14 Dec 1998 07:25:27 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18226 for ; Mon, 14 Dec 1998 07:25:26 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07657 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:41 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:41 +0100 (CET) From: List User Message-Id: <199812140554.GAA07657@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: kern/8316 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16790; Sun, 13 Dec 1998 15:30:31 -0800 (PST) To: tamrin, steve, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132330.PAA16790@freefall.freebsd.org> X-Uidl: 1cdae884f4a81715829584b7977d8ae5 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:30:31 GMT Synopsis: [ATAPI CD-ROM] open() doesn't return -1 when no CDs in drive. State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:27:37 PST 1998 State-Changed-Why: Patch committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05132 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:49 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05060 for ; Sun, 13 Dec 1998 22:25:34 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07632 for ; Mon, 14 Dec 1998 07:25:28 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18230 for ; Mon, 14 Dec 1998 07:25:27 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07499 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:34 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:34 +0100 (CET) From: List User Message-Id: <199812140554.GAA07499@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: bin/8282 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA15340; Sun, 13 Dec 1998 15:16:47 -0800 (PST) To: grg, steve, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132316.PAA15340@freefall.freebsd.org> X-Uidl: b84dd9e2add22eeb3540136863acc41d X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:16:47 GMT Synopsis: either m4 changequote bug or 'man m4' documentation bug State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:16:26 PST 1998 State-Changed-Why: Fixed up the manpage to reflect reality. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05142 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:49 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05059 for ; Sun, 13 Dec 1998 22:25:34 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07647 for ; Mon, 14 Dec 1998 07:25:30 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18251 for ; Mon, 14 Dec 1998 07:25:28 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07666 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:43 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:43 +0100 (CET) From: List User Message-Id: <199812140554.GAA07666@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: i386/8308 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14450; Sun, 13 Dec 1998 15:07:59 -0800 (PST) To: steve, freebsd-bugs, jkh Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132307.PAA14450@freefall.freebsd.org> X-Uidl: 86a903d37452cc5b661a1e0bdf0b7a38 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:07:59 GMT Synopsis: Host/Domain 'problem' in install script/program Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 13 15:07:15 PST 1998 Responsible-Changed-Why: Over to Mr. Sysinstall. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05170 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:53 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05075 for ; Sun, 13 Dec 1998 22:25:37 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07666 for ; Mon, 14 Dec 1998 07:25:32 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18262 for ; Mon, 14 Dec 1998 07:25:31 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08362 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:55:11 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:11 +0100 (CET) From: List User Message-Id: <199812140555.GAA08362@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Bill Fumerola Subject: Re: bin/8665 Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA21373; Sun, 13 Dec 1998 17:16:58 -0800 (PST) To: billf, freebsd-bugs, billf Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812140116.RAA21373@freefall.freebsd.org> X-Uidl: 0f6278cfcd4ac30654884015b22590df X-Loop: FreeBSD.org Date: Mon, 14 Dec 1998 01:16:58 GMT Synopsis: /usr/bin/mail -u user not worked if exists $MAIL Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Dec 13 17:16:47 PST 1998 Responsible-Changed-Why: I will look into this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:25:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05200 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:25:58 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05066 for ; Sun, 13 Dec 1998 22:25:36 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07657 for ; Mon, 14 Dec 1998 07:25:31 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18255 for ; Mon, 14 Dec 1998 07:25:30 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA06931 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:05 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:05 +0100 (CET) From: List User Message-Id: <199812140554.GAA06931@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: i386/8360 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14272; Sun, 13 Dec 1998 15:06:22 -0800 (PST) To: rei, steve, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132306.PAA14272@freefall.freebsd.org> X-Uidl: 44d68ad8d437abc3647fb2ed7b8de392 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:06:22 GMT Synopsis: When i try to make "su" comand the system return "Segment Fault" State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:05:05 PST 1998 State-Changed-Why: Not enough detail to help fix this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:26:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05228 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:26:02 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05102 for ; Sun, 13 Dec 1998 22:25:40 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07677 for ; Mon, 14 Dec 1998 07:25:33 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18268 for ; Mon, 14 Dec 1998 07:25:32 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08207 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:55:06 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:06 +0100 (CET) From: List User Message-Id: <199812140555.GAA08207@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Bill Fumerola Subject: Re: bin/8698 Received: (from billf@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA21223; Sun, 13 Dec 1998 17:15:45 -0800 (PST) To: billf, freebsd-bugs, billf Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812140115.RAA21223@freefall.freebsd.org> X-Uidl: 749fd599266384450c50b88f4904899d X-Loop: FreeBSD.org Date: Mon, 14 Dec 1998 01:15:45 GMT Synopsis: add telnet option to prevent IP address to name lookup Responsible-Changed-From-To: freebsd-bugs->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Dec 13 17:15:33 PST 1998 Responsible-Changed-Why: I will look into this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:26:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05244 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:26:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05104 for ; Sun, 13 Dec 1998 22:25:40 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07689 for ; Mon, 14 Dec 1998 07:25:35 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18272 for ; Mon, 14 Dec 1998 07:25:34 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07521 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:36 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:36 +0100 (CET) From: List User Message-Id: <199812140554.GAA07521@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: kern/8343 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14532; Sun, 13 Dec 1998 15:08:48 -0800 (PST) To: butenko, steve, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132308.PAA14532@freefall.freebsd.org> X-Uidl: d274edcf5192b49fec694591c0ac2f41 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:08:48 GMT Synopsis: the "poll()" function is absent in threaded libs State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:08:09 PST 1998 State-Changed-Why: See PR #8011 for a set of patches that implement pread/pwrite. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:26:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05267 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:26:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05123 for ; Sun, 13 Dec 1998 22:25:45 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07701 for ; Mon, 14 Dec 1998 07:25:37 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18280 for ; Mon, 14 Dec 1998 07:25:36 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07043 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:10 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:10 +0100 (CET) From: List User Message-Id: <199812140554.GAA07043@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: i386/8298 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA13607; Sun, 13 Dec 1998 14:58:27 -0800 (PST) To: alansze, steve, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132258.OAA13607@freefall.freebsd.org> X-Uidl: ed8a7575dcf042d37cf9896a145c7d0d X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 22:58:27 GMT Synopsis: When using "make world" for 3.0-19981009-BETA, got error code 1 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 14:57:23 PST 1998 State-Changed-Why: This problem doesn't seem to exist anymore. Please try updating your sources and trying again. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:26:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05339 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:26:16 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05131 for ; Sun, 13 Dec 1998 22:25:46 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07724 for ; Mon, 14 Dec 1998 07:25:41 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18293 for ; Mon, 14 Dec 1998 07:25:40 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07253 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:24 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:24 +0100 (CET) From: List User Message-Id: <199812140554.GAA07253@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: i386/8373 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14034; Sun, 13 Dec 1998 15:04:25 -0800 (PST) To: aef, steve, freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132304.PAA14034@freefall.freebsd.org> X-Uidl: b972bb9a32dfffe240836d21184dac55 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:04:25 GMT Synopsis: make buildworld on 3.0-RELEASE don't work State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sun Dec 13 15:01:47 PST 1998 State-Changed-Why: Make sure you build and install a new version of as(1) first. Just doing a 'make world' should take care of the ordering for you. If you are upgrading from an a.out to ELF -current you will want do a complete a.out build first, then a 'make aout-to-elf'. See /usr/src/Makefile.upgrade for more details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:26:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05398 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:26:21 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05108 for ; Sun, 13 Dec 1998 22:25:44 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07696 for ; Mon, 14 Dec 1998 07:25:36 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18276 for ; Mon, 14 Dec 1998 07:25:35 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA06992 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:08 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:08 +0100 (CET) From: List User Message-Id: <199812140554.GAA06992@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: bin/8395 Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14363; Sun, 13 Dec 1998 15:07:01 -0800 (PST) To: steve, freebsd-bugs, grog Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132307.PAA14363@freefall.freebsd.org> X-Uidl: 68eccf67091043d7a2091229e72abb60 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 23:07:01 GMT Synopsis: /usr/src/sbin/vinum/Makefile doesn't understand /usr/src/make -DNOLKM Responsible-Changed-From-To: freebsd-bugs->grog Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 13 15:06:35 PST 1998 Responsible-Changed-Why: Greg Lehey maintains the vinum code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:26:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05416 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:26:25 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05191 for ; Sun, 13 Dec 1998 22:25:53 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07752 for ; Mon, 14 Dec 1998 07:25:47 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18309 for ; Mon, 14 Dec 1998 07:25:46 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA05930 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:53:20 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:53:20 +0100 (CET) From: List User Message-Id: <199812140553.GAA05930@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: "Steve Friedrich" Subject: Re: bin/9066: init ignore rc.shutdown Reply-To: "Steve Friedrich" Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA07976; Sun, 13 Dec 1998 13:00:01 -0800 (PST) To: freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132100.NAA07976@freefall.freebsd.org> X-Uidl: 45ee21d0e44af3995668a3b4b671353b X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 21:00:01 GMT The following reply was made to PR bin/9066; it has been noted by GNATS. From: "Steve Friedrich" To: "freebsd-gnats-submit@freebsd.org" Cc: Subject: Re: bin/9066: init ignore rc.shutdown Date: Sun, 13 Dec 1998 15:47:35 -0500 shutdown now DOES cause init to invoke rc.shutdown but shutdown -h now and reboot don't Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:26:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05498 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:26:33 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05223 for ; Sun, 13 Dec 1998 22:25:57 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07782 for ; Mon, 14 Dec 1998 07:25:51 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18321 for ; Mon, 14 Dec 1998 07:25:50 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08249 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:55:08 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:08 +0100 (CET) From: List User Message-Id: <199812140555.GAA08249@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Bill Fenner Subject: Re: Query GNATS with originator fails to "hit" Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id RAA20863; Sun, 13 Dec 1998 17:21:12 -0800 (PST) (envelope-from fenner@mango.parc.xerox.com) To: "Steve Friedrich" Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812140121.RAA20863@mango.parc.xerox.com> X-Uidl: c759d71d59a41cc6669eea85a91ddd1a X-Loop: FreeBSD.org In-Reply-To: Your message of "Sun, 13 Dec 1998 09:24:25 PST." <199812131727.MAA00621@laker.net> Cc: "freebsd-bugs@freebsd.org" Date: Mon, 14 Dec 1998 01:21:12 GMT This is a bug, which I fixed a while ago but somehow managed to lose before committing it. Would you mind trying http://www.freebsd.org/~fenner/cgi/query-pr-summary.cgi?query before I commit the version that I recently re-wrote? (And actually, the query-pr.cgi script adds the email address as a nicety -- the originator stored in the database is just the full name) Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:27:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05697 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:27:01 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05361 for ; Sun, 13 Dec 1998 22:26:11 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA07944 for ; Mon, 14 Dec 1998 07:26:04 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18363 for ; Mon, 14 Dec 1998 07:26:03 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA05443 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:53:00 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:53:00 +0100 (CET) From: List User Message-Id: <199812140553.GAA05443@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: "Steve Friedrich" Subject: Is it possible for Originator to update (add more info) to a PR ?? Content-Type: text/plain; charset="us-ascii" Reply-To: "Steve Friedrich" Received: from nt (digital-pbi-125.laker.net [208.0.233.25]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id OAA03970 for ; Sun, 13 Dec 1998 14:52:18 -0500 To: "freebsd-bugs@freebsd.org" Sender: owner-freebsd-bugs@FreeBSD.ORG Content-Transfer-Encoding: 7bit Organization: Private News Host Message-ID: <199812131952.OAA03970@laker.net> X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) X-Uidl: 2bd36695023fdab6aa0f3067d2401392 X-Loop: FreeBSD.org Mime-Version: 1.0 Date: Sun, 13 Dec 1998 19:49:24 GMT I have more info regarding PR bin/9066. Is it possible for me to add remarks to it?? In case the answer is no, here's the info I want to add, in case anyone can add it. shutdown now DOES cause init to invoke rc.shutdown but shutdown -h now and reboot don't Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:27:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05729 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:27:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05452 for ; Sun, 13 Dec 1998 22:26:20 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA08028 for ; Mon, 14 Dec 1998 07:26:12 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18392 for ; Mon, 14 Dec 1998 07:26:11 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA05560 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:53:07 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:53:07 +0100 (CET) From: List User Message-Id: <199812140553.GAA05560@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Steve Price Subject: Re: Is it possible for Originator to update (add more info) to a PR ?? Content-Type: TEXT/PLAIN; charset=US-ASCII Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id OAA16318; Sun, 13 Dec 1998 14:22:27 -0600 (CST) To: Steve Friedrich Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: X-Uidl: 58ac84d5128a846211c4b9fd3894be40 X-Loop: FreeBSD.org Mime-Version: 1.0 In-Reply-To: <199812131952.OAA03970@laker.net> Cc: freebsd-bugs Date: Sun, 13 Dec 1998 20:22:27 GMT On Sun, 13 Dec 1998, Steve Friedrich wrote: # I have more info regarding PR bin/9066. Is it possible for me to add # remarks to it?? http://www.freebsd.org/cgi/query-pr.cgi?pr=9066 and look for the 'Submit Followup' link. # In case the answer is no, here's the info I want to add, in case anyone # can add it. # shutdown now DOES cause init to invoke rc.shutdown # but shutdown -h now and reboot don't # # # Steve Friedrich # Viva la FreeBSD!! # Unix systems measure "uptime" in years, Winblows measures it in minutes. # # # # To Unsubscribe: send mail to majordomo@FreeBSD.org # with "unsubscribe freebsd-bugs" in the body of the message # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:27:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05772 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:27:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05410 for ; Sun, 13 Dec 1998 22:26:17 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA08012 for ; Mon, 14 Dec 1998 07:26:11 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18388 for ; Mon, 14 Dec 1998 07:26:10 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08805 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:55:32 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:32 +0100 (CET) From: List User Message-Id: <199812140555.GAA08805@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Matthew Dillon Subject: Re: misc/9033 Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id SAA18602; Sun, 13 Dec 1998 18:51:45 -0800 (PST) (envelope-from dillon) To: Dmitrij Tejblum Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812140251.SAA18602@apollo.backplane.com> X-Uidl: 9358a09be2c0e62d0693cf9d5f3ebab9 X-Loop: FreeBSD.org Cc: freebsd-bugs Date: Mon, 14 Dec 1998 02:51:45 GMT Uh, I really, really, really doubt that anybody bothers with that specification, especially considering that I've never even heard of it before. 'UNIX' in the sense of AT&T's original trademark is 20 years out of date, anyway. Nobody in their right mind tries to adhere to somthing that old. -Matt : :Matt Dillon wrote: : :> it :> isn't really a bug in UNIX. Most UNIX's have include file dependancies : :UNIX(tm), as specified in the Single Unix Specification, version 2, :doesn't have include file dependecies. See ...../xsh/compilation.html. : :Dima : : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:27:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05944 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:27:28 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05522 for ; Sun, 13 Dec 1998 22:26:28 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA08137 for ; Mon, 14 Dec 1998 07:26:21 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18458 for ; Mon, 14 Dec 1998 07:26:18 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08610 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:55:23 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:23 +0100 (CET) From: List User Message-Id: <199812140555.GAA08610@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: "Steve Friedrich" Subject: Re: Query GNATS with originator fails to "hit" Content-Type: text/plain; charset="us-ascii" Reply-To: "Steve Friedrich" Received: from nt (digital-pbi-125.laker.net [208.0.233.25]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id UAA13099; Sun, 13 Dec 1998 20:59:09 -0500 To: "Bill Fenner" Sender: owner-freebsd-bugs@FreeBSD.ORG Content-Transfer-Encoding: 7bit Organization: Private News Host Message-ID: <199812140159.UAA13099@laker.net> X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) X-Uidl: 8e2645266797f350b45a5790acecc300 X-Loop: FreeBSD.org Mime-Version: 1.0 Cc: "freebsd-bugs@freebsd.org" Date: Mon, 14 Dec 1998 01:56:24 GMT On Sun, 13 Dec 1998 17:21:12 PST, Bill Fenner wrote: >This is a bug, which I fixed a while ago but somehow managed to lose >before committing it. Would you mind trying > >http://www.freebsd.org/~fenner/cgi/query-pr-summary.cgi?query > >before I commit the version that I recently re-wrote? > >(And actually, the query-pr.cgi script adds the email address as >a nicety -- the originator stored in the database is just the full >name) Works for me!! Thanks... Steve Friedrich Viva la FreeBSD!! Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:27:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05891 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:27:27 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05484 for ; Sun, 13 Dec 1998 22:26:24 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA08084 for ; Mon, 14 Dec 1998 07:26:17 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA18405 for ; Mon, 14 Dec 1998 07:26:15 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07999 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:57 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:57 +0100 (CET) From: List User Message-Id: <199812140554.GAA07999@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: aa8vb@pagesz.net Subject: bin/9069: "tr" command bug X-Send-Pr-Version: 3.2 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id UAA05991; Sun, 13 Dec 1998 20:00:21 -0500 (EST) (envelope-from rhh) To: FreeBSD-gnats-submit Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812140100.UAA05991@stealth.dummynet.> X-Uidl: cafb1012d8c98006cfd11a0cbc9d1211 X-Loop: FreeBSD.org Cc: aa8vb Date: Mon, 14 Dec 1998 01:00:21 GMT >Number: 9069 >Category: bin >Synopsis: "tr" command bug >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 Dec 13 17:00:00 PST 1998 >Last-Modified: >Originator: Randall Hopper >Organization: self >Release: FreeBSD 3.0-RELEASE i386 >Environment: Stock 3.0-RELEASE >Description: Run: > tr -d "\004\032" | tr "[\200-\377]" "[\000-\177]" Type: a ^D You should see: a You actually see: aD This seems like a bug. Note that piping "echo 'a'" into this command pipe generates the correct output ("a"). >How-To-Repeat: See above. Tried with tcsh and sh, so not shell-specific. Maybe related to stdin being a terminal. >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:32:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07447 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:32:19 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07210 for ; Sun, 13 Dec 1998 22:31:41 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA09117 for ; Mon, 14 Dec 1998 07:27:48 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA19409 for ; Mon, 14 Dec 1998 07:27:45 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA07579 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:54:38 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:54:38 +0100 (CET) From: List User Message-Id: <199812140554.GAA07579@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Charlie Root Subject: kern/9068: Changes to SysV Semaphore defaults not handled in sysv_sem.c X-Send-Pr-Version: 3.2 Reply-To: peter.jeremy@alcatel.com.au Received: by border.alcanet.com.au id <40351>; Mon, 14 Dec 1998 10:02:14 +1100 To: FreeBSD-gnats-submit Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <98Dec14.100214est.40351@border.alcanet.com.au> X-Uidl: fb27ab6f6914f5f84a90aca9f2c34451 X-Loop: FreeBSD.org Cc: peter.jeremy Date: Sun, 13 Dec 1998 23:02:49 GMT >Number: 9068 >Category: kern >Synopsis: Changing SysV semaphore defaults not correctly handled >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 Dec 13 15:10:00 PST 1998 >Last-Modified: >Originator: Peter Jeremy >Organization: Alcatel Australia Limited >Release: FreeBSD 3.0-RELEASE i386 >Environment: Dell OptiPlex GXi P5-133 with 96MB ram and the following config file: machine "i386" cpu "I586_CPU" ident "pc1762" maxusers 40 options "MAXDSIZ=(256*1024*1024)" options "DFLDSIZ=(256*1024*1024)" options "MAXMEM=(96*1024)" options FAILSAFE #Be conservative config kernel root on wd0 options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SYSVSHM options SHMMAX="(16*1024*1024)" options SYSVSEM options SEMUME=1 options SEMMNU=1000 options SYSVMSG options "MD5" options KTRACE #kernel tracing options PERFMON options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INET #InterNETworking pseudo-device ether pseudo-device loop options FFS #Berkeley Fast Filesystem options FFS_ROOT # Allow FFS root options SOFTUPDATES options NFS #Network Filesystem options FDESC #File descriptor filesystem options MFS #Memory filesystem options PROCFS #Process filesystem pseudo-device pty 256 pseudo-device speaker pseudo-device gzip # Exec gzipped a.out's pseudo-device vn pseudo-device ccd 4 pseudo-device bpfilter 4 controller scbus0 device da0 # SCSI disks device st0 # SCSI tapes device pass0 # SCSI passthru for CAM controller isa0 options "AUTO_EOI_1" device ed0 at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr controller pci0 controller pnp0 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options SC_DISABLE_REBOOT device npx0 at isa? port "IO_NPX" flags 0x0 irq 13 vector npxintr controller wdc0 at isa? port "IO_WD1" flags 0xb0ffb0ff bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 disable drive 1 controller wdc1 at isa? disable port "IO_WD2" flags 0xb0ffb0ff bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 disable drive 1 options "CMD640" controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 disable drive 1 device lpt0 at isa? port? tty irq 7 vector lptintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr device apm0 at isa? # Advanced Power Management device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? disable port "IO_COM2" tty irq 3 vector siointr controller ahc0 options AHC_ALLOW_MEMIO # Memory-mapped I/O device xl0 options NO_LKM options "CLK_USE_TSC_CALIBRATION" options PPS_SYNC >Description: When running a kernel using the above config file, the system panic's `getnewbuf: inconsistent EMPTY queue, qindex=0' immediately after the message `changing root device to wd0s1a'. Tracing system initialisation showed that buf[0].b_qindex was being changed from 5 (QUEUE_EMPTY) to 0 inside seminit(). Studying the code, the default semaphore parameters are defined in sys/sem.h. These parameters can be over-ridden via config file options which are stored in opt_param.h. The parameters are mainly used to initialise the seminfo structure which is used by most of the rest of the code to define the actual number of semaphores present. The `mainly' and `most of' imply exceptions, and these are the problem: the macros SEMUME and SEMUSZ are referenced from sysv_sem.c (directly and via SEMU()). However opt_param.h is not included in sysv_sem.c so it references the default, rather than actual parameter values. The net effect is that (for the configuration above), seminit() believes there are seminfo.semmnu (1000) sem_undo structures, each of which is SEMUSZ (100), rather than seminfo.semusz (28) bytes long - incorrectly initialising assorted innocent kernel memory. There is also a problem in the SEMUSZ macro. This macro over-estimates the size of a sem_undo structure by sizeof(struct undo) [8] bytes because the first undo is counted in both the basic struct sem_undo and explicitly allocated as a struct undo. This just wastes kernel memory (rather than directly causing a problem) because this macro is always used to calculate the structure size. SysV shm is not affected (the defaults are all calculated in param.c) and SysV msg does not appear to be affected - although the defaults are calculated in sys/msg.h, they do not appear to be referenced except in param.c. >How-To-Repeat: Build 3.0-RELEASE kernel using above config file and boot it. >Fix: A number of options are possible and the choice between them is primarily stylistic and speed-driven. Note that the patches in the following have been cut-and-pasted, hence the whitespace will be wrong. There may also be discrepancies in the line numbers due to debugging code not relevant to these patches. 1) Include opt_param.h in sys/sem.h (protected by #ifdef KERNEL): --- sys/sem.h.orig Wed Jul 15 12:32:32 1998 +++ sys/sem.h Mon Dec 14 09:43:52 1998 @@ -116,6 +116,7 @@ /* * Configuration parameters */ +#include "opt_param.h" /* possibly override following macros */ #ifndef SEMMNI #define SEMMNI 10 /* # of semaphore identifiers */ #endif [It is safe to include opt_param.h multiple times because it is re-defining macros to be exactly the same expansion - which is explicitly allowed by ANSI C]. This is the simplest change and retains the efficiency of having macro references which turn into constant expressions (allowing the compiler to optimize them). 2) Include opt_param.h in kern/sysv_sem.h: --- kern/sysv_sem.c.orig Mon Dec 14 07:23:02 1998 +++ kern/sysv_sem.c Mon Dec 14 09:49:01 1998 @@ -8,6 +8,8 @@ * This software is provided ``AS IS'' without any warranties of any kind. */ +#include "opt_param.h" + #include #include #include This is basically equivalent to the above change but only includes opt_param.h into the code which (may) need it. 3) Change sys/sem.h and kern/sysv_sem.c to refer to values via seminfo rather than macros: --- sys/sem.h.orig Wed Jul 15 12:32:32 1998 +++ sys/sem.h Mon Dec 14 10:00:54 1998 @@ -150,7 +151,7 @@ /* * Macro to find a particular sem_undo vector */ -#define SEMU(ix) ((struct sem_undo *)(((intptr_t)semu)+ix * SEMUSZ)) +#define SEMU(ix) ((struct sem_undo *)(((intptr_t)semu)+ix * seminfo.semusz)) /* * Process sem_undo vectors at proc exit. --- kern/sysv_sem.c.orig Mon Dec 14 07:23:02 1998 +++ kern/sysv_sem.c Mon Dec 14 09:59:19 1998 @@ -283,7 +285,7 @@ /* Didn't find the right entry - create it */ if (adjval == 0) return(0); - if (suptr->un_cnt != SEMUME) { + if (suptr->un_cnt != seminfo.semume) { sunptr = &suptr->un_ent[suptr->un_cnt]; suptr->un_cnt++; sunptr->un_adjval = adjval; This is probably the `cleaner' patch, but may slow down semaphore undo related operations due to additional memory references and less optimisable code. In addition to the above, the definition of SEMUSZ should be changed to: --- sys/sem.h.orig Wed Jul 15 12:32:32 1998 +++ sys/sem.h Mon Dec 14 09:43:52 1998 @@ -141,7 +142,7 @@ #endif /* actual size of an undo structure */ -#define SEMUSZ (sizeof(struct sem_undo)+sizeof(struct undo)*SEMUME) +#define SEMUSZ (sizeof(struct sem_undo)+sizeof(struct undo)*(SEMUME - 1)) extern struct semid_ds *sema; /* semaphore id pool */ extern struct sem *sem; /* semaphore pool */ -- Peter Jeremy (VK2PJ) peter.jeremy@alcatel.com.au Alcatel Australia Limited 41 Mandible St Phone: +61 2 9690 5019 ALEXANDRIA NSW 2015 Fax: +61 2 9690 5982 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:32:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07508 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:32:34 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07341 for ; Sun, 13 Dec 1998 22:31:59 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA09249 for ; Mon, 14 Dec 1998 07:27:56 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA19447 for ; Mon, 14 Dec 1998 07:27:52 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA05863 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:53:17 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:53:17 +0100 (CET) From: List User Message-Id: <199812140553.GAA05863@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: jtliu@phlebas.rockefeller.edu Subject: kern/9067: panic: vm_page_unhold: hold count < 0!!! when accessing CAM passthrough driver X-Send-Pr-Version: 3.2 Reply-To: jtliu@phlebas.rockefeller.edu Received: (from jtliu@localhost) by bulben.rockefeller.edu (8.8.8/8.8.5) id PAA08979; Sun, 13 Dec 1998 15:44:10 -0500 (EST) To: FreeBSD-gnats-submit Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812132044.PAA08979@bulben.rockefeller.edu> X-Uidl: 185ab523f60cafe7d331fea67d33c458 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 20:44:10 GMT >Number: 9067 >Category: kern >Synopsis: panic: vm_page_unhold: hold count < 0!!! when accessing CAM passthrough driver >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 13 12:50:00 PST 1998 >Last-Modified: >Originator: James T. Liu >Organization: The Rockefeller University >Release: FreeBSD 3.0-RELEASE i386 >Environment: FreeBSD 3.0 running on a Pentium/100 with 32M memory and NCR 53c810 SCSI controller: speedy# dmesg Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-RELEASE #4: Fri Dec 11 19:45:00 EST 1998 jtliu@speedy:/usr/src/sys/compile/SPEEDY Timecounter "i8254" frequency 1193182 Hz cost 2759 ns Timecounter "TSC" frequency 99474243 Hz cost 225 ns CPU: Pentium/P54C (99.47-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping=5 Features=0x1bf real memory = 33554432 (32768K bytes) avail memory = 30408704 (29696K bytes) Probing for devices on PCI bus 0: chip0: rev 0x02 on pci0.0.0 chip1: rev 0x02 on pci0.7.0 ncr0: rev 0x02 int a irq 11 on pci0.10.0 vga0: rev 0x01 on pci0.11.0 ...cut... da0 at ncr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI2 device da0: 10.0MB/s transfers (10.0MHz, offset 8), Tagged Queueing Enabled da0: 1041MB (2131992 512 byte sectors: 255H 63S/T 132C) da1 at ncr0 bus 0 target 2 lun 0 da1: Fixed Direct Access SCSI2 device da1: 10.0MB/s transfers (10.0MHz, offset 8) da1: 1149MB (2354660 512 byte sectors: 255H 63S/T 146C) changing root device to da0s3a da2 at ncr0 bus 0 target 4 lun 0 da2: Fixed Direct Access SCSI2 device da2: 10.0MB/s transfers (10.0MHz, offset 8), Tagged Queueing Enabled da2: 2217MB (4541241 512 byte sectors: 255H 63S/T 282C) Start pid=2 Start pid=3 Start pid=4 cd1 at ncr0 bus 0 target 6 lun 0 cd1: Removable CD-ROM SCSI2 device cd1: 10.0MB/s transfers (10.0MHz, offset 8) cd1: cd present [307105 x 2048 byte records] cd0 at ncr0 bus 0 target 1 lun 0 cd0: Removable CD-ROM SCSI2 device cd0: 5.681MB/s transfers (5.681MHz, offset 8) cd0: Attempt to query device size failed: NOT READY, Medium not present speedy# camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,cd0) at scbus0 target 2 lun 0 (pass2,da1) at scbus0 target 4 lun 0 (pass3,da2) at scbus0 target 6 lun 0 (pass4,cd1) speedy# uname -a FreeBSD speedy 3.0-RELEASE FreeBSD 3.0-RELEASE #4: Fri Dec 11 19:45:00 EST 1998 jtliu@speedy:/usr/src/sys/compile/SPEEDY i386 In particular this kernel is configured with the options: options DIAGNOSTIC #for debugging panic options CAMDEBUG >Description: After upgrading to FreeBSD 3.0 (release), I also had to update some of the CDR related utilities for use with the new SCSI CAM system. In particular, I am using cdrecord 1.8a09 which includes a CAM aware cdda2wav. When running cdda2wav, I would get: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xfff3 fault code = supervisor read, page not present instruction pointer = 0x8:0xf01ddb88 stack pointer = 0x10:0xf2ffecbc frame pointer = 0x10:0xf2ffecc4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 883 (cdda2wav) interrupt mask = bio trap number = 12 panic: page fault after usually about 10-20 seconds of operation. After rebuilding the kernel with the DIAGNOSTIC option, I got a much more informative panic message which occurs right when cdda2wav starts ripping audio data: [speedy|61] /usr/libexec/aout/gdb -k kernel.2 vmcore.2 GDB is free software and you are welcome to 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. GDB 4.16 (i386-unknown-freebsd), Copyright 1996 Free Software Foundation, Inc...(no debugging symbols found)... IdlePTD 2531328 initial pcb at 2445e0 panicstr: vm_page_unhold: hold count < 0!!! panic messages: --- panic: vm_page_unhold: hold count < 0!!! syncing disks... 23 23 11 done dumping to dev 70411, offset 132466 dump 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 0xf01351eb in boot () (kgdb) where #0 0xf01351eb in boot () #1 0xf013550b in panic () #2 0xf01f7958 in vunmapbuf () #3 0xf0108641 in cam_periph_unmapmem () #4 0xf0115445 in passsendccb () #5 0xf011537a in passioctl () #6 0xf0163cf3 in spec_ioctl () #7 0xf016352d in spec_vnoperate () #8 0xf01d65d5 in ufs_vnoperatespec () #9 0xf015da5d in vn_ioctl () #10 0xf013e5d7 in ioctl () #11 0xf01f2b1f in syscall () #12 0xf01e88ac in Xint0x80_syscall () This certainly seems to be related to the cam passthrough device, as used by cdda2wav. Looking first at vunmapbuf(bp = 0xf1371a30) (/sys/i386/i386/vm_machdep.c), we find that the panic occurs with addr = 0xf2239000 and pa = 0. Clearly something is wrong with the latter. Looking at register struct buf *bp, we find: *bp = { b_hash = { le_next = 0x00000000, le_prev = 0x00000000 }, b_vnbufs = { le_next = 0x87654321, le_prev = 0x00000000 }, b_freelist = { tqe_next = 0x00000000, tqe_prev = 0x00000000 }, b_act = { tqe_next = 0x00000000, tqe_prev = 0x00000000 }, b_proc = 0x00000000, b_flags = 0x00140010 (B_READ|B_PHYS|B_BUSY), b_qindex/b_usecount = 0x00000000, b_error = 0x00000000, b_bufsize = 0x0001f950, b_bcount = 0x00000000, b_resid = 0x00000000, b_dev = 0x00000000, b_data = 0xf2219960, b_kvabase = 0xf2219000, b_kvasize = 0x00020000, b_lblkno = 0x00000000, b_blkno = 0x00000000, b_offset = 0x00000000 0x00000000, ... } In particular, note bp->b_bufsize = 0x0001f950 and bp->b_data = 0xf2219960 (which does not start on a page boundary). vunmapbuf() loops through all the pages without any difficulty until addr reaches 0xf2239000, and then the panic occurs. This seems to indicate that we are exceeding MAXPHYS since we actually started from the middle of a page (the data is being transfered to a non page aligned location). To complete the description, note that the system call originates from ReadCddaMMC12() (in scsi_cmds.c of cdda2wav) with a request to read 55 audio sectors of 2352 bytes (which is calculated to fall under MAXPHYS). This in turn ends up calling scsi_send() (in scsi-bsd.c) which calls cam_fill_csio() and cam_send_ccb(). This results in a CAMIOCOMMAND ioctl with a ccb function code of XPT_SCSI_IO. >How-To-Repeat: Install and run cdda2wav (with SCSI CAM transport) which is included as part of cdrecord-1.8a09.tar.gz (available at ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/). >Fix: The ccb request size is checked in /sys/cam/cam_periph.c. Assuming the above description is correct, the following patch to cam_periph_mapmem() seems to fix the problem by accounting for any offset the buffer may have from a page boundary: diff -c ./cam_periph.c-3.0.0 ./cam_periph.c *** ./cam_periph.c-3.0.0 Thu Oct 15 13:46:18 1998 --- ./cam_periph.c Fri Dec 11 19:43:41 1998 *************** *** 486,500 **** switch(ccb->ccb_h.func_code) { case XPT_DEV_MATCH: ! if (ccb->cdm.pattern_buf_len > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->cdm.pattern_buf_len, MAXPHYS); return(E2BIG); ! } else if (ccb->cdm.match_buf_len > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->cdm.match_buf_len, MAXPHYS); return(E2BIG); } if (ccb->cdm.match_buf_len == 0) { --- 486,507 ---- switch(ccb->ccb_h.func_code) { case XPT_DEV_MATCH: ! if (ccb->cdm.pattern_buf_len + ! (((vm_offset_t)ccb->cdm.patterns)&PAGE_MASK) > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->cdm.pattern_buf_len + ! (((vm_offset_t)ccb->cdm.patterns)&PAGE_MASK), ! MAXPHYS); return(E2BIG); ! } else if (ccb->cdm.match_buf_len + ! (((vm_offset_t)ccb->cdm.matches)&PAGE_MASK) ! > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->cdm.match_buf_len + ! (((vm_offset_t)ccb->cdm.matches)&PAGE_MASK), ! MAXPHYS); return(E2BIG); } if (ccb->cdm.match_buf_len == 0) { *************** *** 518,527 **** } break; case XPT_SCSI_IO: ! if (ccb->csio.dxfer_len > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->csio.dxfer_len, MAXPHYS); return(E2BIG); } --- 525,537 ---- } break; case XPT_SCSI_IO: ! if (ccb->csio.dxfer_len + ! (((vm_offset_t)ccb->csio.data_ptr)&PAGE_MASK) > MAXPHYS) { printf("cam_periph_mapmem: attempt to map %u bytes, " "which is greater than MAXPHYS(%d)\n", ! ccb->csio.dxfer_len + ! (((vm_offset_t)ccb->csio.data_ptr)&PAGE_MASK), ! MAXPHYS); return(E2BIG); } Note that this "fixes" the check for case XPT_DEV_MATCH as well, although I have no direct knowledge if there is any problem with that or not. In any case, after the addition of the above check, cdda2wav with default options no longer completes (but neither does it panic the kernel), as it now sees the E2BIG error: samplefile size will be 37189868 bytes. recording 210.82667 seconds stereo with 16 bits @ 4.41e+04 Hz ->'audio.wav'... ./cdda2wav: Undefined error: 0. WARNING: RR-scheduler not available, disabling. ./cdda2wav: Undefined error: 0. WARNING: RR-scheduler not available, disabling. ./cdda2wav: Argument list too long. Cannot send SCSI cmd via ioctl Request Sema 393216(1) failed: : Unknown error: 82 parent writer sem request failed, retry Request Sema 393216(1) failed: : Invalid argument However running cdda2wav with smaller buffers, e.g. cdda2wav -n 40 (specifying transfers of 40 sectors of 2352 bytes) works reliably. Here is a patch to cdrecord/scsi-bsd.c to properly account for MAXPHYS: diff -c scsi-bsd.c-orig scsi-bsd.c *** scsi-bsd.c-orig Mon Nov 2 16:22:24 1998 --- scsi-bsd.c Sun Dec 13 14:38:43 1998 *************** *** 575,581 **** long scsi_maxdma(scgp) SCSI *scgp; { ! return (MAXPHYS); } EXPORT void * --- 575,581 ---- long scsi_maxdma(scgp) SCSI *scgp; { ! return (MAXPHYS-PAGE_MASK); } EXPORT void * >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:44:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06063 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:27:46 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05640 for ; Sun, 13 Dec 1998 22:26:45 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA08274 for ; Mon, 14 Dec 1998 07:26:33 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA19145 for ; Mon, 14 Dec 1998 07:26:27 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA05473 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:53:03 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:53:03 +0100 (CET) From: List User Message-Id: <199812140553.GAA05473@doorway.home.lan> To: freebsd-bugs@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Wolfram Schneider Subject: Re: misc/8038 Content-Type: text/plain; charset=us-ascii Received: (from wosch@localhost) by campa.panke.de.freebsd.org (8.8.8/8.8.8) id UAA00643; Sun, 13 Dec 1998 20:04:40 +0100 (MET) (envelope-from wosch) To: Steve Price Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <19981213200438.A627@panke.de.freebsd.org> X-Mailer: Mutt 0.93.1i References: <19981212201923.B4451@panke.de.freebsd.org> X-Uidl: bcfecbcd7a7b27924e8b07a9bdb9e8f1 X-Loop: FreeBSD.org Mime-Version: 1.0 In-Reply-To: ; from Steve Price on Sun, Dec 13, 1998 at 12:15:15PM -0600 Cc: wosch, jkh, freebsd-bugs Date: Sun, 13 Dec 1998 19:04:38 GMT On 1998-12-13 12:15:15 -0600, Steve Price wrote: > # I see only a missing trailing slash in > # http://www.freebsd.org/ports > > I see those and a bunch more. :) The attached patch fixes > all the ones that I saw. Homepages - e.g. http://www.freebsd.org - does not require a trailing slash. Adding the / to the homepage is the job of the web browser, not of the web server. Albeit it is better to have trailing slashes ;-) I don't know if all browsers conform to the standards. > Ok, you can't update the files up for ftp, but you can > correct the files that these get generated from. :) Well, you have commit rights ;-) Wolfram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 22:49:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06236 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 22:28:19 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05917 for ; Sun, 13 Dec 1998 22:27:18 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA08748 for ; Mon, 14 Dec 1998 07:27:07 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA19287 for ; Mon, 14 Dec 1998 07:27:06 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08175 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 06:55:03 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:03 +0100 (CET) From: List User Message-Id: <199812140555.GAA08175@doorway.home.lan> To: freebsd-bugs@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: "Matthew D. Fuller" Subject: Re: bin/8662 Content-Type: text/plain; charset=us-ascii Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.1a/8.9.1) id TAA20078; Sun, 13 Dec 1998 19:31:00 -0600 (CST) To: Matt Dillon , freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <19981213193100.N4374@futuresouth.com> X-Mailer: Mutt 0.93.2i References: <199812130410.UAA09578@freefall.freebsd.org> X-Uidl: be114ebf28c57cf3f8cff0d608eb6d43 X-Loop: FreeBSD.org Mime-Version: 1.0 In-Reply-To: <199812130410.UAA09578@freefall.freebsd.org>; from Matt Dillon on Sat, Dec 12, 1998 at 08:10:35PM -0800 Date: Mon, 14 Dec 1998 01:31:00 GMT On Sat, Dec 12, 1998 at 08:10:35PM -0800, Matt Dillon woke me up to tell me: > Synopsis: w (-stable) has hardwired sizes > > State-Changed-From-To: open-closed > State-Changed-By: dillon > State-Changed-When: Sat Dec 12 20:09:12 PST 1998 > State-Changed-Why: > Well, we missed this in the 2.2.8 releas and that's the final release. I > verified that the printfs use dynamic sizes in the -current version so I > am just going to close this PR. I have to disagree with that in this case. We're probably going to be using 2.2 here for a goodly while, and this change doesn't inconvenience the default case, while making non-default cases DTRT. I'm sure we're not the only one that will be hanging out on 2.2 for a while, and I doubt we're the only ones using non-standard username lengths (or possible other such fields). Seems rather win-win to me. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Dec 13 23:16:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15180 for freebsd-bugs-outgoing; Sun, 13 Dec 1998 23:16:17 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15164; Sun, 13 Dec 1998 23:16:08 -0800 (PST) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA09008; Sun, 13 Dec 1998 23:16:08 -0800 (PST) Date: Sun, 13 Dec 1998 23:16:08 -0800 (PST) Message-Id: <199812140716.XAA09008@freefall.freebsd.org> To: jtliu@phlebas.rockefeller.edu, ken@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, ken@FreeBSD.ORG Subject: Re: kern/9067 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: vm_page_unhold: hold count < 0!!! when accessing CAM passthrough driver State-Changed-From-To: open-analyzed State-Changed-By: ken State-Changed-When: Sun Dec 13 23:13:47 PST 1998 State-Changed-Why: I'm quite impressed with your bug report. We've been looking for the cause of that particular problem for a while, but it seems you may have found it. I'll take a look at it some more, and try to see whether it's the correct solution. Your explanation certainly makes sense, though. Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Sun Dec 13 23:13:47 PST 1998 Responsible-Changed-Why: I wrote most of the code in question, with the exception of cdda2wav of course. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 00:25:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23011 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 00:25:44 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22967 for ; Mon, 14 Dec 1998 00:25:40 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id JAA12911 for ; Mon, 14 Dec 1998 09:25:27 +0100 (CET) Received: from doorway.home.lan (t2o1p60.telia.com [195.67.240.120]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id JAA22365 for ; Mon, 14 Dec 1998 09:25:25 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id HAA09667 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 07:28:45 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 07:28:45 +0100 (CET) From: List User Message-Id: <199812140628.HAA09667@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: info@nfline.com Subject: NFL Football Received: from Mailer.lynxus.com ([208.245.219.211]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA27423; Sun, 13 Dec 1998 21:17:08 -0800 (PST) (envelope-from info@nfline.com) To: undisclosed-recipients:;:; Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812140517.VAA27423@hub.freebsd.org> X-Uidl: 45c4a2cc16a083649277a4c31c0c1727 X-Loop: FreeBSD.org Date: Sun, 13 Dec 1998 16:42:40 GMT NFL fans! - You have expressed an interest in NFL football. Here is a site you must visit! NFLine.com is a 20 year record book at your fingertips for the non-bettor. For the bettor our Law of Averages betting guide advises you on who to take. It also proves it works for the last 20 YEARS. Did Miami beat the spread every game they played when they went undefeated for one entire season?? Our database gives you the point spreads, the final score and the location of every game played for the last 20 years. Our short and to the point book section gives you, the user, the culmination of 20 years of work, research and experience on how to beat the bookie. WE ARE NOT A RIPOFF TIPSTER!!! ARE YOU TIRED OF PAYING THE BOOKIE????? Right now the odds from Vegas to win the next Super Bowl are posted on our website---FREE. We are here to help you. Take advantage of our service and experience. The Vegas point spreads are added to our website at 4:00 PM PST on Sunday afternoon for the next Sunday's games. LADIES--This is an excellent CHRISTMAS or BIRTHDAY gift for HIM, or just a great way to say "I love you". Click here for our website
www.nfline.com If you don't want further correspondance E-Mail us at Advisor@nfline.com THANKS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 00:36:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24976 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 00:36:30 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24955; Mon, 14 Dec 1998 00:36:19 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA12988; Mon, 14 Dec 1998 00:36:19 -0800 (PST) Date: Mon, 14 Dec 1998 00:36:19 -0800 (PST) Message-Id: <199812140836.AAA12988@freefall.freebsd.org> To: peter.jeremy@alcatel.com.au, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9068 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Changing SysV semaphore defaults not correctly handled State-Changed-From-To: open-closed State-Changed-By: dillon State-Changed-When: Mon Dec 14 00:35:10 PST 1998 State-Changed-Why: committed fix to -current. Basically option 3 was used except defined SEMUSZ using offsetof(). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 01:25:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01051 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 01:25:32 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00918 for ; Mon, 14 Dec 1998 01:25:28 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id KAA24468 for ; Mon, 14 Dec 1998 10:25:24 +0100 (CET) Received: from doorway.home.lan (t6o1p48.telia.com [195.67.241.108]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id KAA10763 for ; Mon, 14 Dec 1998 10:25:22 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id JAA10600 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 09:28:23 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 09:28:23 +0100 (CET) From: List User Message-Id: <199812140828.JAA10600@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: Matthew Dillon Subject: Re: bin/8662 Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id VAA28700; Sun, 13 Dec 1998 21:57:20 -0800 (PST) (envelope-from dillon) To: "Matthew D. Fuller" Sender: owner-freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <199812140557.VAA28700@apollo.backplane.com> X-Uidl: e256cbe41dc409ac4d2a88a643c6aa7d X-Loop: FreeBSD.org Cc: freebsd-bugs Date: Mon, 14 Dec 1998 05:57:20 GMT ok, I'll apply the patch to the -stable tree. -Matt :> Synopsis: w (-stable) has hardwired sizes :> :> State-Changed-From-To: open-closed : :I have to disagree with that in this case. We're probably going to be :using 2.2 here for a goodly while, and this change doesn't inconvenience :the default case, while making non-default cases DTRT. I'm sure we're :not the only one that will be hanging out on 2.2 for a while, and I doubt :we're the only ones using non-standard username lengths (or possible :other such fields). Seems rather win-win to me. Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 01:25:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01163 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 01:25:46 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01091 for ; Mon, 14 Dec 1998 01:25:36 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id KAA24598 for ; Mon, 14 Dec 1998 10:25:31 +0100 (CET) Received: from doorway.home.lan (t6o1p48.telia.com [195.67.241.108]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id KAA10808 for ; Mon, 14 Dec 1998 10:25:30 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id JAA10623 for freebsd-bugs@FreeBSD.org; Mon, 14 Dec 1998 09:28:24 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 09:28:24 +0100 (CET) From: List User Message-Id: <199812140828.JAA10623@doorway.home.lan> To: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newsgroups: freebsd.bugs Path: root From: "Matus \"fantomas\" Uhlar" Subject: Re: test -n Content-Type: text/plain; charset=us-ascii Received: (from uhlar@localhost) by fantomas.fantomas.sk (8.8.8/8.8.8/Debian/GNU) id GAA10017 for freebsd-bugs@FreeBSD.ORG; Mon, 14 Dec 1998 06:59:10 +0100 To: freebsd-bugs Sender: owner-freebsd-bugs@FreeBSD.ORG Mail-Followup-To: freebsd-bugs@FreeBSD.ORG Organization: Private News Host Message-ID: <19981214065910.A9981@fantomas.sk> X-Mailer: Mutt 0.93i References: X-Uidl: f13f2368a24a31dfcd76e8f928d038d4 X-Loop: FreeBSD.org Mime-Version: 1.0 In-Reply-To: ; from Andrew Lankford on Sun, Dec 13, 1998 at 02:35:32PM -0500 Date: Mon, 14 Dec 1998 05:59:10 GMT -> I have FreeBSD 2.2.5 installed on my computer, and I find that the -> syntax for "test" or "[" always is a major pain. -> -> According to the man page (for CURRENT as well as 2.2.5) -> "test -n $string" will be TRUE if $string is NOT of zero length. -> -> # set string="fred" -> # echo $string -> fred -> # [ -n $string ] && echo yeah -> yeah -> -> ...No surprise there, however.... -> -> # set string="" -> # [ -n $string ] && echo yeah -> yeah -> # -> -> Am I overlooking something (I'm using tcsh, but it does the same thing in -> Bourne shell), or is this a bug? try [ -n "$string" ] && echo yeah should work. -- Matus "fantomas" Uhlar, sysadmin at NETLAB+ Kosice, Slovakia BIC coord for *.sk; admin of netlab.irc.sk; co-admin of irc.felk.cvut.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 02:10:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06092 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 02:10:12 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from mail.AMS.Med.Uni-Goettingen.DE (ikarus.AMS.Med.Uni-Goettingen.DE [134.76.140.95]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05995; Mon, 14 Dec 1998 02:09:57 -0800 (PST) (envelope-from Sven.Anderson@AMS.Med.Uni-Goettingen.DE) Received: from sanders (helo=localhost) by mail.AMS.Med.Uni-Goettingen.DE with local-smtp (Exim 1.92 #1) id 0zpUwS-0000jK-00; Mon, 14 Dec 1998 11:09:28 +0100 Date: Mon, 14 Dec 1998 11:09:22 +0100 (MET) From: Sven Anderson To: Jim Mock cc: questions@FreeBSD.ORG, bugs@FreeBSD.ORG Subject: Re: List User mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- On Mon, 14 Dec 1998, Jim Mock wrote: > What's goin on with these things? I think we all get enough mail from > this list without these things coming through, especially since > they're all posts that have gone through already. And there are empty lines in the header which mustn't be and makes me unable to easily read the mails. Whoever is responsible: stop it or fix it! sven - -- * email: sa@kki.org * fon.net: ++49-551-35430 * www: http://tuttle.home.pages.de/ * irc: tuttle "Macht verrueckt, was Euch verrueckt macht!" (Blumfeld) -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: latin1 iQBVAwUBNnTj149smRlwmxeVAQE0OQH+KuYg5C4BW5RoO9ABCsSWR0oapKUJHopd VkIBb23pg61UsxylPpjY9RwI3lcy8VdbCV/I+e8Yhxtpv2+FiJ+l5Q== =4yQB -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 02:31:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07844 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 02:31:21 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07836; Mon, 14 Dec 1998 02:31:13 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id VAA27268; Mon, 14 Dec 1998 21:31:08 +1100 Date: Mon, 14 Dec 1998 21:31:08 +1100 From: Bruce Evans Message-Id: <199812141031.VAA27268@godzilla.zeta.org.au> To: billf@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8880 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Synopsis: cp missing verbose switch Isn't this a much needed gap? Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 02:57:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09628 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 02:57:53 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09617; Mon, 14 Dec 1998 02:57:44 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) From: Nick Hibma Received: (from n_hibma@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA20036; Mon, 14 Dec 1998 02:57:44 -0800 (PST) Date: Mon, 14 Dec 1998 02:57:44 -0800 (PST) Message-Id: <199812141057.CAA20036@freefall.freebsd.org> To: aa8vb@pagesz.net, n_hibma@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/9069 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "tr" command bug State-Changed-From-To: open-closed State-Changed-By: n_hibma State-Changed-When: Mon Dec 14 02:55:09 PST 1998 State-Changed-Why: This is not a bug but ^D printed first and then a Carriage return followed by a. That looks like 'aD'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 05:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23504 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 05:40:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA23439 for ; Mon, 14 Dec 1998 05:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA28573; Mon, 14 Dec 1998 05:40:00 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23177; Mon, 14 Dec 1998 05:34:06 -0800 (PST) (envelope-from nobody) Message-Id: <199812141334.FAA23177@hub.freebsd.org> Date: Mon, 14 Dec 1998 05:34:06 -0800 (PST) From: peppe@cs.uoi.gr To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/9074: unable to use secondary IDE channel on Gigabyte GA-5AX (Ali alladin chipset) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9074 >Category: kern >Synopsis: unable to use secondary IDE channel on Gigabyte GA-5AX (Ali alladin chipset) >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 Dec 14 05:40:00 PST 1998 >Last-Modified: >Originator: Spyros Melissovas >Organization: University of Ioannina >Release: 3.0-RELEASE >Environment: none >Description: FreeBSD 3.0-RELEASE won't see my secondary IDE channel on my Gigabyte GA-5AX. Consequently, no devices on that channel can be used to install from, install on or to generally access data on those. I have only encountered this problem on this mainboard (using ALi alladin chipset M1541/1543). When booting FreeBSD it will only find devices (HDs, CDROMs) on the primary IDE channel and will declare the secondary IDE controller as non-existant >How-To-Repeat: boot FreeBSD 3.0-RELEASE and try to install from/on a device on the secondary IDE channel >Fix: workaround: install on devices in the primary IDE channel. >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 Dec 14 06:17:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25847 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 06:17:35 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25838; Mon, 14 Dec 1998 06:17:25 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id PAA09219; Mon, 14 Dec 1998 15:17:05 +0100 (CET) (envelope-from des) To: Wolfram Schneider Cc: Steve Price , wosch@FreeBSD.ORG, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8038 References: <19981212201923.B4451@panke.de.freebsd.org> <19981213200438.A627@panke.de.freebsd.org> From: Dag-Erling Smorgrav Date: 14 Dec 1998 15:17:03 +0100 In-Reply-To: Wolfram Schneider's message of "Sun, 13 Dec 1998 20:04:38 +0100" Message-ID: Lines: 19 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wolfram Schneider writes: > Homepages - e.g. http://www.freebsd.org - does not require a trailing slash. Yes they do. Please read RFC1738. URLs such as the one above lack the (non-optional) document part. > Adding the / to the homepage is the job of the web browser, > not of the web server. Adding the missing slash is a misfeature of popular browsers. When it comes to missing slashes after subdirectory names (e.g. ), there's no way for the browser to know that there should be a trailing slash there. All HTTP/1.x servers I know of send back a code 301. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 06:44:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28327 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 06:44:48 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28306; Mon, 14 Dec 1998 06:44:14 -0800 (PST) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA08744; Mon, 14 Dec 1998 06:44:14 -0800 (PST) Date: Mon, 14 Dec 1998 06:44:14 -0800 (PST) Message-Id: <199812141444.GAA08744@freefall.freebsd.org> To: vanmaren@cs.utah.edu, luigi@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, luigi-bugs@FreeBSD.ORG Subject: Re: kern/8400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ad1848.c does not recognize the CS4235 chip. State-Changed-From-To: open-closed State-Changed-By: luigi State-Changed-When: Mon Dec 14 06:42:52 PST 1998 State-Changed-Why: committed the proposed fix Responsible-Changed-From-To: freebsd-bugs->luigi-bugs Responsible-Changed-By: luigi Responsible-Changed-When: Mon Dec 14 06:42:52 PST 1998 Responsible-Changed-Why: pcm driver maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 08:48:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10827 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 08:48:36 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from trueno.cs.tu-berlin.de (trueno.cs.tu-berlin.de [130.149.17.160]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10817; Mon, 14 Dec 1998 08:48:23 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by trueno.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id RAA27155; Mon, 14 Dec 1998 17:08:13 +0100 (MET) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.9.1/8.9.0) id RAA01411; Mon, 14 Dec 1998 17:08:12 +0100 (MET) Message-ID: <19981214170811.A1176@freno.cs.tu-berlin.de> Date: Mon, 14 Dec 1998 17:08:11 +0100 From: Wolfram Schneider To: Dag-Erling Smorgrav , Wolfram Schneider Cc: Steve Price , wosch@FreeBSD.ORG, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8038 References: <19981212201923.B4451@panke.de.freebsd.org> <19981213200438.A627@panke.de.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: ; from Dag-Erling Smorgrav on Mon, Dec 14, 1998 at 03:17:03PM +0100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1998-12-14 15:17:03 +0100, Dag-Erling Smorgrav wrote: > Wolfram Schneider writes: > > Homepages - e.g. http://www.freebsd.org - does not require a trailing slash. > > Yes they do. Please read RFC1738. URLs such as the one above lack the > (non-optional) document part. I read now the RFC1738 and found 3 paragraphs which says the "/" may also be omitted. RFC1738 [...] 3.1. Common Internet Scheme Syntax While the syntax for the rest of the URL may vary depending on the particular scheme selected, URL schemes that involve the direct use of an IP-based protocol to a specified host on the Internet use a common syntax for the scheme-specific data: //:@:/ Some or all of the parts ":@", ":", ":", and "/" may be excluded. The scheme specific data start with a double slash "//" to indicate that it complies with the common Internet scheme syntax. The different components obey the following rules: [...] 3.3. HTTP The HTTP URL scheme is used to designate Internet resources accessible using HTTP (HyperText Transfer Protocol). The HTTP protocol is specified elsewhere. This specification only describes the syntax of HTTP URLs. An HTTP URL takes the form: http://:/? where and are as described in Section 3.1. If : is omitted, the port defaults to 80. No user name or password is allowed. is an HTTP selector, and is a query string. The is optional, as is the and its preceding "?". If neither nor is present, the "/" may also be omitted. 5. BNF for specific URL schemes ; HTTP httpurl = "http://" hostport [ "/" hpath [ "?" search ]] hpath = hsegment *[ "/" hsegment ] hsegment = *[ uchar | ";" | ":" | "@" | "&" | "=" ] search = *[ uchar | ";" | ":" | "@" | "&" | "=" ] > > Adding the / to the homepage is the job of the web browser, > > not of the web server. > > Adding the missing slash is a misfeature of popular browsers. > > When it comes to missing slashes after subdirectory names (e.g. > ), there's no way for the browser to > know that there should be a trailing slash there. All HTTP/1.x servers > I know of send back a code 301. > > DES > -- > Dag-Erling Smorgrav - des@flood.ping.uio.no > -- Wolfram Schneider http://freebsd.org/~w/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 11:00:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26314 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 11:00:11 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26298 for ; Mon, 14 Dec 1998 11:00:07 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06958 for freebsd-bugs@freebsd.org; Mon, 14 Dec 1998 11:00:05 -0800 (PST) Date: Mon, 14 Dec 1998 11:00:05 -0800 (PST) Message-Id: <199812141900.LAA06958@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 f [1997/02/11] kern/2717 Panic with daily script (find) o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/05/01] i386/3462 yokota using a PS/2 mouse causes kernel trap in o [1997/05/24] kern/3674 peter NFS in 2.2 RELEASE hangs. o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/06/25] kern/3949 sos The WD controller probe can fail when it o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/08/12] kern/4289 kernel panic: vm_fault: fault on nofault o [1997/08/20] kern/4345 Kernel panic is caused by passing file de o [1997/09/02] kern/4453 2.2.2 lockup on restart with ASUS-TX97 mo o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/10/25] kern/4849 2.2.5-RELEASE does not detect TI PCI-1130 o [1997/10/25] kern/4851 adaptec 2940U hangs system if scsi tape d o [1997/10/27] kern/4864 Boot Failure in FreeBSD 2.2.5 RELEASE, ma o [1997/10/28] misc/4876 SCSI hard disks die too often o [1997/11/07] kern/4968 No flow control setting seems to make the o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/20] kern/5117 panic: biodone: buffer not busy o [1997/11/23] kern/5130 Kernel panic GPF imediatly on loading ker s [1997/11/24] bin/5139 portmap does not find interfaces correctl o [1997/11/25] bin/5148 peter mode of file and access on NFS mounted p f [1997/12/04] i386/5223 mount_msdos /dev/fd0.1440 /mnt and failur f [1997/12/21] kern/5355 Fix for NULLFS problems s [1998/01/15] i386/5493 [PATCH] aic6330.c: kernel freeze when I a o [1998/01/28] i386/5594 System not bootable when bad partition ty o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5702 problem with address network routing o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/02/10] kern/5709 Fatal trap 12: page fault in kernel mode o [1998/02/12] bin/5732 2.2.5 Won't install using partition creat o [1998/03/01] kern/5886 2.2-STABLE crashes when unmounting a busy o [1998/03/01] kern/5895 Kernal dumps caused by fork? o [1998/03/02] kern/5898 2.2-stable kernel panics pmap_relase: fre o [1998/03/13] kern/5994 Kernel Panics on FreeBSD-3.0 current SMP o [1998/03/14] kern/6006 cy driver panics machine when a user dial o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/03/25] kern/6133 optical drive with 1024-byte (1k) sectors o [1998/03/27] kern/6147 syncronus ufs does not sync o [1998/04/11] kern/6274 panic: handle_workitem_freeblocks: block o [1998/04/19] kern/6349 luigi Luigi's sound driver stall wihen it outpu o [1998/04/30] kern/6465 File contents are zeroed after reboot o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd f [1998/05/19] kern/6694 Network hangs, with "No buffers available o [1998/05/23] kern/6732 PCCARD kernel panic in sio driver s [1998/06/03] kern/6853 peter Having an inactive de0 in system leads to o [1998/06/06] misc/6873 FreeBSD 2.2.6 freezes o [1998/06/11] kern/6914 FreeBSD 2.2.6-RELEASE and NFS is UNSTABLE o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/06/24] kern/7042 No buffer space available a [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/07/15] kern/7288 /kernel: panic: ffs_alloccg: map corrupte o [1998/07/21] bin/7358 [PATCH] Security patches for locatedb etc o [1998/07/21] i386/7361 AHA-2940UW, Micron Millenia, ahc. Driver o [1998/08/06] ports/7513 se KDE kdm display manager doesn't work (and f [1998/08/07] i386/7528 install hangs @ probing devices screen wi o [1998/08/07] ports/7529 se kdehelp from stock kdebase-1.0 package do o [1998/08/14] kern/7611 custom-builtkernel causes fatal trap 12: o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/17] i386/7646 My system is freeze after X starup. s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 Fatal trap 12: page fault while in kernel o [1998/09/18] i386/7984 destructive install of 2.2.7 on 2.2.5 sys o [1998/09/20] i386/8000 jkh aout-to-elf-install fails on aout 3.0-BET o [1998/09/28] misc/8071 some obj-links seem not to be taken o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS o [1998/10/08] i386/8214 Install 3.0-19981006-BETA fails o [1998/10/10] ports/8264 andreas xmysql / xmysqladmin won't compile. o [1998/10/12] conf/8290 3.0-19981009-BETA with DPT PM3334UW contr o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/17] ports/8364 chuckr ports/mpich-1.1.1 PATCHES ENCLOSED o [1998/10/20] i386/8382 [PATCH] /stand/sysinstall don't unmount C o [1998/10/20] kern/8386 modload failure o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern o [1998/11/04] conf/8576 server goes down when client mount its fi o [1998/11/07] i386/8594 ide_pci disables second channel in 3.0-CU o [1998/11/08] i386/8603 DOS partition installation problem. o [1998/11/08] i386/8608 wdc1 is not detected on motherboards with a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/09] i386/8639 Accton EN1207B-TX dosen't work o [1998/11/10] kern/8641 FreeBSD crashes when global memory alloca o [1998/11/10] kern/8642 FreeBSD crashes when global memory alloca o [1998/11/11] kern/8653 FreeBSD 3.0 locks up on access to certain o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/16] kern/8711 FreeBSD 2.2.7 Accidently reboots ... o [1998/11/18] i386/8742 X Windows is ,loading with no accelerated o [1998/11/19] kern/8759 kernel o [1998/11/19] kern/8763 FreeBSD 3.0 system reboots or hangs often o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/24] kern/8851 mounting an unconfigured device causes a o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/11/30] i386/8910 Booteasy destroys MBR and partition table o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/01] kern/8928 450NX-based computers only probe the firs o [1998/12/04] bin/8962 dillon natd code dump o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/08] i386/9011 3.0-release and secondary ide controller o [1998/12/09] misc/9034 I can't install FreeBSD 3.0-RELEASE on my o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/12] kern/9059 3.0 crashes with high write-to-disk load a [1998/12/13] kern/9067 ken panic: vm_page_unhold: hold count < 0!!! o [1998/12/14] kern/9074 unable to use secondary IDE channel on Gi 115 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line s [1995/07/29] kern/638 Transmitted packets not passed to bpf in o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps a [1996/02/17] bin/1030 cracauer /bin/sh does not pass environment variabl o [1996/05/24] misc/1247 yokota Conflicting header files f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci s [1996/09/21] kern/1661 ft driver hangs uninterruptably at "bavai o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1724 mjacob HP colorado T4000S tape drive hangs syste o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be a [1996/10/22] ports/1866 wosch popclient flushes remote mailbox even wit s [1996/10/26] bin/1892 install(1) removes target file f [1996/10/28] kern/1919 se access to files/directories fails, gives s [1996/11/08] gnu/1981 ypserv handles null key incorrectly o [1996/11/13] ports/2000 asami obsolete software in distfiles directory a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex s [1996/12/03] kern/2142 FP mask not saved for signal handlers s [1996/12/22] ports/2268 erich libc from linux emulator does not use /et o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is o [1997/01/12] i386/2471 Sound: Reset failed - Can't reopen device o [1997/01/13] misc/2479 sos NEC CD-ROM NOT RECOGNIZED; MATROX MISTIQU o [1997/01/13] bin/2489 steve gnats mangles sections o [1997/01/20] kern/2545 se < sd0(ncr0:6:0): COMMAND FAILED ==> Not a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system o [1997/02/05] bin/2671 Run-away processes using all CPU time a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/17] kern/2751 asami 2GB limitation on CCD device partitions s o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/02/25] kern/2815 Custom Kernel crashes o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] kern/3054 OPL3 sound off by one note o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/05] ports/3205 jmz Mtools-3.0 attempts to flock() a disk par o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/10] bin/3246 mtree -c should escape whitespace and spe o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/19] bin/3355 se ncrcontrol fails when -DFAILSAFE in kerne o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/11] misc/3578 defining CXXFLAGS in /etc/make.conf or en o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA o [1997/05/13] conf/3591 parts in rc.local have no effects in rc.* s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] conf/3725 Cirrus Logic PCMCIA Controller Support o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/01] conf/3750 phk Potential improvements to rc.firewall o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/07] conf/3807 mitsumi cd-rom fx800 (8x cd-rom) is not r o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/16] misc/3883 @+netgroup entries break +NIS-user entrie o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/07] ports/4050 jfitz mrtg: rateup dumps core with malloc_optio o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/08/27] ports/4405 jfitz ascend-radius port is out-of-date o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/09] kern/4505 Support for Gravis UltraSound PnP card o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/19] bin/4585 imp termcap search fails too early o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/26] conf/4634 peter Sendmail Problem o [1997/09/27] bin/4638 telnet tries to resolve numerical IP addr o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] ports/4773 torstenb Error in posting news items to INN server o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/18] ports/4798 jmz setuid-root Xserver problem o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/25] bin/4850 peter Named crashes with "rm_datum: DB_F_ACTIVE o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/10] bin/4998 peter mail and more do not work well with being o [1997/11/10] misc/5001 During installation sc0 device is require o [1997/11/10] misc/5005 f2c is buggy and seriously outdated (agai o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/20] misc/5107 rebuilding of whatis database does not ca o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk s [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect s [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] misc/5343 booteasy problem o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af a [1997/12/21] docs/5358 doc USWC write posting must be turned off on o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa f [1998/01/15] misc/5499 when setting up the partition for free bs o [1998/01/15] bin/5500 "invalid hostname" is logged instead of I o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/20] ports/5530 asami fetch (in make fetch stage) do not use pa o [1998/01/22] bin/5548 syslogd core dumps when signaled o [1998/01/22] misc/5552 RE: Linux append=reboot=bios parameter im o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/05] bin/5661 /sbin/dump never finishes o [1998/02/06] misc/5673 2.2-980204-SNAP installer runs out of dis o [1998/02/09] bin/5693 groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 LPIP causes spurious reboots o [1998/02/11] misc/5722 Brazil can't decide on daylight savings o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 o [1998/02/25] bin/5845 in sh, set -- `getopt ...` always returns o [1998/02/25] misc/5852 Page fault or error caused by writing to o [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/01] kern/5896 FreeBSD host can't network-write to other o [1998/03/02] kern/5904 panic: newfs o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5965 FreeBSD TCP/IP connectivity get buried by o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/14] bin/6004 cron in -CURRENT sometimes fails to proce o [1998/03/14] bin/6005 -CURRENT cron dies after short periods of o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/19] bin/6071 2.2.6-980315-BETA up grade option problem o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] kern/6099 LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/03/30] ports/6180 max youbin port has root-exploitable security o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/07] kern/6242 vnode disk driver too unstable in -STABLE o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/13] ports/6288 se KDE port glitches o [1998/04/14] kern/6300 System locks up in SMP mode when accessin f [1998/04/15] misc/6310 des explicit cast needed in floatpoint.h for o [1998/04/16] bin/6317 with -8E flags telnet still goes to comma o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/17] misc/6340 missing the terminfo, which causes librar o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac a [1998/05/01] kern/6481 se Patches for VIA Socket 7 chipsets o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/07] misc/6549 steve You dont always get notified when someone o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] kern/6574 ipfw crash with DIAGANOSTICS o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic f [1998/05/21] kern/6710 Quiting PPP paniced my machine o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems s [1998/05/30] bin/6799 [THREAD,SCSI] problem with open(2) in lib o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] bin/6860 chgrp missing from /sbin o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/15] misc/6956 panic: Going nowhere without my init when o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 "Invalid partition table" after new insta o [1998/07/08] ports/7208 torstenb INN port w/TCL enabled doesn't install TC s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/17] bin/7309 jb pthread_attr_setscope() missing o [1998/07/18] i386/7311 "Probing devices" hangs computer with err o [1998/07/20] ports/7330 gpalmer ucd-snmp produces too much log file when o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7382 ports Pine4 does not co-exist with older instal o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/23] ports/7384 /usr/lib/libncurses.so.3.1 is old s [1998/07/26] bin/7402 imp Games primes and factor don't understand o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 f [1998/07/27] kern/7415 VMIO bug for FS with sub-page-size blocks s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/29] docs/7437 doc IPFW doco unclear about in/out o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i s [1998/07/31] bin/7458 [STABLE][PATCH]'boot bug' in syslogd o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa o [1998/08/05] kern/7499 Panic in ffs_blkfree() s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/13] bin/7602 df stay in disk wait o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/26] bin/7749 /etc/daily will not run /etc/uuclean.dail o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7755 brian 2.2.7 user PPP lockups o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] ports/7761 ports Update to recent port submission of nicet o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/30] docs/7785 doc Securelevel 3 not documented in init(8) o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] docs/7795 doc Error in gcc man page o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] ports/7805 se Port bytebench-3.1 is broken! ("shell" pa o [1998/09/02] i386/7815 probe can't find wdc0 o [1998/09/02] bin/7817 pw(8) doesn't work correctly with random s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 mountd(8) can apply flags to wrong filesy o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/10] misc/7889 move_aout_libs.sh doesn't use ldconfig co o [1998/09/11] i386/7898 linux_lib-2.4 lacks libc.so.6 o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password f [1998/09/15] bin/7943 des ftpd: ~ is ~root! o [1998/09/16] misc/7945 2.2.6->2.2.7 upgrade clobbered /etc witho o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] misc/7965 doFS.sh contains direct references to /mn o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/18] bin/7979 Typo and one odd thing in -Stable login.c a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/19] conf/7989 if we enable firewall and natd we losing o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/25] kern/8050 Portal Filesystem (mount_portal) does not o [1998/09/25] ports/8053 markm Perl 5 port has broken foreach behavior, o [1998/09/26] misc/8058 Cash problem when using FreeBSD-2.2.7 and o [1998/09/27] ports/8064 markm perl5 port ignores local settings for CC o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded o [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] ports/8098 ports Update of R port o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/09/30] kern/8112 ken 2.2.7 + CAM system panics removing shared o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8169 [patch] probe fail PnP sound card (YMF-71 o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/06] ports/8181 peter date problems with exmh2 f [1998/10/07] bin/8183 des Signal handlers in inetd.c are unsafe o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark f [1998/10/15] kern/8340 Adaptec 1540 Controller not getting probe o [1998/10/16] conf/8350 Problems with /etc/rc.firewall o [1998/10/17] docs/8361 doc Change to handbook39.html.. see diff o [1998/10/17] ports/8363 obrien Graphical VIM (GVIM) doesn't work o [1998/10/19] i386/8370 unable to install 3.0-RELEASE from dos pa o [1998/10/19] misc/8374 3.0-RELEASE/src/install.sh refers to miss o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8387 ports teTeX-0.4 port installs binaries that sha o [1998/10/20] docs/8392 doc Files to download for install from MS-DOS o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/21] ports/8401 obrien vim 5 graphic mode won't run on ELF syste o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg o [1998/10/22] kern/8416 vm_fault might deadlock when locking back s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/23] gnu/8425 3.0's gdb can't read 3.0's kernel to debu o [1998/10/23] bin/8426 gprof still expects gmon.out o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 3.0-RELEASE has wrong permissions on game o [1998/10/25] i386/8446 DOS install option does not work in 3.0-R o [1998/10/25] bin/8447 syslogd doesn't implement documented feat o [1998/10/25] gnu/8453 o [1998/10/28] kern/8476 rnordier BootEasy/FBSDBOOT not recognizing FreeBSD o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/29] kern/8485 A quirk bug in sys/cam/cam_xpt.c o [1998/10/29] misc/8493 Stable build process fails to install obj o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8528 swap_pager: suggest more swap space warni o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/01] docs/8535 doc insufficient support documentation for kl o [1998/11/02] i386/8544 mount /dev/wd0s1 + mount_msdos /dev/wd0s1 o [1998/11/02] conf/8549 how to configure the network Card and Set o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/06] kern/8585 ports bktr driver does not correctly identify I o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats a [1998/11/09] misc/8623 wollman Time zone for Japan is strange (seen in / o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/12] misc/8672 adduser is very slow if the system has se o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] i386/8684 [Patch] Sound only come out from left cha o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/15] ports/8694 ports Recommend to change category name: biolog o [1998/11/15] bin/8699 ypbind can't bind to server o [1998/11/16] kern/8720 jkh using sd-names in SCSI "wiring" prevents o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/17] kern/8732 nfs mounts with 'intr' can cause system h o [1998/11/18] bin/8739 atoi and modunload f [1998/11/18] kern/8743 imp 3.0 boot disk will not probe for Adaptec o [1998/11/18] bin/8745 adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/22] kern/8793 mount_portal update/bug fix/addition o [1998/11/22] kern/8797 addition of tcplisten namespace to portal o [1998/11/22] kern/8798 Bug to to portal code. s [1998/11/22] ports/8803 billf Postgresql port fails while patching o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] i386/8843 panic: isa_dmacheck: no physical page pre o [1998/11/24] ports/8845 vanilla p5-Mysql does not compile o [1998/11/24] i386/8847 /usr/sbin/syslogd stops logging o [1998/11/24] ports/8849 ports can't install because of script bug o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/27] bin/8872 pthread_cond_timedwait() can cause lost p o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/28] kern/8882 3.0-RELEASE hangs when mounting Micropoli o [1998/11/29] ports/8891 ports ssh2 port assume you have zipped manpage o [1998/11/29] i386/8894 Rebooting accidently because of missing f o [1998/11/29] kern/8902 Incorrect mount crashes 3.0-RELEASE o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/11/30] ports/8904 andreas Qt port has inaccurate dependencies, and o [1998/11/30] ports/8909 gpalmer snmpd enters endless loop due to snmpwalk o [1998/11/30] ports/8912 ports memory leak in afterstep-1.0 o [1998/12/01] kern/8919 using Acceleport 8r o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/01] ports/8926 jfitz databases/p5-DBD-Pg port is out of date o [1998/12/01] bin/8929 Is this FreeBSD 2.2.8-RELEASE's error? o [1998/12/02] bin/8936 Bad link for /usr/sbin/sysctl o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/02] bin/8941 sysctl in different place causes whereis o [1998/12/03] kern/8952 close() blocks forever after fork() in th a [1998/12/05] ports/8978 obrien upgrade of ports/deskutils/gnucash o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] bin/8995 Some bugs after upgrade 2.2.7-RELEASE to o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file f [1998/12/07] kern/9003 Tk/TCL Programs freeze keyboard when they o [1998/12/07] bin/9005 jkh pkg_delete is insufficient. no post-remov o [1998/12/08] ports/9019 torstenb ports/security/ssh broken o [1998/12/08] ports/9020 ports echoing ^E in an xterm causes it to print o [1998/12/08] ports/9027 chuckr math/gnuplot doesn't compile o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] ports/9039 ports sniff-1.0 program o [1998/12/10] ports/9042 ports port xforms: libxforms.so.0 has SONAME li o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/10] ports/9049 ports New port of audio/wmsound o [1998/12/12] ports/9061 ports Problem with constant folding in jikes, w o [1998/12/12] ports/9063 tg Python 1.5.x on FreeBSD 3.0 has broken co o [1998/12/13] bin/9066 init ignore rc.shutdown o [1998/12/14] ports/9077 ports perl5 port freebsd patch fails 534 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 scrappy tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn o [1996/01/21] bin/961 hoek 'more $file', incorrect CRLF compacting. s [1996/01/28] kern/975 getrusage returns negative deltas a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/02/07] bin/999 /usr/share/mk/sys.mk missing common $(RM) s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/06/18] i386/1331 [PATCH] changes and bug in ft driver s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET a [1996/08/07] ports/1470 asami need more info in the ports structure s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many o [1996/08/21] ports/1520 erich sudo dosn't recognise certain passwords a a [1996/09/04] bin/1565 Moving a file to it's link completely rem o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 doc ppp server doc submission s [1996/10/13] kern/1788 wollman netstat gives negative numbers for tcp by s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong o [1996/10/20] docs/1855 joerg Addition to LINT s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/25] misc/2105 jmg bsd.lib.mk has problems with STRIP and IN o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d a [1996/12/10] ports/2190 asami need cross-reference to xpdf from X11 por s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into s [1996/12/17] i386/2234 fbsdboot.exe does not turn off floppy dri o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa 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 [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/15] bin/2499 des fetch ftp://bla bla doesn't bail in disk o [1997/01/17] bin/2518 /usr/bin/tar is out of date o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] misc/2596 dd refuses to respond to SIGkill o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/31] bin/2630 [PATCH] xargs does excessive and inconsis o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/05] kern/2886 fenner mbuf leak in multicast code o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/09] i386/2924 sos syscons X keyboard gets stuck in capsmode o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/11] ports/2949 asami bsd.port.mk needs something like FETCH_EN o [1997/03/14] ports/2988 joerg vga font is not built o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 uucpd.c should normalize host names as lo o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/10] kern/3253 scsiconf.c: make ZIP disks use optical dr o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 /etc/daily did not run on April 6, 1997 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/05] bin/3506 [PATCH] more did not show iso-8859-n char o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/06] docs/3522 Man pages close(2) misses fcntl lock info o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3556 imp Bug with -i option in /usr/bin/lpr o [1997/05/09] bin/3558 make reinstall collapses on install-info s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/11] conf/3577 eBones and OBJLINK=yes fails to build o [1997/05/12] kern/3584 cleanup TCP_REASS macro in tcp_input.c o [1997/05/13] conf/3590 doc FAQ gives bad reccomendation re: xdm o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] bin/3638 /bin/w can't handle long /dev/{tty,cua}xx o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags o [1997/05/21] ports/3657 dburr Port of NCSA HyperNews submitted as p5-hy s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. s [1997/05/30] docs/3720 doc Addition for supported Hardware o [1997/05/31] ports/3729 scrappy pgsql dies when initiated o [1997/06/01] conf/3751 Improvements to /etc/rc{,.network,.pccard o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/04] bin/3778 wpaul ypbind -S domainname,server1,... does not o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] kern/3836 Cannot remove HUGE directory o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 netboot/ns8390.c breaks NS datasheet o [1997/06/13] bin/3859 Setting the $0 variable in perl dosnt do o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 peter install does not build sendmail host stat o [1997/06/17] ports/3892 itojun new port: www/webxref (cross-reference ge o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] ports/3958 obrien a2ps fails if used according to man o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/08] misc/4063 2.2.2R Installation fails if Jaz drive sp o [1997/07/13] ports/4083 ache netscape wrapper doesn't hand off args co o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/03] kern/4221 Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] ports/4232 scrappy Boot-time start of postgressql postmaster o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP a [1997/08/09] kern/4257 itojun scsi RESERVATION CONFLICT support needed o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/26] misc/4395 if exists(secure) in /usr/src/Makefile is o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/17] ports/4565 torstenb News port: ircII-current (ircII-2.9a8/col o [1997/09/18] conf/4572 /etc/rc.network loads ipfirewall lkm rega o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/02] kern/4680 lkm version of vn.c o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/12] gnu/4748 cc -Wformat too sensitive o [1997/10/15] gnu/4771 diff to correct misleading total bytes in a [1997/10/19] ports/4808 andreas Broken password.c in backend/libpq for Fr o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/23] docs/4833 Manual page missing for pccardc o [1997/10/23] kern/4837 bad error return from rmdir() with msdos o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/03] ports/4928 asami no 'update' target in /usr/ports/Makefile o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/10] misc/4999 Entering '?' at first boot prompt in inst o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] kern/5038 FreeBSD can't read MS Joliet CDs. o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices f [1997/11/14] ports/5045 ports freebsd.ftp.markers for xearth is out of o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/17] bin/5072 /usr/bin/fetch parses a URL incorrectly o [1997/11/18] misc/5081 sysinstall glitches o [1997/11/18] misc/5082 Permit upgrade of multi-disk system, or d o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] bin/5109 patch to ftpd, new option to limit number o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM s [1997/11/25] misc/5147 [PATCH] a shell script to help -CURRENT u o [1997/11/26] misc/5153 jkh release file checksums in wrong file o [1997/11/26] ports/5158 ports thot editor port doesn't install template s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/03] conf/5213 My SB AWE64 isn't being recognized. f [1997/12/05] kern/5231 Mounted MS-DOS floppy disk writes unrelia o [1997/12/06] misc/5239 jkh ata + atapi & /stand/sysinstall & dos o [1997/12/06] ports/5240 ports Incorrect path in pkfonts (fix) o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct f [1997/12/15] ports/5302 ache webcopy port doesnt work? o [1997/12/15] ports/5312 ports New port: xwpl o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp o [1997/12/28] ports/5393 billf New port: DOOM o [1997/12/30] ports/5397 ports New port: fly f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/08] ports/5446 se KDE port does not install using make in / s [1998/01/08] bin/5451 roberto [PATCH] halt/reboot does not execute /etc o [1998/01/09] ports/5472 erich xmmix-1.2 prot won't compile - "SOUND_VER o [1998/01/10] ports/5475 ports New port: abacus sentry o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/15] docs/5487 doc Adding documentation for scsi(8) usage wi o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge o [1998/01/19] misc/5525 bde gid and uid in struct pwd are ints, when s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/21] bin/5541 ppp -alias (2.2.5-STABLE) has troubles wi o [1998/01/22] bin/5549 Kernel Problem o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/25] bin/5567 trying to mount a joliet filesystem cdrom o [1998/01/26] ports/5570 ports New port: rise 0.3.3 o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/04] ports/5653 ports New port of ICI language o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/07] ports/5675 ports New port in category devel: DOC++ o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] ports/5706 ports New port: ja-dvi2dvi-1.0 (japanese/dvi2dv o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula s [1998/02/17] misc/5772 peter nfsstat does not work o [1998/02/18] i386/5779 BOUNCE_BUFFERS option in LINT needs modif o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION a [1998/02/18] misc/5786 definition of speed_t in termios.h is not o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w a [1998/02/22] ports/5814 ports New port: XShodou o [1998/02/22] ports/5821 billf New port: Swish-E, a Web site indexer o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. o [1998/02/25] docs/5848 [PATCH] Update web.mk to handle SGML file s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] ports/5859 ports xxgdb port doesn't recognize the -k optio o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/01] ports/5885 ports New port: dc20ctrl-0.4 (graphics/dc20ctrl o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/07] conf/5936 Add hostname to C shell prompt o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/08] ports/5946 ports New port biology/molmol o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5970 ports psmisc ports uploaded to freebsd.org:/pub o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/15] ports/6017 ports new port: yacl o [1998/03/15] ports/6018 ports new port: ml-3.3 a [1998/03/15] ports/6020 ports new port: Xfstt-0.9.7 o [1998/03/15] ports/6027 max New Port: tgif2tex o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/16] docs/6036 doc New handbook section 10.4.3.4 - si driver s [1998/03/18] ports/6053 kuriyama new port request: korean/hanIM o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/18] bin/6064 Script to update files installed by /usr/ o [1998/03/19] i386/6067 boot.help pushes kernel list off screen o [1998/03/21] ports/6085 billf New port: pavuk-0.8 o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] i386/6098 FreeBSD only uses 16M of 48M on Compaq De o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/23] ports/6113 ports new port: rinfo-1.2 o [1998/03/23] ports/6120 ports New port: xtetris-2.6 o [1998/03/27] bin/6144 telnet for 8-bit data path o [1998/03/27] ports/6151 ports New port: xrus-1.5.2 o [1998/03/28] ports/6153 ports New port: flick o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/29] ports/6171 ports New port: xtron-1.1a o [1998/03/30] bin/6176 running architextSearch (excite) under li o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/01] ports/6194 ports New port: mirrormagic-1.3 o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] bin/6227 as doesn't handle this instruction o [1998/04/06] bin/6228 Syslogd not working according to manpage o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/09] kern/6255 SI driver fix for Jet ISA memory size o [1998/04/09] kern/6256 SI driver - new T225 download code o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6308 [PATCH] date(1) -v argument cannot vary s o [1998/04/15] ports/6311 ports New port: gsfonts o [1998/04/15] ports/6312 ports New port: ghostscript-3.33 s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. a [1998/04/16] ports/6321 andreas can't run any version of PostgreSQL on 2. o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] conf/6334 -DALLLANG should be moved from src/Makefi o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to a [1998/04/19] ports/6355 ports New port: qplug - Netscape plugin to show o [1998/04/20] bin/6359 routed does sent router discovry solicita o [1998/04/20] ports/6361 ports New port: GNU Pascal Compiler s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp o [1998/04/23] ports/6393 ports New port: MultiMedia package - CD player, f [1998/04/23] bin/6399 [PATCH] When using "-u" mount doesn't sta o [1998/04/24] ports/6405 ports vrweb port does not build; ignores local s [1998/04/25] ports/6414 kuriyama new ports for ja-color-lynx2.8rel.3 (modi s [1998/04/25] ports/6416 kuriyama new ports for ja-color-lynx2.8.1dev.7 (mo a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6434 se [PATCH] mediatool in x11/kdelibs cause kw o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou o [1998/05/03] ports/6504 ports New port: `C Interfaces and Implementatio o [1998/05/03] kern/6505 panic: cannot mount root on sd1 o [1998/05/04] docs/6508 doc sgmlfmt does not expand relative URLs s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o o [1998/05/04] docs/6510 steve GNATS doesn't expand freebsd-doc s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/07] kern/6544 Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/09] conf/6559 jkh Upgrade processing clobber's ~root/{.cshr o [1998/05/09] ports/6563 se minor problems with KDE ports o [1998/05/09] docs/6564 doc need more references in fetch(1) o [1998/05/10] ports/6570 ports New port: java CUP parser o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/11] ports/6598 ports New port: asmodem - displays the modem st o [1998/05/12] ports/6606 markm package add of perl-5.00404 fails w/3.0 S o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/12] ports/6613 markm ports/lang/perl5 fails to install by addi o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/05/20] kern/6702 luigi tsleep and new snd (pcm0) o [1998/05/21] ports/6709 ports New port kmessage s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before o [1998/05/23] ports/6728 ports New port ktranslator o [1998/05/25] misc/6752 jkh sysinstall w/o cd9660 fs loaded can't mou s [1998/05/25] kern/6758 mount_portal fails because kernal refuses a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking s [1998/05/26] docs/6764 doc limits references to sysctl o [1998/05/26] kern/6769 peter panic: nfs rcvunlock o [1998/05/28] ports/6776 ports New port - xqf s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags o [1998/05/29] bin/6795 steve send-pr does not parse problem reports co o [1998/05/31] ports/6806 ports /usr/ports/graphics/killustrator doesn't f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD s [1998/06/02] bin/6832 imp [PATCH] Allows PINGing from any address o s [1998/06/02] kern/6843 sos [PATCH] to enable reading digital audio s o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/11] bin/6919 can not run multiple instances of /sbin/r o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/13] bin/6939 restore does not set the correct uid on d o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/16] gnu/6965 wosch grep -a dosn't work o [1998/06/16] ports/6970 ports mule and family build faulure o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con a [1998/06/20] ports/7005 dburr Submitting RealAudio Player 3.0 as a new o [1998/06/20] ports/7006 itojun hylafax port improved s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/24] ports/7062 torstenb pidentd partialy broken in current s [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] bin/7081 [patch] lpr stuff doesn't deal with RM an s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co o [1998/06/28] ports/7094 ports New port of xbomber game s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o s [1998/06/29] bin/7117 flex -I option is broken o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top o [1998/07/02] ports/7150 ports `elftoaout': new port o [1998/07/04] ports/7163 ports new port: p5-Set-IntSpan o [1998/07/04] ports/7164 ports new port: p5-News-Newsrc s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco f [1998/07/07] i386/7201 (cpu == CPU_686) in pmap.c shoud also app s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra f [1998/07/10] bin/7241 tcpdump does not work with parallel line o [1998/07/11] bin/7254 release: multiple versions of write_mfs_i o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/13] ports/7275 torstenb Symlink for one ssh man-page is wrong o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/15] docs/7289 doc ppp.8: RECEIVING INCOMING PPP CONNECTIONS o [1998/07/15] bin/7294 lpr -r file fails to remove file because o [1998/07/15] ports/7295 ports Starting programs with bash port causes p o [1998/07/15] bin/7296 hoek Long-standing bug in 'more' wrt CRLF. I o [1998/07/16] bin/7298 Improvements to ln(1). o [1998/07/17] docs/7306 doc There is no manpage for timegm o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/19] bin/7325 /bin/sh redirection does not match man pa o [1998/07/20] bin/7337 Creating a partition "before" the boot pa o [1998/07/21] conf/7348 Default answer 'NO' in network configurat o [1998/07/21] bin/7352 libc generates spurious warnings when use o [1998/07/21] conf/7355 The checkboxes are not always properly up o [1998/07/21] docs/7359 obrien amd documentation problems o [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting o [1998/07/24] misc/7391 jkh 2.2.7-RELEASE: src/CHECKSUM.MD5 and des/C o [1998/07/24] ports/7394 jfitz INDEX has bad description for p5-Mysql-mo s [1998/07/27] ports/7408 asami packages-2.2.7/INDEX is wrong o [1998/07/27] ports/7409 ports New port: CaribbeanStud-1.0 s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. o [1998/07/29] ports/7430 se kvt terminal emulator does not update /va o [1998/07/30] ports/7449 ports upgrade of scilab port o [1998/07/30] bin/7454 jkh make dependencies more visible in sysinst o [1998/07/30] misc/7455 jkh trailing spaces on mountpoint hangs sysin s [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7480 ports New Port afbackup-3.0.4 o [1998/08/03] ports/7485 vanilla New port: Xterminal-0.2 s [1998/08/06] i386/7510 [PATCH] syscons and vidcontrol to support o [1998/08/08] ports/7532 ports New port: ipltd-2.01 s [1998/08/08] docs/7533 doc Chpass command description unclear on gec o [1998/08/09] ports/7537 ports New port: new PPP client, PPxP s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po s [1998/08/10] docs/7567 doc pccardc has no man page f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 NIS Makefile.dist: NOPUSH replaced by REM o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/15] ports/7623 se Missing patch in kde-1.0 port o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/17] ports/7652 torstenb mirror installation does not point at loc o [1998/08/17] ports/7656 vanilla New port: Gnome-0.27 o [1998/08/18] ports/7659 ports New port: pfx-0.1.1 o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] conf/7676 3.0 make world on 2.2 problems o [1998/08/19] docs/7679 doc NIS man pages are incomplete a [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] conf/7682 Cron logfile in the wrong place o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/19] ports/7689 ports New port: binkd-0.9.2 o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/08/21] conf/7705 rwhod should use rwhod_flags in rc.networ o [1998/08/21] ports/7706 ports update for catdoc port o [1998/08/22] ports/7718 ports New port: leafnode with Jam patch, ${PORT o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/23] i386/7729 Progress broker is unable to read status o [1998/08/24] ports/7734 ports update atari800 - upgrade to the latest v o [1998/08/24] ports/7735 ports new port: mp3encode - mpeg audio file enc a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/27] i386/7768 boot mgr doesnt apear to install, cannot o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] ports/7775 ports New version: korganizer v0.9.10 o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr o [1998/08/31] docs/7790 doc ipf(1) lists non-existent mkfilters(1) o [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/01] misc/7801 Cannot install FreeBSD on 486 if one of t o [1998/09/02] kern/7812 APM machines should attempt to power down o [1998/09/02] ports/7814 andreas postgreqsl docs are broke o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] docs/7819 doc nroff macro problem(miss reformated) in d o [1998/09/03] docs/7820 doc non-English mailing lists: majordomo@coun o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] ports/7827 ports New port: garith-2.1 o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/04] docs/7833 doc awk.1 contains typos. o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 ports Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] ports/7848 markm Update ports: lang/perl5 (pkg_delete prob o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] misc/7851 steve looks like send-pr discards bug report wi o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). o [1998/09/08] docs/7864 doc nslookup.8 has nroff problem o [1998/09/08] ports/7865 ports new port: Library of Routines for Cumulat s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat f [1998/09/09] ports/7875 ports NEW PORT: lcdproc o [1998/09/10] ports/7883 ports New port: Xfstt, a non-Freetype TrueType o [1998/09/10] misc/7885 unexpected NIS/getpwnam behavior o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/12] bin/7907 ipfw command line parsing o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/13] misc/7919 general problems with the termcap databas o [1998/09/13] ports/7921 ports New port: Nessus security scanner o [1998/09/14] conf/7928 Patch to allow execution of an IPFW shell o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/15] ports/7940 asami make depend packages and index on demand o [1998/09/16] bin/7944 `restore f foo' gets sigsegv o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/17] docs/7963 doc a possible typo in ipsend.5 manpage o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/18] kern/7976 VM86 comment in LINT is incomplete o [1998/09/18] kern/7983 yokota Tapping the touchpad does not work o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] ports/7997 se [audio/kdemutlimedia] kscd's installation o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8011 libc_r does not have pread() or pwrite() o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/25] ports/8051 ports New port: PostScript plotting library in o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/28] ports/8078 ports port audio/nas fails for me o [1998/09/28] bin/8083 Game cleanup from NetBSD o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/09/29] bin/8087 rbootd does work according to specs o [1998/09/30] i386/8105 boot.help behavior is broken o [1998/09/30] ports/8109 billf new port: net/muh o [1998/09/30] kern/8113 no snd0 in kernel implies ed0 gets device o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and o [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] kern/8165 sys/dirent.h has duplicate constant from o [1998/10/06] kern/8166 jkh odboot is pointless with CAM o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/06] bin/8172 jkh installer has difficulty handling ftp err o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' o [1998/10/10] misc/8259 better order in install f [1998/10/11] bin/8275 des w/top/etc randomly fail with 'Cannot allo o [1998/10/12] bin/8279 [patch] /usr/sbin/sysctl -> ${DESTDIR}/sb f [1998/10/12] ports/8283 ports change the way to modify fonts.alias s [1998/10/12] ports/8285 billf New port (Eggdrop 1.3.21) f [1998/10/12] ports/8289 ports problems about file locking of emacs/xema o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] ports/8299 ports new port for games/xbd (Boulder Dash) f [1998/10/13] bin/8301 des "ls -B" and "ls -b" misprint o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] conf/8306 [patch] NATD get loaded late in bootseque o [1998/10/13] i386/8308 jkh Host/Domain 'problem' in install script/p o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/14] ports/8317 ports devel/prc-tools port fails o [1998/10/14] kern/8318 [PATCH] Add break support to cy driver. o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 f [1998/10/17] bin/8367 /stand/sysintall is screwing up my /etc/r o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] kern/8377 [patch] boot.config not being used. o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/20] misc/8388 Windows DUN sends DOMAIN\username, ppp is o [1998/10/20] ports/8389 rnordier Add pthreads support to TenDRA o [1998/10/20] ports/8393 ports klyx can not create new documents o [1998/10/20] bin/8395 grog /usr/src/sbin/vinum/Makefile doesn't unde o [1998/10/21] bin/8405 There is extra ping.o o [1998/10/22] kern/8410 ipsec port to freebsd o [1998/10/22] kern/8412 hard to read sound card probe result. o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M o [1998/10/23] docs/8430 tcpdump man page typos o [1998/10/24] ports/8432 ports New Port: qtarch-1.4-1 o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/25] ports/8454 ports new port copytape - for duplicating magta o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual s [1998/10/26] ports/8457 vanilla gnomelibs-0.30.1 - configure fails o [1998/10/26] ports/8458 ports ports collection does not use common cach o [1998/10/27] docs/8464 doc Missing include file wh o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make o [1998/10/27] ports/8470 ache Update port: www/netscape4-* f [1998/10/27] docs/8472 billf da(4) references nonexistent da(9) o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/29] ports/8484 ports New port of XShodou-1.11 o [1998/10/29] bin/8486 doscmd port.c change to access real devic o [1998/10/29] ports/8496 ports New port of XMangekyou-1.03 o [1998/10/29] ports/8497 ports New port of xstarroll-1.02 o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] ports/8516 ports Addition of port for rblsmtpd (qmail RBL o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/10/31] ports/8521 ports Some manpages are not usable with tiff-3. o [1998/11/01] misc/8524 /usr/X11R6/bin mode bits: drwx------ ? o [1998/11/01] ports/8526 ports xfstt 0.9.10 port o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/01] ports/8536 andreas GhostScript port is out-of-date o [1998/11/02] docs/8542 doc ipf man page should be moved from section o [1998/11/02] ports/8546 billf new port: [net/benchmarks]/nttcp o [1998/11/02] docs/8547 doc Various updates to authors.sgml, printing o [1998/11/03] kern/8550 strip kernel before moving it during make o [1998/11/03] ports/8552 ports New port: shells/zsh-devel o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/03] ports/8554 ports ELM doesn't know that mail.local escapes a [1998/11/03] ports/8556 ports 3.0-RELEASE installation does not registe o [1998/11/03] ports/8557 billf update to ports/7874 o [1998/11/03] docs/8559 doc Update to open(2) man page to reflect ENX s [1998/11/03] kern/8560 des [REMINDER] bpfilter is deprecated and sho o [1998/11/03] ports/8564 ports New port: serialmail 0.72 o [1998/11/03] kern/8570 patch for randomised process id allocatio o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/04] ports/8574 ports FWF-4.0 port broken on non-Motif system o [1998/11/05] ports/8579 ports Update port: print/klyx o [1998/11/07] ports/8586 ports new port: misc/kmamerun o [1998/11/07] conf/8587 login.conf should not set manpath o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] docs/8602 doc symlink(7) manpage says that file(1) has o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8606 ports update port: www/linux-netscape4 o [1998/11/08] docs/8610 doc boot.config.8 man page o [1998/11/08] docs/8611 doc kld man page o [1998/11/08] ports/8620 ports New option to colorls - -K, color only to o [1998/11/09] bin/8625 disklabel core dumped with od-driver o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/09] bin/8637 fgetpos()/fsetpos() don't work for >2GB f o [1998/11/10] docs/8640 doc proposed change of 4.5 o [1998/11/10] ports/8645 ports afterstep-devel build fails on scsi.h o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc o [1998/11/11] ports/8658 ports New port: gtkballs-1.02 o [1998/11/12] kern/8661 sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8665 billf /usr/bin/mail -u user not worked if exist o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/12] ports/8667 kuriyama port RedHat Interbase 4 o [1998/11/12] docs/8668 doc Russian FAQ o [1998/11/12] i386/8670 aout libcompat placed in /usr/lib/compat o [1998/11/13] docs/8674 doc securelevel 3 is not documented o [1998/11/13] ports/8675 ports new port: x11-toolkits/gtkstep11 o [1998/11/13] ports/8676 ports devel/gide wont complete configure. o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/14] docs/8682 doc some small bug fixes to ld.1 o [1998/11/14] ports/8686 ports elf amanda o [1998/11/14] i386/8687 pcm driver does not recognize AXRA Yamaha o [1998/11/15] ports/8692 ports new port: x11/kvidtune o [1998/11/15] ports/8695 ports New port: mopac7 o [1998/11/15] ports/8696 ports New port: psi88 o [1998/11/15] bin/8698 billf add telnet option to prevent IP address t o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/16] ports/8705 ports Ports Update: japanese/skk o [1998/11/16] i386/8710 XBF_NeoMagic diver working with XFree86 o [1998/11/16] ports/8713 ports New Port: maildrop o [1998/11/18] ports/8740 ports New ports collection lesw-332 o [1998/11/18] conf/8744 /etc/login.conf defaults too small. umask o [1998/11/18] gnu/8746 gcc man page misleading o [1998/11/18] kern/8747 [PATCH] fixes for systags.sh o [1998/11/18] kern/8751 Cannot display new CPU name correctly. o [1998/11/18] ports/8754 ports KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 doc some suggested text for describing passwo o [1998/11/19] ports/8766 ports New port: leafnode+ o [1998/11/19] ports/8767 ports New port: gtksql-0.2 o [1998/11/20] ports/8774 kuriyama new port: ssh2 o [1998/11/20] ports/8777 imp ports/socks5 out of date o [1998/11/21] ports/8780 ports new port: xgirc-0.1.1 o [1998/11/21] bin/8782 Improved functionality for find(1) o [1998/11/21] ports/8789 ports Port created for Lucent Technology's Csco o [1998/11/22] ports/8795 ports xgal.sndsrv.freebsd.c is out of sync with o [1998/11/22] misc/8796 Additional example directory for /usr/sha o [1998/11/22] ports/8804 ports make postgresql 6.4 dies while patching o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make f [1998/11/23] ports/8816 ports New port: ptc-2.0.10 o [1998/11/23] kern/8817 Patches to silence -Wtrigraphs o [1998/11/23] ports/8822 ports New port: InterNetNews 2.2beta2 a [1998/11/23] kern/8826 ken LINT bug with CAM pass devices o [1998/11/23] ports/8827 ports Update ports: xemacs-mule-common-20.4(edi o [1998/11/24] ports/8831 ports New port: editors/apel and editors/apel-{ o [1998/11/24] ports/8832 ports New port: japanese/dl-canna o [1998/11/24] ports/8833 ports New port: japanese/dl-wnn6 o [1998/11/24] ports/8837 ports New port of prag. o [1998/11/24] ports/8838 billf New port of GNU getopt. o [1998/11/24] ports/8839 ports New port of npadmin o [1998/11/24] ports/8846 ports kdebase port fails to build o [1998/11/24] ports/8848 ports GNOME 0.30 cdplayer applet does not work o [1998/11/24] ports/8856 ports Update ports: japanese/postgresql o [1998/11/24] kern/8858 man page for accept() is flawed o [1998/11/25] ports/8860 ports Update ports: Mew-1.93 o [1998/11/25] ports/8863 ports [Reviced] New port: mopac7 o [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/27] misc/8868 keymaps for the portuguese keyboards o [1998/11/27] ports/8871 ports Update to FElt port o [1998/11/28] misc/8877 web query-pr interface doesnt escape mult o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/28] ports/8884 ports New port: mail/ezmlm o [1998/11/28] ports/8885 ports New port: mail/ezmlm-idx o [1998/11/29] ports/8893 ports v does not build o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/11/30] bin/8905 suggested change of 'ipfw show' layout o [1998/11/30] bin/8906 newsyslog errors out if PID is >30000 o [1998/11/30] misc/8907 missing symlink, Xmmix: no help o [1998/11/30] ports/8908 ports snmpd does not return ifPhysAddress on GE o [1998/11/30] ports/8911 ports New port: tcb-1.4a o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] ports/8917 ports gcc-2.8.1 incorrect g++ linker call o [1998/12/01] ports/8920 ports netscape java displaying on ncd xterm cra o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/01] ports/8932 ports Update port: devel/qtez o [1998/12/02] bin/8937 IPFW coredump and dummynet o [1998/12/02] ports/8938 ports Update port: astro/ssystem o [1998/12/02] ports/8939 ports New port: devel/stlport o [1998/12/02] ports/8943 ports New port: InterNetNews 2.2beta2 o [1998/12/02] ports/8945 ports kde "metaport" looking for wrong jpeg lib o [1998/12/02] ports/8946 ports games/netris, lang/sr both install PREFIX o [1998/12/03] ports/8949 ports rc5des port doesn't work after reboot (-c o [1998/12/03] ports/8950 ports New port: xg-1.0 o [1998/12/03] ports/8951 ports Update (BROKEN) port: news/dnews o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun o [1998/12/04] ports/8968 ports Fxtv-0.47 port fails to compile. o [1998/12/04] ports/8969 ports New Port: mswordview o [1998/12/05] bin/8971 bin/8782: Improved functionality for find f [1998/12/05] ports/8972 ports xmcd package has wrong paths o [1998/12/05] ports/8976 ports Updated ports: japanese/postgresql (For v o [1998/12/06] ports/8985 ports new port: gleyes o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/07] ports/8999 nectar port lang/squeak can be substituted by la o [1998/12/08] ports/9008 ports Update ports: i18n-man-1.1(misc/man.el) o [1998/12/08] ports/9010 ports New port: p5-Radius o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] ports/9018 ports kdesupport build dies o [1998/12/08] ports/9021 ports Fix japanese/Wnn6-lib o [1998/12/08] misc/9024 SPAM site list is no longer available fro o [1998/12/08] kern/9026 natd o [1998/12/09] conf/9028 DMPno1 - kernel build fails with "device o [1998/12/09] bin/9035 Bad __progname content in ELF programs o [1998/12/10] ports/9047 jmz cd ports/x11/XFree86;make install fails i o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/10] ports/9054 ports New port: Erlang in category lang o [1998/12/11] bin/9055 When used without arguments, ``set'' and o [1998/12/11] bin/9056 enhance mount/fstab with "user" option, t o [1998/12/12] bin/9060 error from whereis command in FReeBSD-2.2 o [1998/12/14] ports/9072 ports New port: textproc/aspell o [1998/12/14] ports/9075 ports ircd-hybrid port update o [1998/12/14] ports/9076 ports Cons - A Make replacement for the "ports" o [1998/12/14] pending/9078gnats-admintunefs cant access mounted devices (vs. m 922 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 Dec 14 13:52:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17680 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 13:52:38 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17673 for ; Mon, 14 Dec 1998 13:52:31 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id QAA23433; Mon, 14 Dec 1998 16:52:21 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Mon, 14 Dec 1998 16:52:20 -0500 (EST) From: Bill Fumerola To: Bruce Evans cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8880 In-Reply-To: <199812141031.VAA27268@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 14 Dec 1998, Bruce Evans wrote: > >Synopsis: cp missing verbose switch > > Isn't this a much needed gap? Do you mean "wow, we do need that" or "do we _really_ need this?"? thanks, - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 Dec 14 14:12:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20386 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 14:12:50 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from nina.pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20381; Mon, 14 Dec 1998 14:12:44 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (juana-9.pagesz.net [208.213.126.9]) by nina.pagesz.net (8.8.7/8.8.7) with ESMTP id RAA11349; Mon, 14 Dec 1998 17:13:26 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id RAA01539; Mon, 14 Dec 1998 17:13:50 -0500 (EST) (envelope-from rhh) Message-ID: <19981214171349.A639@pagesz.net> Date: Mon, 14 Dec 1998 17:13:49 -0500 From: Randall Hopper To: Nick Hibma , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/9069 References: <199812141057.CAA20036@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199812141057.CAA20036@freefall.freebsd.org>; from Nick Hibma on Mon, Dec 14, 1998 at 02:57:44AM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nick Hibma: |Synopsis: "tr" command bug | |State-Changed-From-To: open-closed |State-Changed-By: n_hibma |State-Changed-When: Mon Dec 14 02:55:09 PST 1998 |State-Changed-Why: |This is not a bug but ^D printed first and then a Carriage return |followed by a. That looks like 'aD'. Ok. I don't see this behavior on other UNIXes I work on. Is there any way to turn this "^D"-printing behavior OFF on FreeBSD? Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 14:22:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22013 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 14:22:36 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA22005 for ; Mon, 14 Dec 1998 14:22:33 -0800 (PST) (envelope-from bse10964@vip.cybercity.dk) Received: from usr02.cybercity.dk (usr02.cybercity.dk [212.242.40.82]) by cicero1.cybercity.dk (8.8.8/8.8.7) with ESMTP id XAA10724 for ; Mon, 14 Dec 1998 23:17:05 +0100 (CET) (envelope-from bse10964@vip.cybercity.dk) Received: from default (msx-arh-15-2.ppp.cybercity.dk [212.242.10.130]) by usr02.cybercity.dk (8.8.8/8.8.8) with SMTP id XAA24905 for ; Mon, 14 Dec 1998 23:17:03 +0100 (CET) (envelope-from bse10964@vip.cybercity.dk) Message-ID: <000801be27b0$3b089c60$820af2d4@default> From: "Lars P. mathiasen" To: Date: Mon, 14 Dec 1998 23:18:32 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BE27B8.11029440" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BE27B8.11029440 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a problem. I can't install FreeBSD because i get the report "file = boot.flp too big". What can I do about it. I got the copy from the ftp = with the intention to install it on a PC386 and to transfer it from my = system to the 386 by floppy, just to try FreeBSD out.=20 bse10964@vip.cybercity.dk Lars P. Mathiasen Denmark=20 Comp. IC/ Teacher=20 =20 ------=_NextPart_000_0004_01BE27B8.11029440 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have a problem. I can't install = FreeBSD=20 because i get the report "file boot.flp too big". What can I = do about=20 it. I got the copy from the ftp with the intention to install it on a = PC386 and=20 to transfer it from my system to the 386 by floppy, just to try FreeBSD=20 out. 
 
 
Lars P. Mathiasen
Denmark 
Comp. IC/ Teacher 
 
------=_NextPart_000_0004_01BE27B8.11029440-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 14:50:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25912 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 14:50:49 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from apogee.whack.org (apogee.whack.org [209.152.153.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA25905 for ; Mon, 14 Dec 1998 14:50:45 -0800 (PST) (envelope-from andrew@whack.org) Received: from andrew by apogee.whack.org with local (Exim 2.05 #1) id 0zpgnm-0001PR-00 for bugs@freebsd.org; Mon, 14 Dec 1998 14:49:18 -0800 Message-ID: <19981214144918.A5410@apogee.whack.org> Date: Mon, 14 Dec 1998 14:49:18 -0800 From: Andrew To: bugs@FreeBSD.ORG Subject: unsubscribe freebsd-bugs Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org unsubscribe freebsd-bugs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 15:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26601 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 15:00:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26595 for ; Mon, 14 Dec 1998 15:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA24152; Mon, 14 Dec 1998 15:00:01 -0800 (PST) Date: Mon, 14 Dec 1998 15:00:01 -0800 (PST) Message-Id: <199812142300.PAA24152@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Bill Fenner Subject: Re: bin/9069: "tr" command bug Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/9069; it has been noted by GNATS. From: Bill Fenner To: aa8vb@pagesz.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/9069: "tr" command bug Date: Mon, 14 Dec 1998 14:51:08 PST > Maybe related to stdin being a terminal. Right. Try the same with "cat" -- for example, type "a^D" (with no CR) into "cat". You see "aaD". This is just because the ^D is printed as "^" "D" "^H" "^H". Use "echo" or some other way of taking input from somewhere other than the terminal if you don't want to get confused by this. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 15:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27561 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 15:10:02 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27532 for ; Mon, 14 Dec 1998 15:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA24552; Mon, 14 Dec 1998 15:10:00 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27210; Mon, 14 Dec 1998 15:04:17 -0800 (PST) (envelope-from nobody) Message-Id: <199812142304.PAA27210@hub.freebsd.org> Date: Mon, 14 Dec 1998 15:04:17 -0800 (PST) From: mjmccut@cs.ubc.ca To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/9081: 3.0-RELEASE dies starting AP on dual PPro, looks like interrupt problem. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9081 >Category: kern >Synopsis: 3.0-RELEASE dies starting AP on dual PPro, looks like interrupt problem. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 14 15:10:00 PST 1998 >Last-Modified: >Originator: Mark McCutcheon >Organization: UBC Computer Science >Release: 3.0-RELEASE from Walnut Creek CD-ROM >Environment: FreeBSD 3.0-RELEASE #10: Thu Dec 10 17:45:28 PST 1998 root@hozameen.cs.ubc.ca:/usr/src/sys/compile/HOZAMEEN-SMP (NOTE: from 'strings /kernel'; kernel doesn't boot so can't do uname) >Description: HP Vectra XU 6/200 dual 200MHz PPro ran SMP in several v.3 snapshots (e.g. 3.0-980107-SNAP) but hangs early in boot process with 3.0-RELEASE kernel. Due to early demise I haven't been able to log the bootup info or recover it via dmesg; however, last screen displays: ISA Pin=1, IRQ=-1, Pol=0, Trig=0 IOAPIC #0 intpint 1 -> irq -1 ISA Pin=2 IRQ=-1, Pol=0, Trig=0 IOAPIC #0 intpint 2 -> irq -1 .......... ISA Pin=15 IRQ=-1, Pol=0, Trig=0 IOAPIC #0 intpint 15 -> irq -1 Debugging message inserted in /usr/src/sys/i386/i386/mp_machdep.c just before CHECK_INIT(99); /* setup checkpoints */ (approx. line 1860) prints out but none of the subsequent trace or panic messages in the code are seen. >How-To-Repeat: Make kernel with: options SMP options APIC_IO and run on dual-PPro Vectra XU 6/200. May be related to bug report kern/8456 (SMP boot failure on dual PPro Everex PO-6200 with 3.0-RELEASE). >Fix: Fix not yet determined. There have been MANY changes and additions to interrupt setup code in 3.0-RELEASE re. 3.0-980107-SNAP, as well as the apparent removal of special handling for CPUCLASS_686 (in /usr/src/sys/i386/i386/mp_machdep.c). Possibly there are motherboard issues but it DID work fine in earlier pre-RELEASE snapshots.... >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 Dec 14 15:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01343 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 15:40:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01274 for ; Mon, 14 Dec 1998 15:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27078; Mon, 14 Dec 1998 15:40:00 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01250; Mon, 14 Dec 1998 15:39:37 -0800 (PST) (envelope-from nobody) Message-Id: <199812142339.PAA01250@hub.freebsd.org> Date: Mon, 14 Dec 1998 15:39:37 -0800 (PST) From: marcel@scc.nl To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/9082: linux emulator: linux_kill syscall: EINVAL on signal 0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9082 >Category: i386 >Synopsis: linux emulator: linux_kill syscall: EINVAL on signal 0 >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 Dec 14 15:40:00 PST 1998 >Last-Modified: >Originator: Marcel Moolenaar >Organization: SCC vof >Release: -current >Environment: FreeBSD scones.sup.scc.nl 3.0-CURRENT FreeBSD 3.0-CURRENT #6: Mon Dec 14 22:52:55 CET 1998 marcel@scones.sup.scc.nl:/usr/src/sys/compile/SCONES i386 >Description: kill(pid, 0) normally returns 0 on both FreeBSD and Redhat after having performed all sorts of sanity checks. The FreeBSD linux emulator returns EINVAL in such a case. Allowing signal 0 to be passed to kill will result in compatible behaviour. >How-To-Repeat: n/a >Fix: --- linux_signal.c.orig Tue Dec 15 00:36:31 1998 +++ linux_signal.c Tue Dec 15 00:36:14 1998 @@ -310,7 +310,7 @@ printf("Linux-emul(%d): kill(%d, %d)\n", p->p_pid, args->pid, args->signum); #endif - if (args->signum <= 0 || args->signum >= LINUX_NSIG) + if (args->signum < 0 || args->signum >= LINUX_NSIG) return EINVAL; tmp.pid = args->pid; tmp.signum = linux_to_bsd_signal[args->signum]; >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 Dec 14 17:20:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14429 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 17:20:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14398 for ; Mon, 14 Dec 1998 17:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA02924; Mon, 14 Dec 1998 17:20:01 -0800 (PST) Date: Mon, 14 Dec 1998 17:20:01 -0800 (PST) Message-Id: <199812150120.RAA02924@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Randall Hopper Subject: Re: bin/9069: "tr" command bug Reply-To: Randall Hopper Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/9069; it has been noted by GNATS. From: Randall Hopper To: Bill Fenner Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/9069: "tr" command bug Date: Mon, 14 Dec 1998 20:18:51 -0500 Bill Fenner: |> Maybe related to stdin being a terminal. | |Right. Try the same with "cat" -- for example, type "a^D" (with no CR) |into "cat". You see "aaD". This is just because the ^D is printed as |"^" "D" "^H" "^H". | |Use "echo" or some other way of taking input from somewhere other than |the terminal if you don't want to get confused by this. Thanks. Yes, a "^D" string being printed didn't occur to me. I tried to this on other UNIXes and didn't see this, so I presumed to quickly that this might be a bug. Besides not taking input from the terminal, is there any way that you know of to disable printing of the "^D" when input is from the terminal? I checked stty(1) with no success. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 21:49:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15212 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 21:49:38 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from prioris.netsl.ru ([195.161.38.105]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15207 for ; Mon, 14 Dec 1998 21:49:36 -0800 (PST) (envelope-from Dennis.Kreminsky@netsl.ru) Received: by prioris.internal.netsl.ru with Internet Mail Service (5.5.1960.3) id ; Tue, 15 Dec 1998 08:48:36 +0300 Message-ID: <71D2436D970DD111B0590020AFF76EFD0D6CF0@prioris.internal.netsl.ru> From: Dennis Kreminsky To: "'dillon@backplane.com'" , freebsd-bugs@FreeBSD.ORG Subject: RE: Notification: Inbound Mail Failure Date: Tue, 15 Dec 1998 08:48:26 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey Matt, got my address typed in incorrectly, so please use the reply-to from this message :) The crash occurs only when I _first_ try to mount it as UFS and _then_ mount it via mount_msdos. The DOS filesystem is not a floppy, it's a Win95 partition on the same hard drive. I believe it's not FAT32 (don't have any idea whether mount_msdos would mount a FAT32 partition). Have to add that it's a filesystem that has filenames with non-latin characters (Russian actually) in them which all appear as question-marks '?', guess that shouldn't be related to the bug but who knows... Hope that helps. Dennis ------------------------- Hmm... I think we need a bit more information. Does the crash occur only if you first try to mount the disk as a UFS disk and then later try to mount it as an MSDOS disk? Or does it crash if you first attmept to mount it as an MSDOS disk? And, also, what type of filesystem is actually on the floppy ? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 23:14:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23418 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 23:14:39 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from geisha.samurai.com (geisha.samurai.com [205.207.28.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23407 for ; Mon, 14 Dec 1998 23:14:27 -0800 (PST) (envelope-from bryanf@geisha.samurai.com) Received: (from bryanf@localhost) by geisha.samurai.com (8.9.1a/8.9.1) id CAA02907; Tue, 15 Dec 1998 02:13:22 -0500 (EST) Date: Tue, 15 Dec 1998 02:13:18 -0500 From: Bryan Fullerton To: Dennis Kreminsky Cc: "'dillon@backplane.com'" , freebsd-bugs@FreeBSD.ORG Subject: Re: Notification: Inbound Mail Failure Message-ID: <19981215021318.C1836@samurai.com> References: <71D2436D970DD111B0590020AFF76EFD0D6CF0@prioris.internal.netsl.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <71D2436D970DD111B0590020AFF76EFD0D6CF0@prioris.internal.netsl.ru>; from Dennis Kreminsky on Tue, Dec 15, 1998 at 08:48:26AM +0300 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Unfortunately the PR number has been removed from the subject line, so I have no idea which PR is being discussed, but it seems functionally equivalent to a problem I reported, PR8544, as well as PR8902, which led me to PR7415, which has an attached patch which may not have actually been committed (it's from August) that may solve the problem (or not - IANAProgrammer). Bryan On Tue, Dec 15, 1998 at 08:48:26AM +0300, Dennis Kreminsky wrote: > Hey Matt, > > got my address typed in incorrectly, so please use the reply-to from > this message :) > > The crash occurs only when I _first_ try to mount it as UFS and _then_ > mount it via mount_msdos. > > The DOS filesystem is not a floppy, it's a Win95 partition on the same > hard drive. I believe it's not FAT32 (don't have any idea whether > mount_msdos would mount a FAT32 partition). Have to add that it's a > filesystem that has filenames with non-latin characters (Russian > actually) in them which all appear as question-marks '?', guess that > shouldn't be related to the bug but who knows... > > Hope that helps. > > Dennis > > > ------------------------- > Hmm... I think we need a bit more information. Does the crash occur > only if you first try to mount the disk as a UFS disk and then later > try to mount it as an MSDOS disk? Or does it crash if you first > attmept to mount it as an MSDOS disk? And, also, what type of > filesystem > is actually on the floppy ? > > -Matt > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- Bryan Fullerton http://www.samurai.com/ Owner, Lead Consultant http://www.feh.net/ Samurai Consulting http://www.icomm.ca/ "No, we don't do seppuku." Can you feel the Ohmu call? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Dec 14 23:31:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25212 for freebsd-bugs-outgoing; Mon, 14 Dec 1998 23:31:21 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ren.dtir.qld.gov.au (ns.detir.qld.gov.au [203.46.81.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25207 for ; Mon, 14 Dec 1998 23:31:19 -0800 (PST) (envelope-from syssgm@dtir.qld.gov.au) Received: by ren.dtir.qld.gov.au; id RAA27341; Tue, 15 Dec 1998 17:30:29 +1000 (EST) Received: from ogre.dtir.qld.gov.au(167.123.8.3) by ren.dtir.qld.gov.au via smap (3.2) id xma027324; Tue, 15 Dec 98 17:30:00 +1000 Received: from atlas.dtir.qld.gov.au (atlas.dtir.qld.gov.au [167.123.8.9]) by ogre.dtir.qld.gov.au (8.8.8/8.8.7) with ESMTP id RAA29850; Tue, 15 Dec 1998 17:30:00 +1000 (EST) Received: from nymph.dtir.qld.gov.au (nymph.dtir.qld.gov.au [167.123.10.10]) by atlas.dtir.qld.gov.au (8.8.5/8.8.5) with ESMTP id RAA13475; Tue, 15 Dec 1998 17:29:59 +1000 (EST) Received: from nymph.dtir.qld.gov.au (localhost.dtir.qld.gov.au [127.0.0.1]) by nymph.dtir.qld.gov.au (8.8.8/8.8.7) with ESMTP id RAA23551; Tue, 15 Dec 1998 17:29:58 +1000 (EST) (envelope-from syssgm@nymph.dtir.qld.gov.au) Message-Id: <199812150729.RAA23551@nymph.dtir.qld.gov.au> To: Bill Fumerola cc: syssgm@dtir.qld.gov.au, Bruce Evans , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8880 References: In-Reply-To: from Bill Fumerola at "Mon, 14 Dec 1998 16:52:20 -0500" Date: Tue, 15 Dec 1998 17:29:58 +1000 From: Stephen McKay Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Monday, 14th December 1998, Bill Fumerola wrote: >On Mon, 14 Dec 1998, Bruce Evans wrote: > >> >Synopsis: cp missing verbose switch >> >> Isn't this a much needed gap? > >Do you mean "wow, we do need that" or "do we _really_ need this?"? I'd translate this as: "Isn't this a much needed gap between Unix and that other junk". I'm quite happy that cp is not copy. Frustrated DOS weenies can write their own version, and make it as tasteless as they want. Stephen. PS Just close the PR with "Yes, we like it that way." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 00:00:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28490 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 00:00:29 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28479 for ; Tue, 15 Dec 1998 00:00:27 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA22790; Tue, 15 Dec 1998 18:58:01 +1100 Date: Tue, 15 Dec 1998 18:58:01 +1100 From: Bruce Evans Message-Id: <199812150758.SAA22790@godzilla.zeta.org.au> To: bryanf@samurai.com, Dennis.Kreminsky@netsl.ru Subject: Re: Notification: Inbound Mail Failure Cc: dillon@backplane.com, freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Unfortunately the PR number has been removed from the subject line, so I have >no idea which PR is being discussed, but it seems functionally equivalent to >a problem I reported, PR8544, as well as PR8902, which led me to PR7415, >which has an attached patch which may not have actually been committed (it's >from August) that may solve the problem (or not - IANAProgrammer). There is also a fix in vfs_bio.c rev.1.164. This was backed out because it was wrong for SMP. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 01:21:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05980 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 01:21:15 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05975 for ; Tue, 15 Dec 1998 01:21:14 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id BAA52720; Tue, 15 Dec 1998 01:20:12 -0800 (PST) (envelope-from dillon) Date: Tue, 15 Dec 1998 01:20:12 -0800 (PST) From: Matthew Dillon Message-Id: <199812150920.BAA52720@apollo.backplane.com> To: Dennis Kreminsky Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: RE: Notification: Inbound Mail Failure References: <71D2436D970DD111B0590020AFF76EFD0D6CF0@prioris.internal.netsl.ru> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ok. This jives with a couple of other problem reports. Luoqi has been working on a patch which may resolve or at least partly resolve the problem... well see. -Matt :Hey Matt, : :got my address typed in incorrectly, so please use the reply-to from :this message :) : :The crash occurs only when I _first_ try to mount it as UFS and _then_ :mount it via mount_msdos. : :The DOS filesystem is not a floppy, it's a Win95 partition on the same :hard drive. I believe it's not FAT32 (don't have any idea whether :mount_msdos would mount a FAT32 partition). Have to add that it's a :filesystem that has filenames with non-latin characters (Russian :actually) in them which all appear as question-marks '?', guess that :shouldn't be related to the bug but who knows... : :Hope that helps. : :Dennis : : :------------------------- :Hmm... I think we need a bit more information. Does the crash occur : only if you first try to mount the disk as a UFS disk and then later : try to mount it as an MSDOS disk? Or does it crash if you first : attmept to mount it as an MSDOS disk? And, also, what type of :filesystem : is actually on the floppy ? : : -Matt : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 04:17:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21662 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 04:17:14 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from rmstar.campus.luth.se (rmstar.campus.luth.se [130.240.197.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21650 for ; Tue, 15 Dec 1998 04:17:09 -0800 (PST) (envelope-from murduth@rmstar.campus.luth.se) Received: from rmstar.campus.luth.se (murduth@localhost [127.0.0.1]) by rmstar.campus.luth.se (8.9.1/8.9.1) with ESMTP id NAA09581 for ; Tue, 15 Dec 1998 13:17:01 +0100 (CET) (envelope-from murduth@rmstar.campus.luth.se) Message-Id: <199812151217.NAA09581@rmstar.campus.luth.se> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-bugs@FreeBSD.ORG Subject: ports/9061 change-request Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_-9182098430" Date: Tue, 15 Dec 1998 13:17:00 +0100 From: Joakim Henriksson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multipart MIME message. --==_Exmh_-9182098430 Content-Type: text/plain; charset=us-ascii Could someone either close ports/9061 (about jikes) and mail me, so that i can submit a pr with a better patch, or put the following patch in the pr instead. Since after rewieving the old patch i realized it was very wrong indeed. --==_Exmh_-9182098430 Content-Type: application/x-patch ; name="jikes.patch" Content-Description: jikes-double.patch Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="JIKES.PAT" KioqIGppa2Vzb3MvamlrZXMvc3JjL2RvdWJsZS5jcHAub3JpZwlUdWUgRGVjIDE1IDEyOjI1 OjAwIDE5OTgKLS0tIGppa2Vzb3MvamlrZXMvc3JjL2RvdWJsZS5jcHAJVHVlIERlYyAxNSAx MzowMDo1NCAxOTk4CioqKioqKioqKioqKioqKgoqKiogMTI1LDEzNiAqKioqCiAgCiAgSUVF RWRvdWJsZSBJRUVFZG91YmxlOjpvcGVyYXRvci8gKElFRUVkb3VibGUgb3ApCiAgewohICAg ICByZXR1cm4gSUVFRWRvdWJsZShEb3VibGVWYWx1ZSgpIC8gb3AuRG91YmxlVmFsdWUoKSk7 CiAgfQogIAogIElFRUVkb3VibGUmIElFRUVkb3VibGU6Om9wZXJhdG9yLz0gKElFRUVkb3Vi bGUgb3ApCiAgewohICAgICAqdGhpcyA9ICp0aGlzIC8gb3A7CiAgICAgIHJldHVybiAqdGhp czsKICB9CiAgCi0tLSAxMjUsMTU2IC0tLS0KICAKICBJRUVFZG91YmxlIElFRUVkb3VibGU6 Om9wZXJhdG9yLyAoSUVFRWRvdWJsZSBvcCkKICB7CiEgICAgIGlmIChvcC5Eb3VibGVWYWx1 ZSgpID09IDAuMCkKISAgICAgewohICAgICAgICAgaWYgKERvdWJsZVZhbHVlKCkgPCAwLjAp CiEgICAgICAgICAgICAgcmV0dXJuIE5FR0FUSVZFX0lORklOSVRZKCk7CiEgCWVsc2UgaWYg KERvdWJsZVZhbHVlKCkgPT0gMC4wKQohICAgICAgICAgICAgIHJldHVybiBOYU4oKTsKISAJ ZWxzZQohICAgICAgICAgICAgIHJldHVybiBQT1NJVElWRV9JTkZJTklUWSgpOwohICAgICB9 CiEgICAgIGVsc2UKISAgICAgICAgIHJldHVybiBJRUVFZG91YmxlKERvdWJsZVZhbHVlKCkg LyBvcC5Eb3VibGVWYWx1ZSgpKTsKICB9CiAgCiAgSUVFRWRvdWJsZSYgSUVFRWRvdWJsZTo6 b3BlcmF0b3IvPSAoSUVFRWRvdWJsZSBvcCkKICB7CiEgICAgIGlmIChvcC5Eb3VibGVWYWx1 ZSgpID09IDAuMCkKISAgICAgewohICAgICAgICAgaWYgKCp0aGlzIDwgMC4wKQohICAgICAg ICAgICAgICp0aGlzID0gTkVHQVRJVkVfSU5GSU5JVFkoKTsKISAJZWxzZSBpZiAoKnRoaXMg PT0gMC4wKQohICAgICAgICAgICAgICp0aGlzID0gTmFOKCk7CiEgCWVsc2UKISAgICAgICAg ICAgICAqdGhpcyA9IFBPU0lUSVZFX0lORklOSVRZKCk7CiEgICAgIH0KISAgICAgZWxzZQoh ICAgICAgICAgKnRoaXMgPSAqdGhpcyAvIG9wOwogICAgICByZXR1cm4gKnRoaXM7CiAgfQog IAoqKioqKioqKioqKioqKioKKioqIDI0MCwyNTEgKioqKgogIAogIHZvaWQgSUVFRWRvdWJs ZTo6Rm1vZHVsdXMoSUVFRWRvdWJsZSBhLCBJRUVFZG91YmxlIGIsIElFRUVkb3VibGUmIHJl c3VsdCkKICB7CiEgICAgICByZXN1bHQuRG91YmxlVmFsdWUoKSA9IGZtb2QoYS5Eb3VibGVW YWx1ZSgpLCBiLkRvdWJsZVZhbHVlKCkpOwogIH0KICAKICB2b2lkIElFRUVkb3VibGU6OkRp dmlkZShJRUVFZG91YmxlIGRpdmlkZW5kLCBJRUVFZG91YmxlIGRpdmlzb3IsIElFRUVkb3Vi bGUgJnF1b3RpZW50KQogIHsKISAgICAgcXVvdGllbnQgPSBkaXZpZGVuZC5Eb3VibGVWYWx1 ZSgpIC8gZGl2aXNvci5Eb3VibGVWYWx1ZSgpOwogICAgICByZXR1cm47CiAgfQogIAotLS0g MjYwLDI4NCAtLS0tCiAgCiAgdm9pZCBJRUVFZG91YmxlOjpGbW9kdWx1cyhJRUVFZG91Ymxl IGEsIElFRUVkb3VibGUgYiwgSUVFRWRvdWJsZSYgcmVzdWx0KQogIHsKISAgICAgIGlmIChi LkRvdWJsZVZhbHVlKCkgPT0gMCkKISAgICAgICAgICByZXN1bHQuRG91YmxlVmFsdWUoKSA9 IE5hTigpLkRvdWJsZVZhbHVlKCk7CiEgICAgICBlbHNlCiEgICAgICAgICAgcmVzdWx0LkRv dWJsZVZhbHVlKCkgPSBmbW9kKGEuRG91YmxlVmFsdWUoKSwgYi5Eb3VibGVWYWx1ZSgpKTsK ICB9CiAgCiAgdm9pZCBJRUVFZG91YmxlOjpEaXZpZGUoSUVFRWRvdWJsZSBkaXZpZGVuZCwg SUVFRWRvdWJsZSBkaXZpc29yLCBJRUVFZG91YmxlICZxdW90aWVudCkKICB7CiEgICAgIGlm IChkaXZpc29yLkRvdWJsZVZhbHVlKCkgPT0gMCkKISAgICAgewohICAgICAgICAgaWYgKGRp dmlkZW5kLkRvdWJsZVZhbHVlKCkgPCAwLjApCiEgCSAgICBxdW90aWVudCA9IE5FR0FUSVZF X0lORklOSVRZKCk7CiEgCWVsc2UgaWYgKGRpdmlkZW5kLkRvdWJsZVZhbHVlKCkgPT0gMC4w KQohIAkgICAgcXVvdGllbnQgPSBOYU4oKTsKISAJZWxzZQohIAkgICAgcXVvdGllbnQgPSBQ T1NJVElWRV9JTkZJTklUWSgpOwohICAgICB9CiEgICAgIGVsc2UKISAgICAgICAgIHF1b3Rp ZW50ID0gZGl2aWRlbmQuRG91YmxlVmFsdWUoKSAvIGRpdmlzb3IuRG91YmxlVmFsdWUoKTsK ICAgICAgcmV0dXJuOwogIH0KICAKKioqKioqKioqKioqKioqCioqKiAyNjEsMjY3ICoqKioK ICAKICB2b2lkIElFRUVmbG9hdDo6Rm1vZHVsdXMoSUVFRWZsb2F0IGEsIElFRUVmbG9hdCBi LCBJRUVFZmxvYXQmIHJlc3VsdCkKICB7CiEgICAgIHJlc3VsdC5GbG9hdFZhbHVlKCkgPSAo ZmxvYXQpIGZtb2QoKGRvdWJsZSkgYS5GbG9hdFZhbHVlKCksIChkb3VibGUpIGIuRmxvYXRW YWx1ZSgpKTsKICB9CiAgCiAgdm9pZCBJRUVFZmxvYXQ6OlN0cmluZyhjaGFyICogc3RyKQot LS0gMjk0LDMwNiAtLS0tCiAgCiAgdm9pZCBJRUVFZmxvYXQ6OkZtb2R1bHVzKElFRUVmbG9h dCBhLCBJRUVFZmxvYXQgYiwgSUVFRWZsb2F0JiByZXN1bHQpCiAgewohICAgICBpZiAoYi5G bG9hdFZhbHVlKCkgPT0gMC4wKQohICAgICB7CiEgICAgICAgICBJRUVFZG91YmxlIGQ7CiEg ICAgICAgICByZXN1bHQuRmxvYXRWYWx1ZSgpID0gKGZsb2F0KSBkLk5hTigpLkRvdWJsZVZh bHVlKCk7CiEgICAgIH0KISAgICAgZWxzZQohICAgICAgICAgcmVzdWx0LkZsb2F0VmFsdWUo KSA9IChmbG9hdCkgZm1vZCgoZG91YmxlKSBhLkZsb2F0VmFsdWUoKSwgKGRvdWJsZSkgYi5G bG9hdFZhbHVlKCkpOwogIH0KICAKICB2b2lkIElFRUVmbG9hdDo6U3RyaW5nKGNoYXIgKiBz dHIpCg== --==_Exmh_-9182098430 Content-Type: text/plain; charset=us-ascii regards/ Joakim --==_Exmh_-9182098430-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 04:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24689 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 04:50:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24680 for ; Tue, 15 Dec 1998 04:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA06519; Tue, 15 Dec 1998 04:50:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24599; Tue, 15 Dec 1998 04:48:22 -0800 (PST) (envelope-from nobody) Message-Id: <199812151248.EAA24599@hub.freebsd.org> Date: Tue, 15 Dec 1998 04:48:22 -0800 (PST) From: trev@ibm.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/9090: wall is non-functional: unable to open temp file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9090 >Category: bin >Synopsis: wall is non-functional: unable to open temp file >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 Dec 15 04:50:01 PST 1998 >Last-Modified: >Originator: Trev Roydhouse >Organization: - >Release: FreeBSD 2.2.8-STABLE >Environment: FreeBSD guard.bbs.org 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Tue Dec 15 22:58:57 EST 1998 trev@guard.bbs.org:/usr/src/sys/compile/GUARD i386 >Description: 'wall' is unable to open temporary file >How-To-Repeat: type wall >Fix: guard ttyp2 /usr/src/usr.bin/wall $ diff wall.c.org wall.c 149c149 < printf(tmpname, sizeof(tmpname), "%s/wall.XXXXXX", _PATH_TMP); --- > snprintf(tmpname, sizeof(tmpname), "%s/wall.XXXXXX", _PATH_TMP); >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 Dec 15 05:10:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26394 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 05:10:01 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA26345 for ; Tue, 15 Dec 1998 05:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA09525; Tue, 15 Dec 1998 05:10:00 -0800 (PST) Received: from lohi.clinet.fi (lohi.clinet.fi [194.100.0.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA25603 for ; Tue, 15 Dec 1998 05:03:31 -0800 (PST) (envelope-from hsu@mail.clinet.fi) Received: from katiska.clinet.fi (katiska.clinet.fi [194.100.0.4]) by lohi.clinet.fi (8.9.1/8.9.0) with ESMTP id PAA06804 for ; Tue, 15 Dec 1998 15:03:44 +0200 (EET) Received: (from root@localhost) by katiska.clinet.fi (8.9.0/8.9.0) id PAA20298; Tue, 15 Dec 1998 15:03:23 +0200 (EET) Message-Id: <199812151303.PAA20298@katiska.clinet.fi> Date: Tue, 15 Dec 1998 15:03:23 +0200 (EET) From: Heikki Suonsivu Reply-To: hsu@clinet.fi To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/9091: daily/weekly/monthly/security strip hostname Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9091 >Category: bin >Synopsis: daily/weekly/monthly/security strip hostname >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 15 05:10:00 PST 1998 >Last-Modified: >Originator: Heikki Suonsivu >Organization: Clinet, Espoo, Finland >Release: FreeBSD 2.2.7-STABLE i386 >Environment: -stable. >Description: daily, weekly, monthly and security strip domain part out of hostname. This causes a mess when there are lots of hosts being managed. I get some 10 daily/security reports from "www" (.company.{com,fi}) and 10 "central-gw" (.town.fi) and so on. In particular this makes security auditing difficult when building automatic systems to watch daily stuff and summarize them to avoid reading > 200 mails which all say "everything is fine", as actual host has to be parsed from Received lines. >How-To-Repeat: Manage lots of FreeBSD computers. >Fix: Index: daily =================================================================== RCS file: /usr/CVS/src/etc/Attic/daily,v retrieving revision 1.21.2.4 diff -c -r1.21.2.4 daily *** daily 1998/09/13 23:10:08 1.21.2.4 --- daily 1998/10/14 12:46:28 *************** *** 4,10 **** # @(#)daily 5.12 (Berkeley) 5/24/91 # PATH=/bin:/usr/bin:/sbin:/usr/sbin ! host=`hostname -s` echo "Subject: $host daily run output" bak=/var/backups --- 4,10 ---- # @(#)daily 5.12 (Berkeley) 5/24/91 # PATH=/bin:/usr/bin:/sbin:/usr/sbin ! host=`hostname` echo "Subject: $host daily run output" bak=/var/backups Index: weekly =================================================================== RCS file: /usr/CVS/src/etc/Attic/weekly,v retrieving revision 1.17.2.2 diff -c -r1.17.2.2 weekly *** weekly 1998/01/10 00:06:55 1.17.2.2 --- weekly 1998/12/15 12:54:27 *************** *** 6,12 **** PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec export PATH ! host=`hostname -s` echo "Subject: $host weekly run output" #echo "" --- 6,12 ---- PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec export PATH ! host=`hostname` echo "Subject: $host weekly run output" #echo "" Index: monthly =================================================================== RCS file: /usr/CVS/src/etc/Attic/monthly,v retrieving revision 1.6.2.2 diff -c -r1.6.2.2 monthly *** monthly 1998/09/13 23:10:08 1.6.2.2 --- monthly 1998/12/15 12:54:20 *************** *** 5,11 **** # PATH=/bin:/usr/bin:/sbin:/usr/sbin ! host=`hostname -s` echo "Subject: $host monthly run output" W=/var/log/wtmp --- 5,11 ---- # PATH=/bin:/usr/bin:/sbin:/usr/sbin ! host=`hostname` echo "Subject: $host monthly run output" W=/var/log/wtmp Index: security =================================================================== RCS file: /usr/CVS/src/etc/security,v retrieving revision 1.16.2.6 diff -c -r1.16.2.6 security *** security 1998/07/08 22:44:08 1.16.2.6 --- security 1998/12/15 12:54:37 *************** *** 11,17 **** echo "" } ! host=`hostname -s` echo "Subject: $host security check output" LOG=/var/log --- 11,17 ---- echo "" } ! host=`hostname` echo "Subject: $host security check output" LOG=/var/log >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 Dec 15 06:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01721 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 06:10:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01709 for ; Tue, 15 Dec 1998 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA12551; Tue, 15 Dec 1998 06:10:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01022; Tue, 15 Dec 1998 06:02:35 -0800 (PST) (envelope-from nobody) Message-Id: <199812151402.GAA01022@hub.freebsd.org> Date: Tue, 15 Dec 1998 06:02:35 -0800 (PST) From: geoffb@demon.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/9092: DELF raid volumes cause panics under CAM Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9092 >Category: kern >Synopsis: DELF raid volumes cause panics under CAM >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 Dec 15 06:10:01 PST 1998 >Last-Modified: >Originator: Geoff Buckingham >Organization: Demon Internet >Release: 3.0-RELEASE >Environment: FreeBSD prometheus.noc.demon.net 3.0-RELEASE FreeBSD 3.0-RELEASE #3: Tue Dec 15 10:43:17 GMT 1998 >Description: Compuer Associated DELFRaid Logical volumes do not interact correctly with CAM, the proper level of TAG command queing is not reached. (The volumes are nominally capable of queing 32, CAM only gets down to 64 many SCSI errors plus kernel panics result. With maxtags set to 32 as detailed they tend to reduce to 26 or 24 still :-( >How-To-Repeat: Buy a DELF raid unit and exercise it: bonnie -s 1000 will allways panic my system. >Fix: Add the following to cam_xpt.c { /* Delf maxtags needs to be 32, probably applies to earlier versions too */ { T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED, /*vendor*/"C_Design", /*product*/"DELFRaid", /*revision*/"0131 " }, /*quirks*/0, /*mintags*/2, /*maxtags*/32 }, }, >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 Dec 15 08:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15166 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 08:30:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15144 for ; Tue, 15 Dec 1998 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA11034; Tue, 15 Dec 1998 08:30:01 -0800 (PST) Date: Tue, 15 Dec 1998 08:30:01 -0800 (PST) Message-Id: <199812151630.IAA11034@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: "Kenneth D. Merry" Subject: Re: kern/9092: DELF raid volumes cause panics under CAM Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9092; it has been noted by GNATS. From: "Kenneth D. Merry" To: geoffb@demon.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/9092: DELF raid volumes cause panics under CAM Date: Tue, 15 Dec 1998 09:22:44 -0700 (MST) geoffb@demon.net wrote... > > >Number: 9092 > >Category: kern > >Synopsis: DELF raid volumes cause panics under CAM > >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 Dec 15 06:10:01 PST 1998 > >Last-Modified: > >Originator: Geoff Buckingham > >Organization: > Demon Internet > >Release: 3.0-RELEASE > >Environment: > FreeBSD prometheus.noc.demon.net 3.0-RELEASE FreeBSD 3.0-RELEASE #3: Tue Dec 15 10:43:17 GMT 1998 > >Description: > Compuer Associated DELFRaid Logical volumes do not interact correctly > with CAM, the proper level of TAG command queing is not reached. (The > volumes are nominally capable of queing 32, CAM only gets down to 64 > many SCSI errors plus kernel panics result. > > With maxtags set to 32 as detailed they tend to reduce to 26 or 24 still > :-( > > >How-To-Repeat: > Buy a DELF raid unit and exercise it: > > bonnie -s 1000 will allways panic my system. > > >Fix: > Add the following to cam_xpt.c [ ... ] I'm glad you were able to work around the problem, but if you're getting kernel panics, that indicates a problem that may still exist in -current. Can you provide a stack trace from the panic? What sort of SCSI errors did you see? Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 10:30:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03830 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 10:30:54 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from post.mail.demon.net (post-11.mail.demon.net [194.217.242.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03781; Tue, 15 Dec 1998 10:30:37 -0800 (PST) (envelope-from dmlb@ragnet.demon.co.uk) Received: from [158.152.46.40] (helo=ragnet.demon.co.uk) by post.mail.demon.net with smtp (Exim 2.054 #1) id 0zpzEk-0006WT-00; Tue, 15 Dec 1998 18:30:22 +0000 Received: from dmlb by ragnet.demon.co.uk with local (Exim 1.82 #1) id 0zppfD-00055K-00; Tue, 15 Dec 1998 08:17:03 +0000 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199812122133.NAA14167@freefall.freebsd.org> Date: Tue, 15 Dec 1998 08:17:03 -0000 (GMT) From: Duncan Barclay To: Matt Dillon Subject: Re: kern/8802 Cc: freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 12-Dec-98 Matt Dillon wrote: > Synopsis: Users can obtain a bound privaliged TCP port using portal > > State-Changed-From-To: open-closed > State-Changed-By: dillon > State-Changed-When: Sat Dec 12 13:28:40 PST 1998 > State-Changed-Why: > I fixed an unrelated MSG_EOR flagging problem in portal but I wasn't able > to reproduce the privilage problem. > > apollo:/home/dillon> read < /p/tcp/localhost/1000/priv > /p/tcp/localhost/1000/priv: Operation not permitted. > apollo:/home/dillon> read < /p/tcp/localhost/25/priv > /p/tcp/localhost/25/priv: Operation not permitted. > > I noticed your test accessed /p/tcp/localhost/1000/priv as root, perhaps > that is why you were able to obtain a privilaged port ? If I'm missing > something here, please tell me and I'll re-open the bug :-) > > -Matt Matt, I've just realised that this PR is only one of a batch of portal PR's I submitted a few weeks ago, there are other small bugs (including the MSG_EOR) that are addressed in kern/8793 kern/8796 kern/8797 kern/8798 you might like to add them too whilst the code is still in your head. Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@ragnet.demon.co.uk | the alcoholics, and the permanently stoned. ________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 11:06:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08107 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 11:06:39 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08082; Tue, 15 Dec 1998 11:06:35 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA22991; Tue, 15 Dec 1998 11:06:34 -0800 (PST) Date: Tue, 15 Dec 1998 11:06:34 -0800 (PST) Message-Id: <199812151906.LAA22991@freefall.freebsd.org> To: dmlb@ragnet.demon.co.uk, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8793 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount_portal update/bug fix/addition State-Changed-From-To: open-closed State-Changed-By: dillon State-Changed-When: Tue Dec 15 11:06:09 PST 1998 State-Changed-Why: Committed adjustments to freebsd-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 11:06:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08144 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 11:06:48 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08124; Tue, 15 Dec 1998 11:06:44 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23058; Tue, 15 Dec 1998 11:06:44 -0800 (PST) Date: Tue, 15 Dec 1998 11:06:44 -0800 (PST) Message-Id: <199812151906.LAA23058@freefall.freebsd.org> To: dmlb@ragnet.demon.co.uk, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8797 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: addition of tcplisten namespace to portal FS State-Changed-From-To: open-closed State-Changed-By: dillon State-Changed-When: Tue Dec 15 11:06:37 PST 1998 State-Changed-Why: Committed adjustments to freebsd-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 11:06:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08198 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 11:06:59 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08164; Tue, 15 Dec 1998 11:06:52 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23129; Tue, 15 Dec 1998 11:06:52 -0800 (PST) Date: Tue, 15 Dec 1998 11:06:52 -0800 (PST) Message-Id: <199812151906.LAA23129@freefall.freebsd.org> To: dmlb@ragnet.demon.co.uk, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8796 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Additional example directory for /usr/share State-Changed-From-To: open-closed State-Changed-By: dillon State-Changed-When: Tue Dec 15 11:06:48 PST 1998 State-Changed-Why: Committed adjustments to freebsd-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 11:07:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08266 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 11:07:14 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08222; Tue, 15 Dec 1998 11:07:06 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23222; Tue, 15 Dec 1998 11:07:05 -0800 (PST) Date: Tue, 15 Dec 1998 11:07:05 -0800 (PST) Message-Id: <199812151907.LAA23222@freefall.freebsd.org> To: dmlb@ragnet.demon.co.uk, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8798 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bug to to portal code. State-Changed-From-To: open-closed State-Changed-By: dillon State-Changed-When: Tue Dec 15 11:07:02 PST 1998 State-Changed-Why: Committed adjustments to freebsd-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 11:07:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08329 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 11:07:30 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08265; Tue, 15 Dec 1998 11:07:13 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23287; Tue, 15 Dec 1998 11:07:14 -0800 (PST) Date: Tue, 15 Dec 1998 11:07:14 -0800 (PST) Message-Id: <199812151907.LAA23287@freefall.freebsd.org> To: mcgovern@spoon.beta.com, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8050 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Portal Filesystem (mount_portal) does not operate correctly. State-Changed-From-To: open-closed State-Changed-By: dillon State-Changed-When: Tue Dec 15 11:07:09 PST 1998 State-Changed-Why: Committed adjustments to freebsd-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 11:07:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08373 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 11:07:41 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08318; Tue, 15 Dec 1998 11:07:26 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA23357; Tue, 15 Dec 1998 11:07:26 -0800 (PST) Date: Tue, 15 Dec 1998 11:07:26 -0800 (PST) Message-Id: <199812151907.LAA23357@freefall.freebsd.org> To: dillon@backplane.com, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6758 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount_portal fails because kernal refuses to accept MSG_EOR flag in sendmsg State-Changed-From-To: suspended-closed State-Changed-By: dillon State-Changed-When: Tue Dec 15 11:07:19 PST 1998 State-Changed-Why: Committed adjustments to freebsd-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 13:18:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26412 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 13:18:20 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26401; Tue, 15 Dec 1998 13:18:16 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA02004; Tue, 15 Dec 1998 13:18:17 -0800 (PST) Date: Tue, 15 Dec 1998 13:18:17 -0800 (PST) Message-Id: <199812152118.NAA02004@freefall.freebsd.org> To: gnat@frii.com, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8374 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.0-RELEASE/src/install.sh refers to missing package State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Tue Dec 15 13:17:47 PST 1998 State-Changed-Why: Originator notes this problem has been corrected. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 15:27:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12465 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 15:27:17 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12448; Tue, 15 Dec 1998 15:27:05 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA08989; Tue, 15 Dec 1998 15:13:12 -0800 (PST) Date: Tue, 15 Dec 1998 15:13:12 -0800 (PST) Message-Id: <199812152313.PAA08989@freefall.freebsd.org> To: kkennawa@physics.adelaide.edu.au, fenner@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: misc/8877 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: web query-pr interface doesnt escape multi-word arguments State-Changed-From-To: open-closed State-Changed-By: fenner State-Changed-When: Tue Dec 15 15:12:36 PST 1998 State-Changed-Why: Fixed in rev 1.18 of query-pr-summary.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Dec 15 15:53:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15771 for freebsd-bugs-outgoing; Tue, 15 Dec 1998 15:53:16 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from ogurok.com (ogurok.com [208.212.72.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15760 for ; Tue, 15 Dec 1998 15:53:14 -0800 (PST) (envelope-from oleg@ogurok.com) Received: from localhost (oleg@localhost) by ogurok.com (8.9.1/8.9.1) with ESMTP id TAA21618 for ; Tue, 15 Dec 1998 19:01:47 -0500 (EST) (envelope-from oleg@ogurok.com) Date: Tue, 15 Dec 1998 19:01:47 -0500 (EST) From: Oleg Ogurok To: freebsd-bugs@FreeBSD.ORG Subject: /ports/mbone/speakfreely - can't compile. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am getting following errors trying to "make" this port. I am running 3.0-CURRENT Dec15, and just cvsup'ed the CURRENT port collection. BTW, is freebsd-bugs correct maillist to put things like this? ===> speak_freely ===> Building for speak_freely-6.1c cc -O -pipe -Iadpcm -Ilpc -Iidea -I/usr/include -I/usr/local/include -DInternet_Port=2074 -DHALF_DUPLEX -DM_LITTLE_ENDIAN -c mike.c mike.c:877: warning: static declaration for `sendfile' follows non-static mike.c: In function `sendfile': mike.c:878: argument `f' doesn't match prototype /usr/include/sys/socket.h:395: prototype declaration mike.c:878: number of arguments doesn't match prototype /usr/include/sys/socket.h:395: prototype declaration mike.c: In function `main': mike.c:1948: warning: passing arg 1 of `sendfile' makes integer from pointer without a cast mike.c:1948: too few arguments to function `sendfile' mike.c:1960: too few arguments to function `sendfile' *** Error code 1 Stop. *** Error code 1 Oleg Ogurok oleg@ogurok.com http://www.ogurok.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 16 00:54:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12625 for freebsd-bugs-outgoing; Wed, 16 Dec 1998 00:54:02 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12607; Wed, 16 Dec 1998 00:53:55 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) From: Nick Hibma Received: (from n_hibma@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA07915; Wed, 16 Dec 1998 00:53:55 -0800 (PST) Date: Wed, 16 Dec 1998 00:53:55 -0800 (PST) Message-Id: <199812160853.AAA07915@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, n_hibma@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6147 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: syncronus ufs does not sync State-Changed-From-To: open-analyzed State-Changed-By: n_hibma State-Changed-When: Wed Dec 16 00:51:33 PST 1998 State-Changed-Why: The submitter has been contacted and the problem seems to be solved in 2.2.7. I will try tp verify whether I can reproduce the problem 2.2.6 and see whether it _has_ been solved in newer kernels. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 16 01:00:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12950 for freebsd-bugs-outgoing; Wed, 16 Dec 1998 01:00:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12922 for ; Wed, 16 Dec 1998 01:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08104; Wed, 16 Dec 1998 01:00:01 -0800 (PST) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12790 for ; Wed, 16 Dec 1998 00:55:42 -0800 (PST) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.1/8.9.1) id QAA00585; Wed, 16 Dec 1998 16:55:23 +0800 (CST) Message-Id: <199812160855.QAA00585@Terry.Dorm10.NCTU.edu.tw> Date: Wed, 16 Dec 1998 16:55:23 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9095: swap detect error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9095 >Category: kern >Synopsis: swap detect error >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 16 01:00:00 PST 1998 >Last-Modified: >Originator: Ying-Chieh Liao >Organization: NCTU CSIE >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Mon Dec 14 22:40:32 CST 1998 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: i have 2 swap device, wd0s2b & wd1s1b and after i used /stand/sysinstall to label my wd1s1e and quit sysinstall, (i didn't change wd1s1b) when i use top or swapinfo, my swap capacity was wrong top : total swap from 256M to 384M swapinfo : before : Device 1K-blocks Used Avail Capacity Type /dev/wd0s2b 131072 15084 115860 12% Interleaved /dev/wd1s1b 131072 15128 115816 12% Interleaved Total 261888 30212 231676 12% after : Device 1K-blocks Used Avail Capacity Type /dev/wd0s2b 131072 15084 115860 12% Interleaved /dev/wd1s1b 131072 15128 115816 12% Interleaved /dev/wd1s1b 131072 256 130688 0% Interleaved Total 392832 30468 362364 8% >How-To-Repeat: use /stand/sysinstall >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 16 05:58:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16830 for freebsd-bugs-outgoing; Wed, 16 Dec 1998 05:58:36 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16825; Wed, 16 Dec 1998 05:58:35 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by zippy.cdrom.com (8.9.1/8.9.1) with ESMTP id FAA48600; Wed, 16 Dec 1998 05:58:03 -0800 (PST) To: rv@fore.com cc: jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/9005: new functionality patch. In-reply-to: Your message of "Fri, 11 Dec 1998 19:21:56 EST." <199812120021.TAA03114@agastya.eng.fore.com> Date: Wed, 16 Dec 1998 05:58:02 -0800 Message-ID: <48596.913816682@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi Jordan: > > I'm attaching a diff for the separation of the [de]installation scripts. > > Let me know what you think. These look good, I'll commit them! - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 16 06:30:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20150 for freebsd-bugs-outgoing; Wed, 16 Dec 1998 06:30:05 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA20077 for ; Wed, 16 Dec 1998 06:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA25468; Wed, 16 Dec 1998 06:30:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA19087; Wed, 16 Dec 1998 06:22:02 -0800 (PST) (envelope-from nobody) Message-Id: <199812161422.GAA19087@hub.freebsd.org> Date: Wed, 16 Dec 1998 06:22:02 -0800 (PST) From: schmidt@enconet.de To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: i386/9102: Voxware does not provide /dev/mixer for ESS1688-card in 3.0-REL Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9102 >Category: i386 >Synopsis: Voxware does not provide /dev/mixer for ESS1688-card in 3.0-REL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 16 06:30:00 PST 1998 >Last-Modified: >Originator: Stefan Schmidt >Organization: >Release: 3.0-RELEASE >Environment: FreeBSD vectra.hc.congress.ccc.de 3.0-RELEASE FreeBSD 3.0-RELEASE #8: Wed Dec 16 14:48:53 CET 1998 root@vectra.hc.congress.ccc.de:/usr/src/sys/compile/NEWKE RNEL i386 >Description: on cat /dev/sndstat a Mixer device does not appear. My soundcard is recognized as a ESS688 based card i used the soundblaster pro driver which worked quite well with the 2.2.7-RELEASE sb0 at 0x220 irq 5 drq 1 on isa is found and the Soundblaster Pro 3.1 code is used. opl0 if found at 0x388 on isa and is is a Yamaha OPL3 FM well to keep it simple: there is just no mixer device found for this card. >How-To-Repeat: use the Voxware-drivers in 3.0-RELEASE with a ESS1688-card and the following settings: controller snd0 device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr device opl0 at isa? port 0x388 >Fix: don't know yet, perhaps switching back to the old code from 2.2.7 for the SoundBlaster drivers would work. The code is pretty much the same i think. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 16 09:10:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12386 for freebsd-bugs-outgoing; Wed, 16 Dec 1998 09:10:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12345 for ; Wed, 16 Dec 1998 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA25214; Wed, 16 Dec 1998 09:10:01 -0800 (PST) Received: from lion.plab.ku.dk (lion.plab.ku.dk [130.225.105.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11891 for ; Wed, 16 Dec 1998 09:06:21 -0800 (PST) (envelope-from tobez@lion.plab.ku.dk) Received: from localhost (1367 bytes) by lion.plab.ku.dk via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Wed, 16 Dec 1998 18:04:59 +0100 (CET) (Smail-3.2.0.101 1997-Dec-17 #1 built 1998-Nov-8) Message-Id: Date: Wed, 16 Dec 1998 18:04:59 +0100 (CET) From: tobez@plab.ku.dk Reply-To: tobez@plab.ku.dk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9104: Mounting MS-DOS floppy crashes 3.0-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9104 >Category: kern >Synopsis: A weird sequence of two mounts crashes 3.0-RELEASE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 16 09:10:01 PST 1998 >Last-Modified: >Originator: Anton Berezin >Organization: The Protein Laboratory, University of Copenhagen >Release: FreeBSD 3.0-RELEASE i386 >Environment: Tested on two very different machines with 3.0-RELEASE >Description: When issuing (by mistake) the following command mount /dev/fd0.1440 /mnt with MS-DOS-formatted floppy inserted mount correctly reports a failure (incorrect super-block or somesuch). After realizing the mistake and issuing immediately after this mount_msdos /def/fd0.1440 /mnt the system does something for several seconds (all responses are very slow), then reboots. This was tested on two very different (486-66-32-ISA-IDE and PII-400-128-PCI-SCSI) machines with two different known-to-be-good diskettes. Both diskettes were mounted alright when the correct mounting command was specified. >How-To-Repeat: See description. I believe it's reproducible. >Fix: I wish I knew. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 16 11:10:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26950 for freebsd-bugs-outgoing; Wed, 16 Dec 1998 11:10:12 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from jade.chc-chimes.com ([206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26875 for ; Wed, 16 Dec 1998 11:10:01 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: (from billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) id OAA17007; Wed, 16 Dec 1998 14:08:47 -0500 (EST) (envelope-from billf) Message-Id: <199812161908.OAA17007@jade.chc-chimes.com> Date: Wed, 16 Dec 1998 14:08:46 -0500 (EST) From: billf@FreeBSD.ORG Subject: Re: /ports/mbone/speakfreely - can't compile. To: oleg@ogurok.com cc: freebsd-bugs@FreeBSD.ORG In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 15 Dec, Oleg Ogurok wrote: %% I am getting following errors trying to "make" this port. %% I am running 3.0-CURRENT Dec15, and just cvsup'ed the CURRENT port %% collection. %% BTW, is freebsd-bugs correct maillist to put things like this? %% %% ===> speak_freely %% ===> Building for speak_freely-6.1c %% cc -O -pipe -Iadpcm -Ilpc -Iidea -I/usr/include -I/usr/local/include %% -DInternet_Port=2074 -DHALF_DUPLEX -DM_LITTLE_ENDIAN -c mike.c %% mike.c:877: warning: static declaration for `sendfile' follows non-static %% mike.c: In function `sendfile': %% mike.c:878: argument `f' doesn't match prototype %% /usr/include/sys/socket.h:395: prototype declaration %% mike.c:878: number of arguments doesn't match prototype %% /usr/include/sys/socket.h:395: prototype declaration %% mike.c: In function `main': %% mike.c:1948: warning: passing arg 1 of `sendfile' makes integer from %% pointer %% without a cast %% mike.c:1948: too few arguments to function `sendfile' %% mike.c:1960: too few arguments to function `sendfile' It would be more appropriate to use send-pr(1) or to at least mail freebsd-ports instead of freebsd-bugs. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 16 13:47:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17643 for freebsd-bugs-outgoing; Wed, 16 Dec 1998 13:47:52 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from dillon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17616; Wed, 16 Dec 1998 13:47:46 -0800 (PST) (envelope-from dillon) Date: Wed, 16 Dec 1998 13:47:46 -0800 (PST) From: Matt Dillon Message-Id: <199812162147.NAA17616@hub.freebsd.org> To: tobez@plab.ku.dk, dillon, freebsd-bugs, dillon Subject: Re: kern/9104 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: A weird sequence of two mounts crashes 3.0-RELEASE State-Changed-From-To: open-analyzed State-Changed-By: dillon State-Changed-When: Wed Dec 16 13:44:02 PST 1998 State-Changed-Why: The problem has been identified and we are working on a solution, but due to the complexity of the solution it may be a bit before we can test and commit it. Thanks for the report! Responsible-Changed-From-To: freebsd-bugs->dillon Responsible-Changed-By: dillon Responsible-Changed-When: Wed Dec 16 13:44:02 PST 1998 Responsible-Changed-Why: (changed responsible person for tracking purposes) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 16 20:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02285 for freebsd-bugs-outgoing; Wed, 16 Dec 1998 20:40:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02270 for ; Wed, 16 Dec 1998 20:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01027; Wed, 16 Dec 1998 20:40:02 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02084; Wed, 16 Dec 1998 20:35:41 -0800 (PST) (envelope-from nobody) Message-Id: <199812170435.UAA02084@hub.freebsd.org> Date: Wed, 16 Dec 1998 20:35:41 -0800 (PST) From: jhroyer@joher.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/9110: ps displays 4x-5x more memory usage (vsz) on any process from 2.2.x to 3.0.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9110 >Category: kern >Synopsis: ps displays 4x-5x more memory usage (vsz) on any process from 2.2.x to 3.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 16 20:40:01 PST 1998 >Last-Modified: >Originator: Jean-Hugues ROYER >Organization: >Release: 3.0.0 release / 2.2.8 stable >Environment: >Description: When checking the memory usage of a process like getty or telnetd or else using ps (or top) it shows that the same process under 3.0.0 use 4-5 times more memory than the same one on 2.2.x >How-To-Repeat: ps aux | fgrep getty on a 2.2.x and on a 2.3.0 (getty is an example check with any other one) >Fix: ps problem ? kernel problem ? >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Dec 16 23:20:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16650 for freebsd-bugs-outgoing; Wed, 16 Dec 1998 23:20:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16639 for ; Wed, 16 Dec 1998 23:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07517; Wed, 16 Dec 1998 23:20:01 -0800 (PST) Date: Wed, 16 Dec 1998 23:20:01 -0800 (PST) Message-Id: <199812170720.XAA07517@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: David Greenman Subject: Re: kern/9110: ps displays 4x-5x more memory usage (vsz) on any process from 2.2.x to 3.0.0 Reply-To: David Greenman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9110; it has been noted by GNATS. From: David Greenman To: jhroyer@joher.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/9110: ps displays 4x-5x more memory usage (vsz) on any process from 2.2.x to 3.0.0 Date: Wed, 16 Dec 1998 23:11:57 -0800 >When checking the memory usage of a process like getty or telnetd or >else using ps (or top) it shows that the same process under 3.0.0 >use 4-5 times more memory than the same one on 2.2.x VSZ is accurate in 3.x and not accurate in 2.2.x. This PR can be closed. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 08:00:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12976 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 08:00:01 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12920 for ; Thu, 17 Dec 1998 07:59:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA25007; Thu, 17 Dec 1998 08:00:00 -0800 (PST) Date: Thu, 17 Dec 1998 08:00:00 -0800 (PST) Message-Id: <199812171600.IAA25007@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: David Malone Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8732; it has been noted by GNATS. From: David Malone To: freebsd-gnats-submit@freebsd.org Cc: danderse@cs.utah.edu, nops@maths.tcd.ie Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Date: Thu, 17 Dec 1998 15:49:22 +0000 I've having terrible problems with NFS - I get an uptime of about 3 days with NFS 3 and an uptime of about 3 hours with NFS 2 on our 3.0 machines. I think one of the problems I've been seeing mathces this PR exactly - the machine hangs and when I break to the debugger it seems to be deadlocked in vinvalbuf. The PR suggests that if tsleep returns an error this should returned. This would seem to be a sensible thing to do, as it is done just below with the return value of another tsleep. The PR also suggests that this may break some clients which don't check the return value of close, but I think they'll be broken anyway (NFS returns things like disk full on close I think). We have "tested" this suggestion once by jumping out of vinvalbuf from the debugger - the machine survived fine for several days afterwards. The other possibility suggested in this PR is not to allow the tsleep to be interupted, which would be far better than having the machine hang every few days! Is there any possibility of of someone commiting either of the fixes? I have three 3.0 machines here which I can do testing on if someone would like to suggest which is the correct fix. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 08:15:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14491 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 08:15:39 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA14480 for ; Thu, 17 Dec 1998 08:15:35 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 17 Dec 98 16:14:59 +0000 (GMT) To: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang From: David Malone Date: Thu, 17 Dec 1998 16:14:59 +0000 Message-ID: <9812171615.aa20071@salmon.maths.tcd.ie> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [I forgot to cc this to -bugs] I've having terrible problems with NFS - I get an uptime of about 3 days with NFS 3 and an uptime of about 3 hours with NFS 2 on our 3.0 machines. I think one of the problems I've been seeing mathces this PR exactly - the machine hangs and when I break to the debugger it seems to be deadlocked in vinvalbuf. The PR suggests that if tsleep returns an error this should returned. This would seem to be a sensible thing to do, as it is done just below with the return value of another tsleep. The PR also suggests that this may break some clients which don't check the return value of close, but I think they'll be broken anyway (NFS returns things like disk full on close I think). We have "tested" this suggestion once by jumping out of vinvalbuf from the debugger - the machine survived fine for several days afterwards. The other possibility suggested in this PR is not to allow the tsleep to be interupted, which would be far better than having the machine hang every few days! Is there any possibility of of someone commiting either of the fixes? I have three 3.0 machines here which I can do testing on if someone would like to suggest which is the correct fix. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 09:12:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19925 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 09:12:13 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19920; Thu, 17 Dec 1998 09:12:12 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA28958; Thu, 17 Dec 1998 09:12:13 -0800 (PST) Date: Thu, 17 Dec 1998 09:12:13 -0800 (PST) Message-Id: <199812171712.JAA28958@freefall.freebsd.org> To: jin@pesto.lbl.gov, jkh@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8941 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysctl in different place causes whereis failure State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Thu Dec 17 09:11:58 PST 1998 State-Changed-Why: fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 09:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21989 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 09:30:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21960 for ; Thu, 17 Dec 1998 09:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29876; Thu, 17 Dec 1998 09:30:01 -0800 (PST) Date: Thu, 17 Dec 1998 09:30:01 -0800 (PST) Message-Id: <199812171730.JAA29876@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: David Malone Subject: Re: kern/8928 450NX-based computers only probe the first PCI bus Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8928; it has been noted by GNATS. From: David Malone To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/8928 450NX-based computers only probe the first PCI bus Date: Thu, 17 Dec 1998 17:20:14 +0000 I've been using the following patch on our Dell 6300 machine and it seems to be working fine. If the number of busses is 255 I've just set the number of busses to be NBUS - 2 if NBUS is defined or 10 otherwise. I had to include opt_smp.h to get NBUS... David. *** pcisupport.c.orig Wed Dec 2 22:29:31 1998 --- pcisupport.c Thu Dec 3 12:40:09 1998 *************** *** 42,47 **** --- 42,48 ---- */ #include "opt_pci.h" + #include "opt_smp.h" #include #include *************** *** 118,123 **** --- 119,125 ---- * XXX Both fixbushigh_orion() and fixbushigh_i1225() are bogus in that way, * that they store the highest bus number to scan in this device's config * data, though it is about PCI buses attached to the CPU independently! + * The same goes for fixbushigh_450nx. */ static void *************** *** 137,142 **** --- 139,204 ---- tag->secondarybus = tag->subordinatebus = sublementarybus +1; } + + /* + * This reads the PCI config space for the 82451NX MIOC in the 450NX + * chipset to determine the PCI bus configuration. + * + * Assuming the BIOS has set up the MIOC properly, this will correctly + * report the number of PCI busses in the system. + * + * A small problem is that the Host to PCI bridge control is in the MIOC, + * while the host-pci bridges are separate PCI devices. So it really + * isn't easily possible to set up the subordinatebus mappings as the + * 82454NX PCI expander bridges are probed, although that makes the + * most sense. + */ + static void + fixbushigh_450nx(pcici_t tag) + { + int subordinatebus; + unsigned long devmap; + + /* + * Read the DEVMAP field, so we know which fields to check. + * If the Host-PCI bridge isn't marked as present by the BIOS, + * we have to assume it doesn't exist. + * If this doesn't find all the PCI busses, complain to the + * BIOS vendor. There is nothing more we can do. + */ + devmap = pci_cfgread(tag, 0xd6, 2) & 0x3c; + if (!devmap) + panic("450NX MIOC: No host to PCI bridges marked present.\n"); + /* + * Since the buses are configured in order, we just have to + * find the highest bus, and use those numbers. + */ + if (devmap & 0x20) { /* B1 */ + subordinatebus = pci_cfgread(tag, 0xd5, 1); + } else if (devmap & 0x10) { /* A1 */ + subordinatebus = pci_cfgread(tag, 0xd4, 1); + } else if (devmap & 0x8) { /* B0 */ + subordinatebus = pci_cfgread(tag, 0xd2, 1); + } else /* if (devmap & 0x4) */ { /* A0 */ + subordinatebus = pci_cfgread(tag, 0xd1, 1); + } + if (subordinatebus == 255) { + printf("fixbushigh_450nx: bogus highest bus (%d) - reducing\n", + subordinatebus); + #ifdef NBUS + subordinatebus = NBUS - 2; + #else + subordinatebus = 10; + #endif + } + if (bootverbose) + printf("fixbushigh_450nx: subordinatebus is %d\n", + subordinatebus); + + tag->secondarybus = tag->subordinatebus = subordinatebus; + } + + static void fixwsc_natoma(pcici_t tag) { *************** *** 231,236 **** --- 293,299 ---- case 0x84c58086: return ("Intel 82453KX/GX (Orion) PCI memory controller"); case 0x84ca8086: + fixbushigh_450nx(tag); return ("Intel 82451NX Memory and I/O Controller"); case 0x84cb8086: return ("Intel 82454NX PCI Expander Bridge"); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 11:10:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02748 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 11:10:01 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02677 for ; Thu, 17 Dec 1998 11:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA05058; Thu, 17 Dec 1998 11:10:01 -0800 (PST) Date: Thu, 17 Dec 1998 11:10:01 -0800 (PST) Message-Id: <199812171910.LAA05058@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: "David G. Andersen" Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Reply-To: "David G. Andersen" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8732; it has been noted by GNATS. From: "David G. Andersen" To: David Malone Cc: freebsd-gnats-submit@freebsd.org, danderse@cs.utah.edu, nops@maths.tcd.ie Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Date: Thu, 17 Dec 1998 12:08:23 -0700 (MST) I decided to take the "return INTR on close, and don't worry about it" approach. This patch does exactly this. We're testing it here now, and it seems to work, and doesn't seem to have broken anything. Testers wanted. :-) Index: vfs_subr.c =================================================================== RCS file: /n/marker/usr/lsrc/FreeBSD/CVS/src/sys/kern/vfs_subr.c,v retrieving revision 1.174 diff -r1.174 vfs_subr.c 582,584c582,589 < tsleep((caddr_t)&vp->v_numoutput, < slpflag | (PRIBIO + 1), < "vinvlbuf", slptimeo); --- > if (error = tsleep((caddr_t)&vp->v_numoutput, > slpflag | (PRIBIO + 1), > "vinvlbuf", slptimeo)) { > if (error == EINTR) { > splx(s); > return (EINTR); > } > } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 13:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17816 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 13:20:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17796 for ; Thu, 17 Dec 1998 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12990; Thu, 17 Dec 1998 13:20:02 -0800 (PST) Date: Thu, 17 Dec 1998 13:20:02 -0800 (PST) Message-Id: <199812172120.NAA12990@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: David Malone Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8732; it has been noted by GNATS. From: David Malone To: "David G. Andersen" Cc: freebsd-gnats-submit@freebsd.org, nops@maths.tcd.ie Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Date: Thu, 17 Dec 1998 21:11:21 +0000 > I decided to take the "return INTR on close, and don't worry about it" > approach. This patch does exactly this. We're testing it here now, > and it seems to work, and doesn't seem to have broken anything. Grand - I'll try that so. > Testers wanted. :-) I've just recompiled kernels for all our 3.0 machines. Mind you it will be Janurary before the undergrads come back and give NFS a real good test ;-) David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 13:40:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20701 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 13:40:02 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20642 for ; Thu, 17 Dec 1998 13:39:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA14276; Thu, 17 Dec 1998 13:40:00 -0800 (PST) Date: Thu, 17 Dec 1998 13:40:00 -0800 (PST) Message-Id: <199812172140.NAA14276@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: "David G. Andersen" Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Reply-To: "David G. Andersen" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8732; it has been noted by GNATS. From: "David G. Andersen" To: Alfred Perlstein Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Date: Thu, 17 Dec 1998 14:31:52 -0700 (MST) Okay.. hrm. Want to try a different one? Index: vfs_subr.c =================================================================== RCS file: /n/marker/usr/lsrc/FreeBSD/CVS/src/sys/kern/vfs_subr.c,v retrieving revision 1.174 diff -r1.174 vfs_subr.c 582,584c582,587 < tsleep((caddr_t)&vp->v_numoutput, < slpflag | (PRIBIO + 1), < "vinvlbuf", slptimeo); --- > if (error = tsleep((caddr_t)&vp->v_numoutput, > slpflag | (PRIBIO + 1), > "vinvlbuf", slptimeo)) { > splx(s); > return (error); > } (Instead of just checking for EINTR, it returns on any error) I managed to replicate the crash you had with my first patch, but it took a lot more pounding for some reason. I haven't managed to crash with this one yet, but who knows. -Dave Lo and Behold, Alfred Perlstein said: > > On Thu, 17 Dec 1998, David G. Andersen wrote: > > whoa! nope, didn't work for me: > > crashed on the first mail delete: > > db> ps > pid proc addr uid ppid pgrp flag stat wmesg wchan cmd > 342 f6920d80 f6925000 1288 341 342 004006 2 pine > 341 f6920ec0 f6922000 1288 340 341 004086 3 pause f69220f0 zsh > 340 f6839040 f6917000 1288 339 340 000184 3 select f0299d2c screen-3.7.4 > 339 f6839540 f6908000 1288 335 339 004186 3 pause f69080f0 screen-3.7.4 > 335 f6920240 f6982000 1288 333 335 004086 3 pause f69820f0 zsh > 334 f6920380 f697e000 1288 332 334 004086 3 ttyin f02725bc zsh > 333 f69204c0 f6979000 1288 297 285 004086 3 select f0299d2c kvt > 332 f6920600 f6974000 1288 297 285 004086 3 select f0299d2c kvt > 331 f6920740 f6970000 1288 297 285 004086 3 select f0299d2c kioslave > 330 f6920880 f696c000 1288 297 285 004086 3 select f0299d2c kioslave > 314 f6920b00 f692b000 1288 1 285 004186 3 nanslp f0272518 kblob.kss > 309 f6838f00 f691a000 1288 295 285 004086 3 nanslp f0272518 maudio > 301 f6839180 f6913000 1288 293 285 004086 3 select f0299d2c kpanel > 300 f68392c0 f690f000 1288 292 285 004086 3 select f0299d2c krootwm > 299 f6839400 f690c000 1288 291 285 004086 3 select f0299d2c kbgndwm > 297 f6839680 f6902000 1288 289 285 004086 3 select f0299d2c kfm > 296 f68397c0 f68ff000 1288 288 285 004086 3 select f0299d2c kwmsound > 295 f6839900 f68fc000 1288 287 285 004086 3 nanslp f0272518 kaudioserver > 293 f6839b80 f68f5000 1288 286 285 000086 3 wait f6839b80 sh > 292 f6839cc0 f68f2000 1288 286 285 000086 3 wait f6839cc0 sh > 291 f6839e00 f68ef000 1288 286 285 000086 3 wait f6839e00 sh > 289 f683a080 f68e8000 1288 286 285 000086 3 wait f683a080 sh > 288 f683a1c0 f68e5000 1288 286 285 000086 3 wait f683a1c0 sh > 287 f683a300 f68e2000 1288 286 285 000086 3 wait f683a300 sh > 286 f683a440 f68df000 1288 285 285 004086 3 select f0299d2c kwm > 285 f683a580 f68da000 1288 283 285 004086 3 wait f683a580 sh > 284 f683a6c0 f68cb000 1288 283 284 004184 3 select f0299d2c Xaccel > 283 f683a800 f68c9000 1288 278 278 004086 3 wait f683a800 xinit > 278 f683a940 f68c4000 1288 264 278 004086 3 wait f683a940 sh > 277 f683aa80 f68c2000 0 273 277 004086 3 ttyin f0294610 cat > 273 f683abc0 f68bf000 0 271 273 004086 3 pause f68bf0f0 zsh > 271 f683ad00 f68bb000 0 263 271 004086 3 pause f68bb0f0 csh > 270 f683ae40 f68b4000 0 1 270 004086 3 ttyin f029797c getty > 269 f683af80 f68ae000 0 1 269 004086 3 ttyin f0297888 getty > 268 f683b0c0 f68ab000 0 1 268 004086 3 ttyin f0297794 getty > 267 f683b200 f68a8000 0 1 267 004086 3 ttyin f02976a0 getty > 266 f683b5c0 f6897000 0 1 266 004086 3 ttyin f02975ac getty > 265 f683b700 f6894000 0 1 265 004086 3 ttyin f02974b8 getty > 264 f683c880 f6850000 1288 1 264 004086 3 pause f68500f0 zsh > 263 f683c9c0 f684c000 1288 1 263 004086 3 pause f684c0f0 zsh > 235 f683b340 f689f000 0 1 235 000084 3 select f0299d2c sshd1 > 193 f683b840 f6890000 0 1 193 000084 2 moused > 157 f683b980 f688d000 0 1 157 000184 3 select f0299d2c sendmail > 154 f683bac0 f6888000 0 1 154 000084 3 select f0299d2c lpd > 150 f683bc00 f6884000 0 1 150 000084 3 nanslp f0272518 cron > 147 f683c240 f6875000 0 1 147 000084 3 select f0299d2c inetd > 125 f683bd40 f6881000 0 1 120 000084 3 nfsrcvlk f686ccc0 nfsiod > 124 f683be80 f687e000 0 1 120 000084 3 nfsrcvlk f686ccc0 nfsiod > 123 f683bfc0 f687b000 0 1 120 000084 3 nfsrcvlk f686ccc0 nfsiod > 122 f683c100 f6878000 0 1 120 000004 3 sbwait f6660e04 nfsiod > 109 f683c380 f6872000 1 1 109 000184 3 select f0299d2c portmap > 100 f683c4c0 f6861000 0 1 100 000084 3 select f0299d2c syslogd > 33 f683c740 f685b000 0 1 33 000084 3 pause f685b0f0 adjkerntz > 26 f683c600 f685e000 0 1 26 000084 3 mfsidl f6835700 mount_mfs > 4 f683cb00 f6847000 0 0 0 000204 3 syncer f0299cdc syncer > 3 f683cc40 f6845000 0 0 0 000204 3 psleep f02925e4 vmdaemon > 2 f683cd80 f6843000 0 0 0 000204 3 psleep f0265370 pagedaemon > 1 f683cec0 f6841000 0 0 1 004084 3 wait f683cec0 init > 0 f0299038 f02e8000 0 0 0 000204 3 sched f0299038 swapper > 290 f6839f40 f68ec000 1288 286 285 002006 5 sh > > my window manager settings got hosed as well. *grrr* > > thanks for the attempt though. > > Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com > -- There are operating systems, and then there's FreeBSD. > -- http://www.freebsd.org/ 3.0-current > -- work: danderse@cs.utah.edu me: angio@pobox.com University of Utah http://www.angio.net/ Department of Computer Science To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 13:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22055 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 13:50:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21977 for ; Thu, 17 Dec 1998 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA14854; Thu, 17 Dec 1998 13:50:01 -0800 (PST) Date: Thu, 17 Dec 1998 13:50:01 -0800 (PST) Message-Id: <199812172150.NAA14854@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Alfred Perlstein Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Reply-To: Alfred Perlstein Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8732; it has been noted by GNATS. From: Alfred Perlstein To: "David G. Andersen" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Date: Thu, 17 Dec 1998 16:51:10 -0500 (EST) On Thu, 17 Dec 1998, David G. Andersen wrote: > > Okay.. hrm. Want to try a different one? > > Index: vfs_subr.c > =================================================================== > RCS file: /n/marker/usr/lsrc/FreeBSD/CVS/src/sys/kern/vfs_subr.c,v ... > (Instead of just checking for EINTR, it returns on any error) > > I managed to replicate the crash you had with my first patch, but it > took a lot more pounding for some reason. I haven't managed to crash > with this one yet, but who knows. > > -Dave > someone should publish a mailbox over NFS stress test using pine. *cough* sorry, i'll check this out later tonight. i think it hits when pine is deleting mail and a signal arrives because the mailbox changed in size. does this propogate the signal back to the process? Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com -- There are operating systems, and then there's FreeBSD. -- http://www.freebsd.org/ 3.0-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 14:10:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24966 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 14:10:00 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24960 for ; Thu, 17 Dec 1998 14:09:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15605; Thu, 17 Dec 1998 14:10:00 -0800 (PST) Date: Thu, 17 Dec 1998 14:10:00 -0800 (PST) Message-Id: <199812172210.OAA15605@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Alfred Perlstein Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Reply-To: Alfred Perlstein Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8732; it has been noted by GNATS. From: Alfred Perlstein To: "David G. Andersen" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Date: Thu, 17 Dec 1998 17:07:10 -0500 (EST) On Thu, 17 Dec 1998, David G. Andersen wrote: > Okay.. hrm. Want to try a different one? > > Index: vfs_subr.c > =================================================================== > RCS file: /n/marker/usr/lsrc/FreeBSD/CVS/src/sys/kern/vfs_subr.c,v > retrieving revision 1.174 > diff -r1.174 vfs_subr.c > 582,584c582,587 > < tsleep((caddr_t)&vp->v_numoutput, > < slpflag | (PRIBIO + 1), > < "vinvlbuf", slptimeo); > --- > > if (error = tsleep((caddr_t)&vp->v_numoutput, > > slpflag | (PRIBIO + 1), > > "vinvlbuf", slptimeo)) { > > splx(s); > > return (error); > > } > > > (Instead of just checking for EINTR, it returns on any error) > > I managed to replicate the crash you had with my first patch, but it > took a lot more pounding for some reason. I haven't managed to crash > with this one yet, but who knows. > > -Dave ok, A & B A) ok, what if tsleep returns ERESTART? will the kernel allow the process to exit the kernel call? or will it loop retrying the syscall, and not allowing the process to return to userland? unless you say yes, i'll be trying the patch tonight (unplugging the ethernet to simulate an interrupted mount, then sending a ^C) B) well, um, i think i just got it. Basically a ^C will make tsleep return EINTR which will allow the process back to userland, but perhaps a SIGIO or some other call will make tsleep give ERESTART which will restart the IO? is it A or B or ??? thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 16:10:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10426 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 16:10:09 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10403 for ; Thu, 17 Dec 1998 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA21413; Thu, 17 Dec 1998 16:10:01 -0800 (PST) Date: Thu, 17 Dec 1998 16:10:01 -0800 (PST) Message-Id: <199812180010.QAA21413@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Alfred Perlstein Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Reply-To: Alfred Perlstein Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/8732; it has been noted by GNATS. From: Alfred Perlstein To: "David G. Andersen" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/8732: nfs mounts with 'intr' can cause system hang Date: Thu, 17 Dec 1998 19:04:32 -0500 (EST) On Thu, 17 Dec 1998, David G. Andersen wrote: > > Okay.. hrm. Want to try a different one? > > Index: vfs_subr.c > =================================================================== > RCS file: /n/marker/usr/lsrc/FreeBSD/CVS/src/sys/kern/vfs_subr.c,v > > (Instead of just checking for EINTR, it returns on any error) > > I managed to replicate the crash you had with my first patch, but it > took a lot more pounding for some reason. I haven't managed to crash > with this one yet, but who knows. > > -Dave Works great, I ran a script to automatically send myself mail every couple of seconds, happily deleted mail with 'intr' mounts for a good 10 minutes, this used to lock up on the first or second try. It was an intermidant(sp)? problem but it seems to be gone. You can ^C a hung df if the ethernet is unplugged and things seem fine afterward. Thanks a lot, great work. Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com -- There are operating systems, and then there's FreeBSD. -- http://www.freebsd.org/ 3.0-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 18:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25933 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 18:20:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25890 for ; Thu, 17 Dec 1998 18:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA28601; Thu, 17 Dec 1998 18:20:01 -0800 (PST) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25477 for ; Thu, 17 Dec 1998 18:14:49 -0800 (PST) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id AAA26169; Fri, 18 Dec 1998 00:14:40 -0200 (EDT) (envelope-from jonny) Message-Id: <199812180214.AAA26169@roma.coe.ufrj.br> Date: Fri, 18 Dec 1998 00:14:40 -0200 (EDT) From: Joao Carlos Mendes Luis Reply-To: jonny@jonny.eng.br To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/9118: aout compats in elf dir Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9118 >Category: bin >Synopsis: default install of aout compat libs is in elf dir >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 Dec 17 18:20:01 PST 1998 >Last-Modified: >Originator: Joao Carlos Mendes Luis >Organization: COPPE/UFRJ >Release: FreeBSD 3.0-19981209-SNAP i386 >Environment: 3.0-19981209-SNAP >Description: Hey, I've just installed a 3.0 SNAP, and found that some compat libs are in the wrong place. roma::jonny [608] cat compat21.?? | tar tfvz - drwxr-xr-x root/wheel 0 Dec 9 14:29 1998 ./ drwxr-xr-x root/wheel 0 Dec 9 14:29 1998 usr/ drwxr-xr-x root/wheel 0 Dec 9 14:29 1998 usr/lib/ drwxr-xr-x root/wheel 0 Dec 9 14:29 1998 usr/lib/compat/ -r--r--r-- root/wheel 435857 Dec 9 12:28 1998 usr/lib/compat/libc.so.2.2 -r--r--r-- root/wheel 494649 Dec 9 12:28 1998 usr/lib/compat/libg++.so.3.0 -r--r--r-- root/wheel 46237 Dec 9 12:28 1998 usr/lib/compat/libgmp.so.2.0 roma::jonny [609] Shouldn't these be in /usr/lib/compat/aout, where ldconfig expects them ??? And compat20 and compat1x suffer from this problem also. >How-To-Repeat: Install the latest SNAP. >Fix: Sorry, no patches, but this must be easy and a commiter should not trust my patches blindly anyway. :) Change the src/lib/compat/* Makefiles, or, if you decide that /usr/lib/compat is aout only, then change the default rc.conf accordingly. I prefer the first. >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 Dec 17 22:07:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23023 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 22:07:39 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22998; Thu, 17 Dec 1998 22:06:40 -0800 (PST) (envelope-from foxfair@FreeBSD.org) From: Howard Received: (from foxfair@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA09238; Thu, 17 Dec 1998 22:06:41 -0800 (PST) Date: Thu, 17 Dec 1998 22:06:41 -0800 (PST) Message-Id: <199812180606.WAA09238@freefall.freebsd.org> To: PA@FreeBSD.ee.ntu.edu.tw, foxfair@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8929 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Is this FreeBSD 2.2.8-RELEASE's error? State-Changed-From-To: open-closed State-Changed-By: foxfair State-Changed-When: Thu Dec 17 22:05:30 PST 1998 State-Changed-Why: See http://www.freebsd.org/releases/2.2.8R/errata.html. We don't have this problem anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 22:09:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23487 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 22:09:40 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23479; Thu, 17 Dec 1998 22:09:37 -0800 (PST) (envelope-from foxfair@FreeBSD.org) From: Howard Received: (from foxfair@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA09382; Thu, 17 Dec 1998 22:09:38 -0800 (PST) Date: Thu, 17 Dec 1998 22:09:38 -0800 (PST) Message-Id: <199812180609.WAA09382@freefall.freebsd.org> To: phoenix@calldei.com, foxfair@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8936 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bad link for /usr/sbin/sysctl State-Changed-From-To: open-closed State-Changed-By: foxfair State-Changed-When: Thu Dec 17 22:08:56 PST 1998 State-Changed-Why: Please check http://www.freebsd.org/releases/2.2.8R/errata.html. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Dec 17 22:10:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23640 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 22:10:02 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23590 for ; Thu, 17 Dec 1998 22:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA09423; Thu, 17 Dec 1998 22:10:01 -0800 (PST) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22671 for ; Thu, 17 Dec 1998 22:01:12 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: (from jack@localhost) by germanium.xtalwind.net (8.9.1/8.9.1) id BAA01026; Fri, 18 Dec 1998 01:01:02 -0500 (EST) Message-Id: <199812180601.BAA01026@germanium.xtalwind.net> Date: Fri, 18 Dec 1998 01:01:02 -0500 (EST) From: jack@germanium.xtalwind.net Reply-To: jack@germanium.xtalwind.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9119: 64K buffer limit in /sys/cam/cam_periph.c break cdrecord Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9119 >Category: kern >Synopsis: 64K buffer limit in /sys/cam/cam_periph.c break cdrecord >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 17 22:10:01 PST 1998 >Last-Modified: >Originator: >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: 3.0-CURRENT cvsuped 12/17 >Description: cdrecord version 1.6.1 generates a "cam_periph_mapmem: attempt to map 66xxx bytes, which is greater than DFLTPHYS(65536)" error under revision 1.8 of cam_periph.c >How-To-Repeat: Run cdrecord with a kernel compiled with version 1.8 of cam_periph.c >Fix: >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 Dec 17 22:11:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23900 for freebsd-bugs-outgoing; Thu, 17 Dec 1998 22:11:35 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23845; Thu, 17 Dec 1998 22:10:57 -0800 (PST) (envelope-from foxfair@FreeBSD.org) From: Howard Received: (from foxfair@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA09493; Thu, 17 Dec 1998 22:10:58 -0800 (PST) Date: Thu, 17 Dec 1998 22:10:58 -0800 (PST) Message-Id: <199812180610.WAA09493@freefall.freebsd.org> To: pavel@gsn.kurgan.ru, foxfair@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8995 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Some bugs after upgrade 2.2.7-RELEASE to 2.2.8-RELEASE State-Changed-From-To: open-closed State-Changed-By: foxfair State-Changed-When: Thu Dec 17 22:10:24 PST 1998 State-Changed-Why: Please check http://www.freebsd.org/releases/2.2.8R/errata.html. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 18 07:50:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22752 for freebsd-bugs-outgoing; Fri, 18 Dec 1998 07:50:07 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22733 for ; Fri, 18 Dec 1998 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26013; Fri, 18 Dec 1998 07:50:02 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21805; Fri, 18 Dec 1998 07:44:47 -0800 (PST) (envelope-from nobody) Message-Id: <199812181544.HAA21805@hub.freebsd.org> Date: Fri, 18 Dec 1998 07:44:47 -0800 (PST) From: rtm@eecs.harvard.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: bin/9123: pax can't read tar archives that contain files > 4GB Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9123 >Category: bin >Synopsis: pax can't read tar archives that contain files > 4GB >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 Dec 18 07:50:01 PST 1998 >Last-Modified: >Originator: Robert Morris >Organization: Harvard University >Release: 2.2.6 >Environment: FreeBSD frenulum.eecs.harvard.edu 2.2.7-RELEASE FreeBSD 2.2.7-RELEASE #0: Sat Sep 5 09:53:19 EDT 1998 rtm@frenulum.eecs.harvard.edu:/sys/compile/FRENULUM i386 >Description: pax treats the 12-digit octal file length field in the tar per-file header as if it fit into a 32-bit int. >How-To-Repeat: Create a tar archive containing a file longer than 4GB. Try to read the archive with pax. >Fix: Change /usr/src/bin/pax/tar.c: 460c460 < arcn->sb.st_size = (size_t)asc_ul(hd->size, sizeof(hd->size), OCT); --- > arcn->sb.st_size = asc_uqd(hd->size, sizeof(hd->size), OCT); 841c841 < arcn->sb.st_size = (size_t)asc_ul(hd->size, sizeof(hd->size), OCT); --- > arcn->sb.st_size = asc_uqd(hd->size, sizeof(hd->size), OCT); >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 Dec 18 14:54:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14095 for freebsd-bugs-outgoing; Fri, 18 Dec 1998 14:54:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14021; Fri, 18 Dec 1998 14:53:54 -0800 (PST) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA19144; Fri, 18 Dec 1998 14:53:56 -0800 (PST) Date: Fri, 18 Dec 1998 14:53:56 -0800 (PST) Message-Id: <199812182253.OAA19144@freefall.freebsd.org> To: jack@germanium.xtalwind.net, ken@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, ken@FreeBSD.ORG Subject: Re: kern/9119 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 64K buffer limit in /sys/cam/cam_periph.c break cdrecord State-Changed-From-To: open-feedback State-Changed-By: ken State-Changed-When: Fri Dec 18 14:52:18 PST 1998 State-Changed-Why: Please try the new patch I just submitted for the cdrecord port in the ports tree. (the new patch file is patches/patch-ab) I believe it should fix your problem. (it does for me) I forgot about fixing cdrecord... Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Fri Dec 18 14:52:18 PST 1998 Responsible-Changed-Why: I did the kernel changes, and I just fixed cdrecord to work with them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 18 15:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15595 for freebsd-bugs-outgoing; Fri, 18 Dec 1998 15:00:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15582 for ; Fri, 18 Dec 1998 15:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19418; Fri, 18 Dec 1998 15:00:02 -0800 (PST) Date: Fri, 18 Dec 1998 15:00:02 -0800 (PST) Message-Id: <199812182300.PAA19418@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Skumle Subject: Re: i386/8894: Rebooting accidently because of missing floppy Reply-To: Skumle Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/8894; it has been noted by GNATS. From: Skumle To: freebsd-gnats-submit@freebsd.org, skumles@yahoo.com Cc: Subject: Re: i386/8894: Rebooting accidently because of missing floppy Date: Fri, 18 Dec 1998 14:55:01 -0800 (PST) Problem Report kern/8894 FreeBSD 2.2.7 freezing, rebooting Release FreeBSD 2.2.7-RELEASE i386 Environment Asus TX97-E mb (#401A0-0108E), Intel 82439 TX/82371AB PIIX4 chipset, Pentium-200MMX CPU, 2x16550A onboard, primary/secondary IDE onboard, 32M EDO DRAM, 512k Pipeline Burst Cache, S3 Trio64V2/DX 2M (1.01.04) PCI, 3Dfx Interactive Voodoo Graphics PCI, Creative SoundBlaster AWE64 ISA PnP, primary, Quantum Fireball ST3.2A (auto detect), secondary, Toshiba CD-ROM XM-6002B/0527 drive, Sony 3.5" FDD, Logitech PS/2 mouse, Key Tronic 101 keyboard, Adaptec SCSI2 AHA152x ISA Running FreeBSD 2.2.8-RELEASE i386, XFree86 3.3.2 Swap: 74M total about %8 inuse. Including my dmesg and kernel config file: CPU: Pentium/P55C (200.46-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf real memory = 33554432 (32768K bytes) avail memory = 30797824 (30076K bytes) Probing for devices on PCI bus 0: chip0 rev 1 on pci0:0:0 chip1 rev 1 on pci0:1:0 chip2 rev 1 on pci0:1:1 chip3 rev 1 int d irq ?? on pci0:1:2 chip4 rev 1 on pci0:1:3 vga0 rev 4 int a irq 11 on pci0:10:0 pci0:11: vendor=0x121a, device=0x0001, class=multimedia (video) [no driver assigned] Probing for PnP devices: CSN 1 Vendor ID: CTL00e4 [0xe4008c0e] Serial 0x1ffddde4 pcm1 (SB16pnp sn 0x1ffddde4) at 0x220 irq 5 drq 1 flags 0x15 id 9 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <4 virtual consoles, flags=0x0> pcm0 not found at 0xffffffff sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface psm0 at 0x60-0x64 irq 12 on motherboard psm0: model Generic PS/2 mouse, device ID 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 3079MB (6306048 sectors), 6256 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, ovlap, dma, iordy wcd0: 2755KB/sec, 256KB cache, audio play, 255 volume levels, ejectable tray wcd0: no disc inside, unlocked npx0 flags 0x1 on motherboard npx0: INT 16 interface joy0 at 0x201 on isa joy0: joystick Intel Pentium F00F detected, installing workaround /kernel: WARNING: / was not properly dismounted. # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family machine "i386" cpu "I586_CPU" ident SKUMLE maxusers 5 options "MAXMEM=(32*1024)" options "MAXDSIZ=(32*1024*1024)" options "DFLDSIZ=(16*1024*1024)" options "CHILD_MAX=128" options "OPEN_MAX=128" options INET #InterNETworking options FFS #Berkeley Fast options "CD9660" #ISO 9660 options PROCFS #Process options "COMPAT_43" #BSD 4.3 compat options SCSI_DELAY=3 #Be pessimistic options BOUNCE_BUFFERS #include support options UCONSOLE #Allow users to options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c config kernel root on wd0 controller isa0 controller pci0 controller pnp0 # this is required for PnP support device pcm0 at isa? port? tty irq 5 drq 1 flags 0x15 vector pcmintr controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr options ATAPI #Enable ATAPI support options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM controller aic0 at isa? port 0x140 bio irq 10 vector aicintr controller scbus0 device sd0 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options MAXCONS=4 options SC_HISTORY_SIZE=200 device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr pseudo-device loop pseudo-device log pseudo-device vn 1 pseudo-device tun 1 pseudo-device pty 4 pseudo-device gzip options KTRACE #kernel tracing options SYSVSHM options SYSVMSG Description I am running XFree86 3.3.2, XF86_S3 server, window manager is Afterstep-1.0 from /ports. The freezing occurred in xterm. At the first mount, the disk was not inserted, by error, I don't know if it did hang here. I then typed the command with disk inserted hitting enter, the freezing part occurred, kernel? rebooting after about 5 seconds... I was not sure if 2.2.7 supported diagnostic and -g, as you can see they are not of this config file. DDB support was not compiled in kernel, I have not been able to collect a new crash dump, but maybe if you can catch stack before freeze and reboot. Up til freezing /reboot, PS/2 mouse work in X11, moused in console, PS/2 mouse work in X11, without moused, keyboard work in consoles and X11, keyboard switching between consoles and X11 work, keyboard switching between consoles work How-To-Repeat Freezing, reboot occurring problem is irregular, and I do not have the cause to repeat the problem. At the time it occurred some minutes after switch to X display from virtual consoles. I was then attempting to mount a msdos formatted 3.5" HDD floppy, that known to be accesed from DRDOS. _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 18 15:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15596 for freebsd-bugs-outgoing; Fri, 18 Dec 1998 15:00:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15584 for ; Fri, 18 Dec 1998 15:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19423; Fri, 18 Dec 1998 15:00:02 -0800 (PST) Date: Fri, 18 Dec 1998 15:00:02 -0800 (PST) Message-Id: <199812182300.PAA19423@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Skumle Subject: Re: i386/8894: Rebooting accidently because of missing floppy Reply-To: Skumle Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/8894; it has been noted by GNATS. From: Skumle To: freebsd-gnats-submit@freebsd.org, skumles@yahoo.com Cc: Subject: Re: i386/8894: Rebooting accidently because of missing floppy Date: Fri, 18 Dec 1998 14:56:10 -0800 (PST) Problem Report kern/8894 FreeBSD 2.2.7 freezing, rebooting Release FreeBSD 2.2.7-RELEASE i386 Environment Asus TX97-E mb (#401A0-0108E), Intel 82439 TX/82371AB PIIX4 chipset, Pentium-200MMX CPU, 2x16550A onboard, primary/secondary IDE onboard, 32M EDO DRAM, 512k Pipeline Burst Cache, S3 Trio64V2/DX 2M (1.01.04) PCI, 3Dfx Interactive Voodoo Graphics PCI, Creative SoundBlaster AWE64 ISA PnP, primary, Quantum Fireball ST3.2A (auto detect), secondary, Toshiba CD-ROM XM-6002B/0527 drive, Sony 3.5" FDD, Logitech PS/2 mouse, Key Tronic 101 keyboard, Adaptec SCSI2 AHA152x ISA Running FreeBSD 2.2.8-RELEASE i386, XFree86 3.3.2 Swap: 74M total about %8 inuse. Including my dmesg and kernel config file: CPU: Pentium/P55C (200.46-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf real memory = 33554432 (32768K bytes) avail memory = 30797824 (30076K bytes) Probing for devices on PCI bus 0: chip0 rev 1 on pci0:0:0 chip1 rev 1 on pci0:1:0 chip2 rev 1 on pci0:1:1 chip3 rev 1 int d irq ?? on pci0:1:2 chip4 rev 1 on pci0:1:3 vga0 rev 4 int a irq 11 on pci0:10:0 pci0:11: vendor=0x121a, device=0x0001, class=multimedia (video) [no driver assigned] Probing for PnP devices: CSN 1 Vendor ID: CTL00e4 [0xe4008c0e] Serial 0x1ffddde4 pcm1 (SB16pnp sn 0x1ffddde4) at 0x220 irq 5 drq 1 flags 0x15 id 9 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <4 virtual consoles, flags=0x0> pcm0 not found at 0xffffffff sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface psm0 at 0x60-0x64 irq 12 on motherboard psm0: model Generic PS/2 mouse, device ID 0 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 3079MB (6306048 sectors), 6256 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, ovlap, dma, iordy wcd0: 2755KB/sec, 256KB cache, audio play, 255 volume levels, ejectable tray wcd0: no disc inside, unlocked npx0 flags 0x1 on motherboard npx0: INT 16 interface joy0 at 0x201 on isa joy0: joystick Intel Pentium F00F detected, installing workaround /kernel: WARNING: / was not properly dismounted. # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family machine "i386" cpu "I586_CPU" ident SKUMLE maxusers 5 options "MAXMEM=(32*1024)" options "MAXDSIZ=(32*1024*1024)" options "DFLDSIZ=(16*1024*1024)" options "CHILD_MAX=128" options "OPEN_MAX=128" options INET #InterNETworking options FFS #Berkeley Fast options "CD9660" #ISO 9660 options PROCFS #Process options "COMPAT_43" #BSD 4.3 compat options SCSI_DELAY=3 #Be pessimistic options BOUNCE_BUFFERS #include support options UCONSOLE #Allow users to options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c config kernel root on wd0 controller isa0 controller pci0 controller pnp0 # this is required for PnP support device pcm0 at isa? port? tty irq 5 drq 1 flags 0x15 vector pcmintr controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr options ATAPI #Enable ATAPI support options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM controller aic0 at isa? port 0x140 bio irq 10 vector aicintr controller scbus0 device sd0 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options MAXCONS=4 options SC_HISTORY_SIZE=200 device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr pseudo-device loop pseudo-device log pseudo-device vn 1 pseudo-device tun 1 pseudo-device pty 4 pseudo-device gzip options KTRACE #kernel tracing options SYSVSHM options SYSVMSG Description I am running XFree86 3.3.2, XF86_S3 server, window manager is Afterstep-1.0 from /ports. The freezing occurred in xterm. At the first mount, the disk was not inserted, by error, I don't know if it did hang here. I then typed the command with disk inserted hitting enter, the freezing part occurred, kernel? rebooting after about 5 seconds... I was not sure if 2.2.7 supported diagnostic and -g, as you can see they are not of this config file. DDB support was not compiled in kernel, I have not been able to collect a new crash dump, but maybe if you can catch stack before freeze and reboot. Up til freezing /reboot, PS/2 mouse work in X11, moused in console, PS/2 mouse work in X11, without moused, keyboard work in consoles and X11, keyboard switching between consoles and X11 work, keyboard switching between consoles work How-To-Repeat Freezing, reboot occurring problem is irregular, and I do not have the cause to repeat the problem. At the time it occurred some minutes after switch to X display from virtual consoles. I was then attempting to mount a msdos formatted 3.5" HDD floppy, that known to be accesed from DRDOS. _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 18 19:01:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13071 for freebsd-bugs-outgoing; Fri, 18 Dec 1998 19:01:38 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13064; Fri, 18 Dec 1998 19:01:34 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28316; Fri, 18 Dec 1998 19:01:36 -0800 (PST) Date: Fri, 18 Dec 1998 19:01:36 -0800 (PST) Message-Id: <199812190301.TAA28316@freefall.freebsd.org> To: vanmaren@cs.utah.edu, msmith@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8928 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 450NX-based computers only probe the first PCI bus State-Changed-From-To: open-closed State-Changed-By: msmith State-Changed-When: Fri Dec 18 19:01:16 PST 1998 State-Changed-Why: Changes proposed were tested and incorporated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Dec 18 20:31:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20262 for freebsd-bugs-outgoing; Fri, 18 Dec 1998 20:31:22 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20256; Fri, 18 Dec 1998 20:31:17 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.9.1/8.9.1) with ESMTP id XAA00317; Fri, 18 Dec 1998 23:31:02 -0500 (EST) Date: Fri, 18 Dec 1998 23:31:02 -0500 (EST) From: jack To: Kenneth Merry cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9119 In-Reply-To: <199812182253.OAA19144@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 18 Dec 1998, Kenneth Merry wrote: > Synopsis: 64K buffer limit in /sys/cam/cam_periph.c break cdrecord > > State-Changed-From-To: open-feedback > State-Changed-By: ken > State-Changed-When: Fri Dec 18 14:52:18 PST 1998 > State-Changed-Why: > Please try the new patch I just submitted for the cdrecord port in the > ports tree. (the new patch file is patches/patch-ab) > I believe it should fix your problem. (it does for me) That works. Thanks Ken. > I forgot about fixing cdrecord... Don't you just hate when that happens? :( -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 19 12:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15383 for freebsd-bugs-outgoing; Sat, 19 Dec 1998 12:40:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15335 for ; Sat, 19 Dec 1998 12:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA22519; Sat, 19 Dec 1998 12:40:00 -0800 (PST) Date: Sat, 19 Dec 1998 12:40:00 -0800 (PST) Message-Id: <199812192040.MAA22519@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Alan Cox Subject: Re: i386/8608: wdc1 is not detected on motherboards with Aladdin V chipsets Reply-To: Alan Cox Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/8608; it has been noted by GNATS. From: Alan Cox To: freebsd-gnats-submit@freebsd.org, dgies@yikes.com Cc: Subject: Re: i386/8608: wdc1 is not detected on motherboards with Aladdin V chipsets Date: Sat, 19 Dec 1998 20:29:56 +0000 Try the following patch to wdprobe: # cvs diff -c src/sys/i386/isa/wd.c Index: src/sys/i386/isa/wd.c =================================================================== RCS file: /home/ncvs/src/sys/i386/isa/wd.c,v retrieving revision 1.181 diff -c -r1.181 wd.c *** wd.c 1998/12/15 09:16:57 1.181 --- wd.c 1998/12/16 08:01:53 *************** *** 313,320 **** interface = du->dk_ctrlr / 2; du->dk_interface = interface; #if !defined(DISABLE_PCI_IDE) && (NPCI > 0) ! if (wddma[interface].wdd_candma) { ! du->dk_dmacookie = wddma[interface].wdd_candma(dvp->id_iobase, du->dk_ctrlr); du->dk_port = dvp->id_iobase; du->dk_altport = wddma[interface].wdd_altiobase(du->dk_dmacookie); } else { --- 313,321 ---- interface = du->dk_ctrlr / 2; du->dk_interface = interface; #if !defined(DISABLE_PCI_IDE) && (NPCI > 0) ! if ((wddma[interface].wdd_candma != NULL) && ! ((du->dk_dmacookie = wddma[interface].wdd_candma(dvp->id_iobase, ! du->dk_ctrlr)) != NULL)) { du->dk_port = dvp->id_iobase; du->dk_altport = wddma[interface].wdd_altiobase(du->dk_dmacookie); } else { This patch won't enable DMA on wdc1, but will permit access to devices attached to it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 19 15:57:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05379 for freebsd-bugs-outgoing; Sat, 19 Dec 1998 15:57:11 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05367; Sat, 19 Dec 1998 15:57:06 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: from bsd.nichols.com (bsd.nichols.com [152.136.53.224]) by freefall.freebsd.org (8.8.8/8.8.5) with SMTP id PAA01679; Sat, 19 Dec 1998 15:57:05 -0800 (PST) Date: Sat, 19 Dec 1998 15:57:05 -0800 (PST) Message-Id: <199812192357.PAA01679@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: bsd.nichols.com [152.136.53.224] didn't use HELO protocol To: jhroyer@joher.com, steve@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9110: ps displays 4x-5x more memory usage (vsz) on any process from 2.2.x to 3.0.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ps displays 4x-5x more memory usage (vsz) on any process from 2.2.x to 3.0.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 19 23:55:45 GMT 1998 State-Changed-Why: In accordance with David's instruction (and not having heard any complaints from the originator), I'm going to close this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Dec 19 20:20:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00640 for freebsd-bugs-outgoing; Sat, 19 Dec 1998 20:20:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00620 for ; Sat, 19 Dec 1998 20:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA08890; Sat, 19 Dec 1998 20:20:01 -0800 (PST) Received: from nina.pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA29774 for ; Sat, 19 Dec 1998 20:11:29 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (juana-6.pagesz.net [208.213.126.6]) by nina.pagesz.net (8.8.7/8.8.7) with ESMTP id XAA01929; Sat, 19 Dec 1998 23:11:22 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id XAA10654; Sat, 19 Dec 1998 23:12:40 -0500 (EST) (envelope-from rhh) Message-Id: <199812200412.XAA10654@stealth.dummynet.> Date: Sat, 19 Dec 1998 23:12:40 -0500 (EST) From: aa8vb@pagesz.net To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: aa8vb@pagesz.net X-Send-Pr-Version: 3.2 Subject: bin/9135: tar doesn't back up device files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9135 >Category: bin >Synopsis: tar doesn't back up device files >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 Dec 19 20:20:01 PST 1998 >Last-Modified: >Originator: Randall Hopper >Organization: self >Release: FreeBSD 3.0-RELEASE i386 >Environment: Stock 3.0-RELEASE. Std tar. >Description: Using tar to backup my root partition, I find that tar can't back up many (around 80) of my device files. The errors are all of this form: tar: dev/rwd0s3: minor number too large; not dumped tar: dev/rwd0s3c: minor number too large; not dumped ... tar: dev/da0s3: minor number too large; not dumped tar: dev/rda0s3: minor number too large; not dumped tar: dev/da0s4: minor number too large; not dumped >How-To-Repeat: sh MAKEDEV some of these device files and try to archive with tar. >Fix: >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 Dec 19 23:00:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10856 for freebsd-bugs-outgoing; Sat, 19 Dec 1998 23:00:01 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA10813 for ; Sat, 19 Dec 1998 23:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA12484; Sat, 19 Dec 1998 23:00:01 -0800 (PST) Received: from Canvas.dorm7.nccu.edu.tw (Canvas.Dorm7.nccu.edu.tw [140.119.195.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA10745 for ; Sat, 19 Dec 1998 22:56:39 -0800 (PST) (envelope-from dhchen@Canvas.dorm7.nccu.edu.tw) Received: (from dhchen@localhost) by Canvas.dorm7.nccu.edu.tw (8.9.1/8.9.1) id OAA00623; Sun, 20 Dec 1998 14:58:39 +0800 (CST) (envelope-from dhchen) Message-Id: <199812200658.OAA00623@Canvas.dorm7.nccu.edu.tw> Date: Sun, 20 Dec 1998 14:58:39 +0800 (CST) From: "Alex D. Chen" Reply-To: dhchen@Canvas.dorm7.nccu.edu.tw To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9137: Matrox Mystique chip name typo error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9137 >Category: kern >Synopsis: Matrox Mystique chip name typo error >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 19 23:00:01 PST 1998 >Last-Modified: >Originator: Alex D. Chen >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: I've installed a Matrox Mystique220 on my box.When detecting PCI devices in booting procedure,the kernel reports: vga0: rev 0x03 int a irq 11 on pci0.8.0 According to Matrox's Windows Driver,it should be 1164SG(for Mystique 220) or 1064SG(for Mystique 170) >How-To-Repeat: Install a Matrox Mystique on a box,and boot with FreeBSD. :) >Fix: /sys/pci/pcisupport.c,line978: case 0x051a: chip = "MGA 1024SG"; break; change to: case 0x051a chip = "MGA 1064SG or 1164SG"; break; >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message