Re: [Puppet Users] PuppetDB not send fact to Dashboard - state=SSLv3 read server session ticket A: tlsv1 alert unknown ca

2014-10-18 Thread Ryan Senior
It would be good to isolate where the problem is. You can check the PuppetDB side of things using curl with the additional cert flags discussed at [1]. Can you connect using tlsv1 like the example has? You can also change that last flag from --tlsv1 to --sslv3 to verify that sslv3 is not working af

Re: [Puppet Users] Puppet Master Disk usage management

2014-10-18 Thread Ramin K
On 10/16/2014 6:51 AM, Mark Rosedale wrote: I went through your ask post. This was extremely helpful information. However, I wanted to add some updated information about reclaiming your space the hard way. According to the mysql documentation

[Puppet Users] PuppetDB not send fact to Dashboard - state=SSLv3 read server session ticket A: tlsv1 alert unknown ca

2014-10-18 Thread Stella
Hi guys, I got so many problems this weekend for my puppet 3.6.2 with dashboard and puppetdb! On PuppetDashboard, I want to check facts for a host, but errro: Inventory Could not retrieve facts from inventory service: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tl

Re: [Puppet Users] Puppet -- Problem accessing /v3/commands

2014-10-18 Thread Wyatt Alt
Hey Stacey, This error can be generated by queries made during the PuppetDB startup sequence and also if PuppetDB is upgraded but not restarted. Can your report your PuppetDB version with curl -G http://localhost:8080/v4/version (for the appropriate hostname) and if you've just upgraded, ens

[Puppet Users] Puppet -- Problem accessing /v3/commands

2014-10-18 Thread Stella
Hi guys, I am us puppet 3.6.2 and dashboard. When I run "puppet agent --test", got this error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for example.com to PuppetDB at example.com:8081: [404 Not Found] Error 404 HTTP ER

[Puppet Users] Re: Table 'puppet.schema_migrations' doesn't exist

2014-10-18 Thread Stella
I recreated puppet database in mysql and now it works fine. Thanks On Saturday, October 18, 2014 11:15:18 AM UTC-4, Stella wrote: > > Hi guys, > > I am using Puppet 3.6.2 Dashboard with MySqL. > Today during debug, I accidentally removed my dashboard board tables(?) > from MySQL. > > Then I tri

[Puppet Users] Table 'puppet.schema_migrations' doesn't exist

2014-10-18 Thread Stella
Hi guys, I am using Puppet 3.6.2 Dashboard with MySqL. Today during debug, I accidentally removed my dashboard board tables(?) from MySQL. Then I tried to prepare the tables schema for Dashboard database, got this error: # rake RAILS_ENV=production db:migrate rake aborted! ActiveRec