Jira (PUP-6684) Puppet agent run errors with `Could not run stack level too deep`

2016-09-08 Thread Daniel Lynch (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Lynch updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6684 
 
 
 
  Puppet agent run errors with `Could not run stack level too deep`  
 
 
 
 
 
 
 
 
 
 
These are the results of `puppet agent --test --trace` and `puppet agent --test --debug --trace`. 
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Lynch 
 
 
 

Attachment:
 
 puppet-agent-test-debug-trace.log 
 
 
 

Attachment:
 
 puppet-agent-test-trace.log 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-6684) Puppet agent run errors with `Could not run stack level too deep`

2016-09-06 Thread Daniel Lynch (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Lynch created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Puppet /  PUP-6684 
 
 
 
  Puppet agent run errors with `Could not run stack level too deep`  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 Puppet Server 
 
 
 

Created:
 

 2016/09/06 5:56 PM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Daniel Lynch 
 
 
 
 
 
 
 
 
 
 
I have configured Puppet Server to use an external CA, and generated the necessary keys. My puppet.conf looks like the following: 
[master] vardir = /opt/puppetlabs/server/data/puppetserver logdir = /var/log/puppetlabs/puppetserver rundir = /var/run/puppetlabs/puppetserver pidfile = /var/run/puppetlabs/puppetserver/puppetserver.pid codedir = /etc/puppetlabs/code ca = false  cacert = /etc/puppet/ssl/certs/bubbleshadow-ca-cert.pem hostcert = /etc/puppet/ssl/certs/bubbleshadow-server-cert.pem hostprivkey = /etc/puppet/ssl/private_keys/bubbleshadow-server-key.pem ssl_client_ca_auth = /etc/puppet/ssl/certs/bubbleshadow-ca-cert.pem 
[agent] server = puppet.bubbleshadow.net hostcert = /etc/puppet/ssl/certs/bubbleshadow-agent-cert.pem hostprivkey = /etc/puppet/ssl/private_keys/bubbleshadow-agent-key.pem localcacert = /etc/puppet/ssl/certs/bubbleshadow-ca-cert.pem certificate_revocation = false 
 
However, when I try to run `puppet agent --test --debug` I get the following output: 
Debug: Using cached certificate for ca Debug: Dynamically-bound server lookup failed, falling back to ca_server setting Debug: Dynamically-bound port lookup failed; falling back to ca_port setting