Hello

CoreOS have a vagrant project that is tested to work

https://coreos.com/docs/running-coreos/platforms/vagrant/

back to your issue, where do you see errors??

are 2 layers here

Vagrant + virtualbox
vm + coreos

For Vagrant+virtualbox, when you do vagrant up, over the screen you
should see what is doing

if any error happen at this layer, then will be on the screen

if the error is inside the VM, then you can do this:

vagrant up --no-provision
vagrant ssh

and run the scripts manually, etc, until you are happy


On Sat, Jun 20, 2015 at 5:57 AM, agarwalayush <[email protected]> wrote:
> Hi,
> I am trying to set two servers of mine on coreos on vagrant. Somehow that is
> failing (not behaving properly). Can you tell me where can I see the error
> logs so that I can debug?
> Ayush
>
> --
> 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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to