On Fri, Jun 09, 2006 at 05:54:55PM -0700, Wim Kerkhoff wrote:
> Rick Delaney wrote:
> > What is your output from `ipcs -s`?
> Currently:
> 
> 
> ------ Semaphore Arrays --------
> key        semid      owner      perms      nsems
> 0x00007c4a 0          root      700        32

This is where your permission denied error comes from since www-data
can't read or write to it.  If you remove it with ipcrm and try again it
might get recreated with www-data as the owner.

-- 
Rick Delaney
[EMAIL PROTECTED]
_______________________________________________
caf mailing list
caf@lpi.org
http://list.lpi.org/cgi-bin/mailman/listinfo/caf

Reply via email to