Package Details: zfs-dkms 2.2.4-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: 162
Popularity: 3.15
First Submitted: 2015-08-31 12:01 (UTC)
Last Updated: 2024-05-03 03:00 (UTC)

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.

==> 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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 58 Next › Last »

freswa commented on 2020-02-12 10:57 (UTC)

@SRossi Make sure the version of gcc compiling the zfs code is the same that compiled the kernel. GCC Version of the running kernel can be looked up in /proc/version

fryfrog commented on 2020-02-12 07:54 (UTC)

In that case, may as well try aur/zfs-dkms?

SRossi commented on 2020-02-12 07:46 (UTC)

@fryfrog I'm actually using archzfs/zfs-dkms. Looks like I'm barking up the wrong tree... ;)

fryfrog commented on 2020-02-12 07:38 (UTC) (edited on 2020-02-12 07:39 (UTC) by fryfrog)

As a point of comparison, have you tried archzfs/zfs-dkms? While they're similar, they are slightly different.

Another option would be building the kernel yourself too, w/ the couple of patches to help ZFS.

https://hastebin.com/zuyolixaru.diff

^ This is what I'm currently applying to my self built kernel.

SRossi commented on 2020-02-12 06:14 (UTC)

@eschwartz No matter what I do - reinstalling all related zfs packages including kernel and kernel headers etc. - I can't get the modules to build or install. Even worse, I can't get it to work with kernel 5.4.15 anymore either, the kernel that the system (booting from zfs) is currently running with. It looks like a bug upstream or some issue with some package hooks maybe, where stuff gets pulled from underneat dkms leaving it in a bad state?

As a workaround I replaced zfs-dkms with zfs-linux for now. I will try with the long-term kernel again after a reboot later today and maybe be able to provide more information.

eschwartz commented on 2020-02-11 15:02 (UTC)

@SRossi,

It builds fine for me. Did you try manually running sudo dkms install zfs/0.8.3 -k 5.4.18-1-lts?