I'm using qmail-scanner-0.95 to implement virus scanning, I've got the
patches all applied and things compile just fine.
However when I put the pieces in place I get this error:
libthread panic: _sys_thread_create():alloc_thread returns 0 (no mem) :
dumping core (PID: 26646 LWP 1)
I reading this, as there is not enough memory to run the scanner, is this
correct?
I am set up using the Life with qmail method so here is my
qmail/supervise/qmail-smtpd/run file:
#!/bin/sh
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE
QMAILDUID=`/usr/xpg4/bin/id -u qmaild`
NOFILESGID=`/usr/xpg4/bin/id -g qmaild`
exec /usr/local/bin/softlimit -m 6000000 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp \
/var/qmail/bin/qmail-smtpd 2>&1
I've read in the archives that most people had success with setting the
softlimit to 6000000, I guess I'm just a little wary about going much
higher, also I'm unsure if the number of incoming connections is limited, I
would need it to be no more then 50.
System Spec:
Sol 7 Sparq
Qmail-1.03 with tls & qmail-queue patches
NAI 4.x scanner
gcc
Thanks all.
************************
John McCoy, Jr
Central Systems Administrator
Mills College, Oakland, CA
510-430-3321
[EMAIL PROTECTED]
************************