- Server operating system version
- all
- Plesk version and microupdate number
- 18.0.53, 18.0.54
After an update of the antivirus extension last night, DrWeb is caught in a restart loop on many servers. In your system log you can see messages like
Jul 25 09:50:22 shared3 drwebd: Interface binding error (/var/drweb/run/.daemon - Address already in use)!
Jul 25 09:50:22 shared3 drwebd: Interface binding error (127.0.0.1:3000 - Address already in use)!
Also, emails are sent over and over again: "Your virus bases are obsolete".
If you are affected, you can try one of these two solutions to mitigate the issue:
1) You can try to restart DrWeb by running
2) If that does not help, get all PIDs of drweb processes in your process list, e.g.
and "kill -9" all these existing drweb processes, e.g.
A hotfix of the extension will be provided soon, too.
Jul 25 09:50:22 shared3 drwebd: Interface binding error (/var/drweb/run/.daemon - Address already in use)!
Jul 25 09:50:22 shared3 drwebd: Interface binding error (127.0.0.1:3000 - Address already in use)!
Also, emails are sent over and over again: "Your virus bases are obsolete".
If you are affected, you can try one of these two solutions to mitigate the issue:
1) You can try to restart DrWeb by running
systemctl restart drwebd.service
as root.2) If that does not help, get all PIDs of drweb processes in your process list, e.g.
ps aux | grep drweb
and "kill -9" all these existing drweb processes, e.g.
kill -9 <pid of drweb process>
A hotfix of the extension will be provided soon, too.