in reply to Re: IPC::Shareable::SharedMem: shmget: Permission denied
in thread IPC::Shareable::SharedMem: shmget: Permission denied
but after this there was nothing printed on the screen, as there is nothing to print. Then i checkeduse IPC::Shareable; tie $robj->{status}, 'IPC::Shareable', 'data_glue', {create => 0, mode + => 664, destroy => 0}; (tied $robj->{status})->remove();
But still, it looks something remains even after having (tied $robj->{status})->remove();. May be because of this am i getting the error again? If so, how can delete this and take measures to create once again and delete once done?> ipcs -ma ------ Shared Memory Segments -------- key shmid owner perms bytes nattch stat +us 0x61746164 16187392 root 230 65536 0 ------ Semaphore Arrays -------- key semid owner perms nsems 0x61746164 15630336 root 230 3 ------ Message Queues -------- key msqid owner perms used-bytes messages 0x00001f58 0 root 600 0 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: IPC::Shareable::SharedMem: shmget: Permission denied
by tilly (Archbishop) on Jan 19, 2009 at 12:09 UTC |