similar to: last version of puppetd that will work with ruby 1.6.8 (RHEL3)

Displaying 20 results from an estimated 1000 matches similar to: "last version of puppetd that will work with ruby 1.6.8 (RHEL3)"

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
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 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?)
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
2007 Dec 19
0
solution for ruby 1.8.5 on rhel3
Hello... A while ago I posted a question about puppet on rhel3. I didn''t like the thought of replacing the default ruby version with a newer one. So I built up ruby 1.8.5 from rhel5 installed into /opt/. The name changed to ruby-opt (ruby-opt-1.8.5, ruby-libs-opt-1.8.5, etc) so that both versions can be installed together. spec file tweeks for ruby, factor, and puppet attached. (If
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 =>
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
2011 Jan 03
1
samba 3.5.6 and AIO on Linux
Hi list, I have been trying to enable AIO on ARMv5 Samba built with kernel headers 2.6.31.8, the configure indicated that AIO is supported via kernel headers and all went smooth (regarding the build process). Once I added the smb.conf 'aio write size=1' and tried to perform a file copy to the Samba share I noticed that 32K of the file (of the 1GB file) have been copied to the share but
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 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
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
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
2005 Mar 18
2
PDC Samba 3+LDAP
Hello all, I've some problem with my new Samba / Ldap PDC : I cannot join the Domain from Windows (XP) computers Okay, all configuration seem to be okay on the serveur, I can create Users,Computers for samba (and unix) I put here some config file, if someone can help me, I'm on since 5 days, it's my first PDC so I use the tutorial from Idealx (smbldap-howto) getent passwd give me
2005 May 15
2
FreeNX RPMs ?
Hi, Are there FreeNX rpms for RHE4/CentOS4 anywhere? Thanks, Adrian
2005 Mar 02
3
Samba as PDC and BDC on the same network.
I have recently configured two servers to be controlers of my domain. The first one is the PDC and is configured like : domain master = yes prefered master = yes local master = yes domain logons = yes security = user os level = 99 And the second, the BDC like : domain master = no prefered master = no local master = no domain logons = yes security = user
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 Jul 27
4
Help with ldap configuration please
This is on RHE4, I am getting an invalid DN error. Is there a good resource site for this type of configuration issue? There is a lot of info that comes up through google but I am having no luck finding anything relevant (or that seems relevant to me). Thank you in advance and sorry about the newbie question. smbd version 3.0.25b started. Copyright Andrew Tridgell and the Samba Team 1992-2007