Re: postgresql back-end would not start on FreeBSD v 2.2.7

From: Kurt Seel <kseel(at)utcorp(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: Re: postgresql back-end would not start on FreeBSD v 2.2.7
Date: 1999-09-23 21:11:11
Message-ID: 37EA976F.CDF718D6@utcorp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

sugarh(at)ttc(dot)com wrote:

> When I tried to start the back-end, I got the followinf message on my
> console:
>
> "cmd postgres pid 195 tried to use non-present SYSVSEM"
>
> The following message was in the log file:
>
> "195 Bad system call (core dumped) nohup postmaster -i >pgserver.log 2>&1"
>
> I am installing version 6.5.1, clean as I downloaded it from your site.
> My OS is FreeBSD Version 2.2.7
> My hardware is an i486 based system with 48K of RAM.

Put this in your kernel config:

options SYSVSHM
options SYSVSEM
options SYSVMSG

Recompile the kernel, cp it into /kernel and reboot.

--

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 1999-09-23 22:01:09 Re: [PORTS] RedHat6.0 & Alpha
Previous Message Kurt Seel 1999-09-23 21:07:26 Re: FreeBSD installation