Comment 0 for bug 1656834

Revision history for this message
Alexey Stupnikov (astupnikov) wrote :

There is incorrect postrotate script in /etc/logrotate.d/cobblerd file:

   postrotate
      if [ -f /var/lock/subsys/cobblerd ]; then
         /etc/init.d/cobblerd condrestart > /dev/null
      fi
   endscript

It looks like we need to use another approach to restart cobblerd after logs are rotated.