It is easiest to build both packages and then upgrade them both at the same time. No need to remove anything.
If you use yaourt, just ignore the pacman errors, the packages will remain in your temp dir. Afterwards install them from there.
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) |
« First ‹ Previous 1 .. 39 40 41 42 43 44 45 46 47 48 49 .. 63 Next › Last »
It is easiest to build both packages and then upgrade them both at the same time. No need to remove anything.
If you use yaourt, just ignore the pacman errors, the packages will remain in your temp dir. Afterwards install them from there.
Had to remove both pacakges, then re-install utils and then zfs-dkms... Thanks
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...
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. :(
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?
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
Fixed, hunted down and grabbed commits from master instead.
Tonyhutter rebased his PR branch so the Github links don't work anymore. Maybe we better include them in our repo.
Does it still break with 5.3 kernel?
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?)
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)