On Thu, Aug 4, 2011 at 8:14 PM, Claude <claude.duroc...@gmail.com> wrote:

> Using Puppet-DashBoard 1.2Rc3 with Puppet master 2.7.1 on the same
> server.
>
> When trying to display bucketed file in the Dashboard, I get the
> following error message (after clicking on the link '{md5}...) :
>
>


> We're sorry, but something went wrong. We've been notified about this
> issue and we'll take a look at it shortly.
>

Ugh. I hate that error message. https://projects.puppetlabs.com/issues/8796

Have a look at log/production.log and see what's going on.

Can you try it against a puppet master in debug mode?

>
> Here's how I did the config :
>
> -puppet cert generate dashboard
>
> -Edit config/settings.yml :
> cn_name: 'dashboard'
> ca_crl_path: '/var/lib/puppet/ssl/ca/ca_crl.pem'
> ca_certificate_path: '/var/lib/puppet/ssl/ca/ca_crt.pem'
> certificate_path: '/var/lib/puppet/ssl/certs/dashboard.pem'
> private_key_path: '/var/lib/puppet/ssl/private_keys/dashboard.pem'
> public_key_path: '/var/lib/puppet/ssl/public_keys/dashboard.pem'
>
> -Edit site.pp :
> filebucket { "main":
>  server => "puppet.myorg.internal",
>  path => false,
> }
> File { backup => "main" }
>

Try adding: path => "false"  ?



>
> -Restart PuppetDashboard
>
> -Generate a file update on a node.
>
> I've located bucketed files on the master so the problem seems to be
> between the dashboard and the master. How do I debug this?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>


-- 
Nigel Kersten
Product Manager, Puppet Labs

*Join us for **PuppetConf *
<http://www.bit.ly/puppetconfsig>
Sept 22/23 Portland, Oregon, USA.
*
*

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to