List archives search function broken
Using the list archive search function currently fails with
503 Service Unavailable.
Should messages about list archive problems go to pgsql-general,
or would it be better to use one of the other lists like bugs,
hackers, or www?
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
fixed
Show quoted text
-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Michael Fuhr
Sent: Sunday, December 05, 2004 9:41 AM
To: pgsql-general@postgresql.org
Subject: [GENERAL] List archives search function brokenUsing the list archive search function currently fails with
503 Service Unavailable.Should messages about list archive problems go to
pgsql-general, or would it be better to use one of the other
lists like bugs, hackers, or www?--
Michael Fuhr
http://www.fuhr.org/~mfuhr/---------------------------(end of
broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
Import Notes
Resolved by subject fallback
On Sat, 4 Dec 2004, Michael Fuhr wrote:
Using the list archive search function currently fails with
503 Service Unavailable.Should messages about list archive problems go to pgsql-general,
or would it be better to use one of the other lists like bugs,
hackers, or www?
I think complaints should go to -www list. btw, www.pgsql.ru is working
and I think it could be as 'backstop' for main search engine, for example
on "server error" there could link to
http://www.pgsql.ru/db/pgsearch/index.html?set=archives
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
Using the list archive search function currently fails with
503 Service Unavailable.Should messages about list archive problems go to pgsql-general, or
would it be better to use one of the other lists like bugs, hackers,
or www?
I think complaints should go to -www list. btw, www.pgsql.ru
is working and I think it could be as 'backstop' for main
search engine, for example on "server error" there could link
to http://www.pgsql.ru/db/pgsearch/index.html?set=archives
Not a bad idea, but I won't be able to implement that, as the frontend
does not allow per virtual host error pages. - Unless someone is willing
to write a patch for pound (http://www.apsis.ch/pound).
Btw, this would have been caught earlier, if not for the fact that I've
been without an internet connection @ home for the past few days. Db
backend server OS had shut down for yet to be determined reasons.
Kind Regards,
John
Import Notes
Resolved by subject fallback
John,
you could always rely on your script where you check if db handler is
alive and if not then show gentle error message with link to www.pgsql.ru
Oleg
On Sun, 5 Dec 2004, John Hansen wrote:
Using the list archive search function currently fails with
503 Service Unavailable.Should messages about list archive problems go to pgsql-general, or
would it be better to use one of the other lists like bugs, hackers,or www?
I think complaints should go to -www list. btw, www.pgsql.ru
is working and I think it could be as 'backstop' for main
search engine, for example on "server error" there could link
to http://www.pgsql.ru/db/pgsearch/index.html?set=archivesNot a bad idea, but I won't be able to implement that, as the frontend
does not allow per virtual host error pages. - Unless someone is willing
to write a patch for pound (http://www.apsis.ch/pound).Btw, this would have been caught earlier, if not for the fact that I've
been without an internet connection @ home for the past few days. Db
backend server OS had shut down for yet to be determined reasons.Kind Regards,
John
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
John,
you could always rely on your script where you check if db
handler is alive and if not then show gentle error message
with link to www.pgsql.ru
I never check if dbhandler is alive in the frontend....
This was the backend OS that shut down, which also hosts the filesystems
for the scripts.... So that would have had the same result.
The 503 is hardcoded btw, tho it does have a method of displaying a
file. But that would be globally for all hosts, not just
search.postgresql.org
Frontend is pound reverse proxy running on the gateway.
The actual search is a backend running vmware
http://search.postgresql.org/phpsysinfo/
... John
Import Notes
Resolved by subject fallback