Package Details: zfs-linux-headers 2.2.7_6.12.8.arch1.1-1

Git Clone URL: https://aur.archlinux.org/zfs-linux.git (read-only, click to copy)
Package Base: zfs-linux
Description: Kernel headers for the Zettabyte File System.
Upstream URL: https://openzfs.org/
Keywords: kernel linux openzfs zfs
Licenses: CDDL
Conflicts: spl-dkms, spl-dkms-git, spl-headers, zfs-dkms, zfs-dkms-git, zfs-dkms-rc, zfs-headers
Provides: spl-headers, zfs-headers
Submitter: demizer
Maintainer: lightdot
Last Packager: lightdot
Votes: 273
Popularity: 1.87
First Submitted: 2016-04-21 08:45 (UTC)
Last Updated: 2025-01-04 04:03 (UTC)

Latest Comments

« First ‹ Previous 1 .. 73 74 75 76 77 78 79 Next › Last »

chenxiaolong commented on 2011-12-09 18:18 (UTC)

@surya1: That's awesome! It's nice to see some Arch packaging in the upstream source code. I'll compile a preemptive kernel and test out your changes later on today :)

<deleted-account> commented on 2011-12-09 17:53 (UTC)

Hi, I'm working on getting a set of patches upstream to the spl and zfs projects which would allow one to 'make arch' to build Arch Linux packages. This would allow an Arch Linux VM to be easily integrated into the ZFS Build Bot automated testing infrastructure just as is done for many other distributions. I wanted to run these patches by the community in hopes that you all could give me some feedback, here's a link to the spl and zfs branches with the PKGBUILD patches: SPL: https://github.com/Prakash-Surya/spl/tree/pkgbuild ZFS: https://github.com/Prakash-Surya/zfs/tree/pkgbuild Thanks!

fsk141 commented on 2011-11-02 23:21 (UTC)

FYI: Must make a couple changed to kernel before this will work: checking whether Linux was built with CONFIG_PREEMPT... yes http://zfsonlinux.org/faq.html#WhyDoesntItBuild << need to do these things.

chenxiaolong commented on 2011-10-18 18:23 (UTC)

Please change the configure line to contain "--libexecdir=/usr/lib/zfs". The /usr/libexec directory is only used by Red Hat/Fedora and its derivatives. Here's the modified PKGBUILD: http://pastie.org/2719209

kylef commented on 2011-09-09 21:06 (UTC)

@therp, that patch has some issues, the udev scripts reference /bin/bash which is not on the initcpio image. There is a more complete patch at https://github.com/kylef/zfs/commit/4ffcadc52e15d01fff28423514e170e381357863 Which I am waiting for behlendorf to decide what to do with. (Since I include a patch to make z(fs|pool) work without an mtab. (See https://github.com/zfsonlinux/zfs/pull/335 )

therp commented on 2011-09-09 19:42 (UTC)

FYI http://clemens.endorphin.org/zfs-initcpio.diff has a patch with initcpio hooks for root on ZFS. Sorry it's diffed against zfs-behlendorf-git, but the two files should be easy to fish out.

cybertorture commented on 2011-08-03 01:22 (UTC)

I got issue with zfs.cache, after a while wondering + google i just created /etc/zfs folder and after recreating zpool everiting is fine now

<deleted-account> commented on 2011-07-25 08:06 (UTC)

@kylef: Tried it, but the Installer will install the rc.d script into the /etc/init.d/ directory.

kylef commented on 2011-07-22 11:28 (UTC)

@PhlowX, if you do `./configure --prefix=/usr --sysconfdir=/etc` the installer will install the rc.d script, and some config files into etc. Currently they are being installed to /usr/etc as the prefix installs them there.

<deleted-account> commented on 2011-07-22 06:10 (UTC)

Added rc.d script, thanks kylef :-)