Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#3895 - cryptsetup broken (with luks)

Attached to Project: Arch Linux
Opened by Michael Strobel (stubs) - Friday, 03 February 2006, 17:53 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To No-one
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Cryptsetup does not work for me on 2 arch systems with the error:

--------------------------------------------------------
[root@archlinux stubs]# cryptsetup luksFormat /dev/sda1

WARNING!
========
This will overwrite data on /dev/sda1 irrevocably.

Are you sure? (Type uppercase yes): yes
Command failed: Invalid argument

--------------------------------------------------------

lsmod:
truecrypt 166500 0
aes_i586 38208 0
sd_mod 15120 0
dm_crypt 10120 0
dm_mod 52568 2 truecrypt,dm_crypt
cryptoloop 3072 0
wp512 26976 0
serpent 20384 0
loop 13544 2 cryptoloop

[root@archlinux ~]# uname -a
Linux archlinux 2.6.15.2 #1 Thu Feb 2 16:10:04 CET 2006 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux

CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_DM_CRYPT=m
# Cryptographic options
CONFIG_CRYPTO=y
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_CRYPTO_MD5 is not set
CONFIG_CRYPTO_SHA1=m
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
CONFIG_CRYPTO_WP512=m
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_DES is not set
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES_586=m


(application/octet-stream)    .config (26.7 KiB)
This task depends upon

Closed by  Jan de Groot (JGC)
Friday, 03 February 2006, 18:49 GMT
Reason for closing:  Not a bug
Comment by Michael Strobel (stubs) - Friday, 03 February 2006, 17:53 GMT
[root@archlinux linux]# cat /proc/crypto
name : serpent
module : serpent
type : cipher
blocksize : 16
min keysize : 0
max keysize : 32

name : tnepres
module : serpent
type : cipher
blocksize : 16
min keysize : 0
max keysize : 32

name : wp512
module : wp512
type : digest
blocksize : 64
digestsize : 64

name : wp384
module : wp512
type : digest
blocksize : 64
digestsize : 48

name : wp256
module : wp512
type : digest
blocksize : 64
digestsize : 32

name : aes
module : aes_i586
type : cipher
blocksize : 16
min keysize : 16
max keysize : 32
Comment by Jan de Groot (JGC) - Friday, 03 February 2006, 18:34 GMT
would it help to type YES in UPPERCASE, as the confirmation asks for?
Comment by Michael Strobel (stubs) - Friday, 03 February 2006, 18:42 GMT
i'm such an idiot, thx a lot.

-----------

solved

Loading...