Dear
patrike,
I accidentally discovered that Avesome's Linux client writes the miner's log (console_output.txt) to a file on disk. To the same directory where the miner is located. OMG but why not in the folder like /var/log? It's Linux, not Windows. Most people run Linux from a USB flash drive. And I run from a USB stick. All common logs are written to the /var/log which was directed to RAM disk (tmpfs) - this ensures the long life of the USB flash drive.
But your method will lead to the sudden death of USB flash drives on all farms.
Please urgently change the location of the miner log file, for example var / log.
screenshot postimg.cc/ns27wQMW
AwesomeMinerService.log:
9/2/21 3:07:06 PM.023 [055] [S]Creating start script: /root/.local/share/AwesomeMinerService/t-rex-0.21.6-linux.tar_1/awesome-start.sh, Command:
"/root/.local/share/AwesomeMinerService/t-rex-0.21.6-linux.tar_1/t-rex" --temperature-limit 65 --lock-cclock 1100 --no-watchdog --pci-indexing -a ethash -o eu1.ethermine.org:4444 -p x -u 0xff6dfA0d44229D0Baa257C4667E54DBAe9DEc891.rig2 -w rig2 --api-bind-http 0.0.0.0:4028 | tee "/root/.local/share/AwesomeMinerService/t-rex-0.21.6-linux.tar_1/console_output.txt"
p.s. AwesomeMinerService.log I was able to do a link and in fact it is in /var/log and it works. But for the miner log I cannot do this, since it can be in different folders depending on the conditions.