When bulding it today, for 2:2.4.99.r705.g...., the chmod on the the ${pkgdir}/etc/sudoers/ fails, as that's no longer added in the package since this commit: https://github.com/openzfs/zfs/commit/2076569ce886058db860232d4db84443c05044a1
Search Criteria
Package Details: zfs-utils-git 2:2.4.99.r778.ge78fa488af-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/zfs-utils-git.git (read-only, click to copy) |
|---|---|
| Package Base: | zfs-utils-git |
| Description: | Userspace utilities for the Zettabyte File System. |
| Upstream URL: | https://zfsonlinux.org/ |
| Keywords: | illumos oracle solaris zol |
| Licenses: | CDDL-1.0 |
| Groups: | zfs-git |
| Conflicts: | zfs-utils |
| Provides: | zfs-utils |
| Submitter: | minextu |
| Maintainer: | yurikoles |
| Last Packager: | yurikoles |
| Votes: | 7 |
| Popularity: | 0.000002 |
| First Submitted: | 2018-11-11 00:44 (UTC) |
| Last Updated: | 2026-07-03 02:19 (UTC) |
Dependencies (7)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python (make)
- python-cffi (make)
- python-setuptools (make)
- pam (pam-selinuxAUR) (optional) – managing encryption keys
- python (optional) – pyzfs and extra utilities
- python-cffi (optional) – pyzfs
Required by (47)
- arctern-bin (requires zfs-utils)
- cachy-chroot (requires zfs-utils) (optional)
- dataleech (requires zfs-utils)
- docker-zfs-plugin (requires zfs-utils)
- goblocks (requires zfs-utils) (optional)
- growlight (requires zfs-utils) (optional)
- grub-libzfs (requires zfs-utils)
- httm (requires zfs-utils) (optional)
- httm-bin (requires zfs-utils) (optional)
- httm-git (requires zfs-utils) (optional)
- kpmcore-git (requires zfs-utils) (optional)
- pivy (requires zfs-utils) (make)
- pivy (requires zfs-utils) (optional)
- prepare-lastboot (requires zfs-utils)
- python-pylibzfs (requires zfs-utils)
- systemd-zpool-scrub (requires zfs-utils)
- targetd (requires zfs-utils) (optional)
- targetd-git (requires zfs-utils) (optional)
- tzpfms (requires zfs-utils)
- zelta (requires zfs-utils) (optional)
- Show 27 more...
Sources (4)
imrehg commented on 2026-06-20 05:13 (UTC)
imrehg commented on 2026-05-01 14:15 (UTC)
Heya, in the ./configure configurations, there's a typo https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zfs-utils-git#n76
That is: --enable-pyzfz should be --enable-pyzfs (I've checked the flags listed by ./configure. Though in zfs-utils it's turned off with --enable-pyzfs=no so here currently it might be just noise in the compile logs, but it would be useful clear it up either way?
yurikoles commented on 2023-08-14 16:44 (UTC)
In order to update this package and avoid version pinning cycle, you need to build both packages, zfs-utils-git and zfs-dkms-git without installing them. Then install a same newer version of both of them in one transaction via pacman -U <path/to/built/zfs-utils-git> <path/to/built/zfs-dkms-git>.
dmp1ce commented on 2021-06-13 11:30 (UTC)
I downgraded to zfs-utils and zfs-linux-lts which I probably should have been using in the beginning. Pools import fine now.
dmp1ce commented on 2021-06-13 03:07 (UTC)
I'm wondering, can I just install zfs-utils with zfs-linux-lts-git even after I have had zfs-utils-git already installed? Will my pools break if I have installed pool features?
dmp1ce commented on 2021-06-13 03:00 (UTC)
I ran into an issue on the last update. zfs-import-cache wouldn't start so none of my pool mounted. I created an issue if anyone else hits this.
heppu commented on 2021-01-13 12:18 (UTC)
Thanks for the fast reply @eschwartz! I just realised what you said and removed the comment before noticing you had already replied. I was able work around the problem by downgrading autoconf to 2.69.
eschwartz commented on 2021-01-13 12:02 (UTC)
Since this is a -git package, it is already v2.0.1, which you'd know if you tried building it. But v2.0.1 does not fix the build -- we are waiting on a new autoconf release (which upstream autoconf said they were going to release in a couple of days, but that was at the beginning of last week).
esrevinu commented on 2020-12-29 18:52 (UTC) (edited on 2020-12-29 22:07 (UTC) by esrevinu)
Why is zpool import going into run_latehook function? Although zvol swap is not recommended for hibernation, I tried it. If zpool import is in run_latehook, resume does not work since zvol is not seen at the moment. So, I moved it into run_hook function and resume works. I am using ZFS on LUKS disk encryption.
Edit: I misunderstood. It is ZFS filesystem, not zvol swap that may cause a corruption with hibernation. https://github.com/openzfs/zfs/issues/260 Besides that, zvol swap can cause a deadlock under memory pressure.
Pinned Comments
yurikoles commented on 2023-08-14 16:44 (UTC)
In order to update this package and avoid version pinning cycle, you need to build both packages,
zfs-utils-gitandzfs-dkms-gitwithout 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>.