Package: spamassassin
Version: 3.1.0a-0volatile2

I am getting a lot of errors in my log about the preforking algorithm. They look like this:

[25715] info: prefork: child states: BB
[25715] info: spamd: server successfully spawned child process, pid 24164
[25715] info: prefork: child states: BBI
[25715] info: spamd: handled cleanup of child pid 416 due to SIGCHLD
[25715] warn: prefork: select returned error on server filehandle: Interrupted system call

This happens with some frequency (several times a day).

I'm running spamd under daemontools. Here's my run file:

   #!/bin/sh
   ulimit -c unlimited
   exec \
       /usr/sbin/spamd \
       --syslog=stderr \
       --max-children 5 \
       --socketpath=/var/lib/spamassassin/sock \
       --socketowner=vpopmail --socketgroup=vchkpw \
       -H --create-prefs --vpopmail -u vpopmail 2>&1

Here's my local.cf (though I doubt it's particularly relevant):

   report_safe 0
   use_bayes 1
   skip_rbl_checks 0
   use_razor2 1
   use_dcc 1
   use_pyzor 1
   use_auto_whitelist 1
   required_score 5
   report_safe_copy_headers Received
   bayes_expiry_max_db_size 200000
   dcc_dccifd_path /var/dcc/libexec/dccifd
   dcc_home /var/dcc
   dns_available yes
   lock_method flock
   bayes_ignore_header X-Bogosity
   bayes_ignore_header X-Spam-Flag
   bayes_ignore_header X-Spam-Status
   ok_locales en
   ok_languages en

Here are the versions of software I have (I'm running stable+volatile+sloppy):
   perl: 5.8.3-8
   libhtml-parser-perl: 3.45-2
   libdigest-sha1-perl: 2.10-1
   libnet-dns-perl: 0.48-1
   libsocket6-perl: 0.17-1
   libsys-hostname-long-perl: 1.2-1
   spamc: 3.1.0a-0volatile2
   libmail-spf-query-perl: 1.997-2
   perl-modules: 5.8.4-8
   libnet-ident-perl: 1.20-2
   libio-socket-ssl-perl: 0.96-1
   libdbi-perl: 1.46-6
   pyzor: 0.40+cvs20030201-3

~Kyle
--
I love America more than any other country in this world, and, exactly for this reason, I insist on the right to criticize her perpetually.
                                -- James Baldwin, Notes of a Native Son


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to