Upload in DA

Misael

Verified User
Joined
Mar 21, 2007
Messages
5
When people try to upload files, DA says uploaded correctly but there's no file uploaded. Looking in the error_log I got the following message:

2007:06:06-19:04:49: Unable to get a fd on /home/tmp/logo.jpg1c9hKB. Unknown error 2

I looked in /home, but the directory /tmp didn't exsist, so I created it, and tried it again. No I got the following message:

2007:06:06-19:24:52: Unable to get a fd on /home/tmp/logo.jpgj4NIoS. Unknown error 13

Is this /home/tmp a default DA directory, or should this be a symbolic link to /tmp? Who should be the owner of this directory (now it's root)?

Please help.
 
nano /usr/local/directadmin/conf/directadmin.conf

modify tmpdir=/tmp

/etc/init.d/directadmin restart
 
Why do you think it should be a relative path?

I'd think it would be more efficient to use /home/tmp

While my directadmin.conf file shows:
Code:
../../../tmp
I think that it should probably show
Code:
/home/tmp
for both clarity and efficiency.

Any comments?

Jeff
 
By default I have

../../../home/tmp

so my guess was, that it was important to have a relative path there. But I've searched the forums, and I've found both variants.
 
Back
Top