You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Christopher Martin <ch...@ebit.com.au> on 2006/08/04 04:13:30 UTC

Spamd using 100% CPU, even after reboot

I have a dual P3 server I am hoping to run as our main spam filtering
machine. I am satisfied the spam is being caught, I am just worried whether
it can deal with the load as the machine idles with one CPU fully utilised.

Here are some system details:

antispam02# uname -a
FreeBSD antispam02.ebit.com.au 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Fri
Aug  4 10:23:56 EST 2006
root@antispam02.ebit.com.au:/usr/obj/usr/src/sys/ANTISPAM02  i386

antispam02# /usr/local/bin/spamd --version
SpamAssassin Server version 3.1.3
  running on Perl 5.8.8
  with SSL support (IO::Socket::SSL 0.97)

antispam02# pkg_info | grep spam
p5-Mail-SpamAssassin-3.1.3 A highly efficient mail filter for identifying
spam
pyzor-0.4.0_4       A collaborative, networked system to detect and block
spam
razor-agents-2.82   A distributed, collaborative, spam detection and
filtering
spamass-milter-0.3.1 Sendmail Milter (mail filter) plugin for SpamAssassin
spamass-rules-20060203 Custom rulesets for SpamAssassin


antispam02# ps auuwx | grep spam
nobody   624 99.0 12.0 66044 62004  ??  R    11:01AM  56:58.12 spamd child
(perl5.8.8)
root     625  4.9 11.5 62668 59276  ??  S    11:01AM   2:14.46 spamd child
(perl5.8.8)
root     496  0.0  0.4  4856  2256  ??  Ss   11:00AM   0:03.40
/usr/local/sbin/spamass-milter -f -p /var/run/spamass-milter.sock
root     506  0.0  9.7 53272 50252  ??  Ss   11:00AM   0:08.53
/usr/local/bin/spamd -c -d -r /var/run/spamd/spamd.pid (perl5.8.8)
root    1529  0.0  0.3  2912  1536  ??  I    12:07PM   0:00.02
/usr/local/bin/spamc
root    1541  0.0  9.7 53272 50252  ??  S    12:08PM   0:00.01 spamd child
(perl5.8.8)


There is a recurring error in maillog:

Aug  4 12:03:25 antispam02 spamd[625]: spamd: still running as root: user
not specified with -u, not found, or set to root, falling back to nobody at
/usr/local/bin/spamd line 1145, <GEN598> line 4.


Is that related? Any ideas or suggestions?


Chris Martin