Hi all,

i have recently installed puppet and this is my Scenario

Puppet master on ubuntu server 64 bit
Puppet client on Windows 2008 R2

I called my server on ubuntu using this command:

* puppet master  --verbose --no-daemonize*

i call the agent on windows using this command:
*puppet agent --server {myserver.example.com} --waitforcert 10 --verbose 
--logdest c:\puppet_agent.log*

But when the agent starts, it exit with this error:

*Error: Could not run: fork() function is unimplemented on this server*

I have installed my puppet server from scratch (it's a clean ubuntu 
installation). using the instructions from the puppetlabs site:

$ wget http://apt.puppetlabs.com/puppetlabs-release-precise.deb $ sudo dpkg 
-i puppetlabs-release-precise.deb $ sudo apt-get update


*The puppet master version is:*
root@mycomp:/# puppet master --version
3.3.1

*The ruby version on puppet master is:*
root@mycomp:/# ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]

*The puppet agent version is:*
c:\ProgramFiles ...> puppet agent --version
3.3.1

*The ruby version on puppet agent is:*
c:\ProgramFiles ...> ruby -v
ruby 1.9.3p448 <2013-067-27> [i386-mingw32]


Anyone can help me to find the problem?
thank you all

Giovanni





-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/db50b3a3-8c45-4cdf-b98c-d96067143ca5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to