From: | <rocael(at)usa(dot)net> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Cc: | <rocael(at)usa(dot)net> |
Subject: | problems with postmaster |
Date: | 2000-11-24 11:12:26 |
Message-ID: | 20001124181226.15192.qmail@nwcst294 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hi all!
I couldn't find a way to make my DB server work again.
I did this:
in postgres user killall -9 postmaster (I wanted to stop the server)
then rm /tmp/.s.PGSQL.5432
I tried to restart the server but I got this error:
[postgres(at)aux-209-217-53-170 postgres]$ postmaster -D /usr/local/pgsql/data/
IpcMemoryCreate: shmget failed (Identifier removed) key=5432010, size=144,
permi
ssion=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,
permis
sion=0
IpcMemoryAttach: shmat failed (Invalid argument) id=-2
FATAL 1: AttachSLockMemory: could not attach segment
What I can do?? Help me please!
Thank you for your replys, also I want to know how to stop a pg server that is
running in the background.
Rocael.
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
From | Date | Subject | |
---|---|---|---|
Next Message | Richard DeVenezia | 2000-11-24 14:24:19 | Is there a string to inet function that can be used in order by ? |
Previous Message | pgsql-sql | 2000-11-24 09:49:06 | 7.0.3 BUG |