From: | "Dana Hudes" <dhudes(at)hudes(dot)org> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | weird fatal error starting postmaster |
Date: | 2000-01-05 18:28:44 |
Message-ID: | 004e01bf57aa$b2979a80$3d5cdcd1@hudes.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Upgraded to current postgres via the RPM packages.
postgresql-devel-6.5.3-1
postgresql-jdbc-6.5.3-1
postgresql-odbc-6.5.3-1
postgresql-perl-6.5.3-1
postgresql-python-6.5.3-1
postgresql-server-6.5.3-1
postgresql-6.5.3-1
postgresql-tcl-6.5.3-1
postgresql-test-6.5.3-1
I'm of course on RedHat Linux. Specifically v6.0 .Dual processor PII, running SMP kernel 2.2.5-22smp
I do (in inittab)
/bin/su - postgres -c "/usr/bin/postmaster -D/var/db" >>/var/log/postgres.log 2>&1 </dev/null
and postgres.log says:
IpcMemoryCreate: shmget failed (Identifier removed) key=5432010, size=120, permission=700
IpcMemoryIdGet: shmget failed (Identifier removed) key=5432010, size=120, permission=0
IpcMemoryAttach: shmat failed (Invalid argument) id=-2
FATAL 1: AttachSLockMemory: could not attach segment
Hmm. Could this somehow be that user postgres has no permission to create an IPC memory queue?
thought all users could...
thoughts and direction appreciated
From | Date | Subject | |
---|---|---|---|
Next Message | Dana Hudes | 2000-01-05 18:33:10 | serachable index on site |
Previous Message | Karl DeBisschop | 2000-01-04 16:35:44 | Re: [ADMIN] 6.5.3. installation problems |