Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When running LM-X on a Linux Unix operating system, you may see an "exit signal" error message in the log; for example:license server log file. Exit signals are not LM-X errors, but rather events sent from the operating system to instruct an application to shut down in various ways. For example, the following excerpt from a Linux license server log file contains exit signal 15, which is the signal SIGTERM (termination).

Code Block
[2012-02-08 15:48:15] WARNING: Unable to establish connection with
HAL peer 6200@193.28.180.39. Please make sure the host is up!
[2012-02-08 15:52:35] Shutting down due to exit signal 15

Exit signal errors are Linux operating system errors, rather than LM-X errors. You can find information about exit signal errors signals at http://www.comptechdoc.org/os/linux/programming/linux_pgsignals.html.