Comment 21 for bug 875676

Revision history for this message
Kenneth Loafman (kenneth-loafman) wrote :

A couple of things to check:

- If you run with -v9 you will get a long and detailed log of the run. The individual file that is causing the problem should be listed. Test that file by unzipping and decoding. If it fails, you can delete the incrementals containing it and all subsequent incrementals. You will need to do this in a separate directory so you don't modify the original file.

- Check your system logs for "Bad File Descriptor" or other IO errors. A bad file descriptor means that you've run out of descriptors and need to set the limit much higher. This can happen with a long string of incrementals.

- Please post the command line you use.