Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clamd reports wrong DB version through network connection. #1367

Open
saipriyam03 opened this issue Sep 16, 2024 · 1 comment
Open

clamd reports wrong DB version through network connection. #1367

saipriyam03 opened this issue Sep 16, 2024 · 1 comment

Comments

@saipriyam03
Copy link

Describe bug:
clamd reports different DB version when command issued by a network connection.

How to reproduce the issue:
clamd report correct DB version when the following command is exected
clamd --version

When the version is pulled using network connection, it always reports the DB version when the image got build.
nc localhost 3310
VERSION

example:
Screenshot 2024-09-16 at 11 13 41

@rsundriyal
Copy link
Contributor

@saipriyam03

As per current logic,

"clamd --version" shows the latest database version available, whereas "nc localhost 3310" shows the database version clamD engine is loaded with.

You can reload the ClamD engine using the "clamdscan --reload" command. Give it a minute to update. Then, it should be in sync.

Let me know if it answers your question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants