hashcat Forum
nvmlDeviceSetPowerManagementLimit() - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: Beta Tester (https://hashcat.net/forum/forum-31.html)
+--- Thread: nvmlDeviceSetPowerManagementLimit() (/thread-5978.html)



nvmlDeviceSetPowerManagementLimit() - Mem5 - 10-23-2016

Hello,

Using hashcat v3.10-542, I am having a warning "nvmlDeviceSetPowerManagementLimit()"  for each hash or method or wathever.

Code:
hashcat (v3.10-542-ge1010ff) starting...

OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1080, 2048/8192 MB allocatable, 20MCU

nvmlDeviceSetPowerManagementLimit(): Insufficient Permissions

Why ?


Thanks for your help!


RE: nvmlDeviceSetPowerManagementLimit() - atom - 10-25-2016

You need root privileges to do that. If you don't want to run hashcat as root, simply ignore it, it doesn't harm.


RE: nvmlDeviceSetPowerManagementLimit() - Mem5 - 10-25-2016

Ok thanks Smile