[EMAIL PROTECTED]:~] # su - postgres
[EMAIL PROTECTED]:/home/postgres] $ /usr/local/pgsql/bin/initdb -d -D -n
/usr/local/pgsql/data
Running in debug mode.

initdb: internal variables:
  PGDATA=/usr/local/pgsql/data
  datadir=/usr/local/pgsql//share
  PGPATH=/usr/local/pgsql/bin
  ENCODING=
  ENCODINGID=0
  POSTGRES_SUPERUSERNAME=postgres
  POSTGRES_BKI=/usr/local/pgsql//share/postgres.bki
  POSTGRES_DESCR=/usr/local/pgsql//share/postgres.description
  POSTGRESQL_CONF_SAMPLE=/usr/local/pgsql//share/postgresql.conf.sample
  PG_HBA_SAMPLE=/usr/local/pgsql//share/pg_hba.conf.sample
  PG_IDENT_SAMPLE=/usr/local/pgsql//share/pg_ident.conf.sample
The files belonging to this database system will be owned by user
"postgres".
This user must also own the server process.

The database cluster will be initialized with locale C.

creating directory /usr/local/pgsql/data... ok
creating directory /usr/local/pgsql/data/base... ok
creating directory /usr/local/pgsql/data/global... ok
creating directory /usr/local/pgsql/data/pg_xlog... ok
creating directory /usr/local/pgsql/data/pg_clog... ok
selecting default max_connections... 10
selecting default shared_buffers... 50
creating configuration files... ok
creating template1 database in /usr/local/pgsql/data/base/1... DEBUG:
invoking IpcMemoryCreate(size=1081344)
FATAL:  could not create shared memory segment: Function not implemented
DETAIL:  Failed system call was shmget(key=1, size=1081344, 03600).
DEBUG:  proc_exit(1)
DEBUG:  shmem_exit(1)
DEBUG:  exit(1)

initdb: failed
initdb: removing data directory "/usr/local/pgsql/data"
[EMAIL PROTECTED]:/home/postgres] $ cd ..


ANY IDEAS ?


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to