Hi,
I'm running spamd on it's own server with the following command line (under daemontools)
exec /usr/local/bin/spamd -q -x -m 10 --max-conn-per-child=20 -i 206.123.6.18 -A 206.123.6.19,206.123.6.18,216.162.64.120 -u Spamd 2>&1
@40000000416c5cba146a3c04 Cannot open bayes databases /root/.spamassassin/bayes_* R/W: lock failed: Interrupted system call
@40000000416c5cba2056406c Cannot open bayes databases /root/.spamassassin/bayes_* R/W: lock failed: Interrupted system call
@40000000416c5cba26e4b01c Cannot open bayes databases /root/.spamassassin/bayes_* R/W: lock failed: Interrupted system call
@40000000416c5cbc01f04cbc Cannot open bayes databases /root/.spamassassin/bayes_* R/W: lock failed: Interrupted system call
My question is, why is it writing anything to /root/.spamassassin when it is supposed to be writing the the home of Spamd (which it is for the most part).
There are no cron jobs or other things that are running as root that might cause this.
Regards,
Rick