Submitted by nexwavemat on Fri, 05/13/2016 - 08:23
Hello,
I read the the news release from http://www.webmin.com/ for Cloudmin 9.0 statin that the "xl" toolstack is now supported.
updates the Xen support to handle the new xl API command
However I cannot get this to work. I keep getting "Could not fetch Xen instances : ERROR: A different toolstack (xl) have been selected!" and similar errors.
How do I activate "xl" support in Cloudmin 9.0 on Ubuntu 16.04?
Thank you,
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Fri, 05/13/2016 - 19:34 Comment #1
Does your system have both the
xl
andxm
commands? If so, one work-around is to remove thexm
command completely - that way Cloudmin will only usexl
Submitted by nexwavemat on Fri, 05/13/2016 - 22:04 Comment #2
root@vh3:~# dpkg -S /usr/sbin/xm xen-utils-common: /usr/sbin/xm root@vh3:~# dpkg -S /usr/sbin/xl xen-utils-common: /usr/sbin/xl
As you can see xm and xl are both provided by the same package... so I tried this.
root@vh3:~# mv /usr/sbin/xm /usr/sbin/oldxm
Still getting "Could not fetch Xen instances : sh: xm: command not found"
Submitted by nexwavemat on Fri, 05/13/2016 - 22:13 Comment #3
Looks like it worked afterall. Just had to give it some time to pick up on the change. Thanks!
Submitted by JamieCameron on Sat, 05/14/2016 - 22:29 Comment #4
Ok, cool - the next release of Cloudmin will deal with this situation properly, by also checking if the
xml
command is actually working.Submitted by JamieCameron on Sat, 05/14/2016 - 22:29 Comment #5