On Thu, Jan 17, 2013 at 9:26 AM, Gustavo Henrique Borges <[email protected]>wrote:
> hi, I'm trying to start the puppetmaster me but he's returning the > following error > > invoke-rc.d puppetmaster start > * Starting puppet master > Could not prepare for execution: Got 1 failure(s) while initializing: > change from directory to file failed: Could not set 'file on ensure: Is a > directory - /var/lib/puppet/facts > I can't tell exactly what is wrong, but it appears that you have something in your configuration (possibly in your puppet.conf) that is trying to treat /var/lib/puppet/facts as a file, but it exists as a directory. Normally /var/lib/puppet/facts is part of the factpath, so if it has been set to be used as something else, I think that would cause this error. > > > [fail] > invoke-rc.d: initscript puppetmaster, action "start" failed. > > tks > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-dev/-/s37yswYStkoJ. > 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-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
