hashcat Forum
Threaded Mode | Linear Mode VCL CL_OUT_OF_HOST_MEMORY & (Mis)configuration - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Threaded Mode | Linear Mode VCL CL_OUT_OF_HOST_MEMORY & (Mis)configuration (/thread-3248.html)



Threaded Mode | Linear Mode VCL CL_OUT_OF_HOST_MEMORY & (Mis)configuration - qiaoqiao372 - 03-22-2014

a03 is Configure the Broker Node
a02 is Configure the Compute Nodes
a01 is Configure the Compute Nodes

I'm working on setting up a small VCL cluster. I have three machines: two compute nodes and one broker. I am using VCL 1.22, oclHashcat-plus 1.01, and Catalyst 13.12. I get everything set up,

a03 is Configure the Broker Node,run oclHashcat and get the following:


root@ubuntu-a03:/opt/oclHashcat-1.01# export LD_LIBRARY_PATH=/usr/lib/vcl
root@ubuntu-a03:/opt/oclHashcat-1.01# ./oclHashcat64.bin -a 3 -m 0 -p : -o "/opt/md5/aaa_found.txt" --outfile-format=3 -n 8 --markov-disable -u 128 --gpu-temp-abort=80 -i --increment-min=4 --increment-max=15 "/opt/md5/aaa.txt" ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d
./oclHashcat64.bin: /usr/lib/vcl/libOpenCL.so.1: no version information available (required by ./oclHashcat64.bin)
ERROR: clGetDeviceIDs() -1


RE: Threaded Mode | Linear Mode VCL CL_OUT_OF_HOST_MEMORY & (Mis)configuration - atom - 03-22-2014

Wait, don't you run vcl nodes with the vclrun command?


RE: Threaded Mode | Linear Mode VCL CL_OUT_OF_HOST_MEMORY & (Mis)configuration - qiaoqiao372 - 03-22-2014

(03-22-2014, 08:27 AM)atom Wrote: Wait, don't you run vcl nodes with the vclrun command?
a03 is Configure the Broker Node /etc/init.d/vcl start Run Hashcat
a02 is Configure the Compute Nodes /etc/init.d/vcl start Do not install Hashcat on the compute nodes
a01 is Configure the Compute Nodes /etc/init.d/vcl start Do not install Hashcat on the compute nodes


RE: Threaded Mode | Linear Mode VCL CL_OUT_OF_HOST_MEMORY & (Mis)configuration - qiaoqiao372 - 03-23-2014

hi,atom
how to run vclrun ?
what is vclrun ?
i can't find vclrun command ?
can you help me .how to install vclrun or how to run vclrun command .
thx


RE: Threaded Mode | Linear Mode VCL CL_OUT_OF_HOST_MEMORY & (Mis)configuration - magnum - 03-24-2014

See https://hashcat.net/wiki/doku.php?id=vcl_cluster_howto

@atom vclrun is just a wrapper instead of "export LD_LIBRARY_PATH=/usr/lib/vcl" (which he did use)