Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
papampi_2
on 13/11/2018, 13:40:15 UTC
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:
Quote
(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
Code:
ps ax | grep -v cpuminer | grep SCREEN | grep miner | awk '"miner" {print $1}' | xargs kill -9