• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Update imunify AV databases does not work

SalvadorS

Regular Pleskian
Hello,

I am using the free version of Imunify AV 2.4.1 Free Version. When I click on "update now" to update the database nothing happens and last update date does not change, still 2 months ago.

My question is: In the free version the databases are updated?

If yes:

Why my database does not update?
 
Have you tried temporarily turning off your firewall and trying to update? Just checked a server of mine and was able to update it.
 
Try to run in CLI

# /usr/local/psa/admin/bin/modules/revisium-antivirus/tools_update.sh

and check the output.
 
Hi IgorG,

Thanks for your answer

This is the output:

root@xxx:~# /usr/local/psa/admin/bin/modules/revisium-antivirus/tools_update.sh

PHP Warning: fopen(/opt/psa/var/modules/revisium-antivirus//AIBOLIT-WHITELIST.db): failed to open stream: Permission denied; File: /opt/psa/admin/plib/modules/revisium-antivirus/library/HTTPHelper.php, Line: 8


PHP Warning: curl_setopt(): supplied argument is not a valid File-Handle resource; File: /opt/psa/admin/plib/modules/revisium-antivirus/library/HTTPHelper.php, Line: 13


PHP Warning: fclose() expects parameter 1 to be resource, boolean given; File: /opt/psa/admin/plib/modules/revisium-antivirus/library/HTTPHelper.php, Line: 24


[2019-02-07 09:41:03.960] ERR [extension/revisium-antivirus] TOOLS - 2.4.1 update: Cannot upload archive. exec_time: 7.999582 http_code:200 size_download:3440387

[2019-02-07 09:41:03.962] ERR [extension/revisium-antivirus] TOOLS - Update failed.
 
fopen(/opt/psa/var/modules/revisium-antivirus//AIBOLIT-WHITELIST.db): failed to open stream: Permission denied

Obviously something wrong with the file /opt/psa/var/modules/revisium-antivirus/AIBOLIT-WHITELIST.db
Check permissions or just try to remove it. For example, on my test Plesk server I have no such file:

# ll /usr/local/psa/var/modules/revisium-antivirus/
total 148
-rw-r--r-- 1 psaadm root 0 Feb 7 09:04 executor_strted.lck
-rw-r--r-- 1 psaadm psaadm 12288 Feb 7 09:04 ra_cache.db
-rw-r--r-- 1 psaadm psaadm 61440 Feb 7 14:49 ra.db
-rw-r--r-- 1 psaadm psaadm 40960 Feb 7 13:54 ra_stats.db
-rw------- 1 psaadm psaadm 20405 Feb 7 14:49 revisium-antivirus-local.log
drwxr-xr-x 3 root root 4096 Feb 7 09:04 templates
 
Dear IgorG,

Thanks again for your reply. I deleted the file:

root@xxx:/opt/psa/var/modules/revisium-antivirus# /usr/local/psa/admin/bin/modules/revisium-antivirus/tools_update.sh

[2019-02-07 09:57:22.377] ERR [extension/revisium-antivirus] TOOLS - 2.4.1 update: Cannot upload archive. exec_time: 7.999365 http_code:200 size_download:4882179

[2019-02-07 09:57:22.379] ERR [extension/revisium-antivirus] TOOLS - Update failed.
 
Maybe you have firewalled Revisium sites with updates? Try to disable firewall.
 
I don´t have a firewall under this server as is new and still testing it before comes into production
 
THanks a lot IgorG,

I reinstall the extension and now the database is updated. But, if I try to update I have the same problem...

root@xxx:~# /usr/local/psa/admin/bin/modules/revisium-antivirus/tools_update.sh

[2019-02-07 10:19:37.846] ERR [extension/revisium-antivirus] TOOLS - 2.4.1 update: Cannot upload archive. exec_time: 7.999589 http_code:200 size_download:1982211

[2019-02-07 10:19:43.361] ERR [extension/revisium-antivirus] TOOLS - Update failed.

As you see per le error the process is executed only 8s and then stop... so in 8s can't download all the data...
 
Back
Top