facter error message - what does this mean?

1,290 views
Skip to first unread message

JonY

unread,
Sep 24, 2014, 8:16:54 AM9/24/14
to puppet...@googlegroups.com
I'm seeing this error appear on a client machine (/var/log/syslog):

 puppet-agent[17158]: Failed to apply catalog: Could not retrieve local facts: Invalid facter option(s) type

If I run 'puppet agent --test' it runs fine. 

If I run 'puppet agent --test --debug' there is no mention of this error.

Yet if I wait until the next scheduled run the error will reappear.


What's going on?
Message has been deleted

kaustubh chaudhari

unread,
Sep 26, 2014, 6:02:55 AM9/26/14
to puppet...@googlegroups.com

Hi,

I am also facing same issue. unable to find where to look for, puppet agent runes file facter runes fine if run manually.


But schedule run still not working.

Any help is appreciated.

FYI: This happened after upgrade from 3.3.2 to 3.6.2

-Kaustubh

Jason Antman

unread,
Sep 27, 2014, 1:43:32 PM9/27/14
to puppet...@googlegroups.com
What facter versions are you running?

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/30f04d48-b51c-4360-9a1c-feb205438639%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

kaustubh chaudhari

unread,
Sep 28, 2014, 8:50:04 AM9/28/14
to puppet...@googlegroups.com
Hi,

I was on 1.7 now upgraded to 2.2.



With Warm Regards
Kaustubh.A.Chaudhari
(M)-09373102619

--
You received this message because you are subscribed to a topic in the Google Groups "Puppet Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/puppet-users/B--ZMBj5zMQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAFt4V4mBpu0JFDxpEPfJuv6ora5%3DwihrQBsvKBfgYBJvx%2B%2BfZA%40mail.gmail.com.

Kylo Ginsberg

unread,
Sep 28, 2014, 1:13:45 PM9/28/14
to puppet...@googlegroups.com
I don't know where that "Invalid facter option(s)" exception is coming from. Can you run with trace=true?

Thanks!

--
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...@googlegroups.com.



--
Kylo Ginsberg | ky...@puppetlabs.com | irc: kylo | twitter: @kylog

jmp242

unread,
Oct 1, 2014, 12:48:15 PM10/1/14
to puppet...@googlegroups.com
I also see this on 3.7.1... Same symptoms. 


On Wednesday, September 24, 2014 8:16:54 AM UTC-4, JonY wrote:

Wil Cooley

unread,
Oct 1, 2014, 1:06:03 PM10/1/14
to puppet-users group

You've restarted the agent I presume? In the past I've seen errors that would show up only in the scheduled agent runs but not when running it from the command line after upgrading Facter.

Wil

jmp242

unread,
Oct 1, 2014, 1:25:35 PM10/1/14
to puppet...@googlegroups.com

And here's the trace=true output:

Oct 1 13:04:16 lnx7179 puppet-agent[18029]: Local environment: "production" doesn't match server specified node environment "dev", switching agent to "dev".
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: Could not retrieve local facts: Invalid facter option(s) type
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:60:in `add'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter.rb:128:in `add'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/os.rb:31
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load_file'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:46:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:87:in `fact'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter.rb:150:in `method_missing'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/gce.rb:3
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load_file'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:46:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:87:in `fact'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter.rb:150:in `method_missing'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/ec2.rb:20
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load_file'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:46:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:114:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter.rb:118:in `to_hash'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/indirector/facts/facter.rb:23:in `find'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/indirector/indirection.rb:201:in `find'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer/fact_handler.rb:15:in `find_facts'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer/fact_handler.rb:31:in `facts_for_uploading'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:96:in `get_facts'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:195:in `run_internal'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:132:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/context.rb:64:in `override'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet.rb:244:in `override'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:131:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:47:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent/locker.rb:20:in `lock'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:47:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:117:in `with_client'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:44:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:87:in `run_in_fork'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:84:in `fork'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:84:in `run_in_fork'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:43:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:179:in `call'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:179:in `controlled_run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:41:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/daemon.rb:163:in `run_event_loop'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/job.rb:49:in `call'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/job.rb:49:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/scheduler.rb:39:in `run_ready'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/scheduler.rb:34:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/scheduler.rb:34:in `run_ready'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/scheduler.rb:11:in `run_loop'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/daemon.rb:179:in `run_event_loop'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/daemon.rb:142:in `start'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application/agent.rb:378:in `main'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application/agent.rb:324:in `run_command'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:384:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:510:in `plugin_hook'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:384:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:488:in `exit_on_fail'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:384:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:146:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:92:in `execute'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/bin/puppet:8
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: Failed to apply catalog: Could not retrieve local facts: Invalid facter option(s) type
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:60:in `add'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter.rb:128:in `add'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/os.rb:31
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load_file'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:46:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:87:in `fact'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter.rb:150:in `method_missing'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/gce.rb:3
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load_file'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:46:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:87:in `fact'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter.rb:150:in `method_missing'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/ec2.rb:20
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:95:in `load_file'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:46:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:41:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/loader.rb:38:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:114:in `load_all'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/facter.rb:118:in `to_hash'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/indirector/facts/facter.rb:23:in `find'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/indirector/indirection.rb:201:in `find'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer/fact_handler.rb:15:in `find_facts'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer/fact_handler.rb:31:in `facts_for_uploading'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:96:in `get_facts'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:195:in `run_internal'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:132:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/context.rb:64:in `override'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet.rb:244:in `override'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb:131:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:47:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent/locker.rb:20:in `lock'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:47:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:117:in `with_client'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:44:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:87:in `run_in_fork'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:84:in `fork'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:84:in `run_in_fork'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:43:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:179:in `call'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:179:in `controlled_run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/agent.rb:41:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/daemon.rb:163:in `run_event_loop'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/job.rb:49:in `call'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/job.rb:49:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/scheduler.rb:39:in `run_ready'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/scheduler.rb:34:in `each'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/scheduler.rb:34:in `run_ready'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/scheduler/scheduler.rb:11:in `run_loop'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/daemon.rb:179:in `run_event_loop'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/daemon.rb:142:in `start'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application/agent.rb:378:in `main'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application/agent.rb:324:in `run_command'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:384:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:510:in `plugin_hook'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:384:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:488:in `exit_on_fail'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:384:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:146:in `run'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/lib/ruby/site_ruby/1.8/puppet/util/command_line.rb:92:in `execute'
Oct 1 13:04:17 lnx7179 puppet-agent[18029]: /usr/bin/puppet:8

Kylo Ginsberg

unread,
Oct 1, 2014, 3:08:38 PM10/1/14
to puppet...@googlegroups.com
Or do any of the affected parties have two versions of facter installed? If so the difference between standalone and daemonized agent runs might be about ruby load path.

I ask because the "Invalid facter option(s)" message was in the 1.7 series and is gone in 2.x. One of the reports above mentioned that they were running 2.x, but seeing that message, which suggests multiple facter installs.

You could get this if, say, you had done a 'gem install facter' and also a package-based install of facter. (Among various scenarios.)

Kylo
-- 

jmp242

unread,
Oct 1, 2014, 3:21:09 PM10/1/14
to puppet...@googlegroups.com
Ok, thanks, it turns out restarting the puppet service fixes this error.

kaustubh chaudhari

unread,
Oct 2, 2014, 6:56:02 AM10/2/14
to puppet...@googlegroups.com
Hi All,

yes same with me. I restarted the system and errors are gone.

Still was not able to find the root cause.

I m good for now after the restart.


With Warm Regards
Kaustubh.A.Chaudhari
(M)-09373102619

On Wed, Oct 1, 2014 at 3:21 PM, jmp242 <jp1...@gmail.com> wrote:
Ok, thanks, it turns out restarting the puppet service fixes this error.

--
You received this message because you are subscribed to a topic in the Google Groups "Puppet Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/puppet-users/B--ZMBj5zMQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/11fe1507-71fc-477d-9fa0-f5bc3c2ea1c9%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages