Displaying 1 result from an estimated 1 matches for "jobjob".
2004 Jul 31
1
failure running an at job from a root preexec
...in LDAP to what they were.
But I can't queue even a simple at job from a pre-exec script.
I can queue jobs manually no problem.
I drop the lines:
wall "$1 LOGIN"
/usr/bin/at now + 1 minute /root/atjob
on the end of my preexec script.
/root/atjob exists and contains:
wall "JOBJOB"
I use smbclient to access the home share, I get the wall output from the preexec fine, but the job doesn't get queued.
Am I missing something here. ( Not many points for that one, I clearly AM missing something )
If so, what?
Alternative approaches to this for solving the wider prob...