You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Chiradeep Vittal (JIRA)" <ji...@apache.org> on 2013/02/13 23:40:13 UTC

[jira] [Updated] (CLOUDSTACK-1265) logrotate dnsmasq configuration is wrong

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chiradeep Vittal updated CLOUDSTACK-1265:
-----------------------------------------

    Fix Version/s: 4.1.0
                   4.0.2
    
> 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.0.2, 4.1.0, 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