search for: dbsocket

Displaying 17 results from an estimated 17 matches for "dbsocket".

2010 Jun 09
12
Foreman -- Reporting
...foreman [puppetmasterd] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY modulepath = $confdir/modules #reports=log, foreman storeconfigs = true dbadapter = mysql dbuser = app_puppet dbpassword = password dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir=/var/lib/puppet/rrd rrdinterval=$runinterval rrdgraph=true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig What am I missing here? Thanks, Henry -- You received this message because you are subscr...
2013 Feb 08
3
issue storing facts values in mysql on puppet master 3.0.2
...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 = /var/run/mysqld/mysqld.sock How can i solve this error? -- 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 p...
2011 Dec 05
3
puppet kick problem: host is already running
...isten = true localconfig = $vardir/localconfig preferred_serialization_format = yaml [master] certname = <hidden> reports = http, store reporturl = http://<hidden>:3000/reports/upload pluginsync = true storeconfigs = true dbadapter = mysql dbuser = root dbpassword = dbserver = localhost dbsocket = /var/lib/mysql/mysql.sock I don''t know how to go about fixing/debugging this. I already tried to get the raw output with curl, but it wasn''t helpful (In one case I get the ruby object telling me it''s in status running, in the other case the successful report.) Please...
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
...modulepath = $confdir/modules templatedir = /etc/puppet/manifests/templates #clientyamldir = /var/lib/puppet/yaml/node reportdir = /var/lib/puppet/reports storeconfigs = true dbadapter = mysql dbuser = app_puppet dbpassword = xxxxxxxxxxxxxx dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir = /var/lib/puppet/rrd rrdinterval = $runinterval rrdgraph = true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig Any ideas? Thanks, Henry -- You received this message because you are subscribed to...
2010 Nov 01
7
No report named 'puppet_dashboard'
...tc/puppet/puppet.conf [puppetd] libdir=$vardir/lib libdir=/var/www/puppet-dashboard/lib/puppet [puppetmasterd] reports = puppet_dashboard storeconfigs = true dbadapter = mysql dbuser = XXX dbpassword = XXX dbserver = localhost dbsocket = /var/lib/mysql/mysql.sock [user@host /var/lib/puppet/reports]# ls -l puppet_dashboard.rb lrwxrwxrwx 1 root root 56 Nov 1 11:20 puppet_dashboard.rb -> /var/www/ puppet-dashboard/ext/puppet/puppet_dashboard.rb [user@host /var/lib/puppet/reports]# tail /var/log/messages Nov 1 11:20:59 XXX pu...
2008 Dec 18
3
errors after 0.24.7 upgrade ..
...igtimeout = 300 puppetdlog = $logdir/puppetd.log splaylimit = 1800 splay = true runinterval = 3600 ca_port = 8145 [puppetmasterd] storeconfigs = true dbadapter = mysql dbname = puppet dbuser = puppet dbpassword = < removed > dbserver = localhost dbsocket = /var/lib/mysql/mysql.sock reports = store,tagmail ssl_client_header = HTTP_X_SSL_SUBJECT --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to p...
2011 Sep 08
2
Issues with environments not being respected
...odulepath = $confdir/environments/development/modules manifest = $confdir/environments/development/manifests/site.pp [master] templatedir = /var/lib/puppet/templates storeconfigs = true dbadapter = mysql dbuser = puppet_configs dbpassword = pass dbserver = localhost dbsocket = /var/lib/mysql/mysql.sock dbname = puppet reports = log, foreman pluginsync = true #external_nodes = /usr/share/foreman/extras/puppet/foreman/files/external_node.rb #node_terminus = exec #reporturl = http://10.8.1.222:3000/reports/upload facts_terminus = yaml environ...
2012 Jul 25
7
cwd dot folders
Hi, I am trying to exec { myexectest: path => "/bin:/usr/bin:/usr/sbin", cwd => "/home/user/.ssh", command =>"echo test > test.txt", onlyif => "test -f test.txt" } it doesnt work any clues why? I think it cannot change directory to a DOT directory please HELP!! --Nikos Hatzopoulos -- You received
2009 Aug 26
7
storeconfigs + environments issue
Hi Guys, Im trying to turn on storeconfigs with a mysql db backend. On my testing server in our lab, i configured this successfully and can see if keeping information on all test hosts. When trying to implent the same idea onto our production puppet server, I get the following errors: Aug 26 16:35:53 opsynxsr0097 puppetmasterd[27003]: (/Settings[/etc/
2012 Aug 23
1
Puppet Agent VS User
...hdb_url = http://127.0.0.1:5984/puppet csrdir = /var/lib/puppet/ssl/ca/requests daemonize = true dbadapter = sqlite3 dbconnections = "" dblocation = /var/lib/puppet/state/clientconfigs.sqlite3 dbmigrate = false dbname = puppet dbpassword = puppet dbport = "" dbserver = localhost dbsocket = "" dbuser = puppet deviceconfig = /etc/puppet/device.conf devicedir = /var/lib/puppet/devices diff = diff diff_args = -u dns_alt_names = "" document_all = false downcasefacts = false dynamicfacts = memorysize,memoryfree,swapsize,swapfree environment = production evaltrace = fa...
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
Hello Gang, I''m working on scaling my puppet solution, and I''m deploying multiple masters w/ passenger that are going sit behind a load balancer. If anyone is using these type of setup, would you share how you deal with the SSL certs? I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7), and it''s not working to good for me.
2010 Mar 30
3
Environment settings not functional
...c/puppet/modules [staging] manifestdir = /opt/puppet-staging/manifests modulepath = /opt/puppet-staging/modules [puppetmasterd] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY storeconfigs = true dbadapter = mysql dbuser = puppet dbpassword = X dbserver = localhost dbsocket = /var/lib/mysql/mysql.sock ----------------------- Verify that the paths are correct: # tree /opt/ /opt/ `-- puppet-staging |-- manifests | `-- site.pp `-- modules #cat /opt/puppet-staging/manifests/site.pp node default { fail("Fail: Testing environments") } ------...
2008 Feb 12
4
getaddrinfo: Name or service not known
Hi. When running "puppetd --server <puppetmaster> --waitforcert 50 --test" on a puppet client we get the following error: /usr/lib/ruby/1.8/net/http.rb:560:in `initialize'': getaddrinfo: Name or service not known (SocketError) from /usr/lib/ruby/1.8/net/http.rb:560:in `open'' from /usr/lib/ruby/1.8/net/http.rb:560:in `connect''
2012 Jan 27
2
SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B
...       report = true [master]     ssldir = $vardir/ssl     certname = host.pvt.domain.com     # For the Inventory service     facts_terminus = inventory_active_record     dbadapter = mysql     dbname = puppet_inventory     dbuser = puppet     dbpassword = super-secret     dbserver = localhost     dbsocket = /var/lib/mysql/mysql.sock     # For reports     reports = store, http     reporturl = http://host.pvt.domain.com/reports/upload     # For puppet dashboards external node classification.     node_terminus = exec     external_nodes = /usr/bin/env PUPPET_DASHBOARD_URL=http://puppet:80 /usr/share...
2011 Jun 14
5
puppet dashboard
I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed puppet via gem. How can I install puppet-dashboard if I don''t see a gem available and if I use the ubuntu package, i get the whole slop of ruby packages sucked in (which i am trying to avoid)? # dpkg -i puppet-dashboard_1.1.0-1_all.deb Selecting previously deselected package puppet-dashboard. (Reading database
2009 May 12
3
Problem with storeconfigs
...e puppetmaster and the clients, puppet version puppet-0.24.8-1.el5.1 from the EPEL repository. My puppet.conf file on my puppetmaster has the following in it for storeconfigs: storeconfigs = true dbadapter = mysql dbuser = puppet dbpassword = password dbserver = 127.0.0.1 dbsocket = /var/lib/mysql/mysql.sock I also installed the MySQL Ruby Gem as described here: http://reductivelabs.com/trac/puppet/wiki/UsingStoredConfiguration On the puppetmaster I have: gem list --local *** LOCAL GEMS *** actionmailer (2.1.1) actionpack (2.1.1) activerecord (2.1.1) activeresource (2....
2011 Nov 04
1
Storeconfigs and nagios and foreman
...networked databases are used. # The default value is ''puppet''. dbuser = puppet # The database socket location. Only used when networked # databases are used. Will be ignored if the value is an empty string. # The default value is ''''. # dbsocket = # The type of database to use. # The default value is ''sqlite3''. dbadapter = mysql # The database server for caching. Only # used when networked databases are used. # The default value is ''localhost''. dbserver = localhost #...