Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-1265

logrotate dnsmasq configuration is wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.0.0, 4.0.1, 4.0.2, 4.1.0
    • 4.0.2, 4.1.0, 4.2.0
    • Network Controller
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None

    Description

      There is a bug in our logrotate config
      postrotate
      [ ! -f /var/run/dnsmasq.pid ] || kill -USR2 `cat /var/run/dnsmasq.pid`

      should be
      postrotate
      [ ! -f /var/run/dnsmasq.pid ] || kill -USR2 `cat
      /var/run/dnsmasq/dnsmasq.pid`

      Attachments

        Activity

          People

            chiradeep Chiradeep Vittal
            chiradeep Chiradeep Vittal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified