おのたく日記 YouTubeも始めました→
2023-01-01(Sun) [長年日記]
■ [Debian] マシン再起動したらclamav-daemonが立ち上がらない
今日の学びは「リブートしたら変わるかも」。
12月27日の日記でライブラリだけ古いのものにしたのが悪るかったのか、マシンをリブートしたら
clamd[9958]: *** stack smashing detected ***: terminated
とエラーがでてclamav-daemonが起動できない。
# systemctl status clamav-daemon
× clamav-daemon.service - Clam AntiVirus userspace daemon
Loaded: loaded (/lib/systemd/system/clamav-daemon.service; enabled; preset
Drop-In: /etc/systemd/system/clamav-daemon.service.d
└─extend.conf
Active: failed (Result: signal) since Sun 2023-01-01 21:11:09 JST; 2min 39
Duration: 73ms
Docs: man:clamd(8)
man:clamd.conf(5)
https://docs.clamav.net/
Process: 24062 ExecStartPre=/bin/mkdir -p /run/clamav (code=exited, status=
Process: 24068 ExecStartPre=/bin/chown clamav /run/clamav (code=exited, sta
Process: 24069 ExecStart=/usr/sbin/clamd --foreground=true (code=killed, si
Main PID: 24069 (code=killed, signal=ABRT)
CPU: 56ms
1月 01 21:11:09 machine systemd[1]: Starting Clam AntiVirus userspace daemon...
1月 01 21:11:09 machine systemd[1]: Started Clam AntiVirus userspace daemon.
1月 01 21:11:09 machine clamd[24069]: *** stack smashing detected ***: terminat
1月 01 21:11:09 machine systemd[1]: clamav-daemon.service: Main process exited,
1月 01 21:11:09 machine systemd[1]: clamav-daemon.service: Failed with result '
■ とりあえず、前回バージョンを下げたライブラリを元に戻してみた。
[UPGRADE] libclamav9:amd64 0.103.7+dfsg-0+deb11u1 -> 0.103.7+dfsg-1+b2
そしたら、無事に動いた・・・
前回もリブートすればよかったかものかも。前回の本当の原因は不明。
|