RE: [Coder-Com] initdb failed.

2002-04-07 Thread Empus \(Mike\)
12:48 AM To: Empus (Mike) Cc: [EMAIL PROTECTED] Subject: Re: [Coder-Com] initdb failed. > /usr/local/pgsql/data/base/1...IpcSemaphoreCreate: semget(key=1, num=17, > 03600) failed: Function not implemented > Postgres is trying to use the "semget" syscall. This is a "System

Re: [Coder-Com] initdb failed.

2002-04-07 Thread Isomer
> /usr/local/pgsql/data/base/1...IpcSemaphoreCreate: semget(key=1, num=17, > 03600) failed: Function not implemented > Postgres is trying to use the "semget" syscall. This is a "System V Shared Memory" system call from memory. This isn't compiled into your kernel. Time for a recompile. -- I

[Coder-Com] initdb failed.

2002-04-07 Thread Empus \(Mike\)
Upon installing and configuring PostgreSQL completely fine - no errors, I go to run initdb... and: gnuworld@userservice:/usr/local/pgsql/bin$ ./initdb -D /usr/local/pgsql/data The files belonging to this database system will be owned by user "gnuworld". This user must also own the server process.