Re: [Clamav-users] Autochecking script for clamd

2003-12-01 Thread Tomasz Kojm
On Mon, 1 Dec 2003 09:24:06 -0600 "Lynn Duerksen" <[EMAIL PROTECTED]> wrote: > I don't understand what you are getting at. My bandwidth is not an > issue at this time. If you are suggesting that I am wasting the > bandwidth and cpu time on the servers I download from, how would > checking for up

RE: [Clamav-users] Autochecking script for clamd

2003-12-01 Thread Lynn Duerksen
> > > > > > Well, but why run freshclam all the time? > > > > > > > I suppose that I could have run a cron job. But in dealing > > Am I wrong in thinking this way? That: > > You are wasting your bandwidth running freshclam (well, at > some point the virus db files are up to date so no dat

Re: [Clamav-users] Autochecking script for clamd

2003-11-29 Thread Odhiambo Washington
* Lynn Duerksen <[EMAIL PROTECTED]> [20031128 20:27]: wrote: > > > echo $TIMESTAMP " restarting freshclam daemon" > > > /usr/local/bin/freshclam -d -c 4 > > > --datadir=/var/amavisd/usr/local/share/clamav --log-verbose > > > fi > > > > > > > > > FYI - Since installing 0.65 this has record

Re: [Clamav-users] Autochecking script for clamd

2003-11-28 Thread Christopher X. Candreva
On Fri, 28 Nov 2003 [EMAIL PROTECTED] wrote: > bash is not a part of the default solaris 8 server installation. neither is > clamav, for that matter. This is quickly getting off topic -- however a number of gnu type utils were included in Solarius 8, and I am fairly sure /bin/bash was one of them

Re: [Clamav-users] Autochecking script for clamd

2003-11-28 Thread clamav
At 06:03 AM 11/28/2003, Christopher X. Candreva wrote: On Thu, 27 Nov 2003 [EMAIL PROTECTED] wrote: > daemontools isn't "special", whatever that means, and bash shells are 'sepcial' is in a default installation. As in there is nothing called daemontools on my Solaris 8 server. There is however bo

RE: [Clamav-users] Autochecking script for clamd

2003-11-28 Thread Lynn Duerksen
> > echo $TIMESTAMP " restarting freshclam daemon" > > /usr/local/bin/freshclam -d -c 4 > > --datadir=/var/amavisd/usr/local/share/clamav --log-verbose > > fi > > > > > > FYI - Since installing 0.65 this has recorded no restarts > > Well, but why run freshclam all the time? > I suppose

Re: [Clamav-users] Autochecking script for clamd

2003-11-28 Thread Odhiambo Washington
* Lynn Duerksen <[EMAIL PROTECTED]> [20031128 18:58]: wrote: > > > Subject: Re: [Clamav-users] Autochecking script for clamd > > > > > > At 08:50 PM 11/27/2003, Brian Bruns wrote: > > >Well, I should have put this in the last message. > > > &g

RE: [Clamav-users] Autochecking script for clamd

2003-11-28 Thread Lynn Duerksen
> Subject: Re: [Clamav-users] Autochecking script for clamd > > > At 08:50 PM 11/27/2003, Brian Bruns wrote: > >Well, I should have put this in the last message. > > > >I guess the one I threw together doesn't require anything special > >(doesn't n

Re: [Clamav-users] Autochecking script for clamd

2003-11-28 Thread Eduardo Kaftanski
where can I get the daemon tools baeed one t test it please? -- Eduardo Kaftanski [EMAIL PROTECTED] Red Hat Certified Engineer/Instructor/Examiner Gerente Ingenieria LinuxCenter S.A. Canada 239 5to Piso, Providencia, Stgo de Chile. http://www.linuxcenter.cl 2745000

Re: [Clamav-users] Autochecking script for clamd

2003-11-28 Thread Christopher X. Candreva
On Thu, 27 Nov 2003 [EMAIL PROTECTED] wrote: > daemontools isn't "special", whatever that means, and bash shells are 'sepcial' is in a default installation. As in there is nothing called daemontools on my Solaris 8 server. There is however both sh and bash. =

Re: [Clamav-users] Autochecking script for clamd

2003-11-28 Thread Thomas Lamy
[EMAIL PROTECTED] wrote: At 08:50 PM 11/27/2003, Brian Bruns wrote: Well, I should have put this in the last message. I guess the one I threw together doesn't require anything special (doesn't need daemontools), and only needs bash. I have a habit of writing things very simply to be as small a

Re: [Clamav-users] Autochecking script for clamd

2003-11-28 Thread clamav
At 08:50 PM 11/27/2003, Brian Bruns wrote: Well, I should have put this in the last message. I guess the one I threw together doesn't require anything special (doesn't need daemontools), and only needs bash. I have a habit of writing things very simply to be as small and lightweight as possible :

Re: [Clamav-users] Autochecking script for clamd

2003-11-27 Thread Brian Bruns
sday, November 27, 2003 11:23 PM Subject: Re: [Clamav-users] Autochecking script for clamd * Brian Bruns <[EMAIL PROTECTED]> [20031128 03:03]: wrote: > Heya, > > For all of you who have concerns about clamd crashing/dying, attached is a > simple shell script (ripped from the eggdro

Re: [Clamav-users] Autochecking script for clamd

2003-11-27 Thread Brian Bruns
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 11:23 PM Subject: Re: [Clamav-users] Autochecking script for clamd * Brian Bruns <[EMAIL PROTECTED]> [20031128 03:03]: wrote: > Heya, > > For all of you who have concerns about clamd crashin

Re: [Clamav-users] Autochecking script for clamd

2003-11-27 Thread Odhiambo Washington
* Brian Bruns <[EMAIL PROTECTED]> [20031128 03:03]: wrote: > Heya, > > For all of you who have concerns about clamd crashing/dying, attached is a > simple shell script (ripped from the eggdrop botchk script) that basically > checks to see if clamd is running, and if not, restarts clamd. Simple to

[Clamav-users] Autochecking script for clamd

2003-11-27 Thread Brian Bruns
Heya, For all of you who have concerns about clamd crashing/dying, attached is a simple shell script (ripped from the eggdrop botchk script) that basically checks to see if clamd is running, and if not, restarts clamd. Simple to use, and works like a charm. -- Brian Bruns