Search
Page 31 of 1,195. Showing 11,950 results (0.014 seconds)
How to upgrade a client on Windows
You need to uninstall the older Qube components, and then install the newer ones. No data is lost during the uninstall/re-install. _qubeUninstallClientOrder _qubeInstallClientOrder…How do I backup the Supervisor?
You can use standard backup tools. Here is a list of files that are critical: supervisor_logfile: /var/spool/supelog supervisor_logpath: /var/spool/qube qb_directory: /usr/local/pfx/qube /etc/my.conf /etc/qb.conf /etc/qbwrk.conf /etc/init.d/supervisor inn…How do I set the Qube database with a different user?
Our installer assumes a new installation of MySQL, so it should probably have only the default users and passwords; that way, we can add our own access. We leave the root password blank, but you can set it if you wish. You can configure the Supervisor by…Migrating Supervisor to new host
See How to migrate Qube! supervisor…I get this error: libwx_gtk2_aui-2.7.so.1: cannot open shared object file: No such file or directory
Install GTK 2.7. The installers are located on our FTP site.…How do I centralize my worker job logs?
One can place all of the job logs (containing stdout,stderr,etc) directly in a central location. This requires modifying the configuration for both the Supervisor and the Workers. On the Supervisor, open the Configuration GUI. Under Supervisor Settings->P…My job package variables are getting truncated
Fix by enlarging the field size of job.data % mysql -u root qube mysql> ALTER TABLE job MODIFY data LONGTEXT;…How to I reset the Windows Shutdown Policy?
Go to Administrative Tools > Local Security Policy. Go to Security Settings > Local Policies > User Rights Assignment. Double-click on "Shut down the system". Click Add User or Group.... Enter "Administrators" as object. Click OK. Repeat for Power Users a…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:…Newly installed Workers are listed as "down". What ports are needed by Qube to "punch" through the firewall?
This is probably the result of a firewall either on the Worker or the Supervisor. Disabling all firewalls and restarting the Workers should fix the problem. If security issues require the firewalls, open the following ports to TCP/IP and UDP: 50001 50002…