Issue #1200 has been updated by andrew.

Status changed from Needs design decision to Ready for Checkin
Assigned to changed from andrew to jamtur01
% Done changed from 90 to 100

Posted the patch to the dev list

ready in my github repo:

git://github.com/littleidea/puppet.git

in the puppetd_handle_certs branch
----------------------------------------
Bug #1200: puppetd exits when dns resolution fails and client doesn't have a 
certificate yet
http://reductivelabs.com/redmine/issues/show/1200

Author: diska
Status: Ready for Checkin
Priority: Normal
Assigned to: jamtur01
Category: executables
Target version: 0.24.5
Complexity: Easy
Patch: Code


I'm using preseeding to install Ubuntu workstations and I'm installing puppet 
as part of the installation process. 
The puppetmaster has autosigning enabled and the idea is that after the Ubuntu 
installation finishes the puppet client takes over and finishes the 
configuration.

However, because Ubuntu uses [[NetworkManager]], the network is not up when the 
puppet client gets started. This causes 2 problems: First off it can't resolve 
the puppet hostname, and that causes the 2nd problem: it can't get a 
certificate. After that the client exits where I expected it to sleep and try 
again every 30 minutes.

First I thought this was a problem with Ubuntu because it launches puppetd with 
"-w 0", but when I invoked puppetd from the commandline with "puppetd 
--no-daemonize --verbose" it exited as well.


These tests were done with Ubuntu Hardy using their package puppet-0.24.4-3


----------------------------------------
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://reductivelabs.com/redmine/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