On 10/11/14 09:21, Alick wrote: > > Environment : > > Puppet Master/Agent Version: 2.7.14 > Master/Agent run with "root" account > > Device which Agent running on do not has enough rootfs space to install > puppet 3.x version, so i use 2.7.14 in both master & agent. > > IP connection between Agent & Master is ok. Domain ping between > Master & Agent is ok. > > > --------------------------- Full Agent Logs > ----------------------------------------- > > ~ # puppet agent --no-daemonize --verbose --onetime --debug --trace > warning: iconv couldn't be loaded, which is required for UTF-8/UTF-16 > conversions > info: Redefining file in Puppet::Type > /lib/ruby/gems/2.1.0/gems/puppet-2.7.14/lib/puppet/util/classgen.rb:146:in > `remove_const'
I would suggest running Puppet 2.7.14 on Ruby 2.1.0 (if I'm reading your stack trace correctly) is going to cause you no end of pain, unless you try to backport a lot of fixes. http://docs.puppetlabs.com/guides/platforms.html#ruby-versions 2.7 didn't even fully run on 1.9. -- Dominic Cleal Red Hat Engineering -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev/546087F5.4050204%40redhat.com. For more options, visit https://groups.google.com/d/optout.
