Topic:
Status= fffff20h : Could not set display variables.
Description:
Could not start IESX Status= fffff20h Could not set display variables. Error appears during launch of IESX.
Solution:
This error is linked to permissions on the $IESX_CONFIG directory and the files contained within the directory. In an IESX X-Term: 1.) %cd $IESX_CONFIG 2.) %ls -al - This will give a listing of all the files in the directory, the owner of each file, and the permissions on each file. Example of wide open file permissions: drwxrwxrwx 2 gqs gqs 512 Mar 3 1994 rme 3.) %chmod 777 * - This will set permissions on each file to read, write, and execute. In order to run this command, you will need to be either the owner of the files or super user. Otherwise, the following error will appear: chmod: WARNING: can't change file.name 4.) Now run IESX.
Last Modified on: 18-MAY-99