Displaying 20 results from an estimated 400 matches similar to: "Inventory Service on RHEL - uninitalized constant ActiveRecord"
2013 Nov 27
1
Warning: Unable to fetch my node definition, but the agent run will continue:
I am getting the following error when executing puppet agent --test from 
the node to force it to get its node definition
[root@localhost puppet]# puppet agent --test
Warning: Unable to fetch my node definition, but the agent run will 
continue:
Warning: Error 400 on SERVER: Failed to find puppetnode.localdomain via 
exec: Execution of ''/etc/puppet/snc_enc.py
2011 Oct 18
2
Puppet node fails to pass facts to master
Hello Puppet list,
I am taking over the puppet configuration of a sysadmin who left, and
am having troubles deploying puppet to a new node. We are using puppet
v2.7.3 both on the client and the puppetmaster, on Ubuntu 10.10.
The node asks for a certificate fine, and I signed it on the
puppetmaster.
For the following logs extract I ve replaced the FQDN of my node by
puppet.example.com.
When doing
2011 Mar 18
4
Inventory service and dashboard 1.1.0 rc1
I just set up the latest dashboard release candidate in hopes of
trying out the new inventory service. After modifying the puppet-
dashboard config to use the inventory service and after changing my
auth.conf I gave it a whirl but ran into some issues..
I initially tried using fact_terminus = yaml and was able to do some
queries via curl. I''m currently using storeconfigs so setting up
2012 Jun 14
8
inventory service in Puppet-dashboard
Hi there,
I installed puppet-dashboard, which works just fine, and trying to activate 
*inventory-services *but get this error on the agent:
err: Could not retrieve catalog from remote server: Error 400 on SERVER: 
> Please install the mysql adapter: `gem install activerecord-mysql-adapter` 
> (Could not find RubyGem mysql (~> 2.8.1)
>
on the master, these are the packages I got
2012 Oct 16
3
Puppet dashboard over passenger: The environment must be purely alphanumeric, not ''
Hello,
 
I installed puppet-server, passenger and dashboard. I have tested every 
step in between to make sure all is running well and not errors are 
carrying forward. Dashboard worked well with my test in WEBrick.
After configure the dashboard with passenger I got the message” The 
environment must be purely alphanumeric, not ''''” instead of the dashboard.
I verified the
2013 Mar 28
4
Custom fact or function ? looking for opinion
Hi,
I''m in the progress of writing custom facts to retrieve our network 
configuration for the nodes from the openldap ENC.
Now, since the puppetmaster has also access to the ldap server, I''m 
thinking to move the custom facts to a function, so it runs on the 
puppetmaster only, end not on every node.
I just wanted to here some other opinions about this issue.
Thx
Johan
2011 Apr 30
1
Could not autoload inventory_active_record: uninitialized constant ActiveRecord
Trying to set up the inventory service on puppet 2.6.8, pretty sure
I''ve met all the dependencies but puppetmaster logs
Could not autoload inventory_active_record: uninitialized constant
ActiveRecord
When clients attempt to connect.
local gems:
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.7, 2.2.3)
actionpack (3.0.7, 2.2.3)
activemodel (3.0.7)
activerecord (3.0.7)
2013 Feb 08
3
issue storing facts values in mysql on puppet master 3.0.2
Hi,
I got the following error:- Error: Could not retrieve catalog from remote 
server: wrong header line format
In puppet.conf file on puppetmaster, I added following lines -
       facts_terminus = inventory_active_record
       dbadapter = mysql
       dbname = dashboard
       dbuser = test
       dbpassword = test123
       dbserver = puppet-master.com
       dbsocket =
2012 Jan 13
1
mysql errors
I''m currently running three puppet masters (version 2.7.3 via apache
+passenger) in a cluster, 2 on CentOS 5.7, 1 on CentOS 6.1
On the 6.1 master, I am frequently getting the following error
(approximately 50% of the time when a client connects):
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Mysql::Error: Unknown prepared statement handler (7) given to
2012 Jun 14
0
nodes cannot retrieve catalog after installing puppet-dashbaord
Hi,
I just installed & configured puppet-dashboard as per the official 
documentation <http://docs.puppetlabs.com/dashboard/manual/1.2/>, but now 
my nodes cannot retrieve their catalog:
[root@puppetnode-01 ~]# puppetd --debug --verbose --no-daemonize 
 ... 
  err: Could not retrieve catalog from remote server: Server hostname 
> ''puppetmaster-01.mydomain.com''
2012 Jul 31
1
puppet doc questions
Does puppet doc require a specific version of any gems (such as rdoc or 
rake) to operate?
I''m getting some errors when I try to generate my rdoc now.
# puppet doc --output /var/www/test --modulepath 
/etc/puppet/environments/test/modules -m rdoc
RDoc::RDocError is deprecated and will be removed in RDoc 4
Could not generate documentation: uninitialized constant 
RDoc::RDoc::Generator
2012 Jan 27
2
SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B
Hello, I''m new to puppet and am getting a puppet server setup with
puppet dashboard. I have the puppet server and puppet dashboard
(Apache/Passenger) setup and working well with 60+ test nodes working
as expected. Only problem is that I have this one error in the logs
which I can''t figure out.
Jan 26 17:09:41 ppt01 puppet-agent[27357]: Could not retrieve catalog
from remote
2012 Oct 08
11
Puppet 3.0 upgrade issue
Hi @all,
after upgrading my puppet server to Puppet 3.0 I got the following error
every time a client connect to the server:
[ pid=1532 thr=70147393710520 file=utils.rb:176 time=2012-10-08
11:17:56.504 ]: *** Exception NoMethodError in
PhusionPassenger::Rack::ApplicationSpawner (undefined method `settings'' for
Puppet:Module) (process 1532, thread #<Thread:0x7f98ecf7d370>):
       
2004 Jun 09
0
[OT] software for inventory and ip managment
I guess at least some of you here work in an ISP or perhaps are working
with a big network. I''m curious if you use some software for IP
managment - noteing what ip addresses are used and where, what subnets
are given to which customer etc.? Also I need some software like
inventory of servers, routers ... that will hold information about
hardware, software and services of each computer.
2013 May 17
1
History of fact inventory
Hi all
is there a way to keep a history of facts for a given node, other than 
taking a periodic snapshot of the inventory service?
Thanks
-- 
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to this group,
2011 Mar 24
2
puppet-dashboard 1.1.0rc1 - how to enable facts and inventory?
Hi,
puppet-dashboard has been great for us, and I appreciate all the hard
work from all the developers. I can''t however seem to enable facts or
inventory browsing. I have generated, signed and retrieved the certs
as per the README. Not sure what else I need to do to get them to
display (or where it would be)? I also could not find any relevant
info in settings.yaml. Any help is
2007 Mar 29
0
Impute Values for Forest Inventory
Dear All,
I am Ricky Jacob, a project Student from India who is working on
Forest Inventories.
Input data:
Plot(area = .1 ha) data having the following information:
1) Basal Area
2)Tree Density
3)Volume
So I am applying this information to the corresponding pixels in the
satellite imagery of the study area.  I also have given the same
values to a 3x3 window around that pixel.
Inventory is taken
2013 Jul 18
0
Transfer inventory and filebucket changes to consolidated dashboard server
I have a dashboard server sitting in my development lan and am able to pull 
inventory and file bucket information from my development Puppet Master 
server to the dashboard.
I would like to be able to pull the facter inventory and filebucket from my 
Production Puppet Master server into the development dashboard server, that 
way I have one view for all my systems.
There are firewall rules that
2011 Dec 07
0
Puppet Inventory Service - class search
I am looking to rewrite some modules that currently use storeconfigs (nagios being the big one) to instead pull from the inventory service the required information instead.  Some of the checks are as easy as a monitoring check that gets put into place whenever a specific class is included.  I know I can have my class install a fact I can then query for, but to remove the service i then need to
2008 Oct 29
0
Snow Inventory Console -> "fixme:netbios..."
Hi
A program we use at work which connects to a sql server i think. The login screen shows up, I have also used just IP address not Hostname. Its says it cant find the server.
In console it says this:
fixme:netbiofixme:netbios:  (0x32f070, 101, 0x32f068)
Any ideas?