-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: OpenDNSSEC 1.3.0
-
Fix Version/s: None
-
Component/s: Enforcer
-
Labels:
Instead of checking a pid file, which seemed to exist despite the ods-enforcerd not running, i changed the script for ods-control to have this instead:
if [ $? -eq 0 ]; then #if [ -r "$enforcer_pid_file" ]; then echo "Enforcer is already running" RETVAL=-1
running Linux 2.6.32-71.el6.x86_64