Re: postgresql 9.2 server doesn't listen

From: Alexander Yerenkow <yerenkow(at)gmail(dot)com>
To: R10 <ymyib13(at)hotmail(dot)com>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: postgresql 9.2 server doesn't listen
Date: 2013-04-28 14:52:02
Message-ID: CAPJF9wnY_WGATy-i_VHZQkXtHRBZcaKbkFuo2jb8MqBg6enbUA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hotmail(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support
>

--
Regards,
Alexander Yerenkow

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Gary Oberholster 2013-04-30 06:36:34 Re: cannot remove some items from the server list after upgrade from postgres 8.x to 9.x
Previous Message R10 2013-04-28 14:29:44 postgresql 9.2 server doesn't listen