Package Details: zfs-dkms 2.3.2-1

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: 188
Popularity: 2.27
First Submitted: 2015-08-31 12:01 (UTC)
Last Updated: 2025-05-03 09:40 (UTC)

Pinned Comments

kstolp commented on 2025-04-29 16:56 (UTC) (edited on 2025-05-03 09:40 (UTC) by kstolp)

OpenZFS currently supports Linux kernel versions 4.18 - 6.14, as declared in the META file.

Options if your Linux kernel's version is not within that range:

1) Switch to another Linux kernel, such as linux-lts.

2) Prevent your kernel package from upgrading to an unsupported version until OpenZFS increases the maximum supported kernel version.

3) Modify this package to support your kernel by patching it on your local machine.

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.

==> ERROR: One or more PGP signatures could not be verified!

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 to makepkg when building. (not recommended)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 66 Next › Last »

FabioLolix commented on 2023-10-13 22:16 (UTC)

Nothing depends on SPL-MODULE or ZFS-MODULE, they are all depending on zfs-dkms or zfs, guess it can be removed

kstolp commented on 2023-10-13 22:07 (UTC)

@xiota Those are not package names. Please see the commit message for d364766.

fryfrog commented on 2023-09-29 01:36 (UTC)

@xiota: Looking at the AUR submission guidelines, the use of replaces=('spl-dkms') seems valid since spl used to be zfs naming and would have been a long past package name, which complies w/ the usage outlined. Why do you think it should be removed? It could be argued that this change took place long enough ago that it shouldn't matter anymore.

itoffshore commented on 2023-09-29 00:38 (UTC)

zfs-dkms 2.1.13-1 builds ok on linux-hardened 6.5.3 (& so does lkrg) - many thanks ;o)

kstolp commented on 2023-09-29 00:34 (UTC)

When requesting changes, please include detailed reasoning for the change.

meithan commented on 2023-09-28 02:35 (UTC)

ZFS 2.1.13, with official support for the linux kernel 6.5, has been released.

xiota commented on 2023-09-20 08:26 (UTC)

Please remove replaces directive. Thank you.