Search Postgresql Archives

Re: Stats Collector Won't Start

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Brad Nicholson <bnichols@xxxxxxxxxxxxxxx> 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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux