Issue #10955 has been updated by Josh Cooper.
Can you add the following to
`c:\ruby187\lib\ruby\site_ruby\1.8\facter\puppetversion.rb` just after `begin`
and before `require 'puppet'`
<pre>
Signal.trap(:SIGINT) do
Kernel.caller.each { |frame| puts " #{frame}" }
end
</pre>
Then run facter and when it hangs, hit Ctrl-C and you should get a thread dump
----------------------------------------
Bug #10955: Puppet agent hangs on Windows XP
https://projects.puppetlabs.com/issues/10955
Author: Jeff Sussna
Status: Unreviewed
Priority: Normal
Assignee:
Category:
Target version:
Affected Puppet version:
Keywords:
Branch:
Followed the Windows puppet agent install instructions
(http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows) very carefully.
Verified I'm running the correct version of ruby. All install steps completed
without errors. Did install and am running as local account, not admin.
Any puppet command (i.e., "puppet config print all") hangs. .puppet directory
was not created. Tried creating it by hand, along with
.puppet\Puppetlabs\puppet\etc and puppet.conf file. Not sure what needs to go
in puppet.conf other than server=.
OS is Windows XP SP3.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.