If you are experiencing issues with ESET products running on Linux machines, ESET Technical Support may ask you to run the info_get.command
and send them the logs so that they can troubleshoot your issue.
To run this command, follow the steps below:
Use an application like Putty to Secure Shell (SSH) into the affected machine and log in as root.
Use the following command to download ESET Log Collector:
wget https://help.eset.com/eset_tools/info_get.command.zip
Use the following command to unpack the zip file:
unzip info_get.command.zip
Run the following command:
chmod +x info_get.command
Then run the following command:
./info_get.command
After the logs have been collected, you will see a message directing you to send the generated zip or tgz file, located on your desktop, to ESET Technical Support. Attach the file to an email reply to ESET Technical Support.
You must have an open case to receive support from ESET Technical Support.
If ESET Technical Support requests logs from ESET Endpoint Antivirus for Linux, use the collect_logs.sh
script available at /opt/eset/eea/sbin/
to generate the logs.
Launch the script from a Terminal window with root privileges and run the following command:
sudo /opt/eset/eea/sbin/collect_logs.sh
Send the generated log file to ESET Technical Support via email.
To help you troubleshoot product activation issues, related logs might be requested by ESET Technical Support.
Enable activation log service by executing the following command as a privileged user:
sudo /opt/eset/eea/sbin/ecp_logging.sh -e
Alternatively, run the following command to restart the product if essential without any prompt:
sudo /opt/eset/eea/sbin/ecp_logging.sh -e -f
Try the activation process again. If it fails, run the log-collecting script as a privileged user and send the collected logs to ESET Technical Support.
sudo /opt/eset/eea/sbin/collect_logs.sh
Disable activation logs by executing the following command as a privileged user:
sudo /opt/eset/eea/sbin/ecp_logging.sh -d
Alternatively, run the following command to restart the product without any prompt.
sudo /opt/eset/eea/sbin/ecp_logging.sh -d -f
After the logs have been collected, you will see a message directing you to send the generated zip or tgz file, located on your desktop, to ESET Technical Support. Attach the file to an email reply to ESET Technical Support.
You must have an open case to receive support from ESET Technical Support.