Bug 12492 - Information about connection via proxy even if --quiet flag is used
Information about connection via proxy even if --quiet flag is used
Status: NEW
Product: ClamAV
Classification: ClamAV
Component: freshclam
stable
x86_64 GNU/Linux
: P3 normal
: 0.101.0
Assigned To: ClamAV team
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-02-14 05:08 EST by Jaroslaw Jagodzinski
Modified: 2021-02-26 18:05 EST (History)
4 users (show)

See Also:
QA Contact:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslaw Jagodzinski 2020-02-14 05:08:00 EST
From version 0.102, when I run:
[jag@proxmox ~]$ sudo /usr/bin/freshclam --user=clamav --datadir=/var/lib/clamav  --quiet

I get output:
Connecting via clamav-proxy

clamav-proxy is name of proxy which I use.

Is it possible to remove this information about connecting via proxy when quiet flag is in use?
Comment 1 Micah Snyder 2020-02-18 00:02:57 EST
Hi Jaroslaw,

Thanks for reporting the issue.  I think this issue has to do with how we compile "shared" code into freshclam and libfreshclam.  We need to restructure this code anyhow to fix a similar issue with the --stdout option on Windows and to address compatibility issues with future versions of autoconf.  I'll add your request to those associated tickets to make sure we solve this problem at the same time.

Best,

Micah
Comment 2 Orion Poplawski 2020-03-05 12:10:15 EST
It is pretty annoying to have these messages showing up now.  Any progress on this?
Comment 3 Micah Snyder 2020-07-17 15:41:36 EDT
I'm doing the shared code restructuring as a part of adding CMake build system support.  It's mostly complete with one known major issue before we could merge it into the development branch.  I haven't yet checked if it solved this issue though.