Hi Vlad! I have recompiled the 2.6.33 kernel with your debug patch. I have also enabled SCTP debugging with with CONFIG_SCTP_DBG_MSG=y. You can find the log messages in the attached file. Hope it helps! Best regards George On 03/26/2010 03:36 PM, Vlad Yasevich wrote: > Hi George > > George Cheimonidis wrote: > >> Hi Vlad! >> >> I am sending this email, after the discussion that we had in the forum >> thread >> https://sourceforge.net/projects/lksctp/forums/forum/83479/topic/3615562. >> This was related to the problem that I faced when using connect() after >> binding to three IP addresses (two IPv4 and one IPv6). The problem seemed >> to occur when auth_enable is set. >> I am willing to rebuild the SCTP module with the patches that you mentioned. >> Please provide me with some instructions on how to apply these patches, if >> possible. >> >> Best regards, >> George >> >> > > Here is a debug patch that should apply against either 2.6.31 or 2.6.33. > To apply it, you'll need the Ubuntu sources or sources from kernel.org > > To apply them, just use > $ patch -p1< patchfile > > Then rebuild the kernel or just the sctp module if you don't want to wait too > long. To build the module you do > $ make net/sctp/sctp.ko > > Thanks for doing this. > -vlad >