Search

Search

Help

Page 32 of 1,195. Showing 11,950 results (0.016 seconds)

  1. I am getting 'Invalid agenda item name "1". Skipping slice.' warnings in the QubeGUI. What's doing on and how do I fix this?

    Cause: Likely you have just recently reset your qube database on the same machine that was previously running a qube supervisor. The MySQL database was cleared, but the job log files are still present. The descrepency between those log files and what is s…
    Qube 6.4Nov 05, 2012
  2. How do I reset the proxy password?

    Get the encrypted password string by using qblogin: qblogin --display --user proxyuser where proxyuser is the username for the proxy user. After successfully entering the password, an encrypted version of the password will be output. Paste the proxy_passw…
    Qube 6.4Nov 05, 2012
  3. Jobs fail with "ERROR: unsupported perl version 5.010000"

    To get around this issue, install Perl 5.6 - Perl 5.14.…
    Qube 6.4Nov 05, 2012
  4. How do I reset the Supervisor MySQL database?

    (Example commands provided for OSX platform) login to your Supervisor open a Terminal window run the following command sudo /Applications/pfx/qube/utils/upgrade_supervisor -reset you may need to restart the Supervisor as well sudo SystemStarter stop super…
    Qube 6.4May 23, 2013
  5. How do I set up Maya to do path translation?

    Your Windows clients need to translate the paths into something understandable by the Linux/Mac OS X Workers. To do this, we sometimes recommend the use of the MEL command dirmap. It has the capability to do the translation, and we have support for it in…
    Qube 6.4Nov 05, 2012
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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