<p>I&#39;m not positive but I think a reload won&#39;t affect exusting connections. So an application with a number of dedicated connects will not see a change untul a connection is closed and reopened.  PG aggressively keeps connections open as long as the client requests unless explicit limits are set.</p>

<div class="gmail_quote">On Oct 7, 2012 11:30 AM, &quot;Lightner, Jeff&quot; &lt;<a href="mailto:JLightner@water.com">JLightner@water.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks but I believe that last message is the result of the messages above it.   That is to say it isn&#39;t saying it can&#39;t READ the pg_hba.conf but that it can&#39;t LOAD it because the permissions it found within it don&#39;t allow it to continue through the load.   As I noted changing it to md5 DID make it LOAD.   Our issue was that later batch processes wouldn&#39;t run.<br>

<br>
After I sent the email and doing more investigation I found that the problem was that Postgres had last been restarted in May but someone had modified the pg_hba.conf in June so when we did the maintenance early Friday morning it was the first time the modified pg_hba.conf was used.   Prior to June the pg_hba.conf had local set to &quot;trust&quot; and it was changing to &quot;password&quot; in June that caused our problem.    The DBAs agree that this finding is correct and that reverting to &quot;trust&quot; would resolve the issue we ran into the other night.   Of course using &quot;trust&quot; is not a good thing because it allows any local user on the Postgres server to access the DB but at least it explains why we saw the issue.   DBAs will do further work to determine best authentication method and if necessary adjust batch processes to deal with the better security.<br>

<br>
The question they still have is why the pg_ctl reload didn&#39;t make the newer settings take effect and cause problems when they ran that nightly for the hot backups they were running.   My read of the document says this command reloads settings not required for database start so I suspect the reason it didn&#39;t cause problem is because it didn&#39;t reload local because local IS required for database start.   If anyone can explain it better I&#39;d appreciate it.<br>

<br>
<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a> [mailto:<a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a>] On Behalf Of Doug Hall<br>
Sent: Saturday, October 06, 2012 12:30 AM<br>
To: Atlanta Linux Enthusiasts<br>
Subject: Re: [ale] Postgresql start issues<br>
<br>
The most bothersome message I see is the last one:<br>
<br>
FATAL:  could not load pg_hba.conf<br>
<br>
If it can&#39;t load the pg_hba.conf file, it can&#39;t tell what forms of authentication you are permitting. Are you starting the process as the postgres user? If not, this is the standard way to do that. Perhaps file permissions are getting in the way if not. Could file permissions have changed? Perhaps it didn&#39;t shut down properly. Check the log file to make sure it has. Otherwise, it might be a stale socket that&#39;s not letting it start properly.<br>

<br>
Doug<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
<br>
<br>
<br>
Athena(r), Created for the Cause(tm)<br>
Making a Difference in the Fight Against Breast Cancer<br>
<br>
---------------------------------<br>
CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential information and is for the sole use of the intended recipient(s). If you are not the intended recipient, any disclosure, copying, distribution, or use of the contents of this information is prohibited and may be unlawful. If you have received this electronic transmission in error, please reply immediately to the sender that you have received the message in error, and delete it. Thank you.<br>

----------------------------------<br>
<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>