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.32
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 2 3 4 5 6 7 8 9 10 11 .. 66 Next › Last »

thaewrapt commented on 2024-08-11 22:50 (UTC)

Yeah, for now safe bet (as per usual) is an LTS kernel.

meithan commented on 2024-08-11 22:37 (UTC)

@korimitsu: The latest ZFS release (zfs-2.2.5) only officially supports the Linux kernel up to 6.9.

You'll have to wait for the next release for 6.10 support.

korimitsu commented on 2024-08-11 22:07 (UTC)

Fails to compile:

paru -S linux-headers
warning: linux-headers-6.10.3.arch1-2 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) linux-headers-6.10.3.arch1-2

Total Download Size:    25.93 MiB
Total Installed Size:  131.47 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 linux-headers-6.10.3.arch1-2-x86_64                                                                               25.9 MiB  18.1 MiB/s 00:01 [#######################################################################################] 100%
(1/1) checking keys in keyring                                                                                                                [#######################################################################################] 100%
(1/1) checking package integrity                                                                                                              [#######################################################################################] 100%
(1/1) loading package files                                                                                                                   [#######################################################################################] 100%
(1/1) checking for file conflicts                                                                                                             [#######################################################################################] 100%
(1/1) checking available disk space                                                                                                           [#######################################################################################] 100%
:: Running pre-transaction hooks...
(1/1) Remove upgraded DKMS modules
==> dkms remove --no-depmod vmware-workstation/17.5.2_23775571 -k 6.10.3-arch1-2
:: Processing package changes...
(1/1) reinstalling linux-headers                                                                                                              [#######################################################################################] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating module dependencies...
(3/3) Install DKMS modules
==> dkms install --no-depmod vmware-workstation/17.5.2_23775571 -k 6.10.3-arch1-2
==> dkms install --no-depmod zfs/2.2.4 -k 6.10.3-arch1-2
configure: error: 
        *** None of the expected "blk_queue_max_hw_sectors" 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.2.4-1
        *** Compatible Kernels: 3.10 - 6.8

Error! Bad return status for module build on kernel: 6.10.3-arch1-2 (x86_64)
Consult /var/lib/dkms/zfs/2.2.4/build/make.log for more information.
==> WARNING: `dkms install --no-depmod zfs/2.2.4 -k 6.10.3-arch1-2' exited 10
==> depmod 6.10.3-arch1-2

korimitsu commented on 2024-08-11 22:05 (UTC)

This should check if linux-headers is installed. https://pastebin.com/XnqV67mv

air-g4p commented on 2024-07-20 13:52 (UTC) (edited on 2024-07-26 17:22 (UTC) by air-g4p)

For anyone struggling with zfs support against the new 6.10-X kernels, have a look at:

Updated (it changed), correct and current URL:

https://aur.archlinux.org/packages/zfs-dkms-staging-git

Good research and work done ^there!

That approach works on both of my pure Arch (btrfs) encrypted {/, /boot and swap} fully updated systems providing zfs support.

+++++++++++++++++++++

However, carefully note that on my native ZFS system, following:

https://wiki.archlinux.org/title/Install_Arch_Linux_on_ZFS

you will first need to downgrade your kernel on that system to linux=6.9.7.arch1-1 (currently) so you can install required: zfs-linux for ZFS support and successful rebooting to occur!

That native ZFS system approach also is known to work, as I am currently writing to you from that rig!

Cheers

kstolp commented on 2024-07-18 23:00 (UTC)

@DocMAX Can you provide more details? I'm able to build without errors.

DocMAX commented on 2024-07-13 09:51 (UTC)

Getting 6AD860EED4598027 unknown key error. gpg --recv-keys 6AD860EED4598027 did not help.

kstolp commented on 2024-07-12 01:45 (UTC)

@mabod, Thank you! I've been seeing the same thing on my systems and am glad they've found a fix for it.

Since it's a very simple one, I've push an update to this package to backport the patch.

darkbasic commented on 2024-07-10 16:30 (UTC) (edited on 2024-07-10 16:30 (UTC) by darkbasic)

My bad I was replying to sphere101 about the kernel support and not to mabod about the configure.ac thing, I think I've created some confusion.