Hi.
I use ubuntu 11.10 os with one 6990 card and oclHashcat_0.09. I try to make fully automated system. Write script to start and restore process. Using ssh remote terminal checked all my script and it works perfect. After writing crontab i got 2 problems when oclHashcat-lite64 starts( anyway restore or start new progress ) :
1. Usage CPU 100%
2. Writing tmp file until all hdd space is used.
Second problem I solve - move stdout/stdin to /dev/null
*/10 * * * * /home/user/script > /dev/null 2>&1 </dev/null
Please help me to solve 1st problem.
Thanks in advance
I use ubuntu 11.10 os with one 6990 card and oclHashcat_0.09. I try to make fully automated system. Write script to start and restore process. Using ssh remote terminal checked all my script and it works perfect. After writing crontab i got 2 problems when oclHashcat-lite64 starts( anyway restore or start new progress ) :
1. Usage CPU 100%
Code:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
9112 user 20 0 262m 82m 23m S 101 2.1 0:46.94 oclHashcat-lite
Second problem I solve - move stdout/stdin to /dev/null
*/10 * * * * /home/user/script > /dev/null 2>&1 </dev/null
Please help me to solve 1st problem.
Thanks in advance