bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No conecta mi postgres con el servidor


From: jose luis calderon puente
Subject: No conecta mi postgres con el servidor
Date: Tue, 06 Mar 2007 16:14:44 +0000

Amigo estoy instalando postgresql 8.1 en Debian etch y tengo el siguente problema,

createdb: no se pudo conectar a la base de datos postgres: could not connect to server: No existe el fichero o el directorio Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

Ese mensaje me aparece. No me puedo conectar al servidor y no me escucha el puerto 5432 de postgresql.

Leendo los foros me sugerieron revisar el archivo pg_hba.conf y asi lo he configurado:

# "local" is for Unix domain socket connections only
local   all         all                               trust
# IPv4 local connections:
host    all         all         127.0.0.1/32          trust
host    all         all         172.20.0.18/16        trust
host    all         all         172.20.0.0/16         trust

# IPv6 local connections:
host    all         all         ::1/128               trust

Tambien fui al archivo postgresql.conf y agregue:

tcpip_socket = true

reinicie:         /etc/init.d/postgresql-8.1 restart     y me aparece esto:

Restarting PostgreSQL 8.1 database server: main* Error: The cluster is owned by user id 105 which does not exist any more
failed!

puedes ayudarme a resolver este problema?

Te estare agradecido.

_________________________________________________________________
Latinos en EE.UU: noticias y artículos de interés para ti http://latino.msn.com/noticias/latinoseneeuu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]