I've a problem with initdb on beos with the current tree. (The last one
running clean is one month old).
when I run initdb, I get the following :
$ initdb -d -n
Running with debug mode on.
Running with noclean mode on. Mistakes will not be cleaned up.
Initdb variables:
PGDATA=/boot/home/pgsql/data
datadir=/boot/home/pgsql/share
PGPATH=/boot/home/pgsql/bin
TEMPFILE=/tmp/initdb.9519
MULTIBYTE=
MULTIBYTEID=0
POSTGRES_SUPERUSERNAME=baron
POSTGRES_SUPERUSERID=1
TEMPLATE1_BKI=/boot/home/pgsql/share/template1.bki
GLOBAL_BKI=/boot/home/pgsql/share/global.bki
TEMPLATE1_DESCR=/boot/home/pgsql/share/template1.description
GLOBAL_DESCR=/boot/home/pgsql/share/global.description
POSTGRESQL_CONF_SAMPLE=/boot/home/pgsql/share/postgresql.conf.sample
PG_HBA_SAMPLE=/boot/home/pgsql/share/pg_hba.conf.sample
PG_IDENT_SAMPLE=/boot/home/pgsql/share/pg_ident.conf.sample
This database system will be initialized with username "baron".
This user will own all the data files and must also own the server process.
Creating directory /boot/home/pgsql/data
Creating directory /boot/home/pgsql/data/base
Creating directory /boot/home/pgsql/data/global
Creating directory /boot/home/pgsql/data/pg_xlog
Creating template1 database in /boot/home/pgsql/data/base/1
Running: /boot/home/pgsql/bin/postgres -boot -x1 -C -F -D/boot/home/pgsql/
data -d template1
FATAL 2: InitReopen(logfile 0 seg 0) failed: No such file or directory
initdb failed.
Data directory /boot/home/pgsql/data will not be removed at user's request.
any idea ?
cyril
- Re: [HACKERS] Initdb not running on beos Cyril VELTER
- Re: [HACKERS] Initdb not running on beos Tom Lane
- Re: [HACKERS] Initdb not running on beos Cyril VELTER
- Re: [HACKERS] Initdb not running on beos Tom Lane
- Re: [HACKERS] Initdb not running on beos Adam Haberlach
- Re: [HACKERS] Initdb not running on beos Tom Lane
- Re: [HACKERS] Initdb not running on... Alfred Perlstein
- Re: [HACKERS] Initdb not running on beos Peter Eisentraut