multipass icon indicating copy to clipboard operation
multipass copied to clipboard

Instance 'k3s-master' is already running, but in an unknown statek3s-master: timed out waiting for response

Open githubtdp opened this issue 3 years ago • 0 comments

Describe the bug Describe what your problem is- Not able to launch instances using multipass Error: timed out waiting for response multipass launch -c 4 -m 4G -d 20G -n k3s-master 20.04 multipass launch -c 4 -m 4G -d 20G -n k3s-worker-1 20.04 multipass launch -c 4 -m 4G -d 20G -n k3s-worker-2 20.04

multipass list Name State IPv4 Image k3s-master Unknown -- Ubuntu 20.04 LTS k3s-worker-1 Unknown -- Ubuntu 20.04 LTS k3s-worker-2 Unknown -- Ubuntu 20.04 LTS

To Reproduce How, and what happened?

  1. my laptop all of sudden restarted after this not able o start the existing list of multipass
  2. multipass start k3s-master k3s-worker-1
    Starting requested instances -
    start failed: The following errors occurred:
    Instance 'k3s-master' is already running, but in an unknown stateInstance 'k3s-worker-1' is already running, but in an unknown statek3s-master: timed out waiting for response k3s-worker-1: timed out waiting for response

Expected behavior What did you expect to happen? it should start the instance with the multipass start command

Logs Please provide logs from the daemon, see accessing logs on where to find them on your platform.

sudo: /Library/Logs/Multipass: command not found

Additional info

  • OS: [e.g. macOS 10.15]
  • multipass version :- multipass 1.10.1+mac & multipassd 1.10.1+mac
  • multipass info --all
  • tdp@tdpant ~ % multipass info --all Name: k3s-master State: Unknown IPv4: -- Release: -- Image hash: 0f1a20bcda28 (Ubuntu 20.04 LTS) Load: -- Disk usage: -- Memory usage: -- Mounts: --

Name: k3s-worker-1 State: Unknown IPv4: -- Release: -- Image hash: 0f1a20bcda28 (Ubuntu 20.04 LTS) Load: -- Disk usage: -- Memory usage: -- Mounts: --

Name: k3s-worker-2 State: Unknown IPv4: -- Release: -- Image hash: 0f1a20bcda28 (Ubuntu 20.04 LTS) Load: -- Disk usage: -- Memory usage: -- Mounts: --

  • multipass get local.driver

Additional context Add any other context about the problem here.

githubtdp avatar Jul 31 '22 08:07 githubtdp