Comment 31 for bug 372014

Revision history for this message
paolog (paolo-greppi) wrote : Re: errors in dmesg

Now also occurs here, on karmic, uname -a
Linux xxxxxxxxxx 2.6.31-20-generic-pae #58-Ubuntu SMP Fri Mar 12 06:25:51 UTC 2010 i686 GNU/Linux

There is no apparent performance or data loss.

I am monitoring the situation using this command to find which 0-size files were recently modified (assuming /home/yyyyyyyyy/ is the encrypted directory, find out with mount | grep crypt):

find /home/yyyyyyyyy/ -xdev -size 0c -printf '%TY%Tm%Td.%TH:%Tm %p\n' | sort > z.txt

then I test one by one for being in use, (fuser -v filename), delete, clear the kernel ring buffer (sudo dmesg -c) and see if they come back. Will report any news.