Package Details: zfs-dkms 2.2.6-1

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)

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.

==> ERROR: One or more PGP signatures could not be verified!

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 to makepkg when building. (not recommended)

Latest Comments

« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 63 Next › Last »

sphere101 commented on 2020-02-22 03:45 (UTC) (edited on 2020-02-26 18:16 (UTC) by eschwartz)

In a jam , the following

Packages (1) zfs-dkms-0.8.3-1

Total Installed Size:  12.36 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring                                                 [#############################################] 100%
(1/1) checking package integrity                                               [#############################################] 100%
(1/1) loading package files                                                    [#############################################] 100%
(1/1) checking for file conflicts                                              [#############################################] 100%
(1/1) checking available disk space                                            [#############################################] 100%
:: Running pre-transaction hooks...
(1/1) Remove DKMS modules
:: Processing package changes...
(1/1) reinstalling zfs-dkms                                                    [#############################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Install DKMS modules
==> dkms install zfs/0.8.3 -k 5.4.8-arch1-1
configure: error: 
    *** Unable to build an empty module.

Error! Bad return status for module build on kernel: 5.4.8-arch1-1 (x86_64)
Consult /var/lib/dkms/zfs/0.8.3/build/make.log for more information.

On [root@thor zfs-dkms]# uname -a Linux thor 5.4.8-arch1-1 #1 SMP PREEMPT Sat, 04 Jan 2020 23:46:18 +0000 x86_64 GNU/Linux

any suggestions?

eblau commented on 2020-02-20 13:35 (UTC) (edited on 2020-02-20 13:35 (UTC) by eblau)

Can anyone confirm that zfs-dkms is working with the 5.5.X kernel? Thank you,

No, it is not yet working with the 5.5.x kernel, at least when I tried this past weekend. If you rebuild your own kernel, there's a workaround:

https://github.com/zfsonlinux/zfs/issues/9745#issuecomment-573205923

You can follow this GitHub issue to find out when there is a resolution and what ZFSonLinux release will have the fix.

sphere101 commented on 2020-02-20 13:15 (UTC)

Can anyone confirm that zfs-dkms is working with the 5.5.X kernel? Thank you,

SRossi commented on 2020-02-12 13:25 (UTC)

@freswa Thanks for the hint. I guess that was part of the problem.

After downgrading gcc to 9.2.0, the zfs modules for 5.4.15 compiled just fine again. Lifting gcc to 9.2.1 and installing the latest lts kernel and headers, then reinstalling zfs-dkms and updating the grub config enabled me to successfully switch to the lts kernel with archzfs/zfs-dkms.

freswa commented on 2020-02-12 10:57 (UTC)

@SRossi Make sure the version of gcc compiling the zfs code is the same that compiled the kernel. GCC Version of the running kernel can be looked up in /proc/version