Custom TMPDIR
To change the default temporary directory /tmp for ESET Server Security for Linux:
1.Create a custom directory /efs-tmp with read and write permission for eset-efs-daemons. Execute the following commands from a Terminal window as a privileged user:
sudo mkdir /efs-tmp sudo chmod g+rw /efs-tmp sudo chgrp eset-efs-daemons /efs-tmp/ |
The result should look like this:
ls -l / drwxrwxr-x. 1 root eset-efs-daemons 0 Jan 15 15:56 efs-tmp |
2.Set environment variable to the configuration file:
sudo echo TMPDIR=/efs-tmp >> /opt/eset/efs/etc/systemd/environment |
3.Restart the application:
sudo systemctl restart efs |
Deployments and updates performed via ESET PROTECT (including the Live Installer) extract the full .bin package to the system's temporary directory /tmp or custom TMPDIR. Insufficient space can cause installations and updates failure with a No space left on device error. For ESET PROTECT deployments and updates in the system's temporary directory /tmp or custom TMPDIR: •1 GiB of free space is insufficient •2 GiB of free space is the required minimum •4 GiB of free space is the recommended space for stable installation, updates and runtime operation |