> ----
> [32092]ERR:  24: Line 1: Error in Perl code: Permission denied at
/usr/lib/perl5/site_perl/5.6.0/Apache/Session/Lock/Semaphore.pm line 92.
> -----
>
> I have read about the semaphores and that you can delete them (some of
them) and something about different users but this is above my knowlege.
>
> Could anyone explain in more detail which semaphore to delete and how to
delete them and WHERE TO FIND THEM :-) and if it's something to do with user
rights, how to change them to the right ones and for which programs?
>

The semaphore is setup by Apache::Session that only the user that creates it
can access it. If you change the user that Apache runs as (or have more then
oneyou get into trouble). Use ipcs to list all semaphores and ipcrm to
remove them. Apache::Session will recreate a new correct one. If you have
muliple Apache that runs as different users, you need to give them different
semaphore keys (with the SemaphoreKey argument). See perldoc
Apache::Session::Lock::Semaphore.

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to