Description
Never been able to get my Nanobox working on Windows 10. Everything is fine on my Mac.
- Windows Firewall off.
- VM has been created.
- I can ping the web and host IP from the VM using Virtual Box.
- Computer is on a work domain (no sure if permissions is causing an issue).
But Nanobox run throws:
Nanobox has started a VM that needs access to your machine for mounting.
This VM is unable to communicate with the host machine currently. Please
verify that you don't have a firewall blocking this connection, and try again!
Error : VM cannot communicate with host
Context : failed to start the provider
Debug Data:
2018-09-17 08:33:23 ERROR [NANOBOX] VM cannot communicate with host
2018-09-17 08:33:23 ERROR goroutine 1 [running]:
runtime/debug.Stack(0xc0422d0240, 0x29, 0x0)
/home/travis/.gimme/versions/go1.9.linux.amd64/src/runtime/debug/stack.go:24 +0xae
github.com/nanobox-io/nanobox/util.Err.log(0x0, 0x0, 0xc0422d0240, 0x29, 0x0, 0x0, 0xe57358, 0x0, 0x0, 0x0, ...)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/util/error.go:38 +0xe5
github.com/nanobox-io/nanobox/util.ErrorfQuiet(0xacd208, 0x29, 0x0, 0x0, 0x0, 0xc042358000, 0x0)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/util/error.go:48 +0x11a
github.com/nanobox-io/nanobox/util/provider.DockerMachine.Start(0x1, 0x0)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/util/provider/dockermachine.go:421 +0x5dc
github.com/nanobox-io/nanobox/util/provider.(*DockerMachine).Start(0xe57358, 0xe57358, 0x0)
:1 +0x3c
github.com/nanobox-io/nanobox/util/provider.Start(0x0, 0x0)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/util/provider/provider.go:148 +0x62
github.com/nanobox-io/nanobox/util.Retry(0xae25b8, 0x3, 0x4a817c800, 0x0, 0x0)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/util/retry.go:12 +0x8b
github.com/nanobox-io/nanobox/processors/provider.Setup(0x0, 0x0)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/processors/provider/setup.go:49 +0x435
github.com/nanobox-io/nanobox/processors.Start(0x8, 0xc0420b5c10)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/processors/start.go:16 +0x50
github.com/nanobox-io/nanobox/commands.startFn(0xe2b200, 0xc0422ca5a0, 0x1, 0x2)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/commands/start.go:31 +0x29
github.com/nanobox-io/nanobox/commands/steps.Run.func1(0xe2b200, 0xc0422ca5a0, 0x1, 0x2)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/commands/steps/run.go:19 +0x122
github.com/nanobox-io/nanobox/vendor/github.com/spf13/cobra.(*Command).execute(0xe2b200, 0xc0422ca480, 0x2, 0x2, 0xe2b200, 0xc0422ca480)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/vendor/github.com/spf13/cobra/command.go:561 +0x422
github.com/nanobox-io/nanobox/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xe28600, 0xc042195e60, 0xc042195e68, 0xffffffffffffffff)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/vendor/github.com/spf13/cobra/command.go:656 +0x36f
github.com/nanobox-io/nanobox/vendor/github.com/spf13/cobra.(*Command).Execute(0xe28600, 0xae2c68, 0xe57358)
/home/travis/gopath/src/github.com/nanobox-io/nanobox/vendor/github.com/spf13/cobra/command.go:615 +0x32
main.main()
/home/travis/gopath/src/github.com/nanobox-io/nanobox/main.go:121 +0x47d
Activity