From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <320095285153-0001@t-online.de> X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM, FROM_LOCAL_DIGITS,FROM_LOCAL_HEX,FROM_STARTS_WITH_NUMS,INVALID_DATE, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=no autolearn_force=no version=4.0.0 Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by cvs.gentoo.org (Postfix) with ESMTP id A065E14892 for ; Tue, 23 Jan 2001 07:25:13 -0700 (MST) Received: from fwd03.sul.t-online.com by mailout05.sul.t-online.com with smtp id 14L4OW-0000mi-03; Tue, 23 Jan 2001 15:26:00 +0100 Received: from helios.bagwan (320095285153-0001@[62.155.143.139]) by fwd03.sul.t-online.com with smtp id 14L4OC-1wGhDkC; Tue, 23 Jan 2001 15:25:40 +0100 Received: (qmail 1105 invoked by uid 0); 23 Jan 2001 17:06:54 -0000 Received: from sadchitananda2.bagwan (HELO gottinger.de) (achim@192.168.2.1) by helios.bagwan with SMTP; 23 Jan 2001 17:06:54 -0000 Message-ID: <3A6D8DD6.1C28B99F@gottinger.de> From: 320095285153-0001@t-online.de (Achim Gottinger) X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] Problem with installing Postgres References: <01012313253800.01192@pc-linux-r03> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Sender: 320095285153-0001@t-dialin.net 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: achim@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Tue Jan 23 07:26:02 2001 X-Original-Date: Tue, 23 Jan 2001 14:57:42 +0100 X-Archives-Salt: b0c9bfef-2223-4352-a8f5-521d4137e83b X-Archives-Hash: 22e8f1c077427ab81ae14c3c4d9ca730 Robert Schrem wrote: > Hi, gentoo rocks ! Hi Robert, Hmm, das postgress paket hat hier glaub ich keiner getestet, ist nur da um php und gnome-db dagegen zu linken. Hab das grad mal bei mir getestet und nen segfault bekommen. Denke daß ich das so in ein zwei Stunden hinbekomme, schicke dir dann das ebuild-script. Tschüß Achim > > > 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? > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://www.gentoo.org/mailman/listinfo/gentoo-dev