Comment 27 for bug 197290

Revision history for this message
JohnT (taylorjs) wrote :

Traceback (most recent call last):

Here are the errors I received when I tried to run the archivemail command. At the bottom you'll see that it's a space issue. Can any one help? I have backed-up the InBox file. Has anyone tried deleting it completely to see if Evolution will function properly again? Of course there's still the issue of reading that file or getting rid of old messages without openning it.

File "/usr/bin/archivemail", line 1475, in ?
    main()
  File "/usr/bin/archivemail", line 691, in main
    archive(mailbox_path)
  File "/usr/bin/archivemail", line 1130, in archive
    _archive_mbox(mailbox_name, final_archive_name)
  File "/usr/bin/archivemail", line 1222, in _archive_mbox
    archive.finalise()
  File "/usr/bin/archivemail", line 610, in finalise
    shutil.copy2(self.mbox_file_name, final_name)
  File "/usr/lib/python2.4/shutil.py", line 92, in copy2
    copyfile(src, dst)
  File "/usr/lib/python2.4/shutil.py", line 48, in copyfile
    fdst = open(dst, 'wb')
IOError: [Errno 28] No space left on device: 'Inbox_archive.gz'

Thanks,

John