Richardson, Andy wrote: > Dear all, > I keep on getting random crashes when the RTDM system is used for the > first time. Looking at previous posts it may be something todo with the > /proc file system interface, is there any way to disable /proc > interaction all together in the kernel compilation? Normally, yes (unless some other subsystem or userland depends on it): CONFIG_PROC. However, I would be very interested in seeing the oops dump you get (try to capture with a serial console if the system hangs) + some information about the versions you use. We should try to kill that gremlin first before considering workarounds (which may only postpone the crash, BTW). Jan