Here is what I did:
Code:
[root@obelix ~]# ps aux | grep clamd.amavisd
amavis 1489 0.0 9.1 129324 93464 ? Ssl Apr05 0:22 clamd.amavisd -c /etc/clamd.d/amavisd.conf --pid /var/run/clamd.amavisd/clamd.pid
root 18947 0.0 0.0 4208 736 pts/0 S+ 19:14 0:00 grep clamd.amavisd
to get the PID numbers.
Then
and
Code:
kill -9 18947
-bash: kill: (18947) - No such process.
Ignoring this I went on with
Code:
rm -f /var/spool/amavisd/clamd.sock
and
Code:
/etc/init.d/clamd.amavisd start
and clamd.amavisd started without errors.
What will happen when I reboot my box ?
Thank you for your help.
__________________
With Respect, Robert
------------------------------------------------
Fedora 15 - ISPConfig v3.0.3.3
On Dell Optiplex GX270, Pentium 4, 2.8 GHz, 1024 Mb