On Thu, Mar 19, 2015 at 07:15:28PM -0700, Jerry Jerry wrote: > Hello everyone, > > We had another problem today, where modprobe shows an error in > /var/log/message when we ran an sctp application: > > modprobe: FATAL: Error inserting sctp > (/lib/modules/2.6.32.12-0.7-default/kernel/net/sctp/sctp.ko): Invalid > argument > > I'm wondering what might be possible causes of this and how should we > bypass this.... Appreciate any comments and suggestions. > > Regards, > Jerry EINVAL is returned by mod_sysfs_setup. Ostensibly its because you either specified a module option that doesn't exist, or because the module is already loaded. There could be other reasons, but those are the ones that pop immediately to mind. Neil > -- > To unsubscribe from this list: send the line "unsubscribe linux-sctp" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html