[clamav-users] URGENT: Clamd is wedged on multiple installations
Reindl Harald
h.reindl at thelounge.net
Fri Jan 26 12:44:13 UTC 2018
Am 26.01.2018 um 13:40 schrieb Ralf Hildebrandt:
> * maxal <mn at sbg.at>:
>> nobody of clamav/cisco reading this list?
>
> It's 7:45AM on the east coast
so what - i don't get how such updates slip through at all - it's not
rocket science load them on a test-machine and fire up a script that
pies a test-corups against clamd and *read* stderr/stdout/logs for
"warning" and "error"
but that requires that the word "fail", "warn" and "error" are not
common left and right as it is in the shiny new IT world where nobody
cares about anything - that applies also to distributions with broken
systemd-units because the f***er who made the change don't do his basic
homework after a reboot befor pipe his crap even on a distro-server
[root at srv-rhsoft:~]$ cat /scripts/system-errors.sh
#!/bin/bash
dmesg | grep -i warn
dmesg | grep -i fail
dmesg | grep -i error
cat /var/log/messages | grep -i warn
cat /var/log/messages | grep -i fail
cat /var/log/messages | grep -i error
More information about the clamav-users
mailing list