Re: postgresql 9.2 server doesn't listen - Mailing list pgadmin-support

From Alexander Yerenkow
Subject Re: postgresql 9.2 server doesn't listen
Date
Msg-id CAPJF9wnY_WGATy-i_VHZQkXtHRBZcaKbkFuo2jb8MqBg6enbUA@mail.gmail.com
Whole thread Raw
In response to postgresql 9.2 server doesn't listen  (R10 <ymyib13@hotmail.com>)
List pgadmin-support
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

pgadmin-support by date:

Previous
From: R10
Date:
Subject: postgresql 9.2 server doesn't listen
Next
From: Gary Oberholster
Date:
Subject: Re: cannot remove some items from the server list after upgrade from postgres 8.x to 9.x