Обсуждение: postgresql 9.2 server doesn't listen

Поиск
Список
Период
Сортировка

postgresql 9.2 server doesn't listen

От
R10
Дата:
i installed the latest version of postgres sql on my windows xp, and it was
working fine, today when i started the server, it didn't start and prompted
the error server doesn't listen
according to the file postgres.conf it listen on all ips and on the default
port
and my firewall is closed, so it isn't a firewall issue

so what could be the problem ??



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/postgresql-9-2-server-doesn-t-listen-tp5753571.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.



Re: postgresql 9.2 server doesn't listen

От
Alexander Yerenkow
Дата:
Skype could be a problem, and also other random-port-binding software.
run
netstat -aon | find "5432"
to check if some program kept port to itself.
If there's none - try to start server via command line and read errors.



2013/4/28 R10 <ymyib13@hotmail.com>
i installed the latest version of postgres sql on my windows xp, and it was
working fine, today when i started the server, it didn't start and prompted
the error server doesn't listen
according to the file postgres.conf it listen on all ips and on the default
port
and my firewall is closed, so it isn't a firewall issue

so what could be the problem ??



--
View this message in context: http://postgresql.1045698.n5.nabble.com/postgresql-9-2-server-doesn-t-listen-tp5753571.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.


--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support



--
Regards,
Alexander Yerenkow