Partly because I use AMD hardware, it took me a few weeks to realise that
Is the truncation below – in /var/log/messages – more likely to be a bug in the base system, the port, or both?
syslogd(8)
$amd_enable
is not related to AMD. Is the truncation below – in /var/log/messages – more likely to be a bug in the base system, the port, or both?
Code:
% grep amd_enable /var/log/messages
Nov 10 06:30:09 mowa219-gjp4-8570p-freebsd root[1733]: /etc/rc: WARNING: $amd_enable is not set properly - see rc.conf(5).
Nov 13 15:49:52 mowa219-gjp4-8570p-freebsd root[1685]: /etc/rc: WARNING: $amd_enable is not set properly - see rc.conf(5).
Nov 13 16:01:44 mowa219-gjp4-8570p-freebsd root[3098]: /etc/rc.shutdown: WARNING: $amd_enable is not set properly - see rc.conf(5).
Nov 13 16:04:15 mowa219-gjp4-8570p-freebsd root[1673]: /etc/rc: WARNING: $amd_enable is not set properly - see rc.conf(5).
Nov 13 17:55:11 mowa219-gjp4-8570p-freebsd grahamperrin[68041]: /usr/sbin/service: WARNING: $amd_enable is not set properly - see rc.conf(5).
Nov 13 17:55:11 mowa219-gjp4-8570p-freebsd grahamperrin[68344]: /usr/sbin/service: WARNING: $clamav_clamd_enable is not set properly - see rc.conf(5).
Nov 14 00:33:36 mowa219-gjp4-8570p-freebsd root[62864]: /etc/rc.shutdown: WARNING: $amd_enable is not set properly - see rc.conf(5).
Nov 14 00:35:32 mowa219-gjp4-8570p-freebsd root[1630]: /etc/rc: WARNING: $amd_enable is not set properly - see rc.conf(5).
Nov 14 00:40:56 mowa219-gjp4-8570p-freebsd root[7100]: /etc/rc.shutdown: WARNING: $amd_enable is not set properly - see rc.conf(5).
Nov 14 01:02:00 mowa219-gjp4-8570p-freebsd root[1647]: /etc/rc: WARNING: $amd_enable is not set properly - see rc.conf(5).
% pkg info -x clamav
clamav-0.104.1,1
% pkg query %M security/clamav
On remove:
If you want remove clamav permanently from you system
execute following commands:
# rm -rf /var/log/clamav
# rm -rf /var/run/clamav
# rm -rf /var/db/clamav
# pw userdel clamav
% grep clam /etc/rc.conf
% grep amd_enable /usr/ports/security/clamav/files/pkg-message.in
% grep amd_enable /usr/ports/security/clamav/files/clamav-clamd.in
# clamav_clamd_enable="YES"
rcvar=clamav_clamd_enable
: ${clamav_clamd_enable:=NO}
% uname -aKU
FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #115 main-n250650-ef396441ceb: Sat Nov 13 23:52:09 GMT 2021 root@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG amd64 1400041 1400041
%
syslogd(8)