No
Search Criteria
Package Details: zfs-dkms 2.3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/zfs-dkms.git (read-only, click to copy) |
---|---|
Package Base: | zfs-dkms |
Description: | Kernel modules for the Zettabyte File System. |
Upstream URL: | https://zfsonlinux.org/ |
Licenses: | CDDL |
Provides: | SPL-MODULE, zfs, ZFS-MODULE |
Submitter: | isiachi |
Maintainer: | kstolp |
Last Packager: | kstolp |
Votes: | 186 |
Popularity: | 1.16 |
First Submitted: | 2015-08-31 12:01 (UTC) |
Last Updated: | 2025-03-11 07:23 (UTC) |
Dependencies (2)
- dkms (dkms-gitAUR)
- zfs-utilsAUR (zfs-utils-gitAUR, zfs-linux-gitAUR, zfs-utils-staging-gitAUR)
Required by (20)
- cockpit-zfs-manager (requires zfs)
- prepare-lastboot (requires zfs)
- python-pyzfscmds (requires zfs)
- targetd (optional)
- targetd-git (optional)
- zbectl-git (requires zfs)
- zectl (requires zfs)
- zectl-git (requires zfs)
- zedenv (requires zfs)
- zedenv-git (requires zfs)
- zedenv-grub (requires zfs)
- zfs-auto-snapshot (requires zfs)
- zfs-auto-snapshot-git (requires zfs)
- zfs-openrc
- zfsbootmenu (requires zfs)
- zfsbootmenu-efi-bin (requires zfs)
- znapzend (requires zfs)
- znapzupport (requires zfs)
- zsnapd (requires zfs)
- zxfer (requires zfs)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 35 .. 64 Next › Last »
eschwartz commented on 2021-06-08 12:17 (UTC)
tuxzz commented on 2021-06-08 11:44 (UTC)
Please apply this patch https://github.com/openzfs/zfs/pull/12178
bone commented on 2021-05-25 18:25 (UTC)
I don't know if it was just me beeing stupid, or if it is a thing, but I downgraded the kernel to 5.11 on a new machine to install zfs-dkms 2.0.4 and I all the time got the error "make: *** No targets specified and no makefile found. Stop." during the dkms install. Solution (for me) was to downgrade gcc (to e.g. 10.2.0). And then the dkms install worked as always.
btw: Thank you very much for maintaining the package! Appreciate the effort!
fryfrog commented on 2021-05-07 14:57 (UTC)
@iusrlinearb: The patches in the recent PKGBUILD update make it compatible, they're backported from master, so it is compatible. But once zol does the same thing and releases 2.0.5, it'll be official and also compatible.
iusrlinearb commented on 2021-05-07 06:37 (UTC)
For clarity, although there is mention of 5.12 in the patches, 2.0.4-2 isn't 5.12 compatible yet and it'll be a future release once ZOL officially supports?
eschwartz commented on 2021-05-06 14:30 (UTC)
There's an open PR in my PKGBUILDs repo to add a couple of backports from the zfs master branch. This will hopefully be resolved soon.
thaewrapt commented on 2021-05-06 12:24 (UTC)
Not sure, as for current 2.1.0-RCs the maximum is still 5.11. The workaround is to use LTS version of the kernel (or self-built 5.11 version of the kernel of your choice) until the support is there.
risto3 commented on 2021-05-06 12:12 (UTC)
Nasty message while upgrading to Linux 5.12.1.arch1-1
*** None of the expected "capability" interfaces were detected.
*** This may be because your kernel version is newer than what is
*** supported, or you are using a patched custom kernel with
*** incompatible modifications.
***
*** ZFS Version: zfs-2.0.4-1
*** Compatible Kernels: 3.10 - 5.11
Indeed, META still has Linux-Maximum: 5.11
update version soon?
lysergia commented on 2021-04-01 19:11 (UTC)
qs9rx,
That's an integral part of setting up dkms(see wiki). There's no provides
for the various linux-*-headers
packages, so specifying an explicit dependency on linux-headers
would prevent people from using this package with kernel variants like linux-lts
.
Pinned Comments
kstolp commented on 2023-09-29 00:34 (UTC)
When requesting changes, please include detailed reasoning for the change.
kstolp commented on 2023-01-07 09:31 (UTC)
If you receive this error when trying to build, it is because you have not imported the GPG keys used for verification.
You have two options:
1) Import the two keys into your keyring. ArchWiki article. You can find the key IDs in the PKGBUILD file, in the
validpgpkeys
array. (recommended)2) Alternatively, you can skip this verification by passing the
--skippgpcheck
argument tomakepkg
when building. (not recommended)