Re: [HACKERS] Can't start postmaster on -HEAD

2008-12-05 Thread Magnus Hagander
Devrim GÜNDÜZ wrote: > On Thu, 2008-12-04 at 18:38 +0100, Magnus Hagander wrote: >> Do the RPM initscript by any chance pass something like '-A "ident >> sameuser"' to initdb? If so, that's where the fix needs to go. Initdb >> defaults to "trust"... > > Good catch. So, AFAICS running initdb with >

Re: [HACKERS] Can't start postmaster on -HEAD

2008-12-04 Thread Devrim GÜNDÜZ
On Thu, 2008-12-04 at 18:38 +0100, Magnus Hagander wrote: > Do the RPM initscript by any chance pass something like '-A "ident > sameuser"' to initdb? If so, that's where the fix needs to go. Initdb > defaults to "trust"... Good catch. So, AFAICS running initdb with -A ident will do the trick.

Re: [HACKERS] Can't start postmaster on -HEAD

2008-12-04 Thread Andrew Dunstan
Devrim GÜNDÜZ wrote: On Thu, 2008-12-04 at 19:20 +0200, Peter Eisentraut wrote: The hba file format has changed. Your simplest fix would be to remove the "sameuser". This is a file created by initdb -- so is it a bug? If it were a bug in our sources the buildfarm would be broke

Re: [HACKERS] Can't start postmaster on -HEAD

2008-12-04 Thread Magnus Hagander
Devrim GÜNDÜZ wrote: > On Thu, 2008-12-04 at 19:20 +0200, Peter Eisentraut wrote: >> The hba file format has changed. Your simplest fix would be to remove >> the "sameuser". > > This is a file created by initdb -- so is it a bug? Do the RPM initscript by any chance pass something like '-A "ident

Re: [HACKERS] Can't start postmaster on -HEAD

2008-12-04 Thread Devrim GÜNDÜZ
On Thu, 2008-12-04 at 19:20 +0200, Peter Eisentraut wrote: > The hba file format has changed. Your simplest fix would be to remove > the "sameuser". This is a file created by initdb -- so is it a bug? -- Devrim GÜNDÜZ, RHCE devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr

Re: [HACKERS] Can't start postmaster on -HEAD

2008-12-04 Thread Peter Eisentraut
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

[HACKERS] Can't start postmaster on -HEAD

2008-12-04 Thread Devrim GÜNDÜZ
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 L