Questions tagged [ubuntu-multipass]

7 questions
2
votes
1 answer

multipass - launch failed: cannot connect to the multipass socket

I snap installed multipass on Debian 12 Linux (bookworm) - that was a fun task in itself. However, when I try to multipass launch --name myVMname, I get: $ multipass launch launch failed: cannot connect to the multipass socket $ I see that…
2
votes
1 answer

Node cannot access network inside ubuntu multipass

I have a multipass virtual machine (ubuntu 22.04.1) on my windows 10 laptop. I installed node v18.13.0 (now v19.5.0) through nvm on it. My node installation is not able to access the network at all. It first started with npm. npm install kept…
1
vote
1 answer

Install multipass on WSL Debian 12 (the snapd socket isn't listening)

I am running Debian 12 bookworm on WSL. I need multipass, which does not have a Debian package, but the multipass github README says to install it in linux with snap. I attempted to install snapd with sudo apt-get install snapd. This installs a…
1
vote
1 answer

How can Virtualbox and Multipass coexist on the same system?

I am running an Ubuntu 22.04 (KDE Neon) on an Intel Haswell i5-4570 CPU. I installed Virtualbox (6.1.38-dfsg-3~ubuntu1.22.04.1) to be able to run the occasional Windows application, and I installed Canonical's Multipass (snap, 1.11.0) to quickly and…
1
vote
0 answers

Multipass ubuntu VPN

After logging into the NordVPN client the VM disconnects and becomes unreachable from outside. I"m unable to connect ` shell failed: ssh connection failed: 'Timeout connecting to 192.168.64.6' Why does this not work? How can I make it work? Would a…
1
vote
1 answer

What is "primary" in hyper-v console and what is the default password?

I opened up my Hyper-V Manager console, and I noticed a VM running with the name "primary", which points to Ubuntu server-cloud muitipassd etc (see screenshots). When I try to connect to it, it shows me a prompt to login: Q1) How did this "primary"…
joedotnot
  • 513
0
votes
1 answer

flock: cannot open lock file

I am currently trying to build an image based on buildroot in multipass for macOS - however I encountered this error: ~/Home/Downloads/buildroot$ make -j 6 >>> host-pkgconf 1.6.3 Downloading flock: cannot open lock file…