Guy Sheffer
Guy Sheffer
@lurch have 32GB ram :(
I am not sure why we slided from detecting if an sdcard has failed to memory buffers. Perhaps I can give more info on how an sd card that dies...
For example here is a solution someone implemented for this: https://raspberrypi.stackexchange.com/questions/88301/detect-an-sd-card-that-became-read-only
The verify process takes considerably more time when this happens. If the card was in cache, I doubt it would have been slower. Ill try find another machine and test....
The corrupted sd card, which I kept here to test this issue, and just plugged in now, does not seem to get detected anymore by my linux at all. Even...
It might be an rpi 4B that has some updated hardware. 1. did you try the latest nightly? 2. You can try updating using ``rpi-update`` the kernel and see if...
The relative path becomes a problem if you are using docker build environment. Or multiple CustomPiOS source trees. I am not sure how to solve this without placing custompios in...
Its part of .gitignore on my distros: eg: https://github.com/guysoft/OctoPi/blob/devel/.gitignore#L2 I initially didn't add git files in to the template folder of a new distro. But since 2013 when it started...
Is there a method from a validation generator, that would just spit out a bunch of them to test with? something along the line of ``get_validation(validation_generator)`` that would return what...
Not out of the box, you could either extend it to do that, or use a base image that already has a partition in place.