[Puppet Users] Re: One puppet run divided to two puppet runs

2014-10-15 Thread Marcin Spoczynski
Thanks for the answer, but the main question is why puppet need to have 2 puppet runs instead of one in the 2 nd example? On Wednesday, 15 October 2014 14:11:48 UTC+1, jcbollinger wrote: I'm uncertain which differences between the two logs you find significant. They do appear to have been

[Puppet Users] One puppet run divided to two puppet runs

2014-10-14 Thread Marcin Spoczynski
I have puppet run on 2 host On the first one looks like this Oct 14 12:28:21 node1 puppet-agent[3447]: (/File[/etc/yum/pluginconf.d/versionlock.list.packages]/content) content changed '{md5}8f8bac772793e3e4d83fc04c94f28ccb' to '{md5}12bae94916fc072e808415ddfc3f1583' Oct 14 12:28:21 node1

[Puppet Users] Problem with deploying Hiera hashes in order

2014-05-06 Thread Marcin
I got the following lines in Hiera: # My hash array somehash::somevalues: # NODE1 - ukdc1-c1-pscn01 -- 172.19.128.2 - below FIRSTARTEFACT1: artefact: FIRSTARTEFACT order: ?? SECONDARTEFACT: artefact: SECONDARTEFACT order: FIRSTARTEFACT1

[Puppet Users] Re: file monitoring

2012-05-15 Thread marcin
Thank you for fast response... But in my case I manage the content of the file with puppet... I use built in functions of nagios... Nagios_service || @@nagios_service { Proc-$fqdn: use = 'generic-service', check_command = 'check-p[roc',

Re: [Puppet Users] yum.puppetlabs.com rsync problem

2011-07-19 Thread Marcin Trendota
Zach Leslie wrote: The rsync config should be sorted now. Give a test and let us know if there are any issues. It works like a charm now, thank you! -- Best regards Marcin Trendota -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post

[Puppet Users] yum.puppetlabs.com rsync problem

2011-07-18 Thread Marcin Trendota
): Connection refused (111) rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.8]' Does anybody know what happened? BTW: command from http://tinyurl.com/3qvmpn7 also doesn't work for me. -- Best regards Marcin Trendota -- You received this message because you

[Puppet Users] Re: Two packages, different providers, same name

2011-01-26 Thread Marcin Deranek
This should work: package { foo: ensure = installed } package { foo-1.2: ensure = installed } or package { foo: ensure = installed } package { foo.$architecture: ensure = installed } on CentOS. Possibly other OS's should have similar workaround(s) (not sure if

Re: [Puppet Users] Puppet + APT, I am lost...

2010-09-05 Thread Marcin Owsiany
regards, -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program in development at MIT expands until it can read mail. -- Unknown

Re: [Puppet Users] Puppet + OpenVZ

2010-08-17 Thread Marcin Owsiany
there something you'd like to reuse. -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program in development at MIT expands until it can read mail

Re: [Puppet Users] Using Puppet for application deployment

2010-03-19 Thread Marcin Owsiany
or whatever). You would not want to degrade ungracefully by shutting it down with the DB. -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program in development at MIT expands until it can read

Re: [Puppet Users] Re: Magazine article comparing CPU usage of Puppet vs. Cfengine

2010-02-25 Thread Marcin Owsiany
be a more significant problem in smaller systems. Using nice is not an option with puppet, as all services/daemons that puppet will start would be in the same nice level as puppet. If only there was SMF for Linux.. ;-) -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl

Re: [Puppet Users] My first type/provider - does nothing...

2010-02-17 Thread Marcin Owsiany
take the opportunity to send it out now, the code might never see daylight. I hope someone finds it useful, and perhaps even give it some love. It's been quite a while since I used them, so I'm not sure if they work with modern puppet. -- Marcin Owsiany mar...@owsiany.pl http

Re: [Puppet Users] Puppet 0.25.4 and Facter 1.5.7 debs available in debian unstable.

2010-02-11 Thread Marcin Owsiany
| unstable | source, all they're both up there now. -- nigel What is rmadison??? $ whatis rmadison rmadison (1) - - Remotely query the Debian archive database about packages $ dpkg -S `which rmadison` devscripts: /usr/bin/rmadison -- Marcin Owsiany mar...@owsiany.pl

[Puppet Users] Failed to retrieve current state of resource: No child processes

2009-08-11 Thread Marcin Owsiany
-1 only seem to touch packaging). regards, -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program in development at MIT expands until it can read mail

[Puppet Users] Re: exec : creates parameter does not create the file

2009-06-28 Thread Marcin Owsiany
a reboot. hence puppet would rerun the exec again. Also, if gem sources -a fails, it would not be retried until next /tmp cleanup. -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program

[Puppet Users] Re: Puppet

2009-06-15 Thread Marcin Owsiany
On Mon, Jun 15, 2009 at 09:09:03AM -0700, Jean-Michel Philippon-Nadeau wrote: Any ideas how I can troubleshoot my issue? Perhaps run puppetd in nodaemon mode under strace. -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E

[Puppet Users] Re: set password of root

2009-05-06 Thread Marcin Owsiany
On Wed, May 06, 2009 at 09:24:41AM -0500, Evan Hisey wrote: openssl passwd -crypt $passwd [...] encrypted password so it will go over the wire encrypted. It will now But it will still show up unencrypted in processlist. -- Marcin Owsiany mar...@owsiany.pl http

[Puppet Users] Re: set password of root

2009-05-06 Thread Marcin Owsiany
ruby-shadow package, you just need to specify the crypted string. It's easy enough to just use sed in a exec to updatet the hash in shadow. Sounds like a recipe for a race condition :-/ -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-05-03 Thread Marcin Owsiany
. -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program in development at MIT expands until it can read mail. -- Unknown

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-04-10 Thread Marcin Owsiany
On Wed, Apr 08, 2009 at 07:44:07PM +0100, Gary Law wrote: 2009/4/6 Marcin Owsiany mar...@owsiany.pl On Mon, Apr 06, 2009 at 10:50:17AM +0100, Gary Law wrote: + start-stop-daemon --stop --quiet --pidfile /var/run/puppet/puppetd.pid [...] g...@dv01:~ $ ps -ef | grep [p]uppet root

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-04-06 Thread Marcin Owsiany
, --pidfile pid-file Check whether a process has created the file pid-file. My guess would be that you need more arguments, perhaps --name? -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-04-04 Thread Marcin Owsiany
On Fri, Apr 03, 2009 at 05:58:45PM +0100, Gary Law wrote: g...@dv01:/ $ sudo /etc/init.d/puppet stop [...] I can't see any obvious reason why this isn't working sudo bash -x /etc/init.d/puppet stop might be enlightening.. -- Marcin Owsiany mar...@owsiany.pl http

[Puppet Users] Re: Strange behaviour in OpenVZ container

2009-04-04 Thread Marcin Owsiany
container. When I stop puppetd, all thing goes allright. My puppetd/puppetmaster versions is 0.24.5 from Debian/Lenny distribution. How can I find what is goes wrong? Use strace and/or tcpdump to find out what the programs are actually waiting for. -- Marcin Owsiany mar...@owsiany.pl

[Puppet Users] Re: Controlling gconf values

2009-02-21 Thread Marcin Owsiany
for $user to avoid duplicates... Also, perhaps an onlyif parameter to avoid setting this every time (unless gconftool already checks current value and no-ops if no change is required). -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E

[Puppet Users] Re: Puppet playing badly with Debian etch rubygems

2009-01-29 Thread Marcin Owsiany
-- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program in development at MIT expands until it can read mail. -- Unknown

[Puppet Users] Re: changing name of resource without changing the title

2008-12-19 Thread Marcin Owsiany
. That is not ideal, though, as it leaves you with a window of not having any vim installed. It would be better if puppet just decided to install vim-nox, at which point aptitude would remove vim if needed, before configuring vim-nox. -- Marcin Owsiany mar...@owsiany.pl http://marcin.owsiany.pl

[Puppet Users] Re: Could not write crontab for root: Invalid user: root

2008-11-25 Thread Marcin Owsiany
On Tue, Nov 25, 2008 at 02:51:51AM -0800, Bruno B wrote: After restarting this zone it finally works. Maybe nscd got hosed? -- Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program

[Puppet Users] Re: service not starting

2008-11-05 Thread Marcin Owsiany
look at http://reductivelabs.com/trac/puppet/wiki/TypeReference#service to see how the service type checks for running services and how you can tweak that. -- Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4

[Puppet Users] test, please disregard

2008-09-29 Thread Marcin Owsiany
I'm having problems with google groups -- Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program in development at MIT expands until it can read mail

[Puppet Users] test 2, please disregard

2008-09-29 Thread Marcin Owsiany
I'm having problems with google groups -- Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 Every program in development at MIT expands until it can read mail