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
Ubuntu LXC guest atop Fedora LXC host :: Getting "device not found, try 'modprobe fuse' first fuse-overlayfs: cannot mount: No such file or directory"... #6961
Comments
|
Do you have a |
@mheon Wow that was fast. Let me check now. Note that I updated the question to mention that running it as |
@mheon As you suspected, there is no I did reboot the container for good measure previously. |
|
You'll need to forward that from the host into the LXC container. I'm not really that familiar with LXC configurations, so I'm afraid I can't assist there. |
No worries. You already helped by pointing out the missing |
@mheon Well I found this issue, and rummaging around it, found the following statement, which I appended to the Added to
The configuration entry seems straight forward enough, but I'll have to study it to see if it's optimal. LoL |
|
I'll close this issue with a summary of the fix: On the Add this line to the Install this package on the and finally, reboot your I hope this helps others. |
Hello Friends:
Preamble: The following described problem doesn't happen when I run the command shown as root, but alas I don't want to run it as root. =:)So I have an
Ubuntu 20.04 LTSLXC GUEST container atop a bare-metalFedora-30HOST.Note. I usually use
Fedora-XXas my LXC GUEST containers, but can't in this case becauseUbuntuis required to run certain things.So on the
Fedora-30HOST, I have thefusedriver loaded:And the
Ubuntu 20.04 LTSGUEST sees it, too:However, I'm getting the following error which I don't know how to correct or debug:
I included
podman infooutput below. Any ideas?Thank you in advance! =:)
The text was updated successfully, but these errors were encountered: