Hi.
On Thu, Jul 30, 2009 at 7:33 PM, Tom Lane wrote:
> Dotan Barak writes:
>> The weird thing is that i used this port in a service that i wrote
>> only few seconds before this happened...
>
> Oh? How'd you start that service exactly?
>
> I'm thinking ma
On Thu, Jul 30, 2009 at 5:33 PM, Tom Lane wrote:
> Dotan Barak writes:
>> I'm using CentOS 5.3 and PostgreSQL version 8.1.11.
>
> Are you using the Red Hat/CentOS postgresql RPMs, or some other
> distribution of PG?
Yes, I'm using the original RPM that comes with Cen
Hi.
I'm using CentOS 5.3 and PostgreSQL version 8.1.11.
I opened the posgres SQL to accept incoming connections:
listen_addresses = '*'
# comma-separated list of addresses;
# defaults to 'localhost', '*' = all
port
On Thu, Jul 30, 2009 at 12:14 PM, Richard Huxton wrote:
> Dotan Barak wrote:
>>
>> grep on what?
>> (on ps: there isn't anything).
>
> I was thinking of something like:
> # find /etc -type f -print0 | xargs -0 grep 17583
Thanks for clearing this point; Empty
Thanks for the quick response.
On Thu, Jul 30, 2009 at 11:26 AM, Richard Huxton wrote:
> Dotan Barak wrote:
>>
>> Hi.
>>
>> I'm using CentOS 5.3 and PostgreSQL version 8.1.11.
>>
>> I opened the posgres SQL to accept inco
Hi.
I'm using CentOS 5.3 and PostgreSQL version 8.1.11.
I opened the posgres SQL to accept incoming connections:
listen_addresses = '*'
# comma-separated list of addresses;
# defaults to 'localhost', '*' = all
port =