Ubuntu :: Evolution Broken - Error While Sending Message
Oct 18, 2010
Just 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.
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.
Hi I am running a fedora 10 desktop. when i send an email using evolution the message was not sent but returns a error message:"Error while performing operation.DATA command failedError: 550 Viagra SPAM - Hi in Subject" and the message did not have an attachment just plain words. what might have gone wrong for i have been using this for sometime without a problem. or what security measures should be in place to remove this viagra spamAm I infected by virus on this fedora, all my updates are up to date.
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
Since upgrading to 11.04 yesterday, nauilus has been acting strangely. It takes about 30 seconds for a right click on the desktop to respond, whereas before it would've taken 1 or 2. Also, when trying to open a directory, say, the Home direcotry accessible from the launcher,it takes about a minute to open, which is odd,because all of my other applications (Chrome, Banshee etc) ares all running smoothly. And when the direcotry windowe does open, within 10 sconds it will turn grey and prompt me to force quit. When i try to open nautilus from a terminal, it comes back with the message
Code:
(nautilus:3508): 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.
I move a page from a server in SuSe to Debian and this script was working well but when I move the page to a Debian base server it is sending in the logs the following message:
cat: write error: Broken pipe, referer: [URL]
The cgi does the following, read a db file plain text that repeat each 15 lines an information where to look the seraching info. if it is there sends to the output the 15 lines block. but it was not sending errors in suse distro, does anybody knows why the cat's line are sending "cat: write error: Broken pipe," if I am not writing or making a pipe with ">" to none file.
I am new to linux (ubuntu) and I really like it, but the same day I installed ubuntu in my vaio, it asked me to install the upgrades, and after I did it there is sign in my desktop saying:
An error occurred, please run Package manager from the right click menu or apt-get in a terminal to see what is wrong, The error message was 'error BrokenCount >0. This usually means that you installed packages with unmet dependencies
So I did some research and use the package manager (it says that I have 280 broken packages) and try to fix broken packages but it did not work. I had to learn how to use the terminal and I did things like apt-get clean all or update upgrade etc but nothing works the message still there.
I get the following message when I try to add or remove programs. This includes when I try to use the Update Manager: Software index is broken. It is impossible to install or remove any software. Please use the package manager "Synaptic" or run "sudo apt-get install -f" in a terminal to fix this issue at first. When I follow this advice, I get the following message:
tom@Compaq:~$ sudo apt-get install -f E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
If anyone can offer suggestions about this problem, Although I've been using Ubuntu for a while, I'm not very confident with the command line (unless I am copy and pasting commands!)
I was trying to use Message Queues for sending message from aninserted kernel module to user space. The function sys_msgsnd failedgiving the obvious error -EFAULT.However, I was able to send the message from kernel to user space when I had made the same driver part of kernel (and not inserting it).How is that possible?I am using linux.2.6.19.x (arch=ppc)I now use Netlink socket to communicate from kernel to user, but the aboveproblem seemed strange to me.
I've upgraded to 11.04 and now Evolution doesn't work right. It shows there are unread messages in my inbox, but when I click on it, it says "Error Generating Message List" at the bottom, with an exclamation mark in a red circle. When I click on that, it says "database disk image is malformed". I've uninstalled and reinstalled Evolution, but get the same message.
Basically, I think my Internet crashed while sending an email via Evolution and now whenever I open Evolution, or try and receive any new email it just sits there sending this email - it reaches 100% so I can only assume it has actually sent the email.
There's a button to "Cancel the current mail operation" though it doesn't appear to be doing anything; the email is still being "sent" each time.
This would be pretty tedious for the guy I sent the email to.
how to hide an ip address while sending through evolution mail so the recipient cannot see the ip in the email header?
example below: I sent an email from evolution to my gmail account and I can see my real ip address in the mail header 80.x.x.x
Authentication-Results: mx.google.com; spf=neutral (google.com: is neither permitted nor denied by best guess record for domain of email@email.com) smtp.mail=email@email.com Received: from([80.x.x.x] helo=[192.168.1.6])
I can hide my ip using a proxy but what are the other ways of doing this?
i've got Evolution as an email client in Fedora 12.ve got only one IMAP account configured, which seems to be working OK. However, temporarily it is not sending emails. I write an email and hit send/receive and get error. "Error while sending message" ir seems that it is downloading messages, but not sending. There is a quick, but annoying solution to it: restart Evolution. As soon as it is restarted (close and ope the application) it is working OK for some time.
I am having alot of trouble setting up evolution to work with gmail. I am using pop for recieving mail and it's slow but still works. When I try to send mail with smtp.gmail.com I get the error message that the connection timed out. How can I set this up to send and recieve email?
I am working happily with Fedora 8, evolution chatting happily to exchange 2003, calendar sync the works...impressed. This continued through Fedora 9 (though a little bumpy as all odd numbered Fedora releases are). On to Fedora 10, yes works a treat out of the box (DVD). A couple of updates to evolution later, through yumex (fedora updates), and evolution has stopped sending email to the exchange server. It's also touch and go whether I can read email using OWA.
On pressing 'Send/Receive' evolution pops the error, Error while performing operation. Exchange transport can only be used with Exchange mail source. How could I back out these evolution updates?
I am writing a code in Python where a socket client changes data with the server. That works nice if the connection is up. However it is also supposed to work offline. So I need to be able to detect if the connection is up before sending data, but I was not able to do so. A summary of the code is like that:
if connected: data = "some data byte" try: socket.send(data) except: connected=False socket.close()
If I unplug the cable after the connection is ready then the socket sends data and does not detect the connection failure. What is amazing is that the client detects the connection failure just after the cable has been plugged again. Of course there is a loop in the code above and always that connected==False a new connection is made. How could the program detect the connection failure before sending data and then lead the code to an exception?
Upgraded from Karmic to Lucid today (called myself giving someone else an opportunity to find the bugs). anyway... Firefox 3.63 opens pinned to the upper left of the screen in restored configuration. The window will not maximize. There is no title bar. There is no close/maximize/minimize button bar. Additionally Evolution window can be moved, but will not resize/maximize. There is no title bar/close/maximize/minimize buttons on Evolution
Sometime earlier this week, after an Update Manager update, spell check in Evolution broke.
It started underlining all words, even simple ones like "the".
I Googled around and found this article: [URL]
First, I did as recommended: 'Then go to "Edit | Preferences | Composer Preferences | Spell Checking", and enable the available languages." I found a list of languages and found that the USA version of English was enabled.
It then says, "You can also check gnome-enabled dictionaries by using gconf-editor. The GConf key /GNOME/Spell/language should contain a space-separated list of the languages you have enabled (i.e. en-US es for US english and Spanish)."
No such key found in GConf.
I followed the next instruction ("you could also try the hard way: Shut Evolution down by closing Evolution and then using the command evolution --force-shutdown. After that, run gconftool-2 --unset /GNOME/Spell/mtime.") which I did, gfcontool-2 --unset /GNOME/Spell/mtime returned with no error or comment.
But now, spell check isn't working at all, even misspelled words are not flagged, and "Edit | Preferences | Composer Preferences | Spell Checking" shows no languages to select from.
Finally, the instructions say, "If all this does not help, remove the file $HOME/.gconf/GNOME/Spell/%gconf.xml so all your spellchecking settings get deleted. The file gets recreated and according to some users on the Evolution mailing list, spellchecking should work again"
I found no "Spell" directory under "$HOME/.gconf"
I'm not a terrible speller, but do miss the okashunal werd, so having the spell checker working again would be useful.
I am seeing log messages that I don't understand. If I run tail -f /var/log/messages, some times I will see this this sort of repeating pattern. I don't know if I have cut at the start of the sequence or not. Incidentally, this is a normaly well-behaved client/host.
[Code].....
Why is the client repeatedly sending the (1/4) message and then timing out?
I 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
Running HP with 64 kbit AMD. Have upgraded to 10.04 and everything was good. Then I got the bright idea to use a live disk of 9.04 to create a working bootable flash drive (not a live iso). Now that it is done, the grub loader fails with error 21 and the flash drive goes to la-la land on bootup. All my data was backed up except the mail system. So can the grub loader be repaired or can the evolution files be off loaded using a live disk?
Did anyone heard about or can suggest mabe a postfix serverside solution in order to insert a counter number into the subject line before the message is sent? I mean something similar with helpdesk tickets, because I would like to create the possibility for the senders, to make further refference about a speciffic message using it's counter number provided by postfix server.
when they get a new message in Evolution the envelope on the top panel turns green but that's not the case with me. It doesn't work even if Evolution is running. However, I added Thunderbird to the indicator applet and it works fine but only when Thunderbird's running which is kinda pointless. Anyway, I'm running Ubuntu 10.10 32bit and so far that's my only problem with it.I really want it to work with the indicator applet(not with mail-notification from the repos) and with Evolution 'cause that's my favorite mail-client.
I have Ubuntu 10.04 (I think) using Evolution 2.28.3. When new messages come into the inbox, I get a message "Unable to retrieve message" in the lower screenI can work around it by clicking on the first folder under Inbox and then back to Inbox. When I click to the subfolder I have a message at the bottom that says "Error while Storing folder 'Inbox'".It would be nice if it simply worked the first time. It feels like it thinks there are two or more folders that might be "Inbox".
Not sure exactly when this happened.I noticed (and posted here) several days ago that notification SOUNDS had stopped working but now the indicator isn't working at all with evolution.I get pop-up OSD notification things saying I have a new message but the indicator doesn't change to green and there is no entry for new messages or message counter in the menu, though the arrow is there to indicate evolution is running.