I guess the systemd files are not installed after a certain version...
Search Criteria
Package Details: zfs-dkms-git 2:2.3.99.r132.g1acd246964-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.035536 |
First Submitted: | 2014-06-04 15:15 (UTC) |
Last Updated: | 2024-12-23 16:18 (UTC) |
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)
swordfeng commented on 2017-12-22 05:05 (UTC) (edited on 2017-12-22 05:05 (UTC) by swordfeng)
abrilevskiy commented on 2017-12-21 07:11 (UTC)
zfs-import.target is not enabled in systemd after installation
-> Running build hook: [zfs]
==> ERROR: module not found: zpios'
==> ERROR: file not found:
zpios'
patrickh commented on 2017-11-10 14:57 (UTC)
> Please add zfs encryption support to the initcpio hook
yes, that would be fantastic!
minextu commented on 2017-09-08 17:30 (UTC)
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)
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
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>
.