ShmemCreate: cannot create reg

From: "Adam Walczykiewicz" <archiver(at)db(dot)geocrawler(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: ShmemCreate: cannot create reg
Date: 2000-02-21 15:44:33
Message-ID: 200002211544.HAA24867@www.geocrawler.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This message was sent from Geocrawler.com by "Adam Walczykiewicz" <adam(dot)walczykiewicz(at)multiuser(dot)com(dot)pl>
Be sure to reply to that address.

Hello!
I've tried to compile PostgreSQL v.6.5.2. for SCO
OpenServer 5.0.5.
I used directly instructions from documentation.
Compilation ended with
'All of PostgreSQL is successfully made.
Ready to install.'

But when I tried to start PostgreSQL server I've
got
a message :
'IpcMemoryCreate: shmget failed
(Invalid argument) key=5432001, size=1063936,
permission=600
FATAL 1:
ShmemCreate: cannot create region
'
In compilation log I saw pattern:

'c++ -I../../backend -I../../include -
I../../interfaces/libpq -I../../include -
I../../backend -dy -c pgconnection.cc -o
pgconnection.o
Starting parse
Entering state 0
Reading a token: Next token is 332
(EXTERN_LANG_STRING)
Reducing via rule 3 (line 314), -> @1
state stack now 0
Entering state 2
Reducing via rule 12 (line 340), -> @2
state stack now 0 2
Entering state 4
Next token is 332 (EXTERN_LANG_STRING)
Shifting token 332 (EXTERN_LANG_STRING), Entering
state 34
Reducing via rule 36 (line 400),
EXTERN_LANG_STRING -> extern_lang_string
state stack now 0 2 4
Entering state 38..."
and so on.
(...)
Entering state 1
Reading a token: Now at end of input.
Reducing via rule 2 (line 300), extdefs ->
program
state stack now 0
Entering state 1397
Now at end of input.
Shifting token 0 ($), Entering state 1398
Now at end of input.
All of PostgreSQL is successfully made. Ready to
install.'

Thanks for any help

Regards, Adam Walczykiewicz
(adam(dot)walczykiewicz(at)multiuser(dot)com(dot)pl)

Geocrawler.com - The Knowledge Archive

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-02-21 16:15:40 Re: [HACKERS] ShmemCreate: cannot create reg
Previous Message Tom Lane 2000-02-21 15:41:53 Re: [HACKERS] Beta for 4:30AST ... ?