From owner-freebsd-hackers Fri Sep 22 20:33:02 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA18196 for hackers-outgoing; Fri, 22 Sep 1995 20:33:02 -0700 Received: from haven.ios.com (haven.ios.com [198.4.75.45]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA18162 for ; Fri, 22 Sep 1995 20:32:55 -0700 Received: (from rashid@localhost) by haven.ios.com (8.6.11/8.6.9) id XAA17816; Fri, 22 Sep 1995 23:31:43 -0400 From: "Rashid Karimov." Message-Id: <199509230331.XAA17816@haven.ios.com> Subject: Re: postgres95.03 - bad syscall error. To: rashid@haven.ios.com (Rashid Karimov.) Date: Fri, 22 Sep 1995 23:31:43 -0400 (EDT) Cc: hackers@freebsd.org In-Reply-To: <199509221949.PAA29008@haven.ios.com> from "Rashid Karimov." at Sep 22, 95 03:49:27 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 765 Sender: owner-hackers@freebsd.org Precedence: bulk > > Hi there folx, > > > I've compiled the DB using the advices from the > netters ( everything works fine ... well, at least > compiles :), if one changes the lex binary with flex > 2.5.2 and libl.a with libfl.a ... it was also advised > to make copies of the original files - just in case). > > But! - when I start the postgres after initdb via > "postmaster -S" - I get the error "Bad system call" > and the program terminates :( > > I think this could be related to the fact that > the kernel is compiled w/o SHMEM* ... but I'm > not sure ( I"m recompiling the kernel right now). Hmmm .. it _was actually because of very that reason :) Works fine ... those tests produced the output very similar to :) the expected one :) Rashid .