From owner-freebsd-bugs@FreeBSD.ORG Sun Nov 4 17:36:49 2007 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13BA216A41A; Sun, 4 Nov 2007 17:36:49 +0000 (UTC) (envelope-from steve@Watt.COM) Received: from wattres.watt.com (wattres.watt.com [66.93.133.130]) by mx1.freebsd.org (Postfix) with ESMTP id DF8FC13C4AA; Sun, 4 Nov 2007 17:36:48 +0000 (UTC) (envelope-from steve@Watt.COM) Received: from SQUIRP (squirp.Watt.COM [199.33.193.140]) (authenticated bits=0) by wattres.watt.com (8.13.8/8.13.8) with ESMTP id lA4Gxhs5094846 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 4 Nov 2007 08:59:45 -0800 (PST) (envelope-from steve@Watt.COM) From: "Steve Watt" To: , Date: Sun, 4 Nov 2007 08:59:40 -0800 Message-ID: <001c01c81f04$186ee470$8cc121c7@SQUIRP> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6822 Thread-Index: Acge0vCuj2JF74xaSpC5PZ3fw9BQFgAMG+/Q X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 In-Reply-To: <200711041051.lA4ApRJW048373@freefall.freebsd.org> Importance: Normal X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (wattres.watt.com [66.93.133.130]); Sun, 04 Nov 2007 08:59:46 -0800 (PST) X-Virus-Scanned: ClamAV 0.90.3/4672/Sun Nov 4 03:38:42 2007 on wattres.Watt.COM X-Virus-Status: Clean X-Archived: 1194195585.330437454@wattres.Watt.COM Cc: Subject: RE: bin/94845: fortune(6) seems to select 0 a lot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 17:36:49 -0000 I'm currently running 6.2-PRE from late Dec '06, and it's still there (I = get lots of non-zero from your scriptlet). I'll pull up to 6-STABLE again = and let you know. I don't have an experimental-enough box to try it on 7.x. Steve --=20 Steve Watt KD6GGD PP-ASEL-IA ICBM: 121W 56' 57.8" / 37N 20' 14.9" Internet: steve @ Watt.COM Whois: SW32 Free time? There's no such thing. It just comes in varying prices... > -----Original Message----- > From: edwin@FreeBSD.org [mailto:edwin@FreeBSD.org]=20 > Sent: Sunday, November 04, 2007 2:51 > To: steve@Watt.COM; edwin@FreeBSD.org;=20 > freebsd-bugs@FreeBSD.org; edwin@FreeBSD.org > Subject: Re: bin/94845: fortune(6) seems to select 0 a lot >=20 >=20 > Synopsis: fortune(6) seems to select 0 a lot >=20 > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Sun Nov 4 10:50:11 UTC 2007 > State-Changed-Why:=20 > Does this still happen? > I tried it with the following commands: >=20 > $ while :; do echo -n "`date` -" ; fortune all | wc; done | grep -w 0 >=20 > and >=20 > $ while :; do echo -n "`date` -" ; fortune all | grep "This=20 > fortune brought to you by" | wc; done >=20 >=20 > But on both I got absolutely zero results. >=20 >=20 >=20 > Responsible-Changed-From-To: freebsd-bugs->edwin > Responsible-Changed-By: edwin > Responsible-Changed-When: Sun Nov 4 10:50:11 UTC 2007 > Responsible-Changed-Why:=20 > I'll track with submitter. >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D94845 >=20