Search
Page 77 of 1,195. Showing 11,950 results (0.015 seconds)
How do I run the same job on every host?
qbsub --flags host_list command…Installing AfterEffects CS6 and CC on worker nodes
Please perform a full install of AfterEffects on the worker nodes, and note that this will not require a license on each host. A "render engine" install will not install enough components to allow AfterEffects jobs to run properly. As of CS6 it's no long…KB QUBEGUI
How do I login to the local "qubeproxy" account on a Worker?
Logging into the "qubeproxy" local user is useful for troubleshooting if you are running in "proxy" mode for that Worker. The "qubeproxy" account is a local machine user account. The username and password for this account is: Username: qubeproxy Password:…Examples
Click the links below for commented example files…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…What image formats are supported by the GUI?
wxImage This class encapsulates a platform-independent image. An image can be created from data, or using wxBitmap::ConvertToImage. An image can be loaded from a file in a variety of formats, and is extensible to new formats via image format handlers. Fun…C++
Examples files for C++ see attached files for commented examples of C++ updateworkerresources.cpp updateworkerproperties.cpp rangesubmit.cpp qbjobs.cpp qbjobs_2003.vcproj prioritymod.cpp Makefile examples.sln examples_2003.sln deleteworkerresources.cpp…How do I set a worker up as a private or testing platform?
Sometimes when testing new software versions or during application or jobtype development, it's handy to have a worker be "isolated", and only accept specific jobs from the supervisor. What you want to do is to set the worker up so that it's in a certain…How do I setup submission-side path translation in the QubeGUI?
The QubeGUI 5.4 version uses the standardized SimpleCmd/SimpleSubmit framework for all of the submission dialogs. These submission dialogs are editable and located in the simplecmds/ directory (see File->Open SimpleCmds Directory...). A postDialog callbac…