Gentoo Archives: gentoo-dev

From: 320095285153-0001@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Problem with installing Postgres
Date: Tue, 23 Jan 2001 07:25:13
Message-Id: 3A6D8DD6.1C28B99F@gottinger.de
In Reply to: [gentoo-dev] Problem with installing Postgres by Robert Schrem
1 Robert Schrem wrote:
2
3 > Hi, gentoo rocks !
4
5 Hi Robert,
6
7 Hmm, das postgress paket hat hier glaub ich keiner getestet, ist nur da um php
8 und gnome-db dagegen zu linken.
9
10 Hab das grad mal bei mir getestet und nen segfault bekommen.
11
12 Denke daß ich das so in ein zwei Stunden hinbekomme, schicke dir dann das
13 ebuild-script.
14
15 Tschüß Achim
16
17 >
18 >
19 > I tried to install PostgresQL on Gentoo
20 > using the package dev-db/postgresql-7.0.3.tbz2
21 > without succsess. I get the following error
22 > when I run initdb to initialize the postgres on
23 > disk data structures:
24 >
25 > bash-2.04# rm -rf /var/lib/pgsql/*
26 > bash-2.04# su postgres
27 > bash-2.04$ /usr/local/pgsql/bin/initdb -D /var/lib/pgsql
28 > This database system will be initialized with username "postgres".
29 > This user will own all the data files and must also own the server process.
30 >
31 > Fixing permissions on existing directory /var/lib/pgsql
32 > Creating directory /var/lib/pgsql/base
33 > Creating directory /var/lib/pgsql/global
34 > Creating directory /var/lib/pgsql/pg_xlog
35 > Creating template1 database in /var/lib/pgsql/base/1
36 > DEBUG: starting up
37 > DEBUG: database system was shut down at 2001-01-22 12:36:25
38 > DEBUG: CheckPoint record at (0, 8)
39 > DEBUG: Redo record at (0, 8); Undo record at (0, 8); Shutdown TRUE
40 > DEBUG: NextTransactionId: 514; NextOid: 16384
41 > DEBUG: database system is in production state
42 > ERROR: Error: unknown type 'ame'.
43 >
44 > Creating global relations in /var/lib/pgsql/global
45 > DEBUG: starting up
46 > DEBUG: database system was interrupted at 2001-01-22 12:36:25
47 > DEBUG: CheckPoint record at (0, 8)
48 > DEBUG: Redo record at (0, 8); Undo record at (0, 8); Shutdown TRUE
49 > DEBUG: NextTransactionId: 514; NextOid: 16384
50 > DEBUG: database system was not properly shut down; automatic recovery in
51 > progress...
52 > FATAL 2: cannot open pg_log: No such file or directory
53 >
54 > initdb failed.
55 > Removing temp file /tmp/initdb.8499.
56 > bash-2.04$
57 >
58 > Wht does the this error mean?
59 > ERROR: Error: unknown type 'ame'.
60 >
61 > Any comments?
62 > _______________________________________________
63 > gentoo-dev mailing list
64 > gentoo-dev@g.o
65 > http://www.gentoo.org/mailman/listinfo/gentoo-dev