[Puppet Users] Re: small problem with init script on RHEL6

2011-09-08 Thread jcbollinger
Note also that the Filesystem Hierarchy Standard directs that PID files should go under /var/run, and it explicitly permits programs to own subdirectories, as Puppet does. Thus Puppet's standard configuration is FHS-compliant, but your variation is not. John -- You received this message becau

[Puppet Users] Re: small problem with init script on RHEL6

2011-09-08 Thread jcbollinger
On Sep 7, 1:32 pm, Jim N wrote: > I was getting this when starting puppetmasterd (puppet- > server-0.25.5-1.el6.noarch RPM install): > > $ sudo /etc/init.d/puppetmaster start > Starting puppetmaster: Could not run: Could not create PID file: /var/ > lib/puppet/run/puppetmasterd.pid > > This chan