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!
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!
FS#3895 - cryptsetup broken (with luks)
Attached to Project:
Arch Linux
Opened by Michael Strobel (stubs) - Friday, 03 February 2006, 17:53 GMT
Opened by Michael Strobel (stubs) - Friday, 03 February 2006, 17:53 GMT
|
DetailsCryptsetup 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 |
This task depends upon
.config
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
-----------
solved