From owner-freebsd-www@FreeBSD.ORG Sat May 7 17:01:23 2005 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47A3C16A4DB; Sat, 7 May 2005 17:01:23 +0000 (GMT) Received: from smtp3.Stanford.EDU (smtp3.Stanford.EDU [171.67.16.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 244B643D78; Sat, 7 May 2005 17:01:23 +0000 (GMT) (envelope-from larson@w6yx.stanford.edu) Received: from w6yx.stanford.edu (w6yx.Stanford.EDU [171.64.23.31]) by smtp3.Stanford.EDU (8.12.11/8.12.11) with ESMTP id j47H1M3J019909; Sat, 7 May 2005 10:01:22 -0700 Received: from w6yx.stanford.edu (localhost [127.0.0.1]) by w6yx.stanford.edu (8.13.3/8.13.1) with ESMTP id j47H1Lvd015225; Sat, 7 May 2005 10:01:21 -0700 (PDT) (envelope-from larson@w6yx.stanford.edu) Received: (from larson@localhost) by w6yx.stanford.edu (8.13.3/8.13.1/Submit) id j47H1LU5015224; Sat, 7 May 2005 10:01:21 -0700 (PDT) (envelope-from larson) Date: Sat, 7 May 2005 10:01:21 -0700 (PDT) From: Alan Larson Message-Id: <200505071701.j47H1LU5015224@w6yx.stanford.edu> To: larson@w6yx.stanford.edu, remko@freebsd.org In-Reply-To: <427C8A4D.20904@FreeBSD.org> cc: www@freebsd.org Subject: Re: bug in bug report lookup? X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 17:01:23 -0000 > Alan Larson wrote: > > When I attempt to do a bug lookup for bugs I have submitted, > > by specifying only originator of myself ( larson@w6yx.stanford.edu ) > > I get "no reports match this query". > > > > If I add "closed reports too" to the query, the result is the > > same. > > > > The presence of kern/79660 seems to indicate that this is a problem, > > since it should match the query. > > > > > > Alan > > > Hi Alan, > > If you look at the webpage for kern/79660 for example you will notice > that the originator field is being filled by your email name > (Alan Larson) and your email address. When you do a query on: > Alan Larson as originator (including spaces, which are converted to %20) > you will find your query's. The email address itself is not attached in > the actual PR db, there only Alan Larson is mentioned. > > Check it out: > > http://www.freebsd.org/cgi/query-pr-summary.cgi?originator=alan%20larson > > Cheers, Thanks. That did it. I thought I remembered having to give the email address (which was annoying, because some had been given with an old obsolete work address), but this seemed to get them all. Presently, something seems strange, as for quite a while, even http://www.freebsd.org/cgi/query-pr-summary.cgi was saying "no reports match your query", but that started working again. I am trying to track down issues people have had with burncd to see how many match the problem I reported last year (that was never answered). I have found one, with 5.3 software, that indicates that the problem is still there. Again, thanks, your answer was dead on and helpful. Alan