12-09-2012, 07:26 PM
Pages: 1 2
12-09-2012, 07:29 PM
I just seen with clinfo that the Opencl version for the cards is 1.2, but for VCL is 1.1. Can this be a problem?
12-10-2012, 01:22 AM
No, that is not a problem.
Slow down and follow the wiki to-the-letter. I promise it works.
Slow down and follow the wiki to-the-letter. I promise it works.
12-21-2012, 02:11 AM
Did you find a solution? I think I have the exact same problem. VCL 1.15 is not avaiable for download so I use 1.16, other than that I think I follow the wiki to the letter.
It seems to me opencld exits without the slightest hint of output nor in any log - same thing on all nodes.
Without vclrun, clinfo and oclHashcat work just fine on all nodes.
It seems to me opencld exits without the slightest hint of output nor in any log - same thing on all nodes.
Without vclrun, clinfo and oclHashcat work just fine on all nodes.
12-21-2012, 09:37 PM
strace opencld and see why it is exiting.
12-22-2012, 12:07 PM
Same thing is happening to me.
opencld appears to not be starting.
# /sbin/opencld
OPENCLD - Virtual OpenCL back-end service
# nmap localhost -p1-65535
Starting Nmap 5.21 ( https://nmap.org ) at 2012-12-22 21:07 EST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000020s latency).
Not shown: 65533 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 0.65 seconds
^ port isnt open
followed the guide step to step
opencld appears to not be starting.
# /sbin/opencld
OPENCLD - Virtual OpenCL back-end service
# nmap localhost -p1-65535
Starting Nmap 5.21 ( https://nmap.org ) at 2012-12-22 21:07 EST
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000020s latency).
Not shown: 65533 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 0.65 seconds
^ port isnt open
followed the guide step to step
12-23-2012, 06:21 AM
run opencld with -d, or strace it and see why it isn't starting. if you're using VCL 1.16 instead of 1.15, it probably won't work for you.
... on an unrelated note, why did you nmap localhost?
... on an unrelated note, why did you nmap localhost?
Code:
netstat -plant | grep opencld
Pages: 1 2