Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Jo Rhett
Install the rdoc gem. You'll always get the deprecation warnings, those are reported in bug https://projects.puppetlabs.com/issues/11669 Michael agreed its a bug, but there's no evidence it's fixed in dashboard 1.2.5 afaict. On Jan 24, 2012, at 10:56 AM, Peter Berghold wrote: > I think I'

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Jo Rhett
Just FYI I went through the struggle of getting 1.8.7 on a CentOS 5.7 system and documented it here: http://groups.google.com/group/puppet-users/browse_thread/thread/0904c78fd9c8602c/090371e0efab606f?show_docid=090371e0efab606f&pli=1 Puppet dashboard is up and running fine on CentOS 5.7

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Peter Berghold
On Tue, Jan 24, 2012 at 1:59 PM, Randall Hansen wrote: > > You may have other issues (aside from the mass of deprecation warnings > ... ew), but this makes it look like you're missing the rdoc gem. > > puppet-dashboard]# gem list *** LOCAL GEMS *** actionmailer (2.1.1) actionpack (2.1.1) active

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Randall Hansen
On Tue, Jan 24, 2012 at 10:56 AM, Peter Berghold wrote: > rake aborted! > no such file to load -- rdoc/task You may have other issues (aside from the mass of deprecation warnings ... ew), but this makes it look like you're missing the rdoc gem. r -- You received this message because you are s

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Peter Berghold
I think I'm gonna give up on dashboard. Now that I have ruby 1.8.7 (2011-12-28 patchlevel 357) [x86_64-linux] installed there are new messages being spewed: rake --trace RAILS_ENV=production reports:migrate NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Stefan Heijmans
Op dinsdag 24 januari 2012 17:42:08 UTC+1 schreef Salty Old Cowdawg het volgende: > > so... I gotta get 1.8.7 on the box? EL6 is not an option at this point > as this is not a new box and does more than just puppet... > > There is a topic about this from Jo Rhett; https://groups.google.com

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Randall Hansen
On Tue, Jan 24, 2012 at 8:46 AM, Michael Stahnke wrote: > Which docs?  I swear we've had this updated. These, Mike: http://docs.puppetlabs.com/guides/installing_dashboard.html. I've pinged Nick Fagerlund about a fix. Apologies for the bother, Peter. We have this documented in too many place

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Michael Stahnke
On Tue, Jan 24, 2012 at 8:42 AM, Peter Berghold wrote: > > > On Tue, Jan 24, 2012 at 11:34 AM, Michael Stahnke > wrote: >> >> >> >> Dashboard isn't supported (and doesn't really work) on Ruby 1.8.5. >> 1.8.7 is the minimum requirement.  Can you try EL6? >> > > Oh man... > > Here is what the insta

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Peter Berghold
On Tue, Jan 24, 2012 at 11:34 AM, Michael Stahnke wrote: > > > Dashboard isn't supported (and doesn't really work) on Ruby 1.8.5. > 1.8.7 is the minimum requirement. Can you try EL6? > > Oh man... Here is what the installation docs say: Ruby or Ruby Enter

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Michael Stahnke
On Tue, Jan 24, 2012 at 6:32 AM, Peter Berghold wrote: > > > On Mon, Jan 23, 2012 at 5:10 PM, Michael Stahnke > wrote: >> >> >> OS > > > CentOS release 5.7 (Final) > > >> >> ruby version > > ruby 1.8.5 (2006-08-25) [x86_64-linux] Dashboard isn't supported (and doesn't really work) on Ruby 1.8.5.

Re: [Puppet Users] difficulty installing dashboard.

2012-01-24 Thread Peter Berghold
On Mon, Jan 23, 2012 at 5:10 PM, Michael Stahnke wrote: > > OS > CentOS release 5.7 (Final) > ruby version > ruby 1.8.5 (2006-08-25) [x86_64-linux] > rubygems version > 1.3.1 > gem list > > > *** LOCAL GEMS *** actionmailer (2.1.1) actionpack (2.1.1) activerecord (2.1.1) activeresource (2

Re: [Puppet Users] difficulty installing dashboard.

2012-01-23 Thread Michael Stahnke
What version of rubygems do you have? I suspect there is some type of mismatch somewhere, but I could be wrong. More information would be great: OS ruby version rubygems version gem list Thanks stahnma On Mon, Jan 23, 2012 at 9:07 AM, Peter Berghold wrote: > Using the instructions I found h

[Puppet Users] difficulty installing dashboard.

2012-01-23 Thread Peter Berghold
Using the instructions I found here: http://docs.puppetlabs.com/guides/installing_dashboard.html I've run into a snag at the point where you run: rake RAILS_ENV=production db:migrate It fails with the following error: puppet-dashboard]# rake RAILS_ENV=production db:migrate (in /root/puppet-dash