Displaying 20 results from an estimated 9000 matches similar to: "puppet-dashboard delayed workers"
2012 Mar 06
1
Issue with pe-dashboard-workers
I''ve almost gotten PE running --
Based on tips from a recent Webinar, I''ve started on a minimal RHEL 6
system, and have installed the PE 2.03 packages. Once I set up /etc/
hosts (DNS will come later), I started the PE services. Given past
problems (possibly just me), I was pleasantly surprised that the
puppet-enterprise-updater script was so accommodating as I remembered
which
2012 Nov 05
3
Announce: Puppet Dashboard 1.2.13 Available
Puppet Dashboard 1.2.13 is a maintenance and bugfix release of Puppet Dashboard.
This release is available for download at:
https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.13.tar.gz
Debian packages are available at
https://apt.puppetlabs.com
RPM packages are available at
https://yum.puppetlabs.com
See the Verifying Puppet Download section at:
2012 Nov 19
6
puppet-dashboard - rake API not working
Hello all,
I am quite new to the puppet arena, but I am really impressed with puppet
as a tool and the possibilities it gives you with regards to managing many
systems.
I am running dashboard 1.2.14 and am trying to query via the rake API:
http://docs.puppetlabs.com/dashboard/manual/1.2/rake_api.html
when I do, I get the following error:
<snip>
# sudo -u puppet-dashboard rake -f
2013 Oct 04
2
Puppet dashboard stuck pending jobs - MySql Error: Incorrect string value
Hi have add issues with stuck pending jobs on my puppet dashboard.
Here is the error message from my delayed_job.log file in
/usr/share/puppet-dashboard/log directory.
Report.create_from_yaml_file failed with ActiveRecord::StatementInvalid:
Mysql::Error: Incorrect string value: ''\x96 $bas...'' for column ''details''
at row 1: INSERT INTO `delayed_job_failures`
2013 Feb 08
11
Puppet dashboard stuck pending jobs
Hi Guys,
I am a new puppet user and wanted some type of monitoring for puppet so
deployed puppet-dashboard. It has been working very well for a few days
not, but all of a sudden I start getting pending tasks and they never
finish even after restarting all processes. They keep accumulating and
never seem to finish even though the clients are running fine. I have the
puppet-dashboard
2012 Jun 08
2
MySQL settings for puppet dashboard
Hello Group,
I have a problem with pending tasks in puppet-dashboard after I set the
MySQL parameter autocommit = 0 and sql_mode = TRADITIONAL. Does the
dashboard need autocommit to be enabled?
Workers are running:
env RAILS_ENV=production script/delayed_job status
delayed_job: running [pid 4995]
delayed_job: running [pid 5019]
Regards Kai
--
You received this message because you
2013 Jun 05
3
dashboard/passenger not connecting on port 8140
I have setup passenger w/ apache, but my dashboard is not connecting
properly. I am getting the following errors
em::Specification#installation_path called from
/etc/puppet/puppet-dashboard/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It
will be removed on or after 2011-10-01.
2011 Nov 04
2
ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available
This is a maintenance release of Puppet Dashboard. This release
resolves issues #10198, #10270, and #10543. More details below.
This release is available for download at:
http://downloads.puppetlabs.com/dashboard/
We have included Debian and RPM packages as well as a tarball.
See the Verifying Puppet Download section at:
http://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet
2011 Oct 24
2
Problem(s) with installing Puppet Dashboard
Hello!
I''m trying to install puppet dashboard according to the instructions
in the documentation : http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html
I am installing it from the .deb package, however after installation I
cannot find the "settings.yml" file.
Also, when trying to "prepare schema" by running rake
RAILS_ENV=production db:migrate it
2012 May 29
1
Puppet Dashboard: Setting up RAILS environment
no matter what I try I keep getting this error:
rake RAILS_ENV=production db:migrate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
Access denied for user ''dashboard''@''localhost'' to database
''production''
I have setup the dashboard user in mysql DB, tested
2012 Jul 06
3
Access denied for user 'dashboard'@'localhost' to database 'dashboard_production'
followed the instruction for installing dashboard, and created user
mysql -pmy_password -e "CREATE DATABASE dashboard CHARACTER SET utf8;CREATE
USER ''dashboard''@''localhost'' IDENTIFIED BY ''my_password''; GRANT ALL
PRIVILEGES ON dashboard.* TO ''dashboard''@''localhost'';"
however, I keep getting
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
Hello all
Puppet, puppetmaster, ruby, etc installed from standard Ubuntu 11.10 x86_64
APT repos
Dashboard 1.26 from .deb pulled from
http://apt.puppetlabs.com/pool/oneiric/main/p/puppet-dashboard/
Apache config pulled
from /usr/share/puppet-dashboard/ext/passenger/dashboard-vhost.conf
My simple test with webbrick worked a treat. So I installed Apache and
passenger mod (from Ubuntu APT
2013 Apr 16
1
Ruby Error Encountered when Installing Dashboard for Puppet Open Source
I''ve installed Puppet and am installing Dashboard on CentOS 6. I''m running
into an ''undefined method'' when installing the dashboard. To install
Puppet Open Source, I ran:
> rpm -ivh
2013 Jan 02
3
puppet-dashboard load balanced report processing issues.
I just upgraded the second half of a two node puppetmaster cluster and now
I am having issues with puppet-dashboard report processing. If I have
workers running on both servers, they try to process each others reports,
but since the report data file is not there, it fails. I would have
assumed this data was local, not in the database. Does anyone else have
this issue, or have a suggestion
2012 Oct 11
3
Puppet Dashboard won't install MySQL schema
I have been working on this issue for almost 5 days
and can not get
past this error.
Puppet Dashboard is installed via RPM from puppetlabs.
I have tried versions
1.2.12, 1.2.9 and am currently on 1.2.1.
Regardless of the version, I get the same exact error
every time I run rake RAILS_ENV=production db:migrate.
(in /usr/share/puppet-dashboard)
rake aborted!
no such file to load --
2012 Dec 17
0
puppet-dashboard install not generating 'dashboard' cert
Hello,
I''m trying to get puppet-dashboard installed on a CentOS 6.3 machine
running puppet v3.0.1.
I''m following the puppet-dashboard documentation here:
http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html
In the documentation page linked above, it says:
Puppet uses SSL certificates to control who can make requests to the puppet
> master, so Dashboard has
2013 Nov 22
4
Delayed JOB ISSUE
Hi all
I am using delayed jobs to send sms I am using
"http://github.com/tobi/delayed_job/tree/master". In my other website my
delayed job is working fine. Recently I have took one new domain in the
same server which I have my other app''s which are working fine. Now the
issue is after taking new domain and running the old app with new domain
delayed job is not working
2011 Jan 10
3
importing classes to the dashboard
Hello,
I would like to know if it is possible to automatically import the
puppet classes to the dashboard in order to manage them from the gui.
I didn''t find exact instructions to make the puppet clients report
directly to the dashboard instead of importing the reports every time
through the command rake RAILS_ENV=production reports:import .
Does anyone has the exact instructions?
Thanks
2012 Nov 28
1
Unable to configure Puppet-dashboard using opensource package
Hi
I''m trying to configure Puppet-dashboard after installing Puppet from the
open source package. But there was no issues when using the Enterprise
package.
Do you have any solutions for the below error? I''m trying to configure
Puppet-dashboard.
# rake RAILS_ENV=production db:migrate
NOTE: Gem.source_index is deprecated, use Specification. It will be removed
on or after
2011 Apr 04
7
puppet-dashboard
Hello,
I have another quick one about puppet dashboard. We are using the
Debian one for Squeeze (1.0.4) and as the database has significantly
grown, if/when we click on a list of unresponsive nodes to check them,
the web interface sits there doing nothing then the puppetmaster
process starts timing out for all nodes compiling their catalogs.
Has anyone got a workaround for this? Does it involve