Re: [Evolution] [ews] Getting persistent The server cannot service this request right now. Try again later.

2014-09-08 Thread Milan Crha
On Thu, 2014-09-04 at 08:48 -0500, Paul Stejskal wrote:
 
 ];FaultInnerException=Microsoft.Exchange.Data.Directory.SystemConfiguration.OverBudgetException:
  
 This operation exceeds the throttling budget for policy 
 part'MaxConcurrency'  policy value '27'   
 
  
 
 The server that I'm connecting to is Exchange 2013. I need to figure 
 out why this is happening and I only use e-mail from Evolution and 
 from my Android phone. I opened an IT helpdesk ticket with my 
 company IT but they asked if I configured EWS from multiple systems.
 

Hello,
what is your evolution/evolution-ews version, please? If you've the 
one which has implemented Listen for server change notification, 
which can be found in mail account properties, then I would disable 
it. It cuts down the connection to half, because each 
calendar/book/mail account opens one connection for communication with 
the server (which can be eventually shared between sources of the same 
type) and one connection for the change notification sent by the 
server.

Nonetheless, this exhaustive connection usage looks odd, especially 
with shared connections within processes (evolution-calendar-factory 
and evolution-addressbook-factory), thus I cannot think of any other 
reason which would cause such many connections to be used. An 
evolution-source-registry process also opens (only) one connection to 
the server, to check available sources for that account.

Is it possible that you have that many books/calendars/... and the 
Listen for change notification is used, which makes that many 
connections to the server?
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution imap operations times out ~5 minutes after startup

2014-09-08 Thread Milan Crha
On Thu, 2014-09-04 at 14:04 +0300, Mehmet Giritli wrote:
 Hi,
 
 Using evo-3.12.4 on gentoo I can connect to my courier imap mail server
 with no problems. However, after approx 10 mins of evo start up, imap
 operations start timing out. For example, if I try to change to a
 different folder evolution gets stuck with scanning for changed
 messages in blah blah and it can not perform any other operations from
 that moment on until I restart evolution. The same when I try to send an
 email after 10 minutes of startup: Sending works but it can not copy the
 message to my sent folder which is on imap server, etc...
 
 I tried disabling IDLE mode and quick resync but did not make any
 difference. I did not have the problem until 3.10 but now have it with
 3.12 as well. If you give me some tips how to help debug this, I'd try
 my best.
 

Hello,
I guess you face this bug:
https://bugzilla.gnome.org/show_bug.cgi?id=733081
which is fixed in evolution-data-server 3.12.5. There will be done
a 3.12.6 release today.

You can install debuginfo packages for evolution-data-server and 
evolution and then get a backtrace of running evolution with this 
command:
   $ gdb --batch --ex t a a bt -pid=`pidof evolution` bt.txt
Please check the bt.txt for any private information, like passwords, 
email address, server addresses,... I usually search for pass at 
least (quotes for clarity only).

You can also see what IMAP account does when you run evolution from a 
console like this:
   $ CAMEL_DEBUG=imapx:io,imapx:conman evolution log.txt

Though I'd still try with the newer version first.
Bye,
Milan



___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Evolution 3.10.4 -- CANNOT MAKE VALID BACKUP FILE

2014-09-08 Thread John Lauterbach
I need to transfer my Evolution 3.10.4 to another PC.  This is urgent
and cannot be ignored.

Every time I make the backup file and transfer to the other PC using
several different USB devices including high capacity ( 3 TG) backup
drives from Toshiba and WD Passport, I get Invalid Backup File when I
attempt to restore my data.  Archive size is 4.6 GB.

What do I need to do to get a valid backup file?

Thank you,

John


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution 3.10.4 -- CANNOT MAKE VALID BACKUP FILE

2014-09-08 Thread Bart
On Sun, 2014-09-07 at 10:08 -0400, John Lauterbach wrote:
 I need to transfer my Evolution 3.10.4 to another PC.  This is urgent
 and cannot be ignored.
 
 Every time I make the backup file and transfer to the other PC using
 several different USB devices including high capacity ( 3 TG) backup
 drives from Toshiba and WD Passport, I get Invalid Backup File when I
 attempt to restore my data.  Archive size is 4.6 GB.
 
 What do I need to do to get a valid backup file?
 
 Thank you,
 
 John
 
 
Sounds like you are hitting the file size limit for the file system you
have on your backup device.  Perhaps if you format your backup device to
ext4 or the like.

Bart

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution 3.10.4 -- CANNOT MAKE VALID BACKUP FILE

2014-09-08 Thread Patrick O'Callaghan
On Sun, 2014-09-07 at 10:08 -0400, John Lauterbach wrote:
 Every time I make the backup file and transfer to the other PC using
 several different USB devices including high capacity ( 3 TG) backup
 drives from Toshiba and WD Passport, I get Invalid Backup File when I
 attempt to restore my data.  Archive size is 4.6 GB.

Is the USB device formatted as VFAT? If so, files can't be larger than
4GB, no matter how large the drive or partition is. You need to format
the drive as ext4 (or ntfs or exfat if you need Windows compatibility).

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] evolution-list Digest, Vol 110, Issue 13

2014-09-08 Thread G.W. Haywood

Hi there,

On Mon, 8 Sep 2014, John Lauterbach wrote:


I need to transfer my Evolution 3.10.4 to another PC.  This is urgent
and cannot be ignored.


Well I can ignore it. :)

Make better plans next time.  Test your backups regularly.  If you
haven't recovered any of your backups lately, they might be worthless.


Every time I make the backup file and transfer to the other PC using
several different USB devices including high capacity ( 3 TG) backup
drives from Toshiba and WD Passport, I get Invalid Backup File when I
attempt to restore my data.  Archive size is 4.6 GB.


Why not try rsync?  You don't need to do the whole thing at once.  To
be frank I really don't think USB devices are especially well-suited
to backup purposes.  If it's so important, get a NAS devce or similar.

--

73,
Ged.
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution 3.10.4 -- CANNOT MAKE VALID BACKUP FILE

2014-09-08 Thread Ángel González
Bart wrote:
 Sounds like you are hitting the file size limit for the file system you
 have on your backup device.  Perhaps if you format your backup device to
 ext4 or the like.
 
 Bart

I also suspect this is the problem here. John, is the file still 4.6 GB
when you arrive to the other computer? (or after you copied it to the
USB device)

Try hashing the file locally and check at the other end. Eg. 
sha256sum evolution-backup.tar.gz  evolution-backup.sha256

and at the final computer
sha256sum -c evolution-backup.sha256



PS: It's strange that a 3 TG media didn't came formatted as NTFS.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] evolution-list Digest, Vol 110, Issue 13

2014-09-08 Thread Zan Lynx
On 09/08/2014 10:39 AM, G.W. Haywood wrote:
 To
 be frank I really don't think USB devices are especially well-suited
 to backup purposes.  If it's so important, get a NAS devce or similar. 

What do you back up your NAS device to? I use a 4 TB USB 3 external
drive. Two, actually. I rotate one to a safe deposit box.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list