Issues occur with the VigilEnt Security Agent for Unix Utility Console and Java. (NETIQKB37784)

  • 7737784
  • 02-Feb-2007
  • 08-Sep-2008

Resolution

fact
VigilEnt Security Agent for Unix 4.0

fact
VigilEnt Security Agent for Unix 5.0

symptom
Issues occur with the VigilEnt Security Agent for Unix Utility Console and Java.

cause
Some newer versions of Red Hat Linux may have an issue with the assumed kernel version of Java.

fix

The work around is to set an environment variable before running the installation binary. You must also set this variable before running the Utility Console. You may want to set this variable in the user's .profile or .cshrc or include it in a simple script.

For example:

For bash Shells
LD_ASSUME_KERNEL="2.2.5"
export LD_ASSUME_KERNEL

For csh Shells
setenv LD_ASSUME_KERNEL 2.2.5


Additional Information

Formerly known as NETIQKB37784