Comment 14 for bug 623708

Revision history for this message
Attila Lendvai (attila-lendvai) wrote :

i was sloppy, sorry. my skype user was misbehaving, but i don't see the corruption there, so it might have been something else.

but look at this, it's in the broken one (chrome):

chrome@ed101:~$ rm -rf .config/
chrome@ed101:~$ ll -d .config
drwx------ 7 chrome chrome 4096 2011-09-08 20:45 .config/
chrome@ed101:~$

doesn't matter how many times i try to delete that dir, it remains and no error is printed.

another inconsistency (look at the size difference!):

chrome@ed101:~$ du -s /home/chrome/
7100 /home/chrome/
chrome@ed101:~$ du -s /home/.ecryptfs/chrome/.Private/
994572 /home/.ecryptfs/chrome/.Private/
chrome@ed101:~$ mount
[...]
/home/chrome/.Private on /home/chrome type ecryptfs (ecryptfs_check_dev_ruid,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs,ecryptfs_sig=c266af0d5aa7fbc7,ecryptfs_fnek_sig=dfe1799fd5f07bdd)
chrome@ed101:~$

then i logged out, then back in, and .config contains the expected files (not sure if they are intact, though):

chrome@ed101:~$ du -s /home/chrome/.config
986648 /home/chrome/.config

hth.