Hi all,
I have still and always the same problem: mining stop to work, gpuinfo doesn't respond and restart doesn't work (no restart).
If I try a manual nvOC restart:
(sometimes Failed to get unit file satet for nvoc.service: Connection timed out)
Stopping nvOC processes...
...done.
Restarting nvOC tasks....
And that all, nothing happens.
ethminer process is running, take 100% CPU, in zombie state and strictly impossible to stop (never saw that on linux).
Any ideas?
I have seen sometimes ethminer hangs when trying to kill it,
No idea why and the only way to kill it is by using kill -9
May be post in ethminer GitHub page, see if they have some info why it happens
For now try this when it happens
ps ax | grep -v cpuminer | grep SCREEN | grep miner | awk '"miner" {print $1}' | xargs kill -9