Comment 11 for bug 259293

Revision history for this message
Guilherme Salgado (salgado) wrote :

My user has a cronjob setup to run 4 times a day, and every time the cronjob finishes, my ~/Private dir is unmounted. I ran a small script to print the exact time in which the directory was unmounted and then I matched that against /var/log/auth.log -- that's how I realized it was unmounted after my cronjob finishes. This is what I have in /var/log/auth.log

Oct 9 18:05:01 feioso CRON[32102]: pam_unix(cron:session): session opened for user salgado by (uid=0)
...
Oct 9 18:07:00 feioso CRON[32102]: pam_unix(cron:session): session closed for user salgado

At that point my user's ~/Private was unmounted.