[Clamav-users] Forcing clamd to reload its database

2006-12-11 Thread Gerard Seibert
What is the preferred method to force clamd to reload its databases? -- Gerard ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] Forcing clamd to reload its database

2006-12-11 Thread Stephen Gran
On Mon, Dec 11, 2006 at 10:06:39AM -0500, Gerard Seibert said: > What is the preferred method to force clamd to reload its databases? The simplest is: echo RELOAD | nc localhost 3310 -- -- | Stephen Gran |

Re: [Clamav-users] Forcing clamd to reload its database

2006-12-11 Thread Dennis Peterson
Stephen Gran wrote: On Mon, Dec 11, 2006 at 10:06:39AM -0500, Gerard Seibert said: What is the preferred method to force clamd to reload its databases? The simplest is: echo RELOAD | nc localhost 3310 Or if you're using Solaris: echo RELOAD |mconnect -r -p 3310 0 If you're using a local s

Re: [Clamav-users] Forcing clamd to reload its database

2006-12-11 Thread Gerard Seibert
On Monday December 11, 2006 at 10:11:46 (AM) Stephen Gran wrote: > On Mon, Dec 11, 2006 at 10:06:39AM -0500, Gerard Seibert said: > > What is the preferred method to force clamd to reload its databases? > > The simplest is: > echo RELOAD | nc localhost 3310 OK, I have to admit that I am not fami

Re: [Clamav-users] Forcing clamd to reload its database

2006-12-11 Thread Stephen Gran
On Mon, Dec 11, 2006 at 10:31:20AM -0500, Gerard Seibert said: > On Monday December 11, 2006 at 10:11:46 (AM) Stephen Gran wrote: > > > On Mon, Dec 11, 2006 at 10:06:39AM -0500, Gerard Seibert said: > > > What is the preferred method to force clamd to reload its databases? > > > > The simplest is

Re: [Clamav-users] Forcing clamd to reload its database

2006-12-11 Thread Dennis Peterson
Gerard Seibert wrote: On Monday December 11, 2006 at 10:11:46 (AM) Stephen Gran wrote: On Mon, Dec 11, 2006 at 10:06:39AM -0500, Gerard Seibert said: What is the preferred method to force clamd to reload its databases? The simplest is: echo RELOAD | nc localhost 3310 OK, I have to admit tha

Re: [Clamav-users] Forcing clamd to reload its database

2006-12-13 Thread Jan-Pieter Cornet
On Mon, Dec 11, 2006 at 07:43:43AM -0800, Dennis Peterson wrote: > Gerard Seibert wrote: > >>>What is the preferred method to force clamd to reload its databases? > Try using kill -1 with the process ID of clamd. That reopens the logfile. You'll have to send it a SIGUSR2, according to the documen