Submitted by virtualmin3123 on Fri, 02/14/2014 - 16:18
Hi Support,
Why do I get this error after a fresh install of VM? See also attached screenshot.
Post-Installation Wizard
Virus scanning
A problem occurred testing the ClamAV server scanner :
ERROR: Can't connect to clamd: No such file or directory
----------- SCAN SUMMARY ----------- Infected files: 0 Time: 0.000 sec (0 m 0 s)
Status:
Active
Comments
Submitted by JamieCameron on Fri, 02/14/2014 - 17:08 Comment #1
Is the
clamd
process running on your system? You can check with a command likeps auxwwww | grep clamd
Submitted by virtualmin3123 on Fri, 02/14/2014 - 17:35 Comment #2
Please note that when you just finished the setup of VM you see this. this is an error....... Which should not be there after a fresh install. am i right? So its not about what is running or not.
Submitted by andreychek on Fri, 02/14/2014 - 17:44 Comment #3
The issue you're seeing doesn't occur under most circumstances -- we're not sure why that's occurring, so we'll need to troubleshoot why you're seeing that message.
If you could run this command, that would help with the troubleshooting process:
ps auxwwww | grep clamd
Submitted by virtualmin3123 on Sat, 02/15/2014 - 03:07 Comment #4
Fyi that this error was seen by me on all my 6 individual fresh installs of ubuntu 12.04lts with VM.
I think that after some reboots (af t er the fresh installation) the service is running. But its nit a nice message to read after a new/fresh install.
Why am i writing and reporting this?: just to help you to improve VM. :-)
Submitted by JamieCameron on Sat, 02/15/2014 - 16:02 Comment #5
Thanks for the feedback - this is useful to improve Virtualmin.
Did you happen to run that
ps
command when the error was happening to see ifclamd
was running?