Package Details: zfs-dkms 2.2.4-2

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: 1.82
First Submitted: 2015-08-31 12:01 (UTC)
Last Updated: 2024-05-20 09:56 (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 .. 52 53 54 55 56 57 58 59 Next › Last »

akgrant0710 commented on 2016-08-28 20:18 (UTC)

@fermatslast Thanks for your patch, very much appreciated.

roobre commented on 2016-08-23 23:07 (UTC)

I'm unable to compile it for 4.7.1-1-ARCH, even with the patch @fermatslast supplied. Does anyone have a patch for .1? /var/lib/dkms/spl/0.6.5.7/build/include/linux/file_compat.h:79:45: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’? #define spl_inode_lock(ip) mutex_lock(&(ip)->i_mutex)

jrb commented on 2016-08-23 22:42 (UTC)

I just noticed due to differences in service names between RH/Fedora and Arch, /usr/lib/systemd/system/zfs-share.service incorrectly references 'smb.service' instead of 'smbd.service'. I have a patch for the systemd unit in question, as well as a patch for the pkgbuild applying the systemd unit patch (both trivial, obviously), but am unsure of the correct way to submit them.

RubenKelevra commented on 2016-08-16 23:02 (UTC)

Would be great if this package can be guarded with something like linux < 4.7 to avoid an incompatible update because the package-maintainer is sleeping.

escentrix commented on 2016-08-15 13:52 (UTC) (edited on 2016-08-15 13:52 (UTC) by escentrix)

@fermatslast Great! That patch gets me working for now until the upstream stuff gets done. Thanks for your help!

saghm commented on 2016-08-15 05:26 (UTC)

Thanks a bunch! This (and your patch for zfs-dkms) worked beautifully

fermatslast commented on 2016-08-15 04:36 (UTC)

Here's a patch for the pkgbuild that adds a linux 4.7 compatibility patch to the build: https://gist.github.com/burberger/3c966a089529b33714fd8827c4b12e49 This is a temporary fix until the zfsonlinux upstream release has 4.7 support.

fermatslast commented on 2016-08-15 04:33 (UTC)

Here's a patch for the pkgbuild that adds a linux 4.7 compatibility patch to the build: https://gist.github.com/burberger/8fec05e2e8ac5e7a2e59eac270f39629 This is a temporary fix until the zfsonlinux upstream release has 4.7 support.

saghm commented on 2016-08-14 00:35 (UTC)

I'm unable to get the spl module to compile with the newest kernel update (4.7.0-1). I seem to be getting the same issue as https://github.com/zfsonlinux/zfs/issues/4927, but the solution given there requires having the Linux source available. Any idea if/how I can fix this?