I've got a handful of nodes (3?) out of about 400 that are giving me grief... 
puppet will run either manually or in the service mode. However, in the service 
mode the puppet process dies after an hour or so. I got an strace of the 
failure:

rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
read(8, "", 4096)                       = 0
rt_sigaction(SIGPIPE, {0x1, [], SA_RESTORER, 0x31af00eb10}, {0x31af88c700, [], 
SA_RESTORER|SA_RESTART, 0x31af00eb10}, 8) = 0
write(2, "ruby: ../../../libraries/libldap"..., 98ruby: 
../../../libraries/libldap/result.c:113: ldap_result: Assertion `ld != ((void 
*)0)' failed.
) = 98
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
write(4, ":XMLRPC::WEBrickServlet:0x2afa17"..., 495) = 495
tgkill(1267, 1267, SIGABRT)             = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT (core dumped) +++
[root@bastion100 ~]# 

I'm running Puppet 2.6.5 on CentOS 5.5 x86_64... any thoughts? 

—Matt

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to