jamtur01 / puppet-snmp

A Puppet report processor that sends SNMP traps for failed runs
Apache License 2.0
4 stars 2 forks source link

By using your code the failed reports are not going to snmp server #3

Closed supriyawishesu closed 7 years ago

supriyawishesu commented 9 years ago

Hi,

I used your code. But my failed lists are not going to snmp server using snmp traps.

Let me know

jamtur01 commented 9 years ago

@supriyawishesu I need a bit more information than that.

  1. What Puppet version?
  2. What platform?
  3. Do you have log output from a --verbose --debug --trace run of the Puppet master and client.
supriyawishesu commented 9 years ago

PE 3.3.2 redhat. I cant see any output of puppet-snmp.It just running normal run.

Let me know

On Mon, Nov 17, 2014 at 3:37 PM, James Turnbull notifications@github.com wrote:

@supriyawishesu https://github.com/supriyawishesu I need a bit more information than that.

  1. What Puppet version?
  2. What platform?
  3. Do you have log output from a --verbose --debug --trace run of the Puppet master and client.

— Reply to this email directly or view it on GitHub https://github.com/jamtur01/puppet-snmp/issues/3#issuecomment-63371310.

jamtur01 commented 9 years ago

@supriyawishesu I am afraid I really need more information. Without the log output from the Puppet master I can't even begin to troubleshoot your issue. Please run the Puppet master with the --verbose --debug --trace options and provide me with the output of a run you expected to send an SNMP notification. Thanks!

supriyawishesu commented 9 years ago

Hi,

Failed means the nodes which are in failed will go to snmp server wright?

Let me know

On Mon, Nov 17, 2014 at 4:02 PM, Supriya Uppalapati < supriya.uppalapati@gmail.com> wrote:

PE 3.3.2 redhat. I cant see any output of puppet-snmp.It just running normal run.

Let me know

On Mon, Nov 17, 2014 at 3:37 PM, James Turnbull notifications@github.com wrote:

@supriyawishesu https://github.com/supriyawishesu I need a bit more information than that.

  1. What Puppet version?
  2. What platform?
  3. Do you have log output from a --verbose --debug --trace run of the Puppet master and client.

— Reply to this email directly or view it on GitHub https://github.com/jamtur01/puppet-snmp/issues/3#issuecomment-63371310.

jamtur01 commented 9 years ago

Yes - it means that if the status of the Puppet run report is failed then an SNMP alert is generated.

supriyawishesu commented 9 years ago

Hi,

Here is my puppet run on agent.It is throwing me error. Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installwls[11gPS5]/Exec[install wls 11gPS5]/returns: Error: Unable to access jarfile /stage/WLS1036/wls1036_generic.jar Error: /u01/java/latest/bin/java -Xmx1024m -jar /stage/WLS1036/wls1036_generic.jar -mode=silent -silent_xml=/u01/app/oracle/product/install/silent1111.xml returned 1 instead of one of [0] Error: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installwls[11gPS5]/Exec[install wls 11gPS5]/returns: change from notrun to 0 failed: /u01/java/latest/bin/java -Xmx1024m -jar /stage/WLS1036/wls1036_generic.jar -mode=silent -silent_xml=/u01/app/oracle/product/install/silent1111.xml returned 1 instead of one of [0]

This has to go to snmp server. But is not going.

Let me know

On Mon, Nov 17, 2014 at 4:04 PM, James Turnbull notifications@github.com wrote:

@supriyawishesu https://github.com/supriyawishesu I am afraid I really need more information. Without the log output from the Puppet master I can't even begin to troubleshoot your issue. Please run the Puppet master with the --verbose --debug --trace options and provide me with the output of a run you expected to send an SNMP notification. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/jamtur01/puppet-snmp/issues/3#issuecomment-63375472.

jamtur01 commented 9 years ago

I am afraid that doesn't help me. I still need to see the log output from the Puppet master. Please run the Puppet master with --debug --verbose --trace and show me the output when a node fails.

supriyawishesu commented 9 years ago

Hi .

Here is my puppet run on the master. This is not showing failed run of my puppet agent /opt/puppet/bin/puppet agent -t --debug --verbose --trace Warning: Sections other than main, master, agent, user are deprecated in puppet.conf. Please use the directory environments feature to specify environments. (See http://docs.puppetlabs.com/puppet/latest/reference/environments.html) (at /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings/config_file.rb:77:in collect'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings/config_file.rb:77:in unique_sections_in'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings/config_file.rb:23:in parse_file'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:535:in parse_config'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:597:in parse_config_files'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:247:in initialize_global_settings'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:150:in do_initialize_settings_for_run_mode'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:136:in initialize_settings'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:86:in block in execute'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util.rb:479:inexit_on_fail'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:85:in execute'; /opt/puppet/bin/puppet:8:in

') Warning: Setting modulepath is deprecated in puppet.conf. See http://links.puppetlabs.com/env-settings-deprecations (at /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:1095:in block in issue_deprecations'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:1094:ineach'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:1094:in issue_deprecations'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:325:in initialize_app_defaults'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:152:in do_initialize_settings_for_run_mode'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:136:in initialize_settings'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:86:in block in execute'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util.rb:479:inexit_on_fail'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:85:in execute'; /opt/puppet/bin/puppet:8:in
') Debug: new listener called log Debug: registering instrumentation listener log Debug: new listener called performance Debug: registering instrumentation listener performance Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dsimport does not exist Debug: Puppet::Type::User::ProviderPw: file pw does not exist Debug: Puppet::Type::User::ProviderLdap: true value when expecting false Debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist Debug: Puppet::Type::Group::ProviderDirectoryservice: file /usr/bin/dscl does not exist Debug: Puppet::Type::Group::ProviderPw: file pw does not exist Debug: Puppet::Type::Group::ProviderLdap: true value when expecting false Debug: Using settings: adding file resource 'vardir': 'File[/var/opt/lib/pe-puppet]{:path=>"/var/opt/lib/pe-puppet", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/var/log/pe-puppet]{:path=>"/var/log/pe-puppet", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/var/opt/lib/pe-puppet/state]{:path=>"/var/opt/lib/pe-puppet/state", :mode=>"1755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/var/run/pe-puppet]{:path=>"/var/run/pe-puppet", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/var/opt/lib/pe-puppet/lib]{:path=>"/var/opt/lib/pe-puppet/lib", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/puppet/hiera.yaml]{:path=>"/etc/puppetlabs/puppet/hiera.yaml", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/ca.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/etc/puppetlabs/puppet/ssl/crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/crl.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statefile': 'File[/var/opt/lib/pe-puppet/state/state.yaml]{:path=>"/var/opt/lib/pe-puppet/state/state.yaml", :mode=>"660", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientyamldir': 'File[/var/opt/lib/pe-puppet/client_yaml]{:path=>"/var/opt/lib/pe-puppet/client_yaml", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'client_datadir': 'File[/var/opt/lib/pe-puppet/client_data]{:path=>"/var/opt/lib/pe-puppet/client_data", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'classfile': 'File[/var/opt/lib/pe-puppet/classes.txt]{:path=>"/var/opt/lib/pe-puppet/classes.txt", :mode=>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'resourcefile': 'File[/var/opt/lib/pe-puppet/state/resources.txt]{:path=>"/var/opt/lib/pe-puppet/state/resources.txt", :mode=>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientbucketdir': 'File[/var/opt/lib/pe-puppet/clientbucket]{:path=>"/var/opt/lib/pe-puppet/clientbucket", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunfile': 'File[/var/opt/lib/pe-puppet/state/last_run_summary.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_summary.yaml", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunreport': 'File[/var/opt/lib/pe-puppet/state/last_run_report.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_report.yaml", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'graphdir': 'File[/var/opt/lib/pe-puppet/state/graphs]{:path=>"/var/opt/lib/pe-puppet/state/graphs", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/var/opt/lib/pe-puppet/facts.d]{:path=>"/var/opt/lib/pe-puppet/facts.d", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/var/opt/lib/pe-puppet/state]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/lib]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/certs]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/private_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/public_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/var/opt/lib/pe-puppet/state/state.yaml]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/client_yaml]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/client_data]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/classes.txt]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/state/resources.txt]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/clientbucket]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/state/last_run_summary.yaml]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/state/last_run_report.yaml]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/state/graphs]: Autorequiring File[/var/opt/lib/pe-puppet/state] Debug: /File[/var/opt/lib/pe-puppet/facts.d]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: Finishing transaction 21438780 Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'vardir': 'File[/var/opt/lib/pe-puppet]{:path=>"/var/opt/lib/pe-puppet", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/var/log/pe-puppet]{:path=>"/var/log/pe-puppet", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/var/opt/lib/pe-puppet/state]{:path=>"/var/opt/lib/pe-puppet/state", :mode=>"1755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/var/run/pe-puppet]{:path=>"/var/run/pe-puppet", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/var/opt/lib/pe-puppet/lib]{:path=>"/var/opt/lib/pe-puppet/lib", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/puppet/hiera.yaml]{:path=>"/etc/puppetlabs/puppet/hiera.yaml", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/ca.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/etc/puppetlabs/puppet/ssl/crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/crl.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/var/opt/lib/pe-puppet/facts.d]{:path=>"/var/opt/lib/pe-puppet/facts.d", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/var/opt/lib/pe-puppet/state]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/lib]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/certs]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/private_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/public_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/var/opt/lib/pe-puppet/facts.d]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: Finishing transaction 21510320 Debug: Using cached certificate for ca Debug: Using cached certificate for dot-pap-spr-d01.local Debug: Using settings: adding file resource 'statefile': 'File[/var/opt/lib/pe-puppet/state/state.yaml]{:path=>"/var/opt/lib/pe-puppet/state/state.yaml", :mode=>"660", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientyamldir': 'File[/var/opt/lib/pe-puppet/client_yaml]{:path=>"/var/opt/lib/pe-puppet/client_yaml", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'client_datadir': 'File[/var/opt/lib/pe-puppet/client_data]{:path=>"/var/opt/lib/pe-puppet/client_data", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'classfile': 'File[/var/opt/lib/pe-puppet/classes.txt]{:path=>"/var/opt/lib/pe-puppet/classes.txt", :mode=>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'resourcefile': 'File[/var/opt/lib/pe-puppet/state/resources.txt]{:path=>"/var/opt/lib/pe-puppet/state/resources.txt", :mode=>"640", :owner=>"root", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientbucketdir': 'File[/var/opt/lib/pe-puppet/clientbucket]{:path=>"/var/opt/lib/pe-puppet/clientbucket", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunfile': 'File[/var/opt/lib/pe-puppet/state/last_run_summary.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_summary.yaml", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunreport': 'File[/var/opt/lib/pe-puppet/state/last_run_report.yaml]{:path=>"/var/opt/lib/pe-puppet/state/last_run_report.yaml", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'graphdir': 'File[/var/opt/lib/pe-puppet/state/graphs]{:path=>"/var/opt/lib/pe-puppet/state/graphs", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Finishing transaction 21888540 Debug: Loaded state in 0.06 seconds Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: node supports formats: pson b64_zlib_yaml yaml raw Debug: Using cached certificate for ca Debug: Using cached certificate for dot-pap-spr-d01.local Debug: Using cached certificate_revocation_list for ca Info: Retrieving plugin Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: Finishing transaction 21349600 Info: Loading facts in /etc/puppetlabs/puppet/modules/audit/lib/facter/role.rb Info: Loading facts in /etc/puppetlabs/puppet/modules/audit/lib/facter/audit.rb Info: Loading facts in /etc/puppetlabs/puppet/modules/staging/lib/facter/staging_windir.rb Info: Loading facts in /etc/puppetlabs/puppet/modules/staging/lib/facter/staging_http_get.rb Info: Loading facts in /etc/puppetlabs/puppet/modules/check_versions/lib/facter/java_loc.rb Info: Loading facts in /etc/puppetlabs/puppet/modules/check_versions/lib/facter/oracle_database_homes.rb Info: Loading facts in /etc/puppetlabs/puppet/modules/check_versions/lib/facter/oracle_middleware_homes.rb Info: Loading facts in /etc/puppetlabs/puppet/modules/check_versions/lib/facter/java_infa.rb Info: Loading facts in /etc/puppetlabs/puppet/modules/java_versions/lib/facter/java_version.rb Info: Loading facts in /etc/puppetlabs/puppet/modules/java_versions/lib/facter/java_loc.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_persistent_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/iptables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/firewall/lib/facter/ip6tables_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_puppetdb/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /opt/puppet/share/puppet/modules/concat/lib/facter/concat_basedir.rb Info: Loading facts in /opt/puppet/share/puppet/modules/postgresql/lib/facter/postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_postgresql/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/pe_staging/lib/facter/staging_http_get.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/root_home.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/facter_dot_d.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/pe_version.rb Info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/puppet_vardir.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/platform_tag.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/pe_build.rb Info: Loading facts in /opt/puppet/share/puppet/modules/puppet_enterprise/lib/facter/windows.rb Info: Loading facts in /opt/puppet/share/puppet/modules/auth_conf/lib/facter/custom_auth_conf.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/audit.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/ip6tables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/java_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/java_infa.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/puppet_vardir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/staging_windir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/concat_basedir.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_build.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/staging_http_get.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/facter_dot_d.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/windows.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_persistent_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/custom_auth_conf.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/oracle_middleware_homes.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/postgres_default_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/java_loc.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/root_home.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/oracle_database_homes.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/role.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables_version.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/platform_tag.rb Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: catalog supports formats: pson b64_zlib_yaml yaml dot raw Debug: Executing '/bin/rpm --version' Debug: Executing '/bin/rpm --version' Debug: Executing '/bin/rpm -ql rpm' Info: Caching catalog for dot-pap-spr-d01.local Debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist Debug: Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist Debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist Debug: Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist Debug: Puppet::Type::Service::ProviderSystemd: file systemctl does not exist Debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist Debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist Debug: Puppet::Type::Package::ProviderGem: file gem does not exist Debug: Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist Debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist Debug: Puppet::Type::Package::ProviderOpkg: file opkg does not exist Debug: Puppet::Type::Package::ProviderDpkg: file /usr/bin/dpkg does not exist Debug: Puppet::Type::Package::ProviderApt: file /usr/bin/apt-get does not exist Debug: Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist Debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist Debug: Puppet::Type::Package::ProviderSun: file /usr/bin/pkginfo does not exist Debug: Puppet::Type::Package::ProviderAptrpm: file apt-get does not exist Debug: Puppet::Type::Package::ProviderPortage: file /usr/bin/emerge does not exist Debug: Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist Debug: Puppet::Type::Package::ProviderUrpmi: file urpmi does not exist Debug: Puppet::Type::Package::ProviderAptitude: file /usr/bin/aptitude does not exist Debug: Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portupgrade does not exist Debug: Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist Debug: Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist Debug: Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist Debug: Puppet::Type::Package::ProviderHpux: file /usr/sbin/swinstall does not exist Debug: Puppet::Type::Package::ProviderPkgin: file pkgin does not exist Debug: Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portupgrade does not exist Debug: Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist Debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist Debug: Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist Debug: /Package[hiera-eyaml]: Provider pe_gem does not support features virtual_packages; not managing attribute allow_virtual Warning: The package type's allow_virtual parameter will be changing its default value from false to true in a future release. If you do not want to allow virtual packages, please explicitly set allow_virtual to false. (at /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/type.rb:816:in set_default'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/type.rb:2263:in block in set_parameters'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/type.rb:2262:in each'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/type.rb:2262:in set_parameters'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/type.rb:2200:in initialize'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/resource.rb:314:innew'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/resource.rb:314:in to_ral'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/resource/catalog.rb:510:in block in to_catalog'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/resource/catalog.rb:502:in each'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/resource/catalog.rb:502:in to_catalog'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/resource/catalog.rb:405:in to_ral'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/configurer.rb:75:in convert_catalog'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/configurer.rb:70:in retrieve_catalog'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/configurer.rb:103:in prepare_and_retrieve_catalog'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/configurer.rb:170:in run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/agent.rb:47:inblock (4 levels) in run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/agent/locker.rb:20:in lock'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/agent.rb:47:inblock (3 levels) in run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/agent.rb:117:in with_client'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/agent.rb:44:inblock (2 levels) in run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/agent.rb:82:in run_in_fork'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/agent.rb:43:in block in run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:179:in call'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:179:in controlled_run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/agent.rb:41:in run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application/agent.rb:355:in onetime'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application/agent.rb:321:in run_command'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:371:inblock (2 levels) in run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:477:in plugin_hook'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:371:inblock in run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util.rb:479:in exit_on_fail'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:371:inrun'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:137:in run'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:91:in execute'; /opt/puppet/bin/puppet:8:in `
') Debug: Creating default schedules Debug: Finishing transaction 23601580 Debug: Loaded state in 0.04 seconds Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-puppet-console-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-puppet-console-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-puppet-console-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-mcollective-servers] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/before: requires File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]/require: requires Pe_accounts::User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]/require: requires Pe_accounts::User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]/require: requires Pe_accounts::User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[puppetca:truststore]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-broker] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[puppetca:truststore]/before: requires File[/etc/puppetlabs/activemq/broker.ts] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[puppetca:truststore]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[dot-pap-spr-d01.local:keystore]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-broker] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[dot-pap-spr-d01.local:keystore]/before: requires File[/etc/puppetlabs/activemq/broker.ks] Debug: /Stage[main]/Pe_mcollective::Ca/Java_ks[dot-pap-spr-d01.local:keystore]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Activemq/Service[pe-activemq]/require: requires File[/etc/puppetlabs/activemq/activemq.xml] Debug: /Stage[main]/Pe_mcollective::Activemq/File[/etc/puppetlabs/activemq/activemq.xml]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Activemq/File[/etc/sysconfig/pe-activemq]/notify: subscribes to Service[pe-activemq] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-peadmin-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-peadmin-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-peadmin-mcollective-client] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]/require: requires Pe_mcollective::Puppet_certificate[pe-internal-mcollective-servers] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.bashrc.custom]/require: requires Pe_accounts::User[peadmin] Debug: /Stage[main]/Pe_puppetdb::Master::Routes/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Routes/notify: subscribes to Service[pe-httpd] Debug: /Stage[main]/Pe_puppetdb::Master::Storeconfigs/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Report_processor/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Puppetdb_conf/require: requires Package[pe-puppetdb-terminus] Debug: /Stage[main]/Pe_puppetdb::Master::Puppetdb_conf/notify: subscribes to Service[pe-httpd] Debug: /Stage[main]/Pe_puppetdb::Server/Package[pe-puppetdb]/before: requires Class[Pe_puppetdb::Server::Firewall] Debug: /Stage[main]/Pe_puppetdb::Server/Package[pe-puppetdb]/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server::Firewall/before: requires Class[Pe_puppetdb::Server::Database_ini] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/before: requires Class[Pe_puppetdb::Server::Jetty_ini] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_psdatabase_username]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_classname]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_subprotocol]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_pgs]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_subname]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_gc_interval]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_node_ttl]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_node_purge_ttl]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Database_ini/Ini_setting[puppetdb_report_ttl]/require: requires Class[Pe_puppetdb::Server::Validate_db] Debug: /Stage[main]/Pe_puppetdb::Server::Jetty_ini/before: requires Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server::Jetty_ini/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xmx']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xmx']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xms']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-Xms']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:+HeapDumpOnOutOfMemoryError']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:+HeapDumpOnOutOfMemoryError']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:HeapDumpPath=']/require: requires Package[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Server/Ini_subsetting['-XX:HeapDumpPath=']/notify: subscribes to Service[pe-puppetdb] Debug: /Stage[main]/Pe_postgresql::Pe/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_postgresql/before: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_postgresql::Server/Package[postgresql-server]/before: requires Exec[postgresql_initdb] Debug: /Stage[main]/Pe_postgresql::Server/Package[postgresql-server]/before: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_postgresql::Config/before: requires Class[Pe_postgresql::Config::Beforeservice] Debug: /Stage[main]/Pe_postgresql::Config/before: requires Service[postgresqld] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/before: requires Service[postgresqld] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/notify: subscribes to Exec[reload_postgresql] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/File_line[postgresql.conf#listen_addresses]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_postgresql::Server/Service[postgresqld]/require: requires Package[postgresql-server] Debug: /Stage[main]/Pe_postgresql::Server/Service[postgresqld]/before: requires Class[Pe_postgresql::Config::Afterservice] Debug: /Stage[main]/Pe_postgresql::Initdb/before: requires Class[Pe_postgresql::Config] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[effective_cache_size]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[effective_cache_size]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[effective_cache_size]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[shared_buffers]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[shared_buffers]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[shared_buffers]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[maintenance_work_mem]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[maintenance_work_mem]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[maintenance_work_mem]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[wal_buffers]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[wal_buffers]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[wal_buffers]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[work_mem]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[work_mem]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[work_mem]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[checkpoint_segments]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[checkpoint_segments]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[checkpoint_segments]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[log_min_duration_statement]/require: requires Class[Pe_postgresql::Initdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[log_min_duration_statement]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql_conf[log_min_duration_statement]/notify: subscribes to Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/require: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/require: requires Service[postgresqld] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/require: requires Pe_postgresql::Tablespace[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/before: requires Class[Pe_puppetdb::Server] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Group[puppet-dashboard]/before: requires User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/require: requires User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/Pe_accounts::User[puppet-dashboard]/Pe_accounts::Home_dir[/opt/puppet/share/puppet-dashboard]/require: requires Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Group[peadmin]/before: requires User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/require: requires User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/Pe_accounts::User[peadmin]/Pe_accounts::Home_dir[/var/lib/peadmin]/require: requires Group[peadmin] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access as postgres user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access to database with same name] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_deny access to postgresql user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all users] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all ipv6] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access as postgres user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_local access to database with same name] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_deny access to postgresql user] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all users] Debug: /Stage[main]/Concat::Setup/before: requires Concat::Fragment[pg_hba_rule_allow access to all ipv6] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/Pe_postgresql_psql[Create tablespace 'pe-puppetdb']/require: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Tablespace[pe-puppetdb]/Pe_postgresql_psql[Create tablespace 'pe-puppetdb']/require: requires File[/opt/puppet/var/lib/pgsql/9.2/puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/require: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/require: requires Pe_postgresql::Database[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_grant[GRANT pe-puppetdb - all - pe-puppetdb]/require: requires Pe_postgresql::Database[pe-puppetdb] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_grant[GRANT pe-puppetdb - all - pe-puppetdb]/require: requires Pe_postgresql::Database_user[pe-puppetdb] Debug: /Stage[main]/Pe_repo::Platform::El_6_x86_64/Pe_repo::El[el-6-x86_64]/Pe_repo::Repo[el-6-x86_64 3.3.2]/Pe_staging::Deploy[puppet-enterprise-3.3.2-el-6-x86_64-agent.tar.gz]/require: requires File[/opt/puppet/packages/public] Debug: /Stage[main]/Pe_repo::Platform::El_6_x86_64/Pe_repo::El[el-6-x86_64]/Pe_repo::Repo[el-6-x86_64 3.3.2]/File[/opt/puppet/packages/public/3.3.2/el-6-x86_64]/require: requires Pe_staging::Extract[puppet-enterprise-3.3.2-el-6-x86_64-agent.tar.gz] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pghba.conf/fragments]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/require: requires File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/require: requires File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/require: requires File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments.concat] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/subscribe: subscribes to File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba[main]/Concat[/opt/puppet/var/lib/pgsql/9.2/data/pghba.conf]/Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf]/notify: subscribes to File[/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[local access as postgres user]/Concat::Fragment[pg_hba_rule_local access as postgres user]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/001_pg_hba_rulelocal access as postgres user]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[local access to database with same name]/Concat::Fragment[pg_hba_rule_local access to database with same name]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/002_pg_hba_rulelocal access to database with same name]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[deny access to postgresql user]/Concat::Fragment[pg_hba_rule_deny access to postgresql user]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/003_pg_hba_ruledeny access to postgresql user]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[allow access to all users]/Concat::Fragment[pg_hba_rule_allow access to all users]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/100_pg_hba_ruleallow access to all users]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_postgresql::Config::Beforeservice/Pe_postgresql::Pg_hba_rule[allow access to all ipv6]/Concat::Fragment[pg_hba_rule_allow access to all ipv6]/File[/var/opt/lib/pe-puppet/concat/_opt_puppet_var_lib_pgsql_9.2_data_pg_hba.conf/fragments/101_pg_hba_ruleallow access to all ipv6]/notify: subscribes to Exec[concat/opt/puppet/var/lib/pgsql/9.2/data/pg_hba.conf] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Pe_postgresql_psql[Check for existence of db 'pe-puppetdb']/require: requires Class[Pe_postgresql::Server] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Pe_postgresql_psql[Check for existence of db 'pe-puppetdb']/notify: subscribes to Exec[/opt/puppet/bin/createdb --owner='pe-postgres' --template=template0 --encoding 'UTF8' --locale=en_US.UTF8 'pe-puppetdb' --tablespace='pe-puppetdb'] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Exec[/opt/puppet/bin/createdb --owner='pe-postgres' --template=template0 --encoding 'UTF8' --locale=en_US.UTF8 'pe-puppetdb' --tablespace='pe-puppetdb']/before: requires Pe_postgresql_psql[UPDATE pg_database SET datistemplate = false WHERE datname = 'pe-puppetdb'] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database[pe-puppetdb]/Exec[/opt/puppet/bin/createdb --owner='pe-postgres' --template=template0 --encoding 'UTF8' --locale=en_US.UTF8 'pe-puppetdb' --tablespace='pe-puppetdb']/notify: subscribes to Pe_postgresql_psql[REVOKE CONNECT ON DATABASE "pe-puppetdb" FROM public] Debug: /Stage[main]/Pe_repo::Platform::El_6_x86_64/Pe_repo::El[el-6-x86_64]/Pe_repo::Repo[el-6-x86_64 3.3.2]/Pe_staging::Deploy[puppet-enterprise-3.3.2-el-6-x86_64-agent.tar.gz]/Pe_staging::Extract[puppet-enterprise-3.3.2-el-6-x86_64-agent.tar.gz]/require: requires Pe_staging::File[puppet-enterprise-3.3.2-el-6-x86_64-agent.tar.gz] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER ROLE "pe-puppetdb" NOSUPERUSER]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER ROLE "pe-puppetdb" NOCREATEDB]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER ROLE "pe-puppetdb" NOCREATEROLE]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER ROLE "pe-puppetdb" LOGIN]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER ROLE "pe-puppetdb" ]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_puppetdb::Pe/Pe_postgresql::Db[pe-puppetdb]/Pe_postgresql::Database_user[pe-puppetdb]/Pe_postgresql::Role[pe-puppetdb]/Pe_postgresql_psql[ALTER ROLE "pe-puppetdb" CONNECTION LIMIT -1]/require: requires Pe_postgresql_psql[CREATE ROLE "pe-puppetdb" ENCRYPTED PASSWORD '' LOGIN NOCREATEROLE NOCREATEDB NOSUPERUSER CONNECTION LIMIT -1] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]: Autorequiring File[/opt/puppet/share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-private.pem]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]: Autorequiring File[/opt/puppet/share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-public.pem]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]: Autorequiring File[/opt/puppet/share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cert.pem]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem]: Autorequiring File[/opt/puppet/share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/puppet-dashboard-cacert.pem]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]: Autorequiring File[/opt/puppet/share/puppet-dashboard/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Shared_key_files/File[/opt/puppet/share/puppet-dashboard/.mcollective.d/mcollective-public.pem]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]: Autorequiring File[/opt/puppet/share/puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.bashrc.custom]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]: Autorequiring File[/opt/puppet/share/puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]: Autorequiring File[/opt/puppet/share/puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]: Autorequiring User[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Puppet_dashboard/File[/opt/puppet/share/puppet-dashboard/.mcollective.d]: Autorequiring Group[puppet-dashboard] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]: Autorequiring File[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/etc/puppetlabs/mcollective/client.cfg]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/etc/puppetlabs/mcollective/client.cfg]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]: Autorequiring File[/var/lib/peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-private.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-public.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cert.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/peadmin-cacert.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]: Autorequiring File[/var/lib/peadmin/.mcollective.d] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]: Autorequiring User[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmin/File[/var/lib/peadmin/.mcollective.d/mcollective-public.pem]: Autorequiring Group[peadmin] Debug: /Stage[main]/Pe_mcollective::Client::Peadmi

jamtur01 commented 9 years ago

That's the agent. That doesn't help me.

supriyawishesu commented 9 years ago

Hi,

It is not agent. It is master. the output which i send you was from the master. Let me know

On Mon, Nov 17, 2014 at 4:44 PM, James Turnbull notifications@github.com wrote:

That's the agent. That doesn't help me.

— Reply to this email directly or view it on GitHub https://github.com/jamtur01/puppet-snmp/issues/3#issuecomment-63381544.

jamtur01 commented 9 years ago

It's not:

/opt/puppet/bin/puppet agent -t --debug --verbose --trace

That's what it says at the top. So it's not from the master.

supriyawishesu commented 9 years ago

Hi,

I dont know how to run only master without running agent.

Please help me

On Mon, Nov 17, 2014 at 4:46 PM, James Turnbull notifications@github.com wrote:

It's not:

/opt/puppet/bin/puppet agent -t --debug --verbose --trace

That's what it says at the top. So it's not from the master.

— Reply to this email directly or view it on GitHub https://github.com/jamtur01/puppet-snmp/issues/3#issuecomment-63381980.

jamtur01 commented 9 years ago

Steps.

  1. On the master host stop your Puppet master.
  2. Run the Puppet master interactively on the command line:

/opt/puppet/bin/puppet master --debug --verbose --trace

  1. In another terminal window run the agent that is failing.
  2. Provide me the log output from the terminal in 2.

I'd recommend NOT doing this in your production environment.

supriyawishesu commented 9 years ago

Hi,

Here is the output from terminal 2 /opt/puppet/bin/puppet agent -t --debug Debug: Using settings: adding file resource 'confdir': 'File[/home/exstream/.puppet]{:path=>"/home/exstream/.puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'vardir': 'File[/home/exstream/.puppet/var]{:path=>"/home/exstream/.puppet/var", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/home/exstream/.puppet/var/log]{:path=>"/home/exstream/.puppet/var/log", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/home/exstream/.puppet/var/state]{:path=>"/home/exstream/.puppet/var/state", :mode=>"1755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/home/exstream/.puppet/var/run]{:path=>"/home/exstream/.puppet/var/run", :mode=>"755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/home/exstream/.puppet/var/lib]{:path=>"/home/exstream/.puppet/var/lib", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/home/exstream/.puppet/ssl/certs]{:path=>"/home/exstream/.puppet/ssl/certs", :mode=>"755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/home/exstream/.puppet/ssl]{:path=>"/home/exstream/.puppet/ssl", :mode=>"771", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/home/exstream/.puppet/ssl/public_keys]{:path=>"/home/exstream/.puppet/ssl/public_keys", :mode=>"755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/home/exstream/.puppet/ssl/certificate_requests]{:path=>"/home/exstream/.puppet/ssl/certificate_requests", :mode=>"755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/home/exstream/.puppet/ssl/private_keys]{:path=>"/home/exstream/.puppet/ssl/private_keys", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/home/exstream/.puppet/ssl/private]{:path=>"/home/exstream/.puppet/ssl/private", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/home/exstream/.puppet/ssl/certs/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]{:path=>"/home/exstream/.puppet/ssl/certs/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/home/exstream/.puppet/ssl/private_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]{:path=>"/home/exstream/.puppet/ssl/private_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/home/exstream/.puppet/ssl/public_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]{:path=>"/home/exstream/.puppet/ssl/public_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/home/exstream/.puppet/ssl/certs/ca.pem]{:path=>"/home/exstream/.puppet/ssl/certs/ca.pem", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/home/exstream/.puppet/ssl/crl.pem]{:path=>"/home/exstream/.puppet/ssl/crl.pem", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statefile': 'File[/home/exstream/.puppet/var/state/state.yaml]{:path=>"/home/exstream/.puppet/var/state/state.yaml", :mode=>"660", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientyamldir': 'File[/home/exstream/.puppet/var/client_yaml]{:path=>"/home/exstream/.puppet/var/client_yaml", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'client_datadir': 'File[/home/exstream/.puppet/var/client_data]{:path=>"/home/exstream/.puppet/var/client_data", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'classfile': 'File[/home/exstream/.puppet/var/state/classes.txt]{:path=>"/home/exstream/.puppet/var/state/classes.txt", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'resourcefile': 'File[/home/exstream/.puppet/var/state/resources.txt]{:path=>"/home/exstream/.puppet/var/state/resources.txt", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientbucketdir': 'File[/home/exstream/.puppet/var/clientbucket]{:path=>"/home/exstream/.puppet/var/clientbucket", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunfile': 'File[/home/exstream/.puppet/var/state/last_run_summary.yaml]{:path=>"/home/exstream/.puppet/var/state/last_run_summary.yaml", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunreport': 'File[/home/exstream/.puppet/var/state/last_run_report.yaml]{:path=>"/home/exstream/.puppet/var/state/last_run_report.yaml", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'graphdir': 'File[/home/exstream/.puppet/var/state/graphs]{:path=>"/home/exstream/.puppet/var/state/graphs", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/home/exstream/.puppet/var/facts.d]{:path=>"/home/exstream/.puppet/var/facts.d", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/home/exstream/.puppet/var]: Autorequiring File[/home/exstream/.puppet] Debug: /File[/home/exstream/.puppet/var/log]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/var/state]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/var/run]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/var/lib]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/ssl/certs]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl]: Autorequiring File[/home/exstream/.puppet] Debug: /File[/home/exstream/.puppet/ssl/public_keys]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl/certificate_requests]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl/private_keys]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl/private]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl/certs/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]: Autorequiring File[/home/exstream/.puppet/ssl/certs] Debug: /File[/home/exstream/.puppet/ssl/private_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]: Autorequiring File[/home/exstream/.puppet/ssl/private_keys] Debug: /File[/home/exstream/.puppet/ssl/public_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]: Autorequiring File[/home/exstream/.puppet/ssl/public_keys] Debug: /File[/home/exstream/.puppet/ssl/certs/ca.pem]: Autorequiring File[/home/exstream/.puppet/ssl/certs] Debug: /File[/home/exstream/.puppet/ssl/crl.pem]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/var/state/state.yaml]: Autorequiring File[/home/exstream/.puppet/var/state] Debug: /File[/home/exstream/.puppet/var/client_yaml]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/var/client_data]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/var/state/classes.txt]: Autorequiring File[/home/exstream/.puppet/var/state] Debug: /File[/home/exstream/.puppet/var/state/resources.txt]: Autorequiring File[/home/exstream/.puppet/var/state] Debug: /File[/home/exstream/.puppet/var/clientbucket]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/var/state/last_run_summary.yaml]: Autorequiring File[/home/exstream/.puppet/var/state] Debug: /File[/home/exstream/.puppet/var/state/last_run_report.yaml]: Autorequiring File[/home/exstream/.puppet/var/state] Debug: /File[/home/exstream/.puppet/var/state/graphs]: Autorequiring File[/home/exstream/.puppet/var/state] Debug: /File[/home/exstream/.puppet/var/facts.d]: Autorequiring File[/home/exstream/.puppet/var] Debug: Finishing transaction 5632740 Debug: Using settings: adding file resource 'confdir': 'File[/home/exstream/.puppet]{:path=>"/home/exstream/.puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'vardir': 'File[/home/exstream/.puppet/var]{:path=>"/home/exstream/.puppet/var", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/home/exstream/.puppet/var/log]{:path=>"/home/exstream/.puppet/var/log", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/home/exstream/.puppet/var/state]{:path=>"/home/exstream/.puppet/var/state", :mode=>"1755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/home/exstream/.puppet/var/run]{:path=>"/home/exstream/.puppet/var/run", :mode=>"755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/home/exstream/.puppet/var/lib]{:path=>"/home/exstream/.puppet/var/lib", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/home/exstream/.puppet/ssl/certs]{:path=>"/home/exstream/.puppet/ssl/certs", :mode=>"755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/home/exstream/.puppet/ssl]{:path=>"/home/exstream/.puppet/ssl", :mode=>"771", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/home/exstream/.puppet/ssl/public_keys]{:path=>"/home/exstream/.puppet/ssl/public_keys", :mode=>"755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/home/exstream/.puppet/ssl/certificate_requests]{:path=>"/home/exstream/.puppet/ssl/certificate_requests", :mode=>"755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/home/exstream/.puppet/ssl/private_keys]{:path=>"/home/exstream/.puppet/ssl/private_keys", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/home/exstream/.puppet/ssl/private]{:path=>"/home/exstream/.puppet/ssl/private", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/home/exstream/.puppet/ssl/certs/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]{:path=>"/home/exstream/.puppet/ssl/certs/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/home/exstream/.puppet/ssl/private_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]{:path=>"/home/exstream/.puppet/ssl/private_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/home/exstream/.puppet/ssl/public_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]{:path=>"/home/exstream/.puppet/ssl/public_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/home/exstream/.puppet/ssl/certs/ca.pem]{:path=>"/home/exstream/.puppet/ssl/certs/ca.pem", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/home/exstream/.puppet/ssl/crl.pem]{:path=>"/home/exstream/.puppet/ssl/crl.pem", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/home/exstream/.puppet/var/facts.d]{:path=>"/home/exstream/.puppet/var/facts.d", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/home/exstream/.puppet/var]: Autorequiring File[/home/exstream/.puppet] Debug: /File[/home/exstream/.puppet/var/log]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/var/state]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/var/run]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/var/lib]: Autorequiring File[/home/exstream/.puppet/var] Debug: /File[/home/exstream/.puppet/ssl/certs]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl]: Autorequiring File[/home/exstream/.puppet] Debug: /File[/home/exstream/.puppet/ssl/public_keys]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl/certificate_requests]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl/private_keys]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl/private]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/ssl/certs/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]: Autorequiring File[/home/exstream/.puppet/ssl/certs] Debug: /File[/home/exstream/.puppet/ssl/private_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]: Autorequiring File[/home/exstream/.puppet/ssl/private_keys] Debug: /File[/home/exstream/.puppet/ssl/public_keys/exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us.pem]: Autorequiring File[/home/exstream/.puppet/ssl/public_keys] Debug: /File[/home/exstream/.puppet/ssl/certs/ca.pem]: Autorequiring File[/home/exstream/.puppet/ssl/certs] Debug: /File[/home/exstream/.puppet/ssl/crl.pem]: Autorequiring File[/home/exstream/.puppet/ssl] Debug: /File[/home/exstream/.puppet/var/facts.d]: Autorequiring File[/home/exstream/.puppet/var] Debug: Finishing transaction 20119140 Debug: Using cached certificate for ca Debug: Using cached certificate for exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us Debug: Using settings: adding file resource 'statefile': 'File[/home/exstream/.puppet/var/state/state.yaml]{:path=>"/home/exstream/.puppet/var/state/state.yaml", :mode=>"660", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientyamldir': 'File[/home/exstream/.puppet/var/client_yaml]{:path=>"/home/exstream/.puppet/var/client_yaml", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'client_datadir': 'File[/home/exstream/.puppet/var/client_data]{:path=>"/home/exstream/.puppet/var/client_data", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'classfile': 'File[/home/exstream/.puppet/var/state/classes.txt]{:path=>"/home/exstream/.puppet/var/state/classes.txt", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'resourcefile': 'File[/home/exstream/.puppet/var/state/resources.txt]{:path=>"/home/exstream/.puppet/var/state/resources.txt", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'clientbucketdir': 'File[/home/exstream/.puppet/var/clientbucket]{:path=>"/home/exstream/.puppet/var/clientbucket", :mode=>"750", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunfile': 'File[/home/exstream/.puppet/var/state/last_run_summary.yaml]{:path=>"/home/exstream/.puppet/var/state/last_run_summary.yaml", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'lastrunreport': 'File[/home/exstream/.puppet/var/state/last_run_report.yaml]{:path=>"/home/exstream/.puppet/var/state/last_run_report.yaml", :mode=>"640", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'graphdir': 'File[/home/exstream/.puppet/var/state/graphs]{:path=>"/home/exstream/.puppet/var/state/graphs", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Finishing transaction 20517960 Debug: Loaded state in 0.06 seconds Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: node supports formats: pson b64_zlib_yaml yaml raw Debug: Using cached certificate for ca Debug: Using cached certificate for exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us Debug: Using cached certificate_revocation_list for ca Info: Retrieving plugin Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw Debug: Finishing transaction 22042900 Info: Loading facts in /home/exstream/.puppet/var/lib/facter/concat_basedir.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/ip6tables_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/puppet_vardir.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/application_type.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/pe_puppetdb_server_status.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/staging_http_get.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/pe_build.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/pe_postgres_default_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/obiee_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/java_loc.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/audit_weblogic.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/audit_idmuser.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/iptables_persistent_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/esb_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/custom_auth_conf.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/websphere_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/iptables_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/pe_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/windows.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/oracle_middleware_homes.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/role.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/audit.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/platform_tag.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/facter_dot_d.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/postgres_default_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/root_home.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/soa_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/weblogic_version.rb Info: Loading facts in /home/exstream/.puppet/var/lib/facter/java_infa.rb Debug: Failed to load library 'msgpack' for feature 'msgpack' Debug: Puppet::Network::Format[msgpack]: feature msgpack is missing Debug: catalog supports formats: pson b64_zlib_yaml yaml dot raw Info: Caching catalog for exstream.rmv-hap-spr-t12.ddc.dot.state.ma.us Debug: Creating default schedules Debug: Loaded state in 0.07 seconds Debug: /Stage[main]/Java/Exec[/bin/mkdir -p /u01/java]/before: requires Exec[/bin/tar -xzf /stage/WLS1036/jdk-7u72-linux-x64.gz --directory=/u01/java] Debug: /Stage[main]/Java/Exec[/bin/tar -xzf /stage/WLS1036/jdk-7u72-linux-x64.gz --directory=/u01/java]/before: requires Exec[/bin/ln -s /u01/java/jdk1.7.0_72 /u01/java/latest] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/before: requires Class[Weblogic_exstreamdomain::Wls1036_domain] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Bsupatch[p17071663]/require: requires Wls::Installwls[11gPS5] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/require: requires Wls::Bsupatch[p17071663] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/require: requires Wls::Installexstream[EXSTREAM] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlscontrol[startAdminServer]/require: requires Wls::Wlsdomain[Exstream_Dev1_Domain] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Storeuserconfig[Exstream_Dev1_Domain_keys]/require: requires Wls::Wlscontrol[startAdminServer] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installwls[11gPS5]/File[silent.xml 1111]/require: requires Wls::Utils::Defaultusersfolders[create wls home] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installwls[11gPS5]/Exec[install wls 11gPS5]/require: requires Wls::Utils::Defaultusersfolders[create wls home] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installwls[11gPS5]/Exec[install wls 11gPS5]/require: requires File[silent.xml 1111] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Bsupatch[p17071663]/Exec[ install patch file]/require: requires Exec[extract p17071663_1036_Generic.zip] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/startwls.sh]/require: requires Exec[mkdir -p /u01/scripts] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/startms.py]/require: requires Exec[mkdir -p /u01/scripts] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/stopwls.sh]/require: requires Exec[mkdir -p /u01/scripts] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/stopms.py]/require: requires Exec[mkdir -p /u01/scripts] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[startms.py_copy2]/require: requires Exec[mkdir -p /u01/scripts] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[stopms.py_copy2]/require: requires Exec[mkdir -p /u01/scripts] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/wlsversion.sh]/require: requires Exec[mkdir -p /u01/scripts] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/File[/u01/app/oracle/product/logs]/require: requires Exec[create /u01/app/oracle/product/logs directory] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[/u01/app/oracle/product/Middleware/user_projects/domains]/require: requires File[weblogic_domain_folder] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[/u01/app/oracle/product/Middleware/user_projects/applications]/require: requires File[weblogic_domain_folder] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Exec[execwlst Exstream_Test1_Domain Exstream_Dev1_Domain]/require: requires File[domain.py Exstream_Test1_Domain Exstream_Dev1_Domain] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Exec[execwlst Exstream_Test1_Domain Exstream_Dev1_Domain]/require: requires File[/u01/app/oracle/product/Middleware/user_projects/domains] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Exec[execwlst Exstream_Test1_Domain Exstream_Dev1_Domain]/require: requires File[/u01/app/oracle/product/Middleware/user_projects/applications] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Exec[domain.py Exstream_Test1_Domain Exstream_Dev1_Domain]/require: requires Exec[execwlst Exstream_Test1_Domain Exstream_Dev1_Domain] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Storeuserconfig[Exstream_Dev1_Domain_keys]/Exec[execwlst Exstream_Dev1_Domain_keysstoreUserConfig.py]/require: requires File[/u01/app/oracle/product/install/Exstream_Dev1_Domain_keysstoreUserConfig.py] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/Exec[deploy Exstream_Web app]/subscribe: subscribes to File[/u01/deployments/EWS_2.0] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlscontrol[startAdminServer]/Exec[execwlst startAdminServer ]: Autorequiring File[/u01/scripts/startwls.sh] Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/Exec[deploy Exstream_Web app]: Autorequiring File[/u01/scripts/deploy.sh] Info: Applying configuration version '1416261246' Debug: Prefetching crontab resources for cron Debug: Exec/bin/ln -s /u01/java/jdk1.7.0_72 /u01/java/latest: Executing check '/bin/rm -rf /u01/java/latest' Debug: Executing '/bin/rm -rf /u01/java/latest' Debug: Exec/bin/ln -s /u01/java/jdk1.7.0_72 /u01/java/latest: Executing '/bin/ln -s /u01/java/jdk1.7.0_72 /u01/java/latest' Debug: Executing '/bin/ln -s /u01/java/jdk1.7.0_72 /u01/java/latest' Notice: /Stage[main]/Java/Exec[/bin/ln -s /u01/java/jdk1.7.0_72 /u01/java/latest]/returns: executed successfully Debug: /Stage[main]/Java/Exec[/bin/ln -s /u01/java/jdk1.7.0_72 /u01/java/latest]: The container Class[Java] will propagate my refresh event Debug: Class[Java]: The container Stage[main] will propagate my refresh event Notice: wls::installwls 11gPS5 /u01/app/oracle/product/Middleware does not exists Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installwls[11gPS5]/Notify[wls::installwls 11gPS5 /u01/app/oracle/product/Middleware does not exists]/message: defined 'message' as 'wls::installwls 11gPS5 /u01/app/oracle/product/Middleware does not exists' Debug: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installwls[11gPS5]/Notify[wls::installwls 11gPS5 /u01/app/oracle/product/Middleware does not exists]: The container Wls::Installwls[11gPS5] will propagate my refresh event Debug: Execcreate /u01/app/oracle directory: Executing check '/usr/bin/test -d /u01/app/oracle' Debug: Executing '/usr/bin/test -d /u01/app/oracle' Debug: Execcreate /u01/app/oracle/product/install home directory: Executing check '/usr/bin/test -d /u01/app/oracle/product/install' Debug: Executing '/usr/bin/test -d /u01/app/oracle/product/install' Debug: Execinstall wls 11gPS5: Executing '/u01/java/latest/bin/java -Xmx1024m -jar /stage/WLS1036/wls1036_generic.jar -mode=silent -silent_xml=/u01/app/oracle/product/install/silent1111.xml' Debug: Executing '/u01/java/latest/bin/java -Xmx1024m -jar /stage/WLS1036/wls1036_generic.jar -mode=silent -silent_xml=/u01/app/oracle/product/install/silent1111.xml' Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installwls[11gPS5]/Exec[install wls 11gPS5]/returns: Error: Unable to access jarfile /stage/WLS1036/wls1036_generic.jar Error: /u01/java/latest/bin/java -Xmx1024m -jar /stage/WLS1036/wls1036_generic.jar -mode=silent -silent_xml=/u01/app/oracle/product/install/silent1111.xml returned 1 instead of one of [0] Error: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installwls[11gPS5]/Exec[install wls 11gPS5]/returns: change from notrun to 0 failed: /u01/java/latest/bin/java -Xmx1024m -jar /stage/WLS1036/wls1036_generic.jar -mode=silent -silent_xml=/u01/app/oracle/product/install/silent1111.xml returned 1 instead of one of [0] Debug: Wls::Installwls[11gPS5]: The container Class[Weblogic_exstreamdomain::Wls1036] will propagate my refresh event Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Bsupatch[p17071663]/File[/u01/app/oracle/product/Middleware/utils/bsu/cache_dir]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Bsupatch[p17071663]/File[/u01/app/oracle/product/Middleware/utils/bsu/cache_dir]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Bsupatch[p17071663]/Exec[extract p17071663_1036_Generic.zip]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Bsupatch[p17071663]/Exec[extract p17071663_1036_Generic.zip]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Bsupatch[p17071663]/Exec[ install patch file]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Bsupatch[p17071663]/Exec[ install patch file]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/Exec[mkdir -p /u01/scripts]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/Exec[mkdir -p /u01/scripts]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/Exec[mkdir -p /u01/deployments]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/Exec[mkdir -p /u01/deployments]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/startwls.sh]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/startwls.sh]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/startms.py]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/startms.py]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/stopwls.sh]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/stopwls.sh]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/stopms.py]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/stopms.py]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[startms.py_copy2]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[startms.py_copy2]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[stopms.py_copy2]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[stopms.py_copy2]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/wlsversion.sh]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Installexstream[EXSTREAM]/File[/u01/scripts/wlsversion.sh]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/Exec[create /u01/app/oracle/product/logs directory]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/Exec[create /u01/app/oracle/product/logs directory]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/File[/u01/app/oracle/product/logs]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/File[/u01/app/oracle/product/logs]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/File[nodemanager.properties ux nodemanager11g]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/File[nodemanager.properties ux nodemanager11g]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/File[startNodeManager ux nodemanager11g]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036/Wls::Nodemanager[nodemanager11g]/File[startNodeManager ux nodemanager11g]: Skipping because of failed dependencies Debug: Class[Weblogic_exstreamdomain::Wls1036]: The container Stage[main] will propagate my refresh event Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Notify[wls::wlsdomain Exstream_Dev1_Domain /u01/app/oracle/product/Middleware/user_projects/domains/Exstream_Test1_Domain 1111 does not exists]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Notify[wls::wlsdomain Exstream_Dev1_Domain /u01/app/oracle/product/Middleware/user_projects/domains/Exstream_Test1_Domain 1111 does not exists]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[domain.py Exstream_Test1_Domain Exstream_Dev1_Domain]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[domain.py Exstream_Test1_Domain Exstream_Dev1_Domain]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[weblogic_domain_folder]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[weblogic_domain_folder]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[/u01/app/oracle/product/Middleware/user_projects/domains]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[/u01/app/oracle/product/Middleware/user_projects/domains]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[/u01/app/oracle/product/Middleware/user_projects/applications]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/File[/u01/app/oracle/product/Middleware/user_projects/applications]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Exec[execwlst Exstream_Test1_Domain Exstream_Dev1_Domain]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Exec[execwlst Exstream_Test1_Domain Exstream_Dev1_Domain]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Exec[domain.py Exstream_Test1_Domain Exstream_Dev1_Domain]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlsdomain[Exstream_Dev1_Domain]/Exec[domain.py Exstream_Test1_Domain Exstream_Dev1_Domain]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlscontrol[startAdminServer]/Exec[execwlst startAdminServer ]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Wlscontrol[startAdminServer]/Exec[execwlst startAdminServer ]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Storeuserconfig[Exstream_Dev1_Domain_keys]/File[/u01/app/oracle/product/install/Exstream_Dev1_Domain_keysstoreUserConfig.py]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Storeuserconfig[Exstream_Dev1_Domain_keys]/File[/u01/app/oracle/product/install/Exstream_Dev1_Domain_keysstoreUserConfig.py]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Storeuserconfig[Exstream_Dev1_Domain_keys]/Exec[execwlst Exstream_Dev1_Domain_keysstoreUserConfig.py]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Storeuserconfig[Exstream_Dev1_Domain_keys]/Exec[execwlst Exstream_Dev1_Domain_keysstoreUserConfig.py]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0/HPExstreamServices.ear]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0/HPExstreamServices.ear]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0/HP_Exstream_EWS_Connector_2_0_0009_J2EE.zip]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0/HP_Exstream_EWS_Connector_2_0_0009_J2EE.zip]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0/ews-config.xml]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0/ews-config.xml]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0/web.xml]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/deployments/EWS_2.0/web.xml]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/scripts/deploy.sh]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/scripts/deploy.sh]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/scripts/deploy.py]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/File[/u01/scripts/deploy.py]: Skipping because of failed dependencies Notice: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/Exec[deploy Exstream_Web app]: Dependency Exec[install wls 11gPS5] has failures: true Warning: /Stage[main]/Weblogic_exstreamdomain::Wls1036_domain/Wls::Installexstreamapp[Exstream]/Exec[deploy Exstream_Web app]: Skipping because of failed dependencies Debug: Finishing transaction 21352940 Debug: Storing state Debug: Stored state in 0.09 seconds Notice: Finished catalog run in 1.20 seconds Debug: Executing '/bin/chown -R exstream:exstream /home/exstream/.puppet ; /bin/logger -t puppet_classes_applied -f /home/exstream/.puppet/var/state/classes.txt'

Let me know

On Mon, Nov 17, 2014 at 4:52 PM, James Turnbull notifications@github.com wrote:

Steps.

  1. On the master host stop your Puppet master.
  2. Run the Puppet master interactively on the command line:

/opt/puppet/bin/puppet master --debug --verbose --trace

1.

In another terminal window run the agent that is failing. 2.

Provide me the log output from the terminal in 2.

I'd recommend NOT doing this in your production environment.

— Reply to this email directly or view it on GitHub https://github.com/jamtur01/puppet-snmp/issues/3#issuecomment-63382899.

jamtur01 commented 9 years ago

That's not the output from terminal 2 if it has:

/opt/puppet/bin/puppet agent -t --debug --verbose --trace

At the top. You want the MASTER.

supriyawishesu commented 9 years ago

Hi,

Here is the output from the master /opt/puppet/bin/puppet master --debug --verbose --trace [root@DOT-PAP-SPR-D01 puppet]# service pe-puppet stop Stopping puppet: [ OK ] [root@DOT-PAP-SPR-D01 puppet]# /opt/puppet/bin/puppet master --debug --verbose --trace

On Mon, Nov 17, 2014 at 4:56 PM, James Turnbull notifications@github.com wrote:

That's not the output from terminal 2 if it has:

/opt/puppet/bin/puppet agent -t --debug --verbose --trace

At the top. You want the MASTER.

— Reply to this email directly or view it on GitHub https://github.com/jamtur01/puppet-snmp/issues/3#issuecomment-63383489.

supriyawishesu commented 9 years ago

It didnt return anything

On Mon, Nov 17, 2014 at 5:01 PM, Supriya Uppalapati < supriya.uppalapati@gmail.com> wrote:

Hi,

Here is the output from the master /opt/puppet/bin/puppet master --debug --verbose --trace [root@DOT-PAP-SPR-D01 puppet]# service pe-puppet stop Stopping puppet: [ OK ] [root@DOT-PAP-SPR-D01 puppet]# /opt/puppet/bin/puppet master --debug --verbose --trace

On Mon, Nov 17, 2014 at 4:56 PM, James Turnbull notifications@github.com wrote:

That's not the output from terminal 2 if it has:

/opt/puppet/bin/puppet agent -t --debug --verbose --trace

At the top. You want the MASTER.

— Reply to this email directly or view it on GitHub https://github.com/jamtur01/puppet-snmp/issues/3#issuecomment-63383489.

jamtur01 commented 9 years ago

Try:

/opt/puppet/bin/puppet master --debug --verbose --trace --no-daemonize

supriyawishesu commented 9 years ago

/opt/puppet/bin/puppet master --debug --verbose --trace --no-daemonize Warning: Sections other than main, master, agent, user are deprecated in puppet.conf. Please use the directory environments feature to specify environments. (See http://docs.puppetlabs.com/puppet/latest/reference/environments.html) (at /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings/config_file.rb:77:in collect'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings/config_file.rb:77:in unique_sections_in'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings/config_file.rb:23:in parse_file'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:535:in parse_config'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:597:in parse_config_files'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:247:in initialize_global_settings'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:150:in do_initialize_settings_for_run_mode'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:136:in initialize_settings'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:86:in block in execute'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util.rb:479:inexit_on_fail'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:85:in execute'; /opt/puppet/bin/puppet:8:in

') Warning: Setting modulepath is deprecated in puppet.conf. See http://links.puppetlabs.com/env-settings-deprecations (at /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:1095:in block in issue_deprecations'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:1094:ineach'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:1094:in issue_deprecations'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:325:in initialize_app_defaults'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:152:in do_initialize_settings_for_run_mode'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:136:in initialize_settings'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:86:in block in execute'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util.rb:479:inexit_on_fail'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:85:in execute'; /opt/puppet/bin/puppet:8:in
') Debug: new listener called log Debug: registering instrumentation listener log Debug: new listener called performance Debug: registering instrumentation listener performance Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dsimport does not exist Debug: Puppet::Type::User::ProviderPw: file pw does not exist Debug: Puppet::Type::User::ProviderLdap: true value when expecting false Debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist Debug: Puppet::Type::Group::ProviderDirectoryservice: file /usr/bin/dscl does not exist Debug: Puppet::Type::Group::ProviderPw: file pw does not exist Debug: Puppet::Type::Group::ProviderLdap: true value when expecting false Debug: Using settings: adding file resource 'vardir': 'File[/var/opt/lib/pe-puppet]{:path=>"/var/opt/lib/pe-puppet", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/var/log/pe-puppet]{:path=>"/var/log/pe-puppet", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/var/opt/lib/pe-puppet/state]{:path=>"/var/opt/lib/pe-puppet/state", :mode=>"1755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/var/run/pe-puppet]{:path=>"/var/run/pe-puppet", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/var/opt/lib/pe-puppet/lib]{:path=>"/var/opt/lib/pe-puppet/lib", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/puppet/hiera.yaml]{:path=>"/etc/puppetlabs/puppet/hiera.yaml", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/ca.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/etc/puppetlabs/puppet/ssl/crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/crl.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'manifestdir': 'File[/etc/puppetlabs/puppet/manifests]{:path=>"/etc/puppetlabs/puppet/manifests", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'manifest': 'File[/etc/puppetlabs/puppet/manifests/site.pp]{:path=>"/etc/puppetlabs/puppet/manifests/site.pp", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'masterhttplog': 'File[/var/log/pe-puppet/masterhttp.log]{:path=>"/var/log/pe-puppet/masterhttp.log", :mode=>"660", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'bucketdir': 'File[/var/opt/lib/pe-puppet/bucket]{:path=>"/var/opt/lib/pe-puppet/bucket", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rest_authconfig': 'File[/etc/puppetlabs/puppet/auth.conf]{:path=>"/etc/puppetlabs/puppet/auth.conf", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'yamldir': 'File[/var/opt/lib/pe-puppet/yaml]{:path=>"/var/opt/lib/pe-puppet/yaml", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'server_datadir': 'File[/var/opt/lib/pe-puppet/server_data]{:path=>"/var/opt/lib/pe-puppet/server_data", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'reportdir': 'File[/var/opt/lib/pe-puppet/reports]{:path=>"/var/opt/lib/pe-puppet/reports", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'fileserverconfig': 'File[/etc/puppetlabs/puppet/fileserver.conf]{:path=>"/etc/puppetlabs/puppet/fileserver.conf", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rrddir': 'File[/var/opt/lib/pe-puppet/rrd]{:path=>"/var/opt/lib/pe-puppet/rrd", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/var/opt/lib/pe-puppet/facts.d]{:path=>"/var/opt/lib/pe-puppet/facts.d", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/var/opt/lib/pe-puppet/state]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/lib]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/certs]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/private_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/public_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/manifests]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/manifests/site.pp]: Autorequiring File[/etc/puppetlabs/puppet/manifests] Debug: /File[/var/log/pe-puppet/masterhttp.log]: Autorequiring File[/var/log/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/bucket]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/auth.conf]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/var/opt/lib/pe-puppet/yaml]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/server_data]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/reports]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/fileserver.conf]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/var/opt/lib/pe-puppet/rrd]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/facts.d]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: Finishing transaction 12060700 Debug: Using settings: adding file resource 'cadir': 'File[/etc/puppetlabs/puppet/ssl/ca]{:path=>"/etc/puppetlabs/puppet/ssl/ca", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'cacert': 'File[/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'cakey': 'File[/etc/puppetlabs/puppet/ssl/ca/ca_key.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ca/ca_key.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'capub': 'File[/etc/puppetlabs/puppet/ssl/ca/ca_pub.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ca/ca_pub.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'cacrl': 'File[/etc/puppetlabs/puppet/ssl/ca/ca_crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ca/ca_crl.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'caprivatedir': 'File[/etc/puppetlabs/puppet/ssl/ca/private]{:path=>"/etc/puppetlabs/puppet/ssl/ca/private", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'csrdir': 'File[/etc/puppetlabs/puppet/ssl/ca/requests]{:path=>"/etc/puppetlabs/puppet/ssl/ca/requests", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'signeddir': 'File[/etc/puppetlabs/puppet/ssl/ca/signed]{:path=>"/etc/puppetlabs/puppet/ssl/ca/signed", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'capass': 'File[/etc/puppetlabs/puppet/ssl/ca/private/ca.pass]{:path=>"/etc/puppetlabs/puppet/ssl/ca/private/ca.pass", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'serial': 'File[/etc/puppetlabs/puppet/ssl/ca/serial]{:path=>"/etc/puppetlabs/puppet/ssl/ca/serial", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'cert_inventory': 'File[/etc/puppetlabs/puppet/ssl/ca/inventory.txt]{:path=>"/etc/puppetlabs/puppet/ssl/ca/inventory.txt", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/ca_key.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/ca_pub.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/ca_crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/signed]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/private/ca.pass]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca/private] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/serial]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/inventory.txt]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: Finishing transaction 19418620 Debug: Using cached certificate for ca Debug: Using cached certificate for ca Debug: Using cached certificate for dot-pap-spr-d01.local Debug: Using settings: adding file resource 'config': 'File[/etc/puppetlabs/puppet/puppet.conf]{:path=>"/etc/puppetlabs/puppet/puppet.conf", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pidfile': 'File[/var/run/pe-puppet/master.pid]{:path=>"/var/run/pe-puppet/master.pid", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Finishing transaction 13890680 Notice: Starting Puppet master version 3.6.2 (Puppet Enterprise 3.3.2) Error: Could not run: Address already in use - bind(2) /opt/puppet/lib/ruby/1.9.1/webrick/utils.rb:85:in initialize' /opt/puppet/lib/ruby/1.9.1/webrick/utils.rb:85:innew' /opt/puppet/lib/ruby/1.9.1/webrick/utils.rb:85:in block in create_listeners' /opt/puppet/lib/ruby/1.9.1/webrick/utils.rb:82:ineach' /opt/puppet/lib/ruby/1.9.1/webrick/utils.rb:82:in create_listeners' /opt/puppet/lib/ruby/1.9.1/webrick/ssl.rb:88:inlisten' /opt/puppet/lib/ruby/1.9.1/webrick/server.rb:70:in initialize' /opt/puppet/lib/ruby/1.9.1/webrick/httpserver.rb:45:ininitialize' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/network/http/webrick.rb:22:in new' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/network/http/webrick.rb:22:in listen' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/network/server.rb:27:in start' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/daemon.rb:139:instart' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application/master.rb:284:in start_webrick_master' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application/master.rb:200:in main' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application/master.rb:160:in run_command' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:371:inblock (2 levels) in run' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:477:in plugin_hook' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:371:inblock in run' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util.rb:479:in exit_on_fail' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:371:inrun' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:137:in run' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:91:in execute' /opt/puppet/bin/puppet:8:in `
'

On Mon, Nov 17, 2014 at 5:02 PM, James Turnbull notifications@github.com wrote:

Try:

/opt/puppet/bin/puppet master --debug --verbose --trace --no-daemonize

— Reply to this email directly or view it on GitHub https://github.com/jamtur01/puppet-snmp/issues/3#issuecomment-63384472.

jamtur01 commented 9 years ago

You've got a Puppet master still running.

Error: Could not run: Address already in use - bind(2)

Try killing it and trying again.

supriyawishesu commented 9 years ago

Hi, Here is the run on puppet master /opt/puppet/bin/puppet master --debug --verbose --trace --no-daemonize Warning: Sections other than main, master, agent, user are deprecated in puppet.conf. Please use the directory environments feature to specify environments. (See http://docs.puppetlabs.com/puppet/latest/reference/environments.html) (at /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings/config_file.rb:77:in collect'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings/config_file.rb:77:inunique_sections_in'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings/config_file.rb:23:in parse_file'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:535:inparse_config'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:597:in parse_config_files'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:247:ininitialize_global_settings'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:150:in do_initialize_settings_for_run_mode'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:136:ininitialize_settings'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:86:in block in execute'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util.rb:479:inexit_on_fail'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:85:in execute'; /opt/puppet/bin/puppet:8:in

') Warning: Setting modulepath is deprecated in puppet.conf. See http://links.puppetlabs.com/env-settings-deprecations (at /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:1095:in block in issue_deprecations'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:1094:ineach'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:1094:in issue_deprecations'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/settings.rb:325:ininitialize_app_defaults'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:152:in do_initialize_settings_for_run_mode'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet.rb:136:ininitialize_settings'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:86:in block in execute'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util.rb:479:inexit_on_fail'; /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:85:in execute'; /opt/puppet/bin/puppet:8:in
') Debug: new listener called log Debug: registering instrumentation listener log Debug: new listener called performance Debug: registering instrumentation listener performance Debug: Using settings: adding file resource 'confdir': 'File[/etc/puppetlabs/puppet]{:path=>"/etc/puppetlabs/puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Puppet::Type::User::ProviderDirectoryservice: file /usr/bin/dsimport does not exist Debug: Puppet::Type::User::ProviderPw: file pw does not exist Debug: Puppet::Type::User::ProviderLdap: true value when expecting false Debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist Debug: Puppet::Type::Group::ProviderDirectoryservice: file /usr/bin/dscl does not exist Debug: Puppet::Type::Group::ProviderPw: file pw does not exist Debug: Puppet::Type::Group::ProviderLdap: true value when expecting false Debug: Using settings: adding file resource 'vardir': 'File[/var/opt/lib/pe-puppet]{:path=>"/var/opt/lib/pe-puppet", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'logdir': 'File[/var/log/pe-puppet]{:path=>"/var/log/pe-puppet", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'statedir': 'File[/var/opt/lib/pe-puppet/state]{:path=>"/var/opt/lib/pe-puppet/state", :mode=>"1755", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rundir': 'File[/var/run/pe-puppet]{:path=>"/var/run/pe-puppet", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'libdir': 'File[/var/opt/lib/pe-puppet/lib]{:path=>"/var/opt/lib/pe-puppet/lib", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hiera_config': 'File[/etc/puppetlabs/puppet/hiera.yaml]{:path=>"/etc/puppetlabs/puppet/hiera.yaml", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'certdir': 'File[/etc/puppetlabs/puppet/ssl/certs]{:path=>"/etc/puppetlabs/puppet/ssl/certs", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'ssldir': 'File[/etc/puppetlabs/puppet/ssl]{:path=>"/etc/puppetlabs/puppet/ssl", :mode=>"771", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'publickeydir': 'File[/etc/puppetlabs/puppet/ssl/public_keys]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'requestdir': 'File[/etc/puppetlabs/puppet/ssl/certificate_requests]{:path=>"/etc/puppetlabs/puppet/ssl/certificate_requests", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatekeydir': 'File[/etc/puppetlabs/puppet/ssl/private_keys]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'privatedir': 'File[/etc/puppetlabs/puppet/ssl/private]{:path=>"/etc/puppetlabs/puppet/ssl/private", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcert': 'File[/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostprivkey': 'File[/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostpubkey': 'File[/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem]{:path=>"/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'localcacert': 'File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]{:path=>"/etc/puppetlabs/puppet/ssl/certs/ca.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'hostcrl': 'File[/etc/puppetlabs/puppet/ssl/crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/crl.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'manifestdir': 'File[/etc/puppetlabs/puppet/manifests]{:path=>"/etc/puppetlabs/puppet/manifests", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'manifest': 'File[/etc/puppetlabs/puppet/manifests/site.pp]{:path=>"/etc/puppetlabs/puppet/manifests/site.pp", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'masterhttplog': 'File[/var/log/pe-puppet/masterhttp.log]{:path=>"/var/log/pe-puppet/masterhttp.log", :mode=>"660", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'bucketdir': 'File[/var/opt/lib/pe-puppet/bucket]{:path=>"/var/opt/lib/pe-puppet/bucket", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rest_authconfig': 'File[/etc/puppetlabs/puppet/auth.conf]{:path=>"/etc/puppetlabs/puppet/auth.conf", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'yamldir': 'File[/var/opt/lib/pe-puppet/yaml]{:path=>"/var/opt/lib/pe-puppet/yaml", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'server_datadir': 'File[/var/opt/lib/pe-puppet/server_data]{:path=>"/var/opt/lib/pe-puppet/server_data", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'reportdir': 'File[/var/opt/lib/pe-puppet/reports]{:path=>"/var/opt/lib/pe-puppet/reports", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'fileserverconfig': 'File[/etc/puppetlabs/puppet/fileserver.conf]{:path=>"/etc/puppetlabs/puppet/fileserver.conf", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'rrddir': 'File[/var/opt/lib/pe-puppet/rrd]{:path=>"/var/opt/lib/pe-puppet/rrd", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pluginfactdest': 'File[/var/opt/lib/pe-puppet/facts.d]{:path=>"/var/opt/lib/pe-puppet/facts.d", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/var/opt/lib/pe-puppet/state]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/lib]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/hiera.yaml]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/certs]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certificate_requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/private_keys/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/private_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/public_keys/dot-pap-spr-d01.local.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/public_keys] Debug: /File[/etc/puppetlabs/puppet/ssl/certs/ca.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/certs] Debug: /File[/etc/puppetlabs/puppet/ssl/crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl] Debug: /File[/etc/puppetlabs/puppet/manifests]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/etc/puppetlabs/puppet/manifests/site.pp]: Autorequiring File[/etc/puppetlabs/puppet/manifests] Debug: /File[/var/log/pe-puppet/masterhttp.log]: Autorequiring File[/var/log/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/bucket]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/auth.conf]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/var/opt/lib/pe-puppet/yaml]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/server_data]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/reports]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/etc/puppetlabs/puppet/fileserver.conf]: Autorequiring File[/etc/puppetlabs/puppet] Debug: /File[/var/opt/lib/pe-puppet/rrd]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: /File[/var/opt/lib/pe-puppet/facts.d]: Autorequiring File[/var/opt/lib/pe-puppet] Debug: Finishing transaction 11910700 Debug: Using settings: adding file resource 'cadir': 'File[/etc/puppetlabs/puppet/ssl/ca]{:path=>"/etc/puppetlabs/puppet/ssl/ca", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'cacert': 'File[/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'cakey': 'File[/etc/puppetlabs/puppet/ssl/ca/ca_key.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ca/ca_key.pem", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'capub': 'File[/etc/puppetlabs/puppet/ssl/ca/ca_pub.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ca/ca_pub.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'cacrl': 'File[/etc/puppetlabs/puppet/ssl/ca/ca_crl.pem]{:path=>"/etc/puppetlabs/puppet/ssl/ca/ca_crl.pem", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'caprivatedir': 'File[/etc/puppetlabs/puppet/ssl/ca/private]{:path=>"/etc/puppetlabs/puppet/ssl/ca/private", :mode=>"750", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'csrdir': 'File[/etc/puppetlabs/puppet/ssl/ca/requests]{:path=>"/etc/puppetlabs/puppet/ssl/ca/requests", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'signeddir': 'File[/etc/puppetlabs/puppet/ssl/ca/signed]{:path=>"/etc/puppetlabs/puppet/ssl/ca/signed", :mode=>"755", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'capass': 'File[/etc/puppetlabs/puppet/ssl/ca/private/ca.pass]{:path=>"/etc/puppetlabs/puppet/ssl/ca/private/ca.pass", :mode=>"640", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'serial': 'File[/etc/puppetlabs/puppet/ssl/ca/serial]{:path=>"/etc/puppetlabs/puppet/ssl/ca/serial", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'cert_inventory': 'File[/etc/puppetlabs/puppet/ssl/ca/inventory.txt]{:path=>"/etc/puppetlabs/puppet/ssl/ca/inventory.txt", :mode=>"644", :owner=>"pe-puppet", :group=>"pe-puppet", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: /File[/etc/puppetlabs/puppet/ssl/ca/ca_crt.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/ca_key.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/ca_pub.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/ca_crl.pem]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/private]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/requests]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/signed]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/private/ca.pass]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca/private] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/serial]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: /File[/etc/puppetlabs/puppet/ssl/ca/inventory.txt]: Autorequiring File[/etc/puppetlabs/puppet/ssl/ca] Debug: Finishing transaction 19268360 Debug: Using cached certificate for ca Debug: Using cached certificate for ca Debug: Using cached certificate for dot-pap-spr-d01.local Debug: Using settings: adding file resource 'config': 'File[/etc/puppetlabs/puppet/puppet.conf]{:path=>"/etc/puppetlabs/puppet/puppet.conf", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource 'pidfile': 'File[/var/run/pe-puppet/master.pid]{:path=>"/var/run/pe-puppet/master.pid", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Finishing transaction 13751440 Notice: Starting Puppet master version 3.6.2 (Puppet Enterprise 3.3.2) Error: Could not run: Could not create PID file: /var/run/pe-puppet/master.pid /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/daemon.rb:152:in create_pidfile' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/daemon.rb:134:instart' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application/master.rb:284:in start_webrick_master' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application/master.rb:200:inmain' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application/master.rb:160:in run_command' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:371:inblock (2 levels) in run' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:477:in plugin_hook' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:371:inblock in run' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util.rb:479:in exit_on_fail' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/application.rb:371:inrun' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:137:in run' /opt/puppet/lib/ruby/site_ruby/1.9.1/puppet/util/command_line.rb:91:inexecute' /opt/puppet/bin/puppet:8:in `
'

Let me know

jamtur01 commented 9 years ago

It didn't run:

Error: Could not run: Could not create PID file: /var/run/pe-puppet/master.pid

Please run it as a user with the right permission.

Also please read the log output before posting it to confirm it actually worked.