Debian 9.1 install problem

4 posts / 0 new
Last post
#1 Fri, 06/08/2018 - 05:14
kthaker

Debian 9.1 install problem

Hi Guys,

I tried to install Vmin GPL this morning using the latest install.sh (6.0.11) on a new debian 9.1 VM, but got some fatal errors:

root@host:/home/vmin# /bin/sh install.sh

ERROR: The certificate of 'software.virtualmin.com' is not trusted.

ERROR: The certificate of 'software.virtualmin.com' hasn't got a known issuer.

chmod: cannot access 'slib.sh': No such file or directory

install.sh: 288: .: Can't open ./slib.sh

root@host:/home/vmin#

/root/virtualmin-install.log just shows this:

"Checking for Perl...found Perl at /usr/bin/perl

Checking for HTTP client...found /usr/bin/wget -nv"

was anything changed on the installer recently? this did work fine last week.

thanks!

Fri, 06/08/2018 - 05:46
kthaker

ok, quick fix was to edit install.sh, and replace anything with "https://software.virtualmin.com" with "http://software.virtualmin.com"

install completed okay from there. :)

Thu, 08/02/2018 - 10:50
frefel WEB

Its running here too ;-).

Thank you, kthaker.

Mon, 09/17/2018 - 12:42
nh905

It appears some Debian 9 packages are missing the ca-certificates package. Running "apt-get install ca-certificates" fixed the problem.

Regards, Norbert

Topic locked