Comment 9 for bug 1308530

Revision history for this message
Tao Wang (twang2218) wrote : Re: Cannot login after an upgrade from Saucy to Trusty with Ubiquity and encrypted home directory

I found 'samba' do affect the ecryptfs somehow.

As I said before, even when I run `ecryptfs-mount-private` as the README.txt file said, it will decrypt the HOME directory for a moment, after maybe few seconds or few minutes, the HOME directory will be encrypted/umounted again. And when this happened, I got following error in `/var/log/auth.log`:

```
Apr 20 18:48:44 wombat smbd[12728]: pam_unix(samba:session): session closed for user tao
Apr 20 18:50:17 wombat smbd[12919]: pam_unix(samba:session): session closed for user tao
Apr 20 18:53:28 wombat smbd[13118]: pam_unix(samba:session): session closed for user tao
Apr 20 18:55:03 wombat smbd[13139]: pam_unix(samba:session): session closed for user tao
Apr 20 18:56:16 wombat smbd[13321]: pam_unix(samba:session): session closed for user tao
```

So, I just tried to uninstall samba server by `sudo apt-get purge samba`, and it seems working, for now. But, I cannot use samba to share files on my system anymore...