Hello Khan, I'm fairly new to Puppet as well. I'm assuming that `manifests/classes/sysctl.pp` is being referenced by the line 3 of `manifests/site.pp` from the error msgs. My first thing would be to double check the permissions on `manifests/ classes/sysctl.pp`
After that I would check the content and files being referenced by sysctl.pp and see if it's a permission issue at a lower level and Puppet is errorring at an unhelpfully high level. If that doesn't help, what the users/groups for the manifests and files being created by the manifests? Are you using filebucket? - Justin On Dec 29, 8:36 am, Khan <makhan...@gmail.com> wrote: > Hello everyone, > I am new to puppet. I have installed on redhat Enterprise 5and seems > to be working fine. Couple days ago I was testing some permissions on / > etc folder and applied 600 /etc and sub folders. Although I have > reverted the permission but I am having issues on puppetmaster. > Currently I have these permission on etc 755 and puppet folder: > my /etc folder is 755 and puppet folder with tese permsions: > > -rw-r--r-- 1 root root 2346 May 8 2010 auth.conf > -rw-r--r-- 1 root root 419 May 19 2010 fileserver.conf > drwxr-xr-x 3 root root 4096 Dec 23 10:48 manifests > drwxr-xr-x 21 root root 4096 Oct 22 2010 modules > -rw-r--r-- 1 root root 980 May 27 2010 puppet.conf > -rw-r--r-- 1 root root 855 May 17 2010 puppet.conf.rpmnew > > I am getting these error in the log: > > puppet-master[3519]: Could not parse for environment production: > Permission denied - /etc/puppet/manifests/classes/sysctl.pp at /etc/ > puppet/manifests/site.pp:3 on node client1 > > Dec 27 14:25:46 server puppet-master[3519]: Could not parse for > environment production: Permission denied - /etc/puppet/manifests/ > classes/sysctl.pp at /etc/puppet/manifests/site.pp:3 on node client2 > > Dec 27 14:27:15 server puppet-master[3519]: Could not parse for > environment production: Permission denied - /etc/puppet/manifests/ > classes/sysctl.pp at /etc/puppet/manifests/site.pp:3 on node client3 > > Dec 27 14:27:15 server puppet-master[3519]: Could not parse for > environment production: Permission denied - /etc/puppet/manifests/ > classes/sysctl.pp at /etc/puppet/manifests/site.pp:3 on node client4 > > Dec 27 14:27:15 server puppet-agent[10407]: Could not retrieve catalog > from remote server: Error 400 on SERVER: Could not parse for > environment production: Permission denied - /etc/puppet/manifests/ > classes/sysctl.pp at /etc/puppet/manifests/site.pp:3 on node server > Any Help will be greatly appreciated. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.