Re: CVS regression test failure on OBSD - Mailing list pgsql-hackers

From bpalmer
Subject Re: CVS regression test failure on OBSD
Date
Msg-id Pine.BSO.4.30.0101061805180.11018-300000@mizer.crimelabs.net
Whole thread Raw
In response to Re: CVS regression test failure on OBSD  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: CVS regression test failure on OBSD  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> In the postmaster: the fork() to launch a backend is failing.  There
> should be a more detailed message in the postmaster's stderr log,
> but almost certainly it's a resource-exhaustion issue.  Does your
> kernel enforce a per-userid limit on the number of processes, for
> example?

Looks like that was part of the problem.  Process ulimit and openfile
limit were both problems.  I have rolled up the process ulimit (soft /
hard) to 256 and the Open Files to 256.

There are still,  however,  4 tests that fail.

Attached.

- Brandon

uname -a
OpenBSD mizer 2.8 a#0 i386 (2.8 snapshot NOV 6 install)

b. palmer,  bpalmer@crimelabs.net
pgp:  www.crimelabs.net/bpalmer.pgp5

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CVS regression test failure on OBSD
Next
From: Tom Lane
Date:
Subject: Re: CVS regression test failure on OBSD