Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2008 13:56:57 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        Juergen Fiedler <juergen@carroll.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ClamAV 0.93 on FreeBSD 4.11
Message-ID:  <474484CB-265A-4010-BABA-65B214C315D2@mac.com>
In-Reply-To: <web-218794811@carroll.com>
References:  <web-218794811@carroll.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?474484CB-265A-4010-BABA-65B214C315D2>