Michael DeHaan wrote : > Ok, I've pushed a fix. Thanks! > > git clone git://git.fedoraproject.org/git/hosted/cobbler Oh, I've just diffed git against the 0.6.2 snapshot : - Having added "/var/log/httpd/cobbler_wui.log" to cobbler/config/cobblerd_rotate is wrong, since the httpd logrotate.d file already has "/var/log/httpd/*log", so logrotate will now report a duplicate entry for that file. It should be removed. - Having changed this is also wrong : - /etc/init.d/cobblerd restart + /etc/init.d/cobblerd condrestart As the /var/lock/subsys/cobblerd test is still present and if cobblerd is running, root will get an email with the "stopping cobblerd... OK, starting cobblerd... OK" lines. You should probably use : /sbin/service cobblerd condrestart >/dev/null Adn remove the subsys test, which will output nothing if cobblerd isn't running, nothing if it is because of the redirection, and output any possible errors (which shouldn't happen, but... you know ;-)) Matthias -- Clean custom Red Hat Linux rpm packages : http://freshrpms.net/ Fedora release 7 (Moonshine) - Linux kernel 2.6.22.6-81.fc7 Load : 0.47 0.37 0.51 _______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools