We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Launching a 16.04 VM from Ubuntu is timing out. It results in a VM in an "Unknown" state that cannot be started.
To Reproduce
multipass launch 16.04
launch failed: The following errors occurred: foremost-porcupine: timed out waiting for response
2.multipass start foremost-porcupine
multipass start foremost-porcupine
Instance 'foremost-porcupine' is already running, but in an unknown state. Try to stop it first.
multipass stop foremost-porcupine
multipass list
foremost-porcupine Unknown -- Ubuntu 16.04 LTS
Expected behavior Even if the image is EoL with Ubuntu Pro I should be able to launch and use it.
Logs multipass.log
Additional info
multipassd 1.15.0
$ multipass info foremost-porcupine
Name: foremost-porcupine State: Unknown Snapshots: 0 IPv4: -- Release: -- Image hash: 65bb42c0d2e0 (Ubuntu 16.04 LTS) CPU(s): -- Load: -- Disk usage: -- Memory usage: -- Mounts: --
multipass get local.driver
qemu
Additional context I am trying to test a solution using Ubuntu Pro. Because of cgroup incompatibility I cannot use a container.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Launching a 16.04 VM from Ubuntu is timing out. It results in a VM in an "Unknown" state that cannot be started.
To Reproduce
multipass launch 16.04
2.
multipass start foremost-porcupine
multipass stop foremost-porcupine
multipass start foremost-porcupine
(hangs)multipass list
Expected behavior
Even if the image is EoL with Ubuntu Pro I should be able to launch and use it.
Logs
multipass.log
Additional info
multipassd 1.15.0
$ multipass info foremost-porcupine
multipass get local.driver
qemu
Additional context
I am trying to test a solution using Ubuntu Pro. Because of cgroup incompatibility I cannot use a container.
The text was updated successfully, but these errors were encountered: