Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-hashcat on dgx #16

Closed
rperdon opened this issue Jan 25, 2024 · 5 comments
Closed

docker-hashcat on dgx #16

rperdon opened this issue Jan 25, 2024 · 5 comments

Comments

@rperdon
Copy link

rperdon commented Jan 25, 2024

/usr/local/share/hashcat/OpenCL/: Operation not permitted

Tried to do a test run of hashcat -b and got this error.

Downloaded and ran this version:

docker pull dizcza/docker-hashcat:cuda

Any insight?

@dizcza
Copy link
Owner

dizcza commented Jan 26, 2024

Are you running the hashcat -b command as a root inside the docker container?

@dizcza
Copy link
Owner

dizcza commented Jan 26, 2024

Try running hashcat -I

@rperdon
Copy link
Author

rperdon commented Jan 26, 2024

I ran it as root inside a docker container, hashcat -I gives the same error. Running nvidia-smi indicates I have access to GPUS.

@dizcza
Copy link
Owner

dizcza commented Jan 26, 2024

What's nvidia-smi output? What GPU do you use? Maybe it's not supported with the installed drivers.
Try also the latest branch, docker run --gpus all -it dizcza/docker-hashcat:latest /bin/bash

@rperdon
Copy link
Author

rperdon commented Jan 26, 2024

I got annoyed at the system and did a reinstall of the OS, it had a whole host of other issues which were better off dealt with a fresh box. It's working now.

@rperdon rperdon closed this as completed Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants