On Mon, 22 Mar 2010, Slist wrote:

Hi,

I followed the instruction in the download page to built my own rpm. All
went well. But when I tried to start it, it gave me this error

Starting spamd: child process [27459] exited or timed out without signaling
production of a PID file: exit 255 at /usr/bin/spamd line 2588.

My machine is a CentOS 5.4 x86 machine.

Thank you

Most likely you did not stop all of the running SpamAssassin related processes before running make install. try:

# service spamassassin stop
# make install
# service spamassassin start


--
Art Greenberg
a...@eclipse.net

Reply via email to