View Single Post
  #4 (permalink)  
Old 02-20-2008, 06:07 PM
pacsteel pacsteel is offline
Active Member
 
Posts: 36
Default

Interestingly enough, the listing of that directory shows that tombstone.ibd thinks it's a directory.

Code:
drwx------   3 zimbra zimbra   4096 Dec  6  2006 .
drwxr-xr-x 262 zimbra zimbra   8192 Feb 20 15:42 ..
-rw-rw----   1 zimbra zimbra   8674 Dec  6  2006 appointment.frm
-rw-rw----   1 zimbra zimbra 114688 Dec  6  2006 appointment.ibd
-rw-rw----   1 zimbra zimbra     61 Dec  6  2006 db.opt
-rw-rw----   1 zimbra zimbra   9222 Dec  6  2006 mail_item.frm
-rw-rw----   1 zimbra zimbra 344064 Feb 20 17:45 mail_item.ibd
-rw-rw----   1 zimbra zimbra   8596 Dec  6  2006 open_conversation.frm
-rw-rw----   1 zimbra zimbra 114688 Feb 20 16:41 open_conversation.ibd
-rw-rw----   1 zimbra zimbra   8626 Dec  6  2006 tombstone.frm
drwx-w--wT   2 zimbra zimbra   4096 Dec  6  2006 tombstone.ibd
A couple of months ago the server had an operator-induced power outage. (The operator decided the server was hung because the screen was black and wiggling the mouse didn't change it. Of course since it is running Ubuntu server version, there is no GUI and the mouse doesn't do anything. Hitting a key on the keyboard would have worked, but he "forgot" to do that. Since it was 'Hung" he unplugged it . I thought I had it all cleaned up, but I guess not. Looking back through the FSCK log, I found the following, which explains this situation:
Code:
Entry 'tombstone.ibd' in /opt/zimbra/db/data/mailbox192 (3555434) has an incorrect filetype (was 1, should be 2).

Do you suppose deleting that user's account and re-creating it would clean this up?

Last edited by pacsteel; 02-21-2008 at 03:27 PM.. Reason: to add the fsck info.
Reply With Quote