Page 1 of 1

Webmin module only loads as far as "upgrade"

Posted: 01 Jan 2015, 16:47
by ivra
Hi all,

I have CSF (7.57) running on a fresh Ubuntu Server 14.04 install. It's working fine, except that the Webmin module only loads up to the "upgrade" section, and then does nothing (it doesn't even try to actually check for an upgrade). I've tried uninstalling and reinstalling to no avail. Any advice?

Re: Webmin module only loads as far as "upgrade"

Posted: 01 Jan 2015, 16:56
by ForumAdmin
Make sure that the server can reach download.configserver.com (85.10.199.177).

Also, do ensure that you have the LWP perl module installed as by default it now contacts https://download.configserver.com using it. Otherwise, you will need to set URLGET to use the included HTTP::Tiny module and use the non-SSL link instead.

For example, on debian/Ubuntu:

Code: Select all

apt-get install libwww-perl 
For CentOS/RedHat users:

Code: Select all

yum install perl-libwww-perl.noarch