On Sun, 16 Mar 2008 00:25:20 +0100 (CET) "Niels de Carpentier" <stgt at decarpentier.com> wrote: > I did some more checking of the connection issue, and the problem is that > the return code of it_destroy_nexus is not checked. In this case it will > return EBUSY, and the connection is never actually removed. The EBUSY should not happen, session_put should handle it. Can you send me a tcpdump log of the whole booting process (use `tcpdump -w boot.cap -s 1600`)? |