2 Jun
2014
2 Jun
'14
12:27 p.m.
Hi,
i think i must enable the blob path,
but when i enable it blob_path = /tmp/blob/
i still got the same error "could not create a temporary file"
it is affected by the directory's ownership or permissions
this ls -l /tmp/ outcome
drwxr-xr-x 2 root root 4096 Jun 2 14.05 blob ?
This means that the directory is owned by user root and only writable for user root. If you are launching `dtnd` as any other user, there will be insufficient permission. You can delete the directory (as root) and re-create it as a user. Another option could be to use chown/chgrp or set mode 777 for the directory...
If you are starting as root, then you can ignore this mail since I have no idea what could be wrong...
Stephan