search for: puppetmasterd

Displaying 20 results from an estimated 366 matches for "puppetmasterd".

Did you mean: puppetmaster
2009 Aug 26
7
storeconfigs + environments issue
...g 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/ puppet/puppet.conf]/Settings[puppetmasterd]/File[/var/lib/puppet/yaml]/ owner) Cannot manage ownership unless running as root Aug 26 16:35:53 opsynxsr0097 puppetmasterd[27003]: (/Settings[/etc/ puppet/puppet.conf]/Settings[puppetmasterd]/File[/var/lib/puppet/ bucket]/owner)...
2006 Sep 21
3
FreeBSD startup script, can''t set pidfile
Hi, I''ve installed puppet gem on freebsd 6.1 and wrote a simple startup script for puppetmasterd. It starts fine, but doesn''t create the pidfile, so I can''t stop it. Here is my script: #!/bin/sh utility_enable=${utility_enable-"NO"} utility_flags=${utility_flags-""} utility_pidfile=${utility_pidfile-"/var/run/puppetmasterd.pid"} . /etc/r...
2007 Oct 26
3
freebsd service management redux
After reading the rc.subr(8) man page and Newburns''s article on the rc.d subsystem[1], It''s clear that a rc.conf.d per service file structure is already natively supported on FreeBSD. I''ve verified this with my own testing: # echo puppetmasterd_enable=\"YES\" > /etc/rc.conf.d/puppetmasterd # /usr/local/etc/rc.d/puppetmasterd start Performing sanity check of puppetmasterd configuration: OK Starting puppetmasterd. # /usr/local/etc/rc.d/puppetmasterd stop Stopping puppetmasterd. Waiting for PIDS: 53822. Obviously, I made sure i...
2010 Apr 15
2
Could not create PID file error when .svn directory exists.
...he puppet config directory. Not sure why but one of my puppetmaster instances refuses to start until I remove one specific .svn directory. No puppet process running. [root@puppethc01 files]# ps -ef | grep puppet root 16417 13135 0 15:09 pts/0 00:00:00 grep puppet [root@puppethc01 files]# puppetmasterd --verbose --no-daemonize notice: Starting Puppet server version 0.25.4 Could not run: Could not create PID file: /var/run/puppet/ puppetmasterd.pid Yup there''s a PID file [root@puppethc01 files]# ls -alrt /var/run/puppet/puppetmasterd.pid -rw-r--r-- 1 puppet puppet 0 Apr 15 15:10 /var/run...
2010 Apr 21
4
scaling up puppetmasterd by cloning puppetmasterd
I apologized ahead of time if this post shouldn''t go here but I having been knocking my heading for the last two days trying to get over the following error while trying to "clone" my primary puppetmasterd because we have outgrown one puppetmasterd setup. I have basically set up a 2nd instance of our primary puppetmasterd and rsync''ed over /var/lib/puppet/ssl/ from the primary to the secondary puppetmasterd. The client ran to completion (and recorded the log in /var/lib/puppet/report/) but...
2006 Nov 02
7
Error reloading manifests
Hi there, I''m running puppetmasterd manually while testing, and I was trying to split my manifest in several parts using import. If I do so whenever I run the puppetmasterd the manifest gets loaded and served correctly: cognos ~ # puppetmasterd -v info: Starting server for Puppet version 0.20.0 info: Parsed manifest in 0.02 seconds...
2008 Dec 04
4
puppetmaster built via puppetd
...me of the files in $vardir/ ssl conflict. from other posts on this list, i''ve gathered that it''s NOT best practice to specify different ssl dirs for puppetd and puppetmaster. i actually tried that and noticed that "puppetca -- clean" refused to look in the ssl dir that puppetmasterd was using... it was looking in /var/lib/puppet/ssl which was puppetd''s ssl dir. so, i''m back to using one ssldir for puppetd and puppetmasterd. so, my problem is i start my puppetd, it successfully talks to my exisitng puppet master, gets a cert, and starts applying the config. w...
2008 Apr 10
2
uninitialized constant Puppet::Network::Handler::FileServer::AuthStoreError ?
Hi Folks, Just wondering what the above error means. I followed the instructions in http://www.howtoforge.com/installing_puppet_on_ubuntu and when I try to startup the server it fails with the error in the subject of this message. I am running the server on Ubuntu/i386/gutsy. In particular, # puppetmasterd --verbose --debug debug: puppetmasterd: Setting logdir to ''/var/log/puppet'' debug: puppetmasterd: Setting vardir to ''/var/lib/puppet'' debug: puppetmasterd: Setting rundir to ''/var/run'' debug: puppetmasterd: Setting templatedir to ''/var/...
2007 Sep 07
2
puppetmasterd memory usage
Hi, We have dedicated puppet master boxes, which basically only run a mongrel/puppetmasterd (6 instances), an apache proxy for mongrel and puppetd. Recently puppetmasterds seemed to have leaked almost all of the RAM, and the thrashing made the box painfully slow. We restarted the puppetmasterd processes, and started collecting some statistics. Attached is a graph of memory usage on one...
2011 Mar 14
1
slight security problem
Hey, Just wondering if anyone else has noticed this. I''m using thin+puppetmasterd+nginx. If i add a host, sign it''s key, run puppetd successfully on it all is good, as expected. If i then revoke/clean the key on the master server, leave the box running, startup another host set the hostname to be the same as the old, generate new keys/have them signed. The original box...
2007 Dec 10
1
problem with puppetmasterd log
Hello, puppetmasterd is running as shown here: puppet 10209 1.1 1.5 138124 62532 ? Ssl 13:37 0:06 /usr/bin/ruby /usr/sbin/puppetmasterd --manifest=/etc/puppet.production/manifests/site.pp --logdest=/var/log/puppet.production/puppetmasterd.log however, the log file is not being updated with informatio...
2013 May 30
4
Could not request certificate: Error 405 on SERVER
...gt;The requested method PUT is not allowed for the URL /production/certificate_request/pclient.</p> <...truncated...> On the puppet master I get stuff like this in the apache logs: [Thu May 30 07:05:45 2013] [error] [client 192.168.223.129] File does not exist: /usr/share/puppet/rack/puppetmasterd/public/production/node [Thu May 30 07:05:45 2013] [error] [client 192.168.223.129] File does not exist: /usr/share/puppet/rack/puppetmasterd/public/production/file_metadatas [Thu May 30 07:05:45 2013] [error] [client 192.168.223.129] File does not exist: /usr/share/puppet/rack/puppetmasterd/publi...
2007 Sep 17
7
syslog spam
Is there any "correct" way to get puppetmasterd to not spam syslog with (mount[blah]) File source foo does not exist messages when using file source selection lists? I use them quite extensively, so it''s getting quite out of hand. The last resort will be to comment out the offending print statement! -- Russell A. Jackson <raj@csub....
2007 Nov 13
5
Can I run puppetmasterd behind NAT (or Reverse Proxy)
Hi there I would like to setup my puppetmasterd behind my ADSL modem and manage the nodes on the hosting sites. I can imagine opening ports to the puppetmasterd server will work. Am I right? On the other hand an ideal configuration for me would be a Reverse Proxy setup, so I don''t have to touch the ADSL router. Has anyone setup a puppe...
2008 Jan 30
2
Bug in puppetmasterd?
Hi all, I''ve just installed puppet in my ubuntu gutsy 7.10 linux using gem: # sudo gem install puppet Then, I made a basic site.pp manifest and following the InstallationGuide I ran: $ sudo puppetmasterd --mkusers Could not configure for running; got 1 failure(s) What error? I managed to get an error message on /var/log/daemon.log Jan 30 16:22:13 acero puppetmasterd[13800]: (/Settings[top]/Settings[filebucket]/File[/var/puppet/clientbucket]/ensure) change from absent to directory failed: Cannot cr...
2007 Mar 19
3
certificate trouble
...at configuration management tool ! My name is Matt and i am on creating a puppet plugin for openQRM. The basic framework is already existing and working well so far. Now, after having it working ok once i now ran into a problem that my puppet-clients do not get their configuration any more from the puppetmasterd. What i saw on the puppetmasterd logs is : .. Mar 19 11:52:54 demo puppetmasterd[27506]: Host puppetclient.juggle has a waiting certificate req uest .. Then i signed the certificate for this client and got : .. Mar 19 11:55:01 demo puppetmasterd[27506]: Allowing 192.168.88.148(192.168.88.148) unt...
2006 Aug 18
3
RH init scripts busted ?
Hi, I''m just getting started with puppet, and using the RPMS provided (on CentOS 4.3), and RedHat''s killproc is annoying me again. The process is called ''ruby'' instead of ''puppetmasterd''. $ ps 7869 PID TTY STAT TIME COMMAND 7869 ? Ss 0:00 ruby /usr/sbin/puppetmasterd [ etc ] So, service puppetmaster restart|condrestart|stop all fail because RH is looking for a process called /usr/sbin/puppetmaster, and not ruby. I''m wondering if anyone...
2007 May 04
9
RFC: Configuration file consolidation (#206)
...is ''puppet''. The main change I want to make is making the catch-all section ''main'', and then enabling a separate section per executable name. So, in the current system, you could have ''puppet'', ''puppetd'', and ''puppetmasterd'' sections, each with separate settings if you wanted. Then all of the executables would load ''puppet.conf'', which is unlikely to exist anywhere right now (since it would only configure the stand-alone interpreter), although they would preferentially load the per-ex...
2009 Jul 16
2
In the catalog, /Settings[*] is what?
I left my new puppetmasterd running last night. came in with a stack trace below. A number of questions: 1. Where did /Settings come from? 2. Is there a way to dump the contents of the catalog to understand? 3. I want to change the perms for all that stuff 4. puppetd is not running on this host, does puppetmasterd act li...
2007 Jul 25
1
puppetmasterd doesn''t work with puppet.conf
Hi everyone, I am in the process of evaluating Puppet (version 0.23.0 - Solaris 10 sparc), so I am still a newbie. First tests with Puppet were fine since it was running with the default configuration. Now, I have created a "puppet.conf" file ( puppetmasterd --genconfig > puppet.conf ) to customize some of the configuration parameters. When "puppet.conf" is present, "puppetmasterd" doesn''t start, it only displays the content of the "puppet.conf" on the screen. I must be missing something, but I cannot find an...