[ https://issues.apache.org/jira/browse/CLOUDSTACK-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chiradeep Vittal resolved CLOUDSTACK-1265. ------------------------------------------ Resolution: Fixed Fix Version/s: 4.2.0 Assignee: Chiradeep Vittal Fixed in master > 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 > Assignee: Chiradeep Vittal > Priority: Minor > Fix For: 4.2.0 > > Original Estimate: 1h > Remaining Estimate: 1h > > 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