The inability of the package to block the system upgrade due to unsupported kernel version is really troublesome. (Although I do not know if it can be done without adding a dependency on a particular kernel package name.)
Search Criteria
Package Details: zfs-dkms 2.3.2-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: | 188 |
Popularity: | 2.32 |
First Submitted: | 2015-08-31 12:01 (UTC) |
Last Updated: | 2025-05-03 09:40 (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 .. 59 60 61 62 63 64 65 66 Next › Last »
<deleted-account> commented on 2016-09-03 06:31 (UTC)
isiachi commented on 2016-08-29 08:55 (UTC)
@fermatslast
I'm not going to add your patch. This is a stable branch. Use the 4.6 kernel or switch to zfs-dkms-git.
akgrant0710 commented on 2016-08-28 20:18 (UTC)
@fermatslast Thanks for your patch, very much appreciated.
roobre commented on 2016-08-23 23:07 (UTC)
I'm unable to compile it for 4.7.1-1-ARCH, even with the patch @fermatslast supplied. Does anyone have a patch for .1?
/var/lib/dkms/spl/0.6.5.7/build/include/linux/file_compat.h:79:45: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
#define spl_inode_lock(ip) mutex_lock(&(ip)->i_mutex)
jrb commented on 2016-08-23 22:42 (UTC)
I just noticed due to differences in service names between RH/Fedora and Arch, /usr/lib/systemd/system/zfs-share.service incorrectly references 'smb.service' instead of 'smbd.service'. I have a patch for the systemd unit in question, as well as a patch for the pkgbuild applying the systemd unit patch (both trivial, obviously), but am unsure of the correct way to submit them.
RubenKelevra commented on 2016-08-16 23:02 (UTC)
Would be great if this package can be guarded with something like linux < 4.7 to avoid an incompatible update because the package-maintainer is sleeping.
escentrix commented on 2016-08-15 13:52 (UTC) (edited on 2016-08-15 13:52 (UTC) by escentrix)
@fermatslast
Great! That patch gets me working for now until the upstream stuff gets done. Thanks for your help!
saghm commented on 2016-08-15 05:26 (UTC)
Thanks a bunch! This (and your patch for zfs-dkms) worked beautifully
Pinned Comments
kstolp commented on 2025-04-29 16:56 (UTC) (edited on 2025-05-03 09:40 (UTC) by kstolp)
OpenZFS currently supports Linux kernel versions 4.18 - 6.14, as declared in the META file.
Options if your Linux kernel's version is not within that range:
1) Switch to another Linux kernel, such as
linux-lts
.2) Prevent your kernel package from upgrading to an unsupported version until OpenZFS increases the maximum supported kernel version.
3) Modify this package to support your kernel by patching it on your local machine.
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)