Complete.Org: Mailing Lists: Archives: offlineimap: July 2005:
Is loss of mail possible after no disk space exception
Home

Is loss of mail possible after no disk space exception

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Cc: offlineimap@xxxxxxxxxxxx
Subject: Is loss of mail possible after no disk space exception
From: Jan Korger <jan.korger@xxxxxxxxxxxxxxx>
Date: Tue, 12 Jul 2005 00:30:31 +0200

Hi all,
I'm running offlineimap repeatedly from a shell script. From logged
offlineimap output, I know that I temporarily run out of disk space
for my home dir:

[Tue Jul 12 00:07:00 CEST 2005] running offlineimap
Thread 'Folder sync unikn[INBOX]' terminated with exception:
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/offlineimap/threadutil.py", line 153, 
in run
    Thread.run(self)
  File "/usr/lib/python2.3/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.3/site-packages/offlineimap/accounts.py", line 232, in 
syncfolder
    statusfolder.save()
  File "/usr/lib/python2.3/site-packages/offlineimap/folder/LocalStatus.py", 
line 93, in save
    file.close()
IOError: [Errno 28] No space left on device

[...]

[Tue Jul 12 00:11:05 CEST 2005] running offlineimap
[Tue Jul 12 00:11:20 CEST 2005] offlineimap exits with status 0


What puzzles me is that there are no new messages in unikn[INBOX] nor
in any other mailbox. I hope offlineimap only tried to write an
internal status file here -- as suggest by the traceback shown -- not
a message. Could someone please comment on this.

Thanks

Jan



[Prev in Thread] Current Thread [Next in Thread]
  • Is loss of mail possible after no disk space exception, Jan Korger <=