-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I''m having problems running puppetmasterd on Centos 5.4 as the default ruby(1.8.5) on Centos is old and leaks memory like an incontinent old lady. What I''m wondering about is if anyone has any tips wrt to running puppetmasterd with a more current ruby on Centos 5.4. I have tried to install the ruby rpms found in [1] but the install failed. I also tried to install ruby 1.9 to /usr/local and changing the !# path in /usr/bin/puppetmasterd, but this makes puppetmasterd not find other files. 1. http://krnjevic.com/wp/?p=75 So, what is the suggested way to do this? Kind regards, Tarjei -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLVDiaYVRKCnSvzfIRAmrSAJ0QiwKzxiJpYNBNko3AOtmGkxhYaQCbBAji Of6ZtAcQ0NlXTnIlIWAIng4=zw0b -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi> What I''m wondering about is if anyone has any tips wrt to running > puppetmasterd with a more current ruby on Centos 5.4.I rebuilt Fedora 12 ruby-rpms on CentOS and it works like a charm. Just download the src-rpm and rebuild it. cheers pete -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/18/2010 02:04 PM, Peter Meier wrote:> Hi > >> What I''m wondering about is if anyone has any tips wrt to running >> puppetmasterd with a more current ruby on Centos 5.4. > > I rebuilt Fedora 12 ruby-rpms on CentOS and it works like a charm. Just > download the src-rpm and rebuild it.That worked. Thanks. Note: If you try to rebuild a Fedore 12 srpm on a Centos 5 system, you have to install the srpm using --nomd5 since the hashing algorithm has changed between the versions. Regards, Tarjei> > cheers pete >- -- Tarjei Huse Mobil: 920 63 413 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLVHofYVRKCnSvzfIRAgCtAJwNUkOIdbOdzg3nXJefueFHx5iGMQCeN5ls m1HZ/d3eJI1ZSBqBmE+2lOs=Xlqh -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Mon, Jan 18, 2010 at 4:31 AM, tarjei <tarjei@nu.no> wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, I''m having problems running puppetmasterd on Centos 5.4 as the > default ruby(1.8.5) on Centos is old and leaks memory like an > incontinent old lady. > > What I''m wondering about is if anyone has any tips wrt to running > puppetmasterd with a more current ruby on Centos 5.4. > > So, what is the suggested way to do this? > > Kind regards, > Tarjei > > I am not sure about "the suggested way", but I built 1.8.7 from source(prefix=/usr/local), then renamed /usr/bin/ruby to ruby1.8.5 and then crated a symlink in /usr/bin to /usr/local/bin/ruby. That works just find for us. Cheers-- Charles -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.