Hi Ryan,
sorry for the late reply, I lost track :/
On Tue, Mar 09, 2010 at 12:24:20PM -0800, Ryan Tomayko wrote:
such a weird child. Maybe the signal mask or UID/GID can tell me
which step would be the next and might be the failing one.
You got it:
# cat /proc/25335/status
[…]
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
Some weeks ago I posted a mail on this issue on this mailing list. I was
suggested to set a max value in the rrddb. This is only a workaround but
it works at least for me.
- --
regards,
Manuel
On 24/03/2010 19:26, Peter Warasin wrote:
Hi
Hi,
on solaris2.6, nanosleep() comes from libposix4.
This is not caught by the current configure script, would it be
possible to add it?
Here is a post that does this test:
http://lists.xiph.org/pipermail/icecast-dev/2004-March/000981.html
In that case the patch was:
Index: configure.in
I found another discussion of this
http://lists.apple.com/archives/Darwin-development/2002/Apr/msg00408.html
that suggests the patch is more like
- AC_CHECK_FUNCS(nanosleep, [], AC_CHECK_LIB(rt, nanosleep,
nanosleep_needs rt=yes], AC_MSG_ERROR(cannot find nanosleep)))
+