Op vr 09-04-2004, om 14:49 schreef Daniel J McDonald:
> On Fri, 2004-04-09 at 06:28, Mike van Vugt wrote:
> > Hello,
> > 
> > Keep getting the message below over and over again. 
> 
> Have you edited /etc/clamav/clamav.conf?  Lots of important things there
> you need to set up.
> 
> > I am new to Linux
> > and having a hard time to get this working. I want to uninstall Clamav
> > and start over again. Can anyone tell me how to uninstall???
> 
> How did you install it the first time?  If you used an RPM - just 
> # rpm -e clamav
> If you installed from source, then you'll have to hunt down the pieces
> and pull them out.

My Steps

groupadd clamav
useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav

tar xzvf clamav-versie.tar.gz
      * cd clamav-versie
      * ./configure --sysconfdir=/etc/clamav
      * make
      * als root: make install
      * als root: touch /var/log/clamd.log
      * als root: chown clamav:root /var/log/clamd.log
      * als root: mkdir /var/run/clamd
      * als root: chown clamav:root /var/run/clamd

LogFile /var/log/clamd.log
LogFileMaxSize 2M
LogSyslog
PidFile /var/run/clamd/clamd.pid
TemporaryDirectory /tmp
DatabaseDirectory /usr/local/share/clamav
LocalSocket /var/run/clamd/clamd.socket
TCPAddr 127.0.0.1
StreamSaveToDisk
StreamMaxLenght 10M
User clamav
ScanMai

Regards,

Mike




-------------------------------------------------------
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

Reply via email to