Well, that is exactly the issue. It doesn't appear to crash in a visible 
way, there is simply no output for any command I give it. Although, every 
once in a while, it appears to work normally and shows output as expected. 
90% of the time, the command hangs for a second or two then returns me to 
the command prompt with no output whatsoever.

For example 

C:\Scratch> puppet apply test.pp --debug --verbose --trace

C:\Scratch>


Actually to make it even weirder, I think I might have been wrong about it 
crashing. For example when I run a simple manifest, 

file { 'C:\Scratch\foo.txt':
  ensure => present,
  content => 'bar,
}

The command prompt looks like this:

C:\Scratch> puppet apply test.pp --debug --verbose --trace

C:\Scratch>

However, when I do a dir, I see that the file has indeed been created.


On Thursday, October 17, 2013 3:48:41 PM UTC-4, Rob Reynolds wrote:
>
> Jason,
>  Sorry, I meant applying a catalog or running something that causes puppet 
> to crash in a visible way. Apologies for the miscommunication.
>
>
> On Thu, Oct 17, 2013 at 12:58 PM, Jason Bray <[email protected]<javascript:>
> > wrote:
>
>> Of course, sorry. 
>>
>> Puppet 3.3.1 installed from an MSI, I believe the ruby version is 1.9.2, 
>> but I'm not 100% on that.
>>
>> As for the output, literally it has no output at all.
>>
>> For example 
>>
>> C:\Scratch> puppet help --verbose --debug --trace
>>
>> C:\Scratch> 
>>
>> With only a moment's delay between the two.
>>  
>> -- 
>> 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] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/puppet-users.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Rob Reynolds
> Developer, Puppet Labs
>
> Join us at PuppetConf 2014, September 23-24 in San Francisco
>  

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to