Ubuntu :: Evolution Error While Emptying Trash
Sep 17, 2010How to deal with this error. The folder that this refers to does exist, so I dont know why I'm getting this error when I try to empty my trash in Evolution.
View 5 RepliesHow to deal with this error. The folder that this refers to does exist, so I dont know why I'm getting this error when I try to empty my trash in Evolution.
View 5 RepliesI am 61 years old and brand new to Ubuntu. My son built a computer for me which I am using. I hated Windows so he installed Ubuntu 9.10 which I love. My son left for the Air Force Academy and when he left he told me and I was on my own so I am doing my best to learn. Everything was going fine but today I encountered a problem.
When I tried to empty my trash in the Evolution Mail program, I encountered this error message:
Error while Expunging folder.
Error storing '~/.evolution/mail/local/Sent (mbox)': Summary and folder mismatch, even after a sync
I googled the error and found this solution:
I first used Evolution File > Backup Settings. Then I went to my .evolution/mail/local and deleted all files that had an extension of:
.index
.cmeta
but NOT .data
When restarted it takes a few minutes to rebuild. Then I was able to successfully delete everything in my trash folder. I have looked and looked and I cannot find the .evolution/mail/local folder. How to get to it. Or perhaps am I using the wrong corrective action. If that is the case, then what should I do.
My Trash applet always shows that there are 2 items in the trash can.
Its driving me insane.
I tried sudo rm -fr /home/*/.local/share/Trash to no avail.
Where is the trash folder in karmic? I had to create the Trash folder in home first.
Has it been moved from the /home tree?
This message comes up when I try to upgrade. The upgrade needs a total of 400M free space on disk '/'. Please free at least an additional 394M of disk space on '/'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'.
View 2 Replies View RelatedEvolution Mail I have a bunch of messages from last August stuck in the Deleted box. Other deleted messages are emptying ok. how I can get rid of them? I do a regular back-up and restore but they just won't go away.
View 7 Replies View RelatedI'm using Evolution, latest version for Linux. For some reason, I can't get the deleted items folder in the mail view to expunge. Is there some reason why emptying the trash suddenly doesn't work? It worked for the first few days of using Evolution, but now it just doesn't work -- the deleted items just stay there.
Here's the error message:
Error storing '~/.evolution/mail/local/Handle Later (mbox)': Error storing '~/.evolution/mail/local/Sent (mbox)': Error storing '~/.evolution/mail/local/Inbox (mbox)': Summary and folder mismatch, even after a sync
Evolution 2.28.3 on Ubuntu 10.04 won't empty trash on exit even though this is specified in preferences. Neither will it expunge with right click on trash -> empty trash..e.Close Evolution and open your file browser. Go to /home/put-your-ubuntu-login-name-here/.evolution/mail/localThere are 2 files (Junk.cmeta and Trash.cmeta). I deleted the Trash.cmeta file and opened Evolution again.When you reopen Evolution, it creates a new Trash.cmeta file.
View 4 Replies View RelatedIs there a way to remove individual deleted e-mails (as opposed to having to empty the entire contents of the folder) from the trash folder in the Evolution e-mail program? If not, you can do this in Outlook, why would this option not be included in Evolution?
View 3 Replies View RelatedI had configured the evolution to send/recive email. After it had been configured, it could receive emails. Suddendly it can't fetch email anymore. In the inbox of evolution, there were about 200 emails. There are maybe 5K emails in the server, I guessed. I'm not sure whether it's the problem that there's one email in the server too big, so the evolution can not fetch it. The error of evolution is: error while fetching email. Evolution version: Evolution 2.28.0. OS version: Linux xxx2.6.32.9-70.fc12.i686.PAE #1 SMP Wed Mar 3 04:57:21 UTC 2010 i686 i686 i386 GNU/Linux I'm sure my network is fine, I use pop3 to receive email.
nslookup result:
$ nslookup pop3.163.com
Server:221.6.96.178
Address:221.6.96.178#53
Non-authoritative answer:
pop3.163.comcanonical name = pop.163.com.
pop.163.comcanonical name = pop3.163.idns.yeah.net.
Name:pop3.163.idns.yeah.net
Address: 123.125.50.29
When I move something to Trash it doesn't show the option of "Empty Trash". I can use "move to Trash" and it just moving there like some ordinary folder, but shift+del give me an option for deleting the files. Using OpenSUSE 11.3 32bit.
View 6 Replies View RelatedWhenever i try to empty the Trash (As Root) it does so then gives me an error message saying that it can't delete a specific file. It's always the same file and it says:"The file or folder /home/.Trash-0/files/yesterday once more.mp3 does not exist."Having looked in this location logged in as root using both Dolphin and at the command line, this file doesn't exist.
View 9 Replies View RelatedHave 10.10.Is it possible to recover data having just emptied the Wastebasket?
View 3 Replies View RelatedWhen I am in run level 5, I attempt to delete some 'trash' that has accumulated in the 'Trash' icon on my Desktop/.
When I right click the icon and select the 'empty trash' option, I get a permissions error so I just press the 'cancel' option however the contents of the 'Trash' have been purged anyways. It is working basically but I don't understand why I am getting a permissions error.
[cwilliams@tunafish ~]$ id cwilliams
uid=500(cwilliams) gid=500(it) groups=500(it),100(users)
I have a problem with a couple of folders in the Trash. If I click on the Trash icon, 2 foldersare there, and when I try to delete them, it just says "Failed to delete the item from the trash"
But when I go to .local/share/Trash there are no files there! Anyway, I tried using the command "sudo rm -rf .local/share/Trash", it shows no error, but the files continue when I click in the trash icon.
When I send mail via Evoultion it does seem to send ok but still the following error message comes up: Error while sending message. Failed to append to : Unknown error Appending to local 'Sent' folder instead. Not sure what's up with that but thought I would mention it.
View 3 Replies View RelatedBanshee is, at seemingly random intervals, emptying any playlist I have imported (as .pls generated by Rhythmbox). The playlists I build in Banshee directly are not suffering this emptying problem. (There is one imported playlist, of some 30+, which has not yet emptied but I see nothing special about it.)
View 1 Replies View RelatedI have a database with the following table (see below). What I need to do is to empty the itype column completely, so that if I do a Select itype from items; it will return empty set. I have tried dropping and recreating the itype column, but it just adds the data I want to insert to the end, and even when I recreate it, it is not empty.. I need to overwrite it, or better, start with an empty column.
mysql> desc items;
+----------------------+--------------+------+-----+-------------------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------------+--------------+------+-----+-------------------+----------------+
| itemnumber | int(11) | NO | PRI | NULL | auto_increment |
| biblionumber | int(11) | NO | MUL | 0 | |
| biblioitemnumber | int(11) | NO | MUL | 0 | |
| barcode | varchar(20) | YES | UNI | NULL | |
| dateaccessioned | date | YES | | NULL | |
| booksellerid | mediumtext | YES | | NULL | |
| homebranch | varchar(10) | YES | MUL | NULL | |
| price | decimal(8,2) | YES | | NULL | |
| replacementprice | decimal(8,2) | YES | | NULL | |
| replacementpricedate | date | YES | | NULL | |
| datelastborrowed | date | YES | | NULL | |
| datelastseen | date | YES | | NULL | |
| stack | tinyint(1) | YES | | NULL | |
| notforloan | tinyint(1) | NO | | 0 | |
| damaged | tinyint(1) | NO | | 0 | |
| itemlost | tinyint(1) | NO | | 0 | |
| wthdrawn | tinyint(1) | NO | | 0 | |
| itemcallnumber | varchar(30) | YES | | NULL | |
| issues | smallint(6) | YES | | NULL | |
| renewals | smallint(6) | YES | | NULL | |
| reserves | smallint(6) | YES | | NULL | |
| restricted | tinyint(1) | YES | | NULL | |
| itemnotes | mediumtext | YES | | NULL | |
| holdingbranch | varchar(10) | YES | MUL | NULL | |
| paidfor | mediumtext | YES | | NULL | |
| timestamp | timestamp | NO | | CURRENT_TIMESTAMP | |
| location | varchar(80) | YES | | NULL | |
| onloan | date | YES | | NULL | |
| cn_source | varchar(10) | YES | | NULL | |
| cn_sort | varchar(30) | YES | | NULL | |
| ccode | varchar(10) | YES | | NULL | |
| materials | varchar(10) | YES | | NULL | |
| uri | varchar(255) | YES | | NULL | |
| itype | varchar(10) | YES | | NULL | |
| more_subfields_xml | longtext | YES | | NULL | |
| enumchron | varchar(80) | YES | | NULL | |
| copynumber | varchar(32) | YES | | NULL | |
+----------------------+--------------+------+-----+-------------------+----------------+
37 rows in set (0.05 sec)
Every time I try to empty the waste bin I get dolphin error - 'The file or folder /.local/share/Trash/files/IMGP1676.DNG does not exist'I tried to recreate the file 'IMGP1676.DNG' , deleted it i.e. sent i to the waste bin and then tried the empty waste bin again, although this time it was there and deleted it still reported the same error.du -h .local/share/Trash/files/ 12K .local/share/Trash/files
View 2 Replies View RelatedWish a script which would delete cache content and remove additional files which have been downloaded via the internet and saved voluntarily by the user and files any thing other than those used by the OS in linux.Need a command which could make the execution of the above script possible before the shut down command is passed.
View 1 Replies View Relatedevolution crashing - memory error - openSUSE 11.3 / Evolution 2.30.1.2
openSUSE 11.3 / kernel 2.6.34.7-0.7 / Gnome 2.30.0 / Evolution 2.30.1.2
Evolution keeps crashing, began quite recently but I can't pin down exactly when...
Running from a terminal, crash messages are:
** (evolution:5624): CRITICAL **: file gkr-operation.c: line 350 (gkr_operation_request): should not be reached
** (evolution:5624): CRITICAL **: file gkr-operation.c: line 350 (gkr_operation_request): should not be reached
***MEMORY-ERROR***: evolution[5624]: GSlice: assertion failed: sinfo->n_allocated > 0
Aborted
I have two mail-accounts: a private and a university-account. Our university uses LotusNotes, and I created a mail rule that forwards every mail to my private account. Now, a colleague of mine sends an email to my university-account. The mail is forwarded to my private account, and Evolution has no problems with it. The same colleague now sends a mail directly to my private account. Evolution now gives me the following error:
Quote: Cannot decrypt: you are not a recipient, or matching certificate and private key not found. (-8147) - decoding failed Unknown attachment: smime.p7m
The strange thing is, that this only happens if the mail is sent to my private account. Additionally, my colleague does not use any certificates or decryption tools. Nor is there any attachment if the mail is sent to my university-account.
From 2/3 days my evolution mail client is not working properly when i'm trying to send mail from it. In case mail receiving it has no problem but the problem is occurring when i'm trying to send mails with following error..Error: Welcome response error: Server busy, too many connectionsI'm using: Ubuntu 9.10, Evolution 2.28.1
View 4 Replies View RelatedJust upgraded to 10.10, evolution worked the first time but has not worked since. Have tried re installation but no joy. Starting for terminal shows:-
(evolution:16876): Unique-DBus-WARNING **: Error while sending message: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
It was working in 10.04.
I'm using POP yahoo and it usually works, but often I will get a popup saying unable to connect to POP server... Error sending username: +OK maildrop ready, ... If I cancel & try again later it usually works. The error is getting more frequent.
View 1 Replies View RelatedToday my computer froze a couple times while running VBox forcing me to hit the reset button on the computer, anyways, now I am getting this error:
Code:
An error occurred while loading or saving configuration information for evolution-alarm-notify. Some of your configuration settings may not work properly.
Code:
Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL] for information. (Details - 1: Failed to get connection to session: Failed to connect to socket /tmp/dbus-0bZHOOZLeL: Connection refused) to be perfectly blunt with you, i dont know what ORBit is or what it is for and the file /tmp/dbus-0bZHOOZLeL doesn't exist on my computer (not even a symlink) the only network sharing apps that are running on the machine are SAMBA and IPP, according to synaptic I don't even have NFS installed on the computer.
As for evolution-alarm-notify, I don't use use evolution (unless I get a pgp encrypted email) which is highly unlikely that I will get one, I am thinking, if I remove the evolution link from my notification bar will that fix the problem?
I am running Ubuntu 8.04 and evolution as mail client this is the error i receive in evolution on send & recive.I can receive mail but not send.Error while performing operation.
Welcome response error: Operation now in progress.
I used Unison to sync my desktop and laptop. Now I am getting the following error when I open my Evolution Inbox (and a few of my other mailbox folders).
"Error while Opening folder mbox:/home/myname/.evolution/mail/local#Archive/foldername"
"column folder_name is not unique"
I have tried moving the .evolution/local/mail folder opening Evolution, closing and then moving back - no joy. It is also definitely not a folder size problem, my mailbox is less than 1GB.
Opening Evolution from the terminal I get;
** (evolution:7529): DEBUG: mailto URL command: evolution %s
** (evolution:7529): DEBUG: mailto URL program: evolution
[code]....
I tried using the advice in this thread (the only one I can find with a similar error):
[URL]
cd ~/.evolution/mail ; for i in `find . -name folders.db`; do echo "Rebuilding Table $i"; sqlite3 $i "pragma integrity_check;"; done However, I still get the problem. I'll paste the print out below as it is rather long.
for like two weeks I have been trying to send email using evolution for some reason I always get the same Code: Could not connect to smtp.gmail.com: Input/output error
View 6 Replies View RelatedI got this error during updating backend data server for evolution. "could not do simulate: gnome-panel-2.30.0-1.fc13.i686 requires libedataserver-1.2.so.11 : Success - empty transaction"
View 2 Replies View RelatedI've been running the Evolution mail system under Fedora-15/KDE for about a month now, and it has some very serious problems. I just noticed that it is available for SUSE, and figured that since KDE is the principal desktop supported by KDE the SUSE version may be fixed. Before I go through the very tedious process of getting the SUSE version to compile on Fedora, I'd like to know whether anyone has seen these problems with the SUSE version of Evolution:It ignores font control from the KDE Settings->Applications Appearance window, both KDE font control and GTK+ font control, also its own internal font control window.
It has trouble sending messages to an SMTP server, sometimes taking a l-o-n-g time, sometimes timing out. This can be temporarily cured by restarting it It crashes when a filter attempts to refile an outgoing message. It often asks if I want to recover messages that have never been lost. It often locks up receiving mail from a remote POP3 server. I can live with these, except for items 1 and 2, since I have workarounds. If you are fairly sure that you have not seen these problems with the SUSE version of Evolution