Search
Page 2 of 22. Showing 215 results (0.011 seconds)
qb_sudo_admin($user, $job)
If a user is marked as a "sudo" admin, they are given permission to jobs based upon the value return of this function. This creates the most flexible security policy…How to switch a worker from Service mode to Desktop User mode
Stop the worker service and disable it from auto-starting While logged in as an admin-equivalent user (or in Windows, start the GUI as "Run as Administrator"), run…What Windows User Rights Assignments are necessary for the console worker?
The worker executable has a –console argument which will allow a worker started from the command line to perform authentication to another user account, much like it does…Per-User and Per-Pgrp subjob limits
Qube 6.2 introduced per-user and per-pgrp subjob limits. The administrator may set these limits to pose a restriction on the number of subjobs that each user or pgrp may…How to implement locking/unlocking a Windows worker at user login/out
You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock…How to fix the MySQL error message: Access denied for user 'qube_readonly'@'localhost'
The MySQL access error on the supervisor is due to the mysql qube_readonly user having no permission to read when connecting from the hostname localhost, which is shorthand…Details of Setting Up Per-User and Per-Pgrp Subjob Limits_
and supervisor_default_pgrp_subjob_limit are used to set up the global default subjob limit for every user and every pgrp, respectively, as in: supervisor_default_user_subjob_limit…How can a Windows machine be locked/unlocked when users logon/logoff?
You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock…How to have the worker service run as a particular user on Windows
Configure the service to log on a a particular user. This user must be in the local Administrator's group, and the following User Rights Assigments policies must be applied…User Authentication for Worker
or NIS/LDAP for Linux/OSX. It is recommended that your farm operate within some system so that all render farm machines can authenticate properly. If local user accounts are used…