Issue #10955 has been updated by Josh Cooper.

Hi Jeff,

I'd try running facter, then puppet apply, then puppet agent, as follows and 
include the output in this ticket, along with the contents of your puppet.conf

<pre>
c:\ruby187\bin> facter --debug
c:\ruby187\bin> puppet apply --debug --trace <manifest.pp>
c:\ruby187\bin> puppet agent --debug --trace --server <server>
</pre>

using a manifest like the following:

<pre>
notice("hello")
</pre>

I'd also be curious if windows firewall is blocking your outbound connection in 
the case of puppet agent. Also, the puppet install.rb script should have 
created the necessary directory structure, e.g. PuppetLabs\puppet, so long as 
you ran install.rb as the same user that you are running it as. 

And finally, does it also hang when run as a member of the local Administrators 
group. In practice, puppet agent will need to run as an administrator in order 
to make any necessary changes on your system.

----------------------------------------
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.

Reply via email to