Abhijit Menon-Sen wrote:
Good god.
Well, despite 20 years delivering trading systems on UNIX (even to the
point where a French bank bounced my CV as insufficiently Windows) I
much prefer to develop on Windows when hacking for fun. ;-) Besides,
Windows can actually be relied on to flush the caches on disk drives
when its told to, which is something that can't be said of 99% of the
world's Linux systems. :-(. Its not actually important, just that other
playtime stuff I'm doing is on Windows and VBox hoses the battery.
What authentication method do you have configured in your pg_hba.conf?
host all all 192.168.0.0/16 md5
Works fine from psql in the VM as I say. postgres logs just say its
received a bad password. Do you know if any of the debug settings in
postgresql.conf will give a good insight into this?
There's clearly an issue in that the returned status isn't understood -
but that's also not causing the connection fail.
James