Hi, i noticed a problem with dm-crypt. If you allocate ram in a loop and you use an encrypted swap partition, the pc freeze for 4 minutes until the kernel kill the proccess. Normally without an encrypted swap partition you can use the pc and it dont freeze the whole system. Do a test by yourself: #include <stdio.h> int main() { while(1) { malloc(4096); } } Greets Philipp -- Philipp Deppenwiese <deppepgk@xxxxxx> _______________________________________________ dm-crypt mailing list dm-crypt@xxxxxxxx http://www.saout.de/mailman/listinfo/dm-crypt