Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 22:04:35 +0100
From:      Ceri Davies <setantae@submonkey.net>
To:        Eric Anderson <anderson@centtech.com>, keramida@FreeBSD.org
Cc:        Michael Lucas <mwlucas@blackhelicopters.org>, freebsd-doc@freebsd.org
Subject:   Re: PR search engine
Message-ID:  <20021015210435.GA5041@submonkey.net>
In-Reply-To: <20021015164316.GC1151@submonkey.net>
References:  <20021015101156.B29445@blackhelicopters.org> <20021015145026.GA56648@huckfinn.arved.de> <3DAC2ABB.5070603@centtech.com> <3DAC2B7F.2080705@centtech.com> <20021015162717.GA1151@submonkey.net> <3DAC427A.4040303@centtech.com> <20021015164316.GC1151@submonkey.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 15, 2002 at 05:43:16PM +0100, Ceri Davies wrote:
> On Tue, Oct 15, 2002 at 11:29:46AM -0500, Eric Anderson wrote:
> > Ceri Davies wrote:
> > >On Tue, Oct 15, 2002 at 09:51:43AM -0500, Eric Anderson wrote:
> > >
> > >>Ok, so now I'm replying to myself.. Anyway, look at line 398 in the 
> > >>query-pr-summary.cgi script:
> > >>
> > >>   open(Q, "query-pr $report 2>/dev/null |") || die "Cannot query the 
> > >>PR's\n";
> > >>
> > >>Shouldn't that be:
> > >>
> > >>   open(Q, "query-pr.cgi $report 2>/dev/null |") || die "Cannot query 
> > >>the PR's\n";
> > >
> > >No.
> > >That line is opening a pipe to the query-pr program for reading.
> > >This is not the code you're looking for.   It can go about it's business.
> > >
> > >I'll have a look at this later on this evening.
> > 
> > My point is there isn't a query-pr program, only a query-pr.cgi.
> 
> Ah yes, but there is:
> 
> ..(logs onto nwww and checks)...ok, there isn't, but there should be.
> 
> I suspect this is why it's failing, although this leaves me in a 
> well.

For anyone still confused, nwww proxies /cgi through to freefall and a couple
of other machines, which explains why this works despite query-pr not existing
on nwww.

Bizarre.

Still, as Marc mentioned, it's fixed now.

Ceri
-- 
you can't see when light's so strong
you can't see when light is gone

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021015210435.GA5041>