Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id MAA04136 for postgres-redist; Thu, 4 Aug 1994 12:09:59 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199408041909.MAA04136@nobozo.CS.Berkeley.EDU> Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id MAA04124; Thu, 4 Aug 1994 12:09:58 -0700 Message-Id: <199408041909.MAA04124@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol From: aoki@CS.Berkeley.EDU (Paul M. Aoki) To: bfroehli@AWI-Bremerhaven.DE (Bernd Froehlich) Cc: postgres@postgres.Berkeley.EDU Subject: Re: IpcMemoryAttach Reply-To: aoki@CS.Berkeley.EDU (Paul M. Aoki) In-reply-to: Your message of Thu, 4 Aug 94 12:07:53 +0200 <9408041007.AA03081@edvs1.awi-bremerhaven.de> Date: Thu, 04 Aug 94 12:09:58 -0700 X-Sender: aoki@postgres.Berkeley.EDU Resent-To: postgres-redist@postgres.Berkeley.EDU X-Mts: smtp Resent-Date: Thu, 04 Aug 94 12:09:59 -0700 Resent-XMts: smtp bfroehli@AWI-Bremerhaven.DE (Bernd Froehlich) writes: > edvs6% postmaster & > [1] 3284 > edvs6% IpcMemoryAttach: shmat() failed: Permission denied this usually means you have a shared memory segment allocated as the "wrong" user (meaning a different user than the user you now want to start postgres as). this is generally a symptom of killing off postmasters with "kill -9" and is the main reason why the manual says not to use "kill -9". use "ipcs" to see what segments are there and use "ipcclean" (as the user who owns the segments). -- Paul M. Aoki | University of California at Berkeley aoki@CS.Berkeley.EDU | Dept. of EECS, Computer Science Division (#1776) | Berkeley, CA 94720-1776 ============================================================================== To add/remove yourself to/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. ==============================================================================