I have a perl script which has run for days without any problems.  Last
weekend it was stopped, during a reboot.  The script generates output
which is put into a file.  This file gets over written each time the
script loops through.  The output was orginally  redirected to the file.

Here is the strange part.  If I run the script from the command line the
output is redirected into the file.  If I run the script as a cron job or
nohup process it creates an empty file.  I modified the perl script to
open the file and 'print' the output to the file.  When I run this from
the command line it works.  When I run it as a cron job, it does not
produce the file.

I am stumped as to what is happening


david



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to