Search

Search

Help

Page 77 of 107. Showing 1,065 results (0.011 seconds)

  1. How do I set up Maya to do path translation?

    directory is the FROM and the second is the TO mapping: dirmap -m "" "" For example: dirmap -en 1; dirmap -m "R:Project" "/uniserver/project" To test if you have it set up…
    Qube 6.4Nov 05, 2012
  2. Add a lag between worker job launches

    The qb.conf setting you need to use is: worker_job_start_delay The field is in seconds. worker_job_start_delay = 10…
    Qube 6.4Nov 05, 2012
  3. Where is the qb.conf file?

    The qb.conf file location is OS- and version-specific. Linux & OSX: /etc/qb.conf Windows XP, XP-64, and Win2K3: C:\Windows\qb.conf Windows Win2K8, Vista, and later: C:\ProgramData\Pfx\qube\qb.conf…
    Qube 6.4May 22, 2013
  4. My Maya job won't launch

    Looks like your account isn't set up to include the maya bin directory in the PATH environment. Make sure you set up the MAYA_LOCATION as well. If your shell is /bin/bash put the following in your $HOME/.profile: export QBDIR=/Applications/pfx/qube export…
    Qube 6.4Nov 05, 2012
  5. How do I restart the Worker remotely? (Windows)

    Submit a remote job: qbsub --host hostname "net stop qubeworker && net start qubeworker" (Alternate) Install sshd from Cygwin ssh hostname "net stop qubeworker && net start qubeworker"…
    Qube 6.4Nov 05, 2012
  6. How to turn off preemption

    Set supervisor_preempt_policy = disabled and the supervisor will not preempt jobs either passively or aggressively.…
    Qube 6.4Nov 05, 2012
  7. Mental ray service problem

    You need to change the permissions on the file below: C:\windows\system32\drivers\etc\services The file contains the port numbers for mi. The problem is that under a proxy account, the proxy user may not have permissions to read that file. You could try o…
    Qube 6.4Nov 05, 2012
  8. I tried to call a routine in my job submission script from the callback, and it didn't work.

    The problem lies with the "code" in your callback. Callback code is literally a string interpreted and executed by the built-in interpreter selected by the "language" field. Since a job you submit is actually a data object submitted to the Supervisor, it…
    Qube 6.4Nov 05, 2012
  9. I want to install 3DS Max in a nonstandard location. How do I inform the Job Type?

    Edit the default_3dsmax_locations in the jobtypes/3dsmax/job.conf file…
    Qube 6.4Nov 05, 2012
  10. How do I reboot the Workers remotely?

    To reboot a Worker: qbadmin worker --reboot hostname Reboot all Workers (Windows): qbsub --flags host_list shutdown r…
    Qube 6.4Nov 05, 2012