I wasn't able to install the local packages with pacman -U
as indicated, but had to do it using pacman -Udd
to skip all checks
Search Criteria
Package Details: zfs-dkms 2.3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/zfs-dkms.git (read-only, click to copy) |
---|---|
Package Base: | zfs-dkms |
Description: | Kernel modules for the Zettabyte File System. |
Upstream URL: | https://zfsonlinux.org/ |
Licenses: | CDDL |
Provides: | SPL-MODULE, zfs, ZFS-MODULE |
Submitter: | isiachi |
Maintainer: | kstolp |
Last Packager: | kstolp |
Votes: | 186 |
Popularity: | 1.52 |
First Submitted: | 2015-08-31 12:01 (UTC) |
Last Updated: | 2025-03-11 07:23 (UTC) |
Dependencies (2)
- dkms (dkms-gitAUR)
- zfs-utilsAUR (zfs-utils-gitAUR, zfs-linux-gitAUR, zfs-utils-staging-gitAUR)
Required by (20)
- cockpit-zfs-manager (requires zfs)
- prepare-lastboot (requires zfs)
- python-pyzfscmds (requires zfs)
- targetd (optional)
- targetd-git (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
- zfsbootmenu (requires zfs)
- zfsbootmenu-efi-bin (requires zfs)
- znapzend (requires zfs)
- znapzupport (requires zfs)
- zsnapd (requires zfs)
- zxfer (requires zfs)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 64 Next › Last »
Evils commented on 2023-02-04 20:40 (UTC)
kstolp commented on 2023-01-16 22:28 (UTC)
Updated zfs-utils
and zfs-dkms
, and included the patch to resolve this issue related to send/receive.
kstolp commented on 2023-01-08 00:41 (UTC)
@korimitsu Please don't flag the package as out-of-date when you run into errors. Only flag the package as out-of-date when the version here is behind the upstream one.
To resolve your error, first build the zfs-utils package.
hueponik commented on 2023-01-08 00:34 (UTC)
To get around mutal dependency, do
makepkg -s
For both packages. That will produce the package files
then
pacman -U pkg_file1 pkg_file2
Or just use ignore dependencies argument
korimitsu commented on 2023-01-08 00:30 (UTC)
Still not working:
$ git clone https://aur.archlinux.org/zfs-dkms.git
$ cd zfs-dkms
$ makepkg -si
==> Installing package zfs-dkms with pacman -U...
loading packages...
resolving dependencies...
warning: cannot resolve "zfs-utils=2.1.7", a dependency of "zfs-dkms"
:: The following package cannot be upgraded due to unresolvable dependencies:
zfs-dkms
:: Do you want to skip the above package for this upgrade? [y/N]
kstolp commented on 2023-01-07 09:31 (UTC)
If you receive this error when trying to build, it is because you have not imported the GPG keys used for verification.
==> ERROR: One or more PGP signatures could not be verified!
You have two options:
1) Import the two keys into your keyring. ArchWiki article. You can find the key IDs in the PKGBUILD file, in the validpgpkeys
array. (recommended)
2) Alternatively, you can skip this verification by passing the --skippgpcheck
argument to makepkg
when building. (not recommended)
korimitsu commented on 2023-01-06 20:48 (UTC)
Error
==> Verifying source file signatures with gpg...
zfs-2.1.7.tar.gz ... cat: write error: Broken pipe
FAILED
==> ERROR: One or more PGP signatures could not be verified!
Finished with result: exit-code
Main processes terminated with: code=exited/status=1
Service runtime: 11.133s
CPU time consumed: 3.057s
Error: Failed to build zfs-utils
kstolp commented on 2023-01-04 02:03 (UTC)
Updated zfs-utils
and zfs-dkms
to 2.1.7. These are working with linux 6.1.2.arch1-1
.
Note that the openzfs project has a bug related to send/receive (as discussed in comments below). Since the issue is still open and the pull request hasn't been merged, I have not included this as a patch.
kstolp commented on 2022-12-31 21:54 (UTC)
Hello all,
I've just adopted these two packages (zfs-utils & zfs-dkms). I plan to get them updated right after this weekend at the latest.
Going forward, if anyone has issues/suggestions, feel free to email me or post in the comments. (My email is on my account here.) The goal will be to keep this package aligned with the upstream version. If there is a major issue upstream, I will do my best to include an approved patch. Otherwise, I'll post a warning comment here.
Hope everyone has a happy New Year!
raccog commented on 2022-12-28 18:06 (UTC)
@yurikoles Good point, kernel version 6.1 (the cause of this error) has only been out for around 2 weeks, so that would make sense. Also, that is a seriously impressive number of packages! Seems that @jonathan even maintains some nvidia AUR packages and firefox extended support release. Really makes me appreciate the work of maintainers. :)
Pinned Comments
kstolp commented on 2023-09-29 00:34 (UTC)
When requesting changes, please include detailed reasoning for the change.
kstolp commented on 2023-01-07 09:31 (UTC)
If you receive this error when trying to build, it is because you have not imported the GPG keys used for verification.
You have two options:
1) Import the two keys into your keyring. ArchWiki article. You can find the key IDs in the PKGBUILD file, in the
validpgpkeys
array. (recommended)2) Alternatively, you can skip this verification by passing the
--skippgpcheck
argument tomakepkg
when building. (not recommended)