Alexurb
Alexurb
Same issue here. Attached is my kernel log. [kern.log](https://github.com/raspberrypi/linux/files/2775290/kern.log) The issue occurs around Jan 18 19:57:02 This is on a headless install. The green light is constant, the PI responds...
Happened again mid movie. Attached is another kernel log [kern.log](https://github.com/raspberrypi/linux/files/2780478/kern.log)
I've so far found some advice from https://www.blackmoreops.com/2014/09/22/linux-kernel-panic-issue-fix-hung_task_timeout_secs-blocked-120-seconds-problem/ summary: sudo sysctl -w vm.dirty_ratio=10 sudo sysctl -w vm.dirty_background_ratio=5 sudo sysctl -p seems to do the trick so far, still testing (3...
> I've so far found some advice from https://www.blackmoreops.com/2014/09/22/linux-kernel-panic-issue-fix-hung_task_timeout_secs-blocked-120-seconds-problem/ > summary: > sudo sysctl -w vm.dirty_ratio=10 > sudo sysctl -w vm.dirty_background_ratio=5 > sudo sysctl -p > seems to do the...