Re: More "IpcMemoryCreate: shmget failed" errors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More "IpcMemoryCreate: shmget failed" errors
Дата
Msg-id 7975.961178580@sss.pgh.pa.us
обсуждение исходный текст
Ответ на More "IpcMemoryCreate: shmget failed" errors  (Sean Kelly <S.Kelly@newcastle.ac.uk>)
Список pgsql-bugs
Sean Kelly <S.Kelly@newcastle.ac.uk> writes:
>     Any suggestions?  Is there a way that v7 could check for these old
> segments from v6 and remove them?  Is this even the problem here?  Any
> other ways to clear these suspected old segments at all?

Have you done any actual investigation --- like looked at the output
of ipcs -m -a to see whether there are old segments lying around?

The ipcclean script is not very bright, and in particular I doubt it
knows about all the formats that different platforms' versions of
ipcs produce.  So it may just be failing to recognize what has to be
removed.

The "Permission denied" error suggests that you may be trying to run
Postgres under a different userid than you were before.  If so, you'll
have to delete the old segments as that other user, or as root.

            regards, tom lane

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: More "IpcMemoryCreate: shmget failed" errors
Следующее
От: Sean Kelly
Дата:
Сообщение: Re: More "IpcMemoryCreate: shmget failed" errors