i tried to install Open edX Fullstack on my Ubuntu 14.04.1 LTS
i followed the installation documentation
mkdir fullstack
cd fullstack
curl -L https://raw.githubusercontent.com/edx/configuration/master/vagrant/release/fullstack/Vagrantfile > Vagrantfile
vagrant plugin install vagrant-hostsupdater
vagrant up
but after that, when i opened virtualbox
and vagrant keep showing
default: Error: Connection timeout. Retrying...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 => 2222 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Error: Connection timeout. Retrying...
default: Error: Connection timeout. Retrying...
default: Error: Connection timeout. Retrying...
default: Error: Connection timeout. Retrying...
default: Error: Connection timeout. Retrying...
i added this code to Vagrantfile to show up the window fullstack virtual machine
config.vm.provider :virtualbox do |vb|
vb.gui = true
end
and i entered manually to Ubuntu [hitting the Enter Key]
but, after a moment i get a black windows with a blinking cursor on it !
and still getting
default: Error: Connection timeout. Retrying...
in the terminal !
PS: My computer doesn't support virtualization Technology
(i tried the same steps on Windows 8.1, but i get the same Error)
PC Info:
Processor: Pentium(R) Dual-Core CPU T4300 @ 2.10GHz 2.10Ghz
RAM : 4 GB