Sean Kelly <S.Kelly@newcastle.ac.uk> writes:
> IpcMemoryCreate: shmget failed (Invalid argument) key=5432010, size=144, permission=700
> My kernel has been compiled with "System V IPC" selected.
> PostgreSQL 6.5.3 has been compiled and ran on this system.
Hmm, maybe there are old shmem segments still present from the 6.5.3
postmaster? You might need to 'ipcrm' the old ones. See our ipcclean
script for help.
regards, tom lane