Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA06421; Mon, 22 Mar 93 12:26:19 -0800
Message-Id: <9303222026.AA06421@postgres.Berkeley.EDU>
From: Mike Olson <mao@postgres.Berkeley.EDU>
Subject: Re: Postmaster startup problem
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Your message of Mon, 22 Mar 1993 11:48:34 PST.
             <9303221948.AA06162@postgres.Berkeley.EDU> 
Date: Mon, 22 Mar 1993 12:26:54 -0800
From: Mike Olson <mao@postgres.Berkeley.EDU>

In message <9303221948.AA06162@postgres.Berkeley.EDU>you write:

>   I just installed Postgres 2.1 on a Sparc 10 running 4.1.3.

presumably this is postgres 4.1...

> I created a
> Postgres user with a uid NOT equal to 6. I get the following problem when
> starting postmaster:
> 
> [retina@ /usr/local/postgres] [12]
> % postmaster &
> [1] 4893
> [retina@ /usr/local/postgres] [13]
> % IpcMemoryAttach: shmat() failed: Permission denied

do an 'ipcs'; someone already owns the shared memory regions that the
postmaster is trying to create.  do you have a postmaster currently
running?
					mike
