Hello,
I have the SunOS SERVER_NAME 5.9 Generic_118558-28 sun4u sparc SUNW,Sun-Fire-V490 on SunFire V480 hardware.
I have 2 scripts where I use AT commnad like:
#!/usr/bin/bash
..... code .....
at now + 2 min <<EOF
cd ~/Scripts
./test-script >> test-script.log
EOF
i got this message (this message was generated by AT command and sent to mail)
Your "at" job on SERVER_NAME
"/var/spool/cron/atjobs/1441377679.a"
produced the following output:
at: can't create a job for you
my scripts doesnt have any warnings or errors(works fine) and it fails between 10 and 40 days after first run of these scripts (./test-script &)