russell.fulton
2011-Apr-07 00:20 UTC
[Puppet Users] Ubuntu Execution of ''/etc/puppet/etckeeper-commit-pre'' returned 1:
Hi I have just put puppet onto a new Ubuntu install and it ran a couple of times but now I get Execution of ''/etc/puppet/etckeeper-commit-pre'' returned 1: whenever puppetd runs. Grepping on etckeeper-commit turns up lots of posts to ubuntu and debian forums about changes made in February. Does anyone know what the story is? I''ve ended up with a screwed pam configuration on the box and now can''t change it because puppetd fails. Russell -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jussi Heinonen
2011-Sep-16 13:52 UTC
[Puppet Users] Re: Ubuntu Execution of ''/etc/puppet/etckeeper-commit-pre'' returned 1:
I ran into same problem after installing puppet as gem on Ubuntu 10.04. I don''t know what''s the purpose of ''/etc/puppet/etckeeper-commit-pre'' but at least such executable is not found in the file system. Workaround for me was to comment out (#) the following lines in /etc/puppet/puppet.conf: prerun_command=/etc/puppet/etckeeper-commit-pre postrun_command=/etc/puppet/etckeeper-commit-post Now puppet runs fine. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/DrjWV4h5jyEJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Scott Smith
2011-Sep-16 17:47 UTC
Re: [Puppet Users] Re: Ubuntu Execution of ''/etc/puppet/etckeeper-commit-pre'' returned 1:
That is a package used to store /etc in git. Slightly redundant if you ask me On Sep 16, 2011 7:33 AM, "Jussi Heinonen" <heinonen.jussi@gmail.com> wrote:> I ran into same problem after installing puppet as gem on Ubuntu 10.04. > I don''t know what''s the purpose of ''/etc/puppet/etckeeper-commit-pre'' butat> least such executable is not found in the file system. > > Workaround for me was to comment out (#) the following lines in > /etc/puppet/puppet.conf: > prerun_command=/etc/puppet/etckeeper-commit-pre > postrun_command=/etc/puppet/etckeeper-commit-post > > Now puppet runs fine. > > -- > You received this message because you are subscribed to the Google Groups"Puppet Users" group.> To view this discussion on the web visithttps://groups.google.com/d/msg/puppet-users/-/DrjWV4h5jyEJ.> To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email topuppet-users+unsubscribe@googlegroups.com.> For more options, visit this group athttp://groups.google.com/group/puppet-users?hl=en.>-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Nigel Kersten
2011-Sep-17 01:41 UTC
Re: [Puppet Users] Re: Ubuntu Execution of ''/etc/puppet/etckeeper-commit-pre'' returned 1:
Ideally folks should bug report this sort of thing against the Ubuntu packages, otherwise they''ll never know. On Fri, Sep 16, 2011 at 10:47 AM, Scott Smith <scott@ohlol.net> wrote:> That is a package used to store /etc in git. Slightly redundant if you ask > me > On Sep 16, 2011 7:33 AM, "Jussi Heinonen" <heinonen.jussi@gmail.com> > wrote: > > I ran into same problem after installing puppet as gem on Ubuntu 10.04. > > I don''t know what''s the purpose of ''/etc/puppet/etckeeper-commit-pre'' but > at > > least such executable is not found in the file system. > > > > Workaround for me was to comment out (#) the following lines in > > /etc/puppet/puppet.conf: > > prerun_command=/etc/puppet/etckeeper-commit-pre > > postrun_command=/etc/puppet/etckeeper-commit-post > > > > Now puppet runs fine. > > > > -- > > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/DrjWV4h5jyEJ. > > To post to this group, send email to puppet-users@googlegroups.com. > > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > > -- > 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+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- Nigel Kersten Product Manager, Puppet Labs *Join us for **PuppetConf * <http://www.bit.ly/puppetconfsig> Sept 22/23 Portland, Oregon, USA. * * -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Reasonably Related Threads
- 'eval_generate: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert unknown ca
- Prerun, Postrun Commands, and Stages
- Configure firewall with Puppet
- puppet client server connection refused when I use puppet kick
- prerun_command don't stop puppet on error