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


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to