ClamAV 0.93 on FreeBSD 4.11

Chuck Swiger cswiger at mac.com
Thu Apr 17 20:56:58 UTC 2008


On Apr 17, 2008, at 1:34 PM, Juergen Fiedler wrote:
> It compiles now, but clamd doesn't work properly: It
> starts, but doesn't respond to anything. clamdscan just
> sits around forever trying to communicate with clamd, and
> when I switch to TCP sockets, I can telnet to port 3310 but
> even a simple PING remains unanswered indefinitely.

Hmm, you seem to be right about that.  I have a low-volume mailserver  
which failed over to using clamscan rather than going through the  
daemon.  For my circumstances, this is OK, but it's not ideal.

Using gdb attach suggests the clamd is stuck waiting for accept() to  
return:

(gdb) bt
#0  0x281af05c in __sys_accept () from /usr/lib/libc_r.so.4
#1  0x281a4960 in _accept () from /usr/lib/libc_r.so.4
#2  0x281a4a12 in accept () from /usr/lib/libc_r.so.4
#3  0x804f8db in acceptloop_th ()
#4  0x804dd46 in main ()
#5  0x804a47e in _start ()

-- 
-Chuck




More information about the freebsd-questions mailing list