Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 13 Jul 2012 13:36:54 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Re: Aleksey's status report #10

On 07/13/2012 12:54 PM, Frank Dittrich wrote:
> The daemon part:

One more thing here:

--status=NAME needs the name of the .rec file (without ".rec").
If your current directory differs from the directory where the file is
located, you need to include the (absolute or relative) path like this:


$ pwd
/home/fd/git/magnum-jumbo

$ ls run/*.rec
run/john.rec

$ run/john --status=/home/fd/git/magnum-jumbo/run/john
guesses: 0  time: 0:00:00:25 0.00%  c/s: 1060K

$ run/john --status=run/john
guesses: 0  time: 0:00:00:25 0.00%  c/s: 1060K

Even this works:

$ pwd
/home/fd/git/magnum-jumbo/src

$ ../run/john --status=../run/john
guesses: 0  time: 0:00:00:25 0.00%  c/s: 1060K


Frank

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.