Hello,
I am finally able to run version 7.1 on ubuntu 16.04
However - when started in an ssh session it gives me segmentation fault. Doesn't happen from the local console. I can post whatever information you require to track down the bug. It should be easy to reproduce however ?
Thanks !
Well, I don't like Linux (I have enough reasons for that) and its problems that are often called as "features".
Please start Genoil's miner, or original ethminer. If it works from ssh, I need to know more about your setup/config and I will check it because it can be another "feature" from Linux that I can fix. If it does not work too, say thanks to Linux, it's a "feature", not a bug.
ethminer runs from ssh.
Here is the error I get:
[ 13.452864] ethdcrminer64[1092]: segfault at 110 ip 00007f13d3eead22 sp 00007ffeeb18c9e8 e
rror 4 in libdrm_amdgpu.so.1.0.0[7f13d3ee7000+a000]
This is when trying to execute it as a cron job on startup. Same issue as starting it from ssh.
Hope that helps !
I could set up a test linux system and give you access if you don't have one ? I could throw one rx470 in it - that should be enough ?
I have several versions of Ubuntu, 480 cards etc - I just want to know how to reproduce the problem. Not from startup, don't want to reboot every time. How to see the problem from ssh? Step by step please. You can PM me instead of writing here.
No worries. I think the error has to do with amdgpu driver in ubuntu 16.04
I do in fact get the same error when trying to start ethminer (classic) genoil ethminer and nerd ralphs version of ethminer in ssh session. My apologies for saying earlier that ethminer ran in ssh. It did not.
Here is what I was able to do to fix it:
I had a standard startup script that I was using to start claymore "startclaymore"
I added a reference to that script in /etc/rc.local
Now it runs on startup and doesn't give me the segmentation fault
Therefore I have killed 2 birds with one stone: I have a way to start claymore with system boot and it actually runs instead of throwing a segfault.
Now to dig deeper - rc.local runs the script as root - so I tried starting claymore with sudo and it runs. Segfault occurs only when running as standard user instead of root...
Ideas ?