Search
Page 85 of 110. Showing 1,096 results (0.022 seconds)
How to fix the MySQL error message: Access denied for user 'qube_readonly'@'localhost'
default permissions are refusing the qube_readonly user access to the databases. We'll take a quick look at why this occurs, and then how to fix it. Find out who's granted some…How to install and use Qube from a network location Linux
method I find setting up symlinks such as /mnt/software/qube/qube_current to the currently extracted version /mnt/software/qube/6.5-0 is an effective method to easily roll out future…How to limit the number of renders on a host
before dispatching the job, and then block out (or reserve) the amount requested. This will serve to limit the number of subjobs running on the host to only the number that it can…Qube 6.8-4a Release Notes
dying and registering jobs to the "-active" filter. JIRA: QUBE-2091 ZD: 16469 ==== CL 16804 ==== @TWEAK: added code to print what operation was requested, when printing out…QAV Filter & Search
a search. Entering a value in this field will filter out any of the currently displayed jobs that do match the search criteria. By default, the string(s) you type will be searched…QubeMobileServer Requirements
of qubeMobileServer with the following command: openssl req -new -x509 -days 365 -nodes -out qubeMobileServer.crt -keyout qubeMobileServer.key Doing so will be necessary…System-Wide Resource Tracking
! is also drawing from the same license pool as Qube!. If the license resources are only in use by Qube!, and are never checked out by users, other queueing systems or automated…supervisor_default_security
properties after submission preempt 128 0x80 preempt jobs block 256 0x100 block jobs and take them out of the active queue interrupt 512 0x200 interrupt jobs…Python job submission with Python language callback that runs an external script on the supervisor
be invoked on its own (without calling it as an argument to the python executable itself), then you can leave out "python" all together. Remember, callbacks are executed…Basic python job submission I. Single command
/command prompt and typing # out a command. job['prototype'] = 'cmdline' # The below parameters are explained further in the "Job submission with job # package explained…