Search
Page 3 of 5. Showing 48 results (0.013 seconds)
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…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…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…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…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…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…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…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…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…jobSubmit01.py
qb def main(): job = {} job['name'] = 'python test job' job['cpus'] = 1 job['prototype'] = 'cmdline' job['requirements'] = 'host.os=linux' package…