@bus & @lilydjwg: Thanks! I have to be 100% sure that it works. My work relies on it and my system is running now with 4.14 kernel.
@allspark: Could you please tell us how did you install it?
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: | 179 |
Popularity: | 6.41 |
First Submitted: | 2015-08-31 12:01 (UTC) |
Last Updated: | 2024-09-05 04:42 (UTC) |
« First ‹ Previous 1 .. 44 45 46 47 48 49 50 51 52 53 54 .. 63 Next › Last »
@bus & @lilydjwg: Thanks! I have to be 100% sure that it works. My work relies on it and my system is running now with 4.14 kernel.
@allspark: Could you please tell us how did you install it?
Honestly I just use the arch-zfs repo. They provide prebuilt binaries for all the kernels available in the official Arch repos (so less headaches and time wasted compiling) as well as DKMS versions and are fast at updating their builds to new kernel or ZFS versions as well as applying patches to make them buildable for newer kernel/compiler versions.
i'm using zfs with version 0.7.11 without problems
from https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.10 Updated 9/17/18: We've found a serious regression in 0.7.10 (#7906 #7899). Please use 0.7.9 or 0.7.11.
so 0.7.11 should be ok
@bus yeah, I sent a orphan request again. I got some spare time to maintain this package in time. I don't see why he should keep this package if he has no spare time.
in this package /etc/sudoers.d/ permission is 755 but in system it is 750
@karcher it actually works. In this way I get an updated package automatically when there is a new release.
@karcher At this point I don't think it's possible -- there must be a reason to wait weeks to change the pkgver after every ZFS release.
I don't like being a whiny asshole about this again, but it has been a problem for too long. Having to submit a request to orphan the package every time it's been sitting out of date for a month doesn't really feel in line with the "bleeding edge" ways of Arch.
Looks like isiachi has too little time to update this and the zfs package in time :(
zfs-0.7.11 is compatible with 4.18 kernel. Is it possible to simply modify the pkgver and sha256sums accordingly in the PKGBUILD and install it?
0.7.11 has been released. Changing pkgver should be sufficient to get it working with current kernels.
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.
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)