hey, thanks for the answer!

yes, virtual box indeed states that my box is running. i tried turning off 
my machine using "homestead halt" and manually starting the machine in its 
directory instead (using "vagrant up"), but all it told me was that a box 
"homestead" already exsits - even though this time even virtualbox showed 
me that the box was not running, as well as "vagrant global-status":


$ homestead halt
> ==> default: Attempting graceful shutdown of VM...
> $ vagrant up
> Bringing machine 'default' up with 'virtualbox' provider...
> ==> default: Importing base box 'laravel/homestead'...
> ==> default: Matching MAC address for NAT networking...
> ==> default: Checking if box 'laravel/homestead' is up to date...
> A VirtualBox machine with the name 'homestead' already exists.
> Please use another name or delete the machine with the existing
> name, and try again.
>

the only way to start my machine again was using "homestead up". I don't 
know if it's a PHP thing or not, but I feel like it is starting the box in 
a different way than "vagrant up" would (even though it's just executing 
that one in cli). The code homestead uses is the following: 
https://github.com/laravel/homestead/blob/master/src/UpCommand.php#L37.



On Wednesday, 1 April 2015 23:52:36 UTC+2, Alvaro Miranda Aguilera wrote:
>
> hello,
>
> do you have any vm running in the virtualbox gui ?
>
>
> On Thu, Apr 2, 2015 at 10:22 AM, spaceemotion <[email protected] 
> <javascript:>> wrote:
>
>> I am currently having trouble with my vagrant installation not detecting 
>> my laravel/homestead machine running.
>> It keeps saying "not created (virtualbox)" when I'm "cd"ing into its 
>> directory, but "vagrant global-status" reports it is indeed running. Trying 
>> to connect PhpStorm with my vagrant box oviously fails as well. Much help 
>> is appreciated!
>>
>>
>>
>>  -- 
>> 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