Re: [Clamav-users] Upgrade to .90? - Update
On 13 Mar 2007, at 12:54 AM, Kevin W. Gagel wrote: Mark, I feel for you. I use the source to install and un-install. I assume this is the reason I'm not having the problems some others have described. I also use the source to install/re-install 0.90 and 0.90.1 on OpenBSD. Tried it on a second, less used machine and clamd just stopped responding after 3 days. Reverted to 0.88.7 and no problems since, other than out-of-date complaints... :( There are definitely high CPU and unreleased file handles issues as I am using 0.9? as a drop in replacement for 0.88.7. All config files (other than clamd.conf getting booleans) remain the same. Sadly I could not try the libmap solution as libmap does not seem to be available on OpenBSD. Abdul ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html
Re: [Clamav-users] Packages
Hi, If you installed OpenBSD with the comp32.tgz package you already have the compiler. I would recommend installing OBSD 3.4 instead - clamav works fine with that (I use clamscan, not clamd with qmail and qmail-scanner) and OBSD 3.2 is no longer supported. In either case, install the ports system (http://www.openbsd.org/ports.html) Then download the OpenBSD port of clamav, untar it, switch to the clamav directory and type:- make && make install The ports system will download, compile and install all required packages. Abdul On 18 Feb 2004, at 9:06 PM, Wiltshire, Michael wrote: Hi, I'm new to OpenBSD and relatively new to UNIX. I've been asked to install Clamav on OpenBSD. I chose 3.2 because I didn't find Clamav for other versions. Is this the most recent version for Clamav? Also, where can I find the zlib and zlib-devel packages as well as the gcc compiler either 2.9x or 3.x as well as the GNU MP 3 library? Michael Wiltshire Information systems Department Brookdale University Hospital and Medical Center Voice 718-240-5543 Fax 718-240-5560 Email [EMAIL PROTECTED] East Coast Access Tel: 031-566-8080 Fax: 031-566-8010 Web: http://www.eastcoast.co.za --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click ___ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
Re: [Clamav-users] OpenBSD 3.4 Port
On 29 Feb 2004, at 5:14 PM, LOYET Jerome wrote: The port is quite stable but I can't say that it's works very good. It has several problems: - Clamd is uninstable if you tried to kill it by any way (kill -HUP, -TERM ...) - Clamdscan is uninstable (if you kill it while scanning, clamd will continue scanning and stops accepting connections) - Clamscan has a core dump All this problems comes back to me for support, I'm working on them. What is the current status of this port? Thanks, Abdul East Coast Access Tel: 031-566-8080 Fax: 031-566-8010 Web: http://www.eastcoast.co.za --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click ___ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
Re: [Clamav-users] Performance Help - 100% cpu usage
On Oct 26, 2004, at 4:45 AM, Eric Worthy wrote: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1290 qscand 15 0 57368 56m 696 R 50.8 5.6 172:29.51 clamdscan 25135 qscand 14 0 57368 56m 696 R 50.2 5.6 187:57.60 clamdscan 4980 qscand 15 0 57368 46m 696 R 50.2 4.6 167:42.45 clamdscan 30917 qscand 14 0 57368 56m 696 R 49.8 5.6 177:53.10 clamdscan 8861 qscand 15 0 57368 776 696 R 49.5 0.1 163:36.55 clamdscan 28183 qscand 14 0 57368 56m 696 R 49.2 5.6 182:21.71 clamdscan Is your softlimit set to about 60MB? If so I have seen a similar problem. You will need to set a limit to the size of the mails you accept. In my box I have a softlimit of 150MB and a mail size limit of 30MB. Problem surfaced with 0.75-1. Prior to that the system did not hit the softlimit and get stuck there, irrespective of mail size. Abdul Anyone have any advice on what I could be doing wrong or how to improve the performance of the scanning? Thanks, Eric *update* - 8:00pm Monday night - I rebooted and it's all back to normal for now. ___ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users East Coast Access Tel: 031-566-8080 Fax: 031-566-8010 Web: http://www.eastcoast.co.za ___ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
[Clamav-users] 0.81 on OpenBsd 3.5
Hi, I run with the ff. configure line:- ./configure --disable-clamav --enable-dependency-tracking --disable-clamuko --enable-bigstack \ --with-user=_clamav --with-group=_clamav --disable-cr --with-dbdir=/usr/local/share/clamav \ --disable-gethostbyname_r --prefix=/usr/local --sysconfdir=/etc --disable-zlib-vcheck and get the ff. error:- configure: WARNING: ** GNU MP 2 or newer NOT FOUND - digital signature support will be disabled ! What do I need to install/upgrade and what effect will disabling digsigs have? I have:- # pkg_info | grep gmp gmp-4.1.2 library for arbitrary precision arithmetic Thanks, Abdul East Coast Access Tel: 031-566-8080 Fax: 031-566-8010 Web: http://www.eastcoast.co.za ___ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
Re: [Clamav-users] Updated Clam Antivirus Stable 0.65 OpenBSD Port
On 18 Nov 2003, at 9:14 AM, Flinn Mueller wrote: Please test this latest stable version (0.65) of clamav stable. There was a small work around in the Makefile of the port. It seems that the configure script was not detecting gmp2. I added -L${PREFIX}/lib to LDFLAGS and -I${PREFIX}/include to CFLAGS, and all seems to work. If anyone has a better fix let me know, I didn't really have time to play around with this port, so use at your own risk. I get:- /bin/sh ../libtool --mode=link cc -I/usr/local/include -pthread -L/usr/local/lib -o clamscan clamscan.o options.o getopt.o others.o manager.o treewalk.o -L../libclamav -lclamav mkdir .libs cc -I/usr/local/include -pthread -o clamscan clamscan.o options.o getopt.o others.o manager.o treewalk.o -lclamav -L/usr/local/lib -L/usr/home/abdulg/software/qmail/clamav/w-clamav-0.65/clamav-0.65/ libclamav -lclamav -lz -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib clamscan.o: In function `clamscan': clamscan.o(.text+0xb4): undefined reference to `cl_debug' manager.o: In function `scanmanager': manager.o(.text+0x26c): undefined reference to `cl_strerror' manager.o(.text+0x2df): undefined reference to `cl_strerror' manager.o(.text+0x370): undefined reference to `cl_strerror' manager.o(.text+0x6d1): undefined reference to `cl_gentemp' manager.o: In function `scancompressed': manager.o(.text+0x14b8): undefined reference to `cl_gentemp' manager.o: In function `scandenied': manager.o(.text+0x2318): undefined reference to `cl_gentemp' manager.o: In function `checkfile': manager.o(.text+0x26db): undefined reference to `cl_strerror' manager.o: In function `checkstdin': manager.o(.text+0x27a5): undefined reference to `cl_strerror' collect2: ld returned 1 exit status *** Error code 1 Any ideas? Thanks, Abdul --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
Re: [Clamav-users] Updated Clam Antivirus Stable 0.65 OpenBSD Port
On 20 Nov 2003, at 3:03 PM, Flinn Mueller wrote: What version of OpenBSD are you running? 3.4 patched to 005 Abdul Regards, Flinn On Nov 20, 2003, at 7:35 AM, Abdul Rehman Gani wrote: East Coast Access Tel: 031-566-8080 Fax: 031-566-8010 Web: http://www.eastcoast.co.za --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ ___ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
[Clamav-users] Detecting malicious WMF files
Hi, Clamscan currently detects Exploit.WMF.A, but F-Secure are reporting 57 different varieties. How many does this signature detect? Thanks Abdul --- East Coast Access Tel: 031-566-8080 Fax: 031-566-8010 Web: http://www.eastcoast.co.za ___ http://lurker.clamav.net/list/clamav-users.html
[Clamav-users] Worm.vb-8 and Worm.vb-9
Hi, What is the relationship between these 2 signatures and nyxem.e? Do both detect nyxem.e or do they detect different variants? In the clamav virus update list:- Submission: 201619 Sender: Anonymous Added: Worm.VB-8 Virus name alias: Email-Worm.Win32.VB.bi (Kaspersky AVP), Win32.Worm.P2P.ABM (Bitdefender) Submission: 203424 Sender: Brian Friday Added: Worm.VB-9 Virus name alias: Email-Worm.Win32.VB.bi (Kaspersky AVP), Win32.Worm.P2P.ABM (Bitdefender) Thanks, Abdul --- East Coast Access Tel: 031-566-8080 Fax: 031-566-8010 Web: http://www.eastcoast.co.za ___ http://lurker.clamav.net/list/clamav-users.html
Re: [Clamav-users] load under 0.90
Hi, High CPU usage and too many open files problems here with 0.90 on OpenBSD 3.5. Have reversed to 0.88.7. Abdul ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html
Re: [Clamav-users] Upgrade to .90?
On 06 Mar 2007, at 4:55 PM, Scott Oertel wrote: Just installed the 0.90_3 port, same problem, except it took a little bit less time for the IO to get real high, for some reason clam just can't keep up. I guess I'll wait until the next version hits the ports tree and try again. I just installed 0.90.1 on OpenBSD and it took longer that 0.90, but eventually it also starting hogging CPU and running out of file handles. Reverted to 0.88.7 again. Regards, Abdul -SO ___ Help us build a comprehensive ClamAV guide: visit http:// wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html