Skip to content Skip to sidebar Skip to footer

Django Celery Implementation - Oserror : [errno 38] Function Not Implemented

I installed django-celery and I tried to start up the worker server but I get an OSError that a function isn't implemented. I'm running CentOS release 5.4 (Final) on a VPS: .

Solution 1:

same issue on ubuntu 10, even after full rights on shmem are given - problem still here...

UP- finally done, /dev/shm was not mounted. so add shm to fstab mount shm set full 777 permissions on /dev/shm

Post a Comment for "Django Celery Implementation - Oserror : [errno 38] Function Not Implemented"