29 Jun
2005
29 Jun
'05
2:43 p.m.
Still can't solve the problem. External script fired according to acct_users file stays in <defunct> state for every call.
Edit src/main/threads.c, and edit the function rad_fork(): pid_t rad_fork(int exec_wait) { pid_t child_pid; reap_children(); /* ADD THIS LINE */ ... Re-compile & re-install. That will fix the problem. I'll include the patch in the server source. Alan DeKok.