in reply to Re^3: executing "at" from perl
in thread executing "at" from perl

All right just for the record I've isolated it to an OS level issue. I even became the apache user and executed the spool file from /var/spool/at and it worked! But in root's mail I'm getting (consistently when the job is run):
This account is currently not available.
Now I may not understand exactly what that means, but it seems reasonable to believe that that's the barrier I'm running up against. I do appreciate y'alls input, and I learned a few things so your time was not wasted :-)

Replies are listed 'Best First'.
Re^5: executing "at" from perl
by gmargo (Hermit) on Nov 17, 2009 at 13:18 UTC

    I wonder if that means that the apache user is not allowed to send (or receive) email? Normal cron/at output is sent via email. (What os is this?) (Do a test using echo, not rm.)