Submitted by yngens on Fri, 05/24/2013 - 01:46
Coming from https://www.virtualmin.com/node/27415. No any method offered there helped to resolve the issue. Filing this under Cloudmin as no problem with updating guest VPS systems, only Cloudmin server gives this notice:
Package webmin-1.630-1.noarch.rpm is not signed
Running
yum clean all
yum update
doesn't help.
Status:
Active
Comments
Submitted by andreychek on Fri, 05/24/2013 - 10:11 Comment #1
I'm curious if you continue to see that problem if you manually attempt the installation.
You can do that by running these two commands on your server as root:
wget http://software.virtualmin.com/gpl/universal/webmin-1.630-1.noarch.rpm
rpm -Uvh webmin-1.630-1.noarch.rpm
Submitted by yngens on Fri, 05/24/2013 - 12:36 Comment #2
Manual installation indeed does take care of the issue:
root@vps1:/root#
wget http://software.virtualmin.com/gpl/universal/webmin-1.630-1.noarch.rpm
--2013-05-24 02:31:44-- http://software.virtualmin.com/gpl/universal/webmin-1.630-1.noarch.rpm
Resolving software.virtualmin.com... 108.60.199.107
Connecting to software.virtualmin.com|108.60.199.107|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 21678862 (21M) [application/x-rpm]
Saving to: “webmin-1.630-1.noarch.rpm”
100%[============================================================>] 21,678,862 6.40M/s in 4.0s
2013-05-24 02:31:48 (5.18 MB/s) - “webmin-1.630-1.noarch.rpm” saved [21678862/21678862]
root@vps1:/root#
rpm -Uvh webmin-1.630-1.noarch.rpm
Preparing... ########################################### [100%]
1:webmin ########################################### [100%]
Webmin install complete. You can now login to https://vps1.mysite.net:10000/
as root with your root password.
root@vps1:/root#
However, Webmin had already been installed on my system, so shouldn't it report not about installation, but just update?
Submitted by andreychek on Fri, 05/24/2013 - 12:51 Comment #3
That output is normal for an Upgrade performed via the RPM command.
Submitted by yngens on Fri, 05/24/2013 - 13:20 Comment #4
Thanks for letting know. I don't mind running this manually, but hope that it will be fixed, so that all other users could just fire up 'yum update' in the CLI.