Questions tagged [multipass]
73 questions
0
votes
0 answers
rbenv install -l homebrew error on Ubuntu
I've been trying to install and use rbenv on an ubuntu 22.04 image installed on an M2 ARM mac deployed with Multipass.
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash
appears to initially work like other…

volvox
- 3,014
- 16
- 51
- 80
0
votes
0 answers
Cannot connect a spring boot app to a kafka cluster running on a multipass virtual machine
I set up a kafka cluster on a multipass virtual machine:
Start the ZooKeeper service
$ bin/zookeeper-server-start.sh config/zookeeper.properties
Start the Kafka broker service
$ bin/kafka-server-start.sh config/server.properties
When I try to…

V N
- 1
- 3
0
votes
1 answer
Microk8s Access nginx pod to other Host Machines
I am using MIcrok8s 1.26v using Hyperv over windows 10. I am unable to access nginx pod to other host machines. I have exposed nginx using this cmd “microk8s kubectl expose deployment nginx-webserver --type=“NodePort” --port 80”. Its exposed to the…

Amarnath Jena
- 1
- 1
0
votes
1 answer
How to login to PhpMyAdmin with a Deck.app mysql instance?
Using the deck app, that uses Multipass & Docker to build containers and instances of specific technologies (such as Laravel, CodeIgnite, Apache, etc.,) to create a mysql instance it installs a copy of phpmyadmin and allows you to view the server…

Cam
- 43
- 10
0
votes
0 answers
multipass shell failed: [ssh client] channel creation failed: ''
while connecting the multipass shell swapnil, getting shell failed: [ssh client] channel creation failed: '' Error
I'm running on my main machine not using VM

Hack-Z
- 47
- 7
0
votes
0 answers
Set up KubeFlow on Windows (with Multipass VM)
I'm trying to set up Kubeflow on a Windows machine for testing. Since native Windows support is nonesxistent, I'm trying to set it up with a multipass VM running Ubuntu. I've been trying multiple tutorials. So I'm using Windows and have a virtual…

lte__
- 7,175
- 25
- 74
- 131
0
votes
0 answers
How to pass in key value to multipass --network
How do you give arguments to multipass --network?
It says in the doc;
These properties can be specified in the format =,…. but a
simpler form with only is available for the most common
use-case. Here is an example:
I my case I am…

Chris G.
- 23,930
- 48
- 177
- 302
0
votes
1 answer
Why is multipass (on a MacOS) giving me "non-sense" errors?
I am trying to delete a multipass (ubuntu) instance but the tool keeps saying it still exists and does not at the same time.
Any thoughts?
Is multipass simply broken/unreliable?
lc@my-Mac ~ % multipass delete microk8s-vm
…

coding99
- 68
- 1
- 8
0
votes
1 answer
Install K8s on Ubuntu - product_uuid or machine-id
Installing Kubernetes on Ubuntu I need the product_uuid
Butin my Ubuntu VM(Multipass) I get:
sudo cat /sys/class/dmi/id/product_uuid
cat: /sys/class/dmi/id/product_uuid: No such file or directory
So I found machine-id:
cat…

Chris G.
- 23,930
- 48
- 177
- 302
0
votes
2 answers
Accessing running container (inside VM) from host OS
I have set up 3 Linux VM through multipass on my host Mac OSX. I have installed docker on these machines and started a 3 node docker swarm.
docker swarm init
After that, I have created 2 services one is for Postgres DB and the other is for drupal…

Abdul Samad
- 5,748
- 17
- 56
- 70
0
votes
1 answer
Multipass log (multipassd.log) bloating disk
My multipassd.log had grown to 200+ GB before i noticed (because my disk was full). Stupid as i was i deleted the log with rm -rf multipassd.log (file was so big i couldn't open it). This apparently deleted the file without freeing the space on…

Vegard Gjeldvik Jervell
- 410
- 2
- 12
0
votes
1 answer
Microk8s at windows host-access doesnt work. Why connection refused when i trying to connect from vm to host?
I can't connect with local mysql server that placed on host machine.
microk8s 2.0.1
multipass 1.6.1
windows 10
windows defender disabled :)
All commands are work fine: apply, get pods, get nodes, get events, secrets, services...
inspect not found…

Programmer
- 77
- 1
- 6
0
votes
1 answer
Intermittent "file not found" errors when compiling c++ under multipass Ubuntu 20.10
I am trying to use multipass to spawn a build environment, the source code being on the host machine. The idea is that I would mount the source code from the host into the VM and then run the build from inside the VM. (multipass mount src…

Ivan Kalchev
- 345
- 1
- 4
- 9
0
votes
1 answer
Failing to link fcgi library with g++ in multipass
My code:
#include
int main() {
int count = 0;
while(FCGI_Accept() >= 0) {
printf("Content-type: text/html\r\n");
printf("\r\n");
printf("Hello world!
\r\n"); printf("Request number %d.",…
\r\n"); printf("Request number %d.",…

Lisarra D
- 1
- 1
0
votes
2 answers
Does Shopify Multipass upsert the customer record?
Shopify Plus has a feature called Multipass -- https://shopify.dev/docs/admin-api/rest/reference/plus/multipass
Multipass login is for store owners who have a separate website and a Shopify store. It redirects users from the website to the Shopify…

LostHisMind
- 358
- 4
- 17