-
Notifications
You must be signed in to change notification settings - Fork 182
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
Proxmox LXC containers attempting to insert kernel modules #190
Comments
Well, I don't know that much about LXC. Currently it's assumed that this role will be executed on a "normal" host or virtual machine were One possibility could be to introduce a variable like But maybe even better would be to add a new tag to the task you mentioned above and run |
What about something like gregorydlogan@a924da1? Then it's automated, and if we can't write to |
As said I don't know that much about LXC. If |
…guard into master Pull request githubixx#200 Fixes githubixx#190 Enable skipping of wg kernel module install
I've got a set of unprivileged Debian 11 LXCs running in Proxmox which are attempting to insert the WireGuard kernel module when running this role. Looking at the logic here, I'm wondering if there needs to be an additional flag set in the PVE guest bits which will turn off the insert? Normally I'd suggest checking to see if the module is already loaded, but inside the LXC we can't.
To be clear, completely disabling the load makes things work just fine since the host already has the relevant module loaded.
Edit: This seems similar to #103, but maybe from the other side of the coin?
The text was updated successfully, but these errors were encountered: