example0 failed
#4
(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!


Messages In This Thread
example0 failed - by crymsen - 05-02-2017, 11:08 PM
RE: example0 failed - by atom - 05-07-2017, 08:04 PM
RE: example0 failed - by crymsen - 05-08-2017, 07:30 PM
RE: example0 failed - by crymsen - 05-08-2017, 11:24 PM