Обсуждение: Re: Error when attempting to start

Поиск
Список
Период
Сортировка

Re: Error when attempting to start

От
Maarten Boekhold
Дата:

Niall Dalton wrote:

> write(2, "IpcMemoryCreate: shmget failed ("..., 88IpcMemoryCreate:
> shmget failed (Permission denied) key=5432010, size=120, permission=700)

Try using the utilities 'ipcs' and 'iprm' to list IPC resources, and to remove
(free)
them.

Maarten

--

Maarten Boekhold, maarten.boekhold@tibcofinance.com
TIBCO Finance Technology Inc.
"Sevilla" Building
Entrada 308
1096 ED Amsterdam, The Netherlands
tel: +31 20 6601000 (direct: +31 20 6601066)
fax: +31 20 6601005
http://www.tibcofinance.com

Re: Error when attempting to start

От
Niall Dalton
Дата:
Maarten Boekhold wrote:
> Try using the utilities 'ipcs' and 'iprm' to list IPC resources,
> and to remove (free) them.

This worked.
I saw three locked up segments, freed them, and postgres starts up fine
now.

Thanks for this, and also a thank you to dhudes@hudes.org
for his assistance as well.

All the best,
Niall