Hey guys.
Reckon you could explain this? Its got me miffed. I've set up this cron
job to mail out a picture each morning at 6AM. It's an expect script,
which if run by hand goes fine, but flops when run by cron. The first line
of it is
spawn telnet localhost 25
(the script works by way of sending the mail to the localhost sendmail
daemon, which then relays it onto my ISP), and when run by cron dies with
this error:
failed to get controlling terminal using TIOSCTTYparent: sync byte write:
broken pipe.
What's this sync byte write error?
-- [EMAIL PROTECTED]
"Walking on water and developing software from a specification are
easy if both are frozen." -- Edward V. Berard, "Life-Cycle Approaches"