Displaying 2 results from an estimated 2 matches for "raboo".
Did you mean:
aboo
2012 Mar 02
9
zombie child process
Hi,
This is the third or fourth time this happens. But puppetd gets a zombie
shell childprocess and then never finishes the run.
/opt/tc-puppet/bin/ruby /opt/tc-puppet/sbin/puppetd
\_ [sh] <defunct>
How do I begin looking on what can be wrong?
This error has appeared on both 2.7.6 and 2.7.11.
Regards,
Elias
--
You received this message because you are subscribed to the Google Groups
2012 Feb 23
9
32bit and 64bit version of a package
Hi,
I''m trying to write a recipe to install the latest libstdc++ in both
32bit and 64bit flavors and running into issues. Yum only wants to
install the 64bit version if I do:
yum install libstdc++
If I do something like:
package { "libstdc++.i386" : ensure => latest }
It tells me "nothing to do"
Any suggestions on the right way to do this?
Thanks!
Alan
--