[Puppet Users] Puppet 3.02 issue

2013-01-30 Thread Raymond Regnier
Hey all, this is my first post. I did try and search the group first before posting :) I've been using puppet for quit some time now and decide it was time to install 3.02.. So I blew a way my old installation of 2.6 and started from scratch. So to test I have two servers running on cent os

Re: [Puppet Users] Puppet 3.02 issue

2013-01-30 Thread Keith Burdis
The puppet master runs as the puppet user so try 'chown -R puppet:puppet /etc/puppet /var/log/puppet /var/lib/puppet'. - Keith On 30 Jan 2013 18:39, Raymond Regnier raymondregn...@gmail.com wrote: Hey all, this is my first post. I did try and search the group first before posting :) I've

Re: [Puppet Users] Puppet 3.02 issue

2013-01-30 Thread Raymond Regnier
Tried that.. so now its owned by puppet:puppet -rw-rw however it still gives me the same errror On Wednesday, January 30, 2013 1:49:36 PM UTC-5, Keith Burdis wrote: The puppet master runs as the puppet user so try 'chown -R puppet:puppet /etc/puppet /var/log/puppet /var/lib/puppet'. -

Re: [Puppet Users] Puppet 3.02 issue

2013-01-30 Thread Keith Burdis
Try 'service puppetmaster restart' and see if you get any logs under /var/logs/puppet. If that doesn't work try 'service puppetmaster stop', delete the pid file and then run 'service puppet master start'. - Keith On 30 Jan 2013 18:53, Raymond Regnier raymondregn...@gmail.com wrote: Tried

Re: [Puppet Users] Puppet 3.02 issue

2013-01-30 Thread Raymond Regnier
So I've changed all puppet directories and files to puppet:puppet.. Nothing gets written to the masterhttp.log under /var/log/puppet it shows the master as starting when I do servce master start however it says this Starting puppet master version 3.0.2 reopening log files Could not run:

Re: [Puppet Users] Puppet 3.02 issue

2013-01-30 Thread Raymond Regnier
So I try both of that.. Changed all puppet files/folders to be owned by puppet:puppet still shows /var/log/puppet/masterhttp.log as blank and that it can't run permission denied it also states the puppet is dead but the pid file exists. I delete the pid file and start puppetmaster however it

Re: [Puppet Users] Puppet 3.02 issue

2013-01-30 Thread Keith Burdis
Do the parent directories - /etc, /var, /var/log etc have 755 permissions? Perhaps the puppet user can't access one or more of these directories. - Keith On 30 Jan 2013 19:10, Raymond Regnier raymondregn...@gmail.com wrote: So I've changed all puppet directories and files to puppet:puppet..