On Monday, May 26, 2014 11:44:23 PM UTC-4, Terrance Shepherd wrote:
>
> Following the basic vagrant flow, vagrant up and vagrant ssh it all works. 
> it might be a bad vagrant version or a bad environment.
>
> Terrances-MacBook-Air:arkos terrance$ vagrant up
> Bringing machine 'default' up with 'virtualbox' provider...
> ==> default: Box 'arkos' could not be found. Attempting to find and 
> install...
>     default: Box Provider: virtualbox
>     default: Box Version: >= 0
> ==> default: Adding box 'arkos' (v0) for provider: virtualbox
>     default: Downloading: 
> https://nyus.mirror.arkos.io/resources/genesis-dev.box
> ==> default: Successfully added box 'arkos' (v0) for 'virtualbox'!
> /Users/terrance/.vagrant.d/boxes/arkos/0/virtualbox/include/_Vagrantfile:1: 
> warning: already initialized constant VAGRANTFILE_API_VERSION
> /Users/terrance/arkos/Vagrantfile:5: warning: previous definition of 
> VAGRANTFILE_API_VERSION was here
> ==> default: Importing base box 'arkos'...
> ==> default: Matching MAC address for NAT networking...
> ==> default: Setting the name of the VM: arkos_default_1401159872338_80184
> ==> default: Fixed port collision for 22 => 2222. Now on port 2200.
> ==> default: Clearing any previously set network interfaces...
> ==> default: Preparing network interfaces based on configuration...
>     default: Adapter 1: nat
> ==> default: Forwarding ports...
>     default: 8000 => 8000 (adapter 1)
>     default: 22 => 2200 (adapter 1)
> ==> default: Booting VM...
> ==> default: Waiting for machine to boot. This may take a few minutes...
>     default: SSH address: 127.0.0.1:2200
>     default: SSH username: vagrant
>     default: SSH auth method: private key
>     default: Warning: Connection timeout. Retrying...
> ==> default: Machine booted and ready!
> ==> default: Checking for guest additions in VM...
> ==> default: Mounting shared folders...
>     default: /vagrant => /Users/terrance/arkos
> ==> default: Running provisioner: shell...
>     default: Running: inline script
> ==> default: Already on 'master'
> ==> default: M genesis.conf
> ==> default: Your branch is up-to-date with 'origin/master'.
> ==> default: From https://github.com/cznweb/genesis
> ==> default:    fe566f1..9749a1b  master     -> origin/master
> ==> default:  * [new branch]      0.6        -> origin/0.6
> ==> default:    41b66a8..dba6fc0  openvpn    -> origin/openvpn
> ==> default: From https://github.com/cznweb/genesis
> ==> default:  * [new tag]         0.5.1      -> 0.5.1
> ==> default:  * [new tag]         0.5.2      -> 0.5.2
> ==> default:  * [new tag]         0.5.3      -> 0.5.3
> ==> default:  * [new tag]         0.5.4      -> 0.5.4
> ==> default: error: Your local changes to the following files would be 
> overwritten by merge:
> ==> default: genesis.conf
> ==> default: Please, commit your changes or stash them before you can 
> merge.
> ==> default: Aborting
> ==> default: Updating fe566f1..9749a1b
> Terrances-MacBook-Air:arkos terrance$ vagrant ssh
> /Users/terrance/.vagrant.d/boxes/arkos/0/virtualbox/include/_Vagrantfile:1: 
> warning: already initialized constant VAGRANTFILE_API_VERSION
> /Users/terrance/arkos/Vagrantfile:5: warning: previous definition of 
> VAGRANTFILE_API_VERSION was here
> Last login: Fri Feb  7 15:53:23 2014 from 10.0.2.2
> [vagrant@vagrant-archlinux ~]$ 
>
>
> On Mon, May 26, 2014 at 11:27 PM, Alvaro Miranda Aguilera <
> [email protected] <javascript:>> wrote:
>
>> can you test a different vagrant box?
>>
>> mkdir precise32
>> cd precise32
>> vagrant ini hashicorp/precise32
>> vagrant up
>>
>> if that works, vagrant is installed OK, and working and you will need to 
>> check with the people at arkos.
>>
>>
>>
>>
>> On Tue, May 27, 2014 at 2:39 PM, Cem Girit <[email protected]<javascript:>
>> > wrote:
>>
>>> Hello Terrance,
>>>     
>>>
>>>       I downloaded from https://arkos.io/downloads/ and followed the 
>>> instructions given at https://arkos.io/dev/genesis/vagrant.  
>>>
>>> On Monday, May 26, 2014 9:36:22 PM UTC-4, Terrance Shepherd wrote:
>>>>
>>>> Where did you get the box file from?
>>>>
>>>>
>>>> On Mon, May 26, 2014 at 9:34 PM, Cem Girit <[email protected]> wrote:
>>>>
>>>>>
>>>>> Hello,
>>>>>
>>>>>        I have been trying to set up a Linix distro on a VirtualBox. I 
>>>>> believe the disto (arkOS) was installed properly since VirtualBox consol 
>>>>> reports that it is running. But when I try to connect by "vagrant ssh" I 
>>>>> get timeout error.  Box is local on the same computer. So the network 
>>>>> connection is set to NAT. SSH authorization is through vagrant 
>>>>> generated(?) 
>>>>> key. Why can't I connect the box? Do I have to set up something else?
>>>>>
>>>>>
>>>>>             C:/ArchOS/Vagrantfile:5: warning: previous definition of 
>>>>> VAGRANTFILE_API_VERSION 
>>>>>
>>>>>  was here
>>>>>
>>>>> VM must be running to open SSH connection. Run `vagrant up`
>>>>>
>>>>> to start the virtual machine.
>>>>>
>>>>>  
>>>>>
>>>>> C:\ArchOS>vagrant up
>>>>>
>>>>> C:/Users/girit/.vagrant.d/boxes/genesis-dev/0/virtualbox/include/_
>>>>> Vagrantfile:1:
>>>>>
>>>>>  warning: already initialized constant VAGRANTFILE_API_VERSION
>>>>>
>>>>> C:/ArchOS/Vagrantfile:5: warning: previous definition of 
>>>>> VAGRANTFILE_API_VERSION
>>>>>
>>>>>  was here
>>>>>
>>>>> Bringing machine 'default' up with 'virtualbox' provider...
>>>>>
>>>>> ==> default: Clearing any previously set forwarded ports...
>>>>>
>>>>> ==> default: Clearing any previously set network interfaces...
>>>>>
>>>>> ==> default: Preparing network interfaces based on configuration...
>>>>>
>>>>>     default: Adapter 1: nat
>>>>>
>>>>> ==> default: Forwarding ports...
>>>>>
>>>>>     default: 8000 => 8000 (adapter 1)
>>>>>
>>>>>     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: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>>     default: Warning: Connection timeout. Retrying...
>>>>>
>>>>> 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.
>>>>>
>>>>> -- 
>>>>> You received this message because you are subscribed to the Google 
>>>>> Groups "Vagrant" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>> an email to [email protected].
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>  -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Vagrant" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected] <javascript:>.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to