Thank you very much for making such a wonderful OS.
Does NVOC v0018 have log file when miner restart after GPU soft crash?
In the v0018 1bash it does; in this updated version it only logs restarts. This is because logging slightly decreases stability with using USB keys. I will make watchdog logs a YES/NO option for the next 1bash. For now you can open the watchdog file:
IAmNotAJeep_and_Maxximus007_WATCHDOG
go to line 86:
kill $target #| tee -a ${LOG_FILE}
and remove the # so it reads:
kill $target | tee -a ${LOG_FILE}
and it will log soft crashes.
Thank you very much. I'll try.