Hello,
 
Migrating some clients from an ancient client to a new infrastructure based 
on 2.7.11 these are RHEL boxes
 
Some clients are hitting an issue
 
[30/06/12 05:11:37 UTC] 
/usr/lib/ruby/site_ruby/1.8/puppet/util/settings.rb:733: [BUG] Segmentation 
fault
[30/06/12 05:11:37 UTC] ruby 1.8.5 (2006-08-25) [x86_64-linux]
[30/06/12 05:11:37 UTC]
[30/06/12 05:11:37 UTC] Puppet SSL run return code: 134
[30/06/12 05:11:37 UTC] Puppet SSL certificate handshake failed
This looks to be writing a file
      # Update the umask to make non-executable files
      Puppet::Util.withumask(File.umask ^ 0111) do
        File.open(file, *args) do |file|
          yield file
        end
      end
Anyone got any ideas on resolving this issue painlessly :)
 
Cheers
Paul

-- 
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/-/Ay1XsNlb91YJ.
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.

Reply via email to