dbTalk Databases Forums  

can't start mkded

comp.databases.btrieve comp.databases.btrieve


Discuss can't start mkded in the comp.databases.btrieve forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ewout
 
Posts: n/a

Default can't start mkded - 03-28-2005 , 08:00 AM






i have a problem with starting mkded:

# ./mkded
Aborted
#

No error on screen, only this message in the system error log:

MKDE0820: Shared memory allocation failed. Server or one of its
components may be already running

How can i solve this problem ? I searched the pervasive.com knowledge
base but no answers there



regards,
Ewout

Reply With Quote
  #2  
Old   
Leonard
 
Posts: n/a

Default Re: can't start mkded - 03-30-2005 , 02:51 AM






The Pervasive.SQL Server engine (for Linux) uses a shared memory
segment for the client to communicate with the server. If the shared
memory segment does not get cleaned up the engine will not start as it
can not create it again.

You can try a
/etc/rc.d/init.d/psql stop
followed by a
/etc/rc.d/init.d/psql force
then
/etc/rc.d/init.d/psql start

If you ran the engine manually when logged in as a user other than
'psql' this will not clean it up. If you are good with the ipc stuff
you can feret out which segments to delete.

A server reboot (admitedly not elegant) will clear it out if all else
fails.

Leonard


On Mon, 28 Mar 2005 14:00:01 +0200, Ewout <spamme001 (AT) xs4all (DOT) nl> wrote:

Quote:
i have a problem with starting mkded:

# ./mkded
Aborted
#

No error on screen, only this message in the system error log:

MKDE0820: Shared memory allocation failed. Server or one of its
components may be already running

How can i solve this problem ? I searched the pervasive.com knowledge
base but no answers there



regards,
Ewout


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.