# from Rich Shepard on Wednesday 06 August 2014:
>   However, ... running 'logwatch.pl --output stdout' does display the
>report on the console, so the problem seems to be back to an issue
>with sendmail rather than logwatch.pl. Yet, a few days ago the
>problem was the opposite: changing logwatch.conf output from stdout
>to mail worked; that suggested the issue was with logwatch.pl and not
>sendmail.

Hi Rich,

Sounds like some environment issue between cron and the console.

If you're getting no error output and not the expected results, you 
might look for unchecked exit code on system() or backtick/qx{}.  Those 
bits might also be in your strace output.  `grep sendmail`?

--Eric
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to