Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-03-15 Thread Silviu Paragina
On 12.03.2010 22:34, Nigel Kersten wrote: For those people following along at home on this issue, Lucas Nussbaum chased it up on behalf of Debian and has just gotten a patch uploaded to Debian that resolves this problem. http://redmine.ruby-lang.org/issues/show/2739 Kudos for Lucas and

Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-03-12 Thread Nigel Kersten
For those people following along at home on this issue, Lucas Nussbaum chased it up on behalf of Debian and has just gotten a patch uploaded to Debian that resolves this problem. http://redmine.ruby-lang.org/issues/show/2739 On Mon, Mar 1, 2010 at 8:44 AM, Nigel Kersten nig...@google.com

Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-03-12 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/03/10 7:34 AM, Nigel Kersten wrote: For those people following along at home on this issue, Lucas Nussbaum chased it up on behalf of Debian and has just gotten a patch uploaded to Debian that resolves this problem.

Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-03-12 Thread Nigel Kersten
On Fri, Mar 12, 2010 at 12:55 PM, James Turnbull ja...@lovedthanlost.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/03/10 7:34 AM, Nigel Kersten wrote: For those people following along at home on this issue, Lucas Nussbaum chased it up on behalf of Debian and has just gotten

Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-03-01 Thread Silviu Paragina
Sorry for reviving such an old thread : I've actually hit this today on a single core machine (amd sempron if it matters..). r...@testclient:~# ruby -v ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] r...@testclient:~# puppetd -V 0.25.1 Any other solutions to this and/or if it has been

Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-03-01 Thread Nigel Kersten
On Mon, Mar 1, 2010 at 5:29 AM, Silviu Paragina sil...@paragina.ro wrote: Sorry for reviving such an old thread : I've actually hit this today on a single core machine (amd sempron if it matters..). r...@testclient:~# ruby -v ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux]

[Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-18 Thread kai.steverding
Well, looks like i stired up a hornets nest with this bug. Thank you for the help. We will see, what the ruby core people can do. Kai On 17 Feb., 00:11, Nigel Kersten nig...@google.com wrote: On Tue, Feb 16, 2010 at 12:23 PM, Nigel Kersten nig...@google.com wrote: On Sat, Feb 13, 2010 at 6:13

Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-16 Thread Nigel Kersten
On Sat, Feb 13, 2010 at 6:13 PM, Joshua Anderson joshua_ander...@mac.com wrote: I'm afraid that I couldn't reproduce this on a Debian VM with Kai's example. Joshua, I was just having issues reproducing it as well on a 4 core system. As soon as I ran 3 instances of: while : ; do openssl speed;

Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-16 Thread Nigel Kersten
On Tue, Feb 16, 2010 at 12:23 PM, Nigel Kersten nig...@google.com wrote: On Sat, Feb 13, 2010 at 6:13 PM, Joshua Anderson joshua_ander...@mac.com wrote: I'm afraid that I couldn't reproduce this on a Debian VM with Kai's example. Joshua, I was just having issues reproducing it as well on a 4

Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-13 Thread Nigel Kersten
Note too that the same bug should be affecting Debian testing and unstable if the Ruby 1.8.7 p249 package is the problem. Surely we have some people running Debian testing on the list? Seeing any weird timeouts with execs? On Fri, Feb 12, 2010 at 11:57 AM, Joel Ebel jbe...@google.com wrote:

Re: [Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-13 Thread Joshua Anderson
I'm afraid that I couldn't reproduce this on a Debian VM with Kai's example. Here's my attempt: j...@debian:~$ uname -a Linux debian 2.6.18.8-x86_64-linode10 #1 SMP Tue Nov 10 16:29:17 UTC 2009 x86_64 GNU/Linux j...@debian:~$ ruby -v ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux]

[Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-12 Thread Joel Ebel
Kai, and anyone else experiencing this problem, please go vote, and optionally chime in with any details you can provide on: https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/520715 Thanks, Joel On Feb 11, 3:06 pm, Joel Ebel jbe...@google.com wrote: I've reported this bug to Ubuntu.  The

[Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-11 Thread Joel Ebel
I've reported this bug to Ubuntu. The solution is to rebuild ruby1.8 without pthreads, unless ruby fixes the bug upstream which causes the hang. https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/520715 Joel On Feb 10, 2:42 pm, Nigel Kersten nig...@google.com wrote: On Wed, Feb 10, 2010

[Puppet Users] Re: Exec doesn't work with Ubuntu Server 10.04 (Lucid Lynx) 64bit

2010-02-09 Thread kai.steverding
I could narrow down the problem : The exec call works in 2 CPU machine. It does not work in a single CPU machine. I can switch my VM from 2 to 1 CPU's and break puppet with this change. Here are the informations you requested : r...@puppet:/etc/puppet/manifests# ruby -v ruby 1.8.7 (2010-01-10