Re: [BUGS] 8.0.0 gmake check fails if on disk, passes on ram disk....

2005-01-24 Thread Jeff Ross
Tom Lane wrote: Jeff Ross <[EMAIL PROTECTED]> writes: Rather than post it in the e-mail, I've put the postmaster.log at http://www.openvistas.net/postmaster.log I see multiple occurrences of LOG: could not fork new process for connection: Resource temporarily unavailable so indeed your p

Re: [BUGS] 8.0.0 gmake check fails if on disk, passes on ram disk....

2005-01-24 Thread Tom Lane
Jeff Ross <[EMAIL PROTECTED]> writes: > Rather than post it in the e-mail, I've put the postmaster.log at > http://www.openvistas.net/postmaster.log I see multiple occurrences of LOG: could not fork new process for connection: Resource temporarily unavailable so indeed your process limit

Re: [BUGS] 8.0.0 gmake check fails if on disk, passes on ram disk....

2005-01-24 Thread Jeff Ross
Tom Lane wrote: Michael Fuhr <[EMAIL PROTECTED]> writes: On Fri, Jan 21, 2005 at 05:03:08PM -0700, Jeff Ross wrote: If I put the same source code up on a ram disk, configure and compile it the same way, all 96 tests pass. Interesting. Is this behavior consistent? What's different 'twixt the RAI

Re: [BUGS] 8.0.0 gmake check fails if on disk, passes on ram disk....

2005-01-24 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > On Fri, Jan 21, 2005 at 05:03:08PM -0700, Jeff Ross wrote: >> If I put the same source code up on a ram disk, configure and compile it >> the same way, all 96 tests pass. > Interesting. Is this behavior consistent? What's different 'twixt > the RAID di

Re: [BUGS] 8.0.0 gmake check fails if on disk, passes on ram disk....

2005-01-24 Thread Michael Fuhr
On Fri, Jan 21, 2005 at 05:03:08PM -0700, Jeff Ross wrote: > If I put the source for 8.0.0 on disk (RAID 1) , configure, compile and > run gmake check, it fails with 33 errors, 30 of which are > > ! psql: could not send startup packet: Broken pipe Somebody else using OpenBSD reported a similar

[BUGS] 8.0.0 gmake check fails if on disk, passes on ram disk....

2005-01-23 Thread Jeff Ross
Hi, If I put the source for 8.0.0 on disk (RAID 1) , configure, compile and run gmake check, it fails with 33 errors, 30 of which are ! psql: could not send startup packet: Broken pipe If I put the same source code up on a ram disk, configure and compile it the same way, all 96 tests pass. OS i