-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while inserting ecryptfs module #2
Comments
Not quite sure about Ubuntu 11.04, but did you checked with lsmod whether the system's default ecryptfs module was already been loaded? Then please rmmod ecryptfs to remove it. And if you are using any encrypted folder feature on Ubuntu, then you may have to umount it to remove the ecryptfs module. |
Hi, I checked lsmod, and the ecryptfs module was not loaded. From: Weibin Sun [[email protected]] Not quite sure about Ubuntu 11.04, but did you checked with lsmod whether the system's default ecryptfs module was already been loaded? Then please rmmod ecryptfs to remove it. And if you are using any encrypted folder feature on Ubuntu, then you may have to umount it to remove the ecryptfs module. Reply to this email directly or view it on GitHub: |
Can you try 'sudo modprobe ecryptfs' to load the system's default ecryptfs, see what happens? |
Hi, |
Hi, |
Hi,
I was able to install KGPU framework. But when I tried using insmod ./ecryptfs.ko, it always gives an error -1 Device busy. I tried to trace the insertion through strace, the ecryptfs fails in __init_module as EBUSY is returned. I also checked dmesg output, it indicates Failed to register File System.
I am on Ubuntu 11.04 2.6.39.4. What may be going wrong?
The text was updated successfully, but these errors were encountered: