-
Notifications
You must be signed in to change notification settings - Fork 657
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
DHCP not working on Fedora rawhide #1448
Comments
Hmm I was unable to reproduce…
Maybe it was a temporary problem? Can you reproduce still? |
Same system (installed from the rawhide daily a couple of weeks ago, and updated since):
|
OK reproduced. The instance isn't getting an IP for some reason. |
LXD has the same problem: lxc/lxd#7150, it's Disabling |
The workaround: firewall-cmd --zone=trusted --change-interface=mpqemubr0 --permanent |
Until multipass gets confined, that could be added to the install hook: if [ "$(sed -Ene 's/^ID=(.*)/\1/p' /etc/os-release)" == "fedora" ]
then
firewall-cmd --zone=trusted --change-interface=mpqemubr0 --permanent
fi 😉 |
I think we'll have to document that instead. |
Doesn't work for me |
LXD is also broken on Fedora 32. ✗ lxc launch ubuntu:18.04 xxx
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
Creating xxx
Starting xxx
✗ lxc exec xxx -- bash
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
root@xxx:~# ping google.com
ping: google.com: Temporary failure in name resolution
root@xxx:~# Why |
I had the same issue trying out snapcraft on Fedora 33 for the first time. I did two things, not sure if the first is necessary:
Now
So at least I have an IP, but still the connection inside the VM does not work. - If I find out more, will let you know. |
I'm having this issue on Debian using UFW. Any suggestion what the equivalent rule would be for UFW to work without having to disable it? |
OK I answered my own question, in case any other UFW users are having this issue, the following rule worked for me: |
@JmaJeremy I also came across the same problem as you and ended with having my snaps built remotely ( |
Yes. Even disabling firewalld didn't help. |
I've run into this again. What is needed to make |
Hey @abitrolly, I commented at #2564 (comment) about the challenges of automatically making Multipass work with Thanks! |
Describe the bug
Trying to package a snap using snapcraft on Fedora rawhide. Initially this failed with a permission error on
/var/snap/multipass/common/multipass_socket
After adding myself to
adm
I then get:Logs
The text was updated successfully, but these errors were encountered: