Re: PostgreSQL ports post-installation gives core dump?

From: CD Baby <dereklist(at)cdbaby(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL ports post-installation gives core dump?
Date: 2001-07-05 02:12:59
Message-ID: 4.3.2.7.2.20010704191158.00adfe30@64.71.145.18
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> > Bad system call (core dumped) <-------- *******
>
>IIRC, our FAQ suggests this might mean your kernel is compiled without
>SysV shared memory and/or semaphore support.

Thanks! That was it!

For those OpenBSD people, your kernel needs to have these options in your
kernel-configuration file:

# PostgreSQL NEEDS THIS
option SYSVMSG # System V-like message queues
option SYSVSEM # System V-like semaphores
option SYSVSHM # System V-like memory sharing

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alex Pilosov 2001-07-05 03:16:23 Re: TODO item
Previous Message Tom Lane 2001-07-05 01:38:12 Re: PostgreSQL ports post-installation gives core dump?