It looks like that error message comes from https://github.com/Cisco-Talos/clamav-devel/blob/dev/0.102/clamdscan/proto.c#L112, and is generated when a call to getaddrinfo (a C standard library function) fails. The values passed to this call are directly based on what's in the clamd config file, so as Ged Haywood suggested, it'd be helpful to see what your config looks like so that we can diagnose further. Specifically, this code deals with the LocalSocket, TCPSocket, and TCPAddr configuration options.
-Andrew On Mon, Sep 9, 2019 at 7:31 AM G.W. Haywood via clamav-users < clamav-users@lists.clamav.net> wrote: > Hello again, > > On Mon, 9 Sep 2019, G.W. Haywood via clamav-users wrote: > > > telnet localhost 3311 > > That should of course have been > > telnet localhost 3313 > > to connect to the port given in the configuration. > > -- > > 73, > Ged. > > _______________________________________________ > > clamav-users mailing list > clamav-users@lists.clamav.net > https://lists.clamav.net/mailman/listinfo/clamav-users > > > Help us build a comprehensive ClamAV guide: > https://github.com/vrtadmin/clamav-faq > > http://www.clamav.net/contact.html#ml >
_______________________________________________ clamav-users mailing list clamav-users@lists.clamav.net https://lists.clamav.net/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml