Re: 8rc5 on OpenBSD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pailloncy Jean-Gerard <jg(at)rilk(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8rc5 on OpenBSD
Date: 2005-01-12 15:37:14
Message-ID: 10924.1105544234@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Pailloncy Jean-Gerard <jg(at)rilk(dot)com> writes:
> # cat src/test/regress/log/postmaster.log
>> WARNING: could not create Unix-domain socket

Hmm. That's pretty odd --- the warning indicates that
StreamServerPort() failed to open a local socket, but all of the
expected failure paths will log an additional message saying why
it couldn't open the socket.

The only code path I see offhand in which no message would be logged
is if the ListenSocket[] array is already full. Is it possible that
you have 10 or more IP addresses that "localhost" would bind to?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vincenzo Volpe 2005-01-12 16:08:55 pqsql, xythos, jdbc
Previous Message Sokolov Yura 2005-01-12 14:47:51 BUG #1391: Perl trusted language triggers can't properly access $_SHARED