Search
Page 89 of 111. Showing 1,104 results (0.014 seconds)
How do I set up debugging for a supervisor or worker crash on Windows?
Briefly, set up Dr. Watson to get a crash dump. From the Start Menu, run these commands: Start->Run->drwtsn32 -i Start->Run->drwtsn32 More information on Dr. Watson can be found at Microsoft: http://support.microsoft.com/kb/308538 http://support.microsoft…How do I look at the last few lines of an output log on Windows?
On Unix/OSX, the utility is called "tail." However, you will have to find a replacement. Look here for Unix tools for Windows: http://unxutils.sourceforge.net/ http://unxutils.sourceforge.net/ As of Qube 6.5, there is a utility in $QBDIR/utils called qbta…UNC path is an invalid current directory path. UNC paths are not supported. Defaulting to Windows directory.
From Microsoft: You must make a registry entry to be able to use a UNC path as the current directory. WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsof…Renders submitted through the command line fail or lock up
Due to changes in render software architecture, a mechanism called JobObject which is used by the Qube! worker disrupts the internal code in common renderers such as 3dsmax and AfterEffects. The worker must be notified not to use the JobObject. To do this…Set up Linux or OS X to handle jobs with UNC paths
Let's say you've got a server called "server," and on this server you keep a maya directory with projects in them. Let's call the project "default," a and the scenefile "myscene.mb." So if you want to use UNC, this is what it might look like: Project: \\s…Drive Mounting: Remote files I access in OS X aren't visible on the Worker
The problem you describe is caused by a difference between the remote file services available to a logged in user (such as yourself) and those available to the host without anyone one logged in. In this particular case, when I refer to "logged in," I mean…How do I set the hostname on OS X?
sudo scutil --set HostName name This technique is referenced in the following TechNote: http://docs.info.apple.com/article.html?artnum=302044 http://docs.info.apple.com/article.html?artnum=302044…Can't locate JobType.pm
If your job logs contain the following error message: Can't locate JobType.pm in @INC (@INC contains: ... download from our FTP site (pub/jobtypes) the JobTypeLib package.…How do I set my own shared directory for job types?
Set the worker_template_path for the Worker to point to the directory containing the Job Types. Note, that on Windows, you must use UNC and the path separator is a forward slash "/". Try flipping the slashes to the other direction and see if that solv…I'm working on a Job Type, and I want to run a different version of Perl or Python?
User mode: Set the user's PATH environment variable to point to the version of the scripting language you prefer Proxy mode: the proxy user's PATH environment variable to point to the version of the scripting language you prefer…