Date: Sat, 6 Jan 1996 15:24:20 +0000 () From: Richard J Uren <richard@thehub.com.au> To: "Matthew N. Dodd" <winter@jurai.net> Cc: questions@FreeBSD.org Subject: Re: Postgres95 Message-ID: <Pine.BSF.3.91.960106151759.7450B-100000@smople.thehub.com.au> In-Reply-To: <Pine.BSF.3.91.960105222434.7577A-100000@sasami>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 5 Jan 1996, Matthew N. Dodd wrote:
>
> Anyone had any success getting this to compile and run?
>
> I got it to compile cleanly (sort of:) using flex instead of lex, but
> either way it just gives me...
>
> sasami: {47} ./postmaster
> Bad system call (core dumped)
>
Hey Matt - You'll need to add options to your kernel.
I'm not sure about the messaging tho.
Bad system call is probably an effort to grab/alloc some shared memory.
options SYSVSHM # Shared Memory
options "SHMMAXPGS=1536" # 6M (1536 4k pages) sh memory
options SYSVSEM # semaphores
options SYSVMSG # messaging
BTW - Im using FreeBSD 2.0.5
Hope this helps.
Cheers
Richard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960106151759.7450B-100000>
