Displaying 20 results from an estimated 5000 matches similar to: "solution for ruby 1.8.5 on rhel3"
2007 Dec 07
2
last version of puppetd that will work with ruby 1.6.8 (RHEL3)
Hello...
What is the last version of puppet that will work with ruby version
1.6.8? I have a few RHEL 3 machines I would like to run puppetd (only
the client, not puppetmaster). They will be updated to RHEL 5 fairly
soon, so I don''t want to spend a lot of time trying to get a more recent
version of ruby on them.
thanks
/me buys Luke a beer for all his help :)
I now have
2007 Dec 07
2
Server is not a class with mongrel
Hello...
I am trying to switch to mongrel from webrick to get rid of the . puppetmaster is FreeBSD 6.2 with ruby, puppet, and mongrel all from ports (latest as of this morning). I get "Server is not a class". --verbose, --debug do not spit out any useful info.
puppet-0.22.4
ruby-1.8.6.111_1,1
ruby18-bdb46-0.6.2
ruby18-gems-0.9.4
rubygem-daemons-1.0.8
rubygem-fastthread-1.0
2007 Dec 27
1
order of execution
Hello...
I''m adding users via something like:
define devel_user ($fullname, $uid) {
user { "$name":
ensure => present,
comment => "$fullname",
gid => "500",
uid => "$uid",
shell => $operatingsystem ? {
FreeBSD => "/bin/sh",
default => "/bin/bash",
},
home =>
2010 Nov 15
2
bug with using exported resources?
Hello...
Is this a bug or by design?
I''m using exported resources to generate /etc/ssh/ssh_known_hosts. I
changed the example from the docs to this:
@@sshkey {
"$fqdn,$hostname,$ipaddress": type => rsa,
key => $sshrsakey,
}
so that I would get one line per host in the ssh_know_hosts file. What
happened was that on each run several (all?)
2011 May 24
2
ruby 1.9.2 rpms for testing
Hello...
I noticed from the list that puppet is not ready for ruby 1.9.2 yet.
I''m working at a ruby shop so I gave a shot at building ruby 1.9.2 rpms
with supporting gems for RHEL/CentOS. I have ruby-1.9.2 rpms that
replace the vendor rpms and ruby192 rpms that install in parallel with
the vendor rpms.
Is anyone interested in using these rpms to get puppet working with
1.9.2 and/or
2007 Dec 05
1
err: end of file reached
Hello...
There is a ticket for these errors:
... (err): Could not describe $path/$file: end of file reached
Is there a fix for this in the upcoming release, or is mongrel still the
only solution?
--
Christopher McCrory
"The guy that keeps the servers running"
To the optimist, the glass is half full.
To the pessimist, the glass is half empty.
To the engineer, the glass is twice
2006 Dec 18
8
file diff?
Hello...
I am looking to replace my current config file management solution with
puppet. I looked at both cfengine and puppet and neither seem to have a
"diff" option. as in:
configfile { "/etc/httpd/conf/httpd.conf":
source => "/httpd/httpd.conf"
}
will install a httpd.conf file. What I would like is to be able to see a
unified diff of the
2007 Nov 26
6
Help with tags
Hello...
I need some help with tags. as an example:
# pseudo code
class ssh {
file { "/etc/ssh/ssh_config":
# normal stuff
tag("dangerous") }
file { "/etc/ssh/sshd_config":
# normal stuff
tag("dangerous") }
file { "/etc/ssh/ssh_known_hosts":
# normal stuff
tag("safe") }
}
on client: puppetd --tags
2010 Nov 07
14
EC2 with puppet bootstrap notes and scripts
Hello...
I wanted to be able to startup an EC2 instance with one command and
have a fully functioning server without having to shell into each new
instance and configure the bits to allow puppet to finish the
configuration. Here are some notes I came up with for bootstrapping an
ec2 instance with puppet using Ubuntu 10.04. I left out a lot of things
about creating and running custom AIM
2006 Dec 18
2
FreeBSD ports
Hello...
I noticed that puppet is not in the FreeBSD ports collection. Is anyone
working on adding it? Or has someone made a ports Makefile for local use
they can share?
--
Christopher McCrory
"The guy that keeps the servers running"
chrismcc@pricegrabber.com
http://www.pricegrabber.com
Let''s face it, there''s no Hollow Earth, no robots, and
no ''mute
2007 Jan 24
1
bug in logging
Hello...
After a break, I am back to my integrating puppet project. While
testing I ran into a bug in puppetmaster.log. (maybe. it is possible I
did this myself with a borked config )
I seems that puppetmaster is re-logging past data. I have noop = true
and set runinterval = 60 to show the bug. I manually added the "manual
break" lines in between runs.
Wed Jan 24 09:27:29
2009 Dec 23
1
puppetmaster 0.25.x factdir error
Hello...
I started testing puppet 0.25.x on my puppetmaster (RH 5.4 x64_64). I
first tried 0.25.1 from EPEL testing, then 0.25.2rc1. I am using
apache/mongrel with 10 ports. My puppetmaster configs are
in /srv/puppet not /var/puppet. When starting puppetmaster I get the
following errors:
Port: 18140Could not prepare for execution: Got 1 failure(s) while
initializing: change from directory
2002 Oct 15
2
AMENDED: Ppmtolss16 trouble...
Upon finding a different image conversion program, I have eliminated the
Premature EOF problem that I had(apologies if I post this before the
moderator approves my first post...you can ignore it if/when it shows
up).
Now, I am seeing the script complete with no error.
I tested my syslinux.dpy file with the syslogo.lss file from the
samples, and it's fine.
The lss file I created, however,
2000 Feb 29
1
openssh-1.2.2 with openssl-0.9.5 rsa problem
Hello...
to openssh-unix-dev at mindrot.org
cc djm at ibs.com.au
devel platform: linux intel redhat 6.2beta
http://violet.ibs.com.au/openssh/files/openssh-1.2.2.tar.gz from rpm at
same.
I am NOT subscribed to the openssh-unix-dev list.
I ran into a problem using openssh-1.2.2 with openssl-0.9.5. With
openssl 0.9.5 you can now compile shared libraries without idea, rc5 and
rsa.
openssl
2007 Dec 13
2
ANNOUNCE: 0.24.0 is out
At long last, 0.24.0 has been released. Look for your friendly
packagers to package it up in the near future, but in the meantime
you can download it:
http://reductivelabs.com/downloads/puppet/puppet-0.24.0.tgz
I''ll be walking the different release sites (RubyForge et al) and
posting it there, too.
Look for a related announcement later today on changes in development
practices
2010 Apr 27
7
Puppetmaster with stored configs leaks file descriptors on CentOS 5
Hi folks,
When I enabled stored configs on my puppet master, it began keeping lots
of open connections to the MySQL server (as far as I understand it
opened one connection for each client run and never closed them).
I set up the server to close idle connections after 5 minutes. Now the
database server does close the connections but the puppet master keeps
them in CLOSE_WAIT state and eventually
2005 Jan 10
1
update for 4.11 Security Officer-supported branches
Hello...
In regards to http://www.freebsd.org/security/ , from what I understand
the FreeBSD 4.x branch is generally winding down in favor of the 5.x/6.x
branches. It would be nice to know ahead of time if 4.11 will also be
an extended release, or if that would fall to 4.12. For those of
running 4.8 (expiring about the same time as 4.11 is released) we would
be in a better position to know
2005 Mar 09
2
Chapter 6: Making Users Happy...
Not sure if this is the place to post this but....I'm just going through the
process of installing Samba and LDAP using the current version of Chapter 6:
Making Users Happy
(http://us4.samba.org/samba/docs/man/Samba-Guide/happy.html#id2557011
<http://us4.samba.org/samba/docs/man/Samba-Guide/happy.html#id2557011> )
I found one error in the Install and Configure Idealx smbldap-tools
2005 Mar 14
1
W2K Server and Workstation can't join SMB/LDAP domain
I have a SMB Domain set up with a PDC and BDC. The BDC is joined to the PDC
domain fine and shows up in the LDAP directory.
I can add and delete users to the LDAP directory. I can use the user
accounts to access the Linux boxes. My W2K boxes see the domain and domain
servers when browsing. I can access the shared drive on the PDC.
I cannot join the Windows servers to the domain. I get an error
2005 Mar 16
3
Problem joining a Samba 3 domain - DC can't be contac ted
My domain name is SAMBA-DOMAIN, I can't join it from a
win 2003 machine. Now, if I try to join it from a XP
machine, I am asked to enter a username and password
for a user allowed to join the domain, however, the
info I enter is not accepted!!!
Any idea please?
Thank you
Note: to manage joining my samba domain from a xp
machine, I had to change a registry key.
--- "Mccrory, Kevin