[EMAIL PROTECTED] wrote:
> Stephen Gran wrote:
>> On Fri, Apr 14, 2006 at 01:04:06PM -0400, Don Levey said:
>>> What have I missed?
>>
>> clamav-0.88-1
>>
>> That one?
>
> 0.88-1 != 0.88.1-1
>
> It looks to me that you have three packages yet to update:
>
> clamav-server-0.88-1
> clamav-0.88-1
> clamav-milter-0.88-1
Indeed. I have updated those three. Now I've just gone through yet another
config file change hell, where the files have changed name/location (again!)
and not used the versions I've already set up. I'm trying to chase down
what files are in use now, and what options I need to change to get things
running again.
When I try to restart sendmail, I get:
[EMAIL PROTECTED] ~]# service sendmail restart
Shutting down sendmail: [ OK ]
Shutting down sm-client: [ OK ]
Starting sendmail: WARNING: Xclmilter: local socket name
/var/run/clamav-
milter/clamav.sock missing
[ OK ]
Starting sm-client: [ OK ]
So sendmail starts, but the milter sock file isn't there. No surprise, as
the milter is now not running:
[EMAIL PROTECTED] ~]# service clamav-milter restart
Shutting down clamav-milter: [FAILED]
Starting clamav-milter: /var/log/clamav/clamd.log: Permission denied
[ OK ]
So without having changed permissions, now I can't log milter activities.
Even making sure that the owner of the /var/log/clamav directory is the one
mentioned in the milter.conf file doesn't help. And by the way, the sock
file is still not created.
Just for amusement value, I tried to restart clamd now that I have
"upgraded":
[EMAIL PROTECTED] ~]# service clamd restart
clamd: unrecognized service
So now clamd is gone...
[EMAIL PROTECTED] ~]# ls -la /etc/init.d/clam*
-rwxr-xr-x 1 root root 1570 Apr 6 13:03 /etc/init.d/clamav-milter
-rwxr-xr-x 1 root root 1458 Jan 15 12:28
/etc/init.d/clamav-milter.rpmsave
-rwxr-xr-x 1 root root 1570 Nov 4 08:12
/etc/init.d/clamav-milter-stock
lrwxrwxrwx 1 root root 31 Apr 14 13:33 /etc/init.d/clamd-wrapper ->
/usr/share/clamav/clamd-wrapper
So now it's a link to clamd-wrapper. Trying to start *that* gives me:
[EMAIL PROTECTED] ~]# service clamd-wrapper restart
clamd-wrapper: unrecognized service
...Which is interesting, as I had just verified that it exists. Bt wait:
[EMAIL PROTECTED] ~]# ls -la /usr/share/clamav/clamd-wrapper
-rw-r--r-- 1 root root 1863 Nov 7 2004
/usr/share/clamav/clamd-wrapper
[EMAIL PROTECTED] ~]#
So the source for that link is no longer executable. I don't understand - a
wrapper script that gets installed as non-executable? And of course no
incoming mail is being scanned.
Do I just need to remove ALL the packages and start again from scratch?
-Don
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html