Initdb not running on beos - Mailing list pgsql-hackers

From Cyril VELTER
Subject Initdb not running on beos
Date
Msg-id 000376f85c3eee27_mailit@mail.cybercable.fr
Whole thread Raw
Responses Re: Initdb not running on beos  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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.9519MULTIBYTE= MULTIBYTEID=0 POSTGRES_SUPERUSERNAME=baron POSTGRES_SUPERUSERID=1
TEMPLATE1_BKI=/boot/home/pgsql/share/template1.bkiGLOBAL_BKI=/boot/home/pgsql/share/global.bki
TEMPLATE1_DESCR=/boot/home/pgsql/share/template1.descriptionGLOBAL_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.samplePG_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 



pgsql-hackers by date:

Previous
From: Cyril VELTER
Date:
Subject: Re: Proposal for fixing IPC key assignment
Next
From: Tatsuo Ishii
Date:
Subject: Re: Bug in unicode conversion ...