Search Criteria
Package Details: zfs-dkms-rc 2.1.0_rc8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zfs-dkms-rc.git (read-only, click to copy) |
---|---|
Package Base: | zfs-dkms-rc |
Description: | Kernel modules for the Zettabyte File System. |
Upstream URL: | https://zfsonlinux.org/ |
Licenses: | CDDL |
Conflicts: | spl, spl-headers, zfs, zfs-headers |
Provides: | spl, spl-headers, zfs, zfs-headers |
Submitter: | greyltc |
Maintainer: | minextu (archzfs-bot) |
Last Packager: | archzfs-bot |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-06 12:24 (UTC) |
Last Updated: | 2021-07-01 12:41 (UTC) |
Dependencies (3)
Required by (16)
- cockpit-zfs-manager (requires zfs)
- python-pyzfscmds (requires zfs)
- 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)
- zfsbootmenu (requires zfs)
- zfsbootmenu-efi-bin (requires zfs)
- znapzend (requires zfs)
- znapzupport (requires zfs)
- zsnapd (requires zfs)
- zxfer (requires zfs)
Latest Comments
mabod commented on 2020-12-09 07:00 (UTC) (edited on 2020-12-09 07:05 (UTC) by mabod)
@PedroHLC: Here is what I use. This is basically the zfs-dkms-rc and zfs-utils-rc files just sourcing zfs-2.0.0. I did not change maintainer info etc.
The packages depend on each other. So you want to use the
-d
option withmakepkg
to compile the packages.PKGBUILD zfs-dkms:
PKGBUILD zfs-utils:
PedroHLC commented on 2020-12-09 02:50 (UTC)
Considering how the zfs-dkms didn't update to 2.0.0 yet. Did someone try updating this one instead? If someone did, could it share the modified PKGBUILD?
mabod commented on 2020-11-26 16:11 (UTC)
@minextu. I understand your point. I did my own patching. rc7 already contains the patch.
minextu commented on 2020-11-26 15:14 (UTC) (edited on 2020-11-26 15:14 (UTC) by minextu)
@mabod Just updated to rc7 which should include the fix. I generally don't like to include patches in rc releases as they should be used for testing on a common codebase
mabod commented on 2020-11-14 18:24 (UTC) (edited on 2020-11-14 18:25 (UTC) by mabod)
Can you include - cherry pick - PR #11201 until it is in the offical code? The PR prevents a complete hang of the system when working with .zfs/snapshot directories. See issue https://github.com/openzfs/zfs/issues/11169 The PR is: https://github.com/openzfs/zfs/pull/11201
minextu commented on 2019-05-24 16:17 (UTC)
@freswa dracut modules are now included in all archzfs packages (except for zfs-rc since 0.8 has been released)
freswa commented on 2019-05-21 17:01 (UTC)
Since Arch is considering dracut as an replacement for mkinitcpio, could you please include the dracut directory? See also https://lists.archlinux.org/pipermail/arch-dev-public/2019-May/029570.html.
Thanks!
greyltc commented on 2019-05-14 17:31 (UTC)
I don't think that's a packaging issue. Try raising a bug upstream.
C_Schmidpeter commented on 2019-05-13 10:02 (UTC)
dkms install with rc5 results in following errors:
(1/9) Install DKMS modules ==> dkms install zfs/0.8.0_rc5 -k 5.0.13-arch1-1-ARCH sed: can't read conftest.c: No such file or directory /var/lib/dkms/zfs/0.8.0_rc5/build/configure: line 25627: conftest.c: No such file or directory /var/lib/dkms/zfs/0.8.0_rc5/build/configure: line 25652: conftest.h: No such file or directory [...]
zer0def commented on 2019-05-02 00:16 (UTC)
DKMS config makes use of lsb-release, so might be worthwhile to add it to runtime deps for completeness.
nicoulaj commented on 2019-03-05 20:06 (UTC)
Looks like it does not build on linux 5.0 because of this: https://github.com/zfsonlinux/zfs/issues/8258, will have to wait for a new release or downgrade kernel...
greyltc commented on 2018-11-27 17:44 (UTC)
Why did the checksum change?
semidog commented on 2017-07-30 08:31 (UTC)