[Opendnssec-develop] [OpenDNSSEC] #258: ods-control not robust in ensuring process running

OpenDNSSEC owner-dnssec-trac at kirei.se
Mon Aug 8 12:57:10 UTC 2011


#258: ods-control not robust in ensuring process running
----------------------+-----------------------------------------------------
Reporter:  anonymous  |       Owner:  sion                
    Type:  defect     |      Status:  new                 
Priority:  trivial    |   Component:  Enforcer            
 Version:  1.3.0      |    Keywords:  ods-control pid_file
----------------------+-----------------------------------------------------
 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

-- 
Ticket URL: <http://trac.opendnssec.org/ticket/258>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC


More information about the Opendnssec-develop mailing list