when does postgresql read from pg_hba.conf ??

From: Julius Tuskenis <julius(at)nsoft(dot)lt>
To: pgsql-admin(at)postgresql(dot)org
Subject: when does postgresql read from pg_hba.conf ??
Date: 2010-04-26 07:10:03
Message-ID: 4BD53C4B.7020000@nsoft.lt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello, list

from the postgresql documentation I know, that "The pg_hba.conf file is
read on start-up and when the main server process receives a SIGHUP
signal. If you edit the file on an active system, you will need to
signal the server (using pg_ctl reload or kill -HUP) to make it re-read
the file."

But there have been an incident this Saturday that indicates, that these
are not the only triggers for reading pg_hba.conf. One of our clients
edited pg_hba.conf that day (not correctly I must add), but neither
restarted nor reloaded the postgresql (logs below confirm that). Anyway
at some point the system started using the newly edited file causing
some problems. What could cause the pg_hba.conf to be read by postgresql ?

OS: Win XP SP3
DB: Postgresql 8.3

The log (from pg_log):
2010-04-24 13:49:43 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:51:07 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:52:31 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:53:54 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:55:22 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:56:45 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:57:38 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:57:38 EEST LOG: invalid IP mask "md5" in file "C:/Program
Files/PostgreSQL/8.3/data/pg_hba.conf" line 72: Unknown host
2010-04-24 13:57:38 EEST FATAL: missing or erroneous pg_hba.conf file
2010-04-24 13:57:38 EEST HINT: See server log for details.
2010-04-24 13:57:46 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:57:46 EEST LOG: invalid IP mask "md5" in file "C:/Program
Files/PostgreSQL/8.3/data/pg_hba.conf" line 72: Unknown host
2010-04-24 13:57:46 EEST FATAL: missing or erroneous pg_hba.conf file
2010-04-24 13:57:46 EEST HINT: See server log for details.
2010-04-24 13:58:05 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:59:28 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"
2010-04-24 13:59:58 EEST LOG: loaded library
"$libdir/plugins/plugin_debugger.dll"

--
Julius Tuskenis
Programavimo skyriaus vadovas
UAB nSoft
mob. +37068233050

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Achilleas Mantzios 2010-04-26 11:49:12 Re: Very Dangerous bug in XA connection pooling and SL EJBs with jboss-4.2.3 & latest postgresql-8.4-701.jdbc3.jar
Previous Message debajyoti pal 2010-04-26 06:51:24 Installation issue