On Tue, Nov 22, 2005 at 06:09:30PM -0500, Joe Korty wrote: > > [pid 2479] read(4, "\0", 16384) = 1 > [pid 2479] write(3, > ",}\2169\1777\202T3\326\3572\2037\372\257\37\\\257\235R"..., 6192) = 6192 > [pid 2479] select(7, [3 4], [3], NULL, NULL) = 1 (out [3]) > [pid 2479] write(3, > "R\345\26:X\256\262\376g.\374\213\16W\33\341t(\330\206\330"..., 48) = 48 > [pid 2479] select(7, [3 4], [], NULL, NULL <unfinished ...> > Process 2479 detached > Killed by signal 15.
Thanks for the strace. Everything here looks OK as well. So at this point, the only thing that could be wrong on this host is if the kernel received data from the other side and did not wake up the select on file descriptor 3. To prove/disprove this possibility, please repeat the strace with a tcpdump on the same host and send us the last 100 lines of the strace accompanied by the tcpdump. Please run strace with -tt so we can match up the times. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html