That simple script doesnt send mail when it ends:
> #!/bin/bash
> for ((i=1; i<1000; i++)); do
>echo $i
>sleep 1m
> done
I launch it with:
> cat /tmp/script | at now
When it ends I find that in syslog:
Jul 2 10:58:59 hamilton atd[24973]: Open of jobfile failed: Connection
refused
I
Package: at
Version: 3.1.10.2
Severity: normal
Hello,
Once a month I run a script on my server with "at now", but atd doesnt send the
output
on email when the script ends (generally after 20-30 hours), it leaves it in
/var/spool/cron/atspool
I am not able to reproduce this problem in any othe
2 matches
Mail list logo