Package Details: zfs-utils 2.3.2-1

Git Clone URL: https://aur.archlinux.org/zfs-utils.git (read-only, click to copy)
Package Base: zfs-utils
Description: Userspace utilities for the Zettabyte File System.
Upstream URL: https://zfsonlinux.org/
Licenses: CDDL
Submitter: eschwartz
Maintainer: kstolp
Last Packager: kstolp
Votes: 75
Popularity: 1.92
First Submitted: 2018-10-28 22:49 (UTC)
Last Updated: 2025-05-03 09:40 (UTC)

Pinned Comments

eschwartz commented on 2020-12-27 22:43 (UTC)

@Win8Error,

This package doesn't support people who have failed to read the wiki page https://wiki.archlinux.org/index.php/Makepkg, or cannot interpret error messages.

eschwartz commented on 2019-10-16 03:49 (UTC)

aarch64 is not an officially supported architecture for this PKGBUILD, since I don't exactly test it on such architectures. It failing to work is therefore not very surprising.

I guess you can do any necessary followup in that upstream bug report, hopefully upstream can get it into a state of "working out of the box" so that makepkg --ignorearch works. But I'm not investing any of my own time in this...

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

delx commented on 2022-03-12 00:15 (UTC)

Hi there, thanks for the package.

I was browsing my file system and was surprised to see that I had files in /usr/var/run!

I fixed this by adding --localstatedir=/var to the configure options.

UweSauter commented on 2022-03-11 15:00 (UTC) (edited on 2022-03-11 15:49 (UTC) by UweSauter)

Possibly consider adding "libaio" as (build) dependency. The configure script has checks for libaio.h.

Edit: Never mind. Seems like libaio is only used for test cases. Sorry for the noise.

wjlafrance commented on 2021-10-04 23:43 (UTC)

@pizzatoole: Check out eschwartz's pinned comment beginning "This package doesn't support people who have failed to read".

pizzatooie commented on 2021-10-04 22:51 (UTC) (edited on 2021-10-05 00:05 (UTC) by pizzatooie)

I get this when trying to makepkg:

==> Verifying source file signatures with gpg...

⁤ ⁤ ⁤ ⁤ ⁤zfs-2.1.1.tar.gz ... FAILED (unknown public key 0AB9E991C6AF658B)

==> ERROR: One or more PGP signatures could not be verified!

Edit: Thanks @wjlafrance. I've used makepkg before without signature problems, so I mistakenly thought it was a package issue. I was a little concerned at first as harmful AUR packages have existed before (albeit very uncommon). I now know this isn't the case with this version.

tachyon_84 commented on 2021-10-02 13:18 (UTC)

Looks like the repository is broken.

remote: Not Found fatal: repository 'https://aur.archlinux.org/zfs-utils.git/' not found

jstrom commented on 2021-10-02 09:13 (UTC)

Would be nice if maintainer can update inticpio hook to be the same as the one in archzfs repo, as the one from this package does NOT support root volume encryption. See https://github.com/eli-schwartz/pkgbuilds/issues/30

vond commented on 2021-10-01 00:06 (UTC)

There's a pull request open on the source repo which you can use to build 2.1.1 with https://github.com/eli-schwartz/pkgbuilds/pull/32/files

tachyon_84 commented on 2021-09-30 23:50 (UTC)

Is this repo still maintained?

gregbert commented on 2021-09-29 15:59 (UTC)

Where is 2.1.1 ? zfs-linux-lts depends on zfs-utils 2.1.1 as of 2021-09-29

eschwartz commented on 2021-06-08 02:04 (UTC) (edited on 2021-06-08 02:06 (UTC) by eschwartz)

Use of the "which" program is an inexcusable sin, and must be replaced in source with portable command -v. No dependencies, optional or otherwise, needed.

But as it happens, upstream removed the check from git master: https://github.com/openzfs/zfs/commit/a27ab6d43b5f62db5d9093702a69b933fb5f4515