Hi Qmail-Scanner List,
(sent to main qmail list too in desperation as qmail-scanner-list doesn't
seem to be responding)

recap: I have a smp qmail box running qmail/spam
assassin/sophie/serialmail - I keep on getting orphaned perl5.6.1 processes
from qmail-scanner sitting around off init and slowing the box down
stupidly.  I have been told I should never see these orphan processes.  once
it has become orphaned from tcpserver it seems to ignore my softlimits and
really slow the box down.


I have now installed qmail scanner as

./configure --admin technical --domain domain.co.uk --scanners
none --install

and stopped the spamd and sophie daemons from even running so it HAS to be
qmail-scanner.


Please can someone else on this list run the command

perl -pe 'system("pstree | grep perl | grep -v grep| grep -v bash")'

(press return for an update on your screen) and see if you see any of these:
please can someone just confirm they dont at the very least?


|                     |
`-3*[sh---qmail-smtpd---perl5.6.1]
|-perl5.6.1
|                     |
`-3*[sh---qmail-smtpd---perl5.6.1]
|-perl5.6.1
|                     |
`-4*[sh---qmail-smtpd---perl5.6.1]
|-perl5.6.1
|                     |
`-4*[sh---qmail-smtpd---perl5.6.1]
|-perl5.6.1
|                     |
`-4*[sh---qmail-smtpd---perl5.6.1]
|-perl5.6.1
|                     |
`-4*[sh---qmail-smtpd---perl5.6.1]
|-perl5.6.1


As it does now seem to be a problem with qmail-scanner I have reinstalled
reformime from Maildrop 1.3.8+
Perl module Time::HiRes
Perl module DB_File (most distributions come with it pre-installed, although
the latest Perl doesn't)
Perl module Sys::Syslog (most distributions come with it pre-installed)
Barely Optional: Mark Simpson's TNEF unpacker.

with no difference and am still getting those resource hogging |-perl5.6.1
orphaned processes.


As noone has replied saying that they have a dual CPU (SMP) machine I will
assume that this software ISN'T tested on SMP and that may be the problem
(straws and clutching)?

Any comments?

I am seriously running out of time, and was half hoping for at least one
answer when I got out off bed this morning  :'(  not to sound like a
whinging nancy but HELP!!  Where can I go from here, all and any suggestions
really appriciated on next steps for debugging.



Thanks
Pete






===============================================
More techy info

I have the following server:
Dual 1.4gig PIII
eepro nic
2 gig RAM
Dual 80 gig ata 133 Maxtors in software RAID
Slackware 8.1 with custom 2.4.21rc8 kernel

after initial teething problems under 2.4.20 the box is now stable and
doesn't hang.


These are the software package versions installed.

Mail-SpamAssassin-2.55.tar.gz
SophosSaviJune2003.tgz
checkpassword-0.90.tar.gz
courier-imap-1.6.0.20021025
daemontools-0.76.tar.gz
imap-2001.RELEASE-CANDIDATE.1
maildrop-1.4.0.tar
qmail-1.03.tar.gz
qmail-autoresponder-0.95.tar.gz
qmail-queuepatch.txt
qmail-scanner-1.16.tgz
razor-agents-2.34.tar.gz
serialmail-0.75.tar.gz
sophie-3.03.tar.gz
tnef-1.2.1.tar.gz
ucspi-tcp-0.88.tar.gz


cat /service/qmail-smtpd/run
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL" ];
then
    echo QMAILDUID, NOFILESGID, MAXSMTPD, or LOCAL is unset in
    echo /var/qmail/supervise/qmail-smtpd/run
    exit 1
fi
if [ ! -f /var/qmail/control/rcpthosts ]; then
    echo "No /var/qmail/control/rcpthosts!"
    echo "Refusing to start SMTP listener because it'll create an open
relay"
    exit 1
fi
exec /usr/local/bin/softlimit -m 200000000 \
/usr/local/bin/tcpserver -v -R -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" -u
"$QMAILDUID" -g "$NOFILESGID" 0 smtp /usr/local/bin/rblsmtpd -r
relays.ordb.org sh -c '/var/qmail/bin/qmail-smtpd
                         cd /var/qmail/autoturn
                         exec setlock -nx $TCPREMOTEIP/seriallock
maildirsmtp $TCPREMOTEIP autoturn-$TCPREMOTEIP- $TCPREMOTEIP AutoTURN ' 2>&1





-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to