Return-Path: owner-postman 
Delivery-Date: Thu, 05 May 94 13:04:33 -0700
Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id JAA27716 for postgres-redist; Thu, 5 May 1994 09:54:08 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199405051654.JAA27716@nobozo.CS.Berkeley.EDU>
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from faerie.CS.Berkeley.EDU (faerie.CS.Berkeley.EDU [128.32.149.14]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id JAA27706 for <postgres@postgres.Berkeley.EDU>; Thu, 5 May 1994 09:54:07 -0700
Received: from localhost (localhost [127.0.0.1]) by faerie.CS.Berkeley.EDU (8.6.4/8.1B) with SMTP id JAA22156; Thu, 5 May 1994 09:53:55 -0700
Message-Id: <199405051653.JAA22156@faerie.CS.Berkeley.EDU>
X-Authentication-Warning: faerie.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
From: aoki@postgres.Berkeley.EDU (Paul M. Aoki)
To: apc@inel.gov (Christine Cullen)
Cc: postgres@postgres.Berkeley.EDU
Subject: Re: error message - HELP! 
Reply-To: aoki@postgres.Berkeley.EDU (Paul M. Aoki)
In-reply-to: Your message of Thu, 5 May 94 10:30:27 MDT 
	     <9405051630.AA08311@rosy.inel> 
Date: Thu, 05 May 94 09:53:54 -0700
X-Sender: aoki@postgres.Berkeley.EDU
Resent-To: postgres-redist@postgres.Berkeley.EDU
X-Mts: smtp
Resent-Date: Thu, 05 May 94 09:54:08 -0700
Resent-XMts: smtp

apc@inel.gov (Christine Cullen) writes:
> snake% postmaster&
> [1] 566
> snake% IpcMemoryAttach: shmat() failed: Permission denied

most of the time, this means that someone started postmaster 
as one user, then did
	kill -9
of the postmaster (leaving shared memory segments lying around),
then tried to start postmaster as a different user.

running ipcclean as the first user usually clears this up.
--
  Paul M. Aoki  |  CS Div., Dept. of EECS, UCB  |  aoki@postgres.Berkeley.EDU
                |  Berkeley, CA 94720           |  ...!uunet!ucbvax!aoki

===============================================================================
    To add/remove yourself from the POSTGRES mailing list: send mail with 
    the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"

    If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
    a human will deal with it.  DO NOT post to the "postgres" mailing list.
===============================================================================

