Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 10 May 2007 13:05:18 +0000 (UTC)
From:  Dan <test@...elps.com>
To: john-users@...ts.openwall.com
Subject:  Re: running in the background and on SMP


Dexter Genius <dexter@...> writes:

> 
> So .. the answer is kinda "no" to both of them .. john can't auto-put itself
> in a background and stay there even if the ssh/terminal session is closed
> ... and it can't use the full power of a dual dual-core machine .. or HT or
> any other type .. hmm .. this would be useful in john ! ( both of the
> 'features' ) ..
> 

SMP would be very useful.

As for running in the background, you have a number of options. You can 
use "nohup" to start it up. Such as this:

nohup ./john pwfile &

This will start it in the background (just hit enter to get your prompt back), 
and it will not terminate when you log out.

Use ps to find that it's running, such as "ps -aef | grep john".

Hope this helps.



-- 
To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply
to the automated confirmation request that will be sent to you.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.