[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] How i got Maya Linux to work with condor



A while back some people reported problems with getting the linux version of maya to network render. Everyone including myself was always getting a core dump when doing condor_submit eventhough the command line worked....

The solution i found..and i'm not entirely certain why... was do relax the permissions on the maya folder to 0777...basically readable/writable/executable by everyone...i did this recursively.



In the shell script which condor executes i have the following..
make sure the temp paths are readable/writable by all..etc...

export MAYA_APP_DIR=/usr/aw/maya6.0
export MAYA_FILE_ICON_PATH=/usr/aw/maya/icons
export MAYA_PLUG_IN_PATH=/usr/aw/maya6.0/plug-ins
export MAYA_SCRIPT_PATH=/usr/aw/maya6.0/scripts
export LM_LICENSE_FILE=/var/flexlm/aw.dat
export MAYA_ALT_EN=/var/flexlm/aw.dat
export TEMP=/tmp/maya
export TMPDIR=/tmp/maya
export HOME=/tmp/maya
env
"/usr/aw/maya6.0/bin/render"   ...rest of command line.......