Issue #5906 has been updated by James Turnbull. Assignee set to Nigel Kersten
---------------------------------------- Bug #5906: puppet master errors have poor formatting https://projects.puppetlabs.com/issues/5906 Author: Mitchell Hashimoto Status: Needs design decision Priority: Normal Assignee: Nigel Kersten Category: server Target version: Affected Puppet version: 2.6.4 Keywords: Branch: I realize that puppet master needed to be started with root, but ran it as a normal user to see what the output would be like, and it turns out the output is quite garbled! <pre> vagrant@vagrantup:~$ puppet master Could not prepare for execution: Got 6 failure(s) while initializing: change from absent to directory failed: Could not set 'directory on ensure: Permission denied - /var/lib/puppet/bucket; change from absent to directory failed: Could not set 'directory on ensure: Permission denied - /var/lib/puppet/reports; change from absent to directory failed: Could not set 'directory on ensure: Permission denied - /var/lib/puppet/yaml; change from 755 to 750 failed: failed to chmod /var/lib/puppet/log: Operation not permitted - /var/lib/puppet/log; change from absent to directory failed: Could not set 'directory on ensure: Permission denied - /var/lib/puppet/server_data; change from absent to directory failed: Could not set 'directory on ensure: Permission denied - /etc/puppet/manifests </pre> This should ideally be separated out into a more human readable format. -- 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.
