Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: idp_qbn on November 09, 2006, 06:55:11 AM
-
Hi,
I notice clamav have released 0.88.6 as stable (and 0.88.5 was released nerly a month ago). My system is still on 0.88.4 and shows no updates ready.
Are we waiting for the move or is there a problem with my setup?
I have SME7 Server Only mode, with Fetchmail added.
Cheers
Ian
-
Do a yum update
It has been discussed
http://forums.contribs.org/index.php?topic=34450.0
-
You will need to activate the SME Server-updates testing repository for the yum update command to work upgrading ClamAV 88.6. Also note there are a number of other rpm's in that repository in addition to ClamAV which you may not want to be installed. If all you want is ClamAV then I would suggest "yum install clamav" in lieu of the general upgrade command.
Activating the repository can be easily accomplished in the Server Manager panel "Software Installer"
-
Thank you both. I will give that a try.
Cheers
-
You will need to activate the SME Server-updates testing repository for the yum update command to work upgrading ClamAV 88.6. Also note there are a number of other rpm's in that repository in addition to ClamAV which you may not want to be installed. If all you want is ClamAV then I would suggest "yum install clamav" in lieu of the general upgrade command.
Activating the repository can be easily accomplished in the Server Manager panel "Software Installer"
It's not in testing and a yum update
will do just fine.
Do a yum update clam*
if your concerned.
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Updating:
clamav i386 0.88.6-1sme01 smeupdates 775 k
clamav-db i386 0.88.6-1sme01 smeupdates 6.8 M
clamd i386 0.88.6-1sme01 smeupdates 67 k
Transaction Summary
=============================================================================
Install 0 Package(s)
Update 3 Package(s)
Remove 0 Package(s)
Total download size: 7.6 M
Is this ok [y/N]:
-
Thanks William, but it's still no go for me.
I had enabled sme -updates testing and got the following:
[root@sme02 ~]# yum update
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 255 kB 00:00
http://mirror.contribs.org/smeserver/releases/7/smeupdates-testing/i386/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from smeupdates-testing: [Errno 256] No more mirrors to try.
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@sme02 ~]#
If I disable sme - updates testing , I get
[root@sme02 ~]# yum update
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
No Packages marked for Update/Obsoletion
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@sme02 ~]#
BUT:
SME server panel for Calmav still reports
ClamAV and db versions 0.88.4/2146/Thu Nov 2 17:58:29 2006
-
Try the following...
yum clean all
yum --enablerepo=smeupdates update clam*
-
Thanks again...still no joy. I get
[root@sme02 ~]# yum clean all
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Cleaning up Everything
0 headers removed
0 packages removed
9 metadata files removed
0 cache files removed
3 cache files removed
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@sme02 ~]#
[root@sme02 ~]# yum --enablerepo=smeupdates update clam*
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Setting up Update Process
Setting up repositories
smeaddons 100% |=========================| 951 B 00:00
smeos 100% |=========================| 951 B 00:00
smeupdates 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 157 B 00:00
Added 0 new packages, deleted 0 old in 0.01 seconds
primary.xml.gz 100% |=========================| 254 kB 00:00
smeos : ################################################## 481/481
Added 481 new packages, deleted 0 old in 4.00 seconds
primary.xml.gz 100% |=========================| 51 kB 00:00
smeupdates: ################################################## 77/77
Added 77 new packages, deleted 0 old in 0.89 seconds
Could not find update match for clam*
No Packages marked for Update/Obsoletion
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@sme02 ~]#
-
What do these 3 commands give you?
[root@c3 ~]# rpm -q clamav
clamav-0.88.2-1sme01
[root@c3 ~]# rpm -q clamav-db
clamav-db-0.88.2-1sme01
[root@c3 ~]# rpm -q clamd
clamd-0.88.2-1sme01
[root@c3 ~]#
-
RESOLVED!
Thanks for all your suggestions - Mjohnson and William_Syd.
It turned out to be a corrupt cache on the Firewall (IPCOP). I talked with a friend over the weekend and he suggested flushing the cache and it worked!
Regular successful hourly checking for the last 3 hours.
Still, I have been learning a lot, thanks to your help and feel more and more confident with SME.
Cheers
Ian