OSError 38 [Errno 38] with multiprocessing

For anyone else coming here from Google, the answer is at Django Celery Implementation – OSError errno 38 – Function not implemented:

Got it working by adding none /dev/shm tmpfs rw,nosuid,nodev,noexec 0
0
to /etc/fstab and rebooting

Instead of rebooting, sudo mount /dev/shm works.

Leave a Comment