You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Stephen Adkins <st...@officevision.com> on 2001/10/17 00:24:00 UTC

[OT] Re: IPC::Shareable

Hi,

The shared memory segment was already created by another user,
and it was created without permissions for you to write to it.

Try the "ipcs" command to view existing shared memory segments.
Try the "ipcrm" command to remove an old one.

Stephen

At 03:02 PM 10/16/2001 -0700, Rasoul Hajikhani wrote:
>Pardon the off topic thread,
>I am trying to make IPC::Shareable work with my script, however I get
>this error:
>IPC::Shareable::SharedMem: shmget: Permission denied
> at /usr/local/lib/perl5/site_perl/5.005/IPC/Shareable.pm line 456
>[Tue Oct 16 14:44:15 2001] [error] Could not create shared memory
>segment: Permission denied
>Does any one know what's up?