Issue #13931 has been updated by Andrew Parker.
A pull request has been opened by Brian Pitts that addresses this issue: https://github.com/puppetlabs/puppet/pull/774 ---------------------------------------- Bug #13931: Puppet master will create a log file that it cannot write to https://projects.puppetlabs.com/issues/13931#change-63945 Author: Andrew Parker Status: Accepted Priority: Normal Assignee: Category: Doh! Target version: 3.x Affected Puppet version: Keywords: Branch: If the puppet master is started by root using `--logdest $logfile` and `--daemonize` and `$logfile` does not yet exist, then puppet will make the file when it is still root. After it drops to the user it should run as it tries to reopen the `$logfile`, but can not longer write to it because it's owned by root. Puppet continues to run, but then ends up being unable to write any log messages. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
