[Puppet Users] puppet client

2013-08-28 Thread Stuart Cracraft
Hi, Looked but couldn't find information on Puppet client for Oracle Unbreakable Enterprise Kernel Linux. Could you point me to the methodology for the above on Open Source Puppet which we have running (well) on and for regular Red Hat Linux which we used Puppet Labs Yum repositories to insta

[Puppet Users] puppet client

2013-11-15 Thread Stuart Cracraft
I have a box with this uname -a output: Linux myhost 2.6.32-300.11.1.el5uek #1 SMP Wed Mar 7 09:55:50 EST 2012 x86_64 x86_64 x86_64 GNU/Linux For various reasons, I cannot use Yum to download. Anyone know the specific URL's/rpm's I can download to get puppet client up for the above to wo

[Puppet Users] puppet client error

2009-11-16 Thread Cory mckee
I was wondering if I could get help. on client [r...@linux ~]# puppetd --test --verbose info: Caching catalog at /var/lib/puppet/localconfig.yaml notice: Starting catalog run err: //Node[basenode]/motd/Package[motd]/ensure: change from absent to latest failed: Could not update: Could not find pa

RE: [Puppet Users] puppet client

2013-08-28 Thread Steven Nemetz
Just use the RedHat packages We use the same packages for RedHat, CentOS, and Oracle EL Some modules need to get slightly modified to recognize Oracle EL Steven > Subject: [Puppet Users] puppet client > From: smcracr...@me.com > Date: Wed, 28 Aug 2013 10:02:48 -0700 > To:

Re: [Puppet Users] puppet client

2013-08-29 Thread Stuart Cracraft
racle EL Thankyou. On Aug 28, 2013, at 11:29 AM, Steven Nemetz wrote: > Just use the RedHat packages > We use the same packages for RedHat, CentOS, and Oracle EL > > Some modules need to get slightly modified to recognize Oracle EL > > Steven > > > > Subject:

Re: [Puppet Users] puppet client

2013-08-29 Thread Stuart Cracraft
t;> >> Some modules need to get slightly modified to recognize Oracle EL >> >> Steven >> >> >> > Subject: [Puppet Users] puppet client >> > From: smcracr...@me.com >> > Date: Wed, 28 Aug 2013 10:02:48 -0700 >> > To: puppe

RE: [Puppet Users] puppet client

2013-08-29 Thread Steven Nemetz
itself with different names depending on what version you are running. Steven From: smcracr...@me.com Subject: Re: [Puppet Users] puppet client Date: Thu, 29 Aug 2013 09:27:52 -0700 To: puppet-users@googlegroups.com I assume it is just the version of puppet client which matches the master'

Re: [Puppet Users] puppet client

2013-08-29 Thread Stuart Cracraft
>> We use the same packages for RedHat, CentOS, and Oracle EL >> >> Some modules need to get slightly modified to recognize Oracle EL >> >> Steven >> >> >> > Subject: [Puppet Users] puppet client >> > From: smcracr...@me.com >> &g

Re: [Puppet Users] puppet client

2013-11-15 Thread Stuart Cracraft
Took care of this. Messy. Made a company repo. -- 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+unsubscr...@googlegroups.com. To view this disc

[Puppet Users] Puppet client do-overs

2011-06-30 Thread Craig White
I am pulling in the 'client' intended version of puppet.conf on my puppetmaster system - probably because I had a package that required a class it shouldn't have and I have fixed that (I think - hard to test) but even after killing off all puppetd processes, clearing out /var/lib/puppet/client_y

[Puppet Users] Puppet client starting problem !!

2011-10-31 Thread Swati Longia
Hi, I have installed puppet 2.7.5 from tar on open suse 10.1. My ruby version is 1.8.5 and facter version is 1.6.2. The opensuse OS is pretty minimalistic. I don't even have normal linux commands like useradd or groupadd in this OS. When I run the master it runs completely fine. *puppetmasterd

[Puppet Users] puppet client certs & dns

2011-04-01 Thread FRLinux
Hello, First off, forgive me if that has been discussed before. Has there been any thought given to using dns records queried from the IP of a host where puppet is installed? Reason I'm asking is we had an issue in which our fqdn got screwed up in /etc/hosts in the form of node.example instead of

[Puppet Users] Puppet client won't autostart

2012-11-13 Thread Bret Wortman
I'm getting this problem on all the puppet client's I've been setting up and it's got me both scratching my head (because I'm not seeing anything obvious in any system logs) and pausing in my rollout until I get it solved: # puppet resource service puppet ensure=running enable=true Error: Could

[Puppet Users] puppet client not receiving cert

2011-05-12 Thread Tim Dunphy
hello list!! I'm having an issue where a client is not receiving it's cert [root@ec2-50-16-98-245 ~]# puppetd -t --waitforcert 15 --server puppet.example.net info: Creating a new SSL key for ec2-xx-xx-xx-xxx.compute-1.amazonaws.com warning: peer certificate won't be verified in this SSL sessio

Re: [Puppet Users] Puppet client do-overs

2011-06-30 Thread Nathan Clemons
What problem do you have with puppetstoreconfigclean.rb? The problem I usually have is that I forget it has to be run as root on the puppetmaster, I keep thinking I need to run it on the client machine. -- Nathan Clemons http://www.livemocha.com The worlds largest online language learning communit

Re: [Puppet Users] Puppet client do-overs

2011-07-01 Thread Craig White
On Jun 30, 2011, at 8:21 PM, Nathan Clemons wrote: > What problem do you have with puppetstoreconfigclean.rb? The problem I > usually have is that I forget it has to be run as root on the puppetmaster, I > keep thinking I need to run it on the client machine. The other issue I fixed... PEB

[Puppet Users] Puppet client dying without errors

2011-09-02 Thread Basil Baby
Few of my puppet clients (puppet 0.24.8, ruby 1.8.5, facter 1.5.2) are dying with out any error messages on on syslog. I cannot see much system resource usage on these nodes. What is the best way to troubleshoot the root cause of the problem? -Basil -- You received this message because you ar

Re: [Puppet Users] Puppet client starting problem !!

2011-11-01 Thread Felix Frank
Hi, On 10/31/2011 07:47 AM, Swati Longia wrote: > I don't even have normal linux commands like useradd or groupadd in this > OS. is this a requirement? Because: > /err: Could not create resources for managing Puppet's files and > directories in sections [:main, :agent, :ssl]: Could not find a de

[Puppet Users] Puppet client log events, centralized?

2010-10-13 Thread Forrie
I've noticed that events for puppet client are logged locally (I'm just starting out with puppet). Is there a way to have these events sent to a central parser so they might be easily parsed/sorted/acted- upon? I probably missed a configuration directive. Thanks. -- You received this message

Re: [Puppet Users] puppet client certs & dns

2011-04-04 Thread Felix Frank
On 04/01/2011 08:23 PM, FRLinux wrote: > Hello, > > First off, forgive me if that has been discussed before. > > Has there been any thought given to using dns records queried from the > IP of a host where puppet is installed? Reason I'm asking is we had an > issue in which our fqdn got screwed up

Re: [Puppet Users] puppet client certs & dns

2011-04-04 Thread FRLinux
On Mon, Apr 4, 2011 at 9:50 AM, Felix Frank wrote: > certification can be painful at times, but I don't see the real problem > you had with requesting a signature on a badly named cert? > > You can always just revoke it on the master and have your client issue a > new CSR. Hello, Thanks for your

[Puppet Users] Puppet client 'certificate verify failed'

2011-04-12 Thread Martin Orda
Hi, I've looked in the archives and elsewhere but couldn't find a solution to the issue I'm having. I'm running puppet with an external CA that I manage myself (ca=false for puppetmasterd) puppetmasterd is behind nginx reverse proxy. On the client I'm getting: root@web01:~# puppet agent --verbos

[Puppet Users] Puppet Client using wrong environment.

2010-03-17 Thread Tony G.
Hi, I exposed few days ago this situation on the IRC, but unfortunately I haven't found a way to solve it yet. I run the Puppet Master with multiple environments, and everything is working good but a couple of nodes that are causing me some troubles. These nodes are pointing to my production env

[Puppet Users] Puppet Client Isolated from Network

2008-12-10 Thread jflo
I am reviewing puppet for suitability on a project that I'm working on. In many regards, it looks perfect and I'm very pleased with the overall feel thus far. For a proof-of-concept example, I've created a manifest that ensures that the ntp package is installed on the client, that it has the cor

[Puppet Users] Puppet Client Isolated from Network

2008-12-10 Thread John Florian
I am reviewing puppet for suitability on a project that I'm working on. In many regards, it looks perfect and I'm very pleased with the overall feel thus far. For a proof-of-concept example, I've created a manifest that ensures that the ntp package is installed on the client, that it has the cor

[Puppet Users] Puppet client not auto updating

2013-04-06 Thread Sy Doveton
I am new to puppet and am experimenting with some basic commands. I have a puppetmaster server and a couple or servers with puppet client. All servers are running ubuntu. I have set up the link between the master and the clients and their certs have been signed etc. The clients have had puppet

[Puppet Users] Puppet client not auto updating

2013-04-06 Thread Sy Doveton
Hi, I am new to puppet and am experimenting with some basic commands. I have a puppetmaster server and a couple or servers with puppet client. All servers are running ubuntu. I have set up the link between the master and the clients and their certs have been signed etc. The clients have had p

[Puppet Users] puppet client can't get certificate

2012-10-04 Thread mike sonero
Hi All, I apologize for what I'm sure is a very boneheaded question, but I'm stuck. I have a number of puppet agents all talking to the same master. Things worked great until at some point one of the agents stopped talking to the master - I'm not sure why that happened. I decided to wipe it

Re: [Puppet Users] Puppet client won't autostart

2012-11-13 Thread Martin Alfke
Hi Bret, On 13.11.2012, at 13:18, Bret Wortman wrote: > I'm getting this problem on all the puppet client's I've been setting up and > it's got me both scratching my head (because I'm not seeing anything obvious > in any system logs) and pausing in my rollout until I get it solved: > > # puppe

Re: [Puppet Users] Puppet client won't autostart

2012-11-13 Thread Bret Wortman
It does not (and this is odd since I'm using F17): # service puppet status Redirecting to /bin/systemctl status puppet.service puppet.service Loaded: error (Reason: No such file or directory) Active: inactive (dead) and yet ps still shows it running. But with your help, this a

Re: [Puppet Users] Puppet client won't autostart

2012-11-13 Thread Darin Perusich
This is systemd weirdness. I've run into this error before on SuSE with other init scripts and the fix was to reboot the machine. Then you won't get the "Loaded: error (Reason: No such file or directory)" anymore. -- Later, Darin On Tue, Nov 13, 2012 at 9:29 AM, Bret Wortman wrote: > It does no

Re: [Puppet Users] Puppet client won't autostart

2012-11-13 Thread jcbollinger
On Tuesday, November 13, 2012 7:40:08 AM UTC-6, Martin Alfke wrote: > > Hi Bret, > > On 13.11.2012, at 13:18, Bret Wortman wrote: > > I'm getting this problem on all the puppet client's I've been setting up > and it's got me both scratching my head (because I'm not seeing anything > obvious in

Re: [Puppet Users] Puppet client won't autostart

2012-11-13 Thread Bret Wortman
This problem has continued through multiple reboots across multiple systems. On Tuesday, November 13, 2012 9:47:03 AM UTC-5, Darin Perusich wrote: > > This is systemd weirdness. I've run into this error before on SuSE > with other init scripts and the fix was to reboot the machine. Then > you wo

Re: [Puppet Users] Puppet client won't autostart

2012-11-13 Thread Bret Wortman
It is kind of funny that we're talking about using puppet's tricks for working around bad start scripts for puppet's own software On Tuesday, November 13, 2012 9:58:57 AM UTC-5, jcbollinger wrote: > > > > On Tuesday, November 13, 2012 7:40:08 AM UTC-6, Martin Alfke wrote: >> >> Hi Bret, >> >

Re: [Puppet Users] Puppet client won't autostart

2012-11-13 Thread Michael Stahnke
On Tue, Nov 13, 2012 at 8:31 AM, Bret Wortman wrote: > It is kind of funny that we're talking about using puppet's tricks for > working around bad start scripts for puppet's own software > > > On Tuesday, November 13, 2012 9:58:57 AM UTC-5, jcbollinger wrote: >> >> >> >> On Tuesday, November 1

Re: [Puppet Users] Puppet client won't autostart

2012-11-13 Thread Bret Wortman
On Tuesday, November 13, 2012 12:03:36 PM UTC-5, Michael Stanhke wrote: > > On Tue, Nov 13, 2012 at 8:31 AM, Bret Wortman > > > wrote: > > It is kind of funny that we're talking about using puppet's tricks for > > working around bad start scripts for puppet's own software > > > > > > On

Re: [Puppet Users] Puppet client won't autostart

2012-11-20 Thread Bret Wortman
Just to finish this one up, I had the service name wrong. # puppet resource service puppetagent enable=yes ensure=running Works just fine. Bret -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https:/

Re: [Puppet Users] Puppet client won't autostart

2012-11-20 Thread Jakov Sosic
On 11/13/2012 03:46 PM, Darin Perusich wrote: This is systemd weirdness. I've run into this error before on SuSE with other init scripts and the fix was to reboot the machine. Then you won't get the "Loaded: error (Reason: No such file or directory)" anymore. :-/ A little offtopic but I'm not

Re: [Puppet Users] Puppet client dying without errors

2011-09-02 Thread Christopher Wood
On Thu, Sep 01, 2011 at 08:31:55PM -0400, Basil Baby wrote: >Few of my puppet clients (puppet 0.24.8,� ruby 1.8.5, facter 1.5.2) are >dying with out any error messages on on syslog.� I cannot see much system >resource usage on these nodes. > >What is the best way to troubleshoot th

Re: [Puppet Users] Puppet client dying without errors

2011-09-22 Thread Basil Baby
>From the debug mode logs, ruby was having trouble with LDAP. Debug Error message: ruby: ../../../libraries/libldap/error.c:273: ldap_parse_result: Assertion `r != ((void *)0)' failed Is there way I can exclude puppet not to look up LDAP to avoid this situation? I did try adding following entry in

Re: [Puppet Users] Puppet client dying without errors

2011-09-22 Thread Iain Sutton
This looks much like the error we had, which was: ruby: ../../../libraries/libldap/result.c:113: ldap_result: Assertion `ld != ((void *)0)' failed. Under CentOS/RHEL, you need to upgrade the version of nss_ldap to 253-37.el5_6.1 (or later) Bug details: https://bugzilla.redhat.com/show_bug.cgi?id=

Re: [Puppet Users] Puppet client dying without errors

2011-09-22 Thread Basil Baby
Thanks for the help! As per RedHat release note, the updates on the package is promising. Updated nss_ldap on couple hosts to see whether it fixes the problem or not. -Basil On Thu, Sep 22, 2011 at 7:08 PM, Iain Sutton wrote: > This looks much like the error we had, which was: > > ruby: ../../

[Puppet Users] Puppet client port to be open

2011-11-29 Thread Namrata
Hi, Just a quick question. In order for puppet run to execute successfully on puppet client (ubuntu 10.04), the port 8139 on puppet client should be open and listening correct? Do we also require that port 8140 be open and running on puppet client? Thanks. -- You received this message because y

Re: [Puppet Users] Puppet client log events, centralized?

2010-10-13 Thread Scott Smith
Syslog server On Wed, Oct 13, 2010 at 4:09 PM, Forrie wrote: > I've noticed that events for puppet client are logged locally (I'm > just starting out with puppet). Is there a way to have these events > sent to a central parser so they might be easily parsed/sorted/acted- > upon? > > I probably

Re: [Puppet Users] Puppet client log events, centralized?

2010-10-13 Thread Bruce Richardson
On Wed, Oct 13, 2010 at 04:09:34PM -0700, Forrie wrote: > I've noticed that events for puppet client are logged locally (I'm > just starting out with puppet). Is there a way to have these events > sent to a central parser so they might be easily parsed/sorted/acted- > upon? > > I probably missed

Re: [Puppet Users] Puppet client 'certificate verify failed'

2011-04-15 Thread Felix Frank
On 04/13/2011 05:11 AM, Martin Orda wrote: > Hi, > > I've looked in the archives and elsewhere but couldn't find a solution > to the issue I'm having. I'm running puppet with an external CA that I > manage myself (ca=false for puppetmasterd) puppetmasterd is behind > nginx reverse proxy. On the cl

[Puppet Users] puppet client crash when logrotate start

2010-01-18 Thread walim
Hi, I installed puppet client (puppet-0.24.8-4.el5) on CentOS release 5.2 and i notice that puppet client stop working after start of logrotate. So let's produce the problem with executing the following command # /etc/init.d/puppet status;/etc/init.d/puppet reload;/etc/init.d/ puppet reload;sleep 1

Re: [Puppet Users] Puppet Client using wrong environment.

2010-03-17 Thread Rob McBroom
How is the environment determined when you don’t specify one? On my systems, it seems that the `--environment` option is completely ignored. I imagine this is because the external information (from LDAP in my case) always takes precedence. -- Rob McBroom -- You recei

Re: [Puppet Users] Puppet Client using wrong environment.

2010-03-18 Thread Tony G.
When no environment is defined it uses production, per my notes: environments = production,testing,development manifest = /opt/puppet/production/site.pp modulepath = /opt/puppet/production/modules This is part of [main]. On Wed, Mar 17, 2010 at 5:00 PM, Rob McBroom wrote: > How is the

Re: [Puppet Users] Puppet Client using wrong environment.

2010-03-18 Thread Tony G.
Finally found the issue I never looked into the /etc/puppet directory(my bad), there was the issue, a strange one although but here is what happened, in there were two files(wish I knew why there were that second if we use puppet 0.24.8): puppet.conf puppetd.conf Same content, nothing different,

[Puppet Users] puppet client looking for server puppet

2009-06-10 Thread Asif Iqbal
In my puppet client I have puppet.conf defined puppet server as mypuppet server = mypuppet.example.net Not sure why the puppet client puppet-test is still sending these noises to the syslog Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] Could not find server : getaddrinfo:

[Puppet Users] puppet client on centos5 / apt-rpm

2009-06-18 Thread hyde
I have puppet client on centos5, but we don't use yum to install packages, we use apt-rpm to install packages, so it would be 'apt-get install packagename' instead of 'yum install packagename'. How can I customize puppet for the above? Thanks, Hai --~--~-~--~~~---~--

[Puppet Users] puppet client only install on Gentoo

2012-01-26 Thread psychobyte
Hi, I'm using Gentoo and puppet-2.6.12. The puppet master and client are wrapped up in the same package, app-admin/puppet. Can someone suggest a simple way of installing only the puppet client (I'm new to Gentoo)? Thanks, P. -- You received this message because you are subscribed to the Goo

Re: [Puppet Users] Puppet client not auto updating

2013-04-14 Thread Felix Frank
Hi, there are agent options in puppet.conf that control how often the agent runs etc. Check whether the agent puts any messages into your syslog. Find the agent process in the system's list of running processes. You could try and run the agent in debug mode to see if anything goes wrong. Stop t

[Puppet Users] Puppet client removing yum / rpm cache?

2014-02-20 Thread Christopher Opena
Howdy folks, I've got some weird behavior from one of my puppet clients (actually the client running on the puppet master), where running the agent somehow destroys either the yum cache or the rpm db. Directly after running the agent I get the following message from yum (without modifying yum.

[Puppet Users] Puppet client is not applying changes

2019-09-26 Thread Dan Crisp
Hello all, Been at this problem I have for nearly a week now and it's driving crazy!!! I hope it's simply a case of someone with some fresh eyes taking a look and showing me the error of my ways. Before I continue with the Puppet deployment, for testing purposes, I just want to create a sin

[Puppet Users] Puppet client is not applying changes

2019-09-26 Thread Dan Crisp
Hello all, Been at this problem I have for nearly a week now and it's driving crazy!!! I hope it's simply a case of someone with some fresh eyes taking a look and showing me the error of my ways. Before I continue with the Puppet deployment, for testing purposes, I just want to create a sin

Re: [Puppet Users] Puppet client port to be open

2011-11-29 Thread Nan Liu
On Tue, Nov 29, 2011 at 6:19 PM, Namrata wrote: > Just a quick question. In order for puppet run to execute successfully > on puppet client (ubuntu 10.04), the port 8139 on puppet client should > be open and listening correct? Do we also require that port 8140 be > open and running on puppet clien

[Puppet Users] Puppet client - could not parse YAML data

2010-02-01 Thread Jason Amato
Any ideas? Getting this error below from only 2 out of a total of 200 clients... puppetd[26557]: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not parse YAML data for node : syntax error on line 89, col 7: `' Client and Master Puppet versions are .25.1 -- You receiv

[Puppet Users] Puppet client not listening on port 8139

2012-10-09 Thread Pondy
Hi everyone, Please help, I have built a new server and installed puppet (2.6.17) running on RHEL 6.3. It seems that it is not listening on port 8139. iptables -L: Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target

[Puppet Users] Puppet client runs outside of office hours

2012-12-11 Thread kdo
anyone have any smart ideas around scheduling puppet client runs during specific times ? such as outside of office hours ? any options that can be set in the puppet.conf for example ? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view thi

[Puppet Users] Puppet client unable to sign puppet master certificate..

2013-01-15 Thread DreamBig
Hi , Need this help desperately 1) Cleaned certificates from master 2) Cleaned ssl dir in agent 3) On agent - I run - puppet agent -t --waitforcert 60 4) On master - I sign the agent. 5) Again - I run puppet agent -t I get the following error: /opt/puppet/lib/ruby/site_ruby/1.8/puppet/defaults

Re: [Puppet Users] Puppet client not listening on port 8139

2012-10-10 Thread Gabriel Filion
On 2012-10-10 02:35, Pondy wrote: > Hi everyone, > > Please help, I have built a new server and installed puppet (2.6.17) > running on RHEL 6.3. It seems that it is not listening on port 8139. By default, puppet listens on 8140, not 8139. And your configuration doesn't seem to be specifying an al

Re: [Puppet Users] Puppet client not listening on port 8139

2012-10-10 Thread Jo Rhett
On Oct 9, 2012, at 11:35 PM, Pondy wrote: > Please help, I have built a new server and installed puppet (2.6.17) running > on RHEL 6.3. It seems that it is not listening on port 8139. ... > It seems as though the puppet is running: > 4074 ?Ss 0:00 /usr/bin/ruby /usr/sbin/puppetd > -

Re: [Puppet Users] Puppet client not listening on port 8139

2012-10-10 Thread Pondy
Hi All, thanks for your input. So, I am talking about the puppet client. The puppet master server and all other clients seem to be working ok. I am also unable to telnet locally to port 8139 or 8140. On Thursday, 11 October 2012 04:30:21 UTC+10, Jo wrote: > > > On Oct 9, 2012, at 11:35 PM, Pondy

Re: [Puppet Users] Puppet client not listening on port 8139

2012-10-10 Thread Gabriel Filion
On 2012-10-10 18:37, Pondy wrote: > Hi All, thanks for your input. So, I am talking about the puppet client. ah oops sorry, I'm not used to dealing with this option :\ my bad > The puppet master server and all other clients seem to be working ok. I > am also unable to telnet locally to port 8139

Re: [Puppet Users] Puppet client not listening on port 8139

2012-10-10 Thread Pondy
Hi Gabrielle, Yes, I have listen = true and I cannot see that port open with netstat... I am truly confused, theres not much showing in the logs either. Thanks! On Thursday, 11 October 2012 09:46:31 UTC+10, Lelutin wrote: > > On 2012-10-10 18:37, Pondy wrote: > > Hi All, thanks for your input

Re: [Puppet Users] Puppet client not listening on port 8139

2012-10-11 Thread Josh Cooper
Hi, On Oct 10, 2012, at 6:58 PM, Pondy wrote: > Hi Gabrielle, > > Yes, I have listen = true and I cannot see that port open with netstat... I > am truly confused, theres not much showing in the logs either. > > Thanks! > > > On Thursday, 11 October 2012 09:46:31 UTC+10, Lelutin wrote: >> >

Re: [Puppet Users] Puppet client runs outside of office hours

2012-12-11 Thread DenMat Gone
Cron would be your best bet. You can manage cron jobs via puppet. kdo wrote: >anyone have any smart ideas around scheduling puppet client runs during >specific times ? such as outside of office hours ? > > >any options that can be set in the puppet.conf for example ? > >-- >You received this m

Re: [Puppet Users] Puppet client runs outside of office hours

2012-12-12 Thread Stefan Goethals
We use this cron { "puppet": ensure => present, command => $ppt_cmd, user=> 'root', hour=> fqdn_rand(6), minute => fqdn_rand(60) } so puppet runs happen 'randomly between midnight and 05:59 Regards, Stefan - Zipkid - Goethals. On Wed, Dec 12, 2012 at 6:23 AM,

[Puppet Users] puppet client automatic self enrollment to puppet enterprise

2013-11-27 Thread Martin Knott
Hi I'm developing templates for vm cloud provisioning and would like to include puppet client in the template has anybody have knowledge or experience to assist with my objective of puppet client automatic self enrollment to puppet enterprise e.g. as a new vm is built Any help appreciated Re

[Puppet Users] Puppet Client Reports file not found on Server

2014-05-01 Thread Rance Hall
Ive had a series of issues with a specfic node. Node is running puppet 3.0.2. During a puppet run the client reports: Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 400 on SERVER: No such file or directory - /var/lib/puppet/yaml/node/{nodename}.yam

[Puppet Users] puppet client server - couldnt able to verify certificate

2014-05-05 Thread Ramkumar Nagaraj
We tried to setup puppet client-server architecture setup by installing puppet-server (through Yum repository) in puppet master and puppet (through Yum repository) in another server (client) machine. During this client is trying to receive the signed certificate from puppet-master server it f

[Puppet Users] puppet client certificates being revoked without human intervention

2017-11-21 Thread Dustin Cannon
Hi, I've googled this and found a couple of people asking questions about what seems to be a similar issue a few years ago but no solutions. The problem: Some puppet clients will check in with the master and get: "SSL_connect returned=1 errno=0 state=unknown state: sslv3 alert certificate revok

[Puppet Users] Puppet client hangs if LDAP server is not accessible

2009-01-08 Thread Kenneth Holter
Hi. I've noticed that on servers that are both puppet and LDAP clients, the puppet client will hang if the LDAP server is not reachable. Does anyone know what the reason for this is? Regards, Kenneth Holter --~--~-~--~~~---~--~~ You received this message because

[Puppet Users] puppet client environment is being ignored from foreman settings

2012-08-16 Thread Yaniv Fine
Hi experts . i am runnig foreman 1 puppetmaster 2.7.18 i have setup a test client machine . on foreman i have configured the new client to be part of the development environment . on the client i have setup that it will run the following from site.pp to debug information . notify { "environment"

Re: [Puppet Users] puppet client automatic self enrollment to puppet enterprise

2013-11-27 Thread Jo Rhett
There's nothing special. The only thing you'll need is either auto sign or automation on your side to pre-sign certs and deliver them to the VM. On Nov 27, 2013, at 6:30 AM, Martin Knott wrote: > I'm developing templates for vm cloud provisioning and would like to include > puppet client in th

Re: [Puppet Users] puppet client server - couldnt able to verify certificate

2014-05-05 Thread José Luis Ledesma
I think there is some misunderstood here. First launch the agent, it will generate a certificate for it. Then you should sign it in the master. It seems that you did generate one in the master and sign it, and expected to be received by the client, but the certificate should be generated in the

[Puppet Users] puppet client can not pull configurat​ion from puppetmast​er

2011-11-09 Thread Javid Mehraban
hello everybody, I am new to puppet world. I have a problem. I can push the configuration toward the puppet agent. but in returen the puppet agent can pull the configuration from the puppetmaster. If anybody wil help me I will be thankful in advance Best Regards, -- You received this mes

[Puppet Users] puppet client could not request certificate: Error 500 on SERVER

2011-03-30 Thread hyzhang
Hi, I am new to puppet. I have puppet server set up with passenger. But when I start puppetd from client, I see following error in the syslog file: Mar 30 13:52:03 puppetclient1 puppet-agent[29732]: Could not request certificate: Error 500 on SERVER: http://www.w3.org/TR/html4/strict.dtd";>

[Puppet Users] Puppet client running into an error but not reporting it.

2009-09-24 Thread Tim Uckun
I have a situation where there is a problem with one of my manifests. The puppet client throws up an error but does not report. I don't get an email notification of the problem even though I have all: setting on the tagmail and I don't see any trace of a report on the syslog either. This is the o

[Puppet Users] puppet client server connection refused when I use puppet kick

2012-01-26 Thread tomkap12
I have very strange problem. I set up puppet client on serveral servers but have problem with one of them. When I invoke: root@www ~ # puppet agent --server puppetmaster.domain.ltd --test notice: Ignoring --listen on onetime run info: Caching catalog for puppetclient.domain.ltd inf

Re: [Puppet Users] puppet client environment is being ignored from foreman settings

2012-08-16 Thread Sam Kottler
Hi Yaniv, Do you have the environment defined in puppet.conf on the agent and use Foreman as an ENC? If so, you're probably seeing http://projects.puppetlabs.com/issues/3910. Some users are getting around this bug by adding functionality to the ENC script that validates the environment defined in

Re: [Puppet Users] puppet client environment is being ignored from foreman settings

2012-08-16 Thread Yaniv Fine
Why do i have to define environment in puppet.conf on the agent . Isnt defining the host in a group on foreman good enugh ? .in general there could be a conflict . Btw when i configure env in puppet.conf it does work like expected but it ignored the setting related to env .in foreman On Aug 16, 201

Re: [Puppet Users] puppet client environment is being ignored from foreman settings

2012-08-16 Thread Sam Kottler
Yaniv, I was asking if you happen to have an environment defined on your agent in puppet.conf. Anyhow, we can handle this over on foreman-users :) -Sam On Thu, Aug 16, 2012 at 1:01 PM, Yaniv Fine wrote: > Why do i have to define environment in puppet.conf on the agent . Isnt > defining the hos

AW: [Puppet Users] puppet client can not pull configurat​ion from puppetmast​er

2011-11-10 Thread Bernd Adamowicz
Mehraban > Gesendet: Mittwoch, 9. November 2011 15:21 > An: Puppet Users > Betreff: [Puppet Users] puppet client can not pull configurat​ion from > puppetmast​er > > hello everybody, > > > > I am new to puppet world. I have a problem. I can push the > configuration t

Re: [Puppet Users] puppet client could not request certificate: Error 500 on SERVER

2011-03-30 Thread Hugo Cisneiros (Eitch)
On Wed, Mar 30, 2011 at 3:00 PM, hyzhang wrote: > Hi, I am new to puppet. > > I have puppet server set up with passenger. But when I start puppetd > from client, I see following error in the syslog file: > Mar 30 13:52:03 puppetclient1 puppet-agent[29732]: Could not request > certificate: Error 5

Re: [Puppet Users] puppet client could not request certificate: Error 500 on SERVER

2012-08-20 Thread Jo Rhett
You should spend some time and determine how and why that is happening. I can assure you that it's not normal, so this is something specific to some custom code on your site. On Aug 19, 2012, at 10:56 AM, Stuart Cracraft wrote: > I am seriously thinking of putting those recursive chown's in root

RE: [Puppet Users] puppet client could not request certificate: Error 500 on SERVER

2012-08-20 Thread Mark Christian
Subject: Re: [Puppet Users] puppet client could not request certificate: Error 500 on SERVER You should spend some time and determine how and why that is happening. I can assure you that it's not normal, so this is something specific to some custom code on your site. On Aug 19, 2012, at 10:

[Puppet Users] Puppet client 3.2.X fails to install on Windows 7 x64

2014-01-24 Thread Josh D
Some of my users are having difficulty installing the Puppet client on their 64-bit Widows machines. The installation will get get to the point where everything is installed and it attempts to start the service. The service fails (see relevant information from install log from /l*v below) and

[Puppet Users] Puppet Client on German Windows, Service fail and manual run OK

2015-06-05 Thread Rico Steinitz
Hello, i search very long for a solution and now i have a solution for this problem. The installed puppet agent not run on german Windows systems as Windows service. I found a solution for the timezone value. If i fix this, i can call puppet manualy and it is successful. The service fail. After

[Puppet Users] puppet client 0.22.1-1 unable to communicate with master on 3.0.2-1

2013-02-01 Thread Chux
Hi, I have a client that I cannot upgrade from ubuntu 6.06 (due to application dependency issues) ... I have been able to get puppet/facter installed on it, but it seems unable to make certificate requests .. #/usr/sbin/puppetd -d -t -v err: No certificate; running with reduced fun

Re: [Puppet Users] Puppet client 3.2.X fails to install on Windows 7 x64

2014-01-24 Thread Rob Reynolds
On Fri, Jan 24, 2014 at 11:11 AM, Josh D wrote: > Some of my users are having difficulty installing the Puppet client on > their 64-bit Widows machines. The installation will get get to the point > where everything is installed and it attempts to start the service. The > service fails (see rele

Re: [Puppet Users] Puppet client 3.2.X fails to install on Windows 7 x64

2014-01-27 Thread Josh D
On Friday, January 24, 2014 1:02:59 PM UTC-7, Rob Reynolds wrote: > > The supported way of making it work is to update to at least 3.3.1. > Just tried installing the 3.4.2 client and had the same problem; service fails to start and the installation is rolled back. The log is *slightly* differen

Re: [Puppet Users] Puppet client 3.2.X fails to install on Windows 7 x64

2014-01-27 Thread Rob Reynolds
Josh, Can you try something for me? With the install, can you add the following to it? msiexec /qn /i themsilocation.msi PUPPET_AGENT_STARTUP_MODE=Manual And tell me if it installs okay? Then we'll move onto trying to start the service and see what errors crop up. On Mon, Jan 27, 2014 at 10:

Re: [Puppet Users] Puppet client 3.2.X fails to install on Windows 7 x64

2014-01-27 Thread Josh D
On Monday, January 27, 2014 10:34:36 AM UTC-7, Rob Reynolds wrote: > > Josh, > Can you try something for me? With the install, can you add the following > to it? > > msiexec /qn /i themsilocation.msi PUPPET_AGENT_STARTUP_MODE=Manual > > And tell me if it installs okay? > > Yep, one step ahead

Re: [Puppet Users] Puppet client 3.2.X fails to install on Windows 7 x64

2014-01-27 Thread Rob Reynolds
Can you blow away the C:/ProgramData/PuppetLabs directory and try the install again? On Mon, Jan 27, 2014 at 12:01 PM, Josh D wrote: > > > On Monday, January 27, 2014 10:34:36 AM UTC-7, Rob Reynolds wrote: >> >> Josh, >> Can you try something for me? With the install, can you add the >> follow

Re: [Puppet Users] Puppet client 3.2.X fails to install on Windows 7 x64

2014-01-27 Thread Rob Reynolds
You should be able to take ownership of the directory you cannot delete as an administrator. Once you have done that you should be able to move forward with deleting those. I think the prior install attempts might have botched something and that directory is not removed. On Mon, Jan 27, 2014 at 5

Re: [Puppet Users] Puppet client 3.2.X fails to install on Windows 7 x64

2014-01-28 Thread Josh D
On Monday, January 27, 2014 4:15:12 PM UTC-7, Rob Reynolds wrote: > > You should be able to take ownership of the directory you cannot delete as > an administrator. Once you have done that you should be able to move > forward with deleting those. I think the prior install attempts might have >

Re: [Puppet Users] Puppet client 3.2.X fails to install on Windows 7 x64

2014-01-28 Thread Rob Reynolds
Josh, I'm glad we were able to get you going. However it is slightly troubling to see that the service flips to automatic after running puppet agent. Also are you overriding the user the agent installed as to a non-administrative user? On Tue, Jan 28, 2014 at 3:24 PM, Josh D wrote: > > > On M

  1   2   >