Re: Can't start postmaster on -HEAD

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Subject: Re: Can't start postmaster on -HEAD
Date: 2008-12-04 17:20:43
Message-ID: 200812041920.44050.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday 04 December 2008 17:19:28 Devrim GÜNDÜZ wrote:
> This is a fresh snapshot -- is also happened on Nov 28th snapshot, too:
>
> -bash-3.2$ pg_ctl start
> server starting
> -bash-3.2$ LOG: authentication option not in name=value format: sameuser
>
> CONTEXT: line 70 of configuration file "/var/lib/pgsql/data/pg_hba.conf"
> FATAL: could not load pg_hba.conf
>
> Line 70 is:
>
> local all all ident sameuser
>
> (Ran initdb via RPM init script btw).
>
> Am I missing something?

The hba file format has changed. Your simplest fix would be to remove
the "sameuser".

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2008-12-04 17:24:02 Re: Can't start postmaster on -HEAD
Previous Message Gregory Stark 2008-12-04 17:04:42 Re: Simple postgresql.conf wizard