I am trying to use the Upgrade Webmin to update all of our Debian Servers with the most recent version.
When I use a .deb package in the "From ftp or http URL" field(http://internap.dl.sourceforge.net/sourceforge/webadmin/webmin_1.420_all.deb), I get the following error:
Failed to upgrade from URL http://internap.dl.sourceforge.net/sourceforge/webadmin/webmin_1.420_all.deb : Not a valid Webmin tar file
Logged In: YES
user_id=129364
Originator: NO
Was Webmin installed from a .deb package on the remote system originally? If not, you must updated from the same package format used originally, which looks to be a tar.gz package.
Logged In: NO
The Cluster Webmin node was installed from a .deb package. The cluster node that I am trying to remote upgrade using the Cluster Webmin module was also installed using a .deb package.
Let me know if you need any more details.
Logged In: YES
user_id=701927
Originator: YES
I took a look at the source differences between
webmin/upgrade.cgi
and
cluster-webmin/upgrade.cgi
I am not a perl programmer, but it looks like a lot of code dealing with rpm's and deb packages exists in the webmin/upgrade, but not the cluster version.