Questions tagged [multipass]
73 questions
2
votes
0 answers
How do I implement multipass for shaders in Unity?
I'm trying to understand how do I use the output of one pass in the other so that I can use several different passes.
I'm just a step ahead of a pure newbie. I'm most probably doing something totally senseless.
Here is a minimal code :
Shader…

ozan deniz
- 45
- 5
2
votes
1 answer
Issues running commands via cloud-init
An open source project I'm working on has components that require Linux and consequently virtualization has generally been the best solution for development and testing new features. I'm attempting to provide a simple cloud-init file for Multipass…

zephyrmoth
- 25
- 1
- 4
2
votes
1 answer
Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it. -Microk8s
When i do this command kubectl get pods --all-namespaces I get this Unable to connect to the server: dial tcp [::1]:8080: connectex: No connection could be made because the target machine actively refused it.
All of my pods are running and ready…

Drexx_Dusan
- 57
- 8
2
votes
1 answer
How to share folder from Multipass to Host?
I'm using multipass(Ubuntu 20.04, local.driver=virtualbox).
How I can share folder from multipass to macOS(host), I need to have the possibility to change files from the host on multipass.

GetUnstuck
- 91
- 1
- 8
2
votes
2 answers
Prevent terraform function 'templatefile' from outputting heredoc
I have a cloud-init config file to be used to spin up VMs in AWS using Terraform that I also want to run locally using Multipass for testing and debugging.
The cloud-init file includes some shell scripts which Terraform requires to be rewritten such…

bisgardo
- 4,130
- 4
- 29
- 38
2
votes
1 answer
Can I automate vm instance setup with Multipass?
I'm using multipass to setup an Ubuntu virtual machine image. I'd like to make the installation of apt packages repeatable. Is it possible to script this somehow?

thinwybk
- 4,193
- 2
- 40
- 76
2
votes
1 answer
Unity: Is it possible to use 2 passes consecutively?
I have a shader with multiple passes inside it, 2 of which are an outline pass and a blur pass. I am trying to create an outline and then blur it. How do I make the blur pass take in the output of the outline pass to blur?
Outline pass:
Pass{
…

Ryolu
- 523
- 3
- 16
2
votes
1 answer
Shopify Multipass in Dev Shop
I'm attempting to test out Multipass in a dev shop, I managed to get the Multipass logic implemented in Node.js
Now I'm getting the error: "You are not authorized to use Multipass login"
I have Multipass enabled in settings, is there something I'm…

user2321465
- 139
- 6
1
vote
1 answer
How to search for substring in bash script output string? If I searching in string directly it is working, but issue when searching in command output
How to search for substring in bash script output? If I searching in string directly it is working, but issue when searching in command output.
variable="ping: test.com: Name or service not known"
if [[ "$variable" =~ "not" ]]
then
echo…

Andrius Nikulinas
- 11
- 2
1
vote
1 answer
GCP Cloud SQL Proxy - Cannot execute binary file: Exec format error
I have am error ; when I execute the sql proxy client .
(for connecting from host to GCP SQL https://cloud.google.com/sql/docs/postgres/sql-proxy)
this is the code
ubuntu@ubuntu22-10:~$ ./cloud_sql_proxy -dir=/cloudsql…

f0rs4k3n
- 61
- 3
1
vote
1 answer
Issue running KNative with MicroK8S on Multipass
I'm trying to get KNative to be able to create services on my Multipass VM with MacOS as the host OS and I am using MicroK8S. I have DNS enabled and I am using metallb as my ingress controller. I have also changed Multipass to use hyperkit instead…

CGideon
- 143
- 2
- 15
1
vote
2 answers
How can I use cloud-init to set up a VM with multipass that includes zsh?
I'm learning to use multipass. My version of multipass is multipass 1.9.0+mac. I'm trying to create a very simple cloud-init configuration:
package:
- build-essential
- zsh
I start this with
multipass launch -n test --cloud-init config.yaml
I…

mhucka
- 2,143
- 26
- 41
1
vote
0 answers
Microk8s on Window11 not install/uninstalling correctly
I am having problems after uninstalling microk8s and reinstalling the software. The first time, it was able to find and establish a connection to Hyper-V which was configured and working nicely. I accidentally uninstalled the software thinking that…

Louis Preston Thornton III
- 302
- 1
- 2
- 12
1
vote
1 answer
check_kvm_support script failed to start error when attempting to create VM
When I attempt to initialise a VM on Debian 10 instance I am getting an error :
multipass launch --name kube-master --cpus 1 --mem 1024M --disk 3G
launch failed: The check_kvm_support script failed to start. Ensure it is in multipassd's PATH.
I…

Golide
- 835
- 3
- 13
- 36
1
vote
1 answer
Multipass VM (macOS host) -> mount failed: source "" is not readable
Problem
New install of Multipass VM (https://multipass.run/) on macOS Catalina 10.15.7.
$ multipass mount :
> mount failed: source "" is not readable
Solution
Full access needs to be granted…

jasonhargrove
- 61
- 2