From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=5.0 tests=DATE_IN_PAST_12_24, DKIM_ADSP_ALL,DMARC_NONE,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from mail.wiredminds.de (dsl.wiredminds.de [212.9.183.10]) by cvs.gentoo.org (Postfix) with ESMTP id 0ABB518FA2 for ; Tue, 23 Jan 2001 05:24:12 -0700 (MST) Received: from pc-linux-r03 (pc-linux-r03.wiredminds.de [192.168.111.102]) by mail.wiredminds.de (8.9.3/8.9.3) with SMTP id NAA21932 for ; Tue, 23 Jan 2001 13:25:28 +0100 From: Robert Schrem Organization: WiredMinds To: gentoo-dev@gentoo.org X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Message-Id: <01012313253800.01192@pc-linux-r03> Content-Transfer-Encoding: 8bit Subject: [gentoo-dev] Problem with installing Postgres Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org X-Reply-To: robert.schrem@WiredMinds.de List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Tue Jan 23 05:25:02 2001 X-Original-Date: Tue, 23 Jan 2001 13:25:38 +0100 X-Archives-Salt: eea7d594-80eb-4572-82ab-9aed643f273c X-Archives-Hash: 6c562505058356513cb37fc3b7644fd1 Hi, gentoo rocks ! I tried to install PostgresQL on Gentoo using the package dev-db/postgresql-7.0.3.tbz2 without succsess. I get the following error when I run initdb to initialize the postgres on disk data structures: bash-2.04# rm -rf /var/lib/pgsql/* bash-2.04# su postgres bash-2.04$ /usr/local/pgsql/bin/initdb -D /var/lib/pgsql This database system will be initialized with username "postgres". This user will own all the data files and must also own the server process. Fixing permissions on existing directory /var/lib/pgsql Creating directory /var/lib/pgsql/base Creating directory /var/lib/pgsql/global Creating directory /var/lib/pgsql/pg_xlog Creating template1 database in /var/lib/pgsql/base/1 DEBUG:  starting up DEBUG:  database system was shut down at 2001-01-22 12:36:25 DEBUG:  CheckPoint record at (0, 8) DEBUG:  Redo record at (0, 8); Undo record at (0, 8); Shutdown TRUE DEBUG:  NextTransactionId: 514; NextOid: 16384 DEBUG:  database system is in production state ERROR:  Error: unknown type 'ame'. Creating global relations in /var/lib/pgsql/global DEBUG:  starting up DEBUG:  database system was interrupted at 2001-01-22 12:36:25 DEBUG:  CheckPoint record at (0, 8) DEBUG:  Redo record at (0, 8); Undo record at (0, 8); Shutdown TRUE DEBUG:  NextTransactionId: 514; NextOid: 16384 DEBUG:  database system was not properly shut down; automatic recovery in progress... FATAL 2:  cannot open pg_log: No such file or directory initdb failed. Removing temp file /tmp/initdb.8499. bash-2.04$ Wht does the this error mean? ERROR:  Error: unknown type 'ame'. Any comments?