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