New CLAMAV repository give errors

Discuss the ConfigServer MailScanner Front-End script
Post Reply
Sergio
Junior Member
Posts: 1689
Joined: 12 Dec 2006, 14:56

New CLAMAV repository give errors

Post by Sergio »

Hi Sarah,
I have just tried to update the new CLAMAV on one of my servers and it showed the following:

Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Reinstall Process
https://download.configserver.com/repo/ ... repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: configserver. Please verify its path and try again
Stopping clamd: [ OK ]
Starting clamd: [ OK ]
I tried reinstalling but the same error shows up.

How may I can fix this?

Best Regards and Happy New Year!
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: New CLAMAV repository give errors

Post by ForumAdmin »

Could you try it again as it should hopefully work for RHEL v6 now.
Sergio
Junior Member
Posts: 1689
Joined: 12 Dec 2006, 14:56

Re: New CLAMAV repository give errors

Post by Sergio »

No, it didn't work:
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Reinstall Process
No Match for argument: ms-clamav
Package(s) ms-clamav available, but not installed.
Error: Nothing to do
Stopping clamd: [ OK ]
Starting clamd: [ OK ]
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: New CLAMAV repository give errors

Post by ForumAdmin »

You may need to do the following from the root shell:

Code: Select all

yum clean all
yum install ms-clamav
service clamd restart
If that does not work, please log a ticket with access details.
Sergio
Junior Member
Posts: 1689
Joined: 12 Dec 2006, 14:56

Re: New CLAMAV repository give errors

Post by Sergio »

doing it via SSH, worked fine, so, I tried a force update via Front End and everything is working fine now, thanks.
Loaded plugins: product-id, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Reinstall Process
Resolving Dependencies
--> Running transaction check
---> Package ms-clamav.x86_64 0:0.98.5-1.el6 will be reinstalled
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Reinstalling:
ms-clamav x86_64 0.98.5-1.el6 configserver 1.7 M

Transaction Summary
================================================================================
Reinstall 1 Package(s)

Total download size: 1.7 M
Installed size: 6.5 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

Installing : ms-clamav-0.98.5-1.el6.x86_64 1/1

Verifying : ms-clamav-0.98.5-1.el6.x86_64 1/1

Installed:
ms-clamav.x86_64 0:0.98.5-1.el6

Complete!
Stopping clamd: [ OK ]
Starting clamd: [ OK ]
Post Reply