Re: CVS regression test failure on OBSD

From: bpalmer <bpalmer(at)crimelabs(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS regression test failure on OBSD
Date: 2001-01-06 23:09:28
Message-ID: Pine.BSO.4.30.0101061805180.11018-300000@mizer.crimelabs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)crimelabs(dot)net
pgp: www.crimelabs.net/bpalmer.pgp5

Attachment Content-Type Size
regression.diffs text/plain 15.7 KB
regression.out text/plain 3.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-01-06 23:45:44 Re: CVS regression test failure on OBSD
Previous Message Tom Lane 2001-01-06 22:15:01 Re: CVS regression test failure on OBSD