From: | HS <mhossein(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | installation(pg_depend) problem |
Date: | 2005-11-16 06:09:50 |
Message-ID: | e9adaa70511152209t69c99a6fta5fccdb731eda697@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi:
I am installing postgres on a Debian Linux box. After following all the
necessray steps (make, make install, making the data directory, chown, etc),
I ran initdb as pecified in the INSTALL file. It terminates giving the
following error:
initializing pg_depend ... cannot connect : Connection refused
child process exited with exit code 1
Does anyone know what the problem is? (I have attached the complete output
of initdb below).
Thank,
HSA
pguser(at)scspc123:~$ /usr/local/Robust/pgsql/bin/initdb -D
/usr/local/Robust/pgsql/data
<pgsql-general(at)postgresql(dot)org>The files belonging to this database system
will be owned by user "pguser".
This user must also own the server process.
The database cluster will be initialized with locale C.
fixing permissions on existing directory /usr/local/Robust/pgsql/data ... ok
creating directory /usr/local/Robust/pgsql/data/global ... ok
creating directory /usr/local/Robust/pgsql/data/pg_xlog ... ok
creating directory /usr/local/Robust/pgsql/data/pg_xlog/archive_status ...
ok
creating directory /usr/local/Robust/pgsql/data/pg_clog ... ok
creating directory /usr/local/Robust/pgsql/data/pg_subtrans ... ok
creating directory /usr/local/Robust/pgsql/data/base ... ok
creating directory /usr/local/Robust/pgsql/data/base/1 ... ok
creating directory /usr/local/Robust/pgsql/data/pg_tblspc ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 1000
creating configuration files ... ok
creating template1 database in /usr/local/Robust/pgsql/data/base/1 ... ok
initializing pg_shadow ... ok
enabling unlimited row size for system tables ... ok
initializing pg_depend ... cannot connect : Connection refused
child process exited with exit code 1
initdb: removing contents of data directory "/usr/local/Robust/pgsql/data"
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2005-11-16 06:14:08 | Re: clustering by partial indexes |
Previous Message | Greg Stark | 2005-11-16 05:58:43 | Re: PREPARE TRANSACTION and webapps |