From owner-freebsd-questions Sun Oct 29 19:17:37 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA27139 for questions-outgoing; Sun, 29 Oct 1995 19:17:37 -0800 Received: from iguana.reptiles.org (iguana.reptiles.org [198.96.117.130]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id TAA27129 for ; Sun, 29 Oct 1995 19:17:27 -0800 Received: by iguana.reptiles.org (/\==/\ Smail3.1.28.1 #28.8) id ; Sun, 29 Oct 95 22:17 EST Date: Sun, 29 Oct 1995 22:16:40 -0500 (EST) From: "Marc G. Fournier" To: postgres95@postgres.berkeley.edu cc: questions@freebsd.org Subject: Postgres95 under FreeBSD 2.0-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk Hi... I just compiled Postgres95 under FreeBSD 2.0, and have hit a snag. After running initdb to set it up, I tried to run postmaster to get the server going. It failed with a "Bad System Call" error. postmaster -d 3 is only showing that it found ~/bin/postgres, and nothing more. Has anyone successfully gotten postgres95 to compile under FreeBSD? Is there any flags I can set for more verbosity then -d 3, to get an idea of where it is failing? Thanks...