-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add configurable kernel modules list #13
Comments
The same thing for hardcoded libraries. On ALTLinux I have:
|
That's a seperate issue right ;) |
Similar problem on Arch Linux, but it has the modules xz compressed:
edit: ran into half a dozen other problems after unzipping; for any other non-debian users: best to just run this in a vm for now. Too many debianisms. |
Probably it should consult the running kernel to check if it has the module compiled in. |
Standard test for modules is
but you can test for in-kernel support by grepping for the symbols:
Tested with non privileged user on Ubuntu 14.04 and 18.04 - it works. Antonio |
Several distributions (including Ubuntu) ship some of the modules we rely on compiled into the kernel. Since these modules are listed in modules.builtin, it’s very easy to detect and skip them. This change fixes go-debos#13. Signed-off-by: Andrej Shadura <[email protected]>
Several distributions (including Ubuntu) ship some of the modules we rely on compiled into the kernel. Since these modules are listed in modules.builtin, it’s very easy to detect and skip them. This change fixes go-debos#13 and supersedes go-debos#36. Signed-off-by: Andrej Shadura <[email protected]>
Several distributions (including Ubuntu) ship some of the modules we rely on compiled into the kernel. Since these modules are listed in modules.builtin, it’s very easy to detect and skip them. This change fixes go-debos#13 and supersedes go-debos#36. Signed-off-by: Andrej Shadura <[email protected]>
Some distros have compiled-in kernel modules like ubuntu:
CONFIG_VIRTIO=y
Fakemachine crashes with following log:
The text was updated successfully, but these errors were encountered: