Re: [GENERAL] installation problem - semaphores

2006-04-02 Thread fufay
u have to "su postgres" first,just like this: -- # rehash # su postgres postgres$ initdb -D /usr/local1/pgsql/data good luck! "Yadu" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] Hi, I h

Re: [GENERAL] installation problem - semaphores

2006-04-02 Thread Luca Pireddu
On April 2, 2006 10:35, Tom Lane wrote: > Yadu <[EMAIL PROTECTED]> writes: > > selecting default max_connections ... 10 > > selecting default shared_buffers ... 50 > > creating configuration files ... ok > > creating template1 database in /usr/local1/postgres/data/base/1 ... > > FATAL: could not cr

Re: [GENERAL] installation problem - semaphores

2006-04-02 Thread Tom Lane
Yadu <[EMAIL PROTECTED]> writes: > selecting default max_connections ... 10 > selecting default shared_buffers ... 50 > creating configuration files ... ok > creating template1 database in /usr/local1/postgres/data/base/1 ... FATAL: > could not create semaphores: No space left on device > DETAIL:

[GENERAL] installation problem - semaphores

2006-04-02 Thread Yadu
Hi,I have installed postgre-sql in directory /usr/local1/postgresNow, I am trying to run /usr/local1/postgres/bin/initdb -D /usr/local1/postgres/dataI got following error.> initdb -D /usr/local1/postgres/data The files belonging to this database system will be owned by user "postgres".This user m