I thought I had seen something similar to this before: https://projects.puppetlabs.com/issues/22493#note-20 - I'm not sure the user created the issue or not.
Does the situation described in that thread apply to you? On Tue, Mar 18, 2014 at 7:03 AM, Andy Spiegl <[email protected]> wrote: > > > > What is the user that the service is running under? > > > Good questions. Aren't all services running as administrator? > > > > Not necessarily. It all depends on whether you took the default SYSTEM or > > set your own credentials on install or afterwards in the services > console. > > Thanks, I learned something new about windows. :-) > I didn't change anything after installing the puppet MSI and just > checked the properties tab of the puppet service: it says SYSTEM > > > Can you do this for me? Stop the service and in the services > > console, add --debug --verbose to the start up arguments and start > > it up. Some items are going to make it to the application event > > log. Try to find the ones right around the error. > > Ah, great idea, thanks. Here are the lines around the error: > > ... > Using cached certificate_revocation_list for ca > Retrieving plugin > Failed to load library 'msgpack' for feature 'msgpack' > file_metadata supports formats: pson b64_zlib_yaml yaml raw > Finishing transaction 13372440 > Loading facts in > C:/ProgramData/PuppetLabs/puppet/var/lib/facter/concat_basedir.rb > Loading facts in > C:/ProgramData/PuppetLabs/puppet/var/lib/facter/facter_dot_d.rb > Loading facts in > C:/ProgramData/PuppetLabs/puppet/var/lib/facter/pe_version.rb > Loading facts in > C:/ProgramData/PuppetLabs/puppet/var/lib/facter/puppet_vardir.rb > Loading facts in > C:/ProgramData/PuppetLabs/puppet/var/lib/facter/root_home.rb > Failed to load library 'msgpack' for feature 'msgpack' > catalog supports formats: pson b64_zlib_yaml yaml dot raw > Could not retrieve catalog from remote server: Error 400 on SERVER: Could > not intern from pson: "\x84" on US-ASCII > Using cached catalog for test-pc.teaching.bzm > Using cached catalog > Puppet::Type::Package::ProviderChocolatey: file > /chocolateyInstall/chocolatey.cmd does not exist > Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist > Puppet::Type::Package::ProviderDpkg: file /usr/bin/dpkg does not exist > ... > > Nothing really suspicious, right? > > For comparision I ran "puppet agent -t --debug --verbose" manually as > administrator. Looks pretty identical up to the "Could not intern from > pson" error. > > Very strange, > Andy. > > -- > A pessimist sees only the dark side of the clouds, and mopes; > a philosopher sees both sides, and shrugs; > an optimist doesn't see the clouds at all - he's walking on them. > (Leonard Louis Levinson) > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/20140318120336.GA9649%40spiegl.de > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2014, September 23-24 in San Francisco - * http://bit.ly/pupconf14 Register now and save $350! -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAMJiBK4QaGFF50Fu6hHxgVMfRU%3D9E-FY-KZ_x%2B4zMzYJA3FCLg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
