Re: PostgreSQL server won't start, corrupt?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rob Flemming <robf(dot)42(at)gmail(dot)com>, John R Pierce <pierce(at)hogranch(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL server won't start, corrupt?
Date: 2014-10-09 21:25:36
Message-ID: 5436FD50.8010200@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/09/2014 02:16 PM, Rob Flemming wrote:
> I think that pg_hba.conf is a bit of a red herring, the first line of
> the log file is probably more important (?):
> PDT LOG: invalid connection type ""

No pg_hba.conf is where the issue is. From your original post:

2014-10-09 12:59:40 PDT LOG: invalid connection type ""
2014-10-09 12:59:40 PDT CONTEXT: line 1 of configuration file
"C:/postgres/pg_hba.conf"
2014-10-09 12:59:40 PDT FATAL: could not load pg_hba.conf

Note the CONTEXT line that places the error in pg_hba.conf. Also the
next line that shows that pg_hba.conf is not loaded. Somehow you have
entered something on the first line that Postgres thinks is a connection
specification.

>
> (I changed the file to Unix format anyway, just to rule that out).
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Flemming 2014-10-09 21:37:58 Re: PostgreSQL server won't start, corrupt?
Previous Message Rob Flemming 2014-10-09 21:16:53 Re: PostgreSQL server won't start, corrupt?