createuser: could not connect to database postgres: FATAL: passwordOdd I would have expected it to say something about identd
authentication failed for user "postgres"
authentication failing.
Have you tried:
sudo su - postgres
createuser -d -A -P dpsace
?
"Ident authentication failed for user 'postgres' "
the error specified earlier appeared when i tried running.
createuser -h localhost -U postgres -d -A -P dspace
Thanks for pointing it out..