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.02
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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 58 Next › Last »

dhathaway commented on 2023-04-20 14:00 (UTC)

Look at my comment from 2021-10-01: https://aur.archlinux.org/packages/zfs-dkms?O=80#comment-829469

It follows what 2G_Storm says, but with a little code. Build each package, then install with pacman -U...

sudo pacman -U ~/.cache/paru/clone/zfs-dkms/zfs-dkms-2.1.1-1-any.pkg.tar.zst \
    ~/.cache/paru/clone/zfs-utils/zfs-utils-2.1.1-1-x86_64.pkg.tar.zst

I use paru

mabod commented on 2023-04-20 09:10 (UTC)

@sgh:

you just need to install zfs-utils 2.1.11 as well.

e.g. yay -S zfs-utils zfs-dkms

both packages are on version 2.1.11 now. If this is not true for you, you probably want to change or refresh the mirrors.

2G_Storm commented on 2023-04-20 08:15 (UTC)

@sgh

I think what you want to do is: - Download the snapshots of zfs-utils and zfs-dkms - Unpack the tar-gz files - From each folder (cd /where/you/put/them/...) do a makepkg -s that will compile the packages and you will have .zst file as result (for example zfs-dkms-2.0.3-1-any.pkg.tar.zst) - Once you have done the previous passage for both files you can issue a pacman -U and you add the path to those .zst files. - Sit back relax and watch the matrix doing its job ;)

sgh commented on 2023-04-20 08:02 (UTC)

I get this - how do I get around that ?

warning: cannot resolve "zfs-utils=2.1.11", a dependency of "zfs-dkms" :: The following package cannot be upgraded due to unresolvable dependencies: zfs-dkms

:: Do you want to skip the above package for this upgrade? [y/N] error: failed to prepare transaction (could not satisfy dependencies) :: unable to satisfy dependency 'zfs-utils=2.1.11' required by zfs-dkms

j1simon commented on 2023-04-07 11:39 (UTC)

would it be possible to make a dkms that works for both gcc and Clang compiled kernels?

Vrakfall commented on 2023-03-31 02:43 (UTC) (edited on 2023-03-31 03:26 (UTC) by Vrakfall)

In the meantime, the merged patch could be included in this package in order for it to work with kernel 6.2.8 and potentially above until zfs 2.1.10 comes out.

Someone on the github issue even wrote a PKGBUILD patch for it (for the git version)!

I already wrote a correct PKGBUILD for zfs-dkms that I tested, if you want I could push it here.

mabod commented on 2023-03-30 05:21 (UTC)

@karns: It is NOT illegal. You can do with the source code whatever you want. This is the right you are granted by either of the open source licenses, specifically the GPL.

karns commented on 2023-03-29 20:34 (UTC)

@thedanbob: Not that I would ever use this method, because it is illegal, but if you want to try it - make sure you run it twice. The first time you may get an odd issue.

ipaqmaster commented on 2023-03-26 00:54 (UTC)

Had to downgrade from Linux 6.2.8 to Linux 6.2.7 to avoid GPL-incompatible module during DKMS build. What a pain.

kstolp commented on 2023-03-24 22:05 (UTC)

They plan to have a proper fix for this in the 2.1.10 release. (https://github.com/openzfs/zfs/issues/14658#issuecomment-1483462181)