Stefan Biermann
Stefan Biermann
I have the same problem since a few month ago, every node of my Raspberry Pi Kubernetes Cluster has every day (nearly every 24 hours) that exception. As nodes i...
I have ported the patch locally back to the 4.19.y branch and build the kernel to test the patch. System is rebooted and if the error happens again, it will...
@lategoodbye It seems that the patch is not working, in the morning i have the same errors as before. > [Wed Jun 5 03:46:39 2019] INFO: task kworker/2:3:17085 blocked for...
@lategoodbye Sorry, i'm not so familar with building a kernel, normally i use only default kernel images or in a very few cases rpi-update given kernel. This https://www.raspberrypi.org/documentation/linux/kernel/building.md instructions i...
That doesn't work and brokes the kernel, the Pi never boots up. To recover i have copied the old kernel back to the system and now it starts up again.
I have solved the issue for me, but it is not a general solutions. Anyway i describe here my workarround maybe it helps some other to solve the problem. As...
I can confirm, it works like a charm after following the two descriptions. I'm now using old 1.12.0 version with TTN V3, no need for a new flashing.
Count me in, i need that feature. When it will be merged?
It should send at least every 10 seconds a message to the MQTT broker, this should be enough to prevent disconnecting from wlan or other things. A sleep mode is...
My experience with c is limited, so my simple though was to add a ifdefine alpine than use qsort_s and everything else uses qsort_r. But i'm not sure if it...