here are my exact notes from going from 0.70 to 0.72: cd /root/src/clamav-0.72 ./configure --enable-milter make make install /usr/local/bin/monit quit -c /usr/local/etc/monitrc service freshclam restart service clamd restart service clamav-milter restart kill -1 sendmail the milter did NOT restart because /var/run/clmilter.sock didn't clean. so rm -fr it. then service clamav-milter start worked /usr/local/bin/monit -c /usr/local/etc/monitrc monit complains of clamd.pid doesn't match process table. ug! vi /var/run/clamd.pid and put in the REAL id's
here is var/log/messages on the clamav-milter problem: Jun 4 15:53:33 shell clamd: clamd startup succeeded Jun 4 15:53:44 shell clamav-milter: ClamAv: mi_stop=1 Jun 4 15:53:45 shell clamav-milter: clamav-milter shutdown succeeded Jun 4 15:53:45 shell clamav-milter: ClamAv: Unable to bind to port /var/run/clmilter.sock: Address already in use Jun 4 15:53:45 shell clamav-milter: ClamAv: Unable to create listening socket on conn /var/run/clmilter.sock ideas WHY this process does NOT work? and why the proper pid's do NOT end up in clamd.pid? Steve ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
