cloud-native-toolkit / automation-solutions

A collection of Bills of Materials that address solution/use-case scenarios.
https://cloud-native-toolkit.github.io/automation-solutions/
Apache License 2.0
3 stars 9 forks source link

multipass launch doesn't complete successfully ... known problem? #209

Closed thomassuedbroecker closed 2 years ago

thomassuedbroecker commented 2 years ago

Problem

Multipass launch doesn't complete successfully.

Error message:

launch failed: The following errors occurred:                                   
timed out waiting for initialization to complete

Reproduce the problem

Following the documentation for multipass.

multipass launch --name cli-tools --cloud-init ./cli-tools.yaml
launch failed: The following errors occurred:                                   
timed out waiting for initialization to complete

Environment:

Multipass installation:

I installed multipass with brew:

brew install --cask multipass
thomassuedbroecker commented 2 years ago

@triceam @timroster @nheidloff

Problem

I tried to mount directory even when the start was not fully successfully. I followed the steps to enable the filesystem access, but I got that error:

Reproduce the problem

multipass mount $PWD cli-tools:/automation
mount failed: Error enabling mount support in 'cli-tools'                       

Please install the 'multipass-sshfs' snap manually inside the instance.

Solution

Ensure no VPN connection is established.

thomassuedbroecker commented 2 years ago

Solution

Ensure no VPN connection is established, when using multipass.

balasgit commented 2 years ago

FYI - I am running AnyConnect as i can still launch the Multipass with no errors..