Thanks Marks, Svet and John.

I guess I may need to try Brooklyn directly in windows. Because now
machines are coming up in Virtualbox, but they're not booting up with
CentOS 7, possibly  bcoz of no VT-x. I'm sharing ouput on first try after
that change to Vagrantfile and the stable output thereafter.

Rupinder

On Sun, Feb 26, 2017 at 6:02 AM, Rupinder Singh <[email protected]> wrote:

> Hi svet,
>
> I have the file. I'll try. Yes. It is expected to be slow as is my
> existing ubuntu installation.
>
> rupinder
>
> On Sun, Feb 26, 2017 at 5:14 AM, Rupinder Singh <[email protected]>
> wrote:
>
>> Hi svet,
>> The attachment hasn't come through.  Could you re-send plz?
>>
>> Rupinder
>> On 26 Feb 2017 01:26, "Svetoslav Neykov" <svetoslav.neykov@cloudsoftcor
>> p.com> wrote:
>>
>>> Hi Rupinder,
>>>
>>> The missing step is to set the "cpus" in the Vagrantfile to 1. See
>>> attached file.
>>> While this should be able to boot the machines it might be too slow to
>>> actually be usable.
>>> If that's the case you can still run Brooklyn directly on the machine.
>>>
>>> Svet.
>>>
>>>
>>>
>>>
>>> On 25.02.2017 г., at 4:57, Rupinder Singh <[email protected]> wrote:
>>>
>>> Hi Svet, John
>>>
>>> I changed the Vagrantfile as suggested, as attached here. The output
>>> remains as before.
>>>
>>> Rupinder
>>>
>>> On Sat, Feb 25, 2017 at 7:00 AM, John McCabe <[email protected]>
>>> wrote:
>>>
>>>> Hi Rupinder,
>>>> I think you've added Svets suggested config update in the wrong place.
>>>> It
>>>> should be added in the following block (note you're just adding the
>>>> vb.customize here):
>>>>
>>>>       server_config.vm.provider :virtualbox do |vb|
>>>>         vb.name = server["name"]
>>>>         vb.memory = server["ram"]
>>>>         vb.cpus = server["cpus"]
>>>>         vb.customize ["modifyvm", :id, "--hwvirtex", "off"]
>>>>       end
>>>>
>>>> Make sure to remove your earlier changes.
>>>>
>>>> (Note: I don't have a non-VT-X system to validate this on)
>>>>
>>>> /John
>>>>
>>>> On Sat, 25 Feb 2017 at 00:57 Rupinder Singh <[email protected]> wrote:
>>>>
>>>> attachments, which I missed in earlier email, here.
>>>>
>>>> On Sat, Feb 25, 2017 at 5:57 AM, Rupinder Singh <[email protected]>
>>>> wrote:
>>>>
>>>> Hi Svet,
>>>> Thanks for your continued support.
>>>> I tried to change Vagrantfile as attached here in raw. The output
>>>> remains
>>>> as before as attached here.
>>>>
>>>> Rupinder
>>>>
>>>> On Fri, Feb 24, 2017 at 9:42 PM, Svetoslav Neykov <
>>>> [email protected]> wrote:
>>>>
>>>> Hi rupinder,
>>>>
>>>> In the Vagrantfile try to disable virtualization. Insert the following
>>>> before the end of the configure section [1]:
>>>>
>>>> config.vm.provider :virtualbox do |vb|
>>>>   vb.customize ["modifyvm", :id, "--hwvirtex", "off"]
>>>> end
>>>>
>>>> Svet.
>>>>
>>>> [1]
>>>> https://github.com/apache/brooklyn-dist/blob/c9c688ccdea1508
>>>> 17800b05d0a39aa0e812e27f4/vagrant/src/main/vagrant/Vagrantfile#L84
>>>>
>>>> > On 24.02.2017 г., at 18:06, Rupinder Singh <[email protected]>
>>>> wrote:
>>>> >
>>>> > 1. my pc doesn't have VT-X for sure.
>>>> >
>>>> > 2. But I run ubuntu out of Oracle VirtualBox and installation works.
>>>> >
>>>> > rupinder
>>>> >
>>>> >
>>>> >
>>>> > On Mon, Feb 20, 2017 at 9:02 PM, Rupinder Singh <[email protected]>
>>>> wrote:
>>>> >>
>>>> >>
>>>> >> Hi Svet
>>>> >> 1. No. I am not running vagrant inside another VM.
>>>> >>
>>>> >> 2. Windows 7. So it doesn't have hyper-V installed.
>>>> >>
>>>> >> rupinder
>>>> >>
>>>> >> On Mon, Feb 20, 2017 at 8:43 PM, Svetoslav Neykov <
>>>> > [email protected]> wrote:
>>>> >>>
>>>> >>> Hi Rupinder,
>>>> >>>
>>>> >>> If your machine doesn't support virtualisation you can still give
>>>> > Brooklyn a try by executing it directly in Windows.
>>>> >>> Download the zip[1] archive, extract it and run "bin/brooklyn
>>>> launch"
>>>> > from the extracted folder. You can configure a cloud location
>>>> >>> and deploy an example blueprint to it. Drop by in our IRC channel
>>>> > #brooklyncentral (on FreeNode) if you need guidance on how to do that.
>>>> >>>
>>>> >>> Having said that, all recent processors should support
>>>> virtualisation.
>>>> > If you don't have the option it could mean that it's already enabled.
>>>> >>> The error you get could (alternatively) be caused by one of the
>>>> > following:
>>>> >>>  * You are trying to run vagrant inside another VM. Is your Windows
>>>> > running locally in a VM? Are you working through an RDP session?
>>>> >>>  * You have Hyper-V (which is Microsoft's alternative to Virtualbox)
>>>> > enabled. Need to disable it - see the stackoverflow link sent by Mike
>>>> below.
>>>> >>>
>>>> >>>
>>>> >>> Svet.
>>>> >>>
>>>> >>>
>>>> >>> [1]
>>>> >
>>>> https://www.apache.org/dyn/closer.lua?action=download&filena
>>>> me=brooklyn/apache-brooklyn-0.10.0/apache-brooklyn-0.10.0-bin.zip
>>>> >>>
>>>> >>>
>>>> >>>> On 20.02.2017 г., at 16:13, Rupinder Singh <[email protected]>
>>>> wrote:
>>>> >>>>
>>>> >>>> I have Compaq R191B. Virtualization option is not there in BIOS.
>>>> > Doesn't
>>>> >>>> support VT-X.
>>>> >>>>
>>>> >>>> On Mon, Feb 20, 2017 at 1:06 AM, Valentin Aitken <
>>>> >>>> [email protected]> wrote:
>>>> >>>>
>>>> >>>>> Hi Rupinder,
>>>> >>>>>
>>>> >>>>> The last log says vagrant cannot find rsync.
>>>> >>>>> Could you try installing and adding to PATH some Windows port of
>>>> > rsync?
>>>> >>>>> I suggest to try Cygwin [1].
>>>> >>>>>
>>>> >>>>> Valentin.
>>>> >>>>>
>>>> >>>>> [1] https://en.wikipedia.org/wiki/Cygwin
>>>> >>>>>
>>>> >>>>> На 19/02/17 в 18:25, Rupinder Singh написа:
>>>> >>>>>
>>>> >>>>>> Hi Mark, Duncan,
>>>> >>>>>>
>>>> >>>>>> Fresh output is as attached. Would this work?
>>>> >>>>>>
>>>> >>>>>> Rupinder
>>>> >>>>>>
>>>> >>>>>> On Sun, Feb 19, 2017 at 8:45 PM, Rupinder Singh <
>>>> [email protected]
>>>> >>>>>> <mailto:[email protected]>> wrote:
>>>> >>>>>>
>>>> >>>>>>   Thanks Mark, Duncan!
>>>> >>>>>>
>>>> >>>>>>   I'll try out and revert.
>>>> >>>>>>
>>>> >>>>>>   Rupinder
>>>> >>>>>>
>>>> >>>>>>   On Sun, Feb 19, 2017 at 8:28 PM, Mark Mc Kenna
>>>> >>>>>>   <[email protected] <mailto:[email protected]>> wrote:
>>>> >>>>>>
>>>> >>>>>>       Hi Rupinder,
>>>> >>>>>>
>>>> >>>>>>       As Duncan said the ubuntu image is no longer supported by
>>>> > vagrant.
>>>> >>>>>>
>>>> >>>>>>       The updated centos7 version can be downloaded from the
>>>> apache
>>>> >>>>>>       maven repo
>>>> >>>>>>       [1]
>>>> >>>>>>       It is worth noting that this is configured for the
>>>> >>>>>>       0.11.0-SNAPSHOT version
>>>> >>>>>>       of brooklyn. To change this please amend BROOKLYN_VERSION
>>>> in
>>>> >>>>>>       servers.yaml
>>>> >>>>>>       [2].
>>>> >>>>>>
>>>> >>>>>>       I have confirmed the above is working for
>>>> >>>>>>       vagrant: 1.9.1
>>>> >>>>>>       virtualbox: 5.0.30 r112061
>>>> >>>>>>
>>>> >>>>>>       [1]
>>>> >>>>>>       https://repository.apache.org
>>>> /content/groups/snapshots/org/a
>>>> >>>>>> pache/brooklyn/brooklyn-vagrant/0.11.0-SNAPSHOT/
>>>> >>>>>>       <https://repository.apache.or
>>>> g/content/groups/snapshots/org/
>>>> >>>>>> apache/brooklyn/brooklyn-vagrant/0.11.0-SNAPSHOT/>
>>>> >>>>>>       [2]
>>>> >>>>>>       https://github.com/apache/bro
>>>> oklyn-dist/blob/master/vagrant/
>>>> >>>>>> src/main/vagrant/servers.yaml#L50
>>>> >>>>>>       <https://github.com/apache/br
>>>> ooklyn-dist/blob/master/vagrant
>>>> >>>>>> /src/main/vagrant/servers.yaml#L50>
>>>> >>>>>>
>>>> >>>>>>       Cheers
>>>> >>>>>>
>>>> >>>>>>       *Mark McKenna*
>>>> >>>>>>
>>>> >>>>>>       *Web :: markmckenna.ie <http://markmckenna.ie>
>>>> >>>>>>       <http://markmckenna.ie/>*
>>>> >>>>>>
>>>> >>>>>>       *Work :: [email protected]
>>>> >>>>>>       <mailto:[email protected]> <
>>>> [email protected]
>>>> >>>>>>       <mailto:[email protected]>>*
>>>> >>>>>>
>>>> >>>>>>       *PGP :: A7A9 24DE 638C 681A 8DEA FAD4 2B5D C759 B1EB 76A7
>>>> >>>>>>       <
>>>> > https://pgp.mit.edu/pks/lookup?op=get&search=0x2B5DC759B1EB76A7
>>>> >>>>>>       <
>>>> > https://pgp.mit.edu/pks/lookup?op=get&search=0x2B5DC759B1EB76A7
>>>> >>>>>>>> *
>>>> >>>>>>
>>>> >>>>>>       On 19 February 2017 at 13:15, Duncan Godwin
>>>> >>>>>>       <[email protected]
>>>> >>>>>>       <mailto:[email protected]>
>>>> >>>>>>> wrote:
>>>> >>>>>>
>>>> >>>>>>> Hi Rupinder
>>>> >>>>>>>
>>>> >>>>>>> So I imagine the version of Ubuntu used in the vagrant
>>>> >>>>>>       example is no
>>>> >>>>>>> longer supported. Fortunately this was upgraded a few weeks
>>>> >>>>>>       ago to centos
>>>> >>>>>>> 7. This is expected in version 0.11 but is currently
>>>> >>>>>>       available in the
>>>> >>>>>>> snapshot version here:
>>>> >>>>>>>
>>>> >>>>>>> https://brooklyn.apache.org/meta/versions.html
>>>> >>>>>>       <https://brooklyn.apache.org/meta/versions.html>
>>>> >>>>>>>
>>>> >>>>>>> Thanks
>>>> >>>>>>>
>>>> >>>>>>> Duncan
>>>> >>>>>>>
>>>> >>>>>>>
>>>> >>>>>>>
>>>> >>>>>>> On 19 Feb 2017 13:08, "Richard Downer" <[email protected]
>>>> >>>>>>       <mailto:[email protected]>> wrote:
>>>> >>>>>>>
>>>> >>>>>>> Hi Rupinder,
>>>> >>>>>>>
>>>> >>>>>>> A few months back on an unrelated project I had a similar
>>>> >>>>>>       problem and it
>>>> >>>>>>> was caused by a bug in Vagrant on Windows. I can't remember
>>>> >>>>>>       the details and
>>>> >>>>>>> I'm on the road at the moment so I can't look it up, but it
>>>> >>>>>>       may be worth
>>>> >>>>>>> searching Google for the error message. When I'm back in the
>>>> >>>>>>       office I'll
>>>> >>>>>>> see if I can find more details for you.
>>>> >>>>>>>
>>>> >>>>>>> Sent from my Android phone
>>>> >>>>>>>
>>>> >>>>>>> On 19 Feb 2017 1:35 a.m., "Rupinder Singh"
>>>> >>>>>>       <[email protected] <mailto:[email protected]>> wrote:
>>>> >>>>>>>
>>>> >>>>>>> Hi Mark,
>>>> >>>>>>>
>>>> >>>>>>> The output from those two commands is as attached.
>>>> >>>>>>>
>>>> >>>>>>> vagrant version is 1.9.1
>>>> >>>>>>>
>>>> >>>>>>> thanks
>>>> >>>>>>>
>>>> >>>>>>> On Sat, Feb 18, 2017 at 10:54 PM, Mark Mc Kenna
>>>> >>>>>>       <[email protected] <mailto:[email protected]>>
>>>> >>>>>>> wrote:
>>>> >>>>>>>
>>>> >>>>>>>> Hi Rupinder,
>>>> >>>>>>>> Can you try running the below commands and provide the
>>>> >>>>>>       output ... Also
>>>> >>>>>>> can
>>>> >>>>>>>> you provide the vagrant version
>>>> >>>>>>>>
>>>> >>>>>>>> vagrant box add ubuntu/wily64
>>>> >>>>>>>> vagrant up
>>>> >>>>>>>>
>>>> >>>>>>>> Cheers
>>>> >>>>>>>> Mark
>>>> >>>>>>>>
>>>> >>>>>>>> On 18 Feb 2017 16:44, "Rupinder Singh" <[email protected]
>>>> >>>>>>       <mailto:[email protected]>> wrote:
>>>> >>>>>>>>
>>>> >>>>>>>> I am beginner in brooklyn. I am trying to bring up
>>>> >>>>>>       brooklyn from vagrant
>>>> >>>>>>> on
>>>> >>>>>>>> my windows 7 machine. I am getting 404 error
>>>> >>>>>>>>
>>>> >>>>>>>> downloading
>>>> >>>>>>>> https://atlas.hashicorp.com/ubuntu/boxes/wily64/versions/
>>>> >>>>>>       <https://atlas.hashicorp.com/ubuntu/boxes/wily64/versions/
>>>> >
>>>> >>>>>>>> 20160715.0.0/providers/virtualbox
>>>> >>>>>>>>
>>>> >>>>>>>> thats from where it says. file not found 404
>>>> >>>>>>>>
>>>> >>>>>>>> can anybody help?
>>>> >>>>>>>>
>>>> >>>>>>>
>>>> >>>>>>>
>>>> >>>>>>>
>>>> >>>>>>
>>>> >>>>>>
>>>> >>>>>>
>>>> >>>>>>
>>>> >>>>> --
>>>> >>>>> Valentin Aitken
>>>> >>>>> Software Engineer
>>>> >>>>> Cloudsoft Corporation Ltd.
>>>> >>>>> www.cloudsoft.io
>>>> >>>>>
>>>> >>>>>
>>>> >>>
>>>> >>
>>>>
>>>
>>> <Vagrantfile.txt>
>>>
>>>
>>>
>>>
>
C:\brooklyn>vagrant up brooklyn
C:/brooklyn/Vagrantfile:21: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:23: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:24: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:25: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:27: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:28: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:30: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:31: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:33: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:34: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:36: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:37: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:39: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:40: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:42: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:43: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:44: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:45: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:46: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:47: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:48: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:49: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:50: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:51: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:52: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:53: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:54: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:55: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:56: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:57: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:58: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:59: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:60: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:61: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:62: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:63: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:64: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:65: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:66: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:67: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:69: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:70: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:71: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:72: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:73: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:74: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:75: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:76: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:77: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:78: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:79: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:80: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:81: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:82: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:83: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:84: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:85: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:86: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:87: warning: encountered \r in middle of line, treated a
s a mere space
Bringing machine 'brooklyn' up with 'virtualbox' provider...
==> brooklyn: Checking if box 'centos/7' is up to date...
==> brooklyn: Clearing any previously set forwarded ports...
==> brooklyn: Clearing any previously set network interfaces...
==> brooklyn: Preparing network interfaces based on configuration...
    brooklyn: Adapter 1: nat
==> brooklyn: Forwarding ports...
    brooklyn: 8081 (guest) => 8081 (host) (adapter 1)
    brooklyn: 22 (guest) => 2222 (host) (adapter 1)
==> brooklyn: Running 'pre-boot' VM customizations...
==> brooklyn: Booting VM...
==> brooklyn: Waiting for machine to boot. This may take a few minutes...
    brooklyn: SSH address: 127.0.0.1:2222
    brooklyn: SSH username: vagrant
    brooklyn: SSH auth method: private key
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/machine_index.
rb:309:in `initialize': Invalid argument @ rb_sysopen - C:/Users/nwe/.vagrant.d/
data/machine-index/index (Errno::EINVAL)
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine_index.rb:309:in `open'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine_index.rb:309:in `open'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine_index.rb:309:in `unlocked_save'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine_index.rb:227:in `block (2 levels) in set'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine_index.rb:323:in `block in with_index_lock'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine_index.rb:321:in `open'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine_index.rb:321:in `with_index_lock'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine_index.rb:192:in `block in set'
        from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/monitor.rb:211:in `mon
_synchronize'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine_index.rb:191:in `set'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine.rb:521:in `block in state'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine.rb:517:in `synchronize'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/m
achine.rb:517:in `state'
        from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/a
ction/builtin/wait_for_communicator.rb:26:in `block in call'

C:\brooklyn>
This kernel requires an x86-64 CPU, but only detected an i686 CPU. This 
processor is unsupported un CentOS7.



VT-x/AMD-V hardware acceleration is not available on your system. Your 64-bit 
guest will fail to detect a 64-bit CPU and will not be able to boot.

C:\brooklyn>vagrant up brooklyn
C:/brooklyn/Vagrantfile:21: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:23: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:24: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:25: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:27: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:28: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:30: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:31: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:33: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:34: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:36: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:37: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:39: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:40: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:42: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:43: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:44: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:45: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:46: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:47: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:48: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:49: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:50: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:51: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:52: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:53: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:54: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:55: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:56: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:57: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:58: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:59: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:60: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:61: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:62: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:63: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:64: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:65: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:66: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:67: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:69: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:70: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:71: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:72: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:73: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:74: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:75: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:76: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:77: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:78: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:79: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:80: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:81: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:82: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:83: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:84: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:85: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:86: warning: encountered \r in middle of line, treated a
s a mere space
C:/brooklyn/Vagrantfile:87: warning: encountered \r in middle of line, treated a
s a mere space
Bringing machine 'brooklyn' up with 'virtualbox' provider...
==> brooklyn: Importing base box 'centos/7'...
==> brooklyn: Matching MAC address for NAT networking...
==> brooklyn: Checking if box 'centos/7' is up to date...
==> brooklyn: Setting the name of the VM: brooklyn
==> brooklyn: Clearing any previously set network interfaces...
==> brooklyn: Preparing network interfaces based on configuration...
    brooklyn: Adapter 1: nat
==> brooklyn: Forwarding ports...
    brooklyn: 8081 (guest) => 8081 (host) (adapter 1)
    brooklyn: 22 (guest) => 2222 (host) (adapter 1)
==> brooklyn: Running 'pre-boot' VM customizations...
==> brooklyn: Booting VM...
==> brooklyn: Waiting for machine to boot. This may take a few minutes...
    brooklyn: SSH address: 127.0.0.1:2222
    brooklyn: SSH username: vagrant
    brooklyn: SSH auth method: private key
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.

Reply via email to