|
From: <jo...@te...> - 2015-08-14 02:28:31
|
Hello, I have a daemon manager that starts and stops sshguard. This daemon manager is a library used by an application. At one point in time a command is sent to this manager to terminate sshguard and that is executed in a thread. Meanwhile, the application goes on by calling iptables. From time to time, that iptables command fails with iptables reporting that there is a xlock on iptables since another application is using it. My question is: does sshguard execute any iptables command when terminating ? Thanks. |