im running this on a RPI with the IMG from your site using a custom bfgminer for the moonlander scrypt usbs..
after a few weeks, it stops restarting the miner if the usbs go dead.. i have it set to 1 dead at 300 seconds.
this is very important as these things one by one they eventually go dead and then after awhile there are none mining.
the only fix i found is to reinstall the img..
has anyone else experienced this?
That's weird, so everything is working fine but the auto-restarting feature? Did you look at some logs like those in /var/log/minera
Is there sufficient card space?
so according to scp there is plenty of empty space on the card.
also it appears it is still checking for dead miners.
ERROR - 2017-08-07 23:50:06 --> TIME: 1502175006 - SCHEDULED START TIME: 1502173031
ERROR - 2017-08-07 23:50:06 --> Checking miner for possible dead devices...
ERROR - 2017-08-07 23:50:06 --> --- END CRON TASKS (2.85 secs) ---
altho it doesnt seem to find them and restart.
Hard to tell you why but I could tell you where to put some debug logs.
From this line, try to add some debug:
https://github.com/michelem09/minera/blob/8890458b3dbb36cdc4bfb29c350759aec2588baf/application/controllers/app.php#L1322For example add a line like this:
log_message('error', $this->util_model->isOnline());
Then after 1342 line add also this:
log_message('error', $lastshares);
And let me know what you get.