[Prev][Next][TOC][FAQ][Bugs][Home]
Three types of messages exist in MHonArc: Informative messages, Warnings, and Errors. Informative messages give you the current status of MHonArc's execution. Warnings signify undesired conditions, but are not critical in MHonArc's exection. Errors signify critical conditions that inhibit MHonArc from finishing its task.
Another set of messages exists that are generated from the Perl interpreter itself. MHonArc tries its best to catch any conditions that may cause Perl to abnormally abort, but conditions may arise where this is not possible.
This section describes the various diagnostics MHonArc may produce and messages Perl may produce.
Informative messages may be suppressed via the QUIET resource. Only the more important Informative messages are listed here.
No new mail messages exist when performing an add operation to an archive. This can occur if an empty MH mail folder, or empty mailbox file, is passed to MHonArci; or the folder contains messages already in the archive.
Indicates MHonArc is loading external libraries for filtering mail messages. MHonArc will output each library it loads. See MIMEFILTERS for more information of filter libraries.
The statement means that a lock file is in place for the archive you are trying to update. Normally, an existing lock file implies that another MHonArc process is currently using the archive, and other MHonArc processes will wait awhile to see if the archive will be unlocked.
However, there are times when a lock file exists, but no MHonArc process is modifying the archive. This can occur if MHonArc is abnormally terminated. If you know that no other MHonArc process is editting the archive you are try to modify, then manually remove the lock file or use the FORCE resource.
Warning messages denote some undesired event occurred, but the event is not severe enough to cause program termination.
MHonArc was unable to find a date for a mail message, or could not parse the date if the date is not in a common format. The message is given the current date if no date is found.
Indicates that the version of MHonArc updating an archive is different from the version of MHonArc that created the database file. Problems can arise if the database file changes in format from different version of MHonArc. See the release notes of the MHonArc distribution if changes in the databse format will effect older archives.
Indicates MHonArc was unable to create the database file dbfile for the mail archive created/modified in outdir. This message can occur if outdir permissions changed during MHonArc execution, the existing dbfile is read-only, or the file system is full.
This warning can be severe because no future add operations can be performed to the archive.
MHonArc was unable to open the footer file, footer, for inclusion into the index page. Make sure footer exists, and is readable by you.
MHonArc was unable to open the header file, header, for inclusion into the index page. Make sure header exists, and is readable by you.
MHonArc was unable to open the specified mail folder for reading. Make sure folder exists and is readable (and executable if a directory) by you.
MHonArc was unable to open the specified MH mail message folder/message for reading. Make sure folder/message exists and is readable by you.
MHonArc was unable to open the resource file, file, for reading. Make sure file exists, and is readable by you.
MHonArc has found an unrecognized timezone acronym, timezone, in a mail message. You can tell MHonArc about other timezone acronyms, and their hour offset to UTC, by using the TIMEZONES resource
The timezone UTC (or GMT) is used for an undefined timezone acronyms.
Errors denote conditions that cause MHonArc to abort execution.
Some error conditions may cause the MHonArc archive to become corrupted. If the error occurs when MHonArc is writing files, you may have to recreate the archive from the original messages.
An error occured when trying to read an archive's database. The error can occur if the database file is not readable or the file got corrupted.
MHonArc was unable to create file. This message can occur if the directory being written to is not writable, a read-only file with the same name exists, or the file system is full.
The statement means that a lock file is in place for the archive you are trying to update.
Sometimes a lock file exists, but no MHonArc process is modifying the archive. This can occur if MHonArc is abnormally terminated. If you know that no other MHonArc process is editting the archive you are try to modify, then manually remove the lock file or use the FORCE resource.
MHonArc was unable to open file for reading. Make sure file exists, and is readable by you.
Make sure you properly installed MHonArc. Also make sure Perl is installed properly if the library is a standard Perl library.
Generally, if execution is aborted and the following error messages appear, then you will have to manually delete the lock file since MHonArc will not have the chance to delete the file.
A library that MHonArc tried to load was not found
in the Perl include search paths. This error usually implies
that MHonArc was not installed correctly. Make sure that
MHonArc was installed via the install.me
program
that is provided in the MHonArc distribution.
If you are using your own MIME filters with MHonArc, make sure the library files return 1.
[Prev][Next][TOC][FAQ][Bugs][Home]