In a default Tarantella installation, X authorization is enabled. If there are any problems with X authorization, users will not be able to start applications. If applications are failing to launch because of X authorization, the message "Failed to find xauth" or "Attempt to run xauth failed" will display in the application launch details dialog in the user's browser or Native Client.
Use the following checklist to establish why X authorization is causing application launches to fail:
Is X authorization installed on the application server? |
For Tarantella to be able to use X authorization, xauth must be installed on every application server. If xauth is not installed, you must either install it or disable X authorization on the Security properties panel in Array Manager. Note This disables X security for the entire array. |
---|---|
Can Tarantella find the xauth binary? |
If the message "Failed to find xauth" displays in the application launch dialog, Tarantella can't find the xauth binary. By default, Tarantella searches the following locations for the xauth binary:
If the xauth binary is in a different location, you must add its location
to the Note If the xauth binary is only in one location, you can speed up application
launches by removing the unnecessary locations from the |
Does the user have a UNIX account on the application server? |
When the user starts an application, the Tarantella X Protocol
Engine generates a cookie and stores it in the If the user does not have a home directory,
the cookie cannot be stored in the user's You can either:
The launch script you need to edit is |
If the checklist above does not help you resolve problems with X authorization,
check the log file in install_dir var/log
. The log file will be
execpePID_error.log
.
If this does not help, you can increase the amount of information that is logged. To do this, you need to amend the log filter on the Tarantella and enable debugging in the login script.
You amend the log filter by running the
tarantella config edit --tarantella-config-execpeconfig-logfilter
command.
In a default installation, the following filters are set:
execpe/*/*error,pem/*/*error,launchhelper/*/*error
Change the filters to:
execpe/*/*,pem/*/*,launchhelper/*/*error
To enable debugging in the login script, edit the install_dir/var/serverresources/expect/unix.exp
file and uncomment out the startdebug
line.