-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multipass: Add a section for Linux under "How to troubleshoot networking" #113
Comments
I've been an off an on user of Ubuntu Desktop, and while I was researching Canonical as a company over the last few weeks, I discovered Multipass. What a wonderful tool! I'd like to try my hand at working on this issue. I'm new to Multipass and Diátaxis, but for starters I'll take it to mean that I'll give a first try at putting something out there, and improving it as I learn more. While I was setting up a Frankenstein computer with Ubuntu 22.04.4, I ran into a snag installing texlive-full. The installation hung. I was worried there was something wrong with my new hardware. I finally found the bug on Launchpad, and I'll also be writing documentation on Ask Ubuntu to address reports about the bug, suggesting to use the texlive-full package in a Multipass instance. I'll try getting something up in a week. I still have to finish checking out my hardware and installing my system (ran into other snags with snap-store icon, problem uninstalling/reinstalling snap-store, etc.). |
Thank you, @vevayos ! That sounds great. Let me know if you need help with this, I'll be happy to review issues with you or get additional details from our engineers if needed. I'll assign this to you then :D |
Thank you, @giuliazanchi! I may need your help as this is also my first issue. I forked the repository just now. |
Of course, @vevayos ! This particular issue requires understanding of networking issues and troubleshooting practices and workarounds that you may find on the Multipass GitHub, so if it feels a bit too daunting as a first task do not hesitate to reach out. It doesn't have to be perfect - let's aim at improving what we have, even with small updates, and build from there. Thanks! |
@giuliazanchi, I'm still working on the issue. I'll need another week to stop fooling around. I was researching how the network behavior might be expected to differ depending on which hypervisor, The Multipass product page, https://multipass.run/, says that LXD is used on Linux, but this page, https://multipass.run/docs/set-up-the-driver, says it could be qemu or LXD, depending on the capabilities of the architecture, and also the driver can be changed. My hardware supports Intel VT and VT-d, and in my Multipass instance,
Perhaps
Also, my host shows,
Probably it is only checking if a qemu or libvirt module is loaded. In my Multipass instance, virtio is part of the kernel,
So, is there some other parameter that shouts out whether an LXD hypervisor or a qemu emulator is being used? |
Hi @vevayos , looks like you're getting into the depths of Multipass and its drivers! The output you're getting is correct, the driver used in your installation is QEMU. Check out this page to read more on the supported & default drivers, depending on the underlying system: https://multipass.run/docs/driver Take the time you need to see if this is something you feel comfortable contributing to, we can reassess next week or when you're ready :) |
Oh!!! Thank you for the tip, @giuliazanchi! I was confused whether I had QEMU or LXD. I think I can do it. |
Thanks for looking into this topic, @vevayos ! Take all the time you need, this is a complex and broad topic and not a quick fix, so it is not expected that you come up with a new, comprehensive section on Linux troubleshooting overnight :) Any input will be greatly appreciated! |
Hi @vevayos , I've been doing some work to expand the Multipass Troubleshooting topics recently, so I thought I'd check in with you and see if you've had time to keep looking into this issue :) Let me know if you need help! You can also find me in the Documentation room on Matrix if you want to chat. |
HI @vevayos , are you still interested in contributing to this issue? If your availability has changed, no worries at all! Just let me know so I can free it up to other contributors :) Thanks! |
Context
Multipass docs are in reasonably good shape, but there are (as always) little things that could be improved to offer a better user experience.
Multipass docs are maintained in and published from the Ubuntu Discourse forum. To suggest changes in a Discourse-hosted docs page, scroll all the way down to the bottom of the page and open the page to which the "Help improve this document in the forum" link points. On the Discourse page, scroll to the bottom of the article (if there are comments, then the bottom of the article is just where the comments start, i.e. not at the very bottom of the page) and click "Edit". (You need an account on Ubuntu Discourse.) See also: Contribute to Multipass docs.
Task
The How to troubleshoot networking guide is missing a Linux section. To create it, you could leverage your own experience using Multipass on Linux, scrape recent bug reports on the Multipass GitHub for user-reported troubles and solutions, or include potential issues suggested by our dev team such as lingering
dnsmasq
& subnet clashes.This task requires some level of familiarity with networking concepts and common issues, as well as experience using Multipass on Linux.
Useful links
Before you get started, make sure to review the main concepts of the Diátaxis documentation framework and also check the Canonical Documentation Style Guide.
If you are new to the Canonical Open Documentation Academy, you may also want to review our Getting Started topic on the Ubuntu Discourse forum.
The text was updated successfully, but these errors were encountered: