Simply replacing "0.7.3" with "0.7.4" in the PKGBUILD seems to work for me. (When used with zfs-dkms, I did the same there and uninstalled both packages prior to reinstalling the newer versions.)
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: | 178 |
Popularity: | 5.47 |
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 .. 48 49 50 51 52 53 54 55 56 57 58 .. 63 Next › Last »
mrueg commented on 2017-12-14 23:24 (UTC)
codyps commented on 2017-12-04 21:17 (UTC) (edited on 2017-12-04 21:17 (UTC) by codyps)
broken with linux 4.14
upstream issue: https://github.com/zfsonlinux/spl/issues/656, https://github.com/zfsonlinux/spl/pull/659
jcstryker commented on 2017-11-28 18:46 (UTC)
Would it be a good idea to have this package support the zfs-utils-common package along with spl-utils-common?
sylveon commented on 2017-11-06 02:37 (UTC)
No, a stable release has not made it with encryption yet. You're probably searching for zfs-dkms-git if you want encryption.
francoism90 commented on 2017-11-05 19:13 (UTC) (edited on 2017-11-05 19:13 (UTC) by francoism90)
I'm a bit confused should this release not include encryption?
zhangyoufu commented on 2017-08-21 10:03 (UTC) (edited on 2017-08-21 10:04 (UTC) by zhangyoufu)
zfs datasets mounted by zfs.initcpio.hook got incorrect options.
The line related: mount -t zfs -o "zfsutil,${rwopt_exp}" "${dataset}" "${node}${mountpoint}"
Calling mount manually ignores several options set on the zfs dataset.
For example, I set zfs option atime=no on my rootfs and the result is relatime enabled. (showing as temporary in zfs get)
I made a small utility(~11K binary) doing what zfs mount does and put it inside initramfs.
See https://github.com/zhangyoufu/zfs_mount
I changed `mount -t zfs -o` to my `zfs_mount` and get this problem fixed.
A better solution would be providing something similar to altroot for zfs mount command, which requires upstream changes.
zhangyoufu commented on 2017-08-19 06:10 (UTC)
@isiachi
zfs.initcpio.hook has a typo
2&>1 creates a file with name '1' at initrd root
isiachi commented on 2017-08-13 08:27 (UTC)
Hi all,
I'm back home today from my holidays.
I will push an update later today.
Isiachi
demizer commented on 2017-08-02 01:19 (UTC)
Hello! We just added support to the archzfs project and repository for these PKGBUILDS. Could we discuss adding the archzfs maintainers on as co-maintainers to this AUR package? See https://github.com/archzfs/archzfs/issues/157
demizer commented on 2017-08-02 01:18 (UTC)
Hello! We just added support to the archzfs project and repository for these PKGBUILDS. Could we discuss adding the archzfs maintainers on as co-maintainers to this AUR package? See https://github.com/archzfs/archzfs/issues/157
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)