From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Tom Allison <tallison(at)tacocat(dot)net> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: posgres can't login? |
Date: | 2006-11-11 16:59:47 |
Message-ID: | 14851.1163264387@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Tom Allison <tallison(at)tacocat(dot)net> writes:
> 2006-11-11 08:27:10 EST 6158 [unknown] LOG: connection received: host=[local]
> 2006-11-11 08:27:10 EST 6158 postgres FATAL: password authentication failed for
> user "postgres"
> ... etc ...
> I get this at every startup but I can't find anything that does not work.
Perhaps this is the trace of pg_ctl probing to see whether the
postmaster's up yet? Normally it should stop after one attempt
though, because it's programmed to interpret a "no password supplied"
failure as meaning the postmaster is up. Perhaps you are launching
pg_ctl in an account that has a ~/.pg_pass file that is wrong?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Carlson, James (Jim) | 2006-11-13 21:06:05 | Creating a new server |
Previous Message | Tom Allison | 2006-11-11 13:29:47 | posgres can't login? |