On Mon, Jun 1, 2009 at 3:32 PM, Robert Freeman-Day<[email protected]> wrote: > When I create a user with "adduser --disabled-password --encrypt-home > user" I get the proper dialogue with the passphrase to write down. > Logging on only gives me the unmounted home with the .Private directory > and the soft-linked README.txt and Access-Your-Private-Data.desktop > files. Mounting manually will not work. Is there something I am > missing when creating users?
What happens when you run: ecryptfs-mount-private Are you prompted for a password? Do you have keys in your keyring? keyctl list @u In the worst case, you're going to need to manually insert your keys into your keyring, with: ecryptfs-insert-wrapped-passphrase-into-keyring ~/.wrapped-passphrase And then run: mount.ecryptfs_private :-Dustin _______________________________________________ Mailing list: https://launchpad.net/~ecryptfs-users Post to : [email protected] Unsubscribe : https://launchpad.net/~ecryptfs-users More help : https://help.launchpad.net/ListHelp

