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
> /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
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.