Hi,

I'm reporting a problem that i had today with Qmail-Scanner.

I was trying to run the latest Qmail-Scanner 1.24 with Sophie.
During the configure part of Qmail-Scanner, he tries to detect what
scanners i have installed. In that fase Qmail-Scanner reports 'Something
like sophie for Sophos detected' but complains about the install.
Running Sophie on debug mode(-d) I get several...
WARNING          : Could not open dir
(/tmp/mkt_qs.3709-1098809216/../mkt_qs.1792-1098808165/../../../../../

and the Sophie process "loops forever" making the cpu usage go to 100%.

Making a long story short... I had to change some syntax in the
configure script of Qmail-Scanner. Around line 666 in Qmail-Scanner
configure script there is a test made with 

perl ./contrib/test-sophie.pl -s $SOCKET -f $TMP_DIR 2>&1|egrep -i
'virus|test'

Either you change the -f(file) to -s(dir) or you change $TMP_DIR to
$TMP_DIR/* and run the configure script again.

I didn't made any debug, but that did the trick. I guess when you give a
directory to Sophie you have to had a trailing /* . Noticed that when
scanning a dir from the shell.
Having done that Qmail-Scanner detected Sophie, scanned the test
files(saw that on the debug info) and now Qmail-Scanner works just
great.

Don't know if Sophie changed the syntax or if it's a typo in
Qmail-Scanner or if i missed some flag. I just started using Sophie
today. :-)


- Details
Qmail-Scanner: 1.24
Sophos engine: Sophos engine version 2.25
Sophie IDE: Sophos IDE version 3.87
Sophie version: 3.04rc2
Linux Fedora Core 2
Perl v5.8.3

Thanks.

--
Carlos Jorge Andrade
[EMAIL PROTECTED]




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to