Django Celery implementation - OSError : [Errno 38] Function not implemented

后端 未结 1 2029
我在风中等你
我在风中等你 2020-12-31 14:17

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 VP

1条回答
  •  悲哀的现实
    2020-12-31 14:56

    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

    0 讨论(0)
提交回复
热议问题