diff --git a/doc/faq.html b/doc/faq.html index 40dd8f49..cbec33be 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -51,6 +51,7 @@ which should be changed for the whole thread if that problem has been fixed.
  • Does elog have a spell checker?
  • Why are entries with large attachments submitted so slowly?
  • The elgod daemon crashes from time to time, what can I do? +
  • How can I create an ELOG entry automatically from a script?
    @@ -377,7 +378,20 @@ So the basic command is to make a stack trace with "where" after a segmentation fault. This tells me where in the code something wrong happened (in this case it was inside the function el_index_logbooks() at line 3892. Please send me this information and I will try then to figure out what was -wrong. +wrong.

    + +

  • How can I create an ELOG entry automatically from a script +

    +I agree, it's a bit hidden, but on the +User's Guide, at the +bootom of the page, last point, there is a description of the standalone +"elog" utility, which can be used from a script or from another program to +submit an automatic email entry. This works locally or remotely, with optional +attachments. Enter "elog -h" for a full list of options. The elog utility +is part of the distribution and resides in the same directory as the elogd +daemon. +

    +