[Orange-tech] need to create a drq root/tmp dir

Jorge Daza jorge at drqueue.org
Tue Jan 10 22:39:13 CET 2006


Hello,

problem is that there is a bug in sendjob.cpp that counts on
$DRQUEUE_TMP == $DRQUEUE_ROOT/tmp (line 355).

You can either change the code from:

  snprintf(blenderSgi.scriptdir,BUFFERLEN,"%s/tmp/",getenv("DRQUEUE_ROOT"));
	
to:

  snprintf(blenderSgi.scriptdir,BUFFERLEN,"%s/",getenv("DRQUEUE_TMP"));

and then recompile.

Or create a link at $DRQUEUE_ROOT/tmp pointing to $DRQUEUE_TMP.

Hope it helps.

Jorge

-- 
Jorge Daza - jorge at drqueue.org - GPG key available
----------   -----------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://projects.blender.org/pipermail/orange-tech/attachments/20060110/0e81c80f/attachment.pgp


More information about the Orange-tech mailing list