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