The inlined BASH snippet is getting broken on my system (pacaur but I don't see how it would not happen on any MAKEPKG attempt). Leads to "Cannot open /.rar"...
Search Criteria
Package Details: crark-cuda 5.1-3
Git Clone URL: | https://aur.archlinux.org/crark-cuda.git (read-only) |
---|---|
Package Base: | crark-cuda |
Description: | A command-line utility for RAR 2.x-3.x password cracking, uses Password Cracking Library 2.0 that supports special password recovery language. Highly optimized for all modern processors. with CUDA support |
Upstream URL: | http://www.crark.net/ |
Licenses: | |
Provides: | |
Submitter: | sl1pkn07 |
Maintainer: | mrbit |
Last Packager: | mrbit |
Votes: | 27 |
Popularity: | 0.250338 |
First Submitted: | 2011-05-17 23:55 |
Last Updated: | 2017-06-01 09:27 |
Required by (0)
Sources (1)
Latest Comments
willspoke commented on 2017-12-03 12:12
qs9rx commented on 2017-04-09 07:37
JackofSpades707 commented on 2016-11-17 21:28
user ~ crark-cuda $ makepkg -sri ==> ERROR: license should be an array
edit this line
license="unknown"
to this :
license=("unknown")
And you're good to go. (for anyone unsure how to deal with this error)
mrbit commented on 2013-05-03 21:23
ok ,done, thanks Youpi
Youpi commented on 2013-05-03 21:02
I find a solution. I restart my researches from your bash script.
here the fine scripts ;)
I find a solution.
I restart my researches from your bash script.
here the fine scripts ;)
http://pastebin.archlinux.fr/462526
and the final PKGBUILD :
http://pastebin.archlinux.fr/462527
Youpi commented on 2013-05-03 20:53
I find a solution.
I restart my researches from your bash script.
here the fine scripts ;)
http://pastebin.archlinux.fr/462526
Youpi commented on 2013-05-03 20:39
hi. doesn't work.
downgrade to 3.43-2 version.
I work on it to find a solution....
mrbit commented on 2013-05-03 18:51
you're right, right....thanks
Youpi commented on 2013-05-03 18:46
delete the lastest lines and add :
export PATH=/opt/crark-cuda:$PATH
mrbit commented on 2013-05-03 18:44
idea..!!
Youpi commented on 2013-05-03 18:11
the alias is awkward in PKGBUILD. You must find another solution...
mrbit commented on 2013-05-03 17:27
ok, thanks
test...
Youpi commented on 2013-05-03 17:21
I solved my problem to delete your /usr/bin/ script,
ln -s /opt/crark-cuda/crark /usr/bin/crark-cuda
AND
alias crark-cuda='crark-cuda -p/opt/crark-cuda'
mrbit commented on 2013-05-03 17:21
cd /opt/crark-cuda
mrbit commented on 2013-05-03 16:58
cd /opt/crark-cuda
Youpi commented on 2013-05-03 16:55
Now, I have another problem :
crark-cuda test.rar
cRARk 3.43 (CUDA enabled) Freeware
Copyright 1995-2001, 2006-12 by P. Semjanov, http://www.crark.net
(c) PSW-soft Password Cracking Library PCL v. 2.0d by P. Semjanov
Testing archive test.rar : version 2.9
Testing test.txt
CUDA device GeForce GT 540M found, 1344 Mhz, CUDA cores = 96, GPU rate = 0,29
File rarcrypt2.dll not found - CUDA not initialized
cudaLoadModule() failed: File not found
Youpi commented on 2013-05-03 16:50
add ln -s $pkgdir//usr/bin/crark-cuda /opt/crark-cuda/crark in PKGBUILD
Youpi commented on 2013-05-03 16:49
add ln -s /usr/bin/crark-cuda /opt/crark-cuda/crark in PKGBUILD
mrbit commented on 2013-05-03 16:49
ok, I have to change scipt bash in / usr/bin ..!!
Youpi commented on 2013-05-03 16:49
sudo ln -s /usr/bin/crark-cuda /opt/crark-cuda/crark
Youpi commented on 2013-05-03 16:43
it works!
mrbit commented on 2013-05-03 16:40
sorry, test :
cd /opt/crark-cuda
./crark test.rar
Youpi commented on 2013-05-03 16:18
I don't know...
When I try :
crark-cuda test.rar or optirun crark-cuda test.rar
it shows the help
Youpi commented on 2013-05-03 16:16
after CUDA install, it failed again... any help ?
mrbit commented on 2013-05-03 16:14
what exactly fails!!!!
mrbit commented on 2013-05-03 16:11
strange...uuhhuuu !!
Youpi commented on 2013-05-03 16:04
after CUDA install, it failed again... any help ?
mrbit commented on 2013-05-03 15:54
ok , thanks Youpi
Youpi commented on 2013-05-03 15:43
Hi! I can't use it.
crark-cuda test.rar
cRARk 3.43 (CUDA enabled) Freeware
Copyright 1995-2001, 2006-12 by P. Semjanov, http://www.crark.net
(c) PSW-soft Password Cracking Library PCL v. 2.0d by P. Semjanov
Usage: CRARK [<options>] <rar_file>
Options are:
-l<number> - min password length (1 - 127, default = 1) } only if '*'
-g<number> - max password length (1 - 127, default = 5) } presents
-p<name> - use password definition filename, default = "password.def"
-b - make benchmark
-v - test charset and password definitions (do not crack)
Advanced options:
-c - disable GPU engine
-d<number> - GPU delay (0-5, 0 - fastest, 5 - smoothest, 2 - default)
-o - don't make ANSI to OEM conversion for RAR 2.0
-fWXYZ - set crypto functions #W,X,Y,Z (not recommended)
CUDA is a dependance?
mrbit commented on 2013-04-11 15:45
test please, pkgbuild..
tsr-nc commented on 2012-11-09 22:54
add/change
pkgver=3.41
md5sums=('e25e3427aa621b1a5ea11cfd6f37e7ad')
noextract=(${download})
mrbit commented on 2012-04-16 08:23
validazione dei sorgenti con md5sums in corso...
crark34-linux-cuda.rar ... NON RIUSCITO
==> ERRORE:
sl1pkn07 commented on 2011-11-08 08:59
update new version add fix world readable (.def)
sl1pkn07 commented on 2011-05-17 23:56
change name from crark-cuda-latest
Was able to install by making edits to the PKGBUILD file.
change line:
md5sums=('c2844d834d0f54db9ae8f0e3504934f8')
to:
md5sums=('c2844d834d0f54db9ae8f0e3504934f8')
(Be sure to check the downloaded file for the most up to date MD5 Sum)
Also change the line:
chmod +r ${pkgdir}/opt/${pkgname}/{spanish,english,russian}.def
to:
chmod +r ${pkgdir}/opt/${pkgname}/{spanish,english}.def
Removing the russian.def file from the PKGBUILD file.