-
Notifications
You must be signed in to change notification settings - Fork 29
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
Bundle for ZFS drivers #631
Comments
Unlikely this will happen. Please consider using |
Usually, I usually prefer |
This seems unreasonable to keep open unless licensing concerns are addressed by the copyright owner of this code. |
I was able to successfully compile ZFS on linux and have the resulting working binaries, but can't get the kernel module to load: modprobe: ERROR: could not insert 'zfs': Required key not available. I'm not sure what this means, but would like to get it sorted out if anyone has some ideas. |
@puneetse Do we have documentation that talks about using unsigned kernel modules? |
easiest is to install the dkms bundle for the kernel in question
…On Sat, Jun 1, 2019 at 12:42 PM William Douglas ***@***.***> wrote:
@puneetse <https://github.com/puneetse> Do we have documentation that
talks about using unsigned kernel modules?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#631?email_source=notifications&email_token=AAJ54FLA52FPXDCFVNXJE3DPYLGKFA5CNFSM4HG4TPB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWXHJHQ#issuecomment-497972382>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJ54FKUS7OAIPZCG2JDLZLPYLGKFANCNFSM4HG4TPBQ>
.
|
@puneetse @bryteise Wow! we must be on the same wavelength...I just completed the steps in https://clearlinux.org/documentation/clear-linux/guides/maintenance/kernel-modules and was able to recompile and load the zfs modules. Now, zfs and zpool works perfectly on clearlinux. Thanks |
https://clearlinux.org/documentation/clear-linux/guides/maintenance/kernel-modules 404s now. Has this document moved? I wasn't able to find it searching the site for "kernel modules". |
@redbal how did you resolve the uuid.h missing problem? Or did you encounter that? I found a web.archive.org snapshot of the removed kernel-modules document and got through that, but when attempting to ./configure the ZFS module, I end up with:
Haven't been able to figure out where the configure script is looking for uuid.h (which is present on the system itself), so I'm stuck. |
@jim sorry, no...I've moved on to another platform.
…On Fri, Feb 14, 2020 at 12:18 PM Jim Salter ***@***.***> wrote:
@redbal <https://github.com/redbal> how did you resolve the uuid.h
missing problem? Or did you encounter that? I found a web.archive.org
snapshot of the removed kernel-modules document and got through that, but
when attempting to ./configure the ZFS module, I end up with:
configure: error: in `/home/jim/zfs-0.8.3':
configure: error:
*** uuid/uuid.h missing, libuuid-devel package required
See `config.log' for more details.
Haven't been able to figure out *where* the configure script is looking
for uuid.h (which is present on the system itself), so I'm stuck.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#631?email_source=notifications&email_token=ABZPTLMWNOI6PYPND3UKZDDRC3G5RA5CNFSM4HG4TPB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELZYBZI#issuecomment-586383589>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZPTLIBYTQFWEHEV7H45M3RC3G5RANCNFSM4HG4TPBQ>
.
|
https://clearlinux.org/documentation/clear-linux/guides/maintenance/kernel-modules 404s now.
Has this document moved? I wasn't able to find it searching the site for "kernel modules".
The documentation was moved to:
https://docs.01.org/clearlinux/latest/guides/kernel/kernel-modules.html
|
For anybody else going through this—the relevant bundles you need are |
I don't suppose anybody has any idea who I find out which symbol is the unknown symbol? I appreciate the help so far. |
^^ the answer to the above—or at least, the one I went with—is not to use Trick there is, I went a bit brute-force, and did:
After which I could just Finally, you'll probably want ZFS to auto-load on boot:
After that, |
|
I just found a tutorial in the docs using DKMS (for non-root devices). |
Please add a bundle to mount and manage ZFS volumes in Clear Linux.
The text was updated successfully, but these errors were encountered: