Package Details: zfs-dkms 2.2.4-1

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: 162
Popularity: 3.02
First Submitted: 2015-08-31 12:01 (UTC)
Last Updated: 2024-05-03 03:00 (UTC)

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.

==> 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)

Latest Comments

« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 58 Next › Last »

jjb2016 commented on 2020-05-24 07:51 (UTC) (edited on 2020-05-24 11:52 (UTC) by jjb2016)

You can just remove the zfs-dkms and zfs-utils packages, and then reinstall them ...

pacman -R zfs-dkms zfs-utils
And then ...
yay -S zfs-dkms
Reboot after that. zfs-utils will be automatically installed as a dependency. This has always worked for me when I've needed to do it. The only thing to note is that the /etc/zfs/zed.d/zed.rc file will be replaced with a new default file, so if you've made any changes in there for the zed service (for example for email notifications) then you will have to edit that file again, or restore it from a backup.

Marius_Elvenwood commented on 2020-05-24 01:01 (UTC)

@FrederickZh that seems to have worked, thanks! Ran install, restarted and ran zpool status to ensure the pool was still available.
The full command I used was # pacman -U ~/.cache/yay/zfs-dkms/zfs-dkms-0.8.4-1-any.pkg.tar.xz ~/.cache/yay/zfs-utils/zfs-utils-0.8.4-1-x86_64.pkg.tar.xz

FrederickZh commented on 2020-05-24 00:22 (UTC)

As I mentioned you need to upgrade both packages in a single transaction (which is also what the error messages were talking about). Build them first, then [yay|pacman] -U them.

Marius_Elvenwood commented on 2020-05-24 00:17 (UTC) (edited on 2020-05-24 00:17 (UTC) by Marius_Elvenwood)

@fryfrog Thanks for your suggestion, unfortunately it had the same result.
@FrederickZh I navigated to ~/.cache/yay/zfs-dkms/ and ran makepkg --install, since yay had already created it.

resolving dependencies...
warning: cannot resolve "zfs-utils=0.8.4", 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] N
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'zfs-utils=0.8.4' required by zfs-dkms

FrederickZh commented on 2020-05-23 23:24 (UTC)

No, you have to manually makepkg them since yay by default builds and installs AUR packages one by one instead of building them all then starting a combined installation transaction. Not sure whether this behaviour can be changed or not. Tried yay --combinedupgrade --save but apparently this only changes the 'AUR questions after official repo' behaviour.

fryfrog commented on 2020-05-23 22:37 (UTC)

Can't you just yay -S zfs-dkms zfs-utils?

Marius_Elvenwood commented on 2020-05-23 22:34 (UTC)

Hi all, longtime Arch user but new to the community. I'm trying to upgrade zfs-dkms (0.8.3-3) and zfs-utils (0.8.3-1) using yay, I'm getting the following error

zfs-utils=0.8.4 not satisfied, flushing install queue
[sudo] password for oscar: 
loading packages...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing zfs-utils (0.8.4-1) breaks dependency 'zfs-utils=0.8.3' required by zfs-dkms

How can I resolve this issue and how can I upgrade to the latest version?

sfranchi commented on 2020-05-11 18:06 (UTC) (edited on 2020-05-11 18:07 (UTC) by sfranchi)

Same result when running as root, same uninformative make.log

BUT:

there is an additional line in the output to console that may help:

make -j2 KERNELRELEASE=5.4.39-1-lts -C module/...(bad exist status:2)

Or maybe not

eschwartz commented on 2020-05-11 17:59 (UTC)

Try rerunning dkms install zfs/0.8.3 -k 5.4.39-1-lts as root to get the full error log.