[EMAIL PROTECTED] wrote: > Hi, Hi Sebastien,
<snip> > When the preferred interface connected again after disconnection, the > Nemo-Deamon switches back to the prefered interface -> this is all right. > But sometimes in that case the Nemo-Deamon freezes on the MR and I must > restart the comuter. <snip> > Have you any idea what I can do? This is quite certainly a kernel hangup. I'd suggest you recompile your kernel with all locking related kernel hacking options (Detect Soft Lockups; Mutex debugging, deadlock detection; Spinlock debugging; Sleep-inside-spinlock checking) as well as the Magic SysRq key option enabled. The help text for Magic SysRq is quite good at explaining how it's used, just make sure it's enabled before starting nemod. This can be done by running "echo 1 > /proc/sys/kernel/sysrq". Hopefully this will enable you to track down the location of the hangup. Regards, Ville _______________________________________________ mipl mailing list [email protected] http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl
