Issue #2524 has been reported by seph seph.
----------------------------------------
Bug #2524: 0.25 rc1 fails to create ca.pem
http://projects.reductivelabs.com/issues/2524
Author: seph seph
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Complexity: Unknown
Affected version: 0.25.0rc1
Keywords:
I've been playing with 0.25 on ubuntu hardy. Today was the first time I started
with a new node, previously all my nodes were created with 0.24.
Starting puppet the first time correctly requests a cert. However, after
signing the cert, puppet wouldn't start, and instead produced the error:
<pre>
/usr/lib/ruby/1.8/puppet/indirector/request.rb:150:in `set_attributes': stack
level too deep (SystemStackError)
from /usr/lib/ruby/1.8/puppet/indirector/request.rb:149:in `each'
from /usr/lib/ruby/1.8/puppet/indirector/request.rb:149:in
`set_attributes'
from /usr/lib/ruby/1.8/puppet/indirector/request.rb:62:in `initialize'
from /usr/lib/ruby/1.8/puppet/indirector/indirection.rb:120:in `new'
from /usr/lib/ruby/1.8/puppet/indirector/indirection.rb:120:in `request'
from /usr/lib/ruby/1.8/puppet/indirector/indirection.rb:185:in `find'
from /usr/lib/ruby/1.8/puppet/indirector.rb:51:in `find'
from /usr/lib/ruby/1.8/puppet/ssl/host.rb:174:in `certificate'
... 1130 levels...
from /usr/lib/ruby/1.8/puppet/application.rb:216:in `run'
from /usr/lib/ruby/1.8/puppet/application.rb:306:in `exit_on_fail'
from /usr/lib/ruby/1.8/puppet/application.rb:216:in `run'
from /usr/sbin/puppetd:159
</pre>
It looks like 0.25 didn't create ca.pem.
On a working 0.24 created node, $lidbir/ssl/certs contains <host>.pem and
ca.pem. On the failed 0.25 node, it contained <host>.pem and <server>.pem, but
no ca.pem. Manually installing it allowed puppet to work.
--
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
-~----------~----~----~----~------~----~------~--~---