Need help with script.
#1
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%
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
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



Messages In This Thread
Need help with script. - by KRiZy - 02-21-2012, 03:41 AM
RE: Need help with script. - by atom - 02-21-2012, 08:46 PM
RE: Need help with script. - by KRiZy - 02-21-2012, 10:49 PM
RE: Need help with script. - by undeath - 02-21-2012, 10:58 PM
RE: Need help with script. - by KRiZy - 02-21-2012, 11:22 PM
RE: Need help with script. - by undeath - 02-22-2012, 12:01 AM
RE: Need help with script. - by KRiZy - 02-22-2012, 03:57 AM