On Wed, Apr 7, 2010 at 1:50 PM, Dan Bode <d...@puppetlabs.com> wrote:
> Hi Asif,
>
> Can you open tickets on any issues that you find with the Dashboard? Its the
> best way to turn requests into action.

created

http://projects.puppetlabs.com/issues/3516


>
> thanks,
>
> Dan
>
> On Wed, Apr 7, 2010 at 10:41 AM, Asif Iqbal <vad...@gmail.com> wrote:
>>
>> mysql> UPDATE mysql.user SET Password=PASSWORD('') where User='root';
>> Query OK, 3 rows affected (0.00 sec)
>> Rows matched: 3  Changed: 3  Warnings: 0
>>
>> mysql> flush privileges;
>> Query OK, 0 rows affected (0.00 sec)
>>
>> mysql> exit
>> Bye
>>
>> r...@sys-ubuntu { ~/puppet-dashboard }$ rake install --trace
>> (in /home/iqbala/puppet-dashboard)
>> ** Invoke install (first_time)
>> ** Invoke copy_config (first_time)
>> ** Invoke config/database.yml (first_time, not_needed)
>> ** Invoke config/database.yml.example (first_time, not_needed)
>> ** Execute copy_config
>> ** Invoke db:create (first_time)
>> ** Invoke db:load_config (first_time)
>> ** Invoke rails_env (first_time)
>> ** Execute rails_env
>> ** Execute db:load_config
>> ** Execute db:create
>> dashboard_development already exists
>> ** Invoke db:schema:load (first_time)
>> ** Invoke environment (first_time)
>> ** Execute environment
>> ** Execute db:schema:load
>> -- create_table("assignments", {:force=>true})
>>   -> 0.1050s
>> -- create_table("node_class_memberships", {:force=>true})
>>   -> 0.0596s
>> -- create_table("node_classes", {:force=>true})
>>   -> 0.0536s
>> -- create_table("node_group_class_memberships", {:force=>true})
>>   -> 0.0536s
>> -- create_table("node_group_edges", {:force=>true})
>>   -> 0.0536s
>> -- create_table("node_group_memberships", {:force=>true})
>>   -> 0.0655s
>> -- create_table("node_groups", {:force=>true})
>>   -> 0.0841s
>> -- create_table("nodes", {:force=>true})
>>   -> 0.0659s
>> -- create_table("parameters", {:force=>true})
>>   -> 0.0716s
>> -- create_table("reports", {:force=>true})
>>   -> 0.0538s
>> -- add_index("reports", ["node_id"], {:name=>"index_reports_on_node_id"})
>>   -> 0.0782s
>> -- add_index("reports", ["time"], {:name=>"index_reports_on_time"})
>>   -> 0.0660s
>> -- create_table("services", {:force=>true})
>>   -> 0.0580s
>> -- create_table("timeline_events", {:force=>true})
>>   -> 0.0673s
>> -- create_table("users", {:force=>true})
>>   -> 0.0839s
>> -- initialize_schema_migrations_table()
>>   -> 0.0008s
>> -- assume_migrated_upto_version(20100318131825)
>>   -> 0.0010s
>> ** Invoke db:seed (first_time)
>> ** Invoke environment
>> ** Execute db:seed
>> rake aborted!
>> no such file to load -- puppet
>> /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
>> `gem_original_require'
>> /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in
>> `require'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in
>> `new_constants_in'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in
>> `require'
>> /home/iqbala/puppet-dashboard/app/models/report.rb:1
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:380:in
>> `load_without_new_constant_marking'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:380:in
>> `load_file'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in
>> `new_constants_in'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:379:in
>> `load_file'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:259:in
>> `require_or_load'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:425:in
>> `load_missing_constant'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in
>> `const_missing'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:92:in
>> `const_missing'
>> /home/iqbala/puppet-dashboard/db/seeds.rb:5
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:145:in
>> `load_without_new_constant_marking'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:145:in
>> `load'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in
>> `new_constants_in'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/activesupport/lib/active_support/dependencies.rb:145:in
>> `load'
>>
>> /home/iqbala/puppet-dashboard/vendor/rails/railties/lib/tasks/databases.rake:215
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `call'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:636:in `execute'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `each'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:597:in
>> `invoke_with_call_chain'
>> /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in
>> `invoke_with_call_chain'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:607:in
>> `invoke_prerequisites'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in `each'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:604:in
>> `invoke_prerequisites'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:596:in
>> `invoke_with_call_chain'
>> /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:590:in
>> `invoke_with_call_chain'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>> `standard_exception_handling'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>> `standard_exception_handling'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
>> /usr/bin/rake:19:in `load'
>> /usr/bin/rake:19
>>
>>
>> --
>> Asif Iqbal
>> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
>> A: Because it messes up the order in which people normally read text.
>> Q: Why is top-posting such a bad thing?
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Puppet Users" group.
>> To post to this group, send email to puppet-us...@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.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@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.
>



-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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