Chiradeep Vittal created CLOUDSTACK-1265: --------------------------------------------
Summary: logrotate dnsmasq configuration is wrong Key: CLOUDSTACK-1265 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1265 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: Network Controller Affects Versions: 4.0.0, 4.0.1, 4.0.2, 4.1.0 Reporter: Chiradeep Vittal Priority: Minor 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` -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira