Package Details: zfs-linux-headers 2.3.3_6.15.3.arch1.1-1

Git Clone URL: https://aur.archlinux.org/zfs-linux.git (read-only, click to copy)
Package Base: zfs-linux
Description: Kernel headers for the Zettabyte File System.
Upstream URL: https://openzfs.org/
Keywords: kernel linux openzfs zfs
Licenses: CDDL
Conflicts: spl-dkms, spl-dkms-git, spl-headers, zfs-dkms, zfs-dkms-git, zfs-dkms-rc, zfs-headers
Provides: spl-headers, zfs-headers
Submitter: demizer
Maintainer: lightdot
Last Packager: lightdot
Votes: 276
Popularity: 0.56
First Submitted: 2016-04-21 08:45 (UTC)
Last Updated: 2025-06-22 11:30 (UTC)

Pinned Comments

lightdot commented on 2025-02-04 21:19 (UTC) (edited on 2025-06-20 15:33 (UTC) by lightdot)

This package will be kept in sync with the latest openzfs stable release and the kernels officially supported by it.

For the supported kernel versions, refer to the respective openzfs release notes (LINK).

E.g. openzfs 2.3.3 supports kernel versions 4.18 - 6.15. When kernel 6.16 is released for Arch, zfs-linux will not be updated until the openzfs project announces that it's compatible. This will most likely happen with the next openzfs release.

Kernel compatibility of the upcoming openzfs release can be seen in their META file (LINK).

For those wishing to use openzfs with unsupported kernels, do note that this could lead to serious issues, including data loss, even though such a zfs-linux package might build and install cleanly. Have reliable backups and use such a package at your peril.

Please do not mark this package as out of date without checking the kernel compatibility first. Thank you!

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 79 Next › Last »

korimitsu commented on 2023-01-06 20:49 (UTC)

Fails to build:

==> Verifying source file signatures with gpg...
    zfs-2.1.7.tar.gz ... cat: write error: Broken pipe
FAILED
==> ERROR: One or more PGP signatures could not be verified!
Finished with result: exit-code
Main processes terminated with: code=exited/status=1
Service runtime: 11.547s
CPU time consumed: 3.130s
Error: Failed to build zfs-utils

<deleted-account> commented on 2022-12-29 10:24 (UTC)

Thanks @blmarket. My mistake. I will try that

blmarket commented on 2022-12-27 13:04 (UTC)

@theking2 'zfs-linux' requires specific linux kernel version to work, which is currently '6.1.1.arch1.1-1', while your kernel is finding module for kernel '5.15.85-1-lts'. Use 'zfs-linux-lts' instead, (or 'zfs-dkms' which will build for each kernel version)

<deleted-account> commented on 2022-12-24 10:13 (UTC)

Just updated the kernel and did a reboot: Linux janus 5.15.85-1-lts #1 SMP Thu, 22 Dec 2022 06:22:00 +0000 x86_64 GNU/Linux

But after makepkg -si and modeprobe zfs I get: modprobe: FATAL: Module zfs not found in directory /lib/modules/5.15.85-1-lts

Is there a way to get zfs working on this kernel?

Dracul commented on 2022-09-22 03:39 (UTC)

@ginger thanks so much I've solved

ginger commented on 2022-09-22 02:03 (UTC)

@Dracul You can use

pacman-key -r DDF7DB817396A49B2A2723F7403BD972F75D9D76

to download the key through the gpg servers. I find this doesn't always work for me, so I typically manually download the gpg file from https://archzfs.com/archzfs.gpg and run

pacman-key -a archzfs.gpg

to install the key manually.

You can then run

pacman-key --lsign-key DDF7DB817396A49B2A2723F7403BD972F75D9D76

to fully trust the key. On a normal Arch install, this typically only needs to be done once and you shouldn't run in to any more Signature issues.

Dracul commented on 2022-09-21 13:16 (UTC) (edited on 2022-09-21 13:49 (UTC) by Dracul)

Hi, I can't update because pgp isn't wrong, can I fix it?

This is error: error: archzfs: the signature of "ArchZFS Bot buildbot@archzfs.com" is not valid

I have temporarily solved it by putting SigLevel = Never

ginger commented on 2022-09-20 02:38 (UTC)

Dracul, it gets updated regularly, but sometimes the minor version upgrades come quickly enough that testing isn't complete before the maintainer releases, so those get skipped. Personally, I have a notification set on this package so I know when a new version is released and try to prioritize updating my systems soon thereafter.

Dracul commented on 2022-09-19 12:40 (UTC)

Hi, how often is it updated with respect to the kernel?

idimitro commented on 2022-06-20 16:43 (UTC)

Thanks for the info.