Problem starting postmaster

Поиск
Список
Период
Сортировка
От Homayoun Yousefi'zadeh
Тема Problem starting postmaster
Дата
Msg-id 3ACA2051.8070001@home.com
обсуждение исходный текст
Ответ на slow server  (Marc Wrubleski <mlwruble@sorexsoftware.com>)
Ответы Re: Problem starting postmaster  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello there,

I am migrating from MySQL to PostgreSQL.
I have built pgsql 7.0.3 on Redhat 7.0.
All of the nevironmental variables have been
set properly. When I try to start the database
server using the following

bash-2.04$  /usr/local/pgsql/bin/postmaster

I get

IpcMemoryCreate: shmget failed (Identifier removed) key=5432010,
size=144, permission=700
This type of error is usually caused by an improper
shared memory or System V IPC semaphore configuration.
For more information, see the FAQ and platform-specific
FAQ's in the source directory pgsql/doc or on our
web site at http://www.postgresql.org.
IpcMemoryIdGet: shmget failed (Identifier removed) key=5432010,
size=144, permission=0
IpcMemoryAttach: shmat failed (Invalid argument) id=-2
FATAL 1:  AttachSLockMemory: could not attach segment

I have read the docs. The only probable cause is the
lack of SYS V IPC support or small size of configured
shared memory in the kernel. However, neither one of
these suggestions applies to my case. I have even tried

bash-2.04$ /usr/local/pgsql/bin/postmaster -B 64

and the problem still persists.

Can somebody shed some light here?

Thanks,
HY





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

Предыдущее
От: Marc Wrubleski
Дата:
Сообщение: Re: slow server
Следующее
От: "Mitch Vincent"
Дата:
Сообщение: Re: slow server