Questions tagged [multipass]
73 questions
22
votes
3 answers
Hash sum mismatch when apt-get update Ubuntu 20.04 VM with Multipass
My issue is the following:
I start a new multipass VM which is Ubuntu 20.04 version (I do not specify it, just launch).
First command in my new VM is:
sudo apt-get update
Where I already have some error:
Err:6 http://security.ubuntu.com/ubuntu…

Bettina
- 333
- 1
- 2
- 9
11
votes
1 answer
Multipass VM not reachable via specific http ports from host
I'm running an Ubuntu VM with multipass hyperkit do run microk8s. Within the VM all things checkout and available with skaffold/kubectl port forwarding. For instance:
$ multipass list
Name State IPv4 …

a11hard
- 1,904
- 4
- 19
- 41
7
votes
5 answers
How to fix multipass error: list failed: cannot connect to the multipass socket
I install multipass with the following command on Deepin Linux
apt install snapd
snap install multipass
but it not work with this error:
list failed: cannot connect to the multipass socket
Please ensure multipassd is running and…

jiker
- 339
- 1
- 4
- 7
7
votes
1 answer
microk8s.ctr image import error import image
someone has tried microk8s on windows (I only have to use it for a process I always use debian) I have an error when importing an image to microk8s
command:
microk8s ctr image import image.tar
reply:
ctr: open image.tar: no such file or directory
An…

JA Ramos
- 71
- 2
6
votes
1 answer
Multipass totally broken on MacOS & multipassd error logs
The com.canonical.multipassd service is constantly logging errors on my Mac and multipass won't work at all, even after reinstalling, rebooting, and updating my Mac.
In an attempt to use my GPU in a Linux VM through multipass, I tried to install the…

NJenkins
- 151
- 1
- 5
6
votes
0 answers
How can I make Ubuntu VM image running in Multipass available in local network?
I've created an Ubuntu Core 18.04 LTS VM image instance in Multipass running on my Ubuntu Dekstop environment. I'd like to make the Ubuntu Core VM image instance's IPv4 static and available in the Ubuntu Desktop machine's LAN. When configuring the…

thinwybk
- 4,193
- 2
- 40
- 76
5
votes
1 answer
How exactly is GLSL's "coherent" memory qualifier interpreted by GPU drivers for multi-pass rendering?
The GLSL specification states, for the "coherent" memory qualifier: "memory variable where reads and writes are coherent with reads and writes from other shader invocations".
In practice, I'm unsure how this is interpreted by modern-day GPU drivers…

metaleap
- 2,132
- 2
- 22
- 40
4
votes
0 answers
Render to multiple frame buffer in single pass
Is it possible to render to multiple frame buffers in single pass using OpenGL ES 2.0?
Assume that I have a character and I need to make some image processing on this character before rendering final result. After processing operation, all frame…

JeJoRic
- 95
- 6
4
votes
1 answer
How to configure 'watir' to use an existing chrome user profile (created with chrome.exe --user-data-dir)
Is it possible to configure watir webdriver use an existing chrome user/profile
(created by chrome.exe --user-data-dir=C:\MyChromeUserProfile)
In Firefox it's possible to do the following:
(created a user profile with firefox -P) profile =…

SysTest RJR
- 259
- 4
- 12
4
votes
2 answers
Under what conditions does a multi-pass approach become strictly necessary?
I'd like to enumerate those general, fundamental circumstances under which multi-pass rendering becomes an unavoidable necessity, as opposed to keeping everything within the same shader program. Here's what I've come up with so far.
When a result…

Engineer
- 8,529
- 7
- 65
- 105
3
votes
1 answer
Getting error when try to add docker swarm manager into multipass VM
I have tried to launch two multipass VM. After installing docker in the multipass, I am trying to initialize docker swarm in one of the multipass vm. The command is:
multipass exec node1 -- /bin/bash -c 'docker swarm init --advertise-addr…

Shamir Imtiaz
- 138
- 1
- 6
3
votes
1 answer
What is a multi-pass Sequence in Swift?
I am looking at this language from the Swift GeneratorType documentation and I'm having a hard time understanding it:
Any code that uses multiple generators (or for...in loops) over a single sequence should have static knowledge that the specific…

Aaron Rasmussen
- 13,082
- 3
- 42
- 43
3
votes
1 answer
How to obtain base iterator from boost::spirit::multi_pass?
How can I access the underlying iterator that a multi_pass iterator is using?

user541686
- 205,094
- 128
- 528
- 886
2
votes
1 answer
Generate shopify multipass token
I'm trying to generate a shopify multipass token in Perl but keep getting invalid request responses.
My customer data consists of :
{"email": "randomEmail@gmail.com", "last_name": "last_name", "first_name": "first_name"}
Things I've certified as…

adriano515
- 41
- 1
- 6
2
votes
0 answers
multipass - TCP Previous segment not captured
ENV
multipass version
multipass 1.11.1+mac
multipassd 1.11.1+mac
Mac Apple M1
MacOS 12.5.1
Update: If you run into this issue, have a look at Lima Linux maybe it can help you in running Ubuntu on MacOS.
curl hangs half way through a large…

Chris G.
- 23,930
- 48
- 177
- 302