Displaying 11 results from an estimated 11 matches for "strachey".
Did you mean:
strace
2007 Nov 02
8
Custom reports in puppet
Does any one know or whether have someone done custom reports in puppet.
Which will show the status of the servers, disk, cpu, load, pkg list,
configs/files edited via puppet, how often a config file is updated,
etc..
--
Deepak
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2009 Jun 08
4
Puppetrun timeout
I''m using puppet 0.24.7-4. I have a situation where I have some very long
running puppet runs in order to do upgrades (removing applications from load
balancers gracefully, et cetera).
My puppet runs triggered via puppetrun are finishing successfully:
Jun 8 20:31:29 puppetd[10178]: Finished catalog run in 345.18 seconds
Puppetrun itself is timing out:
err: Connection timeout calling
2007 Feb 16
0
Looking for descriptions of difficult problems
...d to work out the order in which
> do things (start new server, move clients, remove old server).
>
> Any comments/examples/feedback welcome ....
>
> Ta
>
> Paul
>
--
It''s impossible to foresee the consequences of being clever.
-- Christopher Strachey
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com
2007 Feb 09
1
Confusion regarding standard file permissions.
Hello,
I am attempting to extend the standard manifest generated by puppetd --genmanifest. Interestingly, it seems like my file configurations are not being honored in terms of permissions and ownership. Instead, the default permissions and owners are being set. Is there some way to override the defaults from within a manifest?
Also, I attempted to use the special parameters in the
2014 Dec 23
2
Dealing with roaming machines
also sprach Nico Kadel-Garcia <nkadel at gmail.com> [2014-12-23 07:50 +0100]:
> If it's not "in the local network", then it shouldn't get the
> subdomain of the internal network, and you've got a DNS "views" or
> DHCP configuration issue.
While the machine is not at the office, other machines can resolve
fishbowl.office to a valid IP? that's the
2007 Oct 17
4
oddity
Greetings,
Shouldn''t puppetd -o --ignoreschedules ... imply that splay* options are
ignored :-) If that''s not the intended behavior could we get a --run-now
that ignores splay* and schedules?
Cheers,
Ryan
2007 Feb 04
5
package provider multiple defaults
I am working on some initial testing of puppet and noticed that when
using the package type, I see this in my client logs (from different runs):
warning: Found multiple default providers for package: up2date, yum;
using up2date
warning: Found multiple default providers for package: yum, up2date;
using yum
This is on a CentOS 4.4 client with puppet-0.22.0-1.el4 (from dlutter
repo). After
2008 Feb 24
8
0.24.2 release candidate
...fully
solve the file corruption issues, plus some very strange issues
resulting from renaming lib/puppet/type/pfile.rb to lib/puppet/type/
file.rb.
Please file bugs as you find issues.
Thanks,
Luke
--
It''s impossible to foresee the consequences of being clever.
-- Christopher Strachey
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com
2007 Apr 18
20
dependency and communication between defined classes
Hi,
i wanted to know how you handle case when classes or define need to
communicate between them. For exemple i got an ftpd define and a
apachevhost define. Both need to know the path where the vhost is set
and this path is defined by the ftpuser home''s directory. How can i ask
information from other define or other classes ? we allready seen that
tag are not reliable as they
2007 Nov 18
20
Testing modules
There''s definitely enough complexity in some of the modules out there to
warrant solid test coverage, especially if people start extending a module
to support more distributions and OSes, while trying to keep the existing
support working. That''s even before you start thinking about functions,
facts, and native types. They''re *really* in need of solid testing, being
all
2007 Feb 22
33
Scaling Puppet 0.22.1 to hunderdes of nodes.
Hi,
My environment is composed of ~250 workstations hitting a single
puppetmaster server, which has been working fairly well up until now.
The most recent change has been a migration of a lot of remote file copy
objects which were previously handled with cfengine.
client side puppetd calls to the puppetmaster.getconfig method are
taking unreasonably long, on the order of 2-3 minutes. It