I investigated a little bit more, and I made a strace of xinetd since with nc and telnet I found
that it's xinetd that shuts leafnode.
[pid 1987] send(7, "<86>Oct 28 15:43:24 xinetd[1987]"..., 70, 0) = 70
[pid 1987] rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8) = 0
[pid 1987] close(6) = 0
[pid 1987] select(6, [3 5], NULL, NULL, NULL <unfinished ...>
[pid 32279] --- SIGSTOP (Stopped (signal)) @ 0 (0) ---
[pid 32279] rt_sigaction(SIGPIPE, {SIG_DFL}, {SIG_IGN}, 8) = 0
[pid 32279] rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_IGN}, 8) = 0
[pid 32279] rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_IGN}, 8) = 0
[pid 32279] rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_IGN}, 8) = 0
[pid 32279] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 32279] close(3) = 0
[pid 32279] close(4) = 0
[pid 32279] close(0) = 0
[pid 32279] close(1) = 0
[pid 32279] close(2) = 0
[pid 32279] setgid32(0xdupeek: ptrace(PTRACE_PEEKUSER,32279,44,0): Operation not permitted
detach: ptrace(PTRACE_DETACH, ...): Operation not permitted
Process 32279 detached
What happens? could it be that I recompiled glibc?
-- [EMAIL PROTECTED] mailing list
