@ck2katAUR - zfs
working fine for me in 5.6.3.a-1-hardened
Search Criteria
Package Details: zfs-dkms 2.3.2-1
Package Actions
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: | 188 |
Popularity: | 2.42 |
First Submitted: | 2015-08-31 12:01 (UTC) |
Last Updated: | 2025-05-03 09:40 (UTC) |
Dependencies (2)
- dkms (dkms-gitAUR)
- zfs-utilsAUR (zfs-utils-gitAUR, zfs-linux-gitAUR, zfs-utils-staging-gitAUR)
Required by (20)
- cockpit-zfs-manager (requires zfs)
- prepare-lastboot (requires zfs)
- python-pyzfscmds (requires zfs)
- targetd (optional)
- targetd-git (optional)
- zbectl-git (requires zfs)
- zectl (requires zfs)
- zectl-git (requires zfs)
- zedenv (requires zfs)
- zedenv-git (requires zfs)
- zedenv-grub (requires zfs)
- zfs-auto-snapshot (requires zfs)
- zfs-auto-snapshot-git (requires zfs)
- zfs-openrc
- zfsbootmenu (requires zfs)
- zfsbootmenu-efi-bin (requires zfs)
- znapzend (requires zfs)
- znapzupport (requires zfs)
- zsnapd (requires zfs)
- zxfer (requires zfs)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 66 Next › Last »
itoffshore commented on 2020-04-15 10:44 (UTC)
ck2katAUR commented on 2020-04-15 09:45 (UTC) (edited on 2020-04-15 11:56 (UTC) by ck2katAUR)
@eschwartz; Thank you for your comment. Based on this I've just done a; git pull and a; makepkg with linux-hardened 5.6.3.a-1. No errors were reported and now my server is back in action again. @itoffshore and @fryfrog; Thank you also for your comments. Recognising and respecting eschwartz as the maintainer of this package, I waited for his words before trying anything. Kernel version 5.6.4 and its varieties are evidently coming through the repo system as I write. I will check for comments here (hopefully indicating OK) before upgrading again.
wjlafrance commented on 2020-04-15 06:08 (UTC)
@dmshimself: The package builds fine. Are you encountering this error? https://aur.archlinux.org/packages/zfs-dkms/?O=10&PP=10#comment-735021
dmshimself commented on 2020-04-14 21:42 (UTC)
I'm getting a PGP check failure when trying to apply a makepkg
eschwartz commented on 2020-04-14 20:19 (UTC) (edited on 2020-04-14 20:24 (UTC) by eschwartz)
Thanks for your patience! I grabbed a few minutes and tested this PR (which was tremendously helpful as I didn't have time to devote to it myself), the patch matches up to upstream stuff, everything checks out and the result builds cleanly.
Pushed.
freswa commented on 2020-04-14 17:50 (UTC)
Eli is on vacation. In the mean time, I've created a PR with a working patch (I have in production for 5 days now). https://github.com/eli-schwartz/pkgbuilds/pull/14
fryfrog commented on 2020-04-14 14:18 (UTC)
@ck2katAUR: Did you look at the two .patch
files that get applied to make it compatible w/ 5.6.x?
itoffshore commented on 2020-04-14 14:09 (UTC) (edited on 2020-04-15 10:33 (UTC) by itoffshore)
@ck2katAUR - 5.6
support working OK in zfs-dkms 0.8.3-3
- thank you ;o)
ck2katAUR commented on 2020-04-14 13:40 (UTC)
@eschwartz I would be grateful if you could issue any news you have about making zfs-dkms compatible with the latest Arch kernel version (5.6.3.a-1-hardened in my case). Thank you
fryfrog commented on 2020-04-07 02:40 (UTC)
Looks like archzfs/zfs-dkms is also patching to fix it on 5.6.
Pinned Comments
kstolp commented on 2025-04-29 16:56 (UTC) (edited on 2025-05-03 09:40 (UTC) by kstolp)
OpenZFS currently supports Linux kernel versions 4.18 - 6.14, as declared in the META file.
Options if your Linux kernel's version is not within that range:
1) Switch to another Linux kernel, such as
linux-lts
.2) Prevent your kernel package from upgrading to an unsupported version until OpenZFS increases the maximum supported kernel version.
3) Modify this package to support your kernel by patching it on your local machine.
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.
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 tomakepkg
when building. (not recommended)