Softaculous


Topic : installer fails on ubuntu


Posted By: vserver on January 27, 2014, 12:33 am
hello, installer fails on Ubuntu 12.04.3 LTS

1) Installing Libraries and Dependencies
2) Installing PHP, MySQL and Web Server
3) Downloading and Installing Virtualizor
                - Configuring Virtualizor
                - Fetching License
                - Setting up the CRON Job
                - Importing Database
                - Getting List of OS templates
                - Generating the SSL Certificates
4) Installing the Virtualization Kernel - kvm
        KVM already installed ... Continuing
        Errors while installing libvirt for KVM

ERROR :
There was an error while installing Virtualizor
Please check /root/virtualizor.log for errors
Exiting Installer


and logs

Please report any problems with the /usr/local/emps/scripts/mysqlbug script!

Starting MySQL
.. *
Generating RSA private key, 1024 bit long modulus
.++++++
.....++++++
e is 65537 (0x10001)
Signature ok
subject=/C=US/ST=Berkshire/L=Newbury/O=My Company/CN=v3/emailAddress=hidden@ceva.com
Getting Private key
4) Installing the Virtualization Kernel - kvm
KVM already installed ... Continuing
root@v3:~#


Posted By: vserver on January 27, 2014, 12:46 am | Post: 1
got some update on this.

apt-get install libvirt-bin
and
apt-get install qemu-kvm

will fix the issue, but it's still a bug in the installer

Posted By: dikaharis on May 23, 2014, 12:16 pm | Post: 2
you have ubuntu 14 LTS,
Im have this trabel. help me for solution.


-----------------------
JabarHoster.com The Hybrid Web Hosting Indonesia
Facebook :  JabarHoster.com

Posted By: manekari on June 11, 2014, 9:18 am | Post: 3
Hello,

Sir, currently Virtualizor only supports Ubuntu 12.04 LTS. And we are launching the Ubuntu 14.04 LTS support in the next release which will be available very soon.


Please let us know if you need any further information.

Regards,
Virtualizor team.

Posted By: alons on June 11, 2014, 5:52 pm | Post: 4
Hi,

We have launched the new changes.
You can now install Virtualizor on Ubuntu 12.04 and 14.04

-----------------------
For immediate support please email us at our Support email address. PMs sent to any Softaculous Team member or posting in the forums is not the official way to get support.

Virtualizor - The Next Generation VPS Panel
Webuzo - It is Softaculous Standalone for Enterprises, SMB, Developers. Deploy it on Dedicated Servers, VPS, Virtual Appliances or the Cloud
Pinguzo - Server and Domain Monitoring tool
PopularFX - Marketplace of WordPress, Drupal, Joomla, Bootstrap themes
Remote Installer - Use Softaculous over FTP/FTPS/SFTP

Posted By: rahulme on February 20, 2015, 8:43 am | Post: 5
Quote From : alons June 11, 2014, 5:52 pm
Hi,

We have launched the new changes.
You can now install Virtualizor on Ubuntu 12.04 and 14.04


I was able to install Virtualizor on Ubuntu 14.04 LTS successfully, but when I executed
Code
service virtnetwork restart
  I lost the network.
I was trying to create KVM vps with ipv6 and NAT support.
Could you please create some specific guide on configuring Virtualizor on Ubuntu 14.04 Server LTS?
I also am not able to see any file like
Code
/etc/sysconfig/network-scripts/ifcfg-**

Thanks!

Posted By: mitgib on March 23, 2015, 1:52 am | Post: 6
Quote From : rahulme February 20, 2015, 8:43 am
Quote From : alons June 11, 2014, 5:52 pm
Hi,

We have launched the new changes.
You can now install Virtualizor on Ubuntu 12.04 and 14.04


I was able to install Virtualizor on Ubuntu 14.04 LTS successfully, but when I executed
Code
service virtnetwork restart
  I lost the network.
I was trying to create KVM vps with ipv6 and NAT support.
Could you please create some specific guide on configuring Virtualizor on Ubuntu 14.04 Server LTS?
I also am not able to see any file like
Code
/etc/sysconfig/network-scripts/ifcfg-**

Thanks!


Same troubles I had.

To get virtualizor installed on Ubuntu 14.04 LTS you will need to edit /etc/network/interfaces

Code

root@e3la13:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

auto viifbr0
iface viifbr0 inet static
        address x.x.x.x
        broadcast x.x.x.x
        netmask x.x.x.x
        gateway x.x.x.x
        bridge_ports em1
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off
        dns-nameservers x.x.x.x
        dns-search domain.com
iface viifbr0 inet6 static
        address x:x:3::225:90ff:fe74:5a07
        netmask 64
        gateway x:x:3::1


replace x with your proper networking details, and em1 was my eth0, use what is correct for your install

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.