0

I am running a pyramid server and am trying to load data through celery. However, celery is does nothing. Its log file says:

LockFailed: failed to create /scratch/roman-work-1fb53700.7366

I found advice to change /scratch permissions by:

sudo chmod 777 /scratch

But terminal says that /scratch directory does not exist. Where should /scratch be situated so that I can create it if it really does not exist?

4

1 回答 1

0

由于我在任何地方都没有找到解决这个问题的方法,所以我把这个问题留了下来。

cd /
sudo mkdir scratch
sudo chmod 777 /scratch
于 2014-04-30T14:49:57.217 回答