Webmin update still fails!

Hey Guys!

I still can't update Webmin, the signing seems to work now but update still fails.

CentOS 5.9 and Virtualmin Pro

I have run "yum clean all" but I still get this message:

Now updating webmin ..

Installing package(s) with command yum -y install webmin ..

Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirror.nsc.liu.se
* extras: mirror.nsc.liu.se
* updates: mirror.nsc.liu.se
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package webmin.noarch 0:1.630-1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package       Arch          Version          Repository                   Size
================================================================================
Updating:
webmin        noarch        1.630-1          virtualmin-universal         21 M

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade       1 Package(s)

Total download size: 21 M
Downloading Packages:
http://software.virtualmin.com/universal/webmin-1.630-1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.

Error Downloading Packages:
  webmin-1.630-1.noarch: failure: webmin-1.630-1.noarch.rpm from virtualmin-universal: [Errno 256] No more mirrors to try.

.. install failed!

No packages were installed. Check the messages above for the cause of the error.

Best regards, Leffe (Blueforce)

Status: 
Active

Comments

Is your system perhaps configured to use (or behind) as web proxy that is caching the old file?

As a quick work-around, you could always run :

cd /tmp
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.630-1.noarch.rpm
rpm -U webmin-1.630-1.noarch.rpm
tpnsolutions's picture
Submitted by tpnsolutions on Tue, 05/21/2013 - 00:43

Hi,

Joe actually fixed this issue after I brought it to his attention. Was a combination of signing issue, and repo not being correctly rebuilt as I recall. Run.

yum clean all
yum update

Let us know if you are still having problems.

-Peter

Hi guys!

Jamie, No, not using proxy.

Peter, I have run "yum clean all" but the result is the same, I did it once more a few minutes ago - then clicked the update button from Virtualmin, and the result is the same ... install failed!

Then I decided to try it from the command line with PuTTY, and by manually run "yum update" the webmin update works.

Why didn't the update work from Virtualmin?

Thanks guys!

//Leffe (Blueforce)