Hello all,

Our puppet master and agents recently updated to 3.4.0 and all of our 
puppet runs are now compiling the catalog and promptly exiting happily 
without actually doing anything. There isn't anything unusual about what I 
see in the log output aside from a debug message about missing the msgpack 
gem. We are not attempting to use the new serialization at this time and no 
configurations have changed other than the package upgrade, but nonetheless 
puppet seems displeased about not having the library. Has anyone else 
encountered this? Is there something besides the package upgrade that is 
required for this to work?

OS: CentOS 6.4
Puppet: 3.4.0-1

puppet.noarch                          3.4.0-1.el6                   
 @PuppetLabs
puppet-server.noarch                   3.4.0-1.el6                   
 @PuppetLabs

Some log output from an agent noop run, I am not 100% certain this is 
causing the problem since the missing gem is only logged at the debug 
level, but I'm only going off of nothing else seeming out of the ordinary. 
I appreciate any thoughts on the matter, in the meantime I'll trying going 
back to 3.3.2-1 and see if that restores proper function. Our normal runs 
take many minutes as puppet does quite a bit for us, but it now bows out 
awfully quick.

...
Debug: Using settings: adding file resource 'resourcefile': 
'File[/var/lib/puppet/state/resources.txt]{:loglevel=>:debug, 
:links=>:follow, :owner=>"root", :backup=>false, :mode=>"640", 
:ensure=>:file, :path=>"/var/lib/puppet/state/resources.txt"}'
Debug: Using settings: adding file resource 'clientyamldir': 
'File[/var/lib/puppet/client_yaml]{:loglevel=>:debug, :links=>:follow, 
:backup=>false, :mode=>"750", :ensure=>:directory, 
:path=>"/var/lib/puppet/client_yaml"}'
Debug: Using settings: adding file resource 'classfile': 
'File[/var/lib/puppet/classes.txt]{:loglevel=>:debug, :links=>:follow, 
:owner=>"root", :backup=>false, :mode=>"640", :ensure=>:file, 
:path=>"/var/lib/puppet/classes.txt"}'
Debug: Using settings: adding file resource 'lastrunreport': 
'File[/var/lib/puppet/state/last_run_report.yaml]{:loglevel=>:debug, 
:links=>:follow, :backup=>false, :mode=>"640", :ensure=>:file, 
:path=>"/var/lib/puppet/state/last_run_report.yaml"}'
Debug: Using settings: adding file resource 'clientbucketdir': 
'File[/var/lib/puppet/clientbucket]{:loglevel=>:debug, :links=>:follow, 
:backup=>false, :mode=>"750", :ensure=>:directory, 
:path=>"/var/lib/puppet/clientbucket"}'
Debug: Using settings: adding file resource 'graphdir': 
'File[/var/lib/puppet/state/graphs]{:loglevel=>:debug, :links=>:follow, 
:backup=>false, :ensure=>:directory, :path=>"/var/lib/puppet/state/graphs"}'
Debug: Using settings: adding file resource 'statefile': 
'File[/var/lib/puppet/state/state.yaml]{:loglevel=>:debug, :links=>:follow, 
:backup=>false, :mode=>"660", :ensure=>:file, 
:path=>"/var/lib/puppet/state/state.yaml"}'
Debug: Using settings: adding file resource 'client_datadir': 
'File[/var/lib/puppet/client_data]{:loglevel=>:debug, :links=>:follow, 
:backup=>false, :mode=>"750", :ensure=>:directory, 
:path=>"/var/lib/puppet/client_data"}'
Debug: Using settings: adding file resource 'lastrunfile': 
'File[/var/lib/puppet/state/last_run_summary.yaml]{:loglevel=>:debug, 
:links=>:follow, :backup=>false, :mode=>"644", :ensure=>:file, 
:path=>"/var/lib/puppet/state/last_run_summary.yaml"}'
Debug: Finishing transaction 70160328710680
Debug: Loaded state in 0.06 seconds
*Debug: Failed to load library 'msgpack' for feature 'msgpack'*
Debug: node supports formats: pson b64_zlib_yaml yaml raw
Debug: Using cached certificate for ca
Debug: Using cached certificate for stack01.qa.tstllc.net
Debug: Using cached certificate_revocation_list for ca
Info: Retrieving plugin
*Debug: Failed to load library 'msgpack' for feature 'msgpack'*
Debug: file_metadata supports formats: pson b64_zlib_yaml yaml raw
Debug: Finishing transaction 70160331731520
Info: Loading facts in /var/lib/puppet/lib/facter/fqdn_int.rb
Info: Loading facts in /var/lib/puppet/lib/facter/domain_int.rb
Info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb
Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb
Info: Loading facts in /var/lib/puppet/lib/facter/datacenter.rb
Info: Loading facts in /var/lib/puppet/lib/facter/environment.rb
Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb
Info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb
Info: Loading facts in /var/lib/puppet/lib/facter/role.rb
*Debug: Failed to load library 'msgpack' for feature 'msgpack'*
Debug: catalog supports formats: pson dot b64_zlib_yaml yaml raw
Info: Caching catalog for stack01.qa.tstllc.net
Debug: Creating default schedules
Debug: Loaded state in 0.03 seconds
Info: Applying configuration version '1387818458'
Debug: Finishing transaction 70160316686700
Debug: Storing state
Debug: Stored state in 0.16 seconds
Notice: Finished catalog run in 0.26 seconds

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/e23c2911-63f6-42a7-82c3-6cc93110e9fd%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to