Foro de elhacker.net

Programación => Bases de Datos => Mensaje iniciado por: condorker en 11 Febrero 2015, 00:53 am



Título: ayuda con servicio POSTGRESQL
Publicado por: condorker en 11 Febrero 2015, 00:53 am
Buenas.
Desde que actualice Kali Linux en mi notebook el servicio POSTGRESQL me da un error, estuve navegando y encontre posibles soluciones pero no funcionaron. El error es el siguiente :

Código:
[....] Starting PostgreSQL 9.1 database server: main[....] The PostgreSQL server failed to start. Please check the log output: 2015-02-10 20:53:07 CST LOG: could not bind IPv4 socket: Cannot assign requested address 2015-02-10 20:53:07 CST HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry. 2015-02-10 20:53:07 CST LOG: could not bind IPv6 socket: Cannot assign requested address 2015-02-10 20:53:07 CST HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry. 2015-02-10 20:53:07 CST WARNING: could not create listen socket for "localhost" 2015-02-10 20:5[FAILCST FATAL: could not create any TCP/IP sockets ... failed!
 failed!


Título: Re: ayuda con servicio POSTGRESQL
Publicado por: Carloswaldo en 19 Febrero 2015, 17:55 pm
Hola,

¿Cómo estás iniciando el servicio y como qué usuario?

¿Hay algo ocupando el puerto 5432?

¿Cuál es el valor del parámetro "listen_address" en postgresql.conf?