> [5052]ERR: 24: Line 1: Error in Perl code: Permission denied at
> /usr/lib/perl5/site_perl/5.005/Apache/Session/SysVSemaphoreLocker.pm line
63.
>
>
This is because Apache::Session cannot create/open the semaphore

> ------ Semaphore Arrays --------
> key       semid     owner     perms     nsems     status
> 0x000d9479 0         daemon    666       1
> 0x000d946e 1         daemon    666       1
>

The nsems values must be higher for Apache::Session (>=8). I am not an IPC
guru, but if you are on a test system, I would try to use ipcrm to delete
these both semaphores. I guess one of them is in the way. Then
Apache::Session can recreate his semaphore. If this is not a test system, be
carefull not to delete a semaphore that is needed by another process

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to