From: Milan Broz <gmazyland@gmail.com>
To: Packets <boynextdoor2121@gmail.com>
Cc: dm-crypt@saout.de
Subject: Re: [dm-crypt] No key available with this passphrase
Date: Mon, 10 Jun 2013 20:21:01 +0200 [thread overview]
Message-ID: <51B6190D.5020501@gmail.com> (raw)
In-Reply-To: <CABFzgH_ywFRS9jozyNUPLaTSU9zC7ao41xb-T+6noyq1oEgKsA@mail.gmail.com>
On 06/10/2013 05:42 PM, Packets wrote:
> I also downloaded the cryptsetup tarball and use the keyslot_checker script. Here is the output.
>
> nelson@kazekage:~/Downloads/cryptsetup-1.6.1/misc/keyslot_checker$ sudo ./chk_luks_keyslots /dev/sdb1
>
> parameters (commandline and LUKS header):
> sector size: 512
> threshold: 0.900000
>
> ./chk_luks_keyslots: relocation error: ./chk_luks_keyslots: symbol crypt_keyslot_area, version CRYPTSETUP_1.0 not defined in file libcryptsetup.so.4 with link time reference
> nelson@kazekage:~/Downloads/cryptsetup-1.6.1/misc/keyslot_checker$
>
> Anyone familiar with the error?
It should use local compiled library (system libcryptsetup seems to be too old).
To properly run locally compiled keyslot checker tool try
cd ~/Downloads/cryptsetup-1.6.1/misc/keyslot_checker
sudo LD_LIBRARY_PATH="../../lib/.libs;$LD_LIBRARY_PATH" ./chk_luks_keyslots /dev/sdb1
Milan
next prev parent reply other threads:[~2013-06-10 18:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-10 15:40 [dm-crypt] No key available with this passphrase Packets
2013-06-10 15:42 ` Packets
2013-06-10 18:21 ` Milan Broz [this message]
2013-06-22 5:24 ` Packets
2013-06-22 10:32 ` Arno Wagner
2013-06-28 11:27 ` Packets
2013-06-10 20:55 ` Arno Wagner
-- strict thread matches above, loose matches on Subject: below --
2014-06-10 16:37 Ryan Delaney
2014-06-11 3:53 ` Arno Wagner
2017-04-29 18:27 Hammad Siddiqi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51B6190D.5020501@gmail.com \
--to=gmazyland@gmail.com \
--cc=boynextdoor2121@gmail.com \
--cc=dm-crypt@saout.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.