Cloudmin repo down?

Anyone tests your AFAIKs?

Oops, I guess Jamie missed the GPL scripts. I’ll see if I can fix that.

Looks like it’s just the kvm script that’s missing. Not sure what’s up with that, but I’ll find it in our git repos and add it.

Ok guys.
Lets wait another 2 weeks :wink:

OK, that one is fixed. I’ll try to figure out what else is missing and get them pushed out.

I get 2 errors:

  1. when updating via yum in centos 7

http://cloudmin.virtualmin.com/kvm/universal/repodata/repomd.xml: [Errno 14] HTTP Error 401 - Unauthorized
Trying other mirror.

failure: repodata/repomd.xml from cloudmin-universal: [Errno 256] No more mirrors to try.
http://cloudmin.virtualmin.com/kvm/universal/repodata/repomd.xml: [Errno 14] HTTP Error 401 - Unauthorized

  1. in the Cloudmin settings menu “New System Images” gives:

Failed to get server images : HTTP/1.1 401 Unauthorized

Jan

Err:9 http://cloudmin.virtualmin.com/kvm/debian binary/ InRelease
401 Unauthorized [IP: 45.63.20.211 80]

Huh, it’s not supposed to be pulling from there, I don’t think (that directory requires authentication, which should only happen for Pro installations). Or, maybe it is, and we just need more unprotected directories. I’ll try to figure it out.

Should be fixed now, at least for the paths I know about. KVM is definitely fixed.

I can still not install my cloudmin license. If I wget

http://cloudmin.virtualmin.com/cgi-bin/cloudmin-real-debian-install.cgi?serial=12345678&key=xxxxxxx

it results in

Not Found

The requested URL /cgi-bin/cloudmin-real-debian-install.cgi was not found on this server.

As i am probably not the only one with problems, I finally got Cloudmin GPL to work on Debian 10 with a bypass. Fist i had to install virtualmin then cloudmin and mod the cloudmin install script…

I had installed a clean Debian 10 with only ssh and network tools.
I logged in as root:

cd /
mkdir deploy
cd deploy
wget http://software.virtualmin.com/gpl/scripts/install.sh
chmod +x
./install.sh

After installation I have configured virtualmin through port 10000

Next i needed to do run the command below from the same deploy directory:

wget http://cloudmin.virtualmin.com/gpl/scripts/cloudmin-kvm-debian-install.sh

edit cloudmin-kvm-debian-install.sh:

nano cloudmin-kvm-debian-install.sh

Edit line 167 and replaced “kvm Qemu” with “qemu-kvm”

(The license link serial and key can be found in your personal account page on virtualmin on the tab license, if you bought it, that is).

Then

chmod +x cloudmin-kvm-debian-install.sh

and run the install with :

./cloudmin-kvm-debian-install.sh

And finally I have it up and running…
Now hope that this does not wreck the functions of the installation.

But Cloudmin GPL seems to be running so far.

When I enter the Cloudmin Pro serial and key in, it errors with 404 :frowning:

Package kvm is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package ‘kvm’ has no installation candidate
… install failed

Debian 10.3

Oops.
I have Proxmox installed on the top of Debian 10.

‘kvm’ package is replaced with ‘pve-qemu-kvm’

Is there a way to make Cloudmin compatible with Proxmox?

I wouldn’t even know where to start on such a project. Isn’t Proxmox a similar product, meaning the two would be fighting over things? Seems like it’d have to be either/or.

Just add another install script to the project:
‘cloudmin-proxmox-install.sh’

Make it from ‘cloudmin-kvm-debian-install.sh’ by removing the following lines:
#apt-get -y install kvm qemu
#if [ “$?” != 0 ]; then
# echo … install failed
# exit 1
#fi

Since Proxmox has KVM and LXC subsystems already installed.
No need to check or install them explicitly.

Then there’s a warning under webmin:

Warning!
This system cannot be a KVM host : No bridge interfaces like br0 were found
Virtual systems cannot be created or added until this is fixed.

Under Proxmox bridge interfacess are called vmbrN.

http://cloudmin.virtualmin.com/gpl/scripts/cloudmin-kvm-redhat-install.sh still showing 404 error

Resolving cloudmin.virtualmin.com (cloudmin.virtualmin.com)… 45.63.20.211
Connecting to cloudmin.virtualmin.com (cloudmin.virtualmin.com)|45.63.20.211|:80… connected.
HTTP request sent, awaiting response… 404 Not Found
2020-02-18 18:59:38 ERROR 404: Not Found.