Re: [vagrant-up] Trouble creating a simple Linux Desktop on a VB VM

2017-01-13 Thread Alvaro Miranda Aguilera
hello seems you havent enabled the gui part. on old init systems was update /etc/inittab change default from 3 to 5 run `init 5` for systemd: https://docs.fedoraproject.org/en-US/Fedora/22/html/Installation_Guide/sect-trouble-after-graphical-login.html systemctl set-default graphical.target

Re: [vagrant-up] Unable to establish SSL connection.

2017-01-13 Thread Alvaro Miranda Aguilera
On Fri, Jan 13, 2017 at 4:34 PM, tl le wrote: > https://releases.hashicorp.com/packer/0.9.0/packer_0.9.0_linux_386.zip dont use https if having issues. http://releases.hashicorp.com/packer/0.9.0/packer_0.9.0_linux_386.zip that work too -- Alvaro -- This mailing list is governed under t

Re: [vagrant-up] Trouble creating a simple Linux Desktop on a VB VM

2017-01-13 Thread Torben Knerr
Hi William, the Vagrantfile looks good at first sight, but I have never used the bento/fedora-24 box yet If you are fine with Ubuntu and keen to use Chef for provisioning your linux desktop, you might wanna have a look at this "template project", which includes testing and self-updateability:

[vagrant-up] Trouble creating a simple Linux Desktop on a VB VM

2017-01-13 Thread William Saxton
Perhaps it's an issue with not understanding Virtualbox, but I'm trying to create a simple Linux Desktop environment on my Windows 10 system and the "desktop" never appears (the virtualbox UI is still showing a CLI). I've posted my Vagrantfile below: Honestly, I'm open to using any pre-made (d

Re: [vagrant-up] Re: Windows7/Vagrant 1.9.1/vagrant init hashicorp/precise64: after vagrant up => No live threads left. Deadlock? (fatal)

2017-01-13 Thread claisebenoit
Hi Alvaro, It works fine with 1.8.7. So I guess this issue is specific to 1.9.1 Regards, Benoit On Friday, January 13, 2017 at 4:30:03 PM UTC+1, claise...@gmail.com wrote: > > Hi Alvaro, > > Windows 7 Entreprise > Processor: Intel Core i7-4600 CPU @ 2.10 Ghz 2.7 Ghz > RAM: 8 GB (5 avail

[vagrant-up] Unable to establish SSL connection.

2017-01-13 Thread tl le
Hello, I am hoping that there'll be someone who can help me with this issue. I am using Vagrant to download Packer using wget. The issue here is that I can't SSL to the site even though from the console it say connected. Here are the output from the Vagrant console vagrant@precise32:~$ sudo -

Re: [vagrant-up] Re: Windows7/Vagrant 1.9.1/vagrant init hashicorp/precise64: after vagrant up => No live threads left. Deadlock? (fatal)

2017-01-13 Thread claisebenoit
Hi Alvaro, Windows 7 Entreprise Processor: Intel Core i7-4600 CPU @ 2.10 Ghz 2.7 Ghz RAM: 8 GB (5 available when doing the test) 64-bit OS Virtualox 5.0.30 Vagrant 1.9.1 I'll be testing with Vagrant 1.8.x On Thursday, January 12, 2017 at 2:10:52 PM UTC+1, Alvaro Miranda Aguilera wro