Thanks a lot fryfrog for confirming about this, I use the same archzfs/zfs-dkms but didnt know the right place to ask this question. I have updated now, and it indeed works all fine.
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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 63 Next › Last »
baalajimaestro commented on 2022-01-13 15:48 (UTC)
fryfrog commented on 2022-01-13 15:35 (UTC)
I use archzfs/zfs-dkms
, but it built and ran fine for two of my systems so far.
baalajimaestro commented on 2022-01-13 13:59 (UTC)
Hi, does someone know if this builds and works fine on linux 5.16. I am using zfs on a server and i dont want to cause a downtime by this.
iio7 commented on 2021-11-29 22:53 (UTC)
Sorry, by mistake I deleted my comment.
But yes, you're right. I just discovered that the packages where build on a box with older versions.
fryfrog commented on 2021-11-29 22:49 (UTC)
You're behind on your zfs-dkms
version, maybe 2.1.1 would fix it? I'm currently running 2.1.1 w/ kernel 5.15.5 just fine.
debohman commented on 2021-11-22 22:03 (UTC) (edited on 2021-11-22 22:06 (UTC) by debohman)
@jongeduard, I am aware that it is likely harmless, at least for now. I just wanted to raise the issue with the maintainer.
@eschwartz @jonathon
jongeduard commented on 2021-11-22 20:45 (UTC) (edited on 2021-11-22 20:46 (UTC) by jongeduard)
@debohman I noticed the same. Some searching on the internet will show you more recent examples elsewhere around DKMS.
In the DKMS project itself on GitHub I found this: https://github.com/dell/dkms/pull/164.
So it's just a change there. When you click on "#158" on that page, you'll find that it's apparently a change in order to remove "distro specific packaging" related things.
Anyway, it's just a warning, not a real problem and everythings works fine.
debohman commented on 2021-11-22 17:42 (UTC) (edited on 2021-11-22 17:47 (UTC) by debohman)
When I just upgraded my system, I received the following warning from dkms:
Deprecated feature: REMAKE_INITRD
The system was upgraded to dkms-3.0.2-1.
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)