Re: Stats Collector Won't Start

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brad Nicholson <bnichols(at)ca(dot)afilias(dot)info>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Stats Collector Won't Start
Date: 2006-10-18 17:00:45
Message-ID: 27938.1161190845@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Brad Nicholson <bnichols(at)ca(dot)afilias(dot)info> writes:
> Can someone please provide a bit of information where the following
> error is coming from? This is PG 8.1.3 on AIX 5.3

> LOG: could not bind socket for statistics collector: Permission denied

That's bizarre. What error conditions does your man page for bind(2)
document as yielding EACCES? The only one mentioned on my systems is
"protected address", but we aren't requesting a reserved port number ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Casey Duncan 2006-10-18 17:13:54 Re: COPY FROM STDIN instead of INSERT
Previous Message Philip Hallstrom 2006-10-18 15:57:00 Re: Connection Pooling for Postgres