Can't start postmaster on -HEAD

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: PostgreSQL Hackers ML <pgsql-hackers(at)postgresql(dot)org>
Subject: Can't start postmaster on -HEAD
Date: 2008-12-04 15:19:28
Message-ID: 1228403968.20163.155.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?
--
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2008-12-04 16:11:40 Re: Simple postgresql.conf wizard
Previous Message Dmitry Koterov 2008-12-04 14:53:02 ALTER composite type does not work, but ALTER TABLE which ROWTYPE is used as a type - works fine