Displaying 20 results from an estimated 10000 matches similar to: "Puppet on RHEL3"
2007 Feb 12
9
New rpms for lockdir problem
I just built new puppet rpm''s for Fedora (puppet-0.22.1-2) that fix the
lockdir problem that many of you have encountered. The packages should
show up on a mirror near you very soon.
Unfortunately, I am having trouble getting to my buildsystem that I use
for the RHEL versions of the RPM; I made the source rpm available on my
people page[1] If you need the RPM for RHEL, you need to
2007 Dec 17
21
New error in Centos 5.1
Just started a "pilot" puppet server for real after messing around in
VMs for the past week or so... I used the 0.24.0 since it was available,
and on the test run, got this:
err: Could not prefetch package provider ''yum'': Execution of
''/usr/bin/python
/usr/lib/ruby/site_ruby/1.8/puppet/provider/package/yumhelper.py''
returned 512: /usr/bin/python:
2007 Mar 07
8
Writing definitions to support changing defaults
What is the right way to write definition so that defaults can be overriden?
$puppetdir = "puppet://$server/files"
define remotefile($source, $owner = "root", $group = "root", $mode =
0644, $backup = false, $recurse = false) {
file { $name:
mode => $mode,
owner => $owner,
group => $group,
backup => $backup,
2007 Mar 01
8
upgrading puppet?
How are people upgrading puppet itself on their hosts that run puppetd?
Can puppet be used to upgrade to a new puppet package via gem, rpm or
some other package provider? How do you handle restarting?
Just hoping theres a better way than "ssh and a for loop" or having to
have another configuration management system installed.
2007 Jun 19
11
Fileserver scalability
I just talked to Mike McGrath from Fedora Infrastructure, and he told me
that they are seeing load spikes (not quite performance problems yet,
but definitely a concern) in their setup. As an example, the graph [1]
shows a typical client - the spikes from 16:00 to 8:00 are almost
exclusively puppetd doing its thing.
It seems that the most likely culprit is the fileserver - they serve
500-1500
2006 Nov 13
7
0.20.1 and sqlite3 error
Hello,
I just installed the latest version of puppet and puppetmaster on an
up to date RHEL4 system. If I turn on ''storeconfigs'' on the
puppetmaster server I get the following error:
debug: Calling puppetmaster.getconfigerr: Could not retrieve
configuration: Uncaught exception No such file to load -- sqlite3 in
method puppetmaster.getconfig
I have gems and rails installed
2009 Oct 28
1
Puppet on RHEL3 - ruby-1.8.6 RPM
Hey folks,
I know there''s an old thread about this, and the provided solution to
make puppet work on RHEL3 was to recompile a more recent version of
ruby.
However, I think it would be nice to upgrade ruby from 1.6.8 to 1.8.6
with RPM, so here''s a quick tip for those who have to manage RHEL3
servers and would like to do it with puppet:
2007 Apr 19
15
Puppet rpm packages for RHEL4 x86_64?
Just wondering if anyone has built (or found) Puppet rpm packages for
RHEL4 x86_64 version.
James
*********************************************************************************
Important Note
This email (including any attachments) contains information which is
confidential and may be subject to legal privilege. If you are not
the intended recipient you must not use, distribute or copy this
2006 Dec 21
5
cft through changes (new tool based on puppet)
I''ve started working on a new tool that should help with modifying the
configuration of a system under the control of puppet. The tool is
called cft (pronounced ''sift'') and is inspired by Gnome''s Sabayon[1] in
taht it watches how an admin changes a system and spits out a puppet
manifest based on its observations.
Cft''s website is
2007 Jun 24
3
Facter operatingsystemrelease on Fedora
Currently, facter returns the kernel version as both the kernel and
operatingsystemrelease facts. I would like to change that so that on
Fedora, operatingsystemrelease is the release number (5,6,7 etc.) or
''Rawhide'' ... are there any objections to making that change ?
David
2006 Mar 04
3
USB key problems on enterprise systems
Just came up with some interesting (read: frustrating) problems on
RHEL3 and RHEL4 today at work, and I've confirmed one of the problems
on my up-to-date CentOS4 system at home. I was forced into releasing
some RHEL3 systems to replace our aging RH9 systems without time for
adequate testing, and that leads to problems like these.
On our legacy RH9 systems, mounting a USB key is no problem,
2007 Jul 27
6
puppet-0.23.1 rpm''s
Hi,
I''ve just built rpm''s for puppet-0.23.1 - since there were a few people
who had trouble with the update for 0.23.0 (the change in config files
requires a bit of rpm trickery), I decided to be a little more cautious
in how I push the new packages.
So far, new packages are (or, will be shortly) available in rawhide,
Fedora 7 updates-testing, and in my yum repos for
2007 Feb 06
23
What I''m doing with Puppet
Hi all,
Just reading through Luke''s interview on computerworld.com.au and I
came across this statement:
"This topic comes up on the list periodically, however, and most
people are very tight-lipped about what they''re doing with Puppet."
Being the chattermouth that I am, I''d like to take this opportunity to
tell you all what we''re (that is, my
2006 Aug 29
40
Red Hat release info
Hi all,
I''m looking at changing the operatingsystemrelease fact for Red Hat.
Linux currently just uses the kernel release as the operating system
release, but I''ve got a client who wants the release to have both the
specific distro (e.g., AS or EL) and the release (e.g., 3 or 4).
Will this particularly annoy anyone? Anyone want to help make the
release string work on
2007 Apr 11
22
any pointers for starting a windows port?
Hello
I am entertaining the idea of putting some time and effort into
making Facter and Puppet run on MS Windows. Call me crazy ...
Does anyone know anything about the issues that I''m likely to face?
What are the major stumbling blocks?
Initially I''d be happy just getting File to work, this would be of
tremendous value.
I''m guessing that Facter will require the
2004 Aug 09
1
RHEL3 ES to CentOS-3.1 - Possible??
Hello,
Does anyone know if it is possible to move from RHEL ES 3 to CentOS-3.1?
I've seen How-To's for RH9 --> CentOS-3, but nothing for the more horizontal
move of EL3 --> CentOS3.
Thanks in advance,
Doug
_________________________________________________________________
Don?t just search. Find. Check out the new MSN Search!
2007 Apr 10
16
Import all modules?
Is there a way to tell the puppetmaster that I want to import all modules
rather than listing each one individually?
2008 Jan 16
1
anyone have 0.23.2-1 puppet and puppet-server rpms for rhel4 & 5?
I just upgraded from 0.23.2-1 on RHEL 4&5 to 0.24.1-1. I used
Dlutter''s repository. What a mess I''m in now. Anyway to make a long
story short I moved all of the old configs out of the way
(/etc/puppet, /var/lib/puppet) and started over with a fresh install.
I can''t get puppetd on the server to request a cert. If I do a
"puppetd -v --waitforcert 90" the
2008 Feb 04
5
possible issue with puppet/yum - maybe a repeat
Hi
working with the following
puppet-0.24.1-1
puppet-server-0.24.1-1
ruby-1.8.1-7.EL3.8
rhel3 u8
The puppetmaster is running on rhel4 u5
I am working with puppet and rhel3 u8 and I have any an issue anytime I ask
puppet to interact with yum
for the record - yum from the cli works perfectly
I setup a class to manage ntpd and in the class I have the following
function
# make sure ntpd is
2007 Mar 19
23
puppet hangs while trying to restart a daemon
Hello all,
puppet hangs while trying to restart a daemon when the associated config
file changes, here the log:
Mar 19 11:30:04 ingentTest puppetd[27390]: Starting Puppet client
version 0.22.0
puppetd[27390]: Starting configuration run
puppetd[27390]:
(/ingenttest/qualsevolnode/guaita[guaita]/File[/etc/guaita.conf]/content) synced
puppetd[27390]: