Displaying 20 results from an estimated 3000 matches similar to: "Puppet Dashboard 1.2.23 issue deleting node"
2013 May 08
1
deleting nodes in puppet-dashboard makes it hang
Hi,
I have 51 clients in puppet-dashboard – and when I tell it to delete a node
– it simply hangs forever. If I try to just open / on the puppet-dashboard
website – I get a proxy timeout (I have apache in front).
I end up having to kill webrick and start it again – with the node NOT
being deleted :(
I have commented on an issue here - which seems to be about the same:
2012 Oct 05
1
Puppet Dashboard inventory search problems.
I''m using Dashboard 1.2.10 on an Ubuntu 10.04 LTS system, and Puppet 2.7.19
When I do an inventory search, I get a blank screen.
In the logs, I found the following:
Processing NodesController#search (for X.X.X.X at 2012-10-05 08:44:57) [GET]
Parameters: {"action"=>"search", "controller"=>"nodes",
2013 Mar 21
3
Announce: Puppet Dashboard 1.2.23 Available
Puppet Dashboard 1.2.23 is a maintenance release of the 1.2 series of
Puppet Dashboard with bug fixes and minor features.
This release is available for download at:
https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.23.tar.gz
Available in native package format in the Puppet Labs yum and apt
repositories at:
http://yum.puppetlabs.com and http://apt.puppetlabs.com
Please report
2013 Oct 03
2
puppet dashboard with \n\n\n
Greetings,
I''ve setup puppet dashboard 1.2.23 along with puppetmaster 2.7.18.
I am seeing many \n strings all over the place when looking at
reports. Specifically the \n''s are in the Metrics, Log, Events links.
My nodes are showing up okay, and it seems just to be a problem with
the reports. For instance, a Metrics page starts with:
\n
\n
Metrics
\n
\n
Events
2010 Apr 20
1
dashboard: rake install fails (Solaris10)
Hi all,
I am trying to install dashboard 1.0.0rc1. Independantly if have
manually installed authlogic - gem or not it is throwing the following
trace. The problem is the same when I am resetting (rake db:reset) or
dropping the database.
any ideas?
best regards
Lutz
bash-3.00# rake install
(in /opt/puppet-dashboard)
dashboard_development already exists
can''t activate authlogic (=
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
2013 Apr 26
3
how do you test and release puppet changes?
We are in the process of evaluating our puppet related test and
release process and interested in knowing what other folks are doing.
We are in a position that is not ideal but is not unique from what I
can tell. Our current testing process is basically the
responsibility of each person making a change. Small changes are
committed and pushed to dev/qa/prod in one swoop with the committer
spot
2013 Mar 14
0
Announce: Puppet Dashboard 1.2.23-rc3 Available
Puppet Dashboard 1.2.23-rc3 is a maintenance release candidate of the
1.2 series of Puppet Dashboard with bug fixes and minor features.
This release is available for download at:
https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.23-rc3.tar.gz
Available in native package format in the pre-release repositories at:
http://yum.puppetlabs.com and http://apt.puppetlabs.com
For
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 Mar 08
4
How to fully remove a node from Puppet Dashboard (v1.2.4)
I can delete a node in dashboard fine, but when I do a search with the
Inventory Search the node shows up again and also then shows up under
"Unreported". Any way to get rid of all references to the node?
Thanks,
--
Romeo
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2010 Oct 15
1
Dashboard and passenger under /dashboard path
I''m currently running a dashboard as a separate process and have a
proxy in apache with authentication to access as http://puppet.ourhost.com/dashboard/
I have to start the dashboard with "-P /dashboard" option to make it
work.
I''m wondering how to achieve this with passenger. The config I found
in ext/passanger seems to run the dashboard under the root of the
virtual
2013 Oct 25
4
Puppet and Windows ACLs (Access Control Lists)
tl;dr: Windows manages permissions in a way that doesn''t always translate
well to mode. We''re putting together a solution for this. Jump in the
discussion.
I wanted to get this conversation started. We''ve put a lot of thought into
how the model should look and focused on ease of use up to more advanced
scenarios.
However I don''t feel that what we have is
2013 Sep 02
4
puppetdb - getting a list of specific facts for specific hosts?
I''m trying to query puppetdb for a list of hosts maching a certain regex
(on hostname) and only returns 2 facts (ipaddress and hostname)
I''m trying to follow:
http://docs.puppetlabs.com/puppetdb/latest/api/query/tutorial.html
and I''m not even quite sure, wether or not, I should use a facts or a
nodes, or a resources query ?
I get some of the queries to return just
2013 Jul 25
3
is there any way to see what are the resources exported by a node?
Hello folks,
Is there any way to see what are the resources exported by a node when
using puppetdb and exported resources.
I am running puppet 2.7.22 and puppetdb 1.3 on Ubuntu 10.4. I have tried to
use e API and its not working for me(see
https://groups.google.com/forum/#!topicsearchin/puppet-users/puppetdb$20API$20v2$20is$20not$20working$20for$20me/puppet-users/WFo9YEw6oRo
)
Anyone know
2013 Mar 07
2
Puppet Dashboard changed reports view error
Hello Puppet Users !
We encounter a problem with the dashboard on this URI : /reports/changed
The /reports works fine with ~130000 reports (up to 3 months and
auto-cleaning with rake reports:prune job)
I make a reports:prune:orphaned, juste in case, but without any success.
The most recent change on the server was the puppetmaster upgrade from
3.0.2 to 3.1.0.
Here is the dashboard error log
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
2011 May 24
2
problem with rack versions and puppet-dashboard
I get this error
can''t activate rack (~> 1.0.1), already activated rack-1.2.2
It appears that puppet-dashboard uses rack 1.0.1 but passenger 3.0.7
needs to use rack1.2.2
Is there a way around this or make dashboard use rack 1.2.2?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2006 May 29
5
Special Characters on wine
Hi..
Guess this is asked alot, looked through the last 1000 posts but couldnt
find anything so here goes =)
Running a 10 finger training program originally made for win 95 on wine,
and it all runs smoothly except that i cant get it to show the danish
characters "???", if i press the keys on the keyboard they work fine so
its not the keymapping thats wrong..
It just replaces the
2012 Nov 08
2
Puppet dashboard shows all hosts unresponsive
Hi guys,
I have a strange situation. I''ve got 1 dashboard MySQL DB accessed from 3
different dashboard hosts. Strangely enough, 2 of them show the right node
statuses, and the third one just shows all nodes as unresponsive.
As far as I know, the status comes from the "nodes" table in the DB, so how
can this happen? Is there some cache I need to clear? Is there another
2011 Jul 23
2
Dashboard not retrieving inventory
Hi All,
Puppet-dashboard appears to be having some trouble. Under inventory, it says:
"Could not retrieve facts from inventory service: Permission denied -
certs/dashboard.private_key.pem"
When I run:
curl -k -H "Accept: yaml" https://puppet:8140/production/facts/host.domain
I get the expected dump of facts.
Versions:
puppet-dashboard is 1.1.0 (using passenger)
puppet-master