plittlefield 0 Posted June 9, 2018 Share Posted June 9, 2018 (edited) After installing 4.0.85.0 I am experiencing an error when trying to view man pages in the terminal shell. plittlefield@paully-laptop ~ $ (paully-laptop) man wget error[3dba0000]: Cannot connect to /tmp/esets.sock: Permission denied error[3dc40000]: Cannot connect to /tmp/esets.sock: Permission denied man: command exited with status 159: (cd /usr/share/man && /usr/lib/man-db/zsoelim) | (cd /usr/share/man && /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE) | (cd /usr/share/man && preconv -e UTF-8) | (cd /usr/share/man && tbl) | (cd /usr/share/man && nroff -mandoc -rLL=161n -rLT=161n -Tutf8) Ubuntu 18.04 ESET NOD32 Antivirus 4 Business Edition 64-bit 4.0.85.0 (changed from 4.0.87.0 following the 'web browser bug') Edited June 9, 2018 by plittlefield added extra information Link to comment Share on other sites More sharing options...
Administrators Marcos 5,273 Posted June 11, 2018 Administrators Share Posted June 11, 2018 The problem here is with seccomp sandbox which has never been supported by pac and which limits the allowed syscalls for a whole process. We use such syscall and the OS kills the process then. There is no workaround but recompiling the kernel with seccomp disabled. To prevent this from happening, we'll have to detect that seccomp is used by a protected process and behave accordingly. This detection will be added soon and will be included most likely in version 4.0.89. Link to comment Share on other sites More sharing options...
Recommended Posts