> Hi,
> 
> I often get the following e-mailed to my by my system with the subject
> of "Output from your job <number>":
> 
> ------------------------------ Delimiter BEGIN 
> --------------------------------
> 
> sh: line 497: warning: here-document at line 494 delimited by end-of-file 
> (wanted ``(dd if=/dev/urandom count=200 bs=1 2>/dev/null|LC_ALL=C tr -d -c 
> [:alnum:])`')
> 
> ------------------------------- Delimiter END 
> ---------------------------------
> 
> I have no idea which job could be producing this error?  Does it look
> familiar to anyone?  Any ideas on how I can track down the culprit?

The shell thinks you have an unterminated here document.  Have you looked at
like 494 of the script producing this error message?

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to