![]() |
> This is on a linux box running kernel 2.0.34. Everything else seems to Kernel version is generally unimportant compared with the distribution and its version and the libraries. > "recvq/fax00013.tif" "modem" "00000034" "" > Oct 1 12:52:33 hail FaxGetty[3081]: Bad exit status 077400 for > "bin/faxrcvd "recvq/fax 00013.tif" "modem" "00000034" """ faxrcvd, which is a user customisable script, did an exit (127). There is no explict exit 127 in pl1, and this is most likely a pass through of the exit status from sendmail, although it might be generated for command not found: bash$ cat fred #! /bin/bash nosuchfile bash$ fred ./fred: nosuchfile: command not found bash$ echo $? 127 bash$