STScI Logo
STScI Logo
HST
Banner

How to Generate Debug for APT Installation Problems

If APT fails to install or fails to run once installed, it may require you to run in debug mode for the developers to diagnose the problem. Here are instructions for generating the debug output:

  • On Solaris or linux machine:

    1. Figure out what shell you are using.

      echo $SHELL

    2. Set the LAX_DEBUG environment variable to true.
    3. If your shell is tcsh or csh then:

      setenv LAX_DEBUG true

      otherwise:

      LAX_DEBUG=true
      export LAX_DEBUG

    4. Rerun the installer or APT (depending on which gave you trouble) and include (not attach) the debug output that you get when you write to help@stsci.edu.

  • On a Windows machine:

    1. Start the apt.exe installer from a DOS shell.

    2. Hold the CNTL key down immediately after you launch the installer.

    3. Let go of the CNTL key when output starts to appear.

    4. Include (not attach) the debug output that you get when you write to help@stsci.edu.

  • On a Mac:

    1. Go to the directory where you installed APT

    2. Double click on ReallyRunAPT.command

    3. This will bring up a terminal window which will show the debug as APT runs.

Copyright  | Help  | Printable Page