Package Details: zfs-linux 2.2.6_6.10.10.arch1.1-1

Git Clone URL: https://aur.archlinux.org/zfs-linux.git (read-only, click to copy)
Package Base: zfs-linux
Description: Kernel modules for the Zettabyte File System.
Upstream URL: https://openzfs.org/
Keywords: kernel linux zfs
Licenses: CDDL
Groups: archzfs-linux
Conflicts: spl-dkms, spl-dkms-git, spl-linux, zfs-dkms, zfs-dkms-git, zfs-dkms-rc, zfs-linux-git, zfs-linux-rc
Provides: spl, zfs
Replaces: spl-linux
Submitter: demizer
Maintainer: lightdot
Last Packager: lightdot
Votes: 271
Popularity: 1.18
First Submitted: 2016-04-21 08:45 (UTC)
Last Updated: 2024-10-23 12:35 (UTC)

Required by (19)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 62 63 64 65 66 67 68 69 70 71 72 .. 79 Next › Last »

falconindy commented on 2012-11-26 02:30 (UTC)

Hi, this mkinitcpio hook is going to break soon. Please avoid using MODULES and SCRIPT and use the functions "add_module" and "add_runscript" instead.

demizer commented on 2012-11-26 00:34 (UTC)

@ronnylov, So sorry! I pushed packages that didn't have any kernel modules in them, yikes! I have changed my procedures so this doesn't happen again. In this case, instead of building from scratch, I repackaged. Somewhere in development the kernel modules got deleted. I also didn't perform a proper test before pushing the repository. There won't be future packaging errors like this as I now have a checklist. Thanks for the report!

<deleted-account> commented on 2012-11-25 15:35 (UTC)

I fixed it by installing the zfs and spl packages from AUR instead from the repository.

<deleted-account> commented on 2012-11-25 15:16 (UTC)

I use arch-zfs and have reinstalled arch-zfs, rebooted and tried everything but I get following error when trying to load zfs: modprobe: FATAL: Module zfs not found. Something is wrong...

demizer commented on 2012-11-24 21:29 (UTC)

The packages have been updated for kernel 3.6.7. If you installed the packages from AUR, you will need to first remove the zfs and spl packages:: # pacman -Rsc spl-utils and then update the kernel:: # pacman -S linux linux-headers You will now have to restart your system. Once your system is back up, you can proceed with building and installing zfs and spl, in the following order: spl-utils, spl, zfs-utils, and zfs. Then restart, or:: # modprobe zfs spl You could also use the prebuilt signed repository available at http://demizerone.com/archzfs and you will not have to remove the packages, update the kernel, and restart before performing the update. Also, these new packages now have a group, 'arch-zfs'. So next time you could remove the packages with just:: # pacman -R arch-zfs If usig the signed repository, you can now install all the packages with:: # pacman -S arch-zfs

demizer commented on 2012-11-24 10:20 (UTC)

I am aware of the new kernel update. I will update the packages first thing in the morning. Thanks!

<deleted-account> commented on 2012-11-18 22:14 (UTC)

Although I don't use this particular PKGBUILD (I build my own), I have no problems running rc12 on my system which is ZFS throughout - root/boot and all, every filesystem is ZFS.

nhelke commented on 2012-11-16 08:32 (UTC)

@proxypoke You are not alone, I too use ZFS on root with Arch. I actually might one day write about my slightly elaborate setup which envolves having /boot also on ZFS so that when things go wrong like they did when I updated to 3.6 and ZFS stoped working, I can simple zfs rollback and everything inluding the kernel and initramfs are rolled back :) I haven't yet upgraded to rc12, but what seems to be the problem? At what point during the boot does it fail?

demizer commented on 2012-11-16 05:17 (UTC)

The build tool source code is up at http://github.com/demizer/archzfs. I also updated the wiki to reflect the new repository. My next cause is to start looking into systemd support and then DKMS.