Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERRO[0054] running daemon failed: [cmd/daemon.go:86] daemon failed to initialize: #102

Closed
austinfrey opened this issue Oct 23, 2016 · 2 comments

Comments

@austinfrey
Copy link
Contributor

I get the following error when trying to create the virtualbox event listener.

WARN[0054] error encountered, ensuring vm and disks are destroyed error=[virtualbox/deploy_instance_listener.go:112] creating vm: {[virtualboxclient/client.go:189] not a valid adapter type, must specify either bridged or host_only network config} DEBU[0054] running VBoxManage command command=[VBoxManage controlvm VboxUnikInstanceListener poweroff] DEBU[0054] running VBoxManage command command=[VBoxManage unregistervm VboxUnikInstanceListener --delete] ERRO[0054] running daemon failed: [cmd/daemon.go:86] daemon failed to initialize: {[daemon/daemon.go:106] initializing virtualbox provider: {[virtualbox/virtualbox_provider.go:49] deploying virtualbox instance listener: {[virtualbox/deploy_instance_listener.go:60] launching instance of instance listener: {[virtualbox/deploy_instance_listener.go:112] creating vm: {[virtualboxclient/client.go:189] not a valid adapter type, must specify either bridged or host_only network config}}}}}

This was working before and my daemon-config.yaml is as follows.

providers:
  virtualbox:
    - name: my-vbox
      adapter-type: host_only
      adapter-name: "vboxnet0"

Not sure what the issue is here...

@ilackarms
Copy link
Member

Should be adapter_type and adapter_name ;)

@austinfrey
Copy link
Contributor Author

omg... 😫 thanks! lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants