Re: [BUGS] 8rc5 on OpenBSD

2005-01-12 Thread Tom Lane
Pailloncy Jean-Gerard <[EMAIL PROTECTED]> writes: > === > 8 of 96 tests failed. > === The failures all seem to be due to individual tests not getting run: > ! psql: could not fork new process for connection: Resource temporarily > unavailable > ! psql: cou

Re: [BUGS] 8rc5 on OpenBSD

2005-01-12 Thread Tom Lane
Pailloncy Jean-Gerard <[EMAIL PROTECTED]> writes: 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? >> >>> 2 IPs + 3 alias on 2 in

Re: [BUGS] 8rc5 on OpenBSD

2005-01-12 Thread Tom Lane
Pailloncy Jean-Gerard <[EMAIL PROTECTED]> 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

[BUGS] 8rc5 on OpenBSD

2005-01-12 Thread Pailloncy Jean-Gerard
Hi, I try a "make check" without success. The compilation is done correctly. But "make check" throws: == creating temporary installation== == initializing database system == == starting postmaster=