Public bug reported: Binary package hint: cryptsetup
ubuntu 7.10 on PS3 cryptsetup 2:1.0.5-2ubuntu2.1 Expected: /etc/init.d/cryptdisks sets up encrypted disks Actual: fail /etc/init.d/cryptdisks does a "set -e" and sources /lib/cryptsetup/cryptdisks.functions. in function load_optimized_aes_module (), this line fails on PS3 (no optimized libs are there): asm_module=`ls -1 "$modulesdir"/kernel/arch/*/*/aes*.ko` To fix, change this line to: asm_module=`ls -1 "$modulesdir"/kernel/arch/*/*/aes*.ko 2>/dev/null ||:` ** Affects: cryptsetup (Ubuntu) Importance: Undecided Status: New -- /etc/init.d/cryptdisks fails on PS3 https://bugs.launchpad.net/bugs/202397 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs