Comment 5 for bug 521523

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

These messages from eCryptfs are usually benign, and result from 0-byte files being written to the underlying filesystem.

Look for 0-byte files:
  find $HOME/.Private -size 0

In most cases, these can be simply deleted and your error messages will stop.