Re: Corrupted evolution databases

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2011-10-08 at 13:23 -0500, Aaron Konstam wrote: 
> On Fri, 2011-10-07 at 15:31 -0400, Matthew Saltzman wrote:
> > On Tue, 2011-10-04 at 15:39 -0500, Aaron Konstam wrote:
> > > On Tue, 2011-10-04 at 15:34 -0500, Aaron Konstam wrote:
> > > > On Tue, 2011-10-04 at 15:50 -0400, Matthew Saltzman wrote:
> > > > > I had a crash that caused some filesystem errors, and after restarting,
> > > > > evolution reports that it can't view some of my mail and RSS feed
> > > > > folders because "database disk image is malformed".
> > > > > 
> > > > > Is this something that can be recovered?  If so, how?
> > > > > 
> > > > > TIA.
> > > > 
> > > > Usually if you run: evolution --force-shutdown
> > > > Then go to:
> > > > .local/share/evolution/mail/local_mbox
> > > > and : rm Inbox.ibex.index
> > > > and restart evolution , things will straighten out.
> > > Correction.
> > > That is for F15 . In earlier versions of Fedora it was in local not
> > > local_mbox.
> > 
> > Thanks for the suggestions, but:
> > 
> >       * This is F15, and I have local/ not local_mbox/.  Maybe because I
> >         had it before F15? 
> >       * I don't have the file Inbox.ibex.index.  Maybe because my local
> >         inbox is tied to a POP3 account? 
> >       * I do have several *.ibex.index files.  They are all hidden
> >         (start with '.').  One of them is ..ibex.index.  The rest
> >         correspond to folders or RSS feeds. 
> >       * I tried deleting an RSS feed (which deleted the
> >         corresponding .ibex.index and .ibex.index.data files) and
> >         recreating it (which created new files), but I get the same
> >         error trying to read that feed.
> > 
> > I suppose it wouldn't kill me to blow the whole evolution directory tree
> > away and start from scratch, as all the accounts are also stored
> > remotely), but if you have any other ideas to try first, I'd be glad to
> > have them.
> I am not sure what you mean by your Inbox being tied to a POP3 account.

When my POP account syncs, new messages are loaded into my local inbox.
Mail sent through that server are stored in my local sent-mail folder,
deleted messages are in my local trash, etc.  RSS feeds have folders in
my local tree.

> Are you using an Exchange server?

I have an Exchange account, but the sync there is to a separate set of
folders.  I also have a gmail IMAP account and that also syncs to its
own set of folders.  I'm not having any problem with either of those.

> I also use POP3w to download my mail from a server. Under your local
> directory do you have a file called folders.db. If so oyu might tey
> processing iit with the following script:
> 
>  cd ~/.local/share/evolution/mail/local
>         for i in `find . -name folders.db`
>                 do
>                 echo "Rebuilding Table $i"
>                 sqlite3 $i "vacuum;"
>         done
> 

Well that seems to get to the heart of the problem.

        $ for i in `find . -name folders.db`; do
        > echo "Rebuilding Table $i"
        > sqlite3 $i "vacuum;"
        > done
        Rebuilding Table ./folders.db
        Error: database disk image is malformed
        
-- 
Matthew Saltzman
Clemson University Mathematical Sciences
mjs AT clemson DOT edu

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux