The atd tag has no wiki summary.
0
votes
1answer
181 views
at daemon: What is the point of the “batch” queue?
I'm wondering if there's a practical purpose to the batch queue (i.e. batch, at -q b).
I'm asking this because there seems to be a mandatory 1 minute wait time (by atd's default) between consecutive ...
1
vote
1answer
387 views
How to restart atd without affecting running jobs?
Does anyone know how to restart atd without affecting current running (batch) jobs?
I guess I could move the jobs out of the spool directory and wait for the current running jobs to finish, but I'm ...
2
votes
4answers
213 views
Ubuntu 8.04 server: can't invoke at
For some reason I can't use at command from an ordinary user
$ at
You do not have permission to use at.
I've checked my /etc/at.deny, it doesn't have my user there. There is no /etc/at.allow. I ...
2
votes
4answers
1k views
Logging atd messages via syslog
I am running CentOS 5.3 and would like to log all messages from the "at" daemon. My syslog.conf contains the following entry:
cron.* /var/log/cron
I assumed that cron line in syslog refers to the ...