[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [openss7] Problems
Chuck,
The only time I get wierd problems like this is when I change
configuration defines and then simply do a make. You will find
it easier when you make configuration changes (e.g. CONFIG_SCTP_ )
that it is a good idea to do:
make clean
make depend
make install
make modules
make modules_install
One of the reasons for this is that the sizes of some things
change in the kernel depending on configuration defines which
are then applied in the module. If you get the kernel and
module out of sync you will get this problem. Just rebuild the
whole kernel from clean to be safe. I'm sure it will clear
up your problem.
--Brian
Chuck Winters wrote: Wed, 06 Jun 2001 18:18:58
[snip]
> sctp_rtt_calc: ensure(time < jiffies) failed at sctp_input.c +132
> sctp_rcv_init_ack: unless(!cb->daddr) failed at sctp_input.c +2066
> sctp_rtt_calc: ensure(time < jiffies) failed at sctp_input.c +132
> sctp_rcv_cookie_ack: unless(!cb->daddr) failed at sctp_input.c +2136
[snip]
[snip]
> sctp_rtt_calc: ensure(time < jiffies) failed at sctp_input.c +132
> sctp_rcv_shutdown_ack: unless(!cb->daddr) failed at sctp_input.c +2265
[snip]
--
Brian F. G. Bidulock ¦ The reasonable man adapts himself to the ¦
bidulock@openss7.org ¦ world; the unreasonable one persists in ¦
http://www.openss7.org/ ¦ trying to adapt the world to himself. ¦
¦ Therefore all progress depends on the ¦
¦ unreasonable man. -- George Bernard Shaw ¦