From: Jon C. <li...@jc...> - 2011-05-17 13:31:31
|
Tim Rice wrote: > Hi All, > > I get the following errors when running under crontab. If I run from > the command line I don't get any errors. > > Any idea why Cran is breaking this? > > Traceback (most recent call last): > File "/usr/local/bin/archivemail", line 1604, in <module> > main() > File "/usr/local/bin/archivemail", line 703, in main > archive(mailbox_path) > File "/usr/local/bin/archivemail", line 1149, in archive > _archive_mbox(mailbox_name, final_archive_name) > File "/usr/local/bin/archivemail", line 1220, in _archive_mbox > retain.write(msg) > File "/usr/local/bin/archivemail", line 384, in write > self.mbox_file.write(body) > IOError: [Errno 28] No space left on device > > Well, assuming that the disk isn't actually full, is the cron job running as the same user as the user you're testing with? Due to root/non-root status, or differing user quotas, there may be different amounts of free disk visible to archivemail. -J -- in your fear, seek only peace in your fear, seek only love -d. bowie |