ports/114014: mail/p5-mail-spamassassin : spamd not showing process title when using option --virtual-config-dir

Ludger Bolmerg lbolmerg at web.de
Thu Jun 28 19:50:07 UTC 2007


The following reply was made to PR ports/114014; it has been noted by GNATS.

From: Ludger Bolmerg <lbolmerg at web.de>
To: bug-followup at FreeBSD.org, Michael Scheidell <scheidell at secnap.net>, 
 lbolmerg at web.de
Cc:  
Subject: Re: ports/114014: mail/p5-mail-spamassassin : spamd not showing process
 title when using option --virtual-config-dir
Date: Thu, 28 Jun 2007 21:14:31 +0200

 Sorry for the incomplete information.
 
 #1: What is environment? (uname -a)
 
 FreeBSD netserv2.munichre.com 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #1: 
 Mon Aug 28 11:17:41 CEST 2006 
 gr172 at netserv2.dmz.munichre.com:/usr/obj/usr/src/sys/MYKERNEL  i386
 
 #2: what EXACTLY were the spamd_flags and options
 
 with the following options:
 : ${spamd_flags="-x --max-children=20 --min-children=5 \
   --min-spare=2 --max-spare=10 --listen-ip=127.0.0.1 \
   -u spamd \
   -H /var/spool/spamd \
   --allowed-ips=193.103.202.0/24,127.0.0.1 \
   --virtual-config-dir=/var/spamassassin/user_prefs/%u "}
 
 ps ax
 results in:
 
 44314  ??  Ss     0:03.94 [perl5.8.8]
 44319  ??  S      0:00.03 spamd child (perl5.8.8)
 44320  ??  S      0:00.02 spamd child (perl5.8.8)
 44321  ??  S      0:00.02 spamd child (perl5.8.8)
 ...
 
 without the virtual-config-dir option
 ps ax
 results in:
 
 41645  ??  Ss     0:04.43 /usr/local/bin/spamd -x --max-children=20 
 --min-children=5 --min-spare=2 --max-spare=10 --listen-ip=127.0.0.1 -u 
 spamd -H /var/spool/spamd --allowed-ips=193.103.202.0/24,127.0.0.1 -d -r 
 /var/run/spamd/spamd.pid (perl5.8.8)
 41663  ??  S      1:18.86 spamd child (perl5.8.8)
 41664  ??  S      0:29.54 spamd child (perl5.8.8)
 41665  ??  R      0:07.31 spamd child (perl5.8.8)
 ...
 
 #3, is this a spamAssassin problem? should spamd.raw be patched? should
 sa-spamd.sh be patched?
 
 I don't really know the answer to this question.
 
 
 



More information about the freebsd-ports-bugs mailing list