From owner-freebsd-current Sun May 18 18:42:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA25327 for current-outgoing; Sun, 18 May 1997 18:42:03 -0700 (PDT) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [207.227.50.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA25322 for ; Sun, 18 May 1997 18:42:00 -0700 (PDT) Received: from arabian.astrolab.org (dial192.nconnect.net [207.227.50.192]) by atlantis.nconnect.net (8.8.4/8.7.3) with ESMTP id UAA23274 for ; Sun, 18 May 1997 20:37:20 -0500 (CDT) Message-ID: <337FAFD1.ADC13589@nconnect.net> Date: Sun, 18 May 1997 20:41:37 -0500 From: Randall D DuCharme Reply-To: randyd@nconnect.net X-Mailer: Mozilla 4.0b3C (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: current@freebsd.org Subject: Error installing Postgresql X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, In trying to install the postgresql port the install fails with the following... initdb: creating template database in /usr/local/pgsql/data/base/template1 Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1 Failed Assertion("!VfdCache[0].lruMoreRecently != 0):(null)", File: "fd.c", Line: 389) !(VfdCache[0].lruMoreRecently != 0) (0) Abort trap - core dumped initdb: could not create template database initdb: cleaning up by wiping out /usr/local/pgsql/data/base/template1 *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. The system is -current (SMP) as of 4 PM 5/18 Any ideas? Thanks Randy DuCharme