There should be an init script which loads the modules at startup, and makes sure that the bestcrypt volumes are dismounted cleanly at shutdown. Have a look in /etc/rc.d/init.d for a file called bcrypt. 'bcrypt start' should load the modules you need.
Mike.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=122603\"][{POST_SNAPBACK}][/a][/div]
Found it... When I run this I get
37: Syntax error: Bad for loop variable...
SNi
[div align=\"right\"][a href=\"index.php?act=findpost&pid=122739\"][{POST_SNAPBACK}][/a][/div]
OK. I used the bcrypt file from the pdaXrom unstable feed in place of the one sidmoraes packaged, keeping all other files from sidmoraes' package. Now when I do "./bcrypt start" it runs and I get:
Initializing Bestcrypt
Using /lib/modules/2.4.20/block/bc.o
Using /lib/modules/2.4.20/block/bc_blowfish.o
...
...
and it loads all the .o's This can be verified by lsmod. However when I try to do anything (e.g. create a new container via "./bctool new -a idea -s 1M -d test" or mount an existing container "./bctool mount -t vfat -m twofish cryp_file /mnt/sec") I get the error:
/home/QtPalmtop/lib/libkgsha.so: undefined symbol: _divsi3
Can not Load Key Generators
Looks like an issue with the libkgsha.so and/or libkgsha256.so files... Any ideas?? I can unload all the modules OK via "./bcrypt stop", resulting "unmounting encrypted filesystems" and all the modules being unloaded...
TIA for any and all help,
SNi
P.S. No .so files in the pdaXrom version..