Hmmm...I've made some progress. There seemed to be some problems with
Ruby 1.9.1. So I reverted back to Ruby 1.8.7 and followed the steps
again as outlined in 
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows.
Installed an additional gem called win32-security. This allowed the
puppet daemon to actually run!!

I do get a bunch of messages saying "No such file or directory -uname -
s". But the daemon actually runs and tries to create a new SSL key.
But it fails with the following error messages.

err: Could not request certificate: Could not write C:/puppet/conf/ssl/
private_keys/testing.pem to privatekeydir: Could not find a default
provider for user
Exiting: failed to retrieve certificate and waitforcert is disabled.

I'm guess its gotta do something with path? Anyone got any ideas?

On Oct 28, 6:41 am, Sandor Szuecs <sandor.szu...@fu-berlin.de> wrote:
> On Oct 26, 2010, at 8:51 PM, Kikanny wrote:
>
> > Hi. I know that puppet for windows is in its basic stages but I've
> > been screwing around with it. I can get facter working. However one
> > error that it spits out is that: "Could not retrieve puppetversion:
> > Cannot determine basic system flavour."
>
> > When I try to run puppet, I get an error saying "ruby: No such file or
> > directory -- bin/puppetd (LoadError)"
>
> This sounds to me like a ruby GEMPATH issue.
> Try to run puppet using the ruby interpreter directly.
> ruby -I/path/to/dir-with-puppet.rb/ puppet <puppet options>
>
> If this works you should set the GEMPATH env variable.
>
> > Was wondering if anyone here has succeeded in getting puppet installed
> > on Windows? I've been following this document:
> >http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows. Thanks!
>
> I don't know but would like to read about this, too.
>
> All the best, Sandor Szücs
> --

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to