Re: shmget problem with Win NT services

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: shmget problem with Win NT services
Дата
Msg-id 20030218165241.GH2332@tishler.net
обсуждение исходный текст
Ответ на shmget problem with Win NT services  (Kenéz Attila <akenez@energo-szoft.hu>)
Список pgsql-cygwin
Attila,

On Tue, Feb 18, 2003 at 07:00:49AM +0100, Kenéz Attila wrote:
>     IpcMemoryCreate: shmget(key=5432001, size=1441792, 03600) failed: Not
> enough core

Check the following permissions:

    $ ls -l /tmp/MultiFile*
    -rw-rw-rw-    1 SYSTEM   SYSTEM    3916520 Jan 17 11:19 /tmp/MultiFileMsg
    -rw-rw-rw-    1 SYSTEM   SYSTEM      22032 Jan 17 11:19 /tmp/MultiFileSem
    -rw-rw-rw-    1 SYSTEM   SYSTEM     202768 Jan 17 11:19 /tmp/MultiFileShm

If the above files are not accessible by all, then you will have the
above mentioned problem.

Try deleting them:

    $ rm -f /tmp/MultiFile*

and then restart the ipc-daemon as an NT service.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

В списке pgsql-cygwin по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: 7.2.4
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: pgsql-cygwin