| 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 18:31:27 |
| Message-ID: | 28974.1161196287@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Brad Nicholson <bnichols(at)ca(dot)afilias(dot)info> writes:
> On Wed, 2006-10-18 at 13:00 -0400, Tom Lane wrote:
>> 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 ...
> "The requested address is protected, and the current user does not have
> permission to access it."
That's what the Linux man page says, too. Could getaddrinfo somehow be
returning bogus data that includes a reserved port number?
Would you try strace'ing postmaster start to see what gets passed to the
socket() and bind() calls just before this message comes out?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ilja Golshtein | 2006-10-18 18:45:53 | Re: COPY FROM STDIN instead of INSERT |
| Previous Message | Ben | 2006-10-18 18:27:46 | Re: Stats Collector Won't Start |