* On 31/01/06 13:43 -0000, Rita Horve Agbali wrote: > > ----- Original Message ----- > From: "Chuck Swiger" <[EMAIL PROTECTED]> > To: "ClamAV users ML" <[email protected]> > Sent: Tuesday, January 31, 2006 1:01 PM > Subject: Re: [Clamav-users] starting clamav > > > >Rita Horve Agbali wrote: > >>I installed clamav on freebsd 5.4 from ports and when i start it get the > >>follwing result. > >> > >>bash-2.05b$ sh /usr/local/etc/rc.d/clamav-clamd.sh start > >>Starting clamav_clamd. > >>bash-2.05b$ > >> > >>This tells me the process has started running. However if i grep i dont > >>see it ruuning. this is what i get when i do grep: > >>bash-2.05b$ ps -ax | grep clamav > >>95523 p0 S+ 0:00.00 grep clamav > >> > >>and sometimes nothing at all. > > > >Add: > > > > clamav_clamd_enable="YES" > > > >...to /etc/rc.conf and retry, or use forcestart.
"ps ax | grep clamav" will _NOT_ show anything since there is no such process. A clue was sent to you - "ps aux| grep clam", which you seem to have ignored. Now, the name of the processes are "clamd" and "freshclam". Grep for those. -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington <[EMAIL PROTECTED]> Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ America may be unique in being a country which has leapt from barbarism to decadence without touching civilization. -- John O'Hara _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
