@sunfisks - pacman -U $(ls /var/cache/pacman/pkg/gcc*-9.3.0-1*)
Search Criteria
Package Details: zfs-dkms 2.2.6-1
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: | 179 |
Popularity: | 6.41 |
First Submitted: | 2015-08-31 12:01 (UTC) |
Last Updated: | 2024-09-05 04:42 (UTC) |
Dependencies (2)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- 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 (4)
Latest Comments
« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 39 40 .. 63 Next › Last »
itoffshore commented on 2020-06-02 16:01 (UTC) (edited on 2020-06-02 16:02 (UTC) by itoffshore)
sunflsks commented on 2020-06-02 14:10 (UTC)
Question, how did you downgrade gcc?
itoffshore commented on 2020-06-02 11:43 (UTC) (edited on 2020-06-02 15:59 (UTC) by itoffshore)
To build correctly under linux-hardened
I needed to downgrade gcc
& gcc-libs
to 9.3.0-1
- this also applied to nvidia-beta-dkms
I also upgraded to dkms 2.8.1-4
from testing
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.
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)