Ok, great!@k1l0b1t you can safely ignore this error, this package is available on Debian 12 it is not requred on Debian 11 but we try to install it without explicit Debian version check since its failure is harmless.
Ok, great!@k1l0b1t you can safely ignore this error, this package is available on Debian 12 it is not requred on Debian 11 but we try to install it without explicit Debian version check since its failure is harmless.
CustomBuild code has been cleaned up not to use geoipupdate, libmaxmind and lua compiled components.
Thanks for the feedback, what curl (@fln, --tls-max 1.2 works (it was indeed also like you explained, small file worked fine, large files have error)
curl --version
) and distro version (cat /etc/redhat-release /etc/debian_version
) are you using?yes./build curl
doesn't do anything anymore to "update" to the OS version. While./build clamav
still exists to change it to OS version.
./build update_versions
should take care of migrating curl from locally built to OS version. There is no separate command for building curl
anymore since it is no-op - it should be always available on all the systems.Thanks, that did it. I almost never useyes./build update_versions
should take care of migrating curl from locally built to OS version. There is no separate command for buildingcurl
anymore since it is no-op - it should be always available on all the systems.
./build update_versions
? I needed to add /usr/bin/
to my path because curl -V
didn't work.whereis curl
curl: /usr/bin/curl /usr/include/curl /usr/share/man/man1/curl.1.gz
# yum repolist
Loaded plugins: copr, fastestmirror
Repository copr:copr.fedorainfracloud.org:copart:restic is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* base: mirror.ams1.nl.leaseweb.net
* extras: mirror.theory7.net
* remi-safe: remi.mirror.liteserver.nl
* updates: nl.mirrors.clouvider.net
repo id repo name status
!base/7/x86_64 CentOS-7 - Base 9,933+139
!copr:copr.fedorainfracloud.org:copart:restic/x86_64 Copr repo for restic owned by copart 3+3
!extras/7/x86_64 CentOS-7 - Extras 515
!remi-safe Safe Remi's RPM repository for Enterprise Linux 7 - x86_64 214+4,858
!updates/7/x86_64 CentOS-7 - Updates 4,327+58
repolist: 14,992
bump up.What’s the reason for removing libmaxminddb? I used it to install to php maxminddb extension for example for Matomo. I can install it manually, just curious for the reasoning for removing a lot of software from CB.
Nov 27 03:38:55 s04 maldet(60546): {scan} found clamav binary at /bin/clamdscan, using clamav scanner engine...
Nov 27 03:38:55 s04 maldet(60546): {scan} scan of (1 files) in progress...
Nov 27 03:38:55 s04 maldet(60546): {scan} clamscan returned an error, check /usr/local/maldetect/logs/clamscan_log for details!
Nov 27 03:38:55 s04 clamscan start
Nov 27 03:38:55 s04 executed: /bin/nice -n 19 /bin/ionice -c2 -n 6 /bin/clamdscan --fdpass --infected --no-summary -f /usr/local/maldetect/tmp/.find.60546
Nov 27 03:38:55 s04 clamscan end return 2
Nov 27 03:38:55 s04 clamscan end
Code:Nov 27 03:38:55 s04 clamscan start Nov 27 03:38:55 s04 executed: /bin/nice -n 19 /bin/ionice -c2 -n 6 /bin/clamdscan --fdpass --infected --no-summary -f /usr/local/maldetect/tmp/.find.60546 Nov 27 03:38:55 s04 clamscan end return 2 Nov 27 03:38:55 s04 clamscan end
clamscan /PATH_TO_SCAN ;echo $?
Debian 10.13 - Curl 7.64.0Thanks for the feedback, what curl (curl --version
) and distro version (cat /etc/redhat-release /etc/debian_version
) are you using?