Had to remove both pacakges, then re-install utils and then zfs-dkms... Thanks
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.42 |
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 .. 40 41 42 43 44 45 46 47 48 49 50 .. 64 Next › Last »
sphere101 commented on 2019-09-30 19:50 (UTC)
dharrigan commented on 2019-09-30 18:53 (UTC)
Hi,
It's pretty safe to remove the zfs-utils package then install the new version. It won't damage any zfs installation you have. I do it now and again!
Of course, don't trust any random stranger posting here, do test beforehand (if possible!). All I can say is that when I went from zfs 0.8.1 to zfs 0.8.2, I had to remove the previous dkms (things are still in-memory, so zfs still works), then just reinstall the ones that where upgraded...
fryfrog commented on 2019-09-30 16:21 (UTC) (edited on 2019-09-30 16:22 (UTC) by fryfrog)
Are you maybe using archzfs/zfs-dkms and now you're trying to install aur/zfs-dkms? I had this issue when I was trying to switch from one to the other. I just removed zfs-utils and then specifically installed aur/zfs-dkms which pulled in aur/zfs-utils correctly. I had to go back to archzfs/zfs-dkms though, due to difference in the initcpio stuff. :(
sphere101 commented on 2019-09-30 16:19 (UTC)
A bit of a noob question, Trying to upgrade with yay and running into dependencies with zfs-util.. resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing zfs-utils (0.8.2-2) breaks dependency 'zfs-utils=0.8.1' required by zfs-dkms
Any recommendations?
eschwartz commented on 2019-09-27 00:08 (UTC)
I indeed just saw the new zfs 0.8.2 release, but at the moment the tarball is missing a PGP signature.
https://github.com/zfsonlinux/zfs/pull/9161#issuecomment-535729519
eschwartz commented on 2019-09-24 11:43 (UTC)
Fixed, hunted down and grabbed commits from master instead.
freswa commented on 2019-09-24 11:28 (UTC) (edited on 2019-09-24 11:28 (UTC) by freswa)
Tonyhutter rebased his PR branch so the Github links don't work anymore. Maybe we better include them in our repo.
2G_Storm commented on 2019-09-24 08:21 (UTC) (edited on 2019-09-24 08:24 (UTC) by 2G_Storm)
Does it still break with 5.3 kernel?
bone commented on 2019-09-24 07:37 (UTC) (edited on 2019-09-24 07:42 (UTC) by bone)
I get an error during make: https://pastebin.com/D4hBXPeK
"The requested URL returned error: 406 Not Acceptable."
Timezone is CEST. Anyone else with this problem? (or is it on my side?)
eschwartz commented on 2019-09-20 18:29 (UTC)
Subscribed to the zfsonlinux issue -- any update on getting that merged any time soon???
There are four patches on that list marked as "Linux 5.3 compat", so if an 0.8.2 release does not look imminent we can try backporting those, which should hopefully be enough.
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)