Hi All,
I am having a problems that I am at a loss to debug, so I thought I would ask here. After anywhere between 1 minute and 5 hours I get a kernel oops;-
(sorry about taking a photo of the screen)
An the Pi stops in its tracks. I have tried it on 3 different pi's and get the same result. The one common thing is I am running cgminer (https://github.com/ckolivas/cgminer). I tried to get around the problym (sort of... very dirty) with;-
kernel.hung_task_panic = 1
kernel.panic=1
kernel.panic_on_oops=1
In /etc/sysctl.d/panic.conf so when I 'sysctl -a | grep panic' I get;-
kernel.hung_task_panic = 1
kernel.panic = 1
kernel.panic_on_oops = 1
So... my question is, why are my sysctl settings not being obeyed and more importantly can anyone help me with debugging an oops!
Neil