Hello,
(first sorry for any english mistakes, it's not my native language)
I'm a new happy owner of a Pandora Rebirth and a new happy user of pandian.
However i'm experiencing some issues with my pandy running pandian
(first this one then i will tell you the others :
- Since pandian-full update i lost some kernel crypto modules and cryptsetup is not able anymore to mount device mapper with '--cipher aes-xts-plain' option
also :
'cat /proc/crypto' confirm this fact (xts option absent)
'modprobe xts' failed (not found)
xts.ko is not present in /lib/modules/[...]/kernel/crypto/ anymore
I've tried to copy xts.ko into that directory from a save made before the update but with no succes (no change)
'aptitude install linux-image-armmp' doesn't improve the issue
#cryptsetup -v create vol /dev/loop1 --cipher aes-xts-plain -s 512
device-mapper: reload ioctl on failed: Aucun fichier ou dossier de ce type (traduction : no such file or directory)
I could see this in dmesg:
device-mapper: table: 254:0: crypt: Error allocating crypto tfm
device-mapper: table: ioctl: error adding target to table
Using cryptsetup with default setting (no --cipher option) works.
So i guess that i need to add the xts module somehow but lack some knowledge about how to do that (in my present case).
By the way i made the source.liste files point to testing instead of unstable. Althought i haven't dare to proceed a full system upgrade yet since the install of pandian.
Any help/hint would be much appreciated because i've no idea what to do now.