Okay so on bootup, kernel message is spit out:
Code:
request_module: runaway loop modprobe char-major-235-12
The system still boots and runs...or tries to.
1) There seem to be around 32 processes running with [khelper] using [modprobe] on char-major-235-12.
2) This causes the system to...practically convulse.. System lags and every program eventually becomes [defunct].
3) this happens even in
init 1
4) killall -9 does not work against those processes, probably due to the kernel process [khelper].
So..
1) Is this a kernel problem..I am currently recompiling it on another host, using chroot.?
2) is this a modprobe problem..I recompiled it as well under the chroot?
3) what is char-major-235-12. This seems to be /dev/erandom, thanks to some research. This leads me to believe that the erandom patch does not work, or it corrupts the kernel..
Any ideas? I will probably try recompiling from a vanilla, or at least an erandom free, kernel.
one final question, is a "runaway loop" the same as an infinite loop?