On 23 Jun 2011, at 6:03 PM, Ehle, Roland wrote: > [2011-06-23 18:01:52,010: WARNING/MainProcess] sl = self._semlock = > _multiprocessing.SemLock(kind, value, maxvalue) > [2011-06-23 18:01:52,010: WARNING/MainProcess] OSError > [2011-06-23 18:01:52,010: WARNING/MainProcess] : > [2011-06-23 18:01:52,011: WARNING/MainProcess] [Errno 13] Permission denied
Based on the error message, it indicates that your OS is denying permission to the python multiprocessing module to acquire semaphore locks, the only think that i can think of that can cause this is selinux. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

