Re: Server doesn't listen error

From: Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com>
To: Frank Brendel <Frank(dot)Brendel(at)eurolog(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Server doesn't listen error
Date: 2011-03-04 10:43:04
Message-ID: AANLkTinQ=Ui0_WwxQigFTrxrQ3vg3oSsX7uv-Nhx8Ohn@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

The netstat command output:
tcp 0 0 0.0.0.0:5432 0.0.0.0:*
LISTEN 13040/postgres
tcp6 0 0 :::5432 :::*
LISTEN 13040/postgres

2011/3/4 Frank Brendel <Frank(dot)Brendel(at)eurolog(dot)com>:
> Hi Łukasz,
>
> is postgres really listening on all addresses?
>
> Please run the following command on your postgres server and post the
> output:
> # netstat -nltp | grep postgres
>
> And what is the error message when you try to connect with
> # psql -h <your_database_ip>
>
>
> Regards
> Frank
>
> Am 04.03.2011 07:53, schrieb Lukasz Brodziak:
>> Hi,
>>
>> I have a problem with PostgreSQL 8.2.4 I've installed it on Ubuntu
>> configured to listen to all addresses started and still can't add the
>> server to pgAdmin on a remote machine neither can I connect through my
>> own app. All the credentials are ok, there is no NAT (it's LAN),
>> firewall or antivirus.
>>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

--
Łukasz Brodziak
"What if everyting around You isn't quite as it seems,
What if all the world You think You know is an inelaborate dream
When You look at Your reflection is that all you want it to be
What if You could look right through the cracks
Would You find Yourself...... Find Yourself afraid to see"

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Frank Brendel 2011-03-04 10:46:29 Re: Server doesn't listen error
Previous Message daveg 2011-03-04 09:02:03 Re: [HACKERS] Re: PD_ALL_VISIBLE flag was incorrectly set happend during repeatable vacuum