On 01/14/2010 10:29 PM, Andrew Holm-Hansen wrote: > Hello all, > > I'm running into a problem that is preventing me from progressing further > with a little project I'm working on. I'm sure I've simply misconfigured > something, but I can't for the life of me interact with the clamd.ctl fifo > pipe.
Fifo pipe? Clamd supports no such interface. What you were trying to access is a unix domain socket. Try communicating with it using an application such as 'socat'. $ socat /var/run/clamav/clamd.ctl - VERSION Best regards, --Edwin _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
