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
Baca Juga
- Is There A Way To Receive A Notification As Soon As A Certain Task With A Certain Task Id Is Successful Or Fails Using Celery For Python?
- Python: Logging: Can We Added Multiple Filters To The Logger And Which One Is Considered
- How To Nest These Serializes Without Facing Attributeerror: 'blogpost' Object Has No Attribute 'review_set'
Post a Comment for "Django Celery Implementation - Oserror : [errno 38] Function Not Implemented"