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

Dr. Mark Matties mmatties at fullyconnected.net
Thu Jan 12 19:02:52 CET 2006


Hi Toni,

Sorry  - I missed that was what you decided. It seemed that I was only 
"hearing" half of the conversation. I'll make the sym link shortly.

Regards,
Mark


Toni Alatalo wrote:

>On Tuesday 10 January 2006 22:39, Jorge Daza wrote:
>
>Mark,
>
>i just realized today that i did not make this really clear earlier: fixing 
>that prob with drqueue sendjob requires either that modification + recompile 
>of the tool, or a symlink that can be done only with system access.
>
>we can try compiling sendjob.cpp on some of the macs here, or try changing the 
>directory paths to come up with a way that works, but are also busy with 
>other thing so if you can e.g. add that sendjob fix and recompile it would be 
>good - the paths we have in our startup scripts now should then just work
>
>~Toni
>
>  
>
>>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
>>    
>>



More information about the Orange-tech mailing list