Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Solaris and command AT (at: can't create a job for you)

Jan SršeňSep 9 2015 — edited Sep 10 2015

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 &)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2015
Added on Sep 9 2015
5 comments
1,550 views