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

[WIP] VirtualBox v6 support #27

Merged
merged 1 commit into from
Mar 30, 2019
Merged

[WIP] VirtualBox v6 support #27

merged 1 commit into from
Mar 30, 2019

Conversation

gjabell
Copy link
Contributor

@gjabell gjabell commented Mar 29, 2019

Looks like the issue with v6 is that cloud-init (which requires a serial port to function) can't write to the disconnected serial port, and hangs indefinitely (not sure why this changed between v5 and v6). Setting the port to write out to a file appears to fix this.

I had timeout issues with the VM not coming up soon enough for the SSH when I set the serial port to a file for v5, but v5 already works fine with the disconnected serial, so maybe a version check is clean enough.

Tested working on:

  • ArchLinux w/ virtualbox 6.0.4
  • Ubuntu 18.04 w/ virtualbox 6.0.4
  • Ubuntu 18.04 w/ virtualbox 5.2.18

@chrisparnin chrisparnin merged commit a7f95ea into ottomatica:master Mar 30, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants