Comment 14 for bug 1052038

Revision history for this message
Nobuto Murata (nobuto) wrote :

> On a separate note, could you please check the md5sum's of 3 different paths:
>
> 1) md5sum /home/.ecryptfs/user1/.ecryptfs/Private.sig
> 2) WHEN HOME IS NOT MOUNTED: md5sum /home/user1/.ecryptfs/Private.sig
> 3) WHEN HOME IS MOUNTED: md5sum /home/user1/.ecryptfs/Private.sig
>
> Can you please verify that all 3 of these are exactly the same?

All 3 files are the same.

> Also, can you confirm that the file ~/.ecryptfsrc does NOT exist, either when $HOME is mounted or not mounted?

~/.ecryptfsrc does not exist on mounted or not-mounted either.

> Can you paste the output of this command, when both $HOME is mounted, and not mounted:
> $ LANG=C ls -alF $HOME/.ecryptfs/

[mounted]

$ LANG=C sudo ls -alF /home/user1/.ecryptfs
lrwxrwxrwx 1 user1 user1 31 Sep 14 13:03 /home/user1/.ecryptfs -> /home/.ecryptfs/user1/.ecryptfs/

$ LANG=C sudo ls -alF /home/user1/.ecryptfs/
total 20
drwx------ 2 user1 user1 4096 Sep 14 13:32 ./
drwxr-xr-x 4 user1 user1 4096 Sep 14 13:03 ../
-rw-rw-r-- 1 user1 user1 0 Sep 14 13:32 .wrapped-passphrase.recorded
-rw------- 1 user1 user1 12 Sep 14 13:03 Private.mnt
-rw------- 1 user1 user1 34 Sep 14 13:03 Private.sig
-rw-r--r-- 1 user1 user1 0 Sep 14 13:03 auto-mount
-rw-r--r-- 1 user1 user1 0 Sep 14 13:03 auto-umount
-rw------- 1 user1 root 48 Sep 14 13:03 wrapped-passphrase

[not-mounted]

$ LANG=C sudo ls -alF /home/user1/.ecryptfs
lrwxrwxrwx 1 user1 user1 31 Sep 14 13:03 /home/user1/.ecryptfs -> /home/.ecryptfs/user1/.ecryptfs/

$ LANG=C sudo ls -alF /home/user1/.ecryptfs/
total 20
drwx------ 2 user1 user1 4096 Sep 14 13:32 ./
drwxr-xr-x 4 user1 user1 4096 Sep 14 13:03 ../
-rw-rw-r-- 1 user1 user1 0 Sep 14 13:32 .wrapped-passphrase.recorded
-rw------- 1 user1 user1 12 Sep 14 13:03 Private.mnt
-rw------- 1 user1 user1 34 Sep 14 13:03 Private.sig
-rw-r--r-- 1 user1 user1 0 Sep 14 13:03 auto-mount
-rw-r--r-- 1 user1 user1 0 Sep 14 13:03 auto-umount
-rw------- 1 user1 root 48 Sep 14 13:03 wrapped-passphrase

I will try your new package.