Package Details: zfs-linux 2.2.7_6.12.6.arch1.1-1

Git Clone URL: https://aur.archlinux.org/zfs-linux.git (read-only, click to copy)
Package Base: zfs-linux
Description: Kernel modules for the Zettabyte File System.
Upstream URL: https://openzfs.org/
Keywords: kernel linux openzfs zfs
Licenses: CDDL
Groups: archzfs-linux
Conflicts: spl-dkms, spl-dkms-git, spl-linux, zfs-dkms, zfs-dkms-git, zfs-dkms-rc, zfs-linux-git, zfs-linux-rc
Provides: spl, zfs
Replaces: spl-linux
Submitter: demizer
Maintainer: lightdot
Last Packager: lightdot
Votes: 273
Popularity: 2.24
First Submitted: 2016-04-21 08:45 (UTC)
Last Updated: 2024-12-23 05:08 (UTC)

Required by (19)

Sources (1)

Latest Comments

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

justinuliu commented on 2023-05-22 04:53 (UTC) (edited on 2023-05-22 04:54 (UTC) by justinuliu)

Hi, zfs-linux is marked out-of-date.

aur/zfs-linux 2.1.11_6.2.12.arch1.1-1 (+263 3.89) (Out-of-date: 2023-04-30)

Dracul commented on 2023-02-02 14:41 (UTC)

@minextu Sorry for my question. There are any problems with zfs? i see that we have lost 3 point releases of kernel

minextu commented on 2023-01-12 16:49 (UTC)

@matusnovak it's up to date again

matusnovak commented on 2023-01-12 15:15 (UTC)

Fails to build:

Error: Failed to prepare transaction:
could not satisfy dependencies:
- unable to satisfy dependency 'linux=6.0.2.arch1-1' required by zfs-linux
- unable to satisfy dependency 'linux-headers=6.0.2.arch1-1' required by zfs-linux

It expects linux headers 6.0.2 but the current version is at 6.1.4 (2023-01-08).

ginger commented on 2023-01-06 21:09 (UTC)

While it appears as if the zfs source is what's failing the PGP signature, it looks like it's actually zfs-utils that's failing to build, not zfs-linux. I think your comment is more correctly addressed to that package's page. I will say that PGP signature issues can usually be fixed in my experience by updating the archlinux-keyring package individually, then updating.

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

theking2 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)

theking2 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?