After doing some digging, and uncommenting a die statement in
Apache::AxKit::Plugin::_get_session_from_store($$;$);
which tested the successful creation of the Apache::Session::File object

I further chased it down to the call to 
     new IPC::Semaphore(31818,32,IPC_CREAT | S_IRWXU );
in Apache::Session::SysVSemaphoreLocker->acquire_write_lock();
which returns the error.. "Permission denied" from
/usr/lib/perl5/site_perl/5.6.1/Apache/Session/SysVSemaphoreLocker.pm
line 63.

... Um any idea why this could be going on?
Robert Ferney



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

Reply via email to