I am running Centos 6 and was able to install Puppet 3.1.1. However, when trying to run puppet, as root, for the first time, I get the following message: # puppet master --nodaemonize --verbose --debug "Could not prepare for exection: Permission denied - /etc/puppet/ssl/ca/ca_key.pem" I''m not sure what the next steps are to troubleshoot this. Could anyone please provide insight and help? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Aaron Grewell
2013-Mar-14 15:26 UTC
Re: [Puppet Users] Can''t get past Permission denied error
Do you have selinux in enforcing mode? If so, try setting it to permissive mode and see if it starts working. On Mar 14, 2013 8:09 AM, "Mike Canty" <cantyman05@yahoo.com> wrote:> I am running Centos 6 and was able to install Puppet 3.1.1. However, when > trying to run puppet, as root, for the first time, I get the following > message: > > # puppet master --nodaemonize --verbose --debug > > "Could not prepare for exection: Permission denied - > /etc/puppet/ssl/ca/ca_key.pem" > > I''m not sure what the next steps are to troubleshoot this. Could anyone > please provide insight and help? > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
puppet working well on centos6 with SELinux=enforce. On Thu, Mar 14, 2013 at 11:26 PM, Aaron Grewell <aaron.grewell@gmail.com>wrote:> Do you have selinux in enforcing mode? If so, try setting it to permissive > mode and see if it starts working. > On Mar 14, 2013 8:09 AM, "Mike Canty" <cantyman05@yahoo.com> wrote: > >> I am running Centos 6 and was able to install Puppet 3.1.1. However, >> when trying to run puppet, as root, for the first time, I get the following >> message: >> >> # puppet master --nodaemonize --verbose --debug >> >> "Could not prepare for exection: Permission denied - >> /etc/puppet/ssl/ca/ca_key.pem" >> >> I''m not sure what the next steps are to troubleshoot this. Could anyone >> please provide insight and help? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to puppet-users+unsubscribe@googlegroups.com. >> To post to this group, send email to puppet-users@googlegroups.com. >> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 尹川 成都世纪东方网络通信有限公司 手机:18628014224 QQ:254113859 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Keith Burdis
2013-Mar-19 00:48 UTC
Re: [Puppet Users] Can''t get past Permission denied error
The master runs as the puppet user not root so try: # chown -R puppet:puppet /etc/puppet - Keith On 14 Mar 2013 15:09, "Mike Canty" <cantyman05@yahoo.com> wrote:> I am running Centos 6 and was able to install Puppet 3.1.1. However, when > trying to run puppet, as root, for the first time, I get the following > message: > > # puppet master --nodaemonize --verbose --debug > > "Could not prepare for exection: Permission denied - > /etc/puppet/ssl/ca/ca_key.pem" > > I''m not sure what the next steps are to troubleshoot this. Could anyone > please provide insight and help? > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.