05-08-2017, 11:24 PM
(05-07-2017, 08:04 PM)atom Wrote: Looks like a problem when hashcat tries to access some of the files. This is not related to libXNVCtrl, the difference to 3.0.0 is that this version did not had a file check on startup. So maybe you're running it on a shared or network filesystem that could cause problems.
Yeah... So you're right.
Apparently the 'function not implemented' was related to attempting to lock the kernel file during compilation
Code:
fcntl(38, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = -1 ENOSYS (Function not implemented)
Moving out of the shared file system cleared everything up
Thank you for the help!