HELP restarting postmaster

From: Anne Rose <rose(at)cs(dot)umd(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: HELP restarting postmaster
Date: 1998-12-17 15:12:18
Message-ID: 36791F52.DC25D227@cs.umd.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Our server went down unexpectedly. I restarted postgres using
"postmaster -i &" but now I can't access any existing databases
or create new ones. When I run "psql blc" I get the following
error messages:

$ psql blc
IpcSemaphoreCreate: semget failed (Invalid argument) key=5432114,
num=16, permis
sion=600
Connection to database 'blc' failed.
pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally before or
while pr
ocessing the request.

Any help would be much appreciated. I posted elsewhere first but never
got a response.

-Anne Rose
Human-Computer Interaction Lab
University of Maryland

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-12-17 15:43:40 Re: [PATCHES] Cobalt/Linux porting patch
Previous Message The Hermit Hacker 1998-12-17 13:10:06 Re: [HACKERS] CURRENT: crash in select_view regression test...