Okay, so I got it working. Apparently having 192.168.1.111 and localhost in the listen_address was causing a problem.
So current settings:
listen_address = "*"
local all all md5
host all...
Type: Posts; User: ChopperCharles; Keyword(s):
Okay, so I got it working. Apparently having 192.168.1.111 and localhost in the listen_address was causing a problem.
So current settings:
listen_address = "*"
local all all md5
host all...
toor is not the password for the postgres user. I'm not sure what is, I'm running into a similar problem now.
Charles.
I am unable to add new users because I do not know the password for the postgres user. Even if I set everything in the pg_hba.conf to trust, I still cannot use the createuser program to add a new...
So I'm running backtrack 5. Postgresql is already installed, but I need to change the settings so that the server accepts connections from other machines (instead of only accepting connections on...