Uploaded image for project: 'Support'
  1. Support
  2. SUPPORT-10

ods-control not robust in ensuring process running

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Trivial
    • Resolution: Won't Fix
    • Affects Version/s: OpenDNSSEC 1.3.0
    • Fix Version/s: None
    • Component/s: Enforcer

      Description

      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

        Attachments

          Activity

            People

            Assignee:
            sion SiƓn Lloyd
            Reporter:
            nobody Nobody Nogroup
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: