Please add zfs encryption support to the initcpio hook (see zfs_decrypt_fs() in https://github.com/archzfs/archzfs/blob/master/src/zfs-utils/zfs-utils.initcpio.hook)
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
- zfs-openrc (requires zfs-dkms)
- zfsbootmenu (requires zfs)
- zfsbootmenu-efi-bin (requires zfs)
- znapzend (requires zfs)
- znapzupport (requires zfs)
- zsnapd (requires zfs)
- zxfer (requires zfs)
Sources (2)
minextu commented on 2017-09-08 17:30 (UTC)
sylveon commented on 2017-07-28 15:20 (UTC) (edited on 2017-07-28 15:34 (UTC) by sylveon)
Right now if you install it pacaur will constantly try to update it, because apparently rc3 is a bigger version number than r0:
:: spl-dkms-git: ignoring package upgrade (0.7.0_r0_g1f2671b-1 => latest)
:: spl-utils-dkms-git: ignoring package upgrade (0.7.0_r0_g1f2671b-1 => latest)
:: zfs-dkms-git: ignoring package upgrade (0.7.0_r0_gccad64314-1 => latest)
:: zfs-utils-dkms-git: ignoring package upgrade (0.7.0_r0_gccad64314-1 => latest)
Also please remove zlib_deflate from the initcpio hook while you're at it. Will remove the following error when running mkinitcpio:
==> ERROR: module not found: `zlib_deflate'
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> WARNING: errors were encountered during the build. The image may not be complete.
skjeggape commented on 2017-07-04 20:55 (UTC)
whoops, should not be here, consernes the zfs/dkms package. sorry
skjeggape commented on 2017-07-04 20:40 (UTC)
After latest update my system wont boot, normal recover procedure wont solve the issue.
at boot i get following error: https://goo.gl/photos/AZ4xTEHVJFPpCdg46
This pool uses the following feature(s) not supported by this system:
org.zfsonlinux:userobj_accounting (User/Group object accounting.)
All unsupported features are only required for writing to the pool.
The pool can be imported using '-o readonly=on'.
cannot import 'poolname'
error failed to mount real root etc etc.
Marcel_K commented on 2017-06-27 03:37 (UTC)
That's an issue with ArchZFS, this package is not to blame.
BTW, why is this package flagged out-of-date?
abrilevskiy commented on 2017-06-26 10:56 (UTC)
==> ERROR: module not found: `zlib_deflate'
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> WARNING: errors were encountered during the build. The image may not be complete.
error: command failed to execute correctly
https://github.com/archzfs/archzfs/pull/119/commits/6ff1ac3146896e95e4fb00712948f90abd3e475d
Marcel_K commented on 2017-02-23 00:57 (UTC)
On a second thought, rebuild only fails when doing a regular `pacman -Syu`. It appears there is a BUILD_DEPENDS[0]="spl" line in dkms.conf, so dkms should build these modules in the correct order.
However, the pacman hook doesn't take this option into account, resulting in failures. There is a bug report about this issue: https://bugs.archlinux.org/task/52901
Marcel_K commented on 2017-02-01 18:57 (UTC)
You have to be sure spl is compiled *before* zfs is. Sometimes it will be, sometimes not.
@isiachi: Is there a way to give spl compilation precedence over zfs? I can't find a method. The only way to be sure is reinstall spl from AUR manually, then reinstall zfs.
Atraii commented on 2017-02-01 18:21 (UTC)
I'm not getting this to work with the latest kernel either.
I can't modprobe it, `sudo modprobe zfs` results in:
modprobe: FATAL: Module zfs not found in directory /lib/modules/4.9.6-1-ARCH
I attempted to reinstall it with dkms, getting this error with `dkms autoinstall`:
...cut...
checking spl source directory... /usr/src/spl-0.7.0
checking spl build directory... /var/lib/dkms/spl/0.7.0/4.9.6-1-ARCH/x86_64
configure: error:
*** Please make sure the kmod spl devel <kernel> package for your
*** distribution is installed then try again. If that fails you
*** can specify the location of the spl objects with the
*** '--with-spl-obj=PATH' option. Failed to find spl_config.h in
*** any of the following:
/usr/src/spl-0.7.0/4.9.6-1-ARCH
/usr/src/spl-0.7.
Marcel_K commented on 2017-02-01 17:46 (UTC)
Please be more verbose: what does not work? I am using linux-zen aside from stock Arch linux package, and for both kernels dkms modules are build and installed correctly (running linux-zen 4.9.6 right now).
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>
.