-
Notifications
You must be signed in to change notification settings - Fork 222
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
No network inside container #306
Comments
Thank you very much for the detailed report!
Yes, indeed.
It's a bit more convoluted. Like Flatpak containers, we also want Toolbox containers to keep some files synchronized with the host, and you can do that in multiple different ways. One low-tech option is to bind mount Another option is to use Except, now, we are trying to get Therefore, I am now thinking that we should use Sorry about all this back and forth on this issue. :/ Anyway, is your host (is it Endless OS?) really set up to have a symbolic link to Finally, I think the log from |
The host is Fedora 30 and it is really set up this way. I didn't make that change myself so I don't know how that happened or whether it was the default. (It's been upgraded steadily from at least Fedora 26 and possibly earlier, so maybe it was some default in an older Fedora version.) |
That sounds a lot like #290 which is another duplicate of #187 I wonder if there is/was a bug in NetworkManager or Fedora which somehow turns For the time being, you could remove the symlink, copy Maybe it's worth filing a bug against NM to explore the possibility of an upgrade bug? |
Duplicate of #187 |
Thanks for pursuing this, @ptomato |
For completeness, |
The containers I create with toolbox (0.0.15, with podman 1.6.1, Fedora 30) seem to have no network access.
Looking at the debugging info requested on #152 I see it is because the host's
/etc/resolv.conf
is a symlink not accessible inside the container:
Also, not sure if it's related, in the system journal this message appears when trying to access the network:
This seems similar to #187 but I don't think it's a duplicate. I have Flatpak 1.4.3 which according to that issue should include the necessary bugfix.
The text was updated successfully, but these errors were encountered: