Re: authentication failure - Mailing list pgsql-general

From Ashesh Vashi
Subject Re: authentication failure
Date
Msg-id CAG7mmoyvQVdNm5B63hZ7PUzVv-yzm+ogXtyo0vF8Y+tgxRU2NQ@mail.gmail.com
Whole thread Raw
In response to authentication failure  (Jayadevan M <maymala.jayadevan@gmail.com>)
Responses Re: authentication failure
List pgsql-general
Try "psql -W" for prompting the password forcefully.


On Fri, Jan 3, 2014 at 2:46 PM, Jayadevan M <maymala.jayadevan@gmail.com> wrote:
Hi,
I am trying to login from psql and consistently getting a
"psql: FATAL:  password authentication failed for user "xyz"" for all users. I am not being prompted for a password at all. I faced a similar issue sometime ago because there was a .pgpass file and it had wrong entries. This time there is no .pgpass file.
Any clues? How do I trouble-shoot?
Other possibly relevant info - this is a chrooted environment. I upgraded the OS recently in this env and faced some issues with /dev/null /proc etc not being present and so on. Some issues there?
The database itself is running in the same server in the non-chroot environment. I am also running a python application which uses psycopg2 and that is working fine.
Regards,
Jayadevan




--
--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi

pgsql-general by date:

Previous
From: Jayadevan M
Date:
Subject: authentication failure
Next
From: Giuseppe Broccolo
Date:
Subject: Re: Why the size (PQ_BUFFER_SIZE) of backend send buffers is 8192 ?