This package does not work with latest kernel
Search Criteria
Package Details: zfs-dkms-git 2:2.2.99.r857.gb2ca5105b7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zfs-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | zfs-dkms-git |
Description: | Kernel modules for the Zettabyte File System. |
Upstream URL: | https://zfsonlinux.org/ |
Keywords: | illumos oracle solaris zol |
Licenses: | CDDL |
Groups: | zfs-git |
Conflicts: | zfs-dkms |
Provides: | SPL-MODULE, zfs, zfs-dkms, ZFS-MODULE |
Submitter: | isiachi |
Maintainer: | yurikoles |
Last Packager: | yurikoles |
Votes: | 26 |
Popularity: | 0.081968 |
First Submitted: | 2014-06-04 15:15 (UTC) |
Last Updated: | 2024-09-25 21:41 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- git (git-gitAUR, git-glAUR) (make)
- zfs-utils-gitAUR (optional)
Required by (22)
- cockpit-zfs-manager (requires zfs)
- plymouth-zfs (optional)
- prepare-lastboot (requires zfs)
- python-pyzfscmds (requires zfs)
- targetd (requires zfs-dkms) (optional)
- targetd-git (requires zfs-dkms) (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 (requires zfs-dkms)
- zfs-openrc
- zfsbootmenu (requires zfs)
- zfsbootmenu-efi-bin (requires zfs)
- znapzend (requires zfs)
- znapzupport (requires zfs)
- Show 2 more...
Sources (2)
tritron commented on 2017-02-01 16:02 (UTC)
WoefulDerelict commented on 2016-10-20 19:48 (UTC)
I'm not sure the package is to blame. As of the most recent commit this afternoon https://github.com/zfsonlinux/zfs/commit/9523b15ac1881946a7a6b7a145c8e2bb622dc56c this builds and works on my system with a root zfs pool.
The only issue I'm currently experiencing is tied to https://github.com/zfsonlinux/zfs/commit/6078881aa18a45ea065a887e2a8606279cdc0329 and effects the dkms install. It is described here https://github.com/zfsonlinux/zfs/issues/5312
sinetek commented on 2016-10-20 02:47 (UTC)
Beware!
This package killed my / installation, as the rootfs fails to mount during boot.
It whines about canonicalization error 2. No idea what this means.
MarisaDOOM commented on 2016-09-12 17:34 (UTC) (edited on 2016-09-12 17:35 (UTC) by MarisaDOOM)
The initcpio hook and install files are outdated, they don't even have any of the fixes from the archzfs ones.
This breaks booting right now because of the missing libgcc_s.so.1.
WoefulDerelict commented on 2016-06-14 18:25 (UTC)
There have been recent changes to the ZoL codebase that are noteworthy as they may cause issues during update. The configuration files for systemd have changed and the new services are not enabled by default after updating. https://github.com/zfsonlinux/zfs/commit/92547bc45ca9a2114662d9343ae53e5098acb627
As the package lacks the preset data it is necessary to enable the services manually for zfs filesystems to mount properly.
BugMaze commented on 2016-04-23 17:53 (UTC)
This package fails at the dkms step , the solution suggested by ajs124 below works perfectly . Thanks .
<deleted-account> commented on 2016-04-23 12:23 (UTC)
This package, as well as spl-dkms-git, is broken.
They both fail to compile, because dkms expects a Makefile, which the PKGBUILD generates with autogen.sh and configure, but does not include in the package, because it uses git archive.
Simply replacing the "git archive | tar" part with "cp -r . ${dkmsdir}/" fixes this problem.
isiachi commented on 2015-12-29 15:58 (UTC)
Git branch.
You can find stable here:
https://aur.archlinux.org/packages/zfs-dkms/
WoefulDerelict commented on 2015-10-03 05:52 (UTC)
bjin suggested that this package should be reworked to build from the git master branch and maintained. As I happen to agree with this idea I've generated the necessary resources. Users can edit the _branch variable should they wish to build another branch than master providing added versatility. The resources can be found at the following URLs:
https://gist.github.com/WoefulDerelict/5c6c93bb125f52696f62
https://gist.github.com/WoefulDerelict/b12c2c3bd66cb3eeb3a6
Pinned Comments
yurikoles commented on 2023-08-14 16:42 (UTC) (edited on 2023-08-14 16:44 (UTC) by yurikoles)
In order to update this package and avoid version pinning cycle, you need to build both packages,
zfs-utils-git
andzfs-dkms-git
without installing them. Then install a same newer version of both of them in one transaction viapacman -U <path/to/built/zfs-utils-git> <path/to/built/zfs-dkms-git>
.