So I''m new to puppet. I''m also new to ruby. Working through
the examples
and on the 1st attempt at rolling my own I seem to have hit an intermittent 
bug.
I''ve seen a posting here with a freeze on a mutex wait 
(https://groups.google.com/d/topic/puppet-users/e59dp4ebwMk/discussion) 
which seems similar, but not the same.
This happens about one time in 5 for me. I created my own (Ubuntu 12 LTS 64 
bit ) kvm VM for playing with this and have just used the standard ubuntu 
packages.
I can only assume that are others out there with the same issue. Wondering 
if there is some simple handy solution or perhaps I''ve missed something
obvious.
...
23:22:13.472754 --- SIGCHLD (Child exited) @ 0 (0) ---
23:22:13.472784 select(0, [], [], [], {0, 44771}) = 0 (Timeout)
23:22:13.517725 clock_gettime(CLOCK_MONOTONIC, {1991, 631428545}) = 0
23:22:13.517802 select(0, [], [], [], {0, 0}) = 0 (Timeout)
23:22:13.517867 brk(0x2c9c000)          = 0x2c9c000
23:22:13.518386 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
23:22:14.519713 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
23:22:15.520912 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
23:22:16.534472 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
23:22:17.535714 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
...
-- 
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/y2mc_8OqxrYJ.
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.
The same happens to me, any answer? El jueves, 26 de julio de 2012 01:16:46 UTC+2, david c escribió:> > So I''m new to puppet. I''m also new to ruby. Working through the examples > and on the 1st attempt at rolling my own I seem to have hit an intermittent > bug. > I''ve seen a posting here with a freeze on a mutex wait ( > https://groups.google.com/d/topic/puppet-users/e59dp4ebwMk/discussion) > which seems similar, but not the same. > This happens about one time in 5 for me. I created my own (Ubuntu 12 LTS > 64 bit ) kvm VM for playing with this and have just used the standard > ubuntu packages. > I can only assume that are others out there with the same issue. Wondering > if there is some simple handy solution or perhaps I''ve missed something > obvious. > > ... > 23:22:13.472754 --- SIGCHLD (Child exited) @ 0 (0) --- > 23:22:13.472784 select(0, [], [], [], {0, 44771}) = 0 (Timeout) > 23:22:13.517725 clock_gettime(CLOCK_MONOTONIC, {1991, 631428545}) = 0 > 23:22:13.517802 select(0, [], [], [], {0, 0}) = 0 (Timeout) > 23:22:13.517867 brk(0x2c9c000) = 0x2c9c000 > 23:22:13.518386 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout) > 23:22:14.519713 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout) > 23:22:15.520912 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout) > 23:22:16.534472 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout) > 23:22:17.535714 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout) > ... > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Try to upgrade to a more recent facter. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.