Wazo 16.16 Software Selection Installation Error
-
Here is the build script I am working from on Debian 8:
#!/bin/bash dd if=/dev/zero of=/swapfile bs=1024 count=1024k chown root:root /swapfile chmod 0600 /swapfile mkswap /swapfile swapon /swapfile echo "/swapfile swap swap defaults 0 0">>/etc/fstab sysctl vm.swappiness=10 echo vm.swappiness=10>>/etc/sysctl.conf free -h cat /proc/sys/vm/swappiness apt-get -y install cloud-init wget http://mirror.wazo.community/fai/xivo-migration/wazo_install.sh chmod +x wazo_install.sh ./wazo_install.sh
-
Worked on Scale, I'm at the Wazo interface.
-
Here is the setting that failed on Vultr:
root@vch-lnx-wazo:/tmp# env | grep LANG LANG=en_US.UTF-8
-
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
Vultr doesn't give you options like that as you go, I have to check it from the OS.
If you upload the ISO, sure they do. you have console access same as any other virtualization platform. Well I have for every other system I have tested there at least. Granted none of them were debian based.
-
@JaredBusch said in Wazo 16.16 Software Selection Installation Error:
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
Vultr doesn't give you options like that as you go, I have to check it from the OS.
If you upload the ISO, sure they do. you have console access same as any other virtualization platform. Well I have for every other system I have tested there at least. Granted none of them were debian based.
If I do a Debian 8 ISO install rather than using Vultr's Debian 8, yes.
-
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
@JaredBusch said in Wazo 16.16 Software Selection Installation Error:
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
Vultr doesn't give you options like that as you go, I have to check it from the OS.
If you upload the ISO, sure they do. you have console access same as any other virtualization platform. Well I have for every other system I have tested there at least. Granted none of them were debian based.
If I do a Debian 8 ISO install rather than using Vultr's Debian 8, yes.
But you apparently did do that.. At least you posted you did.
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
@quintana said in Wazo 16.16 Software Selection Installation Error:
From where did you get this screenshot? I don't know it.
From the Wazo install ISO.
-
@JaredBusch said in Wazo 16.16 Software Selection Installation Error:
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
@JaredBusch said in Wazo 16.16 Software Selection Installation Error:
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
Vultr doesn't give you options like that as you go, I have to check it from the OS.
If you upload the ISO, sure they do. you have console access same as any other virtualization platform. Well I have for every other system I have tested there at least. Granted none of them were debian based.
If I do a Debian 8 ISO install rather than using Vultr's Debian 8, yes.
If you are referring to the Wazo installer as a Debian 8 ISO, then yes. The same installer that you used, the same selections that you made.
-
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
@JaredBusch said in Wazo 16.16 Software Selection Installation Error:
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
@JaredBusch said in Wazo 16.16 Software Selection Installation Error:
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
Vultr doesn't give you options like that as you go, I have to check it from the OS.
If you upload the ISO, sure they do. you have console access same as any other virtualization platform. Well I have for every other system I have tested there at least. Granted none of them were debian based.
If I do a Debian 8 ISO install rather than using Vultr's Debian 8, yes.
If you are referring to the Wazo installer as a Debian 8 ISO, then yes. The same installer that you used, the same selections that you made.
Did you or did you not have Vultr bring in the wazo-latest.iso? That is the only valid ISO to be discussing unless you are going to install from a base system.
-
@JaredBusch said in Wazo 16.16 Software Selection Installation Error:
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
@JaredBusch said in Wazo 16.16 Software Selection Installation Error:
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
@JaredBusch said in Wazo 16.16 Software Selection Installation Error:
@scottalanmiller said in Wazo 16.16 Software Selection Installation Error:
Vultr doesn't give you options like that as you go, I have to check it from the OS.
If you upload the ISO, sure they do. you have console access same as any other virtualization platform. Well I have for every other system I have tested there at least. Granted none of them were debian based.
If I do a Debian 8 ISO install rather than using Vultr's Debian 8, yes.
If you are referring to the Wazo installer as a Debian 8 ISO, then yes. The same installer that you used, the same selections that you made.
Did you or did you not have Vultr bring in the wazo-latest.iso? That is the only valid ISO to be discussing unless you are going to install from a base system.
I did. That failed totally. I selected the same things that you did, and the same things that I did on Scale, and while it worked for you and for me on Scale, it failed totally on Vultr.
I think followed the advice to use a stock Debian 8 (with UTF-8) on Vultr and use Wazo's build script instead, that also failed with the UTF-8 error.
So I have done both. What I have not done is install Debian 8 via a Debian 8 ISO on Vultr and try a Wazo build that way.
-
Just to confirm, this error still exists with Wazo 18.03 installations.