get_exec_path() failed. It doesn't work due to an error.
#1
Exclamation 
Execution environment:
Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-118-generic x86_64)
Connect to the GPU rental server with SSH.

$ nvidia-smi
Wed Nov 18 10:20:12 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 455.23.05    Driver Version: 455.23.05    CUDA Version: 11.1    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|        Memory-Usage | GPU-Util  Compute M. |
|                              |                      |              MIG M. |
|===============================+======================+======================|
|  0  Tesla T4            Off  | 00000000:18:00.0 Off |                    0 |
| N/A  28C    P8    9W /  70W |      0MiB / 15109MiB |      0%      Default |
|                              |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|  1  Tesla T4            Off  | 00000000:3B:00.0 Off |                    0 |
| N/A  28C    P8    9W /  70W |      0MiB / 15109MiB |      0%      Default |
|                              |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|  2  Tesla T4            Off  | 00000000:86:00.0 Off |                    0 |
| N/A  27C    P8    9W /  70W |      0MiB / 15109MiB |      0%      Default |
|                              |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|  3  Tesla T4            Off  | 00000000:AF:00.0 Off |                    0 |
| N/A  29C    P8    9W /  70W |      0MiB / 15109MiB |      0%      Default |
|                              |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU  GI  CI        PID  Type  Process name                  GPU Memory |
|        ID  ID                                                  Usage      |
|=============================================================================|
|  No running processes found                                                |
+-----------------------------------------------------------------------------+




# hashcat --benchmark
hashcat (v6.1.1-120-g15bf8b730) starting in benchmark mode...

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

get_exec_path() failed.


Started: Wed Nov 18 10:13:32 2020
Stopped: Wed Nov 18 10:13:32 2020
Reply
#2
Can you post the output of "hashcat -I" (capital i)?
Reply
#3
Here you go.

$ hashcat -I
hashcat (v6.1.1-120-g15bf8b730) starting...

/node-cache: No such file or directory

Started: Thu Nov 19 00:04:08 2020
Stopped: Thu Nov 19 00:04:08 2020
Reply
#4
I think both weird error messages are caused by your opencl icd loader or a broken opencl runtime. Try removing/reinstalling those or try installing a different icd loader.
Reply