I just noticed that the commands I've got running in root's crontab aren't working. My syslog seemed to be saying that the problem was that root had an expired account:
Code:
Jul 14 09:44:01 meadows-server CRON[24997]: User account has expired
When I reenabled the root account with passwd -u, everything works - but now my root account is enabled. How do I disable the root account and have crontab work? Obviously passwd -l disables it but also marks it as expired, which puts me back at square 1.
I'm running Ubuntu Hardy AMD64.