Search

Search

Help

Page 3 of 5. Showing 48 results (0.013 seconds)

  1. qbadmin

    trigger events code is source code for callback --emailtest Send a test email via SMTP using qb.conf settings. mode: worker --remove string… Remove and ban…
    Qube 6.4Dec 04, 2012
  2. How to implement locking/unlocking an OSX worker at user login/out

    /pfx/qube/scripts/workerLock.py sudo chgrp admin /Applications/pfx/qube/scripts/workerLock.py test the permissions and ownership: ls -l /Library/LaunchAgents…
    Qube 6.4Mar 29, 2013
  3. AppFinder Jobs

    translated as per this worker's worker_path_map INFO:CmdRangeBackEnd: __C4D__ -nogui -frame 3 3 1 -oimage "/Users/jburk/Documents/C4D/renders/test" -render "/Users/jburk/Documents/C4D…
    Qube 6.4May 24, 2013
  4. jobsubmit-work-mail-callback.pl

    ; # # setup the hash for the job # my $FRAME_RANGE = "1-3"; my $frames = qb::genframes($FRAME_RANGE); my $job = { "name" => "test job", # set the job type "prototype" => "cmdrange…
    Qube 6.4 / … / PerlNov 08, 2012
  5. Writing job logs directly to a shared network filesystem

    in each client machine's qb.conf so the client machines will directly access the job log files from disk instead of going through the Supervisor: client_logpath = To test
    Qube 6.4Mar 01, 2013
  6. Write Job Troubleshooting

    for the "qubeproxy" account 7 incomplete Check that the permissions are set to "chmod 777" for testing purposes 8 incomplete Run the command (OSX/Linux)"touch $network location…
    Qube 6.4May 23, 2013
  7. How to troubleshoot problems with drive mapping.

    is unchecked whenever you map the drive on that machine. One can also submit a "test" job to check on the drive maps used on the Worker: Launch the QubeGUI Select the menu item Submit…
    Qube 6.4Nov 05, 2012
  8. jobSubmit02.py

    ('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 4…
    Qube 6.4 / … / PythonNov 08, 2012
  9. jobArchive01.py

    '); sys.path.append('../../api/python'); import qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements…
    Qube 6.4 / … / PythonNov 08, 2012
  10. jobSubmit01.py

    qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…
    Qube 6.4 / … / PythonNov 08, 2012